@vonage/vivid 3.37.0 → 3.39.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 (157) hide show
  1. package/accordion/index.js +2 -2
  2. package/accordion-item/index.js +2 -2
  3. package/alert/index.js +4 -4
  4. package/avatar/index.js +1 -1
  5. package/badge/index.js +1 -1
  6. package/banner/index.js +3 -3
  7. package/breadcrumb-item/index.js +2 -2
  8. package/button/index.js +3 -3
  9. package/card/index.js +2 -2
  10. package/checkbox/index.js +2 -2
  11. package/combobox/index.js +6 -6
  12. package/custom-elements.json +4199 -3875
  13. package/data-grid/index.js +1 -1
  14. package/date-picker/index.js +9 -7
  15. package/date-range-picker/index.js +36 -0
  16. package/dialog/index.js +5 -5
  17. package/divider/index.js +1 -1
  18. package/elevation/index.js +1 -1
  19. package/empty-state/index.js +2 -2
  20. package/fab/index.js +3 -3
  21. package/file-picker/index.js +5 -4
  22. package/focus/index.js +1 -1
  23. package/header/index.js +2 -2
  24. package/icon/index.js +1 -1
  25. package/index.js +43 -40
  26. package/layout/index.js +1 -1
  27. package/lib/components.d.ts +1 -0
  28. package/lib/date-picker/date-picker.d.ts +4 -14
  29. package/lib/date-range-picker/date-range-picker.d.ts +15 -0
  30. package/lib/date-range-picker/definition.d.ts +3 -0
  31. package/lib/file-picker/file-picker.d.ts +8 -5
  32. package/lib/file-picker/file-picker.form-associated.d.ts +10 -0
  33. package/lib/file-picker/locale.d.ts +6 -0
  34. package/lib/menu-item/menu-item.d.ts +6 -0
  35. package/lib/tag-group/tag-group.d.ts +1 -0
  36. package/listbox/index.js +4 -4
  37. package/locales/en-GB.js +27 -3
  38. package/locales/en-US.js +27 -3
  39. package/locales/ja-JP.js +25 -1
  40. package/locales/zh-CN.js +25 -1
  41. package/menu/index.js +7 -7
  42. package/menu-item/index.js +3 -3
  43. package/nav/index.js +1 -1
  44. package/nav-disclosure/index.js +3 -3
  45. package/nav-item/index.js +3 -3
  46. package/note/index.js +2 -2
  47. package/number-field/index.js +5 -5
  48. package/option/index.js +3 -3
  49. package/package.json +1 -1
  50. package/pagination/index.js +4 -4
  51. package/popup/index.js +5 -5
  52. package/progress/index.js +1 -1
  53. package/progress-ring/index.js +1 -1
  54. package/radio/index.js +2 -2
  55. package/radio-group/index.js +1 -1
  56. package/select/index.js +7 -7
  57. package/shared/date-picker/calendar/dateRange.d.ts +5 -0
  58. package/shared/date-picker/calendar/presentationDateRange.d.ts +5 -0
  59. package/shared/date-picker/date-picker-base.d.ts +19 -0
  60. package/shared/date-picker/date-picker-base.form-associated.d.ts +10 -0
  61. package/shared/date-picker/date-picker-base.template.d.ts +4 -0
  62. package/{lib → shared}/date-picker/locale.d.ts +6 -0
  63. package/shared/definition.js +4 -4
  64. package/shared/definition10.js +9 -14
  65. package/shared/definition11.js +1 -1
  66. package/shared/definition12.js +1 -1
  67. package/shared/definition13.js +3 -3
  68. package/shared/definition14.js +3 -3
  69. package/shared/definition15.js +5 -5
  70. package/shared/definition16.js +3 -3
  71. package/shared/definition17.js +44 -6055
  72. package/shared/definition18.js +353 -213
  73. package/shared/definition19.js +251 -67
  74. package/shared/definition2.js +1 -1
  75. package/shared/definition20.js +66 -58
  76. package/shared/definition21.js +43 -84
  77. package/shared/definition22.js +75 -2298
  78. package/shared/definition23.js +2361 -45
  79. package/shared/definition24.js +63 -27
  80. package/shared/definition25.js +24 -51
  81. package/shared/definition26.js +36 -805
  82. package/shared/definition27.js +828 -49
  83. package/shared/definition28.js +52 -89
  84. package/shared/definition29.js +88 -24
  85. package/shared/definition3.js +1 -1
  86. package/shared/definition30.js +25 -12
  87. package/shared/definition31.js +12 -53
  88. package/shared/definition32.js +28 -487
  89. package/shared/definition33.js +427 -197
  90. package/shared/definition34.js +260 -174
  91. package/shared/definition35.js +187 -69
  92. package/shared/definition36.js +68 -55
  93. package/shared/definition37.js +61 -421
  94. package/shared/definition38.js +435 -35
  95. package/shared/definition39.js +30 -679
  96. package/shared/definition4.js +3 -3
  97. package/shared/definition40.js +661 -77
  98. package/shared/definition41.js +77 -557
  99. package/shared/definition42.js +559 -106
  100. package/shared/definition43.js +105 -136
  101. package/shared/definition44.js +153 -17
  102. package/shared/definition45.js +16 -79
  103. package/shared/definition46.js +53 -475
  104. package/shared/definition47.js +506 -20
  105. package/shared/definition48.js +22 -121
  106. package/shared/definition49.js +115 -262
  107. package/shared/definition5.js +2 -2
  108. package/shared/definition50.js +248 -120
  109. package/shared/definition51.js +139 -123
  110. package/shared/definition52.js +84 -74
  111. package/shared/definition53.js +114 -69
  112. package/shared/definition54.js +81 -292
  113. package/shared/definition55.js +302 -13
  114. package/shared/definition56.js +11 -41
  115. package/shared/definition57.js +20 -154
  116. package/shared/definition58.js +181 -0
  117. package/shared/definition6.js +2 -2
  118. package/shared/definition7.js +2 -2
  119. package/shared/definition8.js +3 -3
  120. package/shared/index2.js +1 -1
  121. package/shared/listbox.js +1 -1
  122. package/shared/localization/Locale.d.ts +3 -1
  123. package/shared/localized.js +9 -0
  124. package/shared/presentationDate.js +6133 -0
  125. package/shared/text-anchor.template.js +4 -4
  126. package/shared/text-field.js +1 -1
  127. package/side-drawer/index.js +1 -1
  128. package/slider/index.js +2 -2
  129. package/split-button/index.js +3 -3
  130. package/style.css +246 -183
  131. package/styles/core/all.css +1 -1
  132. package/styles/core/theme.css +1 -1
  133. package/styles/core/typography.css +1 -1
  134. package/styles/tokens/theme-dark.css +4 -4
  135. package/styles/tokens/theme-light.css +4 -4
  136. package/styles/tokens/vivid-2-compat.css +1 -1
  137. package/switch/index.js +3 -3
  138. package/tab/index.js +3 -3
  139. package/tab-panel/index.js +1 -1
  140. package/tabs/index.js +5 -5
  141. package/tag/index.js +3 -3
  142. package/tag-group/index.js +1 -1
  143. package/text-area/index.js +3 -3
  144. package/text-field/index.js +3 -3
  145. package/toggletip/index.js +6 -6
  146. package/tooltip/index.js +6 -6
  147. package/tree-item/index.js +3 -3
  148. package/tree-view/index.js +1 -1
  149. package/vivid.api.json +105 -0
  150. package/lib/date-picker/date-picker.form-associated.d.ts +0 -11
  151. package/lib/date-picker/date-picker.template.d.ts +0 -4
  152. /package/{lib → shared}/date-picker/calendar/calendarGrid.d.ts +0 -0
  153. /package/{lib → shared}/date-picker/calendar/dateStr.d.ts +0 -0
  154. /package/{lib → shared}/date-picker/calendar/month.d.ts +0 -0
  155. /package/{lib → shared}/date-picker/calendar/monthPickerGrid.d.ts +0 -0
  156. /package/{lib → shared}/date-picker/calendar/presentationDate.d.ts +0 -0
  157. /package/{lib → shared}/date-picker/calendar/year.d.ts +0 -0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
3
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4
4
  */
5
5
  .vvd-root {
6
6
  color-scheme: var(--vvd-color-scheme);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
3
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4
4
  */
5
5
  .vvd-root {
6
6
  color-scheme: var(--vvd-color-scheme);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
3
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4
4
  */
5
5
  .vvd-root:root {
6
6
  --vvd-size-font-scale-base: 1rem;
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
3
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
7
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
11
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
15
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
16
16
  */
17
17
  @property --vvd-size-density {
18
18
  syntax: "<integer>";
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
3
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
7
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
11
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
15
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
16
16
  */
17
17
  @property --vvd-size-density {
18
18
  syntax: "<integer>";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 26 Sep 2023 13:00:58 GMT
3
+ * Generated on Tue, 17 Oct 2023 15:27:52 GMT
4
4
  */
5
5
  .vvd-root, ::part(vvd-root),
6
6
  .vvd-theme-alternate, ::part(vvd-theme-alternate) {
package/switch/index.js CHANGED
@@ -1,11 +1,11 @@
1
- import { r as registerSwitch } from '../shared/definition43.js';
1
+ import { r as registerSwitch } from '../shared/definition44.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition24.js';
3
+ import '../shared/definition25.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition55.js';
8
+ import '../shared/definition56.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/form-associated.js';
11
11
  import '../shared/key-codes.js';
package/tab/index.js CHANGED
@@ -1,11 +1,11 @@
1
- import { r as registerTab } from '../shared/definition45.js';
1
+ import { r as registerTab } from '../shared/definition46.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition24.js';
3
+ import '../shared/definition25.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition55.js';
8
+ import '../shared/definition56.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/affix.js';
11
11
  import '../shared/slotted.js';
@@ -1,4 +1,4 @@
1
- import { r as registerTabPanel } from '../shared/definition44.js';
1
+ import { r as registerTabPanel } from '../shared/definition45.js';
2
2
  import '../shared/index.js';
3
3
 
4
4
  registerTabPanel();
package/tabs/index.js CHANGED
@@ -1,18 +1,18 @@
1
- import { r as registerTabs } from '../shared/definition46.js';
1
+ import { r as registerTabs } from '../shared/definition47.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition45.js';
4
- import '../shared/definition24.js';
3
+ import '../shared/definition46.js';
4
+ import '../shared/definition25.js';
5
5
  import '../shared/icon.js';
6
6
  import '../shared/_has.js';
7
7
  import '../shared/class-names.js';
8
8
  import '../shared/when.js';
9
- import '../shared/definition55.js';
9
+ import '../shared/definition56.js';
10
10
  import '../shared/focus.js';
11
11
  import '../shared/affix.js';
12
12
  import '../shared/slotted.js';
13
13
  import '../shared/apply-mixins.js';
14
14
  import '../shared/focus2.js';
15
- import '../shared/definition44.js';
15
+ import '../shared/definition45.js';
16
16
  import '../shared/start-end.js';
17
17
  import '../shared/ref.js';
18
18
  import '../shared/key-codes.js';
package/tag/index.js CHANGED
@@ -1,11 +1,11 @@
1
- import { r as registerTag } from '../shared/definition48.js';
1
+ import { r as registerTag } from '../shared/definition49.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition24.js';
3
+ import '../shared/definition25.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition55.js';
8
+ import '../shared/definition56.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/affix.js';
11
11
  import '../shared/slotted.js';
@@ -1,4 +1,4 @@
1
- import { r as registerTagGroup } from '../shared/definition47.js';
1
+ import { r as registerTagGroup } from '../shared/definition48.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/class-names.js';
4
4
 
@@ -1,11 +1,11 @@
1
- import { r as registerTextArea } from '../shared/definition49.js';
1
+ import { r as registerTextArea } from '../shared/definition50.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition24.js';
3
+ import '../shared/definition25.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition55.js';
8
+ import '../shared/definition56.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/affix.js';
11
11
  import '../shared/slotted.js';
@@ -1,8 +1,8 @@
1
- import { r as registerTextField } from '../shared/definition50.js';
1
+ import { r as registerTextField } from '../shared/definition51.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition55.js';
3
+ import '../shared/definition56.js';
4
4
  import '../shared/focus.js';
5
- import '../shared/definition24.js';
5
+ import '../shared/definition25.js';
6
6
  import '../shared/icon.js';
7
7
  import '../shared/_has.js';
8
8
  import '../shared/class-names.js';
@@ -1,15 +1,15 @@
1
- import { r as registerToggletip } from '../shared/definition51.js';
1
+ import { r as registerToggletip } from '../shared/definition52.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition57.js';
3
+ import '../shared/definition58.js';
4
4
  import '../shared/definition10.js';
5
- import '../shared/definition24.js';
5
+ import '../shared/definition25.js';
6
6
  import '../shared/icon.js';
7
7
  import '../shared/_has.js';
8
8
  import '../shared/class-names.js';
9
9
  import '../shared/when.js';
10
- import '../shared/definition55.js';
10
+ import '../shared/definition56.js';
11
11
  import '../shared/focus.js';
12
- import '../shared/definition35.js';
12
+ import '../shared/definition36.js';
13
13
  import '../shared/base-progress.js';
14
14
  import '../shared/affix.js';
15
15
  import '../shared/slotted.js';
@@ -21,6 +21,6 @@ import '../shared/aria-global.js';
21
21
  import '../shared/start-end.js';
22
22
  import '../shared/ref.js';
23
23
  import '../shared/focus2.js';
24
- import '../shared/definition56.js';
24
+ import '../shared/definition57.js';
25
25
 
26
26
  registerToggletip();
package/tooltip/index.js CHANGED
@@ -1,15 +1,15 @@
1
- import { r as registerTooltip } from '../shared/definition52.js';
1
+ import { r as registerTooltip } from '../shared/definition53.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition57.js';
3
+ import '../shared/definition58.js';
4
4
  import '../shared/definition10.js';
5
- import '../shared/definition24.js';
5
+ import '../shared/definition25.js';
6
6
  import '../shared/icon.js';
7
7
  import '../shared/_has.js';
8
8
  import '../shared/class-names.js';
9
9
  import '../shared/when.js';
10
- import '../shared/definition55.js';
10
+ import '../shared/definition56.js';
11
11
  import '../shared/focus.js';
12
- import '../shared/definition35.js';
12
+ import '../shared/definition36.js';
13
13
  import '../shared/base-progress.js';
14
14
  import '../shared/affix.js';
15
15
  import '../shared/slotted.js';
@@ -21,6 +21,6 @@ import '../shared/aria-global.js';
21
21
  import '../shared/start-end.js';
22
22
  import '../shared/ref.js';
23
23
  import '../shared/focus2.js';
24
- import '../shared/definition56.js';
24
+ import '../shared/definition57.js';
25
25
 
26
26
  registerTooltip();
@@ -1,11 +1,11 @@
1
- import { r as registerTreeItem } from '../shared/definition53.js';
1
+ import { r as registerTreeItem } from '../shared/definition54.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition24.js';
3
+ import '../shared/definition25.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition55.js';
8
+ import '../shared/definition56.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/affix.js';
11
11
  import '../shared/slotted.js';
@@ -1,4 +1,4 @@
1
- import { r as registerTreeView } from '../shared/definition54.js';
1
+ import { r as registerTreeView } from '../shared/definition55.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/tree-item.js';
4
4
  import '../shared/start-end.js';
package/vivid.api.json CHANGED
@@ -2418,6 +2418,83 @@
2418
2418
  "endIndex": 14
2419
2419
  }
2420
2420
  },
2421
+ {
2422
+ "kind": "Variable",
2423
+ "canonicalReference": "@vonage/vivid!dateRangePickerDefinition:var",
2424
+ "docComment": "",
2425
+ "excerptTokens": [
2426
+ {
2427
+ "kind": "Content",
2428
+ "text": "dateRangePickerDefinition: "
2429
+ },
2430
+ {
2431
+ "kind": "Content",
2432
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2433
+ },
2434
+ {
2435
+ "kind": "Reference",
2436
+ "text": "OverrideFoundationElementDefinition",
2437
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2438
+ },
2439
+ {
2440
+ "kind": "Content",
2441
+ "text": "<"
2442
+ },
2443
+ {
2444
+ "kind": "Reference",
2445
+ "text": "FoundationElementDefinition",
2446
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2447
+ },
2448
+ {
2449
+ "kind": "Content",
2450
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2451
+ },
2452
+ {
2453
+ "kind": "Reference",
2454
+ "text": "FoundationElementRegistry",
2455
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2456
+ },
2457
+ {
2458
+ "kind": "Content",
2459
+ "text": "<"
2460
+ },
2461
+ {
2462
+ "kind": "Reference",
2463
+ "text": "FoundationElementDefinition",
2464
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2465
+ },
2466
+ {
2467
+ "kind": "Content",
2468
+ "text": ", import(\"@microsoft/fast-element\")."
2469
+ },
2470
+ {
2471
+ "kind": "Reference",
2472
+ "text": "Constructable",
2473
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2474
+ },
2475
+ {
2476
+ "kind": "Content",
2477
+ "text": "<import(\"@microsoft/fast-foundation\")."
2478
+ },
2479
+ {
2480
+ "kind": "Reference",
2481
+ "text": "FoundationElement",
2482
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2483
+ },
2484
+ {
2485
+ "kind": "Content",
2486
+ "text": ">>"
2487
+ }
2488
+ ],
2489
+ "fileUrlPath": "../../dist/libs/components/lib/date-range-picker/definition.d.ts",
2490
+ "isReadonly": true,
2491
+ "releaseTag": "Public",
2492
+ "name": "dateRangePickerDefinition",
2493
+ "variableTypeTokenRange": {
2494
+ "startIndex": 1,
2495
+ "endIndex": 14
2496
+ }
2497
+ },
2421
2498
  {
2422
2499
  "kind": "Variable",
2423
2500
  "canonicalReference": "@vonage/vivid!designSystem:var",
@@ -5410,6 +5487,34 @@
5410
5487
  "endIndex": 3
5411
5488
  }
5412
5489
  },
5490
+ {
5491
+ "kind": "Variable",
5492
+ "canonicalReference": "@vonage/vivid!registerDateRangePicker:var",
5493
+ "docComment": "",
5494
+ "excerptTokens": [
5495
+ {
5496
+ "kind": "Content",
5497
+ "text": "registerDateRangePicker: "
5498
+ },
5499
+ {
5500
+ "kind": "Content",
5501
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
5502
+ },
5503
+ {
5504
+ "kind": "Reference",
5505
+ "text": "DesignSystem",
5506
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
5507
+ }
5508
+ ],
5509
+ "fileUrlPath": "../../dist/libs/components/lib/date-range-picker/definition.d.ts",
5510
+ "isReadonly": true,
5511
+ "releaseTag": "Public",
5512
+ "name": "registerDateRangePicker",
5513
+ "variableTypeTokenRange": {
5514
+ "startIndex": 1,
5515
+ "endIndex": 3
5516
+ }
5517
+ },
5413
5518
  {
5414
5519
  "kind": "Variable",
5415
5520
  "canonicalReference": "@vonage/vivid!registerDialog:var",
@@ -1,11 +0,0 @@
1
- import { FormAssociated, FoundationElement } from '@microsoft/fast-foundation';
2
- declare class _DatePicker extends FoundationElement {
3
- }
4
- interface _DatePicker extends FormAssociated {
5
- }
6
- declare const FormAssociatedDatePicker_base: typeof _DatePicker;
7
- export declare class FormAssociatedDatePicker extends FormAssociatedDatePicker_base {
8
- proxy: HTMLInputElement;
9
- constructor();
10
- }
11
- export {};
@@ -1,4 +0,0 @@
1
- import type { ViewTemplate } from '@microsoft/fast-element';
2
- import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
3
- import type { DatePicker } from './date-picker';
4
- export declare const DatePickerTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate<DatePicker>;
File without changes
File without changes