@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
|
@@ -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;
|
|
@@ -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,19 +0,0 @@
|
|
|
1
|
-
import { type ISimpleTableOptions, type ITableOptions } from '#imports';
|
|
2
|
-
import { tableTheme } from '../../theme/table.js';
|
|
3
|
-
type __VLS_Props = {
|
|
4
|
-
page: number;
|
|
5
|
-
pageLimit: number;
|
|
6
|
-
options: ITableOptions<any> & ISimpleTableOptions<any>;
|
|
7
|
-
ui?: (typeof tableTheme)['slots'];
|
|
8
|
-
};
|
|
9
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
10
|
-
search: () => any;
|
|
11
|
-
pageChange: (page: number) => any;
|
|
12
|
-
pageLimitChange: (limit: number) => any;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
|
-
onSearch?: (() => any) | undefined;
|
|
15
|
-
onPageChange?: ((page: number) => any) | undefined;
|
|
16
|
-
onPageLimitChange?: ((limit: number) => any) | undefined;
|
|
17
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
-
declare const _default: typeof __VLS_export;
|
|
19
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { ISimpleTableOptions } from '#core/components/Table/types';
|
|
2
|
-
import type { tableTheme } from '../../theme/table.js';
|
|
3
|
-
import type { TableSlots } from '@nuxt/ui';
|
|
4
|
-
type Slot = TableSlots<any> & {
|
|
5
|
-
error: (props?: Record<string, any>) => any;
|
|
6
|
-
};
|
|
7
|
-
type __VLS_Props = {
|
|
8
|
-
options: ISimpleTableOptions<any>;
|
|
9
|
-
ui?: (typeof tableTheme)['slots'];
|
|
10
|
-
};
|
|
11
|
-
type __VLS_Slots = Slot;
|
|
12
|
-
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>;
|
|
13
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
|
16
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
17
|
-
new (): {
|
|
18
|
-
$slots: S;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { TableSlots } from '@nuxt/ui';
|
|
2
|
-
import type { ITableOptions } from '#core/components/Table/types';
|
|
3
|
-
import { tableTheme } from '#core/theme/table';
|
|
4
|
-
type Slot = TableSlots<any> & {
|
|
5
|
-
error: (props?: Record<string, any>) => any;
|
|
6
|
-
};
|
|
7
|
-
type __VLS_Props = {
|
|
8
|
-
options: ITableOptions<any>;
|
|
9
|
-
ui?: (typeof tableTheme)['slots'];
|
|
10
|
-
};
|
|
11
|
-
type __VLS_Slots = Slot;
|
|
12
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
13
|
-
search: (q: string) => any;
|
|
14
|
-
pageChange: (page: number) => any;
|
|
15
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
|
-
onSearch?: ((q: string) => any) | undefined;
|
|
17
|
-
onPageChange?: ((page: number) => any) | undefined;
|
|
18
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
-
declare const _default: typeof __VLS_export;
|
|
21
|
-
export default _default;
|
|
22
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
23
|
-
new (): {
|
|
24
|
-
$slots: S;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
to: string;
|
|
3
|
-
disabled?: boolean;
|
|
4
|
-
};
|
|
5
|
-
declare var __VLS_6: {};
|
|
6
|
-
type __VLS_Slots = {} & {
|
|
7
|
-
default?: (props: typeof __VLS_6) => 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
|
-
};
|