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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "3h1-ui",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.250",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"vxe-table": "4.3.6",
|
|
31
31
|
"xe-utils": "^3.5.7",
|
|
32
32
|
"@shy-plugins/tinymce": "^1.0.6",
|
|
33
|
-
"@shy-plugins/
|
|
34
|
-
"@shy-plugins/
|
|
33
|
+
"@shy-plugins/use": "1.0.1-next.5",
|
|
34
|
+
"@shy-plugins/utils": "1.0.0-next.1"
|
|
35
35
|
},
|
|
36
36
|
"types": "es/ui/index.d.ts",
|
|
37
37
|
"devDependencies": {
|