cnhis-design-vue 3.2.3-beta.15 → 3.2.3-beta.17

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 (58) hide show
  1. package/es/components/biunique-chat/index.d.ts +21 -2
  2. package/es/components/biunique-chat/src/Index.vue.d.ts +21 -2
  3. package/es/components/biunique-chat/src/Index.vue2.js +1 -1
  4. package/es/components/biunique-chat/src/components/ChatFooter.vue2.js +1 -1
  5. package/es/components/biunique-chat/src/components/ChatHeader.vue.d.ts +2 -0
  6. package/es/components/biunique-chat/src/components/ChatMain.vue.d.ts +5 -2
  7. package/es/components/biunique-chat/src/components/ChatMain.vue2.js +1 -1
  8. package/es/components/biunique-chat/src/components/ChatRecord.vue.d.ts +2 -0
  9. package/es/components/biunique-chat/src/components/MessageTemplate.vue.d.ts +2 -1
  10. package/es/components/biunique-chat/src/components/MessageTemplate.vue2.js +1 -1
  11. package/es/components/biunique-chat/src/components/SiderList.vue2.js +1 -1
  12. package/es/components/biunique-chat/src/hooks/useSession.d.ts +1 -0
  13. package/es/components/biunique-chat/src/hooks/useSession.js +1 -1
  14. package/es/components/biunique-chat/src/utils/index.d.ts +1 -1
  15. package/es/components/biunique-chat/src/utils/index.js +1 -1
  16. package/es/components/biunique-chat/style/index.css +1 -1
  17. package/es/components/calendar/index.d.ts +11 -2
  18. package/es/components/calendar/src/Calendar.vue.d.ts +11 -1
  19. package/es/components/classification/index.d.ts +6 -0
  20. package/es/components/classification/src/components/search-filter/index.vue.d.ts +6 -0
  21. package/es/components/classification/src/components/set-classification/index.vue.d.ts +6 -0
  22. package/es/components/classification/src/index.vue.d.ts +6 -0
  23. package/es/components/date-picker/index.d.ts +2 -0
  24. package/es/components/date-picker/src/DatePicker.vue.d.ts +2 -0
  25. package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
  26. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +1 -1
  27. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +1 -1
  28. package/es/components/field-set/src/FieldColor.vue.d.ts +4 -0
  29. package/es/components/field-set/src/components/condition.vue.d.ts +2 -0
  30. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +4 -0
  31. package/es/components/field-set/src/components/edit-filter.vue.d.ts +2 -0
  32. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +2 -0
  33. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +2 -0
  34. package/es/components/index.css +1 -1
  35. package/es/components/index.js +1 -1
  36. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +2 -0
  37. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +2 -0
  38. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +2 -0
  39. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +2 -0
  40. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +4 -0
  41. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +2 -0
  42. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +2 -0
  43. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +4 -0
  44. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +4 -0
  45. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +2 -0
  46. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +2 -0
  47. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +2 -0
  48. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +2 -0
  49. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +8 -0
  50. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +8 -0
  51. package/es/shared/hooks/index.js +1 -1
  52. package/es/shared/hooks/useDateTime.d.ts +1 -0
  53. package/es/shared/hooks/useDateTime.js +1 -1
  54. package/es/shared/package.json.js +1 -1
  55. package/es/shared/utils/index.d.ts +3 -3
  56. package/package.json +2 -2
  57. package/es/components/node_modules/naive-ui/node_modules/date-fns/docs/logo.svg +0 -26
  58. package/es/components/node_modules/naive-ui/node_modules/date-fns/docs/logotype.svg +0 -1
@@ -1307,6 +1307,7 @@ declare const _default: import("vue").DefineComponent<{
1307
1307
  datePickerRef: import("vue").Ref<AnyObject | null>;
1308
1308
  panelInstRef: import("vue").Ref<null>;
1309
1309
  placeholderRef: import("vue").Ref<any>;
1310
+ oldValue: string;
1310
1311
  currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1311
1312
  isDateTime: import("vue").ComputedRef<boolean>;
1312
1313
  formatRef: import("vue").ComputedRef<string>;
@@ -1317,6 +1318,7 @@ declare const _default: import("vue").DefineComponent<{
1317
1318
  onUpdateShow: (show: boolean) => Promise<void>;
1318
1319
  onConfirm: (...args: any[]) => Promise<void>;
1319
1320
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1321
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
1320
1322
  NDatePicker: any;
1321
1323
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1322
1324
  updateUnchangedValue: {
@@ -1574,6 +1576,7 @@ declare const _default: import("vue").DefineComponent<{
1574
1576
  datePickerRef: import("vue").Ref<AnyObject | null>;
1575
1577
  panelInstRef: import("vue").Ref<null>;
1576
1578
  placeholderRef: import("vue").Ref<any>;
1579
+ oldValue: string;
1577
1580
  currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1578
1581
  isDateTime: import("vue").ComputedRef<boolean>;
1579
1582
  formatRef: import("vue").ComputedRef<string>;
@@ -1584,6 +1587,7 @@ declare const _default: import("vue").DefineComponent<{
1584
1587
  onUpdateShow: (show: boolean) => Promise<void>;
1585
1588
  onConfirm: (...args: any[]) => Promise<void>;
1586
1589
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1590
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
1587
1591
  NDatePicker: any;
1588
1592
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1589
1593
  updateUnchangedValue: {
@@ -129,6 +129,7 @@ declare const _default: import("vue").DefineComponent<{
129
129
  datePickerRef: import("vue").Ref<AnyObject | null>;
130
130
  panelInstRef: import("vue").Ref<null>;
131
131
  placeholderRef: import("vue").Ref<any>;
132
+ oldValue: string;
132
133
  currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
133
134
  isDateTime: import("vue").ComputedRef<boolean>;
134
135
  formatRef: import("vue").ComputedRef<string>;
@@ -139,6 +140,7 @@ declare const _default: import("vue").DefineComponent<{
139
140
  onUpdateShow: (show: boolean) => Promise<void>;
140
141
  onConfirm: (...args: any[]) => Promise<void>;
141
142
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
143
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
142
144
  NDatePicker: any;
143
145
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
144
146
  updateUnchangedValue: {
@@ -847,6 +847,7 @@ declare const _default: import("vue").DefineComponent<{
847
847
  datePickerRef: import("vue").Ref<AnyObject | null>;
848
848
  panelInstRef: import("vue").Ref<null>;
849
849
  placeholderRef: import("vue").Ref<any>;
850
+ oldValue: string;
850
851
  currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
851
852
  isDateTime: import("vue").ComputedRef<boolean>;
852
853
  formatRef: import("vue").ComputedRef<string>;
@@ -857,6 +858,7 @@ declare const _default: import("vue").DefineComponent<{
857
858
  onUpdateShow: (show: boolean) => Promise<void>;
858
859
  onConfirm: (...args: any[]) => Promise<void>;
859
860
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
861
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
860
862
  NDatePicker: any;
861
863
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
862
864
  updateUnchangedValue: {
@@ -1114,6 +1116,7 @@ declare const _default: import("vue").DefineComponent<{
1114
1116
  datePickerRef: import("vue").Ref<AnyObject | null>;
1115
1117
  panelInstRef: import("vue").Ref<null>;
1116
1118
  placeholderRef: import("vue").Ref<any>;
1119
+ oldValue: string;
1117
1120
  currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1118
1121
  isDateTime: import("vue").ComputedRef<boolean>;
1119
1122
  formatRef: import("vue").ComputedRef<string>;
@@ -1124,6 +1127,7 @@ declare const _default: import("vue").DefineComponent<{
1124
1127
  onUpdateShow: (show: boolean) => Promise<void>;
1125
1128
  onConfirm: (...args: any[]) => Promise<void>;
1126
1129
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1130
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
1127
1131
  NDatePicker: any;
1128
1132
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1129
1133
  updateUnchangedValue: {
@@ -227,6 +227,7 @@ declare const _default: import("vue").DefineComponent<{
227
227
  datePickerRef: import("vue").Ref<AnyObject | null>;
228
228
  panelInstRef: import("vue").Ref<null>;
229
229
  placeholderRef: import("vue").Ref<any>;
230
+ oldValue: string;
230
231
  currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
231
232
  isDateTime: import("vue").ComputedRef<boolean>;
232
233
  formatRef: import("vue").ComputedRef<string>;
@@ -237,6 +238,7 @@ declare const _default: import("vue").DefineComponent<{
237
238
  onUpdateShow: (show: boolean) => Promise<void>;
238
239
  onConfirm: (...args: any[]) => Promise<void>;
239
240
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
241
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
240
242
  NDatePicker: any;
241
243
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
242
244
  updateUnchangedValue: {
@@ -68,6 +68,7 @@ declare const _default: import("vue").DefineComponent<{
68
68
  datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
69
69
  panelInstRef: import("vue").Ref<null>;
70
70
  placeholderRef: import("vue").Ref<any>;
71
+ oldValue: string;
71
72
  currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
72
73
  isDateTime: import("vue").ComputedRef<boolean>;
73
74
  formatRef: import("vue").ComputedRef<string>;
@@ -78,6 +79,7 @@ declare const _default: import("vue").DefineComponent<{
78
79
  onUpdateShow: (show: boolean) => Promise<void>;
79
80
  onConfirm: (...args: any[]) => Promise<void>;
80
81
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
82
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
81
83
  NDatePicker: any;
82
84
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
83
85
  updateUnchangedValue: {
@@ -155,6 +155,7 @@ declare const _default: import("vue").DefineComponent<{
155
155
  datePickerRef: import("vue").Ref<AnyObject | null>;
156
156
  panelInstRef: import("vue").Ref<null>;
157
157
  placeholderRef: import("vue").Ref<any>;
158
+ oldValue: string;
158
159
  currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
159
160
  isDateTime: import("vue").ComputedRef<boolean>;
160
161
  formatRef: import("vue").ComputedRef<string>;
@@ -165,6 +166,7 @@ declare const _default: import("vue").DefineComponent<{
165
166
  onUpdateShow: (show: boolean) => Promise<void>;
166
167
  onConfirm: (...args: any[]) => Promise<void>;
167
168
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
169
+ setShortcutValue: (type: "month" | "week") => Promise<void>;
168
170
  NDatePicker: any;
169
171
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
170
172
  updateUnchangedValue: {