cnhis-design-vue 3.1.52-release.4 → 3.1.52

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 (77) hide show
  1. package/README.md +87 -87
  2. package/es/components/body-select/index.d.ts +14 -4
  3. package/es/components/body-select/src/config/index.js +1 -1
  4. package/es/components/body-select/src/hooks/renderCanvas.d.ts +1 -1
  5. package/es/components/body-select/src/hooks/renderCanvas.js +1 -1
  6. package/es/components/body-select/src/index.vue.d.ts +14 -4
  7. package/es/components/body-select/src/index.vue2.js +1 -1
  8. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  9. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  10. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  11. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  12. package/es/components/classification/index.d.ts +16 -12
  13. package/es/components/classification/src/components/search-filter/index.vue.d.ts +16 -12
  14. package/es/components/classification/src/components/set-classification/index.vue.d.ts +16 -12
  15. package/es/components/classification/src/index.vue.d.ts +16 -12
  16. package/es/components/classification/style/index.css +1 -1
  17. package/es/components/date-picker/index.d.ts +5 -5
  18. package/es/components/date-picker/src/DatePicker.vue.d.ts +7 -5
  19. package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
  20. package/es/components/expand-field/src/components/form.vue2.js +1 -1
  21. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
  22. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  23. package/es/components/form-config/index.d.ts +108 -0
  24. package/es/components/form-config/src/FormConfig.vue.d.ts +108 -0
  25. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +36 -0
  26. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +12 -0
  27. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +6 -0
  28. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  29. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  30. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +5 -5
  31. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
  32. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +5 -5
  33. package/es/components/index.css +1 -1
  34. package/es/components/quick-search/index.d.ts +3 -1
  35. package/es/components/quick-search/src/index.vue.d.ts +3 -1
  36. package/es/components/quick-search/src/index.vue2.js +1 -1
  37. package/es/components/quick-search/style/index.css +1 -1
  38. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  39. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  40. package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
  41. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  42. package/es/components/shortcut-setter/index.d.ts +12 -0
  43. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +12 -0
  44. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +3 -0
  45. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +10 -10
  46. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +5 -5
  47. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +6 -5
  48. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +10 -10
  49. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.d.ts +2 -2
  50. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +1 -1
  51. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +16 -12
  52. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
  53. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +5 -5
  54. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +5 -5
  55. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +5 -5
  56. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +5 -5
  57. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +20 -20
  58. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +20 -20
  59. package/es/env.d.ts +25 -25
  60. package/es/shared/assets/img/failure.png.js +1 -1
  61. package/es/shared/assets/img/no-permission.png.js +1 -1
  62. package/es/shared/assets/img/nodata.png.js +1 -1
  63. package/es/shared/assets/img/notfound.png.js +1 -1
  64. package/es/shared/assets/img/qr.png.js +1 -1
  65. package/es/shared/assets/img/success.png.js +1 -1
  66. package/es/shared/assets/img/video.png.js +1 -1
  67. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  68. package/es/shared/assets/img/xb_big.png.js +1 -1
  69. package/es/shared/assets/img/xb_small.png.js +1 -1
  70. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  71. package/es/shared/package.json.js +1 -1
  72. package/es/shared/types/business.d.ts +2 -0
  73. package/es/shared/utils/business.d.ts +1 -1
  74. package/es/shared/utils/business.js +1 -1
  75. package/es/shared/utils/fabricjs/index.d.ts +6823 -0
  76. package/es/shared/utils/tapable/index.d.ts +139 -0
  77. package/package.json +2 -2
@@ -77,7 +77,7 @@ declare const _default: import("vue").DefineComponent<{
77
77
  type: FunctionConstructor;
78
78
  };
79
79
  formattedValue: {
80
- type: StringConstructor;
80
+ type: PropType<(string | [string, string]) | null | undefined>;
81
81
  };
82
82
  placeholder: {
83
83
  type: StringConstructor;
@@ -97,7 +97,7 @@ declare const _default: import("vue").DefineComponent<{
97
97
  type: FunctionConstructor;
98
98
  };
99
99
  formattedValue: {
100
- type: StringConstructor;
100
+ type: PropType<(string | [string, string]) | null | undefined>;
101
101
  };
102
102
  placeholder: {
103
103
  type: StringConstructor;
@@ -112,7 +112,7 @@ declare const _default: import("vue").DefineComponent<{
112
112
  datePickerRef: import("vue").Ref<AnyObject | null>;
113
113
  panelInstRef: import("vue").Ref<null>;
114
114
  placeholderRef: import("vue").Ref<any>;
115
- currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
115
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
116
116
  isDateTime: import("vue").ComputedRef<boolean>;
117
117
  formatRef: import("vue").ComputedRef<string>;
118
118
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -121,7 +121,7 @@ declare const _default: import("vue").DefineComponent<{
121
121
  handleConfirm: (target: HTMLInputElement) => void;
122
122
  onUpdateShow: (show: boolean) => void;
123
123
  onConfirm: (...args: any[]) => Promise<void>;
124
- isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
124
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
125
125
  NDatePicker: any;
126
126
  }, 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<{
127
127
  updateUnchangedValue: {
@@ -131,7 +131,7 @@ declare const _default: import("vue").DefineComponent<{
131
131
  type: FunctionConstructor;
132
132
  };
133
133
  formattedValue: {
134
- type: StringConstructor;
134
+ type: PropType<(string | [string, string]) | null | undefined>;
135
135
  };
136
136
  placeholder: {
137
137
  type: StringConstructor;