@v1nt1248/3nclient-lib 0.2.86 → 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.
- package/dist/components/index.d.ts +1 -1
- 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 +2 -2
- package/dist/{plugins/dialogs → components/ui3n-dialog}/ui3n-dialog-provider.vue.d.ts +3 -3
- package/dist/components/ui3n-dialog/ui3n-dialog.vue.d.ts +3 -3
- 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 +1 -1
- package/dist/components/ui3n-menu/ui3n-menu.vue.d.ts +5 -5
- package/dist/components/ui3n-notification/ui3n-notification.vue.d.ts +3 -3
- 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 +6 -6
- 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/constants/index.d.ts +1 -0
- package/dist/constants/plugins-keys.d.ts +9 -0
- 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 +8 -8
- package/dist/plugins/dialogs/dialogs.d.ts +5 -17
- package/dist/plugins/dialogs/store-dialog.d.ts +4 -4
- package/dist/plugins/dialogs/types.d.ts +5 -6
- package/dist/plugins/i18n/i18n.d.ts +1 -1
- package/dist/plugins/i18n/types.d.ts +0 -2
- package/dist/plugins/index.d.ts +5 -5
- package/dist/plugins/notifications/notifications.d.ts +1 -1
- package/dist/plugins/notifications/types.d.ts +0 -2
- package/dist/plugins/vue-bus/types.d.ts +0 -2
- package/dist/plugins/vue-bus/vue-bus.d.ts +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 +2 -2
- package/dist/ui3n-components.js +2236 -2244
- package/dist/ui3n-plugins.d.ts +10 -9
- package/dist/ui3n-plugins.js +675 -669
- package/dist/ui3n-utils.js +69 -65
- package/dist/utils/ui/has-slot-content.d.ts +1 -1
- package/package.json +1 -1
- package/src/components/index.ts +1 -1
- package/src/components/ui3n-dialog/types.ts +1 -1
- package/src/components/ui3n-dialog/ui3n-dialog-provider.vue +53 -0
- package/src/components/ui3n-dialog/ui3n-dialog.vue +3 -1
|
@@ -20,7 +20,7 @@ import { default as Ui3nNotification } from './ui3n-notification/ui3n-notificati
|
|
|
20
20
|
import { default as Ui3nTableSortIcon } from './ui3n-table/ui3n-table-sort-icon.vue';
|
|
21
21
|
import { default as Ui3nTable } from './ui3n-table/ui3n-table.vue';
|
|
22
22
|
import { Ui3nTableSortIconProps, Ui3nTableSort, Ui3nTableConfig, Ui3nTableHeadProps, Ui3nTableBodyProps, Ui3nTableGroupActionsSlot, Ui3nTableHeaderCellSlot, Ui3nTableBodyRowSlotScope, Ui3nTableBodyRowSlot, Ui3nTableBodyRowCellSlotScope, Ui3nTableBodyRowCellSlot, Ui3nTableSlots, Ui3nTableProps, Ui3nTableEmits, Ui3nTableExpose } from './ui3n-table/types';
|
|
23
|
-
import { default as Ui3nDialogProvider } from '
|
|
23
|
+
import { default as Ui3nDialogProvider } from './ui3n-dialog/ui3n-dialog-provider.vue';
|
|
24
24
|
import { default as Ui3nDialog } from './ui3n-dialog/ui3n-dialog.vue';
|
|
25
25
|
import { Ui3nDialogComponentProps, Ui3nDialogComponentEmits, Ui3nDialogComponentSlots, Ui3nDialogEvent } from './ui3n-dialog/types';
|
|
26
26
|
import { default as Ui3nMenu } from './ui3n-menu/ui3n-menu.vue';
|
|
@@ -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('
|
|
9
|
-
expose(exposed: import('
|
|
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('
|
|
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('
|
|
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('
|
|
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('
|
|
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('
|
|
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('
|
|
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 & {
|
|
@@ -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('
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<Ui3nBreadcrumbProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
10
10
|
click: (value: Event) => any;
|
|
11
|
-
}, string, import('
|
|
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('
|
|
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('
|
|
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('
|
|
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('
|
|
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('
|
|
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('
|
|
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"]>;
|
|
@@ -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('
|
|
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('
|
|
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('
|
|
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"]>;
|
|
@@ -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('
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<Ui3nChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
10
10
|
close: () => any;
|
|
11
|
-
}, string, import('
|
|
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('
|
|
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 '
|
|
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
|
|
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('
|
|
3
|
-
expose(exposed: import('
|
|
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('
|
|
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('
|
|
9
|
-
expose(exposed: import('
|
|
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('
|
|
13
|
+
}>) => import('vue').VNode & {
|
|
14
14
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
15
15
|
};
|
|
16
16
|
export default _default;
|
|
@@ -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('
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<Ui3nDropFilesProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
12
12
|
select: (fileList: FileList) => any;
|
|
13
|
-
}, string, import('
|
|
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('
|
|
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('
|
|
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('
|
|
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('
|
|
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('
|
|
5
|
-
isFocused: import('
|
|
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('
|
|
2
|
+
declare const _default: import('vue').DefineComponent<Ui3nEmojiProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
3
|
click: (value: Event) => any;
|
|
4
|
-
}, string, import('
|
|
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('
|
|
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('
|
|
2
|
+
declare const _default: import('vue').DefineComponent<Ui3nIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
3
|
click: (value: Event) => any;
|
|
4
|
-
}, string, import('
|
|
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('
|
|
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('
|
|
4
|
-
isDirty: import('
|
|
5
|
-
isFocused: import('
|
|
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('
|
|
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('
|
|
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('
|
|
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('
|
|
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('
|
|
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('
|
|
12
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
13
13
|
fileInput: HTMLInputElement;
|
|
14
14
|
}, HTMLDivElement>;
|
|
15
15
|
export default _default;
|
|
@@ -7,12 +7,12 @@ declare const _default: <T extends {
|
|
|
7
7
|
value: T;
|
|
8
8
|
index: number;
|
|
9
9
|
}) => any) | undefined;
|
|
10
|
-
} & import('
|
|
11
|
-
expose(exposed: import('
|
|
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('
|
|
15
|
+
}>) => import('vue').VNode & {
|
|
16
16
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
17
17
|
};
|
|
18
18
|
export default _default;
|
|
@@ -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('
|
|
14
|
-
isPositioned: Readonly<import('
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<Ui3nMenuProps, {
|
|
14
|
+
isPositioned: Readonly<import('vue').Ref<boolean>>;
|
|
15
15
|
update: () => void;
|
|
16
|
-
}, {}, {}, {}, import('
|
|
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('
|
|
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('
|
|
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('
|
|
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
|
-
onOpen: () => void;
|
|
8
7
|
position: "left" | "center" | "right";
|
|
9
|
-
|
|
8
|
+
onOpen: () => void;
|
|
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('
|
|
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('
|
|
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('
|
|
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('
|
|
7
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
8
8
|
export default _default;
|
|
@@ -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('
|
|
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('
|
|
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('
|
|
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('
|
|
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('
|
|
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('
|
|
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('
|
|
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('
|
|
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('
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
18
18
|
sliderEl: HTMLDivElement;
|
|
19
19
|
pointerEl1: HTMLDivElement;
|
|
20
20
|
pointerEl2: HTMLDivElement;
|