cnhis-design-vue 3.3.3-beta.65 → 3.3.3-beta.67

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 (51) hide show
  1. package/README.md +87 -87
  2. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +7 -1
  3. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +7 -1
  4. package/es/components/button-print/src/utils/print.d.ts +3 -3
  5. package/es/components/button-print/src/utils/print.js +11 -0
  6. package/es/components/classification/index.d.ts +506 -4
  7. package/es/components/classification/src/components/search-filter/index.vue.d.ts +506 -4
  8. package/es/components/classification/src/components/set-classification/index.vue.d.ts +506 -4
  9. package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
  10. package/es/components/classification/src/index.vue.d.ts +509 -4
  11. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +3 -2
  12. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +3 -2
  13. package/es/components/field-set/src/FieldColor.vue.d.ts +4 -4
  14. package/es/components/field-set/src/FieldFilter.vue.d.ts +4 -4
  15. package/es/components/field-set/src/FieldSet.vue.d.ts +5 -5
  16. package/es/components/field-set/src/components/table-row.vue.d.ts +4 -4
  17. package/es/components/form-config/index.d.ts +12 -12
  18. package/es/components/form-config/src/FormConfig.vue.d.ts +12 -12
  19. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +8 -8
  20. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +2 -2
  21. package/es/components/iho-chat/index.d.ts +1 -1
  22. package/es/components/iho-chat/src/Index.vue.d.ts +1 -1
  23. package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
  24. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
  25. package/es/components/iho-chat/src/components/Video.vue.d.ts +1 -1
  26. package/es/components/shortcut-setter/index.d.ts +2 -2
  27. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2 -2
  28. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +489 -0
  29. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +8 -2
  30. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +226 -0
  31. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.js +6 -0
  32. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +156 -0
  33. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +238 -0
  34. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +43 -4
  35. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +238 -0
  36. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +45 -4
  37. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +476 -0
  38. package/es/components/table-filter/src/components/classify-filter/helpers/options.d.ts +5 -1
  39. package/es/components/table-filter/src/components/classify-filter/helpers/options.js +123 -2
  40. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +506 -4
  41. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +11 -5
  42. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +1 -1
  43. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +1 -1
  44. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +1 -1
  45. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +3 -3
  46. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +3 -3
  47. package/es/components/table-filter/src/types/enums.d.ts +12 -0
  48. package/es/components/table-filter/src/types/enums.js +13 -1
  49. package/es/env.d.ts +25 -25
  50. package/es/shared/package.json.js +1 -1
  51. package/package.json +2 -2
@@ -225,7 +225,7 @@ declare const _default: import("vue").DefineComponent<{
225
225
  type: ITypeDate;
226
226
  value: string;
227
227
  placeholder: string;
228
- clearable: boolean;
229
228
  valueFormat: string;
229
+ clearable: boolean;
230
230
  }>;
231
231
  export default _default;
@@ -336,8 +336,8 @@ declare const _default: import("vue").DefineComponent<{
336
336
  type: ITypeDate;
337
337
  value: string;
338
338
  unit: string;
339
- clearable: boolean;
340
339
  valueFormat: string;
340
+ clearable: boolean;
341
341
  startPlaceholder: string;
342
342
  endPlaceholder: string;
343
343
  }>;
@@ -420,8 +420,8 @@ declare const DateInner: import("vue").DefineComponent<{
420
420
  value: string;
421
421
  placeholder: string;
422
422
  unit: string;
423
- clearable: boolean;
424
423
  valueFormat: string;
424
+ clearable: boolean;
425
425
  }>;
426
426
  declare const DateOut: import("vue").DefineComponent<{
427
427
  componentCfg: {
@@ -647,8 +647,8 @@ declare const DateOut: import("vue").DefineComponent<{
647
647
  type: "date" | "datetime";
648
648
  value: string;
649
649
  placeholder: string;
650
- clearable: boolean;
651
650
  valueFormat: string;
651
+ clearable: boolean;
652
652
  }>;
653
653
  declare const DateRangeInner: import("vue").DefineComponent<{
654
654
  componentCfg: {
@@ -985,8 +985,8 @@ declare const DateRangeInner: import("vue").DefineComponent<{
985
985
  type: "date" | "datetime";
986
986
  value: string;
987
987
  unit: string;
988
- clearable: boolean;
989
988
  valueFormat: string;
989
+ clearable: boolean;
990
990
  startPlaceholder: string;
991
991
  endPlaceholder: string;
992
992
  }>;
@@ -735,8 +735,8 @@ export declare const WidgetCfgMaps: Map<string, {
735
735
  value: string;
736
736
  placeholder: string;
737
737
  unit: string;
738
- clearable: boolean;
739
738
  valueFormat: string;
739
+ clearable: boolean;
740
740
  }>;
741
741
  props: {
742
742
  type: string;
@@ -976,8 +976,8 @@ export declare const WidgetCfgMaps: Map<string, {
976
976
  type: "date" | "datetime";
977
977
  value: string;
978
978
  placeholder: string;
979
- clearable: boolean;
980
979
  valueFormat: string;
980
+ clearable: boolean;
981
981
  }>;
982
982
  props: {
983
983
  type: string;
@@ -1328,8 +1328,8 @@ export declare const WidgetCfgMaps: Map<string, {
1328
1328
  type: "date" | "datetime";
1329
1329
  value: string;
1330
1330
  unit: string;
1331
- clearable: boolean;
1332
1331
  valueFormat: string;
1332
+ clearable: boolean;
1333
1333
  startPlaceholder: string;
1334
1334
  endPlaceholder: string;
1335
1335
  }>;
@@ -81,4 +81,16 @@ export declare const WidgetValEnums: {
81
81
  export declare const ConditionEnums: {
82
82
  NULL: string;
83
83
  EQUAL: string;
84
+ NOT_NULL: string;
85
+ NEQ: string;
86
+ BIG: string;
87
+ LESS: string;
88
+ BIGEQ: string;
89
+ LESSEQ: string;
90
+ L_: string;
91
+ N_: string;
92
+ IN_THE_PAST: string;
93
+ IN_THE_FUTURE: string;
94
+ IN_THE_PAST_DI: string;
95
+ IN_THE_FUTURE_DI: string;
84
96
  };
@@ -80,7 +80,19 @@ const WidgetValEnums = {
80
80
  };
81
81
  const ConditionEnums = {
82
82
  NULL: "NULL",
83
- EQUAL: "EQ"
83
+ EQUAL: "EQ",
84
+ NOT_NULL: "NOT_NULL",
85
+ NEQ: "NEQ",
86
+ BIG: "BIG",
87
+ LESS: "LESS",
88
+ BIGEQ: "BIGEQ",
89
+ LESSEQ: "LESSEQ",
90
+ L_: "L_",
91
+ N_: "N_",
92
+ IN_THE_PAST: "IN_THE_PAST",
93
+ IN_THE_FUTURE: "IN_THE_FUTURE",
94
+ IN_THE_PAST_DI: "IN_THE_PAST_DI",
95
+ IN_THE_FUTURE_DI: "IN_THE_FUTURE_DI"
84
96
  };
85
97
 
86
98
  export { ConditionEnums, DataTypeEnums, FieldTypeEnums, MappingMethodEnums, WidgetOptionEnums, WidgetTypeEnums, WidgetValEnums, selectModeEnums };
package/es/env.d.ts CHANGED
@@ -1,25 +1,25 @@
1
- /// <reference types="vite/client" />
2
-
3
- interface ImportMetaEnv {
4
- readonly VITE_APP_TYPE: string;
5
- // 更多环境变量...
6
- }
7
-
8
- interface ImportMeta {
9
- readonly env: ImportMetaEnv;
10
- }
11
-
12
- declare module '*.vue' {
13
- // @ts-ignore
14
- import type { App, defineComponent } from 'vue';
15
- // // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
16
- // // const component: DefineComponent<{}, {}, any>
17
- const component: ReturnType<typeof defineComponent> & {
18
- install(app: App): void;
19
- };
20
- // @ts-ignore
21
- export default component;
22
- }
23
-
24
- declare module '*.js';
25
-
1
+ /// <reference types="vite/client" />
2
+
3
+ interface ImportMetaEnv {
4
+ readonly VITE_APP_TYPE: string;
5
+ // 更多环境变量...
6
+ }
7
+
8
+ interface ImportMeta {
9
+ readonly env: ImportMetaEnv;
10
+ }
11
+
12
+ declare module '*.vue' {
13
+ // @ts-ignore
14
+ import type { App, defineComponent } from 'vue';
15
+ // // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
16
+ // // const component: DefineComponent<{}, {}, any>
17
+ const component: ReturnType<typeof defineComponent> & {
18
+ install(app: App): void;
19
+ };
20
+ // @ts-ignore
21
+ export default component;
22
+ }
23
+
24
+ declare module '*.js';
25
+
@@ -1,5 +1,5 @@
1
1
  var name = "@cnhis-design-vue/shared";
2
- var version = "3.3.3-beta.65";
2
+ var version = "3.3.3-beta.67";
3
3
  var main = "index.ts";
4
4
  var peerDependencies = {
5
5
  "naive-ui": "^2.30.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cnhis-design-vue",
3
- "version": "3.3.3-beta.65",
3
+ "version": "3.3.3-beta.67",
4
4
  "license": "ISC",
5
5
  "module": "./es/components/index.js",
6
6
  "main": "./es/components/index.js",
@@ -74,5 +74,5 @@
74
74
  "iOS 7",
75
75
  "last 3 iOS versions"
76
76
  ],
77
- "gitHead": "621790975365a9ad89a3dccfe078451070dcc76c"
77
+ "gitHead": "0d3b16a90e477c41a401d8753454bfbd52332077"
78
78
  }