UNPKG
outsystems-ui
Version:
latest (2.23.0)
2.23.0
2.22.0
2.21.0
2.20.0
2.19.2
2.19.1
2.19.0
2.18.4
2.18.2
2.18.1
2.18.0
2.17.0
2.16.0
2.15.0
2.14.0
OutSystems UI Framework
outsystemsui.outsystems.com/OutsystemsUiWebsite/
OutSystems/outsystems-ui
outsystems-ui
/
src
/
scripts
/
Providers
/
OSUI
/
Datepicker
/
Flatpickr
/
RangeDate
/
Enum.ts
9 lines
(8 loc)
•
271 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
// eslint-disable-next-line @typescript-eslint/no-unused-vars
namespace
Providers
.
OSUI
.
Datepicker
.
Flatpickr
.
RangeDate
.
Enum
{
// Flatpickr Range Properties Enum
export
enum
Properties
{
InitialEndDate
=
'InitialEndDate'
,
InitialStartDate
=
'InitialStartDate'
, } }