@qqt-product/ui 0.0.17 → 0.0.18
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 +81366 -78899
- package/dist/index.umd.js +148 -146
- package/dist/lib/components/audit-modal/index.d.ts +1 -1
- package/dist/lib/components/audit-modal/src/audit-modal.vue.d.ts +1 -1
- package/dist/lib/components/audit-modal/src/component/addNodeHistoryModal.vue.d.ts +1 -1
- package/dist/lib/components/audit-modal/src/component/approvalOpinionModal.vue.d.ts +1 -1
- package/dist/lib/components/cascader/index.d.ts +1 -1
- package/dist/lib/components/cascader/src/cascader.vue.d.ts +1 -1
- package/dist/lib/components/checkbox/index.d.ts +4 -4
- package/dist/lib/components/checkbox/src/checkbox-types.d.ts +1 -1
- package/dist/lib/components/checkbox/src/checkbox.vue.d.ts +4 -4
- package/dist/lib/components/code-editor-model/src/code-editor-model.vue.d.ts +73 -5
- package/dist/lib/components/code-editor-model/src/one-dark.d.ts +90 -0
- package/dist/lib/components/countdown/index.d.ts +4 -4
- package/dist/lib/components/countdown/src/countdown.d.ts +4 -4
- package/dist/lib/components/coutdown/index.d.ts +3 -3
- package/dist/lib/components/coutdown/src/coutdown.vue.d.ts +3 -3
- package/dist/lib/components/currency/index.d.ts +3 -3
- package/dist/lib/components/currency/src/currency-type.d.ts +1 -1
- package/dist/lib/components/currency/src/currency.vue.d.ts +3 -3
- package/dist/lib/components/detail-form/index.d.ts +4 -3
- package/dist/lib/components/detail-form/src/detail-form.vue.d.ts +4 -3
- package/dist/lib/components/detail-grid/index.d.ts +13 -13
- package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +13 -13
- package/dist/lib/components/detail-page-layout/index.d.ts +10 -1
- package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +10 -1
- package/dist/lib/components/edit-form/index.d.ts +3 -3
- package/dist/lib/components/edit-form/src/edit-form-types.d.ts +1 -1
- package/dist/lib/components/edit-form/src/edit-form.vue.d.ts +3 -3
- package/dist/lib/components/edit-grid/index.d.ts +13 -13
- package/dist/lib/components/edit-grid/src/edit-grid.vue.d.ts +13 -13
- package/dist/lib/components/edit-page-layout/index.d.ts +10 -1
- package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +11 -0
- package/dist/lib/components/edit-page-layout/src/edit-page-layout.vue.d.ts +10 -1
- package/dist/lib/components/flow-view/index.d.ts +2 -2
- package/dist/lib/components/flow-view/src/flow-view.d.ts +2 -2
- package/dist/lib/components/import-modal/index.d.ts +1 -1
- package/dist/lib/components/import-modal/src/import-modal.vue.d.ts +1 -1
- package/dist/lib/components/item-wrap/index.d.ts +4 -4
- package/dist/lib/components/item-wrap/src/item-wrap-types.d.ts +1 -1
- package/dist/lib/components/item-wrap/src/item-wrap.vue.d.ts +4 -4
- package/dist/lib/components/layout-pattern/src/components/vertical.vue.d.ts +13 -12
- package/dist/lib/components/layout-pattern/src/hook/use-audit-button-hook.d.ts +6 -6
- package/dist/lib/components/list-page-layout/index.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/components/common/record-modal/record-modal.vue.d.ts +26 -26
- package/dist/lib/components/list-page-layout/src/hooks/get-columns-hook.d.ts +2 -2
- package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +1 -1
- package/dist/lib/components/page-layout/src/constant/symbol.d.ts +1 -0
- package/dist/lib/components/radio/index.d.ts +4 -4
- package/dist/lib/components/radio/src/radio-types.d.ts +1 -1
- package/dist/lib/components/radio/src/radio.vue.d.ts +4 -4
- package/dist/lib/components/sale-template/index.d.ts +6 -6
- package/dist/lib/components/sale-template/src/sale-template.vue.d.ts +6 -6
- package/dist/lib/components/select/index.d.ts +1 -1
- package/dist/lib/components/select/src/select.vue.d.ts +1 -1
- package/dist/lib/components/select-modal/index.d.ts +1 -1
- package/dist/lib/components/select-modal/src/select-modal.vue.d.ts +1 -1
- package/dist/lib/components/select-template/index.d.ts +1 -1
- package/dist/lib/components/select-template/src/select-template.vue.d.ts +1 -1
- package/dist/lib/components/switch/index.d.ts +5 -5
- package/dist/lib/components/switch/src/switch-types.d.ts +1 -1
- package/dist/lib/components/switch/src/switch.vue.d.ts +5 -5
- package/dist/lib/components/tree-select/index.d.ts +1 -1
- package/dist/lib/components/tree-select/src/tree-select.vue.d.ts +1 -1
- package/dist/lib/components/upload-file/index.d.ts +1 -1
- package/dist/lib/components/upload-file/src/upload-file-types.d.ts +1 -0
- package/dist/lib/components/upload-file/src/upload-file.vue.d.ts +1 -1
- package/dist/lib/components/upload-image/index.d.ts +1 -1
- package/dist/lib/components/upload-image/src/upload-image.vue.d.ts +1 -1
- package/dist/lib/components/vxe-select/index.d.ts +4 -4
- package/dist/lib/components/vxe-select/src/vxe-select.vue.d.ts +4 -4
- package/dist/lib/utils/event.d.ts +3 -2
- package/dist/lib/utils/use-create-link-hook.d.ts +24 -0
- package/dist/style.css +1 -1
- package/package.json +21 -18
- package/dist/lib/components/list-page-layout/src/hooks/use-list-params-hook.d.ts +0 -7
|
@@ -319,13 +319,13 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
319
319
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
320
320
|
}, {
|
|
321
321
|
title: string;
|
|
322
|
+
form: Form[];
|
|
322
323
|
'onUpdate:visible': ((value: string) => void) | ((value: string) => void)[];
|
|
323
324
|
visible: boolean;
|
|
324
325
|
currentRow: any;
|
|
325
326
|
businessType: string;
|
|
326
327
|
token: string;
|
|
327
328
|
busAccount: string;
|
|
328
|
-
form: Form[];
|
|
329
329
|
width: string;
|
|
330
330
|
taskAction: string;
|
|
331
331
|
needFlow: string;
|
|
@@ -315,13 +315,13 @@ declare const _sfc_main: DefineComponent<{
|
|
|
315
315
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
316
316
|
}, {
|
|
317
317
|
title: string;
|
|
318
|
+
form: Form[];
|
|
318
319
|
'onUpdate:visible': ((value: string) => void) | ((value: string) => void)[];
|
|
319
320
|
visible: boolean;
|
|
320
321
|
currentRow: any;
|
|
321
322
|
businessType: string;
|
|
322
323
|
token: string;
|
|
323
324
|
busAccount: string;
|
|
324
|
-
form: Form[];
|
|
325
325
|
width: string;
|
|
326
326
|
taskAction: string;
|
|
327
327
|
needFlow: string;
|
|
@@ -668,13 +668,13 @@ declare const _sfc_main: DefineComponent<{
|
|
|
668
668
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
669
669
|
}, {
|
|
670
670
|
title: string;
|
|
671
|
+
form: Form[];
|
|
671
672
|
'onUpdate:visible': ((value: string) => void) | ((value: string) => void)[];
|
|
672
673
|
visible: boolean;
|
|
673
674
|
currentRow: any;
|
|
674
675
|
businessType: string;
|
|
675
676
|
token: string;
|
|
676
677
|
busAccount: string;
|
|
677
|
-
form: Form[];
|
|
678
678
|
width: string;
|
|
679
679
|
taskAction: string;
|
|
680
680
|
needFlow: string;
|
|
@@ -399,13 +399,13 @@ declare const _sfc_main: DefineComponent<{
|
|
|
399
399
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
400
400
|
}, {
|
|
401
401
|
title: string;
|
|
402
|
+
form: Form[];
|
|
402
403
|
'onUpdate:visible': ((value: string) => void) | ((value: string) => void)[];
|
|
403
404
|
visible: boolean;
|
|
404
405
|
currentRow: any;
|
|
405
406
|
businessType: string;
|
|
406
407
|
token: string;
|
|
407
408
|
busAccount: string;
|
|
408
|
-
form: Form[];
|
|
409
409
|
width: string;
|
|
410
410
|
taskAction: string;
|
|
411
411
|
needFlow: string;
|
|
@@ -81,9 +81,9 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
81
81
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
82
82
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
83
83
|
}, {
|
|
84
|
+
readonly onChange: ((value: string) => void) | ((value: string) => void)[];
|
|
84
85
|
readonly busAccount: string;
|
|
85
86
|
readonly placeholder: string;
|
|
86
|
-
readonly onChange: ((value: string) => void) | ((value: string) => void)[];
|
|
87
87
|
readonly value: string;
|
|
88
88
|
readonly options: CascaderOptionType[] | undefined;
|
|
89
89
|
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|
|
@@ -78,9 +78,9 @@ declare const _sfc_main: DefineComponent<{
|
|
|
78
78
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
79
79
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
80
80
|
}, {
|
|
81
|
+
readonly onChange: ((value: string) => void) | ((value: string) => void)[];
|
|
81
82
|
readonly busAccount: string;
|
|
82
83
|
readonly placeholder: string;
|
|
83
|
-
readonly onChange: ((value: string) => void) | ((value: string) => void)[];
|
|
84
84
|
readonly value: string;
|
|
85
85
|
readonly options: CascaderOptionType[] | undefined;
|
|
86
86
|
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|
|
@@ -6,7 +6,7 @@ export * from './src/checkbox-types';
|
|
|
6
6
|
export { QCheckBox };
|
|
7
7
|
declare const _default: SFCWithInstall<DefineComponent<{
|
|
8
8
|
readonly required: {
|
|
9
|
-
readonly type: PropType<"
|
|
9
|
+
readonly type: PropType<"1" | "0">;
|
|
10
10
|
readonly default: 1;
|
|
11
11
|
};
|
|
12
12
|
readonly options: {
|
|
@@ -56,7 +56,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
56
56
|
onChange: (checkedValues: []) => void;
|
|
57
57
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
58
58
|
readonly required: {
|
|
59
|
-
readonly type: PropType<"
|
|
59
|
+
readonly type: PropType<"1" | "0">;
|
|
60
60
|
readonly default: 1;
|
|
61
61
|
};
|
|
62
62
|
readonly options: {
|
|
@@ -99,12 +99,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
99
99
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
100
100
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
101
101
|
}, {
|
|
102
|
-
readonly busAccount: string;
|
|
103
102
|
readonly onChange: ((value: string) => void) | ((value: string) => void)[];
|
|
103
|
+
readonly busAccount: string;
|
|
104
104
|
readonly value: string;
|
|
105
105
|
readonly options: Option[];
|
|
106
106
|
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|
|
107
|
-
readonly required: "
|
|
107
|
+
readonly required: "1" | "0";
|
|
108
108
|
readonly dictCode: string;
|
|
109
109
|
readonly isLayout: boolean;
|
|
110
110
|
readonly colSpan: string;
|
|
@@ -11,7 +11,7 @@ export interface Option {
|
|
|
11
11
|
export type checkBoxOptions = Option;
|
|
12
12
|
export declare const checkBoxProps: {
|
|
13
13
|
readonly required: {
|
|
14
|
-
readonly type: PropType<"
|
|
14
|
+
readonly type: PropType<"1" | "0">;
|
|
15
15
|
readonly default: 1;
|
|
16
16
|
};
|
|
17
17
|
readonly options: {
|
|
@@ -2,7 +2,7 @@ import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin
|
|
|
2
2
|
import { Option } from './checkbox-types';
|
|
3
3
|
declare const _sfc_main: DefineComponent<{
|
|
4
4
|
readonly required: {
|
|
5
|
-
readonly type: PropType<"
|
|
5
|
+
readonly type: PropType<"1" | "0">;
|
|
6
6
|
readonly default: 1;
|
|
7
7
|
};
|
|
8
8
|
readonly options: {
|
|
@@ -52,7 +52,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
52
52
|
onChange: (checkedValues: []) => void;
|
|
53
53
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
54
54
|
readonly required: {
|
|
55
|
-
readonly type: PropType<"
|
|
55
|
+
readonly type: PropType<"1" | "0">;
|
|
56
56
|
readonly default: 1;
|
|
57
57
|
};
|
|
58
58
|
readonly options: {
|
|
@@ -95,12 +95,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
95
95
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
96
96
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
97
97
|
}, {
|
|
98
|
-
readonly busAccount: string;
|
|
99
98
|
readonly onChange: ((value: string) => void) | ((value: string) => void)[];
|
|
99
|
+
readonly busAccount: string;
|
|
100
100
|
readonly value: string;
|
|
101
101
|
readonly options: Option[];
|
|
102
102
|
readonly 'onUpdate:value': ((value: string) => void) | ((value: string) => void)[];
|
|
103
|
-
readonly required: "
|
|
103
|
+
readonly required: "1" | "0";
|
|
104
104
|
readonly dictCode: string;
|
|
105
105
|
readonly isLayout: boolean;
|
|
106
106
|
readonly colSpan: string;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { Extension } from '@codemirror/state';
|
|
2
1
|
import type { DefineComponent, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
2
|
import type { LanguageSupport } from '@codemirror/language';
|
|
4
3
|
interface mixButtonType extends Array<string> {
|
|
@@ -48,26 +47,95 @@ declare const _sfc_main: DefineComponent<{
|
|
|
48
47
|
code: Ref<string>;
|
|
49
48
|
visible: Ref<boolean>;
|
|
50
49
|
editorOption: {
|
|
50
|
+
theme: {
|
|
51
|
+
'&': {
|
|
52
|
+
color: string;
|
|
53
|
+
backgroundColor: string;
|
|
54
|
+
};
|
|
55
|
+
'.cm-content': {
|
|
56
|
+
caretColor: string;
|
|
57
|
+
};
|
|
58
|
+
'.cm-cursor, .cm-dropCursor': {
|
|
59
|
+
borderLeftColor: string;
|
|
60
|
+
};
|
|
61
|
+
'&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection': {
|
|
62
|
+
backgroundColor: string;
|
|
63
|
+
};
|
|
64
|
+
'.cm-panels': {
|
|
65
|
+
backgroundColor: string;
|
|
66
|
+
color: string;
|
|
67
|
+
};
|
|
68
|
+
'.cm-panels.cm-panels-top': {
|
|
69
|
+
borderBottom: string;
|
|
70
|
+
};
|
|
71
|
+
'.cm-panels.cm-panels-bottom': {
|
|
72
|
+
borderTop: string;
|
|
73
|
+
};
|
|
74
|
+
'.cm-searchMatch': {
|
|
75
|
+
backgroundColor: string;
|
|
76
|
+
outline: string;
|
|
77
|
+
};
|
|
78
|
+
'.cm-searchMatch.cm-searchMatch-selected': {
|
|
79
|
+
backgroundColor: string;
|
|
80
|
+
};
|
|
81
|
+
'.cm-activeLine': {
|
|
82
|
+
backgroundColor: string;
|
|
83
|
+
};
|
|
84
|
+
'.cm-selectionMatch': {
|
|
85
|
+
backgroundColor: string;
|
|
86
|
+
};
|
|
87
|
+
'&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket': {
|
|
88
|
+
backgroundColor: string;
|
|
89
|
+
};
|
|
90
|
+
'.cm-gutters': {
|
|
91
|
+
backgroundColor: string;
|
|
92
|
+
color: string;
|
|
93
|
+
border: string;
|
|
94
|
+
};
|
|
95
|
+
'.cm-activeLineGutter': {
|
|
96
|
+
backgroundColor: string;
|
|
97
|
+
};
|
|
98
|
+
'.cm-foldPlaceholder': {
|
|
99
|
+
backgroundColor: string;
|
|
100
|
+
border: string;
|
|
101
|
+
color: string;
|
|
102
|
+
};
|
|
103
|
+
'.cm-tooltip': {
|
|
104
|
+
border: string;
|
|
105
|
+
backgroundColor: string;
|
|
106
|
+
};
|
|
107
|
+
'.cm-tooltip .cm-tooltip-arrow:before': {
|
|
108
|
+
borderTopColor: string;
|
|
109
|
+
borderBottomColor: string;
|
|
110
|
+
};
|
|
111
|
+
'.cm-tooltip .cm-tooltip-arrow:after': {
|
|
112
|
+
borderTopColor: string;
|
|
113
|
+
borderBottomColor: string;
|
|
114
|
+
};
|
|
115
|
+
'.cm-tooltip-autocomplete': {
|
|
116
|
+
'& > ul > li[aria-selected]': {
|
|
117
|
+
backgroundColor: string;
|
|
118
|
+
color: string;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
};
|
|
51
122
|
disabled: boolean;
|
|
52
123
|
indentWithTab: boolean;
|
|
53
124
|
tabSize: number;
|
|
54
125
|
autofocus: boolean;
|
|
55
126
|
placeholder: string;
|
|
56
|
-
basic: boolean;
|
|
57
127
|
phrases: {
|
|
58
128
|
Completions: string;
|
|
59
129
|
};
|
|
60
130
|
};
|
|
61
|
-
oneDark: Extension;
|
|
62
131
|
handleSureClick: () => void;
|
|
63
132
|
handleSureClose: () => void;
|
|
64
133
|
handleToOpenMode: () => void;
|
|
65
134
|
vattrs: Ref<{
|
|
66
135
|
[x: string]: unknown;
|
|
67
136
|
}>;
|
|
68
|
-
extensions: Extension[];
|
|
69
137
|
mixButton: ComputedRef<mixButtonType[]>;
|
|
70
|
-
|
|
138
|
+
lang: LanguageSupport;
|
|
71
139
|
handleToOpenValueMode: (val: string) => void;
|
|
72
140
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:value" | "handleSureClick" | "handleSureClose" | "update:editorModalFlag")[], "update:value" | "handleSureClick" | "handleSureClose" | "update:editorModalFlag", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
73
141
|
editorModalFlag: {
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
export declare const color: {
|
|
2
|
+
chalky: string;
|
|
3
|
+
coral: string;
|
|
4
|
+
cyan: string;
|
|
5
|
+
invalid: string;
|
|
6
|
+
ivory: string;
|
|
7
|
+
stone: string;
|
|
8
|
+
malibu: string;
|
|
9
|
+
sage: string;
|
|
10
|
+
whiskey: string;
|
|
11
|
+
violet: string;
|
|
12
|
+
darkBackground: string;
|
|
13
|
+
highlightBackground: string;
|
|
14
|
+
background: string;
|
|
15
|
+
tooltipBackground: string;
|
|
16
|
+
selection: string;
|
|
17
|
+
cursor: string;
|
|
18
|
+
};
|
|
19
|
+
export declare const oneDarkTheme: {
|
|
20
|
+
'&': {
|
|
21
|
+
color: string;
|
|
22
|
+
backgroundColor: string;
|
|
23
|
+
};
|
|
24
|
+
'.cm-content': {
|
|
25
|
+
caretColor: string;
|
|
26
|
+
};
|
|
27
|
+
'.cm-cursor, .cm-dropCursor': {
|
|
28
|
+
borderLeftColor: string;
|
|
29
|
+
};
|
|
30
|
+
'&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection': {
|
|
31
|
+
backgroundColor: string;
|
|
32
|
+
};
|
|
33
|
+
'.cm-panels': {
|
|
34
|
+
backgroundColor: string;
|
|
35
|
+
color: string;
|
|
36
|
+
};
|
|
37
|
+
'.cm-panels.cm-panels-top': {
|
|
38
|
+
borderBottom: string;
|
|
39
|
+
};
|
|
40
|
+
'.cm-panels.cm-panels-bottom': {
|
|
41
|
+
borderTop: string;
|
|
42
|
+
};
|
|
43
|
+
'.cm-searchMatch': {
|
|
44
|
+
backgroundColor: string;
|
|
45
|
+
outline: string;
|
|
46
|
+
};
|
|
47
|
+
'.cm-searchMatch.cm-searchMatch-selected': {
|
|
48
|
+
backgroundColor: string;
|
|
49
|
+
};
|
|
50
|
+
'.cm-activeLine': {
|
|
51
|
+
backgroundColor: string;
|
|
52
|
+
};
|
|
53
|
+
'.cm-selectionMatch': {
|
|
54
|
+
backgroundColor: string;
|
|
55
|
+
};
|
|
56
|
+
'&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket': {
|
|
57
|
+
backgroundColor: string;
|
|
58
|
+
};
|
|
59
|
+
'.cm-gutters': {
|
|
60
|
+
backgroundColor: string;
|
|
61
|
+
color: string;
|
|
62
|
+
border: string;
|
|
63
|
+
};
|
|
64
|
+
'.cm-activeLineGutter': {
|
|
65
|
+
backgroundColor: string;
|
|
66
|
+
};
|
|
67
|
+
'.cm-foldPlaceholder': {
|
|
68
|
+
backgroundColor: string;
|
|
69
|
+
border: string;
|
|
70
|
+
color: string;
|
|
71
|
+
};
|
|
72
|
+
'.cm-tooltip': {
|
|
73
|
+
border: string;
|
|
74
|
+
backgroundColor: string;
|
|
75
|
+
};
|
|
76
|
+
'.cm-tooltip .cm-tooltip-arrow:before': {
|
|
77
|
+
borderTopColor: string;
|
|
78
|
+
borderBottomColor: string;
|
|
79
|
+
};
|
|
80
|
+
'.cm-tooltip .cm-tooltip-arrow:after': {
|
|
81
|
+
borderTopColor: string;
|
|
82
|
+
borderBottomColor: string;
|
|
83
|
+
};
|
|
84
|
+
'.cm-tooltip-autocomplete': {
|
|
85
|
+
'& > ul > li[aria-selected]': {
|
|
86
|
+
backgroundColor: string;
|
|
87
|
+
color: string;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
};
|
|
@@ -54,7 +54,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
54
54
|
};
|
|
55
55
|
}, () => VNode<RendererNode, RendererElement, {
|
|
56
56
|
[key: string]: any;
|
|
57
|
-
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("
|
|
57
|
+
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("progress" | "start" | "abort" | "end")[], "progress" | "start" | "abort" | "end", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
58
58
|
readonly autoStart: {
|
|
59
59
|
readonly type: BooleanConstructor;
|
|
60
60
|
readonly default: true;
|
|
@@ -107,16 +107,16 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
107
107
|
onStart?: ((...args: any[]) => any) | undefined;
|
|
108
108
|
onEnd?: ((...args: any[]) => any) | undefined;
|
|
109
109
|
}, {
|
|
110
|
-
readonly start: (() => void) | (() => void)[];
|
|
111
110
|
readonly progress: ((params: ProgressParams) => void) | ((params: ProgressParams) => void)[];
|
|
111
|
+
readonly time: number;
|
|
112
|
+
readonly tag: string;
|
|
113
|
+
readonly start: (() => void) | (() => void)[];
|
|
112
114
|
readonly abort: (() => void) | (() => void)[];
|
|
113
115
|
readonly end: (() => void) | (() => void)[];
|
|
114
116
|
readonly autoStart: boolean;
|
|
115
117
|
readonly emitEvents: boolean;
|
|
116
118
|
readonly interval: number;
|
|
117
119
|
readonly now: () => Promise<Map>;
|
|
118
|
-
readonly tag: string;
|
|
119
|
-
readonly time: number;
|
|
120
120
|
readonly transform: <T>(props: T) => T;
|
|
121
121
|
}, {}>>;
|
|
122
122
|
export default _default;
|
|
@@ -50,7 +50,7 @@ declare const _default: DefineComponent<{
|
|
|
50
50
|
};
|
|
51
51
|
}, () => VNode<RendererNode, RendererElement, {
|
|
52
52
|
[key: string]: any;
|
|
53
|
-
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("
|
|
53
|
+
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("progress" | "start" | "abort" | "end")[], "progress" | "start" | "abort" | "end", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
54
54
|
readonly autoStart: {
|
|
55
55
|
readonly type: BooleanConstructor;
|
|
56
56
|
readonly default: true;
|
|
@@ -103,16 +103,16 @@ declare const _default: DefineComponent<{
|
|
|
103
103
|
onStart?: ((...args: any[]) => any) | undefined;
|
|
104
104
|
onEnd?: ((...args: any[]) => any) | undefined;
|
|
105
105
|
}, {
|
|
106
|
-
readonly start: (() => void) | (() => void)[];
|
|
107
106
|
readonly progress: ((params: ProgressParams) => void) | ((params: ProgressParams) => void)[];
|
|
107
|
+
readonly time: number;
|
|
108
|
+
readonly tag: string;
|
|
109
|
+
readonly start: (() => void) | (() => void)[];
|
|
108
110
|
readonly abort: (() => void) | (() => void)[];
|
|
109
111
|
readonly end: (() => void) | (() => void)[];
|
|
110
112
|
readonly autoStart: boolean;
|
|
111
113
|
readonly emitEvents: boolean;
|
|
112
114
|
readonly interval: number;
|
|
113
115
|
readonly now: () => Promise<Map>;
|
|
114
|
-
readonly tag: string;
|
|
115
|
-
readonly time: number;
|
|
116
116
|
readonly transform: <T>(props: T) => T;
|
|
117
117
|
}, {}>;
|
|
118
118
|
export default _default;
|
|
@@ -41,7 +41,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
41
41
|
totalHours: ComputedRef<number>;
|
|
42
42
|
totalSeconds: ComputedRef<number>;
|
|
43
43
|
totalMinutes: ComputedRef<number>;
|
|
44
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("
|
|
44
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("progress" | "start" | "end")[], "progress" | "start" | "end", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
45
45
|
readonly autoStart: {
|
|
46
46
|
readonly type: BooleanConstructor;
|
|
47
47
|
readonly default: true;
|
|
@@ -73,11 +73,11 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
73
73
|
onStart?: ((...args: any[]) => any) | undefined;
|
|
74
74
|
onEnd?: ((...args: any[]) => any) | undefined;
|
|
75
75
|
}, {
|
|
76
|
+
readonly time: number;
|
|
77
|
+
readonly tag: string;
|
|
76
78
|
readonly autoStart: boolean;
|
|
77
79
|
readonly emitEvents: boolean;
|
|
78
80
|
readonly interval: number;
|
|
79
|
-
readonly tag: string;
|
|
80
|
-
readonly time: number;
|
|
81
81
|
readonly transform: Function;
|
|
82
82
|
}, {}>>;
|
|
83
83
|
export default _default;
|
|
@@ -39,7 +39,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
39
39
|
totalHours: ComputedRef<number>;
|
|
40
40
|
totalSeconds: ComputedRef<number>;
|
|
41
41
|
totalMinutes: ComputedRef<number>;
|
|
42
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("
|
|
42
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("progress" | "start" | "end")[], "progress" | "start" | "end", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
43
43
|
readonly autoStart: {
|
|
44
44
|
readonly type: BooleanConstructor;
|
|
45
45
|
readonly default: true;
|
|
@@ -71,11 +71,11 @@ declare const _sfc_main: DefineComponent<{
|
|
|
71
71
|
onStart?: ((...args: any[]) => any) | undefined;
|
|
72
72
|
onEnd?: ((...args: any[]) => any) | undefined;
|
|
73
73
|
}, {
|
|
74
|
+
readonly time: number;
|
|
75
|
+
readonly tag: string;
|
|
74
76
|
readonly autoStart: boolean;
|
|
75
77
|
readonly emitEvents: boolean;
|
|
76
78
|
readonly interval: number;
|
|
77
|
-
readonly tag: string;
|
|
78
|
-
readonly time: number;
|
|
79
79
|
readonly transform: Function;
|
|
80
80
|
}, {}>;
|
|
81
81
|
export default _sfc_main;
|
|
@@ -6,7 +6,7 @@ export * from './src/currency-type';
|
|
|
6
6
|
export { QInputCurrency };
|
|
7
7
|
declare const _default: SFCWithInstall<DefineComponent<{
|
|
8
8
|
readonly required: {
|
|
9
|
-
readonly type: PropType<"
|
|
9
|
+
readonly type: PropType<"1" | "0">;
|
|
10
10
|
readonly default: "";
|
|
11
11
|
readonly validator: typeof requiredValidator;
|
|
12
12
|
};
|
|
@@ -61,7 +61,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
61
61
|
formatFloat: (value: any, dataFormat: string, setLength?: number | undefined) => string;
|
|
62
62
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
63
63
|
readonly required: {
|
|
64
|
-
readonly type: PropType<"
|
|
64
|
+
readonly type: PropType<"1" | "0">;
|
|
65
65
|
readonly default: "";
|
|
66
66
|
readonly validator: typeof requiredValidator;
|
|
67
67
|
};
|
|
@@ -100,7 +100,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
100
100
|
readonly disabled: boolean;
|
|
101
101
|
readonly placeholder: string;
|
|
102
102
|
readonly value: number;
|
|
103
|
-
readonly required: "
|
|
103
|
+
readonly required: "1" | "0";
|
|
104
104
|
readonly configData: Record<string, any>;
|
|
105
105
|
readonly inputType: string;
|
|
106
106
|
readonly showInputNumber: boolean;
|
|
@@ -2,7 +2,7 @@ import { ExtractPropTypes, PropType, ComputedRef, Ref } from 'vue';
|
|
|
2
2
|
export declare function requiredValidator(val: string): boolean;
|
|
3
3
|
export declare const inputCurrencyProps: {
|
|
4
4
|
readonly required: {
|
|
5
|
-
readonly type: PropType<"
|
|
5
|
+
readonly type: PropType<"1" | "0">;
|
|
6
6
|
readonly default: "";
|
|
7
7
|
readonly validator: typeof requiredValidator;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@ import type { requiredValidator } from './currency-type';
|
|
|
2
2
|
import type { DefineComponent, PropType, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, Ref } from 'vue';
|
|
3
3
|
declare const _sfc_main: DefineComponent<{
|
|
4
4
|
readonly required: {
|
|
5
|
-
readonly type: PropType<"
|
|
5
|
+
readonly type: PropType<"1" | "0">;
|
|
6
6
|
readonly default: "";
|
|
7
7
|
readonly validator: typeof requiredValidator;
|
|
8
8
|
};
|
|
@@ -57,7 +57,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
57
57
|
formatFloat: (value: any, dataFormat: string, setLength?: number | undefined) => string;
|
|
58
58
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
59
59
|
readonly required: {
|
|
60
|
-
readonly type: PropType<"
|
|
60
|
+
readonly type: PropType<"1" | "0">;
|
|
61
61
|
readonly default: "";
|
|
62
62
|
readonly validator: typeof requiredValidator;
|
|
63
63
|
};
|
|
@@ -96,7 +96,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
96
96
|
readonly disabled: boolean;
|
|
97
97
|
readonly placeholder: string;
|
|
98
98
|
readonly value: number;
|
|
99
|
-
readonly required: "
|
|
99
|
+
readonly required: "1" | "0";
|
|
100
100
|
readonly configData: Record<string, any>;
|
|
101
101
|
readonly inputType: string;
|
|
102
102
|
readonly showInputNumber: boolean;
|
|
@@ -42,7 +42,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
42
42
|
readonly default: true;
|
|
43
43
|
};
|
|
44
44
|
readonly enableTile: {
|
|
45
|
-
readonly type: PropType<"
|
|
45
|
+
readonly type: PropType<"1" | "0">;
|
|
46
46
|
readonly default: "1";
|
|
47
47
|
};
|
|
48
48
|
}, {
|
|
@@ -69,6 +69,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
69
69
|
EditorList: Ref<FormFieldsItem[] | undefined>;
|
|
70
70
|
editorName: Ref<string>;
|
|
71
71
|
handleCodeChange: (value: string, config: FormFieldsItem) => void;
|
|
72
|
+
handleLick: (formData: RecordString, field: FormFieldsItem) => void;
|
|
72
73
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
73
74
|
readonly groupName: {
|
|
74
75
|
readonly type: PropType<string>;
|
|
@@ -107,7 +108,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
107
108
|
readonly default: true;
|
|
108
109
|
};
|
|
109
110
|
readonly enableTile: {
|
|
110
|
-
readonly type: PropType<"
|
|
111
|
+
readonly type: PropType<"1" | "0">;
|
|
111
112
|
readonly default: "1";
|
|
112
113
|
};
|
|
113
114
|
}>>, {
|
|
@@ -120,6 +121,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
120
121
|
readonly sortOrder: string;
|
|
121
122
|
readonly formFields: FormFieldsItem[];
|
|
122
123
|
readonly shake: boolean;
|
|
123
|
-
readonly enableTile: "
|
|
124
|
+
readonly enableTile: "1" | "0";
|
|
124
125
|
}, {}>>;
|
|
125
126
|
export default _default;
|
|
@@ -38,7 +38,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
38
38
|
readonly default: true;
|
|
39
39
|
};
|
|
40
40
|
readonly enableTile: {
|
|
41
|
-
readonly type: PropType<"
|
|
41
|
+
readonly type: PropType<"1" | "0">;
|
|
42
42
|
readonly default: "1";
|
|
43
43
|
};
|
|
44
44
|
}, {
|
|
@@ -65,6 +65,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
65
65
|
EditorList: Ref<FormFieldsItem[] | undefined>;
|
|
66
66
|
editorName: Ref<string>;
|
|
67
67
|
handleCodeChange: (value: string, config: FormFieldsItem) => void;
|
|
68
|
+
handleLick: (formData: RecordString, field: FormFieldsItem) => void;
|
|
68
69
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
69
70
|
readonly groupName: {
|
|
70
71
|
readonly type: PropType<string>;
|
|
@@ -103,7 +104,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
103
104
|
readonly default: true;
|
|
104
105
|
};
|
|
105
106
|
readonly enableTile: {
|
|
106
|
-
readonly type: PropType<"
|
|
107
|
+
readonly type: PropType<"1" | "0">;
|
|
107
108
|
readonly default: "1";
|
|
108
109
|
};
|
|
109
110
|
}>>, {
|
|
@@ -116,6 +117,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
116
117
|
readonly sortOrder: string;
|
|
117
118
|
readonly formFields: FormFieldsItem[];
|
|
118
119
|
readonly shake: boolean;
|
|
119
|
-
readonly enableTile: "
|
|
120
|
+
readonly enableTile: "1" | "0";
|
|
120
121
|
}, {}>;
|
|
121
122
|
export default _sfc_main;
|