3h1-ui 3.0.0-next.249 → 3.0.0-next.250
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/es/index.js +26 -24
- package/es/style.css +21 -33
- package/es/ui/src/AdvancedSearch/src/AdvancedSearch.vue.d.ts +279 -0
- package/es/ui/src/Basic/src/BasicHelp.d.ts +2 -2
- package/es/ui/src/Basic/src/BasicTitle.vue.d.ts +2 -2
- package/es/ui/src/BasicContainer/src/BasicContainer.vue.d.ts +1 -1
- package/es/ui/src/Button/index.d.ts +7 -7
- package/es/ui/src/Button/src/BasicButton.d.ts +3 -3
- package/es/ui/src/Button/src/props.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/ColorPickerPopover.d.ts +1 -1
- package/es/ui/src/Container/src/LazyContainer.vue.d.ts +2 -2
- package/es/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +1 -384
- package/es/ui/src/ContextMenu/src/ContextMenu.d.ts +2 -2
- package/es/ui/src/Cropper/src/CopperModal.vue.d.ts +2 -2
- package/es/ui/src/Cropper/src/CropperAvatar.vue.d.ts +3 -3
- package/es/ui/src/Description/src/Description.d.ts +1 -1
- package/es/ui/src/Descriptions/index.d.ts +3 -3
- package/es/ui/src/Descriptions/src/ShyDescriptions.d.ts +1 -1
- package/es/ui/src/DescriptionsForm/index.d.ts +426 -0
- package/es/ui/src/DescriptionsForm/src/DescriptionsForm.vue.d.ts +106 -0
- package/es/ui/src/Drawer/src/BasicDrawer.vue.d.ts +1 -1
- package/es/ui/src/Modal/index.d.ts +7 -7
- package/es/ui/src/Modal/src/BasicModal.vue.d.ts +2 -2
- package/es/ui/src/Modal/src/components/BasicTitle.vue.d.ts +2 -2
- package/es/ui/src/Modal/src/components/Modal.d.ts +1 -1
- package/es/ui/src/Modal/src/components/ModalFooter.vue.d.ts +1 -1
- package/es/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +1 -1
- package/es/ui/src/Page/src/PageSecond.d.ts +1 -1
- package/es/ui/src/Process/src/Process.d.ts +1 -1
- package/es/ui/src/ShyContainer/src/ShyContainer.d.ts +4 -4
- package/es/ui/src/ShyContainer/src/props.d.ts +1 -1
- package/es/ui/src/ShyForm/src/ShyForm.d.ts +161 -161
- package/es/ui/src/ShyForm/src/components/ApiModalSelect/ApiModalSelect.vue.d.ts +2211 -0
- package/es/ui/src/ShyForm/src/components/ApiModalSelect/DeptTree.vue.d.ts +4 -4
- package/es/ui/src/ShyForm/src/components/ApiModalSelect/Modal.vue.d.ts +13 -13
- package/es/ui/src/ShyForm/src/components/ApiModalSelect/Table.vue.d.ts +2 -2
- package/es/ui/src/ShyForm/src/components/ApiSelect.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/ApiTransfer.vue.d.ts +3 -3
- package/es/ui/src/ShyForm/src/components/FormAction.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/Table.d.ts +2 -2
- package/es/ui/src/ShyForm/src/hooks/useLabelWidth.d.ts +13 -13
- package/es/ui/src/ShyForm/src/props.d.ts +80 -80
- package/es/ui/src/ShyTable/src/ShyTable.d.ts +2 -2
- package/es/ui/src/ShyTable/src/components/HeaderCell.vue.d.ts +2 -2
- package/es/ui/src/ShyTable/src/components/ShyTableAction.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/TableImg.vue.d.ts +1 -1
- package/es/ui/src/TablePlus/TablePlus.vue.d.ts +163 -606
- package/es/ui/src/TablePlus/components/ButtonGroupEdit.vue.d.ts +1 -1
- package/es/ui/src/Tree/src/BasicTree.d.ts +3 -3
- package/es/ui/src/Upload/index.d.ts +9574 -0
- package/es/ui/src/Upload/src/BasicUpload.vue.d.ts +2949 -0
- package/es/ui/src/Upload/src/components/FileList.d.ts +18 -18
- package/es/ui/src/Upload/src/components/ImageUpload.vue.d.ts +410 -0
- package/es/ui/src/Upload/src/components/ThumbUrl.vue.d.ts +25 -0
- package/es/ui/src/Upload/src/components/UploadModal.vue.d.ts +1350 -0
- package/es/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +25 -25
- package/lib/index.js +26 -24
- package/lib/style.css +21 -33
- package/lib/ui/src/AdvancedSearch/src/AdvancedSearch.vue.d.ts +279 -0
- package/lib/ui/src/Basic/src/BasicHelp.d.ts +2 -2
- package/lib/ui/src/Basic/src/BasicTitle.vue.d.ts +2 -2
- package/lib/ui/src/BasicContainer/src/BasicContainer.vue.d.ts +1 -1
- package/lib/ui/src/Button/index.d.ts +7 -7
- package/lib/ui/src/Button/src/BasicButton.d.ts +3 -3
- package/lib/ui/src/Button/src/props.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/ColorPickerPopover.d.ts +1 -1
- package/lib/ui/src/Container/src/LazyContainer.vue.d.ts +2 -2
- package/lib/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +1 -384
- package/lib/ui/src/ContextMenu/src/ContextMenu.d.ts +2 -2
- package/lib/ui/src/Cropper/src/CopperModal.vue.d.ts +2 -2
- package/lib/ui/src/Cropper/src/CropperAvatar.vue.d.ts +3 -3
- package/lib/ui/src/Description/src/Description.d.ts +1 -1
- package/lib/ui/src/Descriptions/index.d.ts +3 -3
- package/lib/ui/src/Descriptions/src/ShyDescriptions.d.ts +1 -1
- package/lib/ui/src/DescriptionsForm/index.d.ts +426 -0
- package/lib/ui/src/DescriptionsForm/src/DescriptionsForm.vue.d.ts +106 -0
- package/lib/ui/src/Drawer/src/BasicDrawer.vue.d.ts +1 -1
- package/lib/ui/src/Modal/index.d.ts +7 -7
- package/lib/ui/src/Modal/src/BasicModal.vue.d.ts +2 -2
- package/lib/ui/src/Modal/src/components/BasicTitle.vue.d.ts +2 -2
- package/lib/ui/src/Modal/src/components/Modal.d.ts +1 -1
- package/lib/ui/src/Modal/src/components/ModalFooter.vue.d.ts +1 -1
- package/lib/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +1 -1
- package/lib/ui/src/Page/src/PageSecond.d.ts +1 -1
- package/lib/ui/src/Process/src/Process.d.ts +1 -1
- package/lib/ui/src/ShyContainer/src/ShyContainer.d.ts +4 -4
- package/lib/ui/src/ShyContainer/src/props.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/ShyForm.d.ts +161 -161
- package/lib/ui/src/ShyForm/src/components/ApiModalSelect/ApiModalSelect.vue.d.ts +2211 -0
- package/lib/ui/src/ShyForm/src/components/ApiModalSelect/DeptTree.vue.d.ts +4 -4
- package/lib/ui/src/ShyForm/src/components/ApiModalSelect/Modal.vue.d.ts +13 -13
- package/lib/ui/src/ShyForm/src/components/ApiModalSelect/Table.vue.d.ts +2 -2
- package/lib/ui/src/ShyForm/src/components/ApiSelect.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/ApiTransfer.vue.d.ts +3 -3
- package/lib/ui/src/ShyForm/src/components/FormAction.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/Table.d.ts +2 -2
- package/lib/ui/src/ShyForm/src/hooks/useLabelWidth.d.ts +13 -13
- package/lib/ui/src/ShyForm/src/props.d.ts +80 -80
- package/lib/ui/src/ShyTable/src/ShyTable.d.ts +2 -2
- package/lib/ui/src/ShyTable/src/components/HeaderCell.vue.d.ts +2 -2
- package/lib/ui/src/ShyTable/src/components/ShyTableAction.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/TableImg.vue.d.ts +1 -1
- package/lib/ui/src/TablePlus/TablePlus.vue.d.ts +163 -606
- package/lib/ui/src/TablePlus/components/ButtonGroupEdit.vue.d.ts +1 -1
- package/lib/ui/src/Tree/src/BasicTree.d.ts +3 -3
- package/lib/ui/src/Upload/index.d.ts +9574 -0
- package/lib/ui/src/Upload/src/BasicUpload.vue.d.ts +2949 -0
- package/lib/ui/src/Upload/src/components/FileList.d.ts +18 -18
- package/lib/ui/src/Upload/src/components/ImageUpload.vue.d.ts +410 -0
- package/lib/ui/src/Upload/src/components/ThumbUrl.vue.d.ts +25 -0
- package/lib/ui/src/Upload/src/components/UploadModal.vue.d.ts +1350 -0
- package/lib/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +25 -25
- package/package.json +3 -3
|
@@ -42,17 +42,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
42
42
|
sort: boolean;
|
|
43
43
|
onChange: (evt: import("sortablejs").SortableEvent) => void;
|
|
44
44
|
onSelect: (event: import("sortablejs").SortableEvent) => void;
|
|
45
|
-
animation: number;
|
|
46
|
-
direction: ((evt: import("sortablejs").SortableEvent, target: HTMLElement, dragEl: HTMLElement) => import("sortablejs").Direction) | import("sortablejs").Direction;
|
|
47
45
|
disabled: boolean;
|
|
48
|
-
|
|
46
|
+
direction: ((evt: import("sortablejs").SortableEvent, target: HTMLElement, dragEl: HTMLElement) => import("sortablejs").Direction) | import("sortablejs").Direction;
|
|
49
47
|
draggable: string;
|
|
50
|
-
onRemove: (event: import("sortablejs").SortableEvent) => void;
|
|
51
|
-
handle: string;
|
|
52
|
-
delay: number;
|
|
53
48
|
group: string | import("sortablejs").GroupOptions;
|
|
49
|
+
animation: number;
|
|
54
50
|
chosenClass: string;
|
|
55
51
|
dataIdAttr: string;
|
|
52
|
+
delay: number;
|
|
56
53
|
delayOnTouchOnly: boolean;
|
|
57
54
|
dragClass: string;
|
|
58
55
|
dragoverBubble: boolean;
|
|
@@ -68,6 +65,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
68
65
|
};
|
|
69
66
|
forceFallback: boolean;
|
|
70
67
|
ghostClass: string;
|
|
68
|
+
handle: string;
|
|
71
69
|
ignore: string;
|
|
72
70
|
invertSwap: boolean;
|
|
73
71
|
invertedSwapThreshold: number;
|
|
@@ -87,6 +85,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
87
85
|
onUnchoose: (event: import("sortablejs").SortableEvent) => void;
|
|
88
86
|
onUpdate: (event: import("sortablejs").SortableEvent) => void;
|
|
89
87
|
onSort: (event: import("sortablejs").SortableEvent) => void;
|
|
88
|
+
onRemove: (event: import("sortablejs").SortableEvent) => void;
|
|
90
89
|
onFilter: (event: import("sortablejs").SortableEvent) => void;
|
|
91
90
|
onMove: (evt: import("sortablejs").MoveEvent, originalEvent: Event) => boolean | void | 1 | -1;
|
|
92
91
|
forceAutoScrollFallback: boolean;
|
|
@@ -98,6 +97,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
98
97
|
selectedClass: string;
|
|
99
98
|
multiDragKey: string;
|
|
100
99
|
avoidImplicitDeselect: boolean;
|
|
100
|
+
onDeselect: (event: import("sortablejs").SortableEvent) => void;
|
|
101
101
|
revertOnSpill: boolean;
|
|
102
102
|
removeOnSpill: boolean;
|
|
103
103
|
onSpill: (evt: import("sortablejs").SortableEvent) => void;
|
|
@@ -131,17 +131,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
131
131
|
sort: boolean;
|
|
132
132
|
onChange: (evt: import("sortablejs").SortableEvent) => void;
|
|
133
133
|
onSelect: (event: import("sortablejs").SortableEvent) => void;
|
|
134
|
-
animation: number;
|
|
135
|
-
direction: ((evt: import("sortablejs").SortableEvent, target: HTMLElement, dragEl: HTMLElement) => import("sortablejs").Direction) | import("sortablejs").Direction;
|
|
136
134
|
disabled: boolean;
|
|
137
|
-
|
|
135
|
+
direction: ((evt: import("sortablejs").SortableEvent, target: HTMLElement, dragEl: HTMLElement) => import("sortablejs").Direction) | import("sortablejs").Direction;
|
|
138
136
|
draggable: string;
|
|
139
|
-
onRemove: (event: import("sortablejs").SortableEvent) => void;
|
|
140
|
-
handle: string;
|
|
141
|
-
delay: number;
|
|
142
137
|
group: string | import("sortablejs").GroupOptions;
|
|
138
|
+
animation: number;
|
|
143
139
|
chosenClass: string;
|
|
144
140
|
dataIdAttr: string;
|
|
141
|
+
delay: number;
|
|
145
142
|
delayOnTouchOnly: boolean;
|
|
146
143
|
dragClass: string;
|
|
147
144
|
dragoverBubble: boolean;
|
|
@@ -157,6 +154,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
157
154
|
};
|
|
158
155
|
forceFallback: boolean;
|
|
159
156
|
ghostClass: string;
|
|
157
|
+
handle: string;
|
|
160
158
|
ignore: string;
|
|
161
159
|
invertSwap: boolean;
|
|
162
160
|
invertedSwapThreshold: number;
|
|
@@ -176,6 +174,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
176
174
|
onUnchoose: (event: import("sortablejs").SortableEvent) => void;
|
|
177
175
|
onUpdate: (event: import("sortablejs").SortableEvent) => void;
|
|
178
176
|
onSort: (event: import("sortablejs").SortableEvent) => void;
|
|
177
|
+
onRemove: (event: import("sortablejs").SortableEvent) => void;
|
|
179
178
|
onFilter: (event: import("sortablejs").SortableEvent) => void;
|
|
180
179
|
onMove: (evt: import("sortablejs").MoveEvent, originalEvent: Event) => boolean | void | 1 | -1;
|
|
181
180
|
forceAutoScrollFallback: boolean;
|
|
@@ -187,6 +186,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
187
186
|
selectedClass: string;
|
|
188
187
|
multiDragKey: string;
|
|
189
188
|
avoidImplicitDeselect: boolean;
|
|
189
|
+
onDeselect: (event: import("sortablejs").SortableEvent) => void;
|
|
190
190
|
revertOnSpill: boolean;
|
|
191
191
|
removeOnSpill: boolean;
|
|
192
192
|
onSpill: (evt: import("sortablejs").SortableEvent) => void;
|
|
@@ -207,17 +207,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
207
207
|
sort: boolean;
|
|
208
208
|
onChange: (evt: import("sortablejs").SortableEvent) => void;
|
|
209
209
|
onSelect: (event: import("sortablejs").SortableEvent) => void;
|
|
210
|
-
animation: number;
|
|
211
|
-
direction: ((evt: import("sortablejs").SortableEvent, target: HTMLElement, dragEl: HTMLElement) => import("sortablejs").Direction) | import("sortablejs").Direction;
|
|
212
210
|
disabled: boolean;
|
|
213
|
-
|
|
211
|
+
direction: ((evt: import("sortablejs").SortableEvent, target: HTMLElement, dragEl: HTMLElement) => import("sortablejs").Direction) | import("sortablejs").Direction;
|
|
214
212
|
draggable: string;
|
|
215
|
-
onRemove: (event: import("sortablejs").SortableEvent) => void;
|
|
216
|
-
handle: string;
|
|
217
|
-
delay: number;
|
|
218
213
|
group: string | import("sortablejs").GroupOptions;
|
|
214
|
+
animation: number;
|
|
219
215
|
chosenClass: string;
|
|
220
216
|
dataIdAttr: string;
|
|
217
|
+
delay: number;
|
|
221
218
|
delayOnTouchOnly: boolean;
|
|
222
219
|
dragClass: string;
|
|
223
220
|
dragoverBubble: boolean;
|
|
@@ -233,6 +230,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
233
230
|
};
|
|
234
231
|
forceFallback: boolean;
|
|
235
232
|
ghostClass: string;
|
|
233
|
+
handle: string;
|
|
236
234
|
ignore: string;
|
|
237
235
|
invertSwap: boolean;
|
|
238
236
|
invertedSwapThreshold: number;
|
|
@@ -252,6 +250,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
252
250
|
onUnchoose: (event: import("sortablejs").SortableEvent) => void;
|
|
253
251
|
onUpdate: (event: import("sortablejs").SortableEvent) => void;
|
|
254
252
|
onSort: (event: import("sortablejs").SortableEvent) => void;
|
|
253
|
+
onRemove: (event: import("sortablejs").SortableEvent) => void;
|
|
255
254
|
onFilter: (event: import("sortablejs").SortableEvent) => void;
|
|
256
255
|
onMove: (evt: import("sortablejs").MoveEvent, originalEvent: Event) => boolean | void | 1 | -1;
|
|
257
256
|
forceAutoScrollFallback: boolean;
|
|
@@ -263,6 +262,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
263
262
|
selectedClass: string;
|
|
264
263
|
multiDragKey: string;
|
|
265
264
|
avoidImplicitDeselect: boolean;
|
|
265
|
+
onDeselect: (event: import("sortablejs").SortableEvent) => void;
|
|
266
266
|
revertOnSpill: boolean;
|
|
267
267
|
removeOnSpill: boolean;
|
|
268
268
|
onSpill: (evt: import("sortablejs").SortableEvent) => void;
|
|
@@ -410,12 +410,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
410
410
|
readonly prototype: any;
|
|
411
411
|
})[];
|
|
412
412
|
}>> & {
|
|
413
|
-
"onUpdate:visible"?: (...args: any[]) => any;
|
|
414
413
|
onCancel?: (...args: any[]) => any;
|
|
415
414
|
"onHeight-change"?: (...args: any[]) => any;
|
|
416
415
|
onOk?: (...args: any[]) => any;
|
|
417
416
|
"onVisible-change"?: (...args: any[]) => any;
|
|
418
417
|
onRegister?: (...args: any[]) => any;
|
|
418
|
+
"onUpdate:visible"?: (...args: any[]) => any;
|
|
419
419
|
}, {
|
|
420
420
|
prefixCls: string;
|
|
421
421
|
handleCancel: (e: Event) => Promise<void>;
|
|
@@ -571,23 +571,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
571
571
|
readonly prototype: any;
|
|
572
572
|
})[];
|
|
573
573
|
}>> & {
|
|
574
|
-
"onUpdate:visible"?: (...args: any[]) => any;
|
|
575
574
|
onCancel?: (...args: any[]) => any;
|
|
576
575
|
"onHeight-change"?: (...args: any[]) => any;
|
|
577
576
|
onOk?: (...args: any[]) => any;
|
|
578
577
|
"onVisible-change"?: (...args: any[]) => any;
|
|
579
578
|
onRegister?: (...args: any[]) => any;
|
|
579
|
+
"onUpdate:visible"?: (...args: any[]) => any;
|
|
580
580
|
}, {
|
|
581
581
|
size: "small" | "default" | "large";
|
|
582
582
|
mask: boolean;
|
|
583
583
|
loading: boolean;
|
|
584
|
-
visible: boolean;
|
|
585
584
|
defaultFullscreen: boolean;
|
|
586
585
|
canFullscreen: boolean;
|
|
587
586
|
wrapperFooterOffset: number;
|
|
588
587
|
useWrapper: boolean;
|
|
589
588
|
showCancelBtn: boolean;
|
|
590
589
|
showOkBtn: boolean;
|
|
590
|
+
visible: boolean;
|
|
591
591
|
closable: boolean;
|
|
592
592
|
confirmLoading: boolean;
|
|
593
593
|
destroyOnClose: boolean;
|
|
@@ -744,12 +744,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
744
744
|
readonly prototype: any;
|
|
745
745
|
})[];
|
|
746
746
|
}>> & {
|
|
747
|
-
"onUpdate:visible"?: (...args: any[]) => any;
|
|
748
747
|
onCancel?: (...args: any[]) => any;
|
|
749
748
|
"onHeight-change"?: (...args: any[]) => any;
|
|
750
749
|
onOk?: (...args: any[]) => any;
|
|
751
750
|
"onVisible-change"?: (...args: any[]) => any;
|
|
752
751
|
onRegister?: (...args: any[]) => any;
|
|
752
|
+
"onUpdate:visible"?: (...args: any[]) => any;
|
|
753
753
|
}, {
|
|
754
754
|
prefixCls: string;
|
|
755
755
|
handleCancel: (e: Event) => Promise<void>;
|
|
@@ -771,13 +771,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
771
771
|
size: "small" | "default" | "large";
|
|
772
772
|
mask: boolean;
|
|
773
773
|
loading: boolean;
|
|
774
|
-
visible: boolean;
|
|
775
774
|
defaultFullscreen: boolean;
|
|
776
775
|
canFullscreen: boolean;
|
|
777
776
|
wrapperFooterOffset: number;
|
|
778
777
|
useWrapper: boolean;
|
|
779
778
|
showCancelBtn: boolean;
|
|
780
779
|
showOkBtn: boolean;
|
|
780
|
+
visible: boolean;
|
|
781
781
|
closable: boolean;
|
|
782
782
|
confirmLoading: boolean;
|
|
783
783
|
destroyOnClose: boolean;
|
|
@@ -931,12 +931,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
931
931
|
readonly prototype: any;
|
|
932
932
|
})[];
|
|
933
933
|
}>> & {
|
|
934
|
-
"onUpdate:visible"?: (...args: any[]) => any;
|
|
935
934
|
onCancel?: (...args: any[]) => any;
|
|
936
935
|
"onHeight-change"?: (...args: any[]) => any;
|
|
937
936
|
onOk?: (...args: any[]) => any;
|
|
938
937
|
"onVisible-change"?: (...args: any[]) => any;
|
|
939
938
|
onRegister?: (...args: any[]) => any;
|
|
939
|
+
"onUpdate:visible"?: (...args: any[]) => any;
|
|
940
940
|
}, {
|
|
941
941
|
prefixCls: string;
|
|
942
942
|
handleCancel: (e: Event) => Promise<void>;
|
|
@@ -958,13 +958,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
958
958
|
size: "small" | "default" | "large";
|
|
959
959
|
mask: boolean;
|
|
960
960
|
loading: boolean;
|
|
961
|
-
visible: boolean;
|
|
962
961
|
defaultFullscreen: boolean;
|
|
963
962
|
canFullscreen: boolean;
|
|
964
963
|
wrapperFooterOffset: number;
|
|
965
964
|
useWrapper: boolean;
|
|
966
965
|
showCancelBtn: boolean;
|
|
967
966
|
showOkBtn: boolean;
|
|
967
|
+
visible: boolean;
|
|
968
968
|
closable: boolean;
|
|
969
969
|
confirmLoading: boolean;
|
|
970
970
|
destroyOnClose: boolean;
|
package/lib/index.js
CHANGED
|
@@ -14688,6 +14688,7 @@ var COMMENT = "comm";
|
|
|
14688
14688
|
var RULESET = "rule";
|
|
14689
14689
|
var DECLARATION = "decl";
|
|
14690
14690
|
var IMPORT = "@import";
|
|
14691
|
+
var NAMESPACE$1 = "@namespace";
|
|
14691
14692
|
var KEYFRAMES = "@keyframes";
|
|
14692
14693
|
var LAYER = "@layer";
|
|
14693
14694
|
var abs = Math.abs;
|
|
@@ -14912,17 +14913,25 @@ function parse(value, root2, parent2, rule, rules2, rulesets, pseudo, points, de
|
|
|
14912
14913
|
if (character2 === 123)
|
|
14913
14914
|
if (offset2 === 0)
|
|
14914
14915
|
parse(characters2, root2, reference, reference, props2, rulesets, length2, points, children);
|
|
14915
|
-
else
|
|
14916
|
-
switch (atrule
|
|
14917
|
-
case
|
|
14916
|
+
else {
|
|
14917
|
+
switch (atrule) {
|
|
14918
|
+
case 99:
|
|
14919
|
+
if (charat(characters2, 3) === 110)
|
|
14920
|
+
break;
|
|
14918
14921
|
case 108:
|
|
14922
|
+
if (charat(characters2, 2) === 97)
|
|
14923
|
+
break;
|
|
14924
|
+
default:
|
|
14925
|
+
offset2 = 0;
|
|
14926
|
+
case 100:
|
|
14919
14927
|
case 109:
|
|
14920
14928
|
case 115:
|
|
14921
|
-
parse(value, reference, reference, rule && append(ruleset(value, reference, reference, 0, 0, rules2, points, type4, rules2, props2 = [], length2, children), children), rules2, children, length2, points, rule ? props2 : children);
|
|
14922
|
-
break;
|
|
14923
|
-
default:
|
|
14924
|
-
parse(characters2, reference, reference, reference, [""], children, 0, points, children);
|
|
14925
14929
|
}
|
|
14930
|
+
if (offset2)
|
|
14931
|
+
parse(value, reference, reference, rule && append(ruleset(value, reference, reference, 0, 0, rules2, points, type4, rules2, props2 = [], length2, children), children), rules2, children, length2, points, rule ? props2 : children);
|
|
14932
|
+
else
|
|
14933
|
+
parse(characters2, reference, reference, reference, [""], children, 0, points, children);
|
|
14934
|
+
}
|
|
14926
14935
|
}
|
|
14927
14936
|
index2 = offset2 = property2 = 0, variable = ampersand = 1, type4 = characters2 = "", length2 = pseudo;
|
|
14928
14937
|
break;
|
|
@@ -14982,6 +14991,7 @@ function stringify(element, index2, children, callback) {
|
|
|
14982
14991
|
if (element.children.length)
|
|
14983
14992
|
break;
|
|
14984
14993
|
case IMPORT:
|
|
14994
|
+
case NAMESPACE$1:
|
|
14985
14995
|
case DECLARATION:
|
|
14986
14996
|
return element.return = element.return || element.value;
|
|
14987
14997
|
case COMMENT:
|
|
@@ -15327,7 +15337,7 @@ class Keyframe {
|
|
|
15327
15337
|
}
|
|
15328
15338
|
}
|
|
15329
15339
|
const Keyframes = Keyframe;
|
|
15330
|
-
const version = "4.2.
|
|
15340
|
+
const version = "4.2.6";
|
|
15331
15341
|
const PresetColors = ["blue", "purple", "cyan", "green", "magenta", "pink", "red", "orange", "yellow", "volcano", "geekblue", "lime", "gold"];
|
|
15332
15342
|
const genControlHeight = (token2) => {
|
|
15333
15343
|
const {
|
|
@@ -26382,7 +26392,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
26382
26392
|
}
|
|
26383
26393
|
});
|
|
26384
26394
|
/**
|
|
26385
|
-
* @vue/shared v3.5.
|
|
26395
|
+
* @vue/shared v3.5.17
|
|
26386
26396
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
26387
26397
|
* @license MIT
|
|
26388
26398
|
**/
|
|
@@ -31673,7 +31683,7 @@ const ShyTableAction = /* @__PURE__ */ vue.defineComponent({
|
|
|
31673
31683
|
}, {
|
|
31674
31684
|
default: () => {
|
|
31675
31685
|
var _a2;
|
|
31676
|
-
return [vue.createVNode("slot", {
|
|
31686
|
+
return [vue.createVNode(vue.resolveComponent("slot"), {
|
|
31677
31687
|
"name": "more"
|
|
31678
31688
|
}, null), ((_a2 = slots == null ? void 0 : slots.more) == null ? void 0 : _a2.call(slots)) || renderDropdownBtn()];
|
|
31679
31689
|
}
|
|
@@ -41543,8 +41553,7 @@ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
|
|
|
41543
41553
|
type: "number"
|
|
41544
41554
|
},
|
|
41545
41555
|
{ label: "生日", field: "birth", type: "date" }
|
|
41546
|
-
] }
|
|
41547
|
-
filterKeys: { default: () => [] }
|
|
41556
|
+
] }
|
|
41548
41557
|
},
|
|
41549
41558
|
setup(__props, { expose: __expose }) {
|
|
41550
41559
|
const props2 = __props;
|
|
@@ -41610,25 +41619,18 @@ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
|
|
|
41610
41619
|
};
|
|
41611
41620
|
const getSearchType = (field) => {
|
|
41612
41621
|
const type4 = getTypeByField(field);
|
|
41613
|
-
let searchType2 = [];
|
|
41614
41622
|
switch (type4) {
|
|
41615
41623
|
case "number":
|
|
41616
|
-
|
|
41617
|
-
break;
|
|
41624
|
+
return searchTypeNumber;
|
|
41618
41625
|
case "string":
|
|
41619
|
-
|
|
41620
|
-
break;
|
|
41626
|
+
return searchTypeString;
|
|
41621
41627
|
case "date":
|
|
41622
|
-
|
|
41623
|
-
break;
|
|
41628
|
+
return searchTypeDate;
|
|
41624
41629
|
case "select":
|
|
41625
|
-
|
|
41626
|
-
break;
|
|
41630
|
+
return searchTypeSelect;
|
|
41627
41631
|
case "stringSelect":
|
|
41628
|
-
|
|
41629
|
-
break;
|
|
41632
|
+
return stringSearchTypeSelect;
|
|
41630
41633
|
}
|
|
41631
|
-
return searchType2.filter((item) => !props2.filterKeys.includes(item.value));
|
|
41632
41634
|
};
|
|
41633
41635
|
const getComponent2 = (field) => {
|
|
41634
41636
|
const column2 = props2.schemas.find((schema) => {
|
package/lib/style.css
CHANGED
|
@@ -738,14 +738,10 @@ mark {
|
|
|
738
738
|
padding: 0.2em;
|
|
739
739
|
background-color: #feffe6;
|
|
740
740
|
}:root {
|
|
741
|
-
--shadow-2: 0px 2px 4px 0px rgba(0, 0, 0, 0.04),
|
|
742
|
-
|
|
743
|
-
--shadow-
|
|
744
|
-
|
|
745
|
-
--shadow-4: 0px 8px 32px 0px rgba(0, 0, 0, 0.08),
|
|
746
|
-
0px 2px 20px 0px rgba(0, 0, 0, 0.04);
|
|
747
|
-
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12),
|
|
748
|
-
0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
741
|
+
--shadow-2: 0px 2px 4px 0px rgba(0, 0, 0, 0.04), 0px 1px 1px 0px rgba(0, 0, 0, 0.02);
|
|
742
|
+
--shadow-3: 0px 4px 10px 0px rgba(0, 0, 0, 0.08), 0px 1px px 0px rgba(0, 0, 0, 0.04);
|
|
743
|
+
--shadow-4: 0px 8px 32px 0px rgba(0, 0, 0, 0.08), 0px 2px 20px 0px rgba(0, 0, 0, 0.04);
|
|
744
|
+
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12), 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
749
745
|
--light: #fff;
|
|
750
746
|
--dark: #141414;
|
|
751
747
|
}
|
|
@@ -1238,14 +1234,10 @@ span.iconify {
|
|
|
1238
1234
|
.scroll-container .scrollbar__view {
|
|
1239
1235
|
box-sizing: border-box;
|
|
1240
1236
|
}:root {
|
|
1241
|
-
--shadow-2: 0px 2px 4px 0px rgba(0, 0, 0, 0.04),
|
|
1242
|
-
|
|
1243
|
-
--shadow-
|
|
1244
|
-
|
|
1245
|
-
--shadow-4: 0px 8px 32px 0px rgba(0, 0, 0, 0.08),
|
|
1246
|
-
0px 2px 20px 0px rgba(0, 0, 0, 0.04);
|
|
1247
|
-
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12),
|
|
1248
|
-
0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
1237
|
+
--shadow-2: 0px 2px 4px 0px rgba(0, 0, 0, 0.04), 0px 1px 1px 0px rgba(0, 0, 0, 0.02);
|
|
1238
|
+
--shadow-3: 0px 4px 10px 0px rgba(0, 0, 0, 0.08), 0px 1px px 0px rgba(0, 0, 0, 0.04);
|
|
1239
|
+
--shadow-4: 0px 8px 32px 0px rgba(0, 0, 0, 0.08), 0px 2px 20px 0px rgba(0, 0, 0, 0.04);
|
|
1240
|
+
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12), 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
1249
1241
|
--light: #fff;
|
|
1250
1242
|
--dark: #141414;
|
|
1251
1243
|
}
|
|
@@ -1284,14 +1276,10 @@ html[data-theme='light'] {
|
|
|
1284
1276
|
.shy-basic-modal-close span:last-child:hover {
|
|
1285
1277
|
color: #ED6F6F;
|
|
1286
1278
|
}[data-v-5cd7267e]:root {
|
|
1287
|
-
--shadow-2: 0px 2px 4px 0px rgba(0, 0, 0, 0.04),
|
|
1288
|
-
|
|
1289
|
-
--shadow-
|
|
1290
|
-
|
|
1291
|
-
--shadow-4: 0px 8px 32px 0px rgba(0, 0, 0, 0.08),
|
|
1292
|
-
0px 2px 20px 0px rgba(0, 0, 0, 0.04);
|
|
1293
|
-
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12),
|
|
1294
|
-
0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
1279
|
+
--shadow-2: 0px 2px 4px 0px rgba(0, 0, 0, 0.04), 0px 1px 1px 0px rgba(0, 0, 0, 0.02);
|
|
1280
|
+
--shadow-3: 0px 4px 10px 0px rgba(0, 0, 0, 0.08), 0px 1px px 0px rgba(0, 0, 0, 0.04);
|
|
1281
|
+
--shadow-4: 0px 8px 32px 0px rgba(0, 0, 0, 0.08), 0px 2px 20px 0px rgba(0, 0, 0, 0.04);
|
|
1282
|
+
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12), 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
1295
1283
|
--light: #fff;
|
|
1296
1284
|
--dark: #141414;
|
|
1297
1285
|
}
|
|
@@ -1819,55 +1807,55 @@ html[data-theme='light'][data-v-5cd7267e] {
|
|
|
1819
1807
|
--min-width--middle: 69%;
|
|
1820
1808
|
--min-width--small: 68%;
|
|
1821
1809
|
}
|
|
1822
|
-
@media screen and
|
|
1810
|
+
@media screen and(max-width: 1440px) {
|
|
1823
1811
|
.shy-ant-form-wrapper-col-1 {
|
|
1824
1812
|
min-width: calc(var(--min-width--small) * (1 / 3));
|
|
1825
1813
|
max-width: calc(var(--max-width-small) * (1 / 3));
|
|
1826
1814
|
}
|
|
1827
1815
|
}
|
|
1828
|
-
@media screen and
|
|
1816
|
+
@media screen and(max-width: 1920px) and(min-width: 1440px) {
|
|
1829
1817
|
.shy-ant-form-wrapper-col-1 {
|
|
1830
1818
|
min-width: calc(var(--min-width--middle) * (1 / 3));
|
|
1831
1819
|
max-width: calc(var(--max-width-middle) * (1 / 3));
|
|
1832
1820
|
}
|
|
1833
1821
|
}
|
|
1834
|
-
@media screen and
|
|
1822
|
+
@media screen and(min-width: 1920px) {
|
|
1835
1823
|
.shy-ant-form-wrapper-col-1 {
|
|
1836
1824
|
min-width: calc(var(--min-width--large) * (1 / 3));
|
|
1837
1825
|
max-width: calc(var(--max-width-large) * (1 / 3));
|
|
1838
1826
|
}
|
|
1839
1827
|
}
|
|
1840
|
-
@media screen and
|
|
1828
|
+
@media screen and(max-width: 1440px) {
|
|
1841
1829
|
.shy-ant-form-wrapper-col-2 {
|
|
1842
1830
|
min-width: calc(var(--min-width--small) * (1 / 3) * 2);
|
|
1843
1831
|
max-width: calc(var(--max-width-small) * (1 / 3) * 2);
|
|
1844
1832
|
}
|
|
1845
1833
|
}
|
|
1846
|
-
@media screen and
|
|
1834
|
+
@media screen and(max-width: 1920px) and(min-width: 1440px) {
|
|
1847
1835
|
.shy-ant-form-wrapper-col-2 {
|
|
1848
1836
|
min-width: calc(var(--min-width--middle) * (1 / 3) * 2);
|
|
1849
1837
|
max-width: calc(var(--max-width-middle) * (1 / 3) * 2);
|
|
1850
1838
|
}
|
|
1851
1839
|
}
|
|
1852
|
-
@media screen and
|
|
1840
|
+
@media screen and(min-width: 1920px) {
|
|
1853
1841
|
.shy-ant-form-wrapper-col-2 {
|
|
1854
1842
|
min-width: calc(var(--min-width--large) * (1 / 3) * 2);
|
|
1855
1843
|
max-width: calc(var(--max-width-large) * (1 / 3) * 2);
|
|
1856
1844
|
}
|
|
1857
1845
|
}
|
|
1858
|
-
@media screen and
|
|
1846
|
+
@media screen and(max-width: 1440px) {
|
|
1859
1847
|
.shy-ant-form-wrapper-col-3 {
|
|
1860
1848
|
min-width: var(--min-width--small);
|
|
1861
1849
|
max-width: var(--max-width-small);
|
|
1862
1850
|
}
|
|
1863
1851
|
}
|
|
1864
|
-
@media screen and
|
|
1852
|
+
@media screen and(max-width: 1920px) and(min-width: 1440px) {
|
|
1865
1853
|
.shy-ant-form-wrapper-col-3 {
|
|
1866
1854
|
min-width: var(--min-width--middle);
|
|
1867
1855
|
max-width: var(--max-width-middle);
|
|
1868
1856
|
}
|
|
1869
1857
|
}
|
|
1870
|
-
@media screen and
|
|
1858
|
+
@media screen and(min-width: 1920px) {
|
|
1871
1859
|
.shy-ant-form-wrapper-col-3 {
|
|
1872
1860
|
min-width: var(--min-width--large);
|
|
1873
1861
|
max-width: var(--max-width-large);
|