cnhis-design-vue 3.2.9-beta.3 → 3.2.9-beta.30

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 (114) hide show
  1. package/es/components/ai-chat/src/components/ChatMain.js +1 -1
  2. package/es/components/ai-chat/src/types/index.d.ts +8 -7
  3. package/es/components/base-search/index.d.ts +2 -0
  4. package/es/components/base-search/src/index.vue.d.ts +2 -0
  5. package/es/components/button-print/index.d.ts +37 -45
  6. package/es/components/button-print/src/ButtonPrint.vue.d.ts +37 -45
  7. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  8. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +15 -35
  9. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
  10. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +10 -5
  11. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
  12. package/es/components/button-print/src/utils/print.d.ts +8 -6
  13. package/es/components/button-print/src/utils/print.js +1 -1
  14. package/es/components/classification/index.d.ts +87 -0
  15. package/es/components/classification/src/components/search-filter/index.vue.d.ts +87 -0
  16. package/es/components/classification/src/components/set-classification/index.vue.d.ts +87 -0
  17. package/es/components/classification/src/index.vue.d.ts +87 -0
  18. package/es/components/date-picker/index.d.ts +29 -0
  19. package/es/components/date-picker/src/DatePicker.vue.d.ts +30 -1
  20. package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
  21. package/es/components/expand-field/index.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/temperature/useCenter.js +1 -1
  25. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
  26. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
  27. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  28. package/es/components/field-set/index.d.ts +7 -1
  29. package/es/components/field-set/src/FieldColor.vue.d.ts +89 -6
  30. package/es/components/field-set/src/FieldColor.vue2.js +1 -1
  31. package/es/components/field-set/src/FieldFilter.vue.d.ts +31 -6
  32. package/es/components/field-set/src/FieldFilter.vue2.js +1 -1
  33. package/es/components/field-set/src/FieldSet.vue.d.ts +72 -29
  34. package/es/components/field-set/src/FieldSet.vue2.js +1 -1
  35. package/es/components/field-set/src/Index.vue.d.ts +7 -1
  36. package/es/components/field-set/src/Index.vue2.js +1 -1
  37. package/es/components/field-set/src/TableStyle.vue2.js +1 -1
  38. package/es/components/field-set/src/components/condition.vue.d.ts +29 -0
  39. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +58 -0
  40. package/es/components/field-set/src/components/edit-filter.vue.d.ts +29 -0
  41. package/es/components/field-set/src/components/table-row.vue.d.ts +28 -1
  42. package/es/components/field-set/src/components/table-row.vue2.js +1 -1
  43. package/es/components/field-set/src/types/index.d.ts +4 -3
  44. package/es/components/field-set/src/utils/index.js +1 -1
  45. package/es/components/field-set/style/index.css +1 -1
  46. package/es/components/form-render/src/components/renderer/select.d.ts +2 -1
  47. package/es/components/form-render/src/components/renderer/select.js +1 -1
  48. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  49. package/es/components/iho-chat/index.d.ts +316 -6
  50. package/es/components/iho-chat/src/Index.vue.d.ts +316 -6
  51. package/es/components/iho-chat/src/Index.vue2.js +1 -1
  52. package/es/components/iho-chat/src/api/index.js +1 -1
  53. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +5 -0
  54. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
  55. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +121 -1
  56. package/es/components/iho-chat/src/components/ChatFile.vue2.js +1 -1
  57. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +6 -0
  58. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
  59. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +160 -2
  60. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +122 -0
  61. package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
  62. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +29 -0
  63. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +1 -1
  64. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +6 -1
  65. package/es/components/iho-chat/src/components/ChatSet.vue2.js +1 -1
  66. package/es/components/iho-chat/src/components/ContextMenu.js +1 -1
  67. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +5 -0
  68. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
  69. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +1 -3
  70. package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
  71. package/es/components/iho-chat/src/constants/index.d.ts +2 -1
  72. package/es/components/iho-chat/src/constants/index.js +1 -1
  73. package/es/components/iho-chat/src/hooks/useSearchUserList.js +1 -1
  74. package/es/components/iho-chat/src/hooks/useSession.js +1 -1
  75. package/es/components/iho-chat/src/hooks/useState.d.ts +6 -0
  76. package/es/components/iho-chat/src/hooks/useState.js +1 -1
  77. package/es/components/iho-chat/src/types/index.d.ts +3 -1
  78. package/es/components/iho-chat/src/types/index.js +1 -1
  79. package/es/components/iho-chat/src/utils/chatSock.js +1 -1
  80. package/es/components/iho-chat/style/index.css +1 -1
  81. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +29 -0
  82. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +29 -0
  83. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/index.js +1 -1
  84. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useRowHeight.d.ts +2 -0
  85. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useRowHeight.js +1 -0
  86. package/es/components/iho-table/src/types/index.d.ts +3 -0
  87. package/es/components/iho-table/style/index.css +1 -1
  88. package/es/components/index.css +1 -1
  89. package/es/components/quick-search/index.d.ts +3 -0
  90. package/es/components/quick-search/src/index.vue.d.ts +3 -0
  91. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +29 -0
  92. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +29 -0
  93. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +29 -0
  94. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +29 -0
  95. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +58 -0
  96. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +29 -0
  97. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +29 -0
  98. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +58 -0
  99. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +58 -0
  100. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +29 -0
  101. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +29 -0
  102. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +29 -0
  103. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +29 -0
  104. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +116 -0
  105. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +116 -0
  106. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +1 -0
  107. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  108. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  109. package/es/components/table-filter/src/types/index.d.ts +2 -0
  110. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +1 -1
  111. package/es/shared/package.json.js +1 -1
  112. package/es/shared/utils/index.d.ts +1 -0
  113. package/es/shared/utils/index.js +1 -1
  114. package/package.json +2 -2
@@ -833,6 +833,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
833
833
  type: import("vue").PropType<string | false | HTMLElement>;
834
834
  default: string;
835
835
  };
836
+ holidays: {
837
+ type: import("vue").PropType<Date[]>;
838
+ default: () => never[];
839
+ };
840
+ type: {
841
+ type: StringConstructor;
842
+ default: string;
843
+ };
836
844
  }, {
837
845
  attrs: {
838
846
  [x: string]: unknown;
@@ -857,6 +865,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
857
865
  type: import("vue").PropType<string | false | HTMLElement>;
858
866
  default: string;
859
867
  };
868
+ holidays: {
869
+ type: import("vue").PropType<Date[]>;
870
+ default: () => never[];
871
+ };
872
+ type: {
873
+ type: StringConstructor;
874
+ default: string;
875
+ };
860
876
  }>> & {
861
877
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
862
878
  }>>;
@@ -873,6 +889,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
873
889
  blur: () => any;
874
890
  handleConfirm: (target: HTMLInputElement) => void;
875
891
  onUpdateShow: (show: boolean) => Promise<void>;
892
+ watchers: import("../../shared/types").AnyFn[];
893
+ stopWatcher: () => void;
894
+ setHoliday: (show: boolean) => Promise<void>;
876
895
  onConfirm: (...args: any[]) => Promise<void>;
877
896
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
878
897
  setShortcutValue: (type: "month" | "week") => Promise<void>;
@@ -897,11 +916,21 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
897
916
  type: import("vue").PropType<string | false | HTMLElement>;
898
917
  default: string;
899
918
  };
919
+ holidays: {
920
+ type: import("vue").PropType<Date[]>;
921
+ default: () => never[];
922
+ };
923
+ type: {
924
+ type: StringConstructor;
925
+ default: string;
926
+ };
900
927
  }>> & {
901
928
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
902
929
  }, {
930
+ type: string;
903
931
  updateUnchangedValue: boolean;
904
932
  to: string | false | HTMLElement;
933
+ holidays: Date[];
905
934
  }>>;
906
935
  NSelect: any;
907
936
  WidgetValEnums: {
@@ -1495,6 +1524,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1495
1524
  type: import("vue").PropType<string | false | HTMLElement>;
1496
1525
  default: string;
1497
1526
  };
1527
+ holidays: {
1528
+ type: import("vue").PropType<Date[]>;
1529
+ default: () => never[];
1530
+ };
1531
+ type: {
1532
+ type: StringConstructor;
1533
+ default: string;
1534
+ };
1498
1535
  }, {
1499
1536
  attrs: {
1500
1537
  [x: string]: unknown;
@@ -1519,6 +1556,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1519
1556
  type: import("vue").PropType<string | false | HTMLElement>;
1520
1557
  default: string;
1521
1558
  };
1559
+ holidays: {
1560
+ type: import("vue").PropType<Date[]>;
1561
+ default: () => never[];
1562
+ };
1563
+ type: {
1564
+ type: StringConstructor;
1565
+ default: string;
1566
+ };
1522
1567
  }>> & {
1523
1568
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1524
1569
  }>>;
@@ -1535,6 +1580,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1535
1580
  blur: () => any;
1536
1581
  handleConfirm: (target: HTMLInputElement) => void;
1537
1582
  onUpdateShow: (show: boolean) => Promise<void>;
1583
+ watchers: import("../../shared/types").AnyFn[];
1584
+ stopWatcher: () => void;
1585
+ setHoliday: (show: boolean) => Promise<void>;
1538
1586
  onConfirm: (...args: any[]) => Promise<void>;
1539
1587
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1540
1588
  setShortcutValue: (type: "month" | "week") => Promise<void>;
@@ -1559,11 +1607,21 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1559
1607
  type: import("vue").PropType<string | false | HTMLElement>;
1560
1608
  default: string;
1561
1609
  };
1610
+ holidays: {
1611
+ type: import("vue").PropType<Date[]>;
1612
+ default: () => never[];
1613
+ };
1614
+ type: {
1615
+ type: StringConstructor;
1616
+ default: string;
1617
+ };
1562
1618
  }>> & {
1563
1619
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1564
1620
  }, {
1621
+ type: string;
1565
1622
  updateUnchangedValue: boolean;
1566
1623
  to: string | false | HTMLElement;
1624
+ holidays: Date[];
1567
1625
  }>>;
1568
1626
  WidgetValEnums: {
1569
1627
  CUSTOM: string;
@@ -1958,6 +2016,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1958
2016
  type: import("vue").PropType<string | false | HTMLElement>;
1959
2017
  default: string;
1960
2018
  };
2019
+ holidays: {
2020
+ type: import("vue").PropType<Date[]>;
2021
+ default: () => never[];
2022
+ };
2023
+ type: {
2024
+ type: StringConstructor;
2025
+ default: string;
2026
+ };
1961
2027
  }, {
1962
2028
  attrs: {
1963
2029
  [x: string]: unknown;
@@ -1982,6 +2048,14 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1982
2048
  type: import("vue").PropType<string | false | HTMLElement>;
1983
2049
  default: string;
1984
2050
  };
2051
+ holidays: {
2052
+ type: import("vue").PropType<Date[]>;
2053
+ default: () => never[];
2054
+ };
2055
+ type: {
2056
+ type: StringConstructor;
2057
+ default: string;
2058
+ };
1985
2059
  }>> & {
1986
2060
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1987
2061
  }>>;
@@ -1998,6 +2072,9 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
1998
2072
  blur: () => any;
1999
2073
  handleConfirm: (target: HTMLInputElement) => void;
2000
2074
  onUpdateShow: (show: boolean) => Promise<void>;
2075
+ watchers: import("../../shared/types").AnyFn[];
2076
+ stopWatcher: () => void;
2077
+ setHoliday: (show: boolean) => Promise<void>;
2001
2078
  onConfirm: (...args: any[]) => Promise<void>;
2002
2079
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
2003
2080
  setShortcutValue: (type: "month" | "week") => Promise<void>;
@@ -2022,11 +2099,21 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
2022
2099
  type: import("vue").PropType<string | false | HTMLElement>;
2023
2100
  default: string;
2024
2101
  };
2102
+ holidays: {
2103
+ type: import("vue").PropType<Date[]>;
2104
+ default: () => never[];
2105
+ };
2106
+ type: {
2107
+ type: StringConstructor;
2108
+ default: string;
2109
+ };
2025
2110
  }>> & {
2026
2111
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2027
2112
  }, {
2113
+ type: string;
2028
2114
  updateUnchangedValue: boolean;
2029
2115
  to: string | false | HTMLElement;
2116
+ holidays: Date[];
2030
2117
  }>>;
2031
2118
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2032
2119
  componentCfg: {
@@ -297,6 +297,14 @@ declare const _default: import("vue").DefineComponent<{
297
297
  type: import("vue").PropType<string | false | HTMLElement>;
298
298
  default: string;
299
299
  };
300
+ holidays: {
301
+ type: import("vue").PropType<Date[]>;
302
+ default: () => never[];
303
+ };
304
+ type: {
305
+ type: StringConstructor;
306
+ default: string;
307
+ };
300
308
  }, {
301
309
  attrs: {
302
310
  [x: string]: unknown;
@@ -321,6 +329,14 @@ declare const _default: import("vue").DefineComponent<{
321
329
  type: import("vue").PropType<string | false | HTMLElement>;
322
330
  default: string;
323
331
  };
332
+ holidays: {
333
+ type: import("vue").PropType<Date[]>;
334
+ default: () => never[];
335
+ };
336
+ type: {
337
+ type: StringConstructor;
338
+ default: string;
339
+ };
324
340
  }>> & {
325
341
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
326
342
  }>>;
@@ -337,6 +353,9 @@ declare const _default: import("vue").DefineComponent<{
337
353
  blur: () => any;
338
354
  handleConfirm: (target: HTMLInputElement) => void;
339
355
  onUpdateShow: (show: boolean) => Promise<void>;
356
+ watchers: import("../../../../../shared/types").AnyFn[];
357
+ stopWatcher: () => void;
358
+ setHoliday: (show: boolean) => Promise<void>;
340
359
  onConfirm: (...args: any[]) => Promise<void>;
341
360
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
342
361
  setShortcutValue: (type: "month" | "week") => Promise<void>;
@@ -361,11 +380,21 @@ declare const _default: import("vue").DefineComponent<{
361
380
  type: import("vue").PropType<string | false | HTMLElement>;
362
381
  default: string;
363
382
  };
383
+ holidays: {
384
+ type: import("vue").PropType<Date[]>;
385
+ default: () => never[];
386
+ };
387
+ type: {
388
+ type: StringConstructor;
389
+ default: string;
390
+ };
364
391
  }>> & {
365
392
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
366
393
  }, {
394
+ type: string;
367
395
  updateUnchangedValue: boolean;
368
396
  to: string | false | HTMLElement;
397
+ holidays: Date[];
369
398
  }>>;
370
399
  NSelect: any;
371
400
  WidgetValEnums: {
@@ -959,6 +988,14 @@ declare const _default: import("vue").DefineComponent<{
959
988
  type: import("vue").PropType<string | false | HTMLElement>;
960
989
  default: string;
961
990
  };
991
+ holidays: {
992
+ type: import("vue").PropType<Date[]>;
993
+ default: () => never[];
994
+ };
995
+ type: {
996
+ type: StringConstructor;
997
+ default: string;
998
+ };
962
999
  }, {
963
1000
  attrs: {
964
1001
  [x: string]: unknown;
@@ -983,6 +1020,14 @@ declare const _default: import("vue").DefineComponent<{
983
1020
  type: import("vue").PropType<string | false | HTMLElement>;
984
1021
  default: string;
985
1022
  };
1023
+ holidays: {
1024
+ type: import("vue").PropType<Date[]>;
1025
+ default: () => never[];
1026
+ };
1027
+ type: {
1028
+ type: StringConstructor;
1029
+ default: string;
1030
+ };
986
1031
  }>> & {
987
1032
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
988
1033
  }>>;
@@ -999,6 +1044,9 @@ declare const _default: import("vue").DefineComponent<{
999
1044
  blur: () => any;
1000
1045
  handleConfirm: (target: HTMLInputElement) => void;
1001
1046
  onUpdateShow: (show: boolean) => Promise<void>;
1047
+ watchers: import("../../../../../shared/types").AnyFn[];
1048
+ stopWatcher: () => void;
1049
+ setHoliday: (show: boolean) => Promise<void>;
1002
1050
  onConfirm: (...args: any[]) => Promise<void>;
1003
1051
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1004
1052
  setShortcutValue: (type: "month" | "week") => Promise<void>;
@@ -1023,11 +1071,21 @@ declare const _default: import("vue").DefineComponent<{
1023
1071
  type: import("vue").PropType<string | false | HTMLElement>;
1024
1072
  default: string;
1025
1073
  };
1074
+ holidays: {
1075
+ type: import("vue").PropType<Date[]>;
1076
+ default: () => never[];
1077
+ };
1078
+ type: {
1079
+ type: StringConstructor;
1080
+ default: string;
1081
+ };
1026
1082
  }>> & {
1027
1083
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1028
1084
  }, {
1085
+ type: string;
1029
1086
  updateUnchangedValue: boolean;
1030
1087
  to: string | false | HTMLElement;
1088
+ holidays: Date[];
1031
1089
  }>>;
1032
1090
  WidgetValEnums: {
1033
1091
  CUSTOM: string;
@@ -1422,6 +1480,14 @@ declare const _default: import("vue").DefineComponent<{
1422
1480
  type: import("vue").PropType<string | false | HTMLElement>;
1423
1481
  default: string;
1424
1482
  };
1483
+ holidays: {
1484
+ type: import("vue").PropType<Date[]>;
1485
+ default: () => never[];
1486
+ };
1487
+ type: {
1488
+ type: StringConstructor;
1489
+ default: string;
1490
+ };
1425
1491
  }, {
1426
1492
  attrs: {
1427
1493
  [x: string]: unknown;
@@ -1446,6 +1512,14 @@ declare const _default: import("vue").DefineComponent<{
1446
1512
  type: import("vue").PropType<string | false | HTMLElement>;
1447
1513
  default: string;
1448
1514
  };
1515
+ holidays: {
1516
+ type: import("vue").PropType<Date[]>;
1517
+ default: () => never[];
1518
+ };
1519
+ type: {
1520
+ type: StringConstructor;
1521
+ default: string;
1522
+ };
1449
1523
  }>> & {
1450
1524
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1451
1525
  }>>;
@@ -1462,6 +1536,9 @@ declare const _default: import("vue").DefineComponent<{
1462
1536
  blur: () => any;
1463
1537
  handleConfirm: (target: HTMLInputElement) => void;
1464
1538
  onUpdateShow: (show: boolean) => Promise<void>;
1539
+ watchers: import("../../../../../shared/types").AnyFn[];
1540
+ stopWatcher: () => void;
1541
+ setHoliday: (show: boolean) => Promise<void>;
1465
1542
  onConfirm: (...args: any[]) => Promise<void>;
1466
1543
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1467
1544
  setShortcutValue: (type: "month" | "week") => Promise<void>;
@@ -1486,11 +1563,21 @@ declare const _default: import("vue").DefineComponent<{
1486
1563
  type: import("vue").PropType<string | false | HTMLElement>;
1487
1564
  default: string;
1488
1565
  };
1566
+ holidays: {
1567
+ type: import("vue").PropType<Date[]>;
1568
+ default: () => never[];
1569
+ };
1570
+ type: {
1571
+ type: StringConstructor;
1572
+ default: string;
1573
+ };
1489
1574
  }>> & {
1490
1575
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1491
1576
  }, {
1577
+ type: string;
1492
1578
  updateUnchangedValue: boolean;
1493
1579
  to: string | false | HTMLElement;
1580
+ holidays: Date[];
1494
1581
  }>>;
1495
1582
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1496
1583
  componentCfg: {
@@ -591,6 +591,14 @@ declare const _default: import("vue").DefineComponent<{
591
591
  type: import("vue").PropType<string | false | HTMLElement>;
592
592
  default: string;
593
593
  };
594
+ holidays: {
595
+ type: import("vue").PropType<Date[]>;
596
+ default: () => never[];
597
+ };
598
+ type: {
599
+ type: StringConstructor;
600
+ default: string;
601
+ };
594
602
  }, {
595
603
  attrs: {
596
604
  [x: string]: unknown;
@@ -615,6 +623,14 @@ declare const _default: import("vue").DefineComponent<{
615
623
  type: import("vue").PropType<string | false | HTMLElement>;
616
624
  default: string;
617
625
  };
626
+ holidays: {
627
+ type: import("vue").PropType<Date[]>;
628
+ default: () => never[];
629
+ };
630
+ type: {
631
+ type: StringConstructor;
632
+ default: string;
633
+ };
618
634
  }>> & {
619
635
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
620
636
  }>>;
@@ -631,6 +647,9 @@ declare const _default: import("vue").DefineComponent<{
631
647
  blur: () => any;
632
648
  handleConfirm: (target: HTMLInputElement) => void;
633
649
  onUpdateShow: (show: boolean) => Promise<void>;
650
+ watchers: import("../../../../../shared/types").AnyFn[];
651
+ stopWatcher: () => void;
652
+ setHoliday: (show: boolean) => Promise<void>;
634
653
  onConfirm: (...args: any[]) => Promise<void>;
635
654
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
636
655
  setShortcutValue: (type: "month" | "week") => Promise<void>;
@@ -655,11 +674,21 @@ declare const _default: import("vue").DefineComponent<{
655
674
  type: import("vue").PropType<string | false | HTMLElement>;
656
675
  default: string;
657
676
  };
677
+ holidays: {
678
+ type: import("vue").PropType<Date[]>;
679
+ default: () => never[];
680
+ };
681
+ type: {
682
+ type: StringConstructor;
683
+ default: string;
684
+ };
658
685
  }>> & {
659
686
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
660
687
  }, {
688
+ type: string;
661
689
  updateUnchangedValue: boolean;
662
690
  to: string | false | HTMLElement;
691
+ holidays: Date[];
663
692
  }>>;
664
693
  NSelect: any;
665
694
  WidgetValEnums: {
@@ -1253,6 +1282,14 @@ declare const _default: import("vue").DefineComponent<{
1253
1282
  type: import("vue").PropType<string | false | HTMLElement>;
1254
1283
  default: string;
1255
1284
  };
1285
+ holidays: {
1286
+ type: import("vue").PropType<Date[]>;
1287
+ default: () => never[];
1288
+ };
1289
+ type: {
1290
+ type: StringConstructor;
1291
+ default: string;
1292
+ };
1256
1293
  }, {
1257
1294
  attrs: {
1258
1295
  [x: string]: unknown;
@@ -1277,6 +1314,14 @@ declare const _default: import("vue").DefineComponent<{
1277
1314
  type: import("vue").PropType<string | false | HTMLElement>;
1278
1315
  default: string;
1279
1316
  };
1317
+ holidays: {
1318
+ type: import("vue").PropType<Date[]>;
1319
+ default: () => never[];
1320
+ };
1321
+ type: {
1322
+ type: StringConstructor;
1323
+ default: string;
1324
+ };
1280
1325
  }>> & {
1281
1326
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1282
1327
  }>>;
@@ -1293,6 +1338,9 @@ declare const _default: import("vue").DefineComponent<{
1293
1338
  blur: () => any;
1294
1339
  handleConfirm: (target: HTMLInputElement) => void;
1295
1340
  onUpdateShow: (show: boolean) => Promise<void>;
1341
+ watchers: import("../../../../../shared/types").AnyFn[];
1342
+ stopWatcher: () => void;
1343
+ setHoliday: (show: boolean) => Promise<void>;
1296
1344
  onConfirm: (...args: any[]) => Promise<void>;
1297
1345
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1298
1346
  setShortcutValue: (type: "month" | "week") => Promise<void>;
@@ -1317,11 +1365,21 @@ declare const _default: import("vue").DefineComponent<{
1317
1365
  type: import("vue").PropType<string | false | HTMLElement>;
1318
1366
  default: string;
1319
1367
  };
1368
+ holidays: {
1369
+ type: import("vue").PropType<Date[]>;
1370
+ default: () => never[];
1371
+ };
1372
+ type: {
1373
+ type: StringConstructor;
1374
+ default: string;
1375
+ };
1320
1376
  }>> & {
1321
1377
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1322
1378
  }, {
1379
+ type: string;
1323
1380
  updateUnchangedValue: boolean;
1324
1381
  to: string | false | HTMLElement;
1382
+ holidays: Date[];
1325
1383
  }>>;
1326
1384
  WidgetValEnums: {
1327
1385
  CUSTOM: string;
@@ -1716,6 +1774,14 @@ declare const _default: import("vue").DefineComponent<{
1716
1774
  type: import("vue").PropType<string | false | HTMLElement>;
1717
1775
  default: string;
1718
1776
  };
1777
+ holidays: {
1778
+ type: import("vue").PropType<Date[]>;
1779
+ default: () => never[];
1780
+ };
1781
+ type: {
1782
+ type: StringConstructor;
1783
+ default: string;
1784
+ };
1719
1785
  }, {
1720
1786
  attrs: {
1721
1787
  [x: string]: unknown;
@@ -1740,6 +1806,14 @@ declare const _default: import("vue").DefineComponent<{
1740
1806
  type: import("vue").PropType<string | false | HTMLElement>;
1741
1807
  default: string;
1742
1808
  };
1809
+ holidays: {
1810
+ type: import("vue").PropType<Date[]>;
1811
+ default: () => never[];
1812
+ };
1813
+ type: {
1814
+ type: StringConstructor;
1815
+ default: string;
1816
+ };
1743
1817
  }>> & {
1744
1818
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1745
1819
  }>>;
@@ -1756,6 +1830,9 @@ declare const _default: import("vue").DefineComponent<{
1756
1830
  blur: () => any;
1757
1831
  handleConfirm: (target: HTMLInputElement) => void;
1758
1832
  onUpdateShow: (show: boolean) => Promise<void>;
1833
+ watchers: import("../../../../../shared/types").AnyFn[];
1834
+ stopWatcher: () => void;
1835
+ setHoliday: (show: boolean) => Promise<void>;
1759
1836
  onConfirm: (...args: any[]) => Promise<void>;
1760
1837
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1761
1838
  setShortcutValue: (type: "month" | "week") => Promise<void>;
@@ -1780,11 +1857,21 @@ declare const _default: import("vue").DefineComponent<{
1780
1857
  type: import("vue").PropType<string | false | HTMLElement>;
1781
1858
  default: string;
1782
1859
  };
1860
+ holidays: {
1861
+ type: import("vue").PropType<Date[]>;
1862
+ default: () => never[];
1863
+ };
1864
+ type: {
1865
+ type: StringConstructor;
1866
+ default: string;
1867
+ };
1783
1868
  }>> & {
1784
1869
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1785
1870
  }, {
1871
+ type: string;
1786
1872
  updateUnchangedValue: boolean;
1787
1873
  to: string | false | HTMLElement;
1874
+ holidays: Date[];
1788
1875
  }>>;
1789
1876
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1790
1877
  componentCfg: {