morghulis 1.0.31 → 1.0.32
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/README.md +74 -350
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -374
- package/dist/index.js +2857 -7666
- package/dist/index.js.map +1 -0
- package/package.json +25 -48
- package/dist/components/cell/MCell.vue.d.ts +0 -11
- package/dist/components/cell/char/CharCell.vue.d.ts +0 -15
- package/dist/components/cell/date/DateCell.vue.d.ts +0 -15
- package/dist/components/cell/refer/SelectCell.vue.d.ts +0 -15
- package/dist/components/cell/simple/BooleanCell.vue.d.ts +0 -15
- package/dist/components/cell/simple/DefaultCell.vue.d.ts +0 -15
- package/dist/components/cell/simple/NumberCell.vue.d.ts +0 -18
- package/dist/components/cell/useCellComponents.d.ts +0 -2
- package/dist/components/common/MCtrlBtn.vue.d.ts +0 -30
- package/dist/components/common/MOption.vue.d.ts +0 -10
- package/dist/components/dialog/MDialog.vue.d.ts +0 -57
- package/dist/components/dialog/MDialogHeader.vue.d.ts +0 -9
- package/dist/components/form/MForm.vue.d.ts +0 -13
- package/dist/components/table/MTable.vue.d.ts +0 -65
- package/dist/components/table/MTableButtons.vue.d.ts +0 -17
- package/dist/components/table/MTableHeader.vue.d.ts +0 -17
- package/dist/components/table/data/DCell.vue.d.ts +0 -18
- package/dist/components/table/data/DForm.vue.d.ts +0 -16
- package/dist/components/table/data/DTable.vue.d.ts +0 -78
- package/dist/components/table/data/DTableController.vue.d.ts +0 -19
- package/dist/components/table/data/DTablePopController.vue.d.ts +0 -13
- package/dist/components/table/data/useDTable.d.ts +0 -77
- package/dist/components/table/data/useDTableCell.d.ts +0 -6
- package/dist/components/table/useMTable.d.ts +0 -25
- package/dist/hooks/authorize.d.ts +0 -13
- package/dist/hooks/channel.d.ts +0 -13
- package/dist/hooks/cookies.d.ts +0 -6
- package/dist/hooks/request.d.ts +0 -5
- package/dist/hooks/socket.d.ts +0 -7
- package/dist/index.umd.cjs +0 -38
- package/dist/tools/dao.d.ts +0 -27
- package/dist/tools/feedback.d.ts +0 -4
- package/dist/tools/query.d.ts +0 -20
- package/dist/types/dialog/dialog.types.d.ts +0 -41
- package/dist/types/index.d.ts +0 -1
- package/dist/types/table/m.table.types.d.ts +0 -55
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"name": "morghulis",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.32",
|
4
|
+
"description": "数据库模型",
|
4
5
|
"private": false,
|
5
|
-
"description": "Vue 3组件库",
|
6
6
|
"type": "module",
|
7
7
|
"main": "dist/index.js",
|
8
8
|
"module": "dist/index.js",
|
@@ -10,39 +10,14 @@
|
|
10
10
|
"files": [
|
11
11
|
"dist"
|
12
12
|
],
|
13
|
-
"exports": {
|
14
|
-
".": {
|
15
|
-
"types": "./dist/index.d.ts",
|
16
|
-
"import": "./dist/index.js",
|
17
|
-
"require": "./dist/index.umd.cjs"
|
18
|
-
},
|
19
|
-
"./dist/index.css": "./dist/index.css",
|
20
|
-
"./dist/style.css": "./dist/index.css",
|
21
|
-
"./style": "./dist/index.css",
|
22
|
-
"./dist/style": "./dist/index.css",
|
23
|
-
"./types": {
|
24
|
-
"types": "./dist/types/index.d.ts"
|
25
|
-
},
|
26
|
-
"./components/*": {
|
27
|
-
"types": "./dist/index.d.ts",
|
28
|
-
"import": "./dist/index.js"
|
29
|
-
},
|
30
|
-
"./global": {
|
31
|
-
"types": "./dist/global.d.ts"
|
32
|
-
}
|
33
|
-
},
|
34
|
-
"typesVersions": {
|
35
|
-
"*": {
|
36
|
-
"*": [
|
37
|
-
"dist/index.d.ts"
|
38
|
-
]
|
39
|
-
}
|
40
|
-
},
|
41
13
|
"scripts": {
|
42
14
|
"dev": "vite",
|
43
|
-
"build": "
|
15
|
+
"build": "run-p type-check \"build-only {@}\" --",
|
44
16
|
"preview": "vite preview",
|
45
|
-
"
|
17
|
+
"build-only": "vite build",
|
18
|
+
"type-check": "vue-tsc --build",
|
19
|
+
"prepare": "npm run build",
|
20
|
+
"prepublishOnly": "npm run build"
|
46
21
|
},
|
47
22
|
"dependencies": {
|
48
23
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
@@ -51,36 +26,38 @@
|
|
51
26
|
"@vueuse/core": "^12.8.0",
|
52
27
|
"axios": "^1.8.1",
|
53
28
|
"element-plus": "^2.9.7",
|
54
|
-
"font-awesome": "^4.7.0",
|
55
29
|
"js-cookie": "^3.0.5",
|
56
30
|
"nanoid": "^5.1.2",
|
57
31
|
"nprogress": "^0.2.0",
|
58
|
-
"sortablejs": "^1.15.6"
|
59
|
-
|
60
|
-
"peerDependencies": {
|
61
|
-
"vue": "^3.5.0"
|
32
|
+
"sortablejs": "^1.15.6",
|
33
|
+
"vue": "^3.0.0"
|
62
34
|
},
|
63
35
|
"devDependencies": {
|
64
|
-
"@tsconfig/node22": "^22.0.
|
36
|
+
"@tsconfig/node22": "^22.0.1",
|
65
37
|
"@types/js-cookie": "^3.0.6",
|
66
|
-
"@types/node": "^22.
|
38
|
+
"@types/node": "^22.14.0",
|
67
39
|
"@types/nprogress": "^0.2.3",
|
68
40
|
"@types/sortablejs": "^1.15.8",
|
69
|
-
"@
|
70
|
-
"@vitejs/plugin-vue": "^5.2.1",
|
41
|
+
"@vitejs/plugin-vue": "^5.2.3",
|
71
42
|
"@vue/tsconfig": "^0.7.0",
|
72
43
|
"npm-run-all2": "^7.0.2",
|
73
|
-
"typescript": "~5.
|
74
|
-
"vite": "^6.
|
44
|
+
"typescript": "~5.8.0",
|
45
|
+
"vite": "^6.2.4",
|
75
46
|
"vite-plugin-dts": "^4.5.3",
|
76
47
|
"vite-plugin-vue-devtools": "^7.7.2",
|
77
|
-
"vue-tsc": "^2.2.
|
48
|
+
"vue-tsc": "^2.2.8"
|
49
|
+
},
|
50
|
+
"peerDependencies": {
|
51
|
+
"vue": "^3.0.0"
|
52
|
+
},
|
53
|
+
"publishConfig": {
|
54
|
+
"access": "public"
|
78
55
|
},
|
79
56
|
"keywords": [
|
80
57
|
"vue",
|
58
|
+
"vue3",
|
81
59
|
"component",
|
82
|
-
"ui"
|
83
|
-
|
84
|
-
|
85
|
-
"license": "MIT"
|
60
|
+
"ui",
|
61
|
+
"tools"
|
62
|
+
]
|
86
63
|
}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import { MetaField } from '../../types/tool/meta.types.ts';
|
2
|
-
import { DaoTypes, DataItem } from '../../types/tool/dao.types.ts';
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
4
|
-
type __VLS_Props = {
|
5
|
-
field: MetaField;
|
6
|
-
bean: DataItem;
|
7
|
-
db: DaoTypes;
|
8
|
-
disabled: boolean;
|
9
|
-
};
|
10
|
-
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
11
|
-
export default _default;
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import { DaoTypes } from '../../../types/tool/dao.types.ts';
|
2
|
-
import { MetaField } from '../../../types/tool/meta.types.ts';
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
4
|
-
type __VLS_Props = {
|
5
|
-
modelValue: any;
|
6
|
-
disabled: boolean;
|
7
|
-
field: MetaField;
|
8
|
-
db: DaoTypes;
|
9
|
-
};
|
10
|
-
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
11
|
-
"update:modelValue": (...args: any[]) => void;
|
12
|
-
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
13
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
14
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
15
|
-
export default _default;
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import { MetaField } from '../../../types/tool/meta.types.ts';
|
2
|
-
import { DaoTypes } from '../../../types/tool/dao.types.ts';
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
4
|
-
type __VLS_Props = {
|
5
|
-
modelValue: any;
|
6
|
-
disabled: boolean;
|
7
|
-
db: DaoTypes;
|
8
|
-
field: MetaField;
|
9
|
-
};
|
10
|
-
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
11
|
-
"update:modelValue": (...args: any[]) => void;
|
12
|
-
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
13
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
14
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
15
|
-
export default _default;
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import { MetaField } from '../../../types/tool/meta.types.ts';
|
2
|
-
import { DaoTypes } from '../../../types/tool/dao.types.ts';
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
4
|
-
type __VLS_Props = {
|
5
|
-
modelValue: any;
|
6
|
-
disabled: boolean;
|
7
|
-
db: DaoTypes;
|
8
|
-
field: MetaField;
|
9
|
-
};
|
10
|
-
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
11
|
-
"update:modelValue": (...args: any[]) => void;
|
12
|
-
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
13
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
14
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
15
|
-
export default _default;
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import { DaoTypes } from '../../../types/tool/dao.types.ts';
|
2
|
-
import { MetaField } from '../../../types/tool/meta.types.ts';
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
4
|
-
type __VLS_Props = {
|
5
|
-
modelValue: any;
|
6
|
-
disabled: boolean;
|
7
|
-
db: DaoTypes;
|
8
|
-
field: MetaField;
|
9
|
-
};
|
10
|
-
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
11
|
-
"update:modelValue": (...args: any[]) => void;
|
12
|
-
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
13
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
14
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
15
|
-
export default _default;
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import { DaoTypes } from '../../../types/tool/dao.types.ts';
|
2
|
-
import { MetaField } from '../../../types/tool/meta.types.ts';
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
4
|
-
type __VLS_Props = {
|
5
|
-
modelValue: any;
|
6
|
-
disabled: boolean;
|
7
|
-
db: DaoTypes;
|
8
|
-
field: MetaField;
|
9
|
-
};
|
10
|
-
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
11
|
-
"update:modelValue": (...args: any[]) => void;
|
12
|
-
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
13
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
14
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
15
|
-
export default _default;
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import { MetaField } from '../../../types/tool/meta.types.ts';
|
2
|
-
import { DaoTypes } from '../../../types/tool/dao.types.ts';
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
4
|
-
/**
|
5
|
-
* 通用
|
6
|
-
*/
|
7
|
-
type __VLS_Props = {
|
8
|
-
modelValue: any;
|
9
|
-
disabled: boolean;
|
10
|
-
db: DaoTypes;
|
11
|
-
field: MetaField;
|
12
|
-
};
|
13
|
-
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
14
|
-
"update:modelValue": (...args: any[]) => void;
|
15
|
-
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
16
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
17
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
18
|
-
export default _default;
|
@@ -1,30 +0,0 @@
|
|
1
|
-
import { UISizeTypes, UITextTypes } from '../../types/morghulis.types';
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
3
|
-
type __VLS_Props = {
|
4
|
-
disabled?: boolean;
|
5
|
-
type?: UITextTypes;
|
6
|
-
size?: UISizeTypes;
|
7
|
-
title?: string;
|
8
|
-
icon?: string;
|
9
|
-
};
|
10
|
-
declare function __VLS_template(): {
|
11
|
-
attrs: Partial<{}>;
|
12
|
-
slots: {
|
13
|
-
default?(_: {}): any;
|
14
|
-
};
|
15
|
-
refs: {};
|
16
|
-
rootEl: any;
|
17
|
-
};
|
18
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
19
|
-
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
20
|
-
click: (...args: any[]) => void;
|
21
|
-
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
22
|
-
onClick?: (...args: any[]) => any;
|
23
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
24
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
25
|
-
export default _default;
|
26
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
27
|
-
new (): {
|
28
|
-
$slots: S;
|
29
|
-
};
|
30
|
-
};
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
2
|
-
type __VLS_Props = {
|
3
|
-
option: {
|
4
|
-
label: any;
|
5
|
-
value: any;
|
6
|
-
display: any;
|
7
|
-
};
|
8
|
-
};
|
9
|
-
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
10
|
-
export default _default;
|
@@ -1,57 +0,0 @@
|
|
1
|
-
import { MorghulisDialogProps, MorghulisDialogConfig } from '../../types/dialog/dialog.types.ts';
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
3
|
-
declare function open(data?: any, config?: MorghulisDialogConfig): void;
|
4
|
-
declare function close(): void;
|
5
|
-
declare function __VLS_template(): any;
|
6
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
7
|
-
declare const __VLS_component: DefineComponent<MorghulisDialogProps, {
|
8
|
-
open: typeof open;
|
9
|
-
close: typeof close;
|
10
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
11
|
-
close: (...args: any[]) => void;
|
12
|
-
"update:title": (...args: any[]) => void;
|
13
|
-
"update:subtitle": (...args: any[]) => void;
|
14
|
-
}, string, PublicProps, Readonly<MorghulisDialogProps> & Readonly<{
|
15
|
-
onClose?: (...args: any[]) => any;
|
16
|
-
"onUpdate:title"?: (...args: any[]) => any;
|
17
|
-
"onUpdate:subtitle"?: (...args: any[]) => any;
|
18
|
-
}>, {
|
19
|
-
title: string;
|
20
|
-
subtitle: string;
|
21
|
-
confirmButtonText: string;
|
22
|
-
cancelButtonText: string;
|
23
|
-
cancel: (data: any, done: () => void) => void;
|
24
|
-
width: string | number;
|
25
|
-
fullscreen: boolean;
|
26
|
-
top: string;
|
27
|
-
modal: boolean;
|
28
|
-
modalClass: string;
|
29
|
-
headerClass: string;
|
30
|
-
bodyClass: string;
|
31
|
-
footerClass: string;
|
32
|
-
appendToBody: boolean;
|
33
|
-
appendTo: string;
|
34
|
-
lockScroll: boolean;
|
35
|
-
openDelay: number;
|
36
|
-
closeDelay: number;
|
37
|
-
closeOnClickModal: boolean;
|
38
|
-
closeOnPressEscape: boolean;
|
39
|
-
showClose: boolean;
|
40
|
-
beforeClose: (done: () => void) => void;
|
41
|
-
draggable: boolean;
|
42
|
-
overFlow: boolean;
|
43
|
-
center: boolean;
|
44
|
-
alignCenter: boolean;
|
45
|
-
destroyOnClose: boolean;
|
46
|
-
closeIcon: string;
|
47
|
-
zIndex: number;
|
48
|
-
headerAriaLevel: string;
|
49
|
-
confirm: (data: any, done: () => void) => void;
|
50
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
51
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
52
|
-
export default _default;
|
53
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
54
|
-
new (): {
|
55
|
-
$slots: S;
|
56
|
-
};
|
57
|
-
};
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { MorghulisDialogConfig } from '../../types/dialog/dialog.types.ts';
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
3
|
-
type __VLS_Props = {
|
4
|
-
title: string;
|
5
|
-
subtitle: string;
|
6
|
-
config: MorghulisDialogConfig;
|
7
|
-
};
|
8
|
-
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
9
|
-
export default _default;
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import { DaoTypes, DataItem } from '../../types/tool/dao.types.ts';
|
2
|
-
import { MetaView } from '../../types/tool/meta.types.ts';
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
4
|
-
type __VLS_Props = {
|
5
|
-
item: DataItem;
|
6
|
-
view: MetaView;
|
7
|
-
db: DaoTypes;
|
8
|
-
};
|
9
|
-
declare function getData(): any;
|
10
|
-
declare const _default: DefineComponent<__VLS_Props, {
|
11
|
-
getData: typeof getData;
|
12
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
13
|
-
export default _default;
|
@@ -1,65 +0,0 @@
|
|
1
|
-
import { MorghulisTableProps } from '../../types/table/m.table.types.ts';
|
2
|
-
import { MetaField, MetaView } from '../../types/tool/meta.types.ts';
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
4
|
-
declare function getSelection(): any;
|
5
|
-
declare function __VLS_template(): {
|
6
|
-
attrs: Partial<{}>;
|
7
|
-
slots: {
|
8
|
-
header?(_: {}): any;
|
9
|
-
'header-tool'?(_: {}): any;
|
10
|
-
cell?(_: {
|
11
|
-
field: MetaField;
|
12
|
-
row: any;
|
13
|
-
prop: string | number;
|
14
|
-
}): any;
|
15
|
-
footer?(_: {}): any;
|
16
|
-
'footer-tool'?(_: {}): any;
|
17
|
-
'pop-meta'?(_: {
|
18
|
-
view: MetaView;
|
19
|
-
}): any;
|
20
|
-
'pop-search'?(_: {
|
21
|
-
field: any;
|
22
|
-
}): any;
|
23
|
-
'pop-field'?(_: {
|
24
|
-
field: any;
|
25
|
-
}): any;
|
26
|
-
'pop-cell'?(_: {
|
27
|
-
data: any;
|
28
|
-
prop: any;
|
29
|
-
}): any;
|
30
|
-
'pop-index'?(_: {
|
31
|
-
row: any;
|
32
|
-
}): any;
|
33
|
-
};
|
34
|
-
refs: {
|
35
|
-
table: unknown;
|
36
|
-
};
|
37
|
-
rootEl: any;
|
38
|
-
};
|
39
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
40
|
-
declare const __VLS_component: DefineComponent<MorghulisTableProps, {
|
41
|
-
getSelection: typeof getSelection;
|
42
|
-
setSelection: (keys: any[]) => void;
|
43
|
-
closePopover: () => boolean;
|
44
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<MorghulisTableProps> & Readonly<{}>, {
|
45
|
-
border: boolean;
|
46
|
-
fit: boolean;
|
47
|
-
showHeader: boolean;
|
48
|
-
highlightCurrentRow: boolean;
|
49
|
-
headerCellClassName: ((data: {
|
50
|
-
row: any;
|
51
|
-
column: any;
|
52
|
-
rowIndex: number;
|
53
|
-
columnIndex: number;
|
54
|
-
}) => string) | string;
|
55
|
-
showOverflowTooltip: boolean;
|
56
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
57
|
-
table: unknown;
|
58
|
-
}, any>;
|
59
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
60
|
-
export default _default;
|
61
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
62
|
-
new (): {
|
63
|
-
$slots: S;
|
64
|
-
};
|
65
|
-
};
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import { MTableButton } from '../../types/table/m.table.types.ts';
|
2
|
-
import { DataItem } from '../../types/tool/dao.types.ts';
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
4
|
-
type __VLS_Props = {
|
5
|
-
buttons: MTableButton[];
|
6
|
-
item: DataItem;
|
7
|
-
};
|
8
|
-
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
9
|
-
click: (...args: any[]) => void;
|
10
|
-
width: (...args: any[]) => void;
|
11
|
-
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
12
|
-
onClick?: (...args: any[]) => any;
|
13
|
-
onWidth?: (...args: any[]) => any;
|
14
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
15
|
-
wrapper: HTMLDivElement;
|
16
|
-
}, HTMLDivElement>;
|
17
|
-
export default _default;
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import { MetaField, MetaView } from '../../types/tool/meta.types';
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
3
|
-
type __VLS_Props = {
|
4
|
-
view: MetaView;
|
5
|
-
field: MetaField;
|
6
|
-
order?: object;
|
7
|
-
};
|
8
|
-
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
9
|
-
search: (...args: any[]) => void;
|
10
|
-
meta: (...args: any[]) => void;
|
11
|
-
order: (...args: any[]) => void;
|
12
|
-
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
13
|
-
onSearch?: (...args: any[]) => any;
|
14
|
-
onMeta?: (...args: any[]) => any;
|
15
|
-
onOrder?: (...args: any[]) => any;
|
16
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
17
|
-
export default _default;
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import { DaoTypes, DataItem } from '../../../types/tool/dao.types';
|
2
|
-
import { MetaView } from '../../../types/tool/meta.types';
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
4
|
-
type __VLS_Props = {
|
5
|
-
view: MetaView;
|
6
|
-
prop: string;
|
7
|
-
bean: DataItem;
|
8
|
-
db: DaoTypes;
|
9
|
-
disabled?: boolean;
|
10
|
-
};
|
11
|
-
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
12
|
-
cancel: (...args: any[]) => void;
|
13
|
-
save: (...args: any[]) => void;
|
14
|
-
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
15
|
-
onCancel?: (...args: any[]) => any;
|
16
|
-
onSave?: (...args: any[]) => any;
|
17
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
18
|
-
export default _default;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
import { MetaView } from '../../../types/tool/meta.types.ts';
|
2
|
-
import { DaoTypes, DataItem } from '../../../types/tool/dao.types.ts';
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
4
|
-
type __VLS_Props = {
|
5
|
-
selection: any[];
|
6
|
-
view: MetaView;
|
7
|
-
db: DaoTypes;
|
8
|
-
bean: DataItem;
|
9
|
-
};
|
10
|
-
declare function getData(): any[];
|
11
|
-
declare const _default: DefineComponent<__VLS_Props, {
|
12
|
-
getData: typeof getData;
|
13
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
14
|
-
form: unknown;
|
15
|
-
}, any>;
|
16
|
-
export default _default;
|
@@ -1,78 +0,0 @@
|
|
1
|
-
import { DTableProps } from '../../../types/table/m.table.types';
|
2
|
-
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DefineComponent } from 'vue';
|
3
|
-
import { MetaView } from '../../../types/tool/meta.types';
|
4
|
-
import { DaoTypes, DataItem } from '../../../types/tool/dao.types';
|
5
|
-
declare function __VLS_template(): {
|
6
|
-
attrs: Partial<{}>;
|
7
|
-
slots: {
|
8
|
-
header?(_: {}): any;
|
9
|
-
};
|
10
|
-
refs: {
|
11
|
-
table: unknown;
|
12
|
-
dialog: unknown;
|
13
|
-
form: CreateComponentPublicInstanceWithMixins<Readonly<{
|
14
|
-
selection: any[];
|
15
|
-
view: MetaView;
|
16
|
-
db: DaoTypes;
|
17
|
-
bean: DataItem;
|
18
|
-
}> & Readonly<{}>, {
|
19
|
-
getData: () => any[];
|
20
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
21
|
-
form: unknown;
|
22
|
-
}, any, ComponentProvideOptions, {
|
23
|
-
P: {};
|
24
|
-
B: {};
|
25
|
-
D: {};
|
26
|
-
C: {};
|
27
|
-
M: {};
|
28
|
-
Defaults: {};
|
29
|
-
}, Readonly<{
|
30
|
-
selection: any[];
|
31
|
-
view: MetaView;
|
32
|
-
db: DaoTypes;
|
33
|
-
bean: DataItem;
|
34
|
-
}> & Readonly<{}>, {
|
35
|
-
getData: () => any[];
|
36
|
-
}, {}, {}, {}, {}>;
|
37
|
-
};
|
38
|
-
rootEl: any;
|
39
|
-
};
|
40
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
41
|
-
declare const __VLS_component: DefineComponent<DTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DTableProps> & Readonly<{}>, {
|
42
|
-
size: number;
|
43
|
-
page: number;
|
44
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
45
|
-
table: unknown;
|
46
|
-
dialog: unknown;
|
47
|
-
form: CreateComponentPublicInstanceWithMixins<Readonly<{
|
48
|
-
selection: any[];
|
49
|
-
view: MetaView;
|
50
|
-
db: DaoTypes;
|
51
|
-
bean: DataItem;
|
52
|
-
}> & Readonly<{}>, {
|
53
|
-
getData: () => any[];
|
54
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
55
|
-
form: unknown;
|
56
|
-
}, any, ComponentProvideOptions, {
|
57
|
-
P: {};
|
58
|
-
B: {};
|
59
|
-
D: {};
|
60
|
-
C: {};
|
61
|
-
M: {};
|
62
|
-
Defaults: {};
|
63
|
-
}, Readonly<{
|
64
|
-
selection: any[];
|
65
|
-
view: MetaView;
|
66
|
-
db: DaoTypes;
|
67
|
-
bean: DataItem;
|
68
|
-
}> & Readonly<{}>, {
|
69
|
-
getData: () => any[];
|
70
|
-
}, {}, {}, {}, {}>;
|
71
|
-
}, any>;
|
72
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
73
|
-
export default _default;
|
74
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
75
|
-
new (): {
|
76
|
-
$slots: S;
|
77
|
-
};
|
78
|
-
};
|
@@ -1,19 +0,0 @@
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
2
|
-
declare const _default: DefineComponent<{
|
3
|
-
selection?: any;
|
4
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
5
|
-
copy: (...args: any[]) => void;
|
6
|
-
open: (...args: any[]) => void;
|
7
|
-
remove: (...args: any[]) => void;
|
8
|
-
upload: (...args: any[]) => void;
|
9
|
-
download: (...args: any[]) => void;
|
10
|
-
}, string, PublicProps, Readonly<{
|
11
|
-
selection?: any;
|
12
|
-
}> & Readonly<{
|
13
|
-
onCopy?: (...args: any[]) => any;
|
14
|
-
onOpen?: (...args: any[]) => any;
|
15
|
-
onRemove?: (...args: any[]) => any;
|
16
|
-
onUpload?: (...args: any[]) => any;
|
17
|
-
onDownload?: (...args: any[]) => any;
|
18
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
19
|
-
export default _default;
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
2
|
-
declare const _default: DefineComponent<{
|
3
|
-
selection?: any;
|
4
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
5
|
-
open: (...args: any[]) => void;
|
6
|
-
remove: (...args: any[]) => void;
|
7
|
-
}, string, PublicProps, Readonly<{
|
8
|
-
selection?: any;
|
9
|
-
}> & Readonly<{
|
10
|
-
onOpen?: (...args: any[]) => any;
|
11
|
-
onRemove?: (...args: any[]) => any;
|
12
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
13
|
-
export default _default;
|