@finema/core 2.53.0 → 2.54.0
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/module.json +2 -2
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/App.vue.d.ts +2 -3
- package/dist/runtime/components/DevToolsWindow/index.vue.d.ts +1 -2
- package/dist/runtime/components/Dialog/index.vue.d.ts +1 -2
- package/dist/runtime/components/Empty.vue.d.ts +1 -2
- package/dist/runtime/components/FlexDeck/index.vue.d.ts +3 -4
- package/dist/runtime/components/Form/FieldWrapper.vue +13 -13
- package/dist/runtime/components/Form/FieldWrapper.vue.d.ts +2 -3
- package/dist/runtime/components/Form/Fields.vue +13 -13
- package/dist/runtime/components/Form/Fields.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputCheckbox/index.vue +18 -18
- package/dist/runtime/components/Form/InputCheckbox/index.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputComponent/index.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputDateTime/index.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputDateTimeRange/index.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputMonth/index.vue +51 -51
- package/dist/runtime/components/Form/InputMonth/index.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputNumber/index.vue +20 -20
- package/dist/runtime/components/Form/InputNumber/index.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputRadio/index.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputSearch/index.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputSelect/index.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputSelectMultiple/index.vue +43 -43
- package/dist/runtime/components/Form/InputSelectMultiple/index.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputTags/index.vue +23 -23
- package/dist/runtime/components/Form/InputTags/index.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputText/index.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputTextarea/index.vue +18 -18
- package/dist/runtime/components/Form/InputTextarea/index.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputTime/index.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputToggle/index.vue +17 -17
- package/dist/runtime/components/Form/InputToggle/index.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputUploadDropzone/index.vue +30 -30
- package/dist/runtime/components/Form/InputUploadDropzone/index.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputUploadDropzoneAuto/index.vue +50 -50
- package/dist/runtime/components/Form/InputUploadDropzoneAuto/index.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputWYSIWYG/UploadImageForm.vue.d.ts +1 -2
- package/dist/runtime/components/Form/InputWYSIWYG/index.vue.d.ts +1 -2
- package/dist/runtime/components/Form/fileState/EmptyState.vue +21 -21
- package/dist/runtime/components/Form/fileState/EmptyState.vue.d.ts +1 -2
- package/dist/runtime/components/Form/fileState/FailedState.vue +33 -33
- package/dist/runtime/components/Form/fileState/FailedState.vue.d.ts +1 -2
- package/dist/runtime/components/Form/fileState/LoadingState.vue +24 -24
- package/dist/runtime/components/Form/fileState/LoadingState.vue.d.ts +1 -2
- package/dist/runtime/components/Form/fileState/PreviewModal.vue +23 -23
- package/dist/runtime/components/Form/fileState/PreviewModal.vue.d.ts +1 -2
- package/dist/runtime/components/Form/fileState/SuccessState.vue.d.ts +1 -2
- package/dist/runtime/components/Form/index.vue +5 -5
- package/dist/runtime/components/Form/index.vue.d.ts +2 -3
- package/dist/runtime/components/Image.vue +28 -28
- package/dist/runtime/components/Image.vue.d.ts +2 -3
- package/dist/runtime/components/Loader.vue.d.ts +2 -3
- package/dist/runtime/components/Log/LogItem.vue.d.ts +1 -2
- package/dist/runtime/components/Log/index.vue +17 -17
- package/dist/runtime/components/Log/index.vue.d.ts +1 -2
- package/dist/runtime/components/Table/Base.vue.d.ts +2 -3
- package/dist/runtime/components/Table/ColumnDate.vue +2 -2
- package/dist/runtime/components/Table/ColumnDate.vue.d.ts +1 -2
- package/dist/runtime/components/Table/ColumnDateTime.vue +2 -2
- package/dist/runtime/components/Table/ColumnDateTime.vue.d.ts +1 -2
- package/dist/runtime/components/Table/ColumnImage.vue +5 -5
- package/dist/runtime/components/Table/ColumnImage.vue.d.ts +1 -2
- package/dist/runtime/components/Table/ColumnNumber.vue +1 -1
- package/dist/runtime/components/Table/ColumnNumber.vue.d.ts +1 -2
- package/dist/runtime/components/Table/ColumnText.vue +2 -2
- package/dist/runtime/components/Table/ColumnText.vue.d.ts +1 -2
- package/dist/runtime/components/Table/Pagination.vue +46 -46
- package/dist/runtime/components/Table/Pagination.vue.d.ts +1 -2
- package/dist/runtime/components/Table/Simple.vue +17 -17
- package/dist/runtime/components/Table/Simple.vue.d.ts +2 -3
- package/dist/runtime/components/Table/index.vue.d.ts +2 -3
- package/dist/runtime/components/TeleportSafe.vue.d.ts +2 -3
- package/dist/runtime/server/tsconfig.json +3 -3
- package/dist/runtime/theme/dialog.js +1 -1
- package/dist/runtime/theme/slideover.js +1 -1
- package/dist/runtime/theme/table.js +2 -2
- package/package.json +1 -1
- package/dist/runtime/components/App.d.vue.ts +0 -17
- package/dist/runtime/components/DevToolsWindow/index.d.vue.ts +0 -3
- package/dist/runtime/components/Dialog/index.d.vue.ts +0 -11
- package/dist/runtime/components/Empty.d.vue.ts +0 -13
- package/dist/runtime/components/FlexDeck/index.d.vue.ts +0 -46
- package/dist/runtime/components/Form/FieldWrapper.d.vue.ts +0 -17
- package/dist/runtime/components/Form/Fields.d.vue.ts +0 -15
- package/dist/runtime/components/Form/InputCheckbox/index.d.vue.ts +0 -8
- package/dist/runtime/components/Form/InputComponent/index.d.vue.ts +0 -4
- package/dist/runtime/components/Form/InputDateTime/index.d.vue.ts +0 -12
- package/dist/runtime/components/Form/InputDateTimeRange/index.d.vue.ts +0 -12
- package/dist/runtime/components/Form/InputMonth/index.d.vue.ts +0 -12
- package/dist/runtime/components/Form/InputNumber/index.d.vue.ts +0 -10
- package/dist/runtime/components/Form/InputRadio/index.d.vue.ts +0 -12
- package/dist/runtime/components/Form/InputSearch/index.d.vue.ts +0 -14
- package/dist/runtime/components/Form/InputSelect/index.d.vue.ts +0 -10
- package/dist/runtime/components/Form/InputSelectMultiple/index.d.vue.ts +0 -8
- package/dist/runtime/components/Form/InputTags/index.d.vue.ts +0 -12
- package/dist/runtime/components/Form/InputText/index.d.vue.ts +0 -12
- package/dist/runtime/components/Form/InputTextarea/index.d.vue.ts +0 -8
- package/dist/runtime/components/Form/InputTime/index.d.vue.ts +0 -13
- package/dist/runtime/components/Form/InputToggle/index.d.vue.ts +0 -8
- package/dist/runtime/components/Form/InputUploadDropzone/index.d.vue.ts +0 -13
- package/dist/runtime/components/Form/InputUploadDropzoneAuto/index.d.vue.ts +0 -25
- package/dist/runtime/components/Form/InputWYSIWYG/UploadImageForm.d.vue.ts +0 -12
- package/dist/runtime/components/Form/InputWYSIWYG/index.d.vue.ts +0 -7
- package/dist/runtime/components/Form/fileState/EmptyState.d.vue.ts +0 -13
- package/dist/runtime/components/Form/fileState/FailedState.d.vue.ts +0 -15
- package/dist/runtime/components/Form/fileState/LoadingState.d.vue.ts +0 -9
- package/dist/runtime/components/Form/fileState/PreviewModal.d.vue.ts +0 -11
- package/dist/runtime/components/Form/fileState/SuccessState.d.vue.ts +0 -18
- package/dist/runtime/components/Form/index.d.vue.ts +0 -13
- package/dist/runtime/components/Image.d.vue.ts +0 -14
- package/dist/runtime/components/Loader.d.vue.ts +0 -22
- package/dist/runtime/components/Log/LogItem.d.vue.ts +0 -7
- package/dist/runtime/components/Log/index.d.vue.ts +0 -8
- package/dist/runtime/components/Table/Base.d.vue.ts +0 -31
- package/dist/runtime/components/Table/ColumnDate.d.vue.ts +0 -9
- package/dist/runtime/components/Table/ColumnDateTime.d.vue.ts +0 -9
- package/dist/runtime/components/Table/ColumnImage.d.vue.ts +0 -9
- package/dist/runtime/components/Table/ColumnNumber.d.vue.ts +0 -9
- package/dist/runtime/components/Table/ColumnText.d.vue.ts +0 -9
- package/dist/runtime/components/Table/Pagination.d.vue.ts +0 -19
- package/dist/runtime/components/Table/Simple.d.vue.ts +0 -20
- package/dist/runtime/components/Table/index.d.vue.ts +0 -26
- package/dist/runtime/components/TeleportSafe.d.vue.ts +0 -17
|
@@ -19,7 +19,7 @@ export const dialogTheme = {
|
|
|
19
19
|
"md:translate-x-[-50%] md:translate-y-[-50%]",
|
|
20
20
|
"md:!rounded-lg md:space-x-4"
|
|
21
21
|
],
|
|
22
|
-
overlay: "fixed inset-0 bg-
|
|
22
|
+
overlay: "fixed inset-0 bg-[#0C111D]/60 backdrop-blur",
|
|
23
23
|
iconWrapper: "rounded-full size-[48px] flex justify-center items-center",
|
|
24
24
|
wrapper: "flex flex-col w-full justify-start items-start",
|
|
25
25
|
confirmColor: "info",
|
|
@@ -25,8 +25,8 @@ export const tableTheme = {
|
|
|
25
25
|
},
|
|
26
26
|
sticky: {
|
|
27
27
|
true: {
|
|
28
|
-
thead: "sticky top-0 inset-x-0 z-[1]
|
|
29
|
-
tfoot: "sticky bottom-0 inset-x-0 bg-white z-[1]
|
|
28
|
+
thead: "sticky bg-transparent top-0 inset-x-0 z-[1]",
|
|
29
|
+
tfoot: "sticky bottom-0 inset-x-0 bg-white z-[1]"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { ToasterProps } from '@nuxt/ui';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
toaster?: ToasterProps | null;
|
|
4
|
-
};
|
|
5
|
-
declare var __VLS_11: {};
|
|
6
|
-
type __VLS_Slots = {} & {
|
|
7
|
-
default?: (props: typeof __VLS_11) => any;
|
|
8
|
-
};
|
|
9
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
-
declare const _default: typeof __VLS_export;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { IDialogMetaItem } from '#core/composables/useDialog';
|
|
2
|
-
declare const __VLS_export: import("vue").DefineComponent<IDialogMetaItem, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
-
close: (args_0: boolean) => any;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<IDialogMetaItem> & Readonly<{
|
|
5
|
-
onClose?: ((args_0: boolean) => any) | undefined;
|
|
6
|
-
}>, {
|
|
7
|
-
confirmText: string;
|
|
8
|
-
cancelText: string;
|
|
9
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
-
declare const _default: typeof __VLS_export;
|
|
11
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { emptyTheme } from '#core/theme/empty';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
message?: any;
|
|
4
|
-
icon?: string;
|
|
5
|
-
ui?: typeof emptyTheme['slots'];
|
|
6
|
-
class?: any;
|
|
7
|
-
};
|
|
8
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
|
-
message: any;
|
|
10
|
-
icon: string;
|
|
11
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
-
declare const _default: typeof __VLS_export;
|
|
13
|
-
export default _default;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { type PropType } from 'vue';
|
|
2
|
-
import type { IFlexDeckOptions } from '#core/components/FlexDeck/types';
|
|
3
|
-
type __VLS_Slots = {
|
|
4
|
-
'default': (props: {
|
|
5
|
-
row: any;
|
|
6
|
-
key?: number | string;
|
|
7
|
-
}) => any;
|
|
8
|
-
'empty-state': () => any;
|
|
9
|
-
'loading-state': () => any;
|
|
10
|
-
'error-state': () => any;
|
|
11
|
-
};
|
|
12
|
-
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13
|
-
options: {
|
|
14
|
-
type: PropType<IFlexDeckOptions>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
containerClass: {
|
|
18
|
-
type: (ArrayConstructor | ObjectConstructor | StringConstructor)[];
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
22
|
-
search: (q: string) => any;
|
|
23
|
-
pageChange: (page: number) => any;
|
|
24
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
-
options: {
|
|
26
|
-
type: PropType<IFlexDeckOptions>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
containerClass: {
|
|
30
|
-
type: (ArrayConstructor | ObjectConstructor | StringConstructor)[];
|
|
31
|
-
default: string;
|
|
32
|
-
};
|
|
33
|
-
}>> & Readonly<{
|
|
34
|
-
onSearch?: ((q: string) => any) | undefined;
|
|
35
|
-
onPageChange?: ((page: number) => any) | undefined;
|
|
36
|
-
}>, {
|
|
37
|
-
containerClass: string | Record<string, any> | unknown[];
|
|
38
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
39
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
40
|
-
declare const _default: typeof __VLS_export;
|
|
41
|
-
export default _default;
|
|
42
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
43
|
-
new (): {
|
|
44
|
-
$slots: S;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { IFieldProps } from '#core/components/Form/types';
|
|
2
|
-
type __VLS_Props = IFieldProps & {
|
|
3
|
-
containerUi?: any;
|
|
4
|
-
};
|
|
5
|
-
declare var __VLS_7: {};
|
|
6
|
-
type __VLS_Slots = {} & {
|
|
7
|
-
default?: (props: typeof __VLS_7) => any;
|
|
8
|
-
};
|
|
9
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
-
declare const _default: typeof __VLS_export;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { FormContext } from 'vee-validate';
|
|
2
|
-
import { type IFormField } from '#core/components/Form/types';
|
|
3
|
-
import { formTheme } from '#core/theme/form';
|
|
4
|
-
type __VLS_Props = {
|
|
5
|
-
form?: FormContext;
|
|
6
|
-
options: IFormField[];
|
|
7
|
-
orientation?: 'horizontal' | 'vertical';
|
|
8
|
-
class?: any;
|
|
9
|
-
ui?: typeof formTheme['slots'];
|
|
10
|
-
};
|
|
11
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
|
-
orientation: "horizontal" | "vertical";
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { ICheckboxFieldProps } from '#core/components/Form/InputCheckbox/types';
|
|
2
|
-
declare const __VLS_export: import("vue").DefineComponent<ICheckboxFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
-
change: (...args: any[]) => void;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<ICheckboxFieldProps> & Readonly<{
|
|
5
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
6
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
-
declare const _default: typeof __VLS_export;
|
|
8
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { IComponentFieldProps } from '#core/components/Form/InputComponent/types';
|
|
2
|
-
declare const __VLS_export: import("vue").DefineComponent<IComponentFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IComponentFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
-
declare const _default: typeof __VLS_export;
|
|
4
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import '@vuepic/vue-datepicker/dist/main.css';
|
|
2
|
-
import type { IDateTimeFieldProps } from '#core/components/Form/InputDateTime/date_time_field.types';
|
|
3
|
-
declare const __VLS_export: import("vue").DefineComponent<IDateTimeFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
|
-
change: (...args: any[]) => void;
|
|
5
|
-
}, string, import("vue").PublicProps, Readonly<IDateTimeFieldProps> & Readonly<{
|
|
6
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
7
|
-
}>, {
|
|
8
|
-
clearIcon: string;
|
|
9
|
-
teleport: boolean | string | HTMLElement;
|
|
10
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
-
declare const _default: typeof __VLS_export;
|
|
12
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import '@vuepic/vue-datepicker/dist/main.css';
|
|
2
|
-
import type { IDateTimeRangeFieldProps } from './date_range_time_field.types.js';
|
|
3
|
-
declare const __VLS_export: import("vue").DefineComponent<IDateTimeRangeFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
|
-
change: (...args: any[]) => void;
|
|
5
|
-
}, string, import("vue").PublicProps, Readonly<IDateTimeRangeFieldProps> & Readonly<{
|
|
6
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
7
|
-
}>, {
|
|
8
|
-
clearIcon: string;
|
|
9
|
-
teleport: boolean | string | HTMLElement;
|
|
10
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
-
declare const _default: typeof __VLS_export;
|
|
12
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import '@vuepic/vue-datepicker/dist/main.css';
|
|
2
|
-
import type { IMonthFieldProps } from '#core/components/Form/InputMonth/types';
|
|
3
|
-
declare const __VLS_export: import("vue").DefineComponent<IMonthFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
|
-
change: (...args: any[]) => void;
|
|
5
|
-
}, string, import("vue").PublicProps, Readonly<IMonthFieldProps> & Readonly<{
|
|
6
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
7
|
-
}>, {
|
|
8
|
-
clearIcon: string;
|
|
9
|
-
teleport: boolean | string | HTMLElement;
|
|
10
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
-
declare const _default: typeof __VLS_export;
|
|
12
|
-
export default _default;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { INumberFieldProps } from '#core/components/Form/InputNumber/types';
|
|
2
|
-
declare const __VLS_export: import("vue").DefineComponent<INumberFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
-
change: (...args: any[]) => void;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<INumberFieldProps> & Readonly<{
|
|
5
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
6
|
-
}>, {
|
|
7
|
-
orientation: "horizontal" | "vertical";
|
|
8
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
-
declare const _default: typeof __VLS_export;
|
|
10
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { IRadioFieldProps } from '#core/components/Form/InputRadio/types';
|
|
2
|
-
declare const __VLS_export: import("vue").DefineComponent<IRadioFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
-
change: (value: any) => any;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<IRadioFieldProps> & Readonly<{
|
|
5
|
-
onChange?: ((value: any) => any) | undefined;
|
|
6
|
-
}>, {
|
|
7
|
-
orientation: "horizontal" | "vertical";
|
|
8
|
-
variant: "list" | "card" | "table";
|
|
9
|
-
indicator: "start" | "end" | "hidden";
|
|
10
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
-
declare const _default: typeof __VLS_export;
|
|
12
|
-
export default _default;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { ISearchFieldProps } from '#core/components/Form/InputSearch/types';
|
|
2
|
-
declare const __VLS_export: import("vue").DefineComponent<ISearchFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
-
search: (...args: any[]) => void;
|
|
4
|
-
clear: (...args: any[]) => void;
|
|
5
|
-
change: (...args: any[]) => void;
|
|
6
|
-
}, string, import("vue").PublicProps, Readonly<ISearchFieldProps> & Readonly<{
|
|
7
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
8
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
9
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
10
|
-
}>, {
|
|
11
|
-
clearable: boolean;
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
-
declare const _default: typeof __VLS_export;
|
|
14
|
-
export default _default;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { ISelectFieldProps } from '#core/components/Form/InputSelect/types';
|
|
2
|
-
declare const __VLS_export: import("vue").DefineComponent<ISelectFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
-
change: (...args: any[]) => void;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<ISelectFieldProps> & Readonly<{
|
|
5
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
6
|
-
}>, {
|
|
7
|
-
clearIcon: string;
|
|
8
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
-
declare const _default: typeof __VLS_export;
|
|
10
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { ISelectFieldProps } from '#core/components/Form/InputSelect/types';
|
|
2
|
-
declare const __VLS_export: import("vue").DefineComponent<ISelectFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
-
change: (...args: any[]) => void;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<ISelectFieldProps> & Readonly<{
|
|
5
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
6
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
-
declare const _default: typeof __VLS_export;
|
|
8
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { ITagsFieldProps } from '#core/components/Form/InputTags/types';
|
|
2
|
-
declare const __VLS_export: import("vue").DefineComponent<ITagsFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
-
add: (...args: any[]) => void;
|
|
4
|
-
change: (...args: any[]) => void;
|
|
5
|
-
remove: (...args: any[]) => void;
|
|
6
|
-
}, string, import("vue").PublicProps, Readonly<ITagsFieldProps> & Readonly<{
|
|
7
|
-
onAdd?: ((...args: any[]) => any) | undefined;
|
|
8
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
9
|
-
onRemove?: ((...args: any[]) => any) | undefined;
|
|
10
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
-
declare const _default: typeof __VLS_export;
|
|
12
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { ITextFieldProps } from '#core/components/Form/InputText/types';
|
|
2
|
-
declare const __VLS_export: import("vue").DefineComponent<ITextFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
-
change: (...args: any[]) => void;
|
|
4
|
-
selected: (...args: any[]) => void;
|
|
5
|
-
}, string, import("vue").PublicProps, Readonly<ITextFieldProps> & Readonly<{
|
|
6
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
7
|
-
onSelected?: ((...args: any[]) => any) | undefined;
|
|
8
|
-
}>, {
|
|
9
|
-
type: "text" | "password" | "email";
|
|
10
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
-
declare const _default: typeof __VLS_export;
|
|
12
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { ITextareaFieldProps } from '#core/components/Form/InputTextarea/types';
|
|
2
|
-
declare const __VLS_export: import("vue").DefineComponent<ITextareaFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
-
change: (...args: any[]) => void;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<ITextareaFieldProps> & Readonly<{
|
|
5
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
6
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
-
declare const _default: typeof __VLS_export;
|
|
8
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import '@vuepic/vue-datepicker/dist/main.css';
|
|
2
|
-
import type { ITimeFieldProps } from '#core/components/Form/InputTime/types';
|
|
3
|
-
declare const __VLS_export: import("vue").DefineComponent<ITimeFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
|
-
change: (...args: any[]) => void;
|
|
5
|
-
}, string, import("vue").PublicProps, Readonly<ITimeFieldProps> & Readonly<{
|
|
6
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
7
|
-
}>, {
|
|
8
|
-
clearIcon: string;
|
|
9
|
-
teleport: boolean | string | HTMLElement;
|
|
10
|
-
enableSeconds: boolean;
|
|
11
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
-
declare const _default: typeof __VLS_export;
|
|
13
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { IToggleFieldProps } from '#core/components/Form/InputToggle/types';
|
|
2
|
-
declare const __VLS_export: import("vue").DefineComponent<IToggleFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
-
change: (...args: any[]) => void;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<IToggleFieldProps> & Readonly<{
|
|
5
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
6
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
-
declare const _default: typeof __VLS_export;
|
|
8
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { IUploadDropzoneProps } from './types.js';
|
|
2
|
-
declare const __VLS_export: import("vue").DefineComponent<IUploadDropzoneProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
-
delete: () => any;
|
|
4
|
-
change: (value: File | undefined) => any;
|
|
5
|
-
}, string, import("vue").PublicProps, Readonly<IUploadDropzoneProps> & Readonly<{
|
|
6
|
-
onDelete?: (() => any) | undefined;
|
|
7
|
-
onChange?: ((value: File | undefined) => any) | undefined;
|
|
8
|
-
}>, {
|
|
9
|
-
selectFileLabel: string;
|
|
10
|
-
selectFileSubLabel: string;
|
|
11
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
-
declare const _default: typeof __VLS_export;
|
|
13
|
-
export default _default;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { IUploadDropzoneAutoProps } from './types.js';
|
|
2
|
-
import type { IFileValue } from '#core/components/Form/types';
|
|
3
|
-
declare const __VLS_export: import("vue").DefineComponent<IUploadDropzoneAutoProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
|
-
success: (res: IFileValue) => any;
|
|
5
|
-
delete: () => any;
|
|
6
|
-
change: (value: File | undefined) => any;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<IUploadDropzoneAutoProps> & Readonly<{
|
|
8
|
-
onSuccess?: ((res: IFileValue) => any) | undefined;
|
|
9
|
-
onDelete?: (() => any) | undefined;
|
|
10
|
-
onChange?: ((value: File | undefined) => any) | undefined;
|
|
11
|
-
}>, {
|
|
12
|
-
selectFileLabel: string;
|
|
13
|
-
selectFileSubLabel: string;
|
|
14
|
-
uploadingLabel: string;
|
|
15
|
-
uploadFailedLabel: string;
|
|
16
|
-
retryLabel: string;
|
|
17
|
-
bodyKey: string;
|
|
18
|
-
responseURL: string;
|
|
19
|
-
responsePath: string;
|
|
20
|
-
responseName: string;
|
|
21
|
-
responseSize: string;
|
|
22
|
-
responseID: string;
|
|
23
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
-
declare const _default: typeof __VLS_export;
|
|
25
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
options?: {
|
|
3
|
-
requestOptions?: any;
|
|
4
|
-
};
|
|
5
|
-
}
|
|
6
|
-
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
-
submit: (url: string) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
9
|
-
onSubmit?: ((url: string) => any) | undefined;
|
|
10
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
-
declare const _default: typeof __VLS_export;
|
|
12
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { IWYSIWYGFieldProps } from '#core/components/Form/InputWYSIWYG/types';
|
|
2
|
-
declare const __VLS_export: import("vue").DefineComponent<IWYSIWYGFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IWYSIWYGFieldProps> & Readonly<{}>, {
|
|
3
|
-
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
4
|
-
color: "primary" | "gray";
|
|
5
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
-
declare const _default: typeof __VLS_export;
|
|
7
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
theme: any;
|
|
3
|
-
selectFileLabel: string;
|
|
4
|
-
selectFileSubLabel: string;
|
|
5
|
-
placeholder?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
-
openFile: () => any;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
|
-
onOpenFile?: (() => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
-
declare const _default: typeof __VLS_export;
|
|
13
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
theme: any;
|
|
3
|
-
selectedFile: File;
|
|
4
|
-
uploadFailedLabel: string;
|
|
5
|
-
retryLabel: string;
|
|
6
|
-
}
|
|
7
|
-
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
-
delete: () => any;
|
|
9
|
-
retry: () => any;
|
|
10
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
11
|
-
onDelete?: (() => any) | undefined;
|
|
12
|
-
onRetry?: (() => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
theme: any;
|
|
3
|
-
selectedFile: File;
|
|
4
|
-
percent: number;
|
|
5
|
-
uploadingLabel: string;
|
|
6
|
-
}
|
|
7
|
-
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
-
declare const _default: typeof __VLS_export;
|
|
9
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { IFileValue } from '#core/components/Form/types';
|
|
2
|
-
interface Props {
|
|
3
|
-
value?: IFileValue;
|
|
4
|
-
}
|
|
5
|
-
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
-
close: (args_0: boolean) => any;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
8
|
-
onClose?: ((args_0: boolean) => any) | undefined;
|
|
9
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
-
declare const _default: typeof __VLS_export;
|
|
11
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { IFileValue } from '#core/components/Form/types';
|
|
2
|
-
interface Props {
|
|
3
|
-
theme: any;
|
|
4
|
-
value: IFileValue;
|
|
5
|
-
disabled?: boolean;
|
|
6
|
-
readonly?: boolean;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
-
delete: () => any;
|
|
10
|
-
preview: () => any;
|
|
11
|
-
download: () => any;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
13
|
-
onDelete?: (() => any) | undefined;
|
|
14
|
-
onPreview?: (() => any) | undefined;
|
|
15
|
-
onDownload?: (() => any) | undefined;
|
|
16
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
-
declare const _default: typeof __VLS_export;
|
|
18
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
declare var __VLS_1: {};
|
|
2
|
-
type __VLS_Slots = {} & {
|
|
3
|
-
default?: (props: typeof __VLS_1) => any;
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
7
|
-
declare const _default: typeof __VLS_export;
|
|
8
|
-
export default _default;
|
|
9
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
10
|
-
new (): {
|
|
11
|
-
$slots: S;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { UseImageOptions } from '@vueuse/core';
|
|
2
|
-
type __VLS_Slots = {
|
|
3
|
-
loading: () => any;
|
|
4
|
-
error: () => any;
|
|
5
|
-
};
|
|
6
|
-
declare const __VLS_base: import("vue").DefineComponent<UseImageOptions, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UseImageOptions> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
8
|
-
declare const _default: typeof __VLS_export;
|
|
9
|
-
export default _default;
|
|
10
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
-
new (): {
|
|
12
|
-
$slots: S;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { loaderTheme } from '#core/theme/loader';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
loading?: boolean;
|
|
4
|
-
icon?: string;
|
|
5
|
-
ui?: typeof loaderTheme['slots'];
|
|
6
|
-
class?: any;
|
|
7
|
-
};
|
|
8
|
-
type __VLS_Slots = {
|
|
9
|
-
loading: () => any;
|
|
10
|
-
};
|
|
11
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
|
-
loading: boolean;
|
|
13
|
-
icon: string;
|
|
14
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
|
-
declare const _default: typeof __VLS_export;
|
|
17
|
-
export default _default;
|
|
18
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
19
|
-
new (): {
|
|
20
|
-
$slots: S;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
data?: any;
|
|
3
|
-
title?: string;
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
-
declare const _default: typeof __VLS_export;
|
|
7
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
data?: any;
|
|
3
|
-
dataItems?: any[];
|
|
4
|
-
title?: string;
|
|
5
|
-
};
|
|
6
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
-
declare const _default: typeof __VLS_export;
|
|
8
|
-
export default _default;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { type ISimpleTableOptions, type ITableOptions } from '#core/components/Table/types';
|
|
2
|
-
import { tableTheme } from '#core/theme/table';
|
|
3
|
-
type __VLS_Props = {
|
|
4
|
-
options: ITableOptions<any> & ISimpleTableOptions<any>;
|
|
5
|
-
ui?: (typeof tableTheme)['slots'];
|
|
6
|
-
};
|
|
7
|
-
declare var __VLS_22: {}, __VLS_29: {}, __VLS_31: {}, __VLS_45: string | number, __VLS_46: any;
|
|
8
|
-
type __VLS_Slots = {} & {
|
|
9
|
-
[K in NonNullable<typeof __VLS_45>]?: (props: typeof __VLS_46) => any;
|
|
10
|
-
} & {
|
|
11
|
-
loading?: (props: typeof __VLS_22) => any;
|
|
12
|
-
} & {
|
|
13
|
-
error?: (props: typeof __VLS_29) => any;
|
|
14
|
-
} & {
|
|
15
|
-
error?: (props: typeof __VLS_31) => any;
|
|
16
|
-
};
|
|
17
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
-
search: (...args: any[]) => void;
|
|
19
|
-
pageChange: (...args: any[]) => void;
|
|
20
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
21
|
-
onSearch?: ((...args: any[]) => any) | undefined;
|
|
22
|
-
onPageChange?: ((...args: any[]) => any) | undefined;
|
|
23
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
25
|
-
declare const _default: typeof __VLS_export;
|
|
26
|
-
export default _default;
|
|
27
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
28
|
-
new (): {
|
|
29
|
-
$slots: S;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { TableColumn } from '@nuxt/ui';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
value: any;
|
|
4
|
-
row: any;
|
|
5
|
-
column: TableColumn<any>;
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
-
declare const _default: typeof __VLS_export;
|
|
9
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { TableColumn } from '@nuxt/ui';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
value: any;
|
|
4
|
-
row: any;
|
|
5
|
-
column: TableColumn<any>;
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
-
declare const _default: typeof __VLS_export;
|
|
9
|
-
export default _default;
|