@onereach/ui-components 2.69.5-beta.2144.0 → 2.69.5-beta.2145.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 (125) hide show
  1. package/dist/bundled/v2/{OrCardCollection-86248425.js → OrCardCollection-c4209a92.js} +13 -9
  2. package/dist/bundled/v2/{OrConfirm-cb755f79.js → OrConfirm-cab6535b.js} +1 -1
  3. package/dist/bundled/v2/{OrInput-0a3666aa.js → OrInput-8b90e08f.js} +11 -18
  4. package/dist/bundled/v2/{OrInputBox-dfdcbdce.js → OrInputBox-79ec54ad.js} +14 -4
  5. package/dist/bundled/v2/{OrSearch-1420e133.js → OrSearch-76b002cf.js} +3 -3
  6. package/dist/bundled/v2/{OrSelect-41c6588d.js → OrSelect-b20a9be0.js} +2 -8
  7. package/dist/bundled/v2/{OrTextarea-ff2ba975.js → OrTextarea-5593fbe9.js} +1 -2
  8. package/dist/bundled/v2/components/index.js +7 -8
  9. package/dist/bundled/v2/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +5 -0
  10. package/dist/bundled/v2/components/or-card-collection-v3/OrCardCollection.vue.d.ts +22 -0
  11. package/dist/bundled/v2/components/or-card-collection-v3/index.js +4 -5
  12. package/dist/bundled/v2/components/or-confirm-v3/index.js +3 -4
  13. package/dist/bundled/v2/components/or-input-box-v3/index.js +1 -2
  14. package/dist/bundled/v2/components/or-input-v3/index.js +2 -3
  15. package/dist/bundled/v2/components/or-search-v3/OrSearch.vue.d.ts +2 -2
  16. package/dist/bundled/v2/components/or-search-v3/index.js +3 -4
  17. package/dist/bundled/v2/components/or-select-v3/OrSelect.vue.d.ts +0 -11
  18. package/dist/bundled/v2/components/or-select-v3/index.js +3 -4
  19. package/dist/bundled/v2/components/or-textarea-v3/index.js +2 -3
  20. package/dist/bundled/v2/index.js +8 -9
  21. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-71e0bac6.js → OrCardCollection.vue_vue_type_script_lang-9a2ae9a3.js} +10 -2
  22. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-14b2da8b.js → OrConfirm.vue_vue_type_script_lang-f57ffa1a.js} +2 -2
  23. package/dist/bundled/v3/{OrInput-5efc4b9a.js → OrInput-fa782fc1.js} +14 -17
  24. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-a9f3e530.js → OrInput.vue_vue_type_script_lang-f6d793d3.js} +2 -3
  25. package/dist/bundled/v3/{OrInputBox-1b143e00.js → OrInputBox-eb54d73d.js} +1 -1
  26. package/dist/{esm/v2/OrInputBox.vue_rollup-plugin-vue_script-52a54a49.js → bundled/v3/OrInputBox.vue_vue_type_script_lang-5ee4ee45.js} +4 -5
  27. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-b2ed77f1.js → OrSearch.vue_vue_type_script_lang-014ad470.js} +4 -4
  28. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-cf991ed8.js → OrSelect.vue_vue_type_script_lang-15285ce4.js} +4 -9
  29. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-115a1244.js → OrTextarea.vue_vue_type_script_lang-8e3531cd.js} +2 -3
  30. package/dist/bundled/v3/components/index.js +9 -10
  31. package/dist/bundled/v3/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +5 -0
  32. package/dist/bundled/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +22 -0
  33. package/dist/bundled/v3/components/or-card-collection-v3/index.js +6 -7
  34. package/dist/bundled/v3/components/or-confirm-v3/index.js +5 -6
  35. package/dist/bundled/v3/components/or-input-box-v3/index.js +1 -2
  36. package/dist/bundled/v3/components/or-input-v3/index.js +3 -4
  37. package/dist/bundled/v3/components/or-search-v3/OrSearch.vue.d.ts +2 -2
  38. package/dist/bundled/v3/components/or-search-v3/index.js +5 -6
  39. package/dist/bundled/v3/components/or-select-v3/OrSelect.vue.d.ts +0 -11
  40. package/dist/bundled/v3/components/or-select-v3/index.js +5 -6
  41. package/dist/bundled/v3/components/or-textarea-v3/index.js +3 -4
  42. package/dist/bundled/v3/index.js +19 -20
  43. package/dist/esm/v2/{OrCardCollection-d9bda36a.js → OrCardCollection-57d11adf.js} +14 -10
  44. package/dist/esm/v2/{OrConfirm-85a5c960.js → OrConfirm-ec7aef0e.js} +1 -1
  45. package/dist/esm/v2/{OrInput-f92456ea.js → OrInput-2f16a7ac.js} +11 -18
  46. package/dist/{bundled/v3/OrInputBox.vue_vue_type_script_lang-70dec655.js → esm/v2/OrInputBox-4d5a318d.js} +57 -6
  47. package/dist/esm/v2/{OrSearch-9fbaace4.js → OrSearch-2f260b09.js} +3 -3
  48. package/dist/esm/v2/{OrSelect-633a9e09.js → OrSelect-f0ff5a85.js} +2 -8
  49. package/dist/esm/v2/{OrTextarea-823d0529.js → OrTextarea-6712a150.js} +1 -2
  50. package/dist/esm/v2/components/index.js +7 -8
  51. package/dist/esm/v2/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +5 -0
  52. package/dist/esm/v2/components/or-card-collection-v3/OrCardCollection.vue.d.ts +22 -0
  53. package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -5
  54. package/dist/esm/v2/components/or-confirm-v3/index.js +3 -4
  55. package/dist/esm/v2/components/or-input-box-v3/index.js +2 -3
  56. package/dist/esm/v2/components/or-input-v3/index.js +2 -3
  57. package/dist/esm/v2/components/or-search-v3/OrSearch.vue.d.ts +2 -2
  58. package/dist/esm/v2/components/or-search-v3/index.js +3 -4
  59. package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +0 -11
  60. package/dist/esm/v2/components/or-select-v3/index.js +3 -4
  61. package/dist/esm/v2/components/or-textarea-v3/index.js +2 -3
  62. package/dist/esm/v2/index.js +7 -8
  63. package/dist/esm/v3/{OrCardCollection-e85ed16b.js → OrCardCollection-2a6514f3.js} +15 -6
  64. package/dist/esm/v3/{OrConfirm-d1a4977d.js → OrConfirm-5d56cbd3.js} +1 -1
  65. package/dist/esm/v3/{OrInput-99776ffe.js → OrInput-41691fb3.js} +14 -17
  66. package/dist/esm/v3/{OrInputBox-36c102a4.js → OrInputBox-5247ab25.js} +2 -2
  67. package/dist/esm/v3/{OrSearch-d1912f22.js → OrSearch-e5a2e93e.js} +3 -3
  68. package/dist/esm/v3/{OrSelect-cba3966c.js → OrSelect-7e813982.js} +3 -8
  69. package/dist/esm/v3/{OrTextarea-b3ecc40d.js → OrTextarea-bb9ef3f2.js} +1 -1
  70. package/dist/esm/v3/components/index.js +7 -7
  71. package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +5 -0
  72. package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +22 -0
  73. package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
  74. package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
  75. package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
  76. package/dist/esm/v3/components/or-input-v3/index.js +2 -2
  77. package/dist/esm/v3/components/or-search-v3/OrSearch.vue.d.ts +2 -2
  78. package/dist/esm/v3/components/or-search-v3/index.js +3 -3
  79. package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +0 -11
  80. package/dist/esm/v3/components/or-select-v3/index.js +3 -3
  81. package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
  82. package/dist/esm/v3/index.js +7 -7
  83. package/package.json +2 -2
  84. package/src/components/or-card-collection-v3/OrCardCollection.stories3.ts +16 -0
  85. package/src/components/or-card-collection-v3/OrCardCollection.vue +13 -1
  86. package/src/components/or-card-collection-v3/styles.ts +3 -1
  87. package/src/components/or-input-box-v3/styles.ts +3 -3
  88. package/src/components/or-input-v3/OrInput.vue +22 -28
  89. package/src/components/or-search-v3/OrSearch.stories3.ts +1 -1
  90. package/src/components/or-search-v3/OrSearch.vue +1 -1
  91. package/src/components/or-select-v3/OrSelect.stories3.ts +0 -4
  92. package/src/components/or-select-v3/OrSelect.vue +0 -6
  93. package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +0 -27
  94. package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +0 -98
  95. package/dist/bundled/v2/components/or-combined-input-v3/index.d.ts +0 -2
  96. package/dist/bundled/v2/components/or-combined-input-v3/index.js +0 -149
  97. package/dist/bundled/v2/components/or-combined-input-v3/props.d.ts +0 -1
  98. package/dist/bundled/v2/components/or-combined-input-v3/styles.d.ts +0 -2
  99. package/dist/bundled/v2/props-78496a2d.js +0 -12
  100. package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +0 -27
  101. package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +0 -98
  102. package/dist/bundled/v3/components/or-combined-input-v3/index.d.ts +0 -2
  103. package/dist/bundled/v3/components/or-combined-input-v3/index.js +0 -132
  104. package/dist/bundled/v3/components/or-combined-input-v3/props.d.ts +0 -1
  105. package/dist/bundled/v3/components/or-combined-input-v3/styles.d.ts +0 -2
  106. package/dist/bundled/v3/props-78496a2d.js +0 -12
  107. package/dist/esm/v2/OrInputBox-ad7c1875.js +0 -43
  108. package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +0 -27
  109. package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +0 -98
  110. package/dist/esm/v2/components/or-combined-input-v3/index.d.ts +0 -2
  111. package/dist/esm/v2/components/or-combined-input-v3/index.js +0 -147
  112. package/dist/esm/v2/components/or-combined-input-v3/props.d.ts +0 -1
  113. package/dist/esm/v2/components/or-combined-input-v3/styles.d.ts +0 -2
  114. package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.stories3.d.ts +0 -27
  115. package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +0 -98
  116. package/dist/esm/v3/components/or-combined-input-v3/index.d.ts +0 -2
  117. package/dist/esm/v3/components/or-combined-input-v3/index.js +0 -132
  118. package/dist/esm/v3/components/or-combined-input-v3/props.d.ts +0 -1
  119. package/dist/esm/v3/components/or-combined-input-v3/styles.d.ts +0 -2
  120. package/src/components/or-combined-input-v3/OrCombinedInput.docs.mdx +0 -7
  121. package/src/components/or-combined-input-v3/OrCombinedInput.stories3.ts +0 -202
  122. package/src/components/or-combined-input-v3/OrCombinedInput.vue +0 -134
  123. package/src/components/or-combined-input-v3/index.ts +0 -2
  124. package/src/components/or-combined-input-v3/props.ts +0 -1
  125. package/src/components/or-combined-input-v3/styles.ts +0 -25
@@ -7,7 +7,7 @@ import { s as script$5 } from './OrMenu.vue_vue_type_script_lang-2446a69a.js';
7
7
  import './OrMenuItem-4feaba6c.js';
8
8
  import { s as script$6 } from './OrMenuItem.vue_vue_type_script_lang-0ffaef05.js';
9
9
  import './OrIcon-d878b768.js';
10
- import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-b2ed77f1.js';
10
+ import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-014ad470.js';
11
11
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
12
12
  import { s as script$4 } from './OrButton.vue_vue_type_script_lang-b0dc31ca.js';
13
13
  import { s as script$7 } from './OrIcon.vue_vue_type_script_lang-a119a715.js';
@@ -38,7 +38,7 @@ const CardCollectionContentViews = {
38
38
  'grid': [
39
39
  // Layout
40
40
  'sm:grid-cols-1', 'md:grid-cols-2', 'lg:grid-cols-4', 'xl:grid-cols-6'],
41
- 'list': []
41
+ 'list': ['grid-cols-1']
42
42
  };
43
43
 
44
44
  var script$1 = defineComponent({
@@ -156,6 +156,14 @@ var script = defineComponent({
156
156
  search: {
157
157
  type: String,
158
158
  default: ''
159
+ },
160
+ searchPlaceholder: {
161
+ type: String,
162
+ default: undefined
163
+ },
164
+ searchDebounce: {
165
+ type: Number,
166
+ default: undefined
159
167
  }
160
168
  },
161
169
  emits: ['viewChange', 'sortChange', 'searchChange'],
@@ -3,10 +3,10 @@ import { useMagicKeys, whenever } from '@vueuse/core';
3
3
  import { l as logicAnd } from './index-01519e46.js';
4
4
  import './OrBottomSheet.vue_vue_type_script_lang-6fb49de9.js';
5
5
  import './OrButton-a671b8a1.js';
6
- import './OrInput-5efc4b9a.js';
6
+ import './OrInput-fa782fc1.js';
7
7
  import { s as script$2, a as ButtonColor } from './OrButton.vue_vue_type_script_lang-b0dc31ca.js';
8
8
  import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
9
- import { s as script$3 } from './OrInput.vue_vue_type_script_lang-a9f3e530.js';
9
+ import { s as script$3 } from './OrInput.vue_vue_type_script_lang-f6d793d3.js';
10
10
 
11
11
  var ConfirmType;
12
12
  (function (ConfirmType) {
@@ -1,10 +1,9 @@
1
- import { s as script } from './OrInput.vue_vue_type_script_lang-a9f3e530.js';
2
- import { resolveComponent, openBlock, createElementBlock, mergeProps, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, normalizeClass, vModelDynamic, withModifiers, Fragment, createSlots } from 'vue';
1
+ import { s as script } from './OrInput.vue_vue_type_script_lang-f6d793d3.js';
2
+ import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelDynamic, withModifiers, Fragment, createSlots } from 'vue';
3
3
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
4
4
 
5
- const _hoisted_1 = ["id", "type", "placeholder", "required", "disabled", "read-only", "max-length"];
5
+ const _hoisted_1 = ["id", "type", "placeholder", "required", "disabled"];
6
6
  const _hoisted_2 = {
7
- key: 0,
8
7
  class: /*#__PURE__*/normalizeClass(['layout-row'])
9
8
  };
10
9
  function render(_ctx, _cache, $props, $setup, $data, $options) {
@@ -14,11 +13,10 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
14
13
  const _component_OrInputBox = resolveComponent("OrInputBox");
15
14
  const _component_OrHint = resolveComponent("OrHint");
16
15
  const _component_OrError = resolveComponent("OrError");
17
- return openBlock(), createElementBlock("div", mergeProps({
18
- ref: "root"
19
- }, _ctx.$attrs, {
20
- class: _ctx.rootStyles
21
- }), [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
16
+ return openBlock(), createElementBlock("div", {
17
+ ref: "root",
18
+ class: normalizeClass(_ctx.rootStyles)
19
+ }, [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
22
20
  key: 0,
23
21
  "control-id": _ctx.controlId,
24
22
  variant: 'input',
@@ -36,22 +34,21 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
36
34
  readonly: _ctx.readonly,
37
35
  disabled: _ctx.disabled
38
36
  }, {
39
- default: withCtx(() => [withDirectives(createElementVNode("input", {
37
+ default: withCtx(() => [withDirectives(createElementVNode("input", mergeProps({
40
38
  id: _ctx.controlId,
41
39
  ref: "input",
42
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.proxyModelValue = $event),
43
- class: normalizeClass(_ctx.controlStyles),
40
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.proxyModelValue = $event)
41
+ }, _ctx.$attrs, {
42
+ class: _ctx.controlStyles,
44
43
  type: _ctx.type === 'password' && _ctx.disclosed ? 'text' : _ctx.type,
45
44
  placeholder: _ctx.placeholder,
46
45
  required: _ctx.required,
47
46
  disabled: _ctx.disabled,
48
- "read-only": _ctx.readonly,
49
- "max-length": _ctx.maxLength,
50
47
  onKeydown: _cache[1] || (_cache[1] = $event => _ctx.$emit('keydown', $event)),
51
48
  onKeyup: _cache[2] || (_cache[2] = $event => _ctx.$emit('keyup', $event)),
52
49
  onFocus: _cache[3] || (_cache[3] = $event => _ctx.$emit('focus', $event)),
53
50
  onBlur: _cache[4] || (_cache[4] = $event => _ctx.$emit('blur', $event))
54
- }, null, 42 /* CLASS, PROPS, HYDRATE_EVENTS */, _hoisted_1), [[vModelDynamic, _ctx.proxyModelValue]]), _ctx.type !== 'text' ? (openBlock(), createElementBlock("div", _hoisted_2, [_ctx.type === 'password' ? (openBlock(), createBlock(_component_OrIconButton, {
51
+ }), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelDynamic, _ctx.proxyModelValue]]), createElementVNode("div", _hoisted_2, [_ctx.type === 'password' ? (openBlock(), createBlock(_component_OrIconButton, {
55
52
  key: 0,
56
53
  icon: {
57
54
  icon: _ctx.disclosed ? 'visibility_off' : 'visibility',
@@ -72,7 +69,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
72
69
  key: 1,
73
70
  icon: 'search',
74
71
  variant: 'outlined'
75
- }))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)])) : createCommentVNode("v-if", true)]),
72
+ }))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)])]),
76
73
  _: 1 /* STABLE */
77
74
  }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), !_ctx.invalid ? (openBlock(), createElementBlock(Fragment, {
78
75
  key: 1
@@ -100,7 +97,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
100
97
  fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentLength) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
101
98
 
102
99
  key: "0"
103
- } : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"]))], 16 /* FULL_PROPS */);
100
+ } : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"]))], 2 /* CLASS */);
104
101
  }
105
102
 
106
103
  var css_248z = "\ninput[data-v-78975fa2] {\n min-width: 0;\n background: none;\n outline: none;\n}\ninput[type=\"number\"][data-v-78975fa2]::-webkit-inner-spin-button {\n display: none;\n}\ninput[type=\"search\"][data-v-78975fa2]::-webkit-search-cancel-button {\n display: none;\n}\n";
@@ -4,11 +4,10 @@ import { s as script$1 } from './OrError.vue_vue_type_script_lang-cc6c135f.js';
4
4
  import { s as script$2 } from './OrHint.vue_vue_type_script_lang-8e657168.js';
5
5
  import './OrIcon-d878b768.js';
6
6
  import './OrIconButton-1581013c.js';
7
- import './OrInputBox-1b143e00.js';
8
- import { s as script$5 } from './OrInputBox.vue_vue_type_script_lang-70dec655.js';
7
+ import './OrInputBox-eb54d73d.js';
8
+ import { s as script$5, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
9
9
  import './OrLabel-c6873e79.js';
10
10
  import { s as script$6 } from './OrLabel.vue_vue_type_script_lang-96f94c4e.js';
11
- import { a as InputBoxSize } from './props-78496a2d.js';
12
11
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
13
12
  import { s as script$3 } from './OrIcon.vue_vue_type_script_lang-a119a715.js';
14
13
  import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-f6f801ff.js';
@@ -1,4 +1,4 @@
1
- import { s as script } from './OrInputBox.vue_vue_type_script_lang-70dec655.js';
1
+ import { s as script } from './OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
2
2
  import { openBlock, createElementBlock, mergeProps, renderSlot } from 'vue';
3
3
 
4
4
  const _hoisted_1 = ["invalid", "readonly", "disabled"];
@@ -1,6 +1,5 @@
1
- import { defineComponent, ref, computed } from 'vue-demi';
2
- import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
3
- import '@vueuse/core';
1
+ import { defineComponent, ref, computed } from 'vue';
2
+ import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
4
3
 
5
4
  var InputBoxVariant;
6
5
  (function (InputBoxVariant) {
@@ -45,14 +44,14 @@ const InputBoxRootSizes = {
45
44
  // Box
46
45
  'children:min-h-[34px]',
47
46
  // Spacing
48
- 'first-child:pl-md first-child:md:pl-sm+', 'intermediate-child:pt-[11px] intermediate-child:md:pt-[7px]', 'intermediate-child:pb-[11px] intermediate-child:md:pb-[6px]', 'last-child:pr-md last-child:md:pr-sm+', 'gap-sm+ md:gap-sm',
47
+ 'first-child:pl-md first-child:md:pl-sm+', 'last-child:pr-md last-child:md:pr-sm+', 'children:pt-[11px] children:md:pt-[7px]', 'children:pb-[11px] children:md:pb-[6px]', 'gap-sm+ md:gap-sm',
49
48
  // Typography
50
49
  'typography-body-2-regular'],
51
50
  's': [
52
51
  // Box
53
52
  'children:min-h-[30px]',
54
53
  // Spacing
55
- 'first-child:pl-sm', 'intermediate-child:py-[6px]', 'last-child:pr-sm', 'gap-[6px]',
54
+ 'first-child:pl-sm', 'last-child:pr-sm', 'children:py-[6px]', 'gap-[6px]',
56
55
  // Typography
57
56
  'typography-caption-regular']
58
57
  };
@@ -1,9 +1,9 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue';
2
2
  import { debouncedWatch } from '@vueuse/core';
3
- import './OrInput-5efc4b9a.js';
4
- import { s as script$1 } from './OrInput.vue_vue_type_script_lang-a9f3e530.js';
3
+ import './OrInput-fa782fc1.js';
4
+ import { s as script$1 } from './OrInput.vue_vue_type_script_lang-f6d793d3.js';
5
5
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
6
- import { a as InputBoxSize } from './props-78496a2d.js';
6
+ import { a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
7
7
 
8
8
  var script = defineComponent({
9
9
  name: 'OrSearch',
@@ -23,7 +23,7 @@ var script = defineComponent({
23
23
  },
24
24
  placeholder: {
25
25
  type: String,
26
- default: undefined
26
+ default: 'Search'
27
27
  },
28
28
  debounce: {
29
29
  type: Number,
@@ -4,8 +4,8 @@ import { s as styleInject } from './style-inject.es-4c6f2515.js';
4
4
  import './OrHint-9592499e.js';
5
5
  import { s as script$2 } from './OrExpansionPanel.vue_vue_type_script_lang-7f9c6721.js';
6
6
  import './OrIcon-d878b768.js';
7
- import './OrInput-5efc4b9a.js';
8
- import './OrInputBox-1b143e00.js';
7
+ import './OrInput-fa782fc1.js';
8
+ import './OrInputBox-eb54d73d.js';
9
9
  import './OrLabel-c6873e79.js';
10
10
  import './OrMenuItem-4feaba6c.js';
11
11
  import './OrPopover-c462ce77.js';
@@ -16,12 +16,11 @@ import { u as useOverflow } from './useOverflow-6dce216b.js';
16
16
  import { s as script$4 } from './OrError.vue_vue_type_script_lang-cc6c135f.js';
17
17
  import { s as script$5 } from './OrHint.vue_vue_type_script_lang-8e657168.js';
18
18
  import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-a119a715.js';
19
- import { s as script$7 } from './OrInput.vue_vue_type_script_lang-a9f3e530.js';
20
- import { s as script$8 } from './OrInputBox.vue_vue_type_script_lang-70dec655.js';
19
+ import { s as script$7 } from './OrInput.vue_vue_type_script_lang-f6d793d3.js';
20
+ import { s as script$8, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
21
21
  import { s as script$9 } from './OrLabel.vue_vue_type_script_lang-96f94c4e.js';
22
22
  import { s as script$a } from './OrMenuItem.vue_vue_type_script_lang-0ffaef05.js';
23
23
  import { s as script$b } from './OrPopover.vue_vue_type_script_lang-54c7b11c.js';
24
- import { a as InputBoxSize } from './props-78496a2d.js';
25
24
 
26
25
  const _hoisted_1$2 = ["id", "value", "indeterminate", "required", "disabled"];
27
26
  function render$2(_ctx, _cache, $props, $setup, $data, $options) {
@@ -222,10 +221,6 @@ var script = defineComponent({
222
221
  type: Boolean,
223
222
  default: false
224
223
  },
225
- disableDefaultStyles: {
226
- type: Boolean,
227
- default: false
228
- },
229
224
  enableSearch: {
230
225
  type: Boolean,
231
226
  default: false
@@ -1,13 +1,12 @@
1
1
  import { defineComponent, getCurrentInstance, ref, computed } from 'vue';
2
2
  import './OrHint-9592499e.js';
3
- import './OrInputBox-1b143e00.js';
3
+ import './OrInputBox-eb54d73d.js';
4
4
  import './OrLabel-c6873e79.js';
5
5
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
6
6
  import { s as script$1 } from './OrError.vue_vue_type_script_lang-cc6c135f.js';
7
7
  import { s as script$2 } from './OrHint.vue_vue_type_script_lang-8e657168.js';
8
- import { s as script$3 } from './OrInputBox.vue_vue_type_script_lang-70dec655.js';
8
+ import { s as script$3, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
9
9
  import { s as script$4 } from './OrLabel.vue_vue_type_script_lang-96f94c4e.js';
10
- import { a as InputBoxSize } from './props-78496a2d.js';
11
10
 
12
11
  const TextareaRoot = [
13
12
  // Layout
@@ -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, s as OrButtonV3 } from '../OrButton.vue_vue_type_script_lang-b0dc31ca.js';
9
9
  export { s as OrCard } from '../OrCard.vue_vue_type_script_lang-90ba001b.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection.vue_vue_type_script_lang-d8124dda.js';
11
- export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection.vue_vue_type_script_lang-71e0bac6.js';
11
+ export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection.vue_vue_type_script_lang-9a2ae9a3.js';
12
12
  export { s as OrCardV3 } from '../OrCard.vue_vue_type_script_lang-165de137.js';
13
13
  export { a as OrCarousel, s as OrCarouselItem } from '../OrCarouselItem.vue_vue_type_script_lang-ad286afc.js';
14
14
  export { s as OrCheckbox } from '../OrCheckbox.vue_vue_type_script_lang-d8a66818.js';
@@ -19,7 +19,7 @@ export { s as OrCode, O as OrCodeLanguages } from '../OrCode.vue_vue_type_script
19
19
  export { s as OrCollapse } from '../OrCollapse.vue_vue_type_script_lang-65cbb754.js';
20
20
  export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker.vue_vue_type_script_lang-4141378d.js';
21
21
  export { s as OrConfirm } from '../OrConfirm.vue_vue_type_script_lang-0f16fc67.js';
22
- export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-14b2da8b.js';
22
+ export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-f57ffa1a.js';
23
23
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker.vue_vue_type_script_lang-7bfe5005.js';
24
24
  export { s as OrError } from '../OrError.vue_vue_type_script_lang-7c39e012.js';
25
25
  export { s as OrErrorTagV3 } from '../OrErrorTag.vue_vue_type_script_lang-4828c387.js';
@@ -36,9 +36,8 @@ export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3
36
36
  export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput.vue_vue_type_script_lang-f29483f4.js';
37
37
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit.vue_vue_type_script_lang-da6887aa.js';
38
38
  export { s as OrInlineTextareaV3 } from '../OrInlineTextarea.vue_vue_type_script_lang-cc40af48.js';
39
- export { s as OrInputBoxV3 } from '../OrInputBox.vue_vue_type_script_lang-70dec655.js';
40
- export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, a as SearchSize, a as SelectSize, a as TextareaSize } from '../props-78496a2d.js';
41
- export { I as InputType, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-a9f3e530.js';
39
+ export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
40
+ export { I as InputType, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-f6d793d3.js';
42
41
  export { a as OrNumberInput, b as OrPassword, s as OrTextarea } from '../OrPassword.vue_vue_type_script_lang-13bc5b00.js';
43
42
  export { s as OrInput } from '../OrInput-7d4b571a.js';
44
43
  export { s as OrSearch } from '../OrSearch.vue_vue_type_script_lang-16fbccc0.js';
@@ -64,10 +63,10 @@ export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrP
64
63
  export { s as OrRadio } from '../OrRadio.vue_vue_type_script_lang-c956b54b.js';
65
64
  export { s as OrRadioGroup } from '../OrRadioGroup.vue_vue_type_script_lang-caea7bcb.js';
66
65
  export { s as OrRadioV3 } from '../OrRadio.vue_vue_type_script_lang-2e666a56.js';
67
- export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-b2ed77f1.js';
66
+ export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-014ad470.js';
68
67
  export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl.vue_vue_type_script_lang-579406f5.js';
69
68
  export { s as OrSelect } from '../OrSelect.vue_vue_type_script_lang-26c0a70a.js';
70
- export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-cf991ed8.js';
69
+ export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-15285ce4.js';
71
70
  export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar.vue_vue_type_script_lang-7c55ac0a.js';
72
71
  export { O as OrSidebarPlacement, s as OrSidebarV3 } from '../OrSidebar.vue_vue_type_script_lang-ce0b152c.js';
73
72
  export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText.vue_vue_type_script_lang-f3f989c3.js';
@@ -87,7 +86,7 @@ export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag.vue_vue_t
87
86
  export { s as OrTeleport } from '../OrTeleportVue3-012351e1.js';
88
87
  export { s as OrTeleportV3 } from '../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
89
88
  export { s as OrTextV3 } from '../OrText.vue_vue_type_script_lang-d9525d49.js';
90
- export { s as OrTextareaV3 } from '../OrTextarea.vue_vue_type_script_lang-115a1244.js';
89
+ export { s as OrTextareaV3 } from '../OrTextarea.vue_vue_type_script_lang-8e3531cd.js';
91
90
  export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox.vue_vue_type_script_lang-b5c4a93a.js';
92
91
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-d5b3c109.js';
93
92
  export { s as OrToast, a as OrToastContainer } from '../OrToastContainer.vue_vue_type_script_lang-4bb702ce.js';
@@ -121,12 +120,12 @@ import '../dom-d21d0a92.js';
121
120
  import '../OrFloating-b6672a37.js';
122
121
  import '../index-01519e46.js';
123
122
  import '../OrButton-ec723bb7.js';
124
- import '../OrInput-5efc4b9a.js';
123
+ import '../OrInput-fa782fc1.js';
125
124
  import '../OrCollapse-63e83681.js';
126
125
  import '../floating-ui.dom.esm-83eba816.js';
127
126
  import '../OrHint-9592499e.js';
128
127
  import '../OrInlineInputBox-9d68ded1.js';
129
- import '../OrInputBox-1b143e00.js';
128
+ import '../OrInputBox-eb54d73d.js';
130
129
  import '../useToggle-09b6cb90.js';
131
130
  import '../v4-cf8987a3.js';
132
131
  import '../OrPopover-c462ce77.js';
@@ -20,3 +20,8 @@ export declare const OverrideViewContainer: StoryFn<typeof OrCardCollection>;
20
20
  export declare const ExtraViewMode: StoryFn<typeof OrCardCollection>;
21
21
  export declare const WithLink: StoryFn<typeof OrCardCollection>;
22
22
  export declare const EmptySearchResults: StoryFn<typeof OrCardCollection>;
23
+ export declare const CustomizeSearch: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
24
+ [x: string]: ((...args: any[]) => any) | null;
25
+ } | string[], {} & {}, {
26
+ [x: number]: string;
27
+ } | {}, true>)>;
@@ -47,6 +47,14 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
47
47
  type: StringConstructor;
48
48
  default: string;
49
49
  };
50
+ searchPlaceholder: {
51
+ type: StringConstructor;
52
+ default: undefined;
53
+ };
54
+ searchDebounce: {
55
+ type: NumberConstructor;
56
+ default: undefined;
57
+ };
50
58
  }, import("@vue/composition-api").ExtractPropTypes<{
51
59
  items: {
52
60
  type: PropType<CardCollectionItem[]>;
@@ -72,6 +80,14 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
72
80
  type: StringConstructor;
73
81
  default: string;
74
82
  };
83
+ searchPlaceholder: {
84
+ type: StringConstructor;
85
+ default: undefined;
86
+ };
87
+ searchDebounce: {
88
+ type: NumberConstructor;
89
+ default: undefined;
90
+ };
75
91
  }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
76
92
  search: string;
77
93
  sort: string;
@@ -79,6 +95,8 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
79
95
  view: string;
80
96
  viewModes: ViewMode[];
81
97
  sortOptions: SortOption[];
98
+ searchPlaceholder: string;
99
+ searchDebounce: number;
82
100
  } & {} & {
83
101
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
84
102
  }, import("@vue/composition-api").ShallowUnwrapRef<{
@@ -110,6 +128,8 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
110
128
  view: string;
111
129
  viewModes: ViewMode[];
112
130
  sortOptions: SortOption[];
131
+ searchPlaceholder: string;
132
+ searchDebounce: number;
113
133
  } & {} & {
114
134
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
115
135
  }, {
@@ -119,5 +139,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
119
139
  view: string;
120
140
  viewModes: ViewMode[];
121
141
  sortOptions: SortOption[];
142
+ searchPlaceholder: string;
143
+ searchDebounce: number;
122
144
  }, true>);
123
145
  export default _default;
@@ -1,4 +1,4 @@
1
- export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection.vue_vue_type_script_lang-71e0bac6.js';
1
+ export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection.vue_vue_type_script_lang-9a2ae9a3.js';
2
2
  import 'vue';
3
3
  import '../../OrIconButton-1581013c.js';
4
4
  import '../../OrIconButton.vue_vue_type_script_lang-f6f801ff.js';
@@ -23,15 +23,14 @@ import '../../OrMenu-f26e8e55.js';
23
23
  import '../../OrMenu.vue_vue_type_script_lang-2446a69a.js';
24
24
  import '../../OrMenuItem-4feaba6c.js';
25
25
  import '../../OrMenuItem.vue_vue_type_script_lang-0ffaef05.js';
26
- import '../../OrSearch.vue_vue_type_script_lang-b2ed77f1.js';
27
- import '../../OrInput-5efc4b9a.js';
28
- import '../../OrInput.vue_vue_type_script_lang-a9f3e530.js';
26
+ import '../../OrSearch.vue_vue_type_script_lang-014ad470.js';
27
+ import '../../OrInput-fa782fc1.js';
28
+ import '../../OrInput.vue_vue_type_script_lang-f6d793d3.js';
29
29
  import '../../OrHint-9592499e.js';
30
30
  import '../../OrError.vue_vue_type_script_lang-cc6c135f.js';
31
31
  import '../../OrHint.vue_vue_type_script_lang-8e657168.js';
32
- import '../../OrInputBox-1b143e00.js';
33
- import '../../OrInputBox.vue_vue_type_script_lang-70dec655.js';
34
- import '../../props-78496a2d.js';
32
+ import '../../OrInputBox-eb54d73d.js';
33
+ import '../../OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
35
34
  import '../../OrLabel-c6873e79.js';
36
35
  import '../../OrLabel.vue_vue_type_script_lang-96f94c4e.js';
37
36
  import '../../style-inject.es-4c6f2515.js';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-14b2da8b.js';
1
+ export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-f57ffa1a.js';
2
2
  import 'vue';
3
3
  import '@vueuse/core';
4
4
  import '../../index-01519e46.js';
@@ -11,8 +11,8 @@ import '../../OrButton-a671b8a1.js';
11
11
  import '../../OrButton.vue_vue_type_script_lang-b0dc31ca.js';
12
12
  import '../../OrLoader-c4bbef2f.js';
13
13
  import '../../OrLoader.vue_vue_type_script_lang-5405040c.js';
14
- import '../../OrInput-5efc4b9a.js';
15
- import '../../OrInput.vue_vue_type_script_lang-a9f3e530.js';
14
+ import '../../OrInput-fa782fc1.js';
15
+ import '../../OrInput.vue_vue_type_script_lang-f6d793d3.js';
16
16
  import '../../OrHint-9592499e.js';
17
17
  import '../../OrError.vue_vue_type_script_lang-cc6c135f.js';
18
18
  import '../../OrHint.vue_vue_type_script_lang-8e657168.js';
@@ -25,9 +25,8 @@ import '../../OrPopover-c462ce77.js';
25
25
  import '../../OrPopover.vue_vue_type_script_lang-54c7b11c.js';
26
26
  import '../../floating-ui.dom.esm-83eba816.js';
27
27
  import '../../useResponsive-9d397e2a.js';
28
- import '../../OrInputBox-1b143e00.js';
29
- import '../../OrInputBox.vue_vue_type_script_lang-70dec655.js';
30
- import '../../props-78496a2d.js';
28
+ import '../../OrInputBox-eb54d73d.js';
29
+ import '../../OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
31
30
  import '../../OrLabel-c6873e79.js';
32
31
  import '../../OrLabel.vue_vue_type_script_lang-96f94c4e.js';
33
32
  import '../../style-inject.es-4c6f2515.js';
@@ -1,4 +1,3 @@
1
- export { a as InputBoxSize, I as InputBoxVariant } from '../../props-78496a2d.js';
2
- export { s as OrInputBoxV3 } from '../../OrInputBox.vue_vue_type_script_lang-70dec655.js';
1
+ export { a as InputBoxSize, I as InputBoxVariant, s as OrInputBoxV3 } from '../../OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
3
2
  import 'vue';
4
3
  import '../../useClassAttribute-00888f78.js';
@@ -1,5 +1,5 @@
1
- export { I as InputType, s as OrInputV3 } from '../../OrInput.vue_vue_type_script_lang-a9f3e530.js';
2
- export { a as InputSize } from '../../props-78496a2d.js';
1
+ export { I as InputType, s as OrInputV3 } from '../../OrInput.vue_vue_type_script_lang-f6d793d3.js';
2
+ export { a as InputSize } from '../../OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
3
3
  import 'vue';
4
4
  import '../../OrHint-9592499e.js';
5
5
  import '../../OrError.vue_vue_type_script_lang-cc6c135f.js';
@@ -19,7 +19,6 @@ import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
19
19
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
20
20
  import '../../useElevation-c8d5d3ba.js';
21
21
  import '../../useResponsive-9d397e2a.js';
22
- import '../../OrInputBox-1b143e00.js';
23
- import '../../OrInputBox.vue_vue_type_script_lang-70dec655.js';
22
+ import '../../OrInputBox-eb54d73d.js';
24
23
  import '../../OrLabel-c6873e79.js';
25
24
  import '../../OrLabel.vue_vue_type_script_lang-96f94c4e.js';
@@ -22,7 +22,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
22
22
  };
23
23
  placeholder: {
24
24
  type: StringConstructor;
25
- default: undefined;
25
+ default: string;
26
26
  };
27
27
  debounce: {
28
28
  type: NumberConstructor;
@@ -48,7 +48,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
48
48
  };
49
49
  placeholder: {
50
50
  type: StringConstructor;
51
- default: undefined;
51
+ default: string;
52
52
  };
53
53
  debounce: {
54
54
  type: NumberConstructor;
@@ -1,9 +1,9 @@
1
- export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-b2ed77f1.js';
2
- export { a as SearchSize } from '../../props-78496a2d.js';
1
+ export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-014ad470.js';
2
+ export { a as SearchSize } from '../../OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
3
3
  import 'vue';
4
4
  import '@vueuse/core';
5
- import '../../OrInput-5efc4b9a.js';
6
- import '../../OrInput.vue_vue_type_script_lang-a9f3e530.js';
5
+ import '../../OrInput-fa782fc1.js';
6
+ import '../../OrInput.vue_vue_type_script_lang-f6d793d3.js';
7
7
  import '../../OrHint-9592499e.js';
8
8
  import '../../OrError.vue_vue_type_script_lang-cc6c135f.js';
9
9
  import '../../useClassAttribute-00888f78.js';
@@ -21,8 +21,7 @@ import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
21
21
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
22
22
  import '../../useElevation-c8d5d3ba.js';
23
23
  import '../../useResponsive-9d397e2a.js';
24
- import '../../OrInputBox-1b143e00.js';
25
- import '../../OrInputBox.vue_vue_type_script_lang-70dec655.js';
24
+ import '../../OrInputBox-eb54d73d.js';
26
25
  import '../../OrLabel-c6873e79.js';
27
26
  import '../../OrLabel.vue_vue_type_script_lang-96f94c4e.js';
28
27
  import '../../style-inject.es-4c6f2515.js';
@@ -88,10 +88,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
88
88
  type: BooleanConstructor;
89
89
  default: boolean;
90
90
  };
91
- disableDefaultStyles: {
92
- type: BooleanConstructor;
93
- default: boolean;
94
- };
95
91
  enableSearch: {
96
92
  type: BooleanConstructor;
97
93
  default: boolean;
@@ -157,10 +153,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
157
153
  type: BooleanConstructor;
158
154
  default: boolean;
159
155
  };
160
- disableDefaultStyles: {
161
- type: BooleanConstructor;
162
- default: boolean;
163
- };
164
156
  enableSearch: {
165
157
  type: BooleanConstructor;
166
158
  default: boolean;
@@ -190,7 +182,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
190
182
  error: string;
191
183
  required: boolean;
192
184
  disabled: boolean;
193
- disableDefaultStyles: boolean;
194
185
  enableSearch: boolean;
195
186
  searchFunction: SelectSearchFunction;
196
187
  groupByFunction: SelectGroupByFunction;
@@ -248,7 +239,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
248
239
  error: string;
249
240
  required: boolean;
250
241
  disabled: boolean;
251
- disableDefaultStyles: boolean;
252
242
  enableSearch: boolean;
253
243
  searchFunction: SelectSearchFunction;
254
244
  groupByFunction: SelectGroupByFunction;
@@ -268,7 +258,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
268
258
  error: string;
269
259
  required: boolean;
270
260
  disabled: boolean;
271
- disableDefaultStyles: boolean;
272
261
  enableSearch: boolean;
273
262
  searchFunction: SelectSearchFunction;
274
263
  groupByFunction: SelectGroupByFunction;
@@ -1,5 +1,5 @@
1
- export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-cf991ed8.js';
2
- export { a as SelectSize } from '../../props-78496a2d.js';
1
+ export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-15285ce4.js';
2
+ export { a as SelectSize } from '../../OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
3
3
  import 'vue';
4
4
  import '../../OrCheckbox.vue_vue_type_script_lang-8b36e06c.js';
5
5
  import '../../OrLabel-c6873e79.js';
@@ -12,8 +12,8 @@ import '../../OrHint.vue_vue_type_script_lang-8e657168.js';
12
12
  import '../../OrExpansionPanel.vue_vue_type_script_lang-7f9c6721.js';
13
13
  import '../../OrIcon-d878b768.js';
14
14
  import '../../OrIcon.vue_vue_type_script_lang-a119a715.js';
15
- import '../../OrInput-5efc4b9a.js';
16
- import '../../OrInput.vue_vue_type_script_lang-a9f3e530.js';
15
+ import '../../OrInput-fa782fc1.js';
16
+ import '../../OrInput.vue_vue_type_script_lang-f6d793d3.js';
17
17
  import '../../OrIconButton-1581013c.js';
18
18
  import '../../OrIconButton.vue_vue_type_script_lang-f6f801ff.js';
19
19
  import '../../OrTooltip.vue_vue_type_script_lang-67cc86ed.js';
@@ -26,8 +26,7 @@ import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
26
26
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
27
27
  import '../../useElevation-c8d5d3ba.js';
28
28
  import '../../useResponsive-9d397e2a.js';
29
- import '../../OrInputBox-1b143e00.js';
30
- import '../../OrInputBox.vue_vue_type_script_lang-70dec655.js';
29
+ import '../../OrInputBox-eb54d73d.js';
31
30
  import '../../OrMenuItem-4feaba6c.js';
32
31
  import '../../OrMenuItem.vue_vue_type_script_lang-0ffaef05.js';
33
32
  import '../../OrTag.vue_vue_type_script_lang-dc6a4011.js';
@@ -1,11 +1,10 @@
1
- export { s as OrTextareaV3 } from '../../OrTextarea.vue_vue_type_script_lang-115a1244.js';
2
- export { a as TextareaSize } from '../../props-78496a2d.js';
1
+ export { s as OrTextareaV3 } from '../../OrTextarea.vue_vue_type_script_lang-8e3531cd.js';
2
+ export { a as TextareaSize } from '../../OrInputBox.vue_vue_type_script_lang-5ee4ee45.js';
3
3
  import 'vue';
4
4
  import '../../OrHint-9592499e.js';
5
5
  import '../../OrError.vue_vue_type_script_lang-cc6c135f.js';
6
6
  import '../../useClassAttribute-00888f78.js';
7
7
  import '../../OrHint.vue_vue_type_script_lang-8e657168.js';
8
- import '../../OrInputBox-1b143e00.js';
9
- import '../../OrInputBox.vue_vue_type_script_lang-70dec655.js';
8
+ import '../../OrInputBox-eb54d73d.js';
10
9
  import '../../OrLabel-c6873e79.js';
11
10
  import '../../OrLabel.vue_vue_type_script_lang-96f94c4e.js';