@onereach/ui-components 4.7.4-beta.2870.0 → 4.7.4

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 (172) hide show
  1. package/dist/bundled/v2/components/OrCardCollectionV3/styles.js +6 -2
  2. package/dist/bundled/v2/components/OrInlineInputV3/styles.js +1 -1
  3. package/dist/bundled/v2/components/OrInlineTextareaV3/styles.js +1 -1
  4. package/dist/bundled/v2/components/OrInputBoxV3/styles.js +0 -2
  5. package/dist/bundled/v2/components/OrInputV3/styles.js +2 -2
  6. package/dist/bundled/v2/components/OrTagsV3/OrTags.js +2 -14
  7. package/dist/bundled/v2/components/OrTagsV3/OrTags.vue.d.ts +3 -7
  8. package/dist/bundled/v2/components/OrTagsV3/styles.js +0 -2
  9. package/dist/bundled/v2/components/OrTextareaV3/styles.js +1 -1
  10. package/dist/bundled/v2/components/index.d.ts +1 -2
  11. package/dist/bundled/v2/components/index.js +4 -6
  12. package/dist/bundled/v2/hooks/useTheme.js +0 -6
  13. package/dist/bundled/v2/index.js +6 -8
  14. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-748fb337.js → OrCardCollection.vue_vue_type_script_lang-ec925f28.js} +1 -1
  15. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-93458f1f.js → OrConfirm.vue_vue_type_script_lang-0f1a6320.js} +1 -1
  16. package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-8ec017e2.js → OrDatePicker.vue_vue_type_script_lang-3f8700f9.js} +1 -1
  17. package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-fec947db.js → OrDateTimePicker.vue_vue_type_script_lang-ecd7cbd1.js} +1 -1
  18. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-66363c62.js → OrInput.vue_vue_type_script_lang-a9fe34c8.js} +1 -1
  19. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-18dc2df8.js → OrSearch.vue_vue_type_script_lang-8a82fdc6.js} +1 -1
  20. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-359bac94.js → OrSelect.vue_vue_type_script_lang-ba73f458.js} +2 -2
  21. package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-45bbc68e.js → OrTags.vue_vue_type_script_lang-c14463c4.js} +0 -2
  22. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-0d1a7a48.js → OrTextarea.vue_vue_type_script_lang-af284089.js} +1 -1
  23. package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-c737eaa8.js → OrTimePicker.vue_vue_type_script_lang-845ec78b.js} +1 -1
  24. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +5 -5
  25. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +4 -4
  26. package/dist/bundled/v3/components/OrCardCollectionV3/styles.js +6 -2
  27. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +4 -4
  28. package/dist/bundled/v3/components/OrConfirmV3/index.js +3 -3
  29. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +3 -3
  30. package/dist/bundled/v3/components/OrDatePickerV3/index.js +2 -2
  31. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +3 -3
  32. package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +2 -2
  33. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +2 -2
  34. package/dist/bundled/v3/components/OrInlineInputV3/index.js +1 -1
  35. package/dist/bundled/v3/components/OrInlineInputV3/styles.js +1 -1
  36. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +2 -2
  37. package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +1 -1
  38. package/dist/bundled/v3/components/OrInlineTextareaV3/styles.js +1 -1
  39. package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.js +2 -2
  40. package/dist/bundled/v3/components/OrInputBoxV3/index.js +1 -1
  41. package/dist/bundled/v3/components/OrInputBoxV3/styles.js +0 -2
  42. package/dist/bundled/v3/components/OrInputV3/OrInput.js +3 -3
  43. package/dist/bundled/v3/components/OrInputV3/index.js +2 -2
  44. package/dist/bundled/v3/components/OrInputV3/styles.js +2 -2
  45. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +4 -4
  46. package/dist/bundled/v3/components/OrSearchV3/index.js +3 -3
  47. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +4 -4
  48. package/dist/bundled/v3/components/OrSelectV3/index.js +3 -3
  49. package/dist/bundled/v3/components/OrTagsV3/OrTags.js +6 -8
  50. package/dist/bundled/v3/components/OrTagsV3/OrTags.vue.d.ts +2 -7
  51. package/dist/bundled/v3/components/OrTagsV3/index.js +1 -1
  52. package/dist/bundled/v3/components/OrTagsV3/styles.js +0 -2
  53. package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +3 -3
  54. package/dist/bundled/v3/components/OrTextareaV3/index.js +2 -2
  55. package/dist/bundled/v3/components/OrTextareaV3/styles.js +1 -1
  56. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +3 -3
  57. package/dist/bundled/v3/components/OrTimePickerV3/index.js +2 -2
  58. package/dist/bundled/v3/components/index.d.ts +1 -2
  59. package/dist/bundled/v3/components/index.js +17 -20
  60. package/dist/bundled/v3/hooks/useTheme.js +0 -6
  61. package/dist/bundled/v3/index.js +19 -22
  62. package/dist/esm/v2/{OrCardCollection-bd173449.js → OrCardCollection-a9736f16.js} +8 -4
  63. package/dist/esm/v2/{OrCombinedInput-ed20e33b.js → OrCombinedInput-9c2b15fe.js} +1 -1
  64. package/dist/esm/v2/{OrConfirm-0b56c11f.js → OrConfirm-fc656b7e.js} +1 -1
  65. package/dist/esm/v2/{OrDatePicker-0989a40c.js → OrDatePicker-73c19c1c.js} +2 -2
  66. package/dist/esm/v2/{OrDateTimePicker-ac766f04.js → OrDateTimePicker-aff87aaa.js} +2 -2
  67. package/dist/esm/v2/{OrInlineInput-84a8398c.js → OrInlineInput-252510d7.js} +1 -1
  68. package/dist/esm/v2/{OrInlineTextarea-f2ecbd39.js → OrInlineTextarea-8df56c4d.js} +1 -1
  69. package/dist/esm/v2/{OrInput-2eeff16a.js → OrInput-39feafce.js} +4 -4
  70. package/dist/esm/v2/{OrInputBox-11227ecd.js → OrInputBox-7f3c0ee9.js} +1 -1
  71. package/dist/esm/v2/{OrInputBox.vue_rollup-plugin-vue_script-1715021a.js → OrInputBox.vue_rollup-plugin-vue_script-906b3ef8.js} +0 -2
  72. package/dist/esm/v2/{OrSearch-33e3b0e4.js → OrSearch-cbd7fd0b.js} +2 -2
  73. package/dist/esm/v2/{OrSelect-340ae8d0.js → OrSelect-1132c7dc.js} +3 -3
  74. package/dist/esm/v2/{OrTags-9048733c.js → OrTags-e80cd854.js} +2 -16
  75. package/dist/esm/v2/{OrTextarea-978fb518.js → OrTextarea-01df0715.js} +3 -3
  76. package/dist/esm/v2/{OrTimePicker-5fd08ad2.js → OrTimePicker-00b7319c.js} +2 -2
  77. package/dist/esm/v2/components/index.d.ts +1 -2
  78. package/dist/esm/v2/components/index.js +16 -17
  79. package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -5
  80. package/dist/esm/v2/components/or-combined-input-v3/index.js +2 -2
  81. package/dist/esm/v2/components/or-confirm-v3/index.js +4 -4
  82. package/dist/esm/v2/components/or-date-picker-v3/index.js +3 -3
  83. package/dist/esm/v2/components/or-date-time-picker-v3/index.js +3 -3
  84. package/dist/esm/v2/components/or-inline-input-v3/index.js +1 -1
  85. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +1 -1
  86. package/dist/esm/v2/components/or-input-box-v3/index.js +2 -2
  87. package/dist/esm/v2/components/or-input-v3/index.js +3 -3
  88. package/dist/esm/v2/components/or-search-v3/index.js +4 -4
  89. package/dist/esm/v2/components/or-select-v3/index.js +4 -4
  90. package/dist/esm/v2/components/or-tags-v3/OrTags.vue.d.ts +3 -7
  91. package/dist/esm/v2/components/or-tags-v3/index.js +1 -1
  92. package/dist/esm/v2/components/or-textarea-v3/index.js +3 -3
  93. package/dist/esm/v2/components/or-time-picker-v3/index.js +3 -3
  94. package/dist/esm/v2/index.js +16 -17
  95. package/dist/esm/v3/{OrCardCollection-c5d5506c.js → OrCardCollection-8d41fafc.js} +8 -4
  96. package/dist/esm/v3/{OrCombinedInput-e3891038.js → OrCombinedInput-b5ba46a1.js} +1 -1
  97. package/dist/esm/v3/{OrConfirm-5509c440.js → OrConfirm-e8ee0b8f.js} +1 -1
  98. package/dist/esm/v3/{OrDatePicker-6ac8578a.js → OrDatePicker-19a07bb4.js} +1 -1
  99. package/dist/esm/v3/{OrDateTimePicker-b15d4198.js → OrDateTimePicker-219fa71d.js} +1 -1
  100. package/dist/esm/v3/{OrInlineInput-a6c33dc0.js → OrInlineInput-5d452b98.js} +1 -1
  101. package/dist/esm/v3/{OrInlineTextarea-f060dab5.js → OrInlineTextarea-1a769972.js} +1 -1
  102. package/dist/esm/v3/{OrInput-c653aedb.js → OrInput-a303f924.js} +3 -3
  103. package/dist/esm/v3/{OrInputBox-32b37b17.js → OrInputBox-32814878.js} +0 -2
  104. package/dist/esm/v3/{OrSearch-b945651d.js → OrSearch-c5ecb005.js} +2 -2
  105. package/dist/esm/v3/{OrSelect-a9be2490.js → OrSelect-9432ac4d.js} +2 -2
  106. package/dist/esm/v3/{OrTags-1621cbb9.js → OrTags-3f0ab56f.js} +4 -10
  107. package/dist/esm/v3/{OrTextarea-1e19417a.js → OrTextarea-0f9a2a27.js} +2 -2
  108. package/dist/esm/v3/{OrTimePicker-d66edf77.js → OrTimePicker-5cb9eb34.js} +1 -1
  109. package/dist/esm/v3/components/index.d.ts +1 -2
  110. package/dist/esm/v3/components/index.js +15 -16
  111. package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
  112. package/dist/esm/v3/components/or-combined-input-v3/index.js +2 -2
  113. package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
  114. package/dist/esm/v3/components/or-date-picker-v3/index.js +2 -2
  115. package/dist/esm/v3/components/or-date-time-picker-v3/index.js +2 -2
  116. package/dist/esm/v3/components/or-inline-input-v3/index.js +1 -1
  117. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +1 -1
  118. package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
  119. package/dist/esm/v3/components/or-input-v3/index.js +2 -2
  120. package/dist/esm/v3/components/or-search-v3/index.js +3 -3
  121. package/dist/esm/v3/components/or-select-v3/index.js +3 -3
  122. package/dist/esm/v3/components/or-tags-v3/OrTags.vue.d.ts +2 -7
  123. package/dist/esm/v3/components/or-tags-v3/index.js +1 -1
  124. package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
  125. package/dist/esm/v3/components/or-time-picker-v3/index.js +2 -2
  126. package/dist/esm/v3/index.js +15 -16
  127. package/package.json +4 -3
  128. package/src/components/index.ts +1 -2
  129. package/src/components/or-card-collection-v3/styles.ts +7 -0
  130. package/src/components/or-inline-input-v3/styles.ts +1 -1
  131. package/src/components/or-inline-textarea-v3/styles.ts +1 -1
  132. package/src/components/or-input-box-v3/styles.ts +0 -3
  133. package/src/components/or-input-v3/styles.ts +2 -2
  134. package/src/components/or-tags-v3/OrTags.vue +0 -14
  135. package/src/components/or-tags-v3/styles.ts +0 -3
  136. package/src/components/or-textarea-v3/styles.ts +1 -1
  137. package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +0 -359
  138. package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.vue.d.ts +0 -179
  139. package/dist/bundled/v2/components/OrTagInputV3/index.d.ts +0 -2
  140. package/dist/bundled/v2/components/OrTagInputV3/index.js +0 -55
  141. package/dist/bundled/v2/components/OrTagInputV3/props.d.ts +0 -1
  142. package/dist/bundled/v2/components/OrTagInputV3/props.js +0 -1
  143. package/dist/bundled/v2/components/OrTagInputV3/styles.d.ts +0 -3
  144. package/dist/bundled/v2/components/OrTagInputV3/styles.js +0 -17
  145. package/dist/bundled/v3/OrTagInput.vue_vue_type_script_lang-60f6d6de.js +0 -149
  146. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +0 -170
  147. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.vue.d.ts +0 -131
  148. package/dist/bundled/v3/components/OrTagInputV3/index.d.ts +0 -2
  149. package/dist/bundled/v3/components/OrTagInputV3/index.js +0 -68
  150. package/dist/bundled/v3/components/OrTagInputV3/props.d.ts +0 -1
  151. package/dist/bundled/v3/components/OrTagInputV3/props.js +0 -1
  152. package/dist/bundled/v3/components/OrTagInputV3/styles.d.ts +0 -3
  153. package/dist/bundled/v3/components/OrTagInputV3/styles.js +0 -17
  154. package/dist/esm/v2/OrTagInput-0a313fa1.js +0 -336
  155. package/dist/esm/v2/components/or-tag-input-v3/OrTagInput.vue.d.ts +0 -179
  156. package/dist/esm/v2/components/or-tag-input-v3/index.d.ts +0 -2
  157. package/dist/esm/v2/components/or-tag-input-v3/index.js +0 -31
  158. package/dist/esm/v2/components/or-tag-input-v3/props.d.ts +0 -1
  159. package/dist/esm/v2/components/or-tag-input-v3/styles.d.ts +0 -3
  160. package/dist/esm/v3/OrTagInput-14f5f8c9.js +0 -261
  161. package/dist/esm/v3/components/or-tag-input-v3/OrTagInput.vue.d.ts +0 -131
  162. package/dist/esm/v3/components/or-tag-input-v3/index.d.ts +0 -2
  163. package/dist/esm/v3/components/or-tag-input-v3/index.js +0 -29
  164. package/dist/esm/v3/components/or-tag-input-v3/props.d.ts +0 -1
  165. package/dist/esm/v3/components/or-tag-input-v3/styles.d.ts +0 -3
  166. package/src/components/or-tag-input-v3/OrTagInput.vue +0 -296
  167. package/src/components/or-tag-input-v3/index.ts +0 -2
  168. package/src/components/or-tag-input-v3/props.ts +0 -1
  169. package/src/components/or-tag-input-v3/styles.ts +0 -24
  170. /package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-820cc7e9.js → OrInlineInput.vue_vue_type_script_lang-c4fb7c0e.js} +0 -0
  171. /package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-8e639991.js → OrInlineTextarea.vue_vue_type_script_lang-4569f111.js} +0 -0
  172. /package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-49fb179a.js → OrInputBox.vue_vue_type_script_lang-ede24b04.js} +0 -0
@@ -11,7 +11,7 @@ import './components/OrMenuItemV3/OrMenuItem.js';
11
11
  import { s as script$5 } from './OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
12
12
  import './components/OrIconV3/OrIcon.js';
13
13
  import './components/OrSearchV3/OrSearch.js';
14
- import { s as script$7 } from './OrSearch.vue_vue_type_script_lang-18dc2df8.js';
14
+ import { s as script$7 } from './OrSearch.vue_vue_type_script_lang-8a82fdc6.js';
15
15
  import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-c3a78c23.js';
16
16
  import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
17
17
 
@@ -10,7 +10,7 @@ import { usePopoverState } from './hooks/usePopoverState.js';
10
10
  import { ButtonColor } from './components/OrButtonV3/props.js';
11
11
  import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-0fdf19ba.js';
12
12
  import { s as script$2 } from './OrButton.vue_vue_type_script_lang-e8969bd3.js';
13
- import { s as script$3 } from './OrInput.vue_vue_type_script_lang-66363c62.js';
13
+ import { s as script$3 } from './OrInput.vue_vue_type_script_lang-a9fe34c8.js';
14
14
  import { w as whenever } from './index-f4d8e24c.js';
15
15
 
16
16
  var script = defineComponent({
@@ -16,7 +16,7 @@ import { s as script$7 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
16
16
  import { s as script$8 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
17
17
  import { s as script$9 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
18
18
  import { s as script$a } from './OrIconButton.vue_vue_type_script_lang-c3a78c23.js';
19
- import { s as script$b } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
19
+ import { s as script$b } from './OrInputBox.vue_vue_type_script_lang-ede24b04.js';
20
20
  import { s as script$c } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
21
21
  import { s as script$d } from './OrPopover.vue_vue_type_script_lang-506ae7bb.js';
22
22
  import { InputBoxSize } from './components/OrInputBoxV3/props.js';
@@ -15,7 +15,7 @@ import { s as script$9 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
15
15
  import { s as script$a } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
16
16
  import { s as script$b } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
17
17
  import { s as script$c } from './OrIconButton.vue_vue_type_script_lang-c3a78c23.js';
18
- import { s as script$d } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
18
+ import { s as script$d } from './OrInputBox.vue_vue_type_script_lang-ede24b04.js';
19
19
  import { s as script$e } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
20
20
  import { s as script$f } from './OrPopover.vue_vue_type_script_lang-506ae7bb.js';
21
21
  import { DropdownClose } from './directives/dropdown-close.js';
@@ -9,7 +9,7 @@ import './components/OrIconV3/OrIcon.js';
9
9
  import './components/OrIconButtonV3/OrIconButton.js';
10
10
  import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-c3a78c23.js';
11
11
  import './components/OrInputBoxV3/OrInputBox.js';
12
- import { s as script$5 } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
12
+ import { s as script$5 } from './OrInputBox.vue_vue_type_script_lang-ede24b04.js';
13
13
  import './components/OrLabelV3/OrLabel.js';
14
14
  import { s as script$6 } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
15
15
  import './components/OrLoaderV3/OrLoader.js';
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue-demi';
2
2
  import './components/OrInputV3/OrInput.js';
3
- import { s as script$1 } from './OrInput.vue_vue_type_script_lang-66363c62.js';
3
+ import { s as script$1 } from './OrInput.vue_vue_type_script_lang-a9fe34c8.js';
4
4
  import { InputBoxSize } from './components/OrInputBoxV3/props.js';
5
5
  import { a as watchDebounced } from './index-f4d8e24c.js';
6
6
 
@@ -19,8 +19,8 @@ import { s as script$1 } from './OrCheckbox.vue_vue_type_script_lang-616a0cce.js
19
19
  import { s as script$2 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
20
20
  import { s as script$4 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
21
21
  import { s as script$5 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
22
- import { s as script$6 } from './OrInput.vue_vue_type_script_lang-66363c62.js';
23
- import { s as script$7 } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
22
+ import { s as script$6 } from './OrInput.vue_vue_type_script_lang-a9fe34c8.js';
23
+ import { s as script$7 } from './OrInputBox.vue_vue_type_script_lang-ede24b04.js';
24
24
  import { s as script$8 } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
25
25
  import { s as script$9 } from './OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
26
26
  import { s as script$a } from './OrPopover.vue_vue_type_script_lang-506ae7bb.js';
@@ -25,8 +25,6 @@ var script = defineComponent({
25
25
  default: undefined
26
26
  }
27
27
  },
28
- emits: ['click', 'focus', 'blur', 'reset'],
29
- expose: ['root'],
30
28
  setup(props) {
31
29
  // Refs
32
30
  const root = ref();
@@ -9,7 +9,7 @@ import { useControlAttributes } from './hooks/useControlAttributes.js';
9
9
  import { useValidationAttributes } from './hooks/useValidationAttributes.js';
10
10
  import { s as script$1 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
11
11
  import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
12
- import { s as script$3 } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
12
+ import { s as script$3 } from './OrInputBox.vue_vue_type_script_lang-ede24b04.js';
13
13
  import { s as script$4 } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
14
14
  import { InputBoxSize } from './components/OrInputBoxV3/props.js';
15
15
 
@@ -14,7 +14,7 @@ import { s as script$6 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
14
14
  import { s as script$7 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
15
15
  import { s as script$8 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
16
16
  import { s as script$9 } from './OrIconButton.vue_vue_type_script_lang-c3a78c23.js';
17
- import { s as script$a } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
17
+ import { s as script$a } from './OrInputBox.vue_vue_type_script_lang-ede24b04.js';
18
18
  import { s as script$b } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
19
19
  import { s as script$c } from './OrPopover.vue_vue_type_script_lang-506ae7bb.js';
20
20
  import { DropdownClose } from './directives/dropdown-close.js';
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrCardCollection.vue_vue_type_script_lang-748fb337.js';
2
- export { s as default } from '../../OrCardCollection.vue_vue_type_script_lang-748fb337.js';
1
+ import { s as script } from '../../OrCardCollection.vue_vue_type_script_lang-ec925f28.js';
2
+ export { s as default } from '../../OrCardCollection.vue_vue_type_script_lang-ec925f28.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, Fragment, createVNode, withCtx, createTextVNode, toDisplayString, createBlock, createCommentVNode, renderList, renderSlot, normalizeProps, guardReactiveProps, mergeProps } from 'vue';
4
4
  import 'vue-demi';
5
5
  import './styles.js';
@@ -50,9 +50,9 @@ import '../OrMenuItemV3/OrMenuItem.js';
50
50
  import '../../OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
51
51
  import '../OrMenuItemV3/styles.js';
52
52
  import '../OrSearchV3/OrSearch.js';
53
- import '../../OrSearch.vue_vue_type_script_lang-18dc2df8.js';
53
+ import '../../OrSearch.vue_vue_type_script_lang-8a82fdc6.js';
54
54
  import '../OrInputV3/OrInput.js';
55
- import '../../OrInput.vue_vue_type_script_lang-66363c62.js';
55
+ import '../../OrInput.vue_vue_type_script_lang-a9fe34c8.js';
56
56
  import '../OrInputV3/props.js';
57
57
  import '../OrInputBoxV3/props.js';
58
58
  import '../OrInputV3/styles.js';
@@ -63,7 +63,7 @@ import '../OrHintV3/OrHint.js';
63
63
  import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
64
64
  import '../OrHintV3/styles.js';
65
65
  import '../OrInputBoxV3/OrInputBox.js';
66
- import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
66
+ import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
67
67
  import '../OrInputBoxV3/styles.js';
68
68
  import '../OrLabelV3/OrLabel.js';
69
69
  import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
@@ -1,5 +1,5 @@
1
1
  export { DefaultCardCollectionViews, defaultViewModes, gridView, listView } from './props.js';
2
- export { s as OrCardCollectionV3 } from '../../OrCardCollection.vue_vue_type_script_lang-748fb337.js';
2
+ export { s as OrCardCollectionV3 } from '../../OrCardCollection.vue_vue_type_script_lang-ec925f28.js';
3
3
  import 'vue-demi';
4
4
  import './styles.js';
5
5
  import 'vue';
@@ -49,9 +49,9 @@ import '../OrMenuItemV3/OrMenuItem.js';
49
49
  import '../../OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
50
50
  import '../OrMenuItemV3/styles.js';
51
51
  import '../OrSearchV3/OrSearch.js';
52
- import '../../OrSearch.vue_vue_type_script_lang-18dc2df8.js';
52
+ import '../../OrSearch.vue_vue_type_script_lang-8a82fdc6.js';
53
53
  import '../OrInputV3/OrInput.js';
54
- import '../../OrInput.vue_vue_type_script_lang-66363c62.js';
54
+ import '../../OrInput.vue_vue_type_script_lang-a9fe34c8.js';
55
55
  import '../OrInputV3/props.js';
56
56
  import '../OrInputBoxV3/props.js';
57
57
  import '../OrInputV3/styles.js';
@@ -62,7 +62,7 @@ import '../OrHintV3/OrHint.js';
62
62
  import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
63
63
  import '../OrHintV3/styles.js';
64
64
  import '../OrInputBoxV3/OrInputBox.js';
65
- import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
65
+ import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
66
66
  import '../OrInputBoxV3/styles.js';
67
67
  import '../OrLabelV3/OrLabel.js';
68
68
  import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
@@ -2,7 +2,9 @@ const CardCollectionRoot = [
2
2
  // Layout
3
3
  'layout-column',
4
4
  // Spacing
5
- 'gap-md'];
5
+ 'gap-md', 'max-h-full',
6
+ // Overflow
7
+ 'overflow-hidden'];
6
8
  const CardCollectionToolbar = [
7
9
  // Layout
8
10
  'layout-row justify-between',
@@ -19,7 +21,9 @@ const CardCollectionContent = [
19
21
  // Layout
20
22
  'grid',
21
23
  // Spacing
22
- 'gap-sm md:gap-md'];
24
+ 'gap-sm md:gap-md',
25
+ // Overflow
26
+ 'overflow-auto'];
23
27
  const CardCollectionContentViews = {
24
28
  'grid': [
25
29
  // Layout
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrConfirm.vue_vue_type_script_lang-93458f1f.js';
2
- export { s as default } from '../../OrConfirm.vue_vue_type_script_lang-93458f1f.js';
1
+ import { s as script } from '../../OrConfirm.vue_vue_type_script_lang-0f1a6320.js';
2
+ export { s as default } from '../../OrConfirm.vue_vue_type_script_lang-0f1a6320.js';
3
3
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
4
4
  import '../../index-09d1cb24.js';
5
5
  import '../../index-f4d8e24c.js';
@@ -23,7 +23,7 @@ import '../../OrLoader.vue_vue_type_script_lang-f076f6b3.js';
23
23
  import '../OrLoaderV3/props.js';
24
24
  import '../OrLoaderV3/styles.js';
25
25
  import '../OrInputV3/OrInput.js';
26
- import '../../OrInput.vue_vue_type_script_lang-66363c62.js';
26
+ import '../../OrInput.vue_vue_type_script_lang-a9fe34c8.js';
27
27
  import '../OrInputV3/props.js';
28
28
  import '../OrInputBoxV3/props.js';
29
29
  import '../OrInputV3/styles.js';
@@ -56,7 +56,7 @@ import '../OrBottomSheetV3/styles.js';
56
56
  import '../../hooks/usePopoverState.js';
57
57
  import '../../hooks/useResponsive/useResponsive.js';
58
58
  import '../OrInputBoxV3/OrInputBox.js';
59
- import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
59
+ import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
60
60
  import '../OrInputBoxV3/styles.js';
61
61
  import '../OrLabelV3/OrLabel.js';
62
62
  import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
@@ -1,5 +1,5 @@
1
1
  export { ConfirmType } from './props.js';
2
- export { s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-93458f1f.js';
2
+ export { s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-0f1a6320.js';
3
3
  import '../../index-09d1cb24.js';
4
4
  import '../../index-f4d8e24c.js';
5
5
  import 'vue-demi';
@@ -22,7 +22,7 @@ import '../../OrLoader.vue_vue_type_script_lang-f076f6b3.js';
22
22
  import '../OrLoaderV3/props.js';
23
23
  import '../OrLoaderV3/styles.js';
24
24
  import '../OrInputV3/OrInput.js';
25
- import '../../OrInput.vue_vue_type_script_lang-66363c62.js';
25
+ import '../../OrInput.vue_vue_type_script_lang-a9fe34c8.js';
26
26
  import '../OrInputV3/props.js';
27
27
  import '../OrInputBoxV3/props.js';
28
28
  import '../OrInputV3/styles.js';
@@ -55,7 +55,7 @@ import '../OrBottomSheetV3/styles.js';
55
55
  import '../../hooks/usePopoverState.js';
56
56
  import '../../hooks/useResponsive/useResponsive.js';
57
57
  import '../OrInputBoxV3/OrInputBox.js';
58
- import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
58
+ import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
59
59
  import '../OrInputBoxV3/styles.js';
60
60
  import '../OrLabelV3/OrLabel.js';
61
61
  import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrDatePicker.vue_vue_type_script_lang-8ec017e2.js';
2
- export { s as default } from '../../OrDatePicker.vue_vue_type_script_lang-8ec017e2.js';
1
+ import { s as script } from '../../OrDatePicker.vue_vue_type_script_lang-3f8700f9.js';
2
+ export { s as default } from '../../OrDatePicker.vue_vue_type_script_lang-3f8700f9.js';
3
3
  import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
4
4
  import 'vue-demi';
5
5
  import '../OrDateTimePickerV3/hooks/useCurrentDate.js';
@@ -63,7 +63,7 @@ import '../OrHintV3/OrHint.js';
63
63
  import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
64
64
  import '../OrHintV3/styles.js';
65
65
  import '../OrInputBoxV3/OrInputBox.js';
66
- import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
66
+ import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
67
67
  import '../OrInputBoxV3/props.js';
68
68
  import '../OrInputBoxV3/styles.js';
69
69
  import '../../directives/dropdown-close.js';
@@ -1,4 +1,4 @@
1
- export { s as OrDatePickerV3 } from '../../OrDatePicker.vue_vue_type_script_lang-8ec017e2.js';
1
+ export { s as OrDatePickerV3 } from '../../OrDatePicker.vue_vue_type_script_lang-3f8700f9.js';
2
2
  export { InputBoxSize as DatePickerSize } from '../OrInputBoxV3/props.js';
3
3
  import 'vue-demi';
4
4
  import '../OrDateTimePickerV3/hooks/useCurrentDate.js';
@@ -63,7 +63,7 @@ import '../OrHintV3/OrHint.js';
63
63
  import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
64
64
  import '../OrHintV3/styles.js';
65
65
  import '../OrInputBoxV3/OrInputBox.js';
66
- import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
66
+ import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
67
67
  import '../OrInputBoxV3/styles.js';
68
68
  import '../../directives/dropdown-close.js';
69
69
  import '../../directives/dropdown-open.js';
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrDateTimePicker.vue_vue_type_script_lang-fec947db.js';
2
- export { s as default } from '../../OrDateTimePicker.vue_vue_type_script_lang-fec947db.js';
1
+ import { s as script } from '../../OrDateTimePicker.vue_vue_type_script_lang-ecd7cbd1.js';
2
+ export { s as default } from '../../OrDateTimePicker.vue_vue_type_script_lang-ecd7cbd1.js';
3
3
  import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
4
4
  import 'vue-demi';
5
5
  import './hooks/useCurrentDate.js';
@@ -65,7 +65,7 @@ import '../OrHintV3/OrHint.js';
65
65
  import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
66
66
  import '../OrHintV3/styles.js';
67
67
  import '../OrInputBoxV3/OrInputBox.js';
68
- import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
68
+ import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
69
69
  import '../OrInputBoxV3/props.js';
70
70
  import '../OrInputBoxV3/styles.js';
71
71
  import '../../directives/dropdown-close.js';
@@ -1,4 +1,4 @@
1
- export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker.vue_vue_type_script_lang-fec947db.js';
1
+ export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker.vue_vue_type_script_lang-ecd7cbd1.js';
2
2
  export { InputBoxSize as DateTimePickerSize } from '../OrInputBoxV3/props.js';
3
3
  import 'vue-demi';
4
4
  import './hooks/useCurrentDate.js';
@@ -65,7 +65,7 @@ import '../OrHintV3/OrHint.js';
65
65
  import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
66
66
  import '../OrHintV3/styles.js';
67
67
  import '../OrInputBoxV3/OrInputBox.js';
68
- import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
68
+ import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
69
69
  import '../OrInputBoxV3/styles.js';
70
70
  import '../../directives/dropdown-close.js';
71
71
  import '../../directives/dropdown-open.js';
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrInlineInput.vue_vue_type_script_lang-820cc7e9.js';
2
- export { s as default } from '../../OrInlineInput.vue_vue_type_script_lang-820cc7e9.js';
1
+ import { s as script } from '../../OrInlineInput.vue_vue_type_script_lang-c4fb7c0e.js';
2
+ export { s as default } from '../../OrInlineInput.vue_vue_type_script_lang-c4fb7c0e.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelDynamic, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString, vShow } from 'vue';
4
4
  import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
5
5
  import 'vue-demi';
@@ -1,5 +1,5 @@
1
1
  export { InlineInputType } from './props.js';
2
- export { s as OrInlineInputV3 } from '../../OrInlineInput.vue_vue_type_script_lang-820cc7e9.js';
2
+ export { s as OrInlineInputV3 } from '../../OrInlineInput.vue_vue_type_script_lang-c4fb7c0e.js';
3
3
  export { InlineInputBoxSize as InlineInputSize } from '../OrInlineInputBoxV3/props.js';
4
4
  import 'vue-demi';
5
5
  import './styles.js';
@@ -8,7 +8,7 @@ const InlineInputControl = [
8
8
  'w-full',
9
9
  // Typography
10
10
  'typography-inherit',
11
- // Theme (placeholder)
11
+ // Theme
12
12
  'placeholder:theme-foreground-outline', 'dark:placeholder:theme-foreground-outline-dark'];
13
13
  const InlineInputAction = [
14
14
  // Layout
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrInlineTextarea.vue_vue_type_script_lang-8e639991.js';
2
- export { s as default } from '../../OrInlineTextarea.vue_vue_type_script_lang-8e639991.js';
1
+ import { s as script } from '../../OrInlineTextarea.vue_vue_type_script_lang-4569f111.js';
2
+ export { s as default } from '../../OrInlineTextarea.vue_vue_type_script_lang-4569f111.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelText, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString, vShow } from 'vue';
4
4
  import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
5
5
  import 'vue-demi';
@@ -1,4 +1,4 @@
1
- export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea.vue_vue_type_script_lang-8e639991.js';
1
+ export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea.vue_vue_type_script_lang-4569f111.js';
2
2
  import 'vue-demi';
3
3
  import './styles.js';
4
4
  import '../OrErrorV3/OrError.js';
@@ -8,7 +8,7 @@ const InlineTextareaControl = [
8
8
  'w-full',
9
9
  // Typography
10
10
  'typography-inherit',
11
- // Theme (placeholder)
11
+ // Theme
12
12
  'placeholder:theme-foreground-outline', 'dark:placeholder:theme-foreground-outline-dark'];
13
13
  const InlineTextareaAction = [
14
14
  // Layout
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
2
- export { s as default } from '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
1
+ import { s as script } from '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
2
+ export { s as default } from '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createBlock, withCtx, createCommentVNode } from 'vue';
4
4
  import 'vue-demi';
5
5
  import './props.js';
@@ -1,5 +1,5 @@
1
1
  export { InputBoxSize, InputBoxVariant } from './props.js';
2
- export { s as OrInputBoxV3 } from '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
2
+ export { s as OrInputBoxV3 } from '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
3
3
  import 'vue-demi';
4
4
  import 'vue';
5
5
  import './styles.js';
@@ -1,8 +1,6 @@
1
1
  const InputBoxRoot = [
2
2
  // Layout
3
3
  'layout-row',
4
- // Overflow
5
- 'overflow-hidden',
6
4
  // Box
7
5
  'w-full',
8
6
  // Shape
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrInput.vue_vue_type_script_lang-66363c62.js';
2
- export { s as default } from '../../OrInput.vue_vue_type_script_lang-66363c62.js';
1
+ import { s as script } from '../../OrInput.vue_vue_type_script_lang-a9fe34c8.js';
2
+ export { s as default } from '../../OrInput.vue_vue_type_script_lang-a9fe34c8.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, Fragment, withModifiers, withDirectives, createElementVNode, mergeProps, vModelDynamic, createSlots, vShow } from 'vue';
4
4
  import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
5
5
  import 'vue-demi';
@@ -44,7 +44,7 @@ import '../../utils/isVisible.js';
44
44
  import '../../hooks/usePopoverState.js';
45
45
  import '../../hooks/useResponsive/useResponsive.js';
46
46
  import '../OrInputBoxV3/OrInputBox.js';
47
- import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
47
+ import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
48
48
  import '../OrInputBoxV3/styles.js';
49
49
  import '../OrLabelV3/OrLabel.js';
50
50
  import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
@@ -1,5 +1,5 @@
1
1
  export { InputType } from './props.js';
2
- export { s as OrInputV3 } from '../../OrInput.vue_vue_type_script_lang-66363c62.js';
2
+ export { s as OrInputV3 } from '../../OrInput.vue_vue_type_script_lang-a9fe34c8.js';
3
3
  export { InputBoxSize as InputSize } from '../OrInputBoxV3/props.js';
4
4
  import 'vue-demi';
5
5
  import './styles.js';
@@ -42,7 +42,7 @@ import '../../utils/isVisible.js';
42
42
  import '../../hooks/usePopoverState.js';
43
43
  import '../../hooks/useResponsive/useResponsive.js';
44
44
  import '../OrInputBoxV3/OrInputBox.js';
45
- import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
45
+ import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
46
46
  import '../OrInputBoxV3/styles.js';
47
47
  import '../OrLabelV3/OrLabel.js';
48
48
  import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
@@ -5,10 +5,10 @@ const InputRoot = [
5
5
  'gap-xs'];
6
6
  const InputControl = [
7
7
  // Box
8
- 'flex-auto',
8
+ 'w-full',
9
9
  // Typography
10
10
  'typography-inherit',
11
- // Theme (placeholder)
11
+ // Theme
12
12
  'placeholder:theme-foreground-outline', 'dark:placeholder:theme-foreground-outline-dark'];
13
13
 
14
14
  export { InputControl, InputRoot };
@@ -1,9 +1,9 @@
1
- import { s as script } from '../../OrSearch.vue_vue_type_script_lang-18dc2df8.js';
2
- export { s as default } from '../../OrSearch.vue_vue_type_script_lang-18dc2df8.js';
1
+ import { s as script } from '../../OrSearch.vue_vue_type_script_lang-8a82fdc6.js';
2
+ export { s as default } from '../../OrSearch.vue_vue_type_script_lang-8a82fdc6.js';
3
3
  import { resolveComponent, openBlock, createBlock, normalizeClass } from 'vue';
4
4
  import 'vue-demi';
5
5
  import '../OrInputV3/OrInput.js';
6
- import '../../OrInput.vue_vue_type_script_lang-66363c62.js';
6
+ import '../../OrInput.vue_vue_type_script_lang-a9fe34c8.js';
7
7
  import '../OrInputV3/props.js';
8
8
  import '../OrInputBoxV3/props.js';
9
9
  import '../OrInputV3/styles.js';
@@ -45,7 +45,7 @@ import '../../utils/isVisible.js';
45
45
  import '../../hooks/usePopoverState.js';
46
46
  import '../../hooks/useResponsive/useResponsive.js';
47
47
  import '../OrInputBoxV3/OrInputBox.js';
48
- import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
48
+ import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
49
49
  import '../OrInputBoxV3/styles.js';
50
50
  import '../OrLabelV3/OrLabel.js';
51
51
  import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
@@ -1,8 +1,8 @@
1
- export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-18dc2df8.js';
1
+ export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-8a82fdc6.js';
2
2
  export { InputBoxSize as SearchSize } from '../OrInputBoxV3/props.js';
3
3
  import 'vue-demi';
4
4
  import '../OrInputV3/OrInput.js';
5
- import '../../OrInput.vue_vue_type_script_lang-66363c62.js';
5
+ import '../../OrInput.vue_vue_type_script_lang-a9fe34c8.js';
6
6
  import '../OrInputV3/props.js';
7
7
  import '../OrInputV3/styles.js';
8
8
  import '../OrErrorV3/OrError.js';
@@ -44,7 +44,7 @@ import '../../utils/isVisible.js';
44
44
  import '../../hooks/usePopoverState.js';
45
45
  import '../../hooks/useResponsive/useResponsive.js';
46
46
  import '../OrInputBoxV3/OrInputBox.js';
47
- import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
47
+ import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
48
48
  import '../OrInputBoxV3/styles.js';
49
49
  import '../OrLabelV3/OrLabel.js';
50
50
  import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrSelect.vue_vue_type_script_lang-359bac94.js';
2
- export { s as default } from '../../OrSelect.vue_vue_type_script_lang-359bac94.js';
1
+ import { s as script } from '../../OrSelect.vue_vue_type_script_lang-ba73f458.js';
2
+ export { s as default } from '../../OrSelect.vue_vue_type_script_lang-ba73f458.js';
3
3
  import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createElementVNode, Fragment, renderList, createVNode, withModifiers, vShow } from 'vue';
4
4
  import 'vue-demi';
5
5
  import '../../utils/isEmptyValue.js';
@@ -31,7 +31,7 @@ import '../OrHintV3/OrHint.js';
31
31
  import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
32
32
  import '../OrHintV3/styles.js';
33
33
  import '../OrInputV3/OrInput.js';
34
- import '../../OrInput.vue_vue_type_script_lang-66363c62.js';
34
+ import '../../OrInput.vue_vue_type_script_lang-a9fe34c8.js';
35
35
  import '../OrInputV3/props.js';
36
36
  import '../OrInputBoxV3/props.js';
37
37
  import '../OrInputV3/styles.js';
@@ -61,7 +61,7 @@ import '../../utils/isVisible.js';
61
61
  import '../../hooks/usePopoverState.js';
62
62
  import '../../hooks/useResponsive/useResponsive.js';
63
63
  import '../OrInputBoxV3/OrInputBox.js';
64
- import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
64
+ import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
65
65
  import '../OrInputBoxV3/styles.js';
66
66
  import '../OrLoaderV3/OrLoader.js';
67
67
  import '../../OrLoader.vue_vue_type_script_lang-f076f6b3.js';
@@ -1,4 +1,4 @@
1
- export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-359bac94.js';
1
+ export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-ba73f458.js';
2
2
  export { InputBoxSize as SelectSize } from '../OrInputBoxV3/props.js';
3
3
  import 'vue-demi';
4
4
  import '../../utils/isEmptyValue.js';
@@ -31,7 +31,7 @@ import '../OrHintV3/OrHint.js';
31
31
  import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
32
32
  import '../OrHintV3/styles.js';
33
33
  import '../OrInputV3/OrInput.js';
34
- import '../../OrInput.vue_vue_type_script_lang-66363c62.js';
34
+ import '../../OrInput.vue_vue_type_script_lang-a9fe34c8.js';
35
35
  import '../OrInputV3/props.js';
36
36
  import '../OrInputV3/styles.js';
37
37
  import '../OrIconButtonV3/OrIconButton.js';
@@ -60,7 +60,7 @@ import '../../utils/isVisible.js';
60
60
  import '../../hooks/usePopoverState.js';
61
61
  import '../../hooks/useResponsive/useResponsive.js';
62
62
  import '../OrInputBoxV3/OrInputBox.js';
63
- import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
63
+ import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
64
64
  import '../OrInputBoxV3/styles.js';
65
65
  import '../OrLoaderV3/OrLoader.js';
66
66
  import '../../OrLoader.vue_vue_type_script_lang-f076f6b3.js';
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrTags.vue_vue_type_script_lang-45bbc68e.js';
2
- export { s as default } from '../../OrTags.vue_vue_type_script_lang-45bbc68e.js';
1
+ import { s as script } from '../../OrTags.vue_vue_type_script_lang-c14463c4.js';
2
+ export { s as default } from '../../OrTags.vue_vue_type_script_lang-c14463c4.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, Fragment, renderList, createBlock, mergeProps, withCtx, createTextVNode, toDisplayString, createVNode, withModifiers, createCommentVNode } from 'vue';
4
4
  import 'vue-demi';
5
5
  import './styles.js';
@@ -60,13 +60,12 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
60
60
  class: normalizeClass(_ctx.containerStyles)
61
61
  }, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.items, item => {
62
62
  return openBlock(), createBlock(_component_OrTag, mergeProps(_ctx.tagProps, {
63
- key: item,
64
- onReset: $event => _ctx.$emit('reset', item)
63
+ key: item
65
64
  }), {
66
65
  default: withCtx(() => [createTextVNode(toDisplayString(item), 1 /* TEXT */)]),
67
66
 
68
67
  _: 2 /* DYNAMIC */
69
- }, 1040 /* FULL_PROPS, DYNAMIC_SLOTS */, ["onReset"]);
68
+ }, 1040 /* FULL_PROPS, DYNAMIC_SLOTS */);
70
69
  }), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */), _ctx.overflowItems.length > 0 ? (openBlock(), createElementBlock(Fragment, {
71
70
  key: 0
72
71
  }, [createVNode(_component_OrButton, {
@@ -88,13 +87,12 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
88
87
  class: normalizeClass(_ctx.overflowPopoverStyles)
89
88
  }, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.overflowItems, item => {
90
89
  return openBlock(), createBlock(_component_OrTag, mergeProps(_ctx.tagProps, {
91
- key: item,
92
- onReset: $event => _ctx.$emit('reset', item)
90
+ key: item
93
91
  }), {
94
92
  default: withCtx(() => [createTextVNode(toDisplayString(item), 1 /* TEXT */)]),
95
93
 
96
94
  _: 2 /* DYNAMIC */
97
- }, 1040 /* FULL_PROPS, DYNAMIC_SLOTS */, ["onReset"]);
95
+ }, 1040 /* FULL_PROPS, DYNAMIC_SLOTS */);
98
96
  }), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */)]),
99
97
 
100
98
  _: 1 /* STABLE */
@@ -20,7 +20,7 @@ declare const _default: import("vue-demi").DefineComponent<{
20
20
  overflowButtonStyles: import("vue-demi").ComputedRef<string[]>;
21
21
  overflowPopoverStyles: import("vue-demi").ComputedRef<string[]>;
22
22
  overflowItems: import("vue-demi").ComputedRef<string[]>;
23
- }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("click" | "focus" | "blur" | "reset")[], "click" | "focus" | "blur" | "reset", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
23
+ }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, {}, string, import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
24
24
  items: {
25
25
  type: PropType<string[]>;
26
26
  default: () => never[];
@@ -29,12 +29,7 @@ declare const _default: import("vue-demi").DefineComponent<{
29
29
  type: PropType<any>;
30
30
  default: undefined;
31
31
  };
32
- }>> & {
33
- onClick?: ((...args: any[]) => any) | undefined;
34
- onFocus?: ((...args: any[]) => any) | undefined;
35
- onBlur?: ((...args: any[]) => any) | undefined;
36
- onReset?: ((...args: any[]) => any) | undefined;
37
- }, {
32
+ }>>, {
38
33
  items: string[];
39
34
  tagProps: any;
40
35
  }>;
@@ -1,4 +1,4 @@
1
- export { s as OrTagsV3 } from '../../OrTags.vue_vue_type_script_lang-45bbc68e.js';
1
+ export { s as OrTagsV3 } from '../../OrTags.vue_vue_type_script_lang-c14463c4.js';
2
2
  import 'vue-demi';
3
3
  import './styles.js';
4
4
  import '../OrButtonV3/OrButton.js';