@onereach/ui-components 2.72.2-beta.2274.0 → 2.72.2-beta.2275.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 (138) hide show
  1. package/dist/bundled/v2/{OrCardCollection-4ac89ea5.js → OrCardCollection-80ac6444.js} +1 -1
  2. package/dist/bundled/v2/{OrConfirm-8c0e957d.js → OrConfirm-ea6ea2f7.js} +1 -1
  3. package/dist/bundled/v2/{OrInput-00070eee.js → OrInput-57a47093.js} +28 -11
  4. package/dist/bundled/v2/{OrInputBox-2f559e98.js → OrInputBox-e54dcef9.js} +3 -3
  5. package/dist/bundled/v2/{OrSearch-09fd004c.js → OrSearch-2ff8cadd.js} +3 -4
  6. package/dist/bundled/v2/{OrSelect-2ececfc1.js → OrSelect-359e891b.js} +2 -2
  7. package/dist/bundled/v2/{OrSidebar-a2bc21b9.js → OrSidebar-c95ef614.js} +34 -155
  8. package/dist/bundled/v2/{OrTextarea-5c57c02b.js → OrTextarea-1201353b.js} +1 -1
  9. package/dist/bundled/v2/components/index.js +9 -10
  10. package/dist/bundled/v2/components/or-card-collection-v3/index.js +4 -4
  11. package/dist/bundled/v2/components/or-confirm-v3/index.js +3 -3
  12. package/dist/bundled/v2/components/or-input-box-v3/index.js +1 -1
  13. package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +13 -0
  14. package/dist/bundled/v2/components/or-input-v3/index.js +3 -2
  15. package/dist/bundled/v2/components/or-search-v3/index.js +4 -3
  16. package/dist/bundled/v2/components/or-select-v3/index.js +4 -3
  17. package/dist/bundled/v2/components/or-sidebar-v3/OrSidebar.stories3.d.ts +1 -36
  18. package/dist/bundled/v2/components/or-sidebar-v3/OrSidebar.vue.d.ts +4 -49
  19. package/dist/bundled/v2/components/or-sidebar-v3/index.js +1 -13
  20. package/dist/bundled/v2/components/or-sidebar-v3/styles.d.ts +1 -7
  21. package/dist/bundled/v2/components/or-textarea-v3/index.js +2 -2
  22. package/dist/bundled/v2/index.js +9 -10
  23. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-f76c3264.js → OrCardCollection.vue_vue_type_script_lang-09e66060.js} +1 -1
  24. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-eb2bfce2.js → OrConfirm.vue_vue_type_script_lang-9aff9db3.js} +2 -2
  25. package/dist/bundled/v3/{OrInput-dcf2606e.js → OrInput-44a32124.js} +15 -6
  26. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-27220623.js → OrInput.vue_vue_type_script_lang-4d9e2f4a.js} +15 -3
  27. package/dist/bundled/v3/{OrInputBox-4c7900c2.js → OrInputBox-358d4856.js} +1 -1
  28. package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-47d98e81.js → OrInputBox.vue_vue_type_script_lang-b387d4ba.js} +3 -3
  29. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-c054c8db.js → OrSearch.vue_vue_type_script_lang-faec384c.js} +4 -5
  30. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-7fd5e2f0.js → OrSelect.vue_vue_type_script_lang-c7a9bec2.js} +4 -4
  31. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-ce0b152c.js +181 -0
  32. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-296da567.js → OrTextarea.vue_vue_type_script_lang-de99a858.js} +2 -2
  33. package/dist/bundled/v3/components/index.js +11 -12
  34. package/dist/bundled/v3/components/or-card-collection-v3/index.js +6 -6
  35. package/dist/bundled/v3/components/or-confirm-v3/index.js +5 -5
  36. package/dist/bundled/v3/components/or-input-box-v3/index.js +1 -1
  37. package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +13 -0
  38. package/dist/bundled/v3/components/or-input-v3/index.js +5 -3
  39. package/dist/bundled/v3/components/or-search-v3/index.js +7 -5
  40. package/dist/bundled/v3/components/or-select-v3/index.js +7 -5
  41. package/dist/bundled/v3/components/or-sidebar-v3/OrSidebar.stories3.d.ts +1 -36
  42. package/dist/bundled/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +4 -49
  43. package/dist/bundled/v3/components/or-sidebar-v3/index.js +2 -16
  44. package/dist/bundled/v3/components/or-sidebar-v3/styles.d.ts +1 -7
  45. package/dist/bundled/v3/components/or-textarea-v3/index.js +3 -3
  46. package/dist/bundled/v3/index.js +22 -39
  47. package/dist/esm/v2/{OrCardCollection-5a9eda35.js → OrCardCollection-079828a4.js} +2 -2
  48. package/dist/esm/v2/{OrConfirm-9dbdedd7.js → OrConfirm-7dc26526.js} +1 -1
  49. package/dist/esm/v2/{OrInput-59a15d80.js → OrInput-3d8c8925.js} +28 -11
  50. package/dist/esm/v2/{OrInputBox-9ceb9fc4.js → OrInputBox-53d1f66d.js} +3 -3
  51. package/dist/esm/v2/{OrSearch-7411388b.js → OrSearch-f9b7e168.js} +3 -4
  52. package/dist/esm/v2/{OrSelect-e31d1c8b.js → OrSelect-bdb9a78a.js} +2 -2
  53. package/dist/esm/v2/{OrSidebar-27236fbd.js → OrSidebar-fabc7bc9.js} +34 -155
  54. package/dist/esm/v2/{OrTextarea-a5a3572b.js → OrTextarea-373d0554.js} +1 -1
  55. package/dist/esm/v2/components/index.js +9 -10
  56. package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -4
  57. package/dist/esm/v2/components/or-confirm-v3/index.js +4 -4
  58. package/dist/esm/v2/components/or-input-box-v3/index.js +1 -1
  59. package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +13 -0
  60. package/dist/esm/v2/components/or-input-v3/index.js +4 -3
  61. package/dist/esm/v2/components/or-search-v3/index.js +5 -4
  62. package/dist/esm/v2/components/or-select-v3/index.js +5 -4
  63. package/dist/esm/v2/components/or-sidebar-v3/OrSidebar.stories3.d.ts +1 -36
  64. package/dist/esm/v2/components/or-sidebar-v3/OrSidebar.vue.d.ts +4 -49
  65. package/dist/esm/v2/components/or-sidebar-v3/index.js +1 -13
  66. package/dist/esm/v2/components/or-sidebar-v3/styles.d.ts +1 -7
  67. package/dist/esm/v2/components/or-textarea-v3/index.js +2 -2
  68. package/dist/esm/v2/index.js +8 -9
  69. package/dist/esm/v3/{OrCardCollection-e4fde5b4.js → OrCardCollection-c3a7cc7a.js} +2 -2
  70. package/dist/esm/v3/{OrConfirm-37454a63.js → OrConfirm-403896ca.js} +1 -1
  71. package/dist/esm/v3/{OrInput-bd054213.js → OrInput-71075f51.js} +27 -7
  72. package/dist/esm/v3/{OrInputBox-e16ade90.js → OrInputBox-2467d7e4.js} +3 -3
  73. package/dist/esm/v3/{OrSearch-5406bf03.js → OrSearch-21ac89f3.js} +3 -4
  74. package/dist/esm/v3/{OrSelect-466e50ca.js → OrSelect-c64eda46.js} +2 -2
  75. package/dist/esm/v3/OrSidebar-a62972f5.js +206 -0
  76. package/dist/esm/v3/{OrTextarea-37566985.js → OrTextarea-42d21f77.js} +1 -1
  77. package/dist/esm/v3/components/index.js +9 -10
  78. package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
  79. package/dist/esm/v3/components/or-confirm-v3/index.js +4 -4
  80. package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
  81. package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +13 -0
  82. package/dist/esm/v3/components/or-input-v3/index.js +4 -3
  83. package/dist/esm/v3/components/or-search-v3/index.js +5 -4
  84. package/dist/esm/v3/components/or-select-v3/index.js +5 -4
  85. package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.stories3.d.ts +1 -36
  86. package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +4 -49
  87. package/dist/esm/v3/components/or-sidebar-v3/index.js +1 -12
  88. package/dist/esm/v3/components/or-sidebar-v3/styles.d.ts +1 -7
  89. package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
  90. package/dist/esm/v3/index.js +8 -9
  91. package/package.json +1 -1
  92. package/src/components/or-input-box-v3/styles.ts +3 -6
  93. package/src/components/or-input-v3/OrInput.stories3.ts +4 -0
  94. package/src/components/or-input-v3/OrInput.vue +39 -19
  95. package/src/components/or-search-v3/OrSearch.vue +1 -2
  96. package/src/components/or-sidebar-v3/OrSidebar.docs.mdx +0 -6
  97. package/src/components/or-sidebar-v3/OrSidebar.stories3.ts +12 -253
  98. package/src/components/or-sidebar-v3/OrSidebar.vue +23 -130
  99. package/src/components/or-sidebar-v3/styles.ts +9 -114
  100. package/dist/bundled/v2/OrSidebarCollapseButton-8297ef86.js +0 -125
  101. package/dist/bundled/v2/components/or-sidebar-v3/partials/index.d.ts +0 -1
  102. package/dist/bundled/v2/components/or-sidebar-v3/partials/index.js +0 -18
  103. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +0 -12
  104. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +0 -53
  105. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +0 -1
  106. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +0 -18
  107. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +0 -2
  108. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-7f3f1a16.js +0 -291
  109. package/dist/bundled/v3/OrSidebarCollapseButton.vue_vue_type_script_lang-9aeba2d4.js +0 -75
  110. package/dist/bundled/v3/components/or-sidebar-v3/partials/index.d.ts +0 -1
  111. package/dist/bundled/v3/components/or-sidebar-v3/partials/index.js +0 -17
  112. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +0 -12
  113. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +0 -53
  114. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +0 -1
  115. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +0 -17
  116. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +0 -2
  117. package/dist/esm/v2/OrSidebarCollapseButton-cfe51a60.js +0 -123
  118. package/dist/esm/v2/components/or-sidebar-v3/partials/index.d.ts +0 -1
  119. package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +0 -16
  120. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +0 -12
  121. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +0 -53
  122. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +0 -1
  123. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +0 -16
  124. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +0 -2
  125. package/dist/esm/v3/OrSidebar-61d84c3e.js +0 -313
  126. package/dist/esm/v3/OrSidebarCollapseButton-1b9c83ef.js +0 -94
  127. package/dist/esm/v3/components/or-sidebar-v3/partials/index.d.ts +0 -1
  128. package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +0 -15
  129. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +0 -12
  130. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +0 -53
  131. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +0 -1
  132. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +0 -15
  133. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +0 -2
  134. package/src/components/or-sidebar-v3/partials/index.ts +0 -1
  135. package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.ts +0 -48
  136. package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue +0 -79
  137. package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.ts +0 -1
  138. package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.ts +0 -50
@@ -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-09fd004c.js';
9
+ import { O as OrSearch } from './OrSearch-2ff8cadd.js';
10
10
 
11
11
  const CardCollectionRoot = [
12
12
  // Layout
@@ -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-00070eee.js';
6
+ import { O as OrInput } from './OrInput-57a47093.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
 
@@ -3,10 +3,12 @@ import { O as OrError } from './OrError-52f668a4.js';
3
3
  import { O as OrHint } from './OrHint-fde53334.js';
4
4
  import { O as OrIcon } from './OrIcon-458206aa.js';
5
5
  import { O as OrIconButton } from './OrIconButton-837d57f8.js';
6
- import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-2f559e98.js';
6
+ import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-e54dcef9.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
  };
@@ -176,7 +187,7 @@ var __vue_render__ = function () {
176
187
  "variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
177
188
  "size": _vm.size,
178
189
  "invalid": _vm.invalid,
179
- "readonly": _vm.readonly,
190
+ "readonly": _vm.readonly || _vm.loading,
180
191
  "disabled": _vm.disabled
181
192
  }
182
193
  }, [(_vm.type === 'password' && _vm.disclosed ? 'text' : _vm.type) === 'checkbox' ? _c('input', _vm._b({
@@ -191,7 +202,7 @@ var __vue_render__ = function () {
191
202
  attrs: {
192
203
  "placeholder": _vm.placeholder,
193
204
  "required": _vm.required,
194
- "readonly": _vm.readonly,
205
+ "readonly": _vm.readonly || _vm.loading,
195
206
  "disabled": _vm.disabled,
196
207
  "type": "checkbox"
197
208
  },
@@ -240,7 +251,7 @@ var __vue_render__ = function () {
240
251
  attrs: {
241
252
  "placeholder": _vm.placeholder,
242
253
  "required": _vm.required,
243
- "readonly": _vm.readonly,
254
+ "readonly": _vm.readonly || _vm.loading,
244
255
  "disabled": _vm.disabled,
245
256
  "type": "radio"
246
257
  },
@@ -276,7 +287,7 @@ var __vue_render__ = function () {
276
287
  attrs: {
277
288
  "placeholder": _vm.placeholder,
278
289
  "required": _vm.required,
279
- "readonly": _vm.readonly,
290
+ "readonly": _vm.readonly || _vm.loading,
280
291
  "disabled": _vm.disabled,
281
292
  "type": _vm.type === 'password' && _vm.disclosed ? 'text' : _vm.type
282
293
  },
@@ -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-9ec674d8_0", {
387
+ source: "input[data-v-9ec674d8]{min-width:0;background:0 0;outline:0}input[type=number][data-v-9ec674d8]::-webkit-inner-spin-button{display:none}input[type=search][data-v-9ec674d8]::-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-9ec674d8";
377
394
  /* module identifier */
378
395
  const __vue_module_identifier__ = undefined;
379
396
  /* functional template */
@@ -43,16 +43,16 @@ const InputBoxRootVariants = {
43
43
  const InputBoxRootSizes = {
44
44
  'm': [
45
45
  // Box
46
- 'children:min-h-[34px]',
46
+ 'children:min-h-[46px] children:md:min-h-[34px]',
47
47
  // Spacing
48
- 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'children:pt-[11px] children:md:pt-[7px]', 'children:pb-[11px] children:md:pb-[6px]', 'gap-sm+ md:gap-sm',
48
+ 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'gap-sm+ md:gap-sm',
49
49
  // Typography
50
50
  'typography-body-2-regular'],
51
51
  's': [
52
52
  // Box
53
53
  'children:min-h-[30px]',
54
54
  // Spacing
55
- 'first-child:pl-sm', 'last-child:pr-sm', 'children:py-[6px]', 'gap-[6px]',
55
+ 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'gap-[6px]',
56
56
  // Typography
57
57
  'typography-caption-regular']
58
58
  };
@@ -1,8 +1,8 @@
1
1
  import { debouncedWatch } from '@vueuse/core';
2
2
  import './index-fa6eb4ca.js';
3
- import { O as OrInput } from './OrInput-00070eee.js';
3
+ import { O as OrInput } from './OrInput-57a47093.js';
4
4
  import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
5
- import { a as InputBoxSize } from './OrInputBox-2f559e98.js';
5
+ import { a as InputBoxSize } from './OrInputBox-e54dcef9.js';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
7
7
 
8
8
  var script = defineComponent({
@@ -48,12 +48,11 @@ var script = defineComponent({
48
48
  // State
49
49
  const localModelValue = ref((_a = props.modelValue) !== null && _a !== void 0 ? _a : '');
50
50
  // Events
51
- debouncedWatch(localModelValue, () => localModelValue.value.length > 0 && context.emit('search', localModelValue.value), {
51
+ debouncedWatch(localModelValue, () => context.emit('search', localModelValue.value), {
52
52
  debounce: props.debounce
53
53
  });
54
54
  watch(localModelValue, (val, beforeVal) => {
55
55
  if (val.length === 0 && beforeVal.length > 0) {
56
- context.emit('search');
57
56
  context.emit('clear');
58
57
  }
59
58
  });
@@ -4,8 +4,8 @@ import { O as OrError } from './OrError-52f668a4.js';
4
4
  import { O as OrExpansionPanel } from './OrExpansionPanel-96b8f568.js';
5
5
  import { O as OrHint } from './OrHint-fde53334.js';
6
6
  import { O as OrIcon } from './OrIcon-458206aa.js';
7
- import { O as OrInput } from './OrInput-00070eee.js';
8
- import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-2f559e98.js';
7
+ import { O as OrInput } from './OrInput-57a47093.js';
8
+ import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-e54dcef9.js';
9
9
  import { O as OrLabel } from './OrLabel-aff09c39.js';
10
10
  import { O as OrMenuItem } from './OrMenuItem-e2693a5f.js';
11
11
  import { O as OrPopover } from './OrPopover-4e8acb7b.js';
@@ -1,63 +1,35 @@
1
1
  import { useDraggable, useElementBounding } from '@vueuse/core';
2
2
  import _ from 'lodash';
3
3
  import './index-fa6eb4ca.js';
4
- import { O as OrSidebarPlacement, a as OrSidebarCollapseButton } from './OrSidebarCollapseButton-8297ef86.js';
5
- import { defineComponent, ref, computed, useSlots, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
4
+ import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
6
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
7
6
 
7
+ var OrSidebarPlacement;
8
+ (function (OrSidebarPlacement) {
9
+ OrSidebarPlacement["left"] = "left";
10
+ OrSidebarPlacement["right"] = "right";
11
+ })(OrSidebarPlacement || (OrSidebarPlacement = {}));
12
+
8
13
  const SidebarRoot = [
9
14
  // Position
10
15
  'relative',
11
16
  // Layout
12
- 'flex', 'flex-row', 'shrink-0',
13
- // Box
14
- 'min-w-0', 'h-auto', 'p-0',
15
- // Theme
16
- 'bg-background', 'dark:bg-background-dark'];
17
- const SidebarBar = [
18
- // Position
19
- 'relative',
20
- // Layout
21
- 'flex', 'flex-col', 'shrink-0', 'grow',
22
- // Box
23
- 'min-h-0', 'p-0',
24
- // Theme
25
- 'text-on-background', 'dark:text-on-background-dark',
26
- // Transition
27
- 'transition-[width]'];
28
- const SidebarToolbar = [
29
- // Position
30
- 'relative',
31
- // Layout
32
- 'flex', 'flex-col', 'shrink-0', 'grow', 'overflow-auto', 'items-center',
33
- // Sizing
34
- 'gap-md',
17
+ 'flex', 'flex-col', 'shrink-0',
35
18
  // Box
36
- 'min-h-0', 'min-w-xl', 'p-[6px]', 'py-md+',
37
- // Theme
38
- 'text-outline', 'dark:text-outline-dark'];
39
- const CollapsibleSidebarToolbar = ['pt-[56px]'];
40
- const SidebarSides = {
19
+ 'min-h-0', 'p-0'];
20
+ const SidebarRootSides = {
41
21
  [OrSidebarPlacement.left]: [
42
22
  // Borders
43
- 'border-r-[1px]', 'border-r-solid', 'border-r-outline-variant dark:border-r-outline-variant-dark'],
23
+ 'border-r-[1px]', 'border-r-solid', 'border-r-secondary dark:border-r-secondary-dark'],
44
24
  [OrSidebarPlacement.right]: [
45
25
  // Borders
46
- 'border-l-[1px]', 'border-l-solid', 'border-l-outline-variant dark:border-l-outline-variant-dark']
47
- };
48
- const SidebarToolbarSides = {
49
- [OrSidebarPlacement.left]: [
50
- // Borders
51
- 'border-r-[1px]', 'border-r-solid', 'border-r-outline-variant dark:border-r-outline-variant-dark'],
52
- [OrSidebarPlacement.right]: [
53
- // Borders
54
- 'border-l-[1px]', 'border-l-solid', 'border-l-outline-variant dark:border-l-outline-variant-dark']
26
+ 'border-l-[1px]', 'border-l-solid', 'border-l-secondary dark:border-l-secondary-dark']
55
27
  };
56
28
  const SidebarResize = [
57
29
  // Position
58
30
  'absolute', 'inset-y-none', 'z-[1]',
59
31
  // Box
60
- 'w-sm+', 'h-[100%]',
32
+ 'w-[12px]', 'h-[100%]',
61
33
  // Cursor
62
34
  'cursor-ew-resize'];
63
35
  const SidebarResizeSides = {
@@ -65,80 +37,57 @@ const SidebarResizeSides = {
65
37
  // Position
66
38
  '-right-[1px]',
67
39
  // Borders
68
- 'hover:border-r-2', 'hover:border-r-primary-hover hover:dark:border-r-primary-hover-dark',
40
+ 'hover:border-r-2', 'hover:border-r-primary hover:dark:border-r-primary-dark',
69
41
  // Transition
70
42
  'transition-[border-right]'],
71
43
  [OrSidebarPlacement.right]: [
72
44
  // Position
73
45
  '-left-[1px]',
74
46
  // Borders
75
- 'hover:border-l-2', 'hover:border-l-primary-hover hover:dark:border-l-primary-hover-dark',
47
+ 'hover:border-l-2', 'hover:border-l-primary hover:dark:border-l-primary-dark',
76
48
  // Transition
77
49
  'transition-[border-left]']
78
50
  };
79
- const SidebarCollapseButton = [
80
- // Position
81
- 'absolute', 'top-md', 'inset-y-none', 'z-[1]'];
82
- const SidebarCollapseButtonSides = {
83
- [OrSidebarPlacement.left]: [
84
- // Position
85
- '-right-[12px]'],
86
- [OrSidebarPlacement.right]: [
87
- // Position
88
- '-left-[12px]']
89
- };
90
51
  const SidebarResizingSides = {
91
52
  [OrSidebarPlacement.left]: [
92
53
  // Borders
93
- 'border-r-2', 'border-r-primary-hover dark:border-r-primary-hover-dark'],
54
+ 'border-r-2', 'border-r-primary dark:border-r-primary-dark'],
94
55
  [OrSidebarPlacement.right]: [
95
56
  // Borders
96
- 'border-l-2', 'border-l-primary-hover dark:border-l-primary-hover-dark']
57
+ 'border-l-2', 'border-l-primary dark:border-l-primary-dark']
97
58
  };
98
59
  const SidebarMain = [
99
60
  // Layout
100
- 'flex', 'flex-col', 'grow', 'overflow-x-hidden',
61
+ 'flex', 'flex-col', 'grow',
101
62
  // Box
102
63
  'min-h-0'];
103
64
  const SidebarHeader = [
104
- // Layout
105
- 'shrink-0', 'overflow-hidden',
106
65
  // Sizing
107
- 'p-md',
108
- // Typography
109
- 'typography-headline-2', 'whitespace-nowrap', 'text-ellipsis'];
66
+ 'p-md'];
110
67
  const SidebarContent = [
111
68
  // Layout
112
69
  'grow', 'overflow-auto',
113
70
  // Sizing
114
71
  'p-md'];
115
72
  const SidebarFooter = [
116
- // Layout
117
- 'shrink-0', 'overflow-x-hidden',
118
73
  // Sizing
119
74
  'p-md',
120
75
  // Borders
121
- 'border-t-[1px]', 'border-t-solid', 'border-t-outline-variant dark:border-t-outline-variant-dark'];
76
+ 'border-t-[1px]', 'border-t-solid', 'border-t-secondary dark:border-t-secondary-dark'];
122
77
 
123
78
  var script = defineComponent({
124
79
  name: 'OrSidebar',
125
- components: {
126
- OrSidebarCollapseButton
127
- },
128
80
  props: {
129
81
  width: {
130
82
  type: Number,
131
- default: 320,
83
+ required: false,
84
+ default: 0,
132
85
  validator: value => _.isNumber(value) && value >= 0
133
86
  },
134
87
  minimumWidth: {
135
88
  type: Number,
136
- default: 256,
137
- validator: value => _.isNumber(value) && value >= 0
138
- },
139
- maximumWidth: {
140
- type: Number,
141
- default: 384,
89
+ required: false,
90
+ default: 350,
142
91
  validator: value => _.isNumber(value) && value >= 0
143
92
  },
144
93
  /**
@@ -152,18 +101,9 @@ var script = defineComponent({
152
101
  type: String,
153
102
  default: OrSidebarPlacement.right,
154
103
  validator: value => _.includes(_.values(OrSidebarPlacement), value)
155
- },
156
- draggable: {
157
- type: Boolean,
158
- default: true
159
- },
160
- collapsible: {
161
- type: Boolean,
162
- default: false
163
104
  }
164
105
  },
165
- emits: ['change:width', 'open', 'close'],
166
- expose: ['root', 'open', 'close'],
106
+ emits: ['change:width'],
167
107
  setup(props, {
168
108
  emit
169
109
  }) {
@@ -174,26 +114,16 @@ var script = defineComponent({
174
114
  var _a;
175
115
  return (_a = root.value) === null || _a === void 0 ? void 0 : _a.parentElement;
176
116
  });
177
- // Slots
178
- const {
179
- toolbar: toolbarSlot
180
- } = useSlots();
181
117
  // State
182
118
  const startPositionX = ref(0);
183
119
  const isResizing = ref(false);
184
- const isCollapsed = ref(false);
185
- const maximumWidth = ref(props.maximumWidth || 384);
186
120
  const localWidth = ref(props.width >= props.minimumWidth ? props.width : props.minimumWidth);
187
- const isShowingToolbar = computed(() => !!toolbarSlot);
188
121
  // Styles
189
122
  const sidebarStyle = computed(() => ({
190
- width: (isCollapsed.value ? 16 : localWidth.value) + 'px'
123
+ width: localWidth.value + 'px'
191
124
  }));
192
- const rootStyles = computed(() => ['or-sidebar', ...SidebarRoot]);
193
- const sidebarStyles = computed(() => [...SidebarBar, ...SidebarSides[props.side]]);
194
- const toolbarStyles = computed(() => [...SidebarToolbar, ...(props.collapsible ? CollapsibleSidebarToolbar : []), ...SidebarToolbarSides[props.side]]);
125
+ const rootStyles = computed(() => ['or-sidebar', ...SidebarRoot, ...SidebarRootSides[props.side]]);
195
126
  const resizeStyles = computed(() => [...SidebarResize, ...SidebarResizeSides[props.side], ...(isResizing.value ? SidebarResizingSides[props.side] : [])]);
196
- const collapsibleButtonStyles = computed(() => [...SidebarCollapseButton, ...SidebarCollapseButtonSides[props.side]]);
197
127
  const mainStyles = computed(() => [...SidebarMain]);
198
128
  const headerStyles = computed(() => [...SidebarHeader]);
199
129
  const contentStyles = computed(() => [...SidebarContent]);
@@ -219,15 +149,8 @@ var script = defineComponent({
219
149
  isResizing.value = false;
220
150
  }
221
151
  });
222
- // Methods
223
- function open() {
224
- isCollapsed.value = false;
225
- }
226
- function close() {
227
- isCollapsed.value = true;
228
- }
229
152
  const {
230
- width: containerWidth
153
+ width: maximumWidth
231
154
  } = useElementBounding(parentContainer);
232
155
  watch(() => props.width, newValue => {
233
156
  if (newValue !== localWidth.value) {
@@ -237,36 +160,22 @@ var script = defineComponent({
237
160
  watch(() => props.minimumWidth, newMinimum => {
238
161
  if (newMinimum > localWidth.value) localWidth.value = newMinimum;
239
162
  });
240
- watch(() => props.maximumWidth, newMaximum => {
241
- if (newMaximum < maximumWidth.value) maximumWidth.value = newMaximum;
242
- });
243
- watch(containerWidth, newMaximum => {
244
- if (newMaximum < maximumWidth.value) maximumWidth.value = newMaximum;
245
- });
246
163
  watch(maximumWidth, newMaximum => {
247
164
  if (newMaximum < localWidth.value) localWidth.value = newMaximum;
248
165
  });
249
166
  watch(localWidth, val => emit('change:width', val));
250
- watch(isCollapsed, val => emit(val ? 'close' : 'open'));
251
167
  return {
252
168
  root,
253
169
  resizeBar,
254
170
  isResizing,
255
- isCollapsed,
256
171
  localWidth,
257
- isShowingToolbar,
258
172
  sidebarStyle,
259
173
  rootStyles,
260
- sidebarStyles,
261
- toolbarStyles,
262
174
  resizeStyles,
263
- collapsibleButtonStyles,
264
175
  mainStyles,
265
176
  headerStyles,
266
177
  contentStyles,
267
- footerStyles,
268
- open,
269
- close
178
+ footerStyles
270
179
  };
271
180
  }
272
181
  });
@@ -281,50 +190,20 @@ var __vue_render__ = function () {
281
190
  var _c = _vm._self._c || _h;
282
191
  return _c('aside', {
283
192
  ref: "root",
284
- class: _vm.rootStyles
285
- }, [_vm.side === 'right' && _vm.isShowingToolbar ? _c('div', {
286
- class: _vm.toolbarStyles
287
- }, [_vm._t("toolbar")], 2) : _vm._e(), _vm._v(" "), _c('div', {
288
- class: _vm.sidebarStyles,
193
+ class: _vm.rootStyles,
289
194
  style: _vm.sidebarStyle
290
- }, [_vm.draggable && !_vm.isCollapsed ? _c('div', {
195
+ }, [_c('div', {
291
196
  ref: "resizeBar",
292
197
  class: _vm.resizeStyles
293
- }) : _vm._e(), _vm._v(" "), _vm.collapsible ? _c('or-sidebar-collapse-button', {
294
- class: _vm.collapsibleButtonStyles,
295
- attrs: {
296
- "side": _vm.side
297
- },
298
- model: {
299
- value: _vm.isCollapsed,
300
- callback: function ($$v) {
301
- _vm.isCollapsed = $$v;
302
- },
303
- expression: "isCollapsed"
304
- }
305
- }) : _vm._e(), _vm._v(" "), _c('div', {
306
- directives: [{
307
- name: "show",
308
- rawName: "v-show",
309
- value: !_vm.isCollapsed,
310
- expression: "!isCollapsed"
311
- }],
198
+ }), _vm._v(" "), _c('div', {
312
199
  class: _vm.mainStyles
313
200
  }, [_vm.$slots.header ? _c('div', {
314
201
  class: _vm.headerStyles
315
202
  }, [_vm._t("header")], 2) : _vm._e(), _vm._v(" "), _c('div', {
316
203
  class: _vm.contentStyles
317
204
  }, [_vm._t("default")], 2)]), _vm._v(" "), _vm.$slots.footer ? _c('div', {
318
- directives: [{
319
- name: "show",
320
- rawName: "v-show",
321
- value: !_vm.isCollapsed,
322
- expression: "!isCollapsed"
323
- }],
324
205
  class: _vm.footerStyles
325
- }, [_vm._t("footer")], 2) : _vm._e()], 1), _vm._v(" "), _vm.side === 'left' && _vm.isShowingToolbar ? _c('div', {
326
- class: _vm.toolbarStyles
327
- }, [_vm._t("toolbar")], 2) : _vm._e()]);
206
+ }, [_vm._t("footer")], 2) : _vm._e()]);
328
207
  };
329
208
  var __vue_staticRenderFns__ = [];
330
209
 
@@ -348,4 +227,4 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
348
227
  }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
349
228
  var __vue_component__$1 = __vue_component__;
350
229
 
351
- export { __vue_component__$1 as _ };
230
+ export { OrSidebarPlacement as O, __vue_component__$1 as _ };
@@ -1,7 +1,7 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrError } from './OrError-52f668a4.js';
3
3
  import { O as OrHint } from './OrHint-fde53334.js';
4
- import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-2f559e98.js';
4
+ import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-e54dcef9.js';
5
5
  import { O as OrLabel } from './OrLabel-aff09c39.js';
6
6
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-cf61643f.js';
7
7
  import { u as useValidationAttributes } from './useValidationAttributes-6df7bcf9.js';
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
8
8
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-d45772c1.js';
9
9
  export { O as OrCard } from '../OrCard-a6b30f8f.js';
10
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-4ac89ea5.js';
11
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-80ac6444.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';
@@ -19,7 +19,7 @@ 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
21
  export { _ as OrConfirm } from '../OrConfirm-55b89b17.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-8c0e957d.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-ea6ea2f7.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';
@@ -37,8 +37,8 @@ export { I as InlineInputBoxSize, I as InlineInputSize, O as OrInlineInputBoxV3
37
37
  export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-57fccb41.js';
38
38
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-7262efdf.js';
39
39
  export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-f8b86cf7.js';
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-00070eee.js';
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-e54dcef9.js';
41
+ export { I as InputType, O as OrInputV3 } from '../OrInput-57a47093.js';
42
42
  export { O as OrInput } from '../OrInput-df1a14fa.js';
43
43
  export { O as OrLabel } from '../OrLabel-74c73ba4.js';
44
44
  export { L as LabelVariant, O as OrLabelV3 } from '../OrLabel-aff09c39.js';
@@ -66,13 +66,12 @@ 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
68
  export { O as OrSearch } from '../OrSearch-832d7978.js';
69
- export { O as OrSearchV3 } from '../OrSearch-09fd004c.js';
69
+ export { O as OrSearchV3 } from '../OrSearch-2ff8cadd.js';
70
70
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-878279bf.js';
71
71
  export { _ as OrSelect } from '../OrSelect-a23d4210.js';
72
- export { _ as OrSelectV3 } from '../OrSelect-2ececfc1.js';
72
+ export { _ as OrSelectV3 } from '../OrSelect-359e891b.js';
73
73
  export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-e2b2c9ec.js';
74
- export { _ as OrSidebarV3 } from '../OrSidebar-a2bc21b9.js';
75
- export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-8297ef86.js';
74
+ export { O as OrSidebarPlacement, _ as OrSidebarV3 } from '../OrSidebar-c95ef614.js';
76
75
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-242d22f3.js';
77
76
  export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText-9a2f39dc.js';
78
77
  export { _ as OrSlider } from '../OrSlider-59d05856.js';
@@ -91,7 +90,7 @@ export { O as OrTeleport } from '../OrTeleportVue2-3544f185.js';
91
90
  export { O as OrTeleportV3 } from '../OrTeleport.vue2-e9ba3054.js';
92
91
  export { _ as OrTextV3 } from '../OrText-a665b991.js';
93
92
  export { _ as OrTextarea } from '../OrTextarea-71ff236d.js';
94
- export { _ as OrTextareaV3 } from '../OrTextarea-5c57c02b.js';
93
+ export { _ as OrTextareaV3 } from '../OrTextarea-1201353b.js';
95
94
  export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-eacd9b19.js';
96
95
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-1faa828c.js';
97
96
  export { O as OrToast, _ as OrToastContainer } from '../OrToastContainer-b03adc37.js';
@@ -114,8 +113,8 @@ import '../dom-3a15d036.js';
114
113
  import '../index-17f264f9.js';
115
114
  import '../floating-ui.dom.esm-83eba816.js';
116
115
  import '../useValidationAttributes-6df7bcf9.js';
117
- import '../v4-cf8987a3.js';
118
116
  import '../useResponsive-e13dfbb0.js';
117
+ import '../v4-cf8987a3.js';
119
118
  import '../useElevation-aac032f4.js';
120
119
  import '../useToggle-6166bd53.js';
121
120
  import '../dropdown-open-e2a93aaf.js';
@@ -1,4 +1,4 @@
1
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-4ac89ea5.js';
1
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-80ac6444.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -19,11 +19,11 @@ 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-09fd004c.js';
23
- import '../../OrInput-00070eee.js';
22
+ import '../../OrSearch-2ff8cadd.js';
23
+ import '../../OrInput-57a47093.js';
24
24
  import '../../OrError-52f668a4.js';
25
25
  import '../../OrHint-fde53334.js';
26
- import '../../OrInputBox-2f559e98.js';
26
+ import '../../OrInputBox-e54dcef9.js';
27
27
  import '../../OrLabel-aff09c39.js';
28
28
  import '../../useIdAttribute-cf61643f.js';
29
29
  import '../../useValidationAttributes-6df7bcf9.js';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-8c0e957d.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-ea6ea2f7.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-00070eee.js';
14
+ import '../../OrInput-57a47093.js';
15
15
  import '../../OrError-52f668a4.js';
16
16
  import '../../OrHint-fde53334.js';
17
17
  import '../../OrIcon-458206aa.js';
@@ -21,7 +21,7 @@ import '../../OrPopover-4e8acb7b.js';
21
21
  import '../../floating-ui.dom.esm-83eba816.js';
22
22
  import '../../OrBottomSheet-ddba20c1.js';
23
23
  import '../../useResponsive-e13dfbb0.js';
24
- import '../../OrInputBox-2f559e98.js';
24
+ import '../../OrInputBox-e54dcef9.js';
25
25
  import '../../OrLabel-aff09c39.js';
26
26
  import '../../useIdAttribute-cf61643f.js';
27
27
  import '../../useValidationAttributes-6df7bcf9.js';