cnhis-design-vue 3.3.3-beta.64 → 3.3.3-beta.66
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.
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +7 -1
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +7 -1
- package/es/components/button-print/src/utils/print.d.ts +3 -3
- package/es/components/button-print/src/utils/print.js +11 -0
- package/es/components/classification/index.d.ts +506 -4
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +506 -4
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +506 -4
- package/es/components/classification/src/index.vue.d.ts +509 -4
- package/es/components/form-config/index.d.ts +12 -12
- package/es/components/form-config/src/FormConfig.vue.d.ts +12 -12
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +8 -8
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +2 -2
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +0 -2
- package/es/components/iho-chat/src/hooks/useVideo.js +12 -14
- package/es/components/shortcut-setter/index.d.ts +2 -2
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +489 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +8 -2
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +226 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.js +6 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +156 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +238 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +43 -4
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +238 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +45 -4
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +476 -0
- package/es/components/table-filter/src/components/classify-filter/helpers/options.d.ts +5 -1
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +123 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +506 -4
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +11 -5
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +3 -3
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +3 -3
- package/es/components/table-filter/src/types/enums.d.ts +12 -0
- package/es/components/table-filter/src/types/enums.js +13 -1
- package/es/shared/package.json.js +1 -1
- package/package.json +3 -3
package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts
CHANGED
@@ -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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "cnhis-design-vue",
|
3
|
-
"version": "3.3.3-beta.
|
3
|
+
"version": "3.3.3-beta.66",
|
4
4
|
"license": "ISC",
|
5
5
|
"module": "./es/components/index.js",
|
6
6
|
"main": "./es/components/index.js",
|
@@ -57,7 +57,7 @@
|
|
57
57
|
"spark-md5": "^3.0.2",
|
58
58
|
"stompjs": "^2.3.3",
|
59
59
|
"tiny-svg": "^2.2.4",
|
60
|
-
"trtc-sdk-v5": "
|
60
|
+
"trtc-sdk-v5": "5.12.0",
|
61
61
|
"v-viewer": "^3.0.10",
|
62
62
|
"video.js": "^7.19.2",
|
63
63
|
"videojs-contrib-hls": "^5.15.0",
|
@@ -74,5 +74,5 @@
|
|
74
74
|
"iOS 7",
|
75
75
|
"last 3 iOS versions"
|
76
76
|
],
|
77
|
-
"gitHead": "
|
77
|
+
"gitHead": "46407b955b3f963f404a998732fa02b72f446895"
|
78
78
|
}
|