@v1nt1248/3nclient-lib 0.2.87 → 0.2.88

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 (79) hide show
  1. package/dist/components/ui3n-autocomplete/types.d.ts +1 -1
  2. package/dist/components/ui3n-autocomplete/ui3n-autocomplete.vue.d.ts +3 -3
  3. package/dist/components/ui3n-badge/ui3n-badge-simple.vue.d.ts +3 -3
  4. package/dist/components/ui3n-badge/ui3n-badge.vue.d.ts +2 -2
  5. package/dist/components/ui3n-breadcrumbs/types.d.ts +1 -1
  6. package/dist/components/ui3n-breadcrumbs/ui3n-breadcrumb.vue.d.ts +3 -3
  7. package/dist/components/ui3n-breadcrumbs/ui3n-breadcrumbs.vue.d.ts +2 -2
  8. package/dist/components/ui3n-button/ui3n-button.vue.d.ts +3 -3
  9. package/dist/components/ui3n-checkbox/types.d.ts +1 -1
  10. package/dist/components/ui3n-checkbox/ui3n-checkbox.vue.d.ts +3 -3
  11. package/dist/components/ui3n-chip/types.d.ts +1 -1
  12. package/dist/components/ui3n-chip/ui3n-chip.vue.d.ts +3 -3
  13. package/dist/components/ui3n-dialog/types.d.ts +2 -2
  14. package/dist/components/ui3n-dialog/ui3n-dialog-provider.vue.d.ts +3 -3
  15. package/dist/components/ui3n-dialog/ui3n-dialog.vue.d.ts +3 -3
  16. package/dist/components/ui3n-drop-files/types.d.ts +1 -1
  17. package/dist/components/ui3n-drop-files/ui3n-drop-files.vue.d.ts +3 -3
  18. package/dist/components/ui3n-editable/ui3n-editable.vue.d.ts +3 -3
  19. package/dist/components/ui3n-editable/useContentEditable.d.ts +2 -2
  20. package/dist/components/ui3n-emoji/ui3n-emoji.vue.d.ts +3 -3
  21. package/dist/components/ui3n-icon/ui3n-icon.vue.d.ts +3 -3
  22. package/dist/components/ui3n-input/ui3n-input.vue.d.ts +6 -6
  23. package/dist/components/ui3n-input-file/ui3n-input-file.vue.d.ts +3 -3
  24. package/dist/components/ui3n-list/types.d.ts +1 -1
  25. package/dist/components/ui3n-list/ui3n-list.vue.d.ts +3 -3
  26. package/dist/components/ui3n-menu/types.d.ts +1 -1
  27. package/dist/components/ui3n-menu/ui3n-menu.vue.d.ts +5 -5
  28. package/dist/components/ui3n-notification/ui3n-notification.vue.d.ts +2 -2
  29. package/dist/components/ui3n-progress/ui3n-progress-circular.vue.d.ts +2 -2
  30. package/dist/components/ui3n-progress/ui3n-progress-linear.vue.d.ts +2 -2
  31. package/dist/components/ui3n-radio-group/types.d.ts +1 -1
  32. package/dist/components/ui3n-radio-group/ui3n-radio-group.vue.d.ts +3 -3
  33. package/dist/components/ui3n-radio-group/ui3n-radio.vue.d.ts +3 -3
  34. package/dist/components/ui3n-slider/ui3n-slider.vue.d.ts +3 -3
  35. package/dist/components/ui3n-step-line-bar/ui3n-step-line-bar.vue.d.ts +2 -2
  36. package/dist/components/ui3n-switch/types.d.ts +1 -1
  37. package/dist/components/ui3n-switch/ui3n-switch.vue.d.ts +3 -3
  38. package/dist/components/ui3n-table/composables/useTable.d.ts +6 -6
  39. package/dist/components/ui3n-table/types.d.ts +1 -1
  40. package/dist/components/ui3n-table/ui3n-table-sort-icon.vue.d.ts +1 -1
  41. package/dist/components/ui3n-table/ui3n-table.vue.d.ts +3 -3
  42. package/dist/components/ui3n-tabs/types.d.ts +1 -1
  43. package/dist/components/ui3n-tabs/ui3n-tabs.vue.d.ts +3 -3
  44. package/dist/components/ui3n-text/ui3n-text.vue.d.ts +3 -3
  45. package/dist/components/ui3n-tooltip/types.d.ts +1 -1
  46. package/dist/components/ui3n-tooltip/ui3n-tooltip.vue.d.ts +3 -3
  47. package/dist/components/ui3n-virtual-scroll/types.d.ts +1 -1
  48. package/dist/components/ui3n-virtual-scroll/ui3n-virtual-scroll.vue.d.ts +3 -3
  49. package/dist/constants/index.d.ts +1 -0
  50. package/dist/constants/plugins-keys.d.ts +9 -0
  51. package/dist/directives/ui3n-click-outside.d.ts +1 -1
  52. package/dist/directives/ui3n-html.d.ts +1 -1
  53. package/dist/directives/ui3n-long-press.d.ts +1 -1
  54. package/dist/directives/ui3n-resize.d.ts +1 -1
  55. package/dist/directives/ui3n-ripple.d.ts +1 -1
  56. package/dist/directives/ui3n-title.d.ts +1 -1
  57. package/dist/index.d.ts +4 -4
  58. package/dist/plugins/dialogs/dialogs.d.ts +3 -15
  59. package/dist/plugins/dialogs/store-dialog.d.ts +2 -2
  60. package/dist/plugins/dialogs/types.d.ts +2 -3
  61. package/dist/plugins/i18n/i18n.d.ts +1 -1
  62. package/dist/plugins/i18n/types.d.ts +0 -2
  63. package/dist/plugins/index.d.ts +5 -5
  64. package/dist/plugins/notifications/notifications.d.ts +1 -1
  65. package/dist/plugins/notifications/types.d.ts +0 -2
  66. package/dist/plugins/vue-bus/types.d.ts +0 -2
  67. package/dist/plugins/vue-bus/vue-bus.d.ts +1 -1
  68. package/dist/types/components.types.d.ts +1 -1
  69. package/dist/types/directives.types.d.ts +1 -1
  70. package/dist/ui3n-components.d.ts +1 -1
  71. package/dist/ui3n-components.js +3316 -3337
  72. package/dist/ui3n-plugins.d.ts +6 -5
  73. package/dist/ui3n-plugins.js +675 -669
  74. package/dist/ui3n-utils.js +69 -65
  75. package/dist/utils/ui/has-slot-content.d.ts +1 -1
  76. package/package.json +1 -1
  77. package/src/components/ui3n-dialog/types.ts +1 -1
  78. package/src/components/ui3n-dialog/ui3n-dialog-provider.vue +6 -5
  79. package/src/components/ui3n-dialog/ui3n-dialog.vue +2 -0
@@ -1,4 +1,4 @@
1
- import { VNode } from '../../../vue/dist/vue.esm-bundler.js';
1
+ import { VNode } from 'vue';
2
2
  export interface Ui3nAutocompleteOptionBase {
3
3
  id: string;
4
4
  name?: string;
@@ -5,12 +5,12 @@ declare const _default: <T extends Ui3nAutocompleteOptionBase>(__VLS_props: NonN
5
5
  readonly "onUpdate:search"?: ((value: string) => any) | undefined;
6
6
  readonly "onUpdate:focused"?: ((value: boolean) => any) | undefined;
7
7
  readonly "onValid:new-value"?: ((value: boolean) => any) | undefined;
8
- } & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:search" | "onUpdate:focused" | "onValid:new-value"> & Ui3nAutocompleteProps<T> & Partial<{}>> & import('../../../vue/dist/vue.esm-bundler.js').PublicProps;
9
- expose(exposed: import('../../../vue/dist/vue.esm-bundler.js').ShallowUnwrapRef<{}>): void;
8
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:search" | "onUpdate:focused" | "onValid:new-value"> & Ui3nAutocompleteProps<T> & Partial<{}>> & import('vue').PublicProps;
9
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
10
10
  attrs: any;
11
11
  slots: Readonly<Ui3nAutocompleteSlots<T>> & Ui3nAutocompleteSlots<T>;
12
12
  emit: Ui3nAutocompleteEmits<T>;
13
- }>) => import('../../../vue/dist/vue.esm-bundler.js').VNode & {
13
+ }>) => import('vue').VNode & {
14
14
  __ctx?: Awaited<typeof __VLS_setup>;
15
15
  };
16
16
  export default _default;
@@ -1,10 +1,10 @@
1
1
  import { Ui3nBadgeSimpleProps } from './types';
2
- declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nBadgeSimpleProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
2
+ declare const _default: import('vue').DefineComponent<Ui3nBadgeSimpleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
3
3
  "change:size": (val: {
4
4
  width: number;
5
5
  height: number;
6
6
  }) => any;
7
- }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nBadgeSimpleProps> & Readonly<{
7
+ }, string, import('vue').PublicProps, Readonly<Ui3nBadgeSimpleProps> & Readonly<{
8
8
  "onChange:size"?: ((val: {
9
9
  width: number;
10
10
  height: number;
@@ -14,7 +14,7 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
14
14
  textColor: string;
15
15
  value: string | number;
16
16
  dot: boolean;
17
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
17
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
18
18
  element: HTMLDivElement;
19
19
  }, HTMLDivElement>;
20
20
  export default _default;
@@ -8,13 +8,13 @@ declare function __VLS_template(): {
8
8
  rootEl: any;
9
9
  };
10
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nBadgeProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nBadgeProps> & Readonly<{}>, {
11
+ declare const __VLS_component: import('vue').DefineComponent<Ui3nBadgeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Ui3nBadgeProps> & Readonly<{}>, {
12
12
  color: string;
13
13
  textColor: string;
14
14
  value: string | number;
15
15
  dot: boolean;
16
16
  position: "right-top" | "right-bottom" | "left-top" | "left-bottom";
17
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, any>;
17
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
18
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
19
  export default _default;
20
20
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,4 +1,4 @@
1
- import { VNode } from '../../../vue/dist/vue.esm-bundler.js';
1
+ import { VNode } from 'vue';
2
2
  export interface Ui3nBreadcrumbProps {
3
3
  separator?: string | undefined;
4
4
  isActive?: boolean;
@@ -6,15 +6,15 @@ declare function __VLS_template(): {
6
6
  rootEl: HTMLDivElement;
7
7
  };
8
8
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
- declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nBreadcrumbProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
9
+ declare const __VLS_component: import('vue').DefineComponent<Ui3nBreadcrumbProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
10
10
  click: (value: Event) => any;
11
- }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nBreadcrumbProps> & Readonly<{
11
+ }, string, import('vue').PublicProps, Readonly<Ui3nBreadcrumbProps> & Readonly<{
12
12
  onClick?: ((value: Event) => any) | undefined;
13
13
  }>, {
14
14
  disabled: boolean;
15
15
  separator: string;
16
16
  isActive: boolean;
17
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
17
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
18
18
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
19
  export default _default;
20
20
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -8,10 +8,10 @@ declare function __VLS_template(): {
8
8
  rootEl: HTMLDivElement;
9
9
  };
10
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nBreadcrumbsProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nBreadcrumbsProps> & Readonly<{}>, {
11
+ declare const __VLS_component: import('vue').DefineComponent<Ui3nBreadcrumbsProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Ui3nBreadcrumbsProps> & Readonly<{}>, {
12
12
  disabled: boolean;
13
13
  separator: string;
14
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
15
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
16
  export default _default;
17
17
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -10,13 +10,13 @@ declare function __VLS_template(): {
10
10
  rootEl: HTMLButtonElement;
11
11
  };
12
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
- declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nButtonProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
13
+ declare const __VLS_component: import('vue').DefineComponent<Ui3nButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
14
14
  click: (value: Event) => any;
15
15
  enter: (value: HTMLButtonElement) => any;
16
16
  blur: (value: Event) => any;
17
17
  focus: (value: Event) => any;
18
18
  init: (value: HTMLButtonElement) => any;
19
- }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nButtonProps> & Readonly<{
19
+ }, string, import('vue').PublicProps, Readonly<Ui3nButtonProps> & Readonly<{
20
20
  onClick?: ((value: Event) => any) | undefined;
21
21
  onEnter?: ((value: HTMLButtonElement) => any) | undefined;
22
22
  onBlur?: ((value: Event) => any) | undefined;
@@ -27,7 +27,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
27
27
  type: "primary" | "secondary" | "tertiary" | "icon" | "custom";
28
28
  disabled: boolean;
29
29
  iconPosition: "left" | "right";
30
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
30
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
31
31
  buttonEl: HTMLButtonElement;
32
32
  }, HTMLButtonElement>;
33
33
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -1,4 +1,4 @@
1
- import { VNode } from '../../../vue/dist/vue.esm-bundler.js';
1
+ import { VNode } from 'vue';
2
2
  export type Ui3nCheckboxValue = boolean | string | number;
3
3
  export interface Ui3nCheckboxProps {
4
4
  modelValue: Ui3nCheckboxValue;
@@ -8,10 +8,10 @@ declare function __VLS_template(): {
8
8
  rootEl: HTMLDivElement;
9
9
  };
10
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nCheckboxProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
11
+ declare const __VLS_component: import('vue').DefineComponent<Ui3nCheckboxProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
12
  change: (value: Ui3nCheckboxValue) => any;
13
13
  "update:modelValue": (value: Ui3nCheckboxValue) => any;
14
- }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nCheckboxProps> & Readonly<{
14
+ }, string, import('vue').PublicProps, Readonly<Ui3nCheckboxProps> & Readonly<{
15
15
  onChange?: ((value: Ui3nCheckboxValue) => any) | undefined;
16
16
  "onUpdate:modelValue"?: ((value: Ui3nCheckboxValue) => any) | undefined;
17
17
  }>, {
@@ -22,7 +22,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
22
22
  checkedValue: Ui3nCheckboxValue;
23
23
  uncheckedValue: Ui3nCheckboxValue;
24
24
  indeterminate: boolean;
25
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
26
26
  checkboxEl: HTMLDivElement;
27
27
  }, HTMLDivElement>;
28
28
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -1,4 +1,4 @@
1
- import { VNode } from '../../../vue/dist/vue.esm-bundler.js';
1
+ import { VNode } from 'vue';
2
2
  export interface Ui3nChipProps {
3
3
  height?: number | string;
4
4
  maxWidth?: number | string;
@@ -6,9 +6,9 @@ declare function __VLS_template(): {
6
6
  rootEl: HTMLDivElement;
7
7
  };
8
8
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
- declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nChipProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
9
+ declare const __VLS_component: import('vue').DefineComponent<Ui3nChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
10
10
  close: () => any;
11
- }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nChipProps> & Readonly<{
11
+ }, string, import('vue').PublicProps, Readonly<Ui3nChipProps> & Readonly<{
12
12
  onClose?: (() => any) | undefined;
13
13
  }>, {
14
14
  height: number | string;
@@ -19,7 +19,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
19
19
  round: boolean;
20
20
  closeable: boolean;
21
21
  textSize: number | string;
22
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
22
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
23
23
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
24
  export default _default;
25
25
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,4 +1,4 @@
1
- import { VNode } from '../../../vue/dist/vue.esm-bundler.js';
1
+ import { VNode } from 'vue';
2
2
  import { Ui3nIconField } from '../../types';
3
3
  export type Ui3nDialogEvent = 'close' | 'confirm' | 'cancel' | 'click-overlay';
4
4
  export interface Ui3nDialogComponentProps<V> {
@@ -21,7 +21,7 @@ export interface Ui3nDialogComponentProps<V> {
21
21
  cancelButtonBackground?: string;
22
22
  closeOnClickOverlay?: boolean;
23
23
  closeOnEsc?: boolean;
24
- data?: V | null | Event | undefined;
24
+ data?: V | null;
25
25
  isValid?: boolean;
26
26
  }
27
27
  export interface Ui3nDialogComponentEmits<V> {
@@ -1,10 +1,10 @@
1
1
  declare const _default: <V extends any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, never>, never> & {} & Partial<{}>> & import('../../../vue/dist/vue.esm-bundler.js').PublicProps;
3
- expose(exposed: import('../../../vue/dist/vue.esm-bundler.js').ShallowUnwrapRef<{}>): void;
2
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, never> & {} & Partial<{}>> & import('vue').PublicProps;
3
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
4
4
  attrs: any;
5
5
  slots: {};
6
6
  emit: {};
7
- }>) => import('../../../vue/dist/vue.esm-bundler.js').VNode & {
7
+ }>) => import('vue').VNode & {
8
8
  __ctx?: Awaited<typeof __VLS_setup>;
9
9
  };
10
10
  export default _default;
@@ -5,12 +5,12 @@ declare const _default: <V extends any>(__VLS_props: NonNullable<Awaited<typeof
5
5
  event: import('./types').Ui3nDialogEvent;
6
6
  data?: Event | V | null | undefined;
7
7
  }) => any) | undefined;
8
- } & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, never>, "onAction"> & Ui3nDialogComponentProps<V> & Partial<{}>> & import('../../../vue/dist/vue.esm-bundler.js').PublicProps;
9
- expose(exposed: import('../../../vue/dist/vue.esm-bundler.js').ShallowUnwrapRef<{}>): void;
8
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onAction"> & Ui3nDialogComponentProps<V> & Partial<{}>> & import('vue').PublicProps;
9
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
10
10
  attrs: any;
11
11
  slots: Readonly<Ui3nDialogComponentSlots> & Ui3nDialogComponentSlots;
12
12
  emit: Ui3nDialogComponentEmits<V>;
13
- }>) => import('../../../vue/dist/vue.esm-bundler.js').VNode & {
13
+ }>) => import('vue').VNode & {
14
14
  __ctx?: Awaited<typeof __VLS_setup>;
15
15
  };
16
16
  export default _default;
@@ -1,4 +1,4 @@
1
- import { VNode } from '../../../vue/dist/vue.esm-bundler.js';
1
+ import { VNode } from 'vue';
2
2
  export interface Ui3nDropFilesProps {
3
3
  title?: string;
4
4
  text?: string;
@@ -8,15 +8,15 @@ declare function __VLS_template(): {
8
8
  rootEl: any;
9
9
  };
10
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nDropFilesProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
11
+ declare const __VLS_component: import('vue').DefineComponent<Ui3nDropFilesProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
12
  select: (fileList: FileList) => any;
13
- }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nDropFilesProps> & Readonly<{
13
+ }, string, import('vue').PublicProps, Readonly<Ui3nDropFilesProps> & Readonly<{
14
14
  onSelect?: ((fileList: FileList) => any) | undefined;
15
15
  }>, {
16
16
  title: string;
17
17
  text: string;
18
18
  additionalText: string;
19
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
20
20
  wrapperElement: HTMLDivElement;
21
21
  }, any>;
22
22
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -1,20 +1,20 @@
1
1
  import { Ui3nEditableProps } from './types';
2
2
  import { Nullable } from '../../types';
3
- declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nEditableProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
3
+ declare const _default: import('vue').DefineComponent<Ui3nEditableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
4
4
  done: () => any;
5
5
  cancel: () => any;
6
6
  focusin: (value: FocusEvent) => any;
7
7
  focusout: () => any;
8
8
  "update:modelValue": (value: Nullable<string>) => any;
9
9
  "toggle:editMode": (value: boolean) => any;
10
- }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nEditableProps> & Readonly<{
10
+ }, string, import('vue').PublicProps, Readonly<Ui3nEditableProps> & Readonly<{
11
11
  onDone?: (() => any) | undefined;
12
12
  onCancel?: (() => any) | undefined;
13
13
  onFocusin?: ((value: FocusEvent) => any) | undefined;
14
14
  onFocusout?: (() => any) | undefined;
15
15
  "onUpdate:modelValue"?: ((value: Nullable<string>) => any) | undefined;
16
16
  "onToggle:editMode"?: ((value: boolean) => any) | undefined;
17
- }>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
17
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
18
18
  hiddenEl: HTMLSpanElement;
19
19
  inputEl: HTMLInputElement;
20
20
  contentValueEl: HTMLSpanElement;
@@ -1,8 +1,8 @@
1
1
  import { Nullable } from '../../types';
2
2
  import { Ui3nContentEditableEmits, Ui3nContentEditableProps } from './types';
3
3
  export declare function useContentEditable(props: Ui3nContentEditableProps, emits: Ui3nContentEditableEmits): {
4
- el: import('../../../vue/dist/vue.esm-bundler.js').Ref<Nullable<HTMLElement>, Nullable<HTMLElement>>;
5
- isFocused: import('../../../vue/dist/vue.esm-bundler.js').Ref<boolean, boolean>;
4
+ el: import('vue').Ref<Nullable<HTMLElement>, Nullable<HTMLElement>>;
5
+ isFocused: import('vue').Ref<boolean, boolean>;
6
6
  onFocusIn: (ev: FocusEvent) => void;
7
7
  onFocusOut: (ev: FocusEvent) => void;
8
8
  onClick: (ev: MouseEvent) => void;
@@ -1,12 +1,12 @@
1
1
  import { Ui3nEmojiProps } from './types';
2
- declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nEmojiProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
2
+ declare const _default: import('vue').DefineComponent<Ui3nEmojiProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
3
3
  click: (value: Event) => any;
4
- }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nEmojiProps> & Readonly<{
4
+ }, string, import('vue').PublicProps, Readonly<Ui3nEmojiProps> & Readonly<{
5
5
  onClick?: ((value: Event) => any) | undefined;
6
6
  }>, {
7
7
  size: string | number;
8
8
  readonly: boolean;
9
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
9
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
10
10
  emojiElement: HTMLDivElement;
11
11
  }, HTMLDivElement>;
12
12
  export default _default;
@@ -1,11 +1,11 @@
1
1
  import { Ui3nIconProps } from './types';
2
- declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nIconProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
2
+ declare const _default: import('vue').DefineComponent<Ui3nIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
3
3
  click: (value: Event) => any;
4
- }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nIconProps> & Readonly<{
4
+ }, string, import('vue').PublicProps, Readonly<Ui3nIconProps> & Readonly<{
5
5
  onClick?: ((value: Event) => any) | undefined;
6
6
  }>, {
7
7
  title: string;
8
8
  color: string;
9
9
  rotate: number;
10
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
11
11
  export default _default;
@@ -1,10 +1,10 @@
1
1
  import { Ui3nInputProps } from './types';
2
2
  declare function clearValue(): void;
3
- declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nInputProps, {
4
- isDirty: import('../../../vue/dist/vue.esm-bundler.js').Ref<boolean, boolean>;
5
- isFocused: import('../../../vue/dist/vue.esm-bundler.js').Ref<boolean, boolean>;
3
+ declare const _default: import('vue').DefineComponent<Ui3nInputProps, {
4
+ isDirty: import('vue').Ref<boolean, boolean>;
5
+ isFocused: import('vue').Ref<boolean, boolean>;
6
6
  clearValue: typeof clearValue;
7
- }, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
7
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
8
8
  input: (value: string) => any;
9
9
  enter: (value: {
10
10
  value: string;
@@ -22,7 +22,7 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
22
22
  clear: () => any;
23
23
  escape: (value: Event) => any;
24
24
  "update:valid": (value: boolean) => any;
25
- }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nInputProps> & Readonly<{
25
+ }, string, import('vue').PublicProps, Readonly<Ui3nInputProps> & Readonly<{
26
26
  onInput?: ((value: string) => any) | undefined;
27
27
  onEnter?: ((value: {
28
28
  value: string;
@@ -40,7 +40,7 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
40
40
  onClear?: (() => any) | undefined;
41
41
  onEscape?: ((value: Event) => any) | undefined;
42
42
  "onUpdate:valid"?: ((value: boolean) => any) | undefined;
43
- }>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
43
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
44
44
  wrapperElement: HTMLDivElement;
45
45
  inputElement: HTMLInputElement;
46
46
  }, HTMLDivElement>;
@@ -1,15 +1,15 @@
1
1
  import { Ui3nInputFileProps } from './types';
2
- declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nInputFileProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
2
+ declare const _default: import('vue').DefineComponent<Ui3nInputFileProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
3
3
  error: (value: string) => any;
4
4
  "update:modelValue": (value: FileList | File[]) => any;
5
- }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nInputFileProps> & Readonly<{
5
+ }, string, import('vue').PublicProps, Readonly<Ui3nInputFileProps> & Readonly<{
6
6
  onError?: ((value: string) => any) | undefined;
7
7
  "onUpdate:modelValue"?: ((value: FileList | File[]) => any) | undefined;
8
8
  }>, {
9
9
  modelValue: File[] | FileList;
10
10
  buttonText: string;
11
11
  allowedFileTypes: string;
12
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
12
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
13
13
  fileInput: HTMLInputElement;
14
14
  }, HTMLDivElement>;
15
15
  export default _default;
@@ -1,4 +1,4 @@
1
- import { VNode } from '../../../vue/dist/vue.esm-bundler.js';
1
+ import { VNode } from 'vue';
2
2
  export interface Ui3nListProps<T> {
3
3
  title?: string;
4
4
  sticky?: boolean;
@@ -7,12 +7,12 @@ declare const _default: <T extends {
7
7
  value: T;
8
8
  index: number;
9
9
  }) => any) | undefined;
10
- } & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, never>, "onSelect"> & Ui3nListProps<T> & Partial<{}>> & import('../../../vue/dist/vue.esm-bundler.js').PublicProps;
11
- expose(exposed: import('../../../vue/dist/vue.esm-bundler.js').ShallowUnwrapRef<{}>): void;
10
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onSelect"> & Ui3nListProps<T> & Partial<{}>> & import('vue').PublicProps;
11
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
12
12
  attrs: any;
13
13
  slots: Readonly<Ui3nListSlots<T>> & Ui3nListSlots<T>;
14
14
  emit: Ui3nListEmits<T>;
15
- }>) => import('../../../vue/dist/vue.esm-bundler.js').VNode & {
15
+ }>) => import('vue').VNode & {
16
16
  __ctx?: Awaited<typeof __VLS_setup>;
17
17
  };
18
18
  export default _default;
@@ -1,4 +1,4 @@
1
- import { Ref, VNode } from '../../../vue/dist/vue.esm-bundler.js';
1
+ import { Ref, VNode } from 'vue';
2
2
  export interface Ui3nMenuProps {
3
3
  modelValue?: boolean;
4
4
  triggerElement?: HTMLElement;
@@ -10,17 +10,17 @@ declare function __VLS_template(): {
10
10
  rootEl: HTMLDivElement;
11
11
  };
12
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
- declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nMenuProps, {
14
- isPositioned: Readonly<import('../../../vue/dist/vue.esm-bundler.js').Ref<boolean>>;
13
+ declare const __VLS_component: import('vue').DefineComponent<Ui3nMenuProps, {
14
+ isPositioned: Readonly<import('vue').Ref<boolean>>;
15
15
  update: () => void;
16
- }, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
16
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
17
17
  close: () => any;
18
18
  "update:modelValue": (value: boolean) => any;
19
19
  open: () => any;
20
20
  opened: () => any;
21
21
  closed: () => any;
22
22
  "click-outside": () => any;
23
- }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nMenuProps> & Readonly<{
23
+ }, string, import('vue').PublicProps, Readonly<Ui3nMenuProps> & Readonly<{
24
24
  onClose?: (() => any) | undefined;
25
25
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
26
26
  onOpen?: (() => any) | undefined;
@@ -37,7 +37,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
37
37
  zIndex: number;
38
38
  closeOnClick: boolean;
39
39
  closeOnClickOutside: boolean;
40
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
40
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
41
41
  'menu-element': HTMLDivElement;
42
42
  'menu-trigger-element': HTMLDivElement;
43
43
  'menu-content-element': HTMLDivElement;
@@ -1,10 +1,10 @@
1
1
  import { Ui3nNotificationProps } from './types';
2
- declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nNotificationProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nNotificationProps> & Readonly<{}>, {
2
+ declare const _default: import('vue').DefineComponent<Ui3nNotificationProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Ui3nNotificationProps> & Readonly<{}>, {
3
3
  type: "success" | "warning" | "info" | "error";
4
4
  duration: number;
5
5
  withIcon: boolean;
6
6
  onClose: () => void;
7
7
  position: "left" | "center" | "right";
8
8
  onOpen: () => void;
9
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
9
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
10
10
  export default _default;
@@ -1,10 +1,10 @@
1
1
  import { Ui3nProgressCircularProps } from './types';
2
- declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nProgressCircularProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nProgressCircularProps> & Readonly<{}>, {
2
+ declare const _default: import('vue').DefineComponent<Ui3nProgressCircularProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Ui3nProgressCircularProps> & Readonly<{}>, {
3
3
  size: number | string;
4
4
  color: string;
5
5
  bgColor: string;
6
6
  value: number | string;
7
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
7
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
8
8
  element: HTMLDivElement;
9
9
  }, HTMLDivElement>;
10
10
  export default _default;
@@ -1,8 +1,8 @@
1
1
  import { Ui3nProgressLinearProps } from './types';
2
- declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nProgressLinearProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nProgressLinearProps> & Readonly<{}>, {
2
+ declare const _default: import('vue').DefineComponent<Ui3nProgressLinearProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Ui3nProgressLinearProps> & Readonly<{}>, {
3
3
  height: number | string;
4
4
  color: string;
5
5
  bgColor: string;
6
6
  value: number | string;
7
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
7
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
8
8
  export default _default;
@@ -1,4 +1,4 @@
1
- import { VNode } from '../../../vue/dist/vue.esm-bundler.js';
1
+ import { VNode } from 'vue';
2
2
  export type Ui3nRadioValue = boolean | string | number;
3
3
  export interface Ui3nRadioProps {
4
4
  modelValue?: Ui3nRadioValue;
@@ -6,16 +6,16 @@ declare function __VLS_template(): {
6
6
  rootEl: HTMLDivElement;
7
7
  };
8
8
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
- declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nRadioGroupProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
9
+ declare const __VLS_component: import('vue').DefineComponent<Ui3nRadioGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
10
10
  change: (value: Ui3nRadioValue) => any;
11
11
  "update:modelValue": (value: Ui3nRadioValue) => any;
12
- }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nRadioGroupProps> & Readonly<{
12
+ }, string, import('vue').PublicProps, Readonly<Ui3nRadioGroupProps> & Readonly<{
13
13
  onChange?: ((value: Ui3nRadioValue) => any) | undefined;
14
14
  "onUpdate:modelValue"?: ((value: Ui3nRadioValue) => any) | undefined;
15
15
  }>, {
16
16
  disabled: boolean;
17
17
  direction: "horizontal" | "vertical";
18
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
18
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
19
19
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
20
  export default _default;
21
21
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -8,10 +8,10 @@ declare function __VLS_template(): {
8
8
  rootEl: any;
9
9
  };
10
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nRadioProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
11
+ declare const __VLS_component: import('vue').DefineComponent<Ui3nRadioProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
12
  change: (value: Ui3nRadioValue) => any;
13
13
  "update:modelValue": (value: Ui3nRadioValue) => any;
14
- }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nRadioProps> & Readonly<{
14
+ }, string, import('vue').PublicProps, Readonly<Ui3nRadioProps> & Readonly<{
15
15
  onChange?: ((value: Ui3nRadioValue) => any) | undefined;
16
16
  "onUpdate:modelValue"?: ((value: Ui3nRadioValue) => any) | undefined;
17
17
  }>, {
@@ -21,7 +21,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
21
21
  modelValue: Ui3nRadioValue;
22
22
  checkedValue: Ui3nRadioValue;
23
23
  uncheckedValue: Ui3nRadioValue;
24
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
25
25
  radioEl: HTMLDivElement;
26
26
  }, any>;
27
27
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -1,7 +1,7 @@
1
1
  import { UI3nSliderProps } from './types';
2
- declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<UI3nSliderProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
2
+ declare const _default: import('vue').DefineComponent<UI3nSliderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
3
3
  "update:modelValue": (value: number | [number, number]) => any;
4
- }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<UI3nSliderProps> & Readonly<{
4
+ }, string, import('vue').PublicProps, Readonly<UI3nSliderProps> & Readonly<{
5
5
  "onUpdate:modelValue"?: ((value: number | [number, number]) => any) | undefined;
6
6
  }>, {
7
7
  activeColor: string;
@@ -14,7 +14,7 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
14
14
  trackHeight: string | number;
15
15
  thumbSize: string | number;
16
16
  thumbColor: string;
17
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
17
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
18
18
  sliderEl: HTMLDivElement;
19
19
  pointerEl1: HTMLDivElement;
20
20
  pointerEl2: HTMLDivElement;
@@ -1,5 +1,5 @@
1
1
  import { Ui3nStepLineBarProps } from './types';
2
- declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nStepLineBarProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nStepLineBarProps> & Readonly<{}>, {
2
+ declare const _default: import('vue').DefineComponent<Ui3nStepLineBarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Ui3nStepLineBarProps> & Readonly<{}>, {
3
3
  current: number;
4
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
4
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
5
5
  export default _default;
@@ -1,4 +1,4 @@
1
- import { VNode } from '../../../vue/dist/vue.esm-bundler.js';
1
+ import { VNode } from 'vue';
2
2
  export interface Ui3nSwitchProps {
3
3
  modelValue: boolean;
4
4
  size?: number | string;