star-horse-lowcode 3.1.9 → 3.1.11

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 (48) hide show
  1. package/README.md +10 -0
  2. package/dist/api/star_horse_utils.d.ts +2 -2
  3. package/dist/assets/index.css +1 -1
  4. package/dist/components/comp/StarHorseJsonEditor.vue.d.ts +4 -4
  5. package/dist/components/comp/StarHorseSearchComp.vue.d.ts +20 -4
  6. package/dist/components/comp/StarHorseSearchForm.vue.d.ts +12 -2
  7. package/dist/components/comp/StarHorseStaticTable.vue.d.ts +1 -1
  8. package/dist/components/comp/StarHorseTableComp.vue.d.ts +1 -0
  9. package/dist/components/formcomp/utils/FieldList.vue.d.ts +4 -4
  10. package/dist/components/formcomp/utils/ItemRelationEventUtils.d.ts +17 -2
  11. package/dist/components/system/StarHorseQueryBuilder.vue.d.ts +271 -0
  12. package/dist/components/system/code-editor/index.d.ts +1 -1
  13. package/dist/components/types/ItemPreps.d.ts +3 -3
  14. package/dist/components/types/PageFieldInfo.d.ts +7 -8
  15. package/dist/components/types/PreOrPendType.d.ts +31 -0
  16. package/dist/components/types/SearchProps.d.ts +2 -3
  17. package/dist/index.es.js +6 -6
  18. package/dist/lang/en_US.d.ts +51 -0
  19. package/dist/lang/zh_CN.d.ts +51 -0
  20. package/dist/store/DesignForm.d.ts +72 -72
  21. package/dist/store/FormDataCache.d.ts +24 -12
  22. package/dist/store/StoreManager.d.ts +192 -168
  23. package/dist/types/api/star_horse_utils.d.ts +2 -2
  24. package/dist/types/components/comp/StarHorseDataView.vue.d.ts +1 -1
  25. package/dist/types/components/comp/StarHorseJsonEditor.vue.d.ts +4 -4
  26. package/dist/types/components/comp/StarHorseSearchComp.vue.d.ts +20 -4
  27. package/dist/types/components/comp/StarHorseSearchForm.vue.d.ts +12 -2
  28. package/dist/types/components/comp/StarHorseStaticTable.vue.d.ts +1 -1
  29. package/dist/types/components/comp/StarHorseTableComp.vue.d.ts +1 -0
  30. package/dist/types/components/formcomp/utils/FieldList.vue.d.ts +4 -4
  31. package/dist/types/components/formcomp/utils/ItemRelationEventUtils.d.ts +17 -2
  32. package/dist/types/components/system/StarHorseQueryBuilder.vue.d.ts +271 -0
  33. package/dist/types/components/system/StarHorseSvg.vue.d.ts +2 -2
  34. package/dist/types/components/system/code-editor/TabBar.vue.d.ts +2 -2
  35. package/dist/types/components/system/code-editor/index.d.ts +1 -1
  36. package/dist/types/components/types/ItemPreps.d.ts +3 -3
  37. package/dist/types/components/types/PageFieldInfo.d.ts +7 -8
  38. package/dist/types/components/types/PreOrPendType.d.ts +31 -0
  39. package/dist/types/components/types/SearchProps.d.ts +2 -3
  40. package/dist/types/lang/en_US.d.ts +51 -0
  41. package/dist/types/lang/zh_CN.d.ts +51 -0
  42. package/dist/types/sample/commonpage/dynamic_form_utils.d.ts +8 -0
  43. package/dist/types/store/DesignForm.d.ts +72 -72
  44. package/dist/types/store/FormDataCache.d.ts +24 -12
  45. package/dist/types/store/StoreManager.d.ts +192 -168
  46. package/dist/types/utils/preview.d.ts +2 -1
  47. package/dist/utils/preview.d.ts +2 -1
  48. package/package.json +11 -13
@@ -1093,7 +1093,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1093
1093
  value?: string | number;
1094
1094
  disabled?: string;
1095
1095
  helpMsg?: string;
1096
- children?: import('..').SelectOption[] | /*elided*/ any[];
1096
+ children?: /*elided*/ any[];
1097
1097
  }[];
1098
1098
  defaultValues?: any;
1099
1099
  remark?: string;
@@ -1111,7 +1111,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1111
1111
  value?: string | number;
1112
1112
  disabled?: string;
1113
1113
  helpMsg?: string;
1114
- children?: import('..').SelectOption[] | /*elided*/ any[];
1114
+ children?: /*elided*/ any[];
1115
1115
  }[];
1116
1116
  defaultValues?: any;
1117
1117
  remark?: string;
@@ -1129,7 +1129,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1129
1129
  value?: string | number;
1130
1130
  disabled?: string;
1131
1131
  helpMsg?: string;
1132
- children?: import('..').SelectOption[] | /*elided*/ any[];
1132
+ children?: /*elided*/ any[];
1133
1133
  }[];
1134
1134
  defaultValues?: any;
1135
1135
  remark?: string;
@@ -1154,7 +1154,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1154
1154
  value?: string | number;
1155
1155
  disabled?: string;
1156
1156
  helpMsg?: string;
1157
- children?: import('..').SelectOption[] | /*elided*/ any[];
1157
+ children?: /*elided*/ any[];
1158
1158
  }[];
1159
1159
  defaultValues?: any;
1160
1160
  remark?: string;
@@ -1178,7 +1178,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1178
1178
  value?: string | number;
1179
1179
  disabled?: string;
1180
1180
  helpMsg?: string;
1181
- children?: import('..').SelectOption[] | /*elided*/ any[];
1181
+ children?: /*elided*/ any[];
1182
1182
  }[];
1183
1183
  defaultValues?: any;
1184
1184
  remark?: string;
@@ -1196,7 +1196,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1196
1196
  value?: string | number;
1197
1197
  disabled?: string;
1198
1198
  helpMsg?: string;
1199
- children?: import('..').SelectOption[] | /*elided*/ any[];
1199
+ children?: /*elided*/ any[];
1200
1200
  }[];
1201
1201
  defaultValues?: any;
1202
1202
  remark?: string;
@@ -1214,7 +1214,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1214
1214
  value?: string | number;
1215
1215
  disabled?: string;
1216
1216
  helpMsg?: string;
1217
- children?: import('..').SelectOption[] | /*elided*/ any[];
1217
+ children?: /*elided*/ any[];
1218
1218
  }[];
1219
1219
  defaultValues?: any;
1220
1220
  remark?: string;
@@ -1239,7 +1239,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1239
1239
  value?: string | number;
1240
1240
  disabled?: string;
1241
1241
  helpMsg?: string;
1242
- children?: import('..').SelectOption[] | /*elided*/ any[];
1242
+ children?: /*elided*/ any[];
1243
1243
  }[];
1244
1244
  defaultValues?: any;
1245
1245
  remark?: string;
@@ -1264,7 +1264,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1264
1264
  value?: string | number;
1265
1265
  disabled?: string;
1266
1266
  helpMsg?: string;
1267
- children?: import('..').SelectOption[] | /*elided*/ any[];
1267
+ children?: /*elided*/ any[];
1268
1268
  }[];
1269
1269
  defaultValues?: any;
1270
1270
  remark?: string;
@@ -1282,7 +1282,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1282
1282
  value?: string | number;
1283
1283
  disabled?: string;
1284
1284
  helpMsg?: string;
1285
- children?: import('..').SelectOption[] | /*elided*/ any[];
1285
+ children?: /*elided*/ any[];
1286
1286
  }[];
1287
1287
  defaultValues?: any;
1288
1288
  remark?: string;
@@ -1300,7 +1300,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1300
1300
  value?: string | number;
1301
1301
  disabled?: string;
1302
1302
  helpMsg?: string;
1303
- children?: import('..').SelectOption[] | /*elided*/ any[];
1303
+ children?: /*elided*/ any[];
1304
1304
  }[];
1305
1305
  defaultValues?: any;
1306
1306
  remark?: string;
@@ -1325,7 +1325,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1325
1325
  value?: string | number;
1326
1326
  disabled?: string;
1327
1327
  helpMsg?: string;
1328
- children?: import('..').SelectOption[] | /*elided*/ any[];
1328
+ children?: /*elided*/ any[];
1329
1329
  }[];
1330
1330
  defaultValues?: any;
1331
1331
  remark?: string;
@@ -1349,7 +1349,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1349
1349
  value?: string | number;
1350
1350
  disabled?: string;
1351
1351
  helpMsg?: string;
1352
- children?: import('..').SelectOption[] | /*elided*/ any[];
1352
+ children?: /*elided*/ any[];
1353
1353
  }[];
1354
1354
  defaultValues?: any;
1355
1355
  remark?: string;
@@ -1367,7 +1367,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1367
1367
  value?: string | number;
1368
1368
  disabled?: string;
1369
1369
  helpMsg?: string;
1370
- children?: import('..').SelectOption[] | /*elided*/ any[];
1370
+ children?: /*elided*/ any[];
1371
1371
  }[];
1372
1372
  defaultValues?: any;
1373
1373
  remark?: string;
@@ -1385,7 +1385,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1385
1385
  value?: string | number;
1386
1386
  disabled?: string;
1387
1387
  helpMsg?: string;
1388
- children?: import('..').SelectOption[] | /*elided*/ any[];
1388
+ children?: /*elided*/ any[];
1389
1389
  }[];
1390
1390
  defaultValues?: any;
1391
1391
  remark?: string;
@@ -1410,7 +1410,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1410
1410
  value?: string | number;
1411
1411
  disabled?: string;
1412
1412
  helpMsg?: string;
1413
- children?: import('..').SelectOption[] | /*elided*/ any[];
1413
+ children?: /*elided*/ any[];
1414
1414
  }[];
1415
1415
  defaultValues?: any;
1416
1416
  remark?: string;
@@ -1435,7 +1435,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1435
1435
  value?: string | number;
1436
1436
  disabled?: string;
1437
1437
  helpMsg?: string;
1438
- children?: import('..').SelectOption[] | /*elided*/ any[];
1438
+ children?: /*elided*/ any[];
1439
1439
  }[];
1440
1440
  defaultValues?: any;
1441
1441
  remark?: string;
@@ -1453,7 +1453,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1453
1453
  value?: string | number;
1454
1454
  disabled?: string;
1455
1455
  helpMsg?: string;
1456
- children?: import('..').SelectOption[] | /*elided*/ any[];
1456
+ children?: /*elided*/ any[];
1457
1457
  }[];
1458
1458
  defaultValues?: any;
1459
1459
  remark?: string;
@@ -1471,7 +1471,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1471
1471
  value?: string | number;
1472
1472
  disabled?: string;
1473
1473
  helpMsg?: string;
1474
- children?: import('..').SelectOption[] | /*elided*/ any[];
1474
+ children?: /*elided*/ any[];
1475
1475
  }[];
1476
1476
  defaultValues?: any;
1477
1477
  remark?: string;
@@ -1496,7 +1496,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1496
1496
  value?: string | number;
1497
1497
  disabled?: string;
1498
1498
  helpMsg?: string;
1499
- children?: import('..').SelectOption[] | /*elided*/ any[];
1499
+ children?: /*elided*/ any[];
1500
1500
  }[];
1501
1501
  defaultValues?: any;
1502
1502
  remark?: string;
@@ -1520,7 +1520,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1520
1520
  value?: string | number;
1521
1521
  disabled?: string;
1522
1522
  helpMsg?: string;
1523
- children?: import('..').SelectOption[] | /*elided*/ any[];
1523
+ children?: /*elided*/ any[];
1524
1524
  }[];
1525
1525
  defaultValues?: any;
1526
1526
  remark?: string;
@@ -1538,7 +1538,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1538
1538
  value?: string | number;
1539
1539
  disabled?: string;
1540
1540
  helpMsg?: string;
1541
- children?: import('..').SelectOption[] | /*elided*/ any[];
1541
+ children?: /*elided*/ any[];
1542
1542
  }[];
1543
1543
  defaultValues?: any;
1544
1544
  remark?: string;
@@ -1556,7 +1556,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1556
1556
  value?: string | number;
1557
1557
  disabled?: string;
1558
1558
  helpMsg?: string;
1559
- children?: import('..').SelectOption[] | /*elided*/ any[];
1559
+ children?: /*elided*/ any[];
1560
1560
  }[];
1561
1561
  defaultValues?: any;
1562
1562
  remark?: string;
@@ -1581,7 +1581,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1581
1581
  value?: string | number;
1582
1582
  disabled?: string;
1583
1583
  helpMsg?: string;
1584
- children?: import('..').SelectOption[] | /*elided*/ any[];
1584
+ children?: /*elided*/ any[];
1585
1585
  }[];
1586
1586
  defaultValues?: any;
1587
1587
  remark?: string;
@@ -1669,7 +1669,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1669
1669
  value?: string | number;
1670
1670
  disabled?: string;
1671
1671
  helpMsg?: string;
1672
- children?: import('..').SelectOption[] | /*elided*/ any[];
1672
+ children?: /*elided*/ any[];
1673
1673
  }[];
1674
1674
  defaultValues?: any;
1675
1675
  remark?: string;
@@ -1687,7 +1687,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1687
1687
  value?: string | number;
1688
1688
  disabled?: string;
1689
1689
  helpMsg?: string;
1690
- children?: import('..').SelectOption[] | /*elided*/ any[];
1690
+ children?: /*elided*/ any[];
1691
1691
  }[];
1692
1692
  defaultValues?: any;
1693
1693
  remark?: string;
@@ -1705,7 +1705,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1705
1705
  value?: string | number;
1706
1706
  disabled?: string;
1707
1707
  helpMsg?: string;
1708
- children?: import('..').SelectOption[] | /*elided*/ any[];
1708
+ children?: /*elided*/ any[];
1709
1709
  }[];
1710
1710
  defaultValues?: any;
1711
1711
  remark?: string;
@@ -1730,7 +1730,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1730
1730
  value?: string | number;
1731
1731
  disabled?: string;
1732
1732
  helpMsg?: string;
1733
- children?: import('..').SelectOption[] | /*elided*/ any[];
1733
+ children?: /*elided*/ any[];
1734
1734
  }[];
1735
1735
  defaultValues?: any;
1736
1736
  remark?: string;
@@ -1754,7 +1754,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1754
1754
  value?: string | number;
1755
1755
  disabled?: string;
1756
1756
  helpMsg?: string;
1757
- children?: import('..').SelectOption[] | /*elided*/ any[];
1757
+ children?: /*elided*/ any[];
1758
1758
  }[];
1759
1759
  defaultValues?: any;
1760
1760
  remark?: string;
@@ -1772,7 +1772,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1772
1772
  value?: string | number;
1773
1773
  disabled?: string;
1774
1774
  helpMsg?: string;
1775
- children?: import('..').SelectOption[] | /*elided*/ any[];
1775
+ children?: /*elided*/ any[];
1776
1776
  }[];
1777
1777
  defaultValues?: any;
1778
1778
  remark?: string;
@@ -1790,7 +1790,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1790
1790
  value?: string | number;
1791
1791
  disabled?: string;
1792
1792
  helpMsg?: string;
1793
- children?: import('..').SelectOption[] | /*elided*/ any[];
1793
+ children?: /*elided*/ any[];
1794
1794
  }[];
1795
1795
  defaultValues?: any;
1796
1796
  remark?: string;
@@ -1815,7 +1815,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1815
1815
  value?: string | number;
1816
1816
  disabled?: string;
1817
1817
  helpMsg?: string;
1818
- children?: import('..').SelectOption[] | /*elided*/ any[];
1818
+ children?: /*elided*/ any[];
1819
1819
  }[];
1820
1820
  defaultValues?: any;
1821
1821
  remark?: string;
@@ -1840,7 +1840,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1840
1840
  value?: string | number;
1841
1841
  disabled?: string;
1842
1842
  helpMsg?: string;
1843
- children?: import('..').SelectOption[] | /*elided*/ any[];
1843
+ children?: /*elided*/ any[];
1844
1844
  }[];
1845
1845
  defaultValues?: any;
1846
1846
  remark?: string;
@@ -1858,7 +1858,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1858
1858
  value?: string | number;
1859
1859
  disabled?: string;
1860
1860
  helpMsg?: string;
1861
- children?: import('..').SelectOption[] | /*elided*/ any[];
1861
+ children?: /*elided*/ any[];
1862
1862
  }[];
1863
1863
  defaultValues?: any;
1864
1864
  remark?: string;
@@ -1876,7 +1876,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1876
1876
  value?: string | number;
1877
1877
  disabled?: string;
1878
1878
  helpMsg?: string;
1879
- children?: import('..').SelectOption[] | /*elided*/ any[];
1879
+ children?: /*elided*/ any[];
1880
1880
  }[];
1881
1881
  defaultValues?: any;
1882
1882
  remark?: string;
@@ -1901,7 +1901,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1901
1901
  value?: string | number;
1902
1902
  disabled?: string;
1903
1903
  helpMsg?: string;
1904
- children?: import('..').SelectOption[] | /*elided*/ any[];
1904
+ children?: /*elided*/ any[];
1905
1905
  }[];
1906
1906
  defaultValues?: any;
1907
1907
  remark?: string;
@@ -1925,7 +1925,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1925
1925
  value?: string | number;
1926
1926
  disabled?: string;
1927
1927
  helpMsg?: string;
1928
- children?: import('..').SelectOption[] | /*elided*/ any[];
1928
+ children?: /*elided*/ any[];
1929
1929
  }[];
1930
1930
  defaultValues?: any;
1931
1931
  remark?: string;
@@ -1943,7 +1943,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1943
1943
  value?: string | number;
1944
1944
  disabled?: string;
1945
1945
  helpMsg?: string;
1946
- children?: import('..').SelectOption[] | /*elided*/ any[];
1946
+ children?: /*elided*/ any[];
1947
1947
  }[];
1948
1948
  defaultValues?: any;
1949
1949
  remark?: string;
@@ -1961,7 +1961,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1961
1961
  value?: string | number;
1962
1962
  disabled?: string;
1963
1963
  helpMsg?: string;
1964
- children?: import('..').SelectOption[] | /*elided*/ any[];
1964
+ children?: /*elided*/ any[];
1965
1965
  }[];
1966
1966
  defaultValues?: any;
1967
1967
  remark?: string;
@@ -1986,7 +1986,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
1986
1986
  value?: string | number;
1987
1987
  disabled?: string;
1988
1988
  helpMsg?: string;
1989
- children?: import('..').SelectOption[] | /*elided*/ any[];
1989
+ children?: /*elided*/ any[];
1990
1990
  }[];
1991
1991
  defaultValues?: any;
1992
1992
  remark?: string;
@@ -2011,7 +2011,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2011
2011
  value?: string | number;
2012
2012
  disabled?: string;
2013
2013
  helpMsg?: string;
2014
- children?: import('..').SelectOption[] | /*elided*/ any[];
2014
+ children?: /*elided*/ any[];
2015
2015
  }[];
2016
2016
  defaultValues?: any;
2017
2017
  remark?: string;
@@ -2029,7 +2029,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2029
2029
  value?: string | number;
2030
2030
  disabled?: string;
2031
2031
  helpMsg?: string;
2032
- children?: import('..').SelectOption[] | /*elided*/ any[];
2032
+ children?: /*elided*/ any[];
2033
2033
  }[];
2034
2034
  defaultValues?: any;
2035
2035
  remark?: string;
@@ -2047,7 +2047,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2047
2047
  value?: string | number;
2048
2048
  disabled?: string;
2049
2049
  helpMsg?: string;
2050
- children?: import('..').SelectOption[] | /*elided*/ any[];
2050
+ children?: /*elided*/ any[];
2051
2051
  }[];
2052
2052
  defaultValues?: any;
2053
2053
  remark?: string;
@@ -2072,7 +2072,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2072
2072
  value?: string | number;
2073
2073
  disabled?: string;
2074
2074
  helpMsg?: string;
2075
- children?: import('..').SelectOption[] | /*elided*/ any[];
2075
+ children?: /*elided*/ any[];
2076
2076
  }[];
2077
2077
  defaultValues?: any;
2078
2078
  remark?: string;
@@ -2096,7 +2096,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2096
2096
  value?: string | number;
2097
2097
  disabled?: string;
2098
2098
  helpMsg?: string;
2099
- children?: import('..').SelectOption[] | /*elided*/ any[];
2099
+ children?: /*elided*/ any[];
2100
2100
  }[];
2101
2101
  defaultValues?: any;
2102
2102
  remark?: string;
@@ -2114,7 +2114,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2114
2114
  value?: string | number;
2115
2115
  disabled?: string;
2116
2116
  helpMsg?: string;
2117
- children?: import('..').SelectOption[] | /*elided*/ any[];
2117
+ children?: /*elided*/ any[];
2118
2118
  }[];
2119
2119
  defaultValues?: any;
2120
2120
  remark?: string;
@@ -2132,7 +2132,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2132
2132
  value?: string | number;
2133
2133
  disabled?: string;
2134
2134
  helpMsg?: string;
2135
- children?: import('..').SelectOption[] | /*elided*/ any[];
2135
+ children?: /*elided*/ any[];
2136
2136
  }[];
2137
2137
  defaultValues?: any;
2138
2138
  remark?: string;
@@ -2157,7 +2157,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2157
2157
  value?: string | number;
2158
2158
  disabled?: string;
2159
2159
  helpMsg?: string;
2160
- children?: import('..').SelectOption[] | /*elided*/ any[];
2160
+ children?: /*elided*/ any[];
2161
2161
  }[];
2162
2162
  defaultValues?: any;
2163
2163
  remark?: string;
@@ -2245,7 +2245,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2245
2245
  value?: string | number;
2246
2246
  disabled?: string;
2247
2247
  helpMsg?: string;
2248
- children?: import('..').SelectOption[] | /*elided*/ any[];
2248
+ children?: /*elided*/ any[];
2249
2249
  }[];
2250
2250
  defaultValues?: any;
2251
2251
  remark?: string;
@@ -2263,7 +2263,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2263
2263
  value?: string | number;
2264
2264
  disabled?: string;
2265
2265
  helpMsg?: string;
2266
- children?: import('..').SelectOption[] | /*elided*/ any[];
2266
+ children?: /*elided*/ any[];
2267
2267
  }[];
2268
2268
  defaultValues?: any;
2269
2269
  remark?: string;
@@ -2281,7 +2281,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2281
2281
  value?: string | number;
2282
2282
  disabled?: string;
2283
2283
  helpMsg?: string;
2284
- children?: import('..').SelectOption[] | /*elided*/ any[];
2284
+ children?: /*elided*/ any[];
2285
2285
  }[];
2286
2286
  defaultValues?: any;
2287
2287
  remark?: string;
@@ -2306,7 +2306,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2306
2306
  value?: string | number;
2307
2307
  disabled?: string;
2308
2308
  helpMsg?: string;
2309
- children?: import('..').SelectOption[] | /*elided*/ any[];
2309
+ children?: /*elided*/ any[];
2310
2310
  }[];
2311
2311
  defaultValues?: any;
2312
2312
  remark?: string;
@@ -2330,7 +2330,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2330
2330
  value?: string | number;
2331
2331
  disabled?: string;
2332
2332
  helpMsg?: string;
2333
- children?: import('..').SelectOption[] | /*elided*/ any[];
2333
+ children?: /*elided*/ any[];
2334
2334
  }[];
2335
2335
  defaultValues?: any;
2336
2336
  remark?: string;
@@ -2348,7 +2348,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2348
2348
  value?: string | number;
2349
2349
  disabled?: string;
2350
2350
  helpMsg?: string;
2351
- children?: import('..').SelectOption[] | /*elided*/ any[];
2351
+ children?: /*elided*/ any[];
2352
2352
  }[];
2353
2353
  defaultValues?: any;
2354
2354
  remark?: string;
@@ -2366,7 +2366,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2366
2366
  value?: string | number;
2367
2367
  disabled?: string;
2368
2368
  helpMsg?: string;
2369
- children?: import('..').SelectOption[] | /*elided*/ any[];
2369
+ children?: /*elided*/ any[];
2370
2370
  }[];
2371
2371
  defaultValues?: any;
2372
2372
  remark?: string;
@@ -2391,7 +2391,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2391
2391
  value?: string | number;
2392
2392
  disabled?: string;
2393
2393
  helpMsg?: string;
2394
- children?: import('..').SelectOption[] | /*elided*/ any[];
2394
+ children?: /*elided*/ any[];
2395
2395
  }[];
2396
2396
  defaultValues?: any;
2397
2397
  remark?: string;
@@ -2416,7 +2416,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2416
2416
  value?: string | number;
2417
2417
  disabled?: string;
2418
2418
  helpMsg?: string;
2419
- children?: import('..').SelectOption[] | /*elided*/ any[];
2419
+ children?: /*elided*/ any[];
2420
2420
  }[];
2421
2421
  defaultValues?: any;
2422
2422
  remark?: string;
@@ -2434,7 +2434,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2434
2434
  value?: string | number;
2435
2435
  disabled?: string;
2436
2436
  helpMsg?: string;
2437
- children?: import('..').SelectOption[] | /*elided*/ any[];
2437
+ children?: /*elided*/ any[];
2438
2438
  }[];
2439
2439
  defaultValues?: any;
2440
2440
  remark?: string;
@@ -2452,7 +2452,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2452
2452
  value?: string | number;
2453
2453
  disabled?: string;
2454
2454
  helpMsg?: string;
2455
- children?: import('..').SelectOption[] | /*elided*/ any[];
2455
+ children?: /*elided*/ any[];
2456
2456
  }[];
2457
2457
  defaultValues?: any;
2458
2458
  remark?: string;
@@ -2477,7 +2477,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2477
2477
  value?: string | number;
2478
2478
  disabled?: string;
2479
2479
  helpMsg?: string;
2480
- children?: import('..').SelectOption[] | /*elided*/ any[];
2480
+ children?: /*elided*/ any[];
2481
2481
  }[];
2482
2482
  defaultValues?: any;
2483
2483
  remark?: string;
@@ -2501,7 +2501,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2501
2501
  value?: string | number;
2502
2502
  disabled?: string;
2503
2503
  helpMsg?: string;
2504
- children?: import('..').SelectOption[] | /*elided*/ any[];
2504
+ children?: /*elided*/ any[];
2505
2505
  }[];
2506
2506
  defaultValues?: any;
2507
2507
  remark?: string;
@@ -2519,7 +2519,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2519
2519
  value?: string | number;
2520
2520
  disabled?: string;
2521
2521
  helpMsg?: string;
2522
- children?: import('..').SelectOption[] | /*elided*/ any[];
2522
+ children?: /*elided*/ any[];
2523
2523
  }[];
2524
2524
  defaultValues?: any;
2525
2525
  remark?: string;
@@ -2537,7 +2537,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2537
2537
  value?: string | number;
2538
2538
  disabled?: string;
2539
2539
  helpMsg?: string;
2540
- children?: import('..').SelectOption[] | /*elided*/ any[];
2540
+ children?: /*elided*/ any[];
2541
2541
  }[];
2542
2542
  defaultValues?: any;
2543
2543
  remark?: string;
@@ -2562,7 +2562,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2562
2562
  value?: string | number;
2563
2563
  disabled?: string;
2564
2564
  helpMsg?: string;
2565
- children?: import('..').SelectOption[] | /*elided*/ any[];
2565
+ children?: /*elided*/ any[];
2566
2566
  }[];
2567
2567
  defaultValues?: any;
2568
2568
  remark?: string;
@@ -2587,7 +2587,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2587
2587
  value?: string | number;
2588
2588
  disabled?: string;
2589
2589
  helpMsg?: string;
2590
- children?: import('..').SelectOption[] | /*elided*/ any[];
2590
+ children?: /*elided*/ any[];
2591
2591
  }[];
2592
2592
  defaultValues?: any;
2593
2593
  remark?: string;
@@ -2605,7 +2605,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2605
2605
  value?: string | number;
2606
2606
  disabled?: string;
2607
2607
  helpMsg?: string;
2608
- children?: import('..').SelectOption[] | /*elided*/ any[];
2608
+ children?: /*elided*/ any[];
2609
2609
  }[];
2610
2610
  defaultValues?: any;
2611
2611
  remark?: string;
@@ -2623,7 +2623,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2623
2623
  value?: string | number;
2624
2624
  disabled?: string;
2625
2625
  helpMsg?: string;
2626
- children?: import('..').SelectOption[] | /*elided*/ any[];
2626
+ children?: /*elided*/ any[];
2627
2627
  }[];
2628
2628
  defaultValues?: any;
2629
2629
  remark?: string;
@@ -2648,7 +2648,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2648
2648
  value?: string | number;
2649
2649
  disabled?: string;
2650
2650
  helpMsg?: string;
2651
- children?: import('..').SelectOption[] | /*elided*/ any[];
2651
+ children?: /*elided*/ any[];
2652
2652
  }[];
2653
2653
  defaultValues?: any;
2654
2654
  remark?: string;
@@ -2672,7 +2672,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2672
2672
  value?: string | number;
2673
2673
  disabled?: string;
2674
2674
  helpMsg?: string;
2675
- children?: import('..').SelectOption[] | /*elided*/ any[];
2675
+ children?: /*elided*/ any[];
2676
2676
  }[];
2677
2677
  defaultValues?: any;
2678
2678
  remark?: string;
@@ -2690,7 +2690,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2690
2690
  value?: string | number;
2691
2691
  disabled?: string;
2692
2692
  helpMsg?: string;
2693
- children?: import('..').SelectOption[] | /*elided*/ any[];
2693
+ children?: /*elided*/ any[];
2694
2694
  }[];
2695
2695
  defaultValues?: any;
2696
2696
  remark?: string;
@@ -2708,7 +2708,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2708
2708
  value?: string | number;
2709
2709
  disabled?: string;
2710
2710
  helpMsg?: string;
2711
- children?: import('..').SelectOption[] | /*elided*/ any[];
2711
+ children?: /*elided*/ any[];
2712
2712
  }[];
2713
2713
  defaultValues?: any;
2714
2714
  remark?: string;
@@ -2733,7 +2733,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2733
2733
  value?: string | number;
2734
2734
  disabled?: string;
2735
2735
  helpMsg?: string;
2736
- children?: import('..').SelectOption[] | /*elided*/ any[];
2736
+ children?: /*elided*/ any[];
2737
2737
  }[];
2738
2738
  defaultValues?: any;
2739
2739
  remark?: string;
@@ -2807,6 +2807,7 @@ export declare const getDesignFormStore: () => import('pinia').Store<"designForm
2807
2807
  export declare const getFormDataCacheStore: () => import('pinia').Store<"formDataCache", Pick<{
2808
2808
  cache: import('vue').Ref<Map<string, {
2809
2809
  primaryKey: string;
2810
+ bindWorkFlowId: string;
2810
2811
  rules: Record<string, any>;
2811
2812
  hasData: boolean;
2812
2813
  fieldMappingList: Array<any>;
@@ -3491,12 +3492,12 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
3491
3492
  };
3492
3493
  preps?: any;
3493
3494
  dataType?: string;
3494
- optionList?: import('..').SelectOption[] | {
3495
+ optionList?: {
3495
3496
  name?: string;
3496
3497
  value?: string | number;
3497
3498
  disabled?: string;
3498
3499
  helpMsg?: string;
3499
- children?: import('..').SelectOption[] | /*elided*/ any[];
3500
+ children?: /*elided*/ any[];
3500
3501
  }[];
3501
3502
  }[];
3502
3503
  };
@@ -3613,8 +3614,10 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
3613
3614
  priority?: number;
3614
3615
  };
3615
3616
  processDefineNodes: Array<any>;
3617
+ formInfo: Record<string, any>;
3616
3618
  }> & Omit<Map<string, import('../sample/commonpage/dynamic_form_utils').FormDataProp>, keyof Map<any, any>>, Map<string, import('../sample/commonpage/dynamic_form_utils').FormDataProp> | (Map<string, {
3617
3619
  primaryKey: string;
3620
+ bindWorkFlowId: string;
3618
3621
  rules: Record<string, any>;
3619
3622
  hasData: boolean;
3620
3623
  fieldMappingList: Array<any>;
@@ -4299,12 +4302,12 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
4299
4302
  };
4300
4303
  preps?: any;
4301
4304
  dataType?: string;
4302
- optionList?: import('..').SelectOption[] | {
4305
+ optionList?: {
4303
4306
  name?: string;
4304
4307
  value?: string | number;
4305
4308
  disabled?: string;
4306
4309
  helpMsg?: string;
4307
- children?: import('..').SelectOption[] | /*elided*/ any[];
4310
+ children?: /*elided*/ any[];
4308
4311
  }[];
4309
4312
  }[];
4310
4313
  };
@@ -4421,6 +4424,7 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
4421
4424
  priority?: number;
4422
4425
  };
4423
4426
  processDefineNodes: Array<any>;
4427
+ formInfo: Record<string, any>;
4424
4428
  }> & Omit<Map<string, import('../sample/commonpage/dynamic_form_utils').FormDataProp>, keyof Map<any, any>>)>;
4425
4429
  getFormData: (param: string) => import('../sample/commonpage/dynamic_form_utils').FormDataProp | undefined;
4426
4430
  setFormData: (param: string, data: import('../sample/commonpage/dynamic_form_utils').FormDataProp) => void;
@@ -4431,6 +4435,7 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
4431
4435
  }, "cache">, Pick<{
4432
4436
  cache: import('vue').Ref<Map<string, {
4433
4437
  primaryKey: string;
4438
+ bindWorkFlowId: string;
4434
4439
  rules: Record<string, any>;
4435
4440
  hasData: boolean;
4436
4441
  fieldMappingList: Array<any>;
@@ -5115,12 +5120,12 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
5115
5120
  };
5116
5121
  preps?: any;
5117
5122
  dataType?: string;
5118
- optionList?: import('..').SelectOption[] | {
5123
+ optionList?: {
5119
5124
  name?: string;
5120
5125
  value?: string | number;
5121
5126
  disabled?: string;
5122
5127
  helpMsg?: string;
5123
- children?: import('..').SelectOption[] | /*elided*/ any[];
5128
+ children?: /*elided*/ any[];
5124
5129
  }[];
5125
5130
  }[];
5126
5131
  };
@@ -5237,8 +5242,10 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
5237
5242
  priority?: number;
5238
5243
  };
5239
5244
  processDefineNodes: Array<any>;
5245
+ formInfo: Record<string, any>;
5240
5246
  }> & Omit<Map<string, import('../sample/commonpage/dynamic_form_utils').FormDataProp>, keyof Map<any, any>>, Map<string, import('../sample/commonpage/dynamic_form_utils').FormDataProp> | (Map<string, {
5241
5247
  primaryKey: string;
5248
+ bindWorkFlowId: string;
5242
5249
  rules: Record<string, any>;
5243
5250
  hasData: boolean;
5244
5251
  fieldMappingList: Array<any>;
@@ -5923,12 +5930,12 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
5923
5930
  };
5924
5931
  preps?: any;
5925
5932
  dataType?: string;
5926
- optionList?: import('..').SelectOption[] | {
5933
+ optionList?: {
5927
5934
  name?: string;
5928
5935
  value?: string | number;
5929
5936
  disabled?: string;
5930
5937
  helpMsg?: string;
5931
- children?: import('..').SelectOption[] | /*elided*/ any[];
5938
+ children?: /*elided*/ any[];
5932
5939
  }[];
5933
5940
  }[];
5934
5941
  };
@@ -6045,6 +6052,7 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
6045
6052
  priority?: number;
6046
6053
  };
6047
6054
  processDefineNodes: Array<any>;
6055
+ formInfo: Record<string, any>;
6048
6056
  }> & Omit<Map<string, import('../sample/commonpage/dynamic_form_utils').FormDataProp>, keyof Map<any, any>>)>;
6049
6057
  getFormData: (param: string) => import('../sample/commonpage/dynamic_form_utils').FormDataProp | undefined;
6050
6058
  setFormData: (param: string, data: import('../sample/commonpage/dynamic_form_utils').FormDataProp) => void;
@@ -6055,6 +6063,7 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
6055
6063
  }, never>, Pick<{
6056
6064
  cache: import('vue').Ref<Map<string, {
6057
6065
  primaryKey: string;
6066
+ bindWorkFlowId: string;
6058
6067
  rules: Record<string, any>;
6059
6068
  hasData: boolean;
6060
6069
  fieldMappingList: Array<any>;
@@ -6739,12 +6748,12 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
6739
6748
  };
6740
6749
  preps?: any;
6741
6750
  dataType?: string;
6742
- optionList?: import('..').SelectOption[] | {
6751
+ optionList?: {
6743
6752
  name?: string;
6744
6753
  value?: string | number;
6745
6754
  disabled?: string;
6746
6755
  helpMsg?: string;
6747
- children?: import('..').SelectOption[] | /*elided*/ any[];
6756
+ children?: /*elided*/ any[];
6748
6757
  }[];
6749
6758
  }[];
6750
6759
  };
@@ -6861,8 +6870,10 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
6861
6870
  priority?: number;
6862
6871
  };
6863
6872
  processDefineNodes: Array<any>;
6873
+ formInfo: Record<string, any>;
6864
6874
  }> & Omit<Map<string, import('../sample/commonpage/dynamic_form_utils').FormDataProp>, keyof Map<any, any>>, Map<string, import('../sample/commonpage/dynamic_form_utils').FormDataProp> | (Map<string, {
6865
6875
  primaryKey: string;
6876
+ bindWorkFlowId: string;
6866
6877
  rules: Record<string, any>;
6867
6878
  hasData: boolean;
6868
6879
  fieldMappingList: Array<any>;
@@ -7547,12 +7558,12 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
7547
7558
  };
7548
7559
  preps?: any;
7549
7560
  dataType?: string;
7550
- optionList?: import('..').SelectOption[] | {
7561
+ optionList?: {
7551
7562
  name?: string;
7552
7563
  value?: string | number;
7553
7564
  disabled?: string;
7554
7565
  helpMsg?: string;
7555
- children?: import('..').SelectOption[] | /*elided*/ any[];
7566
+ children?: /*elided*/ any[];
7556
7567
  }[];
7557
7568
  }[];
7558
7569
  };
@@ -7669,6 +7680,7 @@ export declare const getFormDataCacheStore: () => import('pinia').Store<"formDat
7669
7680
  priority?: number;
7670
7681
  };
7671
7682
  processDefineNodes: Array<any>;
7683
+ formInfo: Record<string, any>;
7672
7684
  }> & Omit<Map<string, import('../sample/commonpage/dynamic_form_utils').FormDataProp>, keyof Map<any, any>>)>;
7673
7685
  getFormData: (param: string) => import('../sample/commonpage/dynamic_form_utils').FormDataProp | undefined;
7674
7686
  setFormData: (param: string, data: import('../sample/commonpage/dynamic_form_utils').FormDataProp) => void;
@@ -8742,7 +8754,7 @@ declare const _default: {
8742
8754
  value?: string | number;
8743
8755
  disabled?: string;
8744
8756
  helpMsg?: string;
8745
- children?: import('..').SelectOption[] | /*elided*/ any[];
8757
+ children?: /*elided*/ any[];
8746
8758
  }[];
8747
8759
  defaultValues?: any;
8748
8760
  remark?: string;
@@ -8760,7 +8772,7 @@ declare const _default: {
8760
8772
  value?: string | number;
8761
8773
  disabled?: string;
8762
8774
  helpMsg?: string;
8763
- children?: import('..').SelectOption[] | /*elided*/ any[];
8775
+ children?: /*elided*/ any[];
8764
8776
  }[];
8765
8777
  defaultValues?: any;
8766
8778
  remark?: string;
@@ -8778,7 +8790,7 @@ declare const _default: {
8778
8790
  value?: string | number;
8779
8791
  disabled?: string;
8780
8792
  helpMsg?: string;
8781
- children?: import('..').SelectOption[] | /*elided*/ any[];
8793
+ children?: /*elided*/ any[];
8782
8794
  }[];
8783
8795
  defaultValues?: any;
8784
8796
  remark?: string;
@@ -8803,7 +8815,7 @@ declare const _default: {
8803
8815
  value?: string | number;
8804
8816
  disabled?: string;
8805
8817
  helpMsg?: string;
8806
- children?: import('..').SelectOption[] | /*elided*/ any[];
8818
+ children?: /*elided*/ any[];
8807
8819
  }[];
8808
8820
  defaultValues?: any;
8809
8821
  remark?: string;
@@ -8827,7 +8839,7 @@ declare const _default: {
8827
8839
  value?: string | number;
8828
8840
  disabled?: string;
8829
8841
  helpMsg?: string;
8830
- children?: import('..').SelectOption[] | /*elided*/ any[];
8842
+ children?: /*elided*/ any[];
8831
8843
  }[];
8832
8844
  defaultValues?: any;
8833
8845
  remark?: string;
@@ -8845,7 +8857,7 @@ declare const _default: {
8845
8857
  value?: string | number;
8846
8858
  disabled?: string;
8847
8859
  helpMsg?: string;
8848
- children?: import('..').SelectOption[] | /*elided*/ any[];
8860
+ children?: /*elided*/ any[];
8849
8861
  }[];
8850
8862
  defaultValues?: any;
8851
8863
  remark?: string;
@@ -8863,7 +8875,7 @@ declare const _default: {
8863
8875
  value?: string | number;
8864
8876
  disabled?: string;
8865
8877
  helpMsg?: string;
8866
- children?: import('..').SelectOption[] | /*elided*/ any[];
8878
+ children?: /*elided*/ any[];
8867
8879
  }[];
8868
8880
  defaultValues?: any;
8869
8881
  remark?: string;
@@ -8888,7 +8900,7 @@ declare const _default: {
8888
8900
  value?: string | number;
8889
8901
  disabled?: string;
8890
8902
  helpMsg?: string;
8891
- children?: import('..').SelectOption[] | /*elided*/ any[];
8903
+ children?: /*elided*/ any[];
8892
8904
  }[];
8893
8905
  defaultValues?: any;
8894
8906
  remark?: string;
@@ -8913,7 +8925,7 @@ declare const _default: {
8913
8925
  value?: string | number;
8914
8926
  disabled?: string;
8915
8927
  helpMsg?: string;
8916
- children?: import('..').SelectOption[] | /*elided*/ any[];
8928
+ children?: /*elided*/ any[];
8917
8929
  }[];
8918
8930
  defaultValues?: any;
8919
8931
  remark?: string;
@@ -8931,7 +8943,7 @@ declare const _default: {
8931
8943
  value?: string | number;
8932
8944
  disabled?: string;
8933
8945
  helpMsg?: string;
8934
- children?: import('..').SelectOption[] | /*elided*/ any[];
8946
+ children?: /*elided*/ any[];
8935
8947
  }[];
8936
8948
  defaultValues?: any;
8937
8949
  remark?: string;
@@ -8949,7 +8961,7 @@ declare const _default: {
8949
8961
  value?: string | number;
8950
8962
  disabled?: string;
8951
8963
  helpMsg?: string;
8952
- children?: import('..').SelectOption[] | /*elided*/ any[];
8964
+ children?: /*elided*/ any[];
8953
8965
  }[];
8954
8966
  defaultValues?: any;
8955
8967
  remark?: string;
@@ -8974,7 +8986,7 @@ declare const _default: {
8974
8986
  value?: string | number;
8975
8987
  disabled?: string;
8976
8988
  helpMsg?: string;
8977
- children?: import('..').SelectOption[] | /*elided*/ any[];
8989
+ children?: /*elided*/ any[];
8978
8990
  }[];
8979
8991
  defaultValues?: any;
8980
8992
  remark?: string;
@@ -8998,7 +9010,7 @@ declare const _default: {
8998
9010
  value?: string | number;
8999
9011
  disabled?: string;
9000
9012
  helpMsg?: string;
9001
- children?: import('..').SelectOption[] | /*elided*/ any[];
9013
+ children?: /*elided*/ any[];
9002
9014
  }[];
9003
9015
  defaultValues?: any;
9004
9016
  remark?: string;
@@ -9016,7 +9028,7 @@ declare const _default: {
9016
9028
  value?: string | number;
9017
9029
  disabled?: string;
9018
9030
  helpMsg?: string;
9019
- children?: import('..').SelectOption[] | /*elided*/ any[];
9031
+ children?: /*elided*/ any[];
9020
9032
  }[];
9021
9033
  defaultValues?: any;
9022
9034
  remark?: string;
@@ -9034,7 +9046,7 @@ declare const _default: {
9034
9046
  value?: string | number;
9035
9047
  disabled?: string;
9036
9048
  helpMsg?: string;
9037
- children?: import('..').SelectOption[] | /*elided*/ any[];
9049
+ children?: /*elided*/ any[];
9038
9050
  }[];
9039
9051
  defaultValues?: any;
9040
9052
  remark?: string;
@@ -9059,7 +9071,7 @@ declare const _default: {
9059
9071
  value?: string | number;
9060
9072
  disabled?: string;
9061
9073
  helpMsg?: string;
9062
- children?: import('..').SelectOption[] | /*elided*/ any[];
9074
+ children?: /*elided*/ any[];
9063
9075
  }[];
9064
9076
  defaultValues?: any;
9065
9077
  remark?: string;
@@ -9084,7 +9096,7 @@ declare const _default: {
9084
9096
  value?: string | number;
9085
9097
  disabled?: string;
9086
9098
  helpMsg?: string;
9087
- children?: import('..').SelectOption[] | /*elided*/ any[];
9099
+ children?: /*elided*/ any[];
9088
9100
  }[];
9089
9101
  defaultValues?: any;
9090
9102
  remark?: string;
@@ -9102,7 +9114,7 @@ declare const _default: {
9102
9114
  value?: string | number;
9103
9115
  disabled?: string;
9104
9116
  helpMsg?: string;
9105
- children?: import('..').SelectOption[] | /*elided*/ any[];
9117
+ children?: /*elided*/ any[];
9106
9118
  }[];
9107
9119
  defaultValues?: any;
9108
9120
  remark?: string;
@@ -9120,7 +9132,7 @@ declare const _default: {
9120
9132
  value?: string | number;
9121
9133
  disabled?: string;
9122
9134
  helpMsg?: string;
9123
- children?: import('..').SelectOption[] | /*elided*/ any[];
9135
+ children?: /*elided*/ any[];
9124
9136
  }[];
9125
9137
  defaultValues?: any;
9126
9138
  remark?: string;
@@ -9145,7 +9157,7 @@ declare const _default: {
9145
9157
  value?: string | number;
9146
9158
  disabled?: string;
9147
9159
  helpMsg?: string;
9148
- children?: import('..').SelectOption[] | /*elided*/ any[];
9160
+ children?: /*elided*/ any[];
9149
9161
  }[];
9150
9162
  defaultValues?: any;
9151
9163
  remark?: string;
@@ -9169,7 +9181,7 @@ declare const _default: {
9169
9181
  value?: string | number;
9170
9182
  disabled?: string;
9171
9183
  helpMsg?: string;
9172
- children?: import('..').SelectOption[] | /*elided*/ any[];
9184
+ children?: /*elided*/ any[];
9173
9185
  }[];
9174
9186
  defaultValues?: any;
9175
9187
  remark?: string;
@@ -9187,7 +9199,7 @@ declare const _default: {
9187
9199
  value?: string | number;
9188
9200
  disabled?: string;
9189
9201
  helpMsg?: string;
9190
- children?: import('..').SelectOption[] | /*elided*/ any[];
9202
+ children?: /*elided*/ any[];
9191
9203
  }[];
9192
9204
  defaultValues?: any;
9193
9205
  remark?: string;
@@ -9205,7 +9217,7 @@ declare const _default: {
9205
9217
  value?: string | number;
9206
9218
  disabled?: string;
9207
9219
  helpMsg?: string;
9208
- children?: import('..').SelectOption[] | /*elided*/ any[];
9220
+ children?: /*elided*/ any[];
9209
9221
  }[];
9210
9222
  defaultValues?: any;
9211
9223
  remark?: string;
@@ -9230,7 +9242,7 @@ declare const _default: {
9230
9242
  value?: string | number;
9231
9243
  disabled?: string;
9232
9244
  helpMsg?: string;
9233
- children?: import('..').SelectOption[] | /*elided*/ any[];
9245
+ children?: /*elided*/ any[];
9234
9246
  }[];
9235
9247
  defaultValues?: any;
9236
9248
  remark?: string;
@@ -9318,7 +9330,7 @@ declare const _default: {
9318
9330
  value?: string | number;
9319
9331
  disabled?: string;
9320
9332
  helpMsg?: string;
9321
- children?: import('..').SelectOption[] | /*elided*/ any[];
9333
+ children?: /*elided*/ any[];
9322
9334
  }[];
9323
9335
  defaultValues?: any;
9324
9336
  remark?: string;
@@ -9336,7 +9348,7 @@ declare const _default: {
9336
9348
  value?: string | number;
9337
9349
  disabled?: string;
9338
9350
  helpMsg?: string;
9339
- children?: import('..').SelectOption[] | /*elided*/ any[];
9351
+ children?: /*elided*/ any[];
9340
9352
  }[];
9341
9353
  defaultValues?: any;
9342
9354
  remark?: string;
@@ -9354,7 +9366,7 @@ declare const _default: {
9354
9366
  value?: string | number;
9355
9367
  disabled?: string;
9356
9368
  helpMsg?: string;
9357
- children?: import('..').SelectOption[] | /*elided*/ any[];
9369
+ children?: /*elided*/ any[];
9358
9370
  }[];
9359
9371
  defaultValues?: any;
9360
9372
  remark?: string;
@@ -9379,7 +9391,7 @@ declare const _default: {
9379
9391
  value?: string | number;
9380
9392
  disabled?: string;
9381
9393
  helpMsg?: string;
9382
- children?: import('..').SelectOption[] | /*elided*/ any[];
9394
+ children?: /*elided*/ any[];
9383
9395
  }[];
9384
9396
  defaultValues?: any;
9385
9397
  remark?: string;
@@ -9403,7 +9415,7 @@ declare const _default: {
9403
9415
  value?: string | number;
9404
9416
  disabled?: string;
9405
9417
  helpMsg?: string;
9406
- children?: import('..').SelectOption[] | /*elided*/ any[];
9418
+ children?: /*elided*/ any[];
9407
9419
  }[];
9408
9420
  defaultValues?: any;
9409
9421
  remark?: string;
@@ -9421,7 +9433,7 @@ declare const _default: {
9421
9433
  value?: string | number;
9422
9434
  disabled?: string;
9423
9435
  helpMsg?: string;
9424
- children?: import('..').SelectOption[] | /*elided*/ any[];
9436
+ children?: /*elided*/ any[];
9425
9437
  }[];
9426
9438
  defaultValues?: any;
9427
9439
  remark?: string;
@@ -9439,7 +9451,7 @@ declare const _default: {
9439
9451
  value?: string | number;
9440
9452
  disabled?: string;
9441
9453
  helpMsg?: string;
9442
- children?: import('..').SelectOption[] | /*elided*/ any[];
9454
+ children?: /*elided*/ any[];
9443
9455
  }[];
9444
9456
  defaultValues?: any;
9445
9457
  remark?: string;
@@ -9464,7 +9476,7 @@ declare const _default: {
9464
9476
  value?: string | number;
9465
9477
  disabled?: string;
9466
9478
  helpMsg?: string;
9467
- children?: import('..').SelectOption[] | /*elided*/ any[];
9479
+ children?: /*elided*/ any[];
9468
9480
  }[];
9469
9481
  defaultValues?: any;
9470
9482
  remark?: string;
@@ -9489,7 +9501,7 @@ declare const _default: {
9489
9501
  value?: string | number;
9490
9502
  disabled?: string;
9491
9503
  helpMsg?: string;
9492
- children?: import('..').SelectOption[] | /*elided*/ any[];
9504
+ children?: /*elided*/ any[];
9493
9505
  }[];
9494
9506
  defaultValues?: any;
9495
9507
  remark?: string;
@@ -9507,7 +9519,7 @@ declare const _default: {
9507
9519
  value?: string | number;
9508
9520
  disabled?: string;
9509
9521
  helpMsg?: string;
9510
- children?: import('..').SelectOption[] | /*elided*/ any[];
9522
+ children?: /*elided*/ any[];
9511
9523
  }[];
9512
9524
  defaultValues?: any;
9513
9525
  remark?: string;
@@ -9525,7 +9537,7 @@ declare const _default: {
9525
9537
  value?: string | number;
9526
9538
  disabled?: string;
9527
9539
  helpMsg?: string;
9528
- children?: import('..').SelectOption[] | /*elided*/ any[];
9540
+ children?: /*elided*/ any[];
9529
9541
  }[];
9530
9542
  defaultValues?: any;
9531
9543
  remark?: string;
@@ -9550,7 +9562,7 @@ declare const _default: {
9550
9562
  value?: string | number;
9551
9563
  disabled?: string;
9552
9564
  helpMsg?: string;
9553
- children?: import('..').SelectOption[] | /*elided*/ any[];
9565
+ children?: /*elided*/ any[];
9554
9566
  }[];
9555
9567
  defaultValues?: any;
9556
9568
  remark?: string;
@@ -9574,7 +9586,7 @@ declare const _default: {
9574
9586
  value?: string | number;
9575
9587
  disabled?: string;
9576
9588
  helpMsg?: string;
9577
- children?: import('..').SelectOption[] | /*elided*/ any[];
9589
+ children?: /*elided*/ any[];
9578
9590
  }[];
9579
9591
  defaultValues?: any;
9580
9592
  remark?: string;
@@ -9592,7 +9604,7 @@ declare const _default: {
9592
9604
  value?: string | number;
9593
9605
  disabled?: string;
9594
9606
  helpMsg?: string;
9595
- children?: import('..').SelectOption[] | /*elided*/ any[];
9607
+ children?: /*elided*/ any[];
9596
9608
  }[];
9597
9609
  defaultValues?: any;
9598
9610
  remark?: string;
@@ -9610,7 +9622,7 @@ declare const _default: {
9610
9622
  value?: string | number;
9611
9623
  disabled?: string;
9612
9624
  helpMsg?: string;
9613
- children?: import('..').SelectOption[] | /*elided*/ any[];
9625
+ children?: /*elided*/ any[];
9614
9626
  }[];
9615
9627
  defaultValues?: any;
9616
9628
  remark?: string;
@@ -9635,7 +9647,7 @@ declare const _default: {
9635
9647
  value?: string | number;
9636
9648
  disabled?: string;
9637
9649
  helpMsg?: string;
9638
- children?: import('..').SelectOption[] | /*elided*/ any[];
9650
+ children?: /*elided*/ any[];
9639
9651
  }[];
9640
9652
  defaultValues?: any;
9641
9653
  remark?: string;
@@ -9660,7 +9672,7 @@ declare const _default: {
9660
9672
  value?: string | number;
9661
9673
  disabled?: string;
9662
9674
  helpMsg?: string;
9663
- children?: import('..').SelectOption[] | /*elided*/ any[];
9675
+ children?: /*elided*/ any[];
9664
9676
  }[];
9665
9677
  defaultValues?: any;
9666
9678
  remark?: string;
@@ -9678,7 +9690,7 @@ declare const _default: {
9678
9690
  value?: string | number;
9679
9691
  disabled?: string;
9680
9692
  helpMsg?: string;
9681
- children?: import('..').SelectOption[] | /*elided*/ any[];
9693
+ children?: /*elided*/ any[];
9682
9694
  }[];
9683
9695
  defaultValues?: any;
9684
9696
  remark?: string;
@@ -9696,7 +9708,7 @@ declare const _default: {
9696
9708
  value?: string | number;
9697
9709
  disabled?: string;
9698
9710
  helpMsg?: string;
9699
- children?: import('..').SelectOption[] | /*elided*/ any[];
9711
+ children?: /*elided*/ any[];
9700
9712
  }[];
9701
9713
  defaultValues?: any;
9702
9714
  remark?: string;
@@ -9721,7 +9733,7 @@ declare const _default: {
9721
9733
  value?: string | number;
9722
9734
  disabled?: string;
9723
9735
  helpMsg?: string;
9724
- children?: import('..').SelectOption[] | /*elided*/ any[];
9736
+ children?: /*elided*/ any[];
9725
9737
  }[];
9726
9738
  defaultValues?: any;
9727
9739
  remark?: string;
@@ -9745,7 +9757,7 @@ declare const _default: {
9745
9757
  value?: string | number;
9746
9758
  disabled?: string;
9747
9759
  helpMsg?: string;
9748
- children?: import('..').SelectOption[] | /*elided*/ any[];
9760
+ children?: /*elided*/ any[];
9749
9761
  }[];
9750
9762
  defaultValues?: any;
9751
9763
  remark?: string;
@@ -9763,7 +9775,7 @@ declare const _default: {
9763
9775
  value?: string | number;
9764
9776
  disabled?: string;
9765
9777
  helpMsg?: string;
9766
- children?: import('..').SelectOption[] | /*elided*/ any[];
9778
+ children?: /*elided*/ any[];
9767
9779
  }[];
9768
9780
  defaultValues?: any;
9769
9781
  remark?: string;
@@ -9781,7 +9793,7 @@ declare const _default: {
9781
9793
  value?: string | number;
9782
9794
  disabled?: string;
9783
9795
  helpMsg?: string;
9784
- children?: import('..').SelectOption[] | /*elided*/ any[];
9796
+ children?: /*elided*/ any[];
9785
9797
  }[];
9786
9798
  defaultValues?: any;
9787
9799
  remark?: string;
@@ -9806,7 +9818,7 @@ declare const _default: {
9806
9818
  value?: string | number;
9807
9819
  disabled?: string;
9808
9820
  helpMsg?: string;
9809
- children?: import('..').SelectOption[] | /*elided*/ any[];
9821
+ children?: /*elided*/ any[];
9810
9822
  }[];
9811
9823
  defaultValues?: any;
9812
9824
  remark?: string;
@@ -9894,7 +9906,7 @@ declare const _default: {
9894
9906
  value?: string | number;
9895
9907
  disabled?: string;
9896
9908
  helpMsg?: string;
9897
- children?: import('..').SelectOption[] | /*elided*/ any[];
9909
+ children?: /*elided*/ any[];
9898
9910
  }[];
9899
9911
  defaultValues?: any;
9900
9912
  remark?: string;
@@ -9912,7 +9924,7 @@ declare const _default: {
9912
9924
  value?: string | number;
9913
9925
  disabled?: string;
9914
9926
  helpMsg?: string;
9915
- children?: import('..').SelectOption[] | /*elided*/ any[];
9927
+ children?: /*elided*/ any[];
9916
9928
  }[];
9917
9929
  defaultValues?: any;
9918
9930
  remark?: string;
@@ -9930,7 +9942,7 @@ declare const _default: {
9930
9942
  value?: string | number;
9931
9943
  disabled?: string;
9932
9944
  helpMsg?: string;
9933
- children?: import('..').SelectOption[] | /*elided*/ any[];
9945
+ children?: /*elided*/ any[];
9934
9946
  }[];
9935
9947
  defaultValues?: any;
9936
9948
  remark?: string;
@@ -9955,7 +9967,7 @@ declare const _default: {
9955
9967
  value?: string | number;
9956
9968
  disabled?: string;
9957
9969
  helpMsg?: string;
9958
- children?: import('..').SelectOption[] | /*elided*/ any[];
9970
+ children?: /*elided*/ any[];
9959
9971
  }[];
9960
9972
  defaultValues?: any;
9961
9973
  remark?: string;
@@ -9979,7 +9991,7 @@ declare const _default: {
9979
9991
  value?: string | number;
9980
9992
  disabled?: string;
9981
9993
  helpMsg?: string;
9982
- children?: import('..').SelectOption[] | /*elided*/ any[];
9994
+ children?: /*elided*/ any[];
9983
9995
  }[];
9984
9996
  defaultValues?: any;
9985
9997
  remark?: string;
@@ -9997,7 +10009,7 @@ declare const _default: {
9997
10009
  value?: string | number;
9998
10010
  disabled?: string;
9999
10011
  helpMsg?: string;
10000
- children?: import('..').SelectOption[] | /*elided*/ any[];
10012
+ children?: /*elided*/ any[];
10001
10013
  }[];
10002
10014
  defaultValues?: any;
10003
10015
  remark?: string;
@@ -10015,7 +10027,7 @@ declare const _default: {
10015
10027
  value?: string | number;
10016
10028
  disabled?: string;
10017
10029
  helpMsg?: string;
10018
- children?: import('..').SelectOption[] | /*elided*/ any[];
10030
+ children?: /*elided*/ any[];
10019
10031
  }[];
10020
10032
  defaultValues?: any;
10021
10033
  remark?: string;
@@ -10040,7 +10052,7 @@ declare const _default: {
10040
10052
  value?: string | number;
10041
10053
  disabled?: string;
10042
10054
  helpMsg?: string;
10043
- children?: import('..').SelectOption[] | /*elided*/ any[];
10055
+ children?: /*elided*/ any[];
10044
10056
  }[];
10045
10057
  defaultValues?: any;
10046
10058
  remark?: string;
@@ -10065,7 +10077,7 @@ declare const _default: {
10065
10077
  value?: string | number;
10066
10078
  disabled?: string;
10067
10079
  helpMsg?: string;
10068
- children?: import('..').SelectOption[] | /*elided*/ any[];
10080
+ children?: /*elided*/ any[];
10069
10081
  }[];
10070
10082
  defaultValues?: any;
10071
10083
  remark?: string;
@@ -10083,7 +10095,7 @@ declare const _default: {
10083
10095
  value?: string | number;
10084
10096
  disabled?: string;
10085
10097
  helpMsg?: string;
10086
- children?: import('..').SelectOption[] | /*elided*/ any[];
10098
+ children?: /*elided*/ any[];
10087
10099
  }[];
10088
10100
  defaultValues?: any;
10089
10101
  remark?: string;
@@ -10101,7 +10113,7 @@ declare const _default: {
10101
10113
  value?: string | number;
10102
10114
  disabled?: string;
10103
10115
  helpMsg?: string;
10104
- children?: import('..').SelectOption[] | /*elided*/ any[];
10116
+ children?: /*elided*/ any[];
10105
10117
  }[];
10106
10118
  defaultValues?: any;
10107
10119
  remark?: string;
@@ -10126,7 +10138,7 @@ declare const _default: {
10126
10138
  value?: string | number;
10127
10139
  disabled?: string;
10128
10140
  helpMsg?: string;
10129
- children?: import('..').SelectOption[] | /*elided*/ any[];
10141
+ children?: /*elided*/ any[];
10130
10142
  }[];
10131
10143
  defaultValues?: any;
10132
10144
  remark?: string;
@@ -10150,7 +10162,7 @@ declare const _default: {
10150
10162
  value?: string | number;
10151
10163
  disabled?: string;
10152
10164
  helpMsg?: string;
10153
- children?: import('..').SelectOption[] | /*elided*/ any[];
10165
+ children?: /*elided*/ any[];
10154
10166
  }[];
10155
10167
  defaultValues?: any;
10156
10168
  remark?: string;
@@ -10168,7 +10180,7 @@ declare const _default: {
10168
10180
  value?: string | number;
10169
10181
  disabled?: string;
10170
10182
  helpMsg?: string;
10171
- children?: import('..').SelectOption[] | /*elided*/ any[];
10183
+ children?: /*elided*/ any[];
10172
10184
  }[];
10173
10185
  defaultValues?: any;
10174
10186
  remark?: string;
@@ -10186,7 +10198,7 @@ declare const _default: {
10186
10198
  value?: string | number;
10187
10199
  disabled?: string;
10188
10200
  helpMsg?: string;
10189
- children?: import('..').SelectOption[] | /*elided*/ any[];
10201
+ children?: /*elided*/ any[];
10190
10202
  }[];
10191
10203
  defaultValues?: any;
10192
10204
  remark?: string;
@@ -10211,7 +10223,7 @@ declare const _default: {
10211
10223
  value?: string | number;
10212
10224
  disabled?: string;
10213
10225
  helpMsg?: string;
10214
- children?: import('..').SelectOption[] | /*elided*/ any[];
10226
+ children?: /*elided*/ any[];
10215
10227
  }[];
10216
10228
  defaultValues?: any;
10217
10229
  remark?: string;
@@ -10236,7 +10248,7 @@ declare const _default: {
10236
10248
  value?: string | number;
10237
10249
  disabled?: string;
10238
10250
  helpMsg?: string;
10239
- children?: import('..').SelectOption[] | /*elided*/ any[];
10251
+ children?: /*elided*/ any[];
10240
10252
  }[];
10241
10253
  defaultValues?: any;
10242
10254
  remark?: string;
@@ -10254,7 +10266,7 @@ declare const _default: {
10254
10266
  value?: string | number;
10255
10267
  disabled?: string;
10256
10268
  helpMsg?: string;
10257
- children?: import('..').SelectOption[] | /*elided*/ any[];
10269
+ children?: /*elided*/ any[];
10258
10270
  }[];
10259
10271
  defaultValues?: any;
10260
10272
  remark?: string;
@@ -10272,7 +10284,7 @@ declare const _default: {
10272
10284
  value?: string | number;
10273
10285
  disabled?: string;
10274
10286
  helpMsg?: string;
10275
- children?: import('..').SelectOption[] | /*elided*/ any[];
10287
+ children?: /*elided*/ any[];
10276
10288
  }[];
10277
10289
  defaultValues?: any;
10278
10290
  remark?: string;
@@ -10297,7 +10309,7 @@ declare const _default: {
10297
10309
  value?: string | number;
10298
10310
  disabled?: string;
10299
10311
  helpMsg?: string;
10300
- children?: import('..').SelectOption[] | /*elided*/ any[];
10312
+ children?: /*elided*/ any[];
10301
10313
  }[];
10302
10314
  defaultValues?: any;
10303
10315
  remark?: string;
@@ -10321,7 +10333,7 @@ declare const _default: {
10321
10333
  value?: string | number;
10322
10334
  disabled?: string;
10323
10335
  helpMsg?: string;
10324
- children?: import('..').SelectOption[] | /*elided*/ any[];
10336
+ children?: /*elided*/ any[];
10325
10337
  }[];
10326
10338
  defaultValues?: any;
10327
10339
  remark?: string;
@@ -10339,7 +10351,7 @@ declare const _default: {
10339
10351
  value?: string | number;
10340
10352
  disabled?: string;
10341
10353
  helpMsg?: string;
10342
- children?: import('..').SelectOption[] | /*elided*/ any[];
10354
+ children?: /*elided*/ any[];
10343
10355
  }[];
10344
10356
  defaultValues?: any;
10345
10357
  remark?: string;
@@ -10357,7 +10369,7 @@ declare const _default: {
10357
10369
  value?: string | number;
10358
10370
  disabled?: string;
10359
10371
  helpMsg?: string;
10360
- children?: import('..').SelectOption[] | /*elided*/ any[];
10372
+ children?: /*elided*/ any[];
10361
10373
  }[];
10362
10374
  defaultValues?: any;
10363
10375
  remark?: string;
@@ -10382,7 +10394,7 @@ declare const _default: {
10382
10394
  value?: string | number;
10383
10395
  disabled?: string;
10384
10396
  helpMsg?: string;
10385
- children?: import('..').SelectOption[] | /*elided*/ any[];
10397
+ children?: /*elided*/ any[];
10386
10398
  }[];
10387
10399
  defaultValues?: any;
10388
10400
  remark?: string;
@@ -10453,6 +10465,7 @@ declare const _default: {
10453
10465
  getFormDataCacheStore: () => import('pinia').Store<"formDataCache", Pick<{
10454
10466
  cache: import('vue').Ref<Map<string, {
10455
10467
  primaryKey: string;
10468
+ bindWorkFlowId: string;
10456
10469
  rules: Record<string, any>;
10457
10470
  hasData: boolean;
10458
10471
  fieldMappingList: Array<any>;
@@ -11137,12 +11150,12 @@ declare const _default: {
11137
11150
  };
11138
11151
  preps?: any;
11139
11152
  dataType?: string;
11140
- optionList?: import('..').SelectOption[] | {
11153
+ optionList?: {
11141
11154
  name?: string;
11142
11155
  value?: string | number;
11143
11156
  disabled?: string;
11144
11157
  helpMsg?: string;
11145
- children?: import('..').SelectOption[] | /*elided*/ any[];
11158
+ children?: /*elided*/ any[];
11146
11159
  }[];
11147
11160
  }[];
11148
11161
  };
@@ -11259,8 +11272,10 @@ declare const _default: {
11259
11272
  priority?: number;
11260
11273
  };
11261
11274
  processDefineNodes: Array<any>;
11275
+ formInfo: Record<string, any>;
11262
11276
  }> & Omit<Map<string, import('../sample/commonpage/dynamic_form_utils').FormDataProp>, keyof Map<any, any>>, Map<string, import('../sample/commonpage/dynamic_form_utils').FormDataProp> | (Map<string, {
11263
11277
  primaryKey: string;
11278
+ bindWorkFlowId: string;
11264
11279
  rules: Record<string, any>;
11265
11280
  hasData: boolean;
11266
11281
  fieldMappingList: Array<any>;
@@ -11945,12 +11960,12 @@ declare const _default: {
11945
11960
  };
11946
11961
  preps?: any;
11947
11962
  dataType?: string;
11948
- optionList?: import('..').SelectOption[] | {
11963
+ optionList?: {
11949
11964
  name?: string;
11950
11965
  value?: string | number;
11951
11966
  disabled?: string;
11952
11967
  helpMsg?: string;
11953
- children?: import('..').SelectOption[] | /*elided*/ any[];
11968
+ children?: /*elided*/ any[];
11954
11969
  }[];
11955
11970
  }[];
11956
11971
  };
@@ -12067,6 +12082,7 @@ declare const _default: {
12067
12082
  priority?: number;
12068
12083
  };
12069
12084
  processDefineNodes: Array<any>;
12085
+ formInfo: Record<string, any>;
12070
12086
  }> & Omit<Map<string, import('../sample/commonpage/dynamic_form_utils').FormDataProp>, keyof Map<any, any>>)>;
12071
12087
  getFormData: (param: string) => import('../sample/commonpage/dynamic_form_utils').FormDataProp | undefined;
12072
12088
  setFormData: (param: string, data: import('../sample/commonpage/dynamic_form_utils').FormDataProp) => void;
@@ -12077,6 +12093,7 @@ declare const _default: {
12077
12093
  }, "cache">, Pick<{
12078
12094
  cache: import('vue').Ref<Map<string, {
12079
12095
  primaryKey: string;
12096
+ bindWorkFlowId: string;
12080
12097
  rules: Record<string, any>;
12081
12098
  hasData: boolean;
12082
12099
  fieldMappingList: Array<any>;
@@ -12761,12 +12778,12 @@ declare const _default: {
12761
12778
  };
12762
12779
  preps?: any;
12763
12780
  dataType?: string;
12764
- optionList?: import('..').SelectOption[] | {
12781
+ optionList?: {
12765
12782
  name?: string;
12766
12783
  value?: string | number;
12767
12784
  disabled?: string;
12768
12785
  helpMsg?: string;
12769
- children?: import('..').SelectOption[] | /*elided*/ any[];
12786
+ children?: /*elided*/ any[];
12770
12787
  }[];
12771
12788
  }[];
12772
12789
  };
@@ -12883,8 +12900,10 @@ declare const _default: {
12883
12900
  priority?: number;
12884
12901
  };
12885
12902
  processDefineNodes: Array<any>;
12903
+ formInfo: Record<string, any>;
12886
12904
  }> & Omit<Map<string, import('../sample/commonpage/dynamic_form_utils').FormDataProp>, keyof Map<any, any>>, Map<string, import('../sample/commonpage/dynamic_form_utils').FormDataProp> | (Map<string, {
12887
12905
  primaryKey: string;
12906
+ bindWorkFlowId: string;
12888
12907
  rules: Record<string, any>;
12889
12908
  hasData: boolean;
12890
12909
  fieldMappingList: Array<any>;
@@ -13569,12 +13588,12 @@ declare const _default: {
13569
13588
  };
13570
13589
  preps?: any;
13571
13590
  dataType?: string;
13572
- optionList?: import('..').SelectOption[] | {
13591
+ optionList?: {
13573
13592
  name?: string;
13574
13593
  value?: string | number;
13575
13594
  disabled?: string;
13576
13595
  helpMsg?: string;
13577
- children?: import('..').SelectOption[] | /*elided*/ any[];
13596
+ children?: /*elided*/ any[];
13578
13597
  }[];
13579
13598
  }[];
13580
13599
  };
@@ -13691,6 +13710,7 @@ declare const _default: {
13691
13710
  priority?: number;
13692
13711
  };
13693
13712
  processDefineNodes: Array<any>;
13713
+ formInfo: Record<string, any>;
13694
13714
  }> & Omit<Map<string, import('../sample/commonpage/dynamic_form_utils').FormDataProp>, keyof Map<any, any>>)>;
13695
13715
  getFormData: (param: string) => import('../sample/commonpage/dynamic_form_utils').FormDataProp | undefined;
13696
13716
  setFormData: (param: string, data: import('../sample/commonpage/dynamic_form_utils').FormDataProp) => void;
@@ -13701,6 +13721,7 @@ declare const _default: {
13701
13721
  }, never>, Pick<{
13702
13722
  cache: import('vue').Ref<Map<string, {
13703
13723
  primaryKey: string;
13724
+ bindWorkFlowId: string;
13704
13725
  rules: Record<string, any>;
13705
13726
  hasData: boolean;
13706
13727
  fieldMappingList: Array<any>;
@@ -14385,12 +14406,12 @@ declare const _default: {
14385
14406
  };
14386
14407
  preps?: any;
14387
14408
  dataType?: string;
14388
- optionList?: import('..').SelectOption[] | {
14409
+ optionList?: {
14389
14410
  name?: string;
14390
14411
  value?: string | number;
14391
14412
  disabled?: string;
14392
14413
  helpMsg?: string;
14393
- children?: import('..').SelectOption[] | /*elided*/ any[];
14414
+ children?: /*elided*/ any[];
14394
14415
  }[];
14395
14416
  }[];
14396
14417
  };
@@ -14507,8 +14528,10 @@ declare const _default: {
14507
14528
  priority?: number;
14508
14529
  };
14509
14530
  processDefineNodes: Array<any>;
14531
+ formInfo: Record<string, any>;
14510
14532
  }> & Omit<Map<string, import('../sample/commonpage/dynamic_form_utils').FormDataProp>, keyof Map<any, any>>, Map<string, import('../sample/commonpage/dynamic_form_utils').FormDataProp> | (Map<string, {
14511
14533
  primaryKey: string;
14534
+ bindWorkFlowId: string;
14512
14535
  rules: Record<string, any>;
14513
14536
  hasData: boolean;
14514
14537
  fieldMappingList: Array<any>;
@@ -15193,12 +15216,12 @@ declare const _default: {
15193
15216
  };
15194
15217
  preps?: any;
15195
15218
  dataType?: string;
15196
- optionList?: import('..').SelectOption[] | {
15219
+ optionList?: {
15197
15220
  name?: string;
15198
15221
  value?: string | number;
15199
15222
  disabled?: string;
15200
15223
  helpMsg?: string;
15201
- children?: import('..').SelectOption[] | /*elided*/ any[];
15224
+ children?: /*elided*/ any[];
15202
15225
  }[];
15203
15226
  }[];
15204
15227
  };
@@ -15315,6 +15338,7 @@ declare const _default: {
15315
15338
  priority?: number;
15316
15339
  };
15317
15340
  processDefineNodes: Array<any>;
15341
+ formInfo: Record<string, any>;
15318
15342
  }> & Omit<Map<string, import('../sample/commonpage/dynamic_form_utils').FormDataProp>, keyof Map<any, any>>)>;
15319
15343
  getFormData: (param: string) => import('../sample/commonpage/dynamic_form_utils').FormDataProp | undefined;
15320
15344
  setFormData: (param: string, data: import('../sample/commonpage/dynamic_form_utils').FormDataProp) => void;