cnhis-design-vue 3.2.15-beta.9 → 3.2.15-release.5

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 (104) hide show
  1. package/es/components/ai-chat/index.d.ts +9 -0
  2. package/es/components/ai-chat/src/Index.vue.d.ts +9 -0
  3. package/es/components/ai-chat/src/Index.vue2.js +1 -1
  4. package/es/components/ai-chat/src/components/ChatCard.js +1 -1
  5. package/es/components/ai-chat/style/index.css +1 -1
  6. package/es/components/branch-notice/index.d.ts +32 -3
  7. package/es/components/branch-notice/src/BranchNotice.vue.d.ts +9 -3
  8. package/es/components/branch-notice/src/BranchNotice.vue2.js +1 -1
  9. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
  10. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
  11. package/es/components/card-reader-sdk/src/cardReaderSDK.js +1 -1
  12. package/es/components/classification/index.d.ts +30 -0
  13. package/es/components/classification/src/components/search-filter/index.vue.d.ts +30 -0
  14. package/es/components/classification/src/components/set-classification/index.vue.d.ts +30 -0
  15. package/es/components/classification/src/index.vue.d.ts +30 -0
  16. package/es/components/date-picker/index.d.ts +10 -0
  17. package/es/components/date-picker/src/DatePicker.vue.d.ts +10 -0
  18. package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
  19. package/es/components/expand-field/index.d.ts +1 -1
  20. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +1 -1
  21. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +1 -1
  22. package/es/components/expand-field/src/components/form.vue.d.ts +1 -1
  23. package/es/components/expand-field/src/index.vue.d.ts +1 -1
  24. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
  25. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +1 -0
  26. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
  27. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  28. package/es/components/fabric-chart/src/hooks/useCommon.d.ts +1 -2
  29. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  30. package/es/components/field-set/src/FieldColor.vue.d.ts +21 -1
  31. package/es/components/field-set/src/FieldFilter.vue.d.ts +3 -2
  32. package/es/components/field-set/src/FieldFilter.vue2.js +1 -1
  33. package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
  34. package/es/components/field-set/src/components/condition.vue.d.ts +10 -0
  35. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +20 -0
  36. package/es/components/field-set/src/components/edit-filter.vue.d.ts +10 -0
  37. package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
  38. package/es/components/field-set/src/components/table-row.vue2.js +1 -1
  39. package/es/components/field-set/src/utils/index.js +1 -1
  40. package/es/components/form-config/index.d.ts +1021 -1
  41. package/es/components/form-config/src/FormConfig.vue.d.ts +1021 -1
  42. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +0 -1
  43. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
  44. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1019 -0
  45. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -1
  46. package/es/components/form-config/src/constants/index.js +1 -1
  47. package/es/components/form-config/style/index.css +1 -1
  48. package/es/components/form-render/src/components/renderer/select.d.ts +6 -0
  49. package/es/components/form-render/src/components/renderer/select.js +1 -1
  50. package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
  51. package/es/components/iho-chat/index.d.ts +296 -79
  52. package/es/components/iho-chat/src/Index.vue.d.ts +296 -79
  53. package/es/components/iho-chat/src/Index.vue2.js +1 -1
  54. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +33 -9
  55. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
  56. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +33 -10
  57. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +33 -10
  58. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +109 -33
  59. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +33 -11
  60. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +10 -1
  61. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +0 -1
  62. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +33 -11
  63. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +34 -10
  64. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
  65. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +0 -1
  66. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +11 -1
  67. package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
  68. package/es/components/iho-chat/src/components/Video.vue.d.ts +1 -1
  69. package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
  70. package/es/components/iho-chat/src/hooks/useData.d.ts +4 -2
  71. package/es/components/iho-chat/src/hooks/useData.js +1 -1
  72. package/es/components/iho-chat/src/hooks/useVideo.d.ts +1 -1
  73. package/es/components/iho-chat/src/hooks/useVideo.js +1 -1
  74. package/es/components/iho-chat/src/types/index.d.ts +13 -2
  75. package/es/components/iho-chat/style/iconfont.ttf +0 -0
  76. package/es/components/iho-chat/style/index.css +1 -1
  77. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +10 -0
  78. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
  79. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +10 -0
  80. package/es/components/iho-table/style/index.css +1 -1
  81. package/es/components/index.css +1 -1
  82. package/es/components/select-person/index.d.ts +1 -1
  83. package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -1
  84. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  85. package/es/components/select-person/src/index.vue.d.ts +1 -1
  86. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +10 -0
  87. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +10 -0
  88. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +10 -0
  89. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +10 -0
  90. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +20 -0
  91. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +10 -0
  92. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +10 -0
  93. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +20 -0
  94. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +20 -0
  95. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +10 -0
  96. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +10 -0
  97. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +10 -0
  98. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +10 -0
  99. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
  100. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +40 -0
  101. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +40 -0
  102. package/es/shared/package.json.js +1 -1
  103. package/es/shared/types/business.d.ts +4 -0
  104. package/package.json +2 -2
@@ -842,6 +842,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
842
842
  type: StringConstructor;
843
843
  default: string;
844
844
  };
845
+ isDateDisabled: {
846
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
847
+ };
845
848
  }, {
846
849
  attrs: {
847
850
  [x: string]: unknown;
@@ -874,6 +877,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
874
877
  type: StringConstructor;
875
878
  default: string;
876
879
  };
880
+ isDateDisabled: {
881
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
882
+ };
877
883
  }>> & {
878
884
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
879
885
  }>>;
@@ -886,6 +892,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
886
892
  isDateTime: import("vue").ComputedRef<boolean>;
887
893
  formatRef: import("vue").ComputedRef<string>;
888
894
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
895
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
889
896
  focus: () => any;
890
897
  blur: () => any;
891
898
  handleConfirm: (target: HTMLInputElement) => void;
@@ -925,6 +932,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
925
932
  type: StringConstructor;
926
933
  default: string;
927
934
  };
935
+ isDateDisabled: {
936
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
937
+ };
928
938
  }>> & {
929
939
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
930
940
  }, {
@@ -1533,6 +1543,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1533
1543
  type: StringConstructor;
1534
1544
  default: string;
1535
1545
  };
1546
+ isDateDisabled: {
1547
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1548
+ };
1536
1549
  }, {
1537
1550
  attrs: {
1538
1551
  [x: string]: unknown;
@@ -1565,6 +1578,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1565
1578
  type: StringConstructor;
1566
1579
  default: string;
1567
1580
  };
1581
+ isDateDisabled: {
1582
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1583
+ };
1568
1584
  }>> & {
1569
1585
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1570
1586
  }>>;
@@ -1577,6 +1593,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1577
1593
  isDateTime: import("vue").ComputedRef<boolean>;
1578
1594
  formatRef: import("vue").ComputedRef<string>;
1579
1595
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
1596
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
1580
1597
  focus: () => any;
1581
1598
  blur: () => any;
1582
1599
  handleConfirm: (target: HTMLInputElement) => void;
@@ -1616,6 +1633,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1616
1633
  type: StringConstructor;
1617
1634
  default: string;
1618
1635
  };
1636
+ isDateDisabled: {
1637
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1638
+ };
1619
1639
  }>> & {
1620
1640
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1621
1641
  }, {
@@ -2076,6 +2096,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2076
2096
  type: StringConstructor;
2077
2097
  default: string;
2078
2098
  };
2099
+ isDateDisabled: {
2100
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2101
+ };
2079
2102
  }, {
2080
2103
  attrs: {
2081
2104
  [x: string]: unknown;
@@ -2108,6 +2131,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2108
2131
  type: StringConstructor;
2109
2132
  default: string;
2110
2133
  };
2134
+ isDateDisabled: {
2135
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2136
+ };
2111
2137
  }>> & {
2112
2138
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2113
2139
  }>>;
@@ -2120,6 +2146,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2120
2146
  isDateTime: import("vue").ComputedRef<boolean>;
2121
2147
  formatRef: import("vue").ComputedRef<string>;
2122
2148
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
2149
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
2123
2150
  focus: () => any;
2124
2151
  blur: () => any;
2125
2152
  handleConfirm: (target: HTMLInputElement) => void;
@@ -2159,6 +2186,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2159
2186
  type: StringConstructor;
2160
2187
  default: string;
2161
2188
  };
2189
+ isDateDisabled: {
2190
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2191
+ };
2162
2192
  }>> & {
2163
2193
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2164
2194
  }, {
@@ -305,6 +305,9 @@ declare const _default: import("vue").DefineComponent<{
305
305
  type: StringConstructor;
306
306
  default: string;
307
307
  };
308
+ isDateDisabled: {
309
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
310
+ };
308
311
  }, {
309
312
  attrs: {
310
313
  [x: string]: unknown;
@@ -337,6 +340,9 @@ declare const _default: import("vue").DefineComponent<{
337
340
  type: StringConstructor;
338
341
  default: string;
339
342
  };
343
+ isDateDisabled: {
344
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
345
+ };
340
346
  }>> & {
341
347
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
342
348
  }>>;
@@ -349,6 +355,7 @@ declare const _default: import("vue").DefineComponent<{
349
355
  isDateTime: import("vue").ComputedRef<boolean>;
350
356
  formatRef: import("vue").ComputedRef<string>;
351
357
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
358
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
352
359
  focus: () => any;
353
360
  blur: () => any;
354
361
  handleConfirm: (target: HTMLInputElement) => void;
@@ -388,6 +395,9 @@ declare const _default: import("vue").DefineComponent<{
388
395
  type: StringConstructor;
389
396
  default: string;
390
397
  };
398
+ isDateDisabled: {
399
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
400
+ };
391
401
  }>> & {
392
402
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
393
403
  }, {
@@ -996,6 +1006,9 @@ declare const _default: import("vue").DefineComponent<{
996
1006
  type: StringConstructor;
997
1007
  default: string;
998
1008
  };
1009
+ isDateDisabled: {
1010
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1011
+ };
999
1012
  }, {
1000
1013
  attrs: {
1001
1014
  [x: string]: unknown;
@@ -1028,6 +1041,9 @@ declare const _default: import("vue").DefineComponent<{
1028
1041
  type: StringConstructor;
1029
1042
  default: string;
1030
1043
  };
1044
+ isDateDisabled: {
1045
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1046
+ };
1031
1047
  }>> & {
1032
1048
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1033
1049
  }>>;
@@ -1040,6 +1056,7 @@ declare const _default: import("vue").DefineComponent<{
1040
1056
  isDateTime: import("vue").ComputedRef<boolean>;
1041
1057
  formatRef: import("vue").ComputedRef<string>;
1042
1058
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
1059
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
1043
1060
  focus: () => any;
1044
1061
  blur: () => any;
1045
1062
  handleConfirm: (target: HTMLInputElement) => void;
@@ -1079,6 +1096,9 @@ declare const _default: import("vue").DefineComponent<{
1079
1096
  type: StringConstructor;
1080
1097
  default: string;
1081
1098
  };
1099
+ isDateDisabled: {
1100
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1101
+ };
1082
1102
  }>> & {
1083
1103
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1084
1104
  }, {
@@ -1539,6 +1559,9 @@ declare const _default: import("vue").DefineComponent<{
1539
1559
  type: StringConstructor;
1540
1560
  default: string;
1541
1561
  };
1562
+ isDateDisabled: {
1563
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1564
+ };
1542
1565
  }, {
1543
1566
  attrs: {
1544
1567
  [x: string]: unknown;
@@ -1571,6 +1594,9 @@ declare const _default: import("vue").DefineComponent<{
1571
1594
  type: StringConstructor;
1572
1595
  default: string;
1573
1596
  };
1597
+ isDateDisabled: {
1598
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1599
+ };
1574
1600
  }>> & {
1575
1601
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1576
1602
  }>>;
@@ -1583,6 +1609,7 @@ declare const _default: import("vue").DefineComponent<{
1583
1609
  isDateTime: import("vue").ComputedRef<boolean>;
1584
1610
  formatRef: import("vue").ComputedRef<string>;
1585
1611
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
1612
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
1586
1613
  focus: () => any;
1587
1614
  blur: () => any;
1588
1615
  handleConfirm: (target: HTMLInputElement) => void;
@@ -1622,6 +1649,9 @@ declare const _default: import("vue").DefineComponent<{
1622
1649
  type: StringConstructor;
1623
1650
  default: string;
1624
1651
  };
1652
+ isDateDisabled: {
1653
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1654
+ };
1625
1655
  }>> & {
1626
1656
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1627
1657
  }, {
@@ -599,6 +599,9 @@ declare const _default: import("vue").DefineComponent<{
599
599
  type: StringConstructor;
600
600
  default: string;
601
601
  };
602
+ isDateDisabled: {
603
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
604
+ };
602
605
  }, {
603
606
  attrs: {
604
607
  [x: string]: unknown;
@@ -631,6 +634,9 @@ declare const _default: import("vue").DefineComponent<{
631
634
  type: StringConstructor;
632
635
  default: string;
633
636
  };
637
+ isDateDisabled: {
638
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
639
+ };
634
640
  }>> & {
635
641
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
636
642
  }>>;
@@ -643,6 +649,7 @@ declare const _default: import("vue").DefineComponent<{
643
649
  isDateTime: import("vue").ComputedRef<boolean>;
644
650
  formatRef: import("vue").ComputedRef<string>;
645
651
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
652
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
646
653
  focus: () => any;
647
654
  blur: () => any;
648
655
  handleConfirm: (target: HTMLInputElement) => void;
@@ -682,6 +689,9 @@ declare const _default: import("vue").DefineComponent<{
682
689
  type: StringConstructor;
683
690
  default: string;
684
691
  };
692
+ isDateDisabled: {
693
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
694
+ };
685
695
  }>> & {
686
696
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
687
697
  }, {
@@ -1290,6 +1300,9 @@ declare const _default: import("vue").DefineComponent<{
1290
1300
  type: StringConstructor;
1291
1301
  default: string;
1292
1302
  };
1303
+ isDateDisabled: {
1304
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1305
+ };
1293
1306
  }, {
1294
1307
  attrs: {
1295
1308
  [x: string]: unknown;
@@ -1322,6 +1335,9 @@ declare const _default: import("vue").DefineComponent<{
1322
1335
  type: StringConstructor;
1323
1336
  default: string;
1324
1337
  };
1338
+ isDateDisabled: {
1339
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1340
+ };
1325
1341
  }>> & {
1326
1342
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1327
1343
  }>>;
@@ -1334,6 +1350,7 @@ declare const _default: import("vue").DefineComponent<{
1334
1350
  isDateTime: import("vue").ComputedRef<boolean>;
1335
1351
  formatRef: import("vue").ComputedRef<string>;
1336
1352
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
1353
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
1337
1354
  focus: () => any;
1338
1355
  blur: () => any;
1339
1356
  handleConfirm: (target: HTMLInputElement) => void;
@@ -1373,6 +1390,9 @@ declare const _default: import("vue").DefineComponent<{
1373
1390
  type: StringConstructor;
1374
1391
  default: string;
1375
1392
  };
1393
+ isDateDisabled: {
1394
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1395
+ };
1376
1396
  }>> & {
1377
1397
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1378
1398
  }, {
@@ -1833,6 +1853,9 @@ declare const _default: import("vue").DefineComponent<{
1833
1853
  type: StringConstructor;
1834
1854
  default: string;
1835
1855
  };
1856
+ isDateDisabled: {
1857
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1858
+ };
1836
1859
  }, {
1837
1860
  attrs: {
1838
1861
  [x: string]: unknown;
@@ -1865,6 +1888,9 @@ declare const _default: import("vue").DefineComponent<{
1865
1888
  type: StringConstructor;
1866
1889
  default: string;
1867
1890
  };
1891
+ isDateDisabled: {
1892
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1893
+ };
1868
1894
  }>> & {
1869
1895
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1870
1896
  }>>;
@@ -1877,6 +1903,7 @@ declare const _default: import("vue").DefineComponent<{
1877
1903
  isDateTime: import("vue").ComputedRef<boolean>;
1878
1904
  formatRef: import("vue").ComputedRef<string>;
1879
1905
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
1906
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
1880
1907
  focus: () => any;
1881
1908
  blur: () => any;
1882
1909
  handleConfirm: (target: HTMLInputElement) => void;
@@ -1916,6 +1943,9 @@ declare const _default: import("vue").DefineComponent<{
1916
1943
  type: StringConstructor;
1917
1944
  default: string;
1918
1945
  };
1946
+ isDateDisabled: {
1947
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1948
+ };
1919
1949
  }>> & {
1920
1950
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1921
1951
  }, {
@@ -844,6 +844,9 @@ declare const _default: import("vue").DefineComponent<{
844
844
  type: StringConstructor;
845
845
  default: string;
846
846
  };
847
+ isDateDisabled: {
848
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
849
+ };
847
850
  }, {
848
851
  attrs: {
849
852
  [x: string]: unknown;
@@ -876,6 +879,9 @@ declare const _default: import("vue").DefineComponent<{
876
879
  type: StringConstructor;
877
880
  default: string;
878
881
  };
882
+ isDateDisabled: {
883
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
884
+ };
879
885
  }>> & {
880
886
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
881
887
  }>>;
@@ -888,6 +894,7 @@ declare const _default: import("vue").DefineComponent<{
888
894
  isDateTime: import("vue").ComputedRef<boolean>;
889
895
  formatRef: import("vue").ComputedRef<string>;
890
896
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
897
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
891
898
  focus: () => any;
892
899
  blur: () => any;
893
900
  handleConfirm: (target: HTMLInputElement) => void;
@@ -927,6 +934,9 @@ declare const _default: import("vue").DefineComponent<{
927
934
  type: StringConstructor;
928
935
  default: string;
929
936
  };
937
+ isDateDisabled: {
938
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
939
+ };
930
940
  }>> & {
931
941
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
932
942
  }, {
@@ -1535,6 +1545,9 @@ declare const _default: import("vue").DefineComponent<{
1535
1545
  type: StringConstructor;
1536
1546
  default: string;
1537
1547
  };
1548
+ isDateDisabled: {
1549
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
1550
+ };
1538
1551
  }, {
1539
1552
  attrs: {
1540
1553
  [x: string]: unknown;
@@ -1567,6 +1580,9 @@ declare const _default: import("vue").DefineComponent<{
1567
1580
  type: StringConstructor;
1568
1581
  default: string;
1569
1582
  };
1583
+ isDateDisabled: {
1584
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
1585
+ };
1570
1586
  }>> & {
1571
1587
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1572
1588
  }>>;
@@ -1579,6 +1595,7 @@ declare const _default: import("vue").DefineComponent<{
1579
1595
  isDateTime: import("vue").ComputedRef<boolean>;
1580
1596
  formatRef: import("vue").ComputedRef<string>;
1581
1597
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
1598
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
1582
1599
  focus: () => any;
1583
1600
  blur: () => any;
1584
1601
  handleConfirm: (target: HTMLInputElement) => void;
@@ -1618,6 +1635,9 @@ declare const _default: import("vue").DefineComponent<{
1618
1635
  type: StringConstructor;
1619
1636
  default: string;
1620
1637
  };
1638
+ isDateDisabled: {
1639
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
1640
+ };
1621
1641
  }>> & {
1622
1642
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1623
1643
  }, {
@@ -2078,6 +2098,9 @@ declare const _default: import("vue").DefineComponent<{
2078
2098
  type: StringConstructor;
2079
2099
  default: string;
2080
2100
  };
2101
+ isDateDisabled: {
2102
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
2103
+ };
2081
2104
  }, {
2082
2105
  attrs: {
2083
2106
  [x: string]: unknown;
@@ -2110,6 +2133,9 @@ declare const _default: import("vue").DefineComponent<{
2110
2133
  type: StringConstructor;
2111
2134
  default: string;
2112
2135
  };
2136
+ isDateDisabled: {
2137
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
2138
+ };
2113
2139
  }>> & {
2114
2140
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2115
2141
  }>>;
@@ -2122,6 +2148,7 @@ declare const _default: import("vue").DefineComponent<{
2122
2148
  isDateTime: import("vue").ComputedRef<boolean>;
2123
2149
  formatRef: import("vue").ComputedRef<string>;
2124
2150
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
2151
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
2125
2152
  focus: () => any;
2126
2153
  blur: () => any;
2127
2154
  handleConfirm: (target: HTMLInputElement) => void;
@@ -2161,6 +2188,9 @@ declare const _default: import("vue").DefineComponent<{
2161
2188
  type: StringConstructor;
2162
2189
  default: string;
2163
2190
  };
2191
+ isDateDisabled: {
2192
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
2193
+ };
2164
2194
  }>> & {
2165
2195
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2166
2196
  }, {
@@ -27,6 +27,9 @@ declare const DatePicker: SFCWithInstall<import("vue").DefineComponent<{
27
27
  type: StringConstructor;
28
28
  default: string;
29
29
  };
30
+ isDateDisabled: {
31
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
32
+ };
30
33
  }, {
31
34
  attrs: {
32
35
  [x: string]: unknown;
@@ -59,6 +62,9 @@ declare const DatePicker: SFCWithInstall<import("vue").DefineComponent<{
59
62
  type: StringConstructor;
60
63
  default: string;
61
64
  };
65
+ isDateDisabled: {
66
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
67
+ };
62
68
  }>> & {
63
69
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
64
70
  }>>;
@@ -71,6 +77,7 @@ declare const DatePicker: SFCWithInstall<import("vue").DefineComponent<{
71
77
  isDateTime: import("vue").ComputedRef<boolean>;
72
78
  formatRef: import("vue").ComputedRef<string>;
73
79
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
80
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
74
81
  focus: () => any;
75
82
  blur: () => any;
76
83
  handleConfirm: (target: HTMLInputElement) => void;
@@ -110,6 +117,9 @@ declare const DatePicker: SFCWithInstall<import("vue").DefineComponent<{
110
117
  type: StringConstructor;
111
118
  default: string;
112
119
  };
120
+ isDateDisabled: {
121
+ type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
122
+ };
113
123
  }>> & {
114
124
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
115
125
  }, {
@@ -29,6 +29,9 @@ declare const _default: import("vue").DefineComponent<{
29
29
  type: StringConstructor;
30
30
  default: string;
31
31
  };
32
+ isDateDisabled: {
33
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
34
+ };
32
35
  }, {
33
36
  attrs: {
34
37
  [x: string]: unknown;
@@ -61,6 +64,9 @@ declare const _default: import("vue").DefineComponent<{
61
64
  type: StringConstructor;
62
65
  default: string;
63
66
  };
67
+ isDateDisabled: {
68
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
69
+ };
64
70
  }>> & {
65
71
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
66
72
  }>>;
@@ -73,6 +79,7 @@ declare const _default: import("vue").DefineComponent<{
73
79
  isDateTime: import("vue").ComputedRef<boolean>;
74
80
  formatRef: import("vue").ComputedRef<string>;
75
81
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
82
+ _isDateDisabled: import("vue").ComputedRef<(current: number, ...arg: any[]) => boolean>;
76
83
  focus: () => any;
77
84
  blur: () => any;
78
85
  handleConfirm: (target: HTMLInputElement) => void;
@@ -112,6 +119,9 @@ declare const _default: import("vue").DefineComponent<{
112
119
  type: StringConstructor;
113
120
  default: string;
114
121
  };
122
+ isDateDisabled: {
123
+ type: PropType<(current: number, ...arg: any[]) => boolean>;
124
+ };
115
125
  }>> & {
116
126
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
117
127
  }, {
@@ -1 +1 @@
1
- import{defineComponent as e,useAttrs as t,ref as a,computed as l,onBeforeUnmount as n,watch as o,openBlock as r,createBlock as u,unref as d,isRef as s,createSlots as i,renderList as p,withCtx as c,renderSlot as y,nextTick as f}from"vue";import{promiseTimeout as m}from"@vueuse/shared";import{NDatePicker as v}from"naive-ui";import"../../../shared/utils/index.js";import{useDateTime as h,handleInputEvent as g}from"../../../shared/hooks/useDateTime.js";import{isArray as w,isEqual as D,isString as k,isNumber as V}from"lodash-es";import"@vue/shared";import"../../../shared/hooks/selectHooks/useSearchContent.js";import"@vicons/ionicons5";import"../../../shared/hooks/useScrollLoading.js";import{format as S,sub as _,startOfDay as A,endOfDay as I}from"date-fns";var M=e({__name:"DatePicker",props:{updateUnchangedValue:{type:Boolean},onConfirm:{type:Function},formattedValue:{type:[String,Array]},placeholder:{type:String},allowedInvalidValue:{type:String},to:{type:[Object,String,Boolean],default:"body"},holidays:{type:Array,default:()=>[]},type:{type:String,default:"date"}},emits:["update:formatted-value"],setup(e,{expose:M,emit:R}){const C=e,$=t(),b=a(null),j=a(null),P=a();let U="";const q=l({get:()=>G(C.formattedValue)?null:C.formattedValue,set(e){w(e)&&w(U)&&D(U,e)||U===e||(R("update:formatted-value",e,k(e)?Date.parse(e):w(e)?[Date.parse(e[0]),Date.parse(e[1])]:null),U=e)}}),x=l((()=>C.type.includes("datetime"))),E=l((()=>Reflect.get($,"format")?$.format:x.value?"yyyy-MM-dd HH:mm:ss":"month"===C.type?"yyyy-MM":"year"===C.type?"yyyy":"yyyy-MM-dd")),F=l((()=>x.value?E.value.split(" "):"")),{focus:H,blur:L,handleConfirm:B}=h(b,{formatRef:E,attrs:{...$,type:C.type},emit:R,allowedInvalidValue:C.allowedInvalidValue});async function Y(e){!async function(e){var t;if(!e||!C.holidays.length)return;await m(0);const a=null==(t=b.value)?void 0:t.panelInstRef;if(!a)return;const l=a.$el;if(!l)return;T(),"daterange"===C.type?O.push(n((()=>a.startDateArray),".n-date-panel-calendar--start .n-date-panel-dates>div"),n((()=>a.endDateArray),".n-date-panel-calendar--end .n-date-panel-dates>div")):"date"===C.type&&O.push(n((()=>a.dateArray),".n-date-panel-calendar .n-date-panel-dates>div"));function n(e,t){const a=[],n=o(e,(e=>{a.forEach((e=>e.classList.remove("c-date-picker__holiday"))),a.length=0,w(e)&&Array.from(l.querySelectorAll(t)).forEach(((t,l)=>{const{ts:n}=e[l]||{};if(!V(n))return;const o=new Date(n);C.holidays.some((e=>e.getDate()===o.getDate()&&e.getMonth()===o.getMonth()&&e.getFullYear()===o.getFullYear()))&&(f((()=>t.classList.add("c-date-picker__holiday"))),a.push(t))}))}),{immediate:!0,deep:!0});return()=>{n(),a.length=0}}}(e),e&&x.value&&(await f(),async function e(t=0){var a;t>2||(j.value=null==(a=b.value)?void 0:a.panelInstRef,j.value?h(j,{formatRef:F,attrs:{...$,type:C.type},isPanel:!0}):(await f(),e(++t)))}())}const O=[];function T(){O.forEach((e=>e())),O.length=0}async function z(...e){var t,a,l,n,o,r;const u=null==(n=null==(l=null==(a=null==(t=b.value)?void 0:t.inputInstRef)?void 0:a.$el)?void 0:l.querySelector)?void 0:n.call(l,"input");if(C.type.includes("range")?null==(o=C.onConfirm)||o.call(C,...e):(await f(),u.focus(),B(u),u.blur(),null==(r=C.onConfirm)||r.call(C,Date.parse(u.value),u.value)),!(null==u?void 0:u.value)||!C.updateUnchangedValue||C.type.includes("range"))return;const d=u.value;g(u,S(new Date,E.value)),g(u,d)}function G(e){return C.allowedInvalidValue&&C.allowedInvalidValue===e}return n(T),o((()=>C.formattedValue),(e=>{P.value=G(e)?e:C.placeholder?C.placeholder:"选择日期时间",G(e)||(U=e)}),{immediate:!0}),M({$datePicker:b,focus:H,blur:L,setShortcutValue:async function(e){if(!C.type||!C.type.includes("range")||!b.value)return;const t=b.value.$el.querySelectorAll(".n-input__input-el");let a,l;const n=new Date;if("week"===e){const e=_(n,{weeks:1});a=S(A(e),E.value)}else{const e=_(n,{months:1});a=S(A(e),E.value)}l=S(I(n),E.value),g(t[0],a),await f(),g(t[1],l)}}),(t,a)=>(r(),u(d(v),{ref_key:"datePickerRef",ref:b,"onUpdate:show":Y,onConfirm:z,placeholder:P.value,to:e.to,type:e.type,"formatted-value":d(q),"onUpdate:formatted-value":a[0]||(a[0]=e=>s(q)?q.value=e:null)},i({_:2},[p(t.$slots,((e,a)=>({name:a,fn:c((()=>[y(t.$slots,a)]))})))]),1032,["placeholder","to","type","formatted-value"]))}});export{M as default};
1
+ import{defineComponent as e,useAttrs as t,ref as a,computed as l,onBeforeUnmount as n,watch as o,openBlock as r,createBlock as u,unref as s,isRef as d,createSlots as i,renderList as p,withCtx as c,renderSlot as y,nextTick as f}from"vue";import{promiseTimeout as v}from"@vueuse/shared";import{NDatePicker as m}from"naive-ui";import"../../../shared/utils/index.js";import{useDateTime as h,handleInputEvent as g}from"../../../shared/hooks/useDateTime.js";import{isArray as D,isEqual as w,isString as k,isFunction as V,isNumber as S}from"lodash-es";import"@vue/shared";import"../../../shared/hooks/selectHooks/useSearchContent.js";import"@vicons/ionicons5";import"../../../shared/hooks/useScrollLoading.js";import{subYears as b,addYears as _,isWithinInterval as A,format as I,sub as M,startOfDay as R,endOfDay as C}from"date-fns";var $=e({__name:"DatePicker",props:{updateUnchangedValue:{type:Boolean},onConfirm:{type:Function},formattedValue:{type:[String,Array]},placeholder:{type:String},allowedInvalidValue:{type:String},to:{type:[Object,String,Boolean],default:"body"},holidays:{type:Array,default:()=>[]},type:{type:String,default:"date"},isDateDisabled:{type:Function}},emits:["update:formatted-value"],setup(e,{expose:$,emit:j}){const F=e,P=t(),U=a(null),q=a(null),x=a();let E="";const H=l({get:()=>W(F.formattedValue)?null:F.formattedValue,set(e){D(e)&&D(E)&&w(E,e)||E===e||(j("update:formatted-value",e,k(e)?Date.parse(e):D(e)?[Date.parse(e[0]),Date.parse(e[1])]:null),E=e)}}),L=l((()=>F.type.includes("datetime"))),B=l((()=>Reflect.get(P,"format")?P.format:L.value?"yyyy-MM-dd HH:mm:ss":"month"===F.type?"yyyy-MM":"year"===F.type?"yyyy":"yyyy-MM-dd")),Y=l((()=>L.value?B.value.split(" "):"")),O=l((()=>{const e=e=>{const t=new Date(e),a=new Date,l=b(a,150),n=_(a,150);return!A(t,{start:l,end:n})};return V(F.isDateDisabled)?(t,...a)=>{var l;return(null==(l=F.isDateDisabled)?void 0:l.call(F,t,...a))||e(t)}:e})),{focus:T,blur:z,handleConfirm:G}=h(U,{formatRef:B,attrs:{...P,type:F.type},emit:j,allowedInvalidValue:F.allowedInvalidValue});async function J(e){!async function(e){var t;if(!e||!F.holidays.length)return;await v(0);const a=null==(t=U.value)?void 0:t.panelInstRef;if(!a)return;const l=a.$el;if(!l)return;N(),"daterange"===F.type?K.push(n((()=>a.startDateArray),".n-date-panel-calendar--start .n-date-panel-dates>div"),n((()=>a.endDateArray),".n-date-panel-calendar--end .n-date-panel-dates>div")):"date"===F.type&&K.push(n((()=>a.dateArray),".n-date-panel-calendar .n-date-panel-dates>div"));function n(e,t){const a=[],n=o(e,(e=>{a.forEach((e=>e.classList.remove("c-date-picker__holiday"))),a.length=0,D(e)&&Array.from(l.querySelectorAll(t)).forEach(((t,l)=>{const{ts:n}=e[l]||{};if(!S(n))return;const o=new Date(n);F.holidays.some((e=>e.getDate()===o.getDate()&&e.getMonth()===o.getMonth()&&e.getFullYear()===o.getFullYear()))&&(f((()=>t.classList.add("c-date-picker__holiday"))),a.push(t))}))}),{immediate:!0,deep:!0});return()=>{n(),a.length=0}}}(e),e&&L.value&&(await f(),async function e(t=0){var a;t>2||(q.value=null==(a=U.value)?void 0:a.panelInstRef,q.value?h(q,{formatRef:Y,attrs:{...P,type:F.type},isPanel:!0}):(await f(),e(++t)))}())}const K=[];function N(){K.forEach((e=>e())),K.length=0}async function Q(...e){var t,a,l,n,o,r;const u=null==(n=null==(l=null==(a=null==(t=U.value)?void 0:t.inputInstRef)?void 0:a.$el)?void 0:l.querySelector)?void 0:n.call(l,"input");if(F.type.includes("range")?null==(o=F.onConfirm)||o.call(F,...e):(await f(),u.focus(),G(u),u.blur(),null==(r=F.onConfirm)||r.call(F,Date.parse(u.value),u.value)),!(null==u?void 0:u.value)||!F.updateUnchangedValue||F.type.includes("range"))return;const s=u.value;g(u,I(new Date,B.value)),g(u,s)}function W(e){return F.allowedInvalidValue&&F.allowedInvalidValue===e}return n(N),o((()=>F.formattedValue),(e=>{x.value=W(e)?e:F.placeholder?F.placeholder:"选择日期时间",W(e)||(E=e)}),{immediate:!0}),$({$datePicker:U,focus:T,blur:z,setShortcutValue:async function(e){if(!F.type||!F.type.includes("range")||!U.value)return;const t=U.value.$el.querySelectorAll(".n-input__input-el");let a,l;const n=new Date;if("week"===e){const e=M(n,{weeks:1});a=I(R(e),B.value)}else{const e=M(n,{months:1});a=I(R(e),B.value)}l=I(C(n),B.value),g(t[0],a),await f(),g(t[1],l)}}),(t,a)=>(r(),u(s(m),{ref_key:"datePickerRef",ref:U,"onUpdate:show":J,onConfirm:Q,placeholder:x.value,to:e.to,type:e.type,"formatted-value":s(H),"onUpdate:formatted-value":a[0]||(a[0]=e=>d(H)?H.value=e:null),"is-date-disabled":s(O)},i({_:2},[p(t.$slots,((e,a)=>({name:a,fn:c((()=>[y(t.$slots,a)]))})))]),1032,["placeholder","to","type","formatted-value","is-date-disabled"]))}});export{$ as default};
@@ -1204,7 +1204,6 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
1204
1204
  key: string | number;
1205
1205
  }[]>;
1206
1206
  isSearch: import("vue").Ref<boolean>;
1207
- tempData: import("naive-ui").TreeOption[];
1208
1207
  allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
1209
1208
  isRemote: import("vue").ComputedRef<boolean>;
1210
1209
  checkStrategyResult: import("vue").ComputedRef<any>;
@@ -1268,6 +1267,7 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
1268
1267
  notifyCheck: (keys: (string | number)[]) => void;
1269
1268
  notifySearchClear: () => void;
1270
1269
  getCheckWithLevel: () => any;
1270
+ resetParams: () => void;
1271
1271
  NButton: any;
1272
1272
  NInput: any;
1273
1273
  NInputGroup: any;
@@ -878,7 +878,6 @@ declare const _default: import("vue").DefineComponent<{
878
878
  key: string | number;
879
879
  }[]>;
880
880
  isSearch: import("vue").Ref<boolean>;
881
- tempData: import("naive-ui").TreeOption[];
882
881
  allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
883
882
  isRemote: import("vue").ComputedRef<boolean>;
884
883
  checkStrategyResult: import("vue").ComputedRef<any>;
@@ -942,6 +941,7 @@ declare const _default: import("vue").DefineComponent<{
942
941
  notifyCheck: (keys: (string | number)[]) => void;
943
942
  notifySearchClear: () => void;
944
943
  getCheckWithLevel: () => any;
944
+ resetParams: () => void;
945
945
  NButton: any;
946
946
  NInput: any;
947
947
  NInputGroup: any;
@@ -837,7 +837,6 @@ declare const _default: import("vue").DefineComponent<{
837
837
  key: string | number;
838
838
  }[]>;
839
839
  isSearch: import("vue").Ref<boolean>;
840
- tempData: import("naive-ui").TreeOption[];
841
840
  allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
842
841
  isRemote: import("vue").ComputedRef<boolean>;
843
842
  checkStrategyResult: import("vue").ComputedRef<any>;
@@ -901,6 +900,7 @@ declare const _default: import("vue").DefineComponent<{
901
900
  notifyCheck: (keys: (string | number)[]) => void;
902
901
  notifySearchClear: () => void;
903
902
  getCheckWithLevel: () => any;
903
+ resetParams: () => void;
904
904
  NButton: any;
905
905
  NInput: any;
906
906
  NInputGroup: any;
@@ -1148,7 +1148,6 @@ declare const _default: import("vue").DefineComponent<{
1148
1148
  key: string | number;
1149
1149
  }[]>;
1150
1150
  isSearch: import("vue").Ref<boolean>;
1151
- tempData: import("naive-ui").TreeOption[];
1152
1151
  allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
1153
1152
  isRemote: import("vue").ComputedRef<boolean>;
1154
1153
  checkStrategyResult: import("vue").ComputedRef<any>;
@@ -1212,6 +1211,7 @@ declare const _default: import("vue").DefineComponent<{
1212
1211
  notifyCheck: (keys: (string | number)[]) => void;
1213
1212
  notifySearchClear: () => void;
1214
1213
  getCheckWithLevel: () => any;
1214
+ resetParams: () => void;
1215
1215
  NButton: any;
1216
1216
  NInput: any;
1217
1217
  NInputGroup: any;
@@ -1206,7 +1206,6 @@ declare const _default: import("vue").DefineComponent<{
1206
1206
  key: string | number;
1207
1207
  }[]>;
1208
1208
  isSearch: import("vue").Ref<boolean>;
1209
- tempData: import("naive-ui").TreeOption[];
1210
1209
  allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
1211
1210
  isRemote: import("vue").ComputedRef<boolean>;
1212
1211
  checkStrategyResult: import("vue").ComputedRef<any>;
@@ -1270,6 +1269,7 @@ declare const _default: import("vue").DefineComponent<{
1270
1269
  notifyCheck: (keys: (string | number)[]) => void;
1271
1270
  notifySearchClear: () => void;
1272
1271
  getCheckWithLevel: () => any;
1272
+ resetParams: () => void;
1273
1273
  NButton: any;
1274
1274
  NInput: any;
1275
1275
  NInputGroup: any;