cnhis-design-vue 3.3.3-beta.19 → 3.3.3-beta.22

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 (88) hide show
  1. package/README.md +87 -87
  2. package/es/components/base-search/index.d.ts +3 -0
  3. package/es/components/base-search/src/index.vue.d.ts +3 -0
  4. package/es/components/callback/src/components/render/popupMaps.d.ts +13 -0
  5. package/es/components/classification/index.d.ts +56 -6
  6. package/es/components/classification/src/components/search-filter/index.vue.d.ts +56 -6
  7. package/es/components/classification/src/components/set-classification/index.vue.d.ts +56 -6
  8. package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
  9. package/es/components/classification/src/index.vue.d.ts +56 -6
  10. package/es/components/field-editor/index.d.ts +13 -0
  11. package/es/components/field-editor/src/FieldEditor.vue.d.ts +13 -0
  12. package/es/components/field-set/src/FieldColor.vue.d.ts +4 -4
  13. package/es/components/field-set/src/FieldFilter.vue.d.ts +4 -4
  14. package/es/components/field-set/src/FieldSet.vue.d.ts +5 -5
  15. package/es/components/field-set/src/components/table-row.vue.d.ts +4 -4
  16. package/es/components/form-config/index.d.ts +39 -0
  17. package/es/components/form-config/src/FormConfig.vue.d.ts +39 -0
  18. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +13 -0
  19. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +13 -0
  20. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +13 -0
  21. package/es/components/form-render/index.d.ts +13 -0
  22. package/es/components/form-render/src/FormRender.vue.d.ts +13 -0
  23. package/es/components/form-render/src/FormRender.vue2.js +4 -0
  24. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +13 -0
  25. package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +12 -3
  26. package/es/components/form-render/src/hooks/useBusinessBinding.js +7 -7
  27. package/es/components/form-render/src/hooks/useFormContext.js +1 -1
  28. package/es/components/form-render/src/utils/business.d.ts +3 -1
  29. package/es/components/form-render/src/utils/business.js +7 -1
  30. package/es/components/iho-chat/index.d.ts +18 -1
  31. package/es/components/iho-chat/src/Index.vue.d.ts +18 -1
  32. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +2 -1
  33. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +14 -9
  34. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +3 -2
  35. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +16 -0
  36. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +112 -53
  37. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
  38. package/es/components/iho-chat/src/hooks/index.d.ts +1 -0
  39. package/es/components/iho-chat/src/hooks/index.js +1 -0
  40. package/es/components/iho-chat/src/hooks/useDraggable.d.ts +25 -0
  41. package/es/components/iho-chat/src/hooks/useDraggable.js +151 -0
  42. package/es/components/iho-chat/style/index.css +1 -1
  43. package/es/components/index.css +1 -1
  44. package/es/components/info-header/index.d.ts +26 -0
  45. package/es/components/info-header/src/InfoHeader.vue.d.ts +26 -0
  46. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +13 -0
  47. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +13 -0
  48. package/es/components/quick-search/index.d.ts +2 -0
  49. package/es/components/quick-search/src/index.vue.d.ts +2 -0
  50. package/es/components/select-person/src/SelectPerson.vue2.js +2 -1
  51. package/es/components/shortcut-setter/index.d.ts +13 -0
  52. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +13 -0
  53. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +1 -0
  54. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +1 -0
  55. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +1 -0
  56. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +1 -0
  57. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +54 -6
  58. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +26 -10
  59. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +17 -2
  60. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +37 -2
  61. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +18 -2
  62. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +44 -1
  63. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +1 -0
  64. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +36 -4
  65. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +2 -1
  66. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +55 -6
  67. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +6 -3
  68. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +1 -1
  69. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -1
  70. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +1 -1
  71. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +25 -6
  72. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +1 -1
  73. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +12 -1
  74. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +2 -2
  75. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +2 -2
  76. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -0
  77. package/es/components/table-filter/src/hooks/useAdvanced.js +20 -3
  78. package/es/components/table-filter/src/hooks/useRenderWidget.js +4 -0
  79. package/es/components/table-filter/src/tool/date.d.ts +3 -0
  80. package/es/components/table-filter/src/tool/date.js +139 -0
  81. package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
  82. package/es/components/table-filter/src/tool/transformData.js +11 -8
  83. package/es/components/table-filter/src/types/enums.d.ts +1 -0
  84. package/es/components/table-filter/src/types/enums.js +2 -1
  85. package/es/components/table-filter/src/types/index.d.ts +12 -0
  86. package/es/env.d.ts +25 -25
  87. package/es/shared/package.json.js +1 -1
  88. package/package.json +2 -2
@@ -1197,6 +1197,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
1197
1197
  businessFormatter: {
1198
1198
  type: import("vue").PropType<import("..").FormBusinessFormatter>;
1199
1199
  };
1200
+ nominalAge: {
1201
+ type: BooleanConstructor;
1202
+ default: boolean;
1203
+ };
1200
1204
  schema: {
1201
1205
  type: import("vue").PropType<import("@formily/json-schema").Stringify<{
1202
1206
  [key: symbol]: any;
@@ -1401,6 +1405,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
1401
1405
  businessFormatter: {
1402
1406
  type: import("vue").PropType<import("..").FormBusinessFormatter>;
1403
1407
  };
1408
+ nominalAge: {
1409
+ type: BooleanConstructor;
1410
+ default: boolean;
1411
+ };
1404
1412
  schema: {
1405
1413
  type: import("vue").PropType<import("@formily/json-schema").Stringify<{
1406
1414
  [key: symbol]: any;
@@ -1966,6 +1974,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
1966
1974
  businessFormatter: {
1967
1975
  type: import("vue").PropType<import("..").FormBusinessFormatter>;
1968
1976
  };
1977
+ nominalAge: {
1978
+ type: BooleanConstructor;
1979
+ default: boolean;
1980
+ };
1969
1981
  schema: {
1970
1982
  type: import("vue").PropType<import("@formily/json-schema").Stringify<{
1971
1983
  [key: symbol]: any;
@@ -2172,6 +2184,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
2172
2184
  feedbackType: "default" | "tooltip";
2173
2185
  fixMemoLeak: boolean;
2174
2186
  lazyRender: boolean;
2187
+ nominalAge: boolean;
2175
2188
  operationalFormInit: boolean;
2176
2189
  incrementalRender: boolean;
2177
2190
  }>;
@@ -2331,6 +2344,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
2331
2344
  businessFormatter: {
2332
2345
  type: import("vue").PropType<import("..").FormBusinessFormatter>;
2333
2346
  };
2347
+ nominalAge: {
2348
+ type: BooleanConstructor;
2349
+ default: boolean;
2350
+ };
2334
2351
  schema: {
2335
2352
  type: import("vue").PropType<import("@formily/json-schema").Stringify<{
2336
2353
  [key: symbol]: any;
@@ -2535,6 +2552,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
2535
2552
  businessFormatter: {
2536
2553
  type: import("vue").PropType<import("..").FormBusinessFormatter>;
2537
2554
  };
2555
+ nominalAge: {
2556
+ type: BooleanConstructor;
2557
+ default: boolean;
2558
+ };
2538
2559
  schema: {
2539
2560
  type: import("vue").PropType<import("@formily/json-schema").Stringify<{
2540
2561
  [key: symbol]: any;
@@ -3100,6 +3121,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3100
3121
  businessFormatter: {
3101
3122
  type: import("vue").PropType<import("..").FormBusinessFormatter>;
3102
3123
  };
3124
+ nominalAge: {
3125
+ type: BooleanConstructor;
3126
+ default: boolean;
3127
+ };
3103
3128
  schema: {
3104
3129
  type: import("vue").PropType<import("@formily/json-schema").Stringify<{
3105
3130
  [key: symbol]: any;
@@ -3306,6 +3331,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3306
3331
  feedbackType: "default" | "tooltip";
3307
3332
  fixMemoLeak: boolean;
3308
3333
  lazyRender: boolean;
3334
+ nominalAge: boolean;
3309
3335
  operationalFormInit: boolean;
3310
3336
  incrementalRender: boolean;
3311
3337
  }>;
@@ -1191,6 +1191,10 @@ declare const _default: import("vue").DefineComponent<{
1191
1191
  businessFormatter: {
1192
1192
  type: PropType<import("../../../components/form-render").FormBusinessFormatter>;
1193
1193
  };
1194
+ nominalAge: {
1195
+ type: BooleanConstructor;
1196
+ default: boolean;
1197
+ };
1194
1198
  schema: {
1195
1199
  type: PropType<import("@formily/json-schema").Stringify<{
1196
1200
  [key: symbol]: any;
@@ -1395,6 +1399,10 @@ declare const _default: import("vue").DefineComponent<{
1395
1399
  businessFormatter: {
1396
1400
  type: PropType<import("../../../components/form-render").FormBusinessFormatter>;
1397
1401
  };
1402
+ nominalAge: {
1403
+ type: BooleanConstructor;
1404
+ default: boolean;
1405
+ };
1398
1406
  schema: {
1399
1407
  type: PropType<import("@formily/json-schema").Stringify<{
1400
1408
  [key: symbol]: any;
@@ -1960,6 +1968,10 @@ declare const _default: import("vue").DefineComponent<{
1960
1968
  businessFormatter: {
1961
1969
  type: PropType<import("../../../components/form-render").FormBusinessFormatter>;
1962
1970
  };
1971
+ nominalAge: {
1972
+ type: BooleanConstructor;
1973
+ default: boolean;
1974
+ };
1963
1975
  schema: {
1964
1976
  type: PropType<import("@formily/json-schema").Stringify<{
1965
1977
  [key: symbol]: any;
@@ -2166,6 +2178,7 @@ declare const _default: import("vue").DefineComponent<{
2166
2178
  feedbackType: "default" | "tooltip";
2167
2179
  fixMemoLeak: boolean;
2168
2180
  lazyRender: boolean;
2181
+ nominalAge: boolean;
2169
2182
  operationalFormInit: boolean;
2170
2183
  incrementalRender: boolean;
2171
2184
  }>;
@@ -2325,6 +2338,10 @@ declare const _default: import("vue").DefineComponent<{
2325
2338
  businessFormatter: {
2326
2339
  type: PropType<import("../../../components/form-render").FormBusinessFormatter>;
2327
2340
  };
2341
+ nominalAge: {
2342
+ type: BooleanConstructor;
2343
+ default: boolean;
2344
+ };
2328
2345
  schema: {
2329
2346
  type: PropType<import("@formily/json-schema").Stringify<{
2330
2347
  [key: symbol]: any;
@@ -2529,6 +2546,10 @@ declare const _default: import("vue").DefineComponent<{
2529
2546
  businessFormatter: {
2530
2547
  type: PropType<import("../../../components/form-render").FormBusinessFormatter>;
2531
2548
  };
2549
+ nominalAge: {
2550
+ type: BooleanConstructor;
2551
+ default: boolean;
2552
+ };
2532
2553
  schema: {
2533
2554
  type: PropType<import("@formily/json-schema").Stringify<{
2534
2555
  [key: symbol]: any;
@@ -3094,6 +3115,10 @@ declare const _default: import("vue").DefineComponent<{
3094
3115
  businessFormatter: {
3095
3116
  type: PropType<import("../../../components/form-render").FormBusinessFormatter>;
3096
3117
  };
3118
+ nominalAge: {
3119
+ type: BooleanConstructor;
3120
+ default: boolean;
3121
+ };
3097
3122
  schema: {
3098
3123
  type: PropType<import("@formily/json-schema").Stringify<{
3099
3124
  [key: symbol]: any;
@@ -3300,6 +3325,7 @@ declare const _default: import("vue").DefineComponent<{
3300
3325
  feedbackType: "default" | "tooltip";
3301
3326
  fixMemoLeak: boolean;
3302
3327
  lazyRender: boolean;
3328
+ nominalAge: boolean;
3303
3329
  operationalFormInit: boolean;
3304
3330
  incrementalRender: boolean;
3305
3331
  }>;
@@ -677,6 +677,10 @@ declare const _default: import("vue").DefineComponent<{
677
677
  businessFormatter: {
678
678
  type: import("vue").PropType<import("../../../../../components/form-render").FormBusinessFormatter>;
679
679
  };
680
+ nominalAge: {
681
+ type: BooleanConstructor;
682
+ default: boolean;
683
+ };
680
684
  schema: {
681
685
  type: import("vue").PropType<import("@formily/json-schema").Stringify<{
682
686
  [key: symbol]: any;
@@ -881,6 +885,10 @@ declare const _default: import("vue").DefineComponent<{
881
885
  businessFormatter: {
882
886
  type: import("vue").PropType<import("../../../../../components/form-render").FormBusinessFormatter>;
883
887
  };
888
+ nominalAge: {
889
+ type: BooleanConstructor;
890
+ default: boolean;
891
+ };
884
892
  schema: {
885
893
  type: import("vue").PropType<import("@formily/json-schema").Stringify<{
886
894
  [key: symbol]: any;
@@ -1446,6 +1454,10 @@ declare const _default: import("vue").DefineComponent<{
1446
1454
  businessFormatter: {
1447
1455
  type: import("vue").PropType<import("../../../../../components/form-render").FormBusinessFormatter>;
1448
1456
  };
1457
+ nominalAge: {
1458
+ type: BooleanConstructor;
1459
+ default: boolean;
1460
+ };
1449
1461
  schema: {
1450
1462
  type: import("vue").PropType<import("@formily/json-schema").Stringify<{
1451
1463
  [key: symbol]: any;
@@ -1652,6 +1664,7 @@ declare const _default: import("vue").DefineComponent<{
1652
1664
  feedbackType: "default" | "tooltip";
1653
1665
  fixMemoLeak: boolean;
1654
1666
  lazyRender: boolean;
1667
+ nominalAge: boolean;
1655
1668
  operationalFormInit: boolean;
1656
1669
  incrementalRender: boolean;
1657
1670
  }>;
@@ -84,6 +84,10 @@ declare const _default: import("vue").DefineComponent<{
84
84
  businessFormatter: {
85
85
  type: import("vue").PropType<import("../../../../../components/form-render").FormBusinessFormatter>;
86
86
  };
87
+ nominalAge: {
88
+ type: BooleanConstructor;
89
+ default: boolean;
90
+ };
87
91
  schema: {
88
92
  type: import("vue").PropType<import("@formily/json-schema").Stringify<{
89
93
  [key: symbol]: any;
@@ -288,6 +292,10 @@ declare const _default: import("vue").DefineComponent<{
288
292
  businessFormatter: {
289
293
  type: import("vue").PropType<import("../../../../../components/form-render").FormBusinessFormatter>;
290
294
  };
295
+ nominalAge: {
296
+ type: BooleanConstructor;
297
+ default: boolean;
298
+ };
291
299
  schema: {
292
300
  type: import("vue").PropType<import("@formily/json-schema").Stringify<{
293
301
  [key: symbol]: any;
@@ -853,6 +861,10 @@ declare const _default: import("vue").DefineComponent<{
853
861
  businessFormatter: {
854
862
  type: import("vue").PropType<import("../../../../../components/form-render").FormBusinessFormatter>;
855
863
  };
864
+ nominalAge: {
865
+ type: BooleanConstructor;
866
+ default: boolean;
867
+ };
856
868
  schema: {
857
869
  type: import("vue").PropType<import("@formily/json-schema").Stringify<{
858
870
  [key: symbol]: any;
@@ -1059,6 +1071,7 @@ declare const _default: import("vue").DefineComponent<{
1059
1071
  feedbackType: "default" | "tooltip";
1060
1072
  fixMemoLeak: boolean;
1061
1073
  lazyRender: boolean;
1074
+ nominalAge: boolean;
1062
1075
  operationalFormInit: boolean;
1063
1076
  incrementalRender: boolean;
1064
1077
  }>;
@@ -54,6 +54,7 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
54
54
  defaultValue: any;
55
55
  defValueUnit: any;
56
56
  optionSetting: string | undefined;
57
+ dateShortcuts: any[] | undefined;
57
58
  multiple: boolean;
58
59
  manualMapping: boolean | null | undefined;
59
60
  showWholeOption: boolean | undefined;
@@ -77,6 +78,7 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
77
78
  accurateSearch: any;
78
79
  extendKey: string;
79
80
  extendType: string;
81
+ dateShortcuts: any[];
80
82
  }[];
81
83
  getCacheDef: (item: import("..").ISearchType, cacheList: string[]) => string | string[];
82
84
  transformParams: (paramsList: any[]) => any;
@@ -56,6 +56,7 @@ declare const _default: import("vue").DefineComponent<{
56
56
  defaultValue: any;
57
57
  defValueUnit: any;
58
58
  optionSetting: string | undefined;
59
+ dateShortcuts: any[] | undefined;
59
60
  multiple: boolean;
60
61
  manualMapping: boolean | null | undefined;
61
62
  showWholeOption: boolean | undefined;
@@ -79,6 +80,7 @@ declare const _default: import("vue").DefineComponent<{
79
80
  accurateSearch: any;
80
81
  extendKey: string;
81
82
  extendType: string;
83
+ dateShortcuts: any[];
82
84
  }[];
83
85
  getCacheDef: (item: ISearchType, cacheList: string[]) => string | string[];
84
86
  transformParams: (paramsList: any[]) => any;
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, inject, ref, shallowRef, computed, watch, openBlock, createBlock, unref, withCtx, createVNode, createElementVNode, normalizeStyle, createCommentVNode, renderSlot, withKeys, createTextVNode, toDisplayString, withDirectives, vShow, createElementBlock, mergeProps, Fragment, renderList, normalizeProps, guardReactiveProps } from 'vue';
2
2
  import { useMessage, NGrid, NGi, NInputGroup, NInput, NButton, NCheckbox, NTree, NSpace, NPopover } from 'naive-ui';
3
- import { getAllChildren, searchBasisTree } from './utils/index.js';
3
+ import { getAllChildren, searchBasisTree, getExpandedKeys } from './utils/index.js';
4
4
  import { union, remove } from 'lodash-es';
5
5
  import SearchGroupList from './components/SearchGroupList.vue.js';
6
6
  import TagItem from './components/TagItem.vue.js';
@@ -379,6 +379,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
379
379
  const filterKey2 = (_d = (_c = props == null ? void 0 : props.wordbook) == null ? void 0 : _c.filter_key) != null ? _d : "keyword";
380
380
  const data = searchBasisTree(treeData.value, kw, filterKey2);
381
381
  searchTreeData.value = data;
382
+ expandedKeys.value = searchTreeData.value.length ? getExpandedKeys(searchTreeData.value) : [];
382
383
  return;
383
384
  }
384
385
  const flatResult = flatFilter(treeData.value);
@@ -321,6 +321,10 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
321
321
  businessFormatter: {
322
322
  type: import("vue").PropType<import("..").FormBusinessFormatter>;
323
323
  };
324
+ nominalAge: {
325
+ type: BooleanConstructor;
326
+ default: boolean;
327
+ };
324
328
  schema: {
325
329
  type: import("vue").PropType<import("@formily/json-schema").Stringify<{
326
330
  [key: symbol]: any;
@@ -525,6 +529,10 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
525
529
  businessFormatter: {
526
530
  type: import("vue").PropType<import("..").FormBusinessFormatter>;
527
531
  };
532
+ nominalAge: {
533
+ type: BooleanConstructor;
534
+ default: boolean;
535
+ };
528
536
  schema: {
529
537
  type: import("vue").PropType<import("@formily/json-schema").Stringify<{
530
538
  [key: symbol]: any;
@@ -1090,6 +1098,10 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
1090
1098
  businessFormatter: {
1091
1099
  type: import("vue").PropType<import("..").FormBusinessFormatter>;
1092
1100
  };
1101
+ nominalAge: {
1102
+ type: BooleanConstructor;
1103
+ default: boolean;
1104
+ };
1093
1105
  schema: {
1094
1106
  type: import("vue").PropType<import("@formily/json-schema").Stringify<{
1095
1107
  [key: symbol]: any;
@@ -1296,6 +1308,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
1296
1308
  feedbackType: "default" | "tooltip";
1297
1309
  fixMemoLeak: boolean;
1298
1310
  lazyRender: boolean;
1311
+ nominalAge: boolean;
1299
1312
  operationalFormInit: boolean;
1300
1313
  incrementalRender: boolean;
1301
1314
  }>;
@@ -324,6 +324,10 @@ declare const _default: import("vue").DefineComponent<{
324
324
  businessFormatter: {
325
325
  type: import("vue").PropType<import("../../../components/form-render").FormBusinessFormatter>;
326
326
  };
327
+ nominalAge: {
328
+ type: BooleanConstructor;
329
+ default: boolean;
330
+ };
327
331
  schema: {
328
332
  type: import("vue").PropType<import("@formily/json-schema").Stringify<{
329
333
  [key: symbol]: any;
@@ -528,6 +532,10 @@ declare const _default: import("vue").DefineComponent<{
528
532
  businessFormatter: {
529
533
  type: import("vue").PropType<import("../../../components/form-render").FormBusinessFormatter>;
530
534
  };
535
+ nominalAge: {
536
+ type: BooleanConstructor;
537
+ default: boolean;
538
+ };
531
539
  schema: {
532
540
  type: import("vue").PropType<import("@formily/json-schema").Stringify<{
533
541
  [key: symbol]: any;
@@ -1093,6 +1101,10 @@ declare const _default: import("vue").DefineComponent<{
1093
1101
  businessFormatter: {
1094
1102
  type: import("vue").PropType<import("../../../components/form-render").FormBusinessFormatter>;
1095
1103
  };
1104
+ nominalAge: {
1105
+ type: BooleanConstructor;
1106
+ default: boolean;
1107
+ };
1096
1108
  schema: {
1097
1109
  type: import("vue").PropType<import("@formily/json-schema").Stringify<{
1098
1110
  [key: symbol]: any;
@@ -1299,6 +1311,7 @@ declare const _default: import("vue").DefineComponent<{
1299
1311
  feedbackType: "default" | "tooltip";
1300
1312
  fixMemoLeak: boolean;
1301
1313
  lazyRender: boolean;
1314
+ nominalAge: boolean;
1302
1315
  operationalFormInit: boolean;
1303
1316
  incrementalRender: boolean;
1304
1317
  }>;
@@ -316,6 +316,7 @@ declare const _default: import("vue").DefineComponent<{
316
316
  SELECT_TIME: string;
317
317
  PAST_TIME: string;
318
318
  FUTURE_TIME: string;
319
+ CUSTOM_TIME: string;
319
320
  };
320
321
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
321
322
  paramCfg: {
@@ -32,6 +32,7 @@ declare const _default: import("vue").DefineComponent<{
32
32
  SELECT_TIME: string;
33
33
  PAST_TIME: string;
34
34
  FUTURE_TIME: string;
35
+ CUSTOM_TIME: string;
35
36
  };
36
37
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
37
38
  paramCfg: {
@@ -279,6 +279,7 @@ declare const SelectFilter: import("vue").DefineComponent<{
279
279
  SELECT_TIME: string;
280
280
  PAST_TIME: string;
281
281
  FUTURE_TIME: string;
282
+ CUSTOM_TIME: string;
282
283
  };
283
284
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
284
285
  paramCfg: {
@@ -434,6 +434,7 @@ declare const _default: import("vue").DefineComponent<{
434
434
  SELECT_TIME: string;
435
435
  PAST_TIME: string;
436
436
  FUTURE_TIME: string;
437
+ CUSTOM_TIME: string;
437
438
  };
438
439
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
439
440
  paramCfg: {
@@ -14,6 +14,10 @@ declare const _default: import("vue").DefineComponent<{
14
14
  isAccurate: {
15
15
  type: BooleanConstructor;
16
16
  };
17
+ customDate: {
18
+ type: StringConstructor;
19
+ default: null;
20
+ };
17
21
  }, {
18
22
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
19
23
  paramCfg: {
@@ -31,15 +35,21 @@ declare const _default: import("vue").DefineComponent<{
31
35
  isAccurate: {
32
36
  type: BooleanConstructor;
33
37
  };
38
+ customDate: {
39
+ type: StringConstructor;
40
+ default: null;
41
+ };
34
42
  }>> & {
35
43
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
36
44
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
37
45
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
46
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
38
47
  }>>;
39
- emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal", ...args: any[]) => void;
48
+ emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
40
49
  valueCp: import("vue").WritableComputedRef<any>;
41
50
  presetValCp: import("vue").WritableComputedRef<string>;
42
51
  isAccurateCp: import("vue").WritableComputedRef<boolean>;
52
+ customDateCp: import("vue").WritableComputedRef<string>;
43
53
  widgetType: import("vue").ComputedRef<any>;
44
54
  Date: import("vue").DefineComponent<{
45
55
  componentCfg: {
@@ -57,6 +67,10 @@ declare const _default: import("vue").DefineComponent<{
57
67
  type: StringConstructor;
58
68
  default: null;
59
69
  };
70
+ customDate: {
71
+ type: StringConstructor;
72
+ default: null;
73
+ };
60
74
  }, {
61
75
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
62
76
  componentCfg: {
@@ -74,11 +88,16 @@ declare const _default: import("vue").DefineComponent<{
74
88
  type: StringConstructor;
75
89
  default: null;
76
90
  };
91
+ customDate: {
92
+ type: StringConstructor;
93
+ default: null;
94
+ };
77
95
  }>> & {
78
96
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
79
97
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
98
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
80
99
  }>>;
81
- emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
100
+ emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
82
101
  valueCp: import("vue").WritableComputedRef<any>;
83
102
  presetValCp: import("vue").WritableComputedRef<string>;
84
103
  dateType: any;
@@ -256,7 +275,7 @@ declare const _default: import("vue").DefineComponent<{
256
275
  NEXT_YEAR: string;
257
276
  LAST_YEAR: string;
258
277
  };
259
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
278
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
260
279
  componentCfg: {
261
280
  type: ObjectConstructor;
262
281
  };
@@ -272,13 +291,19 @@ declare const _default: import("vue").DefineComponent<{
272
291
  type: StringConstructor;
273
292
  default: null;
274
293
  };
294
+ customDate: {
295
+ type: StringConstructor;
296
+ default: null;
297
+ };
275
298
  }>> & {
276
299
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
277
300
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
301
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
278
302
  }, {
279
303
  modelValue: string | number | unknown[];
280
304
  paramCfg: Record<string, any>;
281
305
  presetVal: string;
306
+ customDate: string;
282
307
  }>;
283
308
  InputFilter: import("vue").DefineComponent<{
284
309
  paramCfg: {
@@ -408,6 +433,7 @@ declare const _default: import("vue").DefineComponent<{
408
433
  SELECT_TIME: string;
409
434
  PAST_TIME: string;
410
435
  FUTURE_TIME: string;
436
+ CUSTOM_TIME: string;
411
437
  };
412
438
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
413
439
  paramCfg: {
@@ -742,6 +768,10 @@ declare const _default: import("vue").DefineComponent<{
742
768
  type: StringConstructor;
743
769
  default: null;
744
770
  };
771
+ customDate: {
772
+ type: StringConstructor;
773
+ default: null;
774
+ };
745
775
  }, {
746
776
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
747
777
  paramCfg: {
@@ -756,11 +786,16 @@ declare const _default: import("vue").DefineComponent<{
756
786
  type: StringConstructor;
757
787
  default: null;
758
788
  };
789
+ customDate: {
790
+ type: StringConstructor;
791
+ default: null;
792
+ };
759
793
  }>> & {
760
794
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
761
795
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
796
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
762
797
  }>>;
763
- emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
798
+ emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
764
799
  startDate: import("vue").Ref<any>;
765
800
  endDate: import("vue").Ref<any>;
766
801
  valueFormat: import("vue").ComputedRef<string>;
@@ -781,6 +816,7 @@ declare const _default: import("vue").DefineComponent<{
781
816
  value: string;
782
817
  }[]>;
783
818
  presetValCp: import("vue").WritableComputedRef<string>;
819
+ customDateCp: import("vue").WritableComputedRef<string>;
784
820
  handleChange: (val: any, type: "start" | "end") => void;
785
821
  isStartDateDisabled: (ts: number) => boolean;
786
822
  timeStartDisabled: (ts: number) => {
@@ -956,7 +992,7 @@ declare const _default: import("vue").DefineComponent<{
956
992
  NEXT_YEAR: string;
957
993
  LAST_YEAR: string;
958
994
  };
959
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
995
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
960
996
  paramCfg: {
961
997
  type: ObjectConstructor;
962
998
  default: null;
@@ -969,13 +1005,19 @@ declare const _default: import("vue").DefineComponent<{
969
1005
  type: StringConstructor;
970
1006
  default: null;
971
1007
  };
1008
+ customDate: {
1009
+ type: StringConstructor;
1010
+ default: null;
1011
+ };
972
1012
  }>> & {
973
1013
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
974
1014
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1015
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
975
1016
  }, {
976
1017
  modelValue: string | number | unknown[];
977
1018
  paramCfg: Record<string, any>;
978
1019
  presetVal: string;
1020
+ customDate: string;
979
1021
  }>;
980
1022
  SelectLabel: import("vue").DefineComponent<{
981
1023
  paramCfg: {
@@ -1102,7 +1144,7 @@ declare const _default: import("vue").DefineComponent<{
1102
1144
  SELECTTREE: string;
1103
1145
  SELECTTREEDYNAMIC: string;
1104
1146
  };
1105
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal")[], "update:modelValue" | "update:isAccurate" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1147
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1106
1148
  paramCfg: {
1107
1149
  type: ObjectConstructor;
1108
1150
  default: null;
@@ -1118,14 +1160,20 @@ declare const _default: import("vue").DefineComponent<{
1118
1160
  isAccurate: {
1119
1161
  type: BooleanConstructor;
1120
1162
  };
1163
+ customDate: {
1164
+ type: StringConstructor;
1165
+ default: null;
1166
+ };
1121
1167
  }>> & {
1122
1168
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1123
1169
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
1124
1170
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1171
+ "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1125
1172
  }, {
1126
1173
  modelValue: string | number | unknown[];
1127
1174
  paramCfg: Record<string, any>;
1128
1175
  presetVal: string;
1129
1176
  isAccurate: boolean;
1177
+ customDate: string;
1130
1178
  }>;
1131
1179
  export default _default;