@onereach/ui-components 4.10.3 → 4.10.4-beta.2954.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 (70) hide show
  1. package/dist/bundled/v2/components/OrCode/OrCode.js +29 -83
  2. package/dist/bundled/v2/components/OrCode/index.js +2 -2
  3. package/dist/bundled/v2/components/OrCode/lang.js +2 -2
  4. package/dist/bundled/v2/components/OrCode/theme.js +1 -1
  5. package/dist/bundled/v2/components/OrInputV3/OrInput.js +17 -9
  6. package/dist/bundled/v2/components/OrModal/OrModal.js +1 -1
  7. package/dist/bundled/v2/components/index.js +2 -2
  8. package/dist/bundled/v2/hooks/useTheme.js +171 -172
  9. package/dist/bundled/v2/{index-cf2c3c27.js → index-a67049f4.js} +393 -253
  10. package/dist/bundled/v2/index.js +2 -2
  11. package/dist/bundled/v2/{lang-0fb8f78b.js → lang-02d1cdeb.js} +431 -365
  12. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-3e7aa91a.js → OrCardCollection.vue_vue_type_script_lang-af7eb570.js} +1 -1
  13. package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-46846a36.js → OrCode.vue_vue_type_script_lang-f02bd2ce.js} +30 -84
  14. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-93458f1f.js → OrConfirm.vue_vue_type_script_lang-32350b03.js} +1 -1
  15. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-51f9e144.js → OrConfirm.vue_vue_type_script_lang-8e1752aa.js} +1 -1
  16. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-66363c62.js → OrInput.vue_vue_type_script_lang-0c8510c2.js} +1 -1
  17. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-153819d3.js → OrModal.vue_vue_type_script_lang-c4ef6dd6.js} +1 -1
  18. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-18dc2df8.js → OrSearch.vue_vue_type_script_lang-756be4f1.js} +1 -1
  19. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-72c1db17.js → OrSelect.vue_vue_type_script_lang-dc33e8c8.js} +1 -1
  20. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +4 -4
  21. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +3 -3
  22. package/dist/bundled/v3/components/OrCode/OrCode.js +5 -5
  23. package/dist/bundled/v3/components/OrCode/index.js +4 -4
  24. package/dist/bundled/v3/components/OrCode/lang.js +2 -2
  25. package/dist/bundled/v3/components/OrCode/theme.js +1 -1
  26. package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +3 -3
  27. package/dist/bundled/v3/components/OrConfirm/index.js +2 -2
  28. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +3 -3
  29. package/dist/bundled/v3/components/OrConfirmV3/index.js +2 -2
  30. package/dist/bundled/v3/components/OrInputV3/OrInput.js +9 -8
  31. package/dist/bundled/v3/components/OrInputV3/OrInput.vue.d.ts +2 -1
  32. package/dist/bundled/v3/components/OrInputV3/index.js +1 -1
  33. package/dist/bundled/v3/components/OrModal/OrModal.js +2 -2
  34. package/dist/bundled/v3/components/OrModal/index.js +1 -1
  35. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +3 -3
  36. package/dist/bundled/v3/components/OrSearchV3/index.js +2 -2
  37. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +3 -3
  38. package/dist/bundled/v3/components/OrSelectV3/index.js +2 -2
  39. package/dist/bundled/v3/components/index.js +10 -10
  40. package/dist/bundled/v3/hooks/useTheme.js +171 -172
  41. package/dist/bundled/v3/{index-cf2c3c27.js → index-a67049f4.js} +393 -253
  42. package/dist/bundled/v3/index.js +10 -10
  43. package/dist/bundled/v3/{lang-0fb8f78b.js → lang-02d1cdeb.js} +431 -365
  44. package/dist/esm/v2/{OrCardCollection-79b90811.js → OrCardCollection-cfa31f60.js} +1 -1
  45. package/dist/esm/v2/{OrConfirm-0b56c11f.js → OrConfirm-e347e6d8.js} +1 -1
  46. package/dist/esm/v2/{OrInput-2eeff16a.js → OrInput-1ac05c06.js} +17 -9
  47. package/dist/esm/v2/{OrSearch-33e3b0e4.js → OrSearch-345cc833.js} +1 -1
  48. package/dist/esm/v2/{OrSelect-1ee299d9.js → OrSelect-7304a89a.js} +1 -1
  49. package/dist/esm/v2/components/index.js +5 -5
  50. package/dist/esm/v2/components/or-card-collection-v3/index.js +3 -3
  51. package/dist/esm/v2/components/or-confirm-v3/index.js +2 -2
  52. package/dist/esm/v2/components/or-input-v3/index.js +1 -1
  53. package/dist/esm/v2/components/or-search-v3/index.js +2 -2
  54. package/dist/esm/v2/components/or-select-v3/index.js +2 -2
  55. package/dist/esm/v2/index.js +5 -5
  56. package/dist/esm/v3/{OrCardCollection-76f937d5.js → OrCardCollection-65ba52be.js} +1 -1
  57. package/dist/esm/v3/{OrConfirm-5509c440.js → OrConfirm-28e1bb15.js} +1 -1
  58. package/dist/esm/v3/{OrInput-c653aedb.js → OrInput-58866c13.js} +8 -7
  59. package/dist/esm/v3/{OrSearch-b945651d.js → OrSearch-b6f37991.js} +1 -1
  60. package/dist/esm/v3/{OrSelect-5a2c078d.js → OrSelect-1c58ccaf.js} +1 -1
  61. package/dist/esm/v3/components/index.js +5 -5
  62. package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
  63. package/dist/esm/v3/components/or-confirm-v3/index.js +2 -2
  64. package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +2 -1
  65. package/dist/esm/v3/components/or-input-v3/index.js +1 -1
  66. package/dist/esm/v3/components/or-search-v3/index.js +2 -2
  67. package/dist/esm/v3/components/or-select-v3/index.js +2 -2
  68. package/dist/esm/v3/index.js +5 -5
  69. package/package.json +2 -3
  70. package/src/components/or-input-v3/OrInput.vue +2 -1
@@ -5,7 +5,7 @@ import { _ as __vue_component__$6 } from './OrIcon-d35a84d8.js';
5
5
  import { _ as __vue_component__$5 } from './OrMenuItem-6f9b8a93.js';
6
6
  import { _ as __vue_component__$4 } from './OrMenu-d03831b0.js';
7
7
  import './OrPopover-ef16a904.js';
8
- import { _ as __vue_component__$7 } from './OrSearch-33e3b0e4.js';
8
+ import { _ as __vue_component__$7 } from './OrSearch-345cc833.js';
9
9
  import './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
10
10
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
11
11
 
@@ -5,7 +5,7 @@ import { u as usePopoverState } from './usePopoverState-8a95a300.js';
5
5
  import '@onereach/styles/tailwind.config';
6
6
  import 'tailwindcss/resolveConfig';
7
7
  import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-9622e713.js';
8
- import { _ as __vue_component__$3 } from './OrInput-2eeff16a.js';
8
+ import { _ as __vue_component__$3 } from './OrInput-1ac05c06.js';
9
9
  import { _ as __vue_component__$1 } from './OrOverlay-948346df.js';
10
10
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
11
11
 
@@ -106,7 +106,7 @@ var script = defineComponent({
106
106
  default: false
107
107
  }
108
108
  },
109
- emits: ['update:modelValue', 'keydown', 'keyup', 'focus', 'blur'],
109
+ emits: ['update:modelValue', 'input', 'keydown', 'keyup', 'focus', 'blur'],
110
110
  expose: ['root', 'focus', 'blur'],
111
111
  setup(props, context) {
112
112
  // Refs
@@ -162,7 +162,7 @@ var script = defineComponent({
162
162
  }
163
163
  });
164
164
 
165
- var css_248z = "input[data-v-75bfda1e]{min-width:0;background:0 0;outline:0}input[type=number][data-v-75bfda1e]::-webkit-inner-spin-button{display:none}input[type=search][data-v-75bfda1e]::-webkit-search-cancel-button{display:none}";
165
+ var css_248z = "input[data-v-14b2aee8]{min-width:0;background:0 0;outline:0}input[type=number][data-v-14b2aee8]::-webkit-inner-spin-button{display:none}input[type=search][data-v-14b2aee8]::-webkit-search-cancel-button{display:none}";
166
166
  styleInject(css_248z);
167
167
 
168
168
  /* script */
@@ -263,6 +263,9 @@ var __vue_render__ = function () {
263
263
  "checked": Array.isArray(_vm.proxyModelValue) ? _vm._i(_vm.proxyModelValue, null) > -1 : _vm.proxyModelValue
264
264
  },
265
265
  on: {
266
+ "input": function ($event) {
267
+ return _vm.$emit('input', $event);
268
+ },
266
269
  "keydown": function ($event) {
267
270
  return _vm.$emit('keydown', $event);
268
271
  },
@@ -313,6 +316,9 @@ var __vue_render__ = function () {
313
316
  "checked": _vm._q(_vm.proxyModelValue, null)
314
317
  },
315
318
  on: {
319
+ "input": function ($event) {
320
+ return _vm.$emit('input', $event);
321
+ },
316
322
  "keydown": function ($event) {
317
323
  return _vm.$emit('keydown', $event);
318
324
  },
@@ -350,6 +356,14 @@ var __vue_render__ = function () {
350
356
  "value": _vm.proxyModelValue
351
357
  },
352
358
  on: {
359
+ "input": [function ($event) {
360
+ if ($event.target.composing) {
361
+ return;
362
+ }
363
+ _vm.proxyModelValue = $event.target.value;
364
+ }, function ($event) {
365
+ return _vm.$emit('input', $event);
366
+ }],
353
367
  "keydown": function ($event) {
354
368
  return _vm.$emit('keydown', $event);
355
369
  },
@@ -361,12 +375,6 @@ var __vue_render__ = function () {
361
375
  },
362
376
  "blur": function ($event) {
363
377
  return _vm.$emit('blur', $event);
364
- },
365
- "input": function ($event) {
366
- if ($event.target.composing) {
367
- return;
368
- }
369
- _vm.proxyModelValue = $event.target.value;
370
378
  }
371
379
  }
372
380
  }, 'input', _vm.controlAttributes, false))]), _vm._v(" "), _c('div', {
@@ -414,7 +422,7 @@ var __vue_staticRenderFns__ = [];
414
422
  /* style */
415
423
  const __vue_inject_styles__ = undefined;
416
424
  /* scoped */
417
- const __vue_scope_id__ = "data-v-75bfda1e";
425
+ const __vue_scope_id__ = "data-v-14b2aee8";
418
426
  /* module identifier */
419
427
  const __vue_module_identifier__ = undefined;
420
428
  /* functional template */
@@ -1,6 +1,6 @@
1
1
  import { debouncedWatch } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, watch } from 'vue-demi';
3
- import { _ as __vue_component__$1 } from './OrInput-2eeff16a.js';
3
+ import { _ as __vue_component__$1 } from './OrInput-1ac05c06.js';
4
4
  import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
@@ -11,7 +11,7 @@ import { _ as __vue_component__$4 } from './OrHint-aa221198.js';
11
11
  import { _ as __vue_component__$5 } from './OrIcon-d35a84d8.js';
12
12
  import { _ as __vue_component__$7 } from './OrInputBox-11227ecd.js';
13
13
  import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
14
- import { _ as __vue_component__$6 } from './OrInput-2eeff16a.js';
14
+ import { _ as __vue_component__$6 } from './OrInput-1ac05c06.js';
15
15
  import { _ as __vue_component__$8 } from './OrLabel-63380256.js';
16
16
  import { _ as __vue_component__$9 } from './OrMenuItem-6f9b8a93.js';
17
17
  import { _ as __vue_component__$a } from './OrPopover-ef16a904.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, _ as OrButtonV3 } from '../OrButton-9622e713.js';
9
9
  export { _ as OrCard } from '../OrCard-c44d9783.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-4eb5c533.js';
11
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-79b90811.js';
11
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-cfa31f60.js';
12
12
  export { _ as OrCardV3 } from '../OrCard-0da13cbe.js';
13
13
  export { _ as OrCarousel } from '../OrCarousel-b220cf82.js';
14
14
  export { _ as OrCarouselItem } from '../OrCarouselItem-c614bab9.js';
@@ -25,7 +25,7 @@ export { _ as OrCombinedInputV3 } from '../OrCombinedInput-ed20e33b.js';
25
25
  export { _ as OrInputBoxV3 } from '../OrInputBox-11227ecd.js';
26
26
  export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from '../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
27
27
  export { _ as OrConfirm } from '../OrConfirm-f4eec5b2.js';
28
- export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-0b56c11f.js';
28
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-e347e6d8.js';
29
29
  export { _ as OrDatePickerV3 } from '../OrDatePicker-6646573e.js';
30
30
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-fb410167.js';
31
31
  export { _ as OrDateTimePickerV3 } from '../OrDateTimePicker-908fbd9a.js';
@@ -48,7 +48,7 @@ export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-84a
48
48
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-f52267aa.js';
49
49
  export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-f2ecbd39.js';
50
50
  export { _ as OrInput } from '../OrInput-014d2e47.js';
51
- export { I as InputType, _ as OrInputV3 } from '../OrInput-2eeff16a.js';
51
+ export { I as InputType, _ as OrInputV3 } from '../OrInput-1ac05c06.js';
52
52
  export { _ as OrLabel } from '../OrLabel-fcceec1b.js';
53
53
  export { L as LabelVariant, _ as OrLabelV3 } from '../OrLabel-63380256.js';
54
54
  export { L as LinkColor, _ as OrLinkV3 } from '../OrLink-3679a61f.js';
@@ -76,10 +76,10 @@ export { _ as OrRadioGroup } from '../OrRadioGroup-11424644.js';
76
76
  export { _ as OrRadioGroupV3 } from '../OrRadioGroup-0e1bf22c.js';
77
77
  export { _ as OrRadioV3 } from '../OrRadio-23810acd.js';
78
78
  export { _ as OrSearch } from '../OrSearch-e2941d35.js';
79
- export { _ as OrSearchV3 } from '../OrSearch-33e3b0e4.js';
79
+ export { _ as OrSearchV3 } from '../OrSearch-345cc833.js';
80
80
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-a1ea5b72.js';
81
81
  export { _ as OrSelect } from '../OrSelect-49239b74.js';
82
- export { _ as OrSelectV3 } from '../OrSelect-1ee299d9.js';
82
+ export { _ as OrSelectV3 } from '../OrSelect-7304a89a.js';
83
83
  export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-c56a9221.js';
84
84
  export { _ as OrSidebarV3 } from '../OrSidebar-865f307e.js';
85
85
  export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-b3a41f02.js';
@@ -1,4 +1,4 @@
1
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-79b90811.js';
1
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-cfa31f60.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrButton-9622e713.js';
4
4
  import '../../OrLoader-b0c381f9.js';
@@ -20,8 +20,8 @@ import '../../OrTeleport.vue2-424c7f33.js';
20
20
  import 'portal-vue';
21
21
  import '../../OrMenuItem-6f9b8a93.js';
22
22
  import '../../OrMenu-d03831b0.js';
23
- import '../../OrSearch-33e3b0e4.js';
24
- import '../../OrInput-2eeff16a.js';
23
+ import '../../OrSearch-345cc833.js';
24
+ import '../../OrInput-1ac05c06.js';
25
25
  import '../../useIdAttribute-859439f0.js';
26
26
  import '../../useValidationAttributes-d1abbe34.js';
27
27
  import '../../OrError-4ffc1c39.js';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-0b56c11f.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-e347e6d8.js';
2
2
  import '@vueuse/core';
3
3
  import '@vueuse/math';
4
4
  import 'vue-demi';
@@ -8,7 +8,7 @@ import 'tailwindcss/resolveConfig';
8
8
  import '../../OrButton-9622e713.js';
9
9
  import '../../OrLoader-b0c381f9.js';
10
10
  import '../../normalize-component-6e8e3d80.js';
11
- import '../../OrInput-2eeff16a.js';
11
+ import '../../OrInput-1ac05c06.js';
12
12
  import '../../useIdAttribute-859439f0.js';
13
13
  import '../../useResponsive-a02e95b7.js';
14
14
  import '../../useValidationAttributes-d1abbe34.js';
@@ -1,4 +1,4 @@
1
- export { I as InputType, _ as OrInputV3 } from '../../OrInput-2eeff16a.js';
1
+ export { I as InputType, _ as OrInputV3 } from '../../OrInput-1ac05c06.js';
2
2
  export { I as InputSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
3
3
  import 'vue-demi';
4
4
  import '../../useIdAttribute-859439f0.js';
@@ -1,8 +1,8 @@
1
- export { _ as OrSearchV3 } from '../../OrSearch-33e3b0e4.js';
1
+ export { _ as OrSearchV3 } from '../../OrSearch-345cc833.js';
2
2
  export { I as SearchSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
3
3
  import '@vueuse/core';
4
4
  import 'vue-demi';
5
- import '../../OrInput-2eeff16a.js';
5
+ import '../../OrInput-1ac05c06.js';
6
6
  import '../../useIdAttribute-859439f0.js';
7
7
  import '../../useResponsive-a02e95b7.js';
8
8
  import '@onereach/styles/tailwind.config';
@@ -1,4 +1,4 @@
1
- export { _ as OrSelectV3 } from '../../OrSelect-1ee299d9.js';
1
+ export { _ as OrSelectV3 } from '../../OrSelect-7304a89a.js';
2
2
  export { I as SelectSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
3
3
  import 'vue-demi';
4
4
  import '../../dropdown-open-e1f90e0a.js';
@@ -17,7 +17,7 @@ import '../../usePopoverState-8a95a300.js';
17
17
  import '../../OrIcon-d35a84d8.js';
18
18
  import '../../OrHint-aa221198.js';
19
19
  import '../../OrInputBox-11227ecd.js';
20
- import '../../OrInput-2eeff16a.js';
20
+ import '../../OrInput-1ac05c06.js';
21
21
  import '../../useResponsive-a02e95b7.js';
22
22
  import '../../useValidationAttributes-d1abbe34.js';
23
23
  import '../../OrIconButton-ab726d49.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, _ as OrButtonV3 } from './OrButton-9622e713.js';
9
9
  export { _ as OrCard } from './OrCard-c44d9783.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-4eb5c533.js';
11
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-79b90811.js';
11
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-cfa31f60.js';
12
12
  export { _ as OrCardV3 } from './OrCard-0da13cbe.js';
13
13
  export { _ as OrCarousel } from './OrCarousel-b220cf82.js';
14
14
  export { _ as OrCarouselItem } from './OrCarouselItem-c614bab9.js';
@@ -25,7 +25,7 @@ export { _ as OrCombinedInputV3 } from './OrCombinedInput-ed20e33b.js';
25
25
  export { _ as OrInputBoxV3 } from './OrInputBox-11227ecd.js';
26
26
  export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
27
27
  export { _ as OrConfirm } from './OrConfirm-f4eec5b2.js';
28
- export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-0b56c11f.js';
28
+ export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-e347e6d8.js';
29
29
  export { _ as OrDatePickerV3 } from './OrDatePicker-6646573e.js';
30
30
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-fb410167.js';
31
31
  export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-908fbd9a.js';
@@ -48,7 +48,7 @@ export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-84a8
48
48
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-f52267aa.js';
49
49
  export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-f2ecbd39.js';
50
50
  export { _ as OrInput } from './OrInput-014d2e47.js';
51
- export { I as InputType, _ as OrInputV3 } from './OrInput-2eeff16a.js';
51
+ export { I as InputType, _ as OrInputV3 } from './OrInput-1ac05c06.js';
52
52
  export { _ as OrLabel } from './OrLabel-fcceec1b.js';
53
53
  export { L as LabelVariant, _ as OrLabelV3 } from './OrLabel-63380256.js';
54
54
  export { L as LinkColor, _ as OrLinkV3 } from './OrLink-3679a61f.js';
@@ -76,10 +76,10 @@ export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
76
76
  export { _ as OrRadioGroupV3 } from './OrRadioGroup-0e1bf22c.js';
77
77
  export { _ as OrRadioV3 } from './OrRadio-23810acd.js';
78
78
  export { _ as OrSearch } from './OrSearch-e2941d35.js';
79
- export { _ as OrSearchV3 } from './OrSearch-33e3b0e4.js';
79
+ export { _ as OrSearchV3 } from './OrSearch-345cc833.js';
80
80
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-a1ea5b72.js';
81
81
  export { _ as OrSelect } from './OrSelect-49239b74.js';
82
- export { _ as OrSelectV3 } from './OrSelect-1ee299d9.js';
82
+ export { _ as OrSelectV3 } from './OrSelect-7304a89a.js';
83
83
  export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-c56a9221.js';
84
84
  export { _ as OrSidebarV3 } from './OrSidebar-865f307e.js';
85
85
  export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-b3a41f02.js';
@@ -5,7 +5,7 @@ import { s as script$6 } from './OrIcon-62793572.js';
5
5
  import { s as script$5 } from './OrMenuItem-dbee450f.js';
6
6
  import { s as script$4 } from './OrMenu-9659b8eb.js';
7
7
  import './OrPopover-337df396.js';
8
- import { s as script$7 } from './OrSearch-b945651d.js';
8
+ import { s as script$7 } from './OrSearch-b6f37991.js';
9
9
  import './OrInputBox-32b37b17.js';
10
10
  import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, resolveComponent, createElementVNode, createVNode, withCtx, createBlock, createCommentVNode, normalizeProps, guardReactiveProps } from 'vue';
11
11
 
@@ -5,7 +5,7 @@ import { u as usePopoverState } from './usePopoverState-8a95a300.js';
5
5
  import '@onereach/styles/tailwind.config';
6
6
  import 'tailwindcss/resolveConfig';
7
7
  import { s as script$2, a as ButtonColor } from './OrButton-c2b6aa9e.js';
8
- import { s as script$3 } from './OrInput-c653aedb.js';
8
+ import { s as script$3 } from './OrInput-58866c13.js';
9
9
  import { s as script$1 } from './OrOverlay-489fdf76.js';
10
10
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
11
11
 
@@ -105,7 +105,7 @@ var script = defineComponent({
105
105
  default: false
106
106
  }
107
107
  },
108
- emits: ['update:modelValue', 'keydown', 'keyup', 'focus', 'blur'],
108
+ emits: ['update:modelValue', 'input', 'keydown', 'keyup', 'focus', 'blur'],
109
109
  expose: ['root', 'focus', 'blur'],
110
110
  setup(props, context) {
111
111
  // Refs
@@ -212,7 +212,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
212
212
  },
213
213
  color: 'inherit',
214
214
  disabled: _ctx.disabled,
215
- onClick: _cache[5] || (_cache[5] = withModifiers($event => _ctx.disclosed = !_ctx.disclosed, ["stop"]))
215
+ onClick: _cache[6] || (_cache[6] = withModifiers($event => _ctx.disclosed = !_ctx.disclosed, ["stop"]))
216
216
  }, null, 8 /* PROPS */, ["icon", "disabled"])) : createCommentVNode("v-if", true), _ctx.type === 'search' ? (openBlock(), createElementBlock(Fragment, {
217
217
  key: 1
218
218
  }, [_ctx.modelValue ? (openBlock(), createBlock(_component_OrIconButton, {
@@ -220,7 +220,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
220
220
  icon: 'close',
221
221
  color: 'inherit',
222
222
  disabled: _ctx.readonly || _ctx.disabled,
223
- onClick: _cache[6] || (_cache[6] = withModifiers($event => _ctx.$emit('update:modelValue', ''), ["stop"]))
223
+ onClick: _cache[7] || (_cache[7] = withModifiers($event => _ctx.$emit('update:modelValue', ''), ["stop"]))
224
224
  }, null, 8 /* PROPS */, ["disabled"])) : (openBlock(), createBlock(_component_OrIcon, {
225
225
  key: 1,
226
226
  icon: 'search',
@@ -238,10 +238,11 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
238
238
  readonly: _ctx.readonly || _ctx.loading,
239
239
  disabled: _ctx.disabled,
240
240
  autocomplete: _ctx.autocomplete,
241
- onKeydown: _cache[1] || (_cache[1] = $event => _ctx.$emit('keydown', $event)),
242
- onKeyup: _cache[2] || (_cache[2] = $event => _ctx.$emit('keyup', $event)),
243
- onFocus: _cache[3] || (_cache[3] = $event => _ctx.$emit('focus', $event)),
244
- onBlur: _cache[4] || (_cache[4] = $event => _ctx.$emit('blur', $event))
241
+ onInput: _cache[1] || (_cache[1] = $event => _ctx.$emit('input', $event)),
242
+ onKeydown: _cache[2] || (_cache[2] = $event => _ctx.$emit('keydown', $event)),
243
+ onKeyup: _cache[3] || (_cache[3] = $event => _ctx.$emit('keyup', $event)),
244
+ onFocus: _cache[4] || (_cache[4] = $event => _ctx.$emit('focus', $event)),
245
+ onBlur: _cache[5] || (_cache[5] = $event => _ctx.$emit('blur', $event))
245
246
  }), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelDynamic, _ctx.proxyModelValue]])]),
246
247
  _: 1 /* STABLE */
247
248
  }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), withDirectives(createElementVNode("div", _hoisted_2, [_ctx.hint || _ctx.maxLength ? (openBlock(), createBlock(_component_OrHint, {
@@ -1,6 +1,6 @@
1
1
  import { debouncedWatch } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, watch } from 'vue-demi';
3
- import { s as script$1 } from './OrInput-c653aedb.js';
3
+ import { s as script$1 } from './OrInput-58866c13.js';
4
4
  import { I as InputBoxSize } from './OrInputBox-32b37b17.js';
5
5
  import { resolveComponent, openBlock, createBlock, normalizeClass } from 'vue';
6
6
 
@@ -10,7 +10,7 @@ import { s as script$3 } from './OrExpansionPanel-df527763.js';
10
10
  import { s as script$4 } from './OrHint-06ab89d7.js';
11
11
  import { s as script$5 } from './OrIcon-62793572.js';
12
12
  import { s as script$7, I as InputBoxSize } from './OrInputBox-32b37b17.js';
13
- import { s as script$6 } from './OrInput-c653aedb.js';
13
+ import { s as script$6 } from './OrInput-58866c13.js';
14
14
  import { s as script$8 } from './OrLabel-4da56db0.js';
15
15
  import { s as script$9 } from './OrMenuItem-dbee450f.js';
16
16
  import { s as script$a } from './OrPopover-337df396.js';
@@ -7,7 +7,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
7
7
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-c2b6aa9e.js';
8
8
  export { s as OrCard } from '../OrCard-e3a5aea4.js';
9
9
  export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-b9218f98.js';
10
- export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-76f937d5.js';
10
+ export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-65ba52be.js';
11
11
  export { s as OrCardV3 } from '../OrCard-cc82902c.js';
12
12
  export { s as OrCarousel } from '../OrCarousel-5cc74f26.js';
13
13
  export { s as OrCarouselItem } from '../OrCarouselItem-8c7ccd0f.js';
@@ -23,7 +23,7 @@ export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k
23
23
  export { s as OrCombinedInputV3 } from '../OrCombinedInput-e3891038.js';
24
24
  export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from '../OrInputBox-32b37b17.js';
25
25
  export { s as OrConfirm } from '../OrConfirm-704f817e.js';
26
- export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-5509c440.js';
26
+ export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-28e1bb15.js';
27
27
  export { s as OrDatePickerV3 } from '../OrDatePicker-276545bb.js';
28
28
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-c19dcefc.js';
29
29
  export { D as DateTimePickerTimeFormat, s as OrDateTimePickerV3, D as TimePickerFormat } from '../OrDateTimePicker-85a01f0d.js';
@@ -45,7 +45,7 @@ export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-a6c
45
45
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit-6bf54bd0.js';
46
46
  export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-f060dab5.js';
47
47
  export { s as OrInput } from '../OrInput-9be9a209.js';
48
- export { I as InputType, s as OrInputV3 } from '../OrInput-c653aedb.js';
48
+ export { I as InputType, s as OrInputV3 } from '../OrInput-58866c13.js';
49
49
  export { s as OrLabel } from '../OrLabel-a7d99df4.js';
50
50
  export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel-4da56db0.js';
51
51
  export { L as LinkColor, s as OrLinkV3 } from '../OrLink-7c4eedf0.js';
@@ -73,10 +73,10 @@ export { s as OrRadioGroup } from '../OrRadioGroup-00785e41.js';
73
73
  export { s as OrRadioGroupV3 } from '../OrRadioGroup-d215409c.js';
74
74
  export { s as OrRadioV3 } from '../OrRadio-4f0026c9.js';
75
75
  export { s as OrSearch } from '../OrSearch-d0c8aca7.js';
76
- export { s as OrSearchV3 } from '../OrSearch-b945651d.js';
76
+ export { s as OrSearchV3 } from '../OrSearch-b6f37991.js';
77
77
  export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-359fbf3a.js';
78
78
  export { s as OrSelect } from '../OrSelect-60205145.js';
79
- export { s as OrSelectV3 } from '../OrSelect-5a2c078d.js';
79
+ export { s as OrSelectV3 } from '../OrSelect-1c58ccaf.js';
80
80
  export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar-aaf73310.js';
81
81
  export { s as OrSidebarV3 } from '../OrSidebar-7f5795da.js';
82
82
  export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-5fb7a6a1.js';
@@ -1,4 +1,4 @@
1
- export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-76f937d5.js';
1
+ export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-65ba52be.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrButton-c2b6aa9e.js';
4
4
  import '../../OrLoader-b79022da.js';
@@ -19,8 +19,8 @@ import '../../OrOverlay-489fdf76.js';
19
19
  import '../../OrTeleport.vue3-8099178c.js';
20
20
  import '../../OrMenuItem-dbee450f.js';
21
21
  import '../../OrMenu-9659b8eb.js';
22
- import '../../OrSearch-b945651d.js';
23
- import '../../OrInput-c653aedb.js';
22
+ import '../../OrSearch-b6f37991.js';
23
+ import '../../OrInput-58866c13.js';
24
24
  import '../../useIdAttribute-859439f0.js';
25
25
  import '../../useValidationAttributes-d1abbe34.js';
26
26
  import '../../OrError-c01d0c29.js';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-5509c440.js';
1
+ export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-28e1bb15.js';
2
2
  import '@vueuse/core';
3
3
  import '@vueuse/math';
4
4
  import 'vue-demi';
@@ -8,7 +8,7 @@ import 'tailwindcss/resolveConfig';
8
8
  import '../../OrButton-c2b6aa9e.js';
9
9
  import '../../OrLoader-b79022da.js';
10
10
  import 'vue';
11
- import '../../OrInput-c653aedb.js';
11
+ import '../../OrInput-58866c13.js';
12
12
  import '../../useIdAttribute-859439f0.js';
13
13
  import '../../useResponsive-a02e95b7.js';
14
14
  import '../../useValidationAttributes-d1abbe34.js';
@@ -78,7 +78,7 @@ declare const _default: import("vue-demi").DefineComponent<{
78
78
  isMobile: import("vue-demi").Ref<boolean>;
79
79
  focus: () => void;
80
80
  blur: () => void;
81
- }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("update:modelValue" | "keydown" | "keyup" | "focus" | "blur")[], "update:modelValue" | "keydown" | "keyup" | "focus" | "blur", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
81
+ }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("update:modelValue" | "input" | "keydown" | "keyup" | "focus" | "blur")[], "update:modelValue" | "input" | "keydown" | "keyup" | "focus" | "blur", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
82
82
  modelValue: {
83
83
  type: (StringConstructor | NumberConstructor)[];
84
84
  default: undefined;
@@ -133,6 +133,7 @@ declare const _default: import("vue-demi").DefineComponent<{
133
133
  };
134
134
  }>> & {
135
135
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
136
+ onInput?: ((...args: any[]) => any) | undefined;
136
137
  onKeydown?: ((...args: any[]) => any) | undefined;
137
138
  onKeyup?: ((...args: any[]) => any) | undefined;
138
139
  onFocus?: ((...args: any[]) => any) | undefined;
@@ -1,4 +1,4 @@
1
- export { I as InputType, s as OrInputV3 } from '../../OrInput-c653aedb.js';
1
+ export { I as InputType, s as OrInputV3 } from '../../OrInput-58866c13.js';
2
2
  export { I as InputSize } from '../../OrInputBox-32b37b17.js';
3
3
  import 'vue-demi';
4
4
  import '../../useIdAttribute-859439f0.js';
@@ -1,8 +1,8 @@
1
- export { s as OrSearchV3 } from '../../OrSearch-b945651d.js';
1
+ export { s as OrSearchV3 } from '../../OrSearch-b6f37991.js';
2
2
  export { I as SearchSize } from '../../OrInputBox-32b37b17.js';
3
3
  import '@vueuse/core';
4
4
  import 'vue-demi';
5
- import '../../OrInput-c653aedb.js';
5
+ import '../../OrInput-58866c13.js';
6
6
  import '../../useIdAttribute-859439f0.js';
7
7
  import '../../useResponsive-a02e95b7.js';
8
8
  import '@onereach/styles/tailwind.config';
@@ -1,4 +1,4 @@
1
- export { s as OrSelectV3 } from '../../OrSelect-5a2c078d.js';
1
+ export { s as OrSelectV3 } from '../../OrSelect-1c58ccaf.js';
2
2
  export { I as SelectSize } from '../../OrInputBox-32b37b17.js';
3
3
  import 'vue-demi';
4
4
  import '../../dropdown-open-e1f90e0a.js';
@@ -16,7 +16,7 @@ import '../../OrExpansionPanel-df527763.js';
16
16
  import '../../usePopoverState-8a95a300.js';
17
17
  import '../../OrIcon-62793572.js';
18
18
  import '../../OrHint-06ab89d7.js';
19
- import '../../OrInput-c653aedb.js';
19
+ import '../../OrInput-58866c13.js';
20
20
  import '../../useResponsive-a02e95b7.js';
21
21
  import '../../useValidationAttributes-d1abbe34.js';
22
22
  import '../../OrIconButton-0aaadc68.js';
@@ -7,7 +7,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
7
7
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './OrButton-c2b6aa9e.js';
8
8
  export { s as OrCard } from './OrCard-e3a5aea4.js';
9
9
  export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-b9218f98.js';
10
- export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-76f937d5.js';
10
+ export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-65ba52be.js';
11
11
  export { s as OrCardV3 } from './OrCard-cc82902c.js';
12
12
  export { s as OrCarousel } from './OrCarousel-5cc74f26.js';
13
13
  export { s as OrCarouselItem } from './OrCarouselItem-8c7ccd0f.js';
@@ -23,7 +23,7 @@ export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k
23
23
  export { s as OrCombinedInputV3 } from './OrCombinedInput-e3891038.js';
24
24
  export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from './OrInputBox-32b37b17.js';
25
25
  export { s as OrConfirm } from './OrConfirm-704f817e.js';
26
- export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-5509c440.js';
26
+ export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-28e1bb15.js';
27
27
  export { s as OrDatePickerV3 } from './OrDatePicker-276545bb.js';
28
28
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-c19dcefc.js';
29
29
  export { D as DateTimePickerTimeFormat, s as OrDateTimePickerV3, D as TimePickerFormat } from './OrDateTimePicker-85a01f0d.js';
@@ -45,7 +45,7 @@ export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-a6c3
45
45
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-6bf54bd0.js';
46
46
  export { s as OrInlineTextareaV3 } from './OrInlineTextarea-f060dab5.js';
47
47
  export { s as OrInput } from './OrInput-9be9a209.js';
48
- export { I as InputType, s as OrInputV3 } from './OrInput-c653aedb.js';
48
+ export { I as InputType, s as OrInputV3 } from './OrInput-58866c13.js';
49
49
  export { s as OrLabel } from './OrLabel-a7d99df4.js';
50
50
  export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-4da56db0.js';
51
51
  export { L as LinkColor, s as OrLinkV3 } from './OrLink-7c4eedf0.js';
@@ -73,10 +73,10 @@ export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
73
73
  export { s as OrRadioGroupV3 } from './OrRadioGroup-d215409c.js';
74
74
  export { s as OrRadioV3 } from './OrRadio-4f0026c9.js';
75
75
  export { s as OrSearch } from './OrSearch-d0c8aca7.js';
76
- export { s as OrSearchV3 } from './OrSearch-b945651d.js';
76
+ export { s as OrSearchV3 } from './OrSearch-b6f37991.js';
77
77
  export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-359fbf3a.js';
78
78
  export { s as OrSelect } from './OrSelect-60205145.js';
79
- export { s as OrSelectV3 } from './OrSelect-5a2c078d.js';
79
+ export { s as OrSelectV3 } from './OrSelect-1c58ccaf.js';
80
80
  export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-aaf73310.js';
81
81
  export { s as OrSidebarV3 } from './OrSidebar-7f5795da.js';
82
82
  export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-5fb7a6a1.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "4.10.3",
3
+ "version": "4.10.4-beta.2954.0",
4
4
  "description": "Vue components library for v2/3",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/auto/index.js",
@@ -154,6 +154,5 @@
154
154
  "default": "./dist/bundled/v3/components/*/index.js"
155
155
  },
156
156
  "./package.json": "./package.json"
157
- },
158
- "gitHead": "1449d12634ad35503b84fcb20deda4604c8fce86"
157
+ }
159
158
  }
@@ -36,6 +36,7 @@
36
36
  :readonly="readonly || loading"
37
37
  :disabled="disabled"
38
38
  :autocomplete="autocomplete"
39
+ @input="$emit('input', $event)"
39
40
  @keydown="$emit('keydown', $event)"
40
41
  @keyup="$emit('keyup', $event)"
41
42
  @focus="$emit('focus', $event)"
@@ -218,7 +219,7 @@ export default defineComponent({
218
219
 
219
220
  emits: [
220
221
  'update:modelValue',
221
-
222
+ 'input',
222
223
  'keydown',
223
224
  'keyup',
224
225
  'focus',