@v1nt1248/3nclient-lib 0.2.56 → 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
|
@@ -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').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;
|
|
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;
|
|
10
10
|
attrs: any;
|
|
11
11
|
slots: Readonly<Ui3nAutocompleteSlots<T>> & Ui3nAutocompleteSlots<T>;
|
|
12
12
|
emit: Ui3nAutocompleteEmits<T>;
|
|
13
|
-
}>) => import('vue').VNode & {
|
|
13
|
+
}>) => import('../../../vue/dist/vue.esm-bundler.js').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').DefineComponent<Ui3nBadgeSimpleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
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, {} & {
|
|
3
3
|
"change:size": (val: {
|
|
4
4
|
width: number;
|
|
5
5
|
height: number;
|
|
6
6
|
}) => any;
|
|
7
|
-
}, string, import('vue').PublicProps, Readonly<Ui3nBadgeSimpleProps> & Readonly<{
|
|
7
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').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').DefineComponent<Ui3nBadgeSimpleProps, {},
|
|
|
14
14
|
value: string | number;
|
|
15
15
|
textColor: string;
|
|
16
16
|
dot: boolean;
|
|
17
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
17
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').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').DefineComponent<Ui3nBadgeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Ui3nBadgeProps> & Readonly<{}>, {
|
|
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<{}>, {
|
|
12
12
|
color: string;
|
|
13
13
|
value: string | number;
|
|
14
14
|
textColor: string;
|
|
15
15
|
position: "right-top" | "right-bottom" | "left-top" | "left-bottom";
|
|
16
16
|
dot: boolean;
|
|
17
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').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('vue').DefineComponent<Ui3nBreadcrumbProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
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, {} & {
|
|
10
10
|
click: (value: Event) => any;
|
|
11
|
-
}, string, import('vue').PublicProps, Readonly<Ui3nBreadcrumbProps> & Readonly<{
|
|
11
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').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').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
17
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').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').DefineComponent<Ui3nBreadcrumbsProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Ui3nBreadcrumbsProps> & Readonly<{}>, {
|
|
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<{}>, {
|
|
12
12
|
disabled: boolean;
|
|
13
13
|
separator: string;
|
|
14
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').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').DefineComponent<Ui3nButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
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, {} & {
|
|
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').PublicProps, Readonly<Ui3nButtonProps> & Readonly<{
|
|
19
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').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').DefineComponent<Ui3nButtonProps, {}
|
|
|
27
27
|
type: "primary" | "secondary" | "tertiary" | "icon" | "custom";
|
|
28
28
|
disabled: boolean;
|
|
29
29
|
iconPosition: "left" | "right";
|
|
30
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
30
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').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('vue').DefineComponent<Ui3nCheckboxProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
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, {} & {
|
|
12
12
|
change: (value: Ui3nCheckboxValue) => any;
|
|
13
13
|
"update:modelValue": (value: Ui3nCheckboxValue) => any;
|
|
14
|
-
}, string, import('vue').PublicProps, Readonly<Ui3nCheckboxProps> & Readonly<{
|
|
14
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').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').DefineComponent<Ui3nCheckboxProps,
|
|
|
22
22
|
checkedValue: Ui3nCheckboxValue;
|
|
23
23
|
uncheckedValue: Ui3nCheckboxValue;
|
|
24
24
|
indeterminate: boolean;
|
|
25
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
25
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').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('vue').DefineComponent<Ui3nChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
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, {} & {
|
|
10
10
|
close: () => any;
|
|
11
|
-
}, string, import('vue').PublicProps, Readonly<Ui3nChipProps> & Readonly<{
|
|
11
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').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').DefineComponent<Ui3nChipProps, {},
|
|
|
19
19
|
round: boolean;
|
|
20
20
|
closeable: boolean;
|
|
21
21
|
textSize: number | string;
|
|
22
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
22
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').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 { Component } from 'vue';
|
|
1
|
+
import { Component } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
2
|
import { ExtractComponentProps, Ui3nIconField } from '../../types/index';
|
|
3
3
|
export type Ui3nDialogEvent = 'open' | 'before-close' | 'close' | 'confirm' | 'cancel' | 'click-overlay';
|
|
4
4
|
export interface Ui3nDialogProps {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component } from 'vue';
|
|
1
|
+
import { Component } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
2
|
import { Ui3nDialogComponentProps, Ui3nDialogComponentEmits } from './types';
|
|
3
3
|
declare const _default: <T extends Component>(__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<{
|
|
4
4
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
@@ -8,12 +8,12 @@ declare const _default: <T extends Component>(__VLS_props: NonNullable<Awaited<t
|
|
|
8
8
|
readonly "onBefore-close"?: ((value?: unknown) => any) | undefined;
|
|
9
9
|
readonly onConfirm?: ((value?: unknown) => any) | undefined;
|
|
10
10
|
readonly "onClick-overlay"?: ((value?: unknown) => any) | undefined;
|
|
11
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onClose" | "onCancel" | "onOpen" | "onBefore-close" | "onConfirm" | "onClick-overlay"> & Ui3nDialogComponentProps<T> & Partial<{}>> & import('vue').PublicProps;
|
|
12
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
11
|
+
} & 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>, "onClose" | "onCancel" | "onOpen" | "onBefore-close" | "onConfirm" | "onClick-overlay"> & Ui3nDialogComponentProps<T> & Partial<{}>> & import('../../../vue/dist/vue.esm-bundler.js').PublicProps;
|
|
12
|
+
expose(exposed: import('../../../vue/dist/vue.esm-bundler.js').ShallowUnwrapRef<{}>): void;
|
|
13
13
|
attrs: any;
|
|
14
14
|
slots: {};
|
|
15
15
|
emit: Ui3nDialogComponentEmits;
|
|
16
|
-
}>) => import('vue').VNode & {
|
|
16
|
+
}>) => import('../../../vue/dist/vue.esm-bundler.js').VNode & {
|
|
17
17
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
18
18
|
};
|
|
19
19
|
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('vue').DefineComponent<Ui3nDropFilesProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
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, {} & {
|
|
12
12
|
select: (fileList: FileList) => any;
|
|
13
|
-
}, string, import('vue').PublicProps, Readonly<Ui3nDropFilesProps> & Readonly<{
|
|
13
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').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').ComponentProvideOptions, false, {
|
|
19
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').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').DefineComponent<Ui3nEditableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
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, {} & {
|
|
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').PublicProps, Readonly<Ui3nEditableProps> & Readonly<{
|
|
10
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').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').ComponentProvideOptions, false, {
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').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').Ref<Nullable<HTMLElement>, Nullable<HTMLElement>>;
|
|
5
|
-
isFocused: import('vue').Ref<boolean, boolean>;
|
|
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>;
|
|
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').DefineComponent<Ui3nEmojiProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
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, {} & {
|
|
3
3
|
click: (value: Event) => any;
|
|
4
|
-
}, string, import('vue').PublicProps, Readonly<Ui3nEmojiProps> & Readonly<{
|
|
4
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').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').ComponentProvideOptions, false, {
|
|
9
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
|
|
10
10
|
emojiElement: HTMLDivElement;
|
|
11
11
|
}, HTMLDivElement>;
|
|
12
12
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Ui3nIconProps } from './types';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<Ui3nIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
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, {} & {
|
|
3
3
|
click: (value: Event) => any;
|
|
4
|
-
}, string, import('vue').PublicProps, Readonly<Ui3nIconProps> & Readonly<{
|
|
4
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').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').ComponentProvideOptions, false, {
|
|
10
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
|
|
11
11
|
icon: HTMLDivElement;
|
|
12
12
|
}, HTMLDivElement>;
|
|
13
13
|
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').DefineComponent<Ui3nInputProps, {
|
|
4
|
-
isDirty: import('vue').Ref<boolean, boolean>;
|
|
5
|
-
isFocused: import('vue').Ref<boolean, boolean>;
|
|
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>;
|
|
6
6
|
clearValue: typeof clearValue;
|
|
7
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
7
|
+
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
8
8
|
input: (value: string) => any;
|
|
9
9
|
enter: (value: {
|
|
10
10
|
value: string;
|
|
@@ -21,7 +21,7 @@ declare const _default: import('vue').DefineComponent<Ui3nInputProps, {
|
|
|
21
21
|
clear: () => any;
|
|
22
22
|
escape: (value: Event) => any;
|
|
23
23
|
"update:valid": (value: boolean) => any;
|
|
24
|
-
}, string, import('vue').PublicProps, Readonly<Ui3nInputProps> & Readonly<{
|
|
24
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nInputProps> & Readonly<{
|
|
25
25
|
onInput?: ((value: string) => any) | undefined;
|
|
26
26
|
onEnter?: ((value: {
|
|
27
27
|
value: string;
|
|
@@ -38,7 +38,7 @@ declare const _default: import('vue').DefineComponent<Ui3nInputProps, {
|
|
|
38
38
|
onClear?: (() => any) | undefined;
|
|
39
39
|
onEscape?: ((value: Event) => any) | undefined;
|
|
40
40
|
"onUpdate:valid"?: ((value: boolean) => any) | undefined;
|
|
41
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
41
|
+
}>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
|
|
42
42
|
wrapperElement: HTMLDivElement;
|
|
43
43
|
inputElement: HTMLInputElement;
|
|
44
44
|
}, HTMLDivElement>;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { Ui3nInputFileProps } from './types';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<Ui3nInputFileProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
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, {} & {
|
|
3
3
|
error: (value: string) => any;
|
|
4
4
|
"update:modelValue": (value: FileList | File[]) => any;
|
|
5
|
-
}, string, import('vue').PublicProps, Readonly<Ui3nInputFileProps> & Readonly<{
|
|
5
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').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').ComponentProvideOptions, false, {
|
|
12
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').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('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onSelect"> & Ui3nListProps<T> & Partial<{}>> & import('vue').PublicProps;
|
|
11
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
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;
|
|
12
12
|
attrs: any;
|
|
13
13
|
slots: Readonly<Ui3nListSlots<T>> & Ui3nListSlots<T>;
|
|
14
14
|
emit: Ui3nListEmits<T>;
|
|
15
|
-
}>) => import('vue').VNode & {
|
|
15
|
+
}>) => import('../../../vue/dist/vue.esm-bundler.js').VNode & {
|
|
16
16
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
17
17
|
};
|
|
18
18
|
export default _default;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { Ref, VNode } from 'vue';
|
|
1
|
+
import { Ref, VNode } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
2
|
export interface Ui3nMenuProps {
|
|
3
3
|
modelValue?: boolean;
|
|
4
4
|
triggerElement?: HTMLElement;
|
|
5
5
|
positionStrategy?: 'absolute' | 'fixed';
|
|
6
6
|
positionAutoupdate?: boolean;
|
|
7
|
+
allowFlip?: boolean;
|
|
7
8
|
offsetX?: number;
|
|
8
9
|
offsetY?: number;
|
|
9
10
|
contentBorderRadius?: number | number[];
|
|
@@ -3,24 +3,24 @@ declare function __VLS_template(): {
|
|
|
3
3
|
attrs: Partial<{}>;
|
|
4
4
|
slots: Readonly<Ui3nMenuSlots> & Ui3nMenuSlots;
|
|
5
5
|
refs: {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
'menu-element': HTMLDivElement;
|
|
7
|
+
'menu-trigger-element': HTMLDivElement;
|
|
8
|
+
'menu-content-element': HTMLDivElement;
|
|
9
9
|
};
|
|
10
10
|
rootEl: HTMLDivElement;
|
|
11
11
|
};
|
|
12
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<Ui3nMenuProps, {
|
|
14
|
-
isPositioned: Readonly<import('vue').Ref<boolean>>;
|
|
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>>;
|
|
15
15
|
update: () => void;
|
|
16
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
16
|
+
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').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').PublicProps, Readonly<Ui3nMenuProps> & Readonly<{
|
|
23
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<Ui3nMenuProps> & Readonly<{
|
|
24
24
|
onClose?: (() => any) | undefined;
|
|
25
25
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
26
26
|
onOpen?: (() => any) | undefined;
|
|
@@ -30,16 +30,17 @@ declare const __VLS_component: import('vue').DefineComponent<Ui3nMenuProps, {
|
|
|
30
30
|
}>, {
|
|
31
31
|
disabled: boolean;
|
|
32
32
|
positionStrategy: "absolute" | "fixed";
|
|
33
|
+
allowFlip: boolean;
|
|
33
34
|
offsetX: number;
|
|
34
35
|
offsetY: number;
|
|
35
36
|
contentBorderRadius: number | number[];
|
|
36
37
|
zIndex: number;
|
|
37
38
|
closeOnClick: boolean;
|
|
38
39
|
closeOnClickOutside: boolean;
|
|
39
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
|
|
41
|
+
'menu-element': HTMLDivElement;
|
|
42
|
+
'menu-trigger-element': HTMLDivElement;
|
|
43
|
+
'menu-content-element': HTMLDivElement;
|
|
43
44
|
}, HTMLDivElement>;
|
|
44
45
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
45
46
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Ui3nNotificationProps } from './types';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<Ui3nNotificationProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Ui3nNotificationProps> & Readonly<{}>, {
|
|
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<{}>, {
|
|
3
3
|
type: "success" | "warning" | "info" | "error";
|
|
4
4
|
duration: number;
|
|
5
5
|
withIcon: boolean;
|
|
6
6
|
onClose: () => void;
|
|
7
7
|
onOpen: () => void;
|
|
8
8
|
position: "left" | "center" | "right";
|
|
9
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
9
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
10
10
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Ui3nProgressCircularProps } from './types';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<Ui3nProgressCircularProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Ui3nProgressCircularProps> & Readonly<{}>, {
|
|
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<{}>, {
|
|
3
3
|
size: number | string;
|
|
4
4
|
color: string;
|
|
5
5
|
value: number | string;
|
|
6
6
|
bgColor: string;
|
|
7
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
7
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').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').DefineComponent<Ui3nProgressLinearProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Ui3nProgressLinearProps> & Readonly<{}>, {
|
|
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<{}>, {
|
|
3
3
|
height: number | string;
|
|
4
4
|
color: string;
|
|
5
5
|
value: number | string;
|
|
6
6
|
bgColor: string;
|
|
7
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').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('vue').DefineComponent<Ui3nRadioGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
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, {} & {
|
|
10
10
|
change: (value: Ui3nRadioValue) => any;
|
|
11
11
|
"update:modelValue": (value: Ui3nRadioValue) => any;
|
|
12
|
-
}, string, import('vue').PublicProps, Readonly<Ui3nRadioGroupProps> & Readonly<{
|
|
12
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').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').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
18
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').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').DefineComponent<Ui3nRadioProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
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, {} & {
|
|
12
12
|
change: (value: Ui3nRadioValue) => any;
|
|
13
13
|
"update:modelValue": (value: Ui3nRadioValue) => any;
|
|
14
|
-
}, string, import('vue').PublicProps, Readonly<Ui3nRadioProps> & Readonly<{
|
|
14
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').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').DefineComponent<Ui3nRadioProps, {},
|
|
|
21
21
|
modelValue: Ui3nRadioValue;
|
|
22
22
|
checkedValue: Ui3nRadioValue;
|
|
23
23
|
uncheckedValue: Ui3nRadioValue;
|
|
24
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
24
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').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').DefineComponent<UI3nSliderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
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, {} & {
|
|
3
3
|
"update:modelValue": (value: number | [number, number]) => any;
|
|
4
|
-
}, string, import('vue').PublicProps, Readonly<UI3nSliderProps> & Readonly<{
|
|
4
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').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').DefineComponent<UI3nSliderProps, {}, {}, {
|
|
|
14
14
|
trackHeight: string | number;
|
|
15
15
|
thumbSize: string | number;
|
|
16
16
|
thumbColor: string;
|
|
17
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
17
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').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').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;
|