@onereach/ui-components 25.1.1 → 25.1.2-beta.5763.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 (27) hide show
  1. package/dist/esm/{OrAutocomplete-BYPOrjCw.mjs → OrAutocomplete-oOsD_Dix.mjs} +81 -81
  2. package/dist/esm/OrAutocomplete-oOsD_Dix.mjs.map +1 -0
  3. package/dist/esm/components/index.mjs +1 -1
  4. package/dist/esm/components/or-autocomplete-v3/index.mjs +1 -1
  5. package/dist/esm/index.mjs +1 -1
  6. package/dist/types/components/or-autocomplete-v3/OrAutocomplete.vue.d.ts +40 -40
  7. package/dist/types/components/or-button-v3/OrButton.vue.d.ts +1 -1
  8. package/dist/types/components/or-confirm-v3/OrConfirm.vue.d.ts +8 -8
  9. package/dist/types/components/or-data-grid-v3/OrDataGrid.vue.d.ts +9 -9
  10. package/dist/types/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +4 -4
  11. package/dist/types/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +4 -4
  12. package/dist/types/components/or-editor-tabs-v3/OrEditorTabs.vue.d.ts +1 -1
  13. package/dist/types/components/or-inline-input-v3/OrInlineInput.vue.d.ts +2 -2
  14. package/dist/types/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +2 -2
  15. package/dist/types/components/or-input-v3/OrInput.vue.d.ts +3 -3
  16. package/dist/types/components/or-pagination-v3/OrPagination.vue.d.ts +4 -4
  17. package/dist/types/components/or-search-v3/OrSearch.vue.d.ts +6 -6
  18. package/dist/types/components/or-select-v3/OrSelect.vue.d.ts +15 -15
  19. package/dist/types/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue.d.ts +6 -6
  20. package/dist/types/components/or-sorting-v3/OrSorting.vue.d.ts +1 -1
  21. package/dist/types/components/or-switch-v3/OrSwitch.vue.d.ts +1 -1
  22. package/dist/types/components/or-tag-input-v3/OrTagInput.vue.d.ts +7 -7
  23. package/dist/types/components/or-tags-v3/OrTags.vue.d.ts +2 -2
  24. package/dist/types/components/or-textarea-v3/OrTextarea.vue.d.ts +1 -1
  25. package/dist/types/components/or-toast-v3/OrToast.vue.d.ts +3 -3
  26. package/package.json +4 -5
  27. package/dist/esm/OrAutocomplete-BYPOrjCw.mjs.map +0 -1
@@ -1,7 +1,7 @@
1
- import { PropType, nextTick } from 'vue';
2
1
  import { SearchFunction } from '@onereach/ui-components-common/types';
3
2
  import { InputBoxSize, InputBoxVariant } from '@onereach/ui-components.or-input-box-v3';
4
3
  import { TagsOverflow } from '@onereach/ui-components.or-tags-v3';
4
+ import { PropType, nextTick } from 'vue';
5
5
  import { AutocompleteModelValue, AutocompleteValue } from './types';
6
6
  declare const _default: import("vue").DefineComponent<{
7
7
  modelValue: {
@@ -97,12 +97,12 @@ declare const _default: import("vue").DefineComponent<{
97
97
  required?: boolean | undefined;
98
98
  overflow?: "hidden" | "wrap" | "scroll" | undefined;
99
99
  readonly?: boolean | undefined;
100
- loading?: boolean | undefined;
101
100
  modelValue?: import("@onereach/ui-components.or-tag-input-v3").TagInputModelValue;
102
101
  label?: string | undefined;
103
102
  placeholder?: string | undefined;
104
103
  hint?: string | undefined;
105
104
  error?: string | boolean | undefined;
105
+ loading?: boolean | undefined;
106
106
  enableClear?: boolean | undefined;
107
107
  additionalInputBoxStyles?: string[] | undefined;
108
108
  saveOnBlur?: boolean | undefined;
@@ -152,11 +152,11 @@ declare const _default: import("vue").DefineComponent<{
152
152
  style?: unknown;
153
153
  onFocus?: ((...args: any[]) => any) | undefined;
154
154
  onBlur?: ((...args: any[]) => any) | undefined;
155
- onReset?: ((...args: any[]) => any) | undefined;
156
155
  onInput?: ((...args: any[]) => any) | undefined;
157
156
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
158
157
  onKeydown?: ((...args: any[]) => any) | undefined;
159
158
  onKeyup?: ((...args: any[]) => any) | undefined;
159
+ onReset?: ((...args: any[]) => any) | undefined;
160
160
  };
161
161
  $attrs: {
162
162
  [x: string]: unknown;
@@ -169,7 +169,7 @@ declare const _default: import("vue").DefineComponent<{
169
169
  }>;
170
170
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
171
171
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
172
- $emit: (event: "focus" | "blur" | "input" | "reset" | "update:modelValue" | "keydown" | "keyup", ...args: any[]) => void;
172
+ $emit: (event: "focus" | "blur" | "input" | "update:modelValue" | "keydown" | "keyup" | "reset", ...args: any[]) => void;
173
173
  $el: any;
174
174
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
175
175
  modelValue: {
@@ -231,11 +231,11 @@ declare const _default: import("vue").DefineComponent<{
231
231
  }>> & {
232
232
  onFocus?: ((...args: any[]) => any) | undefined;
233
233
  onBlur?: ((...args: any[]) => any) | undefined;
234
- onReset?: ((...args: any[]) => any) | undefined;
235
234
  onInput?: ((...args: any[]) => any) | undefined;
236
235
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
237
236
  onKeydown?: ((...args: any[]) => any) | undefined;
238
237
  onKeyup?: ((...args: any[]) => any) | undefined;
238
+ onReset?: ((...args: any[]) => any) | undefined;
239
239
  }, {
240
240
  root: import("vue").Ref<HTMLElement | undefined>;
241
241
  control: import("vue").Ref<HTMLInputElement | undefined>;
@@ -604,8 +604,8 @@ declare const _default: import("vue").DefineComponent<{
604
604
  type?: "button" | "reset" | "submit" | undefined;
605
605
  variant?: "outlined" | "link" | "text" | "contained" | undefined;
606
606
  color?: "inherit" | "primary" | "danger" | undefined;
607
- activated?: boolean | undefined;
608
607
  loading?: boolean | undefined;
608
+ activated?: boolean | undefined;
609
609
  loadingText?: string | undefined;
610
610
  onClick?: ((...args: any[]) => any) | undefined;
611
611
  key?: string | number | symbol | undefined;
@@ -715,8 +715,8 @@ declare const _default: import("vue").DefineComponent<{
715
715
  type: "button" | "reset" | "submit";
716
716
  variant: "outlined" | "link" | "text" | "contained";
717
717
  color: "inherit" | "primary" | "danger";
718
- activated: boolean;
719
718
  loading: boolean;
719
+ activated: boolean;
720
720
  loadingText: string;
721
721
  }, {}, string, {}> & {
722
722
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -1751,8 +1751,8 @@ declare const _default: import("vue").DefineComponent<{
1751
1751
  type?: "button" | "reset" | "submit" | undefined;
1752
1752
  variant?: "outlined" | "link" | "text" | "contained" | undefined;
1753
1753
  color?: "inherit" | "primary" | "danger" | undefined;
1754
- activated?: boolean | undefined;
1755
1754
  loading?: boolean | undefined;
1755
+ activated?: boolean | undefined;
1756
1756
  loadingText?: string | undefined;
1757
1757
  onClick?: ((...args: any[]) => any) | undefined;
1758
1758
  key?: string | number | symbol | undefined;
@@ -1862,8 +1862,8 @@ declare const _default: import("vue").DefineComponent<{
1862
1862
  type: "button" | "reset" | "submit";
1863
1863
  variant: "outlined" | "link" | "text" | "contained";
1864
1864
  color: "inherit" | "primary" | "danger";
1865
- activated: boolean;
1866
1865
  loading: boolean;
1866
+ activated: boolean;
1867
1867
  loadingText: string;
1868
1868
  }, {}, string, {}> & {
1869
1869
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -2776,18 +2776,18 @@ declare const _default: import("vue").DefineComponent<{
2776
2776
  remove: (value: string) => void;
2777
2777
  reset: () => void;
2778
2778
  clear: () => void;
2779
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "blur" | "input" | "reset" | "update:modelValue" | "keydown" | "keyup")[], string, {
2779
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "blur" | "input" | "update:modelValue" | "keydown" | "keyup" | "reset")[], string, {
2780
2780
  disabled: boolean;
2781
2781
  variant: "styled" | "unstyled" | "embedded";
2782
2782
  required: boolean;
2783
2783
  overflow: "hidden" | "wrap" | "scroll";
2784
2784
  readonly: boolean;
2785
- loading: boolean;
2786
2785
  modelValue: import("@onereach/ui-components.or-tag-input-v3").TagInputModelValue;
2787
2786
  label: string;
2788
2787
  placeholder: string;
2789
2788
  hint: string;
2790
2789
  error: string | boolean;
2790
+ loading: boolean;
2791
2791
  enableClear: boolean;
2792
2792
  additionalInputBoxStyles: string[];
2793
2793
  saveOnBlur: boolean;
@@ -2871,11 +2871,11 @@ declare const _default: import("vue").DefineComponent<{
2871
2871
  }>> & {
2872
2872
  onFocus?: ((...args: any[]) => any) | undefined;
2873
2873
  onBlur?: ((...args: any[]) => any) | undefined;
2874
- onReset?: ((...args: any[]) => any) | undefined;
2875
2874
  onInput?: ((...args: any[]) => any) | undefined;
2876
2875
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2877
2876
  onKeydown?: ((...args: any[]) => any) | undefined;
2878
2877
  onKeyup?: ((...args: any[]) => any) | undefined;
2878
+ onReset?: ((...args: any[]) => any) | undefined;
2879
2879
  } & import("vue").ShallowUnwrapRef<{
2880
2880
  root: import("vue").Ref<HTMLElement | undefined>;
2881
2881
  control: import("vue").Ref<HTMLInputElement | undefined>;
@@ -3244,8 +3244,8 @@ declare const _default: import("vue").DefineComponent<{
3244
3244
  type?: "button" | "reset" | "submit" | undefined;
3245
3245
  variant?: "outlined" | "link" | "text" | "contained" | undefined;
3246
3246
  color?: "inherit" | "primary" | "danger" | undefined;
3247
- activated?: boolean | undefined;
3248
3247
  loading?: boolean | undefined;
3248
+ activated?: boolean | undefined;
3249
3249
  loadingText?: string | undefined;
3250
3250
  onClick?: ((...args: any[]) => any) | undefined;
3251
3251
  key?: string | number | symbol | undefined;
@@ -3355,8 +3355,8 @@ declare const _default: import("vue").DefineComponent<{
3355
3355
  type: "button" | "reset" | "submit";
3356
3356
  variant: "outlined" | "link" | "text" | "contained";
3357
3357
  color: "inherit" | "primary" | "danger";
3358
- activated: boolean;
3359
3358
  loading: boolean;
3359
+ activated: boolean;
3360
3360
  loadingText: string;
3361
3361
  }, {}, string, {}> & {
3362
3362
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -4391,8 +4391,8 @@ declare const _default: import("vue").DefineComponent<{
4391
4391
  type?: "button" | "reset" | "submit" | undefined;
4392
4392
  variant?: "outlined" | "link" | "text" | "contained" | undefined;
4393
4393
  color?: "inherit" | "primary" | "danger" | undefined;
4394
- activated?: boolean | undefined;
4395
4394
  loading?: boolean | undefined;
4395
+ activated?: boolean | undefined;
4396
4396
  loadingText?: string | undefined;
4397
4397
  onClick?: ((...args: any[]) => any) | undefined;
4398
4398
  key?: string | number | symbol | undefined;
@@ -4502,8 +4502,8 @@ declare const _default: import("vue").DefineComponent<{
4502
4502
  type: "button" | "reset" | "submit";
4503
4503
  variant: "outlined" | "link" | "text" | "contained";
4504
4504
  color: "inherit" | "primary" | "danger";
4505
- activated: boolean;
4506
4505
  loading: boolean;
4506
+ activated: boolean;
4507
4507
  loadingText: string;
4508
4508
  }, {}, string, {}> & {
4509
4509
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -5589,14 +5589,14 @@ declare const _default: import("vue").DefineComponent<{
5589
5589
  size?: "m" | "s" | undefined;
5590
5590
  required?: boolean | undefined;
5591
5591
  readonly?: boolean | undefined;
5592
- loading?: boolean | undefined;
5593
5592
  modelValue?: import("@onereach/ui-components.or-input-v3").InputModelValue;
5593
+ autocomplete?: string | undefined;
5594
+ inputmode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
5594
5595
  label?: string | undefined;
5595
5596
  placeholder?: string | undefined;
5596
5597
  hint?: string | undefined;
5597
5598
  error?: string | boolean | undefined;
5598
- autocomplete?: string | undefined;
5599
- inputmode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
5599
+ loading?: boolean | undefined;
5600
5600
  key?: string | number | symbol | undefined;
5601
5601
  ref?: import("vue").VNodeRef | undefined;
5602
5602
  ref_for?: boolean | undefined;
@@ -5763,14 +5763,14 @@ declare const _default: import("vue").DefineComponent<{
5763
5763
  size: "m" | "s";
5764
5764
  required: boolean;
5765
5765
  readonly: boolean;
5766
- loading: boolean;
5767
5766
  modelValue: import("@onereach/ui-components.or-input-v3").InputModelValue;
5767
+ autocomplete: string;
5768
+ inputmode: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal";
5768
5769
  label: string;
5769
5770
  placeholder: string;
5770
5771
  hint: string;
5771
5772
  error: string | boolean;
5772
- autocomplete: string;
5773
- inputmode: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal";
5773
+ loading: boolean;
5774
5774
  }, {}, string, {}> & {
5775
5775
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5776
5776
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -5895,12 +5895,12 @@ declare const _default: import("vue").DefineComponent<{
5895
5895
  required?: boolean | undefined;
5896
5896
  overflow?: "hidden" | "wrap" | "scroll" | undefined;
5897
5897
  readonly?: boolean | undefined;
5898
- loading?: boolean | undefined;
5899
5898
  modelValue?: import("@onereach/ui-components.or-tag-input-v3").TagInputModelValue;
5900
5899
  label?: string | undefined;
5901
5900
  placeholder?: string | undefined;
5902
5901
  hint?: string | undefined;
5903
5902
  error?: string | boolean | undefined;
5903
+ loading?: boolean | undefined;
5904
5904
  enableClear?: boolean | undefined;
5905
5905
  additionalInputBoxStyles?: string[] | undefined;
5906
5906
  saveOnBlur?: boolean | undefined;
@@ -5950,11 +5950,11 @@ declare const _default: import("vue").DefineComponent<{
5950
5950
  style?: unknown;
5951
5951
  onFocus?: ((...args: any[]) => any) | undefined;
5952
5952
  onBlur?: ((...args: any[]) => any) | undefined;
5953
- onReset?: ((...args: any[]) => any) | undefined;
5954
5953
  onInput?: ((...args: any[]) => any) | undefined;
5955
5954
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
5956
5955
  onKeydown?: ((...args: any[]) => any) | undefined;
5957
5956
  onKeyup?: ((...args: any[]) => any) | undefined;
5957
+ onReset?: ((...args: any[]) => any) | undefined;
5958
5958
  };
5959
5959
  $attrs: {
5960
5960
  [x: string]: unknown;
@@ -5967,7 +5967,7 @@ declare const _default: import("vue").DefineComponent<{
5967
5967
  }>;
5968
5968
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5969
5969
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5970
- $emit: (event: "focus" | "blur" | "input" | "reset" | "update:modelValue" | "keydown" | "keyup", ...args: any[]) => void;
5970
+ $emit: (event: "focus" | "blur" | "input" | "update:modelValue" | "keydown" | "keyup" | "reset", ...args: any[]) => void;
5971
5971
  $el: any;
5972
5972
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5973
5973
  modelValue: {
@@ -6029,11 +6029,11 @@ declare const _default: import("vue").DefineComponent<{
6029
6029
  }>> & {
6030
6030
  onFocus?: ((...args: any[]) => any) | undefined;
6031
6031
  onBlur?: ((...args: any[]) => any) | undefined;
6032
- onReset?: ((...args: any[]) => any) | undefined;
6033
6032
  onInput?: ((...args: any[]) => any) | undefined;
6034
6033
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6035
6034
  onKeydown?: ((...args: any[]) => any) | undefined;
6036
6035
  onKeyup?: ((...args: any[]) => any) | undefined;
6036
+ onReset?: ((...args: any[]) => any) | undefined;
6037
6037
  }, {
6038
6038
  root: import("vue").Ref<HTMLElement | undefined>;
6039
6039
  control: import("vue").Ref<HTMLInputElement | undefined>;
@@ -6402,8 +6402,8 @@ declare const _default: import("vue").DefineComponent<{
6402
6402
  type?: "button" | "reset" | "submit" | undefined;
6403
6403
  variant?: "outlined" | "link" | "text" | "contained" | undefined;
6404
6404
  color?: "inherit" | "primary" | "danger" | undefined;
6405
- activated?: boolean | undefined;
6406
6405
  loading?: boolean | undefined;
6406
+ activated?: boolean | undefined;
6407
6407
  loadingText?: string | undefined;
6408
6408
  onClick?: ((...args: any[]) => any) | undefined;
6409
6409
  key?: string | number | symbol | undefined;
@@ -6513,8 +6513,8 @@ declare const _default: import("vue").DefineComponent<{
6513
6513
  type: "button" | "reset" | "submit";
6514
6514
  variant: "outlined" | "link" | "text" | "contained";
6515
6515
  color: "inherit" | "primary" | "danger";
6516
- activated: boolean;
6517
6516
  loading: boolean;
6517
+ activated: boolean;
6518
6518
  loadingText: string;
6519
6519
  }, {}, string, {}> & {
6520
6520
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -7549,8 +7549,8 @@ declare const _default: import("vue").DefineComponent<{
7549
7549
  type?: "button" | "reset" | "submit" | undefined;
7550
7550
  variant?: "outlined" | "link" | "text" | "contained" | undefined;
7551
7551
  color?: "inherit" | "primary" | "danger" | undefined;
7552
- activated?: boolean | undefined;
7553
7552
  loading?: boolean | undefined;
7553
+ activated?: boolean | undefined;
7554
7554
  loadingText?: string | undefined;
7555
7555
  onClick?: ((...args: any[]) => any) | undefined;
7556
7556
  key?: string | number | symbol | undefined;
@@ -7660,8 +7660,8 @@ declare const _default: import("vue").DefineComponent<{
7660
7660
  type: "button" | "reset" | "submit";
7661
7661
  variant: "outlined" | "link" | "text" | "contained";
7662
7662
  color: "inherit" | "primary" | "danger";
7663
- activated: boolean;
7664
7663
  loading: boolean;
7664
+ activated: boolean;
7665
7665
  loadingText: string;
7666
7666
  }, {}, string, {}> & {
7667
7667
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -8574,18 +8574,18 @@ declare const _default: import("vue").DefineComponent<{
8574
8574
  remove: (value: string) => void;
8575
8575
  reset: () => void;
8576
8576
  clear: () => void;
8577
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "blur" | "input" | "reset" | "update:modelValue" | "keydown" | "keyup")[], string, {
8577
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "blur" | "input" | "update:modelValue" | "keydown" | "keyup" | "reset")[], string, {
8578
8578
  disabled: boolean;
8579
8579
  variant: "styled" | "unstyled" | "embedded";
8580
8580
  required: boolean;
8581
8581
  overflow: "hidden" | "wrap" | "scroll";
8582
8582
  readonly: boolean;
8583
- loading: boolean;
8584
8583
  modelValue: import("@onereach/ui-components.or-tag-input-v3").TagInputModelValue;
8585
8584
  label: string;
8586
8585
  placeholder: string;
8587
8586
  hint: string;
8588
8587
  error: string | boolean;
8588
+ loading: boolean;
8589
8589
  enableClear: boolean;
8590
8590
  additionalInputBoxStyles: string[];
8591
8591
  saveOnBlur: boolean;
@@ -8669,11 +8669,11 @@ declare const _default: import("vue").DefineComponent<{
8669
8669
  }>> & {
8670
8670
  onFocus?: ((...args: any[]) => any) | undefined;
8671
8671
  onBlur?: ((...args: any[]) => any) | undefined;
8672
- onReset?: ((...args: any[]) => any) | undefined;
8673
8672
  onInput?: ((...args: any[]) => any) | undefined;
8674
8673
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8675
8674
  onKeydown?: ((...args: any[]) => any) | undefined;
8676
8675
  onKeyup?: ((...args: any[]) => any) | undefined;
8676
+ onReset?: ((...args: any[]) => any) | undefined;
8677
8677
  } & import("vue").ShallowUnwrapRef<{
8678
8678
  root: import("vue").Ref<HTMLElement | undefined>;
8679
8679
  control: import("vue").Ref<HTMLInputElement | undefined>;
@@ -9042,8 +9042,8 @@ declare const _default: import("vue").DefineComponent<{
9042
9042
  type?: "button" | "reset" | "submit" | undefined;
9043
9043
  variant?: "outlined" | "link" | "text" | "contained" | undefined;
9044
9044
  color?: "inherit" | "primary" | "danger" | undefined;
9045
- activated?: boolean | undefined;
9046
9045
  loading?: boolean | undefined;
9046
+ activated?: boolean | undefined;
9047
9047
  loadingText?: string | undefined;
9048
9048
  onClick?: ((...args: any[]) => any) | undefined;
9049
9049
  key?: string | number | symbol | undefined;
@@ -9153,8 +9153,8 @@ declare const _default: import("vue").DefineComponent<{
9153
9153
  type: "button" | "reset" | "submit";
9154
9154
  variant: "outlined" | "link" | "text" | "contained";
9155
9155
  color: "inherit" | "primary" | "danger";
9156
- activated: boolean;
9157
9156
  loading: boolean;
9157
+ activated: boolean;
9158
9158
  loadingText: string;
9159
9159
  }, {}, string, {}> & {
9160
9160
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -10189,8 +10189,8 @@ declare const _default: import("vue").DefineComponent<{
10189
10189
  type?: "button" | "reset" | "submit" | undefined;
10190
10190
  variant?: "outlined" | "link" | "text" | "contained" | undefined;
10191
10191
  color?: "inherit" | "primary" | "danger" | undefined;
10192
- activated?: boolean | undefined;
10193
10192
  loading?: boolean | undefined;
10193
+ activated?: boolean | undefined;
10194
10194
  loadingText?: string | undefined;
10195
10195
  onClick?: ((...args: any[]) => any) | undefined;
10196
10196
  key?: string | number | symbol | undefined;
@@ -10300,8 +10300,8 @@ declare const _default: import("vue").DefineComponent<{
10300
10300
  type: "button" | "reset" | "submit";
10301
10301
  variant: "outlined" | "link" | "text" | "contained";
10302
10302
  color: "inherit" | "primary" | "danger";
10303
- activated: boolean;
10304
10303
  loading: boolean;
10304
+ activated: boolean;
10305
10305
  loadingText: string;
10306
10306
  }, {}, string, {}> & {
10307
10307
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -12119,14 +12119,14 @@ declare const _default: import("vue").DefineComponent<{
12119
12119
  required: boolean;
12120
12120
  overflow: "hidden" | "wrap" | "scroll";
12121
12121
  readonly: boolean;
12122
- loading: boolean;
12123
- loadingText: string;
12124
- items: string[];
12125
12122
  modelValue: AutocompleteModelValue;
12126
12123
  label: string;
12127
12124
  placeholder: string;
12128
12125
  hint: string;
12129
12126
  error: string | boolean;
12127
+ loading: boolean;
12128
+ loadingText: string;
12129
+ items: string[];
12130
12130
  enableClear: boolean;
12131
12131
  multiple: boolean;
12132
12132
  searchFunction: SearchFunction<string>;
@@ -76,8 +76,8 @@ declare const _default: import("vue").DefineComponent<{
76
76
  type: "button" | "reset" | "submit";
77
77
  variant: "outlined" | "link" | "text" | "contained";
78
78
  color: "inherit" | "primary" | "danger";
79
- activated: boolean;
80
79
  loading: boolean;
80
+ activated: boolean;
81
81
  loadingText: string;
82
82
  }, {}>;
83
83
  export default _default;
@@ -65,14 +65,14 @@ declare const _default: import("vue").DefineComponent<{
65
65
  size?: "m" | "s" | undefined;
66
66
  required?: boolean | undefined;
67
67
  readonly?: boolean | undefined;
68
- loading?: boolean | undefined;
69
68
  modelValue?: import("@onereach/ui-components.or-input-v3").InputModelValue;
69
+ autocomplete?: string | undefined;
70
+ inputmode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
70
71
  label?: string | undefined;
71
72
  placeholder?: string | undefined;
72
73
  hint?: string | undefined;
73
74
  error?: string | boolean | undefined;
74
- autocomplete?: string | undefined;
75
- inputmode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
75
+ loading?: boolean | undefined;
76
76
  key?: string | number | symbol | undefined;
77
77
  ref?: import("vue").VNodeRef | undefined;
78
78
  ref_for?: boolean | undefined;
@@ -239,14 +239,14 @@ declare const _default: import("vue").DefineComponent<{
239
239
  size: "m" | "s";
240
240
  required: boolean;
241
241
  readonly: boolean;
242
- loading: boolean;
243
242
  modelValue: import("@onereach/ui-components.or-input-v3").InputModelValue;
243
+ autocomplete: string;
244
+ inputmode: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal";
244
245
  label: string;
245
246
  placeholder: string;
246
247
  hint: string;
247
248
  error: string | boolean;
248
- autocomplete: string;
249
- inputmode: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal";
249
+ loading: boolean;
250
250
  }, {}, string, {}> & {
251
251
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
252
252
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -370,8 +370,8 @@ declare const _default: import("vue").DefineComponent<{
370
370
  type?: "button" | "reset" | "submit" | undefined;
371
371
  variant?: "outlined" | "link" | "text" | "contained" | undefined;
372
372
  color?: "inherit" | "primary" | "danger" | undefined;
373
- activated?: boolean | undefined;
374
373
  loading?: boolean | undefined;
374
+ activated?: boolean | undefined;
375
375
  loadingText?: string | undefined;
376
376
  onClick?: ((...args: any[]) => any) | undefined;
377
377
  key?: string | number | symbol | undefined;
@@ -481,8 +481,8 @@ declare const _default: import("vue").DefineComponent<{
481
481
  type: "button" | "reset" | "submit";
482
482
  variant: "outlined" | "link" | "text" | "contained";
483
483
  color: "inherit" | "primary" | "danger";
484
- activated: boolean;
485
484
  loading: boolean;
485
+ activated: boolean;
486
486
  loadingText: string;
487
487
  }, {}, string, {}> & {
488
488
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -189,8 +189,8 @@ declare const _default: import("vue").DefineComponent<{
189
189
  type?: "button" | "reset" | "submit" | undefined;
190
190
  variant?: "outlined" | "link" | "text" | "contained" | undefined;
191
191
  color?: "inherit" | "primary" | "danger" | undefined;
192
- activated?: boolean | undefined;
193
192
  loading?: boolean | undefined;
193
+ activated?: boolean | undefined;
194
194
  loadingText?: string | undefined;
195
195
  onClick?: ((...args: any[]) => any) | undefined;
196
196
  key?: string | number | symbol | undefined;
@@ -300,8 +300,8 @@ declare const _default: import("vue").DefineComponent<{
300
300
  type: "button" | "reset" | "submit";
301
301
  variant: "outlined" | "link" | "text" | "contained";
302
302
  color: "inherit" | "primary" | "danger";
303
- activated: boolean;
304
303
  loading: boolean;
304
+ activated: boolean;
305
305
  loadingText: string;
306
306
  }, {}, string, {}> & {
307
307
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -542,8 +542,8 @@ declare const _default: import("vue").DefineComponent<{
542
542
  type?: "button" | "reset" | "submit" | undefined;
543
543
  variant?: "outlined" | "link" | "text" | "contained" | undefined;
544
544
  color?: "inherit" | "primary" | "danger" | undefined;
545
- activated?: boolean | undefined;
546
545
  loading?: boolean | undefined;
546
+ activated?: boolean | undefined;
547
547
  loadingText?: string | undefined;
548
548
  onClick?: ((...args: any[]) => any) | undefined;
549
549
  key?: string | number | symbol | undefined;
@@ -653,8 +653,8 @@ declare const _default: import("vue").DefineComponent<{
653
653
  type: "button" | "reset" | "submit";
654
654
  variant: "outlined" | "link" | "text" | "contained";
655
655
  color: "inherit" | "primary" | "danger";
656
- activated: boolean;
657
656
  loading: boolean;
657
+ activated: boolean;
658
658
  loadingText: string;
659
659
  }, {}, string, {}> & {
660
660
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -954,8 +954,8 @@ declare const _default: import("vue").DefineComponent<{
954
954
  type?: "button" | "reset" | "submit" | undefined;
955
955
  variant?: "outlined" | "link" | "text" | "contained" | undefined;
956
956
  color?: "inherit" | "primary" | "danger" | undefined;
957
- activated?: boolean | undefined;
958
957
  loading?: boolean | undefined;
958
+ activated?: boolean | undefined;
959
959
  loadingText?: string | undefined;
960
960
  onClick?: ((...args: any[]) => any) | undefined;
961
961
  key?: string | number | symbol | undefined;
@@ -1065,8 +1065,8 @@ declare const _default: import("vue").DefineComponent<{
1065
1065
  type: "button" | "reset" | "submit";
1066
1066
  variant: "outlined" | "link" | "text" | "contained";
1067
1067
  color: "inherit" | "primary" | "danger";
1068
- activated: boolean;
1069
1068
  loading: boolean;
1069
+ activated: boolean;
1070
1070
  loadingText: string;
1071
1071
  }, {}, string, {}> & {
1072
1072
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -1307,8 +1307,8 @@ declare const _default: import("vue").DefineComponent<{
1307
1307
  type?: "button" | "reset" | "submit" | undefined;
1308
1308
  variant?: "outlined" | "link" | "text" | "contained" | undefined;
1309
1309
  color?: "inherit" | "primary" | "danger" | undefined;
1310
- activated?: boolean | undefined;
1311
1310
  loading?: boolean | undefined;
1311
+ activated?: boolean | undefined;
1312
1312
  loadingText?: string | undefined;
1313
1313
  onClick?: ((...args: any[]) => any) | undefined;
1314
1314
  key?: string | number | symbol | undefined;
@@ -1418,8 +1418,8 @@ declare const _default: import("vue").DefineComponent<{
1418
1418
  type: "button" | "reset" | "submit";
1419
1419
  variant: "outlined" | "link" | "text" | "contained";
1420
1420
  color: "inherit" | "primary" | "danger";
1421
- activated: boolean;
1422
1421
  loading: boolean;
1422
+ activated: boolean;
1423
1423
  loadingText: string;
1424
1424
  }, {}, string, {}> & {
1425
1425
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -1787,12 +1787,12 @@ declare const _default: import("vue").DefineComponent<{
1787
1787
  "onClick:row"?: ((...args: any[]) => any) | undefined;
1788
1788
  }, {
1789
1789
  variant: DataGridVariant;
1790
+ modelValue: DataGridModelValue;
1790
1791
  loading: boolean;
1791
1792
  items: {
1792
1793
  [key: string]: any;
1793
1794
  id: Id;
1794
1795
  }[];
1795
- modelValue: DataGridModelValue;
1796
1796
  features: DataGridFeatures;
1797
1797
  notification: {
1798
1798
  variant?: "error" | "success" | "warning" | "info" | undefined;
@@ -36,8 +36,8 @@ declare const _default: import("vue").DefineComponent<{
36
36
  type?: "button" | "reset" | "submit" | undefined;
37
37
  variant?: "outlined" | "link" | "text" | "contained" | undefined;
38
38
  color?: "inherit" | "primary" | "danger" | undefined;
39
- activated?: boolean | undefined;
40
39
  loading?: boolean | undefined;
40
+ activated?: boolean | undefined;
41
41
  loadingText?: string | undefined;
42
42
  onClick?: ((...args: any[]) => any) | undefined;
43
43
  key?: string | number | symbol | undefined;
@@ -147,8 +147,8 @@ declare const _default: import("vue").DefineComponent<{
147
147
  type: "button" | "reset" | "submit";
148
148
  variant: "outlined" | "link" | "text" | "contained";
149
149
  color: "inherit" | "primary" | "danger";
150
- activated: boolean;
151
150
  loading: boolean;
151
+ activated: boolean;
152
152
  loadingText: string;
153
153
  }, {}, string, {}> & {
154
154
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -996,8 +996,8 @@ declare const _default: import("vue").DefineComponent<{
996
996
  type?: "button" | "reset" | "submit" | undefined;
997
997
  variant?: "outlined" | "link" | "text" | "contained" | undefined;
998
998
  color?: "inherit" | "primary" | "danger" | undefined;
999
- activated?: boolean | undefined;
1000
999
  loading?: boolean | undefined;
1000
+ activated?: boolean | undefined;
1001
1001
  loadingText?: string | undefined;
1002
1002
  onClick?: ((...args: any[]) => any) | undefined;
1003
1003
  key?: string | number | symbol | undefined;
@@ -1107,8 +1107,8 @@ declare const _default: import("vue").DefineComponent<{
1107
1107
  type: "button" | "reset" | "submit";
1108
1108
  variant: "outlined" | "link" | "text" | "contained";
1109
1109
  color: "inherit" | "primary" | "danger";
1110
- activated: boolean;
1111
1110
  loading: boolean;
1111
+ activated: boolean;
1112
1112
  loadingText: string;
1113
1113
  }, {}, string, {}> & {
1114
1114
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -51,8 +51,8 @@ declare const _default: import("vue").DefineComponent<{
51
51
  type?: "button" | "reset" | "submit" | undefined;
52
52
  variant?: "outlined" | "link" | "text" | "contained" | undefined;
53
53
  color?: "inherit" | "primary" | "danger" | undefined;
54
- activated?: boolean | undefined;
55
54
  loading?: boolean | undefined;
55
+ activated?: boolean | undefined;
56
56
  loadingText?: string | undefined;
57
57
  onClick?: ((...args: any[]) => any) | undefined;
58
58
  key?: string | number | symbol | undefined;
@@ -162,8 +162,8 @@ declare const _default: import("vue").DefineComponent<{
162
162
  type: "button" | "reset" | "submit";
163
163
  variant: "outlined" | "link" | "text" | "contained";
164
164
  color: "inherit" | "primary" | "danger";
165
- activated: boolean;
166
165
  loading: boolean;
166
+ activated: boolean;
167
167
  loadingText: string;
168
168
  }, {}, string, {}> & {
169
169
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -236,8 +236,8 @@ declare const _default: import("vue").DefineComponent<{
236
236
  type?: "button" | "reset" | "submit" | undefined;
237
237
  variant?: "outlined" | "link" | "text" | "contained" | undefined;
238
238
  color?: "inherit" | "primary" | "danger" | undefined;
239
- activated?: boolean | undefined;
240
239
  loading?: boolean | undefined;
240
+ activated?: boolean | undefined;
241
241
  loadingText?: string | undefined;
242
242
  onClick?: ((...args: any[]) => any) | undefined;
243
243
  key?: string | number | symbol | undefined;
@@ -347,8 +347,8 @@ declare const _default: import("vue").DefineComponent<{
347
347
  type: "button" | "reset" | "submit";
348
348
  variant: "outlined" | "link" | "text" | "contained";
349
349
  color: "inherit" | "primary" | "danger";
350
- activated: boolean;
351
350
  loading: boolean;
351
+ activated: boolean;
352
352
  loadingText: string;
353
353
  }, {}, string, {}> & {
354
354
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -194,8 +194,8 @@ declare const _default: import("vue").DefineComponent<{
194
194
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
195
195
  }, {
196
196
  overflow: "wrap" | "scroll";
197
- closeButton: boolean;
198
197
  modelValue: EditorTabsModelValue;
198
+ closeButton: boolean;
199
199
  addButton: boolean;
200
200
  }, {}>;
201
201
  export default _default;