@onereach/ui-components 2.71.2-beta.2238.0 → 2.71.2-beta.2240.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 (195) hide show
  1. package/dist/bundled/v2/{OrCardCollection-166cfcc6.js → OrCardCollection-89428bbf.js} +5 -5
  2. package/dist/bundled/v2/{OrCardCollection-091e2193.js → OrCardCollection-c1ccde63.js} +1 -1
  3. package/dist/bundled/v2/{OrConfirm-55b89b17.js → OrConfirm-56d01cff.js} +4 -4
  4. package/dist/bundled/v2/{OrConfirm-bb2df177.js → OrConfirm-cc8b767f.js} +1 -1
  5. package/dist/bundled/v2/{OrInput-5404a234.js → OrInput-c539e47c.js} +23 -6
  6. package/dist/bundled/v2/{OrListOfInputs-ab7f9d97.js → OrListOfInputs-8f076650.js} +4 -4
  7. package/dist/bundled/v2/{OrTextarea-71ff236d.js → OrPassword-7da938aa.js} +449 -7
  8. package/dist/bundled/v2/{OrSearch-d1169241.js → OrSearch-d7326373.js} +1 -1
  9. package/dist/bundled/v2/{OrSearch-832d7978.js → OrSearch-f7cfa52f.js} +4 -4
  10. package/dist/bundled/v2/{OrSelect-5634790b.js → OrSelect-8802f330.js} +1 -1
  11. package/dist/bundled/v2/components/index.d.ts +1 -5
  12. package/dist/bundled/v2/components/index.js +13 -15
  13. package/dist/bundled/v2/components/or-card-collection/index.js +4 -4
  14. package/dist/bundled/v2/components/or-card-collection-v3/index.js +3 -3
  15. package/dist/bundled/v2/components/or-confirm/index.js +2 -2
  16. package/dist/bundled/v2/components/or-confirm-v3/index.js +2 -2
  17. package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +13 -0
  18. package/dist/bundled/v2/components/or-input-v3/index.js +2 -1
  19. package/dist/bundled/v2/components/or-inputs/index.d.ts +5 -0
  20. package/dist/bundled/v2/components/{or-password → or-inputs}/index.js +4 -3
  21. package/dist/bundled/v2/components/or-list-of-inputs/index.js +2 -2
  22. package/dist/bundled/v2/components/or-search-v3/index.js +3 -2
  23. package/dist/bundled/v2/components/or-select-v3/index.js +3 -2
  24. package/dist/bundled/v2/index.js +11 -13
  25. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-cd84f344.js → OrCardCollection.vue_vue_type_script_lang-d8124dda.js} +4 -4
  26. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-60403ae6.js → OrCardCollection.vue_vue_type_script_lang-f9897e01.js} +1 -1
  27. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-41b4d791.js → OrConfirm.vue_vue_type_script_lang-0f16fc67.js} +1 -2
  28. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-9231d51e.js → OrConfirm.vue_vue_type_script_lang-e9ba9909.js} +2 -2
  29. package/dist/bundled/v3/{OrInput-2a7c6b57.js → OrInput-41f8351a.js} +13 -4
  30. package/dist/bundled/v3/{OrInput-704e72ba.js → OrInput-7d4b571a.js} +193 -5
  31. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-509de504.js → OrInput.vue_vue_type_script_lang-b88324b6.js} +13 -1
  32. package/dist/bundled/v3/{OrListOfInputs.vue_vue_type_script_lang-6c5cf7a5.js → OrListOfInputs.vue_vue_type_script_lang-62dbf1e7.js} +1 -2
  33. package/dist/bundled/v3/OrPassword.vue_vue_type_script_lang-13bc5b00.js +390 -0
  34. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-5356fa79.js → OrSearch.vue_vue_type_script_lang-16fbccc0.js} +1 -2
  35. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-ab2ef22c.js → OrSearch.vue_vue_type_script_lang-56eb4e93.js} +2 -2
  36. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-54f683a2.js → OrSelect.vue_vue_type_script_lang-ee433d47.js} +2 -2
  37. package/dist/bundled/v3/components/index.d.ts +1 -5
  38. package/dist/bundled/v3/components/index.js +14 -17
  39. package/dist/bundled/v3/components/or-card-collection/index.js +4 -5
  40. package/dist/bundled/v3/components/or-card-collection-v3/index.js +4 -4
  41. package/dist/bundled/v3/components/or-confirm/index.js +2 -3
  42. package/dist/bundled/v3/components/or-confirm-v3/index.js +3 -3
  43. package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +13 -0
  44. package/dist/bundled/v3/components/or-input-v3/index.js +3 -1
  45. package/dist/bundled/v3/components/or-inputs/index.d.ts +5 -0
  46. package/dist/bundled/v3/components/{or-search → or-inputs}/index.js +5 -4
  47. package/dist/bundled/v3/components/or-list-of-inputs/index.js +2 -3
  48. package/dist/bundled/v3/components/or-search-v3/index.js +5 -3
  49. package/dist/bundled/v3/components/or-select-v3/index.js +5 -3
  50. package/dist/bundled/v3/index.js +659 -664
  51. package/dist/esm/v2/{OrCardCollection-19582949.js → OrCardCollection-f6b07557.js} +7 -6
  52. package/dist/esm/v2/{OrCardCollection-bbdb6159.js → OrCardCollection-ff1e9819.js} +1 -1
  53. package/dist/esm/v2/{OrConfirm-ede619eb.js → OrConfirm-d7112dd3.js} +4 -4
  54. package/dist/esm/v2/{OrConfirm-cfaf4266.js → OrConfirm-ec81498e.js} +1 -1
  55. package/dist/esm/v2/{OrInput-e8fe9102.js → OrInput-b029d058.js} +23 -6
  56. package/dist/esm/v2/{OrListOfInputs-4298fa2c.js → OrListOfInputs-50aa1ef1.js} +5 -5
  57. package/dist/esm/v2/{OrTextarea-91a95068.js → OrPassword-1fa97156.js} +245 -187
  58. package/dist/esm/v2/{OrSearch-b4f4d59b.js → OrSearch-0589d17d.js} +5 -122
  59. package/dist/esm/v2/{OrSearch-4b774707.js → OrSearch-1c934f72.js} +1 -1
  60. package/dist/esm/v2/{OrInput-6e6cfd11.js → OrSearch.vue_rollup-plugin-vue_script-197d77fc.js} +492 -4
  61. package/dist/esm/v2/{OrSelect-d7016575.js → OrSelect-cfcb233a.js} +1 -1
  62. package/dist/esm/v2/components/index.d.ts +1 -5
  63. package/dist/esm/v2/components/index.js +13 -15
  64. package/dist/esm/v2/components/or-card-collection/index.js +4 -3
  65. package/dist/esm/v2/components/or-card-collection-v3/index.js +3 -3
  66. package/dist/esm/v2/components/or-confirm/index.js +3 -2
  67. package/dist/esm/v2/components/or-confirm-v3/index.js +3 -3
  68. package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +13 -0
  69. package/dist/esm/v2/components/or-input-v3/index.js +3 -2
  70. package/dist/esm/v2/components/or-inputs/index.d.ts +5 -0
  71. package/dist/esm/v2/components/{or-password → or-inputs}/index.js +6 -5
  72. package/dist/esm/v2/components/or-list-of-inputs/index.js +4 -2
  73. package/dist/esm/v2/components/or-search-v3/index.js +4 -3
  74. package/dist/esm/v2/components/or-select-v3/index.js +4 -3
  75. package/dist/esm/v2/index.js +11 -13
  76. package/dist/esm/v3/{OrCardCollection-47f61c40.js → OrCardCollection-5ecdcbaf.js} +1 -1
  77. package/dist/esm/v3/{OrCardCollection-1e44c758.js → OrCardCollection-a5e326ef.js} +2 -2
  78. package/dist/esm/v3/{OrConfirm-e7cbf54c.js → OrConfirm-beeb74d6.js} +1 -1
  79. package/dist/esm/v3/{OrConfirm-c11ee2ec.js → OrConfirm-f39bd784.js} +1 -1
  80. package/dist/esm/v3/{OrInput-6fb81556.js → OrInput-8a4573cd.js} +24 -4
  81. package/dist/esm/v3/{OrListOfInputs-508e056f.js → OrListOfInputs-7a67440f.js} +1 -1
  82. package/dist/esm/v3/{OrSearch-e15955a7.js → OrSearch-10d09806.js} +1 -1
  83. package/dist/esm/v3/OrSearch-7cb2c91c.js +1075 -0
  84. package/dist/esm/v3/{OrSelect-027b5e8f.js → OrSelect-1e4c6062.js} +1 -1
  85. package/dist/esm/v3/components/index.d.ts +1 -5
  86. package/dist/esm/v3/components/index.js +11 -15
  87. package/dist/esm/v3/components/or-card-collection/index.js +3 -3
  88. package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
  89. package/dist/esm/v3/components/or-confirm/index.js +3 -2
  90. package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
  91. package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +13 -0
  92. package/dist/esm/v3/components/or-input-v3/index.js +3 -2
  93. package/dist/esm/v3/components/or-inputs/index.d.ts +5 -0
  94. package/dist/esm/v3/components/{or-password → or-inputs}/index.js +2 -3
  95. package/dist/esm/v3/components/or-list-of-inputs/index.js +4 -2
  96. package/dist/esm/v3/components/or-search-v3/index.js +4 -3
  97. package/dist/esm/v3/components/or-select-v3/index.js +4 -3
  98. package/dist/esm/v3/index.js +9 -13
  99. package/package.json +1 -1
  100. package/src/components/index.ts +1 -5
  101. package/src/components/or-card-collection/OrCardCollection.vue +8 -8
  102. package/src/components/or-confirm/OrConfirm.vue +1 -1
  103. package/src/components/or-input-v3/OrInput.stories3.ts +4 -0
  104. package/src/components/or-input-v3/OrInput.vue +37 -17
  105. package/src/components/{or-number-input → or-inputs}/OrNumberInput.vue +1 -1
  106. package/src/components/{or-password → or-inputs}/OrPassword.vue +1 -1
  107. package/src/components/{or-search → or-inputs}/OrSearch.vue +1 -1
  108. package/src/components/{or-textarea → or-inputs}/OrTextarea.vue +6 -225
  109. package/src/components/or-inputs/index.ts +5 -0
  110. package/src/components/or-list/OrList.stories.ts +1 -1
  111. package/src/components/or-list-of-inputs/OrListOfInputs.vue +1 -1
  112. package/src/components/or-modal/OrModal.stories.ts +1 -1
  113. package/dist/bundled/v2/OrNumberInput-face8ccc.js +0 -227
  114. package/dist/bundled/v2/OrPassword-a818e7b5.js +0 -227
  115. package/dist/bundled/v2/components/or-input/index.d.ts +0 -1
  116. package/dist/bundled/v2/components/or-input/index.js +0 -13
  117. package/dist/bundled/v2/components/or-number-input/index.d.ts +0 -1
  118. package/dist/bundled/v2/components/or-number-input/index.js +0 -14
  119. package/dist/bundled/v2/components/or-password/index.d.ts +0 -1
  120. package/dist/bundled/v2/components/or-search/index.d.ts +0 -1
  121. package/dist/bundled/v2/components/or-search/index.js +0 -25
  122. package/dist/bundled/v2/components/or-textarea/index.d.ts +0 -1
  123. package/dist/bundled/v2/components/or-textarea/index.js +0 -13
  124. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-409235cc.js +0 -190
  125. package/dist/bundled/v3/OrNumberInput.vue_vue_type_script_lang-f061d829.js +0 -113
  126. package/dist/bundled/v3/OrPassword.vue_vue_type_script_lang-b75f6543.js +0 -99
  127. package/dist/bundled/v3/OrTextarea.vue_vue_type_script_lang-69ea22e9.js +0 -187
  128. package/dist/bundled/v3/components/or-input/index.d.ts +0 -1
  129. package/dist/bundled/v3/components/or-input/index.js +0 -14
  130. package/dist/bundled/v3/components/or-number-input/index.d.ts +0 -1
  131. package/dist/bundled/v3/components/or-number-input/index.js +0 -16
  132. package/dist/bundled/v3/components/or-password/index.d.ts +0 -1
  133. package/dist/bundled/v3/components/or-password/index.js +0 -31
  134. package/dist/bundled/v3/components/or-search/index.d.ts +0 -1
  135. package/dist/bundled/v3/components/or-textarea/index.d.ts +0 -1
  136. package/dist/bundled/v3/components/or-textarea/index.js +0 -14
  137. package/dist/esm/v2/OrNumberInput-b20d75d2.js +0 -225
  138. package/dist/esm/v2/OrPassword-e6d5e968.js +0 -225
  139. package/dist/esm/v2/components/or-input/index.d.ts +0 -1
  140. package/dist/esm/v2/components/or-input/index.js +0 -11
  141. package/dist/esm/v2/components/or-number-input/index.d.ts +0 -1
  142. package/dist/esm/v2/components/or-number-input/index.js +0 -12
  143. package/dist/esm/v2/components/or-password/index.d.ts +0 -1
  144. package/dist/esm/v2/components/or-search/index.d.ts +0 -1
  145. package/dist/esm/v2/components/or-search/index.js +0 -23
  146. package/dist/esm/v2/components/or-textarea/index.d.ts +0 -1
  147. package/dist/esm/v2/components/or-textarea/index.js +0 -11
  148. package/dist/esm/v3/OrInput-81125804.js +0 -295
  149. package/dist/esm/v3/OrNumberInput-b32b5ce3.js +0 -170
  150. package/dist/esm/v3/OrPassword-b0cbb578.js +0 -162
  151. package/dist/esm/v3/OrSearch-11fdf667.js +0 -188
  152. package/dist/esm/v3/OrTextarea-1f5c3be1.js +0 -290
  153. package/dist/esm/v3/components/or-input/index.d.ts +0 -1
  154. package/dist/esm/v3/components/or-input/index.js +0 -11
  155. package/dist/esm/v3/components/or-number-input/index.d.ts +0 -1
  156. package/dist/esm/v3/components/or-number-input/index.js +0 -12
  157. package/dist/esm/v3/components/or-password/index.d.ts +0 -1
  158. package/dist/esm/v3/components/or-search/index.d.ts +0 -1
  159. package/dist/esm/v3/components/or-search/index.js +0 -20
  160. package/dist/esm/v3/components/or-textarea/index.d.ts +0 -1
  161. package/dist/esm/v3/components/or-textarea/index.js +0 -11
  162. package/src/components/or-input/index.ts +0 -1
  163. package/src/components/or-number-input/index.ts +0 -1
  164. package/src/components/or-password/index.ts +0 -1
  165. package/src/components/or-search/index.ts +0 -1
  166. package/src/components/or-textarea/index.ts +0 -1
  167. /package/dist/bundled/v2/{OrInput-df1a14fa.js → OrInput-08f2f666.js} +0 -0
  168. /package/dist/bundled/v2/components/{or-input → or-inputs}/OrInput.vue.d.ts +0 -0
  169. /package/dist/bundled/v2/components/{or-number-input → or-inputs}/OrNumberInput.vue.d.ts +0 -0
  170. /package/dist/bundled/v2/components/{or-password → or-inputs}/OrPassword.vue.d.ts +0 -0
  171. /package/dist/bundled/v2/components/{or-search → or-inputs}/OrSearch.vue.d.ts +0 -0
  172. /package/dist/bundled/v2/components/{or-textarea → or-inputs}/OrTextarea.vue.d.ts +0 -0
  173. /package/dist/bundled/v3/components/{or-input → or-inputs}/OrInput.vue.d.ts +0 -0
  174. /package/dist/bundled/v3/components/{or-number-input → or-inputs}/OrNumberInput.vue.d.ts +0 -0
  175. /package/dist/bundled/v3/components/{or-password → or-inputs}/OrPassword.vue.d.ts +0 -0
  176. /package/dist/bundled/v3/components/{or-search → or-inputs}/OrSearch.vue.d.ts +0 -0
  177. /package/dist/bundled/v3/components/{or-textarea → or-inputs}/OrTextarea.vue.d.ts +0 -0
  178. /package/dist/esm/v2/components/{or-input → or-inputs}/OrInput.vue.d.ts +0 -0
  179. /package/dist/esm/v2/components/{or-number-input → or-inputs}/OrNumberInput.vue.d.ts +0 -0
  180. /package/dist/esm/v2/components/{or-password → or-inputs}/OrPassword.vue.d.ts +0 -0
  181. /package/dist/esm/v2/components/{or-search → or-inputs}/OrSearch.vue.d.ts +0 -0
  182. /package/dist/esm/v2/components/{or-textarea → or-inputs}/OrTextarea.vue.d.ts +0 -0
  183. /package/dist/esm/v3/components/{or-input → or-inputs}/OrInput.vue.d.ts +0 -0
  184. /package/dist/esm/v3/components/{or-number-input → or-inputs}/OrNumberInput.vue.d.ts +0 -0
  185. /package/dist/esm/v3/components/{or-password → or-inputs}/OrPassword.vue.d.ts +0 -0
  186. /package/dist/esm/v3/components/{or-search → or-inputs}/OrSearch.vue.d.ts +0 -0
  187. /package/dist/esm/v3/components/{or-textarea → or-inputs}/OrTextarea.vue.d.ts +0 -0
  188. /package/src/components/{or-input → or-inputs}/OrInput.stories.ts +0 -0
  189. /package/src/components/{or-input → or-inputs}/OrInput.vue +0 -0
  190. /package/src/components/{or-number-input → or-inputs}/OrNumberInput.stories.ts +0 -0
  191. /package/src/components/{or-password → or-inputs}/OrPassword.stories.ts +0 -0
  192. /package/src/components/{or-search → or-inputs}/OrSearch.stories.ts +0 -0
  193. /package/src/components/{or-textarea → or-inputs}/OrTextarea.stories.ts +0 -0
  194. /package/src/components/{or-input → or-inputs}/or-textbox-migration.stories.mdx +0 -0
  195. /package/src/components/{or-input → or-inputs}/styles.scss +0 -0
@@ -36,7 +36,7 @@ export * from './or-inline-text-edit';
36
36
  export * from './or-inline-textarea-v3';
37
37
  export * from './or-input-box-v3';
38
38
  export * from './or-input-v3';
39
- export * from './or-input';
39
+ export * from './or-inputs';
40
40
  export * from './or-label';
41
41
  export * from './or-label-v3';
42
42
  export * from './or-link-v3';
@@ -50,11 +50,9 @@ export * from './or-modal';
50
50
  export * from './or-modal-v3';
51
51
  export * from './or-notification';
52
52
  export * from './or-notification-v3';
53
- export * from './or-number-input';
54
53
  export * from './or-overflow-menu';
55
54
  export * from './or-overlay';
56
55
  export * from './or-overlay-v3';
57
- export * from './or-password';
58
56
  export * from './or-pagination-v3';
59
57
  export * from './or-popover-v3';
60
58
  export * from './or-progress';
@@ -62,7 +60,6 @@ export * from './or-progress-v3';
62
60
  export * from './or-radio';
63
61
  export * from './or-radio-group';
64
62
  export * from './or-radio-v3';
65
- export * from './or-search';
66
63
  export * from './or-search-v3';
67
64
  export * from './or-segmented-control-v3';
68
65
  export * from './or-select';
@@ -86,7 +83,6 @@ export * from './or-tag-v3';
86
83
  export * from './or-teleport';
87
84
  export * from './or-teleport-v3';
88
85
  export * from './or-text-v3';
89
- export * from './or-textarea';
90
86
  export * from './or-textarea-v3';
91
87
  export * from './or-textbox';
92
88
  export * from './or-toast';
@@ -7,8 +7,8 @@ export { O as OrIconButton } from '../OrIconButton-65962c1c.js';
7
7
  export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from '../constants-c5d1139f.js';
8
8
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-d45772c1.js';
9
9
  export { O as OrCard } from '../OrCard-a6b30f8f.js';
10
- export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-166cfcc6.js';
11
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-091e2193.js';
10
+ export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-89428bbf.js';
11
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-c1ccde63.js';
12
12
  export { _ as OrCardV3 } from '../OrCard-45d5869b.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-6da755c0.js';
14
14
  export { O as OrCheckbox } from '../OrCheckbox-4cbddd67.js';
@@ -18,8 +18,8 @@ export { _ as OrChips } from '../OrChips-890b8476.js';
18
18
  export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-fc6876ec.js';
19
19
  export { O as OrCollapse } from '../OrCollapse-3aa9a9b7.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-a1a37e83.js';
21
- export { _ as OrConfirm } from '../OrConfirm-55b89b17.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-bb2df177.js';
21
+ export { _ as OrConfirm } from '../OrConfirm-56d01cff.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-cc8b767f.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-e212f892.js';
24
24
  export { O as OrError } from '../OrError-31503e4c.js';
25
25
  export { _ as OrErrorTagV3 } from '../OrErrorTag-97a9112b.js';
@@ -38,13 +38,15 @@ export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-b00
38
38
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-7262efdf.js';
39
39
  export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-6e8c1f80.js';
40
40
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, O as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-2f559e98.js';
41
- export { I as InputType, O as OrInputV3 } from '../OrInput-5404a234.js';
42
- export { O as OrInput } from '../OrInput-df1a14fa.js';
41
+ export { I as InputType, O as OrInputV3 } from '../OrInput-c539e47c.js';
42
+ export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from '../OrPassword-7da938aa.js';
43
+ export { O as OrInput } from '../OrInput-08f2f666.js';
44
+ export { O as OrSearch } from '../OrSearch-f7cfa52f.js';
43
45
  export { O as OrLabel } from '../OrLabel-74c73ba4.js';
44
46
  export { L as LabelVariant, O as OrLabelV3 } from '../OrLabel-aff09c39.js';
45
47
  export { L as LinkColor, _ as OrLinkV3 } from '../OrLink-0d952e87.js';
46
48
  export { O as OrList } from '../OrList-4e84a3b4.js';
47
- export { _ as OrListOfInputs } from '../OrListOfInputs-ab7f9d97.js';
49
+ export { _ as OrListOfInputs } from '../OrListOfInputs-8f076650.js';
48
50
  export { L as LoaderViews, O as OrLoader } from '../OrLoader-05057239.js';
49
51
  export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, O as OrLoaderV3 } from '../OrLoader-864ef92a.js';
50
52
  export { O as OrMenuItemV3 } from '../OrMenuItem-e2693a5f.js';
@@ -54,22 +56,19 @@ export { O as OrModal, a as OrModalSizes } from '../OrModal-a5411b0d.js';
54
56
  export { M as ModalSize, _ as OrModalV3 } from '../OrModal-51b9f3e7.js';
55
57
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from '../OrNotification-3909aaf2.js';
56
58
  export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-7f761f25.js';
57
- export { _ as OrNumberInput } from '../OrNumberInput-face8ccc.js';
58
59
  export { _ as OrOverflowMenu } from '../OrOverflowMenu-711e460e.js';
59
60
  export { O as OrOverlay } from '../OrOverlay-47967a8b.js';
60
61
  export { O as OrOverlayV3 } from '../OrOverlay-efa7992e.js';
61
- export { _ as OrPassword } from '../OrPassword-a818e7b5.js';
62
62
  export { _ as OrPaginationV3 } from '../OrPagination-daf25de2.js';
63
63
  export { O as OrProgress, a as OrProgressColors, b as OrProgressTypes } from '../OrProgress-de947341.js';
64
64
  export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-15fe65ec.js';
65
65
  export { _ as OrRadio } from '../OrRadio-187d6fc7.js';
66
66
  export { _ as OrRadioGroup } from '../OrRadioGroup-aa9f0757.js';
67
67
  export { _ as OrRadioV3 } from '../OrRadio-fe23947a.js';
68
- export { O as OrSearch } from '../OrSearch-832d7978.js';
69
- export { O as OrSearchV3 } from '../OrSearch-d1169241.js';
68
+ export { O as OrSearchV3 } from '../OrSearch-d7326373.js';
70
69
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-878279bf.js';
71
70
  export { _ as OrSelect } from '../OrSelect-a23d4210.js';
72
- export { _ as OrSelectV3 } from '../OrSelect-5634790b.js';
71
+ export { _ as OrSelectV3 } from '../OrSelect-8802f330.js';
73
72
  export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-e2b2c9ec.js';
74
73
  export { O as OrSidebarPlacement, _ as OrSidebarV3 } from '../OrSidebar-c95ef614.js';
75
74
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-242d22f3.js';
@@ -89,7 +88,6 @@ export { O as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-8d738be6.
89
88
  export { O as OrTeleport } from '../OrTeleportVue2-3544f185.js';
90
89
  export { O as OrTeleportV3 } from '../OrTeleport.vue2-e9ba3054.js';
91
90
  export { _ as OrTextV3 } from '../OrText-a665b991.js';
92
- export { _ as OrTextarea } from '../OrTextarea-71ff236d.js';
93
91
  export { _ as OrTextareaV3 } from '../OrTextarea-5c57c02b.js';
94
92
  export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-eacd9b19.js';
95
93
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-1faa828c.js';
@@ -113,10 +111,10 @@ import '../dom-3a15d036.js';
113
111
  import '../index-17f264f9.js';
114
112
  import '../floating-ui.dom.esm-83eba816.js';
115
113
  import '../useValidationAttributes-6df7bcf9.js';
116
- import '../v4-cf8987a3.js';
117
114
  import '../useResponsive-e13dfbb0.js';
118
- import '../useElevation-aac032f4.js';
119
115
  import '../useToggle-6166bd53.js';
116
+ import '../v4-cf8987a3.js';
117
+ import '../useElevation-aac032f4.js';
120
118
  import '../dropdown-open-e2a93aaf.js';
121
119
  import '../useOverflow-bae6342f.js';
122
120
  import 'portal-vue/dist/portal-vue.esm.js';
@@ -1,4 +1,4 @@
1
- export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../../OrCardCollection-166cfcc6.js';
1
+ export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../../OrCardCollection-89428bbf.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -14,13 +14,13 @@ import '../../floating-ui.dom.esm-83eba816.js';
14
14
  import '../../OrTeleportVue2-3544f185.js';
15
15
  import 'portal-vue/dist/portal-vue.esm.js';
16
16
  import '../../dom-3a15d036.js';
17
- import '../../OrSearch-832d7978.js';
18
- import '@vueuse/core';
19
- import '../../OrInput-df1a14fa.js';
17
+ import '../../OrSearch-f7cfa52f.js';
18
+ import '../../OrInput-08f2f666.js';
20
19
  import '../../OrLabel-74c73ba4.js';
21
20
  import '../../OrHint-fabea4cf.js';
22
21
  import '../../OrError-31503e4c.js';
23
22
  import '../../OrCollapse-3aa9a9b7.js';
23
+ import '@vueuse/core';
24
24
  import '../../OrIconButton-65962c1c.js';
25
25
  import '../../OrTooltip-dfea7af2.js';
26
26
  import '../../constants-c5d1139f.js';
@@ -1,4 +1,4 @@
1
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-091e2193.js';
1
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-c1ccde63.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -19,8 +19,8 @@ import '../../OrButton-d45772c1.js';
19
19
  import '../../OrLoader-864ef92a.js';
20
20
  import '../../OrMenu-52da43bc.js';
21
21
  import '../../OrMenuItem-e2693a5f.js';
22
- import '../../OrSearch-d1169241.js';
23
- import '../../OrInput-5404a234.js';
22
+ import '../../OrSearch-d7326373.js';
23
+ import '../../OrInput-c539e47c.js';
24
24
  import '../../OrError-52f668a4.js';
25
25
  import '../../OrHint-fde53334.js';
26
26
  import '../../OrInputBox-2f559e98.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrConfirm } from '../../OrConfirm-55b89b17.js';
1
+ export { _ as OrConfirm } from '../../OrConfirm-56d01cff.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -22,7 +22,7 @@ import '../../OrModal-a5411b0d.js';
22
22
  import '../../OrIconButton-65962c1c.js';
23
23
  import '../../OrTooltip-dfea7af2.js';
24
24
  import '../../OrOverlay-47967a8b.js';
25
- import '../../OrInput-df1a14fa.js';
25
+ import '../../OrInput-08f2f666.js';
26
26
  import '../../OrLabel-74c73ba4.js';
27
27
  import '../../OrHint-fabea4cf.js';
28
28
  import '../../OrError-31503e4c.js';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-bb2df177.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-cc8b767f.js';
2
2
  import '@vueuse/core';
3
3
  import '../../index-17f264f9.js';
4
4
  import '../../index-fa6eb4ca.js';
@@ -11,7 +11,7 @@ import '../../normalize-component-6e8e3d80.js';
11
11
  import '../../useElevation-aac032f4.js';
12
12
  import '../../OrButton-d45772c1.js';
13
13
  import '../../OrLoader-864ef92a.js';
14
- import '../../OrInput-5404a234.js';
14
+ import '../../OrInput-c539e47c.js';
15
15
  import '../../OrError-52f668a4.js';
16
16
  import '../../OrHint-fde53334.js';
17
17
  import '../../OrIcon-458206aa.js';
@@ -23,6 +23,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
23
23
  maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
24
24
  invalid: import("@vue/composition-api").ComputedRef<boolean>;
25
25
  disclosed: import("@vue/composition-api").Ref<boolean>;
26
+ isMobile: import("@vue/composition-api").Ref<boolean>;
26
27
  focus: () => void;
27
28
  blur: () => void;
28
29
  }> & import("@vue/composition-api").Data, {}, {}, {
@@ -54,6 +55,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
54
55
  type: StringConstructor;
55
56
  default: undefined;
56
57
  };
58
+ loading: {
59
+ type: BooleanConstructor;
60
+ default: boolean;
61
+ };
57
62
  required: {
58
63
  type: BooleanConstructor;
59
64
  default: boolean;
@@ -99,6 +104,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
99
104
  type: StringConstructor;
100
105
  default: undefined;
101
106
  };
107
+ loading: {
108
+ type: BooleanConstructor;
109
+ default: boolean;
110
+ };
102
111
  required: {
103
112
  type: BooleanConstructor;
104
113
  default: boolean;
@@ -123,6 +132,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
123
132
  placeholder: string;
124
133
  hint: string;
125
134
  error: string;
135
+ loading: boolean;
126
136
  required: boolean;
127
137
  readonly: boolean;
128
138
  disabled: boolean;
@@ -152,6 +162,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
152
162
  maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
153
163
  invalid: import("@vue/composition-api").ComputedRef<boolean>;
154
164
  disclosed: import("@vue/composition-api").Ref<boolean>;
165
+ isMobile: import("@vue/composition-api").Ref<boolean>;
155
166
  focus: () => void;
156
167
  blur: () => void;
157
168
  }>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
@@ -162,6 +173,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
162
173
  placeholder: string;
163
174
  hint: string;
164
175
  error: string;
176
+ loading: boolean;
165
177
  required: boolean;
166
178
  readonly: boolean;
167
179
  disabled: boolean;
@@ -176,6 +188,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
176
188
  placeholder: string;
177
189
  hint: string;
178
190
  error: string;
191
+ loading: boolean;
179
192
  required: boolean;
180
193
  readonly: boolean;
181
194
  disabled: boolean;
@@ -1,4 +1,4 @@
1
- export { I as InputType, O as OrInputV3 } from '../../OrInput-5404a234.js';
1
+ export { I as InputType, O as OrInputV3 } from '../../OrInput-c539e47c.js';
2
2
  export { a as InputSize } from '../../OrInputBox-2f559e98.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
@@ -19,6 +19,7 @@ import 'portal-vue';
19
19
  import '../../useElevation-aac032f4.js';
20
20
  import '../../useResponsive-e13dfbb0.js';
21
21
  import '../../OrLabel-aff09c39.js';
22
+ import '../../OrLoader-864ef92a.js';
22
23
  import '../../useIdAttribute-cf61643f.js';
23
24
  import '../../useValidationAttributes-6df7bcf9.js';
24
25
  import '../../browser-82dea9ed.js';
@@ -0,0 +1,5 @@
1
+ export { default as OrTextarea } from './OrTextarea.vue';
2
+ export { default as OrInput } from './OrInput.vue';
3
+ export { default as OrNumberInput } from './OrNumberInput.vue';
4
+ export { default as OrPassword } from './OrPassword.vue';
5
+ export { default as OrSearch } from './OrSearch.vue';
@@ -1,9 +1,9 @@
1
- export { _ as OrPassword } from '../../OrPassword-a818e7b5.js';
1
+ export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from '../../OrPassword-7da938aa.js';
2
+ export { O as OrInput } from '../../OrInput-08f2f666.js';
3
+ export { O as OrSearch } from '../../OrSearch-f7cfa52f.js';
2
4
  import '../../index-fa6eb4ca.js';
3
5
  import 'vue';
4
6
  import '@vue/composition-api/dist/vue-composition-api.mjs';
5
- import '@vueuse/core';
6
- import '../../OrInput-df1a14fa.js';
7
7
  import '../../px-to-rem-0b26b83e.js';
8
8
  import '../../dom-3a15d036.js';
9
9
  import 'lodash';
@@ -13,6 +13,7 @@ import '../../browser-82dea9ed.js';
13
13
  import '../../OrHint-fabea4cf.js';
14
14
  import '../../OrError-31503e4c.js';
15
15
  import '../../OrCollapse-3aa9a9b7.js';
16
+ import '@vueuse/core';
16
17
  import '../../OrIconButton-65962c1c.js';
17
18
  import '../../OrTooltip-dfea7af2.js';
18
19
  import '../../OrTooltipContent-f0fd5f75.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrListOfInputs } from '../../OrListOfInputs-ab7f9d97.js';
1
+ export { _ as OrListOfInputs } from '../../OrListOfInputs-8f076650.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -22,6 +22,6 @@ import '../../dom-3a15d036.js';
22
22
  import '../../OrLoader-05057239.js';
23
23
  import '../../OrIconButton-65962c1c.js';
24
24
  import '../../OrTooltip-dfea7af2.js';
25
- import '../../OrInput-df1a14fa.js';
25
+ import '../../OrInput-08f2f666.js';
26
26
  import '../../OrHint-fabea4cf.js';
27
27
  import '../../OrCollapse-3aa9a9b7.js';
@@ -1,10 +1,10 @@
1
- export { O as OrSearchV3 } from '../../OrSearch-d1169241.js';
1
+ export { O as OrSearchV3 } from '../../OrSearch-d7326373.js';
2
2
  export { a as SearchSize } from '../../OrInputBox-2f559e98.js';
3
3
  import '@vueuse/core';
4
4
  import '../../index-fa6eb4ca.js';
5
5
  import 'vue';
6
6
  import '@vue/composition-api/dist/vue-composition-api.mjs';
7
- import '../../OrInput-5404a234.js';
7
+ import '../../OrInput-c539e47c.js';
8
8
  import '../../OrError-52f668a4.js';
9
9
  import '../../normalize-component-6e8e3d80.js';
10
10
  import '../../OrHint-fde53334.js';
@@ -20,6 +20,7 @@ import 'portal-vue';
20
20
  import '../../useElevation-aac032f4.js';
21
21
  import '../../useResponsive-e13dfbb0.js';
22
22
  import '../../OrLabel-aff09c39.js';
23
+ import '../../OrLoader-864ef92a.js';
23
24
  import '../../useIdAttribute-cf61643f.js';
24
25
  import '../../useValidationAttributes-6df7bcf9.js';
25
26
  import '../../browser-82dea9ed.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrSelectV3 } from '../../OrSelect-5634790b.js';
1
+ export { _ as OrSelectV3 } from '../../OrSelect-8802f330.js';
2
2
  export { a as SelectSize } from '../../OrInputBox-2f559e98.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
@@ -12,7 +12,7 @@ import '../../OrError-52f668a4.js';
12
12
  import '../../OrExpansionPanel-96b8f568.js';
13
13
  import '../../OrIcon-458206aa.js';
14
14
  import '../../OrHint-fde53334.js';
15
- import '../../OrInput-5404a234.js';
15
+ import '../../OrInput-c539e47c.js';
16
16
  import '../../OrIconButton-4bdd1566.js';
17
17
  import '../../OrTooltip-b1f38647.js';
18
18
  import '@vueuse/core';
@@ -24,6 +24,7 @@ import '../../OrTeleport.vue2-e9ba3054.js';
24
24
  import 'portal-vue';
25
25
  import '../../useElevation-aac032f4.js';
26
26
  import '../../useResponsive-e13dfbb0.js';
27
+ import '../../OrLoader-864ef92a.js';
27
28
  import '../../useValidationAttributes-6df7bcf9.js';
28
29
  import '../../OrMenuItem-e2693a5f.js';
29
30
  import '../../OrTag-8d738be6.js';
@@ -12,8 +12,8 @@ export { O as OrIconButton } from './OrIconButton-65962c1c.js';
12
12
  export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from './constants-c5d1139f.js';
13
13
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from './OrButton-d45772c1.js';
14
14
  export { O as OrCard } from './OrCard-a6b30f8f.js';
15
- export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-166cfcc6.js';
16
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-091e2193.js';
15
+ export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-89428bbf.js';
16
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-c1ccde63.js';
17
17
  export { _ as OrCardV3 } from './OrCard-45d5869b.js';
18
18
  export { a as OrCarousel, _ as OrCarouselItem } from './OrCarouselItem-6da755c0.js';
19
19
  export { O as OrCheckbox } from './OrCheckbox-4cbddd67.js';
@@ -23,8 +23,8 @@ export { _ as OrChips } from './OrChips-890b8476.js';
23
23
  export { _ as OrCode, O as OrCodeLanguages } from './OrCode-fc6876ec.js';
24
24
  export { O as OrCollapse } from './OrCollapse-3aa9a9b7.js';
25
25
  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-a1a37e83.js';
26
- export { _ as OrConfirm } from './OrConfirm-55b89b17.js';
27
- export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-bb2df177.js';
26
+ export { _ as OrConfirm } from './OrConfirm-56d01cff.js';
27
+ export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-cc8b767f.js';
28
28
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-e212f892.js';
29
29
  export { O as OrError } from './OrError-31503e4c.js';
30
30
  export { _ as OrErrorTagV3 } from './OrErrorTag-97a9112b.js';
@@ -43,13 +43,15 @@ export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-b009
43
43
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-7262efdf.js';
44
44
  export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-6e8c1f80.js';
45
45
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, O as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-2f559e98.js';
46
- export { I as InputType, O as OrInputV3 } from './OrInput-5404a234.js';
47
- export { O as OrInput } from './OrInput-df1a14fa.js';
46
+ export { I as InputType, O as OrInputV3 } from './OrInput-c539e47c.js';
47
+ export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-7da938aa.js';
48
+ export { O as OrInput } from './OrInput-08f2f666.js';
49
+ export { O as OrSearch } from './OrSearch-f7cfa52f.js';
48
50
  export { O as OrLabel } from './OrLabel-74c73ba4.js';
49
51
  export { L as LabelVariant, O as OrLabelV3 } from './OrLabel-aff09c39.js';
50
52
  export { L as LinkColor, _ as OrLinkV3 } from './OrLink-0d952e87.js';
51
53
  export { O as OrList } from './OrList-4e84a3b4.js';
52
- export { _ as OrListOfInputs } from './OrListOfInputs-ab7f9d97.js';
54
+ export { _ as OrListOfInputs } from './OrListOfInputs-8f076650.js';
53
55
  export { L as LoaderViews, O as OrLoader } from './OrLoader-05057239.js';
54
56
  export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, O as OrLoaderV3 } from './OrLoader-864ef92a.js';
55
57
  export { O as OrMenuItemV3 } from './OrMenuItem-e2693a5f.js';
@@ -59,22 +61,19 @@ export { O as OrModal, a as OrModalSizes } from './OrModal-a5411b0d.js';
59
61
  export { M as ModalSize, _ as OrModalV3 } from './OrModal-51b9f3e7.js';
60
62
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-3909aaf2.js';
61
63
  export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-7f761f25.js';
62
- export { _ as OrNumberInput } from './OrNumberInput-face8ccc.js';
63
64
  export { _ as OrOverflowMenu } from './OrOverflowMenu-711e460e.js';
64
65
  export { O as OrOverlay } from './OrOverlay-47967a8b.js';
65
66
  export { O as OrOverlayV3 } from './OrOverlay-efa7992e.js';
66
- export { _ as OrPassword } from './OrPassword-a818e7b5.js';
67
67
  export { _ as OrPaginationV3 } from './OrPagination-daf25de2.js';
68
68
  export { O as OrProgress, a as OrProgressColors, b as OrProgressTypes } from './OrProgress-de947341.js';
69
69
  export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-15fe65ec.js';
70
70
  export { _ as OrRadio } from './OrRadio-187d6fc7.js';
71
71
  export { _ as OrRadioGroup } from './OrRadioGroup-aa9f0757.js';
72
72
  export { _ as OrRadioV3 } from './OrRadio-fe23947a.js';
73
- export { O as OrSearch } from './OrSearch-832d7978.js';
74
- export { O as OrSearchV3 } from './OrSearch-d1169241.js';
73
+ export { O as OrSearchV3 } from './OrSearch-d7326373.js';
75
74
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-878279bf.js';
76
75
  export { _ as OrSelect } from './OrSelect-a23d4210.js';
77
- export { _ as OrSelectV3 } from './OrSelect-5634790b.js';
76
+ export { _ as OrSelectV3 } from './OrSelect-8802f330.js';
78
77
  export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-e2b2c9ec.js';
79
78
  export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-c95ef614.js';
80
79
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-242d22f3.js';
@@ -94,7 +93,6 @@ export { O as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-8d738be6.j
94
93
  export { O as OrTeleport } from './OrTeleportVue2-3544f185.js';
95
94
  export { O as OrTeleportV3 } from './OrTeleport.vue2-e9ba3054.js';
96
95
  export { _ as OrTextV3 } from './OrText-a665b991.js';
97
- export { _ as OrTextarea } from './OrTextarea-71ff236d.js';
98
96
  export { _ as OrTextareaV3 } from './OrTextarea-5c57c02b.js';
99
97
  export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-eacd9b19.js';
100
98
  export { O as OrToast, _ as OrToastContainer } from './OrToastContainer-b03adc37.js';
@@ -2,7 +2,7 @@ import { openBlock, createElementBlock, normalizeClass, createElementVNode, rend
2
2
  import { s as script$1 } from './OrCard.vue_vue_type_script_lang-90ba001b.js';
3
3
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
4
4
  import './OrIcon-1cae8a64.js';
5
- import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-5356fa79.js';
5
+ import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-16fbccc0.js';
6
6
  import './OrIconButton-e637158e.js';
7
7
  import { s as script$3 } from './OrIcon.vue_vue_type_script_lang-7e3a17fe.js';
8
8
  import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-40547ab0.js';
@@ -90,12 +90,12 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
90
90
  } : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["model-value", "html-id", "placeholder", "label", "error", "hint", "max-length", "is-small", "is-required", "is-disabled", "is-readonly", "is-invalid", "onUpdate:modelValue"]);
91
91
  }
92
92
 
93
- var css_248z = "/**\n * A simple way to manage mobile breakpoints described in https://davidwalsh.name/write-media-queries-sass.\n * Can be further extended using following approach https://rimdev.io/making-media-query-mixins-with-sass/\n */\n@keyframes spinAround-056f5f90 {\nfrom {\n transform: rotate(0);\n}\nto {\n transform: rotate(359deg);\n}\n}\n@keyframes fade-056f5f90 {\nfrom {\n opacity: 1;\n}\nto {\n opacity: 0;\n}\n}\n.or-search .or-icon-button-root[data-v-056f5f90] {\n position: absolute;\n top: 50%;\n right: 0;\n z-index: 1;\n transform: translate(-0.625rem, -50%);\n}\n.or-search[data-v-056f5f90] .or-textbox--input {\n padding-right: calc(0.625rem + 1.625rem);\n}\n.or-search.is-small[data-v-056f5f90] .or-textbox--input {\n padding-right: calc(0.625rem + 1.5rem);\n}";
93
+ var css_248z = "/**\n * A simple way to manage mobile breakpoints described in https://davidwalsh.name/write-media-queries-sass.\n * Can be further extended using following approach https://rimdev.io/making-media-query-mixins-with-sass/\n */\n@keyframes spinAround-2ef674d2 {\nfrom {\n transform: rotate(0);\n}\nto {\n transform: rotate(359deg);\n}\n}\n@keyframes fade-2ef674d2 {\nfrom {\n opacity: 1;\n}\nto {\n opacity: 0;\n}\n}\n.or-search .or-icon-button-root[data-v-2ef674d2] {\n position: absolute;\n top: 50%;\n right: 0;\n z-index: 1;\n transform: translate(-0.625rem, -50%);\n}\n.or-search[data-v-2ef674d2] .or-textbox--input {\n padding-right: calc(0.625rem + 1.625rem);\n}\n.or-search.is-small[data-v-2ef674d2] .or-textbox--input {\n padding-right: calc(0.625rem + 1.5rem);\n}";
94
94
  styleInject(css_248z);
95
95
 
96
96
  script$2.render = render;
97
- script$2.__scopeId = "data-v-056f5f90";
98
- script$2.__file = "src/components/or-search/OrSearch.vue";
97
+ script$2.__scopeId = "data-v-2ef674d2";
98
+ script$2.__file = "src/components/or-inputs/OrSearch.vue";
99
99
 
100
100
  var script = defineComponent({
101
101
  name: 'OrCardCollection',
@@ -7,7 +7,7 @@ import { s as script$5 } from './OrMenu.vue_vue_type_script_lang-df35fd76.js';
7
7
  import './OrMenuItem-807e2a49.js';
8
8
  import { s as script$6 } from './OrMenuItem.vue_vue_type_script_lang-2400ec2a.js';
9
9
  import './OrIcon-1a5c9091.js';
10
- import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-ab2ef22c.js';
10
+ import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-56eb4e93.js';
11
11
  import { s as script$4 } from './OrButton.vue_vue_type_script_lang-3b1e442b.js';
12
12
  import { s as script$7 } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
13
13
 
@@ -3,11 +3,10 @@ import { useMagicKeys, useActiveElement, whenever } from '@vueuse/core';
3
3
  import { l as logicAnd } from './index-01519e46.js';
4
4
  import './OrButton-ec723bb7.js';
5
5
  import './OrModal-868160ef.js';
6
- import './OrInput-704e72ba.js';
6
+ import { s as script$3 } from './OrInput-7d4b571a.js';
7
7
  import { a as BUTTON_COLOR } from './constants-c5d1139f.js';
8
8
  import { s as script$2, O as OrModalSizes } from './OrModal.vue_vue_type_script_lang-a1ed2ebb.js';
9
9
  import { s as script$1 } from './OrButton.vue_vue_type_script_lang-ffc66d00.js';
10
- import { s as script$3 } from './OrInput.vue_vue_type_script_lang-409235cc.js';
11
10
 
12
11
  var script = defineComponent({
13
12
  name: 'OrConfirm',
@@ -3,10 +3,10 @@ import { l as logicAnd } from './index-01519e46.js';
3
3
  import { defineComponent, ref, computed, watch } from 'vue';
4
4
  import './OrBottomSheet.vue_vue_type_script_lang-bdef5ca2.js';
5
5
  import './OrButton-a1448bfa.js';
6
- import './OrInput-2a7c6b57.js';
6
+ import './OrInput-41f8351a.js';
7
7
  import { s as script$2, a as ButtonColor } from './OrButton.vue_vue_type_script_lang-3b1e442b.js';
8
8
  import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-7edd25f6.js';
9
- import { s as script$3 } from './OrInput.vue_vue_type_script_lang-509de504.js';
9
+ import { s as script$3 } from './OrInput.vue_vue_type_script_lang-b88324b6.js';
10
10
 
11
11
  var ConfirmType;
12
12
  (function (ConfirmType) {
@@ -1,5 +1,5 @@
1
- import { s as script } from './OrInput.vue_vue_type_script_lang-509de504.js';
2
- import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelDynamic, withModifiers, Fragment, createSlots } from 'vue';
1
+ import { s as script } from './OrInput.vue_vue_type_script_lang-b88324b6.js';
2
+ import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelDynamic, Fragment, withModifiers, createSlots } from 'vue';
3
3
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
4
4
 
5
5
  const _hoisted_1 = ["type", "placeholder", "required", "readonly", "disabled"];
@@ -8,6 +8,7 @@ const _hoisted_2 = {
8
8
  };
9
9
  function render(_ctx, _cache, $props, $setup, $data, $options) {
10
10
  const _component_OrLabel = resolveComponent("OrLabel");
11
+ const _component_OrLoader = resolveComponent("OrLoader");
11
12
  const _component_OrIconButton = resolveComponent("OrIconButton");
12
13
  const _component_OrIcon = resolveComponent("OrIcon");
13
14
  const _component_OrInputBox = resolveComponent("OrInputBox");
@@ -48,7 +49,14 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
48
49
  onKeyup: _cache[2] || (_cache[2] = $event => _ctx.$emit('keyup', $event)),
49
50
  onFocus: _cache[3] || (_cache[3] = $event => _ctx.$emit('focus', $event)),
50
51
  onBlur: _cache[4] || (_cache[4] = $event => _ctx.$emit('blur', $event))
51
- }), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelDynamic, _ctx.proxyModelValue]]), createElementVNode("div", _hoisted_2, [_ctx.type === 'password' ? (openBlock(), createBlock(_component_OrIconButton, {
52
+ }), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelDynamic, _ctx.proxyModelValue]]), createElementVNode("div", _hoisted_2, [_ctx.loading ? (openBlock(), createBlock(_component_OrLoader, {
53
+ key: 0,
54
+ variant: 'circular',
55
+ color: 'primary',
56
+ size: _ctx.isMobile ? 'm' : 's'
57
+ }, null, 8 /* PROPS */, ["size"])) : (openBlock(), createElementBlock(Fragment, {
58
+ key: 1
59
+ }, [_ctx.type === 'password' ? (openBlock(), createBlock(_component_OrIconButton, {
52
60
  key: 0,
53
61
  icon: {
54
62
  icon: _ctx.disclosed ? 'visibility_off' : 'visibility',
@@ -69,7 +77,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
69
77
  key: 1,
70
78
  icon: 'search',
71
79
  variant: 'outlined'
72
- }))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)])]),
80
+ }))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */))])]),
81
+
73
82
  _: 1 /* STABLE */
74
83
  }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), !_ctx.invalid ? (openBlock(), createElementBlock(Fragment, {
75
84
  key: 1