@vonage/vivid 3.36.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.
Files changed (168) hide show
  1. package/accordion/index.js +3 -4
  2. package/accordion-item/index.js +3 -2
  3. package/alert/index.js +5 -4
  4. package/avatar/index.js +1 -1
  5. package/badge/index.js +2 -1
  6. package/banner/index.js +4 -3
  7. package/breadcrumb/index.js +0 -1
  8. package/breadcrumb-item/index.js +3 -2
  9. package/button/index.js +4 -3
  10. package/card/index.js +2 -3
  11. package/checkbox/index.js +3 -4
  12. package/combobox/index.js +7 -8
  13. package/custom-elements.json +386 -758
  14. package/data-grid/index.js +2 -3
  15. package/date-picker/index.js +10 -9
  16. package/date-range-picker/index.js +36 -0
  17. package/dialog/index.js +6 -7
  18. package/divider/index.js +1 -1
  19. package/elevation/index.js +1 -1
  20. package/empty-state/index.js +2 -3
  21. package/fab/index.js +4 -3
  22. package/file-picker/index.js +6 -4
  23. package/focus/index.js +1 -1
  24. package/header/index.js +2 -2
  25. package/icon/index.js +1 -1
  26. package/index.js +44 -42
  27. package/layout/index.js +1 -1
  28. package/lib/components.d.ts +1 -0
  29. package/lib/date-picker/date-picker.d.ts +5 -15
  30. package/lib/date-range-picker/date-range-picker.d.ts +16 -0
  31. package/lib/date-range-picker/definition.d.ts +3 -0
  32. package/lib/file-picker/file-picker.d.ts +8 -5
  33. package/lib/file-picker/file-picker.form-associated.d.ts +10 -0
  34. package/lib/file-picker/locale.d.ts +6 -0
  35. package/lib/number-field/number-field.d.ts +6 -2
  36. package/lib/tag-group/tag-group.d.ts +1 -0
  37. package/lib/tree-item/tree-item.template.d.ts +1 -1
  38. package/listbox/index.js +4 -5
  39. package/locales/en-GB.js +27 -3
  40. package/locales/en-US.js +27 -3
  41. package/locales/ja-JP.js +25 -1
  42. package/locales/zh-CN.js +25 -1
  43. package/menu/index.js +8 -9
  44. package/menu-item/index.js +4 -5
  45. package/nav/index.js +1 -1
  46. package/nav-disclosure/index.js +4 -3
  47. package/nav-item/index.js +4 -3
  48. package/note/index.js +3 -2
  49. package/number-field/index.js +6 -5
  50. package/option/index.js +4 -3
  51. package/package.json +1 -1
  52. package/pagination/index.js +5 -5
  53. package/popup/index.js +6 -5
  54. package/progress/index.js +1 -1
  55. package/progress-ring/index.js +1 -1
  56. package/radio/index.js +2 -2
  57. package/radio-group/index.js +2 -3
  58. package/select/index.js +8 -9
  59. package/shared/affix.js +5 -1
  60. package/shared/apply-mixins.js +1 -1
  61. package/shared/children.js +2 -2
  62. package/shared/date-picker/calendar/dateRange.d.ts +5 -0
  63. package/shared/date-picker/calendar/presentationDateRange.d.ts +5 -0
  64. package/shared/date-picker/date-picker-base.d.ts +20 -0
  65. package/shared/date-picker/date-picker-base.form-associated.d.ts +10 -0
  66. package/shared/date-picker/date-picker-base.template.d.ts +4 -0
  67. package/{lib → shared}/date-picker/locale.d.ts +6 -0
  68. package/shared/definition.js +5 -5
  69. package/shared/definition10.js +9 -14
  70. package/shared/definition11.js +1 -1
  71. package/shared/definition12.js +1 -1
  72. package/shared/definition13.js +3 -3
  73. package/shared/definition14.js +3 -3
  74. package/shared/definition15.js +5 -5
  75. package/shared/definition16.js +4 -5
  76. package/shared/definition17.js +59 -6016
  77. package/shared/definition18.js +350 -213
  78. package/shared/definition19.js +251 -67
  79. package/shared/definition2.js +2 -3
  80. package/shared/definition20.js +66 -58
  81. package/shared/definition21.js +43 -83
  82. package/shared/definition22.js +75 -2298
  83. package/shared/definition23.js +2361 -45
  84. package/shared/definition24.js +63 -27
  85. package/shared/definition25.js +24 -51
  86. package/shared/definition26.js +36 -806
  87. package/shared/definition27.js +820 -49
  88. package/shared/definition28.js +52 -89
  89. package/shared/definition29.js +88 -24
  90. package/shared/definition3.js +1 -1
  91. package/shared/definition30.js +25 -12
  92. package/shared/definition31.js +12 -53
  93. package/shared/definition32.js +29 -441
  94. package/shared/definition33.js +427 -197
  95. package/shared/definition34.js +260 -174
  96. package/shared/definition35.js +187 -69
  97. package/shared/definition36.js +68 -55
  98. package/shared/definition37.js +61 -422
  99. package/shared/definition38.js +435 -35
  100. package/shared/definition39.js +30 -679
  101. package/shared/definition4.js +3 -3
  102. package/shared/definition40.js +661 -77
  103. package/shared/definition41.js +77 -557
  104. package/shared/definition42.js +559 -106
  105. package/shared/definition43.js +105 -136
  106. package/shared/definition44.js +153 -17
  107. package/shared/definition45.js +16 -79
  108. package/shared/definition46.js +53 -475
  109. package/shared/definition47.js +506 -20
  110. package/shared/definition48.js +22 -121
  111. package/shared/definition49.js +115 -262
  112. package/shared/definition5.js +2 -2
  113. package/shared/definition50.js +248 -120
  114. package/shared/definition51.js +139 -123
  115. package/shared/definition52.js +84 -74
  116. package/shared/definition53.js +114 -70
  117. package/shared/definition54.js +81 -292
  118. package/shared/definition55.js +302 -13
  119. package/shared/definition56.js +11 -41
  120. package/shared/definition57.js +20 -154
  121. package/shared/definition58.js +181 -0
  122. package/shared/definition6.js +5 -5
  123. package/shared/definition7.js +4 -4
  124. package/shared/definition8.js +3 -3
  125. package/shared/definition9.js +1 -2
  126. package/shared/index.js +1 -1
  127. package/shared/index2.js +1 -1
  128. package/shared/listbox.js +1 -1
  129. package/shared/localization/Locale.d.ts +3 -1
  130. package/shared/localized.js +9 -0
  131. package/shared/patterns/affix.d.ts +3 -1
  132. package/shared/presentationDate.js +6133 -0
  133. package/shared/ref.js +1 -1
  134. package/shared/slotted.js +73 -3
  135. package/shared/text-anchor.template.js +4 -4
  136. package/shared/text-field.js +1 -1
  137. package/side-drawer/index.js +1 -1
  138. package/slider/index.js +2 -2
  139. package/split-button/index.js +4 -3
  140. package/style.css +265 -197
  141. package/styles/core/all.css +44 -13
  142. package/styles/core/theme.css +1 -1
  143. package/styles/core/typography.css +44 -13
  144. package/styles/tokens/theme-dark.css +4 -4
  145. package/styles/tokens/theme-light.css +4 -4
  146. package/styles/tokens/vivid-2-compat.css +1 -1
  147. package/switch/index.js +4 -3
  148. package/tab/index.js +4 -3
  149. package/tab-panel/index.js +1 -1
  150. package/tabs/index.js +6 -7
  151. package/tag/index.js +4 -3
  152. package/tag-group/index.js +1 -1
  153. package/text-anchor/index.js +1 -0
  154. package/text-area/index.js +4 -3
  155. package/text-field/index.js +4 -5
  156. package/toggletip/index.js +7 -6
  157. package/tooltip/index.js +7 -6
  158. package/tree-item/index.js +4 -5
  159. package/tree-view/index.js +1 -2
  160. package/vivid.api.json +105 -0
  161. package/lib/date-picker/date-picker.template.d.ts +0 -4
  162. package/shared/node-observation.js +0 -74
  163. /package/{lib → shared}/date-picker/calendar/calendarGrid.d.ts +0 -0
  164. /package/{lib → shared}/date-picker/calendar/dateStr.d.ts +0 -0
  165. /package/{lib → shared}/date-picker/calendar/month.d.ts +0 -0
  166. /package/{lib → shared}/date-picker/calendar/monthPickerGrid.d.ts +0 -0
  167. /package/{lib → shared}/date-picker/calendar/presentationDate.d.ts +0 -0
  168. /package/{lib → shared}/date-picker/calendar/year.d.ts +0 -0
@@ -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
  ],
@@ -3606,273 +3618,259 @@
3606
3618
  "declarations": [
3607
3619
  {
3608
3620
  "kind": "class",
3609
- "description": "Base class for date-picker",
3621
+ "description": "Single date picker component.",
3610
3622
  "name": "DatePicker",
3611
- "cssProperties": [
3612
- {
3613
- "name": "--vvd-date-picker-accent-primary",
3614
- "default": "var(--vvd-color-canvas-text)"
3615
- },
3616
- {
3617
- "name": "--vvd-date-picker-accent-faint",
3618
- "default": "var(--vvd-color-neutral-50)"
3619
- },
3620
- {
3621
- "name": "--vvd-date-picker-accent-soft",
3622
- "default": "var(--vvd-color-neutral-100)"
3623
- },
3623
+ "members": [
3624
3624
  {
3625
- "name": "--vvd-date-picker-accent-dim",
3626
- "default": "var(--vvd-color-neutral-200)"
3625
+ "kind": "method",
3626
+ "name": "#updateValueDueToUserInteraction",
3627
+ "parameters": [
3628
+ {
3629
+ "name": "newValue",
3630
+ "type": {
3631
+ "text": "DateStr"
3632
+ }
3633
+ }
3634
+ ]
3627
3635
  },
3628
- {
3629
- "name": "--vvd-date-picker-accent-pale",
3630
- "default": "var(--vvd-color-neutral-300)"
3631
- }
3632
- ],
3633
- "members": [
3634
3636
  {
3635
3637
  "kind": "field",
3636
- "name": "label",
3638
+ "name": "type",
3637
3639
  "type": {
3638
- "text": "string | undefined"
3640
+ "text": "string"
3639
3641
  },
3640
- "description": "The label text of the date-picker.",
3641
- "privacy": "public"
3642
- },
3642
+ "default": "'date'"
3643
+ }
3644
+ ],
3645
+ "superclass": {
3646
+ "name": "DatePickerBase",
3647
+ "module": "/libs/components/src/shared/date-picker/date-picker-base"
3648
+ }
3649
+ }
3650
+ ],
3651
+ "exports": [
3652
+ {
3653
+ "kind": "js",
3654
+ "name": "DatePicker",
3655
+ "declaration": {
3656
+ "name": "DatePicker",
3657
+ "module": "libs/components/src/lib/date-picker/date-picker.ts"
3658
+ }
3659
+ }
3660
+ ]
3661
+ },
3662
+ {
3663
+ "kind": "javascript-module",
3664
+ "path": "libs/components/src/lib/date-picker/definition.ts",
3665
+ "declarations": [
3666
+ {
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": [
3675
+ {
3676
+ "description": "the prefix to use for the component name",
3677
+ "name": "prefix"
3678
+ }
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",
3709
+ "members": [
3643
3710
  {
3644
3711
  "kind": "field",
3645
- "name": "helperText",
3712
+ "name": "initialStart",
3646
3713
  "type": {
3647
- "text": "string | undefined"
3714
+ "text": "string"
3648
3715
  },
3649
- "description": "The helper-text text of the date-picker.",
3650
- "privacy": "public"
3716
+ "default": "''",
3717
+ "description": "The initial start value. This value sets the `start` property\nonly when the `start` property has not been explicitly set."
3651
3718
  },
3652
3719
  {
3653
3720
  "kind": "field",
3654
- "name": "errorText",
3721
+ "name": "initialEnd",
3655
3722
  "type": {
3656
- "text": "string | undefined"
3723
+ "text": "string"
3657
3724
  },
3658
- "description": "The error-text text of the date-picker.",
3659
- "privacy": "public"
3725
+ "default": "''",
3726
+ "description": "The initial end value. This value sets the `end` property\nonly when the `end` property has not been explicitly set."
3660
3727
  },
3661
3728
  {
3662
3729
  "kind": "field",
3663
- "name": "min",
3730
+ "name": "#isInternalValueUpdate",
3731
+ "privacy": "private",
3664
3732
  "type": {
3665
- "text": "DateStr | null"
3733
+ "text": "boolean"
3666
3734
  },
3667
- "default": "null",
3668
- "description": "The earliest accepted date of the date-picker.",
3669
- "privacy": "public"
3735
+ "default": "false"
3670
3736
  },
3671
3737
  {
3672
3738
  "kind": "field",
3673
- "name": "max",
3739
+ "name": "start",
3674
3740
  "type": {
3675
- "text": "DateStr | null"
3741
+ "text": "string"
3676
3742
  },
3677
- "default": "null",
3678
- "description": "The latest accepted date of the date-picker.",
3679
- "privacy": "public"
3743
+ "default": "''",
3744
+ "description": "The start value of the date range."
3680
3745
  },
3681
3746
  {
3682
3747
  "kind": "field",
3683
- "name": "value",
3748
+ "name": "end",
3684
3749
  "type": {
3685
- "text": "DateStr | null"
3750
+ "text": "string"
3686
3751
  },
3687
- "default": "null",
3688
- "description": "The currently selected date of the date-picker.",
3689
- "privacy": "public"
3690
- },
3691
- {
3692
- "kind": "method",
3693
- "name": "#updateValueDueToUserInteraction",
3694
- "parameters": [
3695
- {
3696
- "name": "newValue",
3697
- "type": {
3698
- "text": "DateStr | null"
3699
- }
3700
- }
3701
- ]
3752
+ "default": "''",
3753
+ "description": "The end value of the date range."
3702
3754
  },
3703
3755
  {
3704
3756
  "kind": "field",
3705
- "name": "disabled",
3757
+ "name": "currentStart",
3706
3758
  "type": {
3707
- "text": "boolean"
3759
+ "text": "string"
3708
3760
  },
3709
- "default": "false",
3710
- "description": "Whether the date-picker is disabled.",
3711
- "privacy": "public"
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."
3712
3762
  },
3713
3763
  {
3714
3764
  "kind": "field",
3715
- "name": "readOnly",
3765
+ "name": "currentEnd",
3716
3766
  "type": {
3717
- "text": "boolean"
3767
+ "text": "string"
3718
3768
  },
3719
- "default": "false",
3720
- "description": "Whether the date-picker is readonly.",
3721
- "privacy": "public"
3722
- },
3723
- {
3724
- "kind": "method",
3725
- "name": "#getFocusableEls"
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."
3726
3770
  },
3727
3771
  {
3728
3772
  "kind": "method",
3729
- "name": "#isMonthAfterValidRange",
3773
+ "name": "#updateValues",
3730
3774
  "parameters": [
3731
3775
  {
3732
- "name": "month",
3776
+ "name": "range",
3733
3777
  "type": {
3734
- "text": "Month"
3778
+ "text": "Partial<DateRange>"
3735
3779
  }
3736
3780
  }
3737
3781
  ]
3738
3782
  },
3739
3783
  {
3740
3784
  "kind": "method",
3741
- "name": "#isMonthBeforeValidRange",
3742
- "parameters": [
3743
- {
3744
- "name": "month",
3745
- "type": {
3746
- "text": "Month"
3747
- }
3748
- }
3749
- ]
3785
+ "name": "#handleChangedValues"
3750
3786
  },
3751
3787
  {
3752
- "kind": "field",
3753
- "name": "#dismissOnClickOutside",
3754
- "privacy": "private"
3788
+ "kind": "method",
3789
+ "name": "#updateFormValue"
3755
3790
  },
3756
3791
  {
3757
3792
  "kind": "field",
3758
- "name": "#isClosingPopup",
3759
- "privacy": "private",
3760
- "type": {
3761
- "text": "boolean"
3762
- },
3763
- "default": "false"
3793
+ "name": "setFormValue"
3764
3794
  },
3765
3795
  {
3766
3796
  "kind": "method",
3767
- "name": "#openPopupIfPossible"
3797
+ "name": "#getVisibleRange",
3798
+ "return": {
3799
+ "type": {
3800
+ "text": "Partial<DateRange>"
3801
+ }
3802
+ }
3768
3803
  },
3769
3804
  {
3770
3805
  "kind": "method",
3771
- "name": "#closePopup",
3772
- "parameters": [
3773
- {
3774
- "name": "restoreFocusToTextField",
3775
- "default": "true"
3776
- }
3777
- ]
3806
+ "name": "formResetCallback"
3778
3807
  }
3779
3808
  ],
3780
3809
  "attributes": [
3781
3810
  {
3782
- "name": "label",
3783
- "type": {
3784
- "text": "string | undefined"
3785
- },
3786
- "description": "The label text of the date-picker.",
3787
- "fieldName": "label"
3788
- },
3789
- {
3790
- "name": "helper-text",
3791
- "type": {
3792
- "text": "string | undefined"
3793
- },
3794
- "description": "The helper-text text of the date-picker.",
3795
- "fieldName": "helperText"
3796
- },
3797
- {
3798
- "name": "error-text",
3799
- "type": {
3800
- "text": "string | undefined"
3801
- },
3802
- "description": "The error-text text of the date-picker.",
3803
- "fieldName": "errorText"
3804
- },
3805
- {
3806
- "type": {
3807
- "text": "DateStr | null"
3808
- },
3809
- "default": "null",
3810
- "description": "The earliest accepted date of the date-picker.",
3811
- "fieldName": "min"
3812
- },
3813
- {
3811
+ "name": "start",
3814
3812
  "type": {
3815
- "text": "DateStr | null"
3813
+ "text": "string"
3816
3814
  },
3817
- "default": "null",
3818
- "description": "The latest accepted date of the date-picker.",
3819
- "fieldName": "max"
3815
+ "default": "''",
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"
3820
3818
  },
3821
3819
  {
3820
+ "name": "end",
3822
3821
  "type": {
3823
- "text": "DateStr | null"
3822
+ "text": "string"
3824
3823
  },
3825
- "default": "null",
3826
- "description": "The currently selected date of the date-picker.",
3827
- "fieldName": "value"
3824
+ "default": "''",
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"
3828
3827
  },
3829
3828
  {
3829
+ "name": "current-start",
3830
3830
  "type": {
3831
- "text": "boolean"
3831
+ "text": "string"
3832
3832
  },
3833
- "default": "false",
3834
- "description": "Whether the date-picker is disabled.",
3835
- "fieldName": "disabled"
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"
3836
3835
  },
3837
3836
  {
3838
- "name": "readonly",
3837
+ "name": "current-end",
3839
3838
  "type": {
3840
- "text": "boolean"
3839
+ "text": "string"
3841
3840
  },
3842
- "default": "false",
3843
- "description": "Whether the date-picker is readonly.",
3844
- "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"
3845
3843
  }
3846
3844
  ],
3847
3845
  "superclass": {
3848
- "name": "FoundationElement",
3849
- "package": "@microsoft/fast-foundation"
3846
+ "name": "DatePickerBase",
3847
+ "module": "/libs/components/src/shared/date-picker/date-picker-base"
3850
3848
  }
3851
3849
  }
3852
3850
  ],
3853
3851
  "exports": [
3854
3852
  {
3855
3853
  "kind": "js",
3856
- "name": "DatePicker",
3854
+ "name": "DateRangePicker",
3857
3855
  "declaration": {
3858
- "name": "DatePicker",
3859
- "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"
3860
3858
  }
3861
3859
  }
3862
3860
  ]
3863
3861
  },
3864
3862
  {
3865
3863
  "kind": "javascript-module",
3866
- "path": "libs/components/src/lib/date-picker/definition.ts",
3864
+ "path": "libs/components/src/lib/date-range-picker/definition.ts",
3867
3865
  "declarations": [
3868
3866
  {
3869
3867
  "kind": "variable",
3870
- "name": "datePickerDefinition"
3868
+ "name": "dateRangePickerDefinition"
3871
3869
  },
3872
3870
  {
3873
3871
  "kind": "variable",
3874
- "name": "registerDatePicker",
3875
- "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.",
3876
3874
  "parameters": [
3877
3875
  {
3878
3876
  "description": "the prefix to use for the component name",
@@ -3884,28 +3882,22 @@
3884
3882
  "exports": [
3885
3883
  {
3886
3884
  "kind": "js",
3887
- "name": "datePickerDefinition",
3885
+ "name": "dateRangePickerDefinition",
3888
3886
  "declaration": {
3889
- "name": "datePickerDefinition",
3890
- "module": "libs/components/src/lib/date-picker/definition.ts"
3887
+ "name": "dateRangePickerDefinition",
3888
+ "module": "libs/components/src/lib/date-range-picker/definition.ts"
3891
3889
  }
3892
3890
  },
3893
3891
  {
3894
3892
  "kind": "js",
3895
- "name": "registerDatePicker",
3893
+ "name": "registerDateRangePicker",
3896
3894
  "declaration": {
3897
- "name": "registerDatePicker",
3898
- "module": "libs/components/src/lib/date-picker/definition.ts"
3895
+ "name": "registerDateRangePicker",
3896
+ "module": "libs/components/src/lib/date-range-picker/definition.ts"
3899
3897
  }
3900
3898
  }
3901
3899
  ]
3902
3900
  },
3903
- {
3904
- "kind": "javascript-module",
3905
- "path": "libs/components/src/lib/date-picker/locale.ts",
3906
- "declarations": [],
3907
- "exports": []
3908
- },
3909
3901
  {
3910
3902
  "kind": "javascript-module",
3911
3903
  "path": "libs/components/src/lib/dialog/definition.ts",
@@ -4150,7 +4142,7 @@
4150
4142
  ],
4151
4143
  "events": [
4152
4144
  {
4153
- "description": "Fired when the dialog is closed",
4145
+ "description": "Fired when the dialog is closed.",
4154
4146
  "name": "close"
4155
4147
  }
4156
4148
  ],
@@ -4627,6 +4619,12 @@
4627
4619
  "default": "var(--vvd-color-cta-600)"
4628
4620
  }
4629
4621
  ],
4622
+ "slots": [
4623
+ {
4624
+ "description": "Slot to add an icon to fab.",
4625
+ "name": "icon"
4626
+ }
4627
+ ],
4630
4628
  "members": [
4631
4629
  {
4632
4630
  "kind": "field",
@@ -4740,39 +4738,70 @@
4740
4738
  },
4741
4739
  {
4742
4740
  "kind": "javascript-module",
4743
- "path": "libs/components/src/lib/file-picker/file-picker.ts",
4741
+ "path": "libs/components/src/lib/file-picker/file-picker.form-associated.ts",
4744
4742
  "declarations": [
4745
4743
  {
4746
4744
  "kind": "class",
4747
- "description": "File-picker component",
4748
- "name": "FilePicker",
4745
+ "description": "",
4746
+ "name": "FormAssociatedFilePicker",
4749
4747
  "members": [
4750
4748
  {
4751
4749
  "kind": "field",
4752
- "name": "#dropzone",
4753
- "privacy": "private",
4750
+ "name": "proxy",
4754
4751
  "type": {
4755
- "text": "Dropzone | undefined"
4752
+ "text": "HTMLInputElement"
4756
4753
  }
4757
- },
4758
- {
4759
- "kind": "field",
4760
- "name": "files",
4761
- "type": {
4762
- "text": "File[]"
4763
- },
4764
- "description": "Files that have been added to the file picker and passed validation.",
4765
- "privacy": "public",
4766
- "readonly": true
4767
- },
4754
+ }
4755
+ ],
4756
+ "mixins": [
4768
4757
  {
4769
- "kind": "field",
4770
- "name": "label",
4771
- "type": {
4772
- "text": "string | undefined"
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
+ },
4779
+ {
4780
+ "kind": "javascript-module",
4781
+ "path": "libs/components/src/lib/file-picker/file-picker.ts",
4782
+ "declarations": [
4783
+ {
4784
+ "kind": "class",
4785
+ "description": "File-picker component",
4786
+ "name": "FilePicker",
4787
+ "members": [
4788
+ {
4789
+ "kind": "field",
4790
+ "name": "#dropzone",
4791
+ "privacy": "private",
4792
+ "type": {
4793
+ "text": "Dropzone | undefined"
4794
+ }
4795
+ },
4796
+ {
4797
+ "kind": "field",
4798
+ "name": "files",
4799
+ "type": {
4800
+ "text": "File[]"
4773
4801
  },
4774
- "description": "Indicates the file picker's label.",
4775
- "privacy": "public"
4802
+ "description": "Files that have been added to the file picker and passed validation.",
4803
+ "privacy": "public",
4804
+ "readonly": true
4776
4805
  },
4777
4806
  {
4778
4807
  "kind": "field",
@@ -4880,6 +4909,24 @@
4880
4909
  "description": "The size the file-uploader should have.",
4881
4910
  "privacy": "public"
4882
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
+ },
4883
4930
  {
4884
4931
  "kind": "field",
4885
4932
  "name": "buttonTag",
@@ -4917,6 +4964,36 @@
4917
4964
  }
4918
4965
  }
4919
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
+ },
4920
4997
  {
4921
4998
  "kind": "field",
4922
4999
  "name": "autoDiscover",
@@ -4924,6 +5001,17 @@
4924
5001
  "text": "boolean"
4925
5002
  },
4926
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
+ }
4927
5015
  }
4928
5016
  ],
4929
5017
  "events": [
@@ -4933,14 +5021,6 @@
4933
5021
  }
4934
5022
  ],
4935
5023
  "attributes": [
4936
- {
4937
- "name": "label",
4938
- "type": {
4939
- "text": "string | undefined"
4940
- },
4941
- "description": "Indicates the file picker's label.",
4942
- "fieldName": "label"
4943
- },
4944
5024
  {
4945
5025
  "name": "max-files",
4946
5026
  "type": {
@@ -4976,8 +5056,8 @@
4976
5056
  }
4977
5057
  ],
4978
5058
  "superclass": {
4979
- "name": "FoundationElement",
4980
- "package": "@microsoft/fast-foundation"
5059
+ "name": "FormAssociatedFilePicker",
5060
+ "module": "/libs/components/src/lib/file-picker/file-picker.form-associated"
4981
5061
  }
4982
5062
  }
4983
5063
  ],
@@ -4992,6 +5072,12 @@
4992
5072
  }
4993
5073
  ]
4994
5074
  },
5075
+ {
5076
+ "kind": "javascript-module",
5077
+ "path": "libs/components/src/lib/file-picker/locale.ts",
5078
+ "declarations": [],
5079
+ "exports": []
5080
+ },
4995
5081
  {
4996
5082
  "kind": "javascript-module",
4997
5083
  "path": "libs/components/src/lib/focus/definition.ts",
@@ -6967,6 +7053,37 @@
6967
7053
  "type": {
6968
7054
  "text": "string | undefined"
6969
7055
  }
7056
+ },
7057
+ {
7058
+ "kind": "method",
7059
+ "name": "stepChanged",
7060
+ "parameters": [
7061
+ {
7062
+ "name": "_previous",
7063
+ "type": {
7064
+ "text": "number"
7065
+ }
7066
+ },
7067
+ {
7068
+ "name": "next",
7069
+ "type": {
7070
+ "text": "number"
7071
+ }
7072
+ }
7073
+ ]
7074
+ },
7075
+ {
7076
+ "kind": "method",
7077
+ "name": "stepUp"
7078
+ },
7079
+ {
7080
+ "kind": "method",
7081
+ "name": "stepDown",
7082
+ "return": {
7083
+ "type": {
7084
+ "text": "void"
7085
+ }
7086
+ }
6970
7087
  }
6971
7088
  ],
6972
7089
  "attributes": [
@@ -7840,14 +7957,18 @@
7840
7957
  "name": "shape",
7841
7958
  "type": {
7842
7959
  "text": "ProgressShape | undefined"
7843
- }
7960
+ },
7961
+ "description": "Indicates the progress' shape.",
7962
+ "privacy": "public"
7844
7963
  },
7845
7964
  {
7846
7965
  "kind": "field",
7847
7966
  "name": "connotation",
7848
7967
  "type": {
7849
7968
  "text": "ProgressConnotation | undefined"
7850
- }
7969
+ },
7970
+ "description": "Indicates the progress' connotation.",
7971
+ "privacy": "public"
7851
7972
  },
7852
7973
  {
7853
7974
  "kind": "field",
@@ -7855,7 +7976,9 @@
7855
7976
  "type": {
7856
7977
  "text": "boolean"
7857
7978
  },
7858
- "default": "false"
7979
+ "default": "false",
7980
+ "description": "Indicates the progress' reverse status.",
7981
+ "privacy": "public"
7859
7982
  }
7860
7983
  ],
7861
7984
  "attributes": [
@@ -7864,6 +7987,7 @@
7864
7987
  "type": {
7865
7988
  "text": "ProgressShape | undefined"
7866
7989
  },
7990
+ "description": "Indicates the progress' shape.",
7867
7991
  "fieldName": "shape"
7868
7992
  },
7869
7993
  {
@@ -7871,6 +7995,7 @@
7871
7995
  "type": {
7872
7996
  "text": "ProgressConnotation | undefined"
7873
7997
  },
7998
+ "description": "Indicates the progress' connotation.",
7874
7999
  "fieldName": "connotation"
7875
8000
  },
7876
8001
  {
@@ -7878,6 +8003,7 @@
7878
8003
  "text": "boolean"
7879
8004
  },
7880
8005
  "default": "false",
8006
+ "description": "Indicates the progress' reverse status.",
7881
8007
  "fieldName": "reverse"
7882
8008
  }
7883
8009
  ],
@@ -8634,6 +8760,16 @@
8634
8760
  }
8635
8761
  }
8636
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
+ ],
8637
8773
  "attributes": [
8638
8774
  {
8639
8775
  "type": {
@@ -9307,7 +9443,9 @@
9307
9443
  "name": "connotation",
9308
9444
  "type": {
9309
9445
  "text": "SwitchConnotation | undefined"
9310
- }
9446
+ },
9447
+ "description": "Indicates the switch's connotation.",
9448
+ "privacy": "public"
9311
9449
  }
9312
9450
  ],
9313
9451
  "attributes": [
@@ -9324,6 +9462,7 @@
9324
9462
  "type": {
9325
9463
  "text": "SwitchConnotation | undefined"
9326
9464
  },
9465
+ "description": "Indicates the switch's connotation.",
9327
9466
  "fieldName": "connotation"
9328
9467
  }
9329
9468
  ],
@@ -9458,6 +9597,12 @@
9458
9597
  "default": "var(--vvd-color-neutral-300)"
9459
9598
  }
9460
9599
  ],
9600
+ "slots": [
9601
+ {
9602
+ "description": "Slot to add an icon to tab.",
9603
+ "name": "icon"
9604
+ }
9605
+ ],
9461
9606
  "members": [
9462
9607
  {
9463
9608
  "kind": "field",
@@ -10220,6 +10365,26 @@
10220
10365
  "name": ""
10221
10366
  }
10222
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
+ ],
10223
10388
  "superclass": {
10224
10389
  "name": "FoundationElement",
10225
10390
  "package": "@microsoft/fast-foundation"
@@ -10459,7 +10624,9 @@
10459
10624
  "name": "wrap",
10460
10625
  "type": {
10461
10626
  "text": "TextAreaWrap | undefined"
10462
- }
10627
+ },
10628
+ "description": "The wrap attribute",
10629
+ "privacy": "public"
10463
10630
  }
10464
10631
  ],
10465
10632
  "attributes": [
@@ -10468,6 +10635,7 @@
10468
10635
  "type": {
10469
10636
  "text": "TextAreaWrap | undefined"
10470
10637
  },
10638
+ "description": "The wrap attribute",
10471
10639
  "fieldName": "wrap"
10472
10640
  }
10473
10641
  ],
@@ -11399,546 +11567,6 @@
11399
11567
  }
11400
11568
  }
11401
11569
  ]
11402
- },
11403
- {
11404
- "kind": "javascript-module",
11405
- "path": "libs/components/src/lib/date-picker/calendar/calendarGrid.ts",
11406
- "declarations": [
11407
- {
11408
- "kind": "function",
11409
- "name": "buildCalendarGrid",
11410
- "return": {
11411
- "type": {
11412
- "text": "CalendarGrid"
11413
- }
11414
- },
11415
- "parameters": [
11416
- {
11417
- "name": "month",
11418
- "type": {
11419
- "text": "Month"
11420
- }
11421
- },
11422
- {
11423
- "name": "locale",
11424
- "type": {
11425
- "text": "DatePickerLocale"
11426
- }
11427
- }
11428
- ]
11429
- }
11430
- ],
11431
- "exports": [
11432
- {
11433
- "kind": "js",
11434
- "name": "buildCalendarGrid",
11435
- "declaration": {
11436
- "name": "buildCalendarGrid",
11437
- "module": "libs/components/src/lib/date-picker/calendar/calendarGrid.ts"
11438
- }
11439
- }
11440
- ]
11441
- },
11442
- {
11443
- "kind": "javascript-module",
11444
- "path": "libs/components/src/lib/date-picker/calendar/dateStr.ts",
11445
- "declarations": [
11446
- {
11447
- "kind": "function",
11448
- "name": "formatDateStr",
11449
- "return": {
11450
- "type": {
11451
- "text": "DateStr"
11452
- }
11453
- },
11454
- "parameters": [
11455
- {
11456
- "name": "date",
11457
- "type": {
11458
- "text": "Date"
11459
- }
11460
- }
11461
- ]
11462
- },
11463
- {
11464
- "kind": "function",
11465
- "name": "currentDateStr",
11466
- "return": {
11467
- "type": {
11468
- "text": "DateStr"
11469
- }
11470
- },
11471
- "parameters": [
11472
- {
11473
- "name": "now",
11474
- "default": "new Date()"
11475
- }
11476
- ]
11477
- },
11478
- {
11479
- "kind": "function",
11480
- "name": "parseDateStr",
11481
- "return": {
11482
- "type": {
11483
- "text": "Date"
11484
- }
11485
- },
11486
- "parameters": [
11487
- {
11488
- "name": "dateStr",
11489
- "type": {
11490
- "text": "DateStr"
11491
- }
11492
- }
11493
- ]
11494
- },
11495
- {
11496
- "kind": "function",
11497
- "name": "addDays",
11498
- "return": {
11499
- "type": {
11500
- "text": "DateStr"
11501
- }
11502
- },
11503
- "parameters": [
11504
- {
11505
- "name": "dateStr",
11506
- "type": {
11507
- "text": "DateStr"
11508
- }
11509
- },
11510
- {
11511
- "name": "days",
11512
- "type": {
11513
- "text": "number"
11514
- }
11515
- }
11516
- ]
11517
- },
11518
- {
11519
- "kind": "function",
11520
- "name": "compareDateStr",
11521
- "return": {
11522
- "type": {
11523
- "text": "number"
11524
- }
11525
- },
11526
- "parameters": [
11527
- {
11528
- "name": "a",
11529
- "type": {
11530
- "text": "DateStr"
11531
- }
11532
- },
11533
- {
11534
- "name": "b",
11535
- "type": {
11536
- "text": "DateStr"
11537
- }
11538
- }
11539
- ]
11540
- },
11541
- {
11542
- "kind": "function",
11543
- "name": "isValidDateStr",
11544
- "return": {
11545
- "type": {
11546
- "text": "boolean"
11547
- }
11548
- },
11549
- "parameters": [
11550
- {
11551
- "name": "string",
11552
- "type": {
11553
- "text": "string"
11554
- }
11555
- }
11556
- ]
11557
- }
11558
- ],
11559
- "exports": [
11560
- {
11561
- "kind": "js",
11562
- "name": "formatDateStr",
11563
- "declaration": {
11564
- "name": "formatDateStr",
11565
- "module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
11566
- }
11567
- },
11568
- {
11569
- "kind": "js",
11570
- "name": "currentDateStr",
11571
- "declaration": {
11572
- "name": "currentDateStr",
11573
- "module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
11574
- }
11575
- },
11576
- {
11577
- "kind": "js",
11578
- "name": "parseDateStr",
11579
- "declaration": {
11580
- "name": "parseDateStr",
11581
- "module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
11582
- }
11583
- },
11584
- {
11585
- "kind": "js",
11586
- "name": "addDays",
11587
- "declaration": {
11588
- "name": "addDays",
11589
- "module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
11590
- }
11591
- },
11592
- {
11593
- "kind": "js",
11594
- "name": "compareDateStr",
11595
- "declaration": {
11596
- "name": "compareDateStr",
11597
- "module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
11598
- }
11599
- },
11600
- {
11601
- "kind": "js",
11602
- "name": "isValidDateStr",
11603
- "declaration": {
11604
- "name": "isValidDateStr",
11605
- "module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
11606
- }
11607
- }
11608
- ]
11609
- },
11610
- {
11611
- "kind": "javascript-module",
11612
- "path": "libs/components/src/lib/date-picker/calendar/month.ts",
11613
- "declarations": [
11614
- {
11615
- "kind": "function",
11616
- "name": "getCurrentMonth",
11617
- "return": {
11618
- "type": {
11619
- "text": "Month"
11620
- }
11621
- },
11622
- "parameters": [
11623
- {
11624
- "name": "now",
11625
- "default": "new Date()"
11626
- }
11627
- ]
11628
- },
11629
- {
11630
- "kind": "function",
11631
- "name": "monthOfDate",
11632
- "return": {
11633
- "type": {
11634
- "text": "Month"
11635
- }
11636
- },
11637
- "parameters": [
11638
- {
11639
- "name": "dateStr",
11640
- "type": {
11641
- "text": "DateStr"
11642
- }
11643
- }
11644
- ]
11645
- },
11646
- {
11647
- "kind": "function",
11648
- "name": "addMonths",
11649
- "return": {
11650
- "type": {
11651
- "text": "Month"
11652
- }
11653
- },
11654
- "parameters": [
11655
- {
11656
- "name": "{ month, year }",
11657
- "type": {
11658
- "text": "Month"
11659
- }
11660
- },
11661
- {
11662
- "name": "months",
11663
- "type": {
11664
- "text": "number"
11665
- }
11666
- }
11667
- ]
11668
- },
11669
- {
11670
- "kind": "function",
11671
- "name": "compareMonths",
11672
- "return": {
11673
- "type": {
11674
- "text": "number"
11675
- }
11676
- },
11677
- "parameters": [
11678
- {
11679
- "name": "a",
11680
- "type": {
11681
- "text": "Month"
11682
- }
11683
- },
11684
- {
11685
- "name": "b",
11686
- "type": {
11687
- "text": "Month"
11688
- }
11689
- }
11690
- ]
11691
- },
11692
- {
11693
- "kind": "function",
11694
- "name": "areMonthsEqual",
11695
- "return": {
11696
- "type": {
11697
- "text": "boolean"
11698
- }
11699
- },
11700
- "parameters": [
11701
- {
11702
- "name": "a",
11703
- "type": {
11704
- "text": "Month"
11705
- }
11706
- },
11707
- {
11708
- "name": "b",
11709
- "type": {
11710
- "text": "Month"
11711
- }
11712
- }
11713
- ]
11714
- },
11715
- {
11716
- "kind": "function",
11717
- "name": "monthToStr",
11718
- "return": {
11719
- "type": {
11720
- "text": "string"
11721
- }
11722
- },
11723
- "parameters": [
11724
- {
11725
- "name": "{ month, year }",
11726
- "type": {
11727
- "text": "Month"
11728
- }
11729
- }
11730
- ]
11731
- }
11732
- ],
11733
- "exports": [
11734
- {
11735
- "kind": "js",
11736
- "name": "getCurrentMonth",
11737
- "declaration": {
11738
- "name": "getCurrentMonth",
11739
- "module": "libs/components/src/lib/date-picker/calendar/month.ts"
11740
- }
11741
- },
11742
- {
11743
- "kind": "js",
11744
- "name": "monthOfDate",
11745
- "declaration": {
11746
- "name": "monthOfDate",
11747
- "module": "libs/components/src/lib/date-picker/calendar/month.ts"
11748
- }
11749
- },
11750
- {
11751
- "kind": "js",
11752
- "name": "addMonths",
11753
- "declaration": {
11754
- "name": "addMonths",
11755
- "module": "libs/components/src/lib/date-picker/calendar/month.ts"
11756
- }
11757
- },
11758
- {
11759
- "kind": "js",
11760
- "name": "compareMonths",
11761
- "declaration": {
11762
- "name": "compareMonths",
11763
- "module": "libs/components/src/lib/date-picker/calendar/month.ts"
11764
- }
11765
- },
11766
- {
11767
- "kind": "js",
11768
- "name": "areMonthsEqual",
11769
- "declaration": {
11770
- "name": "areMonthsEqual",
11771
- "module": "libs/components/src/lib/date-picker/calendar/month.ts"
11772
- }
11773
- },
11774
- {
11775
- "kind": "js",
11776
- "name": "monthToStr",
11777
- "declaration": {
11778
- "name": "monthToStr",
11779
- "module": "libs/components/src/lib/date-picker/calendar/month.ts"
11780
- }
11781
- }
11782
- ]
11783
- },
11784
- {
11785
- "kind": "javascript-module",
11786
- "path": "libs/components/src/lib/date-picker/calendar/monthPickerGrid.ts",
11787
- "declarations": [
11788
- {
11789
- "kind": "variable",
11790
- "name": "MonthsPerRow",
11791
- "type": {
11792
- "text": "number"
11793
- },
11794
- "default": "4"
11795
- },
11796
- {
11797
- "kind": "function",
11798
- "name": "buildMonthPickerGrid",
11799
- "return": {
11800
- "type": {
11801
- "text": "MonthPickerGrid"
11802
- }
11803
- },
11804
- "parameters": [
11805
- {
11806
- "name": "year",
11807
- "type": {
11808
- "text": "number"
11809
- }
11810
- },
11811
- {
11812
- "name": "locale",
11813
- "type": {
11814
- "text": "DatePickerLocale"
11815
- }
11816
- }
11817
- ]
11818
- }
11819
- ],
11820
- "exports": [
11821
- {
11822
- "kind": "js",
11823
- "name": "MonthsPerRow",
11824
- "declaration": {
11825
- "name": "MonthsPerRow",
11826
- "module": "libs/components/src/lib/date-picker/calendar/monthPickerGrid.ts"
11827
- }
11828
- },
11829
- {
11830
- "kind": "js",
11831
- "name": "buildMonthPickerGrid",
11832
- "declaration": {
11833
- "name": "buildMonthPickerGrid",
11834
- "module": "libs/components/src/lib/date-picker/calendar/monthPickerGrid.ts"
11835
- }
11836
- }
11837
- ]
11838
- },
11839
- {
11840
- "kind": "javascript-module",
11841
- "path": "libs/components/src/lib/date-picker/calendar/presentationDate.ts",
11842
- "declarations": [
11843
- {
11844
- "kind": "function",
11845
- "name": "formatPresentationDate",
11846
- "return": {
11847
- "type": {
11848
- "text": "string"
11849
- }
11850
- },
11851
- "parameters": [
11852
- {
11853
- "name": "dateStr",
11854
- "type": {
11855
- "text": "DateStr"
11856
- }
11857
- },
11858
- {
11859
- "name": "locale",
11860
- "type": {
11861
- "text": "DatePickerLocale"
11862
- }
11863
- }
11864
- ]
11865
- },
11866
- {
11867
- "kind": "function",
11868
- "name": "parsePresentationDate",
11869
- "return": {
11870
- "type": {
11871
- "text": "DateStr"
11872
- }
11873
- },
11874
- "parameters": [
11875
- {
11876
- "name": "presentationDate",
11877
- "type": {
11878
- "text": "string"
11879
- }
11880
- },
11881
- {
11882
- "name": "locale",
11883
- "type": {
11884
- "text": "DatePickerLocale"
11885
- }
11886
- }
11887
- ],
11888
- "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"
11889
- }
11890
- ],
11891
- "exports": [
11892
- {
11893
- "kind": "js",
11894
- "name": "formatPresentationDate",
11895
- "declaration": {
11896
- "name": "formatPresentationDate",
11897
- "module": "libs/components/src/lib/date-picker/calendar/presentationDate.ts"
11898
- }
11899
- },
11900
- {
11901
- "kind": "js",
11902
- "name": "parsePresentationDate",
11903
- "declaration": {
11904
- "name": "parsePresentationDate",
11905
- "module": "libs/components/src/lib/date-picker/calendar/presentationDate.ts"
11906
- }
11907
- }
11908
- ]
11909
- },
11910
- {
11911
- "kind": "javascript-module",
11912
- "path": "libs/components/src/lib/date-picker/calendar/year.ts",
11913
- "declarations": [
11914
- {
11915
- "kind": "function",
11916
- "name": "yearOfDate",
11917
- "return": {
11918
- "type": {
11919
- "text": "number"
11920
- }
11921
- },
11922
- "parameters": [
11923
- {
11924
- "name": "dateStr",
11925
- "type": {
11926
- "text": "DateStr"
11927
- }
11928
- }
11929
- ]
11930
- }
11931
- ],
11932
- "exports": [
11933
- {
11934
- "kind": "js",
11935
- "name": "yearOfDate",
11936
- "declaration": {
11937
- "name": "yearOfDate",
11938
- "module": "libs/components/src/lib/date-picker/calendar/year.ts"
11939
- }
11940
- }
11941
- ]
11942
11570
  }
11943
11571
  ]
11944
11572
  }