@v1nt1248/3nclient-lib 0.2.56 → 0.2.58

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 (78) hide show
  1. package/README.md +1 -0
  2. package/dist/components/ui3n-autocomplete/types.d.ts +1 -1
  3. package/dist/components/ui3n-autocomplete/ui3n-autocomplete.vue.d.ts +3 -3
  4. package/dist/components/ui3n-badge/ui3n-badge-simple.vue.d.ts +3 -3
  5. package/dist/components/ui3n-badge/ui3n-badge.vue.d.ts +2 -2
  6. package/dist/components/ui3n-breadcrumbs/types.d.ts +1 -1
  7. package/dist/components/ui3n-breadcrumbs/ui3n-breadcrumb.vue.d.ts +3 -3
  8. package/dist/components/ui3n-breadcrumbs/ui3n-breadcrumbs.vue.d.ts +2 -2
  9. package/dist/components/ui3n-button/ui3n-button.vue.d.ts +3 -3
  10. package/dist/components/ui3n-checkbox/types.d.ts +1 -1
  11. package/dist/components/ui3n-checkbox/ui3n-checkbox.vue.d.ts +3 -3
  12. package/dist/components/ui3n-chip/types.d.ts +1 -1
  13. package/dist/components/ui3n-chip/ui3n-chip.vue.d.ts +3 -3
  14. package/dist/components/ui3n-dialog/types.d.ts +1 -1
  15. package/dist/components/ui3n-dialog/ui3n-dialog.vue.d.ts +4 -4
  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 +2 -1
  27. package/dist/components/ui3n-menu/ui3n-menu.vue.d.ts +12 -11
  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 +5 -5
  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/directives/ui3n-click-outside.d.ts +1 -1
  50. package/dist/directives/ui3n-html.d.ts +1 -1
  51. package/dist/directives/ui3n-long-press.d.ts +1 -1
  52. package/dist/directives/ui3n-resize.d.ts +1 -1
  53. package/dist/directives/ui3n-ripple.d.ts +1 -1
  54. package/dist/directives/ui3n-title.d.ts +1 -1
  55. package/dist/index.d.ts +2 -2
  56. package/dist/plugins/dialogs/dialogs.d.ts +1 -1
  57. package/dist/plugins/dialogs/store-dialogs.d.ts +1 -1
  58. package/dist/plugins/dialogs/types.d.ts +1 -1
  59. package/dist/plugins/i18n/i18n.d.ts +1 -1
  60. package/dist/plugins/i18n/types.d.ts +1 -1
  61. package/dist/plugins/notifications/notifications.d.ts +1 -1
  62. package/dist/plugins/notifications/types.d.ts +1 -1
  63. package/dist/plugins/vue-bus/types.d.ts +1 -1
  64. package/dist/plugins/vue-bus/vue-bus.d.ts +1 -1
  65. package/dist/style.css +1 -1
  66. package/dist/types/components.types.d.ts +1 -1
  67. package/dist/types/directives.types.d.ts +1 -1
  68. package/dist/ui3n-components.d.ts +1 -1
  69. package/dist/ui3n-components.js +5628 -5629
  70. package/dist/ui3n-plugins.d.ts +2 -2
  71. package/dist/ui3n-plugins.js +866 -866
  72. package/dist/ui3n-utils.js +205 -165
  73. package/dist/utils/files/is-file-archive.d.ts +4 -0
  74. package/dist/utils/index.d.ts +1 -0
  75. package/dist/utils/ui/has-slot-content.d.ts +1 -1
  76. package/package.json +6 -6
  77. package/src/components/ui3n-menu/types.ts +1 -0
  78. package/src/components/ui3n-menu/ui3n-menu.vue +26 -19
@@ -1,5 +1,5 @@
1
1
  import { Ui3nStepLineBarProps } from './types';
2
- declare const _default: import('vue').DefineComponent<Ui3nStepLineBarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Ui3nStepLineBarProps> & Readonly<{}>, {
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<{}>, {
3
3
  current: number;
4
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
4
+ }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
5
5
  export default _default;
@@ -1,4 +1,4 @@
1
- import { VNode } from 'vue';
1
+ import { VNode } from '../../../vue/dist/vue.esm-bundler.js';
2
2
  export interface Ui3nSwitchProps {
3
3
  modelValue: boolean;
4
4
  size?: number | string;
@@ -8,17 +8,17 @@ 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').DefineComponent<Ui3nSwitchProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11
+ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nSwitchProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
12
12
  change: (value: boolean) => any;
13
13
  "update:modelValue": (value: boolean) => any;
14
- }, string, import('vue').PublicProps, Readonly<Ui3nSwitchProps> & Readonly<{
14
+ }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nSwitchProps> & Readonly<{
15
15
  onChange?: ((value: boolean) => any) | undefined;
16
16
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
17
17
  }>, {
18
18
  size: number | string;
19
19
  color: string;
20
20
  disabled: boolean;
21
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
21
+ }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
22
22
  switchEl: HTMLDivElement;
23
23
  }, HTMLDivElement>;
24
24
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -1,4 +1,4 @@
1
- import { Ref, UnwrapRef } from 'vue';
1
+ import { Ref, UnwrapRef } from '../../../../vue/dist/vue.esm-bundler.js';
2
2
  import { Ui3nTableBodyBaseItem, Ui3nTableConfig, Ui3nTableEmits, Ui3nTableProps } from '../types';
3
3
  import { Ui3nCheckboxValue } from '../../ui3n-checkbox/types';
4
4
  export declare function useTable<T extends Ui3nTableBodyBaseItem>(props: Ui3nTableProps<T>, emits: Ui3nTableEmits<T>): {
@@ -16,12 +16,12 @@ export declare function useTable<T extends Ui3nTableBodyBaseItem>(props: Ui3nTab
16
16
  } | undefined;
17
17
  fieldAsRowKey?: UnwrapRef<keyof T> | undefined;
18
18
  }>;
19
- visibleColumns: import('vue').ComputedRef<import('../types').Ui3nTableHeadProps<T>[]>;
19
+ visibleColumns: import('../../../../vue/dist/vue.esm-bundler.js').ComputedRef<import('../types').Ui3nTableHeadProps<T>[]>;
20
20
  hasGroupActionsRow: Ref<boolean, boolean>;
21
- showGroupActionsRow: import('vue').ComputedRef<boolean>;
21
+ showGroupActionsRow: import('../../../../vue/dist/vue.esm-bundler.js').ComputedRef<boolean>;
22
22
  selectedRows: Ref<Set<T> | T[keyof T][], Set<T> | T[keyof T][]>;
23
- selectedRowsArray: import('vue').ComputedRef<T[]>;
24
- selectedRowsSize: import('vue').ComputedRef<number>;
23
+ selectedRowsArray: import('../../../../vue/dist/vue.esm-bundler.js').ComputedRef<T[]>;
24
+ selectedRowsSize: import('../../../../vue/dist/vue.esm-bundler.js').ComputedRef<number>;
25
25
  closeGroupActionsRow: () => void;
26
26
  getRowKey: (row: T, index: number) => string | number;
27
27
  isRowSelected: (row: T) => boolean;
@@ -1,4 +1,4 @@
1
- import { VNode, Ref, ComputedRef } from 'vue';
1
+ import { VNode, Ref, ComputedRef } from '../../../vue/dist/vue.esm-bundler.js';
2
2
  export interface Ui3nTableBodyBaseItem {
3
3
  id?: string | number | symbol;
4
4
  }
@@ -1,3 +1,3 @@
1
1
  import { Ui3nTableSortIconProps } from './types';
2
- declare const _default: import('vue').DefineComponent<Ui3nTableSortIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Ui3nTableSortIconProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
2
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nTableSortIconProps, {}, {}, {}, {}, 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<Ui3nTableSortIconProps> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, any>;
3
3
  export default _default;
@@ -3,12 +3,12 @@ declare const _default: <T extends Ui3nTableBodyBaseItem>(__VLS_props: NonNullab
3
3
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
4
4
  readonly "onChange:sort"?: ((val: import('./types').Ui3nTableSort<T>) => any) | undefined;
5
5
  readonly "onSelect:row"?: ((val: T[]) => any) | undefined;
6
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onChange:sort" | "onSelect:row"> & Ui3nTableProps<T> & Partial<{}>> & import('vue').PublicProps;
7
- expose(exposed: import('vue').ShallowUnwrapRef<Ui3nTableExpose<T>>): void;
6
+ } & 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>, "onChange:sort" | "onSelect:row"> & Ui3nTableProps<T> & Partial<{}>> & import('../../../vue/dist/vue.esm-bundler.js').PublicProps;
7
+ expose(exposed: import('../../../vue/dist/vue.esm-bundler.js').ShallowUnwrapRef<Ui3nTableExpose<T>>): void;
8
8
  attrs: any;
9
9
  slots: Readonly<import('./types').Ui3nTableOtherSlots & import('./types').Ui3nTableGroupActionsSlot<T> & import('./types').Ui3nTableHeaderCellSlot<T, string & keyof T> & import('./types').Ui3nTableBodyRowSlot<T> & import('./types').Ui3nTableBodyRowCellSlot<T, string & keyof T>> & import('./types').Ui3nTableOtherSlots & import('./types').Ui3nTableGroupActionsSlot<T> & import('./types').Ui3nTableHeaderCellSlot<T, string & keyof T> & import('./types').Ui3nTableBodyRowSlot<T> & import('./types').Ui3nTableBodyRowCellSlot<T, string & keyof T>;
10
10
  emit: Ui3nTableEmits<T>;
11
- }>) => import('vue').VNode & {
11
+ }>) => import('../../../vue/dist/vue.esm-bundler.js').VNode & {
12
12
  __ctx?: Awaited<typeof __VLS_setup>;
13
13
  };
14
14
  export default _default;
@@ -1,4 +1,4 @@
1
- import { VNode } from 'vue';
1
+ import { VNode } from '../../../vue/dist/vue.esm-bundler.js';
2
2
  export interface Ui3nTabsProps {
3
3
  modelValue: number;
4
4
  itemDirection?: 'horizontal' | 'vertical';
@@ -8,9 +8,9 @@ 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').DefineComponent<Ui3nTabsProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11
+ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nTabsProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
12
12
  "update:modelValue": (val: number) => any;
13
- }, string, import('vue').PublicProps, Readonly<Ui3nTabsProps> & Readonly<{
13
+ }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nTabsProps> & Readonly<{
14
14
  "onUpdate:modelValue"?: ((val: number) => any) | undefined;
15
15
  }>, {
16
16
  modelValue: number;
@@ -20,7 +20,7 @@ declare const __VLS_component: import('vue').DefineComponent<Ui3nTabsProps, {},
20
20
  indicatorColor: string;
21
21
  indicatorSize: number | string;
22
22
  indicatorPosition: "normal" | "reverse";
23
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
23
+ }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
24
24
  tabs: HTMLDivElement;
25
25
  }, HTMLDivElement>;
26
26
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -1,5 +1,5 @@
1
1
  import { Ui3nTextProps } from './types';
2
- declare const _default: import('vue').DefineComponent<Ui3nTextProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
2
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nTextProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
3
3
  input: (value: string) => any;
4
4
  enter: (value: {
5
5
  value: string;
@@ -15,7 +15,7 @@ declare const _default: import('vue').DefineComponent<Ui3nTextProps, {}, {}, {},
15
15
  escape: (value: Event) => any;
16
16
  "update:valid": (value: boolean) => any;
17
17
  "update:text": (value: string) => any;
18
- }, string, import('vue').PublicProps, Readonly<Ui3nTextProps> & Readonly<{
18
+ }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nTextProps> & Readonly<{
19
19
  onInput?: ((value: string) => any) | undefined;
20
20
  onEnter?: ((value: {
21
21
  value: string;
@@ -37,7 +37,7 @@ declare const _default: import('vue').DefineComponent<Ui3nTextProps, {}, {}, {},
37
37
  placeholder: string;
38
38
  rows: number;
39
39
  maxRows: number;
40
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
40
+ }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
41
41
  textareaElement: HTMLTextAreaElement;
42
42
  }, HTMLDivElement>;
43
43
  export default _default;
@@ -1,4 +1,4 @@
1
- import { VNode } from 'vue';
1
+ import { VNode } from '../../../vue/dist/vue.esm-bundler.js';
2
2
  export type Ui3nTooltipPlacement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'right' | 'right-start' | 'right-end' | 'left' | 'left-start' | 'left-end';
3
3
  export interface Ui3nTooltipProps {
4
4
  modelValue?: boolean;
@@ -9,13 +9,13 @@ declare function __VLS_template(): {
9
9
  rootEl: any;
10
10
  };
11
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import('vue').DefineComponent<Ui3nTooltipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
+ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<Ui3nTooltipProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
13
13
  close: () => any;
14
14
  "update:modelValue": (value: boolean) => any;
15
15
  open: () => any;
16
16
  opened: () => any;
17
17
  closed: () => any;
18
- }, string, import('vue').PublicProps, Readonly<Ui3nTooltipProps> & Readonly<{
18
+ }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nTooltipProps> & Readonly<{
19
19
  onClose?: (() => any) | undefined;
20
20
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
21
21
  onOpen?: (() => any) | undefined;
@@ -30,7 +30,7 @@ declare const __VLS_component: import('vue').DefineComponent<Ui3nTooltipProps, {
30
30
  placement: import('./types').Ui3nTooltipPlacement;
31
31
  maxContentWidth: number | string;
32
32
  trigger: "click" | "hover" | "manual";
33
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
33
+ }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
34
34
  floatingEl: HTMLDivElement;
35
35
  floatingArrowEl: HTMLDivElement;
36
36
  }, any>;
@@ -1,4 +1,4 @@
1
- import { VNode } from 'vue';
1
+ import { VNode } from '../../../vue/dist/vue.esm-bundler.js';
2
2
  export interface Ui3nVirtualScrollProps<T> {
3
3
  items: T[];
4
4
  minChildHeight: number;
@@ -2,12 +2,12 @@ import { Ui3nVirtualScrollProps, Ui3nVirtualScrollSlots } from './types';
2
2
  declare const _default: <T extends {
3
3
  id?: string;
4
4
  }>(__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<{
5
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, never> & Ui3nVirtualScrollProps<T> & Partial<{}>> & import('vue').PublicProps;
6
- expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
5
+ 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> & Ui3nVirtualScrollProps<T> & Partial<{}>> & import('../../../vue/dist/vue.esm-bundler.js').PublicProps;
6
+ expose(exposed: import('../../../vue/dist/vue.esm-bundler.js').ShallowUnwrapRef<{}>): void;
7
7
  attrs: any;
8
8
  slots: Readonly<Ui3nVirtualScrollSlots<T>> & Ui3nVirtualScrollSlots<T>;
9
9
  emit: {};
10
- }>) => import('vue').VNode & {
10
+ }>) => import('../../../vue/dist/vue.esm-bundler.js').VNode & {
11
11
  __ctx?: Awaited<typeof __VLS_setup>;
12
12
  };
13
13
  export default _default;
@@ -1,4 +1,4 @@
1
- import { DirectiveBinding } from 'vue';
1
+ import { DirectiveBinding } from '../../vue/dist/vue.esm-bundler.js';
2
2
  type ClickOutside = (event: MouseEvent) => void;
3
3
  interface ExtendedHTMLElement extends HTMLElement {
4
4
  clickOutside: ClickOutside;
@@ -1,4 +1,4 @@
1
- import { DirectiveBinding } from 'vue';
1
+ import { DirectiveBinding } from '../../vue/dist/vue.esm-bundler.js';
2
2
  declare const _default: {
3
3
  mounted(el: Element, binding: DirectiveBinding): void;
4
4
  updated(el: Element, binding: DirectiveBinding): void;
@@ -1,4 +1,4 @@
1
- import { ObjectDirective } from 'vue';
1
+ import { ObjectDirective } from '../../vue/dist/vue.esm-bundler.js';
2
2
  export type Ui3nLongPressBindingValue = {
3
3
  handler: (event: PointerEvent) => void;
4
4
  delay?: number;
@@ -1,4 +1,4 @@
1
- import { DirectiveBinding } from 'vue';
1
+ import { DirectiveBinding } from '../../vue/dist/vue.esm-bundler.js';
2
2
  export type Ui3nResizeCbArg = {
3
3
  left: number;
4
4
  top: number;
@@ -1,4 +1,4 @@
1
- import { DirectiveBinding } from 'vue';
1
+ import { DirectiveBinding } from '../../vue/dist/vue.esm-bundler.js';
2
2
  export interface Ui3nRippleDirectiveProps {
3
3
  color?: string;
4
4
  duration?: number;
@@ -1,4 +1,4 @@
1
- import { DirectiveBinding } from 'vue';
1
+ import { DirectiveBinding } from '../../vue/dist/vue.esm-bundler.js';
2
2
  export type Ui3nTitleDirectivePlacement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'right' | 'right-start' | 'right-end' | 'left' | 'left-start' | 'left-end';
3
3
  export interface Ui3nTitleDirectiveProps {
4
4
  text: string;
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Component } from 'vue';
1
+ import { Component } from '../vue/dist/vue.esm-bundler.js';
2
2
  import { default as Ui3nButton } from './components/ui3n-button/ui3n-button.vue';
3
3
  import { default as Ui3nChip } from './components/ui3n-chip/ui3n-chip.vue';
4
4
  import { default as Ui3nCheckbox } from './components/ui3n-checkbox/ui3n-checkbox.vue';
@@ -44,7 +44,7 @@ export * from './plugins';
44
44
  export * from './directives';
45
45
  export * from './components';
46
46
  export * from './types';
47
- declare module 'vue' {
47
+ declare module '../vue/dist/vue.esm-bundler.js' {
48
48
  interface ComponentCustomProperties {
49
49
  $openDialog: <T extends Component>(params: Ui3nDialogComponentProps<T>) => DialogInstance | undefined;
50
50
  $closeDialog: (id: string) => void;
@@ -1,4 +1,4 @@
1
- import { Plugin } from 'vue';
1
+ import { Plugin } from '../../../vue/dist/vue.esm-bundler.js';
2
2
  import { Ui3nDialogComponentProps } from '../../components/ui3n-dialog/types';
3
3
  import { DialogInstance } from './types';
4
4
  export declare const dialogs: Plugin;
@@ -1,4 +1,4 @@
1
- import { Component } from 'vue';
1
+ import { Component } from '../../../vue/dist/vue.esm-bundler.js';
2
2
  import { Ui3nDialogComponentProps } from '../../components/ui3n-dialog/types';
3
3
  import { DialogInstance } from './types';
4
4
  export declare function storeDialogs(context: any): {
@@ -1,4 +1,4 @@
1
- import { Component, InjectionKey, VNode } from 'vue';
1
+ import { Component, InjectionKey, VNode } from '../../../vue/dist/vue.esm-bundler.js';
2
2
  import { Ui3nDialogComponentProps } from '../../components/ui3n-dialog/types';
3
3
  export type DialogInstance = {
4
4
  id: string;
@@ -1,4 +1,4 @@
1
- import { Plugin } from 'vue';
1
+ import { Plugin } from '../../../vue/dist/vue.esm-bundler.js';
2
2
  export declare const i18n: Plugin;
3
3
  declare module '@vue/runtime-core' {
4
4
  interface ComponentCustomProperties {
@@ -1,4 +1,4 @@
1
- import { InjectionKey } from 'vue';
1
+ import { InjectionKey } from '../../../vue/dist/vue.esm-bundler.js';
2
2
  export interface I18nOptions {
3
3
  lang: string;
4
4
  messages: Record<string, Record<string, string>>;
@@ -1,4 +1,4 @@
1
- import { Plugin } from 'vue';
1
+ import { Plugin } from '../../../vue/dist/vue.esm-bundler.js';
2
2
  import { Ui3nNotificationProps } from '../../components/ui3n-notification/types';
3
3
  export declare const notifications: Plugin;
4
4
  declare module '@vue/runtime-core' {
@@ -1,4 +1,4 @@
1
- import { InjectionKey } from 'vue';
1
+ import { InjectionKey } from '../../../vue/dist/vue.esm-bundler.js';
2
2
  import { Ui3nNotificationProps } from '../../components/ui3n-notification/types';
3
3
  export interface NotificationsPlugin {
4
4
  $createNotice: (params: Ui3nNotificationProps) => void;
@@ -1,4 +1,4 @@
1
- import { InjectionKey } from 'vue';
1
+ import { InjectionKey } from '../../../vue/dist/vue.esm-bundler.js';
2
2
  export type CbFunction<T> = (arg: T) => void;
3
3
  export interface VueEventBus<T extends object> {
4
4
  on: <Ev extends keyof T>(type: Ev, handler: CbFunction<T[Ev]>) => void;
@@ -1,4 +1,4 @@
1
- import { Plugin } from 'vue';
1
+ import { Plugin } from '../../../vue/dist/vue.esm-bundler.js';
2
2
  import { VueEventBus } from './types';
3
3
  export declare const vueBus: Plugin;
4
4
  declare module '@vue/runtime-core' {