morghulis 3.1.2 → 3.1.3
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/index.css +1 -1
- package/dist/morghulis.es.js +22140 -12680
- package/dist/morghulis.es.js.map +1 -1
- package/dist/morghulis.umd.js +73 -59
- package/dist/morghulis.umd.js.map +1 -1
- package/dist/types/components/button/MDialogButton.vue.d.ts +31 -0
- package/dist/types/components/cell/MCell.vue.d.ts +2 -1
- package/dist/types/components/cell/char/CharCell.vue.d.ts +1 -1
- package/dist/types/components/cell/char/ColorCell.vue.d.ts +6 -1
- package/dist/types/components/cell/char/IconCell.vue.d.ts +7 -0
- package/dist/types/components/cell/char/SetCell.vue.d.ts +7 -0
- package/dist/types/components/cell/date/DateArrayCell.vue.d.ts +7 -0
- package/dist/types/components/cell/date/DateCell.vue.d.ts +1 -1
- package/dist/types/components/cell/date/DateRangeCell.vue.d.ts +7 -0
- package/dist/types/components/cell/date/TimeCell.vue.d.ts +1 -1
- package/dist/types/components/cell/date/TimeRangeCell.vue.d.ts +7 -0
- package/dist/types/components/cell/hook.d.ts +13 -0
- package/dist/types/components/cell/refer/AutoCell.vue.d.ts +7 -0
- package/dist/types/components/cell/refer/CascadeCell.vue.d.ts +7 -0
- package/dist/types/components/cell/refer/SelectCell.vue.d.ts +1 -1
- package/dist/types/components/cell/refer/TransferCell.vue.d.ts +7 -0
- package/dist/types/components/cell/refer/TreeCell.vue.d.ts +7 -0
- package/dist/types/components/cell/simple/BooleanCell.vue.d.ts +1 -1
- package/dist/types/components/cell/simple/DefaultCell.vue.d.ts +1 -1
- package/dist/types/components/cell/simple/NumberCell.vue.d.ts +1 -1
- package/dist/types/components/cell/special/FileCell.vue.d.ts +3 -0
- package/dist/types/components/cell/special/ObjectCell.vue.d.ts +1 -1
- package/dist/types/components/cell/tool.d.ts +9 -0
- package/dist/types/components/cell/types.d.ts +9 -0
- package/dist/types/components/common/MIcon.vue.d.ts +19 -0
- package/dist/types/components/common/MJsonEditor.vue.d.ts +9 -0
- package/dist/types/components/common/MOption.vue.d.ts +3 -5
- package/dist/types/components/common/MOptions.vue.d.ts +7 -0
- package/dist/types/components/common/MReader.vue.d.ts +7 -0
- package/dist/types/components/common/reader/CsvReader.vue.d.ts +5 -0
- package/dist/types/components/common/reader/ImageReader.vue.d.ts +5 -0
- package/dist/types/components/common/reader/PdfReader.vue.d.ts +2 -0
- package/dist/types/components/common/types.d.ts +2 -0
- package/dist/types/components/dialog/DDialog.vue.d.ts +3 -5
- package/dist/types/components/dialog/MDialog.vue.d.ts +1 -1
- package/dist/types/components/meta/fields/MetaFieldFormat.vue.d.ts +10 -0
- package/dist/types/components/meta/fields/MetaFieldRefer.vue.d.ts +24 -0
- package/dist/types/components/meta/fields/formats/DateFormats.vue.d.ts +29 -0
- package/dist/types/components/meta/fields/formats/FileFormats.vue.d.ts +29 -0
- package/dist/types/components/meta/fields/formats/NumberFormats.vue.d.ts +29 -0
- package/dist/types/components/meta/fields/formats/SetFormats.vue.d.ts +29 -0
- package/dist/types/components/meta/fields/formats/TextFormats.vue.d.ts +29 -0
- package/dist/types/components/meta/fields/widgets/TreeRootSelection.vue.d.ts +6 -0
- package/dist/types/components/meta/tool.d.ts +1 -0
- package/dist/types/components/meta/view/tools.d.ts +0 -0
- package/dist/types/components/meta/widgets/MetaFrame.vue.d.ts +2 -0
- package/dist/types/components/meta/widgets/MetaSelect.vue.d.ts +5 -0
- package/dist/types/components/table/data/hook.d.ts +16 -6
- package/dist/types/components/table/data/popover/DCellPopover.vue.d.ts +1 -1
- package/dist/types/components/table/data/popover/DFieldPopover.vue.d.ts +1 -1
- package/dist/types/components/table/data/popover/DIndexPopover.vue.d.ts +1 -1
- package/dist/types/components/table/data/popover/DMetaPopover.vue.d.ts +1 -1
- package/dist/types/components/table/data/popover/DSearchPopover.vue.d.ts +1 -1
- package/dist/types/components/table/data/slots/DTableHeaderTool.vue.d.ts +6 -6
- package/dist/types/components/tree/data/DTree.vue.d.ts +41 -2
- package/dist/types/components/tree/data/hook.d.ts +70 -52
- package/dist/types/components/tree/data/popover/DTreeIndexPopover.vue.d.ts +19 -0
- package/dist/types/components/tree/data/popover/DTreeMetaPopover.vue.d.ts +16 -0
- package/dist/types/components/tree/data/slots/DTreeHeaderTool.vue.d.ts +16 -0
- package/dist/types/components/tree/data/slots/DTreePop.vue.d.ts +5 -3
- package/dist/types/components/tree/data/widgets/DTreeAdd.vue.d.ts +10 -0
- package/dist/types/components/tree/data/widgets/DTreeTable.vue.d.ts +9 -0
- package/dist/types/components/tree/data/widgets/DTreeTableNode.vue.d.ts +6 -0
- package/dist/types/components/tree/simple/MTree.vue.d.ts +52 -7
- package/dist/types/components/tree/simple/hook.d.ts +22 -3
- package/dist/types/components/tree/simple/widgets/MTreeNode.vue.d.ts +21 -0
- package/dist/types/components/tree/tool.d.ts +2 -2
- package/dist/types/components/tree/types.d.ts +2 -2
- package/dist/types/components/wrapper/MWrapper.vue.d.ts +6 -2
- package/dist/types/components/{table/data/slots/DTablePop.vue.d.ts → wrapper/MWrapperPopContent.vue.d.ts} +7 -6
- package/dist/types/components/wrapper/types.d.ts +21 -0
- package/dist/types/hooks/use-dao/index.d.ts +25 -13
- package/dist/types/hooks/use-mata/types.d.ts +16 -5
- package/dist/types/hooks/use-query/index.d.ts +2 -2
- package/dist/types/hooks/use-query/types.d.ts +11 -4
- package/dist/types/hooks/use-request/index.d.ts +5 -1
- package/dist/types/hooks/use-request/tool.d.ts +4 -1
- package/dist/types/index.d.ts +5 -1
- package/package.json +4 -1
- package/dist/types/components/meta/field/MetaFieldFormat.vue.d.ts +0 -6
- package/dist/types/components/meta/field/MetaFieldRefer.vue.d.ts +0 -6
- package/dist/types/components/tree/simple/widgets/MTreeIcon.vue.d.ts +0 -11
- package/dist/types/hooks/use-cell/index.d.ts +0 -6
- package/dist/types/hooks/use-cell/tool.d.ts +0 -2
- package/dist/types/hooks/use-cell/types.d.ts +0 -7
- /package/dist/types/components/{common → button}/MCtrlBtn.vue.d.ts +0 -0
- /package/dist/types/components/{meta/field/formats/CharFormats.vue.d.ts → cell/simple/NoneCell.vue.d.ts} +0 -0
- /package/dist/types/components/{meta/field/formats/FileFormats.vue.d.ts → cell/special/RichCell.vue.d.ts} +0 -0
- /package/dist/types/components/{meta/field/formats/NumberFormats.vue.d.ts → common/reader/ExcelReader.vue.d.ts} +0 -0
- /package/dist/types/components/meta/{MetaTree.vue.d.ts → MetaCore.vue.d.ts} +0 -0
- /package/dist/types/components/meta/{field/AddField.vue.d.ts → fields/MetaFieldAdd.vue.d.ts} +0 -0
- /package/dist/types/components/meta/{edit/EditMetaField.vue.d.ts → fields/MetaFieldForm.vue.d.ts} +0 -0
- /package/dist/types/components/meta/{copy/CopyMetaFields.vue.d.ts → fields/MetaFieldList.vue.d.ts} +0 -0
- /package/dist/types/components/meta/{edit/EditMetaView.vue.d.ts → view/MetaViewForm.vue.d.ts} +0 -0
- /package/dist/types/components/meta/{data/ViewMetaData.vue.d.ts → widgets/CopyMetaFields.vue.d.ts} +0 -0
- /package/dist/types/components/meta/{edit/EditMetaFields.vue.d.ts → widgets/ViewMetaData.vue.d.ts} +0 -0
@@ -0,0 +1,31 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
width?: string | number;
|
3
|
+
label?: string;
|
4
|
+
plain?: boolean;
|
5
|
+
icon?: string;
|
6
|
+
disabled?: boolean;
|
7
|
+
loading?: boolean;
|
8
|
+
link?: boolean;
|
9
|
+
confirm?: (data: any, done: () => void) => void;
|
10
|
+
cancel?: (data: any, done: () => void) => void;
|
11
|
+
size?: 'small' | 'default' | 'large';
|
12
|
+
type?: 'success' | 'info' | 'warning' | 'primary' | 'danger';
|
13
|
+
};
|
14
|
+
declare var __VLS_23: {
|
15
|
+
close: any;
|
16
|
+
};
|
17
|
+
type __VLS_Slots = {} & {
|
18
|
+
default?: (props: typeof __VLS_23) => any;
|
19
|
+
};
|
20
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
21
|
+
close: (...args: any[]) => void;
|
22
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
23
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
24
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
25
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
26
|
+
export default _default;
|
27
|
+
type __VLS_WithSlots<T, S> = T & {
|
28
|
+
new (): {
|
29
|
+
$slots: S;
|
30
|
+
};
|
31
|
+
};
|
@@ -1,10 +1,11 @@
|
|
1
1
|
import type { DataItem } from "../../hooks/use-query/types";
|
2
2
|
import type { MetaDatabase, MetaField } from "../../hooks/use-mata/types";
|
3
3
|
type __VLS_Props = {
|
4
|
+
row: DataItem;
|
4
5
|
field: MetaField;
|
5
6
|
bean: DataItem;
|
6
7
|
db: MetaDatabase;
|
7
|
-
disabled
|
8
|
+
disabled?: boolean;
|
8
9
|
};
|
9
10
|
declare const _default: 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
11
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { MCellProps } from "
|
1
|
+
import { MCellProps } from "../types";
|
2
2
|
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
3
|
"update:modelValue": (...args: any[]) => void;
|
4
4
|
}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{
|
@@ -1,2 +1,7 @@
|
|
1
|
-
|
1
|
+
import { MCellProps } from "../types";
|
2
|
+
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
|
+
"update:modelValue": (...args: any[]) => void;
|
4
|
+
}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{
|
5
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
6
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
2
7
|
export default _default;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { MCellProps } from "../types";
|
2
|
+
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
|
+
"update:modelValue": (...args: any[]) => void;
|
4
|
+
}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{
|
5
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
6
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
7
|
+
export default _default;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { MCellProps } from "../types";
|
2
|
+
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
|
+
"update:modelValue": (...args: any[]) => void;
|
4
|
+
}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{
|
5
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
6
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
7
|
+
export default _default;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { MCellProps } from "../types";
|
2
|
+
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
|
+
"update:modelValue": (...args: any[]) => void;
|
4
|
+
}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{
|
5
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
6
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
7
|
+
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { MCellProps } from "
|
1
|
+
import { MCellProps } from "../types";
|
2
2
|
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
3
|
"update:modelValue": (...args: any[]) => void;
|
4
4
|
}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { MCellProps } from "../types";
|
2
|
+
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
|
+
"update:modelValue": (...args: any[]) => void;
|
4
|
+
}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{
|
5
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
6
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
7
|
+
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { MCellProps } from "
|
1
|
+
import { MCellProps } from "../types";
|
2
2
|
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
3
|
"update:modelValue": (...args: any[]) => void;
|
4
4
|
}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { MCellProps } from "../types";
|
2
|
+
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
|
+
"update:modelValue": (...args: any[]) => void;
|
4
|
+
}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{
|
5
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
6
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
7
|
+
export default _default;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { MetaDatabase, MetaField } from "../../hooks/use-mata/types";
|
2
|
+
import { DataItem, ItemProps } from "../../hooks/use-query/types";
|
3
|
+
export declare function useCellReference(db: MetaDatabase, field: MetaField, row: DataItem, isTree?: boolean): {
|
4
|
+
options: import("vue").Ref<any[], any[]>;
|
5
|
+
loading: import("vue").Ref<boolean, boolean>;
|
6
|
+
params: ItemProps;
|
7
|
+
multiple: boolean | undefined;
|
8
|
+
clearable: boolean;
|
9
|
+
disabled: boolean;
|
10
|
+
strict: boolean | undefined;
|
11
|
+
message: import("vue").Ref<string, string>;
|
12
|
+
load: (cb?: Function) => void;
|
13
|
+
};
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { MCellProps } from "../types";
|
2
|
+
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
|
+
"update:modelValue": (...args: any[]) => void;
|
4
|
+
}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{
|
5
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
6
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
7
|
+
export default _default;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { MCellProps } from "../types";
|
2
|
+
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
|
+
"update:modelValue": (...args: any[]) => void;
|
4
|
+
}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{
|
5
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
6
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
7
|
+
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { MCellProps } from "
|
1
|
+
import { MCellProps } from "../types";
|
2
2
|
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
3
|
"update:modelValue": (...args: any[]) => void;
|
4
4
|
}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { MCellProps } from "../types";
|
2
|
+
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
|
+
"update:modelValue": (...args: any[]) => void;
|
4
|
+
}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{
|
5
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
6
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
7
|
+
export default _default;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { MCellProps } from "../types";
|
2
|
+
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
|
+
"update:modelValue": (...args: any[]) => void;
|
4
|
+
}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{
|
5
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
6
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
7
|
+
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { MCellProps } from "
|
1
|
+
import { MCellProps } from "../types";
|
2
2
|
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
3
|
"update:modelValue": (...args: any[]) => void;
|
4
4
|
}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { MCellProps } from "
|
1
|
+
import { MCellProps } from "../types";
|
2
2
|
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
3
|
"update:modelValue": (...args: any[]) => void;
|
4
4
|
}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { MCellProps } from "
|
1
|
+
import { MCellProps } from "../types";
|
2
2
|
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
3
|
"update:modelValue": (...args: any[]) => void;
|
4
4
|
}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{
|
@@ -0,0 +1,3 @@
|
|
1
|
+
import { MCellProps } from "../types";
|
2
|
+
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
3
|
+
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { MCellProps } from "
|
1
|
+
import { MCellProps } from "../types";
|
2
2
|
declare const _default: import("vue").DefineComponent<MCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
3
|
"update:modelValue": (...args: any[]) => void;
|
4
4
|
}, string, import("vue").PublicProps, Readonly<MCellProps> & Readonly<{
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import type { Component } from "vue";
|
2
|
+
import type { DataItem } from "../../hooks/use-query/types";
|
3
|
+
import { MetaField } from "../../hooks/use-mata/types";
|
4
|
+
export declare function getComponentByTool(tool: string): Component;
|
5
|
+
export declare function getCellValue(prop: string, row: DataItem, field: MetaField): any;
|
6
|
+
export declare function convertCondition(condition: any, row: DataItem): {
|
7
|
+
[x: string]: any;
|
8
|
+
};
|
9
|
+
export declare const dateTypes: any;
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { FontAwesomeIconProps } from "@fortawesome/vue-fontawesome";
|
2
|
+
import { IconNames } from "./types";
|
3
|
+
type __VLS_Props = FontAwesomeIconProps & {
|
4
|
+
icon: IconNames;
|
5
|
+
type?: 'info' | 'success' | 'danger' | 'warning' | 'primary';
|
6
|
+
textSize?: 'small' | 'large' | '';
|
7
|
+
};
|
8
|
+
declare var __VLS_5: {};
|
9
|
+
type __VLS_Slots = {} & {
|
10
|
+
default?: (props: typeof __VLS_5) => any;
|
11
|
+
};
|
12
|
+
declare const __VLS_component: 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 _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
14
|
+
export default _default;
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
16
|
+
new (): {
|
17
|
+
$slots: S;
|
18
|
+
};
|
19
|
+
};
|
@@ -0,0 +1,9 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
modelValue?: object;
|
3
|
+
};
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
5
|
+
"update:modelValue": (...args: any[]) => void;
|
6
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
7
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
9
|
+
export default _default;
|
@@ -1,9 +1,7 @@
|
|
1
|
+
import { DataItem, ItemProps } from "../../hooks/use-query/types";
|
1
2
|
type __VLS_Props = {
|
2
|
-
|
3
|
-
|
4
|
-
value: any;
|
5
|
-
display: any;
|
6
|
-
};
|
3
|
+
params: ItemProps;
|
4
|
+
data: DataItem;
|
7
5
|
};
|
8
6
|
declare const _default: 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>;
|
9
7
|
export default _default;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { DataItem, ItemProps } from "../../hooks/use-query/types";
|
2
|
+
type __VLS_Props = {
|
3
|
+
params: ItemProps;
|
4
|
+
options: DataItem[];
|
5
|
+
};
|
6
|
+
declare const _default: 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
|
+
export default _default;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { MetaFormat } from "../../hooks/use-mata/types";
|
2
|
+
type __VLS_Props = {
|
3
|
+
path?: string;
|
4
|
+
format: MetaFormat;
|
5
|
+
};
|
6
|
+
declare const _default: 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
|
+
export default _default;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
blob: Blob;
|
3
|
+
};
|
4
|
+
declare const _default: 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>;
|
5
|
+
export default _default;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
blob: Blob;
|
3
|
+
};
|
4
|
+
declare const _default: 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>;
|
5
|
+
export default _default;
|
@@ -0,0 +1,2 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2
|
+
export default _default;
|
@@ -0,0 +1,2 @@
|
|
1
|
+
export type IconNames = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "ad" | "add" | "address-book" | "address-card" | "adjust" | "air-freshener" | "align-center" | "align-justify" | "align-left" | "align-right" | "allergies" | "ambulance" | "american-sign-language-interpreting" | "anchor" | "anchor-circle-check" | "anchor-circle-exclamation" | "anchor-circle-xmark" | "anchor-lock" | "angle-double-down" | "angle-double-left" | "angle-double-right" | "angle-double-up" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "angles-down" | "angles-left" | "angles-right" | "angles-up" | "angry" | "ankh" | "apple-alt" | "apple-whole" | "archive" | "archway" | "area-chart" | "arrow-alt-circle-down" | "arrow-alt-circle-left" | "arrow-alt-circle-right" | "arrow-alt-circle-up" | "arrow-circle-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "arrow-down" | "arrow-down-1-9" | "arrow-down-9-1" | "arrow-down-a-z" | "arrow-down-long" | "arrow-down-short-wide" | "arrow-down-up-across-line" | "arrow-down-up-lock" | "arrow-down-wide-short" | "arrow-down-z-a" | "arrow-left" | "arrow-left-long" | "arrow-left-rotate" | "arrow-pointer" | "arrow-right" | "arrow-right-arrow-left" | "arrow-right-from-bracket" | "arrow-right-from-file" | "arrow-right-long" | "arrow-right-rotate" | "arrow-right-to-bracket" | "arrow-right-to-city" | "arrow-right-to-file" | "arrow-rotate-back" | "arrow-rotate-backward" | "arrow-rotate-forward" | "arrow-rotate-left" | "arrow-rotate-right" | "arrow-trend-down" | "arrow-trend-up" | "arrow-turn-down" | "arrow-turn-up" | "arrow-up" | "arrow-up-1-9" | "arrow-up-9-1" | "arrow-up-a-z" | "arrow-up-from-bracket" | "arrow-up-from-ground-water" | "arrow-up-from-water-pump" | "arrow-up-long" | "arrow-up-right-dots" | "arrow-up-right-from-square" | "arrow-up-short-wide" | "arrow-up-wide-short" | "arrow-up-z-a" | "arrows" | "arrows-alt" | "arrows-alt-h" | "arrows-alt-v" | "arrows-down-to-line" | "arrows-down-to-people" | "arrows-h" | "arrows-left-right" | "arrows-left-right-to-line" | "arrows-rotate" | "arrows-spin" | "arrows-split-up-and-left" | "arrows-to-circle" | "arrows-to-dot" | "arrows-to-eye" | "arrows-turn-right" | "arrows-turn-to-dots" | "arrows-up-down" | "arrows-up-down-left-right" | "arrows-up-to-line" | "arrows-v" | "asl-interpreting" | "assistive-listening-systems" | "asterisk" | "at" | "atlas" | "atom" | "audio-description" | "austral-sign" | "automobile" | "award" | "b" | "baby" | "baby-carriage" | "backspace" | "backward" | "backward-fast" | "backward-step" | "bacon" | "bacteria" | "bacterium" | "bag-shopping" | "bahai" | "baht-sign" | "balance-scale" | "balance-scale-left" | "balance-scale-right" | "ban" | "ban-smoking" | "band-aid" | "bandage" | "bangladeshi-taka-sign" | "bank" | "bar-chart" | "barcode" | "bars" | "bars-progress" | "bars-staggered" | "baseball" | "baseball-ball" | "baseball-bat-ball" | "basket-shopping" | "basketball" | "basketball-ball" | "bath" | "bathtub" | "battery" | "battery-0" | "battery-2" | "battery-3" | "battery-4" | "battery-5" | "battery-car" | "battery-empty" | "battery-full" | "battery-half" | "battery-quarter" | "battery-three-quarters" | "bed" | "bed-pulse" | "beer" | "beer-mug-empty" | "bell" | "bell-concierge" | "bell-slash" | "bezier-curve" | "bible" | "bicycle" | "biking" | "binoculars" | "biohazard" | "birthday-cake" | "bitcoin-sign" | "blackboard" | "blender" | "blender-phone" | "blind" | "blog" | "bold" | "bolt" | "bolt-lightning" | "bomb" | "bone" | "bong" | "book" | "book-atlas" | "book-bible" | "book-bookmark" | "book-dead" | "book-journal-whills" | "book-medical" | "book-open" | "book-open-reader" | "book-quran" | "book-reader" | "book-skull" | "book-tanakh" | "bookmark" | "border-all" | "border-none" | "border-style" | "border-top-left" | "bore-hole" | "bottle-droplet" | "bottle-water" | "bowl-food" | "bowl-rice" | "bowling-ball" | "box" | "box-archive" | "box-open" | "box-tissue" | "boxes" | "boxes-alt" | "boxes-packing" | "boxes-stacked" | "braille" | "brain" | "brazilian-real-sign" | "bread-slice" | "bridge" | "bridge-circle-check" | "bridge-circle-exclamation" | "bridge-circle-xmark" | "bridge-lock" | "bridge-water" | "briefcase" | "briefcase-clock" | "briefcase-medical" | "broadcast-tower" | "broom" | "broom-ball" | "brush" | "bucket" | "bug" | "bug-slash" | "bugs" | "building" | "building-circle-arrow-right" | "building-circle-check" | "building-circle-exclamation" | "building-circle-xmark" | "building-columns" | "building-flag" | "building-lock" | "building-ngo" | "building-shield" | "building-un" | "building-user" | "building-wheat" | "bullhorn" | "bullseye" | "burger" | "burn" | "burst" | "bus" | "bus-alt" | "bus-simple" | "business-time" | "c" | "cab" | "cable-car" | "cake" | "cake-candles" | "calculator" | "calendar" | "calendar-alt" | "calendar-check" | "calendar-day" | "calendar-days" | "calendar-minus" | "calendar-plus" | "calendar-times" | "calendar-week" | "calendar-xmark" | "camera" | "camera-alt" | "camera-retro" | "camera-rotate" | "campground" | "cancel" | "candy-cane" | "cannabis" | "capsules" | "car" | "car-alt" | "car-battery" | "car-burst" | "car-crash" | "car-on" | "car-rear" | "car-side" | "car-tunnel" | "caravan" | "caret-down" | "caret-left" | "caret-right" | "caret-square-down" | "caret-square-left" | "caret-square-right" | "caret-square-up" | "caret-up" | "carriage-baby" | "carrot" | "cart-arrow-down" | "cart-flatbed" | "cart-flatbed-suitcase" | "cart-plus" | "cart-shopping" | "cash-register" | "cat" | "cedi-sign" | "cent-sign" | "certificate" | "chain" | "chain-broken" | "chain-slash" | "chair" | "chalkboard" | "chalkboard-teacher" | "chalkboard-user" | "champagne-glasses" | "charging-station" | "chart-area" | "chart-bar" | "chart-column" | "chart-diagram" | "chart-gantt" | "chart-line" | "chart-pie" | "chart-simple" | "check" | "check-circle" | "check-double" | "check-square" | "check-to-slot" | "cheese" | "chess" | "chess-bishop" | "chess-board" | "chess-king" | "chess-knight" | "chess-pawn" | "chess-queen" | "chess-rook" | "chevron-circle-down" | "chevron-circle-left" | "chevron-circle-right" | "chevron-circle-up" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "child" | "child-combatant" | "child-dress" | "child-reaching" | "child-rifle" | "children" | "church" | "circle" | "circle-arrow-down" | "circle-arrow-left" | "circle-arrow-right" | "circle-arrow-up" | "circle-check" | "circle-chevron-down" | "circle-chevron-left" | "circle-chevron-right" | "circle-chevron-up" | "circle-dollar-to-slot" | "circle-dot" | "circle-down" | "circle-exclamation" | "circle-h" | "circle-half-stroke" | "circle-info" | "circle-left" | "circle-minus" | "circle-nodes" | "circle-notch" | "circle-pause" | "circle-play" | "circle-plus" | "circle-question" | "circle-radiation" | "circle-right" | "circle-stop" | "circle-up" | "circle-user" | "circle-xmark" | "city" | "clapperboard" | "clinic-medical" | "clipboard" | "clipboard-check" | "clipboard-list" | "clipboard-question" | "clipboard-user" | "clock" | "clock-four" | "clock-rotate-left" | "clone" | "close" | "closed-captioning" | "cloud" | "cloud-arrow-down" | "cloud-arrow-up" | "cloud-bolt" | "cloud-download" | "cloud-download-alt" | "cloud-meatball" | "cloud-moon" | "cloud-moon-rain" | "cloud-rain" | "cloud-showers-heavy" | "cloud-showers-water" | "cloud-sun" | "cloud-sun-rain" | "cloud-upload" | "cloud-upload-alt" | "clover" | "cny" | "cocktail" | "code" | "code-branch" | "code-commit" | "code-compare" | "code-fork" | "code-merge" | "code-pull-request" | "coffee" | "cog" | "cogs" | "coins" | "colon-sign" | "columns" | "comment" | "comment-alt" | "comment-dollar" | "comment-dots" | "comment-medical" | "comment-nodes" | "comment-slash" | "comment-sms" | "commenting" | "comments" | "comments-dollar" | "compact-disc" | "compass" | "compass-drafting" | "compress" | "compress-alt" | "compress-arrows-alt" | "computer" | "computer-mouse" | "concierge-bell" | "contact-book" | "contact-card" | "cookie" | "cookie-bite" | "copy" | "copyright" | "couch" | "cow" | "credit-card" | "credit-card-alt" | "crop" | "crop-alt" | "crop-simple" | "cross" | "crosshairs" | "crow" | "crown" | "crutch" | "cruzeiro-sign" | "cube" | "cubes" | "cubes-stacked" | "cut" | "cutlery" | "d" | "dashboard" | "database" | "deaf" | "deafness" | "dedent" | "delete-left" | "democrat" | "desktop" | "desktop-alt" | "dharmachakra" | "diagnoses" | "diagram-next" | "diagram-predecessor" | "diagram-project" | "diagram-successor" | "diamond" | "diamond-turn-right" | "dice" | "dice-d20" | "dice-d6" | "dice-five" | "dice-four" | "dice-one" | "dice-six" | "dice-three" | "dice-two" | "digging" | "digital-tachograph" | "directions" | "disease" | "display" | "divide" | "dizzy" | "dna" | "dog" | "dollar" | "dollar-sign" | "dolly" | "dolly-box" | "dolly-flatbed" | "donate" | "dong-sign" | "door-closed" | "door-open" | "dot-circle" | "dove" | "down-left-and-up-right-to-center" | "down-long" | "download" | "drafting-compass" | "dragon" | "draw-polygon" | "drivers-license" | "droplet" | "droplet-slash" | "drum" | "drum-steelpan" | "drumstick-bite" | "dumbbell" | "dumpster" | "dumpster-fire" | "dungeon" | "e" | "ear-deaf" | "ear-listen" | "earth" | "earth-africa" | "earth-america" | "earth-americas" | "earth-asia" | "earth-europe" | "earth-oceania" | "edit" | "egg" | "eject" | "elevator" | "ellipsis" | "ellipsis-h" | "ellipsis-v" | "ellipsis-vertical" | "envelope" | "envelope-circle-check" | "envelope-open" | "envelope-open-text" | "envelope-square" | "envelopes-bulk" | "equals" | "eraser" | "ethernet" | "eur" | "euro" | "euro-sign" | "exchange" | "exchange-alt" | "exclamation" | "exclamation-circle" | "exclamation-triangle" | "expand" | "expand-alt" | "expand-arrows-alt" | "explosion" | "external-link" | "external-link-alt" | "external-link-square" | "external-link-square-alt" | "eye" | "eye-dropper" | "eye-dropper-empty" | "eye-low-vision" | "eye-slash" | "eyedropper" | "f" | "face-angry" | "face-dizzy" | "face-flushed" | "face-frown" | "face-frown-open" | "face-grimace" | "face-grin" | "face-grin-beam" | "face-grin-beam-sweat" | "face-grin-hearts" | "face-grin-squint" | "face-grin-squint-tears" | "face-grin-stars" | "face-grin-tears" | "face-grin-tongue" | "face-grin-tongue-squint" | "face-grin-tongue-wink" | "face-grin-wide" | "face-grin-wink" | "face-kiss" | "face-kiss-beam" | "face-kiss-wink-heart" | "face-laugh" | "face-laugh-beam" | "face-laugh-squint" | "face-laugh-wink" | "face-meh" | "face-meh-blank" | "face-rolling-eyes" | "face-sad-cry" | "face-sad-tear" | "face-smile" | "face-smile-beam" | "face-smile-wink" | "face-surprise" | "face-tired" | "fan" | "faucet" | "faucet-drip" | "fax" | "feather" | "feather-alt" | "feather-pointed" | "feed" | "female" | "ferry" | "fighter-jet" | "file" | "file-alt" | "file-archive" | "file-arrow-down" | "file-arrow-up" | "file-audio" | "file-circle-check" | "file-circle-exclamation" | "file-circle-minus" | "file-circle-plus" | "file-circle-question" | "file-circle-xmark" | "file-clipboard" | "file-code" | "file-contract" | "file-csv" | "file-download" | "file-edit" | "file-excel" | "file-export" | "file-fragment" | "file-half-dashed" | "file-image" | "file-import" | "file-invoice" | "file-invoice-dollar" | "file-lines" | "file-medical" | "file-medical-alt" | "file-pdf" | "file-pen" | "file-powerpoint" | "file-prescription" | "file-shield" | "file-signature" | "file-text" | "file-upload" | "file-video" | "file-waveform" | "file-word" | "file-zipper" | "fill" | "fill-drip" | "film" | "filter" | "filter-circle-dollar" | "filter-circle-xmark" | "fingerprint" | "fire" | "fire-alt" | "fire-burner" | "fire-extinguisher" | "fire-flame-curved" | "fire-flame-simple" | "first-aid" | "fish" | "fish-fins" | "fist-raised" | "flag" | "flag-checkered" | "flag-usa" | "flask" | "flask-vial" | "floppy-disk" | "florin-sign" | "flushed" | "folder" | "folder-blank" | "folder-closed" | "folder-minus" | "folder-open" | "folder-plus" | "folder-tree" | "font" | "font-awesome" | "font-awesome-flag" | "font-awesome-logo-full" | "football" | "football-ball" | "forward" | "forward-fast" | "forward-step" | "franc-sign" | "frog" | "frown" | "frown-open" | "funnel-dollar" | "futbol" | "futbol-ball" | "g" | "gamepad" | "gas-pump" | "gauge" | "gauge-high" | "gauge-med" | "gauge-simple" | "gauge-simple-high" | "gauge-simple-med" | "gavel" | "gbp" | "gear" | "gears" | "gem" | "genderless" | "ghost" | "gift" | "gifts" | "glass-cheers" | "glass-martini" | "glass-martini-alt" | "glass-water" | "glass-water-droplet" | "glass-whiskey" | "glasses" | "globe" | "globe-africa" | "globe-americas" | "globe-asia" | "globe-europe" | "globe-oceania" | "golf-ball" | "golf-ball-tee" | "gopuram" | "graduation-cap" | "greater-than" | "greater-than-equal" | "grimace" | "grin" | "grin-alt" | "grin-beam" | "grin-beam-sweat" | "grin-hearts" | "grin-squint" | "grin-squint-tears" | "grin-stars" | "grin-tears" | "grin-tongue" | "grin-tongue-squint" | "grin-tongue-wink" | "grin-wink" | "grip" | "grip-horizontal" | "grip-lines" | "grip-lines-vertical" | "grip-vertical" | "group-arrows-rotate" | "guarani-sign" | "guitar" | "gun" | "h" | "h-square" | "hamburger" | "hammer" | "hamsa" | "hand" | "hand-back-fist" | "hand-dots" | "hand-fist" | "hand-holding" | "hand-holding-dollar" | "hand-holding-droplet" | "hand-holding-hand" | "hand-holding-heart" | "hand-holding-medical" | "hand-holding-usd" | "hand-holding-water" | "hand-lizard" | "hand-middle-finger" | "hand-paper" | "hand-peace" | "hand-point-down" | "hand-point-left" | "hand-point-right" | "hand-point-up" | "hand-pointer" | "hand-rock" | "hand-scissors" | "hand-sparkles" | "hand-spock" | "handcuffs" | "hands" | "hands-american-sign-language-interpreting" | "hands-asl-interpreting" | "hands-bound" | "hands-bubbles" | "hands-clapping" | "hands-helping" | "hands-holding" | "hands-holding-child" | "hands-holding-circle" | "hands-praying" | "hands-wash" | "handshake" | "handshake-alt" | "handshake-alt-slash" | "handshake-angle" | "handshake-simple" | "handshake-simple-slash" | "handshake-slash" | "hanukiah" | "hard-drive" | "hard-hat" | "hard-of-hearing" | "hashtag" | "hat-cowboy" | "hat-cowboy-side" | "hat-hard" | "hat-wizard" | "haykal" | "hdd" | "head-side-cough" | "head-side-cough-slash" | "head-side-mask" | "head-side-virus" | "header" | "heading" | "headphones" | "headphones-alt" | "headphones-simple" | "headset" | "heart" | "heart-broken" | "heart-circle-bolt" | "heart-circle-check" | "heart-circle-exclamation" | "heart-circle-minus" | "heart-circle-plus" | "heart-circle-xmark" | "heart-crack" | "heart-music-camera-bolt" | "heart-pulse" | "heartbeat" | "helicopter" | "helicopter-symbol" | "helmet-safety" | "helmet-un" | "hexagon-nodes" | "hexagon-nodes-bolt" | "highlighter" | "hiking" | "hill-avalanche" | "hill-rockslide" | "hippo" | "history" | "hockey-puck" | "holly-berry" | "home" | "home-alt" | "home-lg" | "home-lg-alt" | "home-user" | "horse" | "horse-head" | "hospital" | "hospital-alt" | "hospital-symbol" | "hospital-user" | "hospital-wide" | "hot-tub" | "hot-tub-person" | "hotdog" | "hotel" | "hourglass" | "hourglass-1" | "hourglass-2" | "hourglass-3" | "hourglass-empty" | "hourglass-end" | "hourglass-half" | "hourglass-start" | "house" | "house-chimney" | "house-chimney-crack" | "house-chimney-medical" | "house-chimney-user" | "house-chimney-window" | "house-circle-check" | "house-circle-exclamation" | "house-circle-xmark" | "house-crack" | "house-damage" | "house-fire" | "house-flag" | "house-flood-water" | "house-flood-water-circle-arrow-right" | "house-laptop" | "house-lock" | "house-medical" | "house-medical-circle-check" | "house-medical-circle-exclamation" | "house-medical-circle-xmark" | "house-medical-flag" | "house-signal" | "house-tsunami" | "house-user" | "hryvnia" | "hryvnia-sign" | "hurricane" | "i" | "i-cursor" | "ice-cream" | "icicles" | "icons" | "id-badge" | "id-card" | "id-card-alt" | "id-card-clip" | "igloo" | "ils" | "image" | "image-portrait" | "images" | "inbox" | "indent" | "indian-rupee" | "indian-rupee-sign" | "industry" | "infinity" | "info" | "info-circle" | "inr" | "institution" | "italic" | "j" | "jar" | "jar-wheat" | "jedi" | "jet-fighter" | "jet-fighter-up" | "joint" | "journal-whills" | "jpy" | "jug-detergent" | "k" | "kaaba" | "key" | "keyboard" | "khanda" | "kip-sign" | "kiss" | "kiss-beam" | "kiss-wink-heart" | "kit-medical" | "kitchen-set" | "kiwi-bird" | "krw" | "l" | "ladder-water" | "land-mine-on" | "landmark" | "landmark-alt" | "landmark-dome" | "landmark-flag" | "language" | "laptop" | "laptop-code" | "laptop-file" | "laptop-house" | "laptop-medical" | "lari-sign" | "laugh" | "laugh-beam" | "laugh-squint" | "laugh-wink" | "layer-group" | "leaf" | "left-long" | "left-right" | "legal" | "lemon" | "less-than" | "less-than-equal" | "level-down" | "level-down-alt" | "level-up" | "level-up-alt" | "life-ring" | "lightbulb" | "line-chart" | "lines-leaning" | "link" | "link-slash" | "lira-sign" | "list" | "list-1-2" | "list-alt" | "list-check" | "list-dots" | "list-numeric" | "list-ol" | "list-squares" | "list-ul" | "litecoin-sign" | "location" | "location-arrow" | "location-crosshairs" | "location-dot" | "location-pin" | "location-pin-lock" | "lock" | "lock-open" | "locust" | "long-arrow-alt-down" | "long-arrow-alt-left" | "long-arrow-alt-right" | "long-arrow-alt-up" | "long-arrow-down" | "long-arrow-left" | "long-arrow-right" | "long-arrow-up" | "low-vision" | "luggage-cart" | "lungs" | "lungs-virus" | "m" | "magic" | "magic-wand-sparkles" | "magnet" | "magnifying-glass" | "magnifying-glass-arrow-right" | "magnifying-glass-chart" | "magnifying-glass-dollar" | "magnifying-glass-location" | "magnifying-glass-minus" | "magnifying-glass-plus" | "mail-bulk" | "mail-forward" | "mail-reply" | "mail-reply-all" | "male" | "manat-sign" | "map" | "map-location" | "map-location-dot" | "map-marked" | "map-marked-alt" | "map-marker" | "map-marker-alt" | "map-pin" | "map-signs" | "marker" | "mars" | "mars-and-venus" | "mars-and-venus-burst" | "mars-double" | "mars-stroke" | "mars-stroke-h" | "mars-stroke-right" | "mars-stroke-up" | "mars-stroke-v" | "martini-glass" | "martini-glass-citrus" | "martini-glass-empty" | "mask" | "mask-face" | "mask-ventilator" | "masks-theater" | "mattress-pillow" | "maximize" | "medal" | "medkit" | "meh" | "meh-blank" | "meh-rolling-eyes" | "memory" | "menorah" | "mercury" | "message" | "meteor" | "microchip" | "microphone" | "microphone-alt" | "microphone-alt-slash" | "microphone-lines" | "microphone-lines-slash" | "microphone-slash" | "microscope" | "mill-sign" | "minimize" | "minus" | "minus-circle" | "minus-square" | "mitten" | "mobile" | "mobile-alt" | "mobile-android" | "mobile-android-alt" | "mobile-button" | "mobile-phone" | "mobile-retro" | "mobile-screen" | "mobile-screen-button" | "money-bill" | "money-bill-1" | "money-bill-1-wave" | "money-bill-alt" | "money-bill-transfer" | "money-bill-trend-up" | "money-bill-wave" | "money-bill-wave-alt" | "money-bill-wheat" | "money-bills" | "money-check" | "money-check-alt" | "money-check-dollar" | "monument" | "moon" | "mortar-board" | "mortar-pestle" | "mosque" | "mosquito" | "mosquito-net" | "motorcycle" | "mound" | "mountain" | "mountain-city" | "mountain-sun" | "mouse" | "mouse-pointer" | "mug-hot" | "mug-saucer" | "multiply" | "museum" | "music" | "n" | "naira-sign" | "navicon" | "network-wired" | "neuter" | "newspaper" | "not-equal" | "notdef" | "note-sticky" | "notes-medical" | "o" | "object-group" | "object-ungroup" | "oil-can" | "oil-well" | "om" | "otter" | "outdent" | "p" | "pager" | "paint-brush" | "paint-roller" | "paintbrush" | "palette" | "pallet" | "panorama" | "paper-plane" | "paperclip" | "parachute-box" | "paragraph" | "parking" | "passport" | "pastafarianism" | "paste" | "pause" | "pause-circle" | "paw" | "peace" | "pen" | "pen-alt" | "pen-clip" | "pen-fancy" | "pen-nib" | "pen-ruler" | "pen-square" | "pen-to-square" | "pencil" | "pencil-alt" | "pencil-ruler" | "pencil-square" | "people-arrows" | "people-arrows-left-right" | "people-carry" | "people-carry-box" | "people-group" | "people-line" | "people-pulling" | "people-robbery" | "people-roof" | "pepper-hot" | "percent" | "percentage" | "person" | "person-arrow-down-to-line" | "person-arrow-up-from-line" | "person-biking" | "person-booth" | "person-breastfeeding" | "person-burst" | "person-cane" | "person-chalkboard" | "person-circle-check" | "person-circle-exclamation" | "person-circle-minus" | "person-circle-plus" | "person-circle-question" | "person-circle-xmark" | "person-digging" | "person-dots-from-line" | "person-dress" | "person-dress-burst" | "person-drowning" | "person-falling" | "person-falling-burst" | "person-half-dress" | "person-harassing" | "person-hiking" | "person-military-pointing" | "person-military-rifle" | "person-military-to-person" | "person-praying" | "person-pregnant" | "person-rays" | "person-rifle" | "person-running" | "person-shelter" | "person-skating" | "person-skiing" | "person-skiing-nordic" | "person-snowboarding" | "person-swimming" | "person-through-window" | "person-walking" | "person-walking-arrow-loop-left" | "person-walking-arrow-right" | "person-walking-dashed-line-arrow-right" | "person-walking-luggage" | "person-walking-with-cane" | "peseta-sign" | "peso-sign" | "phone" | "phone-alt" | "phone-flip" | "phone-slash" | "phone-square" | "phone-square-alt" | "phone-volume" | "photo-film" | "photo-video" | "pie-chart" | "piggy-bank" | "pills" | "ping-pong-paddle-ball" | "pizza-slice" | "place-of-worship" | "plane" | "plane-arrival" | "plane-circle-check" | "plane-circle-exclamation" | "plane-circle-xmark" | "plane-departure" | "plane-lock" | "plane-slash" | "plane-up" | "plant-wilt" | "plate-wheat" | "play" | "play-circle" | "plug" | "plug-circle-bolt" | "plug-circle-check" | "plug-circle-exclamation" | "plug-circle-minus" | "plug-circle-plus" | "plug-circle-xmark" | "plus" | "plus-circle" | "plus-minus" | "plus-square" | "podcast" | "poll" | "poll-h" | "poo" | "poo-bolt" | "poo-storm" | "poop" | "portrait" | "pound-sign" | "power-off" | "pray" | "praying-hands" | "prescription" | "prescription-bottle" | "prescription-bottle-alt" | "prescription-bottle-medical" | "print" | "procedures" | "project-diagram" | "pump-medical" | "pump-soap" | "puzzle-piece" | "q" | "qrcode" | "question" | "question-circle" | "quidditch" | "quidditch-broom-ball" | "quote-left" | "quote-left-alt" | "quote-right" | "quote-right-alt" | "quran" | "r" | "radiation" | "radiation-alt" | "radio" | "rainbow" | "random" | "ranking-star" | "receipt" | "record-vinyl" | "rectangle-ad" | "rectangle-list" | "rectangle-times" | "rectangle-xmark" | "recycle" | "redo" | "redo-alt" | "refresh" | "registered" | "remove" | "remove-format" | "reorder" | "repeat" | "reply" | "reply-all" | "republican" | "restroom" | "retweet" | "ribbon" | "right-from-bracket" | "right-left" | "right-long" | "right-to-bracket" | "ring" | "rmb" | "road" | "road-barrier" | "road-bridge" | "road-circle-check" | "road-circle-exclamation" | "road-circle-xmark" | "road-lock" | "road-spikes" | "robot" | "rocket" | "rod-asclepius" | "rod-snake" | "rotate" | "rotate-back" | "rotate-backward" | "rotate-forward" | "rotate-left" | "rotate-right" | "rouble" | "route" | "rss" | "rss-square" | "rub" | "ruble" | "ruble-sign" | "rug" | "ruler" | "ruler-combined" | "ruler-horizontal" | "ruler-vertical" | "running" | "rupee" | "rupee-sign" | "rupiah-sign" | "s" | "sack-dollar" | "sack-xmark" | "sad-cry" | "sad-tear" | "sailboat" | "satellite" | "satellite-dish" | "save" | "scale-balanced" | "scale-unbalanced" | "scale-unbalanced-flip" | "school" | "school-circle-check" | "school-circle-exclamation" | "school-circle-xmark" | "school-flag" | "school-lock" | "scissors" | "screwdriver" | "screwdriver-wrench" | "scroll" | "scroll-torah" | "sd-card" | "search" | "search-dollar" | "search-location" | "search-minus" | "search-plus" | "section" | "seedling" | "server" | "shapes" | "share" | "share-alt" | "share-alt-square" | "share-from-square" | "share-nodes" | "share-square" | "sheet-plastic" | "shekel" | "shekel-sign" | "sheqel" | "sheqel-sign" | "shield" | "shield-alt" | "shield-blank" | "shield-cat" | "shield-dog" | "shield-halved" | "shield-heart" | "shield-virus" | "ship" | "shipping-fast" | "shirt" | "shoe-prints" | "shop" | "shop-lock" | "shop-slash" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "shower" | "shrimp" | "shuffle" | "shuttle-space" | "shuttle-van" | "sign" | "sign-hanging" | "sign-in" | "sign-in-alt" | "sign-language" | "sign-out" | "sign-out-alt" | "signal" | "signal-5" | "signal-perfect" | "signature" | "signing" | "signs-post" | "sim-card" | "sink" | "sitemap" | "skating" | "skiing" | "skiing-nordic" | "skull" | "skull-crossbones" | "slash" | "sleigh" | "sliders" | "sliders-h" | "smile" | "smile-beam" | "smile-wink" | "smog" | "smoking" | "smoking-ban" | "sms" | "snowboarding" | "snowflake" | "snowman" | "snowplow" | "soap" | "soccer-ball" | "socks" | "solar-panel" | "sort" | "sort-alpha-asc" | "sort-alpha-desc" | "sort-alpha-down" | "sort-alpha-down-alt" | "sort-alpha-up" | "sort-alpha-up-alt" | "sort-amount-asc" | "sort-amount-desc" | "sort-amount-down" | "sort-amount-down-alt" | "sort-amount-up" | "sort-amount-up-alt" | "sort-asc" | "sort-desc" | "sort-down" | "sort-numeric-asc" | "sort-numeric-desc" | "sort-numeric-down" | "sort-numeric-down-alt" | "sort-numeric-up" | "sort-numeric-up-alt" | "sort-up" | "spa" | "space-shuttle" | "spaghetti-monster-flying" | "spell-check" | "spider" | "spinner" | "splotch" | "spoon" | "spray-can" | "spray-can-sparkles" | "sprout" | "square" | "square-arrow-up-right" | "square-binary" | "square-caret-down" | "square-caret-left" | "square-caret-right" | "square-caret-up" | "square-check" | "square-envelope" | "square-full" | "square-h" | "square-minus" | "square-nfi" | "square-parking" | "square-pen" | "square-person-confined" | "square-phone" | "square-phone-flip" | "square-plus" | "square-poll-horizontal" | "square-poll-vertical" | "square-root-alt" | "square-root-variable" | "square-rss" | "square-share-nodes" | "square-up-right" | "square-virus" | "square-xmark" | "staff-aesculapius" | "staff-snake" | "stairs" | "stamp" | "stapler" | "star" | "star-and-crescent" | "star-half" | "star-half-alt" | "star-half-stroke" | "star-of-david" | "star-of-life" | "step-backward" | "step-forward" | "sterling-sign" | "stethoscope" | "sticky-note" | "stop" | "stop-circle" | "stopwatch" | "stopwatch-20" | "store" | "store-alt" | "store-alt-slash" | "store-slash" | "stream" | "street-view" | "strikethrough" | "stroopwafel" | "subscript" | "subtract" | "subway" | "suitcase" | "suitcase-medical" | "suitcase-rolling" | "sun" | "sun-plant-wilt" | "superscript" | "surprise" | "swatchbook" | "swimmer" | "swimming-pool" | "synagogue" | "sync" | "sync-alt" | "syringe" | "t" | "t-shirt" | "table" | "table-cells" | "table-cells-column-lock" | "table-cells-large" | "table-cells-row-lock" | "table-cells-row-unlock" | "table-columns" | "table-list" | "table-tennis" | "table-tennis-paddle-ball" | "tablet" | "tablet-alt" | "tablet-android" | "tablet-button" | "tablet-screen-button" | "tablets" | "tachograph-digital" | "tachometer" | "tachometer-alt" | "tachometer-alt-average" | "tachometer-alt-fast" | "tachometer-average" | "tachometer-fast" | "tag" | "tags" | "tanakh" | "tape" | "tarp" | "tarp-droplet" | "tasks" | "tasks-alt" | "taxi" | "teeth" | "teeth-open" | "teletype" | "television" | "temperature-0" | "temperature-1" | "temperature-2" | "temperature-3" | "temperature-4" | "temperature-arrow-down" | "temperature-arrow-up" | "temperature-down" | "temperature-empty" | "temperature-full" | "temperature-half" | "temperature-high" | "temperature-low" | "temperature-quarter" | "temperature-three-quarters" | "temperature-up" | "tenge" | "tenge-sign" | "tent" | "tent-arrow-down-to-line" | "tent-arrow-left-right" | "tent-arrow-turn-left" | "tent-arrows-down" | "tents" | "terminal" | "text-height" | "text-slash" | "text-width" | "th" | "th-large" | "th-list" | "theater-masks" | "thermometer" | "thermometer-0" | "thermometer-1" | "thermometer-2" | "thermometer-3" | "thermometer-4" | "thermometer-empty" | "thermometer-full" | "thermometer-half" | "thermometer-quarter" | "thermometer-three-quarters" | "thumb-tack" | "thumb-tack-slash" | "thumbs-down" | "thumbs-up" | "thumbtack" | "thumbtack-slash" | "thunderstorm" | "ticket" | "ticket-alt" | "ticket-simple" | "timeline" | "times" | "times-circle" | "times-rectangle" | "times-square" | "tint" | "tint-slash" | "tired" | "toggle-off" | "toggle-on" | "toilet" | "toilet-paper" | "toilet-paper-slash" | "toilet-portable" | "toilets-portable" | "toolbox" | "tools" | "tooth" | "torah" | "torii-gate" | "tornado" | "tower-broadcast" | "tower-cell" | "tower-observation" | "tractor" | "trademark" | "traffic-light" | "trailer" | "train" | "train-subway" | "train-tram" | "tram" | "transgender" | "transgender-alt" | "trash" | "trash-alt" | "trash-arrow-up" | "trash-can" | "trash-can-arrow-up" | "trash-restore" | "trash-restore-alt" | "tree" | "tree-city" | "triangle-circle-square" | "triangle-exclamation" | "trophy" | "trowel" | "trowel-bricks" | "truck" | "truck-arrow-right" | "truck-droplet" | "truck-fast" | "truck-field" | "truck-field-un" | "truck-front" | "truck-loading" | "truck-medical" | "truck-monster" | "truck-moving" | "truck-pickup" | "truck-plane" | "truck-ramp-box" | "try" | "tshirt" | "tty" | "turkish-lira" | "turkish-lira-sign" | "turn-down" | "turn-up" | "tv" | "tv-alt" | "u" | "umbrella" | "umbrella-beach" | "underline" | "undo" | "undo-alt" | "universal-access" | "university" | "unlink" | "unlock" | "unlock-alt" | "unlock-keyhole" | "unsorted" | "up-down" | "up-down-left-right" | "up-long" | "up-right-and-down-left-from-center" | "up-right-from-square" | "upload" | "usd" | "user" | "user-alt" | "user-alt-slash" | "user-astronaut" | "user-check" | "user-circle" | "user-clock" | "user-cog" | "user-doctor" | "user-edit" | "user-friends" | "user-gear" | "user-graduate" | "user-group" | "user-injured" | "user-large" | "user-large-slash" | "user-lock" | "user-md" | "user-minus" | "user-ninja" | "user-nurse" | "user-pen" | "user-plus" | "user-secret" | "user-shield" | "user-slash" | "user-tag" | "user-tie" | "user-times" | "user-xmark" | "users" | "users-between-lines" | "users-cog" | "users-gear" | "users-line" | "users-rays" | "users-rectangle" | "users-slash" | "users-viewfinder" | "utensil-spoon" | "utensils" | "v" | "van-shuttle" | "vault" | "vcard" | "vector-square" | "venus" | "venus-double" | "venus-mars" | "vest" | "vest-patches" | "vial" | "vial-circle-check" | "vial-virus" | "vials" | "video" | "video-camera" | "video-slash" | "vihara" | "virus" | "virus-covid" | "virus-covid-slash" | "virus-slash" | "viruses" | "voicemail" | "volcano" | "volleyball" | "volleyball-ball" | "volume-control-phone" | "volume-down" | "volume-high" | "volume-low" | "volume-mute" | "volume-off" | "volume-times" | "volume-up" | "volume-xmark" | "vote-yea" | "vr-cardboard" | "w" | "walkie-talkie" | "walking" | "wallet" | "wand-magic" | "wand-magic-sparkles" | "wand-sparkles" | "warehouse" | "warning" | "water" | "water-ladder" | "wave-square" | "web-awesome" | "weight" | "weight-hanging" | "weight-scale" | "wheat-alt" | "wheat-awn" | "wheat-awn-circle-exclamation" | "wheelchair" | "wheelchair-alt" | "wheelchair-move" | "whiskey-glass" | "wifi" | "wifi-3" | "wifi-strong" | "wind" | "window-close" | "window-maximize" | "window-minimize" | "window-restore" | "wine-bottle" | "wine-glass" | "wine-glass-alt" | "wine-glass-empty" | "won" | "won-sign" | "worm" | "wrench" | "x" | "x-ray" | "xmark" | "xmark-circle" | "xmark-square" | "xmarks-lines" | "y" | "yen" | "yen-sign" | "yin-yang" | "z" | "zap";
|
2
|
+
export declare const FontawesomeIconNames: string[];
|
@@ -4,14 +4,12 @@ type __VLS_Props = {
|
|
4
4
|
view: MetaView;
|
5
5
|
selection: any[];
|
6
6
|
};
|
7
|
-
declare function open(
|
7
|
+
declare function open(): void;
|
8
8
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
9
9
|
open: typeof open;
|
10
10
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
11
|
-
|
12
|
-
cancel: (...args: any[]) => void;
|
11
|
+
reload: (...args: any[]) => void;
|
13
12
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
14
|
-
|
15
|
-
onCancel?: ((...args: any[]) => any) | undefined;
|
13
|
+
onReload?: ((...args: any[]) => any) | undefined;
|
16
14
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
17
15
|
export default _default;
|
@@ -2,7 +2,7 @@ import { MorghulisDialogConfig, MorghulisDialogProps } from "./index";
|
|
2
2
|
declare function open(data?: any, config?: MorghulisDialogConfig): void;
|
3
3
|
declare function close(): void;
|
4
4
|
declare var __VLS_11: {
|
5
|
-
data:
|
5
|
+
data: any;
|
6
6
|
}, __VLS_16: {
|
7
7
|
data: {};
|
8
8
|
}, __VLS_34: {
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { MetaField, MetaView } from "../../../hooks/use-mata/types";
|
2
|
+
type __VLS_Props = {
|
3
|
+
field: MetaField;
|
4
|
+
view: MetaView;
|
5
|
+
};
|
6
|
+
declare function getData(): any;
|
7
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
8
|
+
getData: typeof getData;
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
10
|
+
export default _default;
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { MetaField } from "../../../hooks/use-mata/types";
|
2
|
+
type __VLS_Props = {
|
3
|
+
field: MetaField;
|
4
|
+
};
|
5
|
+
declare function getData(): {
|
6
|
+
id: string | number | undefined;
|
7
|
+
refer: {
|
8
|
+
entity?: string | undefined;
|
9
|
+
value?: string | undefined;
|
10
|
+
label?: string | undefined;
|
11
|
+
display?: string | undefined;
|
12
|
+
multiple?: boolean | undefined;
|
13
|
+
strict?: boolean | undefined;
|
14
|
+
remote?: boolean | undefined;
|
15
|
+
includes?: object | undefined;
|
16
|
+
excludes?: object | undefined;
|
17
|
+
root?: number | undefined;
|
18
|
+
isTree?: boolean | undefined;
|
19
|
+
};
|
20
|
+
};
|
21
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
22
|
+
getData: typeof getData;
|
23
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
24
|
+
export default _default;
|
@@ -0,0 +1,29 @@
|
|
1
|
+
import { MetaField, MetaView } from "../../../../hooks/use-mata/types";
|
2
|
+
type __VLS_Props = {
|
3
|
+
field: MetaField;
|
4
|
+
view: MetaView;
|
5
|
+
};
|
6
|
+
declare function getData(): {
|
7
|
+
id: string | number | undefined;
|
8
|
+
format: {
|
9
|
+
maxlength?: number | undefined;
|
10
|
+
type?: "text" | "textarea" | undefined;
|
11
|
+
min?: number | null | undefined;
|
12
|
+
max?: number | null | undefined;
|
13
|
+
step?: number | null | undefined;
|
14
|
+
precision?: number | null | undefined;
|
15
|
+
step_strictly?: boolean | undefined;
|
16
|
+
frequency?: "year" | "month" | "week" | "date" | "datetime" | "yearrange" | "monthrange" | "daterange" | "datetimerange" | "years" | "months" | "dates" | null | undefined;
|
17
|
+
maximum?: number | undefined;
|
18
|
+
accept?: string[] | undefined;
|
19
|
+
width?: number | null | undefined;
|
20
|
+
height?: number | null | undefined;
|
21
|
+
file_name_field?: string | null | undefined;
|
22
|
+
locked?: boolean | undefined;
|
23
|
+
set?: any[][] | undefined;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
27
|
+
getData: typeof getData;
|
28
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
29
|
+
export default _default;
|
@@ -0,0 +1,29 @@
|
|
1
|
+
import { MetaField, MetaView } from "../../../../hooks/use-mata/types";
|
2
|
+
type __VLS_Props = {
|
3
|
+
field: MetaField;
|
4
|
+
view: MetaView;
|
5
|
+
};
|
6
|
+
declare function getData(): {
|
7
|
+
id: string | number | undefined;
|
8
|
+
format: {
|
9
|
+
maxlength?: number | undefined;
|
10
|
+
type?: "text" | "textarea" | undefined;
|
11
|
+
min?: number | null | undefined;
|
12
|
+
max?: number | null | undefined;
|
13
|
+
step?: number | null | undefined;
|
14
|
+
precision?: number | null | undefined;
|
15
|
+
step_strictly?: boolean | undefined;
|
16
|
+
frequency?: "year" | "month" | "week" | "date" | "datetime" | "yearrange" | "monthrange" | "daterange" | "datetimerange" | "years" | "months" | "dates" | null | undefined;
|
17
|
+
maximum?: number | undefined;
|
18
|
+
accept?: string[] | undefined;
|
19
|
+
width?: number | null | undefined;
|
20
|
+
height?: number | null | undefined;
|
21
|
+
file_name_field?: string | null | undefined;
|
22
|
+
locked?: boolean | undefined;
|
23
|
+
set?: any[][] | undefined;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
27
|
+
getData: typeof getData;
|
28
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
29
|
+
export default _default;
|
@@ -0,0 +1,29 @@
|
|
1
|
+
import { MetaField, MetaView } from "../../../../hooks/use-mata/types";
|
2
|
+
type __VLS_Props = {
|
3
|
+
field: MetaField;
|
4
|
+
view: MetaView;
|
5
|
+
};
|
6
|
+
declare function getData(): {
|
7
|
+
id: string | number | undefined;
|
8
|
+
format: {
|
9
|
+
maxlength?: number | undefined;
|
10
|
+
type?: "text" | "textarea" | undefined;
|
11
|
+
min?: number | null | undefined;
|
12
|
+
max?: number | null | undefined;
|
13
|
+
step?: number | null | undefined;
|
14
|
+
precision?: number | null | undefined;
|
15
|
+
step_strictly?: boolean | undefined;
|
16
|
+
frequency?: "year" | "month" | "week" | "date" | "datetime" | "yearrange" | "monthrange" | "daterange" | "datetimerange" | "years" | "months" | "dates" | null | undefined;
|
17
|
+
maximum?: number | undefined;
|
18
|
+
accept?: string[] | undefined;
|
19
|
+
width?: number | null | undefined;
|
20
|
+
height?: number | null | undefined;
|
21
|
+
file_name_field?: string | null | undefined;
|
22
|
+
locked?: boolean | undefined;
|
23
|
+
set?: any[][] | undefined;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
27
|
+
getData: typeof getData;
|
28
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
29
|
+
export default _default;
|