@onereach/ui-components 2.69.1 → 2.69.2-beta.2107.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 (108) hide show
  1. package/dist/bundled/v2/{OrCardCollection-a9a779ea.js → OrCardCollection-3d1b3b9a.js} +1 -1
  2. package/dist/bundled/v2/{OrConfirm-18c534df.js → OrConfirm-43626f94.js} +1 -1
  3. package/dist/bundled/v2/{OrInput-8b90e08f.js → OrInput-0a3666aa.js} +18 -11
  4. package/dist/bundled/v2/{OrInputBox-79ec54ad.js → OrInputBox-dfdcbdce.js} +4 -14
  5. package/dist/bundled/v2/{OrSearch-9d402f56.js → OrSearch-847c1bab.js} +2 -2
  6. package/dist/bundled/v2/{OrSelect-b20a9be0.js → OrSelect-41c6588d.js} +8 -2
  7. package/dist/bundled/v2/{OrTextarea-5593fbe9.js → OrTextarea-ff2ba975.js} +2 -1
  8. package/dist/bundled/v2/components/index.js +8 -7
  9. package/dist/bundled/v2/components/or-card-collection-v3/index.js +4 -3
  10. package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
  11. package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +98 -0
  12. package/dist/bundled/v2/components/or-combined-input-v3/index.d.ts +2 -0
  13. package/dist/bundled/v2/components/or-combined-input-v3/index.js +149 -0
  14. package/dist/bundled/v2/components/or-combined-input-v3/props.d.ts +1 -0
  15. package/dist/bundled/v2/components/or-combined-input-v3/styles.d.ts +2 -0
  16. package/dist/bundled/v2/components/or-confirm-v3/index.js +4 -3
  17. package/dist/bundled/v2/components/or-input-box-v3/index.js +2 -1
  18. package/dist/bundled/v2/components/or-input-v3/index.js +3 -2
  19. package/dist/bundled/v2/components/or-search-v3/index.js +4 -3
  20. package/dist/bundled/v2/components/or-select-v3/OrSelect.vue.d.ts +11 -0
  21. package/dist/bundled/v2/components/or-select-v3/index.js +4 -3
  22. package/dist/bundled/v2/components/or-textarea-v3/index.js +3 -2
  23. package/dist/bundled/v2/index.js +9 -8
  24. package/dist/bundled/v2/props-78496a2d.js +12 -0
  25. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-3993a015.js → OrCardCollection.vue_vue_type_script_lang-fd4d589f.js} +2 -2
  26. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-289b5600.js → OrConfirm.vue_vue_type_script_lang-338631e0.js} +2 -2
  27. package/dist/bundled/v3/{OrInput-fa782fc1.js → OrInput-5efc4b9a.js} +17 -14
  28. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-f6d793d3.js → OrInput.vue_vue_type_script_lang-a9f3e530.js} +3 -2
  29. package/dist/bundled/v3/{OrInputBox-eb54d73d.js → OrInputBox-1b143e00.js} +1 -1
  30. package/dist/{esm/v2/OrInputBox-4d5a318d.js → bundled/v3/OrInputBox.vue_vue_type_script_lang-70dec655.js} +6 -57
  31. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-ed78b21f.js → OrSearch.vue_vue_type_script_lang-df09cad8.js} +3 -3
  32. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-15285ce4.js → OrSelect.vue_vue_type_script_lang-cf991ed8.js} +9 -4
  33. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-8e3531cd.js → OrTextarea.vue_vue_type_script_lang-115a1244.js} +3 -2
  34. package/dist/bundled/v3/components/index.js +10 -9
  35. package/dist/bundled/v3/components/or-card-collection-v3/index.js +6 -5
  36. package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
  37. package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +98 -0
  38. package/dist/bundled/v3/components/or-combined-input-v3/index.d.ts +2 -0
  39. package/dist/bundled/v3/components/or-combined-input-v3/index.js +132 -0
  40. package/dist/bundled/v3/components/or-combined-input-v3/props.d.ts +1 -0
  41. package/dist/bundled/v3/components/or-combined-input-v3/styles.d.ts +2 -0
  42. package/dist/bundled/v3/components/or-confirm-v3/index.js +6 -5
  43. package/dist/bundled/v3/components/or-input-box-v3/index.js +2 -1
  44. package/dist/bundled/v3/components/or-input-v3/index.js +4 -3
  45. package/dist/bundled/v3/components/or-search-v3/index.js +6 -5
  46. package/dist/bundled/v3/components/or-select-v3/OrSelect.vue.d.ts +11 -0
  47. package/dist/bundled/v3/components/or-select-v3/index.js +6 -5
  48. package/dist/bundled/v3/components/or-textarea-v3/index.js +4 -3
  49. package/dist/bundled/v3/index.js +18 -16
  50. package/dist/bundled/v3/props-78496a2d.js +12 -0
  51. package/dist/esm/v2/{OrCardCollection-4f001551.js → OrCardCollection-09e4cb8a.js} +1 -1
  52. package/dist/esm/v2/{OrConfirm-b0b2e43c.js → OrConfirm-93376443.js} +1 -1
  53. package/dist/esm/v2/{OrInput-2f16a7ac.js → OrInput-f92456ea.js} +18 -11
  54. package/dist/esm/v2/OrInputBox-ad7c1875.js +43 -0
  55. package/dist/{bundled/v3/OrInputBox.vue_vue_type_script_lang-5ee4ee45.js → esm/v2/OrInputBox.vue_rollup-plugin-vue_script-52a54a49.js} +5 -4
  56. package/dist/esm/v2/{OrSearch-ddb7c1fe.js → OrSearch-4296eecb.js} +2 -2
  57. package/dist/esm/v2/{OrSelect-f0ff5a85.js → OrSelect-633a9e09.js} +8 -2
  58. package/dist/esm/v2/{OrTextarea-6712a150.js → OrTextarea-823d0529.js} +2 -1
  59. package/dist/esm/v2/components/index.js +8 -7
  60. package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -3
  61. package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
  62. package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +98 -0
  63. package/dist/esm/v2/components/or-combined-input-v3/index.d.ts +2 -0
  64. package/dist/esm/v2/components/or-combined-input-v3/index.js +147 -0
  65. package/dist/esm/v2/components/or-combined-input-v3/props.d.ts +1 -0
  66. package/dist/esm/v2/components/or-combined-input-v3/styles.d.ts +2 -0
  67. package/dist/esm/v2/components/or-confirm-v3/index.js +4 -3
  68. package/dist/esm/v2/components/or-input-box-v3/index.js +3 -2
  69. package/dist/esm/v2/components/or-input-v3/index.js +3 -2
  70. package/dist/esm/v2/components/or-search-v3/index.js +4 -3
  71. package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +11 -0
  72. package/dist/esm/v2/components/or-select-v3/index.js +4 -3
  73. package/dist/esm/v2/components/or-textarea-v3/index.js +3 -2
  74. package/dist/esm/v2/index.js +8 -7
  75. package/dist/esm/v3/{OrCardCollection-5a0febaf.js → OrCardCollection-37226d46.js} +1 -1
  76. package/dist/esm/v3/{OrConfirm-906427ef.js → OrConfirm-b27e7221.js} +1 -1
  77. package/dist/esm/v3/{OrInput-41691fb3.js → OrInput-99776ffe.js} +17 -14
  78. package/dist/esm/v3/{OrInputBox-5247ab25.js → OrInputBox-36c102a4.js} +2 -2
  79. package/dist/esm/v3/{OrSearch-cdde55ce.js → OrSearch-188c643f.js} +2 -2
  80. package/dist/esm/v3/{OrSelect-7e813982.js → OrSelect-cba3966c.js} +8 -3
  81. package/dist/esm/v3/{OrTextarea-bb9ef3f2.js → OrTextarea-b3ecc40d.js} +1 -1
  82. package/dist/esm/v3/components/index.js +7 -7
  83. package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
  84. package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +27 -0
  85. package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +98 -0
  86. package/dist/esm/v3/components/or-combined-input-v3/index.d.ts +2 -0
  87. package/dist/esm/v3/components/or-combined-input-v3/index.js +132 -0
  88. package/dist/esm/v3/components/or-combined-input-v3/props.d.ts +1 -0
  89. package/dist/esm/v3/components/or-combined-input-v3/styles.d.ts +2 -0
  90. package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
  91. package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
  92. package/dist/esm/v3/components/or-input-v3/index.js +2 -2
  93. package/dist/esm/v3/components/or-search-v3/index.js +3 -3
  94. package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +11 -0
  95. package/dist/esm/v3/components/or-select-v3/index.js +3 -3
  96. package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
  97. package/dist/esm/v3/index.js +7 -7
  98. package/package.json +3 -4
  99. package/src/components/or-combined-input-v3/OrCombinedInput.docs.mdx +7 -0
  100. package/src/components/or-combined-input-v3/OrCombinedInput.stories3.ts +202 -0
  101. package/src/components/or-combined-input-v3/OrCombinedInput.vue +134 -0
  102. package/src/components/or-combined-input-v3/index.ts +2 -0
  103. package/src/components/or-combined-input-v3/props.ts +1 -0
  104. package/src/components/or-combined-input-v3/styles.ts +25 -0
  105. package/src/components/or-input-box-v3/styles.ts +3 -3
  106. package/src/components/or-input-v3/OrInput.vue +28 -22
  107. package/src/components/or-select-v3/OrSelect.stories3.ts +4 -0
  108. package/src/components/or-select-v3/OrSelect.vue +6 -0
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-b0b2e43c.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-93376443.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrButton-357a5756.js';
4
4
  import '../../useClassAttribute-47fdb016.js';
@@ -9,7 +9,7 @@ import '../../OrOverlay-18ba2dc6.js';
9
9
  import '../../useElevation-31bfe1f6.js';
10
10
  import '../../OrTeleport.vue2-fb92f29f.js';
11
11
  import 'portal-vue';
12
- import '../../OrInput-2f16a7ac.js';
12
+ import '../../OrInput-f92456ea.js';
13
13
  import '../../OrError-d267ee9a.js';
14
14
  import '../../OrHint-42dc9ebb.js';
15
15
  import '../../OrIconButton-e17e4944.js';
@@ -19,7 +19,8 @@ import '../../OrPopover-9bafbdb4.js';
19
19
  import '@floating-ui/dom';
20
20
  import '../../useResponsive-a02e95b7.js';
21
21
  import '../../OrBottomSheet-16c2e610.js';
22
- import '../../OrInputBox-4d5a318d.js';
22
+ import '../../OrInputBox-ad7c1875.js';
23
+ import '../../OrInputBox.vue_rollup-plugin-vue_script-52a54a49.js';
23
24
  import '../../OrLabel-2a9f1477.js';
24
25
  import '../../browser-82dea9ed.js';
25
26
  import '@vueuse/math';
@@ -1,5 +1,6 @@
1
- export { a as InputBoxSize, I as InputBoxVariant, _ as OrInputBoxV3 } from '../../OrInputBox-4d5a318d.js';
1
+ export { _ as OrInputBoxV3 } from '../../OrInputBox-ad7c1875.js';
2
+ export { a as InputBoxSize, I as InputBoxVariant } from '../../OrInputBox.vue_rollup-plugin-vue_script-52a54a49.js';
3
+ import '../../normalize-component-6e8e3d80.js';
2
4
  import 'vue-demi';
3
5
  import '../../useClassAttribute-47fdb016.js';
4
6
  import '@vueuse/core';
5
- import '../../normalize-component-6e8e3d80.js';
@@ -1,5 +1,5 @@
1
- export { I as InputType, _ as OrInputV3 } from '../../OrInput-2f16a7ac.js';
2
- export { a as InputSize } from '../../OrInputBox-4d5a318d.js';
1
+ export { I as InputType, _ as OrInputV3 } from '../../OrInput-f92456ea.js';
2
+ export { a as InputSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-52a54a49.js';
3
3
  import 'vue-demi';
4
4
  import '../../useClassAttribute-47fdb016.js';
5
5
  import '@vueuse/core';
@@ -17,5 +17,6 @@ import '../../OrBottomSheet-16c2e610.js';
17
17
  import '../../OrOverlay-18ba2dc6.js';
18
18
  import '../../OrTeleport.vue2-fb92f29f.js';
19
19
  import 'portal-vue';
20
+ import '../../OrInputBox-ad7c1875.js';
20
21
  import '../../OrLabel-2a9f1477.js';
21
22
  import '../../browser-82dea9ed.js';
@@ -1,9 +1,9 @@
1
- export { _ as OrSearchV3 } from '../../OrSearch-ddb7c1fe.js';
2
- export { a as SearchSize } from '../../OrInputBox-4d5a318d.js';
1
+ export { _ as OrSearchV3 } from '../../OrSearch-4296eecb.js';
2
+ export { a as SearchSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-52a54a49.js';
3
3
  import 'vue-demi';
4
4
  import '@vueuse/core';
5
5
  import '../../useClassAttribute-47fdb016.js';
6
- import '../../OrInput-2f16a7ac.js';
6
+ import '../../OrInput-f92456ea.js';
7
7
  import '../../OrError-d267ee9a.js';
8
8
  import '../../normalize-component-6e8e3d80.js';
9
9
  import '../../OrHint-42dc9ebb.js';
@@ -18,5 +18,6 @@ import '../../OrBottomSheet-16c2e610.js';
18
18
  import '../../OrOverlay-18ba2dc6.js';
19
19
  import '../../OrTeleport.vue2-fb92f29f.js';
20
20
  import 'portal-vue';
21
+ import '../../OrInputBox-ad7c1875.js';
21
22
  import '../../OrLabel-2a9f1477.js';
22
23
  import '../../browser-82dea9ed.js';
@@ -88,6 +88,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
88
88
  type: BooleanConstructor;
89
89
  default: boolean;
90
90
  };
91
+ disableDefaultStyles: {
92
+ type: BooleanConstructor;
93
+ default: boolean;
94
+ };
91
95
  enableSearch: {
92
96
  type: BooleanConstructor;
93
97
  default: boolean;
@@ -153,6 +157,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
153
157
  type: BooleanConstructor;
154
158
  default: boolean;
155
159
  };
160
+ disableDefaultStyles: {
161
+ type: BooleanConstructor;
162
+ default: boolean;
163
+ };
156
164
  enableSearch: {
157
165
  type: BooleanConstructor;
158
166
  default: boolean;
@@ -182,6 +190,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
182
190
  error: string;
183
191
  required: boolean;
184
192
  disabled: boolean;
193
+ disableDefaultStyles: boolean;
185
194
  enableSearch: boolean;
186
195
  searchFunction: SelectSearchFunction;
187
196
  groupByFunction: SelectGroupByFunction;
@@ -239,6 +248,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
239
248
  error: string;
240
249
  required: boolean;
241
250
  disabled: boolean;
251
+ disableDefaultStyles: boolean;
242
252
  enableSearch: boolean;
243
253
  searchFunction: SelectSearchFunction;
244
254
  groupByFunction: SelectGroupByFunction;
@@ -258,6 +268,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
258
268
  error: string;
259
269
  required: boolean;
260
270
  disabled: boolean;
271
+ disableDefaultStyles: boolean;
261
272
  enableSearch: boolean;
262
273
  searchFunction: SelectSearchFunction;
263
274
  groupByFunction: SelectGroupByFunction;
@@ -1,5 +1,5 @@
1
- export { _ as OrSelectV3 } from '../../OrSelect-f0ff5a85.js';
2
- export { a as SelectSize } from '../../OrInputBox-4d5a318d.js';
1
+ export { _ as OrSelectV3 } from '../../OrSelect-633a9e09.js';
2
+ export { a as SelectSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-52a54a49.js';
3
3
  import 'vue-demi';
4
4
  import '../../dropdown-open-0d314aa4.js';
5
5
  import '../../useClassAttribute-47fdb016.js';
@@ -13,7 +13,8 @@ import '../../OrError-d267ee9a.js';
13
13
  import '../../OrExpansionPanel-968ddc61.js';
14
14
  import '../../OrIcon-5e394c62.js';
15
15
  import '../../OrHint-42dc9ebb.js';
16
- import '../../OrInput-2f16a7ac.js';
16
+ import '../../OrInputBox-ad7c1875.js';
17
+ import '../../OrInput-f92456ea.js';
17
18
  import '../../OrIconButton-e17e4944.js';
18
19
  import '../../OrTooltip-513bee30.js';
19
20
  import '../../OrPopover-9bafbdb4.js';
@@ -1,10 +1,11 @@
1
- export { _ as OrTextareaV3 } from '../../OrTextarea-6712a150.js';
2
- export { a as TextareaSize } from '../../OrInputBox-4d5a318d.js';
1
+ export { _ as OrTextareaV3 } from '../../OrTextarea-823d0529.js';
2
+ export { a as TextareaSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-52a54a49.js';
3
3
  import 'vue-demi';
4
4
  import '../../useClassAttribute-47fdb016.js';
5
5
  import '@vueuse/core';
6
6
  import '../../OrError-d267ee9a.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
8
  import '../../OrHint-42dc9ebb.js';
9
+ import '../../OrInputBox-ad7c1875.js';
9
10
  import '../../OrLabel-2a9f1477.js';
10
11
  import '../../browser-82dea9ed.js';
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
8
8
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from './OrButton-357a5756.js';
9
9
  export { _ as OrCard } from './OrCard-b7268256.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-f6b07557.js';
11
- export { C as CardCollectionView, _ as OrCardCollectionV3 } from './OrCardCollection-4f001551.js';
11
+ export { C as CardCollectionView, _ as OrCardCollectionV3 } from './OrCardCollection-09e4cb8a.js';
12
12
  export { _ as OrCardV3 } from './OrCard-de799db0.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from './OrCarouselItem-4e2cf3d8.js';
14
14
  export { _ as OrCheckbox } from './OrCheckbox-915f1f0a.js';
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-41dd5f9b.js';
19
19
  export { _ as OrCollapse } from './OrCollapse-4d892ca3.js';
20
20
  export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-75abefdd.js';
21
21
  export { _ as OrConfirm } from './OrConfirm-d7112dd3.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-b0b2e43c.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-93376443.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-349df9b2.js';
24
24
  export { _ as OrError } from './OrError-081130bb.js';
25
25
  export { _ as OrErrorTagV3 } from './OrErrorTag-782dd714.js';
@@ -36,8 +36,9 @@ export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3
36
36
  export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-cfeeea33.js';
37
37
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-b47cfc2d.js';
38
38
  export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-897b5377.js';
39
- export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-4d5a318d.js';
40
- export { I as InputType, _ as OrInputV3 } from './OrInput-2f16a7ac.js';
39
+ export { _ as OrInputBoxV3 } from './OrInputBox-ad7c1875.js';
40
+ export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox.vue_rollup-plugin-vue_script-52a54a49.js';
41
+ export { I as InputType, _ as OrInputV3 } from './OrInput-f92456ea.js';
41
42
  export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-1fa97156.js';
42
43
  export { _ as OrInput } from './OrSearch.vue_rollup-plugin-vue_script-197d77fc.js';
43
44
  export { _ as OrSearch } from './OrSearch-0589d17d.js';
@@ -63,10 +64,10 @@ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
63
64
  export { _ as OrRadio } from './OrRadio-e4198532.js';
64
65
  export { _ as OrRadioGroup } from './OrRadioGroup-d9d32cba.js';
65
66
  export { _ as OrRadioV3 } from './OrRadio-848ce55d.js';
66
- export { _ as OrSearchV3 } from './OrSearch-ddb7c1fe.js';
67
+ export { _ as OrSearchV3 } from './OrSearch-4296eecb.js';
67
68
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-e8dce8f9.js';
68
69
  export { _ as OrSelect } from './OrSelect-dae2b069.js';
69
- export { _ as OrSelectV3 } from './OrSelect-f0ff5a85.js';
70
+ export { _ as OrSelectV3 } from './OrSelect-633a9e09.js';
70
71
  export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-7d6125bb.js';
71
72
  export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-fabc7bc9.js';
72
73
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-cc94bdc9.js';
@@ -86,7 +87,7 @@ export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-cf9c6195.j
86
87
  export { _ as OrTeleport } from './OrTeleportVue2-8ef4ceca.js';
87
88
  export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
88
89
  export { _ as OrTextV3 } from './OrText-ba5a2b6c.js';
89
- export { _ as OrTextareaV3 } from './OrTextarea-6712a150.js';
90
+ export { _ as OrTextareaV3 } from './OrTextarea-823d0529.js';
90
91
  export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-2594c980.js';
91
92
  export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-2fbd4358.js';
92
93
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
4
  import { s as script$1 } from './OrCard-fd92f7c8.js';
5
5
  import { s as script$2 } from './OrIconButton-1eebcafc.js';
6
- import { s as script$3 } from './OrInput-41691fb3.js';
6
+ import { s as script$3 } from './OrInput-99776ffe.js';
7
7
  import { s as script$4 } from './OrSortHeader-fe1a9cf8.js';
8
8
  import { resolveComponent, openBlock, createElementBlock, mergeProps, createElementVNode, normalizeClass, Fragment, renderList, createBlock, withCtx, createTextVNode, toDisplayString, createCommentVNode, createVNode, renderSlot, normalizeProps, guardReactiveProps } from 'vue';
9
9
 
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue-demi';
2
2
  import { s as script$2, a as ButtonColor } from './OrButton-f4b9ee51.js';
3
3
  import { s as script$1 } from './OrOverlay-738a44d5.js';
4
- import { s as script$3 } from './OrInput-41691fb3.js';
4
+ import { s as script$3 } from './OrInput-99776ffe.js';
5
5
  import { useMagicKeys, whenever } from '@vueuse/core';
6
6
  import { logicAnd } from '@vueuse/math';
7
7
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
@@ -5,9 +5,9 @@ import { s as script$1 } from './OrError-ec8c709d.js';
5
5
  import { s as script$2 } from './OrHint-74bb732d.js';
6
6
  import { s as script$4 } from './OrIconButton-1eebcafc.js';
7
7
  import { s as script$3 } from './OrIcon-b195169c.js';
8
- import { s as script$5, a as InputBoxSize } from './OrInputBox-5247ab25.js';
8
+ import { s as script$5, a as InputBoxSize } from './OrInputBox-36c102a4.js';
9
9
  import { s as script$6 } from './OrLabel-bdaec602.js';
10
- import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelDynamic, withModifiers, Fragment, createSlots } from 'vue';
10
+ import { resolveComponent, openBlock, createElementBlock, mergeProps, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, normalizeClass, vModelDynamic, withModifiers, Fragment, createSlots } from 'vue';
11
11
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
12
12
 
13
13
  var InputType;
@@ -143,8 +143,9 @@ var script = defineComponent({
143
143
  }
144
144
  });
145
145
 
146
- const _hoisted_1 = ["id", "type", "placeholder", "required", "disabled"];
146
+ const _hoisted_1 = ["id", "type", "placeholder", "required", "disabled", "read-only", "max-length"];
147
147
  const _hoisted_2 = {
148
+ key: 0,
148
149
  class: /*#__PURE__*/normalizeClass(['layout-row'])
149
150
  };
150
151
  function render(_ctx, _cache, $props, $setup, $data, $options) {
@@ -154,10 +155,11 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
154
155
  const _component_OrInputBox = resolveComponent("OrInputBox");
155
156
  const _component_OrHint = resolveComponent("OrHint");
156
157
  const _component_OrError = resolveComponent("OrError");
157
- return openBlock(), createElementBlock("div", {
158
- ref: "root",
159
- class: normalizeClass(_ctx.rootStyles)
160
- }, [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
158
+ return openBlock(), createElementBlock("div", mergeProps({
159
+ ref: "root"
160
+ }, _ctx.$attrs, {
161
+ class: _ctx.rootStyles
162
+ }), [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
161
163
  key: 0,
162
164
  "control-id": _ctx.controlId,
163
165
  variant: 'input',
@@ -175,21 +177,22 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
175
177
  readonly: _ctx.readonly,
176
178
  disabled: _ctx.disabled
177
179
  }, {
178
- default: withCtx(() => [withDirectives(createElementVNode("input", mergeProps({
180
+ default: withCtx(() => [withDirectives(createElementVNode("input", {
179
181
  id: _ctx.controlId,
180
182
  ref: "input",
181
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.proxyModelValue = $event)
182
- }, _ctx.$attrs, {
183
- class: _ctx.controlStyles,
183
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.proxyModelValue = $event),
184
+ class: normalizeClass(_ctx.controlStyles),
184
185
  type: _ctx.type === 'password' && _ctx.disclosed ? 'text' : _ctx.type,
185
186
  placeholder: _ctx.placeholder,
186
187
  required: _ctx.required,
187
188
  disabled: _ctx.disabled,
189
+ "read-only": _ctx.readonly,
190
+ "max-length": _ctx.maxLength,
188
191
  onKeydown: _cache[1] || (_cache[1] = $event => _ctx.$emit('keydown', $event)),
189
192
  onKeyup: _cache[2] || (_cache[2] = $event => _ctx.$emit('keyup', $event)),
190
193
  onFocus: _cache[3] || (_cache[3] = $event => _ctx.$emit('focus', $event)),
191
194
  onBlur: _cache[4] || (_cache[4] = $event => _ctx.$emit('blur', $event))
192
- }), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelDynamic, _ctx.proxyModelValue]]), createElementVNode("div", _hoisted_2, [_ctx.type === 'password' ? (openBlock(), createBlock(_component_OrIconButton, {
195
+ }, null, 42 /* CLASS, PROPS, HYDRATE_EVENTS */, _hoisted_1), [[vModelDynamic, _ctx.proxyModelValue]]), _ctx.type !== 'text' ? (openBlock(), createElementBlock("div", _hoisted_2, [_ctx.type === 'password' ? (openBlock(), createBlock(_component_OrIconButton, {
193
196
  key: 0,
194
197
  icon: {
195
198
  icon: _ctx.disclosed ? 'visibility_off' : 'visibility',
@@ -210,7 +213,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
210
213
  key: 1,
211
214
  icon: 'search',
212
215
  variant: 'outlined'
213
- }))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)])]),
216
+ }))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)])) : createCommentVNode("v-if", true)]),
214
217
  _: 1 /* STABLE */
215
218
  }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), !_ctx.invalid ? (openBlock(), createElementBlock(Fragment, {
216
219
  key: 1
@@ -238,7 +241,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
238
241
  fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentLength) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
239
242
 
240
243
  key: "0"
241
- } : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"]))], 2 /* CLASS */);
244
+ } : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"]))], 16 /* FULL_PROPS */);
242
245
  }
243
246
 
244
247
  var css_248z = "\ninput[data-v-78975fa2] {\n min-width: 0;\n background: none;\n outline: none;\n}\ninput[type=\"number\"][data-v-78975fa2]::-webkit-inner-spin-button {\n display: none;\n}\ninput[type=\"search\"][data-v-78975fa2]::-webkit-search-cancel-button {\n display: none;\n}\n";
@@ -46,14 +46,14 @@ const InputBoxRootSizes = {
46
46
  // Box
47
47
  'children:min-h-[34px]',
48
48
  // Spacing
49
- 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'children:pt-[11px] children:md:pt-[7px]', 'children:pb-[11px] children:md:pb-[6px]', 'gap-sm+ md:gap-sm',
49
+ 'first-child:pl-md first-child:md:pl-sm+', 'intermediate-child:pt-[11px] intermediate-child:md:pt-[7px]', 'intermediate-child:pb-[11px] intermediate-child:md:pb-[6px]', 'last-child:pr-md last-child:md:pr-sm+', 'gap-sm+ md:gap-sm',
50
50
  // Typography
51
51
  'typography-body-2-regular'],
52
52
  's': [
53
53
  // Box
54
54
  'children:min-h-[30px]',
55
55
  // Spacing
56
- 'first-child:pl-sm', 'last-child:pr-sm', 'children:py-[6px]', 'gap-[6px]',
56
+ 'first-child:pl-sm', 'intermediate-child:py-[6px]', 'last-child:pr-sm', 'gap-[6px]',
57
57
  // Typography
58
58
  'typography-caption-regular']
59
59
  };
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue-demi';
2
2
  import { debouncedWatch } from '@vueuse/core';
3
3
  import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
4
- import { s as script$1 } from './OrInput-41691fb3.js';
5
- import { a as InputBoxSize } from './OrInputBox-5247ab25.js';
4
+ import { s as script$1 } from './OrInput-99776ffe.js';
5
+ import { a as InputBoxSize } from './OrInputBox-36c102a4.js';
6
6
  import { resolveComponent, openBlock, createBlock, mergeProps } from 'vue';
7
7
 
8
8
  var script = defineComponent({
@@ -8,8 +8,8 @@ import { s as script$2 } from './OrError-ec8c709d.js';
8
8
  import { s as script$3 } from './OrExpansionPanel-311e64cf.js';
9
9
  import { s as script$4 } from './OrHint-74bb732d.js';
10
10
  import { s as script$5 } from './OrIcon-b195169c.js';
11
- import { s as script$7, a as InputBoxSize } from './OrInputBox-5247ab25.js';
12
- import { s as script$6 } from './OrInput-41691fb3.js';
11
+ import { s as script$7, a as InputBoxSize } from './OrInputBox-36c102a4.js';
12
+ import { s as script$6 } from './OrInput-99776ffe.js';
13
13
  import { s as script$8 } from './OrLabel-bdaec602.js';
14
14
  import { s as script$9 } from './OrMenuItem-9da279f6.js';
15
15
  import { s as script$a } from './OrPopover-1075dd38.js';
@@ -121,6 +121,10 @@ var script = defineComponent({
121
121
  type: Boolean,
122
122
  default: false
123
123
  },
124
+ disableDefaultStyles: {
125
+ type: Boolean,
126
+ default: false
127
+ },
124
128
  enableSearch: {
125
129
  type: Boolean,
126
130
  default: false
@@ -322,6 +326,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
322
326
  }, 8 /* PROPS */, ["control-id", "required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
323
327
  ref: "inputBox",
324
328
  class: normalizeClass([_ctx.popoverState === 'open' && 'rounded-b-0']),
329
+ variant: _ctx.disableDefaultStyles ? 'unstyled' : 'styled',
325
330
  size: _ctx.size,
326
331
  invalid: _ctx.invalid,
327
332
  readonly: _ctx.readonly,
@@ -471,7 +476,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
471
476
  _: 3 /* FORWARDED */
472
477
  }, 8 /* PROPS */, ["class", "trigger"])]),
473
478
  _: 3 /* FORWARDED */
474
- }, 8 /* PROPS */, ["class", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.toggle], [_directive_dropdown_close, _ctx.close]]), !_ctx.invalid ? (openBlock(), createElementBlock(Fragment, {
479
+ }, 8 /* PROPS */, ["class", "variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.toggle], [_directive_dropdown_close, _ctx.close]]), !_ctx.invalid ? (openBlock(), createElementBlock(Fragment, {
475
480
  key: 1
476
481
  }, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
477
482
  key: 0,
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
3
  import '@vueuse/core';
4
4
  import { s as script$1 } from './OrError-ec8c709d.js';
5
5
  import { s as script$2 } from './OrHint-74bb732d.js';
6
- import { s as script$3, a as InputBoxSize } from './OrInputBox-5247ab25.js';
6
+ import { s as script$3, a as InputBoxSize } from './OrInputBox-36c102a4.js';
7
7
  import { s as script$4 } from './OrLabel-bdaec602.js';
8
8
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelText, Fragment, createSlots } from 'vue';
9
9
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
@@ -6,7 +6,7 @@ export { b as BUTTON_COLOR, d as BUTTON_LOADER_TYPE, c as BUTTON_SIZE, B as BUTT
6
6
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-f4b9ee51.js';
7
7
  export { s as OrCard } from '../OrCard-e3a5aea4.js';
8
8
  export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-a5e326ef.js';
9
- export { C as CardCollectionView, s as OrCardCollectionV3 } from '../OrCardCollection-5a0febaf.js';
9
+ export { C as CardCollectionView, s as OrCardCollectionV3 } from '../OrCardCollection-37226d46.js';
10
10
  export { s as OrCardV3 } from '../OrCard-fd92f7c8.js';
11
11
  export { a as OrCarousel, s as OrCarouselItem } from '../OrCarouselItem-636d99a1.js';
12
12
  export { s as OrCheckbox } from '../OrCheckbox-ed4a19cf.js';
@@ -16,7 +16,7 @@ export { s as OrCode, O as OrCodeLanguages } from '../OrCode-ee19a5e6.js';
16
16
  export { s as OrCollapse } from '../OrCollapse-445141ab.js';
17
17
  export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-189cb097.js';
18
18
  export { s as OrConfirm } from '../OrConfirm-f39bd784.js';
19
- export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-906427ef.js';
19
+ export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-b27e7221.js';
20
20
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-f2e08564.js';
21
21
  export { s as OrError } from '../OrError-f90296db.js';
22
22
  export { s as OrErrorTagV3 } from '../OrErrorTag-98252eef.js';
@@ -33,8 +33,8 @@ export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3
33
33
  export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-31026cd0.js';
34
34
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit-1aa477b5.js';
35
35
  export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-b28c3d8c.js';
36
- export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-5247ab25.js';
37
- export { I as InputType, s as OrInputV3 } from '../OrInput-41691fb3.js';
36
+ export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-36c102a4.js';
37
+ export { I as InputType, s as OrInputV3 } from '../OrInput-99776ffe.js';
38
38
  export { a as OrInput, b as OrNumberInput, c as OrPassword, d as OrSearch, s as OrTextarea } from '../OrSearch-7cb2c91c.js';
39
39
  export { s as OrLabel } from '../OrLabel-876f8729.js';
40
40
  export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel-bdaec602.js';
@@ -58,10 +58,10 @@ export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrP
58
58
  export { s as OrRadio } from '../OrRadio-c3ab11f2.js';
59
59
  export { s as OrRadioGroup } from '../OrRadioGroup-00785e41.js';
60
60
  export { s as OrRadioV3 } from '../OrRadio-54b6d0de.js';
61
- export { s as OrSearchV3 } from '../OrSearch-cdde55ce.js';
61
+ export { s as OrSearchV3 } from '../OrSearch-188c643f.js';
62
62
  export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-171cad78.js';
63
63
  export { s as OrSelect } from '../OrSelect-0821b907.js';
64
- export { s as OrSelectV3 } from '../OrSelect-7e813982.js';
64
+ export { s as OrSelectV3 } from '../OrSelect-cba3966c.js';
65
65
  export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar-375c85a3.js';
66
66
  export { O as OrSidebarPlacement, s as OrSidebarV3 } from '../OrSidebar-a62972f5.js';
67
67
  export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-2b1610ce.js';
@@ -81,7 +81,7 @@ export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-c0bbaa58.
81
81
  export { s as OrTeleport } from '../OrTeleportVue3-ad639f12.js';
82
82
  export { s as OrTeleportV3 } from '../OrTeleport.vue3-8099178c.js';
83
83
  export { s as OrTextV3 } from '../OrText-ecb46923.js';
84
- export { s as OrTextareaV3 } from '../OrTextarea-bb9ef3f2.js';
84
+ export { s as OrTextareaV3 } from '../OrTextarea-b3ecc40d.js';
85
85
  export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox-2f33e9c3.js';
86
86
  export { s as OrToast, a as OrToastContainer } from '../OrToastContainer-40c4c1c8.js';
87
87
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-4fbe0e5a.js';
@@ -1,4 +1,4 @@
1
- export { C as CardCollectionView, s as OrCardCollectionV3 } from '../../OrCardCollection-5a0febaf.js';
1
+ export { C as CardCollectionView, s as OrCardCollectionV3 } from '../../OrCardCollection-37226d46.js';
2
2
  import 'vue-demi';
3
3
  import '../../useClassAttribute-47fdb016.js';
4
4
  import '@vueuse/core';
@@ -14,10 +14,10 @@ import '../../useResponsive-a02e95b7.js';
14
14
  import '../../OrBottomSheet-62817aec.js';
15
15
  import '../../OrOverlay-738a44d5.js';
16
16
  import '../../OrTeleport.vue3-8099178c.js';
17
- import '../../OrInput-41691fb3.js';
17
+ import '../../OrInput-99776ffe.js';
18
18
  import '../../OrError-ec8c709d.js';
19
19
  import '../../OrHint-74bb732d.js';
20
- import '../../OrInputBox-5247ab25.js';
20
+ import '../../OrInputBox-36c102a4.js';
21
21
  import '../../OrLabel-bdaec602.js';
22
22
  import '../../style-inject.es-4c6f2515.js';
23
23
  import '../../OrSortHeader-fe1a9cf8.js';
@@ -0,0 +1,27 @@
1
+ import { Meta, StoryFn } from '@storybook/vue3';
2
+ declare const _default: Meta<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
3
+ [x: string]: ((...args: any[]) => any) | null;
4
+ } | string[], {} & {}, {
5
+ [x: number]: string;
6
+ } | {}, true>)>;
7
+ export default _default;
8
+ export declare const Default: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
9
+ [x: string]: ((...args: any[]) => any) | null;
10
+ } | string[], {} & {}, {
11
+ [x: number]: string;
12
+ } | {}, true>)>;
13
+ export declare const Addon: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
14
+ [x: string]: ((...args: any[]) => any) | null;
15
+ } | string[], {} & {}, {
16
+ [x: number]: string;
17
+ } | {}, true>)>;
18
+ export declare const Hint: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
19
+ [x: string]: ((...args: any[]) => any) | null;
20
+ } | string[], {} & {}, {
21
+ [x: number]: string;
22
+ } | {}, true>)>;
23
+ export declare const Error: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
24
+ [x: string]: ((...args: any[]) => any) | null;
25
+ } | string[], {} & {}, {
26
+ [x: number]: string;
27
+ } | {}, true>)>;
@@ -0,0 +1,98 @@
1
+ import { PropType } from 'vue-demi';
2
+ import { CombinedInputSize } from './props';
3
+ declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
4
+ root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
5
+ rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
6
+ controlGroup: import("@vue/composition-api").ComputedRef<string[]>;
7
+ invalid: import("@vue/composition-api").ComputedRef<boolean>;
8
+ readonly: import("@vue/composition-api").ComputedRef<boolean>;
9
+ }> & import("@vue/composition-api").Data, {}, {}, {
10
+ size: {
11
+ type: PropType<CombinedInputSize>;
12
+ default: CombinedInputSize;
13
+ };
14
+ label: {
15
+ type: StringConstructor;
16
+ default: undefined;
17
+ };
18
+ hint: {
19
+ type: StringConstructor;
20
+ default: undefined;
21
+ };
22
+ error: {
23
+ type: StringConstructor;
24
+ default: undefined;
25
+ };
26
+ required: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ disabled: {
31
+ type: BooleanConstructor;
32
+ default: boolean;
33
+ };
34
+ disableDefaultStyles: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ }, import("@vue/composition-api").ExtractPropTypes<{
39
+ size: {
40
+ type: PropType<CombinedInputSize>;
41
+ default: CombinedInputSize;
42
+ };
43
+ label: {
44
+ type: StringConstructor;
45
+ default: undefined;
46
+ };
47
+ hint: {
48
+ type: StringConstructor;
49
+ default: undefined;
50
+ };
51
+ error: {
52
+ type: StringConstructor;
53
+ default: undefined;
54
+ };
55
+ required: {
56
+ type: BooleanConstructor;
57
+ default: boolean;
58
+ };
59
+ disabled: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ disableDefaultStyles: {
64
+ type: BooleanConstructor;
65
+ default: boolean;
66
+ };
67
+ }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
68
+ size: CombinedInputSize;
69
+ label: string;
70
+ hint: string;
71
+ error: string;
72
+ required: boolean;
73
+ disabled: boolean;
74
+ disableDefaultStyles: boolean;
75
+ } & {}, import("@vue/composition-api").ShallowUnwrapRef<{
76
+ root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
77
+ rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
78
+ controlGroup: import("@vue/composition-api").ComputedRef<string[]>;
79
+ invalid: import("@vue/composition-api").ComputedRef<boolean>;
80
+ readonly: import("@vue/composition-api").ComputedRef<boolean>;
81
+ }>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
82
+ size: CombinedInputSize;
83
+ label: string;
84
+ hint: string;
85
+ error: string;
86
+ required: boolean;
87
+ disabled: boolean;
88
+ disableDefaultStyles: boolean;
89
+ } & {}, {
90
+ size: CombinedInputSize;
91
+ label: string;
92
+ hint: string;
93
+ error: string;
94
+ required: boolean;
95
+ disabled: boolean;
96
+ disableDefaultStyles: boolean;
97
+ }, true>);
98
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default as OrCombinedInputV3 } from './OrCombinedInput.vue';
2
+ export * from './props';