@gct-paas/core-web 0.1.5-dev.2 → 0.1.5-dev.4
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.min.css +1 -1
- package/dist/loader.esm.min.js +1 -1
- package/dist/{monaco-editor-DCEyjUmJ.js → monaco-editor-BSzX1Bsh.js} +1 -1
- package/dist/useMonacoEditor-BCTpu3UR.js +1 -0
- package/es/components/I18nSelect/src/i18n-select-btn.vue.d.ts +2 -2
- package/es/components/I18nSelect/src/i18n-select-input.vue.d.ts +6 -6
- package/es/components/I18nSelect/src/i18n-select-textarea.vue.d.ts +6 -6
- package/es/components/UserPick/index.d.ts +1 -1
- package/es/components/assets-svg-icon/assets-svg-icon.d.ts +1 -1
- package/es/components/base-button/base-button.vue.d.ts +6 -6
- package/es/components/basic-button/basic-button.vue.d.ts +4 -4
- package/es/components/field-upload/src/FieldUpload.vue.d.ts +3 -3
- package/es/components/field-upload/src/components/base-upload.vue.d.ts +2 -2
- package/es/components/field-upload/src/hooks/hooks.d.ts +1 -1
- package/es/components/icon-next/src/IconNext.vue.d.ts +1 -1
- package/es/components/icon-next/src/IconNextPicker.vue.d.ts +5 -5
- package/es/components/image-upload/src/ImageUpload.vue.d.ts +2 -2
- package/es/components/image-upload/src/components/base-upload.vue.d.ts +2 -2
- package/es/components/svg-icon/svg-icon.vue.d.ts +3 -3
- package/es/hooks/index.d.ts +0 -1
- package/es/hooks/index.mjs +0 -1
- package/es/index.mjs +1 -2
- package/es/modules/code-editor/index.d.ts +24 -24
- package/es/modules/code-editor/monaco-editor.vue.d.ts +9 -9
- package/es/modules/code-editor/useEditorConsole.d.ts +1 -1
- package/es/modules/color-picker/src/ColorPicker.vue.d.ts +2 -2
- package/es/modules/gct-dnd/components/gct-dnd-container/gct-dnd-container.d.ts +1 -1
- package/es/modules/gct-dnd/components/gct-dnd-item/gct-dnd-item.d.ts +1 -1
- package/es/modules/gct-form/editor/gct-form-date-format-select/gct-form-date-format-select.d.ts +4 -4
- package/es/modules/gct-form/editor/gct-form-i18n/gct-form-i18n.d.ts +4 -4
- package/es/modules/gct-form/editor/gct-form-multiple-choice/gct-form-multiple-choice.d.ts +2 -2
- package/es/modules/gct-form/editor/gct-form-table/gct-form-table.d.ts +2 -2
- package/es/modules/gct-form/editor/gct-select-form-table/gct-select-form-table.d.ts +2 -2
- package/es/modules/gct-form/widgets/gct-edit-form/gct-edit-form.d.ts +1 -1
- package/es/modules/gct-table/editor/gct-table-date/gct-table-date.mjs +1 -1
- package/es/modules/gct-table/editor/gct-table-text/gct-table-text.mjs +1 -1
- package/es/modules/gct-table/widgets/gct-table/gct-table.d.ts +2 -2
- package/es/modules/global-modal/src/BasicModal.vue.d.ts +32 -32
- package/es/modules/global-modal/src/components/GlboalModal.d.ts +10 -10
- package/es/modules/global-modal/src/components/ModalFooter.vue.d.ts +10 -10
- package/es/modules/global-modal/src/components/ModalWrapper.vue.d.ts +5 -5
- package/es/modules/picture-cropper/src/CopperFreeModal.vue.d.ts +3 -3
- package/es/modules/picture-cropper/src/Cropper.vue.d.ts +9 -9
- package/es/modules/picture-cropper/src/CropperAvatar.vue.d.ts +2 -2
- package/es/modules/picture-cropper/src/CropperAvatar.vue.mjs +2 -2
- package/es/modules/picture-cropper/src/CropperAvatar.vue_vue_type_script_setup_true_name_CropperAvatar_lang.mjs +1 -3
- package/es/modules/picture-cropper/src/{CropperAvatar.vue_vue_type_style_index_0_scoped_af219c4c_lang.css → CropperAvatar.vue_vue_type_style_index_0_scoped_b1cbaaf1_lang.css} +7 -7
- package/es/modules/picture-cropper/src/CropperFree.vue.d.ts +3 -3
- package/es/modules/picture-cropper/src/CropperFree.vue.mjs +2 -2
- package/es/modules/picture-cropper/src/CropperFree.vue_vue_type_script_setup_true_name_CropperPhoto_lang.mjs +1 -3
- package/es/modules/picture-cropper/src/{CropperFree.vue_vue_type_style_index_0_scoped_015ef4a4_lang.css → CropperFree.vue_vue_type_style_index_0_scoped_bab12130_lang.css} +16 -16
- package/es/modules/picture-preview/src/Functional.vue.d.ts +4 -4
- package/es/modules/target-loading/src/target-loading.vue.d.ts +2 -2
- package/es/setup-app.mjs +5 -1
- package/package.json +24 -25
- package/dist/useMonacoEditor-kyCCXYcK.js +0 -1
- package/es/hooks/useFile.d.ts +0 -4
- package/es/hooks/useFile.mjs +0 -22
- /package/es/modules/gct-table/editor/{gct-table-text/gct-table-text.css → gct-table-date/gct-table-date.css} +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export declare const MonacoEditor: {
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./monaco-editor.vue').Prop> & Readonly<{
|
|
3
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
4
3
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
4
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
5
|
+
"onChat-bot-click"?: ((...args: any[]) => any) | undefined;
|
|
6
|
+
"onEditor-mounted"?: ((...args: any[]) => any) | undefined;
|
|
5
7
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
6
8
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
7
|
-
"onEditor-mounted"?: ((...args: any[]) => any) | undefined;
|
|
8
|
-
"onChat-bot-click"?: ((...args: any[]) => any) | undefined;
|
|
9
9
|
}>, {
|
|
10
10
|
isMonacoReady: import('vue').Ref<boolean, boolean>;
|
|
11
11
|
reload(newVal: string): void;
|
|
@@ -34,19 +34,19 @@ export declare const MonacoEditor: {
|
|
|
34
34
|
isChatBotActive: import('vue').Ref<boolean, boolean>;
|
|
35
35
|
handleChatBotClick: () => void;
|
|
36
36
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
37
|
-
change: (...args: any[]) => void;
|
|
38
37
|
blur: (...args: any[]) => void;
|
|
38
|
+
change: (...args: any[]) => void;
|
|
39
|
+
"chat-bot-click": (...args: any[]) => void;
|
|
40
|
+
"editor-mounted": (...args: any[]) => void;
|
|
39
41
|
focus: (...args: any[]) => void;
|
|
40
42
|
"update:value": (...args: any[]) => void;
|
|
41
|
-
"editor-mounted": (...args: any[]) => void;
|
|
42
|
-
"chat-bot-click": (...args: any[]) => void;
|
|
43
43
|
}, import('vue').PublicProps, {
|
|
44
44
|
value: string | null;
|
|
45
45
|
title: string;
|
|
46
|
-
direction: "top" | "bottom";
|
|
47
|
-
readonly: boolean;
|
|
48
|
-
theme: import('./useMonacoEditor').Theme;
|
|
49
46
|
language: string;
|
|
47
|
+
theme: import('./useMonacoEditor').Theme;
|
|
48
|
+
readonly: boolean;
|
|
49
|
+
direction: "top" | "bottom";
|
|
50
50
|
gapVal: number;
|
|
51
51
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
52
52
|
Editor: HTMLDivElement;
|
|
@@ -58,12 +58,12 @@ export declare const MonacoEditor: {
|
|
|
58
58
|
M: {};
|
|
59
59
|
Defaults: {};
|
|
60
60
|
}, Readonly<import('./monaco-editor.vue').Prop> & Readonly<{
|
|
61
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
62
61
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
62
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
63
|
+
"onChat-bot-click"?: ((...args: any[]) => any) | undefined;
|
|
64
|
+
"onEditor-mounted"?: ((...args: any[]) => any) | undefined;
|
|
63
65
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
64
66
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
65
|
-
"onEditor-mounted"?: ((...args: any[]) => any) | undefined;
|
|
66
|
-
"onChat-bot-click"?: ((...args: any[]) => any) | undefined;
|
|
67
67
|
}>, {
|
|
68
68
|
isMonacoReady: import('vue').Ref<boolean, boolean>;
|
|
69
69
|
reload(newVal: string): void;
|
|
@@ -94,22 +94,22 @@ export declare const MonacoEditor: {
|
|
|
94
94
|
}, {}, {}, {}, {
|
|
95
95
|
value: string | null;
|
|
96
96
|
title: string;
|
|
97
|
-
direction: "top" | "bottom";
|
|
98
|
-
readonly: boolean;
|
|
99
|
-
theme: import('./useMonacoEditor').Theme;
|
|
100
97
|
language: string;
|
|
98
|
+
theme: import('./useMonacoEditor').Theme;
|
|
99
|
+
readonly: boolean;
|
|
100
|
+
direction: "top" | "bottom";
|
|
101
101
|
gapVal: number;
|
|
102
102
|
}>;
|
|
103
103
|
__isFragment?: never;
|
|
104
104
|
__isTeleport?: never;
|
|
105
105
|
__isSuspense?: never;
|
|
106
106
|
} & import('vue').ComponentOptionsBase<Readonly<import('./monaco-editor.vue').Prop> & Readonly<{
|
|
107
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
108
107
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
108
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
109
|
+
"onChat-bot-click"?: ((...args: any[]) => any) | undefined;
|
|
110
|
+
"onEditor-mounted"?: ((...args: any[]) => any) | undefined;
|
|
109
111
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
110
112
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
111
|
-
"onEditor-mounted"?: ((...args: any[]) => any) | undefined;
|
|
112
|
-
"onChat-bot-click"?: ((...args: any[]) => any) | undefined;
|
|
113
113
|
}>, {
|
|
114
114
|
isMonacoReady: import('vue').Ref<boolean, boolean>;
|
|
115
115
|
reload(newVal: string): void;
|
|
@@ -138,19 +138,19 @@ export declare const MonacoEditor: {
|
|
|
138
138
|
isChatBotActive: import('vue').Ref<boolean, boolean>;
|
|
139
139
|
handleChatBotClick: () => void;
|
|
140
140
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
141
|
-
change: (...args: any[]) => void;
|
|
142
141
|
blur: (...args: any[]) => void;
|
|
142
|
+
change: (...args: any[]) => void;
|
|
143
|
+
"chat-bot-click": (...args: any[]) => void;
|
|
144
|
+
"editor-mounted": (...args: any[]) => void;
|
|
143
145
|
focus: (...args: any[]) => void;
|
|
144
146
|
"update:value": (...args: any[]) => void;
|
|
145
|
-
"editor-mounted": (...args: any[]) => void;
|
|
146
|
-
"chat-bot-click": (...args: any[]) => void;
|
|
147
147
|
}, string, {
|
|
148
148
|
value: string | null;
|
|
149
149
|
title: string;
|
|
150
|
-
direction: "top" | "bottom";
|
|
151
|
-
readonly: boolean;
|
|
152
|
-
theme: import('./useMonacoEditor').Theme;
|
|
153
150
|
language: string;
|
|
151
|
+
theme: import('./useMonacoEditor').Theme;
|
|
152
|
+
readonly: boolean;
|
|
153
|
+
direction: "top" | "bottom";
|
|
154
154
|
gapVal: number;
|
|
155
155
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
156
156
|
$slots: {
|
|
@@ -110,26 +110,26 @@ declare const __VLS_component: import('vue').DefineComponent<Prop, {
|
|
|
110
110
|
isChatBotActive: import('vue').Ref<boolean, boolean>;
|
|
111
111
|
handleChatBotClick: typeof handleChatBotClick;
|
|
112
112
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
113
|
-
change: (...args: any[]) => void;
|
|
114
113
|
blur: (...args: any[]) => void;
|
|
114
|
+
change: (...args: any[]) => void;
|
|
115
|
+
"chat-bot-click": (...args: any[]) => void;
|
|
116
|
+
"editor-mounted": (...args: any[]) => void;
|
|
115
117
|
focus: (...args: any[]) => void;
|
|
116
118
|
"update:value": (...args: any[]) => void;
|
|
117
|
-
"editor-mounted": (...args: any[]) => void;
|
|
118
|
-
"chat-bot-click": (...args: any[]) => void;
|
|
119
119
|
}, string, import('vue').PublicProps, Readonly<Prop> & Readonly<{
|
|
120
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
121
120
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
121
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
122
|
+
"onChat-bot-click"?: ((...args: any[]) => any) | undefined;
|
|
123
|
+
"onEditor-mounted"?: ((...args: any[]) => any) | undefined;
|
|
122
124
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
123
125
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
124
|
-
"onEditor-mounted"?: ((...args: any[]) => any) | undefined;
|
|
125
|
-
"onChat-bot-click"?: ((...args: any[]) => any) | undefined;
|
|
126
126
|
}>, {
|
|
127
127
|
value: string | null;
|
|
128
128
|
title: string;
|
|
129
|
-
direction: "top" | "bottom";
|
|
130
|
-
readonly: boolean;
|
|
131
|
-
theme: Theme;
|
|
132
129
|
language: string;
|
|
130
|
+
theme: Theme;
|
|
131
|
+
readonly: boolean;
|
|
132
|
+
direction: "top" | "bottom";
|
|
133
133
|
gapVal: number;
|
|
134
134
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
135
135
|
Editor: HTMLDivElement;
|
|
@@ -42,8 +42,8 @@ export declare function useEditorConsoleInner(): {
|
|
|
42
42
|
showConsolePanel: () => void;
|
|
43
43
|
hideConsolePanel: () => void;
|
|
44
44
|
getInputValue: ({ showError, ignoreError }?: {
|
|
45
|
-
showError?: boolean | undefined;
|
|
46
45
|
ignoreError?: boolean | undefined;
|
|
46
|
+
showError?: boolean | undefined;
|
|
47
47
|
}) => Promise<any>;
|
|
48
48
|
setConsoleResult: (result: IObject) => void;
|
|
49
49
|
formatJson2Notes: (value: unknown, options?: {
|
|
@@ -31,10 +31,10 @@ declare const __VLS_component: import('vue').DefineComponent<PropsType, {}, {},
|
|
|
31
31
|
"onUpdate:color"?: ((...args: any[]) => any) | undefined;
|
|
32
32
|
}>, {
|
|
33
33
|
color: string | RgbaType;
|
|
34
|
-
width: number;
|
|
35
|
-
placement: string;
|
|
36
34
|
preset: string[];
|
|
35
|
+
width: number;
|
|
37
36
|
useTrigger: boolean;
|
|
37
|
+
placement: string;
|
|
38
38
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
39
39
|
saturationRef: HTMLDivElement;
|
|
40
40
|
hueSliderRef: HTMLDivElement;
|
|
@@ -31,7 +31,7 @@ export declare const GctDndContainer: import('vue').DefineComponent<import('vue'
|
|
|
31
31
|
}>> & Readonly<{
|
|
32
32
|
"onUpdate:items"?: ((...args: any[]) => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
|
-
items: IGctDndData[];
|
|
35
34
|
config: IGctDndConfig;
|
|
35
|
+
items: IGctDndData[];
|
|
36
36
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
37
37
|
export default GctDndContainer;
|
|
@@ -21,7 +21,7 @@ export declare const GctDndItem: import('vue').DefineComponent<import('vue').Ext
|
|
|
21
21
|
}>, {
|
|
22
22
|
ns: import('@gct-paas/core').Namespace;
|
|
23
23
|
rootRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
24
|
-
posState: import('vue').Ref
|
|
24
|
+
posState: import('vue').Ref<-1 | 0 | 1, -1 | 0 | 1>;
|
|
25
25
|
collect: import('vue').Ref<IGctDragCollect, IGctDragCollect>;
|
|
26
26
|
onDrop: (insertPos: GCT_DND_INSERT_POS, data: IGctDndData) => void;
|
|
27
27
|
drag: import('vue3-dnd').ConnectDragSource<import('vue3-dnd').DragSourceOptions>;
|
package/es/modules/gct-form/editor/gct-form-date-format-select/gct-form-date-format-select.d.ts
CHANGED
|
@@ -101,11 +101,11 @@ export declare const GctFormDateFormatSelect: import('vue').DefineComponent<impo
|
|
|
101
101
|
default: boolean;
|
|
102
102
|
};
|
|
103
103
|
}>> & Readonly<{}>, {
|
|
104
|
-
visible: boolean;
|
|
105
|
-
keepalive: boolean;
|
|
106
|
-
count: number;
|
|
107
|
-
disabled: boolean;
|
|
108
104
|
context: IContext;
|
|
105
|
+
disabled: boolean;
|
|
109
106
|
readonly: boolean;
|
|
107
|
+
keepalive: boolean;
|
|
108
|
+
visible: boolean;
|
|
109
|
+
count: number;
|
|
110
110
|
isEmptyText: boolean;
|
|
111
111
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -110,12 +110,12 @@ export declare const GctFormI18n: import('vue').DefineComponent<import('vue').Ex
|
|
|
110
110
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
111
111
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
112
112
|
}>, {
|
|
113
|
-
visible: boolean;
|
|
114
|
-
keepalive: boolean;
|
|
115
|
-
count: number;
|
|
116
|
-
disabled: boolean;
|
|
117
113
|
context: IContext;
|
|
114
|
+
disabled: boolean;
|
|
118
115
|
readonly: boolean;
|
|
116
|
+
keepalive: boolean;
|
|
117
|
+
visible: boolean;
|
|
118
|
+
count: number;
|
|
119
119
|
isEmptyText: boolean;
|
|
120
120
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
121
121
|
export default GctFormI18n;
|
|
@@ -22,9 +22,9 @@ export declare const GctFormMultipleChoice: import('vue').DefineComponent<import
|
|
|
22
22
|
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
23
23
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
24
24
|
of<T>(...items: T[]): T[];
|
|
25
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
25
26
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
26
27
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
27
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
28
28
|
};
|
|
29
29
|
default: null;
|
|
30
30
|
};
|
|
@@ -55,9 +55,9 @@ export declare const GctFormMultipleChoice: import('vue').DefineComponent<import
|
|
|
55
55
|
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
56
56
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
57
57
|
of<T>(...items: T[]): T[];
|
|
58
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
58
59
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
59
60
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
60
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
61
61
|
};
|
|
62
62
|
default: null;
|
|
63
63
|
};
|
|
@@ -18,9 +18,9 @@ export declare const GctFormTable: import('vue').DefineComponent<import('vue').E
|
|
|
18
18
|
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
19
19
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
20
20
|
of<T>(...items: T[]): T[];
|
|
21
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
21
22
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
22
23
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
23
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
24
24
|
};
|
|
25
25
|
default: () => never[];
|
|
26
26
|
};
|
|
@@ -42,9 +42,9 @@ export declare const GctFormTable: import('vue').DefineComponent<import('vue').E
|
|
|
42
42
|
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
43
43
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
44
44
|
of<T>(...items: T[]): T[];
|
|
45
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
45
46
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
46
47
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
47
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
48
48
|
};
|
|
49
49
|
default: () => never[];
|
|
50
50
|
};
|
|
@@ -18,9 +18,9 @@ export declare const GctSelectFormTable: import('vue').DefineComponent<import('v
|
|
|
18
18
|
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
19
19
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
20
20
|
of<T>(...items: T[]): T[];
|
|
21
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
21
22
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
22
23
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
23
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
24
24
|
};
|
|
25
25
|
default: () => never[];
|
|
26
26
|
};
|
|
@@ -42,9 +42,9 @@ export declare const GctSelectFormTable: import('vue').DefineComponent<import('v
|
|
|
42
42
|
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
43
43
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
44
44
|
of<T>(...items: T[]): T[];
|
|
45
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
45
46
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
46
47
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
47
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
48
48
|
};
|
|
49
49
|
default: () => never[];
|
|
50
50
|
};
|
|
@@ -70,8 +70,8 @@ export declare const GctEditForm: import('vue').DefineComponent<import('vue').Ex
|
|
|
70
70
|
"onUpdate:data"?: ((...args: any[]) => any) | undefined;
|
|
71
71
|
}>, {
|
|
72
72
|
embed: boolean;
|
|
73
|
-
count: number;
|
|
74
73
|
context: IParams;
|
|
75
74
|
params: IParams;
|
|
75
|
+
count: number;
|
|
76
76
|
adaptModal: boolean;
|
|
77
77
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useGctFormValue } from "../../../gct-form/hooks/use-gct-form-value/use-gct-form-value.mjs";
|
|
2
2
|
import "../../../gct-form/index.mjs";
|
|
3
|
-
import '
|
|
3
|
+
import './gct-table-date.css';/* empty css */
|
|
4
4
|
import { createVNode, defineComponent, mergeProps, resolveComponent } from "vue";
|
|
5
5
|
import { useNamespace } from "@gct-paas/core";
|
|
6
6
|
//#region src/modules/gct-table/editor/gct-table-date/gct-table-date.tsx
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useGctFormValueByText } from "../../../gct-form/hooks/use-gct-form-value/use-gct-form-value.mjs";
|
|
2
2
|
import "../../../gct-form/index.mjs";
|
|
3
|
-
import '
|
|
3
|
+
import '../gct-table-date/gct-table-date.css';/* empty css */
|
|
4
4
|
import { createVNode, defineComponent, mergeProps, resolveComponent } from "vue";
|
|
5
5
|
import { useNamespace } from "@gct-paas/core";
|
|
6
6
|
//#region src/modules/gct-table/editor/gct-table-text/gct-table-text.tsx
|
|
@@ -24,7 +24,7 @@ export declare const GctTable: import('vue').DefineComponent<import('vue').Extra
|
|
|
24
24
|
scrollHeight: import('vue').Ref<number | undefined, number | undefined>;
|
|
25
25
|
pagination: import('vue').ComputedRef<false | TablePaginationConfig>;
|
|
26
26
|
isEdit: import('vue').ComputedRef<boolean>;
|
|
27
|
-
handleTableChange: (pagination: TablePaginationConfig, filters: Record<string, import('ant-design-vue/lib/table/interface').FilterValue | null>, sorter: import('ant-design-vue/lib/table/interface').SorterResult<any> | import('ant-design-vue/lib/table/interface').SorterResult<any
|
|
27
|
+
handleTableChange: (pagination: TablePaginationConfig, filters: Record<string, import('ant-design-vue/lib/table/interface').FilterValue | null>, sorter: import('ant-design-vue/lib/table/interface').SorterResult<any>[] | import('ant-design-vue/lib/table/interface').SorterResult<any>, extra: import('ant-design-vue/lib/table/interface').TableCurrentDataSource<any>) => void;
|
|
28
28
|
mouseOver: (e: MouseEvent) => void;
|
|
29
29
|
mouseOut: (e: MouseEvent) => void;
|
|
30
30
|
onValidate: (name: string, status: boolean, errorMsgs: string[]) => void;
|
|
@@ -46,6 +46,6 @@ export declare const GctTable: import('vue').DefineComponent<import('vue').Extra
|
|
|
46
46
|
}>> & Readonly<{
|
|
47
47
|
onRowChange?: ((...args: any[]) => any) | undefined;
|
|
48
48
|
}>, {
|
|
49
|
-
data: IData[];
|
|
50
49
|
count: number;
|
|
50
|
+
data: IData[];
|
|
51
51
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -45,8 +45,8 @@ declare function __VLS_template(): {
|
|
|
45
45
|
type: StringConstructor;
|
|
46
46
|
};
|
|
47
47
|
}>> & Readonly<{
|
|
48
|
-
"onHeight-change"?: ((...args: any[]) => any) | undefined;
|
|
49
48
|
"onExt-height"?: ((...args: any[]) => any) | undefined;
|
|
49
|
+
"onHeight-change"?: ((...args: any[]) => any) | undefined;
|
|
50
50
|
}>, {
|
|
51
51
|
wrapperRef: Ref<import('overlayscrollbars-vue').OverlayScrollbarsComponentRef | undefined, import('overlayscrollbars-vue').OverlayScrollbarsComponentRef | undefined>;
|
|
52
52
|
spinRef: Ref<null, null>;
|
|
@@ -54,14 +54,14 @@ declare function __VLS_template(): {
|
|
|
54
54
|
scrollTop: () => Promise<void>;
|
|
55
55
|
setModalHeight: () => Promise<void>;
|
|
56
56
|
scrollHeight: import('vue').ComputedRef<import('vue').CSSProperties>;
|
|
57
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("height
|
|
58
|
-
visible: boolean;
|
|
57
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("ext-height" | "height-change")[], import('vue').PublicProps, {
|
|
59
58
|
loading: boolean;
|
|
60
|
-
minHeight: number;
|
|
61
59
|
useWrapper: boolean;
|
|
62
|
-
footerOffset: number;
|
|
63
60
|
modalHeaderHeight: number;
|
|
64
61
|
modalFooterHeight: number;
|
|
62
|
+
minHeight: number;
|
|
63
|
+
footerOffset: number;
|
|
64
|
+
visible: boolean;
|
|
65
65
|
fullScreen: boolean;
|
|
66
66
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
67
67
|
P: {};
|
|
@@ -107,8 +107,8 @@ declare function __VLS_template(): {
|
|
|
107
107
|
type: StringConstructor;
|
|
108
108
|
};
|
|
109
109
|
}>> & Readonly<{
|
|
110
|
-
"onHeight-change"?: ((...args: any[]) => any) | undefined;
|
|
111
110
|
"onExt-height"?: ((...args: any[]) => any) | undefined;
|
|
111
|
+
"onHeight-change"?: ((...args: any[]) => any) | undefined;
|
|
112
112
|
}>, {
|
|
113
113
|
wrapperRef: Ref<import('overlayscrollbars-vue').OverlayScrollbarsComponentRef | undefined, import('overlayscrollbars-vue').OverlayScrollbarsComponentRef | undefined>;
|
|
114
114
|
spinRef: Ref<null, null>;
|
|
@@ -117,13 +117,13 @@ declare function __VLS_template(): {
|
|
|
117
117
|
setModalHeight: () => Promise<void>;
|
|
118
118
|
scrollHeight: import('vue').ComputedRef<import('vue').CSSProperties>;
|
|
119
119
|
}, {}, {}, {}, {
|
|
120
|
-
visible: boolean;
|
|
121
120
|
loading: boolean;
|
|
122
|
-
minHeight: number;
|
|
123
121
|
useWrapper: boolean;
|
|
124
|
-
footerOffset: number;
|
|
125
122
|
modalHeaderHeight: number;
|
|
126
123
|
modalFooterHeight: number;
|
|
124
|
+
minHeight: number;
|
|
125
|
+
footerOffset: number;
|
|
126
|
+
visible: boolean;
|
|
127
127
|
fullScreen: boolean;
|
|
128
128
|
}> | null;
|
|
129
129
|
};
|
|
@@ -244,11 +244,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
244
244
|
};
|
|
245
245
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
246
246
|
cancel: (...args: any[]) => void;
|
|
247
|
-
"visible-change": (...args: any[]) => void;
|
|
248
|
-
ok: (...args: any[]) => void;
|
|
249
247
|
"height-change": (...args: any[]) => void;
|
|
248
|
+
ok: (...args: any[]) => void;
|
|
250
249
|
register: (...args: any[]) => void;
|
|
251
250
|
"update:visible": (...args: any[]) => void;
|
|
251
|
+
"visible-change": (...args: any[]) => void;
|
|
252
252
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
253
253
|
visible: {
|
|
254
254
|
type: BooleanConstructor;
|
|
@@ -363,32 +363,32 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
363
363
|
};
|
|
364
364
|
}>> & Readonly<{
|
|
365
365
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
366
|
-
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
367
|
-
onOk?: ((...args: any[]) => any) | undefined;
|
|
368
366
|
"onHeight-change"?: ((...args: any[]) => any) | undefined;
|
|
367
|
+
onOk?: ((...args: any[]) => any) | undefined;
|
|
369
368
|
onRegister?: ((...args: any[]) => any) | undefined;
|
|
370
369
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
370
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
371
371
|
}>, {
|
|
372
372
|
visible: boolean;
|
|
373
|
-
mask: boolean;
|
|
374
|
-
loading: boolean;
|
|
375
|
-
draggable: boolean;
|
|
376
373
|
scrollTop: boolean;
|
|
377
|
-
|
|
378
|
-
closable: boolean;
|
|
374
|
+
draggable: boolean;
|
|
379
375
|
centered: boolean;
|
|
380
|
-
okText: string;
|
|
381
|
-
okType: import('ant-design-vue/es/button').ButtonType;
|
|
382
376
|
cancelText: string;
|
|
383
|
-
|
|
384
|
-
destroyOnClose: boolean;
|
|
385
|
-
keyboard: boolean;
|
|
377
|
+
okText: string;
|
|
386
378
|
defaultFullscreen: boolean;
|
|
387
379
|
canFullscreen: boolean;
|
|
388
380
|
wrapperFooterOffset: number;
|
|
389
381
|
useWrapper: boolean;
|
|
382
|
+
loading: boolean;
|
|
390
383
|
showCancelBtn: boolean;
|
|
391
384
|
showOkBtn: boolean;
|
|
385
|
+
closable: boolean;
|
|
386
|
+
confirmLoading: boolean;
|
|
387
|
+
destroyOnClose: boolean;
|
|
388
|
+
mask: boolean;
|
|
389
|
+
maskClosable: boolean;
|
|
390
|
+
keyboard: boolean;
|
|
391
|
+
okType: import('ant-design-vue/es/button').ButtonType;
|
|
392
392
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
393
393
|
modalWrapperRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
394
394
|
loading: {
|
|
@@ -427,8 +427,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
427
427
|
type: StringConstructor;
|
|
428
428
|
};
|
|
429
429
|
}>> & Readonly<{
|
|
430
|
-
"onHeight-change"?: ((...args: any[]) => any) | undefined;
|
|
431
430
|
"onExt-height"?: ((...args: any[]) => any) | undefined;
|
|
431
|
+
"onHeight-change"?: ((...args: any[]) => any) | undefined;
|
|
432
432
|
}>, {
|
|
433
433
|
wrapperRef: Ref<import('overlayscrollbars-vue').OverlayScrollbarsComponentRef | undefined, import('overlayscrollbars-vue').OverlayScrollbarsComponentRef | undefined>;
|
|
434
434
|
spinRef: Ref<null, null>;
|
|
@@ -436,14 +436,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
436
436
|
scrollTop: () => Promise<void>;
|
|
437
437
|
setModalHeight: () => Promise<void>;
|
|
438
438
|
scrollHeight: import('vue').ComputedRef<import('vue').CSSProperties>;
|
|
439
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("height
|
|
440
|
-
visible: boolean;
|
|
439
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("ext-height" | "height-change")[], import('vue').PublicProps, {
|
|
441
440
|
loading: boolean;
|
|
442
|
-
minHeight: number;
|
|
443
441
|
useWrapper: boolean;
|
|
444
|
-
footerOffset: number;
|
|
445
442
|
modalHeaderHeight: number;
|
|
446
443
|
modalFooterHeight: number;
|
|
444
|
+
minHeight: number;
|
|
445
|
+
footerOffset: number;
|
|
446
|
+
visible: boolean;
|
|
447
447
|
fullScreen: boolean;
|
|
448
448
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
449
449
|
P: {};
|
|
@@ -489,8 +489,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
489
489
|
type: StringConstructor;
|
|
490
490
|
};
|
|
491
491
|
}>> & Readonly<{
|
|
492
|
-
"onHeight-change"?: ((...args: any[]) => any) | undefined;
|
|
493
492
|
"onExt-height"?: ((...args: any[]) => any) | undefined;
|
|
493
|
+
"onHeight-change"?: ((...args: any[]) => any) | undefined;
|
|
494
494
|
}>, {
|
|
495
495
|
wrapperRef: Ref<import('overlayscrollbars-vue').OverlayScrollbarsComponentRef | undefined, import('overlayscrollbars-vue').OverlayScrollbarsComponentRef | undefined>;
|
|
496
496
|
spinRef: Ref<null, null>;
|
|
@@ -499,13 +499,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
499
499
|
setModalHeight: () => Promise<void>;
|
|
500
500
|
scrollHeight: import('vue').ComputedRef<import('vue').CSSProperties>;
|
|
501
501
|
}, {}, {}, {}, {
|
|
502
|
-
visible: boolean;
|
|
503
502
|
loading: boolean;
|
|
504
|
-
minHeight: number;
|
|
505
503
|
useWrapper: boolean;
|
|
506
|
-
footerOffset: number;
|
|
507
504
|
modalHeaderHeight: number;
|
|
508
505
|
modalFooterHeight: number;
|
|
506
|
+
minHeight: number;
|
|
507
|
+
footerOffset: number;
|
|
508
|
+
visible: boolean;
|
|
509
509
|
fullScreen: boolean;
|
|
510
510
|
}> | null;
|
|
511
511
|
}, any>;
|
|
@@ -228,24 +228,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
228
228
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
229
229
|
}>, {
|
|
230
230
|
visible: boolean;
|
|
231
|
-
mask: boolean;
|
|
232
|
-
loading: boolean;
|
|
233
|
-
draggable: boolean;
|
|
234
231
|
scrollTop: boolean;
|
|
235
|
-
|
|
236
|
-
closable: boolean;
|
|
232
|
+
draggable: boolean;
|
|
237
233
|
centered: boolean;
|
|
238
|
-
okText: string;
|
|
239
|
-
okType: import('ant-design-vue/es/button').ButtonType;
|
|
240
234
|
cancelText: string;
|
|
241
|
-
|
|
242
|
-
destroyOnClose: boolean;
|
|
243
|
-
keyboard: boolean;
|
|
235
|
+
okText: string;
|
|
244
236
|
defaultFullscreen: boolean;
|
|
245
237
|
canFullscreen: boolean;
|
|
246
238
|
wrapperFooterOffset: number;
|
|
247
239
|
useWrapper: boolean;
|
|
240
|
+
loading: boolean;
|
|
248
241
|
showCancelBtn: boolean;
|
|
249
242
|
showOkBtn: boolean;
|
|
243
|
+
closable: boolean;
|
|
244
|
+
confirmLoading: boolean;
|
|
245
|
+
destroyOnClose: boolean;
|
|
246
|
+
mask: boolean;
|
|
247
|
+
maskClosable: boolean;
|
|
248
|
+
keyboard: boolean;
|
|
249
|
+
okType: import('ant-design-vue/es/button').ButtonType;
|
|
250
250
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
251
251
|
export default _default;
|
|
@@ -241,25 +241,25 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
241
241
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
242
242
|
}>, {
|
|
243
243
|
visible: boolean;
|
|
244
|
-
mask: boolean;
|
|
245
|
-
loading: boolean;
|
|
246
|
-
draggable: boolean;
|
|
247
244
|
scrollTop: boolean;
|
|
248
|
-
|
|
249
|
-
closable: boolean;
|
|
245
|
+
draggable: boolean;
|
|
250
246
|
centered: boolean;
|
|
251
|
-
okText: string;
|
|
252
|
-
okType: import('ant-design-vue/es/button').ButtonType;
|
|
253
247
|
cancelText: string;
|
|
254
|
-
|
|
255
|
-
destroyOnClose: boolean;
|
|
256
|
-
keyboard: boolean;
|
|
248
|
+
okText: string;
|
|
257
249
|
defaultFullscreen: boolean;
|
|
258
250
|
canFullscreen: boolean;
|
|
259
251
|
wrapperFooterOffset: number;
|
|
260
252
|
useWrapper: boolean;
|
|
253
|
+
loading: boolean;
|
|
261
254
|
showCancelBtn: boolean;
|
|
262
255
|
showOkBtn: boolean;
|
|
256
|
+
closable: boolean;
|
|
257
|
+
confirmLoading: boolean;
|
|
258
|
+
destroyOnClose: boolean;
|
|
259
|
+
mask: boolean;
|
|
260
|
+
maskClosable: boolean;
|
|
261
|
+
keyboard: boolean;
|
|
262
|
+
okType: import('ant-design-vue/es/button').ButtonType;
|
|
263
263
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
264
264
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
265
265
|
export default _default;
|
|
@@ -43,7 +43,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
43
43
|
scrollTop: () => Promise<void>;
|
|
44
44
|
setModalHeight: () => Promise<void>;
|
|
45
45
|
scrollHeight: import('vue').ComputedRef<CSSProperties>;
|
|
46
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("height
|
|
46
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("ext-height" | "height-change")[], "ext-height" | "height-change", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
47
47
|
loading: {
|
|
48
48
|
type: BooleanConstructor;
|
|
49
49
|
};
|
|
@@ -80,16 +80,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
80
80
|
type: StringConstructor;
|
|
81
81
|
};
|
|
82
82
|
}>> & Readonly<{
|
|
83
|
-
"onHeight-change"?: ((...args: any[]) => any) | undefined;
|
|
84
83
|
"onExt-height"?: ((...args: any[]) => any) | undefined;
|
|
84
|
+
"onHeight-change"?: ((...args: any[]) => any) | undefined;
|
|
85
85
|
}>, {
|
|
86
|
-
visible: boolean;
|
|
87
86
|
loading: boolean;
|
|
88
|
-
minHeight: number;
|
|
89
87
|
useWrapper: boolean;
|
|
90
|
-
footerOffset: number;
|
|
91
88
|
modalHeaderHeight: number;
|
|
92
89
|
modalFooterHeight: number;
|
|
90
|
+
minHeight: number;
|
|
91
|
+
footerOffset: number;
|
|
92
|
+
visible: boolean;
|
|
93
93
|
fullScreen: boolean;
|
|
94
94
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
95
95
|
export default _default;
|
|
@@ -30,9 +30,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
30
30
|
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
31
31
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
32
32
|
of<T>(...items: T[]): T[];
|
|
33
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
33
34
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
34
35
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
35
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
36
36
|
};
|
|
37
37
|
default: string[];
|
|
38
38
|
};
|
|
@@ -76,9 +76,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
76
76
|
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
77
77
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
78
78
|
of<T>(...items: T[]): T[];
|
|
79
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
79
80
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
80
81
|
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
81
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
82
82
|
};
|
|
83
83
|
default: string[];
|
|
84
84
|
};
|
|
@@ -93,7 +93,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
93
93
|
onUploadSuccess?: ((...args: any[]) => any) | undefined;
|
|
94
94
|
}>, {
|
|
95
95
|
title: string;
|
|
96
|
-
accept: string[];
|
|
97
96
|
circled: boolean;
|
|
97
|
+
accept: string[];
|
|
98
98
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
99
99
|
export default _default;
|