@dialpad/dialtone-vue 3.222.0 → 3.222.2

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 (106) hide show
  1. package/dist/common/constants/index.cjs +1 -1
  2. package/dist/common/constants/index.cjs.map +1 -1
  3. package/dist/common/constants/index.d.ts +4 -0
  4. package/dist/common/constants/index.d.ts.map +1 -1
  5. package/dist/common/constants/index.js +10 -10
  6. package/dist/common/constants/index.js.map +1 -1
  7. package/dist/component-documentation.json +1 -1
  8. package/dist/components/combobox_with_popover/combobox_with_popover.vue.d.ts +18 -18
  9. package/dist/components/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
  10. package/dist/components/dropdown/dropdown.vue.d.ts +18 -18
  11. package/dist/components/dropdown/dropdown.vue.d.ts.map +1 -1
  12. package/dist/components/emoji_picker/emoji_picker.vue.d.ts +22 -0
  13. package/dist/components/emoji_picker/modules/emoji_search.vue.d.ts +22 -0
  14. package/dist/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -1
  15. package/dist/components/hovercard/hovercard.vue.d.ts +32 -32
  16. package/dist/components/hovercard/hovercard.vue.d.ts.map +1 -1
  17. package/dist/components/input/input.vue.d.ts +11 -0
  18. package/dist/components/input/input.vue.d.ts.map +1 -1
  19. package/dist/components/modal/modal.vue.d.ts +6 -5
  20. package/dist/components/modal/modal.vue.d.ts.map +1 -1
  21. package/dist/components/popover/popover.vue.d.ts +13 -13
  22. package/dist/components/popover/popover.vue.d.ts.map +1 -1
  23. package/dist/components/resizable/composables/useResizableGroup.d.ts.map +1 -1
  24. package/dist/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +24 -13
  25. package/dist/components/split_button/split_button.vue.d.ts +18 -18
  26. package/dist/components/tooltip/tooltip.vue.d.ts +8 -8
  27. package/dist/components/tooltip/tooltip.vue.d.ts.map +1 -1
  28. package/dist/dialtone-vue.cjs +1 -1
  29. package/dist/dialtone-vue.js +149 -149
  30. package/dist/lib/combobox-multi-select/combobox-multi-select.cjs +1 -1
  31. package/dist/lib/combobox-multi-select/combobox-multi-select.cjs.map +1 -1
  32. package/dist/lib/combobox-multi-select/combobox-multi-select.js +49 -48
  33. package/dist/lib/combobox-multi-select/combobox-multi-select.js.map +1 -1
  34. package/dist/lib/combobox-with-popover/combobox-with-popover.cjs +1 -1
  35. package/dist/lib/combobox-with-popover/combobox-with-popover.cjs.map +1 -1
  36. package/dist/lib/combobox-with-popover/combobox-with-popover.js +43 -42
  37. package/dist/lib/combobox-with-popover/combobox-with-popover.js.map +1 -1
  38. package/dist/lib/dropdown/dropdown.cjs +1 -1
  39. package/dist/lib/dropdown/dropdown.cjs.map +1 -1
  40. package/dist/lib/dropdown/dropdown.js +33 -33
  41. package/dist/lib/dropdown/dropdown.js.map +1 -1
  42. package/dist/lib/editor/editor.cjs +1 -1
  43. package/dist/lib/editor/editor.js +1 -1
  44. package/dist/lib/hovercard/hovercard.cjs +1 -1
  45. package/dist/lib/hovercard/hovercard.cjs.map +1 -1
  46. package/dist/lib/hovercard/hovercard.js +28 -27
  47. package/dist/lib/hovercard/hovercard.js.map +1 -1
  48. package/dist/lib/input/input.cjs +1 -1
  49. package/dist/lib/input/input.cjs.map +1 -1
  50. package/dist/lib/input/input.js +6 -6
  51. package/dist/lib/input/input.js.map +1 -1
  52. package/dist/lib/message-input/index.cjs +1 -1
  53. package/dist/lib/message-input/index.js +1 -1
  54. package/dist/lib/message-input/message-input.cjs +1 -1
  55. package/dist/lib/message-input/message-input.js +1 -1
  56. package/dist/lib/modal/modal.cjs +1 -1
  57. package/dist/lib/modal/modal.cjs.map +1 -1
  58. package/dist/lib/modal/modal.js +61 -58
  59. package/dist/lib/modal/modal.js.map +1 -1
  60. package/dist/lib/popover/popover.cjs +1 -1
  61. package/dist/lib/popover/popover.cjs.map +1 -1
  62. package/dist/lib/popover/popover.js +76 -75
  63. package/dist/lib/popover/popover.js.map +1 -1
  64. package/dist/lib/resizable/index.cjs +1 -1
  65. package/dist/lib/resizable/index.js +1 -1
  66. package/dist/lib/resizable/resizable.cjs +1 -1
  67. package/dist/lib/resizable/resizable.js +1 -1
  68. package/dist/lib/rich-text-editor/index.cjs +1 -1
  69. package/dist/lib/rich-text-editor/index.js +1 -1
  70. package/dist/lib/rich-text-editor/rich-text-editor.cjs +1 -1
  71. package/dist/lib/rich-text-editor/rich-text-editor.js +1 -1
  72. package/dist/lib/tooltip/tooltip.cjs +2 -2
  73. package/dist/lib/tooltip/tooltip.cjs.map +1 -1
  74. package/dist/lib/tooltip/tooltip.js +30 -29
  75. package/dist/lib/tooltip/tooltip.js.map +1 -1
  76. package/dist/{message_input-B47LB7C8.js → message_input-B2fppje7.js} +2 -2
  77. package/dist/{message_input-B47LB7C8.js.map → message_input-B2fppje7.js.map} +1 -1
  78. package/dist/{message_input-BCIq_1AD.cjs → message_input-DmLi63dh.cjs} +2 -2
  79. package/dist/{message_input-BCIq_1AD.cjs.map → message_input-DmLi63dh.cjs.map} +1 -1
  80. package/dist/recipes/buttons/callbar_button/callbar_button.vue.d.ts +8 -8
  81. package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +26 -26
  82. package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +21 -21
  83. package/dist/recipes/cards/ivr_node/ivr_node.vue.d.ts +18 -18
  84. package/dist/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +18 -18
  85. package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +13 -13
  86. package/dist/recipes/conversation_view/editor/editor.vue.d.ts +63 -52
  87. package/dist/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
  88. package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +8 -8
  89. package/dist/recipes/conversation_view/message_input/message_input.vue.d.ts +94 -50
  90. package/dist/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  91. package/dist/recipes/conversation_view/message_input/message_input_button.vue.d.ts +8 -8
  92. package/dist/recipes/conversation_view/message_input/message_input_link.vue.d.ts +32 -21
  93. package/dist/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
  94. package/dist/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +8 -8
  95. package/dist/recipes/leftbar/contact_row/contact_row.vue.d.ts +8 -8
  96. package/dist/recipes/leftbar/general_row/general_row.vue.d.ts +8 -8
  97. package/dist/recipes/leftbar/group_row/group_row.vue.d.ts +8 -8
  98. package/dist/{resizable-aOVGO_Os.cjs → resizable-BOCf9EIc.cjs} +2 -2
  99. package/dist/{resizable-aOVGO_Os.cjs.map → resizable-BOCf9EIc.cjs.map} +1 -1
  100. package/dist/{resizable-D4-peBOl.js → resizable-CPaF9dgG.js} +7 -3
  101. package/dist/{resizable-D4-peBOl.js.map → resizable-CPaF9dgG.js.map} +1 -1
  102. package/dist/{rich_text_editor-CNFb6tIx.js → rich_text_editor-BhUKyR0E.js} +2 -2
  103. package/dist/{rich_text_editor-CNFb6tIx.js.map → rich_text_editor-BhUKyR0E.js.map} +1 -1
  104. package/dist/{rich_text_editor-DRytK1_9.cjs → rich_text_editor-wvONcbYd.cjs} +2 -2
  105. package/dist/{rich_text_editor-DRytK1_9.cjs.map → rich_text_editor-wvONcbYd.cjs.map} +1 -1
  106. package/package.json +3 -3
@@ -88,10 +88,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
88
88
  default: string;
89
89
  };
90
90
  appendTo: {
91
- type: (StringConstructor | {
91
+ type: ({
92
92
  new (): HTMLElement;
93
93
  prototype: HTMLElement;
94
- })[];
94
+ } | ObjectConstructor | StringConstructor)[];
95
95
  default: string;
96
96
  validator: (appendTo: unknown) => boolean;
97
97
  };
@@ -218,10 +218,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
218
218
  default: string;
219
219
  };
220
220
  appendTo: {
221
- type: (StringConstructor | {
221
+ type: ({
222
222
  new (): HTMLElement;
223
223
  prototype: HTMLElement;
224
- })[];
224
+ } | ObjectConstructor | StringConstructor)[];
225
225
  default: string;
226
226
  validator: (appendTo: unknown) => boolean;
227
227
  };
@@ -249,7 +249,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
249
249
  showList: boolean;
250
250
  emptyList: boolean;
251
251
  emptyStateMessage: string;
252
- appendTo: string | HTMLElement;
252
+ appendTo: string | HTMLElement | Record<string, any>;
253
253
  padding: string;
254
254
  contentWidth: string;
255
255
  openWithArrowKeys: boolean;
@@ -1788,7 +1788,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1788
1788
  type: {
1789
1789
  new (): HTMLElement;
1790
1790
  prototype: HTMLElement;
1791
- };
1791
+ } | ObjectConstructor;
1792
1792
  default: null;
1793
1793
  };
1794
1794
  id: {
@@ -1849,10 +1849,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1849
1849
  default: string;
1850
1850
  };
1851
1851
  initialFocusElement: {
1852
- type: (StringConstructor | {
1852
+ type: ({
1853
1853
  new (): HTMLElement;
1854
1854
  prototype: HTMLElement;
1855
- })[];
1855
+ } | ObjectConstructor | StringConstructor)[];
1856
1856
  default: string;
1857
1857
  validator: (initialFocusElement: unknown) => any;
1858
1858
  };
@@ -1861,10 +1861,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1861
1861
  default: boolean;
1862
1862
  };
1863
1863
  appendTo: {
1864
- type: (StringConstructor | {
1864
+ type: ({
1865
1865
  new (): HTMLElement;
1866
1866
  prototype: HTMLElement;
1867
- })[];
1867
+ } | ObjectConstructor | StringConstructor)[];
1868
1868
  default: string;
1869
1869
  validator: (appendTo: unknown) => boolean;
1870
1870
  };
@@ -2022,7 +2022,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2022
2022
  type: {
2023
2023
  new (): HTMLElement;
2024
2024
  prototype: HTMLElement;
2025
- };
2025
+ } | ObjectConstructor;
2026
2026
  default: null;
2027
2027
  };
2028
2028
  id: {
@@ -2083,10 +2083,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2083
2083
  default: string;
2084
2084
  };
2085
2085
  initialFocusElement: {
2086
- type: (StringConstructor | {
2086
+ type: ({
2087
2087
  new (): HTMLElement;
2088
2088
  prototype: HTMLElement;
2089
- })[];
2089
+ } | ObjectConstructor | StringConstructor)[];
2090
2090
  default: string;
2091
2091
  validator: (initialFocusElement: unknown) => any;
2092
2092
  };
@@ -2095,10 +2095,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2095
2095
  default: boolean;
2096
2096
  };
2097
2097
  appendTo: {
2098
- type: (StringConstructor | {
2098
+ type: ({
2099
2099
  new (): HTMLElement;
2100
2100
  prototype: HTMLElement;
2101
- })[];
2101
+ } | ObjectConstructor | StringConstructor)[];
2102
2102
  default: string;
2103
2103
  validator: (appendTo: unknown) => boolean;
2104
2104
  };
@@ -2124,14 +2124,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2124
2124
  elementType: string;
2125
2125
  transition: string;
2126
2126
  maxWidth: string;
2127
- appendTo: string | HTMLElement;
2127
+ appendTo: string | HTMLElement | Record<string, any>;
2128
2128
  hideOnClick: boolean;
2129
2129
  placement: string;
2130
2130
  sticky: string | boolean;
2131
2131
  fallbackPlacements: unknown[];
2132
2132
  tether: boolean;
2133
2133
  externalAnchor: string;
2134
- externalAnchorElement: HTMLElement;
2134
+ externalAnchorElement: any;
2135
2135
  showCloseButton: boolean;
2136
2136
  openOnContext: boolean;
2137
2137
  ariaLabelledby: string;
@@ -2140,7 +2140,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2140
2140
  contentAppear: boolean;
2141
2141
  contentTabindex: number;
2142
2142
  modal: boolean;
2143
- initialFocusElement: string | HTMLElement;
2143
+ initialFocusElement: string | HTMLElement | Record<string, any>;
2144
2144
  openWithArrowKeys: boolean;
2145
2145
  }, {}, {
2146
2146
  SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
@@ -1 +1 @@
1
- {"version":3,"file":"combobox_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../components/combobox_with_popover/combobox_with_popover.vue"],"names":[],"mappings":"AAkHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA6eA,GAhcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAgcH,GAhcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAgcH,IAxXqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAwXrB,GAhcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgcH,GAhcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgcH,GAhcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgcH,GAhcG;;;;;;;;;+BAoc6C,gBAAgB"}
1
+ {"version":3,"file":"combobox_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../components/combobox_with_popover/combobox_with_popover.vue"],"names":[],"mappings":"AAkHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8eA,GAjcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAicH,GAjcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAicH,IAzXqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAyXrB,GAjcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAicH,GAjcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAicH,GAjcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAicH,GAjcG;;;;;;;;;+BAqc6C,gBAAgB"}
@@ -58,10 +58,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
58
58
  default: string;
59
59
  };
60
60
  appendTo: {
61
- type: (StringConstructor | {
61
+ type: ({
62
62
  new (): HTMLElement;
63
63
  prototype: HTMLElement;
64
- })[];
64
+ } | ObjectConstructor | StringConstructor)[];
65
65
  default: string;
66
66
  validator: (appendTo: unknown) => boolean;
67
67
  };
@@ -232,10 +232,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
232
232
  default: string;
233
233
  };
234
234
  appendTo: {
235
- type: (StringConstructor | {
235
+ type: ({
236
236
  new (): HTMLElement;
237
237
  prototype: HTMLElement;
238
- })[];
238
+ } | ObjectConstructor | StringConstructor)[];
239
239
  default: string;
240
240
  validator: (appendTo: unknown) => boolean;
241
241
  };
@@ -261,7 +261,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
261
261
  listId: string;
262
262
  onBeginningOfList: Function;
263
263
  onEndOfList: Function;
264
- appendTo: string | HTMLElement;
264
+ appendTo: string | HTMLElement | Record<string, any>;
265
265
  placement: string;
266
266
  fallbackPlacements: unknown[];
267
267
  tether: boolean;
@@ -331,7 +331,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
331
331
  type: {
332
332
  new (): HTMLElement;
333
333
  prototype: HTMLElement;
334
- };
334
+ } | ObjectConstructor;
335
335
  default: null;
336
336
  };
337
337
  id: {
@@ -392,10 +392,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
392
392
  default: string;
393
393
  };
394
394
  initialFocusElement: {
395
- type: (StringConstructor | {
395
+ type: ({
396
396
  new (): HTMLElement;
397
397
  prototype: HTMLElement;
398
- })[];
398
+ } | ObjectConstructor | StringConstructor)[];
399
399
  default: string;
400
400
  validator: (initialFocusElement: unknown) => any;
401
401
  };
@@ -404,10 +404,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
404
404
  default: boolean;
405
405
  };
406
406
  appendTo: {
407
- type: (StringConstructor | {
407
+ type: ({
408
408
  new (): HTMLElement;
409
409
  prototype: HTMLElement;
410
- })[];
410
+ } | ObjectConstructor | StringConstructor)[];
411
411
  default: string;
412
412
  validator: (appendTo: unknown) => boolean;
413
413
  };
@@ -565,7 +565,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
565
565
  type: {
566
566
  new (): HTMLElement;
567
567
  prototype: HTMLElement;
568
- };
568
+ } | ObjectConstructor;
569
569
  default: null;
570
570
  };
571
571
  id: {
@@ -626,10 +626,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
626
626
  default: string;
627
627
  };
628
628
  initialFocusElement: {
629
- type: (StringConstructor | {
629
+ type: ({
630
630
  new (): HTMLElement;
631
631
  prototype: HTMLElement;
632
- })[];
632
+ } | ObjectConstructor | StringConstructor)[];
633
633
  default: string;
634
634
  validator: (initialFocusElement: unknown) => any;
635
635
  };
@@ -638,10 +638,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
638
638
  default: boolean;
639
639
  };
640
640
  appendTo: {
641
- type: (StringConstructor | {
641
+ type: ({
642
642
  new (): HTMLElement;
643
643
  prototype: HTMLElement;
644
- })[];
644
+ } | ObjectConstructor | StringConstructor)[];
645
645
  default: string;
646
646
  validator: (appendTo: unknown) => boolean;
647
647
  };
@@ -667,14 +667,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
667
667
  elementType: string;
668
668
  transition: string;
669
669
  maxWidth: string;
670
- appendTo: string | HTMLElement;
670
+ appendTo: string | HTMLElement | Record<string, any>;
671
671
  hideOnClick: boolean;
672
672
  placement: string;
673
673
  sticky: string | boolean;
674
674
  fallbackPlacements: unknown[];
675
675
  tether: boolean;
676
676
  externalAnchor: string;
677
- externalAnchorElement: HTMLElement;
677
+ externalAnchorElement: any;
678
678
  showCloseButton: boolean;
679
679
  openOnContext: boolean;
680
680
  ariaLabelledby: string;
@@ -683,7 +683,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
683
683
  contentAppear: boolean;
684
684
  contentTabindex: number;
685
685
  modal: boolean;
686
- initialFocusElement: string | HTMLElement;
686
+ initialFocusElement: string | HTMLElement | Record<string, any>;
687
687
  openWithArrowKeys: boolean;
688
688
  }, {}, {
689
689
  SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown.vue.d.ts","sourceRoot":"","sources":["../../../components/dropdown/dropdown.vue"],"names":[],"mappings":"AAyDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAsfA,IApYK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAoYL,GA7ce;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6cf,GA7ce"}
1
+ {"version":3,"file":"dropdown.vue.d.ts","sourceRoot":"","sources":["../../../components/dropdown/dropdown.vue"],"names":[],"mappings":"AAyDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAsfA,IAtY4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAsY5B,GA7ce;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6cf,GA7ce"}
@@ -114,6 +114,17 @@ declare const _default: import('vue').DefineComponent<{}, {
114
114
  hasSlotContent: typeof import('../..').hasSlotContent;
115
115
  isComposing: boolean;
116
116
  justEndedComposition: boolean;
117
+ labelSizeClasses: {
118
+ xs: string;
119
+ sm: string;
120
+ md: string;
121
+ lg: string;
122
+ xl: string;
123
+ };
124
+ descriptionSizeClasses: {
125
+ lg: string;
126
+ xl: string;
127
+ };
117
128
  }, {
118
129
  isTextarea(): boolean;
119
130
  isDefaultSize(): boolean;
@@ -345,6 +356,17 @@ declare const _default: import('vue').DefineComponent<{}, {
345
356
  hasSlotContent: typeof import('../..').hasSlotContent;
346
357
  isComposing: boolean;
347
358
  justEndedComposition: boolean;
359
+ labelSizeClasses: {
360
+ xs: string;
361
+ sm: string;
362
+ md: string;
363
+ lg: string;
364
+ xl: string;
365
+ };
366
+ descriptionSizeClasses: {
367
+ lg: string;
368
+ xl: string;
369
+ };
348
370
  }, {
349
371
  formattedMessages(): any;
350
372
  } & {
@@ -88,6 +88,17 @@ declare const _default: import('vue').DefineComponent<{}, {
88
88
  hasSlotContent: typeof import('../../..').hasSlotContent;
89
89
  isComposing: boolean;
90
90
  justEndedComposition: boolean;
91
+ labelSizeClasses: {
92
+ xs: string;
93
+ sm: string;
94
+ md: string;
95
+ lg: string;
96
+ xl: string;
97
+ };
98
+ descriptionSizeClasses: {
99
+ lg: string;
100
+ xl: string;
101
+ };
91
102
  }, {
92
103
  isTextarea(): boolean;
93
104
  isDefaultSize(): boolean;
@@ -319,6 +330,17 @@ declare const _default: import('vue').DefineComponent<{}, {
319
330
  hasSlotContent: typeof import('../../..').hasSlotContent;
320
331
  isComposing: boolean;
321
332
  justEndedComposition: boolean;
333
+ labelSizeClasses: {
334
+ xs: string;
335
+ sm: string;
336
+ md: string;
337
+ lg: string;
338
+ xl: string;
339
+ };
340
+ descriptionSizeClasses: {
341
+ lg: string;
342
+ xl: string;
343
+ };
322
344
  }, {
323
345
  formattedMessages(): any;
324
346
  } & {
@@ -1 +1 @@
1
- {"version":3,"file":"emoji_search.vue.d.ts","sourceRoot":"","sources":["../../../../components/emoji_picker/modules/emoji_search.vue"],"names":[],"mappings":"AAuCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwGA,0CAEC"}
1
+ {"version":3,"file":"emoji_search.vue.d.ts","sourceRoot":"","sources":["../../../../components/emoji_picker/modules/emoji_search.vue"],"names":[],"mappings":"AAuCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwGA,0CAEC"}
@@ -71,7 +71,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
71
71
  type: {
72
72
  new (): HTMLElement;
73
73
  prototype: HTMLElement;
74
- };
74
+ } | ObjectConstructor;
75
75
  default: null;
76
76
  };
77
77
  id: {
@@ -132,10 +132,10 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
132
132
  default: string;
133
133
  };
134
134
  initialFocusElement: {
135
- type: (StringConstructor | {
135
+ type: ({
136
136
  new (): HTMLElement;
137
137
  prototype: HTMLElement;
138
- })[];
138
+ } | ObjectConstructor | StringConstructor)[];
139
139
  default: string;
140
140
  validator: (initialFocusElement: unknown) => any;
141
141
  };
@@ -144,10 +144,10 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
144
144
  default: boolean;
145
145
  };
146
146
  appendTo: {
147
- type: (StringConstructor | {
147
+ type: ({
148
148
  new (): HTMLElement;
149
149
  prototype: HTMLElement;
150
- })[];
150
+ } | ObjectConstructor | StringConstructor)[];
151
151
  default: string;
152
152
  validator: (appendTo: unknown) => boolean;
153
153
  };
@@ -267,14 +267,14 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
267
267
  elementType: string;
268
268
  transition: string;
269
269
  maxWidth: string;
270
- appendTo: string | HTMLElement;
270
+ appendTo: string | HTMLElement | Record<string, any>;
271
271
  hideOnClick: boolean;
272
272
  placement: string;
273
273
  sticky: string | boolean;
274
274
  fallbackPlacements: unknown[];
275
275
  tether: boolean;
276
276
  externalAnchor: string;
277
- externalAnchorElement: HTMLElement;
277
+ externalAnchorElement: any;
278
278
  showCloseButton: boolean;
279
279
  openOnContext: boolean;
280
280
  ariaLabelledby: string;
@@ -283,7 +283,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
283
283
  contentAppear: boolean;
284
284
  contentTabindex: number;
285
285
  modal: boolean;
286
- initialFocusElement: string | HTMLElement;
286
+ initialFocusElement: string | HTMLElement | Record<string, any>;
287
287
  openWithArrowKeys: boolean;
288
288
  }, true, {}, {}, {
289
289
  SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
@@ -1052,7 +1052,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
1052
1052
  type: {
1053
1053
  new (): HTMLElement;
1054
1054
  prototype: HTMLElement;
1055
- };
1055
+ } | ObjectConstructor;
1056
1056
  default: null;
1057
1057
  };
1058
1058
  id: {
@@ -1113,10 +1113,10 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
1113
1113
  default: string;
1114
1114
  };
1115
1115
  initialFocusElement: {
1116
- type: (StringConstructor | {
1116
+ type: ({
1117
1117
  new (): HTMLElement;
1118
1118
  prototype: HTMLElement;
1119
- })[];
1119
+ } | ObjectConstructor | StringConstructor)[];
1120
1120
  default: string;
1121
1121
  validator: (initialFocusElement: unknown) => any;
1122
1122
  };
@@ -1125,10 +1125,10 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
1125
1125
  default: boolean;
1126
1126
  };
1127
1127
  appendTo: {
1128
- type: (StringConstructor | {
1128
+ type: ({
1129
1129
  new (): HTMLElement;
1130
1130
  prototype: HTMLElement;
1131
- })[];
1131
+ } | ObjectConstructor | StringConstructor)[];
1132
1132
  default: string;
1133
1133
  validator: (appendTo: unknown) => boolean;
1134
1134
  };
@@ -1246,14 +1246,14 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
1246
1246
  elementType: string;
1247
1247
  transition: string;
1248
1248
  maxWidth: string;
1249
- appendTo: string | HTMLElement;
1249
+ appendTo: string | HTMLElement | Record<string, any>;
1250
1250
  hideOnClick: boolean;
1251
1251
  placement: string;
1252
1252
  sticky: string | boolean;
1253
1253
  fallbackPlacements: unknown[];
1254
1254
  tether: boolean;
1255
1255
  externalAnchor: string;
1256
- externalAnchorElement: HTMLElement;
1256
+ externalAnchorElement: any;
1257
1257
  showCloseButton: boolean;
1258
1258
  openOnContext: boolean;
1259
1259
  ariaLabelledby: string;
@@ -1262,7 +1262,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
1262
1262
  contentAppear: boolean;
1263
1263
  contentTabindex: number;
1264
1264
  modal: boolean;
1265
- initialFocusElement: string | HTMLElement;
1265
+ initialFocusElement: string | HTMLElement | Record<string, any>;
1266
1266
  openWithArrowKeys: boolean;
1267
1267
  }> | null;
1268
1268
  }, any>;
@@ -1335,7 +1335,7 @@ type __VLS_TemplateResult = {
1335
1335
  type: {
1336
1336
  new (): HTMLElement;
1337
1337
  prototype: HTMLElement;
1338
- };
1338
+ } | ObjectConstructor;
1339
1339
  default: null;
1340
1340
  };
1341
1341
  id: {
@@ -1396,10 +1396,10 @@ type __VLS_TemplateResult = {
1396
1396
  default: string;
1397
1397
  };
1398
1398
  initialFocusElement: {
1399
- type: (StringConstructor | {
1399
+ type: ({
1400
1400
  new (): HTMLElement;
1401
1401
  prototype: HTMLElement;
1402
- })[];
1402
+ } | ObjectConstructor | StringConstructor)[];
1403
1403
  default: string;
1404
1404
  validator: (initialFocusElement: unknown) => any;
1405
1405
  };
@@ -1408,10 +1408,10 @@ type __VLS_TemplateResult = {
1408
1408
  default: boolean;
1409
1409
  };
1410
1410
  appendTo: {
1411
- type: (StringConstructor | {
1411
+ type: ({
1412
1412
  new (): HTMLElement;
1413
1413
  prototype: HTMLElement;
1414
- })[];
1414
+ } | ObjectConstructor | StringConstructor)[];
1415
1415
  default: string;
1416
1416
  validator: (appendTo: unknown) => boolean;
1417
1417
  };
@@ -1523,14 +1523,14 @@ type __VLS_TemplateResult = {
1523
1523
  elementType: string;
1524
1524
  transition: string;
1525
1525
  maxWidth: string;
1526
- appendTo: string | HTMLElement;
1526
+ appendTo: string | HTMLElement | Record<string, any>;
1527
1527
  hideOnClick: boolean;
1528
1528
  placement: string;
1529
1529
  sticky: string | boolean;
1530
1530
  fallbackPlacements: unknown[];
1531
1531
  tether: boolean;
1532
1532
  externalAnchor: string;
1533
- externalAnchorElement: HTMLElement;
1533
+ externalAnchorElement: any;
1534
1534
  showCloseButton: boolean;
1535
1535
  openOnContext: boolean;
1536
1536
  ariaLabelledby: string;
@@ -1539,7 +1539,7 @@ type __VLS_TemplateResult = {
1539
1539
  contentAppear: boolean;
1540
1540
  contentTabindex: number;
1541
1541
  modal: boolean;
1542
- initialFocusElement: string | HTMLElement;
1542
+ initialFocusElement: string | HTMLElement | Record<string, any>;
1543
1543
  openWithArrowKeys: boolean;
1544
1544
  }, true, {}, {}, {
1545
1545
  SrOnlyCloseButton: DefineComponent<{}, {}, {
@@ -2284,7 +2284,7 @@ type __VLS_TemplateResult = {
2284
2284
  type: {
2285
2285
  new (): HTMLElement;
2286
2286
  prototype: HTMLElement;
2287
- };
2287
+ } | ObjectConstructor;
2288
2288
  default: null;
2289
2289
  };
2290
2290
  id: {
@@ -2345,10 +2345,10 @@ type __VLS_TemplateResult = {
2345
2345
  default: string;
2346
2346
  };
2347
2347
  initialFocusElement: {
2348
- type: (StringConstructor | {
2348
+ type: ({
2349
2349
  new (): HTMLElement;
2350
2350
  prototype: HTMLElement;
2351
- })[];
2351
+ } | ObjectConstructor | StringConstructor)[];
2352
2352
  default: string;
2353
2353
  validator: (initialFocusElement: unknown) => any;
2354
2354
  };
@@ -2357,10 +2357,10 @@ type __VLS_TemplateResult = {
2357
2357
  default: boolean;
2358
2358
  };
2359
2359
  appendTo: {
2360
- type: (StringConstructor | {
2360
+ type: ({
2361
2361
  new (): HTMLElement;
2362
2362
  prototype: HTMLElement;
2363
- })[];
2363
+ } | ObjectConstructor | StringConstructor)[];
2364
2364
  default: string;
2365
2365
  validator: (appendTo: unknown) => boolean;
2366
2366
  };
@@ -2478,14 +2478,14 @@ type __VLS_TemplateResult = {
2478
2478
  elementType: string;
2479
2479
  transition: string;
2480
2480
  maxWidth: string;
2481
- appendTo: string | HTMLElement;
2481
+ appendTo: string | HTMLElement | Record<string, any>;
2482
2482
  hideOnClick: boolean;
2483
2483
  placement: string;
2484
2484
  sticky: string | boolean;
2485
2485
  fallbackPlacements: unknown[];
2486
2486
  tether: boolean;
2487
2487
  externalAnchor: string;
2488
- externalAnchorElement: HTMLElement;
2488
+ externalAnchorElement: any;
2489
2489
  showCloseButton: boolean;
2490
2490
  openOnContext: boolean;
2491
2491
  ariaLabelledby: string;
@@ -2494,7 +2494,7 @@ type __VLS_TemplateResult = {
2494
2494
  contentAppear: boolean;
2495
2495
  contentTabindex: number;
2496
2496
  modal: boolean;
2497
- initialFocusElement: string | HTMLElement;
2497
+ initialFocusElement: string | HTMLElement | Record<string, any>;
2498
2498
  openWithArrowKeys: boolean;
2499
2499
  }> | null;
2500
2500
  };
@@ -1 +1 @@
1
- {"version":3,"file":"hovercard.vue.d.ts","sourceRoot":"","sources":["../../../components/hovercard/hovercard.vue"],"names":[],"mappings":"AAuDA;wBA+tBqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAdjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAzZA,IAjNA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAiNA,GAjRC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAiRD,GAjRC;;;;;;;;;;;;;;;;yEAiRD,IAjNA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAiNA,IAjNA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAqnBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/LH,sCAGC;AAED,sCAMC"}
1
+ {"version":3,"file":"hovercard.vue.d.ts","sourceRoot":"","sources":["../../../components/hovercard/hovercard.vue"],"names":[],"mappings":"AAuDA;wBAiuBqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAdjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEA1ZA,IApN2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAoN3B,GAlRC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAkRD,GAlRC;;;;;;;;;;;;;;;;yEAkRD,IApN2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAoN3B,IApN2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAynBxB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/LH,sCAGC;AAED,sCAMC"}
@@ -69,6 +69,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
69
69
  hasSlotContent: typeof hasSlotContent;
70
70
  isComposing: boolean;
71
71
  justEndedComposition: boolean;
72
+ labelSizeClasses: {
73
+ xs: string;
74
+ sm: string;
75
+ md: string;
76
+ lg: string;
77
+ xl: string;
78
+ };
79
+ descriptionSizeClasses: {
80
+ lg: string;
81
+ xl: string;
82
+ };
72
83
  }, {
73
84
  isTextarea(): boolean;
74
85
  isDefaultSize(): boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"input.vue.d.ts","sourceRoot":"","sources":["../../../components/input/input.vue"],"names":[],"mappings":"AAoHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAuqBO,gBAAgB;sCAAhB,gBAAgB;mCAAhB,gBAAgB"}
1
+ {"version":3,"file":"input.vue.d.ts","sourceRoot":"","sources":["../../../components/input/input.vue"],"names":[],"mappings":"AAoHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BA2qBO,gBAAgB;sCAAhB,gBAAgB;mCAAhB,gBAAgB"}