epic-designer-gold 0.0.42 → 0.0.43

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.
Files changed (30) hide show
  1. package/dist/{attributeView-B6yshoNY.cjs → attributeView-B1dGeNqh.cjs} +1 -1
  2. package/dist/{attributeView-CAOGzcXM.js → attributeView-CZCnJzem.js} +1 -1
  3. package/dist/{index-BwdkCtpc.cjs → index--Z-KkjaM.cjs} +2 -2
  4. package/dist/{index-1BndYxTQ.cjs → index-B94gFPf3.cjs} +1 -1
  5. package/dist/{index-Bf2Sxe2E.cjs → index-BAEFJCS6.cjs} +1 -1
  6. package/dist/{index-BVceGSkj.js → index-BgE9tuf3.js} +1 -1
  7. package/dist/{index-B7QH_s16.cjs → index-CAMBquNl.cjs} +1 -1
  8. package/dist/index-CNQjMEUG.js +4 -0
  9. package/dist/{index-CcZa7MK_.cjs → index-Cb6-t5Kc.cjs} +1 -1
  10. package/dist/{index-CYfnscUn.cjs → index-CuTee7Tg.cjs} +1 -1
  11. package/dist/index-D0-2aoOb.js +56 -0
  12. package/dist/{index-DlubD1cY.cjs → index-D1woeC4G.cjs} +1 -1
  13. package/dist/{index-CMCtBfv5.cjs → index-DEBUq5pN.cjs} +1 -1
  14. package/dist/{index-BOfEIfM3.js → index-DI7c5Qs-.js} +1 -1
  15. package/dist/{index-BIPDvTGu.js → index-DnjKGXr6.js} +6 -6
  16. package/dist/{index-L6-BEKnU.js → index-DrZsGTyO.js} +1 -1
  17. package/dist/{index-DR3BiPsn.js → index-DuwrzlDl.js} +1 -1
  18. package/dist/{index-DDo1LIxZ.js → index-Ut_dcMcZ.js} +1 -1
  19. package/dist/{index-DmyFFubg.js → index-aykMHA5o.js} +1 -1
  20. package/dist/index-fy6-gwUQ.cjs +1 -0
  21. package/dist/index.cjs +1 -1
  22. package/dist/index.js +1 -1
  23. package/dist/{styleView-Ds-PuzkJ.cjs → styleView-Cu6z6iIV.cjs} +1 -1
  24. package/dist/{styleView-5U84Umnq.js → styleView-Dh_hk7Lc.js} +1 -1
  25. package/dist/ui/elementPlus/index.cjs +1 -1
  26. package/dist/ui/elementPlus/index.js +210 -222
  27. package/package.json +1 -1
  28. package/dist/index-BcocZhQo.js +0 -4
  29. package/dist/index-C4TbiUcL.js +0 -71
  30. package/dist/index-CMwJOFFP.cjs +0 -1
@@ -1,6 +1,6 @@
1
- import { pluginManager as i } from "epic-designer-gold";
2
- import { ElFormItem as r, ElForm as c, ElRadioGroup as s, ElRadioButton as d, ElTabs as m, ElTabPane as u, ElCollapse as b, ElCollapseItem as f, ElDrawer as y } from "element-plus";
3
- const h = {
1
+ import { pluginManager as r } from "epic-designer-gold";
2
+ import { ElFormItem as i, ElForm as c, ElRadioGroup as s, ElRadioButton as d, ElTabs as u, ElTabPane as m, ElCollapse as b, ElCollapseItem as f, ElDrawer as y } from "element-plus";
3
+ const P = {
4
4
  component: async () => (await import("element-plus")).ElInput,
5
5
  groupName: "表单",
6
6
  icon: "icon--epic--border-color-outline-rounded",
@@ -105,26 +105,26 @@ const h = {
105
105
  field: "componentProps.showPassword",
106
106
  show: ({ values: e }) => e.componentProps.type === "password"
107
107
  },
108
- {
109
- label: "只读",
110
- type: "switch",
111
- field: "componentProps.readonly"
112
- },
108
+ // {
109
+ // label: "只读",
110
+ // type: "switch",
111
+ // field: "componentProps.readonly",
112
+ // },
113
113
  {
114
114
  label: "可清空",
115
115
  type: "switch",
116
116
  field: "componentProps.clearable"
117
117
  },
118
- {
119
- label: "禁用",
120
- type: "switch",
121
- field: "componentProps.disabled"
122
- },
123
- {
124
- label: "隐藏",
125
- type: "switch",
126
- field: "componentProps.hidden"
127
- },
118
+ // {
119
+ // label: "禁用",
120
+ // type: "switch",
121
+ // field: "componentProps.disabled",
122
+ // },
123
+ // {
124
+ // label: "隐藏",
125
+ // type: "switch",
126
+ // field: "componentProps.hidden",
127
+ // },
128
128
  {
129
129
  label: "表单校验",
130
130
  type: "ERuleEditor",
@@ -174,7 +174,7 @@ const h = {
174
174
  }
175
175
  ]
176
176
  }
177
- }, P = {
177
+ }, h = {
178
178
  component: async () => (await import("element-plus")).ElInput,
179
179
  icon: "icon--epic--edit-square-outline-rounded",
180
180
  groupName: "表单",
@@ -270,16 +270,16 @@ const h = {
270
270
  type: "switch",
271
271
  field: "componentProps.clearable"
272
272
  },
273
- {
274
- label: "禁用",
275
- type: "switch",
276
- field: "componentProps.disabled"
277
- },
278
- {
279
- label: "隐藏",
280
- type: "switch",
281
- field: "componentProps.hidden"
282
- },
273
+ // {
274
+ // label: "禁用",
275
+ // type: "switch",
276
+ // field: "componentProps.disabled",
277
+ // },
278
+ // {
279
+ // label: "隐藏",
280
+ // type: "switch",
281
+ // field: "componentProps.hidden",
282
+ // },
283
283
  {
284
284
  label: "表单校验",
285
285
  type: "ERuleEditor",
@@ -441,16 +441,16 @@ const h = {
441
441
  type: "switch",
442
442
  field: "componentProps.stepStrictly"
443
443
  },
444
- {
445
- label: "禁用",
446
- type: "switch",
447
- field: "componentProps.disabled"
448
- },
449
- {
450
- label: "隐藏",
451
- type: "switch",
452
- field: "componentProps.hidden"
453
- },
444
+ // {
445
+ // label: "禁用",
446
+ // type: "switch",
447
+ // field: "componentProps.disabled",
448
+ // },
449
+ // {
450
+ // label: "隐藏",
451
+ // type: "switch",
452
+ // field: "componentProps.hidden",
453
+ // },
454
454
  {
455
455
  label: "表单校验",
456
456
  type: "ERuleEditor",
@@ -469,7 +469,7 @@ const h = {
469
469
  }
470
470
  ]
471
471
  }
472
- }, w = {
472
+ }, g = {
473
473
  component: () => import("../../form-6cUK-Ari.js"),
474
474
  groupName: "表单",
475
475
  icon: "icon--epic--list-alt-outline-rounded",
@@ -588,17 +588,17 @@ const h = {
588
588
  label: "行内模式",
589
589
  type: "switch",
590
590
  field: "componentProps.inline"
591
- },
592
- {
593
- label: "禁用",
594
- type: "switch",
595
- field: "componentProps.disabled"
596
- },
597
- {
598
- label: "隐藏",
599
- type: "switch",
600
- field: "componentProps.hidden"
601
591
  }
592
+ // {
593
+ // label: "禁用",
594
+ // type: "switch",
595
+ // field: "componentProps.disabled",
596
+ // },
597
+ // {
598
+ // label: "隐藏",
599
+ // type: "switch",
600
+ // field: "componentProps.hidden",
601
+ // },
602
602
  ],
603
603
  action: [
604
604
  {
@@ -615,7 +615,7 @@ const h = {
615
615
  }
616
616
  ]
617
617
  }
618
- }, g = {
618
+ }, w = {
619
619
  component: () => import("../../formItem-D10Om12T.js"),
620
620
  defaultSchema: {
621
621
  label: "表单项",
@@ -726,17 +726,17 @@ const h = {
726
726
  label: "加载状态",
727
727
  type: "switch",
728
728
  field: "componentProps.loading"
729
- },
730
- {
731
- label: "禁用",
732
- type: "switch",
733
- field: "componentProps.disabled"
734
- },
735
- {
736
- label: "隐藏",
737
- type: "switch",
738
- field: "componentProps.hidden"
739
729
  }
730
+ // {
731
+ // label: "禁用",
732
+ // type: "switch",
733
+ // field: "componentProps.disabled",
734
+ // },
735
+ // {
736
+ // label: "隐藏",
737
+ // type: "switch",
738
+ // field: "componentProps.hidden",
739
+ // },
740
740
  ],
741
741
  event: [
742
742
  {
@@ -789,12 +789,12 @@ const h = {
789
789
  clearable: !0
790
790
  },
791
791
  field: "componentProps.shadow"
792
- },
793
- {
794
- label: "隐藏",
795
- type: "switch",
796
- field: "componentProps.hidden"
797
792
  }
793
+ // {
794
+ // label: "隐藏",
795
+ // type: "switch",
796
+ // field: "componentProps.hidden",
797
+ // },
798
798
  ]
799
799
  }
800
800
  }, S = {
@@ -890,15 +890,15 @@ const h = {
890
890
  }
891
891
  },
892
892
  {
893
- label: "列编辑",
893
+ label: "列编辑(一行几列)",
894
894
  type: "EColEditor",
895
895
  field: "children"
896
- },
897
- {
898
- label: "隐藏",
899
- type: "switch",
900
- field: "componentProps.hidden"
901
896
  }
897
+ // {
898
+ // label: "隐藏",
899
+ // type: "switch",
900
+ // field: "componentProps.hidden",
901
+ // },
902
902
  ]
903
903
  }
904
904
  }, Y = {
@@ -1155,16 +1155,16 @@ const h = {
1155
1155
  type: "switch",
1156
1156
  field: "componentProps.clearable"
1157
1157
  },
1158
- {
1159
- label: "禁用",
1160
- type: "switch",
1161
- field: "componentProps.disabled"
1162
- },
1163
- {
1164
- label: "隐藏",
1165
- type: "switch",
1166
- field: "componentProps.hidden"
1167
- },
1158
+ // {
1159
+ // label: "禁用",
1160
+ // type: "switch",
1161
+ // field: "componentProps.disabled",
1162
+ // },
1163
+ // {
1164
+ // label: "隐藏",
1165
+ // type: "switch",
1166
+ // field: "componentProps.hidden",
1167
+ // },
1168
1168
  {
1169
1169
  label: "选项管理",
1170
1170
  type: "EOptionsEditor",
@@ -1279,16 +1279,16 @@ const h = {
1279
1279
  show: ({ values: e }) => e.componentProps.radioButton,
1280
1280
  describe: "按钮模式下生效"
1281
1281
  },
1282
- {
1283
- label: "禁用",
1284
- type: "switch",
1285
- field: "componentProps.disabled"
1286
- },
1287
- {
1288
- label: "隐藏",
1289
- type: "switch",
1290
- field: "componentProps.hidden"
1291
- },
1282
+ // {
1283
+ // label: "禁用",
1284
+ // type: "switch",
1285
+ // field: "componentProps.disabled",
1286
+ // },
1287
+ // {
1288
+ // label: "隐藏",
1289
+ // type: "switch",
1290
+ // field: "componentProps.hidden",
1291
+ // },
1292
1292
  {
1293
1293
  label: "选项管理",
1294
1294
  type: "EOptionsEditor",
@@ -1417,16 +1417,16 @@ const h = {
1417
1417
  show: ({ values: e }) => e.componentProps.radioButton,
1418
1418
  describe: "按钮模式下生效"
1419
1419
  },
1420
- {
1421
- label: "禁用",
1422
- type: "switch",
1423
- field: "componentProps.disabled"
1424
- },
1425
- {
1426
- label: "隐藏",
1427
- type: "switch",
1428
- field: "componentProps.hidden"
1429
- },
1420
+ // {
1421
+ // label: "禁用",
1422
+ // type: "switch",
1423
+ // field: "componentProps.disabled",
1424
+ // },
1425
+ // {
1426
+ // label: "隐藏",
1427
+ // type: "switch",
1428
+ // field: "componentProps.hidden",
1429
+ // },
1430
1430
  {
1431
1431
  label: "选项管理",
1432
1432
  type: "EOptionsEditor",
@@ -1521,9 +1521,7 @@ const h = {
1521
1521
  placeholder: "请输入"
1522
1522
  },
1523
1523
  onChange: ({ value: e, values: l, componentAttributes: o }) => {
1524
- const t = o.value.findIndex(
1525
- (n) => n.field === "componentProps.max"
1526
- ), p = o.value[t];
1524
+ const t = o.value.findIndex((a) => a.field === "componentProps.max"), p = o.value[t];
1527
1525
  p.componentProps = {
1528
1526
  min: e
1529
1527
  }, (l.componentProps.max ?? 0) < e && (l.componentProps.max = e);
@@ -1537,9 +1535,7 @@ const h = {
1537
1535
  placeholder: "请输入"
1538
1536
  },
1539
1537
  onChange: ({ value: e, values: l, componentAttributes: o }) => {
1540
- const t = o.value.findIndex(
1541
- (n) => n.field === "componentProps.min"
1542
- ), p = o.value[t];
1538
+ const t = o.value.findIndex((a) => a.field === "componentProps.min"), p = o.value[t];
1543
1539
  p.componentProps = {
1544
1540
  max: e
1545
1541
  }, (l.componentProps.min ?? 0) > e && (l.componentProps.min = e);
@@ -1651,16 +1647,16 @@ const h = {
1651
1647
  },
1652
1648
  field: "componentProps.placement"
1653
1649
  },
1654
- {
1655
- label: "禁用",
1656
- type: "switch",
1657
- field: "componentProps.disabled"
1658
- },
1659
- {
1660
- label: "隐藏",
1661
- type: "switch",
1662
- field: "componentProps.hidden"
1663
- },
1650
+ // {
1651
+ // label: "禁用",
1652
+ // type: "switch",
1653
+ // field: "componentProps.disabled",
1654
+ // },
1655
+ // {
1656
+ // label: "隐藏",
1657
+ // type: "switch",
1658
+ // field: "componentProps.hidden",
1659
+ // },
1664
1660
  {
1665
1661
  label: "表单校验",
1666
1662
  type: "ERuleEditor",
@@ -1766,16 +1762,16 @@ const h = {
1766
1762
  type: "switch",
1767
1763
  field: "componentProps.showAlpha"
1768
1764
  },
1769
- {
1770
- label: "禁用",
1771
- type: "switch",
1772
- field: "componentProps.disabled"
1773
- },
1774
- {
1775
- label: "隐藏",
1776
- type: "switch",
1777
- field: "componentProps.hidden"
1778
- },
1765
+ // {
1766
+ // label: "禁用",
1767
+ // type: "switch",
1768
+ // field: "componentProps.disabled",
1769
+ // },
1770
+ // {
1771
+ // label: "隐藏",
1772
+ // type: "switch",
1773
+ // field: "componentProps.hidden",
1774
+ // },
1779
1775
  {
1780
1776
  label: "表单校验",
1781
1777
  type: "ERuleEditor",
@@ -1831,7 +1827,7 @@ const h = {
1831
1827
  placeholder: "请输入"
1832
1828
  },
1833
1829
  onChange(e) {
1834
- setTimeout(() => a(e));
1830
+ setTimeout(() => n(e));
1835
1831
  }
1836
1832
  },
1837
1833
  {
@@ -1842,7 +1838,7 @@ const h = {
1842
1838
  placeholder: "请输入"
1843
1839
  },
1844
1840
  onChange(e) {
1845
- setTimeout(() => a(e));
1841
+ setTimeout(() => n(e));
1846
1842
  }
1847
1843
  },
1848
1844
  {
@@ -1898,16 +1894,16 @@ const h = {
1898
1894
  type: "switch",
1899
1895
  field: "componentProps.inlinePrompt"
1900
1896
  },
1901
- {
1902
- label: "禁用",
1903
- type: "switch",
1904
- field: "componentProps.disabled"
1905
- },
1906
- {
1907
- label: "隐藏",
1908
- type: "switch",
1909
- field: "componentProps.hidden"
1910
- },
1897
+ // {
1898
+ // label: "禁用",
1899
+ // type: "switch",
1900
+ // field: "componentProps.disabled",
1901
+ // },
1902
+ // {
1903
+ // label: "隐藏",
1904
+ // type: "switch",
1905
+ // field: "componentProps.hidden",
1906
+ // },
1911
1907
  {
1912
1908
  label: "表单校验",
1913
1909
  type: "ERuleEditor",
@@ -1927,7 +1923,7 @@ const h = {
1927
1923
  ]
1928
1924
  }
1929
1925
  };
1930
- function a(e) {
1926
+ function n(e) {
1931
1927
  var o;
1932
1928
  let l = ((o = e.values.componentProps) == null ? void 0 : o.inactiveValue) || !1;
1933
1929
  e.values.componentProps.unCheckedValue === "" && delete e.values.componentProps.unCheckedValue, e.values.componentProps.activeValue === "" && delete e.values.componentProps.activeValue, e.values.componentProps ? e.values.componentProps.defaultValue = l : e.values.componentProps = {
@@ -2087,16 +2083,16 @@ const z = {
2087
2083
  type: "switch",
2088
2084
  field: "componentProps.clearable"
2089
2085
  },
2090
- {
2091
- label: "禁用",
2092
- type: "switch",
2093
- field: "componentProps.disabled"
2094
- },
2095
- {
2096
- label: "隐藏",
2097
- type: "switch",
2098
- field: "componentProps.hidden"
2099
- },
2086
+ // {
2087
+ // label: "禁用",
2088
+ // type: "switch",
2089
+ // field: "componentProps.disabled",
2090
+ // },
2091
+ // {
2092
+ // label: "隐藏",
2093
+ // type: "switch",
2094
+ // field: "componentProps.hidden",
2095
+ // },
2100
2096
  {
2101
2097
  label: "选项管理",
2102
2098
  type: "EOptionsEditor",
@@ -2181,12 +2177,12 @@ const z = {
2181
2177
  label: "折叠项管理",
2182
2178
  type: "EColEditor",
2183
2179
  field: "children"
2184
- },
2185
- {
2186
- label: "隐藏",
2187
- type: "switch",
2188
- field: "componentProps.hidden"
2189
2180
  }
2181
+ // {
2182
+ // label: "隐藏",
2183
+ // type: "switch",
2184
+ // field: "componentProps.hidden",
2185
+ // },
2190
2186
  ]
2191
2187
  }
2192
2188
  }, N = {
@@ -2288,9 +2284,7 @@ const z = {
2288
2284
  type: "input",
2289
2285
  field: "componentProps.startPlaceholder",
2290
2286
  show({ values: e }) {
2291
- return ["datetimerange", "daterange", "monthrange"].includes(
2292
- e.componentProps.type
2293
- );
2287
+ return ["datetimerange", "daterange", "monthrange"].includes(e.componentProps.type);
2294
2288
  }
2295
2289
  },
2296
2290
  {
@@ -2298,9 +2292,7 @@ const z = {
2298
2292
  type: "input",
2299
2293
  field: "componentProps.endPlaceholder",
2300
2294
  show({ values: e }) {
2301
- return ["datetimerange", "daterange", "monthrange"].includes(
2302
- e.componentProps.type
2303
- );
2295
+ return ["datetimerange", "daterange", "monthrange"].includes(e.componentProps.type);
2304
2296
  }
2305
2297
  },
2306
2298
  {
@@ -2308,9 +2300,7 @@ const z = {
2308
2300
  type: "input",
2309
2301
  field: "componentProps.placeholder",
2310
2302
  show({ values: e }) {
2311
- return !["datetimerange", "daterange", "monthrange"].includes(
2312
- e.componentProps.type
2313
- );
2303
+ return !["datetimerange", "daterange", "monthrange"].includes(e.componentProps.type);
2314
2304
  }
2315
2305
  },
2316
2306
  {
@@ -2360,9 +2350,7 @@ const z = {
2360
2350
  placeholder: "请输入"
2361
2351
  },
2362
2352
  show({ values: e }) {
2363
- return ["datetimerange", "daterange", "monthrange"].includes(
2364
- e.componentProps.type
2365
- );
2353
+ return ["datetimerange", "daterange", "monthrange"].includes(e.componentProps.type);
2366
2354
  }
2367
2355
  },
2368
2356
  {
@@ -2370,21 +2358,21 @@ const z = {
2370
2358
  type: "switch",
2371
2359
  field: "componentProps.clearable"
2372
2360
  },
2373
- {
2374
- label: "只读",
2375
- type: "switch",
2376
- field: "componentProps.readonly"
2377
- },
2378
- {
2379
- label: "禁用",
2380
- type: "switch",
2381
- field: "componentProps.disabled"
2382
- },
2383
- {
2384
- label: "隐藏",
2385
- type: "switch",
2386
- field: "componentProps.hidden"
2387
- },
2361
+ // {
2362
+ // label: "只读",
2363
+ // type: "switch",
2364
+ // field: "componentProps.readonly",
2365
+ // },
2366
+ // {
2367
+ // label: "禁用",
2368
+ // type: "switch",
2369
+ // field: "componentProps.disabled",
2370
+ // },
2371
+ // {
2372
+ // label: "隐藏",
2373
+ // type: "switch",
2374
+ // field: "componentProps.hidden",
2375
+ // },
2388
2376
  {
2389
2377
  label: "表单校验",
2390
2378
  type: "ERuleEditor",
@@ -2462,16 +2450,16 @@ const z = {
2462
2450
  placeholder: "请输入"
2463
2451
  }
2464
2452
  },
2465
- {
2466
- label: "禁用",
2467
- type: "switch",
2468
- field: "componentProps.disabled"
2469
- },
2470
- {
2471
- label: "隐藏",
2472
- type: "switch",
2473
- field: "componentProps.hidden"
2474
- },
2453
+ // {
2454
+ // label: "禁用",
2455
+ // type: "switch",
2456
+ // field: "componentProps.disabled",
2457
+ // },
2458
+ // {
2459
+ // label: "隐藏",
2460
+ // type: "switch",
2461
+ // field: "componentProps.hidden",
2462
+ // },
2475
2463
  {
2476
2464
  label: "表单校验",
2477
2465
  type: "ERuleEditor",
@@ -2547,16 +2535,16 @@ const z = {
2547
2535
  placeholder: "请输入"
2548
2536
  }
2549
2537
  },
2550
- {
2551
- label: "禁用",
2552
- type: "switch",
2553
- field: "componentProps.disabled"
2554
- },
2555
- {
2556
- label: "隐藏",
2557
- type: "switch",
2558
- field: "componentProps.hidden"
2559
- },
2538
+ // {
2539
+ // label: "禁用",
2540
+ // type: "switch",
2541
+ // field: "componentProps.disabled",
2542
+ // },
2543
+ // {
2544
+ // label: "隐藏",
2545
+ // type: "switch",
2546
+ // field: "componentProps.hidden",
2547
+ // },
2560
2548
  {
2561
2549
  label: "表单校验",
2562
2550
  type: "ERuleEditor",
@@ -2632,21 +2620,21 @@ const z = {
2632
2620
  },
2633
2621
  field: "componentProps.lineWidth"
2634
2622
  },
2635
- {
2636
- label: "只读",
2637
- type: "switch",
2638
- field: "componentProps.readonly"
2639
- },
2640
- {
2641
- label: "禁用",
2642
- type: "switch",
2643
- field: "componentProps.disabled"
2644
- },
2645
- {
2646
- label: "隐藏",
2647
- type: "switch",
2648
- field: "componentProps.hidden"
2649
- },
2623
+ // {
2624
+ // label: "只读",
2625
+ // type: "switch",
2626
+ // field: "componentProps.readonly",
2627
+ // },
2628
+ // {
2629
+ // label: "禁用",
2630
+ // type: "switch",
2631
+ // field: "componentProps.disabled",
2632
+ // },
2633
+ // {
2634
+ // label: "隐藏",
2635
+ // type: "switch",
2636
+ // field: "componentProps.hidden",
2637
+ // },
2650
2638
  {
2651
2639
  label: "表单校验",
2652
2640
  type: "ERuleEditor",
@@ -2693,12 +2681,12 @@ const z = {
2693
2681
  // ],
2694
2682
  }
2695
2683
  };
2696
- function H(e = i) {
2697
- e.component("FormItem", r), e.component("Form", c), e.component("RadioGroup", s), e.component("RadioButton", d), e.component("Tabs", m), e.component("TabPane", u), e.component("Collapse", b), e.component("CollapseItem", f), e.component("Drawer", y), [
2698
- w,
2684
+ function H(e = r) {
2685
+ e.component("FormItem", i), e.component("Form", c), e.component("RadioGroup", s), e.component("RadioButton", d), e.component("Tabs", u), e.component("TabPane", m), e.component("Collapse", b), e.component("CollapseItem", f), e.component("Drawer", y), [
2699
2686
  g,
2700
- h,
2687
+ w,
2701
2688
  P,
2689
+ h,
2702
2690
  v,
2703
2691
  C,
2704
2692
  k,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "epic-designer-gold",
3
3
  "private": false,
4
- "version": "0.0.42",
4
+ "version": "0.0.43",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -1,4 +0,0 @@
1
- import { _ as f } from "./index-BIPDvTGu.js";
2
- export {
3
- f as default
4
- };