@v1nt1248/3nclient-lib 0.2.55 → 0.2.57
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.
- package/dist/components/ui3n-autocomplete/types.d.ts +1 -1
- package/dist/components/ui3n-autocomplete/ui3n-autocomplete.vue.d.ts +3 -3
- package/dist/components/ui3n-badge/ui3n-badge-simple.vue.d.ts +3 -3
- package/dist/components/ui3n-badge/ui3n-badge.vue.d.ts +2 -2
- package/dist/components/ui3n-breadcrumbs/types.d.ts +1 -1
- package/dist/components/ui3n-breadcrumbs/ui3n-breadcrumb.vue.d.ts +3 -3
- package/dist/components/ui3n-breadcrumbs/ui3n-breadcrumbs.vue.d.ts +2 -2
- package/dist/components/ui3n-button/ui3n-button.vue.d.ts +3 -3
- package/dist/components/ui3n-checkbox/types.d.ts +1 -1
- package/dist/components/ui3n-checkbox/ui3n-checkbox.vue.d.ts +3 -3
- package/dist/components/ui3n-chip/types.d.ts +1 -1
- package/dist/components/ui3n-chip/ui3n-chip.vue.d.ts +3 -3
- package/dist/components/ui3n-dialog/types.d.ts +1 -1
- package/dist/components/ui3n-dialog/ui3n-dialog.vue.d.ts +4 -4
- package/dist/components/ui3n-drop-files/types.d.ts +1 -1
- package/dist/components/ui3n-drop-files/ui3n-drop-files.vue.d.ts +3 -3
- package/dist/components/ui3n-editable/ui3n-editable.vue.d.ts +3 -3
- package/dist/components/ui3n-editable/useContentEditable.d.ts +2 -2
- package/dist/components/ui3n-emoji/ui3n-emoji.vue.d.ts +3 -3
- package/dist/components/ui3n-icon/ui3n-icon.vue.d.ts +3 -3
- package/dist/components/ui3n-input/ui3n-input.vue.d.ts +6 -6
- package/dist/components/ui3n-input-file/ui3n-input-file.vue.d.ts +3 -3
- package/dist/components/ui3n-list/types.d.ts +1 -1
- package/dist/components/ui3n-list/ui3n-list.vue.d.ts +3 -3
- package/dist/components/ui3n-menu/types.d.ts +2 -1
- package/dist/components/ui3n-menu/ui3n-menu.vue.d.ts +12 -11
- package/dist/components/ui3n-notification/ui3n-notification.vue.d.ts +2 -2
- package/dist/components/ui3n-progress/ui3n-progress-circular.vue.d.ts +2 -2
- package/dist/components/ui3n-progress/ui3n-progress-linear.vue.d.ts +2 -2
- package/dist/components/ui3n-radio-group/types.d.ts +1 -1
- package/dist/components/ui3n-radio-group/ui3n-radio-group.vue.d.ts +3 -3
- package/dist/components/ui3n-radio-group/ui3n-radio.vue.d.ts +3 -3
- package/dist/components/ui3n-slider/ui3n-slider.vue.d.ts +3 -3
- package/dist/components/ui3n-step-line-bar/ui3n-step-line-bar.vue.d.ts +2 -2
- package/dist/components/ui3n-switch/types.d.ts +1 -1
- package/dist/components/ui3n-switch/ui3n-switch.vue.d.ts +3 -3
- package/dist/components/ui3n-table/composables/useTable.d.ts +5 -5
- package/dist/components/ui3n-table/types.d.ts +1 -1
- package/dist/components/ui3n-table/ui3n-table-sort-icon.vue.d.ts +1 -1
- package/dist/components/ui3n-table/ui3n-table.vue.d.ts +3 -3
- package/dist/components/ui3n-tabs/types.d.ts +1 -1
- package/dist/components/ui3n-tabs/ui3n-tabs.vue.d.ts +3 -3
- package/dist/components/ui3n-text/ui3n-text.vue.d.ts +3 -3
- package/dist/components/ui3n-tooltip/types.d.ts +1 -1
- package/dist/components/ui3n-tooltip/ui3n-tooltip.vue.d.ts +3 -3
- package/dist/components/ui3n-virtual-scroll/types.d.ts +1 -1
- package/dist/components/ui3n-virtual-scroll/ui3n-virtual-scroll.vue.d.ts +3 -3
- package/dist/directives/ui3n-click-outside.d.ts +1 -1
- package/dist/directives/ui3n-html.d.ts +1 -1
- package/dist/directives/ui3n-long-press.d.ts +1 -1
- package/dist/directives/ui3n-resize.d.ts +1 -1
- package/dist/directives/ui3n-ripple.d.ts +1 -1
- package/dist/directives/ui3n-title.d.ts +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/plugins/dialogs/dialogs.d.ts +1 -1
- package/dist/plugins/dialogs/store-dialogs.d.ts +1 -1
- package/dist/plugins/dialogs/types.d.ts +1 -1
- package/dist/plugins/i18n/i18n.d.ts +1 -1
- package/dist/plugins/i18n/types.d.ts +1 -1
- package/dist/plugins/notifications/notifications.d.ts +1 -1
- package/dist/plugins/notifications/types.d.ts +1 -1
- package/dist/plugins/vue-bus/types.d.ts +1 -1
- package/dist/plugins/vue-bus/vue-bus.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/types/components.types.d.ts +1 -1
- package/dist/types/directives.types.d.ts +1 -1
- package/dist/ui3n-components.d.ts +1 -1
- package/dist/ui3n-components.js +5628 -5629
- package/dist/ui3n-plugins.d.ts +2 -2
- package/dist/ui3n-plugins.js +866 -866
- package/dist/utils/ui/has-slot-content.d.ts +1 -1
- package/package.json +6 -6
- package/src/components/ui3n-menu/types.ts +1 -0
- package/src/components/ui3n-menu/ui3n-menu.vue +26 -19
|
@@ -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,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;
|
|
@@ -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>;
|
|
@@ -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
|
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 { 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 { 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;
|