@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
|
@@ -1,37 +1,31 @@
|
|
|
1
1
|
import type { CascaderOptionType } from 'ant-design-vue/lib/cascader';
|
|
2
2
|
import type { ComputedRef, PropType, ExtractPropTypes } from 'vue';
|
|
3
|
-
export declare function requiredValidator(val: string): boolean;
|
|
4
3
|
export declare const cascaderProps: {
|
|
5
|
-
|
|
6
|
-
type:
|
|
7
|
-
default:
|
|
8
|
-
validator: typeof requiredValidator;
|
|
4
|
+
readonly value: {
|
|
5
|
+
readonly type: StringConstructor;
|
|
6
|
+
readonly default: "";
|
|
9
7
|
};
|
|
10
|
-
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default:
|
|
8
|
+
readonly busAccount: {
|
|
9
|
+
readonly type: StringConstructor;
|
|
10
|
+
readonly default: "";
|
|
13
11
|
};
|
|
14
|
-
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default:
|
|
12
|
+
readonly placeholder: {
|
|
13
|
+
readonly type: StringConstructor;
|
|
14
|
+
readonly default: "请选择";
|
|
17
15
|
};
|
|
18
|
-
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default:
|
|
16
|
+
readonly dictCode: {
|
|
17
|
+
readonly type: StringConstructor;
|
|
18
|
+
readonly default: "";
|
|
21
19
|
};
|
|
22
|
-
|
|
23
|
-
type:
|
|
24
|
-
default:
|
|
20
|
+
readonly options: {
|
|
21
|
+
readonly type: PropType<CascaderOptionType[] | undefined>;
|
|
22
|
+
readonly default: () => never[];
|
|
25
23
|
};
|
|
26
|
-
|
|
27
|
-
type: PropType<CascaderOptionType[] | undefined>;
|
|
28
|
-
default: () => never[];
|
|
29
|
-
};
|
|
30
|
-
'onUpdate:value': {
|
|
24
|
+
readonly 'onUpdate:value': {
|
|
31
25
|
type: PropType<((value: string) => void) | ((value: string) => void)[]>;
|
|
32
26
|
default: unknown;
|
|
33
27
|
};
|
|
34
|
-
onChange: {
|
|
28
|
+
readonly onChange: {
|
|
35
29
|
type: PropType<((value: string) => void) | ((value: string) => void)[]>;
|
|
36
30
|
default: unknown;
|
|
37
31
|
};
|
|
@@ -1,37 +1,31 @@
|
|
|
1
1
|
import type { CascaderOptionType } from 'ant-design-vue/lib/cascader';
|
|
2
|
-
import type { requiredValidator } from './cascader-types';
|
|
3
2
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
4
3
|
declare const _sfc_main: DefineComponent<{
|
|
5
|
-
|
|
6
|
-
type:
|
|
7
|
-
default:
|
|
8
|
-
validator: typeof requiredValidator;
|
|
4
|
+
readonly value: {
|
|
5
|
+
readonly type: StringConstructor;
|
|
6
|
+
readonly default: "";
|
|
9
7
|
};
|
|
10
|
-
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default:
|
|
8
|
+
readonly busAccount: {
|
|
9
|
+
readonly type: StringConstructor;
|
|
10
|
+
readonly default: "";
|
|
13
11
|
};
|
|
14
|
-
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default:
|
|
12
|
+
readonly placeholder: {
|
|
13
|
+
readonly type: StringConstructor;
|
|
14
|
+
readonly default: "请选择";
|
|
17
15
|
};
|
|
18
|
-
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default:
|
|
16
|
+
readonly dictCode: {
|
|
17
|
+
readonly type: StringConstructor;
|
|
18
|
+
readonly default: "";
|
|
21
19
|
};
|
|
22
|
-
|
|
23
|
-
type:
|
|
24
|
-
default:
|
|
20
|
+
readonly options: {
|
|
21
|
+
readonly type: PropType<CascaderOptionType[] | undefined>;
|
|
22
|
+
readonly default: () => never[];
|
|
25
23
|
};
|
|
26
|
-
|
|
27
|
-
type: PropType<CascaderOptionType[] | undefined>;
|
|
28
|
-
default: () => never[];
|
|
29
|
-
};
|
|
30
|
-
'onUpdate:value': {
|
|
24
|
+
readonly 'onUpdate:value': {
|
|
31
25
|
type: PropType<((value: string) => void) | ((value: string) => void)[]>;
|
|
32
26
|
default: unknown;
|
|
33
27
|
};
|
|
34
|
-
onChange: {
|
|
28
|
+
readonly onChange: {
|
|
35
29
|
type: PropType<((value: string) => void) | ((value: string) => void)[]>;
|
|
36
30
|
default: unknown;
|
|
37
31
|
};
|
|
@@ -49,50 +43,44 @@ declare const _sfc_main: DefineComponent<{
|
|
|
49
43
|
}[]>;
|
|
50
44
|
onChange: (value: string) => void;
|
|
51
45
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
52
|
-
|
|
53
|
-
type:
|
|
54
|
-
default:
|
|
55
|
-
validator: typeof requiredValidator;
|
|
56
|
-
};
|
|
57
|
-
value: {
|
|
58
|
-
type: StringConstructor;
|
|
59
|
-
default: string;
|
|
46
|
+
readonly value: {
|
|
47
|
+
readonly type: StringConstructor;
|
|
48
|
+
readonly default: "";
|
|
60
49
|
};
|
|
61
|
-
busAccount: {
|
|
62
|
-
type: StringConstructor;
|
|
63
|
-
default:
|
|
50
|
+
readonly busAccount: {
|
|
51
|
+
readonly type: StringConstructor;
|
|
52
|
+
readonly default: "";
|
|
64
53
|
};
|
|
65
|
-
placeholder: {
|
|
66
|
-
type: StringConstructor;
|
|
67
|
-
default:
|
|
54
|
+
readonly placeholder: {
|
|
55
|
+
readonly type: StringConstructor;
|
|
56
|
+
readonly default: "请选择";
|
|
68
57
|
};
|
|
69
|
-
dictCode: {
|
|
70
|
-
type: StringConstructor;
|
|
71
|
-
default:
|
|
58
|
+
readonly dictCode: {
|
|
59
|
+
readonly type: StringConstructor;
|
|
60
|
+
readonly default: "";
|
|
72
61
|
};
|
|
73
|
-
options: {
|
|
74
|
-
type: PropType<CascaderOptionType[] | undefined>;
|
|
75
|
-
default: () => never[];
|
|
62
|
+
readonly options: {
|
|
63
|
+
readonly type: PropType<CascaderOptionType[] | undefined>;
|
|
64
|
+
readonly default: () => never[];
|
|
76
65
|
};
|
|
77
|
-
'onUpdate:value': {
|
|
66
|
+
readonly 'onUpdate:value': {
|
|
78
67
|
type: PropType<((value: string) => void) | ((value: string) => void)[]>;
|
|
79
68
|
default: unknown;
|
|
80
69
|
};
|
|
81
|
-
onChange: {
|
|
70
|
+
readonly onChange: {
|
|
82
71
|
type: PropType<((value: string) => void) | ((value: string) => void)[]>;
|
|
83
72
|
default: unknown;
|
|
84
73
|
};
|
|
85
74
|
}>> & {
|
|
86
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
87
75
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
76
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
88
77
|
}, {
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
value: string;
|
|
93
|
-
placeholder: string;
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
}>;
|
|
78
|
+
readonly onChange: ((value: string) => void) | ((value: string) => void)[];
|
|
79
|
+
readonly value: string;
|
|
80
|
+
readonly options: CascaderOptionType[] | undefined;
|
|
81
|
+
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|
|
82
|
+
readonly placeholder: string;
|
|
83
|
+
readonly busAccount: string;
|
|
84
|
+
readonly dictCode: string;
|
|
85
|
+
}, {}>;
|
|
98
86
|
export default _sfc_main;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export default function useCascader(
|
|
1
|
+
import { UseCascaderReturnType } from './cascader-types';
|
|
2
|
+
export default function useCascader(): UseCascaderReturnType;
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import type { Option } from './src/checkbox-types';
|
|
2
|
+
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
|
+
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
4
|
+
import QCheckBox from './src/checkbox.vue';
|
|
5
|
+
export * from './src/checkbox-types';
|
|
6
|
+
export { QCheckBox };
|
|
7
|
+
declare const _default: SFCWithInstall<DefineComponent<{
|
|
8
|
+
readonly required: {
|
|
9
|
+
readonly type: PropType<"0" | "1">;
|
|
10
|
+
readonly default: 1;
|
|
11
|
+
};
|
|
12
|
+
readonly options: {
|
|
13
|
+
readonly type: PropType<Option[]>;
|
|
14
|
+
readonly default: () => never[];
|
|
15
|
+
};
|
|
16
|
+
readonly busAccount: {
|
|
17
|
+
readonly type: StringConstructor;
|
|
18
|
+
readonly default: "";
|
|
19
|
+
};
|
|
20
|
+
readonly value: {
|
|
21
|
+
readonly type: StringConstructor;
|
|
22
|
+
readonly default: "";
|
|
23
|
+
};
|
|
24
|
+
readonly dictCode: {
|
|
25
|
+
readonly type: StringConstructor;
|
|
26
|
+
readonly default: "";
|
|
27
|
+
};
|
|
28
|
+
readonly isLayout: {
|
|
29
|
+
readonly type: BooleanConstructor;
|
|
30
|
+
readonly default: false;
|
|
31
|
+
};
|
|
32
|
+
readonly colSpan: {
|
|
33
|
+
readonly type: StringConstructor;
|
|
34
|
+
readonly default: "6";
|
|
35
|
+
};
|
|
36
|
+
readonly selectControlType: {
|
|
37
|
+
readonly type: StringConstructor;
|
|
38
|
+
readonly default: "";
|
|
39
|
+
};
|
|
40
|
+
readonly 'onUpdate:value': {
|
|
41
|
+
type: PropType<((value: string) => void) | ((value: string) => void)[]>;
|
|
42
|
+
default: unknown;
|
|
43
|
+
};
|
|
44
|
+
readonly onChange: {
|
|
45
|
+
type: PropType<((value: string) => void) | ((value: string) => void)[]>;
|
|
46
|
+
default: unknown;
|
|
47
|
+
};
|
|
48
|
+
}, {
|
|
49
|
+
classes: ComputedRef<{
|
|
50
|
+
[key: string]: string | boolean;
|
|
51
|
+
}>;
|
|
52
|
+
realValue: Ref<string[]>;
|
|
53
|
+
checkBoxOptions: Ref<Option[]>;
|
|
54
|
+
isLayout: Ref<boolean>;
|
|
55
|
+
colSpan: Ref<string | number>;
|
|
56
|
+
onChange: (checkedValues: []) => void;
|
|
57
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
58
|
+
readonly required: {
|
|
59
|
+
readonly type: PropType<"0" | "1">;
|
|
60
|
+
readonly default: 1;
|
|
61
|
+
};
|
|
62
|
+
readonly options: {
|
|
63
|
+
readonly type: PropType<Option[]>;
|
|
64
|
+
readonly default: () => never[];
|
|
65
|
+
};
|
|
66
|
+
readonly busAccount: {
|
|
67
|
+
readonly type: StringConstructor;
|
|
68
|
+
readonly default: "";
|
|
69
|
+
};
|
|
70
|
+
readonly value: {
|
|
71
|
+
readonly type: StringConstructor;
|
|
72
|
+
readonly default: "";
|
|
73
|
+
};
|
|
74
|
+
readonly dictCode: {
|
|
75
|
+
readonly type: StringConstructor;
|
|
76
|
+
readonly default: "";
|
|
77
|
+
};
|
|
78
|
+
readonly isLayout: {
|
|
79
|
+
readonly type: BooleanConstructor;
|
|
80
|
+
readonly default: false;
|
|
81
|
+
};
|
|
82
|
+
readonly colSpan: {
|
|
83
|
+
readonly type: StringConstructor;
|
|
84
|
+
readonly default: "6";
|
|
85
|
+
};
|
|
86
|
+
readonly selectControlType: {
|
|
87
|
+
readonly type: StringConstructor;
|
|
88
|
+
readonly default: "";
|
|
89
|
+
};
|
|
90
|
+
readonly 'onUpdate:value': {
|
|
91
|
+
type: PropType<((value: string) => void) | ((value: string) => void)[]>;
|
|
92
|
+
default: unknown;
|
|
93
|
+
};
|
|
94
|
+
readonly onChange: {
|
|
95
|
+
type: PropType<((value: string) => void) | ((value: string) => void)[]>;
|
|
96
|
+
default: unknown;
|
|
97
|
+
};
|
|
98
|
+
}>> & {
|
|
99
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
100
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
101
|
+
}, {
|
|
102
|
+
readonly onChange: ((value: string) => void) | ((value: string) => void)[];
|
|
103
|
+
readonly value: string;
|
|
104
|
+
readonly options: Option[];
|
|
105
|
+
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|
|
106
|
+
readonly required: "0" | "1";
|
|
107
|
+
readonly busAccount: string;
|
|
108
|
+
readonly dictCode: string;
|
|
109
|
+
readonly isLayout: boolean;
|
|
110
|
+
readonly colSpan: string;
|
|
111
|
+
readonly selectControlType: string;
|
|
112
|
+
}, {}>>;
|
|
113
|
+
export default _default;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { ExtractPropTypes, PropType, Ref, ComputedRef } from 'vue';
|
|
2
|
+
export interface Option {
|
|
3
|
+
title: string;
|
|
4
|
+
value: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
indeterminate?: boolean;
|
|
7
|
+
id: string;
|
|
8
|
+
textI18nKey?: string;
|
|
9
|
+
label?: string;
|
|
10
|
+
}
|
|
11
|
+
export type checkBoxOptions = Option;
|
|
12
|
+
export declare const checkBoxProps: {
|
|
13
|
+
readonly required: {
|
|
14
|
+
readonly type: PropType<"0" | "1">;
|
|
15
|
+
readonly default: 1;
|
|
16
|
+
};
|
|
17
|
+
readonly options: {
|
|
18
|
+
readonly type: PropType<Option[]>;
|
|
19
|
+
readonly default: () => never[];
|
|
20
|
+
};
|
|
21
|
+
readonly busAccount: {
|
|
22
|
+
readonly type: StringConstructor;
|
|
23
|
+
readonly default: "";
|
|
24
|
+
};
|
|
25
|
+
readonly value: {
|
|
26
|
+
readonly type: StringConstructor;
|
|
27
|
+
readonly default: "";
|
|
28
|
+
};
|
|
29
|
+
readonly dictCode: {
|
|
30
|
+
readonly type: StringConstructor;
|
|
31
|
+
readonly default: "";
|
|
32
|
+
};
|
|
33
|
+
readonly isLayout: {
|
|
34
|
+
readonly type: BooleanConstructor;
|
|
35
|
+
readonly default: false;
|
|
36
|
+
};
|
|
37
|
+
readonly colSpan: {
|
|
38
|
+
readonly type: StringConstructor;
|
|
39
|
+
readonly default: "6";
|
|
40
|
+
};
|
|
41
|
+
readonly selectControlType: {
|
|
42
|
+
readonly type: StringConstructor;
|
|
43
|
+
readonly default: "";
|
|
44
|
+
};
|
|
45
|
+
readonly 'onUpdate:value': {
|
|
46
|
+
type: PropType<((value: string) => void) | ((value: string) => void)[]>;
|
|
47
|
+
default: unknown;
|
|
48
|
+
};
|
|
49
|
+
readonly onChange: {
|
|
50
|
+
type: PropType<((value: string) => void) | ((value: string) => void)[]>;
|
|
51
|
+
default: unknown;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
export type CheckBoxProps = ExtractPropTypes<typeof checkBoxProps>;
|
|
55
|
+
export interface UseCheckBoxReturnType {
|
|
56
|
+
classes: ComputedRef<{
|
|
57
|
+
[key: string]: string | boolean;
|
|
58
|
+
}>;
|
|
59
|
+
isLayout: Ref<boolean>;
|
|
60
|
+
colSpan: Ref<string | number>;
|
|
61
|
+
options: Ref<checkBoxOptions[]>;
|
|
62
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
import { Option } from './checkbox-types';
|
|
3
|
+
declare const _sfc_main: DefineComponent<{
|
|
4
|
+
readonly required: {
|
|
5
|
+
readonly type: PropType<"0" | "1">;
|
|
6
|
+
readonly default: 1;
|
|
7
|
+
};
|
|
8
|
+
readonly options: {
|
|
9
|
+
readonly type: PropType<Option[]>;
|
|
10
|
+
readonly default: () => never[];
|
|
11
|
+
};
|
|
12
|
+
readonly busAccount: {
|
|
13
|
+
readonly type: StringConstructor;
|
|
14
|
+
readonly default: "";
|
|
15
|
+
};
|
|
16
|
+
readonly value: {
|
|
17
|
+
readonly type: StringConstructor;
|
|
18
|
+
readonly default: "";
|
|
19
|
+
};
|
|
20
|
+
readonly dictCode: {
|
|
21
|
+
readonly type: StringConstructor;
|
|
22
|
+
readonly default: "";
|
|
23
|
+
};
|
|
24
|
+
readonly isLayout: {
|
|
25
|
+
readonly type: BooleanConstructor;
|
|
26
|
+
readonly default: false;
|
|
27
|
+
};
|
|
28
|
+
readonly colSpan: {
|
|
29
|
+
readonly type: StringConstructor;
|
|
30
|
+
readonly default: "6";
|
|
31
|
+
};
|
|
32
|
+
readonly selectControlType: {
|
|
33
|
+
readonly type: StringConstructor;
|
|
34
|
+
readonly default: "";
|
|
35
|
+
};
|
|
36
|
+
readonly 'onUpdate:value': {
|
|
37
|
+
type: PropType<((value: string) => void) | ((value: string) => void)[]>;
|
|
38
|
+
default: unknown;
|
|
39
|
+
};
|
|
40
|
+
readonly onChange: {
|
|
41
|
+
type: PropType<((value: string) => void) | ((value: string) => void)[]>;
|
|
42
|
+
default: unknown;
|
|
43
|
+
};
|
|
44
|
+
}, {
|
|
45
|
+
classes: ComputedRef<{
|
|
46
|
+
[key: string]: string | boolean;
|
|
47
|
+
}>;
|
|
48
|
+
realValue: Ref<string[]>;
|
|
49
|
+
checkBoxOptions: Ref<Option[]>;
|
|
50
|
+
isLayout: Ref<boolean>;
|
|
51
|
+
colSpan: Ref<string | number>;
|
|
52
|
+
onChange: (checkedValues: []) => void;
|
|
53
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
54
|
+
readonly required: {
|
|
55
|
+
readonly type: PropType<"0" | "1">;
|
|
56
|
+
readonly default: 1;
|
|
57
|
+
};
|
|
58
|
+
readonly options: {
|
|
59
|
+
readonly type: PropType<Option[]>;
|
|
60
|
+
readonly default: () => never[];
|
|
61
|
+
};
|
|
62
|
+
readonly busAccount: {
|
|
63
|
+
readonly type: StringConstructor;
|
|
64
|
+
readonly default: "";
|
|
65
|
+
};
|
|
66
|
+
readonly value: {
|
|
67
|
+
readonly type: StringConstructor;
|
|
68
|
+
readonly default: "";
|
|
69
|
+
};
|
|
70
|
+
readonly dictCode: {
|
|
71
|
+
readonly type: StringConstructor;
|
|
72
|
+
readonly default: "";
|
|
73
|
+
};
|
|
74
|
+
readonly isLayout: {
|
|
75
|
+
readonly type: BooleanConstructor;
|
|
76
|
+
readonly default: false;
|
|
77
|
+
};
|
|
78
|
+
readonly colSpan: {
|
|
79
|
+
readonly type: StringConstructor;
|
|
80
|
+
readonly default: "6";
|
|
81
|
+
};
|
|
82
|
+
readonly selectControlType: {
|
|
83
|
+
readonly type: StringConstructor;
|
|
84
|
+
readonly default: "";
|
|
85
|
+
};
|
|
86
|
+
readonly 'onUpdate:value': {
|
|
87
|
+
type: PropType<((value: string) => void) | ((value: string) => void)[]>;
|
|
88
|
+
default: unknown;
|
|
89
|
+
};
|
|
90
|
+
readonly onChange: {
|
|
91
|
+
type: PropType<((value: string) => void) | ((value: string) => void)[]>;
|
|
92
|
+
default: unknown;
|
|
93
|
+
};
|
|
94
|
+
}>> & {
|
|
95
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
96
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
97
|
+
}, {
|
|
98
|
+
readonly onChange: ((value: string) => void) | ((value: string) => void)[];
|
|
99
|
+
readonly value: string;
|
|
100
|
+
readonly options: Option[];
|
|
101
|
+
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|
|
102
|
+
readonly required: "0" | "1";
|
|
103
|
+
readonly busAccount: string;
|
|
104
|
+
readonly dictCode: string;
|
|
105
|
+
readonly isLayout: boolean;
|
|
106
|
+
readonly colSpan: string;
|
|
107
|
+
readonly selectControlType: string;
|
|
108
|
+
}, {}>;
|
|
109
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import type { Extension } from '@codemirror/state';
|
|
2
|
+
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
|
+
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
4
|
+
import QCodeEditorModel from './src/codeEditorModel.vue';
|
|
5
|
+
declare const _default: SFCWithInstall<DefineComponent<{
|
|
6
|
+
value: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
isAllowToOpenMode: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
options: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
default: () => {
|
|
17
|
+
disabled: boolean;
|
|
18
|
+
indentWithTab: boolean;
|
|
19
|
+
tabSize: number;
|
|
20
|
+
autofocus: boolean;
|
|
21
|
+
placeholder: string;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
disabled: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: null;
|
|
27
|
+
};
|
|
28
|
+
showLabel: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
}, {
|
|
33
|
+
code: Ref<string>;
|
|
34
|
+
editorModalFlag: Ref<boolean>;
|
|
35
|
+
editorOption: Ref<{
|
|
36
|
+
disabled: boolean;
|
|
37
|
+
indentWithTab: boolean;
|
|
38
|
+
tabSize: number;
|
|
39
|
+
autofocus: boolean;
|
|
40
|
+
placeholder: string;
|
|
41
|
+
basic: boolean;
|
|
42
|
+
phrases: {
|
|
43
|
+
Completions: string;
|
|
44
|
+
};
|
|
45
|
+
}>;
|
|
46
|
+
oneDark: Extension;
|
|
47
|
+
handleSureClick: () => void;
|
|
48
|
+
handleSureColse: () => void;
|
|
49
|
+
handleToOpenMode: () => void;
|
|
50
|
+
varrts: Ref<{
|
|
51
|
+
[x: string]: unknown;
|
|
52
|
+
}>;
|
|
53
|
+
extensions: Extension[];
|
|
54
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:value" | "handleSureClick" | "handleSureColse")[], "update:value" | "handleSureClick" | "handleSureColse", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
55
|
+
value: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
isAllowToOpenMode: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
options: {
|
|
64
|
+
type: ObjectConstructor;
|
|
65
|
+
default: () => {
|
|
66
|
+
disabled: boolean;
|
|
67
|
+
indentWithTab: boolean;
|
|
68
|
+
tabSize: number;
|
|
69
|
+
autofocus: boolean;
|
|
70
|
+
placeholder: string;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
disabled: {
|
|
74
|
+
type: BooleanConstructor;
|
|
75
|
+
default: null;
|
|
76
|
+
};
|
|
77
|
+
showLabel: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
|
+
}>> & {
|
|
82
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
83
|
+
onHandleSureClick?: ((...args: any[]) => any) | undefined;
|
|
84
|
+
onHandleSureColse?: ((...args: any[]) => any) | undefined;
|
|
85
|
+
}, {
|
|
86
|
+
value: string;
|
|
87
|
+
options: Record<string, any>;
|
|
88
|
+
disabled: boolean;
|
|
89
|
+
isAllowToOpenMode: boolean;
|
|
90
|
+
showLabel: string;
|
|
91
|
+
}, {}>>;
|
|
92
|
+
export default _default;
|
|
93
|
+
export { QCodeEditorModel };
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import type { Extension } from '@codemirror/state';
|
|
2
|
+
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
|
+
declare const _sfc_main: DefineComponent<{
|
|
4
|
+
value: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
isAllowToOpenMode: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
options: {
|
|
13
|
+
type: ObjectConstructor;
|
|
14
|
+
default: () => {
|
|
15
|
+
disabled: boolean;
|
|
16
|
+
indentWithTab: boolean;
|
|
17
|
+
tabSize: number;
|
|
18
|
+
autofocus: boolean;
|
|
19
|
+
placeholder: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
disabled: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: null;
|
|
25
|
+
};
|
|
26
|
+
showLabel: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
}, {
|
|
31
|
+
code: Ref<string>;
|
|
32
|
+
editorModalFlag: Ref<boolean>;
|
|
33
|
+
editorOption: Ref<{
|
|
34
|
+
disabled: boolean;
|
|
35
|
+
indentWithTab: boolean;
|
|
36
|
+
tabSize: number;
|
|
37
|
+
autofocus: boolean;
|
|
38
|
+
placeholder: string;
|
|
39
|
+
basic: boolean;
|
|
40
|
+
phrases: {
|
|
41
|
+
Completions: string;
|
|
42
|
+
};
|
|
43
|
+
}>;
|
|
44
|
+
oneDark: Extension;
|
|
45
|
+
handleSureClick: () => void;
|
|
46
|
+
handleSureColse: () => void;
|
|
47
|
+
handleToOpenMode: () => void;
|
|
48
|
+
varrts: Ref<{
|
|
49
|
+
[x: string]: unknown;
|
|
50
|
+
}>;
|
|
51
|
+
extensions: Extension[];
|
|
52
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:value" | "handleSureClick" | "handleSureColse")[], "update:value" | "handleSureClick" | "handleSureColse", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
53
|
+
value: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
isAllowToOpenMode: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
61
|
+
options: {
|
|
62
|
+
type: ObjectConstructor;
|
|
63
|
+
default: () => {
|
|
64
|
+
disabled: boolean;
|
|
65
|
+
indentWithTab: boolean;
|
|
66
|
+
tabSize: number;
|
|
67
|
+
autofocus: boolean;
|
|
68
|
+
placeholder: string;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
disabled: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
default: null;
|
|
74
|
+
};
|
|
75
|
+
showLabel: {
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
default: string;
|
|
78
|
+
};
|
|
79
|
+
}>> & {
|
|
80
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
81
|
+
onHandleSureClick?: ((...args: any[]) => any) | undefined;
|
|
82
|
+
onHandleSureColse?: ((...args: any[]) => any) | undefined;
|
|
83
|
+
}, {
|
|
84
|
+
value: string;
|
|
85
|
+
options: Record<string, any>;
|
|
86
|
+
disabled: boolean;
|
|
87
|
+
isAllowToOpenMode: boolean;
|
|
88
|
+
showLabel: string;
|
|
89
|
+
}, {}>;
|
|
90
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { RendererElement } from './src/collapse-transition.vue';
|
|
2
|
+
import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
|
+
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
4
|
+
import QCollapseTransition from './src/collapse-transition.vue';
|
|
5
|
+
export { QCollapseTransition };
|
|
6
|
+
declare const _default: SFCWithInstall<DefineComponent<{}, {
|
|
7
|
+
on: {
|
|
8
|
+
beforeEnter(el: RendererElement): void;
|
|
9
|
+
enter(el: RendererElement): void;
|
|
10
|
+
afterEnter(el: RendererElement): void;
|
|
11
|
+
beforeLeave(el: RendererElement): void;
|
|
12
|
+
leave(el: RendererElement): void;
|
|
13
|
+
afterLeave(el: RendererElement): void;
|
|
14
|
+
};
|
|
15
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>>;
|
|
16
|
+
export default _default;
|