@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
@@ -1,7 +1,7 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrCard } from './OrCard-a6b30f8f.js';
3
3
  import { O as OrIcon } from './OrIcon-10ec459c.js';
4
- import { O as OrSearch } from './OrSearch-832d7978.js';
4
+ import { O as OrSearch } from './OrSearch-f7cfa52f.js';
5
5
  import { O as OrIconButton } from './OrIconButton-65962c1c.js';
6
6
  import { defineComponent, ref } from '@vue/composition-api/dist/vue-composition-api.mjs';
7
7
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -197,18 +197,18 @@ var __vue_staticRenderFns__ = [];
197
197
  /* style */
198
198
  const __vue_inject_styles__ = function (inject) {
199
199
  if (!inject) return;
200
- inject("data-v-06085c59_0", {
201
- source: "@keyframes spinAround-data-v-06085c59{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-06085c59{from{opacity:1}to{opacity:0}}.or-card-collection .or-card-collection-toolbar[data-v-06085c59]{display:flex;column-gap:var(--s-4);align-items:center;justify-content:space-between;margin:0 var(--s-4)}.or-card-collection .or-card-collection-toolbar .or-card-collection-sorting[data-v-06085c59]{flex-grow:1;cursor:pointer}.or-card-collection .or-card-collection-toolbar .or-card-collection-sorting .or-card-collection-sorting-column[data-v-06085c59]{display:inline-flex;margin:var(--s-2) var(--s-6);font-size:var(--fs-0);font-weight:var(--fw-0);line-height:var(--lh-0);color:var(--c-neutral-4);text-transform:capitalize;letter-spacing:0;user-select:none}.or-card-collection .or-card-collection-toolbar .or-card-collection-sorting .or-card-collection-sorting-column.sorting-selected[data-v-06085c59]{font-weight:700;color:var(--c-neutral-6)}.or-card-collection .or-card-collection-toolbar .or-card-collection-sorting .or-card-collection-sorting-column.sorting-selected .or-card-collection-sort-direction[data-v-06085c59]{width:14px;height:14px;margin-left:var(--s-1)}.or-card-collection .or-card-collection-toolbar .or-card-collection-layout-buttons .or-icon-button[data-v-06085c59]{border-radius:0}.or-card-collection .or-card-collection-wrapper[data-v-06085c59]{display:flex;margin-top:var(--s-5)}.or-card-collection.or-card-collection-grid .or-card-collection-wrapper[data-v-06085c59]{flex-flow:row wrap}.or-card-collection.or-card-collection-grid .or-card-collection-wrapper .or-card[data-v-06085c59]{margin-right:auto}.or-card-collection.or-card-collection-list .or-card-collection-wrapper[data-v-06085c59]{flex-direction:column}",
200
+ inject("data-v-4839d0ae_0", {
201
+ source: "@keyframes spinAround-data-v-4839d0ae{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-4839d0ae{from{opacity:1}to{opacity:0}}.or-card-collection .or-card-collection-toolbar[data-v-4839d0ae]{display:flex;justify-content:space-between;align-items:center;column-gap:var(--s-4);margin:0 var(--s-4)}.or-card-collection .or-card-collection-toolbar .or-card-collection-sorting[data-v-4839d0ae]{flex-grow:1;cursor:pointer}.or-card-collection .or-card-collection-toolbar .or-card-collection-sorting .or-card-collection-sorting-column[data-v-4839d0ae]{display:inline-flex;margin:var(--s-2) var(--s-6);text-transform:capitalize;color:var(--c-neutral-4);font-size:var(--fs-0);font-weight:var(--fw-0);letter-spacing:0;line-height:var(--lh-0);user-select:none}.or-card-collection .or-card-collection-toolbar .or-card-collection-sorting .or-card-collection-sorting-column.sorting-selected[data-v-4839d0ae]{color:var(--c-neutral-6);font-weight:700}.or-card-collection .or-card-collection-toolbar .or-card-collection-sorting .or-card-collection-sorting-column.sorting-selected .or-card-collection-sort-direction[data-v-4839d0ae]{height:14px;width:14px;margin-left:var(--s-1)}.or-card-collection .or-card-collection-toolbar .or-card-collection-layout-buttons .or-icon-button[data-v-4839d0ae]{border-radius:0}.or-card-collection .or-card-collection-wrapper[data-v-4839d0ae]{display:flex;margin-top:var(--s-5)}.or-card-collection.or-card-collection-grid .or-card-collection-wrapper[data-v-4839d0ae]{flex-flow:row wrap}.or-card-collection.or-card-collection-grid .or-card-collection-wrapper .or-card[data-v-4839d0ae]{margin-right:auto}.or-card-collection.or-card-collection-list .or-card-collection-wrapper[data-v-4839d0ae]{flex-direction:column}",
202
202
  map: undefined,
203
203
  media: undefined
204
- }), inject("data-v-06085c59_1", {
204
+ }), inject("data-v-4839d0ae_1", {
205
205
  source: ".or-card-collection-filter .or-textbox .or-textbox--input{max-width:256px;height:30px}.or-card-collection-sort-direction .or-icon{font-size:1rem}",
206
206
  map: undefined,
207
207
  media: undefined
208
208
  });
209
209
  };
210
210
  /* scoped */
211
- const __vue_scope_id__ = "data-v-06085c59";
211
+ const __vue_scope_id__ = "data-v-4839d0ae";
212
212
  /* module identifier */
213
213
  const __vue_module_identifier__ = undefined;
214
214
  /* functional template */
@@ -6,7 +6,7 @@ import { O as OrButton } from './OrButton-d45772c1.js';
6
6
  import { O as OrMenu } from './OrMenu-52da43bc.js';
7
7
  import { O as OrMenuItem } from './OrMenuItem-e2693a5f.js';
8
8
  import { O as OrIcon } from './OrIcon-458206aa.js';
9
- import { O as OrSearch } from './OrSearch-d1169241.js';
9
+ import { O as OrSearch } from './OrSearch-d7326373.js';
10
10
 
11
11
  const CardCollectionRoot = [
12
12
  // Layout
@@ -3,7 +3,7 @@ import { useMagicKeys, useActiveElement, whenever } from '@vueuse/core';
3
3
  import { l as logicAnd } from './index-17f264f9.js';
4
4
  import { O as OrButton } from './OrButton-705cd0bd.js';
5
5
  import { O as OrModal, a as OrModalSizes } from './OrModal-a5411b0d.js';
6
- import { O as OrInput } from './OrInput-df1a14fa.js';
6
+ import { O as OrInput } from './OrInput-08f2f666.js';
7
7
  import { a as BUTTON_COLOR } from './constants-c5d1139f.js';
8
8
  import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
9
9
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -238,14 +238,14 @@ var __vue_staticRenderFns__ = [];
238
238
  /* style */
239
239
  const __vue_inject_styles__ = function (inject) {
240
240
  if (!inject) return;
241
- inject("data-v-8712b442_0", {
242
- source: "@keyframes spinAround-data-v-8712b442{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-8712b442{from{opacity:1}to{opacity:0}}.or-confirm-footer[data-v-8712b442]{display:flex;flex-direction:row;gap:var(--s-4);justify-content:end}.confirmation-textbox[data-v-8712b442]{margin-top:var(--s-3)}.or-modal[data-v-8712b442] .header{padding-bottom:var(--s-4)!important}.or-modal[data-v-8712b442] .content{padding-bottom:0!important;font-size:var(--fs-1);font-weight:400;line-height:var(--lh-1)}.or-modal[data-v-8712b442] .footer{box-shadow:none!important}",
241
+ inject("data-v-001a7d92_0", {
242
+ source: "@keyframes spinAround-data-v-001a7d92{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-001a7d92{from{opacity:1}to{opacity:0}}.or-confirm-footer[data-v-001a7d92]{display:flex;flex-direction:row;gap:var(--s-4);justify-content:end}.confirmation-textbox[data-v-001a7d92]{margin-top:var(--s-3)}.or-modal[data-v-001a7d92] .header{padding-bottom:var(--s-4)!important}.or-modal[data-v-001a7d92] .content{padding-bottom:0!important;font-size:var(--fs-1);font-weight:400;line-height:var(--lh-1)}.or-modal[data-v-001a7d92] .footer{box-shadow:none!important}",
243
243
  map: undefined,
244
244
  media: undefined
245
245
  });
246
246
  };
247
247
  /* scoped */
248
- const __vue_scope_id__ = "data-v-8712b442";
248
+ const __vue_scope_id__ = "data-v-001a7d92";
249
249
  /* module identifier */
250
250
  const __vue_module_identifier__ = undefined;
251
251
  /* functional template */
@@ -3,7 +3,7 @@ import { l as logicAnd } from './index-17f264f9.js';
3
3
  import './index-fa6eb4ca.js';
4
4
  import { O as OrOverlay } from './OrOverlay-efa7992e.js';
5
5
  import { O as OrButton, a as ButtonColor } from './OrButton-d45772c1.js';
6
- import { O as OrInput } from './OrInput-5404a234.js';
6
+ import { O as OrInput } from './OrInput-c539e47c.js';
7
7
  import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
9
9
 
@@ -5,8 +5,10 @@ import { O as OrIcon } from './OrIcon-458206aa.js';
5
5
  import { O as OrIconButton } from './OrIconButton-4bdd1566.js';
6
6
  import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-2f559e98.js';
7
7
  import { O as OrLabel } from './OrLabel-aff09c39.js';
8
+ import { O as OrLoader } from './OrLoader-864ef92a.js';
8
9
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
9
10
  import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
11
+ import { u as useResponsive } from './useResponsive-e13dfbb0.js';
10
12
  import { defineComponent, ref, computed, reactive } from '@vue/composition-api/dist/vue-composition-api.mjs';
11
13
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
12
14
  import { c as createInjector } from './browser-82dea9ed.js';
@@ -40,7 +42,8 @@ var script = defineComponent({
40
42
  OrIcon,
41
43
  OrIconButton,
42
44
  OrInputBox,
43
- OrLabel
45
+ OrLabel,
46
+ OrLoader
44
47
  },
45
48
  model: {
46
49
  prop: 'modelValue',
@@ -75,6 +78,10 @@ var script = defineComponent({
75
78
  type: String,
76
79
  default: undefined
77
80
  },
81
+ loading: {
82
+ type: Boolean,
83
+ default: false
84
+ },
78
85
  required: {
79
86
  type: Boolean,
80
87
  default: false
@@ -120,6 +127,9 @@ var script = defineComponent({
120
127
  const maxLength = computed(() => controlAttributes.maxlength);
121
128
  const invalid = computed(() => !!props.error);
122
129
  const disclosed = ref(false);
130
+ const {
131
+ isMobile
132
+ } = useResponsive();
123
133
  // Methods
124
134
  function focus() {
125
135
  var _a;
@@ -140,6 +150,7 @@ var script = defineComponent({
140
150
  maxLength,
141
151
  invalid,
142
152
  disclosed,
153
+ isMobile,
143
154
  focus,
144
155
  blur
145
156
  };
@@ -305,7 +316,13 @@ var __vue_render__ = function () {
305
316
  }
306
317
  }, 'input', _vm.controlAttributes, false)), _vm._v(" "), _c('div', {
307
318
  class: ['layout-row']
308
- }, [_vm.type === 'password' ? [_c('OrIconButton', {
319
+ }, [_vm.loading ? [_c('OrLoader', {
320
+ attrs: {
321
+ "variant": 'circular',
322
+ "color": 'primary',
323
+ "size": _vm.isMobile ? 'm' : 's'
324
+ }
325
+ })] : [_vm.type === 'password' ? [_c('OrIconButton', {
309
326
  attrs: {
310
327
  "icon": {
311
328
  icon: _vm.disclosed ? 'visibility_off' : 'visibility',
@@ -337,7 +354,7 @@ var __vue_render__ = function () {
337
354
  "icon": 'search',
338
355
  "variant": 'outlined'
339
356
  }
340
- })]] : _vm._e()], 2)]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
357
+ })]] : _vm._e()]], 2)]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
341
358
  attrs: {
342
359
  "disabled": _vm.disabled
343
360
  },
@@ -366,14 +383,14 @@ var __vue_staticRenderFns__ = [];
366
383
  /* style */
367
384
  const __vue_inject_styles__ = function (inject) {
368
385
  if (!inject) return;
369
- inject("data-v-1243ae22_0", {
370
- source: "input[data-v-1243ae22]{min-width:0;background:0 0;outline:0}input[type=number][data-v-1243ae22]::-webkit-inner-spin-button{display:none}input[type=search][data-v-1243ae22]::-webkit-search-cancel-button{display:none}",
386
+ inject("data-v-aed95298_0", {
387
+ source: "input[data-v-aed95298]{min-width:0;background:0 0;outline:0}input[type=number][data-v-aed95298]::-webkit-inner-spin-button{display:none}input[type=search][data-v-aed95298]::-webkit-search-cancel-button{display:none}",
371
388
  map: undefined,
372
389
  media: undefined
373
390
  });
374
391
  };
375
392
  /* scoped */
376
- const __vue_scope_id__ = "data-v-1243ae22";
393
+ const __vue_scope_id__ = "data-v-aed95298";
377
394
  /* module identifier */
378
395
  const __vue_module_identifier__ = undefined;
379
396
  /* functional template */
@@ -1,7 +1,7 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import _ from 'lodash';
3
3
  import { O as OrList } from './OrList-4e84a3b4.js';
4
- import { O as OrInput } from './OrInput-df1a14fa.js';
4
+ import { O as OrInput } from './OrInput-08f2f666.js';
5
5
  import { O as OrIcon } from './OrIcon-10ec459c.js';
6
6
  import { O as OrIconButton } from './OrIconButton-65962c1c.js';
7
7
  import { defineComponent } from '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -199,14 +199,14 @@ var __vue_staticRenderFns__ = [];
199
199
  /* style */
200
200
  const __vue_inject_styles__ = function (inject) {
201
201
  if (!inject) return;
202
- inject("data-v-52af8efa_0", {
203
- source: ".or-list-of-inputs--delete-button[data-v-52af8efa] .or-icon{font-size:.875rem!important}",
202
+ inject("data-v-3c451b58_0", {
203
+ source: ".or-list-of-inputs--delete-button[data-v-3c451b58] .or-icon{font-size:.875rem!important}",
204
204
  map: undefined,
205
205
  media: undefined
206
206
  });
207
207
  };
208
208
  /* scoped */
209
- const __vue_scope_id__ = "data-v-52af8efa";
209
+ const __vue_scope_id__ = "data-v-3c451b58";
210
210
  /* module identifier */
211
211
  const __vue_module_identifier__ = undefined;
212
212
  /* functional template */