@vonage/vivid 3.31.0 → 3.34.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 +5 -5
- package/accordion-item/index.js +4 -4
- package/action-group/index.js +1 -1
- package/alert/index.js +8 -7
- package/avatar/index.js +2 -2
- package/badge/index.js +2 -2
- package/banner/index.js +5 -5
- package/breadcrumb/index.js +1 -1
- package/breadcrumb-item/index.js +3 -3
- package/button/index.js +4 -4
- package/calendar/index.js +1 -1
- package/calendar-event/index.js +1 -1
- package/card/index.js +3 -3
- package/checkbox/index.js +7 -4
- package/combobox/index.js +10 -9
- package/custom-elements.json +996 -29
- package/data-grid/index.js +2 -2
- package/date-picker/index.js +35 -0
- package/dialog/index.js +6 -6
- package/divider/index.js +1 -1
- package/elevation/index.js +1 -1
- package/empty-state/index.js +2 -2
- package/fab/index.js +4 -4
- package/file-picker/index.js +7 -6
- package/focus/index.js +1 -1
- package/header/index.js +2 -2
- package/icon/index.js +1 -1
- package/index.d.ts +1 -0
- package/index.js +68 -66
- package/layout/index.js +1 -1
- package/lib/button/button.d.ts +2 -0
- package/lib/calendar/calendar.d.ts +1 -1
- package/lib/components.d.ts +20 -19
- package/lib/date-picker/calendar/calendarGrid.d.ts +17 -0
- package/lib/date-picker/calendar/dateStr.d.ts +7 -0
- package/lib/date-picker/calendar/month.d.ts +12 -0
- package/lib/date-picker/calendar/monthPickerGrid.d.ts +10 -0
- package/lib/date-picker/calendar/presentationDate.d.ts +4 -0
- package/lib/date-picker/calendar/year.d.ts +2 -0
- package/lib/date-picker/date-picker.d.ts +18 -0
- package/lib/date-picker/date-picker.template.d.ts +4 -0
- package/lib/date-picker/definition.d.ts +3 -0
- package/lib/date-picker/locale.d.ts +21 -0
- package/lib/icon/icon.d.ts +0 -1
- package/lib/listbox/listbox.d.ts +9 -1
- package/lib/select/select.d.ts +4 -2
- package/lib/text-field/text-field.d.ts +1 -0
- package/listbox/index.js +22 -17
- package/locales/en-GB.d.ts +3 -0
- package/locales/en-GB.js +59 -0
- package/locales/en-US.d.ts +3 -0
- package/locales/en-US.js +59 -0
- package/locales/ja-JP.d.ts +3 -0
- package/locales/ja-JP.js +59 -0
- package/locales/zh-CN.d.ts +3 -0
- package/locales/zh-CN.js +59 -0
- package/menu/index.js +8 -8
- package/menu-item/index.js +4 -4
- package/nav/index.js +1 -1
- package/nav-disclosure/index.js +3 -3
- package/nav-item/index.js +3 -3
- package/note/index.js +4 -4
- package/number-field/index.js +8 -7
- package/option/index.js +5 -4
- package/package.json +2 -15
- package/pagination/index.js +5 -5
- package/popup/index.js +6 -6
- 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 +10 -9
- package/shared/affix.js +25 -9
- package/shared/apply-mixins.js +1 -1
- package/shared/breadcrumb-item.js +5 -5
- package/shared/button.js +13 -13
- package/shared/calendar-event.js +36 -16
- package/shared/definition.js +133 -194
- package/shared/definition10.js +225 -40
- package/shared/definition11.js +36 -32
- package/shared/definition12.js +763 -98
- package/shared/definition13.js +125 -89
- package/shared/definition14.js +207 -27
- package/shared/definition15.js +710 -731
- package/shared/definition16.js +1289 -47
- package/shared/definition17.js +6113 -93
- package/shared/definition18.js +242 -164
- package/shared/definition19.js +47 -692
- package/shared/definition2.js +199 -117
- package/shared/definition20.js +59 -1671
- package/shared/definition21.js +95 -255
- package/shared/definition22.js +2218 -1167
- package/shared/definition23.js +57 -219
- package/shared/definition24.js +27 -68
- package/shared/definition25.js +54 -38
- package/shared/definition26.js +395 -70
- package/shared/definition27.js +381 -2223
- package/shared/definition28.js +85 -44
- package/shared/definition29.js +27 -40
- package/shared/definition3.js +61 -24
- package/shared/definition30.js +13 -427
- package/shared/definition31.js +49 -360
- package/shared/definition32.js +466 -13
- package/shared/definition33.js +273 -63
- package/shared/definition34.js +195 -25
- package/shared/definition35.js +86 -35
- package/shared/definition36.js +66 -427
- package/shared/definition37.js +430 -190
- package/shared/definition38.js +34 -52
- package/shared/definition39.js +683 -31
- package/shared/definition4.js +157 -12
- package/shared/definition40.js +97 -422
- package/shared/definition41.js +473 -543
- package/shared/definition42.js +122 -73
- package/shared/definition43.js +103 -502
- package/shared/definition44.js +23 -101
- package/shared/definition45.js +76 -126
- package/shared/definition46.js +494 -48
- package/shared/definition47.js +23 -23
- package/shared/definition48.js +126 -476
- package/shared/definition49.js +275 -98
- package/shared/definition5.js +71 -36
- package/shared/definition50.js +157 -16
- package/shared/definition51.js +133 -263
- package/shared/definition52.js +131 -115
- package/shared/definition53.js +85 -120
- package/shared/definition54.js +295 -111
- package/shared/definition55.js +12 -71
- package/shared/definition56.js +39 -295
- package/shared/definition57.js +181 -0
- package/shared/definition6.js +56 -111
- package/shared/definition7.js +119 -187
- package/shared/definition8.js +58 -23
- package/shared/definition9.js +92 -66
- package/shared/focus.js +2 -1
- package/shared/focus2.js +1 -1
- package/shared/form-associated.js +2 -2
- package/shared/icon.js +48 -27
- package/shared/index.js +7 -27
- package/shared/index2.js +202 -0
- package/shared/key-codes.js +1 -1
- package/shared/listbox.js +88 -11
- package/shared/localization/Locale.d.ts +4 -0
- package/shared/localization/index.d.ts +7 -0
- package/shared/patterns/form-elements/form-elements.d.ts +4 -4
- package/shared/patterns/index.d.ts +1 -0
- package/shared/patterns/localized.d.ts +4 -0
- package/shared/radio.js +23 -7
- package/shared/repeat.js +1 -1
- package/shared/text-anchor.js +21 -4
- package/shared/text-anchor.template.js +37 -40
- package/shared/text-field.js +2 -2
- package/shared/text-field2.js +15 -15
- package/shared/tree-item.js +12 -12
- package/side-drawer/index.js +1 -1
- package/slider/index.js +2 -2
- package/split-button/index.js +3 -3
- package/style.css +6097 -0
- package/styles/core/all.css +25 -3
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +25 -3
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +2 -2
- package/switch/index.js +5 -4
- 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-anchor/index.js +1 -1
- package/text-area/index.js +5 -4
- package/text-field/index.js +5 -4
- package/toggletip/index.js +7 -7
- package/tooltip/index.js +7 -7
- package/tree-item/index.js +3 -3
- package/tree-view/index.js +1 -1
- package/vivid.api.json +137 -0
- package/lib/accordion/index.d.ts +0 -1
- package/lib/accordion-item/index.d.ts +0 -1
- package/lib/action-group/index.d.ts +0 -1
- package/lib/alert/index.d.ts +0 -1
- package/lib/avatar/index.d.ts +0 -1
- package/lib/badge/index.d.ts +0 -1
- package/lib/banner/index.d.ts +0 -1
- package/lib/breadcrumb/index.d.ts +0 -1
- package/lib/breadcrumb-item/index.d.ts +0 -1
- package/lib/button/index.d.ts +0 -1
- package/lib/calendar/index.d.ts +0 -1
- package/lib/calendar-event/index.d.ts +0 -1
- package/lib/card/index.d.ts +0 -1
- package/lib/checkbox/index.d.ts +0 -1
- package/lib/combobox/index.d.ts +0 -1
- package/lib/data-grid/index.d.ts +0 -1
- package/lib/dialog/index.d.ts +0 -1
- package/lib/divider/index.d.ts +0 -1
- package/lib/elevation/index.d.ts +0 -1
- package/lib/empty-state/index.d.ts +0 -1
- package/lib/fab/index.d.ts +0 -1
- package/lib/file-picker/index.d.ts +0 -1
- package/lib/focus/index.d.ts +0 -1
- package/lib/header/index.d.ts +0 -1
- package/lib/icon/index.d.ts +0 -1
- package/lib/layout/index.d.ts +0 -1
- package/lib/listbox/index.d.ts +0 -1
- package/lib/menu/index.d.ts +0 -1
- package/lib/menu-item/index.d.ts +0 -1
- package/lib/nav/index.d.ts +0 -1
- package/lib/nav-disclosure/index.d.ts +0 -1
- package/lib/nav-item/index.d.ts +0 -1
- package/lib/note/index.d.ts +0 -1
- package/lib/number-field/index.d.ts +0 -1
- package/lib/option/index.d.ts +0 -1
- package/lib/pagination/index.d.ts +0 -1
- package/lib/popup/index.d.ts +0 -1
- package/lib/progress/index.d.ts +0 -1
- package/lib/progress-ring/index.d.ts +0 -1
- package/lib/radio/index.d.ts +0 -1
- package/lib/radio-group/index.d.ts +0 -1
- package/lib/select/index.d.ts +0 -1
- package/lib/side-drawer/index.d.ts +0 -1
- package/lib/slider/index.d.ts +0 -1
- package/lib/split-button/index.d.ts +0 -1
- package/lib/switch/index.d.ts +0 -1
- package/lib/tab/index.d.ts +0 -1
- package/lib/tab-panel/index.d.ts +0 -1
- package/lib/tabs/index.d.ts +0 -1
- package/lib/tag/index.d.ts +0 -1
- package/lib/tag-group/index.d.ts +0 -1
- package/lib/text-anchor/index.d.ts +0 -1
- package/lib/text-area/index.d.ts +0 -1
- package/lib/text-field/index.d.ts +0 -1
- package/lib/toggletip/index.d.ts +0 -1
- package/lib/tooltip/index.d.ts +0 -1
- package/lib/tree-item/index.d.ts +0 -1
- package/lib/tree-view/index.d.ts +0 -1
- package/shared/form-elements.js +0 -162
package/custom-elements.json
CHANGED
|
@@ -1796,6 +1796,14 @@
|
|
|
1796
1796
|
}
|
|
1797
1797
|
],
|
|
1798
1798
|
"members": [
|
|
1799
|
+
{
|
|
1800
|
+
"kind": "field",
|
|
1801
|
+
"name": "title",
|
|
1802
|
+
"type": {
|
|
1803
|
+
"text": "string"
|
|
1804
|
+
},
|
|
1805
|
+
"default": "''"
|
|
1806
|
+
},
|
|
1799
1807
|
{
|
|
1800
1808
|
"kind": "field",
|
|
1801
1809
|
"name": "connotation",
|
|
@@ -1863,6 +1871,13 @@
|
|
|
1863
1871
|
}
|
|
1864
1872
|
],
|
|
1865
1873
|
"attributes": [
|
|
1874
|
+
{
|
|
1875
|
+
"type": {
|
|
1876
|
+
"text": "string"
|
|
1877
|
+
},
|
|
1878
|
+
"default": "''",
|
|
1879
|
+
"fieldName": "title"
|
|
1880
|
+
},
|
|
1866
1881
|
{
|
|
1867
1882
|
"name": "connotation",
|
|
1868
1883
|
"type": {
|
|
@@ -3577,6 +3592,312 @@
|
|
|
3577
3592
|
}
|
|
3578
3593
|
]
|
|
3579
3594
|
},
|
|
3595
|
+
{
|
|
3596
|
+
"kind": "javascript-module",
|
|
3597
|
+
"path": "libs/components/src/lib/date-picker/date-picker.ts",
|
|
3598
|
+
"declarations": [
|
|
3599
|
+
{
|
|
3600
|
+
"kind": "class",
|
|
3601
|
+
"description": "Base class for date-picker",
|
|
3602
|
+
"name": "DatePicker",
|
|
3603
|
+
"cssProperties": [
|
|
3604
|
+
{
|
|
3605
|
+
"name": "--vvd-date-picker-accent-primary",
|
|
3606
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
3607
|
+
},
|
|
3608
|
+
{
|
|
3609
|
+
"name": "--vvd-date-picker-accent-faint",
|
|
3610
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
3611
|
+
},
|
|
3612
|
+
{
|
|
3613
|
+
"name": "--vvd-date-picker-accent-soft",
|
|
3614
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
3615
|
+
},
|
|
3616
|
+
{
|
|
3617
|
+
"name": "--vvd-date-picker-accent-dim",
|
|
3618
|
+
"default": "var(--vvd-color-neutral-200)"
|
|
3619
|
+
},
|
|
3620
|
+
{
|
|
3621
|
+
"name": "--vvd-date-picker-accent-pale",
|
|
3622
|
+
"default": "var(--vvd-color-neutral-300)"
|
|
3623
|
+
}
|
|
3624
|
+
],
|
|
3625
|
+
"members": [
|
|
3626
|
+
{
|
|
3627
|
+
"kind": "field",
|
|
3628
|
+
"name": "label",
|
|
3629
|
+
"type": {
|
|
3630
|
+
"text": "string | undefined"
|
|
3631
|
+
},
|
|
3632
|
+
"description": "The label text of the date-picker.",
|
|
3633
|
+
"privacy": "public"
|
|
3634
|
+
},
|
|
3635
|
+
{
|
|
3636
|
+
"kind": "field",
|
|
3637
|
+
"name": "helperText",
|
|
3638
|
+
"type": {
|
|
3639
|
+
"text": "string | undefined"
|
|
3640
|
+
},
|
|
3641
|
+
"description": "The helper-text text of the date-picker.",
|
|
3642
|
+
"privacy": "public"
|
|
3643
|
+
},
|
|
3644
|
+
{
|
|
3645
|
+
"kind": "field",
|
|
3646
|
+
"name": "errorText",
|
|
3647
|
+
"type": {
|
|
3648
|
+
"text": "string | undefined"
|
|
3649
|
+
},
|
|
3650
|
+
"description": "The error-text text of the date-picker.",
|
|
3651
|
+
"privacy": "public"
|
|
3652
|
+
},
|
|
3653
|
+
{
|
|
3654
|
+
"kind": "field",
|
|
3655
|
+
"name": "min",
|
|
3656
|
+
"type": {
|
|
3657
|
+
"text": "DateStr | null"
|
|
3658
|
+
},
|
|
3659
|
+
"default": "null",
|
|
3660
|
+
"description": "The earliest accepted date of the date-picker.",
|
|
3661
|
+
"privacy": "public"
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
"kind": "field",
|
|
3665
|
+
"name": "max",
|
|
3666
|
+
"type": {
|
|
3667
|
+
"text": "DateStr | null"
|
|
3668
|
+
},
|
|
3669
|
+
"default": "null",
|
|
3670
|
+
"description": "The latest accepted date of the date-picker.",
|
|
3671
|
+
"privacy": "public"
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"kind": "field",
|
|
3675
|
+
"name": "value",
|
|
3676
|
+
"type": {
|
|
3677
|
+
"text": "DateStr | null"
|
|
3678
|
+
},
|
|
3679
|
+
"default": "null",
|
|
3680
|
+
"description": "The currently selected date of the date-picker.",
|
|
3681
|
+
"privacy": "public"
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"kind": "method",
|
|
3685
|
+
"name": "#updateValueDueToUserInteraction",
|
|
3686
|
+
"parameters": [
|
|
3687
|
+
{
|
|
3688
|
+
"name": "newValue",
|
|
3689
|
+
"type": {
|
|
3690
|
+
"text": "DateStr | null"
|
|
3691
|
+
}
|
|
3692
|
+
}
|
|
3693
|
+
]
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
"kind": "field",
|
|
3697
|
+
"name": "disabled",
|
|
3698
|
+
"type": {
|
|
3699
|
+
"text": "boolean"
|
|
3700
|
+
},
|
|
3701
|
+
"default": "false",
|
|
3702
|
+
"description": "Whether the date-picker is disabled.",
|
|
3703
|
+
"privacy": "public"
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
"kind": "field",
|
|
3707
|
+
"name": "readOnly",
|
|
3708
|
+
"type": {
|
|
3709
|
+
"text": "boolean"
|
|
3710
|
+
},
|
|
3711
|
+
"default": "false",
|
|
3712
|
+
"description": "Whether the date-picker is readonly.",
|
|
3713
|
+
"privacy": "public"
|
|
3714
|
+
},
|
|
3715
|
+
{
|
|
3716
|
+
"kind": "method",
|
|
3717
|
+
"name": "#getFocusableEls"
|
|
3718
|
+
},
|
|
3719
|
+
{
|
|
3720
|
+
"kind": "method",
|
|
3721
|
+
"name": "#isMonthAfterValidRange",
|
|
3722
|
+
"parameters": [
|
|
3723
|
+
{
|
|
3724
|
+
"name": "month",
|
|
3725
|
+
"type": {
|
|
3726
|
+
"text": "Month"
|
|
3727
|
+
}
|
|
3728
|
+
}
|
|
3729
|
+
]
|
|
3730
|
+
},
|
|
3731
|
+
{
|
|
3732
|
+
"kind": "method",
|
|
3733
|
+
"name": "#isMonthBeforeValidRange",
|
|
3734
|
+
"parameters": [
|
|
3735
|
+
{
|
|
3736
|
+
"name": "month",
|
|
3737
|
+
"type": {
|
|
3738
|
+
"text": "Month"
|
|
3739
|
+
}
|
|
3740
|
+
}
|
|
3741
|
+
]
|
|
3742
|
+
},
|
|
3743
|
+
{
|
|
3744
|
+
"kind": "field",
|
|
3745
|
+
"name": "#dismissOnClickOutside",
|
|
3746
|
+
"privacy": "private"
|
|
3747
|
+
},
|
|
3748
|
+
{
|
|
3749
|
+
"kind": "field",
|
|
3750
|
+
"name": "#isClosingPopup",
|
|
3751
|
+
"privacy": "private",
|
|
3752
|
+
"type": {
|
|
3753
|
+
"text": "boolean"
|
|
3754
|
+
},
|
|
3755
|
+
"default": "false"
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
"kind": "method",
|
|
3759
|
+
"name": "#openPopupIfPossible"
|
|
3760
|
+
},
|
|
3761
|
+
{
|
|
3762
|
+
"kind": "method",
|
|
3763
|
+
"name": "#closePopup",
|
|
3764
|
+
"parameters": [
|
|
3765
|
+
{
|
|
3766
|
+
"name": "restoreFocusToTextField",
|
|
3767
|
+
"default": "true"
|
|
3768
|
+
}
|
|
3769
|
+
]
|
|
3770
|
+
}
|
|
3771
|
+
],
|
|
3772
|
+
"attributes": [
|
|
3773
|
+
{
|
|
3774
|
+
"name": "label",
|
|
3775
|
+
"type": {
|
|
3776
|
+
"text": "string | undefined"
|
|
3777
|
+
},
|
|
3778
|
+
"description": "The label text of the date-picker.",
|
|
3779
|
+
"fieldName": "label"
|
|
3780
|
+
},
|
|
3781
|
+
{
|
|
3782
|
+
"name": "helper-text",
|
|
3783
|
+
"type": {
|
|
3784
|
+
"text": "string | undefined"
|
|
3785
|
+
},
|
|
3786
|
+
"description": "The helper-text text of the date-picker.",
|
|
3787
|
+
"fieldName": "helperText"
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"name": "error-text",
|
|
3791
|
+
"type": {
|
|
3792
|
+
"text": "string | undefined"
|
|
3793
|
+
},
|
|
3794
|
+
"description": "The error-text text of the date-picker.",
|
|
3795
|
+
"fieldName": "errorText"
|
|
3796
|
+
},
|
|
3797
|
+
{
|
|
3798
|
+
"type": {
|
|
3799
|
+
"text": "DateStr | null"
|
|
3800
|
+
},
|
|
3801
|
+
"default": "null",
|
|
3802
|
+
"description": "The earliest accepted date of the date-picker.",
|
|
3803
|
+
"fieldName": "min"
|
|
3804
|
+
},
|
|
3805
|
+
{
|
|
3806
|
+
"type": {
|
|
3807
|
+
"text": "DateStr | null"
|
|
3808
|
+
},
|
|
3809
|
+
"default": "null",
|
|
3810
|
+
"description": "The latest accepted date of the date-picker.",
|
|
3811
|
+
"fieldName": "max"
|
|
3812
|
+
},
|
|
3813
|
+
{
|
|
3814
|
+
"type": {
|
|
3815
|
+
"text": "DateStr | null"
|
|
3816
|
+
},
|
|
3817
|
+
"default": "null",
|
|
3818
|
+
"description": "The currently selected date of the date-picker.",
|
|
3819
|
+
"fieldName": "value"
|
|
3820
|
+
},
|
|
3821
|
+
{
|
|
3822
|
+
"type": {
|
|
3823
|
+
"text": "boolean"
|
|
3824
|
+
},
|
|
3825
|
+
"default": "false",
|
|
3826
|
+
"description": "Whether the date-picker is disabled.",
|
|
3827
|
+
"fieldName": "disabled"
|
|
3828
|
+
},
|
|
3829
|
+
{
|
|
3830
|
+
"name": "readonly",
|
|
3831
|
+
"type": {
|
|
3832
|
+
"text": "boolean"
|
|
3833
|
+
},
|
|
3834
|
+
"default": "false",
|
|
3835
|
+
"description": "Whether the date-picker is readonly.",
|
|
3836
|
+
"fieldName": "readOnly"
|
|
3837
|
+
}
|
|
3838
|
+
],
|
|
3839
|
+
"superclass": {
|
|
3840
|
+
"name": "FoundationElement",
|
|
3841
|
+
"package": "@microsoft/fast-foundation"
|
|
3842
|
+
}
|
|
3843
|
+
}
|
|
3844
|
+
],
|
|
3845
|
+
"exports": [
|
|
3846
|
+
{
|
|
3847
|
+
"kind": "js",
|
|
3848
|
+
"name": "DatePicker",
|
|
3849
|
+
"declaration": {
|
|
3850
|
+
"name": "DatePicker",
|
|
3851
|
+
"module": "libs/components/src/lib/date-picker/date-picker.ts"
|
|
3852
|
+
}
|
|
3853
|
+
}
|
|
3854
|
+
]
|
|
3855
|
+
},
|
|
3856
|
+
{
|
|
3857
|
+
"kind": "javascript-module",
|
|
3858
|
+
"path": "libs/components/src/lib/date-picker/definition.ts",
|
|
3859
|
+
"declarations": [
|
|
3860
|
+
{
|
|
3861
|
+
"kind": "variable",
|
|
3862
|
+
"name": "datePickerDefinition"
|
|
3863
|
+
},
|
|
3864
|
+
{
|
|
3865
|
+
"kind": "variable",
|
|
3866
|
+
"name": "registerDatePicker",
|
|
3867
|
+
"description": "Registers the date-picker element with the design system.",
|
|
3868
|
+
"parameters": [
|
|
3869
|
+
{
|
|
3870
|
+
"description": "the prefix to use for the component name",
|
|
3871
|
+
"name": "prefix"
|
|
3872
|
+
}
|
|
3873
|
+
]
|
|
3874
|
+
}
|
|
3875
|
+
],
|
|
3876
|
+
"exports": [
|
|
3877
|
+
{
|
|
3878
|
+
"kind": "js",
|
|
3879
|
+
"name": "datePickerDefinition",
|
|
3880
|
+
"declaration": {
|
|
3881
|
+
"name": "datePickerDefinition",
|
|
3882
|
+
"module": "libs/components/src/lib/date-picker/definition.ts"
|
|
3883
|
+
}
|
|
3884
|
+
},
|
|
3885
|
+
{
|
|
3886
|
+
"kind": "js",
|
|
3887
|
+
"name": "registerDatePicker",
|
|
3888
|
+
"declaration": {
|
|
3889
|
+
"name": "registerDatePicker",
|
|
3890
|
+
"module": "libs/components/src/lib/date-picker/definition.ts"
|
|
3891
|
+
}
|
|
3892
|
+
}
|
|
3893
|
+
]
|
|
3894
|
+
},
|
|
3895
|
+
{
|
|
3896
|
+
"kind": "javascript-module",
|
|
3897
|
+
"path": "libs/components/src/lib/date-picker/locale.ts",
|
|
3898
|
+
"declarations": [],
|
|
3899
|
+
"exports": []
|
|
3900
|
+
},
|
|
3580
3901
|
{
|
|
3581
3902
|
"kind": "javascript-module",
|
|
3582
3903
|
"path": "libs/components/src/lib/dialog/definition.ts",
|
|
@@ -4920,14 +5241,6 @@
|
|
|
4920
5241
|
"kind": "javascript-module",
|
|
4921
5242
|
"path": "libs/components/src/lib/icon/icon.ts",
|
|
4922
5243
|
"declarations": [
|
|
4923
|
-
{
|
|
4924
|
-
"kind": "variable",
|
|
4925
|
-
"name": "ICON_SET_VERSION",
|
|
4926
|
-
"type": {
|
|
4927
|
-
"text": "string"
|
|
4928
|
-
},
|
|
4929
|
-
"default": "'4.2.3'"
|
|
4930
|
-
},
|
|
4931
5244
|
{
|
|
4932
5245
|
"kind": "class",
|
|
4933
5246
|
"description": "",
|
|
@@ -5041,14 +5354,6 @@
|
|
|
5041
5354
|
}
|
|
5042
5355
|
],
|
|
5043
5356
|
"exports": [
|
|
5044
|
-
{
|
|
5045
|
-
"kind": "js",
|
|
5046
|
-
"name": "ICON_SET_VERSION",
|
|
5047
|
-
"declaration": {
|
|
5048
|
-
"name": "ICON_SET_VERSION",
|
|
5049
|
-
"module": "libs/components/src/lib/icon/icon.ts"
|
|
5050
|
-
}
|
|
5051
|
-
},
|
|
5052
5357
|
{
|
|
5053
5358
|
"kind": "js",
|
|
5054
5359
|
"name": "Icon",
|
|
@@ -5348,8 +5653,62 @@
|
|
|
5348
5653
|
},
|
|
5349
5654
|
"description": "The appearance the listbox should have.",
|
|
5350
5655
|
"privacy": "public"
|
|
5351
|
-
}
|
|
5352
|
-
|
|
5656
|
+
},
|
|
5657
|
+
{
|
|
5658
|
+
"kind": "field",
|
|
5659
|
+
"name": "orientation",
|
|
5660
|
+
"type": {
|
|
5661
|
+
"text": "'horizontal' | 'vertical' | undefined"
|
|
5662
|
+
},
|
|
5663
|
+
"description": "The direction the listbox options should flow.",
|
|
5664
|
+
"privacy": "public"
|
|
5665
|
+
},
|
|
5666
|
+
{
|
|
5667
|
+
"kind": "method",
|
|
5668
|
+
"name": "orientationChanged",
|
|
5669
|
+
"return": {
|
|
5670
|
+
"type": {
|
|
5671
|
+
"text": "void"
|
|
5672
|
+
}
|
|
5673
|
+
}
|
|
5674
|
+
},
|
|
5675
|
+
{
|
|
5676
|
+
"kind": "field",
|
|
5677
|
+
"name": "shape",
|
|
5678
|
+
"type": {
|
|
5679
|
+
"text": "ListboxShape | undefined"
|
|
5680
|
+
},
|
|
5681
|
+
"description": "The shape the listbox should have.",
|
|
5682
|
+
"privacy": "public"
|
|
5683
|
+
},
|
|
5684
|
+
{
|
|
5685
|
+
"kind": "method",
|
|
5686
|
+
"name": "slottedOptionsChanged",
|
|
5687
|
+
"parameters": [
|
|
5688
|
+
{
|
|
5689
|
+
"name": "prev",
|
|
5690
|
+
"type": {
|
|
5691
|
+
"text": "Element[] | undefined"
|
|
5692
|
+
}
|
|
5693
|
+
},
|
|
5694
|
+
{
|
|
5695
|
+
"name": "next",
|
|
5696
|
+
"type": {
|
|
5697
|
+
"text": "Element[]"
|
|
5698
|
+
}
|
|
5699
|
+
}
|
|
5700
|
+
]
|
|
5701
|
+
},
|
|
5702
|
+
{
|
|
5703
|
+
"kind": "method",
|
|
5704
|
+
"name": "#disableSlottedChildren",
|
|
5705
|
+
"return": {
|
|
5706
|
+
"type": {
|
|
5707
|
+
"text": "void"
|
|
5708
|
+
}
|
|
5709
|
+
}
|
|
5710
|
+
}
|
|
5711
|
+
],
|
|
5353
5712
|
"attributes": [
|
|
5354
5713
|
{
|
|
5355
5714
|
"name": "appearance",
|
|
@@ -5358,6 +5717,22 @@
|
|
|
5358
5717
|
},
|
|
5359
5718
|
"description": "The appearance the listbox should have.",
|
|
5360
5719
|
"fieldName": "appearance"
|
|
5720
|
+
},
|
|
5721
|
+
{
|
|
5722
|
+
"name": "orientation",
|
|
5723
|
+
"type": {
|
|
5724
|
+
"text": "'horizontal' | 'vertical' | undefined"
|
|
5725
|
+
},
|
|
5726
|
+
"description": "The direction the listbox options should flow.",
|
|
5727
|
+
"fieldName": "orientation"
|
|
5728
|
+
},
|
|
5729
|
+
{
|
|
5730
|
+
"name": "shape",
|
|
5731
|
+
"type": {
|
|
5732
|
+
"text": "ListboxShape | undefined"
|
|
5733
|
+
},
|
|
5734
|
+
"description": "The shape the listbox should have.",
|
|
5735
|
+
"fieldName": "shape"
|
|
5361
5736
|
}
|
|
5362
5737
|
],
|
|
5363
5738
|
"superclass": {
|
|
@@ -7985,31 +8360,35 @@
|
|
|
7985
8360
|
"members": [
|
|
7986
8361
|
{
|
|
7987
8362
|
"kind": "field",
|
|
7988
|
-
"name": "
|
|
8363
|
+
"name": "_popup",
|
|
7989
8364
|
"type": {
|
|
7990
|
-
"text": "
|
|
8365
|
+
"text": "Popup"
|
|
7991
8366
|
}
|
|
7992
8367
|
},
|
|
7993
8368
|
{
|
|
7994
8369
|
"kind": "field",
|
|
7995
|
-
"name": "
|
|
8370
|
+
"name": "_anchor",
|
|
7996
8371
|
"type": {
|
|
7997
|
-
"text": "
|
|
8372
|
+
"text": "HTMLElement"
|
|
7998
8373
|
}
|
|
7999
8374
|
},
|
|
8000
8375
|
{
|
|
8001
8376
|
"kind": "field",
|
|
8002
|
-
"name": "
|
|
8377
|
+
"name": "appearance",
|
|
8003
8378
|
"type": {
|
|
8004
|
-
"text": "
|
|
8005
|
-
}
|
|
8379
|
+
"text": "SelectAppearance | undefined"
|
|
8380
|
+
},
|
|
8381
|
+
"description": "The appearance attribute.",
|
|
8382
|
+
"privacy": "public"
|
|
8006
8383
|
},
|
|
8007
8384
|
{
|
|
8008
8385
|
"kind": "field",
|
|
8009
|
-
"name": "
|
|
8386
|
+
"name": "shape",
|
|
8010
8387
|
"type": {
|
|
8011
|
-
"text": "
|
|
8012
|
-
}
|
|
8388
|
+
"text": "SelectShape | undefined"
|
|
8389
|
+
},
|
|
8390
|
+
"description": "The shape attribute.",
|
|
8391
|
+
"privacy": "public"
|
|
8013
8392
|
},
|
|
8014
8393
|
{
|
|
8015
8394
|
"kind": "field",
|
|
@@ -8017,7 +8396,18 @@
|
|
|
8017
8396
|
"type": {
|
|
8018
8397
|
"text": "boolean"
|
|
8019
8398
|
},
|
|
8020
|
-
"default": "false"
|
|
8399
|
+
"default": "false",
|
|
8400
|
+
"description": "The fixed-dropdown attribute.",
|
|
8401
|
+
"privacy": "public"
|
|
8402
|
+
},
|
|
8403
|
+
{
|
|
8404
|
+
"kind": "field",
|
|
8405
|
+
"name": "placeholder",
|
|
8406
|
+
"type": {
|
|
8407
|
+
"text": "string | undefined"
|
|
8408
|
+
},
|
|
8409
|
+
"description": "The placeholder attribute.",
|
|
8410
|
+
"privacy": "public"
|
|
8021
8411
|
},
|
|
8022
8412
|
{
|
|
8023
8413
|
"kind": "field",
|
|
@@ -8026,6 +8416,15 @@
|
|
|
8026
8416
|
"text": "string"
|
|
8027
8417
|
},
|
|
8028
8418
|
"readonly": true
|
|
8419
|
+
},
|
|
8420
|
+
{
|
|
8421
|
+
"kind": "method",
|
|
8422
|
+
"name": "setDefaultSelectedOption",
|
|
8423
|
+
"return": {
|
|
8424
|
+
"type": {
|
|
8425
|
+
"text": "void"
|
|
8426
|
+
}
|
|
8427
|
+
}
|
|
8029
8428
|
}
|
|
8030
8429
|
],
|
|
8031
8430
|
"attributes": [
|
|
@@ -8034,6 +8433,7 @@
|
|
|
8034
8433
|
"type": {
|
|
8035
8434
|
"text": "SelectAppearance | undefined"
|
|
8036
8435
|
},
|
|
8436
|
+
"description": "The appearance attribute.",
|
|
8037
8437
|
"fieldName": "appearance"
|
|
8038
8438
|
},
|
|
8039
8439
|
{
|
|
@@ -8041,6 +8441,7 @@
|
|
|
8041
8441
|
"type": {
|
|
8042
8442
|
"text": "SelectShape | undefined"
|
|
8043
8443
|
},
|
|
8444
|
+
"description": "The shape attribute.",
|
|
8044
8445
|
"fieldName": "shape"
|
|
8045
8446
|
},
|
|
8046
8447
|
{
|
|
@@ -8049,7 +8450,16 @@
|
|
|
8049
8450
|
"text": "boolean"
|
|
8050
8451
|
},
|
|
8051
8452
|
"default": "false",
|
|
8453
|
+
"description": "The fixed-dropdown attribute.",
|
|
8052
8454
|
"fieldName": "fixedDropdown"
|
|
8455
|
+
},
|
|
8456
|
+
{
|
|
8457
|
+
"name": "placeholder",
|
|
8458
|
+
"type": {
|
|
8459
|
+
"text": "string | undefined"
|
|
8460
|
+
},
|
|
8461
|
+
"description": "The placeholder attribute.",
|
|
8462
|
+
"fieldName": "placeholder"
|
|
8053
8463
|
}
|
|
8054
8464
|
],
|
|
8055
8465
|
"superclass": {
|
|
@@ -10179,6 +10589,16 @@
|
|
|
10179
10589
|
"default": "var(--vvd-color-neutral-100)"
|
|
10180
10590
|
}
|
|
10181
10591
|
],
|
|
10592
|
+
"slots": [
|
|
10593
|
+
{
|
|
10594
|
+
"description": "Used to add action items to the start of the text-field.",
|
|
10595
|
+
"name": "leading-action-items"
|
|
10596
|
+
},
|
|
10597
|
+
{
|
|
10598
|
+
"description": "Used to add action items to the end of the text-field.",
|
|
10599
|
+
"name": "action-items"
|
|
10600
|
+
}
|
|
10601
|
+
],
|
|
10182
10602
|
"members": [
|
|
10183
10603
|
{
|
|
10184
10604
|
"kind": "field",
|
|
@@ -10200,6 +10620,13 @@
|
|
|
10200
10620
|
"type": {
|
|
10201
10621
|
"text": "string | undefined"
|
|
10202
10622
|
}
|
|
10623
|
+
},
|
|
10624
|
+
{
|
|
10625
|
+
"kind": "field",
|
|
10626
|
+
"name": "leadingActionItemsSlottedContent",
|
|
10627
|
+
"type": {
|
|
10628
|
+
"text": "HTMLElement[] | undefined"
|
|
10629
|
+
}
|
|
10203
10630
|
}
|
|
10204
10631
|
],
|
|
10205
10632
|
"attributes": [
|
|
@@ -10935,6 +11362,546 @@
|
|
|
10935
11362
|
}
|
|
10936
11363
|
}
|
|
10937
11364
|
]
|
|
11365
|
+
},
|
|
11366
|
+
{
|
|
11367
|
+
"kind": "javascript-module",
|
|
11368
|
+
"path": "libs/components/src/lib/date-picker/calendar/calendarGrid.ts",
|
|
11369
|
+
"declarations": [
|
|
11370
|
+
{
|
|
11371
|
+
"kind": "function",
|
|
11372
|
+
"name": "buildCalendarGrid",
|
|
11373
|
+
"return": {
|
|
11374
|
+
"type": {
|
|
11375
|
+
"text": "CalendarGrid"
|
|
11376
|
+
}
|
|
11377
|
+
},
|
|
11378
|
+
"parameters": [
|
|
11379
|
+
{
|
|
11380
|
+
"name": "month",
|
|
11381
|
+
"type": {
|
|
11382
|
+
"text": "Month"
|
|
11383
|
+
}
|
|
11384
|
+
},
|
|
11385
|
+
{
|
|
11386
|
+
"name": "locale",
|
|
11387
|
+
"type": {
|
|
11388
|
+
"text": "DatePickerLocale"
|
|
11389
|
+
}
|
|
11390
|
+
}
|
|
11391
|
+
]
|
|
11392
|
+
}
|
|
11393
|
+
],
|
|
11394
|
+
"exports": [
|
|
11395
|
+
{
|
|
11396
|
+
"kind": "js",
|
|
11397
|
+
"name": "buildCalendarGrid",
|
|
11398
|
+
"declaration": {
|
|
11399
|
+
"name": "buildCalendarGrid",
|
|
11400
|
+
"module": "libs/components/src/lib/date-picker/calendar/calendarGrid.ts"
|
|
11401
|
+
}
|
|
11402
|
+
}
|
|
11403
|
+
]
|
|
11404
|
+
},
|
|
11405
|
+
{
|
|
11406
|
+
"kind": "javascript-module",
|
|
11407
|
+
"path": "libs/components/src/lib/date-picker/calendar/dateStr.ts",
|
|
11408
|
+
"declarations": [
|
|
11409
|
+
{
|
|
11410
|
+
"kind": "function",
|
|
11411
|
+
"name": "formatDateStr",
|
|
11412
|
+
"return": {
|
|
11413
|
+
"type": {
|
|
11414
|
+
"text": "DateStr"
|
|
11415
|
+
}
|
|
11416
|
+
},
|
|
11417
|
+
"parameters": [
|
|
11418
|
+
{
|
|
11419
|
+
"name": "date",
|
|
11420
|
+
"type": {
|
|
11421
|
+
"text": "Date"
|
|
11422
|
+
}
|
|
11423
|
+
}
|
|
11424
|
+
]
|
|
11425
|
+
},
|
|
11426
|
+
{
|
|
11427
|
+
"kind": "function",
|
|
11428
|
+
"name": "currentDateStr",
|
|
11429
|
+
"return": {
|
|
11430
|
+
"type": {
|
|
11431
|
+
"text": "DateStr"
|
|
11432
|
+
}
|
|
11433
|
+
},
|
|
11434
|
+
"parameters": [
|
|
11435
|
+
{
|
|
11436
|
+
"name": "now",
|
|
11437
|
+
"default": "new Date()"
|
|
11438
|
+
}
|
|
11439
|
+
]
|
|
11440
|
+
},
|
|
11441
|
+
{
|
|
11442
|
+
"kind": "function",
|
|
11443
|
+
"name": "parseDateStr",
|
|
11444
|
+
"return": {
|
|
11445
|
+
"type": {
|
|
11446
|
+
"text": "Date"
|
|
11447
|
+
}
|
|
11448
|
+
},
|
|
11449
|
+
"parameters": [
|
|
11450
|
+
{
|
|
11451
|
+
"name": "dateStr",
|
|
11452
|
+
"type": {
|
|
11453
|
+
"text": "DateStr"
|
|
11454
|
+
}
|
|
11455
|
+
}
|
|
11456
|
+
]
|
|
11457
|
+
},
|
|
11458
|
+
{
|
|
11459
|
+
"kind": "function",
|
|
11460
|
+
"name": "addDays",
|
|
11461
|
+
"return": {
|
|
11462
|
+
"type": {
|
|
11463
|
+
"text": "DateStr"
|
|
11464
|
+
}
|
|
11465
|
+
},
|
|
11466
|
+
"parameters": [
|
|
11467
|
+
{
|
|
11468
|
+
"name": "dateStr",
|
|
11469
|
+
"type": {
|
|
11470
|
+
"text": "DateStr"
|
|
11471
|
+
}
|
|
11472
|
+
},
|
|
11473
|
+
{
|
|
11474
|
+
"name": "days",
|
|
11475
|
+
"type": {
|
|
11476
|
+
"text": "number"
|
|
11477
|
+
}
|
|
11478
|
+
}
|
|
11479
|
+
]
|
|
11480
|
+
},
|
|
11481
|
+
{
|
|
11482
|
+
"kind": "function",
|
|
11483
|
+
"name": "compareDateStr",
|
|
11484
|
+
"return": {
|
|
11485
|
+
"type": {
|
|
11486
|
+
"text": "number"
|
|
11487
|
+
}
|
|
11488
|
+
},
|
|
11489
|
+
"parameters": [
|
|
11490
|
+
{
|
|
11491
|
+
"name": "a",
|
|
11492
|
+
"type": {
|
|
11493
|
+
"text": "DateStr"
|
|
11494
|
+
}
|
|
11495
|
+
},
|
|
11496
|
+
{
|
|
11497
|
+
"name": "b",
|
|
11498
|
+
"type": {
|
|
11499
|
+
"text": "DateStr"
|
|
11500
|
+
}
|
|
11501
|
+
}
|
|
11502
|
+
]
|
|
11503
|
+
},
|
|
11504
|
+
{
|
|
11505
|
+
"kind": "function",
|
|
11506
|
+
"name": "isValidDateStr",
|
|
11507
|
+
"return": {
|
|
11508
|
+
"type": {
|
|
11509
|
+
"text": "boolean"
|
|
11510
|
+
}
|
|
11511
|
+
},
|
|
11512
|
+
"parameters": [
|
|
11513
|
+
{
|
|
11514
|
+
"name": "string",
|
|
11515
|
+
"type": {
|
|
11516
|
+
"text": "string"
|
|
11517
|
+
}
|
|
11518
|
+
}
|
|
11519
|
+
]
|
|
11520
|
+
}
|
|
11521
|
+
],
|
|
11522
|
+
"exports": [
|
|
11523
|
+
{
|
|
11524
|
+
"kind": "js",
|
|
11525
|
+
"name": "formatDateStr",
|
|
11526
|
+
"declaration": {
|
|
11527
|
+
"name": "formatDateStr",
|
|
11528
|
+
"module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
|
|
11529
|
+
}
|
|
11530
|
+
},
|
|
11531
|
+
{
|
|
11532
|
+
"kind": "js",
|
|
11533
|
+
"name": "currentDateStr",
|
|
11534
|
+
"declaration": {
|
|
11535
|
+
"name": "currentDateStr",
|
|
11536
|
+
"module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
|
|
11537
|
+
}
|
|
11538
|
+
},
|
|
11539
|
+
{
|
|
11540
|
+
"kind": "js",
|
|
11541
|
+
"name": "parseDateStr",
|
|
11542
|
+
"declaration": {
|
|
11543
|
+
"name": "parseDateStr",
|
|
11544
|
+
"module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
|
|
11545
|
+
}
|
|
11546
|
+
},
|
|
11547
|
+
{
|
|
11548
|
+
"kind": "js",
|
|
11549
|
+
"name": "addDays",
|
|
11550
|
+
"declaration": {
|
|
11551
|
+
"name": "addDays",
|
|
11552
|
+
"module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
|
|
11553
|
+
}
|
|
11554
|
+
},
|
|
11555
|
+
{
|
|
11556
|
+
"kind": "js",
|
|
11557
|
+
"name": "compareDateStr",
|
|
11558
|
+
"declaration": {
|
|
11559
|
+
"name": "compareDateStr",
|
|
11560
|
+
"module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
|
|
11561
|
+
}
|
|
11562
|
+
},
|
|
11563
|
+
{
|
|
11564
|
+
"kind": "js",
|
|
11565
|
+
"name": "isValidDateStr",
|
|
11566
|
+
"declaration": {
|
|
11567
|
+
"name": "isValidDateStr",
|
|
11568
|
+
"module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
|
|
11569
|
+
}
|
|
11570
|
+
}
|
|
11571
|
+
]
|
|
11572
|
+
},
|
|
11573
|
+
{
|
|
11574
|
+
"kind": "javascript-module",
|
|
11575
|
+
"path": "libs/components/src/lib/date-picker/calendar/month.ts",
|
|
11576
|
+
"declarations": [
|
|
11577
|
+
{
|
|
11578
|
+
"kind": "function",
|
|
11579
|
+
"name": "getCurrentMonth",
|
|
11580
|
+
"return": {
|
|
11581
|
+
"type": {
|
|
11582
|
+
"text": "Month"
|
|
11583
|
+
}
|
|
11584
|
+
},
|
|
11585
|
+
"parameters": [
|
|
11586
|
+
{
|
|
11587
|
+
"name": "now",
|
|
11588
|
+
"default": "new Date()"
|
|
11589
|
+
}
|
|
11590
|
+
]
|
|
11591
|
+
},
|
|
11592
|
+
{
|
|
11593
|
+
"kind": "function",
|
|
11594
|
+
"name": "monthOfDate",
|
|
11595
|
+
"return": {
|
|
11596
|
+
"type": {
|
|
11597
|
+
"text": "Month"
|
|
11598
|
+
}
|
|
11599
|
+
},
|
|
11600
|
+
"parameters": [
|
|
11601
|
+
{
|
|
11602
|
+
"name": "dateStr",
|
|
11603
|
+
"type": {
|
|
11604
|
+
"text": "DateStr"
|
|
11605
|
+
}
|
|
11606
|
+
}
|
|
11607
|
+
]
|
|
11608
|
+
},
|
|
11609
|
+
{
|
|
11610
|
+
"kind": "function",
|
|
11611
|
+
"name": "addMonths",
|
|
11612
|
+
"return": {
|
|
11613
|
+
"type": {
|
|
11614
|
+
"text": "Month"
|
|
11615
|
+
}
|
|
11616
|
+
},
|
|
11617
|
+
"parameters": [
|
|
11618
|
+
{
|
|
11619
|
+
"name": "{ month, year }",
|
|
11620
|
+
"type": {
|
|
11621
|
+
"text": "Month"
|
|
11622
|
+
}
|
|
11623
|
+
},
|
|
11624
|
+
{
|
|
11625
|
+
"name": "months",
|
|
11626
|
+
"type": {
|
|
11627
|
+
"text": "number"
|
|
11628
|
+
}
|
|
11629
|
+
}
|
|
11630
|
+
]
|
|
11631
|
+
},
|
|
11632
|
+
{
|
|
11633
|
+
"kind": "function",
|
|
11634
|
+
"name": "compareMonths",
|
|
11635
|
+
"return": {
|
|
11636
|
+
"type": {
|
|
11637
|
+
"text": "number"
|
|
11638
|
+
}
|
|
11639
|
+
},
|
|
11640
|
+
"parameters": [
|
|
11641
|
+
{
|
|
11642
|
+
"name": "a",
|
|
11643
|
+
"type": {
|
|
11644
|
+
"text": "Month"
|
|
11645
|
+
}
|
|
11646
|
+
},
|
|
11647
|
+
{
|
|
11648
|
+
"name": "b",
|
|
11649
|
+
"type": {
|
|
11650
|
+
"text": "Month"
|
|
11651
|
+
}
|
|
11652
|
+
}
|
|
11653
|
+
]
|
|
11654
|
+
},
|
|
11655
|
+
{
|
|
11656
|
+
"kind": "function",
|
|
11657
|
+
"name": "areMonthsEqual",
|
|
11658
|
+
"return": {
|
|
11659
|
+
"type": {
|
|
11660
|
+
"text": "boolean"
|
|
11661
|
+
}
|
|
11662
|
+
},
|
|
11663
|
+
"parameters": [
|
|
11664
|
+
{
|
|
11665
|
+
"name": "a",
|
|
11666
|
+
"type": {
|
|
11667
|
+
"text": "Month"
|
|
11668
|
+
}
|
|
11669
|
+
},
|
|
11670
|
+
{
|
|
11671
|
+
"name": "b",
|
|
11672
|
+
"type": {
|
|
11673
|
+
"text": "Month"
|
|
11674
|
+
}
|
|
11675
|
+
}
|
|
11676
|
+
]
|
|
11677
|
+
},
|
|
11678
|
+
{
|
|
11679
|
+
"kind": "function",
|
|
11680
|
+
"name": "monthToStr",
|
|
11681
|
+
"return": {
|
|
11682
|
+
"type": {
|
|
11683
|
+
"text": "string"
|
|
11684
|
+
}
|
|
11685
|
+
},
|
|
11686
|
+
"parameters": [
|
|
11687
|
+
{
|
|
11688
|
+
"name": "{ month, year }",
|
|
11689
|
+
"type": {
|
|
11690
|
+
"text": "Month"
|
|
11691
|
+
}
|
|
11692
|
+
}
|
|
11693
|
+
]
|
|
11694
|
+
}
|
|
11695
|
+
],
|
|
11696
|
+
"exports": [
|
|
11697
|
+
{
|
|
11698
|
+
"kind": "js",
|
|
11699
|
+
"name": "getCurrentMonth",
|
|
11700
|
+
"declaration": {
|
|
11701
|
+
"name": "getCurrentMonth",
|
|
11702
|
+
"module": "libs/components/src/lib/date-picker/calendar/month.ts"
|
|
11703
|
+
}
|
|
11704
|
+
},
|
|
11705
|
+
{
|
|
11706
|
+
"kind": "js",
|
|
11707
|
+
"name": "monthOfDate",
|
|
11708
|
+
"declaration": {
|
|
11709
|
+
"name": "monthOfDate",
|
|
11710
|
+
"module": "libs/components/src/lib/date-picker/calendar/month.ts"
|
|
11711
|
+
}
|
|
11712
|
+
},
|
|
11713
|
+
{
|
|
11714
|
+
"kind": "js",
|
|
11715
|
+
"name": "addMonths",
|
|
11716
|
+
"declaration": {
|
|
11717
|
+
"name": "addMonths",
|
|
11718
|
+
"module": "libs/components/src/lib/date-picker/calendar/month.ts"
|
|
11719
|
+
}
|
|
11720
|
+
},
|
|
11721
|
+
{
|
|
11722
|
+
"kind": "js",
|
|
11723
|
+
"name": "compareMonths",
|
|
11724
|
+
"declaration": {
|
|
11725
|
+
"name": "compareMonths",
|
|
11726
|
+
"module": "libs/components/src/lib/date-picker/calendar/month.ts"
|
|
11727
|
+
}
|
|
11728
|
+
},
|
|
11729
|
+
{
|
|
11730
|
+
"kind": "js",
|
|
11731
|
+
"name": "areMonthsEqual",
|
|
11732
|
+
"declaration": {
|
|
11733
|
+
"name": "areMonthsEqual",
|
|
11734
|
+
"module": "libs/components/src/lib/date-picker/calendar/month.ts"
|
|
11735
|
+
}
|
|
11736
|
+
},
|
|
11737
|
+
{
|
|
11738
|
+
"kind": "js",
|
|
11739
|
+
"name": "monthToStr",
|
|
11740
|
+
"declaration": {
|
|
11741
|
+
"name": "monthToStr",
|
|
11742
|
+
"module": "libs/components/src/lib/date-picker/calendar/month.ts"
|
|
11743
|
+
}
|
|
11744
|
+
}
|
|
11745
|
+
]
|
|
11746
|
+
},
|
|
11747
|
+
{
|
|
11748
|
+
"kind": "javascript-module",
|
|
11749
|
+
"path": "libs/components/src/lib/date-picker/calendar/monthPickerGrid.ts",
|
|
11750
|
+
"declarations": [
|
|
11751
|
+
{
|
|
11752
|
+
"kind": "variable",
|
|
11753
|
+
"name": "MonthsPerRow",
|
|
11754
|
+
"type": {
|
|
11755
|
+
"text": "number"
|
|
11756
|
+
},
|
|
11757
|
+
"default": "4"
|
|
11758
|
+
},
|
|
11759
|
+
{
|
|
11760
|
+
"kind": "function",
|
|
11761
|
+
"name": "buildMonthPickerGrid",
|
|
11762
|
+
"return": {
|
|
11763
|
+
"type": {
|
|
11764
|
+
"text": "MonthPickerGrid"
|
|
11765
|
+
}
|
|
11766
|
+
},
|
|
11767
|
+
"parameters": [
|
|
11768
|
+
{
|
|
11769
|
+
"name": "year",
|
|
11770
|
+
"type": {
|
|
11771
|
+
"text": "number"
|
|
11772
|
+
}
|
|
11773
|
+
},
|
|
11774
|
+
{
|
|
11775
|
+
"name": "locale",
|
|
11776
|
+
"type": {
|
|
11777
|
+
"text": "DatePickerLocale"
|
|
11778
|
+
}
|
|
11779
|
+
}
|
|
11780
|
+
]
|
|
11781
|
+
}
|
|
11782
|
+
],
|
|
11783
|
+
"exports": [
|
|
11784
|
+
{
|
|
11785
|
+
"kind": "js",
|
|
11786
|
+
"name": "MonthsPerRow",
|
|
11787
|
+
"declaration": {
|
|
11788
|
+
"name": "MonthsPerRow",
|
|
11789
|
+
"module": "libs/components/src/lib/date-picker/calendar/monthPickerGrid.ts"
|
|
11790
|
+
}
|
|
11791
|
+
},
|
|
11792
|
+
{
|
|
11793
|
+
"kind": "js",
|
|
11794
|
+
"name": "buildMonthPickerGrid",
|
|
11795
|
+
"declaration": {
|
|
11796
|
+
"name": "buildMonthPickerGrid",
|
|
11797
|
+
"module": "libs/components/src/lib/date-picker/calendar/monthPickerGrid.ts"
|
|
11798
|
+
}
|
|
11799
|
+
}
|
|
11800
|
+
]
|
|
11801
|
+
},
|
|
11802
|
+
{
|
|
11803
|
+
"kind": "javascript-module",
|
|
11804
|
+
"path": "libs/components/src/lib/date-picker/calendar/presentationDate.ts",
|
|
11805
|
+
"declarations": [
|
|
11806
|
+
{
|
|
11807
|
+
"kind": "function",
|
|
11808
|
+
"name": "formatPresentationDate",
|
|
11809
|
+
"return": {
|
|
11810
|
+
"type": {
|
|
11811
|
+
"text": "string"
|
|
11812
|
+
}
|
|
11813
|
+
},
|
|
11814
|
+
"parameters": [
|
|
11815
|
+
{
|
|
11816
|
+
"name": "dateStr",
|
|
11817
|
+
"type": {
|
|
11818
|
+
"text": "DateStr"
|
|
11819
|
+
}
|
|
11820
|
+
},
|
|
11821
|
+
{
|
|
11822
|
+
"name": "locale",
|
|
11823
|
+
"type": {
|
|
11824
|
+
"text": "DatePickerLocale"
|
|
11825
|
+
}
|
|
11826
|
+
}
|
|
11827
|
+
]
|
|
11828
|
+
},
|
|
11829
|
+
{
|
|
11830
|
+
"kind": "function",
|
|
11831
|
+
"name": "parsePresentationDate",
|
|
11832
|
+
"return": {
|
|
11833
|
+
"type": {
|
|
11834
|
+
"text": "DateStr"
|
|
11835
|
+
}
|
|
11836
|
+
},
|
|
11837
|
+
"parameters": [
|
|
11838
|
+
{
|
|
11839
|
+
"name": "presentationDate",
|
|
11840
|
+
"type": {
|
|
11841
|
+
"text": "string"
|
|
11842
|
+
}
|
|
11843
|
+
},
|
|
11844
|
+
{
|
|
11845
|
+
"name": "locale",
|
|
11846
|
+
"type": {
|
|
11847
|
+
"text": "DatePickerLocale"
|
|
11848
|
+
}
|
|
11849
|
+
}
|
|
11850
|
+
],
|
|
11851
|
+
"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"
|
|
11852
|
+
}
|
|
11853
|
+
],
|
|
11854
|
+
"exports": [
|
|
11855
|
+
{
|
|
11856
|
+
"kind": "js",
|
|
11857
|
+
"name": "formatPresentationDate",
|
|
11858
|
+
"declaration": {
|
|
11859
|
+
"name": "formatPresentationDate",
|
|
11860
|
+
"module": "libs/components/src/lib/date-picker/calendar/presentationDate.ts"
|
|
11861
|
+
}
|
|
11862
|
+
},
|
|
11863
|
+
{
|
|
11864
|
+
"kind": "js",
|
|
11865
|
+
"name": "parsePresentationDate",
|
|
11866
|
+
"declaration": {
|
|
11867
|
+
"name": "parsePresentationDate",
|
|
11868
|
+
"module": "libs/components/src/lib/date-picker/calendar/presentationDate.ts"
|
|
11869
|
+
}
|
|
11870
|
+
}
|
|
11871
|
+
]
|
|
11872
|
+
},
|
|
11873
|
+
{
|
|
11874
|
+
"kind": "javascript-module",
|
|
11875
|
+
"path": "libs/components/src/lib/date-picker/calendar/year.ts",
|
|
11876
|
+
"declarations": [
|
|
11877
|
+
{
|
|
11878
|
+
"kind": "function",
|
|
11879
|
+
"name": "yearOfDate",
|
|
11880
|
+
"return": {
|
|
11881
|
+
"type": {
|
|
11882
|
+
"text": "number"
|
|
11883
|
+
}
|
|
11884
|
+
},
|
|
11885
|
+
"parameters": [
|
|
11886
|
+
{
|
|
11887
|
+
"name": "dateStr",
|
|
11888
|
+
"type": {
|
|
11889
|
+
"text": "DateStr"
|
|
11890
|
+
}
|
|
11891
|
+
}
|
|
11892
|
+
]
|
|
11893
|
+
}
|
|
11894
|
+
],
|
|
11895
|
+
"exports": [
|
|
11896
|
+
{
|
|
11897
|
+
"kind": "js",
|
|
11898
|
+
"name": "yearOfDate",
|
|
11899
|
+
"declaration": {
|
|
11900
|
+
"name": "yearOfDate",
|
|
11901
|
+
"module": "libs/components/src/lib/date-picker/calendar/year.ts"
|
|
11902
|
+
}
|
|
11903
|
+
}
|
|
11904
|
+
]
|
|
10938
11905
|
}
|
|
10939
11906
|
]
|
|
10940
11907
|
}
|