cnhis-design-vue 3.2.16-beta.8 → 3.2.17-beta.11
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/ai-chat/src/components/ChatCard.js +1 -1
- package/es/components/base-search/src/index.vue2.js +1 -1
- package/es/components/base-search/style/index.css +1 -1
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/card-reader-sdk/src/cardReaderSDK.d.ts +4 -1
- package/es/components/card-reader-sdk/src/cardReaderSDK.js +1 -1
- package/es/components/card-reader-sdk/src/types/index.d.ts +1 -0
- package/es/components/card-reader-sdk-cn/index.d.ts +96 -0
- package/es/components/card-reader-sdk-cn/index.js +1 -0
- package/es/components/card-reader-sdk-cn/src/henan/index.d.ts +47 -0
- package/es/components/card-reader-sdk-cn/src/henan/index.js +1 -0
- package/es/components/classification/index.d.ts +9 -0
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +9 -0
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +9 -0
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
- package/es/components/classification/src/index.vue.d.ts +9 -0
- package/es/components/expand-field/index.d.ts +28 -1
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +28 -1
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +28 -1
- package/es/components/expand-field/src/components/form.vue.d.ts +28 -1
- package/es/components/expand-field/src/index.vue.d.ts +28 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useGrid.js +1 -1
- package/es/components/fabric-chart/src/interface.d.ts +1 -0
- package/es/components/field-editor/index.d.ts +1011 -0
- package/es/components/field-editor/index.js +1 -0
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +1012 -0
- package/es/components/field-editor/src/FieldEditor.vue.js +1 -0
- package/es/components/field-editor/src/FieldEditor.vue2.js +1 -0
- package/es/components/field-editor/src/fields.d.ts +19 -0
- package/es/components/field-editor/src/fields.js +1 -0
- package/es/components/field-editor/src/types.d.ts +25 -0
- package/es/components/field-editor/src/types.js +1 -0
- package/es/components/field-set/src/utils/index.js +1 -1
- package/es/components/form-config/index.d.ts +147 -24
- package/es/components/form-config/src/FormConfig.vue.d.ts +147 -24
- package/es/components/form-config/src/FormConfig.vue2.js +1 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +8 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +210 -95
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -1
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/text.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +3 -1
- package/es/components/iho-chat/index.d.ts +321 -365
- package/es/components/iho-chat/src/Index.vue.d.ts +321 -365
- package/es/components/iho-chat/src/Index.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +9 -0
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +18 -0
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +18 -0
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +65 -182
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +94 -182
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +9 -0
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +37 -20
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +19 -91
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +1 -1
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +10 -91
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +1 -1
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +18 -0
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +12 -46
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +54 -0
- package/es/components/iho-chat/src/components/SelectLabel.vue.js +1 -0
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +1 -0
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +9 -0
- package/es/components/iho-chat/src/components/Video.vue.d.ts +9 -0
- package/es/components/iho-chat/src/hooks/useData.d.ts +30 -0
- package/es/components/iho-chat/src/hooks/useData.js +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +9 -0
- package/es/components/iho-chat/src/types/index.d.ts +9 -0
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +1 -0
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +3 -0
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -1
- package/es/components/index.js +1 -1
- package/es/components/quick-search/src/index.vue2.js +1 -1
- package/es/components/quick-search/style/index.css +1 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +7 -7
- package/es/components/select-label/index.d.ts +7 -7
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +5 -1
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +1 -1
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +7 -7
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +1 -1
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +5 -1
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +1 -1
- package/es/components/select-label/src/index.vue.d.ts +7 -7
- package/es/components/select-label/src/types/index.d.ts +4 -1
- package/es/components/select-label/style/index.css +1 -1
- package/es/components/select-person/index.d.ts +28 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +15 -1
- package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
- package/es/components/select-person/src/index.vue.d.ts +28 -1
- package/es/components/select-person/src/index.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +2 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +9 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +8 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +9 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +9 -0
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +2 -7
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +8 -0
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +4 -2
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +15 -9
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +15 -9
- package/es/components/table-filter/src/types/index.d.ts +3 -0
- package/es/env.d.ts +25 -25
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
@@ -1251,13 +1251,8 @@ declare const LabelInner: import("vue").DefineComponent<{
|
|
1251
1251
|
categoryList: import("vue").ComputedRef<import("../../../types").IFilterCategoryLabelItemType[]>;
|
1252
1252
|
onResize: (el: HTMLElement, categoryItem: import("../../../types").IFilterCategoryLabelItemType) => void;
|
1253
1253
|
handleLabelUpfold: (categoryItem: import("../../../types").IFilterCategoryLabelItemType) => void;
|
1254
|
-
formatStyle: (item: import("../../../types").IhoFilterTabLabelItemType) =>
|
1255
|
-
|
1256
|
-
borderColor: string;
|
1257
|
-
} | {
|
1258
|
-
background?: undefined;
|
1259
|
-
borderColor?: undefined;
|
1260
|
-
};
|
1254
|
+
formatStyle: (item: import("../../../types").IhoFilterTabLabelItemType, isPic?: boolean) => any;
|
1255
|
+
onHandlePicChange: (item: import("../../../types").IhoFilterTabLabelItemType) => void;
|
1261
1256
|
handleLabelChange: (isSelect: boolean, item: import("../../../types").IhoFilterTabLabelItemType) => void;
|
1262
1257
|
initTagList: () => Promise<void>;
|
1263
1258
|
NTag: any;
|
@@ -1312,6 +1307,15 @@ declare const LabelOut: import("vue").DefineComponent<{
|
|
1312
1307
|
valueCp: import("vue").WritableComputedRef<string[]>;
|
1313
1308
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
1314
1309
|
initTagList: () => Promise<void>;
|
1310
|
+
renderOption: ({ node, option }: {
|
1311
|
+
node: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
1312
|
+
[key: string]: any;
|
1313
|
+
}>;
|
1314
|
+
option: import("naive-ui").SelectOption;
|
1315
|
+
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
1316
|
+
[key: string]: any;
|
1317
|
+
}>;
|
1318
|
+
renderLabel: (option: any) => any;
|
1315
1319
|
NSelect: any;
|
1316
1320
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1317
1321
|
componentCfg: {
|
@@ -1405,9 +1409,10 @@ declare const SelectDynamic: import("vue").DefineComponent<{
|
|
1405
1409
|
baseOptionList: import("vue").Ref<any[]>;
|
1406
1410
|
keywordVal: import("vue").Ref<any>;
|
1407
1411
|
totalPage: import("vue").Ref<number>;
|
1408
|
-
menuProps: {
|
1412
|
+
menuProps: import("vue").Ref<{
|
1409
1413
|
class: string;
|
1410
|
-
|
1414
|
+
id: string;
|
1415
|
+
}>;
|
1411
1416
|
isMultiple: import("vue").ComputedRef<any>;
|
1412
1417
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
1413
1418
|
isShowWhole: import("vue").ComputedRef<any>;
|
@@ -1415,6 +1420,7 @@ declare const SelectDynamic: import("vue").DefineComponent<{
|
|
1415
1420
|
valueCp: import("vue").ComputedRef<string | any[] | null>;
|
1416
1421
|
isForbidRequest: import("vue").ComputedRef<boolean>;
|
1417
1422
|
setOptionActive: (selectIds: string[]) => void;
|
1423
|
+
getUniqueHash: () => string;
|
1418
1424
|
handleUpdateSelect: (value: string[] | null) => void;
|
1419
1425
|
handleUpdatePage: (page: number) => Promise<void>;
|
1420
1426
|
getOptionsData: (keyword: string, curPage: number) => Promise<void>;
|
@@ -186,9 +186,10 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
186
186
|
baseOptionList: import("vue").Ref<any[]>;
|
187
187
|
keywordVal: import("vue").Ref<any>;
|
188
188
|
totalPage: import("vue").Ref<number>;
|
189
|
-
menuProps: {
|
189
|
+
menuProps: import("vue").Ref<{
|
190
190
|
class: string;
|
191
|
-
|
191
|
+
id: string;
|
192
|
+
}>;
|
192
193
|
isMultiple: import("vue").ComputedRef<any>;
|
193
194
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
194
195
|
isShowWhole: import("vue").ComputedRef<any>;
|
@@ -196,6 +197,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
196
197
|
valueCp: import("vue").ComputedRef<string | any[] | null>;
|
197
198
|
isForbidRequest: import("vue").ComputedRef<boolean>;
|
198
199
|
setOptionActive: (selectIds: string[]) => void;
|
200
|
+
getUniqueHash: () => string;
|
199
201
|
handleUpdateSelect: (value: string[] | null) => void;
|
200
202
|
handleUpdatePage: (page: number) => Promise<void>;
|
201
203
|
getOptionsData: (keyword: string, curPage: number) => Promise<void>;
|
@@ -1688,13 +1690,8 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
1688
1690
|
categoryList: import("vue").ComputedRef<import("../../../../../components/table-filter/src/types").IFilterCategoryLabelItemType[]>;
|
1689
1691
|
onResize: (el: HTMLElement, categoryItem: import("../../../../../components/table-filter/src/types").IFilterCategoryLabelItemType) => void;
|
1690
1692
|
handleLabelUpfold: (categoryItem: import("../../../../../components/table-filter/src/types").IFilterCategoryLabelItemType) => void;
|
1691
|
-
formatStyle: (item: import("../../../../../components/table-filter/src/types").IhoFilterTabLabelItemType) =>
|
1692
|
-
|
1693
|
-
borderColor: string;
|
1694
|
-
} | {
|
1695
|
-
background?: undefined;
|
1696
|
-
borderColor?: undefined;
|
1697
|
-
};
|
1693
|
+
formatStyle: (item: import("../../../../../components/table-filter/src/types").IhoFilterTabLabelItemType, isPic?: boolean) => any;
|
1694
|
+
onHandlePicChange: (item: import("../../../../../components/table-filter/src/types").IhoFilterTabLabelItemType) => void;
|
1698
1695
|
handleLabelChange: (isSelect: boolean, item: import("../../../../../components/table-filter/src/types").IhoFilterTabLabelItemType) => void;
|
1699
1696
|
initTagList: () => Promise<void>;
|
1700
1697
|
NTag: any;
|
@@ -1763,6 +1760,15 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
1763
1760
|
valueCp: import("vue").WritableComputedRef<string[]>;
|
1764
1761
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
1765
1762
|
initTagList: () => Promise<void>;
|
1763
|
+
renderOption: ({ node, option }: {
|
1764
|
+
node: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
1765
|
+
[key: string]: any;
|
1766
|
+
}>;
|
1767
|
+
option: import("naive-ui").SelectOption;
|
1768
|
+
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
1769
|
+
[key: string]: any;
|
1770
|
+
}>;
|
1771
|
+
renderLabel: (option: any) => any;
|
1766
1772
|
NSelect: any;
|
1767
1773
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1768
1774
|
componentCfg: {
|
@@ -235,6 +235,9 @@ export type IhoFilterTabLabelItemType = {
|
|
235
235
|
labelShowText: string;
|
236
236
|
backgroundColor: string;
|
237
237
|
isSelect: boolean;
|
238
|
+
fontColor?: string;
|
239
|
+
bsv12?: string;
|
240
|
+
bsv13?: string;
|
238
241
|
};
|
239
242
|
export type IExtendConfigurationType = {
|
240
243
|
_filterApiConfig: any;
|
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 +1 @@
|
|
1
|
-
var e="@cnhis-design-vue/shared",i="3.2.
|
1
|
+
var e="@cnhis-design-vue/shared",i="3.2.17-beta.11",s="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},a={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},d={name:e,version:"3.2.17-beta.11",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,s as main,e as name,n as peerDependencies,i as version};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "cnhis-design-vue",
|
3
|
-
"version": "3.2.
|
3
|
+
"version": "3.2.17-beta.11",
|
4
4
|
"license": "ISC",
|
5
5
|
"module": "./es/components/index.js",
|
6
6
|
"main": "./es/components/index.js",
|
@@ -72,5 +72,5 @@
|
|
72
72
|
"iOS 7",
|
73
73
|
"last 3 iOS versions"
|
74
74
|
],
|
75
|
-
"gitHead": "
|
75
|
+
"gitHead": "158fb108dabad6ab96d0ca408e8eec64bbe23fbe"
|
76
76
|
}
|