@vonage/vivid 3.37.0 → 3.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/index.js +2 -2
- package/accordion-item/index.js +2 -2
- package/alert/index.js +4 -4
- package/avatar/index.js +1 -1
- package/badge/index.js +1 -1
- package/banner/index.js +3 -3
- package/breadcrumb-item/index.js +2 -2
- package/button/index.js +3 -3
- package/card/index.js +2 -2
- package/checkbox/index.js +2 -2
- package/combobox/index.js +6 -6
- package/custom-elements.json +304 -767
- package/data-grid/index.js +1 -1
- package/date-picker/index.js +9 -7
- package/date-range-picker/index.js +36 -0
- package/dialog/index.js +5 -5
- package/divider/index.js +1 -1
- package/elevation/index.js +1 -1
- package/empty-state/index.js +2 -2
- package/fab/index.js +3 -3
- package/file-picker/index.js +5 -4
- package/focus/index.js +1 -1
- package/header/index.js +2 -2
- package/icon/index.js +1 -1
- package/index.js +43 -40
- package/layout/index.js +1 -1
- package/lib/components.d.ts +1 -0
- package/lib/date-picker/date-picker.d.ts +4 -14
- package/lib/date-range-picker/date-range-picker.d.ts +16 -0
- package/lib/date-range-picker/definition.d.ts +3 -0
- package/lib/file-picker/file-picker.d.ts +8 -5
- package/lib/file-picker/file-picker.form-associated.d.ts +10 -0
- package/lib/file-picker/locale.d.ts +6 -0
- package/lib/tag-group/tag-group.d.ts +1 -0
- package/listbox/index.js +4 -4
- package/locales/en-GB.js +27 -3
- package/locales/en-US.js +27 -3
- package/locales/ja-JP.js +25 -1
- package/locales/zh-CN.js +25 -1
- package/menu/index.js +7 -7
- package/menu-item/index.js +3 -3
- package/nav/index.js +1 -1
- package/nav-disclosure/index.js +3 -3
- package/nav-item/index.js +3 -3
- package/note/index.js +2 -2
- package/number-field/index.js +5 -5
- package/option/index.js +3 -3
- package/package.json +1 -1
- package/pagination/index.js +4 -4
- package/popup/index.js +5 -5
- package/progress/index.js +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.js +2 -2
- package/radio-group/index.js +1 -1
- package/select/index.js +7 -7
- package/shared/date-picker/calendar/dateRange.d.ts +5 -0
- package/shared/date-picker/calendar/presentationDateRange.d.ts +5 -0
- package/shared/date-picker/date-picker-base.d.ts +20 -0
- package/shared/date-picker/date-picker-base.form-associated.d.ts +10 -0
- package/shared/date-picker/date-picker-base.template.d.ts +4 -0
- package/{lib → shared}/date-picker/locale.d.ts +6 -0
- package/shared/definition.js +4 -4
- package/shared/definition10.js +9 -14
- package/shared/definition11.js +1 -1
- package/shared/definition12.js +1 -1
- package/shared/definition13.js +3 -3
- package/shared/definition14.js +3 -3
- package/shared/definition15.js +5 -5
- package/shared/definition16.js +3 -3
- package/shared/definition17.js +44 -6055
- package/shared/definition18.js +350 -213
- package/shared/definition19.js +251 -67
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +66 -58
- package/shared/definition21.js +43 -84
- package/shared/definition22.js +75 -2298
- package/shared/definition23.js +2361 -45
- package/shared/definition24.js +63 -27
- package/shared/definition25.js +24 -51
- package/shared/definition26.js +36 -805
- package/shared/definition27.js +820 -49
- package/shared/definition28.js +52 -89
- package/shared/definition29.js +88 -24
- package/shared/definition3.js +1 -1
- package/shared/definition30.js +25 -12
- package/shared/definition31.js +12 -53
- package/shared/definition32.js +28 -487
- package/shared/definition33.js +427 -197
- package/shared/definition34.js +260 -174
- package/shared/definition35.js +187 -69
- package/shared/definition36.js +68 -55
- package/shared/definition37.js +61 -421
- package/shared/definition38.js +435 -35
- package/shared/definition39.js +30 -679
- package/shared/definition4.js +3 -3
- package/shared/definition40.js +661 -77
- package/shared/definition41.js +77 -557
- package/shared/definition42.js +559 -106
- package/shared/definition43.js +105 -136
- package/shared/definition44.js +153 -17
- package/shared/definition45.js +16 -79
- package/shared/definition46.js +53 -475
- package/shared/definition47.js +506 -20
- package/shared/definition48.js +22 -121
- package/shared/definition49.js +115 -262
- package/shared/definition5.js +2 -2
- package/shared/definition50.js +248 -120
- package/shared/definition51.js +139 -123
- package/shared/definition52.js +84 -74
- package/shared/definition53.js +114 -69
- package/shared/definition54.js +81 -292
- package/shared/definition55.js +302 -13
- package/shared/definition56.js +11 -41
- package/shared/definition57.js +20 -154
- package/shared/definition58.js +181 -0
- package/shared/definition6.js +2 -2
- package/shared/definition7.js +2 -2
- package/shared/definition8.js +3 -3
- package/shared/index2.js +1 -1
- package/shared/listbox.js +1 -1
- package/shared/localization/Locale.d.ts +3 -1
- package/shared/localized.js +9 -0
- package/shared/presentationDate.js +6133 -0
- package/shared/text-anchor.template.js +4 -4
- package/shared/text-field.js +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.js +2 -2
- package/split-button/index.js +3 -3
- package/style.css +246 -183
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/switch/index.js +3 -3
- package/tab/index.js +3 -3
- package/tab-panel/index.js +1 -1
- package/tabs/index.js +5 -5
- package/tag/index.js +3 -3
- package/tag-group/index.js +1 -1
- package/text-area/index.js +3 -3
- package/text-field/index.js +3 -3
- package/toggletip/index.js +6 -6
- package/tooltip/index.js +6 -6
- package/tree-item/index.js +3 -3
- package/tree-view/index.js +1 -1
- package/vivid.api.json +105 -0
- package/lib/date-picker/date-picker.form-associated.d.ts +0 -11
- package/lib/date-picker/date-picker.template.d.ts +0 -4
- /package/{lib → shared}/date-picker/calendar/calendarGrid.d.ts +0 -0
- /package/{lib → shared}/date-picker/calendar/dateStr.d.ts +0 -0
- /package/{lib → shared}/date-picker/calendar/month.d.ts +0 -0
- /package/{lib → shared}/date-picker/calendar/monthPickerGrid.d.ts +0 -0
- /package/{lib → shared}/date-picker/calendar/presentationDate.d.ts +0 -0
- /package/{lib → shared}/date-picker/calendar/year.d.ts +0 -0
package/custom-elements.json
CHANGED
|
@@ -3075,7 +3075,9 @@
|
|
|
3075
3075
|
"type": {
|
|
3076
3076
|
"text": "string | null"
|
|
3077
3077
|
},
|
|
3078
|
-
"default": "null"
|
|
3078
|
+
"default": "null",
|
|
3079
|
+
"description": "Indicates the selected status.",
|
|
3080
|
+
"privacy": "public"
|
|
3079
3081
|
},
|
|
3080
3082
|
{
|
|
3081
3083
|
"kind": "field",
|
|
@@ -3083,7 +3085,9 @@
|
|
|
3083
3085
|
"type": {
|
|
3084
3086
|
"text": "string | null"
|
|
3085
3087
|
},
|
|
3086
|
-
"default": "null"
|
|
3088
|
+
"default": "null",
|
|
3089
|
+
"description": "Indicates the sort status.",
|
|
3090
|
+
"privacy": "public"
|
|
3087
3091
|
},
|
|
3088
3092
|
{
|
|
3089
3093
|
"kind": "method",
|
|
@@ -3139,6 +3143,7 @@
|
|
|
3139
3143
|
"text": "string | null"
|
|
3140
3144
|
},
|
|
3141
3145
|
"default": "null",
|
|
3146
|
+
"description": "Indicates the selected status.",
|
|
3142
3147
|
"fieldName": "ariaSelected"
|
|
3143
3148
|
},
|
|
3144
3149
|
{
|
|
@@ -3147,6 +3152,7 @@
|
|
|
3147
3152
|
"text": "string | null"
|
|
3148
3153
|
},
|
|
3149
3154
|
"default": "null",
|
|
3155
|
+
"description": "Indicates the sort status.",
|
|
3150
3156
|
"fieldName": "ariaSort"
|
|
3151
3157
|
}
|
|
3152
3158
|
],
|
|
@@ -3232,7 +3238,9 @@
|
|
|
3232
3238
|
"type": {
|
|
3233
3239
|
"text": "string | null"
|
|
3234
3240
|
},
|
|
3235
|
-
"default": "null"
|
|
3241
|
+
"default": "null",
|
|
3242
|
+
"description": "Indicates the selected status.",
|
|
3243
|
+
"privacy": "public"
|
|
3236
3244
|
}
|
|
3237
3245
|
],
|
|
3238
3246
|
"attributes": [
|
|
@@ -3242,6 +3250,7 @@
|
|
|
3242
3250
|
"text": "string | null"
|
|
3243
3251
|
},
|
|
3244
3252
|
"default": "null",
|
|
3253
|
+
"description": "Indicates the selected status.",
|
|
3245
3254
|
"fieldName": "ariaSelected"
|
|
3246
3255
|
}
|
|
3247
3256
|
],
|
|
@@ -3406,7 +3415,9 @@
|
|
|
3406
3415
|
"name": "selectionMode",
|
|
3407
3416
|
"type": {
|
|
3408
3417
|
"text": "DataGridSelectionMode | undefined"
|
|
3409
|
-
}
|
|
3418
|
+
},
|
|
3419
|
+
"description": "Indicates the selection mode.",
|
|
3420
|
+
"privacy": "public"
|
|
3410
3421
|
},
|
|
3411
3422
|
{
|
|
3412
3423
|
"kind": "field",
|
|
@@ -3493,6 +3504,7 @@
|
|
|
3493
3504
|
"type": {
|
|
3494
3505
|
"text": "DataGridSelectionMode | undefined"
|
|
3495
3506
|
},
|
|
3507
|
+
"description": "Indicates the selection mode.",
|
|
3496
3508
|
"fieldName": "selectionMode"
|
|
3497
3509
|
}
|
|
3498
3510
|
],
|
|
@@ -3602,19 +3614,24 @@
|
|
|
3602
3614
|
},
|
|
3603
3615
|
{
|
|
3604
3616
|
"kind": "javascript-module",
|
|
3605
|
-
"path": "libs/components/src/lib/date-picker/date-picker.
|
|
3617
|
+
"path": "libs/components/src/lib/date-picker/date-picker.ts",
|
|
3606
3618
|
"declarations": [
|
|
3607
3619
|
{
|
|
3608
3620
|
"kind": "class",
|
|
3609
|
-
"description": "
|
|
3610
|
-
"name": "
|
|
3621
|
+
"description": "Single date picker component.",
|
|
3622
|
+
"name": "DatePicker",
|
|
3611
3623
|
"members": [
|
|
3612
3624
|
{
|
|
3613
|
-
"kind": "
|
|
3614
|
-
"name": "
|
|
3615
|
-
"
|
|
3616
|
-
|
|
3617
|
-
|
|
3625
|
+
"kind": "method",
|
|
3626
|
+
"name": "#updateValueDueToUserInteraction",
|
|
3627
|
+
"parameters": [
|
|
3628
|
+
{
|
|
3629
|
+
"name": "newValue",
|
|
3630
|
+
"type": {
|
|
3631
|
+
"text": "DateStr"
|
|
3632
|
+
}
|
|
3633
|
+
}
|
|
3634
|
+
]
|
|
3618
3635
|
},
|
|
3619
3636
|
{
|
|
3620
3637
|
"kind": "field",
|
|
@@ -3625,302 +3642,235 @@
|
|
|
3625
3642
|
"default": "'date'"
|
|
3626
3643
|
}
|
|
3627
3644
|
],
|
|
3628
|
-
"mixins": [
|
|
3629
|
-
{
|
|
3630
|
-
"name": "FormAssociated",
|
|
3631
|
-
"package": "@microsoft/fast-foundation"
|
|
3632
|
-
}
|
|
3633
|
-
],
|
|
3634
3645
|
"superclass": {
|
|
3635
|
-
"name": "
|
|
3636
|
-
"module": "libs/components/src/
|
|
3646
|
+
"name": "DatePickerBase",
|
|
3647
|
+
"module": "/libs/components/src/shared/date-picker/date-picker-base"
|
|
3637
3648
|
}
|
|
3638
3649
|
}
|
|
3639
3650
|
],
|
|
3640
3651
|
"exports": [
|
|
3641
3652
|
{
|
|
3642
3653
|
"kind": "js",
|
|
3643
|
-
"name": "
|
|
3654
|
+
"name": "DatePicker",
|
|
3644
3655
|
"declaration": {
|
|
3645
|
-
"name": "
|
|
3646
|
-
"module": "libs/components/src/lib/date-picker/date-picker.
|
|
3656
|
+
"name": "DatePicker",
|
|
3657
|
+
"module": "libs/components/src/lib/date-picker/date-picker.ts"
|
|
3647
3658
|
}
|
|
3648
3659
|
}
|
|
3649
3660
|
]
|
|
3650
3661
|
},
|
|
3651
3662
|
{
|
|
3652
3663
|
"kind": "javascript-module",
|
|
3653
|
-
"path": "libs/components/src/lib/date-picker/
|
|
3664
|
+
"path": "libs/components/src/lib/date-picker/definition.ts",
|
|
3654
3665
|
"declarations": [
|
|
3655
3666
|
{
|
|
3656
|
-
"kind": "
|
|
3657
|
-
"
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
{
|
|
3665
|
-
"name": "--vvd-date-picker-accent-faint",
|
|
3666
|
-
"default": "var(--vvd-color-neutral-50)"
|
|
3667
|
-
},
|
|
3668
|
-
{
|
|
3669
|
-
"name": "--vvd-date-picker-accent-soft",
|
|
3670
|
-
"default": "var(--vvd-color-neutral-100)"
|
|
3671
|
-
},
|
|
3672
|
-
{
|
|
3673
|
-
"name": "--vvd-date-picker-accent-dim",
|
|
3674
|
-
"default": "var(--vvd-color-neutral-200)"
|
|
3675
|
-
},
|
|
3667
|
+
"kind": "variable",
|
|
3668
|
+
"name": "datePickerDefinition"
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
"kind": "variable",
|
|
3672
|
+
"name": "registerDatePicker",
|
|
3673
|
+
"description": "Registers the date-picker element with the design system.",
|
|
3674
|
+
"parameters": [
|
|
3676
3675
|
{
|
|
3677
|
-
"
|
|
3678
|
-
"
|
|
3676
|
+
"description": "the prefix to use for the component name",
|
|
3677
|
+
"name": "prefix"
|
|
3679
3678
|
}
|
|
3680
|
-
]
|
|
3679
|
+
]
|
|
3680
|
+
}
|
|
3681
|
+
],
|
|
3682
|
+
"exports": [
|
|
3683
|
+
{
|
|
3684
|
+
"kind": "js",
|
|
3685
|
+
"name": "datePickerDefinition",
|
|
3686
|
+
"declaration": {
|
|
3687
|
+
"name": "datePickerDefinition",
|
|
3688
|
+
"module": "libs/components/src/lib/date-picker/definition.ts"
|
|
3689
|
+
}
|
|
3690
|
+
},
|
|
3691
|
+
{
|
|
3692
|
+
"kind": "js",
|
|
3693
|
+
"name": "registerDatePicker",
|
|
3694
|
+
"declaration": {
|
|
3695
|
+
"name": "registerDatePicker",
|
|
3696
|
+
"module": "libs/components/src/lib/date-picker/definition.ts"
|
|
3697
|
+
}
|
|
3698
|
+
}
|
|
3699
|
+
]
|
|
3700
|
+
},
|
|
3701
|
+
{
|
|
3702
|
+
"kind": "javascript-module",
|
|
3703
|
+
"path": "libs/components/src/lib/date-range-picker/date-range-picker.ts",
|
|
3704
|
+
"declarations": [
|
|
3705
|
+
{
|
|
3706
|
+
"kind": "class",
|
|
3707
|
+
"description": "Base class for date-range-picker",
|
|
3708
|
+
"name": "DateRangePicker",
|
|
3681
3709
|
"members": [
|
|
3682
3710
|
{
|
|
3683
3711
|
"kind": "field",
|
|
3684
|
-
"name": "
|
|
3712
|
+
"name": "initialStart",
|
|
3685
3713
|
"type": {
|
|
3686
3714
|
"text": "string"
|
|
3687
3715
|
},
|
|
3688
|
-
"
|
|
3689
|
-
"
|
|
3690
|
-
"default": "''"
|
|
3716
|
+
"default": "''",
|
|
3717
|
+
"description": "The initial start value. This value sets the `start` property\nonly when the `start` property has not been explicitly set."
|
|
3691
3718
|
},
|
|
3692
3719
|
{
|
|
3693
3720
|
"kind": "field",
|
|
3694
|
-
"name": "
|
|
3721
|
+
"name": "initialEnd",
|
|
3695
3722
|
"type": {
|
|
3696
3723
|
"text": "string"
|
|
3697
3724
|
},
|
|
3698
|
-
"
|
|
3699
|
-
"
|
|
3700
|
-
"default": "''"
|
|
3725
|
+
"default": "''",
|
|
3726
|
+
"description": "The initial end value. This value sets the `end` property\nonly when the `end` property has not been explicitly set."
|
|
3701
3727
|
},
|
|
3702
3728
|
{
|
|
3703
3729
|
"kind": "field",
|
|
3704
|
-
"name": "
|
|
3730
|
+
"name": "#isInternalValueUpdate",
|
|
3731
|
+
"privacy": "private",
|
|
3705
3732
|
"type": {
|
|
3706
|
-
"text": "
|
|
3733
|
+
"text": "boolean"
|
|
3707
3734
|
},
|
|
3708
|
-
"
|
|
3709
|
-
"privacy": "public"
|
|
3735
|
+
"default": "false"
|
|
3710
3736
|
},
|
|
3711
3737
|
{
|
|
3712
3738
|
"kind": "field",
|
|
3713
|
-
"name": "
|
|
3739
|
+
"name": "start",
|
|
3714
3740
|
"type": {
|
|
3715
3741
|
"text": "string"
|
|
3716
3742
|
},
|
|
3717
|
-
"
|
|
3718
|
-
"
|
|
3719
|
-
},
|
|
3720
|
-
{
|
|
3721
|
-
"kind": "method",
|
|
3722
|
-
"name": "#updateValueDueToUserInteraction",
|
|
3723
|
-
"parameters": [
|
|
3724
|
-
{
|
|
3725
|
-
"name": "newValue",
|
|
3726
|
-
"type": {
|
|
3727
|
-
"text": "DateStr"
|
|
3728
|
-
}
|
|
3729
|
-
}
|
|
3730
|
-
]
|
|
3743
|
+
"default": "''",
|
|
3744
|
+
"description": "The start value of the date range."
|
|
3731
3745
|
},
|
|
3732
3746
|
{
|
|
3733
3747
|
"kind": "field",
|
|
3734
|
-
"name": "
|
|
3748
|
+
"name": "end",
|
|
3735
3749
|
"type": {
|
|
3736
|
-
"text": "
|
|
3750
|
+
"text": "string"
|
|
3737
3751
|
},
|
|
3738
|
-
"default": "
|
|
3739
|
-
"description": "
|
|
3740
|
-
"privacy": "public"
|
|
3741
|
-
},
|
|
3742
|
-
{
|
|
3743
|
-
"kind": "method",
|
|
3744
|
-
"name": "readOnlyChanged",
|
|
3745
|
-
"privacy": "protected",
|
|
3746
|
-
"return": {
|
|
3747
|
-
"type": {
|
|
3748
|
-
"text": "void"
|
|
3749
|
-
}
|
|
3750
|
-
}
|
|
3751
|
-
},
|
|
3752
|
-
{
|
|
3753
|
-
"kind": "method",
|
|
3754
|
-
"name": "#getFocusableEls"
|
|
3755
|
-
},
|
|
3756
|
-
{
|
|
3757
|
-
"kind": "method",
|
|
3758
|
-
"name": "#isMonthAfterValidRange",
|
|
3759
|
-
"parameters": [
|
|
3760
|
-
{
|
|
3761
|
-
"name": "month",
|
|
3762
|
-
"type": {
|
|
3763
|
-
"text": "Month"
|
|
3764
|
-
}
|
|
3765
|
-
}
|
|
3766
|
-
]
|
|
3767
|
-
},
|
|
3768
|
-
{
|
|
3769
|
-
"kind": "method",
|
|
3770
|
-
"name": "#isMonthBeforeValidRange",
|
|
3771
|
-
"parameters": [
|
|
3772
|
-
{
|
|
3773
|
-
"name": "month",
|
|
3774
|
-
"type": {
|
|
3775
|
-
"text": "Month"
|
|
3776
|
-
}
|
|
3777
|
-
}
|
|
3778
|
-
]
|
|
3779
|
-
},
|
|
3780
|
-
{
|
|
3781
|
-
"kind": "method",
|
|
3782
|
-
"name": "validate"
|
|
3752
|
+
"default": "''",
|
|
3753
|
+
"description": "The end value of the date range."
|
|
3783
3754
|
},
|
|
3784
3755
|
{
|
|
3785
3756
|
"kind": "field",
|
|
3786
|
-
"name": "
|
|
3787
|
-
"
|
|
3757
|
+
"name": "currentStart",
|
|
3758
|
+
"type": {
|
|
3759
|
+
"text": "string"
|
|
3760
|
+
},
|
|
3761
|
+
"description": "The current start value of the element. This property serves as a mechanism\nto set the `start` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding."
|
|
3788
3762
|
},
|
|
3789
3763
|
{
|
|
3790
3764
|
"kind": "field",
|
|
3791
|
-
"name": "
|
|
3792
|
-
"privacy": "private",
|
|
3765
|
+
"name": "currentEnd",
|
|
3793
3766
|
"type": {
|
|
3794
|
-
"text": "
|
|
3767
|
+
"text": "string"
|
|
3795
3768
|
},
|
|
3796
|
-
"
|
|
3797
|
-
},
|
|
3798
|
-
{
|
|
3799
|
-
"kind": "method",
|
|
3800
|
-
"name": "#openPopupIfPossible"
|
|
3769
|
+
"description": "The current end value of the element. This property serves as a mechanism\nto set the `end` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding."
|
|
3801
3770
|
},
|
|
3802
3771
|
{
|
|
3803
3772
|
"kind": "method",
|
|
3804
|
-
"name": "#
|
|
3773
|
+
"name": "#updateValues",
|
|
3805
3774
|
"parameters": [
|
|
3806
3775
|
{
|
|
3807
|
-
"name": "
|
|
3808
|
-
"
|
|
3776
|
+
"name": "range",
|
|
3777
|
+
"type": {
|
|
3778
|
+
"text": "Partial<DateRange>"
|
|
3779
|
+
}
|
|
3809
3780
|
}
|
|
3810
3781
|
]
|
|
3811
3782
|
},
|
|
3812
3783
|
{
|
|
3813
3784
|
"kind": "method",
|
|
3814
|
-
"name": "
|
|
3785
|
+
"name": "#handleChangedValues"
|
|
3815
3786
|
},
|
|
3816
3787
|
{
|
|
3817
3788
|
"kind": "method",
|
|
3818
|
-
"name": "#
|
|
3789
|
+
"name": "#updateFormValue"
|
|
3819
3790
|
},
|
|
3820
3791
|
{
|
|
3821
3792
|
"kind": "field",
|
|
3822
|
-
"name": "
|
|
3823
|
-
"type": {
|
|
3824
|
-
"text": "string"
|
|
3825
|
-
},
|
|
3826
|
-
"default": "''"
|
|
3793
|
+
"name": "setFormValue"
|
|
3827
3794
|
},
|
|
3828
3795
|
{
|
|
3829
|
-
"kind": "
|
|
3830
|
-
"name": "
|
|
3831
|
-
"
|
|
3832
|
-
"
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
"name": "FormAssociatedDatePicker",
|
|
3836
|
-
"module": "libs/components/src/lib/date-picker/date-picker.form-associated.ts"
|
|
3796
|
+
"kind": "method",
|
|
3797
|
+
"name": "#getVisibleRange",
|
|
3798
|
+
"return": {
|
|
3799
|
+
"type": {
|
|
3800
|
+
"text": "Partial<DateRange>"
|
|
3801
|
+
}
|
|
3837
3802
|
}
|
|
3838
3803
|
},
|
|
3839
3804
|
{
|
|
3840
|
-
"kind": "
|
|
3841
|
-
"name": "
|
|
3842
|
-
"type": {
|
|
3843
|
-
"text": "string"
|
|
3844
|
-
},
|
|
3845
|
-
"default": "'date'",
|
|
3846
|
-
"inheritedFrom": {
|
|
3847
|
-
"name": "FormAssociatedDatePicker",
|
|
3848
|
-
"module": "libs/components/src/lib/date-picker/date-picker.form-associated.ts"
|
|
3849
|
-
}
|
|
3805
|
+
"kind": "method",
|
|
3806
|
+
"name": "formResetCallback"
|
|
3850
3807
|
}
|
|
3851
3808
|
],
|
|
3852
3809
|
"attributes": [
|
|
3853
3810
|
{
|
|
3811
|
+
"name": "start",
|
|
3854
3812
|
"type": {
|
|
3855
3813
|
"text": "string"
|
|
3856
3814
|
},
|
|
3857
|
-
"description": "The earliest accepted date of the date-picker.",
|
|
3858
3815
|
"default": "''",
|
|
3859
|
-
"
|
|
3816
|
+
"description": "The initial start value. This value sets the `start` property\nonly when the `start` property has not been explicitly set.",
|
|
3817
|
+
"fieldName": "initialStart"
|
|
3860
3818
|
},
|
|
3861
3819
|
{
|
|
3820
|
+
"name": "end",
|
|
3862
3821
|
"type": {
|
|
3863
3822
|
"text": "string"
|
|
3864
3823
|
},
|
|
3865
|
-
"description": "The latest accepted date of the date-picker.",
|
|
3866
3824
|
"default": "''",
|
|
3867
|
-
"
|
|
3825
|
+
"description": "The initial end value. This value sets the `end` property\nonly when the `end` property has not been explicitly set.",
|
|
3826
|
+
"fieldName": "initialEnd"
|
|
3868
3827
|
},
|
|
3869
3828
|
{
|
|
3870
|
-
"name": "
|
|
3829
|
+
"name": "current-start",
|
|
3871
3830
|
"type": {
|
|
3872
3831
|
"text": "string"
|
|
3873
3832
|
},
|
|
3874
|
-
"description": "The
|
|
3875
|
-
"fieldName": "
|
|
3833
|
+
"description": "The current start value of the element. This property serves as a mechanism\nto set the `start` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
3834
|
+
"fieldName": "currentStart"
|
|
3876
3835
|
},
|
|
3877
3836
|
{
|
|
3878
|
-
"name": "current-
|
|
3837
|
+
"name": "current-end",
|
|
3879
3838
|
"type": {
|
|
3880
3839
|
"text": "string"
|
|
3881
3840
|
},
|
|
3882
|
-
"description": "The current value of the
|
|
3883
|
-
"fieldName": "
|
|
3884
|
-
},
|
|
3885
|
-
{
|
|
3886
|
-
"name": "readonly",
|
|
3887
|
-
"type": {
|
|
3888
|
-
"text": "boolean"
|
|
3889
|
-
},
|
|
3890
|
-
"default": "false",
|
|
3891
|
-
"description": "Whether the date-picker is readonly.",
|
|
3892
|
-
"fieldName": "readOnly"
|
|
3841
|
+
"description": "The current end value of the element. This property serves as a mechanism\nto set the `end` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
3842
|
+
"fieldName": "currentEnd"
|
|
3893
3843
|
}
|
|
3894
3844
|
],
|
|
3895
3845
|
"superclass": {
|
|
3896
|
-
"name": "
|
|
3897
|
-
"module": "/libs/components/src/
|
|
3846
|
+
"name": "DatePickerBase",
|
|
3847
|
+
"module": "/libs/components/src/shared/date-picker/date-picker-base"
|
|
3898
3848
|
}
|
|
3899
3849
|
}
|
|
3900
3850
|
],
|
|
3901
3851
|
"exports": [
|
|
3902
3852
|
{
|
|
3903
3853
|
"kind": "js",
|
|
3904
|
-
"name": "
|
|
3854
|
+
"name": "DateRangePicker",
|
|
3905
3855
|
"declaration": {
|
|
3906
|
-
"name": "
|
|
3907
|
-
"module": "libs/components/src/lib/date-picker/date-picker.ts"
|
|
3856
|
+
"name": "DateRangePicker",
|
|
3857
|
+
"module": "libs/components/src/lib/date-range-picker/date-range-picker.ts"
|
|
3908
3858
|
}
|
|
3909
3859
|
}
|
|
3910
3860
|
]
|
|
3911
3861
|
},
|
|
3912
3862
|
{
|
|
3913
3863
|
"kind": "javascript-module",
|
|
3914
|
-
"path": "libs/components/src/lib/date-picker/definition.ts",
|
|
3864
|
+
"path": "libs/components/src/lib/date-range-picker/definition.ts",
|
|
3915
3865
|
"declarations": [
|
|
3916
3866
|
{
|
|
3917
3867
|
"kind": "variable",
|
|
3918
|
-
"name": "
|
|
3868
|
+
"name": "dateRangePickerDefinition"
|
|
3919
3869
|
},
|
|
3920
3870
|
{
|
|
3921
3871
|
"kind": "variable",
|
|
3922
|
-
"name": "
|
|
3923
|
-
"description": "Registers the date-picker element with the design system.",
|
|
3872
|
+
"name": "registerDateRangePicker",
|
|
3873
|
+
"description": "Registers the date-range-picker element with the design system.",
|
|
3924
3874
|
"parameters": [
|
|
3925
3875
|
{
|
|
3926
3876
|
"description": "the prefix to use for the component name",
|
|
@@ -3932,28 +3882,22 @@
|
|
|
3932
3882
|
"exports": [
|
|
3933
3883
|
{
|
|
3934
3884
|
"kind": "js",
|
|
3935
|
-
"name": "
|
|
3885
|
+
"name": "dateRangePickerDefinition",
|
|
3936
3886
|
"declaration": {
|
|
3937
|
-
"name": "
|
|
3938
|
-
"module": "libs/components/src/lib/date-picker/definition.ts"
|
|
3887
|
+
"name": "dateRangePickerDefinition",
|
|
3888
|
+
"module": "libs/components/src/lib/date-range-picker/definition.ts"
|
|
3939
3889
|
}
|
|
3940
3890
|
},
|
|
3941
3891
|
{
|
|
3942
3892
|
"kind": "js",
|
|
3943
|
-
"name": "
|
|
3893
|
+
"name": "registerDateRangePicker",
|
|
3944
3894
|
"declaration": {
|
|
3945
|
-
"name": "
|
|
3946
|
-
"module": "libs/components/src/lib/date-picker/definition.ts"
|
|
3895
|
+
"name": "registerDateRangePicker",
|
|
3896
|
+
"module": "libs/components/src/lib/date-range-picker/definition.ts"
|
|
3947
3897
|
}
|
|
3948
3898
|
}
|
|
3949
3899
|
]
|
|
3950
3900
|
},
|
|
3951
|
-
{
|
|
3952
|
-
"kind": "javascript-module",
|
|
3953
|
-
"path": "libs/components/src/lib/date-picker/locale.ts",
|
|
3954
|
-
"declarations": [],
|
|
3955
|
-
"exports": []
|
|
3956
|
-
},
|
|
3957
3901
|
{
|
|
3958
3902
|
"kind": "javascript-module",
|
|
3959
3903
|
"path": "libs/components/src/lib/dialog/definition.ts",
|
|
@@ -4198,7 +4142,7 @@
|
|
|
4198
4142
|
],
|
|
4199
4143
|
"events": [
|
|
4200
4144
|
{
|
|
4201
|
-
"description": "Fired when the dialog is closed",
|
|
4145
|
+
"description": "Fired when the dialog is closed.",
|
|
4202
4146
|
"name": "close"
|
|
4203
4147
|
}
|
|
4204
4148
|
],
|
|
@@ -4792,6 +4736,46 @@
|
|
|
4792
4736
|
}
|
|
4793
4737
|
]
|
|
4794
4738
|
},
|
|
4739
|
+
{
|
|
4740
|
+
"kind": "javascript-module",
|
|
4741
|
+
"path": "libs/components/src/lib/file-picker/file-picker.form-associated.ts",
|
|
4742
|
+
"declarations": [
|
|
4743
|
+
{
|
|
4744
|
+
"kind": "class",
|
|
4745
|
+
"description": "",
|
|
4746
|
+
"name": "FormAssociatedFilePicker",
|
|
4747
|
+
"members": [
|
|
4748
|
+
{
|
|
4749
|
+
"kind": "field",
|
|
4750
|
+
"name": "proxy",
|
|
4751
|
+
"type": {
|
|
4752
|
+
"text": "HTMLInputElement"
|
|
4753
|
+
}
|
|
4754
|
+
}
|
|
4755
|
+
],
|
|
4756
|
+
"mixins": [
|
|
4757
|
+
{
|
|
4758
|
+
"name": "FormAssociated",
|
|
4759
|
+
"package": "@microsoft/fast-foundation"
|
|
4760
|
+
}
|
|
4761
|
+
],
|
|
4762
|
+
"superclass": {
|
|
4763
|
+
"name": "_FilePicker",
|
|
4764
|
+
"module": "libs/components/src/lib/file-picker/file-picker.form-associated.ts"
|
|
4765
|
+
}
|
|
4766
|
+
}
|
|
4767
|
+
],
|
|
4768
|
+
"exports": [
|
|
4769
|
+
{
|
|
4770
|
+
"kind": "js",
|
|
4771
|
+
"name": "FormAssociatedFilePicker",
|
|
4772
|
+
"declaration": {
|
|
4773
|
+
"name": "FormAssociatedFilePicker",
|
|
4774
|
+
"module": "libs/components/src/lib/file-picker/file-picker.form-associated.ts"
|
|
4775
|
+
}
|
|
4776
|
+
}
|
|
4777
|
+
]
|
|
4778
|
+
},
|
|
4795
4779
|
{
|
|
4796
4780
|
"kind": "javascript-module",
|
|
4797
4781
|
"path": "libs/components/src/lib/file-picker/file-picker.ts",
|
|
@@ -4821,20 +4805,11 @@
|
|
|
4821
4805
|
},
|
|
4822
4806
|
{
|
|
4823
4807
|
"kind": "field",
|
|
4824
|
-
"name": "
|
|
4808
|
+
"name": "maxFiles",
|
|
4825
4809
|
"type": {
|
|
4826
|
-
"text": "
|
|
4810
|
+
"text": "number | undefined"
|
|
4827
4811
|
},
|
|
4828
|
-
"description": "
|
|
4829
|
-
"privacy": "public"
|
|
4830
|
-
},
|
|
4831
|
-
{
|
|
4832
|
-
"kind": "field",
|
|
4833
|
-
"name": "maxFiles",
|
|
4834
|
-
"type": {
|
|
4835
|
-
"text": "number | undefined"
|
|
4836
|
-
},
|
|
4837
|
-
"description": "The max files that can be selected.",
|
|
4812
|
+
"description": "The max files that can be selected.",
|
|
4838
4813
|
"privacy": "public"
|
|
4839
4814
|
},
|
|
4840
4815
|
{
|
|
@@ -4934,6 +4909,24 @@
|
|
|
4934
4909
|
"description": "The size the file-uploader should have.",
|
|
4935
4910
|
"privacy": "public"
|
|
4936
4911
|
},
|
|
4912
|
+
{
|
|
4913
|
+
"kind": "method",
|
|
4914
|
+
"name": "nameChanged",
|
|
4915
|
+
"parameters": [
|
|
4916
|
+
{
|
|
4917
|
+
"name": "previous",
|
|
4918
|
+
"type": {
|
|
4919
|
+
"text": "string"
|
|
4920
|
+
}
|
|
4921
|
+
},
|
|
4922
|
+
{
|
|
4923
|
+
"name": "next",
|
|
4924
|
+
"type": {
|
|
4925
|
+
"text": "string"
|
|
4926
|
+
}
|
|
4927
|
+
}
|
|
4928
|
+
]
|
|
4929
|
+
},
|
|
4937
4930
|
{
|
|
4938
4931
|
"kind": "field",
|
|
4939
4932
|
"name": "buttonTag",
|
|
@@ -4971,6 +4964,36 @@
|
|
|
4971
4964
|
}
|
|
4972
4965
|
}
|
|
4973
4966
|
},
|
|
4967
|
+
{
|
|
4968
|
+
"kind": "method",
|
|
4969
|
+
"name": "#updateFormValue"
|
|
4970
|
+
},
|
|
4971
|
+
{
|
|
4972
|
+
"kind": "method",
|
|
4973
|
+
"name": "#setValueToAFakePathLikeNativeInput"
|
|
4974
|
+
},
|
|
4975
|
+
{
|
|
4976
|
+
"kind": "field",
|
|
4977
|
+
"name": "setFormValue"
|
|
4978
|
+
},
|
|
4979
|
+
{
|
|
4980
|
+
"kind": "method",
|
|
4981
|
+
"name": "validate",
|
|
4982
|
+
"return": {
|
|
4983
|
+
"type": {
|
|
4984
|
+
"text": "void"
|
|
4985
|
+
}
|
|
4986
|
+
}
|
|
4987
|
+
},
|
|
4988
|
+
{
|
|
4989
|
+
"kind": "method",
|
|
4990
|
+
"name": "formResetCallback",
|
|
4991
|
+
"return": {
|
|
4992
|
+
"type": {
|
|
4993
|
+
"text": "void"
|
|
4994
|
+
}
|
|
4995
|
+
}
|
|
4996
|
+
},
|
|
4974
4997
|
{
|
|
4975
4998
|
"kind": "field",
|
|
4976
4999
|
"name": "autoDiscover",
|
|
@@ -4978,6 +5001,17 @@
|
|
|
4978
5001
|
"text": "boolean"
|
|
4979
5002
|
},
|
|
4980
5003
|
"default": "false"
|
|
5004
|
+
},
|
|
5005
|
+
{
|
|
5006
|
+
"kind": "field",
|
|
5007
|
+
"name": "proxy",
|
|
5008
|
+
"type": {
|
|
5009
|
+
"text": "HTMLInputElement"
|
|
5010
|
+
},
|
|
5011
|
+
"inheritedFrom": {
|
|
5012
|
+
"name": "FormAssociatedFilePicker",
|
|
5013
|
+
"module": "libs/components/src/lib/file-picker/file-picker.form-associated.ts"
|
|
5014
|
+
}
|
|
4981
5015
|
}
|
|
4982
5016
|
],
|
|
4983
5017
|
"events": [
|
|
@@ -4987,14 +5021,6 @@
|
|
|
4987
5021
|
}
|
|
4988
5022
|
],
|
|
4989
5023
|
"attributes": [
|
|
4990
|
-
{
|
|
4991
|
-
"name": "label",
|
|
4992
|
-
"type": {
|
|
4993
|
-
"text": "string | undefined"
|
|
4994
|
-
},
|
|
4995
|
-
"description": "Indicates the file picker's label.",
|
|
4996
|
-
"fieldName": "label"
|
|
4997
|
-
},
|
|
4998
5024
|
{
|
|
4999
5025
|
"name": "max-files",
|
|
5000
5026
|
"type": {
|
|
@@ -5030,8 +5056,8 @@
|
|
|
5030
5056
|
}
|
|
5031
5057
|
],
|
|
5032
5058
|
"superclass": {
|
|
5033
|
-
"name": "
|
|
5034
|
-
"
|
|
5059
|
+
"name": "FormAssociatedFilePicker",
|
|
5060
|
+
"module": "/libs/components/src/lib/file-picker/file-picker.form-associated"
|
|
5035
5061
|
}
|
|
5036
5062
|
}
|
|
5037
5063
|
],
|
|
@@ -5046,6 +5072,12 @@
|
|
|
5046
5072
|
}
|
|
5047
5073
|
]
|
|
5048
5074
|
},
|
|
5075
|
+
{
|
|
5076
|
+
"kind": "javascript-module",
|
|
5077
|
+
"path": "libs/components/src/lib/file-picker/locale.ts",
|
|
5078
|
+
"declarations": [],
|
|
5079
|
+
"exports": []
|
|
5080
|
+
},
|
|
5049
5081
|
{
|
|
5050
5082
|
"kind": "javascript-module",
|
|
5051
5083
|
"path": "libs/components/src/lib/focus/definition.ts",
|
|
@@ -7925,14 +7957,18 @@
|
|
|
7925
7957
|
"name": "shape",
|
|
7926
7958
|
"type": {
|
|
7927
7959
|
"text": "ProgressShape | undefined"
|
|
7928
|
-
}
|
|
7960
|
+
},
|
|
7961
|
+
"description": "Indicates the progress' shape.",
|
|
7962
|
+
"privacy": "public"
|
|
7929
7963
|
},
|
|
7930
7964
|
{
|
|
7931
7965
|
"kind": "field",
|
|
7932
7966
|
"name": "connotation",
|
|
7933
7967
|
"type": {
|
|
7934
7968
|
"text": "ProgressConnotation | undefined"
|
|
7935
|
-
}
|
|
7969
|
+
},
|
|
7970
|
+
"description": "Indicates the progress' connotation.",
|
|
7971
|
+
"privacy": "public"
|
|
7936
7972
|
},
|
|
7937
7973
|
{
|
|
7938
7974
|
"kind": "field",
|
|
@@ -7940,7 +7976,9 @@
|
|
|
7940
7976
|
"type": {
|
|
7941
7977
|
"text": "boolean"
|
|
7942
7978
|
},
|
|
7943
|
-
"default": "false"
|
|
7979
|
+
"default": "false",
|
|
7980
|
+
"description": "Indicates the progress' reverse status.",
|
|
7981
|
+
"privacy": "public"
|
|
7944
7982
|
}
|
|
7945
7983
|
],
|
|
7946
7984
|
"attributes": [
|
|
@@ -7949,6 +7987,7 @@
|
|
|
7949
7987
|
"type": {
|
|
7950
7988
|
"text": "ProgressShape | undefined"
|
|
7951
7989
|
},
|
|
7990
|
+
"description": "Indicates the progress' shape.",
|
|
7952
7991
|
"fieldName": "shape"
|
|
7953
7992
|
},
|
|
7954
7993
|
{
|
|
@@ -7956,6 +7995,7 @@
|
|
|
7956
7995
|
"type": {
|
|
7957
7996
|
"text": "ProgressConnotation | undefined"
|
|
7958
7997
|
},
|
|
7998
|
+
"description": "Indicates the progress' connotation.",
|
|
7959
7999
|
"fieldName": "connotation"
|
|
7960
8000
|
},
|
|
7961
8001
|
{
|
|
@@ -7963,6 +8003,7 @@
|
|
|
7963
8003
|
"text": "boolean"
|
|
7964
8004
|
},
|
|
7965
8005
|
"default": "false",
|
|
8006
|
+
"description": "Indicates the progress' reverse status.",
|
|
7966
8007
|
"fieldName": "reverse"
|
|
7967
8008
|
}
|
|
7968
8009
|
],
|
|
@@ -8719,6 +8760,16 @@
|
|
|
8719
8760
|
}
|
|
8720
8761
|
}
|
|
8721
8762
|
],
|
|
8763
|
+
"events": [
|
|
8764
|
+
{
|
|
8765
|
+
"description": "Fired when the side drawer is closed.",
|
|
8766
|
+
"name": "close"
|
|
8767
|
+
},
|
|
8768
|
+
{
|
|
8769
|
+
"description": "Fired when the side drawer is opened.",
|
|
8770
|
+
"name": "open"
|
|
8771
|
+
}
|
|
8772
|
+
],
|
|
8722
8773
|
"attributes": [
|
|
8723
8774
|
{
|
|
8724
8775
|
"type": {
|
|
@@ -9392,7 +9443,9 @@
|
|
|
9392
9443
|
"name": "connotation",
|
|
9393
9444
|
"type": {
|
|
9394
9445
|
"text": "SwitchConnotation | undefined"
|
|
9395
|
-
}
|
|
9446
|
+
},
|
|
9447
|
+
"description": "Indicates the switch's connotation.",
|
|
9448
|
+
"privacy": "public"
|
|
9396
9449
|
}
|
|
9397
9450
|
],
|
|
9398
9451
|
"attributes": [
|
|
@@ -9409,6 +9462,7 @@
|
|
|
9409
9462
|
"type": {
|
|
9410
9463
|
"text": "SwitchConnotation | undefined"
|
|
9411
9464
|
},
|
|
9465
|
+
"description": "Indicates the switch's connotation.",
|
|
9412
9466
|
"fieldName": "connotation"
|
|
9413
9467
|
}
|
|
9414
9468
|
],
|
|
@@ -10311,6 +10365,26 @@
|
|
|
10311
10365
|
"name": ""
|
|
10312
10366
|
}
|
|
10313
10367
|
],
|
|
10368
|
+
"members": [
|
|
10369
|
+
{
|
|
10370
|
+
"kind": "field",
|
|
10371
|
+
"name": "ariaLabel",
|
|
10372
|
+
"type": {
|
|
10373
|
+
"text": "string | null"
|
|
10374
|
+
},
|
|
10375
|
+
"default": "null"
|
|
10376
|
+
}
|
|
10377
|
+
],
|
|
10378
|
+
"attributes": [
|
|
10379
|
+
{
|
|
10380
|
+
"name": "aria-label",
|
|
10381
|
+
"type": {
|
|
10382
|
+
"text": "string | null"
|
|
10383
|
+
},
|
|
10384
|
+
"default": "null",
|
|
10385
|
+
"fieldName": "ariaLabel"
|
|
10386
|
+
}
|
|
10387
|
+
],
|
|
10314
10388
|
"superclass": {
|
|
10315
10389
|
"name": "FoundationElement",
|
|
10316
10390
|
"package": "@microsoft/fast-foundation"
|
|
@@ -10550,7 +10624,9 @@
|
|
|
10550
10624
|
"name": "wrap",
|
|
10551
10625
|
"type": {
|
|
10552
10626
|
"text": "TextAreaWrap | undefined"
|
|
10553
|
-
}
|
|
10627
|
+
},
|
|
10628
|
+
"description": "The wrap attribute",
|
|
10629
|
+
"privacy": "public"
|
|
10554
10630
|
}
|
|
10555
10631
|
],
|
|
10556
10632
|
"attributes": [
|
|
@@ -10559,6 +10635,7 @@
|
|
|
10559
10635
|
"type": {
|
|
10560
10636
|
"text": "TextAreaWrap | undefined"
|
|
10561
10637
|
},
|
|
10638
|
+
"description": "The wrap attribute",
|
|
10562
10639
|
"fieldName": "wrap"
|
|
10563
10640
|
}
|
|
10564
10641
|
],
|
|
@@ -11490,546 +11567,6 @@
|
|
|
11490
11567
|
}
|
|
11491
11568
|
}
|
|
11492
11569
|
]
|
|
11493
|
-
},
|
|
11494
|
-
{
|
|
11495
|
-
"kind": "javascript-module",
|
|
11496
|
-
"path": "libs/components/src/lib/date-picker/calendar/calendarGrid.ts",
|
|
11497
|
-
"declarations": [
|
|
11498
|
-
{
|
|
11499
|
-
"kind": "function",
|
|
11500
|
-
"name": "buildCalendarGrid",
|
|
11501
|
-
"return": {
|
|
11502
|
-
"type": {
|
|
11503
|
-
"text": "CalendarGrid"
|
|
11504
|
-
}
|
|
11505
|
-
},
|
|
11506
|
-
"parameters": [
|
|
11507
|
-
{
|
|
11508
|
-
"name": "month",
|
|
11509
|
-
"type": {
|
|
11510
|
-
"text": "Month"
|
|
11511
|
-
}
|
|
11512
|
-
},
|
|
11513
|
-
{
|
|
11514
|
-
"name": "locale",
|
|
11515
|
-
"type": {
|
|
11516
|
-
"text": "DatePickerLocale"
|
|
11517
|
-
}
|
|
11518
|
-
}
|
|
11519
|
-
]
|
|
11520
|
-
}
|
|
11521
|
-
],
|
|
11522
|
-
"exports": [
|
|
11523
|
-
{
|
|
11524
|
-
"kind": "js",
|
|
11525
|
-
"name": "buildCalendarGrid",
|
|
11526
|
-
"declaration": {
|
|
11527
|
-
"name": "buildCalendarGrid",
|
|
11528
|
-
"module": "libs/components/src/lib/date-picker/calendar/calendarGrid.ts"
|
|
11529
|
-
}
|
|
11530
|
-
}
|
|
11531
|
-
]
|
|
11532
|
-
},
|
|
11533
|
-
{
|
|
11534
|
-
"kind": "javascript-module",
|
|
11535
|
-
"path": "libs/components/src/lib/date-picker/calendar/dateStr.ts",
|
|
11536
|
-
"declarations": [
|
|
11537
|
-
{
|
|
11538
|
-
"kind": "function",
|
|
11539
|
-
"name": "formatDateStr",
|
|
11540
|
-
"return": {
|
|
11541
|
-
"type": {
|
|
11542
|
-
"text": "DateStr"
|
|
11543
|
-
}
|
|
11544
|
-
},
|
|
11545
|
-
"parameters": [
|
|
11546
|
-
{
|
|
11547
|
-
"name": "date",
|
|
11548
|
-
"type": {
|
|
11549
|
-
"text": "Date"
|
|
11550
|
-
}
|
|
11551
|
-
}
|
|
11552
|
-
]
|
|
11553
|
-
},
|
|
11554
|
-
{
|
|
11555
|
-
"kind": "function",
|
|
11556
|
-
"name": "currentDateStr",
|
|
11557
|
-
"return": {
|
|
11558
|
-
"type": {
|
|
11559
|
-
"text": "DateStr"
|
|
11560
|
-
}
|
|
11561
|
-
},
|
|
11562
|
-
"parameters": [
|
|
11563
|
-
{
|
|
11564
|
-
"name": "now",
|
|
11565
|
-
"default": "new Date()"
|
|
11566
|
-
}
|
|
11567
|
-
]
|
|
11568
|
-
},
|
|
11569
|
-
{
|
|
11570
|
-
"kind": "function",
|
|
11571
|
-
"name": "parseDateStr",
|
|
11572
|
-
"return": {
|
|
11573
|
-
"type": {
|
|
11574
|
-
"text": "Date"
|
|
11575
|
-
}
|
|
11576
|
-
},
|
|
11577
|
-
"parameters": [
|
|
11578
|
-
{
|
|
11579
|
-
"name": "dateStr",
|
|
11580
|
-
"type": {
|
|
11581
|
-
"text": "DateStr"
|
|
11582
|
-
}
|
|
11583
|
-
}
|
|
11584
|
-
]
|
|
11585
|
-
},
|
|
11586
|
-
{
|
|
11587
|
-
"kind": "function",
|
|
11588
|
-
"name": "addDays",
|
|
11589
|
-
"return": {
|
|
11590
|
-
"type": {
|
|
11591
|
-
"text": "DateStr"
|
|
11592
|
-
}
|
|
11593
|
-
},
|
|
11594
|
-
"parameters": [
|
|
11595
|
-
{
|
|
11596
|
-
"name": "dateStr",
|
|
11597
|
-
"type": {
|
|
11598
|
-
"text": "DateStr"
|
|
11599
|
-
}
|
|
11600
|
-
},
|
|
11601
|
-
{
|
|
11602
|
-
"name": "days",
|
|
11603
|
-
"type": {
|
|
11604
|
-
"text": "number"
|
|
11605
|
-
}
|
|
11606
|
-
}
|
|
11607
|
-
]
|
|
11608
|
-
},
|
|
11609
|
-
{
|
|
11610
|
-
"kind": "function",
|
|
11611
|
-
"name": "compareDateStr",
|
|
11612
|
-
"return": {
|
|
11613
|
-
"type": {
|
|
11614
|
-
"text": "number"
|
|
11615
|
-
}
|
|
11616
|
-
},
|
|
11617
|
-
"parameters": [
|
|
11618
|
-
{
|
|
11619
|
-
"name": "a",
|
|
11620
|
-
"type": {
|
|
11621
|
-
"text": "DateStr"
|
|
11622
|
-
}
|
|
11623
|
-
},
|
|
11624
|
-
{
|
|
11625
|
-
"name": "b",
|
|
11626
|
-
"type": {
|
|
11627
|
-
"text": "DateStr"
|
|
11628
|
-
}
|
|
11629
|
-
}
|
|
11630
|
-
]
|
|
11631
|
-
},
|
|
11632
|
-
{
|
|
11633
|
-
"kind": "function",
|
|
11634
|
-
"name": "isValidDateStr",
|
|
11635
|
-
"return": {
|
|
11636
|
-
"type": {
|
|
11637
|
-
"text": "boolean"
|
|
11638
|
-
}
|
|
11639
|
-
},
|
|
11640
|
-
"parameters": [
|
|
11641
|
-
{
|
|
11642
|
-
"name": "string",
|
|
11643
|
-
"type": {
|
|
11644
|
-
"text": "string"
|
|
11645
|
-
}
|
|
11646
|
-
}
|
|
11647
|
-
]
|
|
11648
|
-
}
|
|
11649
|
-
],
|
|
11650
|
-
"exports": [
|
|
11651
|
-
{
|
|
11652
|
-
"kind": "js",
|
|
11653
|
-
"name": "formatDateStr",
|
|
11654
|
-
"declaration": {
|
|
11655
|
-
"name": "formatDateStr",
|
|
11656
|
-
"module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
|
|
11657
|
-
}
|
|
11658
|
-
},
|
|
11659
|
-
{
|
|
11660
|
-
"kind": "js",
|
|
11661
|
-
"name": "currentDateStr",
|
|
11662
|
-
"declaration": {
|
|
11663
|
-
"name": "currentDateStr",
|
|
11664
|
-
"module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
|
|
11665
|
-
}
|
|
11666
|
-
},
|
|
11667
|
-
{
|
|
11668
|
-
"kind": "js",
|
|
11669
|
-
"name": "parseDateStr",
|
|
11670
|
-
"declaration": {
|
|
11671
|
-
"name": "parseDateStr",
|
|
11672
|
-
"module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
|
|
11673
|
-
}
|
|
11674
|
-
},
|
|
11675
|
-
{
|
|
11676
|
-
"kind": "js",
|
|
11677
|
-
"name": "addDays",
|
|
11678
|
-
"declaration": {
|
|
11679
|
-
"name": "addDays",
|
|
11680
|
-
"module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
|
|
11681
|
-
}
|
|
11682
|
-
},
|
|
11683
|
-
{
|
|
11684
|
-
"kind": "js",
|
|
11685
|
-
"name": "compareDateStr",
|
|
11686
|
-
"declaration": {
|
|
11687
|
-
"name": "compareDateStr",
|
|
11688
|
-
"module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
|
|
11689
|
-
}
|
|
11690
|
-
},
|
|
11691
|
-
{
|
|
11692
|
-
"kind": "js",
|
|
11693
|
-
"name": "isValidDateStr",
|
|
11694
|
-
"declaration": {
|
|
11695
|
-
"name": "isValidDateStr",
|
|
11696
|
-
"module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
|
|
11697
|
-
}
|
|
11698
|
-
}
|
|
11699
|
-
]
|
|
11700
|
-
},
|
|
11701
|
-
{
|
|
11702
|
-
"kind": "javascript-module",
|
|
11703
|
-
"path": "libs/components/src/lib/date-picker/calendar/month.ts",
|
|
11704
|
-
"declarations": [
|
|
11705
|
-
{
|
|
11706
|
-
"kind": "function",
|
|
11707
|
-
"name": "getCurrentMonth",
|
|
11708
|
-
"return": {
|
|
11709
|
-
"type": {
|
|
11710
|
-
"text": "Month"
|
|
11711
|
-
}
|
|
11712
|
-
},
|
|
11713
|
-
"parameters": [
|
|
11714
|
-
{
|
|
11715
|
-
"name": "now",
|
|
11716
|
-
"default": "new Date()"
|
|
11717
|
-
}
|
|
11718
|
-
]
|
|
11719
|
-
},
|
|
11720
|
-
{
|
|
11721
|
-
"kind": "function",
|
|
11722
|
-
"name": "monthOfDate",
|
|
11723
|
-
"return": {
|
|
11724
|
-
"type": {
|
|
11725
|
-
"text": "Month"
|
|
11726
|
-
}
|
|
11727
|
-
},
|
|
11728
|
-
"parameters": [
|
|
11729
|
-
{
|
|
11730
|
-
"name": "dateStr",
|
|
11731
|
-
"type": {
|
|
11732
|
-
"text": "DateStr"
|
|
11733
|
-
}
|
|
11734
|
-
}
|
|
11735
|
-
]
|
|
11736
|
-
},
|
|
11737
|
-
{
|
|
11738
|
-
"kind": "function",
|
|
11739
|
-
"name": "addMonths",
|
|
11740
|
-
"return": {
|
|
11741
|
-
"type": {
|
|
11742
|
-
"text": "Month"
|
|
11743
|
-
}
|
|
11744
|
-
},
|
|
11745
|
-
"parameters": [
|
|
11746
|
-
{
|
|
11747
|
-
"name": "{ month, year }",
|
|
11748
|
-
"type": {
|
|
11749
|
-
"text": "Month"
|
|
11750
|
-
}
|
|
11751
|
-
},
|
|
11752
|
-
{
|
|
11753
|
-
"name": "months",
|
|
11754
|
-
"type": {
|
|
11755
|
-
"text": "number"
|
|
11756
|
-
}
|
|
11757
|
-
}
|
|
11758
|
-
]
|
|
11759
|
-
},
|
|
11760
|
-
{
|
|
11761
|
-
"kind": "function",
|
|
11762
|
-
"name": "compareMonths",
|
|
11763
|
-
"return": {
|
|
11764
|
-
"type": {
|
|
11765
|
-
"text": "number"
|
|
11766
|
-
}
|
|
11767
|
-
},
|
|
11768
|
-
"parameters": [
|
|
11769
|
-
{
|
|
11770
|
-
"name": "a",
|
|
11771
|
-
"type": {
|
|
11772
|
-
"text": "Month"
|
|
11773
|
-
}
|
|
11774
|
-
},
|
|
11775
|
-
{
|
|
11776
|
-
"name": "b",
|
|
11777
|
-
"type": {
|
|
11778
|
-
"text": "Month"
|
|
11779
|
-
}
|
|
11780
|
-
}
|
|
11781
|
-
]
|
|
11782
|
-
},
|
|
11783
|
-
{
|
|
11784
|
-
"kind": "function",
|
|
11785
|
-
"name": "areMonthsEqual",
|
|
11786
|
-
"return": {
|
|
11787
|
-
"type": {
|
|
11788
|
-
"text": "boolean"
|
|
11789
|
-
}
|
|
11790
|
-
},
|
|
11791
|
-
"parameters": [
|
|
11792
|
-
{
|
|
11793
|
-
"name": "a",
|
|
11794
|
-
"type": {
|
|
11795
|
-
"text": "Month"
|
|
11796
|
-
}
|
|
11797
|
-
},
|
|
11798
|
-
{
|
|
11799
|
-
"name": "b",
|
|
11800
|
-
"type": {
|
|
11801
|
-
"text": "Month"
|
|
11802
|
-
}
|
|
11803
|
-
}
|
|
11804
|
-
]
|
|
11805
|
-
},
|
|
11806
|
-
{
|
|
11807
|
-
"kind": "function",
|
|
11808
|
-
"name": "monthToStr",
|
|
11809
|
-
"return": {
|
|
11810
|
-
"type": {
|
|
11811
|
-
"text": "string"
|
|
11812
|
-
}
|
|
11813
|
-
},
|
|
11814
|
-
"parameters": [
|
|
11815
|
-
{
|
|
11816
|
-
"name": "{ month, year }",
|
|
11817
|
-
"type": {
|
|
11818
|
-
"text": "Month"
|
|
11819
|
-
}
|
|
11820
|
-
}
|
|
11821
|
-
]
|
|
11822
|
-
}
|
|
11823
|
-
],
|
|
11824
|
-
"exports": [
|
|
11825
|
-
{
|
|
11826
|
-
"kind": "js",
|
|
11827
|
-
"name": "getCurrentMonth",
|
|
11828
|
-
"declaration": {
|
|
11829
|
-
"name": "getCurrentMonth",
|
|
11830
|
-
"module": "libs/components/src/lib/date-picker/calendar/month.ts"
|
|
11831
|
-
}
|
|
11832
|
-
},
|
|
11833
|
-
{
|
|
11834
|
-
"kind": "js",
|
|
11835
|
-
"name": "monthOfDate",
|
|
11836
|
-
"declaration": {
|
|
11837
|
-
"name": "monthOfDate",
|
|
11838
|
-
"module": "libs/components/src/lib/date-picker/calendar/month.ts"
|
|
11839
|
-
}
|
|
11840
|
-
},
|
|
11841
|
-
{
|
|
11842
|
-
"kind": "js",
|
|
11843
|
-
"name": "addMonths",
|
|
11844
|
-
"declaration": {
|
|
11845
|
-
"name": "addMonths",
|
|
11846
|
-
"module": "libs/components/src/lib/date-picker/calendar/month.ts"
|
|
11847
|
-
}
|
|
11848
|
-
},
|
|
11849
|
-
{
|
|
11850
|
-
"kind": "js",
|
|
11851
|
-
"name": "compareMonths",
|
|
11852
|
-
"declaration": {
|
|
11853
|
-
"name": "compareMonths",
|
|
11854
|
-
"module": "libs/components/src/lib/date-picker/calendar/month.ts"
|
|
11855
|
-
}
|
|
11856
|
-
},
|
|
11857
|
-
{
|
|
11858
|
-
"kind": "js",
|
|
11859
|
-
"name": "areMonthsEqual",
|
|
11860
|
-
"declaration": {
|
|
11861
|
-
"name": "areMonthsEqual",
|
|
11862
|
-
"module": "libs/components/src/lib/date-picker/calendar/month.ts"
|
|
11863
|
-
}
|
|
11864
|
-
},
|
|
11865
|
-
{
|
|
11866
|
-
"kind": "js",
|
|
11867
|
-
"name": "monthToStr",
|
|
11868
|
-
"declaration": {
|
|
11869
|
-
"name": "monthToStr",
|
|
11870
|
-
"module": "libs/components/src/lib/date-picker/calendar/month.ts"
|
|
11871
|
-
}
|
|
11872
|
-
}
|
|
11873
|
-
]
|
|
11874
|
-
},
|
|
11875
|
-
{
|
|
11876
|
-
"kind": "javascript-module",
|
|
11877
|
-
"path": "libs/components/src/lib/date-picker/calendar/monthPickerGrid.ts",
|
|
11878
|
-
"declarations": [
|
|
11879
|
-
{
|
|
11880
|
-
"kind": "variable",
|
|
11881
|
-
"name": "MonthsPerRow",
|
|
11882
|
-
"type": {
|
|
11883
|
-
"text": "number"
|
|
11884
|
-
},
|
|
11885
|
-
"default": "4"
|
|
11886
|
-
},
|
|
11887
|
-
{
|
|
11888
|
-
"kind": "function",
|
|
11889
|
-
"name": "buildMonthPickerGrid",
|
|
11890
|
-
"return": {
|
|
11891
|
-
"type": {
|
|
11892
|
-
"text": "MonthPickerGrid"
|
|
11893
|
-
}
|
|
11894
|
-
},
|
|
11895
|
-
"parameters": [
|
|
11896
|
-
{
|
|
11897
|
-
"name": "year",
|
|
11898
|
-
"type": {
|
|
11899
|
-
"text": "number"
|
|
11900
|
-
}
|
|
11901
|
-
},
|
|
11902
|
-
{
|
|
11903
|
-
"name": "locale",
|
|
11904
|
-
"type": {
|
|
11905
|
-
"text": "DatePickerLocale"
|
|
11906
|
-
}
|
|
11907
|
-
}
|
|
11908
|
-
]
|
|
11909
|
-
}
|
|
11910
|
-
],
|
|
11911
|
-
"exports": [
|
|
11912
|
-
{
|
|
11913
|
-
"kind": "js",
|
|
11914
|
-
"name": "MonthsPerRow",
|
|
11915
|
-
"declaration": {
|
|
11916
|
-
"name": "MonthsPerRow",
|
|
11917
|
-
"module": "libs/components/src/lib/date-picker/calendar/monthPickerGrid.ts"
|
|
11918
|
-
}
|
|
11919
|
-
},
|
|
11920
|
-
{
|
|
11921
|
-
"kind": "js",
|
|
11922
|
-
"name": "buildMonthPickerGrid",
|
|
11923
|
-
"declaration": {
|
|
11924
|
-
"name": "buildMonthPickerGrid",
|
|
11925
|
-
"module": "libs/components/src/lib/date-picker/calendar/monthPickerGrid.ts"
|
|
11926
|
-
}
|
|
11927
|
-
}
|
|
11928
|
-
]
|
|
11929
|
-
},
|
|
11930
|
-
{
|
|
11931
|
-
"kind": "javascript-module",
|
|
11932
|
-
"path": "libs/components/src/lib/date-picker/calendar/presentationDate.ts",
|
|
11933
|
-
"declarations": [
|
|
11934
|
-
{
|
|
11935
|
-
"kind": "function",
|
|
11936
|
-
"name": "formatPresentationDate",
|
|
11937
|
-
"return": {
|
|
11938
|
-
"type": {
|
|
11939
|
-
"text": "string"
|
|
11940
|
-
}
|
|
11941
|
-
},
|
|
11942
|
-
"parameters": [
|
|
11943
|
-
{
|
|
11944
|
-
"name": "dateStr",
|
|
11945
|
-
"type": {
|
|
11946
|
-
"text": "DateStr"
|
|
11947
|
-
}
|
|
11948
|
-
},
|
|
11949
|
-
{
|
|
11950
|
-
"name": "locale",
|
|
11951
|
-
"type": {
|
|
11952
|
-
"text": "DatePickerLocale"
|
|
11953
|
-
}
|
|
11954
|
-
}
|
|
11955
|
-
]
|
|
11956
|
-
},
|
|
11957
|
-
{
|
|
11958
|
-
"kind": "function",
|
|
11959
|
-
"name": "parsePresentationDate",
|
|
11960
|
-
"return": {
|
|
11961
|
-
"type": {
|
|
11962
|
-
"text": "DateStr"
|
|
11963
|
-
}
|
|
11964
|
-
},
|
|
11965
|
-
"parameters": [
|
|
11966
|
-
{
|
|
11967
|
-
"name": "presentationDate",
|
|
11968
|
-
"type": {
|
|
11969
|
-
"text": "string"
|
|
11970
|
-
}
|
|
11971
|
-
},
|
|
11972
|
-
{
|
|
11973
|
-
"name": "locale",
|
|
11974
|
-
"type": {
|
|
11975
|
-
"text": "DatePickerLocale"
|
|
11976
|
-
}
|
|
11977
|
-
}
|
|
11978
|
-
],
|
|
11979
|
-
"description": "Parse a presentation date, which is the locale specific format (e.g. DD/MM/YYYY for en-GB).\nAccepts partial dates, e.g. 1/1/2021 will be parsed as 01/01/2021.\nWill throw if the date is can't be parsed"
|
|
11980
|
-
}
|
|
11981
|
-
],
|
|
11982
|
-
"exports": [
|
|
11983
|
-
{
|
|
11984
|
-
"kind": "js",
|
|
11985
|
-
"name": "formatPresentationDate",
|
|
11986
|
-
"declaration": {
|
|
11987
|
-
"name": "formatPresentationDate",
|
|
11988
|
-
"module": "libs/components/src/lib/date-picker/calendar/presentationDate.ts"
|
|
11989
|
-
}
|
|
11990
|
-
},
|
|
11991
|
-
{
|
|
11992
|
-
"kind": "js",
|
|
11993
|
-
"name": "parsePresentationDate",
|
|
11994
|
-
"declaration": {
|
|
11995
|
-
"name": "parsePresentationDate",
|
|
11996
|
-
"module": "libs/components/src/lib/date-picker/calendar/presentationDate.ts"
|
|
11997
|
-
}
|
|
11998
|
-
}
|
|
11999
|
-
]
|
|
12000
|
-
},
|
|
12001
|
-
{
|
|
12002
|
-
"kind": "javascript-module",
|
|
12003
|
-
"path": "libs/components/src/lib/date-picker/calendar/year.ts",
|
|
12004
|
-
"declarations": [
|
|
12005
|
-
{
|
|
12006
|
-
"kind": "function",
|
|
12007
|
-
"name": "yearOfDate",
|
|
12008
|
-
"return": {
|
|
12009
|
-
"type": {
|
|
12010
|
-
"text": "number"
|
|
12011
|
-
}
|
|
12012
|
-
},
|
|
12013
|
-
"parameters": [
|
|
12014
|
-
{
|
|
12015
|
-
"name": "dateStr",
|
|
12016
|
-
"type": {
|
|
12017
|
-
"text": "DateStr"
|
|
12018
|
-
}
|
|
12019
|
-
}
|
|
12020
|
-
]
|
|
12021
|
-
}
|
|
12022
|
-
],
|
|
12023
|
-
"exports": [
|
|
12024
|
-
{
|
|
12025
|
-
"kind": "js",
|
|
12026
|
-
"name": "yearOfDate",
|
|
12027
|
-
"declaration": {
|
|
12028
|
-
"name": "yearOfDate",
|
|
12029
|
-
"module": "libs/components/src/lib/date-picker/calendar/year.ts"
|
|
12030
|
-
}
|
|
12031
|
-
}
|
|
12032
|
-
]
|
|
12033
11570
|
}
|
|
12034
11571
|
]
|
|
12035
11572
|
}
|