@dazhicheng/ui 1.4.4 → 1.4.6
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/components/tt-form/src/form-render/dependencies.d.ts +56 -56
- package/dist/components/tt-form/src/form-render/form.vue.d.ts +1 -1
- package/dist/components/tt-form/src/index.vue.d.ts +4 -4
- package/dist/components/tt-image/index.d.ts +128 -0
- package/dist/components/tt-image/index.d.ts.map +1 -0
- package/dist/components/tt-image/src/components/ImageViewer.d.ts +90 -0
- package/dist/components/tt-image/src/components/ImageViewer.d.ts.map +1 -0
- package/dist/components/tt-image/tt-image.d.ts +127 -0
- package/dist/components/tt-image/tt-image.d.ts.map +1 -0
- package/dist/components/tt-modal/index.d.ts +110 -110
- package/dist/components/tt-modal/src/RenderModal.vue.d.ts +55 -55
- package/dist/components/tt-modal/src/components/ModalWrapper.vue.d.ts +5 -5
- package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +23 -23
- package/dist/components/tt-part/index.d.ts +3 -3
- package/dist/components/tt-part/index.vue.d.ts +1 -1
- package/dist/components/tt-part-item/index.d.ts +3 -3
- package/dist/components/tt-part-item/index.vue.d.ts +1 -1
- package/dist/components/tt-select/src/Select.vue.d.ts +35 -35
- package/dist/components/tt-select/src/components/SelectTable.vue.d.ts +3 -3
- package/dist/components/tt-select/src/components/Table.vue.d.ts +3 -3
- package/dist/components/tt-table/src/Table.vue.d.ts +164 -164
- package/dist/components/tt-table/src/Table.vue.d.ts.map +1 -1
- package/dist/components/tt-table/src/TableForm.vue.d.ts +3 -12
- package/dist/components/tt-table/src/TableForm.vue.d.ts.map +1 -1
- package/dist/components/tt-table/src/hooks/useDataSource.d.ts.map +1 -1
- package/dist/components/tt-table/src/hooks/useLeftRightSlot.d.ts +96 -96
- package/dist/components/tt-table/src/hooks/useTableForm.d.ts +1 -1
- package/dist/components/tt-table/src/props.d.ts +31 -37
- package/dist/components/tt-table/src/props.d.ts.map +1 -1
- package/dist/components/tt-table/src/toolProps.d.ts +1 -1
- package/dist/components/tt-validate/src/Field.d.ts +2 -2
- package/dist/components/tt-validate/src/Field.d.ts.map +1 -1
- package/dist/components/types.d.ts +251 -0
- package/dist/components/types.d.ts.map +1 -1
- package/dist/{event-BalOV0JM.js → event-CCP8Fy26.js} +1 -1
- package/dist/hooks/useFormat.d.ts +74 -0
- package/dist/hooks/useFormat.d.ts.map +1 -0
- package/dist/hooks/useSetup.d.ts +6 -3
- package/dist/hooks/useSetup.d.ts.map +1 -1
- package/dist/{icon-5B2ynQp-.js → icon-BruIEosy.js} +2 -2
- package/dist/{index-2mKTLyPx.js → index-4QVIFvmr.js} +6 -6
- package/dist/{index-CrbQ-YeE.js → index-B74518D9.js} +5 -5
- package/dist/{index-INtP-J4m.js → index-BOMd6xKO.js} +5 -5
- package/dist/{index-CZsyLWae.js → index-BSQ6kZfp.js} +1 -1
- package/dist/{index-DDSeluzh.js → index-BjHXisq7.js} +8 -8
- package/dist/{index-DhgDl8b4.js → index-BuzoE5Np.js} +2 -2
- package/dist/{index-DdQGYaDm.js → index-C-C79Vik.js} +2 -2
- package/dist/{index-CGDdXoGl.js → index-C7bDMVqV.js} +1 -1
- package/dist/{index-Cc2BtQLP.js → index-CFoOxRYl.js} +10 -10
- package/dist/{index-CcCiF8pT.js → index-CbNOfSHg.js} +5 -5
- package/dist/{index-Be5pn-NN.js → index-D-gXcrBf.js} +3 -3
- package/dist/index-DGfoBPVc.js +55979 -0
- package/dist/{index-D4nRmk4y.js → index-DI0hIq4E.js} +2 -2
- package/dist/{index-CDYw4eVB.js → index-DKhSQ7uN.js} +7 -7
- package/dist/{index-BJ_5njEA.js → index-DXnuUJEh.js} +9 -9
- package/dist/{index-p-cQlvvh.js → index-oKDpkWew.js} +6 -6
- package/dist/{index-BTHTtdJx.js → index-qcmTwp-Z.js} +1 -1
- package/dist/index.d.ts +13 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +26 -22
- package/dist/{panel-time-pick.vue2-DEt56nH4.js → panel-time-pick.vue2-C0_07tvr.js} +10 -10
- package/dist/{use-form-common-props-DjKbQLMM.js → use-form-common-props-BBchvAwb.js} +1 -1
- package/dist/{use-form-item-B8AaclW6.js → use-form-item-DHBBywdH.js} +2 -2
- package/dist/{util-p8egm5f9.js → util-mOkYZgOw.js} +6 -6
- package/package.json +4 -3
- package/dist/index-CB_EENKU.js +0 -55410
|
@@ -103,36 +103,9 @@ export default function useDependencies(getDependencies: () => FormItemDependenc
|
|
|
103
103
|
prefix?: any;
|
|
104
104
|
role?: any;
|
|
105
105
|
autofocus?: any;
|
|
106
|
-
draggable?: any;
|
|
107
|
-
tabindex?: any;
|
|
108
|
-
translate?: any;
|
|
109
106
|
innerHTML?: any;
|
|
110
|
-
accesskey?: any;
|
|
111
|
-
contenteditable?: any;
|
|
112
|
-
inert?: any;
|
|
113
107
|
lang?: any;
|
|
114
|
-
|
|
115
|
-
radiogroup?: any;
|
|
116
|
-
about?: any;
|
|
117
|
-
datatype?: any;
|
|
118
|
-
inlist?: any;
|
|
119
|
-
property?: any;
|
|
120
|
-
resource?: any;
|
|
121
|
-
typeof?: any;
|
|
122
|
-
vocab?: any;
|
|
123
|
-
autocapitalize?: any;
|
|
124
|
-
autocorrect?: any;
|
|
125
|
-
autosave?: any;
|
|
126
|
-
itemprop?: any;
|
|
127
|
-
itemscope?: any;
|
|
128
|
-
itemtype?: any;
|
|
129
|
-
itemid?: any;
|
|
130
|
-
itemref?: any;
|
|
131
|
-
results?: any;
|
|
132
|
-
security?: any;
|
|
133
|
-
unselectable?: any;
|
|
134
|
-
inputmode?: any;
|
|
135
|
-
is?: any;
|
|
108
|
+
tabindex?: any;
|
|
136
109
|
"aria-activedescendant"?: any;
|
|
137
110
|
"aria-atomic"?: any;
|
|
138
111
|
"aria-autocomplete"?: any;
|
|
@@ -180,6 +153,33 @@ export default function useDependencies(getDependencies: () => FormItemDependenc
|
|
|
180
153
|
"aria-valuemin"?: any;
|
|
181
154
|
"aria-valuenow"?: any;
|
|
182
155
|
"aria-valuetext"?: any;
|
|
156
|
+
autocapitalize?: any;
|
|
157
|
+
autocorrect?: any;
|
|
158
|
+
draggable?: any;
|
|
159
|
+
inert?: any;
|
|
160
|
+
spellcheck?: any;
|
|
161
|
+
translate?: any;
|
|
162
|
+
accesskey?: any;
|
|
163
|
+
contenteditable?: any;
|
|
164
|
+
radiogroup?: any;
|
|
165
|
+
about?: any;
|
|
166
|
+
datatype?: any;
|
|
167
|
+
inlist?: any;
|
|
168
|
+
property?: any;
|
|
169
|
+
resource?: any;
|
|
170
|
+
typeof?: any;
|
|
171
|
+
vocab?: any;
|
|
172
|
+
autosave?: any;
|
|
173
|
+
itemprop?: any;
|
|
174
|
+
itemscope?: any;
|
|
175
|
+
itemtype?: any;
|
|
176
|
+
itemid?: any;
|
|
177
|
+
itemref?: any;
|
|
178
|
+
results?: any;
|
|
179
|
+
security?: any;
|
|
180
|
+
unselectable?: any;
|
|
181
|
+
inputmode?: any;
|
|
182
|
+
is?: any;
|
|
183
183
|
manifest?: any;
|
|
184
184
|
}, MaybeComponentProps | {
|
|
185
185
|
[x: Record<never, never> & string]: any;
|
|
@@ -281,36 +281,9 @@ export default function useDependencies(getDependencies: () => FormItemDependenc
|
|
|
281
281
|
prefix?: any;
|
|
282
282
|
role?: any;
|
|
283
283
|
autofocus?: any;
|
|
284
|
-
draggable?: any;
|
|
285
|
-
tabindex?: any;
|
|
286
|
-
translate?: any;
|
|
287
284
|
innerHTML?: any;
|
|
288
|
-
accesskey?: any;
|
|
289
|
-
contenteditable?: any;
|
|
290
|
-
inert?: any;
|
|
291
285
|
lang?: any;
|
|
292
|
-
|
|
293
|
-
radiogroup?: any;
|
|
294
|
-
about?: any;
|
|
295
|
-
datatype?: any;
|
|
296
|
-
inlist?: any;
|
|
297
|
-
property?: any;
|
|
298
|
-
resource?: any;
|
|
299
|
-
typeof?: any;
|
|
300
|
-
vocab?: any;
|
|
301
|
-
autocapitalize?: any;
|
|
302
|
-
autocorrect?: any;
|
|
303
|
-
autosave?: any;
|
|
304
|
-
itemprop?: any;
|
|
305
|
-
itemscope?: any;
|
|
306
|
-
itemtype?: any;
|
|
307
|
-
itemid?: any;
|
|
308
|
-
itemref?: any;
|
|
309
|
-
results?: any;
|
|
310
|
-
security?: any;
|
|
311
|
-
unselectable?: any;
|
|
312
|
-
inputmode?: any;
|
|
313
|
-
is?: any;
|
|
286
|
+
tabindex?: any;
|
|
314
287
|
"aria-activedescendant"?: any;
|
|
315
288
|
"aria-atomic"?: any;
|
|
316
289
|
"aria-autocomplete"?: any;
|
|
@@ -358,6 +331,33 @@ export default function useDependencies(getDependencies: () => FormItemDependenc
|
|
|
358
331
|
"aria-valuemin"?: any;
|
|
359
332
|
"aria-valuenow"?: any;
|
|
360
333
|
"aria-valuetext"?: any;
|
|
334
|
+
autocapitalize?: any;
|
|
335
|
+
autocorrect?: any;
|
|
336
|
+
draggable?: any;
|
|
337
|
+
inert?: any;
|
|
338
|
+
spellcheck?: any;
|
|
339
|
+
translate?: any;
|
|
340
|
+
accesskey?: any;
|
|
341
|
+
contenteditable?: any;
|
|
342
|
+
radiogroup?: any;
|
|
343
|
+
about?: any;
|
|
344
|
+
datatype?: any;
|
|
345
|
+
inlist?: any;
|
|
346
|
+
property?: any;
|
|
347
|
+
resource?: any;
|
|
348
|
+
typeof?: any;
|
|
349
|
+
vocab?: any;
|
|
350
|
+
autosave?: any;
|
|
351
|
+
itemprop?: any;
|
|
352
|
+
itemscope?: any;
|
|
353
|
+
itemtype?: any;
|
|
354
|
+
itemid?: any;
|
|
355
|
+
itemref?: any;
|
|
356
|
+
results?: any;
|
|
357
|
+
security?: any;
|
|
358
|
+
unselectable?: any;
|
|
359
|
+
inputmode?: any;
|
|
360
|
+
is?: any;
|
|
361
361
|
manifest?: any;
|
|
362
362
|
}>;
|
|
363
363
|
dynamicRules: import('vue').Ref<FormSchemaRuleType | undefined, FormSchemaRuleType | undefined>;
|
|
@@ -41,8 +41,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
41
41
|
title?: string | undefined;
|
|
42
42
|
type?: string | undefined;
|
|
43
43
|
modelValue?: boolean | undefined;
|
|
44
|
-
headerClass?: string | undefined;
|
|
45
44
|
shadow?: boolean | undefined;
|
|
45
|
+
headerClass?: string | undefined;
|
|
46
46
|
colSpan?: number | undefined;
|
|
47
47
|
isExpand?: boolean | undefined;
|
|
48
48
|
showExpand?: boolean | undefined;
|
|
@@ -85,8 +85,8 @@ declare function __VLS_template(): {
|
|
|
85
85
|
title?: string | undefined;
|
|
86
86
|
type?: string | undefined;
|
|
87
87
|
modelValue?: boolean | undefined;
|
|
88
|
-
headerClass?: string | undefined;
|
|
89
88
|
shadow?: boolean | undefined;
|
|
89
|
+
headerClass?: string | undefined;
|
|
90
90
|
colSpan?: number | undefined;
|
|
91
91
|
isExpand?: boolean | undefined;
|
|
92
92
|
showExpand?: boolean | undefined;
|
|
@@ -135,8 +135,8 @@ declare function __VLS_template(): {
|
|
|
135
135
|
title?: string | undefined;
|
|
136
136
|
type?: string | undefined;
|
|
137
137
|
modelValue?: boolean | undefined;
|
|
138
|
-
headerClass?: string | undefined;
|
|
139
138
|
shadow?: boolean | undefined;
|
|
139
|
+
headerClass?: string | undefined;
|
|
140
140
|
colSpan?: number | undefined;
|
|
141
141
|
isExpand?: boolean | undefined;
|
|
142
142
|
showExpand?: boolean | undefined;
|
|
@@ -244,8 +244,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
244
244
|
title?: string | undefined;
|
|
245
245
|
type?: string | undefined;
|
|
246
246
|
modelValue?: boolean | undefined;
|
|
247
|
-
headerClass?: string | undefined;
|
|
248
247
|
shadow?: boolean | undefined;
|
|
248
|
+
headerClass?: string | undefined;
|
|
249
249
|
colSpan?: number | undefined;
|
|
250
250
|
isExpand?: boolean | undefined;
|
|
251
251
|
showExpand?: boolean | undefined;
|
|
@@ -294,8 +294,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
294
294
|
title?: string | undefined;
|
|
295
295
|
type?: string | undefined;
|
|
296
296
|
modelValue?: boolean | undefined;
|
|
297
|
-
headerClass?: string | undefined;
|
|
298
297
|
shadow?: boolean | undefined;
|
|
298
|
+
headerClass?: string | undefined;
|
|
299
299
|
colSpan?: number | undefined;
|
|
300
300
|
isExpand?: boolean | undefined;
|
|
301
301
|
showExpand?: boolean | undefined;
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
export * from './src/components/ImageViewer';
|
|
2
|
+
/**
|
|
3
|
+
* 图片业务状态
|
|
4
|
+
*/
|
|
5
|
+
export type ImageStatus = "no-network" | "develop" | "loading" | "loading-fail" | "no-data" | "no-permission" | "no-search";
|
|
6
|
+
export declare const TtImage: import('../../../../utils/src').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7
|
+
status: {
|
|
8
|
+
type: import('vue').PropType<ImageStatus>;
|
|
9
|
+
required: false;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
hideOnClickModal: BooleanConstructor;
|
|
13
|
+
src: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
14
|
+
fit: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "" | "fill" | "contain" | "none" | "cover" | "scale-down", unknown, "", boolean>;
|
|
15
|
+
loading: {
|
|
16
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "lazy" | "eager", unknown>>;
|
|
17
|
+
readonly required: false;
|
|
18
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
19
|
+
__epPropKey: true;
|
|
20
|
+
};
|
|
21
|
+
lazy: BooleanConstructor;
|
|
22
|
+
scrollContainer: {
|
|
23
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement | undefined) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement | undefined))[], unknown, unknown>>;
|
|
24
|
+
readonly required: false;
|
|
25
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
26
|
+
__epPropKey: true;
|
|
27
|
+
};
|
|
28
|
+
previewSrcList: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
29
|
+
previewTeleported: BooleanConstructor;
|
|
30
|
+
zIndex: {
|
|
31
|
+
readonly type: import('vue').PropType<number>;
|
|
32
|
+
readonly required: false;
|
|
33
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
34
|
+
__epPropKey: true;
|
|
35
|
+
};
|
|
36
|
+
initialIndex: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
37
|
+
infinite: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
38
|
+
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
39
|
+
zoomRate: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 1.2, boolean>;
|
|
40
|
+
scale: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
41
|
+
minScale: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0.2, boolean>;
|
|
42
|
+
maxScale: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
|
|
43
|
+
showProgress: BooleanConstructor;
|
|
44
|
+
crossorigin: {
|
|
45
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => import('element-plus').ImageCrossorigin) | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => import('element-plus').ImageCrossorigin))[], unknown, unknown>>;
|
|
46
|
+
readonly required: false;
|
|
47
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
|
+
__epPropKey: true;
|
|
49
|
+
};
|
|
50
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
51
|
+
load: (evt: Event) => boolean;
|
|
52
|
+
error: (evt: Event) => boolean;
|
|
53
|
+
switch: (val: number) => boolean;
|
|
54
|
+
close: () => boolean;
|
|
55
|
+
show: () => boolean;
|
|
56
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
57
|
+
status: {
|
|
58
|
+
type: import('vue').PropType<ImageStatus>;
|
|
59
|
+
required: false;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
hideOnClickModal: BooleanConstructor;
|
|
63
|
+
src: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
64
|
+
fit: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "" | "fill" | "contain" | "none" | "cover" | "scale-down", unknown, "", boolean>;
|
|
65
|
+
loading: {
|
|
66
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "lazy" | "eager", unknown>>;
|
|
67
|
+
readonly required: false;
|
|
68
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
69
|
+
__epPropKey: true;
|
|
70
|
+
};
|
|
71
|
+
lazy: BooleanConstructor;
|
|
72
|
+
scrollContainer: {
|
|
73
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement | undefined) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement | undefined))[], unknown, unknown>>;
|
|
74
|
+
readonly required: false;
|
|
75
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
76
|
+
__epPropKey: true;
|
|
77
|
+
};
|
|
78
|
+
previewSrcList: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
79
|
+
previewTeleported: BooleanConstructor;
|
|
80
|
+
zIndex: {
|
|
81
|
+
readonly type: import('vue').PropType<number>;
|
|
82
|
+
readonly required: false;
|
|
83
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
84
|
+
__epPropKey: true;
|
|
85
|
+
};
|
|
86
|
+
initialIndex: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
87
|
+
infinite: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
88
|
+
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
89
|
+
zoomRate: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 1.2, boolean>;
|
|
90
|
+
scale: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
91
|
+
minScale: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0.2, boolean>;
|
|
92
|
+
maxScale: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
|
|
93
|
+
showProgress: BooleanConstructor;
|
|
94
|
+
crossorigin: {
|
|
95
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => import('element-plus').ImageCrossorigin) | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => import('element-plus').ImageCrossorigin))[], unknown, unknown>>;
|
|
96
|
+
readonly required: false;
|
|
97
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
98
|
+
__epPropKey: true;
|
|
99
|
+
};
|
|
100
|
+
}>> & Readonly<{
|
|
101
|
+
onClose?: (() => any) | undefined;
|
|
102
|
+
onError?: ((evt: Event) => any) | undefined;
|
|
103
|
+
onLoad?: ((evt: Event) => any) | undefined;
|
|
104
|
+
onSwitch?: ((val: number) => any) | undefined;
|
|
105
|
+
onShow?: (() => any) | undefined;
|
|
106
|
+
}>, {
|
|
107
|
+
status: ImageStatus;
|
|
108
|
+
src: string;
|
|
109
|
+
scale: number;
|
|
110
|
+
fit: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "fill" | "none" | "contain" | "cover" | "scale-down", unknown>;
|
|
111
|
+
infinite: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
112
|
+
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
113
|
+
hideOnClickModal: boolean;
|
|
114
|
+
lazy: boolean;
|
|
115
|
+
previewSrcList: string[];
|
|
116
|
+
previewTeleported: boolean;
|
|
117
|
+
initialIndex: number;
|
|
118
|
+
zoomRate: number;
|
|
119
|
+
minScale: number;
|
|
120
|
+
maxScale: number;
|
|
121
|
+
showProgress: boolean;
|
|
122
|
+
}, import('vue').SlotsType<{
|
|
123
|
+
placeholder?: () => import('vue').VNodeChild;
|
|
124
|
+
error?: () => import('vue').VNodeChild;
|
|
125
|
+
viewer?: () => import('vue').VNodeChild;
|
|
126
|
+
}>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
127
|
+
export default TtImage;
|
|
128
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/tt-image/index.ts"],"names":[],"mappings":"AAGA,cAAc,8BAA8B,CAAC;AAE7C;;GAEG;AACH,MAAM,MAAM,WAAW,GACnB,YAAY,GACZ,SAAS,GACT,SAAS,GACT,cAAc,GACd,SAAS,GACT,eAAe,GACf,WAAW,CAAC;AAEhB,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;8GAE06F,GAAG,0FAA0F,GAAG;;;;;oFAAqU,GAAG,sDAAsD,GAAG;;;;;;;;;;;;;;;;;8GAAu3C,GAAG,iHAA0F,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;8GAAx7D,GAAG,0FAA0F,GAAG;;;;;oFAAqU,GAAG,sDAAsD,GAAG;;;;;;;;;;;;;;;;;8GAAu3C,GAAG,iHAA0F,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gGAFh0J,CAAC;AACvD,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
export declare const TtImageViewer: import('../../../../../../utils/src').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
/**
|
|
3
|
+
* 是否显示
|
|
4
|
+
*/
|
|
5
|
+
visible: {
|
|
6
|
+
type: BooleanConstructor;
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
urlList: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
10
|
+
zIndex: {
|
|
11
|
+
readonly type: import('vue').PropType<number>;
|
|
12
|
+
readonly required: false;
|
|
13
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14
|
+
__epPropKey: true;
|
|
15
|
+
};
|
|
16
|
+
initialIndex: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
17
|
+
infinite: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
18
|
+
hideOnClickModal: BooleanConstructor;
|
|
19
|
+
teleported: BooleanConstructor;
|
|
20
|
+
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
21
|
+
zoomRate: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 1.2, boolean>;
|
|
22
|
+
scale: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
23
|
+
minScale: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0.2, boolean>;
|
|
24
|
+
maxScale: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
|
|
25
|
+
showProgress: BooleanConstructor;
|
|
26
|
+
crossorigin: {
|
|
27
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => import('element-plus').ImageViewerCrossorigin) | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => import('element-plus').ImageViewerCrossorigin))[], unknown, unknown>>;
|
|
28
|
+
readonly required: false;
|
|
29
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
30
|
+
__epPropKey: true;
|
|
31
|
+
};
|
|
32
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
33
|
+
"update:visible": (_visible: boolean) => true;
|
|
34
|
+
close: () => boolean;
|
|
35
|
+
error: (evt: Event) => boolean;
|
|
36
|
+
switch: (index: number) => boolean;
|
|
37
|
+
rotate: (deg: number) => boolean;
|
|
38
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
39
|
+
/**
|
|
40
|
+
* 是否显示
|
|
41
|
+
*/
|
|
42
|
+
visible: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
urlList: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
47
|
+
zIndex: {
|
|
48
|
+
readonly type: import('vue').PropType<number>;
|
|
49
|
+
readonly required: false;
|
|
50
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
|
+
__epPropKey: true;
|
|
52
|
+
};
|
|
53
|
+
initialIndex: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
54
|
+
infinite: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
55
|
+
hideOnClickModal: BooleanConstructor;
|
|
56
|
+
teleported: BooleanConstructor;
|
|
57
|
+
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
58
|
+
zoomRate: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 1.2, boolean>;
|
|
59
|
+
scale: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
60
|
+
minScale: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0.2, boolean>;
|
|
61
|
+
maxScale: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
|
|
62
|
+
showProgress: BooleanConstructor;
|
|
63
|
+
crossorigin: {
|
|
64
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => import('element-plus').ImageViewerCrossorigin) | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => import('element-plus').ImageViewerCrossorigin))[], unknown, unknown>>;
|
|
65
|
+
readonly required: false;
|
|
66
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
67
|
+
__epPropKey: true;
|
|
68
|
+
};
|
|
69
|
+
}>> & Readonly<{
|
|
70
|
+
onClose?: (() => any) | undefined;
|
|
71
|
+
onError?: ((evt: Event) => any) | undefined;
|
|
72
|
+
onSwitch?: ((index: number) => any) | undefined;
|
|
73
|
+
"onUpdate:visible"?: ((_visible: boolean) => any) | undefined;
|
|
74
|
+
onRotate?: ((deg: number) => any) | undefined;
|
|
75
|
+
}>, {
|
|
76
|
+
visible: boolean;
|
|
77
|
+
teleported: boolean;
|
|
78
|
+
scale: number;
|
|
79
|
+
infinite: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
80
|
+
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
81
|
+
hideOnClickModal: boolean;
|
|
82
|
+
initialIndex: number;
|
|
83
|
+
zoomRate: number;
|
|
84
|
+
minScale: number;
|
|
85
|
+
maxScale: number;
|
|
86
|
+
showProgress: boolean;
|
|
87
|
+
urlList: string[];
|
|
88
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
89
|
+
export default TtImageViewer;
|
|
90
|
+
//# sourceMappingURL=ImageViewer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageViewer.d.ts","sourceRoot":"","sources":["../../../../../src/components/tt-image/src/components/ImageViewer.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,aAAa;IAKpB;;OAEG;;;;;6EA4Cmf,GAAG,sDAAsD,GAAG;;;;;;;;;;;;;;;;;;8GAAm6C,GAAG,uHAAgG,GAAG;;;;;;iCApC9hE,OAAO;;;;;;IAVpC;;OAEG;;;;;6EA4Cmf,GAAG,sDAAsD,GAAG;;;;;;;;;;;;;;;;;;8GAAm6C,GAAG,uHAAgG,GAAG;;;;;;;;;;;;;;;;;;;;;;;;mGAHhkE,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import { PropType, SlotsType, VNodeChild } from 'vue';
|
|
2
|
+
import { ImageStatus } from './index';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
/** image 图片的 集中状态 */
|
|
5
|
+
status: {
|
|
6
|
+
type: PropType<ImageStatus>;
|
|
7
|
+
required: false;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
hideOnClickModal: BooleanConstructor;
|
|
11
|
+
src: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
12
|
+
fit: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "" | "fill" | "contain" | "none" | "cover" | "scale-down", unknown, "", boolean>;
|
|
13
|
+
loading: {
|
|
14
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "lazy" | "eager", unknown>>;
|
|
15
|
+
readonly required: false;
|
|
16
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
17
|
+
__epPropKey: true;
|
|
18
|
+
};
|
|
19
|
+
lazy: BooleanConstructor;
|
|
20
|
+
scrollContainer: {
|
|
21
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement | undefined) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement | undefined))[], unknown, unknown>>;
|
|
22
|
+
readonly required: false;
|
|
23
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
24
|
+
__epPropKey: true;
|
|
25
|
+
};
|
|
26
|
+
previewSrcList: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
27
|
+
previewTeleported: BooleanConstructor;
|
|
28
|
+
zIndex: {
|
|
29
|
+
readonly type: import('vue').PropType<number>;
|
|
30
|
+
readonly required: false;
|
|
31
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
32
|
+
__epPropKey: true;
|
|
33
|
+
};
|
|
34
|
+
initialIndex: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
35
|
+
infinite: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
36
|
+
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
37
|
+
zoomRate: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 1.2, boolean>;
|
|
38
|
+
scale: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
39
|
+
minScale: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0.2, boolean>;
|
|
40
|
+
maxScale: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
|
|
41
|
+
showProgress: BooleanConstructor;
|
|
42
|
+
crossorigin: {
|
|
43
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => import('element-plus').ImageCrossorigin) | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => import('element-plus').ImageCrossorigin))[], unknown, unknown>>;
|
|
44
|
+
readonly required: false;
|
|
45
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
46
|
+
__epPropKey: true;
|
|
47
|
+
};
|
|
48
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
49
|
+
load: (evt: Event) => boolean;
|
|
50
|
+
error: (evt: Event) => boolean;
|
|
51
|
+
switch: (val: number) => boolean;
|
|
52
|
+
close: () => boolean;
|
|
53
|
+
show: () => boolean;
|
|
54
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
55
|
+
/** image 图片的 集中状态 */
|
|
56
|
+
status: {
|
|
57
|
+
type: PropType<ImageStatus>;
|
|
58
|
+
required: false;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
hideOnClickModal: BooleanConstructor;
|
|
62
|
+
src: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
63
|
+
fit: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "" | "fill" | "contain" | "none" | "cover" | "scale-down", unknown, "", boolean>;
|
|
64
|
+
loading: {
|
|
65
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "lazy" | "eager", unknown>>;
|
|
66
|
+
readonly required: false;
|
|
67
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
68
|
+
__epPropKey: true;
|
|
69
|
+
};
|
|
70
|
+
lazy: BooleanConstructor;
|
|
71
|
+
scrollContainer: {
|
|
72
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement | undefined) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement | undefined))[], unknown, unknown>>;
|
|
73
|
+
readonly required: false;
|
|
74
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
75
|
+
__epPropKey: true;
|
|
76
|
+
};
|
|
77
|
+
previewSrcList: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
78
|
+
previewTeleported: BooleanConstructor;
|
|
79
|
+
zIndex: {
|
|
80
|
+
readonly type: import('vue').PropType<number>;
|
|
81
|
+
readonly required: false;
|
|
82
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
83
|
+
__epPropKey: true;
|
|
84
|
+
};
|
|
85
|
+
initialIndex: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
86
|
+
infinite: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
87
|
+
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
88
|
+
zoomRate: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 1.2, boolean>;
|
|
89
|
+
scale: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
90
|
+
minScale: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0.2, boolean>;
|
|
91
|
+
maxScale: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
|
|
92
|
+
showProgress: BooleanConstructor;
|
|
93
|
+
crossorigin: {
|
|
94
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => import('element-plus').ImageCrossorigin) | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => import('element-plus').ImageCrossorigin))[], unknown, unknown>>;
|
|
95
|
+
readonly required: false;
|
|
96
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
97
|
+
__epPropKey: true;
|
|
98
|
+
};
|
|
99
|
+
}>> & Readonly<{
|
|
100
|
+
onClose?: (() => any) | undefined;
|
|
101
|
+
onError?: ((evt: Event) => any) | undefined;
|
|
102
|
+
onLoad?: ((evt: Event) => any) | undefined;
|
|
103
|
+
onSwitch?: ((val: number) => any) | undefined;
|
|
104
|
+
onShow?: (() => any) | undefined;
|
|
105
|
+
}>, {
|
|
106
|
+
status: ImageStatus;
|
|
107
|
+
src: string;
|
|
108
|
+
scale: number;
|
|
109
|
+
fit: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "fill" | "none" | "contain" | "cover" | "scale-down", unknown>;
|
|
110
|
+
infinite: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
111
|
+
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
112
|
+
hideOnClickModal: boolean;
|
|
113
|
+
lazy: boolean;
|
|
114
|
+
previewSrcList: string[];
|
|
115
|
+
previewTeleported: boolean;
|
|
116
|
+
initialIndex: number;
|
|
117
|
+
zoomRate: number;
|
|
118
|
+
minScale: number;
|
|
119
|
+
maxScale: number;
|
|
120
|
+
showProgress: boolean;
|
|
121
|
+
}, SlotsType<{
|
|
122
|
+
placeholder?: () => VNodeChild;
|
|
123
|
+
error?: () => VNodeChild;
|
|
124
|
+
viewer?: () => VNodeChild;
|
|
125
|
+
}>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
126
|
+
export default _default;
|
|
127
|
+
//# sourceMappingURL=tt-image.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tt-image.d.ts","sourceRoot":"","sources":["../../../src/components/tt-image/tt-image.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;;IA2BvC,qBAAqB;;cAEH,QAAQ,CAAC,WAAW,CAAC;;;;;;;;;;;;;;;8GA2CilC,GAAG,0FAA0F,GAAG;;;;;oFAAqU,GAAG,sDAAsD,GAAG;;;;;;;;;;;;;;;;;8GAAu3C,GAAG,iHAA0F,GAAG;;;;;;;;;;;;IA7ChjG,qBAAqB;;cAEH,QAAQ,CAAC,WAAW,CAAC;;;;;;;;;;;;;;;8GA2CilC,GAAG,0FAA0F,GAAG;;;;;oFAAqU,GAAG,sDAAsD,GAAG;;;;;;;;;;;;;;;;;8GAAu3C,GAAG,iHAA0F,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBApCliG,MAAM,UAAU;YACtB,MAAM,UAAU;aACf,MAAM,UAAU;;AAf7B,wBAgDG"}
|