@qqt-product/ui 0.0.12 → 0.0.14
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.es.js +56339 -59301
- package/dist/index.umd.js +15222 -56
- package/dist/lib/components/breadcrumb/index.d.ts +10 -0
- package/dist/lib/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -0
- package/dist/lib/components/card-list-layout/index.d.ts +147 -0
- package/dist/lib/components/card-list-layout/src/card-content.vue.d.ts +70 -0
- package/dist/lib/components/card-list-layout/src/cardItem.vue.d.ts +79 -0
- package/dist/lib/components/card-list-layout/src/index.vue.d.ts +144 -0
- package/dist/lib/components/card-list-layout/src/sidebar.vue.d.ts +30 -0
- package/dist/lib/components/card-list-layout/src/types.d.ts +41 -0
- package/dist/lib/components/cascader/index.d.ts +43 -55
- package/dist/lib/components/cascader/src/cascader-types.d.ts +17 -23
- package/dist/lib/components/cascader/src/cascader.vue.d.ts +43 -55
- package/dist/lib/components/cascader/src/use-cascader.d.ts +2 -2
- package/dist/lib/components/checkbox/index.d.ts +113 -0
- package/dist/lib/components/checkbox/src/checkbox-types.d.ts +62 -0
- package/dist/lib/components/checkbox/src/checkbox.vue.d.ts +109 -0
- package/dist/lib/components/checkbox/src/use-checkbox.d.ts +2 -0
- package/dist/lib/components/codeEditorModel/index.d.ts +93 -0
- package/dist/lib/components/codeEditorModel/src/codeEditorModel.vue.d.ts +90 -0
- package/dist/lib/components/collapse-transition/index.d.ts +16 -0
- package/dist/lib/components/collapse-transition/src/collapse-transition.vue.d.ts +15 -0
- package/dist/lib/components/coutdown/index.d.ts +84 -0
- package/dist/lib/components/coutdown/src/coutdown.d.ts +48 -0
- package/dist/lib/components/coutdown/src/coutdown.vue.d.ts +81 -0
- package/dist/lib/components/currency/index.d.ts +109 -0
- package/dist/lib/components/currency/src/currency-type.d.ts +47 -0
- package/dist/lib/components/currency/src/currency.vue.d.ts +105 -0
- package/dist/lib/components/currency/src/use-currency.d.ts +2 -0
- package/dist/lib/components/currency/src/use-methods.d.ts +14 -0
- package/dist/lib/components/detail-form/index.d.ts +102 -0
- package/dist/lib/components/detail-form/src/detail-form.vue.d.ts +99 -0
- package/dist/lib/components/detail-form/src/use-detail-form.d.ts +2 -0
- package/dist/lib/components/detail-grid/index.d.ts +2678 -0
- package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +2675 -0
- package/dist/lib/components/detail-grid/src/hook/use-grid-config-hook.d.ts +10 -0
- package/dist/lib/components/detail-grid/src/use-detail-grid.d.ts +2 -0
- package/dist/lib/components/detail-page-layout/index.d.ts +186 -0
- package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +183 -0
- package/dist/lib/components/detail-page-layout/src/use-detail-page-layout.d.ts +2 -0
- package/dist/lib/components/edit-form/index.d.ts +104 -63
- package/dist/lib/components/edit-form/src/edit-form-types.d.ts +28 -24
- package/dist/lib/components/edit-form/src/edit-form.vue.d.ts +105 -63
- package/dist/lib/components/edit-form/src/hook/use-callback-hook.d.ts +11 -0
- package/dist/lib/components/edit-form/src/hook/use-form-config-hook.d.ts +8 -0
- package/dist/lib/components/edit-form/src/use-edit-form.d.ts +1 -1
- package/dist/lib/components/edit-grid/index.d.ts +414 -343
- package/dist/lib/components/edit-grid/src/components/empty/index.d.ts +8 -0
- package/dist/lib/components/edit-grid/src/edit-grid-types.d.ts +33 -24
- package/dist/lib/components/edit-grid/src/edit-grid.vue.d.ts +414 -343
- package/dist/lib/components/edit-grid/src/hook/use-grid-config-hook.d.ts +10 -0
- package/dist/lib/components/edit-grid/src/hook/use-grid-height-hook.d.ts +4 -0
- package/dist/lib/components/edit-grid/src/use-edit-grid.d.ts +1 -1
- package/dist/lib/components/edit-page-layout/index.d.ts +67 -11
- package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +212 -40
- package/dist/lib/components/edit-page-layout/src/edit-page-layout.vue.d.ts +67 -11
- package/dist/lib/components/edit-page-layout/src/types.d.ts +1 -0
- package/dist/lib/components/editor/index.d.ts +31 -0
- package/dist/lib/components/editor/src/index.vue.d.ts +28 -0
- package/dist/lib/components/field-select-modal/index.d.ts +150 -0
- package/dist/lib/components/field-select-modal/src/field-select-modal-types.d.ts +85 -0
- package/dist/lib/components/field-select-modal/src/field-select-modal.vue.d.ts +146 -0
- package/dist/lib/components/field-select-modal/src/use-field-select-modal.d.ts +6 -0
- package/dist/lib/components/index.d.ts +23 -3
- package/dist/lib/components/item-wrap/index.d.ts +57 -0
- package/dist/lib/components/item-wrap/src/item-wrap-types.d.ts +27 -0
- package/dist/lib/components/item-wrap/src/item-wrap.vue.d.ts +53 -0
- package/dist/lib/components/item-wrap/src/use-item-wrap.d.ts +2 -0
- package/dist/lib/components/layout/index.d.ts +94 -13
- package/dist/lib/components/layout/src/header/index.vue.d.ts +117 -84
- package/dist/lib/components/layout/src/header/navRight/customMessage.vue.d.ts +10 -19
- package/dist/lib/components/layout/src/header/navRight/customPerson.vue.d.ts +16 -3
- package/dist/lib/components/layout/src/header/navRight/index.vue.d.ts +105 -67
- package/dist/lib/components/layout/src/header/navRight/langSwitch.vue.d.ts +27 -7
- package/dist/lib/components/layout/src/header/navRight/rightTool.vue.d.ts +26 -43
- package/dist/lib/components/layout/src/header/navRight/settingDrawer.vue.d.ts +34 -0
- package/dist/lib/components/layout/src/index.vue.d.ts +94 -27
- package/dist/lib/components/layout/src/menu/deepCycleSubMenu.vue.d.ts +5 -2
- package/dist/lib/components/layout/src/menu/menu.vue.d.ts +57 -73
- package/dist/lib/components/layout/src/menu/secondLevelMenu.vue.d.ts +5 -23
- package/dist/lib/components/layout/src/menu/subSecondMenu.vue.d.ts +4 -22
- package/dist/lib/components/layout/src/sider/index.vue.d.ts +24 -25
- package/dist/lib/components/layout/src/sider/logo.vue.d.ts +1 -10
- package/dist/lib/components/layout/src/sider/search.vue.d.ts +78 -3
- package/dist/lib/components/layout/src/types.d.ts +68 -0
- package/dist/lib/components/{layout-auchor → layout-anchor}/index.d.ts +10 -7
- package/dist/lib/components/{layout-auchor/src/layout-auchor-types.d.ts → layout-anchor/src/layout-anchor-types.d.ts} +3 -3
- package/dist/lib/components/{layout-auchor → layout-anchor}/src/layout-auchor.vue.d.ts +7 -4
- package/dist/lib/components/layout-anchor/src/use-layout-anchor.d.ts +2 -0
- package/dist/lib/components/layout-buttons/index.d.ts +39 -2
- package/dist/lib/components/layout-buttons/src/layout-buttons-types.d.ts +16 -0
- package/dist/lib/components/layout-buttons/src/layout-buttons.vue.d.ts +39 -2
- package/dist/lib/components/layout-buttons/src/use-layout-buttons.d.ts +1 -1
- package/dist/lib/components/layout-pattern/index.d.ts +8 -14
- package/dist/lib/components/layout-pattern/src/components/vertical.vue.d.ts +72 -4
- package/dist/lib/components/layout-pattern/src/layout-pattern-types.d.ts +3 -5
- package/dist/lib/components/layout-pattern/src/layout-pattern.vue.d.ts +8 -14
- package/dist/lib/components/list-page-layout/index.d.ts +244 -0
- package/dist/lib/components/list-page-layout/src/components/common/add-modal/add-modal.vue.d.ts +21 -0
- package/dist/lib/components/list-page-layout/src/components/common/columnSetting/columnSetting.vue.d.ts +293 -0
- package/dist/lib/components/list-page-layout/src/components/common/columnSetting/use-grid-slot-hook.d.ts +22 -0
- package/dist/lib/components/list-page-layout/src/components/common/edit-nav-modal/edit-nav-modal.vue.d.ts +16 -0
- package/dist/lib/components/list-page-layout/src/components/common/edit-nav-modal/types.d.ts +4 -0
- package/dist/lib/components/list-page-layout/src/components/common/help-text-modal/help-text-modal.vue.d.ts +8 -0
- package/dist/lib/components/list-page-layout/src/components/common/import-modal/import-modal.vue.d.ts +40 -0
- package/dist/lib/components/list-page-layout/src/components/common/record-modal/mock.d.ts +48 -0
- package/dist/lib/components/list-page-layout/src/components/common/record-modal/record-modal.vue.d.ts +5178 -0
- package/dist/lib/components/list-page-layout/src/components/list-content/events-helper.d.ts +13 -0
- package/dist/lib/components/list-page-layout/src/components/list-content/list-content.vue.d.ts +95 -0
- package/dist/lib/components/list-page-layout/src/components/list-content-buttons/events-helper.d.ts +6 -0
- package/dist/lib/components/list-page-layout/src/components/list-content-buttons/list-content-buttons.vue.d.ts +33 -0
- package/dist/lib/components/list-page-layout/src/components/list-header/list-header.vue.d.ts +27 -0
- package/dist/lib/components/list-page-layout/src/components/list-header/module/query/index.vue.d.ts +15 -0
- package/dist/lib/components/list-page-layout/src/components/list-header/module/quick-nav/index.vue.d.ts +9 -0
- package/dist/lib/components/list-page-layout/src/components/list-header/module/searchExtend/index.vue.d.ts +103 -0
- package/dist/lib/components/list-page-layout/src/components/list-header/module/tabs/index.vue.d.ts +56 -0
- package/dist/lib/components/list-page-layout/src/hooks/export-xls-hook.d.ts +4 -0
- package/dist/lib/components/list-page-layout/src/hooks/fetch-data-hook.d.ts +5 -0
- package/dist/lib/components/list-page-layout/src/hooks/fetch-head-data-hook.d.ts +6 -0
- package/dist/lib/components/list-page-layout/src/hooks/get-columns-hook.d.ts +6 -0
- package/dist/lib/components/list-page-layout/src/hooks/list-slot-hook.d.ts +9 -0
- package/dist/lib/components/list-page-layout/src/hooks/use-button-function-hook.d.ts +13 -0
- package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +238 -0
- package/dist/lib/components/list-page-layout/src/list-page-layout-types.d.ts +358 -0
- package/dist/lib/components/list-page-layout/src/symbol.d.ts +11 -0
- package/dist/lib/components/list-page-layout/src/tokens.d.ts +12 -0
- package/dist/lib/components/list-page-layout/src/types.d.ts +1 -0
- package/dist/lib/components/list-page-layout/src/utils/gridConfig.d.ts +174 -0
- package/dist/lib/components/page-layout/index.d.ts +12 -2
- package/dist/lib/components/page-layout/src/constant/buttons.d.ts +10 -0
- package/dist/lib/components/page-layout/src/constant/index.d.ts +3 -0
- package/dist/lib/components/page-layout/src/constant/items.d.ts +3 -0
- package/dist/lib/components/page-layout/src/constant/symbol.d.ts +15 -0
- package/dist/lib/components/page-layout/src/hook/use-merge-defaultValues-hook.d.ts +6 -0
- package/dist/lib/components/page-layout/src/hook/use-page-data-hook.d.ts +6 -0
- package/dist/lib/components/page-layout/src/hook/use-promise-step.d.ts +26 -0
- package/dist/lib/components/page-layout/src/hook/use-ref-instance-hook.d.ts +7 -0
- package/dist/lib/components/page-layout/src/hook/use-remote-config-hook.d.ts +5 -2
- package/dist/lib/components/page-layout/src/page-layout.vue.d.ts +7 -2
- package/dist/lib/components/page-layout/src/token.d.ts +7 -1
- package/dist/lib/components/page-layout/src/util.d.ts +10 -35
- package/dist/lib/components/radio/index.d.ts +104 -0
- package/dist/lib/components/radio/src/radio-types.d.ts +56 -0
- package/dist/lib/components/radio/src/radio.vue.d.ts +100 -0
- package/dist/lib/components/radio/src/use-radio.d.ts +2 -0
- package/dist/lib/components/remote-select/index.d.ts +122 -0
- package/dist/lib/components/remote-select/src/remote-select-types.d.ts +50 -0
- package/dist/lib/components/remote-select/src/remote-select.vue.d.ts +118 -0
- package/dist/lib/components/remote-select/src/use-remote-select.d.ts +6 -0
- package/dist/lib/components/select/index.d.ts +8 -39
- package/dist/lib/components/select/src/select-types.d.ts +4 -15
- package/dist/lib/components/select/src/select.vue.d.ts +8 -39
- package/dist/lib/components/select/src/use-select.d.ts +2 -2
- package/dist/lib/components/select-modal/index.d.ts +333 -0
- package/dist/lib/components/select-modal/src/select-modal-types.d.ts +51 -0
- package/dist/lib/components/select-modal/src/select-modal.vue.d.ts +329 -0
- package/dist/lib/components/select-modal/src/use-select-modal.d.ts +6 -0
- package/dist/lib/components/shared/hooks/use-namespace-last.d.ts +23 -0
- package/dist/lib/components/shared/hooks/use-namespace.d.ts +3 -3
- package/dist/lib/components/switch/index.d.ts +2 -4
- package/dist/lib/components/switch/src/switch-types.d.ts +0 -2
- package/dist/lib/components/switch/src/switch.vue.d.ts +2 -4
- package/dist/lib/components/tree-select/index.d.ts +114 -0
- package/dist/lib/components/tree-select/src/tree-select-types.d.ts +60 -0
- package/dist/lib/components/tree-select/src/tree-select.vue.d.ts +110 -0
- package/dist/lib/components/tree-select/src/use-tree-select.d.ts +2 -0
- package/dist/lib/components/upload-file/index.d.ts +274 -0
- package/dist/lib/components/upload-file/src/hook/use-file-column-hook.d.ts +34 -0
- package/dist/lib/components/upload-file/src/hook/use-operation-column-button-hook.d.ts +11 -0
- package/dist/lib/components/upload-file/src/upload-file-types.d.ts +141 -0
- package/dist/lib/components/upload-file/src/upload-file.vue.d.ts +267 -0
- package/dist/lib/components/upload-image/index.d.ts +191 -0
- package/dist/lib/components/upload-image/src/upload-image-type.d.ts +53 -0
- package/dist/lib/components/upload-image/src/upload-image.vue.d.ts +187 -0
- package/dist/lib/components/vxe-select/index.d.ts +116 -0
- package/dist/lib/components/vxe-select/src/use-vxe-select.d.ts +2 -0
- package/dist/lib/components/vxe-select/src/vxe-select-types.d.ts +58 -0
- package/dist/lib/components/vxe-select/src/vxe-select.vue.d.ts +112 -0
- package/dist/lib/index.d.ts +15 -2
- package/dist/lib/setting/vxe-table/config.d.ts +3 -0
- package/dist/lib/utils/event.d.ts +37 -0
- package/dist/style.css +6 -8
- package/dist/vite-env.d.ts +15 -0
- package/package.json +35 -22
- package/dist/lib/components/layout/src/menu/icon.d.ts +0 -6
- package/dist/lib/components/layout-auchor/src/use-layout-auchor.d.ts +0 -2
- package/dist/lib/components/layout-header/index.d.ts +0 -17
- package/dist/lib/components/layout-header/src/layout-header-types.d.ts +0 -8
- package/dist/lib/components/layout-header/src/layout-header.vue.d.ts +0 -13
- package/dist/lib/components/layout-header/src/use-layout-header.d.ts +0 -2
- package/dist/lib/constant/constant.d.ts +0 -1
- package/dist/lib/types/ComponentCustomProperties .d.ts +0 -6
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
export type RendererElement = {
|
|
3
|
+
[key: string]: any;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: DefineComponent<{}, {
|
|
6
|
+
on: {
|
|
7
|
+
beforeEnter(el: RendererElement): void;
|
|
8
|
+
enter(el: RendererElement): void;
|
|
9
|
+
afterEnter(el: RendererElement): void;
|
|
10
|
+
beforeLeave(el: RendererElement): void;
|
|
11
|
+
leave(el: RendererElement): void;
|
|
12
|
+
afterLeave(el: RendererElement): void;
|
|
13
|
+
};
|
|
14
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
15
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import type { DefineComponent, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
3
|
+
import QCoutdown from './src/coutdown.vue';
|
|
4
|
+
declare const _default: SFCWithInstall<DefineComponent<{
|
|
5
|
+
readonly autoStart: {
|
|
6
|
+
readonly type: BooleanConstructor;
|
|
7
|
+
readonly default: true;
|
|
8
|
+
};
|
|
9
|
+
readonly emitEvents: {
|
|
10
|
+
readonly type: BooleanConstructor;
|
|
11
|
+
readonly default: true;
|
|
12
|
+
};
|
|
13
|
+
readonly interval: {
|
|
14
|
+
readonly type: NumberConstructor;
|
|
15
|
+
readonly default: 1000;
|
|
16
|
+
readonly validator: (value: number) => boolean;
|
|
17
|
+
};
|
|
18
|
+
readonly tag: {
|
|
19
|
+
readonly type: StringConstructor;
|
|
20
|
+
readonly default: "span";
|
|
21
|
+
};
|
|
22
|
+
readonly time: {
|
|
23
|
+
readonly type: NumberConstructor;
|
|
24
|
+
readonly default: 0;
|
|
25
|
+
readonly validator: (value: number) => boolean;
|
|
26
|
+
};
|
|
27
|
+
readonly transform: {
|
|
28
|
+
readonly type: FunctionConstructor;
|
|
29
|
+
readonly default: (props: unknown) => unknown;
|
|
30
|
+
};
|
|
31
|
+
}, {
|
|
32
|
+
counting: Ref<boolean>;
|
|
33
|
+
endTime: Ref<number>;
|
|
34
|
+
totalMilliseconds: Ref<number>;
|
|
35
|
+
days: ComputedRef<number>;
|
|
36
|
+
hours: ComputedRef<string | number>;
|
|
37
|
+
minutes: ComputedRef<string | number>;
|
|
38
|
+
seconds: ComputedRef<string | number>;
|
|
39
|
+
milliseconds: ComputedRef<number>;
|
|
40
|
+
totalDays: ComputedRef<ComputedRef<number>>;
|
|
41
|
+
totalHours: ComputedRef<number>;
|
|
42
|
+
totalSeconds: ComputedRef<number>;
|
|
43
|
+
totalMinutes: ComputedRef<number>;
|
|
44
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("progress" | "end" | "start")[], "progress" | "end" | "start", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
45
|
+
readonly autoStart: {
|
|
46
|
+
readonly type: BooleanConstructor;
|
|
47
|
+
readonly default: true;
|
|
48
|
+
};
|
|
49
|
+
readonly emitEvents: {
|
|
50
|
+
readonly type: BooleanConstructor;
|
|
51
|
+
readonly default: true;
|
|
52
|
+
};
|
|
53
|
+
readonly interval: {
|
|
54
|
+
readonly type: NumberConstructor;
|
|
55
|
+
readonly default: 1000;
|
|
56
|
+
readonly validator: (value: number) => boolean;
|
|
57
|
+
};
|
|
58
|
+
readonly tag: {
|
|
59
|
+
readonly type: StringConstructor;
|
|
60
|
+
readonly default: "span";
|
|
61
|
+
};
|
|
62
|
+
readonly time: {
|
|
63
|
+
readonly type: NumberConstructor;
|
|
64
|
+
readonly default: 0;
|
|
65
|
+
readonly validator: (value: number) => boolean;
|
|
66
|
+
};
|
|
67
|
+
readonly transform: {
|
|
68
|
+
readonly type: FunctionConstructor;
|
|
69
|
+
readonly default: (props: unknown) => unknown;
|
|
70
|
+
};
|
|
71
|
+
}>> & {
|
|
72
|
+
onProgress?: ((...args: any[]) => any) | undefined;
|
|
73
|
+
onEnd?: ((...args: any[]) => any) | undefined;
|
|
74
|
+
onStart?: ((...args: any[]) => any) | undefined;
|
|
75
|
+
}, {
|
|
76
|
+
readonly tag: string;
|
|
77
|
+
readonly autoStart: boolean;
|
|
78
|
+
readonly emitEvents: boolean;
|
|
79
|
+
readonly interval: number;
|
|
80
|
+
readonly time: number;
|
|
81
|
+
readonly transform: Function;
|
|
82
|
+
}, {}>>;
|
|
83
|
+
export default _default;
|
|
84
|
+
export { QCoutdown };
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { ExtractPropTypes } from 'vue';
|
|
2
|
+
export declare const coutdownProps: {
|
|
3
|
+
/**
|
|
4
|
+
* Starts the countdown automatically when initialized.
|
|
5
|
+
*/
|
|
6
|
+
readonly autoStart: {
|
|
7
|
+
readonly type: BooleanConstructor;
|
|
8
|
+
readonly default: true;
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Emits the countdown events.
|
|
12
|
+
*/
|
|
13
|
+
readonly emitEvents: {
|
|
14
|
+
readonly type: BooleanConstructor;
|
|
15
|
+
readonly default: true;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* The interval time (in milliseconds) of the countdown progress.
|
|
19
|
+
*/
|
|
20
|
+
readonly interval: {
|
|
21
|
+
readonly type: NumberConstructor;
|
|
22
|
+
readonly default: 1000;
|
|
23
|
+
readonly validator: (value: number) => boolean;
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* The tag name of the component's root element.
|
|
27
|
+
*/
|
|
28
|
+
readonly tag: {
|
|
29
|
+
readonly type: StringConstructor;
|
|
30
|
+
readonly default: "span";
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* The time (in milliseconds) to count down from.
|
|
34
|
+
*/
|
|
35
|
+
readonly time: {
|
|
36
|
+
readonly type: NumberConstructor;
|
|
37
|
+
readonly default: 0;
|
|
38
|
+
readonly validator: (value: number) => boolean;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* Transforms the output props before render.
|
|
42
|
+
*/
|
|
43
|
+
readonly transform: {
|
|
44
|
+
readonly type: FunctionConstructor;
|
|
45
|
+
readonly default: (props: unknown) => unknown;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
export type CoutdownProps = ExtractPropTypes<typeof coutdownProps>;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import type { DefineComponent, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
declare const _sfc_main: DefineComponent<{
|
|
3
|
+
readonly autoStart: {
|
|
4
|
+
readonly type: BooleanConstructor;
|
|
5
|
+
readonly default: true;
|
|
6
|
+
};
|
|
7
|
+
readonly emitEvents: {
|
|
8
|
+
readonly type: BooleanConstructor;
|
|
9
|
+
readonly default: true;
|
|
10
|
+
};
|
|
11
|
+
readonly interval: {
|
|
12
|
+
readonly type: NumberConstructor;
|
|
13
|
+
readonly default: 1000;
|
|
14
|
+
readonly validator: (value: number) => boolean;
|
|
15
|
+
};
|
|
16
|
+
readonly tag: {
|
|
17
|
+
readonly type: StringConstructor;
|
|
18
|
+
readonly default: "span";
|
|
19
|
+
};
|
|
20
|
+
readonly time: {
|
|
21
|
+
readonly type: NumberConstructor;
|
|
22
|
+
readonly default: 0;
|
|
23
|
+
readonly validator: (value: number) => boolean;
|
|
24
|
+
};
|
|
25
|
+
readonly transform: {
|
|
26
|
+
readonly type: FunctionConstructor;
|
|
27
|
+
readonly default: (props: unknown) => unknown;
|
|
28
|
+
};
|
|
29
|
+
}, {
|
|
30
|
+
counting: Ref<boolean>;
|
|
31
|
+
endTime: Ref<number>;
|
|
32
|
+
totalMilliseconds: Ref<number>;
|
|
33
|
+
days: ComputedRef<number>;
|
|
34
|
+
hours: ComputedRef<string | number>;
|
|
35
|
+
minutes: ComputedRef<string | number>;
|
|
36
|
+
seconds: ComputedRef<string | number>;
|
|
37
|
+
milliseconds: ComputedRef<number>;
|
|
38
|
+
totalDays: ComputedRef<ComputedRef<number>>;
|
|
39
|
+
totalHours: ComputedRef<number>;
|
|
40
|
+
totalSeconds: ComputedRef<number>;
|
|
41
|
+
totalMinutes: ComputedRef<number>;
|
|
42
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("progress" | "end" | "start")[], "progress" | "end" | "start", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
43
|
+
readonly autoStart: {
|
|
44
|
+
readonly type: BooleanConstructor;
|
|
45
|
+
readonly default: true;
|
|
46
|
+
};
|
|
47
|
+
readonly emitEvents: {
|
|
48
|
+
readonly type: BooleanConstructor;
|
|
49
|
+
readonly default: true;
|
|
50
|
+
};
|
|
51
|
+
readonly interval: {
|
|
52
|
+
readonly type: NumberConstructor;
|
|
53
|
+
readonly default: 1000;
|
|
54
|
+
readonly validator: (value: number) => boolean;
|
|
55
|
+
};
|
|
56
|
+
readonly tag: {
|
|
57
|
+
readonly type: StringConstructor;
|
|
58
|
+
readonly default: "span";
|
|
59
|
+
};
|
|
60
|
+
readonly time: {
|
|
61
|
+
readonly type: NumberConstructor;
|
|
62
|
+
readonly default: 0;
|
|
63
|
+
readonly validator: (value: number) => boolean;
|
|
64
|
+
};
|
|
65
|
+
readonly transform: {
|
|
66
|
+
readonly type: FunctionConstructor;
|
|
67
|
+
readonly default: (props: unknown) => unknown;
|
|
68
|
+
};
|
|
69
|
+
}>> & {
|
|
70
|
+
onProgress?: ((...args: any[]) => any) | undefined;
|
|
71
|
+
onEnd?: ((...args: any[]) => any) | undefined;
|
|
72
|
+
onStart?: ((...args: any[]) => any) | undefined;
|
|
73
|
+
}, {
|
|
74
|
+
readonly tag: string;
|
|
75
|
+
readonly autoStart: boolean;
|
|
76
|
+
readonly emitEvents: boolean;
|
|
77
|
+
readonly interval: number;
|
|
78
|
+
readonly time: number;
|
|
79
|
+
readonly transform: Function;
|
|
80
|
+
}, {}>;
|
|
81
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import type { requiredValidator } from './src/currency-type';
|
|
2
|
+
import type { DefineComponent, PropType, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
|
+
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
4
|
+
import QInputCurrency from './src/currency.vue';
|
|
5
|
+
export * from './src/currency-type';
|
|
6
|
+
export { QInputCurrency };
|
|
7
|
+
declare const _default: SFCWithInstall<DefineComponent<{
|
|
8
|
+
readonly required: {
|
|
9
|
+
readonly type: PropType<"0" | "1">;
|
|
10
|
+
readonly default: "";
|
|
11
|
+
readonly validator: typeof requiredValidator;
|
|
12
|
+
};
|
|
13
|
+
readonly placeholder: {
|
|
14
|
+
readonly type: StringConstructor;
|
|
15
|
+
readonly default: "";
|
|
16
|
+
};
|
|
17
|
+
readonly configData: {
|
|
18
|
+
readonly type: ObjectConstructor;
|
|
19
|
+
readonly default: () => {};
|
|
20
|
+
};
|
|
21
|
+
readonly disabled: {
|
|
22
|
+
readonly type: BooleanConstructor;
|
|
23
|
+
readonly default: false;
|
|
24
|
+
};
|
|
25
|
+
readonly value: {
|
|
26
|
+
readonly type: NumberConstructor;
|
|
27
|
+
readonly default: "";
|
|
28
|
+
};
|
|
29
|
+
readonly inputType: {
|
|
30
|
+
readonly type: StringConstructor;
|
|
31
|
+
readonly default: "float";
|
|
32
|
+
};
|
|
33
|
+
readonly showInputNumber: {
|
|
34
|
+
readonly type: BooleanConstructor;
|
|
35
|
+
readonly default: false;
|
|
36
|
+
};
|
|
37
|
+
readonly showClassName: {
|
|
38
|
+
readonly type: BooleanConstructor;
|
|
39
|
+
readonly default: true;
|
|
40
|
+
};
|
|
41
|
+
}, {
|
|
42
|
+
show: Ref<boolean>;
|
|
43
|
+
realValue: Ref<string | number>;
|
|
44
|
+
classes: ComputedRef<{
|
|
45
|
+
[key: string]: string | boolean;
|
|
46
|
+
}>;
|
|
47
|
+
placeholder: Ref<string>;
|
|
48
|
+
extend: any;
|
|
49
|
+
symbol: any;
|
|
50
|
+
decimals: number;
|
|
51
|
+
disabled: Ref<boolean>;
|
|
52
|
+
dataFormat: any;
|
|
53
|
+
number: Ref<HTMLElement | null>;
|
|
54
|
+
inputType: string;
|
|
55
|
+
showClassName: Ref<boolean>;
|
|
56
|
+
showInputNumber: Ref<boolean>;
|
|
57
|
+
changeInputValue: (val: string) => void;
|
|
58
|
+
focusFn: () => void;
|
|
59
|
+
blurFun: () => void;
|
|
60
|
+
currency: (value: string, _currency: string, decimals: number) => string;
|
|
61
|
+
formatFloat: (value: any, dataFormat: string, setLength?: number | undefined) => string;
|
|
62
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
63
|
+
readonly required: {
|
|
64
|
+
readonly type: PropType<"0" | "1">;
|
|
65
|
+
readonly default: "";
|
|
66
|
+
readonly validator: typeof requiredValidator;
|
|
67
|
+
};
|
|
68
|
+
readonly placeholder: {
|
|
69
|
+
readonly type: StringConstructor;
|
|
70
|
+
readonly default: "";
|
|
71
|
+
};
|
|
72
|
+
readonly configData: {
|
|
73
|
+
readonly type: ObjectConstructor;
|
|
74
|
+
readonly default: () => {};
|
|
75
|
+
};
|
|
76
|
+
readonly disabled: {
|
|
77
|
+
readonly type: BooleanConstructor;
|
|
78
|
+
readonly default: false;
|
|
79
|
+
};
|
|
80
|
+
readonly value: {
|
|
81
|
+
readonly type: NumberConstructor;
|
|
82
|
+
readonly default: "";
|
|
83
|
+
};
|
|
84
|
+
readonly inputType: {
|
|
85
|
+
readonly type: StringConstructor;
|
|
86
|
+
readonly default: "float";
|
|
87
|
+
};
|
|
88
|
+
readonly showInputNumber: {
|
|
89
|
+
readonly type: BooleanConstructor;
|
|
90
|
+
readonly default: false;
|
|
91
|
+
};
|
|
92
|
+
readonly showClassName: {
|
|
93
|
+
readonly type: BooleanConstructor;
|
|
94
|
+
readonly default: true;
|
|
95
|
+
};
|
|
96
|
+
}>> & {
|
|
97
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
98
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
99
|
+
}, {
|
|
100
|
+
readonly value: number;
|
|
101
|
+
readonly disabled: boolean;
|
|
102
|
+
readonly placeholder: string;
|
|
103
|
+
readonly required: "0" | "1";
|
|
104
|
+
readonly configData: Record<string, any>;
|
|
105
|
+
readonly inputType: string;
|
|
106
|
+
readonly showInputNumber: boolean;
|
|
107
|
+
readonly showClassName: boolean;
|
|
108
|
+
}, {}>>;
|
|
109
|
+
export default _default;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { ExtractPropTypes, PropType, ComputedRef, Ref } from 'vue';
|
|
2
|
+
export declare function requiredValidator(val: string): boolean;
|
|
3
|
+
export declare const inputCurrencyProps: {
|
|
4
|
+
readonly required: {
|
|
5
|
+
readonly type: PropType<"0" | "1">;
|
|
6
|
+
readonly default: "";
|
|
7
|
+
readonly validator: typeof requiredValidator;
|
|
8
|
+
};
|
|
9
|
+
readonly placeholder: {
|
|
10
|
+
readonly type: StringConstructor;
|
|
11
|
+
readonly default: "";
|
|
12
|
+
};
|
|
13
|
+
readonly configData: {
|
|
14
|
+
readonly type: ObjectConstructor;
|
|
15
|
+
readonly default: () => {};
|
|
16
|
+
};
|
|
17
|
+
readonly disabled: {
|
|
18
|
+
readonly type: BooleanConstructor;
|
|
19
|
+
readonly default: false;
|
|
20
|
+
};
|
|
21
|
+
readonly value: {
|
|
22
|
+
readonly type: NumberConstructor;
|
|
23
|
+
readonly default: "";
|
|
24
|
+
};
|
|
25
|
+
readonly inputType: {
|
|
26
|
+
readonly type: StringConstructor;
|
|
27
|
+
readonly default: "float";
|
|
28
|
+
};
|
|
29
|
+
readonly showInputNumber: {
|
|
30
|
+
readonly type: BooleanConstructor;
|
|
31
|
+
readonly default: false;
|
|
32
|
+
};
|
|
33
|
+
readonly showClassName: {
|
|
34
|
+
readonly type: BooleanConstructor;
|
|
35
|
+
readonly default: true;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export type InputCurrencyProps = ExtractPropTypes<typeof inputCurrencyProps>;
|
|
39
|
+
export interface useInputCurrencyReturnType {
|
|
40
|
+
classes: ComputedRef<{
|
|
41
|
+
[key: string]: string | boolean;
|
|
42
|
+
}>;
|
|
43
|
+
placeholder: Ref<string>;
|
|
44
|
+
configData: Record<string, any>;
|
|
45
|
+
disabled: Ref<boolean>;
|
|
46
|
+
value: Ref<number | string>;
|
|
47
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import type { requiredValidator } from './currency-type';
|
|
2
|
+
import type { DefineComponent, PropType, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, Ref } from 'vue';
|
|
3
|
+
declare const _sfc_main: DefineComponent<{
|
|
4
|
+
readonly required: {
|
|
5
|
+
readonly type: PropType<"0" | "1">;
|
|
6
|
+
readonly default: "";
|
|
7
|
+
readonly validator: typeof requiredValidator;
|
|
8
|
+
};
|
|
9
|
+
readonly placeholder: {
|
|
10
|
+
readonly type: StringConstructor;
|
|
11
|
+
readonly default: "";
|
|
12
|
+
};
|
|
13
|
+
readonly configData: {
|
|
14
|
+
readonly type: ObjectConstructor;
|
|
15
|
+
readonly default: () => {};
|
|
16
|
+
};
|
|
17
|
+
readonly disabled: {
|
|
18
|
+
readonly type: BooleanConstructor;
|
|
19
|
+
readonly default: false;
|
|
20
|
+
};
|
|
21
|
+
readonly value: {
|
|
22
|
+
readonly type: NumberConstructor;
|
|
23
|
+
readonly default: "";
|
|
24
|
+
};
|
|
25
|
+
readonly inputType: {
|
|
26
|
+
readonly type: StringConstructor;
|
|
27
|
+
readonly default: "float";
|
|
28
|
+
};
|
|
29
|
+
readonly showInputNumber: {
|
|
30
|
+
readonly type: BooleanConstructor;
|
|
31
|
+
readonly default: false;
|
|
32
|
+
};
|
|
33
|
+
readonly showClassName: {
|
|
34
|
+
readonly type: BooleanConstructor;
|
|
35
|
+
readonly default: true;
|
|
36
|
+
};
|
|
37
|
+
}, {
|
|
38
|
+
show: Ref<boolean>;
|
|
39
|
+
realValue: Ref<string | number>;
|
|
40
|
+
classes: ComputedRef<{
|
|
41
|
+
[key: string]: string | boolean;
|
|
42
|
+
}>;
|
|
43
|
+
placeholder: Ref<string>;
|
|
44
|
+
extend: any;
|
|
45
|
+
symbol: any;
|
|
46
|
+
decimals: number;
|
|
47
|
+
disabled: Ref<boolean>;
|
|
48
|
+
dataFormat: any;
|
|
49
|
+
number: Ref<HTMLElement | null>;
|
|
50
|
+
inputType: string;
|
|
51
|
+
showClassName: Ref<boolean>;
|
|
52
|
+
showInputNumber: Ref<boolean>;
|
|
53
|
+
changeInputValue: (val: string) => void;
|
|
54
|
+
focusFn: () => void;
|
|
55
|
+
blurFun: () => void;
|
|
56
|
+
currency: (value: string, _currency: string, decimals: number) => string;
|
|
57
|
+
formatFloat: (value: any, dataFormat: string, setLength?: number | undefined) => string;
|
|
58
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
59
|
+
readonly required: {
|
|
60
|
+
readonly type: PropType<"0" | "1">;
|
|
61
|
+
readonly default: "";
|
|
62
|
+
readonly validator: typeof requiredValidator;
|
|
63
|
+
};
|
|
64
|
+
readonly placeholder: {
|
|
65
|
+
readonly type: StringConstructor;
|
|
66
|
+
readonly default: "";
|
|
67
|
+
};
|
|
68
|
+
readonly configData: {
|
|
69
|
+
readonly type: ObjectConstructor;
|
|
70
|
+
readonly default: () => {};
|
|
71
|
+
};
|
|
72
|
+
readonly disabled: {
|
|
73
|
+
readonly type: BooleanConstructor;
|
|
74
|
+
readonly default: false;
|
|
75
|
+
};
|
|
76
|
+
readonly value: {
|
|
77
|
+
readonly type: NumberConstructor;
|
|
78
|
+
readonly default: "";
|
|
79
|
+
};
|
|
80
|
+
readonly inputType: {
|
|
81
|
+
readonly type: StringConstructor;
|
|
82
|
+
readonly default: "float";
|
|
83
|
+
};
|
|
84
|
+
readonly showInputNumber: {
|
|
85
|
+
readonly type: BooleanConstructor;
|
|
86
|
+
readonly default: false;
|
|
87
|
+
};
|
|
88
|
+
readonly showClassName: {
|
|
89
|
+
readonly type: BooleanConstructor;
|
|
90
|
+
readonly default: true;
|
|
91
|
+
};
|
|
92
|
+
}>> & {
|
|
93
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
94
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
95
|
+
}, {
|
|
96
|
+
readonly value: number;
|
|
97
|
+
readonly disabled: boolean;
|
|
98
|
+
readonly placeholder: string;
|
|
99
|
+
readonly required: "0" | "1";
|
|
100
|
+
readonly configData: Record<string, any>;
|
|
101
|
+
readonly inputType: string;
|
|
102
|
+
readonly showInputNumber: boolean;
|
|
103
|
+
readonly showClassName: boolean;
|
|
104
|
+
}, {}>;
|
|
105
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 货币千分位换算
|
|
3
|
+
* @param value 值
|
|
4
|
+
* @param _currency 单位
|
|
5
|
+
* @param decimals 保留小数点后几位
|
|
6
|
+
* @returns
|
|
7
|
+
*/
|
|
8
|
+
export declare const currency: (value: string, _currency: string, decimals: number) => string;
|
|
9
|
+
/**
|
|
10
|
+
* 小数位数换算
|
|
11
|
+
* @param {String} sign
|
|
12
|
+
* @param {Number} dataFormatLen 格式化小数
|
|
13
|
+
*/
|
|
14
|
+
export declare const formatFloat: (value: any, dataFormat: string, setLength?: number) => string;
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import type { Breakpoint } from 'ant-design-vue/lib/_util/responsiveObserve';
|
|
2
|
+
import type { PageButton, FormFieldsItem, RecordStringNumber } from '../edit-page-layout';
|
|
3
|
+
import type { DefineComponent, PropType, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
4
|
+
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
5
|
+
import QDetailForm from './src/detail-form.vue';
|
|
6
|
+
export { QDetailForm };
|
|
7
|
+
declare const _default: SFCWithInstall<DefineComponent<{
|
|
8
|
+
readonly groupName: {
|
|
9
|
+
readonly type: PropType<string>;
|
|
10
|
+
readonly default: "";
|
|
11
|
+
};
|
|
12
|
+
readonly groupNameI18nKey: {
|
|
13
|
+
readonly type: PropType<string>;
|
|
14
|
+
readonly default: "";
|
|
15
|
+
};
|
|
16
|
+
readonly groupCode: {
|
|
17
|
+
readonly type: PropType<string>;
|
|
18
|
+
readonly default: "";
|
|
19
|
+
};
|
|
20
|
+
readonly groupType: {
|
|
21
|
+
readonly type: PropType<string>;
|
|
22
|
+
readonly default: "";
|
|
23
|
+
};
|
|
24
|
+
readonly sortOrder: {
|
|
25
|
+
readonly type: PropType<string>;
|
|
26
|
+
readonly default: "";
|
|
27
|
+
};
|
|
28
|
+
readonly buttons: {
|
|
29
|
+
readonly type: PropType<PageButton[]>;
|
|
30
|
+
readonly default: () => never[];
|
|
31
|
+
};
|
|
32
|
+
readonly formFields: {
|
|
33
|
+
readonly type: PropType<FormFieldsItem[]>;
|
|
34
|
+
readonly default: () => never[];
|
|
35
|
+
};
|
|
36
|
+
readonly extend: {
|
|
37
|
+
readonly type: ObjectConstructor;
|
|
38
|
+
readonly default: () => {};
|
|
39
|
+
};
|
|
40
|
+
readonly shake: {
|
|
41
|
+
readonly type: PropType<boolean>;
|
|
42
|
+
readonly default: true;
|
|
43
|
+
};
|
|
44
|
+
}, {
|
|
45
|
+
shake: Ref<boolean>;
|
|
46
|
+
classes: ComputedRef<{
|
|
47
|
+
[key: string]: string | boolean;
|
|
48
|
+
}>;
|
|
49
|
+
groupCode: Ref<string>;
|
|
50
|
+
noHiddenFieldFormFields: ComputedRef<FormFieldsItem[]>;
|
|
51
|
+
pageData: Ref<RecordStringNumber>;
|
|
52
|
+
getSpan: (fieldType: string) => number;
|
|
53
|
+
screens: Ref<Partial<Record<Breakpoint, boolean>>>;
|
|
54
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
55
|
+
readonly groupName: {
|
|
56
|
+
readonly type: PropType<string>;
|
|
57
|
+
readonly default: "";
|
|
58
|
+
};
|
|
59
|
+
readonly groupNameI18nKey: {
|
|
60
|
+
readonly type: PropType<string>;
|
|
61
|
+
readonly default: "";
|
|
62
|
+
};
|
|
63
|
+
readonly groupCode: {
|
|
64
|
+
readonly type: PropType<string>;
|
|
65
|
+
readonly default: "";
|
|
66
|
+
};
|
|
67
|
+
readonly groupType: {
|
|
68
|
+
readonly type: PropType<string>;
|
|
69
|
+
readonly default: "";
|
|
70
|
+
};
|
|
71
|
+
readonly sortOrder: {
|
|
72
|
+
readonly type: PropType<string>;
|
|
73
|
+
readonly default: "";
|
|
74
|
+
};
|
|
75
|
+
readonly buttons: {
|
|
76
|
+
readonly type: PropType<PageButton[]>;
|
|
77
|
+
readonly default: () => never[];
|
|
78
|
+
};
|
|
79
|
+
readonly formFields: {
|
|
80
|
+
readonly type: PropType<FormFieldsItem[]>;
|
|
81
|
+
readonly default: () => never[];
|
|
82
|
+
};
|
|
83
|
+
readonly extend: {
|
|
84
|
+
readonly type: ObjectConstructor;
|
|
85
|
+
readonly default: () => {};
|
|
86
|
+
};
|
|
87
|
+
readonly shake: {
|
|
88
|
+
readonly type: PropType<boolean>;
|
|
89
|
+
readonly default: true;
|
|
90
|
+
};
|
|
91
|
+
}>>, {
|
|
92
|
+
readonly buttons: PageButton[];
|
|
93
|
+
readonly extend: Record<string, any>;
|
|
94
|
+
readonly groupName: string;
|
|
95
|
+
readonly groupNameI18nKey: string;
|
|
96
|
+
readonly groupCode: string;
|
|
97
|
+
readonly groupType: string;
|
|
98
|
+
readonly sortOrder: string;
|
|
99
|
+
readonly formFields: FormFieldsItem[];
|
|
100
|
+
readonly shake: boolean;
|
|
101
|
+
}, {}>>;
|
|
102
|
+
export default _default;
|