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
package/es/index.js
CHANGED
|
@@ -14664,6 +14664,7 @@ var COMMENT = "comm";
|
|
|
14664
14664
|
var RULESET = "rule";
|
|
14665
14665
|
var DECLARATION = "decl";
|
|
14666
14666
|
var IMPORT = "@import";
|
|
14667
|
+
var NAMESPACE$1 = "@namespace";
|
|
14667
14668
|
var KEYFRAMES = "@keyframes";
|
|
14668
14669
|
var LAYER = "@layer";
|
|
14669
14670
|
var abs = Math.abs;
|
|
@@ -14888,17 +14889,25 @@ function parse(value, root2, parent2, rule, rules2, rulesets, pseudo, points, de
|
|
|
14888
14889
|
if (character2 === 123)
|
|
14889
14890
|
if (offset2 === 0)
|
|
14890
14891
|
parse(characters2, root2, reference, reference, props2, rulesets, length2, points, children);
|
|
14891
|
-
else
|
|
14892
|
-
switch (atrule
|
|
14893
|
-
case
|
|
14892
|
+
else {
|
|
14893
|
+
switch (atrule) {
|
|
14894
|
+
case 99:
|
|
14895
|
+
if (charat(characters2, 3) === 110)
|
|
14896
|
+
break;
|
|
14894
14897
|
case 108:
|
|
14898
|
+
if (charat(characters2, 2) === 97)
|
|
14899
|
+
break;
|
|
14900
|
+
default:
|
|
14901
|
+
offset2 = 0;
|
|
14902
|
+
case 100:
|
|
14895
14903
|
case 109:
|
|
14896
14904
|
case 115:
|
|
14897
|
-
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);
|
|
14898
|
-
break;
|
|
14899
|
-
default:
|
|
14900
|
-
parse(characters2, reference, reference, reference, [""], children, 0, points, children);
|
|
14901
14905
|
}
|
|
14906
|
+
if (offset2)
|
|
14907
|
+
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);
|
|
14908
|
+
else
|
|
14909
|
+
parse(characters2, reference, reference, reference, [""], children, 0, points, children);
|
|
14910
|
+
}
|
|
14902
14911
|
}
|
|
14903
14912
|
index2 = offset2 = property2 = 0, variable = ampersand = 1, type4 = characters2 = "", length2 = pseudo;
|
|
14904
14913
|
break;
|
|
@@ -14958,6 +14967,7 @@ function stringify(element, index2, children, callback) {
|
|
|
14958
14967
|
if (element.children.length)
|
|
14959
14968
|
break;
|
|
14960
14969
|
case IMPORT:
|
|
14970
|
+
case NAMESPACE$1:
|
|
14961
14971
|
case DECLARATION:
|
|
14962
14972
|
return element.return = element.return || element.value;
|
|
14963
14973
|
case COMMENT:
|
|
@@ -15303,7 +15313,7 @@ class Keyframe {
|
|
|
15303
15313
|
}
|
|
15304
15314
|
}
|
|
15305
15315
|
const Keyframes = Keyframe;
|
|
15306
|
-
const version = "4.2.
|
|
15316
|
+
const version = "4.2.6";
|
|
15307
15317
|
const PresetColors = ["blue", "purple", "cyan", "green", "magenta", "pink", "red", "orange", "yellow", "volcano", "geekblue", "lime", "gold"];
|
|
15308
15318
|
const genControlHeight = (token2) => {
|
|
15309
15319
|
const {
|
|
@@ -26358,7 +26368,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
26358
26368
|
}
|
|
26359
26369
|
});
|
|
26360
26370
|
/**
|
|
26361
|
-
* @vue/shared v3.5.
|
|
26371
|
+
* @vue/shared v3.5.17
|
|
26362
26372
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
26363
26373
|
* @license MIT
|
|
26364
26374
|
**/
|
|
@@ -31649,7 +31659,7 @@ const ShyTableAction = /* @__PURE__ */ defineComponent({
|
|
|
31649
31659
|
}, {
|
|
31650
31660
|
default: () => {
|
|
31651
31661
|
var _a2;
|
|
31652
|
-
return [createVNode("slot", {
|
|
31662
|
+
return [createVNode(resolveComponent("slot"), {
|
|
31653
31663
|
"name": "more"
|
|
31654
31664
|
}, null), ((_a2 = slots == null ? void 0 : slots.more) == null ? void 0 : _a2.call(slots)) || renderDropdownBtn()];
|
|
31655
31665
|
}
|
|
@@ -41519,8 +41529,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
41519
41529
|
type: "number"
|
|
41520
41530
|
},
|
|
41521
41531
|
{ label: "生日", field: "birth", type: "date" }
|
|
41522
|
-
] }
|
|
41523
|
-
filterKeys: { default: () => [] }
|
|
41532
|
+
] }
|
|
41524
41533
|
},
|
|
41525
41534
|
setup(__props, { expose: __expose }) {
|
|
41526
41535
|
const props2 = __props;
|
|
@@ -41586,25 +41595,18 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
41586
41595
|
};
|
|
41587
41596
|
const getSearchType = (field) => {
|
|
41588
41597
|
const type4 = getTypeByField(field);
|
|
41589
|
-
let searchType2 = [];
|
|
41590
41598
|
switch (type4) {
|
|
41591
41599
|
case "number":
|
|
41592
|
-
|
|
41593
|
-
break;
|
|
41600
|
+
return searchTypeNumber;
|
|
41594
41601
|
case "string":
|
|
41595
|
-
|
|
41596
|
-
break;
|
|
41602
|
+
return searchTypeString;
|
|
41597
41603
|
case "date":
|
|
41598
|
-
|
|
41599
|
-
break;
|
|
41604
|
+
return searchTypeDate;
|
|
41600
41605
|
case "select":
|
|
41601
|
-
|
|
41602
|
-
break;
|
|
41606
|
+
return searchTypeSelect;
|
|
41603
41607
|
case "stringSelect":
|
|
41604
|
-
|
|
41605
|
-
break;
|
|
41608
|
+
return stringSearchTypeSelect;
|
|
41606
41609
|
}
|
|
41607
|
-
return searchType2.filter((item) => !props2.filterKeys.includes(item.value));
|
|
41608
41610
|
};
|
|
41609
41611
|
const getComponent2 = (field) => {
|
|
41610
41612
|
const column2 = props2.schemas.find((schema) => {
|
package/es/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);
|
|
@@ -0,0 +1,279 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
schemas: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
default: () => ({
|
|
6
|
+
label: string;
|
|
7
|
+
field: string;
|
|
8
|
+
advancedShow: boolean;
|
|
9
|
+
type?: undefined;
|
|
10
|
+
} | {
|
|
11
|
+
label: string;
|
|
12
|
+
field: string;
|
|
13
|
+
type: string;
|
|
14
|
+
advancedShow?: undefined;
|
|
15
|
+
})[];
|
|
16
|
+
};
|
|
17
|
+
}, {
|
|
18
|
+
props: any;
|
|
19
|
+
advancedSearchRef: import("vue").Ref<any>;
|
|
20
|
+
formRef: import("vue").Ref<any>;
|
|
21
|
+
schemasCurrent: import("vue").Reactive<Recordable<any>[]>;
|
|
22
|
+
isStringSearch: (item: any) => boolean;
|
|
23
|
+
dicColumn: import("vue").ComputedRef<Recordable<any>[]>;
|
|
24
|
+
handleAdd: () => void;
|
|
25
|
+
handleMinus: (index: any) => void;
|
|
26
|
+
handleFieldChange: (schema: any) => void;
|
|
27
|
+
handleSetValNull: (schema: any) => void;
|
|
28
|
+
getSearchType: (field: string) => {
|
|
29
|
+
label: string;
|
|
30
|
+
value: string;
|
|
31
|
+
}[];
|
|
32
|
+
getComponent: (field: string) => any;
|
|
33
|
+
getTypeByField: (field: string) => "string" | "number" | "select" | "date" | "stringSelect";
|
|
34
|
+
getComponentPropsByField: (field: string) => any;
|
|
35
|
+
getSearchFrom: () => {};
|
|
36
|
+
resetFields: () => void;
|
|
37
|
+
readonly Row: any;
|
|
38
|
+
readonly Col: any;
|
|
39
|
+
readonly Select: any;
|
|
40
|
+
readonly Form: any;
|
|
41
|
+
readonly FormItem: any;
|
|
42
|
+
readonly Input: any;
|
|
43
|
+
readonly InputNumber: any;
|
|
44
|
+
readonly DatePicker: any;
|
|
45
|
+
ApiSelect: import("vue").DefineComponent<{
|
|
46
|
+
value: (ObjectConstructor | NumberConstructor | ArrayConstructor | StringConstructor)[];
|
|
47
|
+
numberToString: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
};
|
|
50
|
+
stringToNumber: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
};
|
|
53
|
+
api: {
|
|
54
|
+
type: import("vue").PropType<(arg?: Recordable<any>) => Promise<{
|
|
55
|
+
label: string;
|
|
56
|
+
value: string;
|
|
57
|
+
disabled?: boolean;
|
|
58
|
+
}[]>>;
|
|
59
|
+
default: any;
|
|
60
|
+
};
|
|
61
|
+
params: {
|
|
62
|
+
type: import("vue").PropType<Recordable<any>>;
|
|
63
|
+
default: () => {};
|
|
64
|
+
};
|
|
65
|
+
resultField: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
labelField: {
|
|
70
|
+
type: StringConstructor;
|
|
71
|
+
default: string;
|
|
72
|
+
};
|
|
73
|
+
valueField: {
|
|
74
|
+
type: StringConstructor;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
77
|
+
immediate: {
|
|
78
|
+
type: BooleanConstructor;
|
|
79
|
+
default: boolean;
|
|
80
|
+
};
|
|
81
|
+
alwaysLoad: {
|
|
82
|
+
type: BooleanConstructor;
|
|
83
|
+
default: boolean;
|
|
84
|
+
};
|
|
85
|
+
}, {
|
|
86
|
+
state: import("vue").WritableComputedRef<string | number | unknown[] | Record<string, any>>;
|
|
87
|
+
attrs: Recordable<any> | import("vue").Ref<Recordable<any>>;
|
|
88
|
+
getOptions: import("vue").ComputedRef<{
|
|
89
|
+
label: string;
|
|
90
|
+
value: string;
|
|
91
|
+
disabled?: boolean;
|
|
92
|
+
}[]>;
|
|
93
|
+
loading: import("vue").Ref<boolean>;
|
|
94
|
+
handleFetch: (visible: any) => Promise<void>;
|
|
95
|
+
handleChange: (val: any, ...args: any[]) => void;
|
|
96
|
+
filterOption: (input: string, option: any) => boolean;
|
|
97
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "options-change" | "update:value")[], "change" | "options-change" | "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
98
|
+
value: (ObjectConstructor | NumberConstructor | ArrayConstructor | StringConstructor)[];
|
|
99
|
+
numberToString: {
|
|
100
|
+
type: BooleanConstructor;
|
|
101
|
+
};
|
|
102
|
+
stringToNumber: {
|
|
103
|
+
type: BooleanConstructor;
|
|
104
|
+
};
|
|
105
|
+
api: {
|
|
106
|
+
type: import("vue").PropType<(arg?: Recordable<any>) => Promise<{
|
|
107
|
+
label: string;
|
|
108
|
+
value: string;
|
|
109
|
+
disabled?: boolean;
|
|
110
|
+
}[]>>;
|
|
111
|
+
default: any;
|
|
112
|
+
};
|
|
113
|
+
params: {
|
|
114
|
+
type: import("vue").PropType<Recordable<any>>;
|
|
115
|
+
default: () => {};
|
|
116
|
+
};
|
|
117
|
+
resultField: {
|
|
118
|
+
type: StringConstructor;
|
|
119
|
+
default: string;
|
|
120
|
+
};
|
|
121
|
+
labelField: {
|
|
122
|
+
type: StringConstructor;
|
|
123
|
+
default: string;
|
|
124
|
+
};
|
|
125
|
+
valueField: {
|
|
126
|
+
type: StringConstructor;
|
|
127
|
+
default: string;
|
|
128
|
+
};
|
|
129
|
+
immediate: {
|
|
130
|
+
type: BooleanConstructor;
|
|
131
|
+
default: boolean;
|
|
132
|
+
};
|
|
133
|
+
alwaysLoad: {
|
|
134
|
+
type: BooleanConstructor;
|
|
135
|
+
default: boolean;
|
|
136
|
+
};
|
|
137
|
+
}>> & {
|
|
138
|
+
onChange?: (...args: any[]) => any;
|
|
139
|
+
"onOptions-change"?: (...args: any[]) => any;
|
|
140
|
+
"onUpdate:value"?: (...args: any[]) => any;
|
|
141
|
+
}, {
|
|
142
|
+
params: {};
|
|
143
|
+
numberToString: boolean;
|
|
144
|
+
stringToNumber: boolean;
|
|
145
|
+
api: (arg?: Recordable<any>) => Promise<{
|
|
146
|
+
label: string;
|
|
147
|
+
value: string;
|
|
148
|
+
disabled?: boolean;
|
|
149
|
+
}[]>;
|
|
150
|
+
resultField: string;
|
|
151
|
+
labelField: string;
|
|
152
|
+
valueField: string;
|
|
153
|
+
immediate: boolean;
|
|
154
|
+
alwaysLoad: boolean;
|
|
155
|
+
}, {}>;
|
|
156
|
+
readonly BasicButton: import("vue").DefineComponent<{
|
|
157
|
+
type: {
|
|
158
|
+
type: ((new (...args: any[]) => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success")) | ((new (...args: any[]) => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success"))[];
|
|
159
|
+
default: string;
|
|
160
|
+
};
|
|
161
|
+
color: {
|
|
162
|
+
type: ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning")) | ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning"))[];
|
|
163
|
+
validator: (v: any) => boolean;
|
|
164
|
+
default: string;
|
|
165
|
+
};
|
|
166
|
+
loading: {
|
|
167
|
+
type: BooleanConstructor;
|
|
168
|
+
default: any;
|
|
169
|
+
};
|
|
170
|
+
disabled: {
|
|
171
|
+
type: BooleanConstructor;
|
|
172
|
+
};
|
|
173
|
+
preIcon: {
|
|
174
|
+
type: StringConstructor;
|
|
175
|
+
};
|
|
176
|
+
postIcon: {
|
|
177
|
+
type: StringConstructor;
|
|
178
|
+
};
|
|
179
|
+
iconSize: {
|
|
180
|
+
type: NumberConstructor;
|
|
181
|
+
default: number;
|
|
182
|
+
};
|
|
183
|
+
onClick: {
|
|
184
|
+
type: ((new (...args: any[]) => (...args: any[]) => any) | (() => (...args: any[]) => any) | {
|
|
185
|
+
(): (...args: any[]) => any;
|
|
186
|
+
new (): any;
|
|
187
|
+
readonly prototype: any;
|
|
188
|
+
}) | ((new (...args: any[]) => (...args: any[]) => any) | (() => (...args: any[]) => any) | {
|
|
189
|
+
(): (...args: any[]) => any;
|
|
190
|
+
new (): any;
|
|
191
|
+
readonly prototype: any;
|
|
192
|
+
})[];
|
|
193
|
+
default: any;
|
|
194
|
+
};
|
|
195
|
+
isContinuousClicks: {
|
|
196
|
+
type: BooleanConstructor;
|
|
197
|
+
default: boolean;
|
|
198
|
+
};
|
|
199
|
+
closeConfigProvide: {
|
|
200
|
+
type: BooleanConstructor;
|
|
201
|
+
default: boolean;
|
|
202
|
+
};
|
|
203
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
204
|
+
type: {
|
|
205
|
+
type: ((new (...args: any[]) => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success")) | ((new (...args: any[]) => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success"))[];
|
|
206
|
+
default: string;
|
|
207
|
+
};
|
|
208
|
+
color: {
|
|
209
|
+
type: ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning")) | ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning"))[];
|
|
210
|
+
validator: (v: any) => boolean;
|
|
211
|
+
default: string;
|
|
212
|
+
};
|
|
213
|
+
loading: {
|
|
214
|
+
type: BooleanConstructor;
|
|
215
|
+
default: any;
|
|
216
|
+
};
|
|
217
|
+
disabled: {
|
|
218
|
+
type: BooleanConstructor;
|
|
219
|
+
};
|
|
220
|
+
preIcon: {
|
|
221
|
+
type: StringConstructor;
|
|
222
|
+
};
|
|
223
|
+
postIcon: {
|
|
224
|
+
type: StringConstructor;
|
|
225
|
+
};
|
|
226
|
+
iconSize: {
|
|
227
|
+
type: NumberConstructor;
|
|
228
|
+
default: number;
|
|
229
|
+
};
|
|
230
|
+
onClick: {
|
|
231
|
+
type: ((new (...args: any[]) => (...args: any[]) => any) | (() => (...args: any[]) => any) | {
|
|
232
|
+
(): (...args: any[]) => any;
|
|
233
|
+
new (): any;
|
|
234
|
+
readonly prototype: any;
|
|
235
|
+
}) | ((new (...args: any[]) => (...args: any[]) => any) | (() => (...args: any[]) => any) | {
|
|
236
|
+
(): (...args: any[]) => any;
|
|
237
|
+
new (): any;
|
|
238
|
+
readonly prototype: any;
|
|
239
|
+
})[];
|
|
240
|
+
default: any;
|
|
241
|
+
};
|
|
242
|
+
isContinuousClicks: {
|
|
243
|
+
type: BooleanConstructor;
|
|
244
|
+
default: boolean;
|
|
245
|
+
};
|
|
246
|
+
closeConfigProvide: {
|
|
247
|
+
type: BooleanConstructor;
|
|
248
|
+
default: boolean;
|
|
249
|
+
};
|
|
250
|
+
}>>, {
|
|
251
|
+
type: "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success";
|
|
252
|
+
onClick: (...args: any[]) => any;
|
|
253
|
+
disabled: boolean;
|
|
254
|
+
loading: boolean;
|
|
255
|
+
color: "" | "error" | "success" | "warning";
|
|
256
|
+
iconSize: number;
|
|
257
|
+
isContinuousClicks: boolean;
|
|
258
|
+
closeConfigProvide: boolean;
|
|
259
|
+
}, {}>;
|
|
260
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
261
|
+
schemas: {
|
|
262
|
+
type: ArrayConstructor;
|
|
263
|
+
required: true;
|
|
264
|
+
default: () => ({
|
|
265
|
+
label: string;
|
|
266
|
+
field: string;
|
|
267
|
+
advancedShow: boolean;
|
|
268
|
+
type?: undefined;
|
|
269
|
+
} | {
|
|
270
|
+
label: string;
|
|
271
|
+
field: string;
|
|
272
|
+
type: string;
|
|
273
|
+
advancedShow?: undefined;
|
|
274
|
+
})[];
|
|
275
|
+
};
|
|
276
|
+
}>>, {
|
|
277
|
+
schemas: unknown[];
|
|
278
|
+
}, {}>;
|
|
279
|
+
export default _sfc_main;
|
|
@@ -107,11 +107,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
107
107
|
default: string;
|
|
108
108
|
};
|
|
109
109
|
}>>, {
|
|
110
|
-
placement: TooltipPlacement;
|
|
111
|
-
color: string;
|
|
112
110
|
maxWidth: string;
|
|
113
111
|
showIndex: boolean;
|
|
112
|
+
color: string;
|
|
114
113
|
fontSize: string;
|
|
114
|
+
placement: TooltipPlacement;
|
|
115
115
|
iconSize: string;
|
|
116
116
|
}, {}>;
|
|
117
117
|
export default _default;
|
|
@@ -83,11 +83,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
83
83
|
default: string;
|
|
84
84
|
};
|
|
85
85
|
}>>, {
|
|
86
|
-
placement: import("ant-design-vue/es/tooltip").TooltipPlacement;
|
|
87
|
-
color: string;
|
|
88
86
|
maxWidth: string;
|
|
89
87
|
showIndex: boolean;
|
|
88
|
+
color: string;
|
|
90
89
|
fontSize: string;
|
|
90
|
+
placement: import("ant-design-vue/es/tooltip").TooltipPlacement;
|
|
91
91
|
iconSize: string;
|
|
92
92
|
}, {}>;
|
|
93
93
|
readonly isFunction: typeof isFunction;
|
|
@@ -192,8 +192,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
192
192
|
onSave?: (...args: any[]) => any;
|
|
193
193
|
onCancel?: (...args: any[]) => any;
|
|
194
194
|
}, {
|
|
195
|
-
loading: boolean;
|
|
196
195
|
onSubmit: (...args: any[]) => any;
|
|
196
|
+
loading: boolean;
|
|
197
197
|
isShowHeader: boolean;
|
|
198
198
|
isShowBack: boolean;
|
|
199
199
|
isShowFooter: boolean;
|
|
@@ -10,7 +10,7 @@ export declare const Button: {
|
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
12
12
|
color: {
|
|
13
|
-
type: ((new (...args: any[]) => "" | "error" | "
|
|
13
|
+
type: ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning")) | ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning"))[];
|
|
14
14
|
validator: (v: any) => boolean;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
@@ -57,7 +57,7 @@ export declare const Button: {
|
|
|
57
57
|
default: string;
|
|
58
58
|
};
|
|
59
59
|
color: {
|
|
60
|
-
type: ((new (...args: any[]) => "" | "error" | "
|
|
60
|
+
type: ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning")) | ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning"))[];
|
|
61
61
|
validator: (v: any) => boolean;
|
|
62
62
|
default: string;
|
|
63
63
|
};
|
|
@@ -103,7 +103,7 @@ export declare const Button: {
|
|
|
103
103
|
onClick: (...args: any[]) => any;
|
|
104
104
|
disabled: boolean;
|
|
105
105
|
loading: boolean;
|
|
106
|
-
color: "" | "error" | "
|
|
106
|
+
color: "" | "error" | "success" | "warning";
|
|
107
107
|
iconSize: number;
|
|
108
108
|
isContinuousClicks: boolean;
|
|
109
109
|
closeConfigProvide: boolean;
|
|
@@ -120,7 +120,7 @@ export declare const Button: {
|
|
|
120
120
|
default: string;
|
|
121
121
|
};
|
|
122
122
|
color: {
|
|
123
|
-
type: ((new (...args: any[]) => "" | "error" | "
|
|
123
|
+
type: ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning")) | ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning"))[];
|
|
124
124
|
validator: (v: any) => boolean;
|
|
125
125
|
default: string;
|
|
126
126
|
};
|
|
@@ -166,7 +166,7 @@ export declare const Button: {
|
|
|
166
166
|
onClick: (...args: any[]) => any;
|
|
167
167
|
disabled: boolean;
|
|
168
168
|
loading: boolean;
|
|
169
|
-
color: "" | "error" | "
|
|
169
|
+
color: "" | "error" | "success" | "warning";
|
|
170
170
|
iconSize: number;
|
|
171
171
|
isContinuousClicks: boolean;
|
|
172
172
|
closeConfigProvide: boolean;
|
|
@@ -180,7 +180,7 @@ export declare const Button: {
|
|
|
180
180
|
default: string;
|
|
181
181
|
};
|
|
182
182
|
color: {
|
|
183
|
-
type: ((new (...args: any[]) => "" | "error" | "
|
|
183
|
+
type: ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning")) | ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning"))[];
|
|
184
184
|
validator: (v: any) => boolean;
|
|
185
185
|
default: string;
|
|
186
186
|
};
|
|
@@ -226,7 +226,7 @@ export declare const Button: {
|
|
|
226
226
|
onClick: (...args: any[]) => any;
|
|
227
227
|
disabled: boolean;
|
|
228
228
|
loading: boolean;
|
|
229
|
-
color: "" | "error" | "
|
|
229
|
+
color: "" | "error" | "success" | "warning";
|
|
230
230
|
iconSize: number;
|
|
231
231
|
isContinuousClicks: boolean;
|
|
232
232
|
closeConfigProvide: boolean;
|
|
@@ -4,7 +4,7 @@ declare const BasicButton: import("vue").DefineComponent<{
|
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
color: {
|
|
7
|
-
type: ((new (...args: any[]) => "" | "error" | "
|
|
7
|
+
type: ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning")) | ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning"))[];
|
|
8
8
|
validator: (v: any) => boolean;
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
@@ -51,7 +51,7 @@ declare const BasicButton: import("vue").DefineComponent<{
|
|
|
51
51
|
default: string;
|
|
52
52
|
};
|
|
53
53
|
color: {
|
|
54
|
-
type: ((new (...args: any[]) => "" | "error" | "
|
|
54
|
+
type: ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning")) | ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning"))[];
|
|
55
55
|
validator: (v: any) => boolean;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
@@ -97,7 +97,7 @@ declare const BasicButton: import("vue").DefineComponent<{
|
|
|
97
97
|
onClick: (...args: any[]) => any;
|
|
98
98
|
disabled: boolean;
|
|
99
99
|
loading: boolean;
|
|
100
|
-
color: "" | "error" | "
|
|
100
|
+
color: "" | "error" | "success" | "warning";
|
|
101
101
|
iconSize: number;
|
|
102
102
|
isContinuousClicks: boolean;
|
|
103
103
|
closeConfigProvide: boolean;
|
|
@@ -4,7 +4,7 @@ export declare const buttonProps: {
|
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
color: {
|
|
7
|
-
type: ((new (...args: any[]) => "" | "error" | "
|
|
7
|
+
type: ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning")) | ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning"))[];
|
|
8
8
|
validator: (v: any) => boolean;
|
|
9
9
|
default: string;
|
|
10
10
|
};
|