cnhis-design-vue 3.2.16-beta.8 → 3.2.17-release.0

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 (97) hide show
  1. package/es/components/base-search/style/index.css +1 -1
  2. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
  3. package/es/components/card-reader-sdk-cn/index.d.ts +18 -0
  4. package/es/components/card-reader-sdk-cn/index.js +1 -0
  5. package/es/components/card-reader-sdk-cn/src/henan/index.d.ts +17 -0
  6. package/es/components/card-reader-sdk-cn/src/henan/index.js +1 -0
  7. package/es/components/classification/index.d.ts +9 -0
  8. package/es/components/classification/src/components/search-filter/index.vue.d.ts +9 -0
  9. package/es/components/classification/src/components/set-classification/index.vue.d.ts +9 -0
  10. package/es/components/classification/src/index.vue.d.ts +9 -0
  11. package/es/components/expand-field/index.d.ts +28 -1
  12. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +28 -1
  13. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +28 -1
  14. package/es/components/expand-field/src/components/form.vue.d.ts +28 -1
  15. package/es/components/expand-field/src/index.vue.d.ts +28 -1
  16. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  17. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  18. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  19. package/es/components/fabric-chart/src/hooks/useGrid.js +1 -1
  20. package/es/components/fabric-chart/src/interface.d.ts +1 -0
  21. package/es/components/form-config/index.d.ts +147 -24
  22. package/es/components/form-config/src/FormConfig.vue.d.ts +147 -24
  23. package/es/components/form-config/src/FormConfig.vue2.js +1 -1
  24. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +8 -0
  25. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +210 -95
  26. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -1
  27. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  28. package/es/components/form-render/src/components/renderer/text.js +1 -1
  29. package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
  30. package/es/components/form-render/src/types/fieldItem.d.ts +3 -1
  31. package/es/components/iho-chat/index.d.ts +321 -365
  32. package/es/components/iho-chat/src/Index.vue.d.ts +321 -365
  33. package/es/components/iho-chat/src/Index.vue2.js +1 -1
  34. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +9 -0
  35. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +18 -0
  36. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +18 -0
  37. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +65 -182
  38. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +1 -1
  39. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +94 -182
  40. package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
  41. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +9 -0
  42. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +37 -20
  43. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +1 -1
  44. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +19 -91
  45. package/es/components/iho-chat/src/components/ChatSet.vue2.js +1 -1
  46. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +10 -91
  47. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +1 -1
  48. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +18 -0
  49. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +12 -46
  50. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
  51. package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +54 -0
  52. package/es/components/iho-chat/src/components/SelectLabel.vue.js +1 -0
  53. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +1 -0
  54. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +9 -0
  55. package/es/components/iho-chat/src/components/Video.vue.d.ts +9 -0
  56. package/es/components/iho-chat/src/hooks/useData.d.ts +30 -0
  57. package/es/components/iho-chat/src/hooks/useData.js +1 -1
  58. package/es/components/iho-chat/src/hooks/useVideo.d.ts +9 -0
  59. package/es/components/iho-chat/src/types/index.d.ts +9 -0
  60. package/es/components/iho-chat/style/index.css +1 -1
  61. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +1 -0
  62. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +1 -1
  63. package/es/components/iho-table/src/types/index.d.ts +3 -0
  64. package/es/components/index.css +1 -1
  65. package/es/components/quick-search/style/index.css +1 -1
  66. package/es/components/scale-view/src/hooks/use-component.d.ts +7 -7
  67. package/es/components/select-label/index.d.ts +7 -7
  68. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +5 -1
  69. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +1 -1
  70. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +7 -7
  71. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +1 -1
  72. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +5 -1
  73. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +1 -1
  74. package/es/components/select-label/src/index.vue.d.ts +7 -7
  75. package/es/components/select-label/src/types/index.d.ts +4 -1
  76. package/es/components/select-label/style/index.css +1 -1
  77. package/es/components/select-person/index.d.ts +28 -1
  78. package/es/components/select-person/src/SelectPerson.vue.d.ts +15 -1
  79. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  80. package/es/components/select-person/src/index.vue.d.ts +28 -1
  81. package/es/components/select-person/src/index.vue2.js +1 -1
  82. package/es/components/shortcut-setter/index.d.ts +2 -0
  83. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2 -0
  84. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +9 -0
  85. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +8 -0
  86. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -1
  87. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +9 -0
  88. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +9 -0
  89. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +2 -7
  90. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
  91. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +8 -0
  92. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -1
  93. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +11 -7
  94. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +11 -7
  95. package/es/components/table-filter/src/types/index.d.ts +3 -0
  96. package/es/shared/package.json.js +1 -1
  97. package/package.json +2 -2
@@ -110,6 +110,9 @@ declare const _default: import("vue").DefineComponent<{
110
110
  uncheckableField: {
111
111
  type: StringConstructor;
112
112
  };
113
+ onlyForwardCascade: {
114
+ type: BooleanConstructor;
115
+ };
113
116
  }, {
114
117
  $attrs: {
115
118
  [x: string]: unknown;
@@ -205,6 +208,9 @@ declare const _default: import("vue").DefineComponent<{
205
208
  uncheckableField: {
206
209
  type: StringConstructor;
207
210
  };
211
+ onlyForwardCascade: {
212
+ type: BooleanConstructor;
213
+ };
208
214
  }>> & {
209
215
  onCheck?: ((...args: any[]) => any) | undefined;
210
216
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -659,6 +665,9 @@ declare const _default: import("vue").DefineComponent<{
659
665
  uncheckableField: {
660
666
  type: StringConstructor;
661
667
  };
668
+ onlyForwardCascade: {
669
+ type: BooleanConstructor;
670
+ };
662
671
  }, {
663
672
  searchFilterBase: {
664
673
  isOpen: boolean;
@@ -763,6 +772,9 @@ declare const _default: import("vue").DefineComponent<{
763
772
  uncheckableField: {
764
773
  type: StringConstructor;
765
774
  };
775
+ onlyForwardCascade: {
776
+ type: BooleanConstructor;
777
+ };
766
778
  }>> & {}>>;
767
779
  emit: any;
768
780
  keyword: import("vue").Ref<string>;
@@ -847,7 +859,11 @@ declare const _default: import("vue").DefineComponent<{
847
859
  key: string | number;
848
860
  }[];
849
861
  setTagData: (tree: TreeOption[]) => void;
850
- updateTreeChecked: (keys: (string | number)[]) => void;
862
+ getFlattenKeys: (tree: TreeOption[]) => any[];
863
+ updateTreeChecked: (keys: (string | number)[], _: any, meta: {
864
+ node: TreeOption | null;
865
+ action: "check" | "uncheck";
866
+ }) => void;
851
867
  setCheckedAll: () => void;
852
868
  clearAll: () => void;
853
869
  closeTag: (tag: {
@@ -1189,6 +1205,9 @@ declare const _default: import("vue").DefineComponent<{
1189
1205
  uncheckableField: {
1190
1206
  type: StringConstructor;
1191
1207
  };
1208
+ onlyForwardCascade: {
1209
+ type: BooleanConstructor;
1210
+ };
1192
1211
  }>>, {
1193
1212
  data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
1194
1213
  defaultList: ((string | number) | {
@@ -1221,6 +1240,7 @@ declare const _default: import("vue").DefineComponent<{
1221
1240
  roleData: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
1222
1241
  roleFields: Record<string, any>;
1223
1242
  forceShowSelectAll: boolean;
1243
+ onlyForwardCascade: boolean;
1224
1244
  }>>;
1225
1245
  getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1226
1246
  defaultList: {
@@ -1313,6 +1333,9 @@ declare const _default: import("vue").DefineComponent<{
1313
1333
  uncheckableField: {
1314
1334
  type: StringConstructor;
1315
1335
  };
1336
+ onlyForwardCascade: {
1337
+ type: BooleanConstructor;
1338
+ };
1316
1339
  }>> & {
1317
1340
  onCheck?: ((...args: any[]) => any) | undefined;
1318
1341
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1412,6 +1435,9 @@ declare const _default: import("vue").DefineComponent<{
1412
1435
  uncheckableField: {
1413
1436
  type: StringConstructor;
1414
1437
  };
1438
+ onlyForwardCascade: {
1439
+ type: BooleanConstructor;
1440
+ };
1415
1441
  }>> & {
1416
1442
  onCheck?: ((...args: any[]) => any) | undefined;
1417
1443
  onCheckWithLevel?: ((...args: any[]) => any) | undefined;
@@ -1437,5 +1463,6 @@ declare const _default: import("vue").DefineComponent<{
1437
1463
  switchTypeData: AnyObject;
1438
1464
  tagProps: AnyObject;
1439
1465
  forceShowSelectAll: boolean;
1466
+ onlyForwardCascade: boolean;
1440
1467
  }>;
1441
1468
  export default _default;
@@ -1 +1 @@
1
- import{defineComponent as e,useAttrs as t,ref as l,computed as a,provide as o,openBlock as r,createBlock as n,resolveDynamicComponent as d,unref as u,mergeProps as i,withCtx as c,createCommentVNode as p,renderSlot as y,normalizeProps as s,guardReactiveProps as f}from"vue";import{InjectionSelectPersonEmits as h}from"./constants/index.js";import g from"./SelectPersonType.vue.js";import w from"./SelectPerson.vue.js";var v,m,b=e({__name:"index",props:{defaultList:{type:Array,default:()=>[]},data:{type:Array,default:()=>[]},searchPlaceholder:{type:String,default:(null==(v=window.getLanguageByCode)?void 0:v.call(window,"10010.1.508"))||"输入关键字搜索"},searchButtonText:{type:String,default:(null==(m=window.getLanguageByCode)?void 0:m.call(window,"10010.1.36"))||"搜索"},wordbook:{type:Object,default:()=>({})},wordbookChild:{type:Object,default:()=>({})},showCount:{type:Boolean,default:!0},showClear:{type:Boolean,default:!0},multiple:{type:Boolean,default:!0},searchInner:{type:Boolean,default:!1},searchFilter:{type:Object,default:()=>({})},treeSetting:{type:Object,default:()=>({})},queryLoadChildData:{type:Function,default:void 0},queryTreeSearch:{type:Function,default:()=>Promise.resolve([])},showSelectType:{type:Boolean,default:!1},roleData:{type:Array,default:()=>[]},roleFields:{type:Object,default:()=>({label:"name",key:"id",children:"children"})},switchTypeProps:{type:Array,default:()=>[]},switchTypeData:{type:Object,default:()=>({})},tagProps:{type:Object,default:()=>({})},forceShowSelectAll:{type:Boolean},uncheckableField:{type:String}},emits:["check","checkWithLevel"],setup(e,{expose:v,emit:m}){const b=e,j=t(),S=l(),k=a((()=>{var e;return(null==(e=b.switchTypeProps)?void 0:e.length)>0?g:w})),B=a((()=>Object.assign({},b,j)));o(h,(function(e,...t){m(e,...t)}));return v({getCheckWithLevel:()=>{var e;return null==(e=S.value)?void 0:e.getCheckWithLevel()}}),(e,t)=>(r(),n(d(u(k)),i({ref_key:"selectPersonRef",ref:S},u(B)),{tag:c((t=>[p(" 标签插槽 "),y(e.$slots,"tag",s(f(t)))])),_:3},16))}});export{b as default};
1
+ import{defineComponent as e,useAttrs as t,ref as l,computed as a,provide as o,openBlock as r,createBlock as n,resolveDynamicComponent as d,unref as u,mergeProps as i,withCtx as c,createCommentVNode as p,renderSlot as y,normalizeProps as s,guardReactiveProps as f}from"vue";import{InjectionSelectPersonEmits as h}from"./constants/index.js";import w from"./SelectPersonType.vue.js";import g from"./SelectPerson.vue.js";var v,m,b=e({__name:"index",props:{defaultList:{type:Array,default:()=>[]},data:{type:Array,default:()=>[]},searchPlaceholder:{type:String,default:(null==(v=window.getLanguageByCode)?void 0:v.call(window,"10010.1.508"))||"输入关键字搜索"},searchButtonText:{type:String,default:(null==(m=window.getLanguageByCode)?void 0:m.call(window,"10010.1.36"))||"搜索"},wordbook:{type:Object,default:()=>({})},wordbookChild:{type:Object,default:()=>({})},showCount:{type:Boolean,default:!0},showClear:{type:Boolean,default:!0},multiple:{type:Boolean,default:!0},searchInner:{type:Boolean,default:!1},searchFilter:{type:Object,default:()=>({})},treeSetting:{type:Object,default:()=>({})},queryLoadChildData:{type:Function,default:void 0},queryTreeSearch:{type:Function,default:()=>Promise.resolve([])},showSelectType:{type:Boolean,default:!1},roleData:{type:Array,default:()=>[]},roleFields:{type:Object,default:()=>({label:"name",key:"id",children:"children"})},switchTypeProps:{type:Array,default:()=>[]},switchTypeData:{type:Object,default:()=>({})},tagProps:{type:Object,default:()=>({})},forceShowSelectAll:{type:Boolean},uncheckableField:{type:String},onlyForwardCascade:{type:Boolean}},emits:["check","checkWithLevel"],setup(e,{expose:v,emit:m}){const b=e,j=t(),B=l(),S=a((()=>{var e;return(null==(e=b.switchTypeProps)?void 0:e.length)>0?w:g})),k=a((()=>Object.assign({},b,j)));o(h,(function(e,...t){m(e,...t)}));return v({getCheckWithLevel:()=>{var e;return null==(e=B.value)?void 0:e.getCheckWithLevel()}}),(e,t)=>(r(),n(d(u(S)),i({ref_key:"selectPersonRef",ref:B},u(k)),{tag:c((t=>[p(" 标签插槽 "),y(e.$slots,"tag",s(f(t)))])),_:3},16))}});export{b as default};
@@ -200,6 +200,8 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
200
200
  linebarDirection?: "horizontal" | "vertical" | undefined;
201
201
  linebarTextDirection?: "horizontal" | "vertical" | undefined;
202
202
  labelColor?: string | undefined;
203
+ fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
204
+ fieldTitleColor?: string | undefined;
203
205
  fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
204
206
  content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
205
207
  lazyRequest?: boolean | undefined;
@@ -203,6 +203,8 @@ declare const _default: import("vue").DefineComponent<{
203
203
  linebarDirection?: "horizontal" | "vertical" | undefined;
204
204
  linebarTextDirection?: "horizontal" | "vertical" | undefined;
205
205
  labelColor?: string | undefined;
206
+ fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
207
+ fieldTitleColor?: string | undefined;
206
208
  fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
207
209
  content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
208
210
  lazyRequest?: boolean | undefined;
@@ -1007,6 +1007,15 @@ declare const _default: import("vue").DefineComponent<{
1007
1007
  valueCp: import("vue").WritableComputedRef<string[]>;
1008
1008
  optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
1009
1009
  initTagList: () => Promise<void>;
1010
+ renderOption: ({ node, option }: {
1011
+ node: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1012
+ [key: string]: any;
1013
+ }>;
1014
+ option: import("naive-ui").SelectOption;
1015
+ }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1016
+ [key: string]: any;
1017
+ }>;
1018
+ renderLabel: (option: any) => any;
1010
1019
  NSelect: any;
1011
1020
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1012
1021
  paramCfg: {
@@ -1,3 +1,4 @@
1
+ import type { VNode } from 'vue';
1
2
  import { SelectOption } from 'naive-ui';
2
3
  declare const _default: import("vue").DefineComponent<{
3
4
  paramCfg: {
@@ -29,6 +30,13 @@ declare const _default: import("vue").DefineComponent<{
29
30
  valueCp: import("vue").WritableComputedRef<string[]>;
30
31
  optionList: import("vue").ComputedRef<SelectOption[]>;
31
32
  initTagList: () => Promise<void>;
33
+ renderOption: ({ node, option }: {
34
+ node: VNode;
35
+ option: SelectOption;
36
+ }) => VNode<import("vue").RendererNode, import("vue").RendererElement, {
37
+ [key: string]: any;
38
+ }>;
39
+ renderLabel: (option: any) => any;
32
40
  NSelect: any;
33
41
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
34
42
  paramCfg: {
@@ -1 +1 @@
1
- import{defineComponent as e,ref as l,inject as a,computed as t,openBlock as o,createBlock as u,unref as s,isRef as r}from"vue";import{useMessage as n,NSelect as i}from"naive-ui";import p from"../../../hooks/useAsyncData.js";import{InjectionFilterApiConfig as m}from"../../../constants/index.js";var c=e({__name:"SelectLabel",props:{paramCfg:{type:Object,default:null},modelValue:{type:String,default:null}},emits:["update:modelValue"],setup(e,{emit:c}){const f=e,{getDynamicLabelData:d}=p(),v=n(),b=l([]),h=a(m),y=t({set(e){const l=e?e.join("|#|"):e;c("update:modelValue",l)},get:()=>f.modelValue?f.modelValue.split("|#|"):[]}),g=t((()=>{if(b.value&&b.value.length>0){let e=[],l=[];return b.value.forEach((a=>{a.labelList.forEach((a=>{e.includes(a.labelShowText)||(e.push(a.labelShowText),l.push({label:a.labelShowText,value:a.labelShowText}))}))})),l}return[]}));return(async()=>{try{const{defaultValue:e={}}=f.paramCfg._rawData,{classifyStr:l=""}=e;let a=await d({classifyStr:l},h);if(a){const{list:e=[]}=a;b.value=e}}catch(e){v.error(`获取标签数据请求失败:${e}`),console.log(e)}})(),(e,l)=>(o(),u(s(i),{to:"body",multiple:"",clearable:"",filterable:"",maxTagCount:"responsive",value:s(y),"onUpdate:value":l[0]||(l[0]=e=>r(y)?y.value=e:null),options:s(g),style:{width:"200px"}},null,8,["value","options"]))}});export{c as default};
1
+ import{defineComponent as e,ref as l,inject as a,computed as t,openBlock as o,createBlock as s,unref as r,isRef as u,h as n}from"vue";import{useMessage as i,NSelect as p,NTooltip as b}from"naive-ui";import d from"../../../hooks/useAsyncData.js";import{InjectionFilterApiConfig as m}from"../../../constants/index.js";var c=e({__name:"SelectLabel",props:{paramCfg:{type:Object,default:null},modelValue:{type:String,default:null}},emits:["update:modelValue"],setup(e,{emit:c}){const v=e,{getDynamicLabelData:f}=d(),h=i(),y=l([]),g=a(m),x=t({set(e){const l=e?e.join("|#|"):e;c("update:modelValue",l)},get:()=>v.modelValue?v.modelValue.split("|#|"):[]}),S=t((()=>{if(y.value&&y.value.length>0){let e=[],l=[];return y.value.forEach((a=>{a.labelList.forEach((a=>{e.includes(a.labelShowText)||(e.push(a.labelShowText),l.push({label:a.labelShowText,value:a.labelShowText,bsv12:a.bsv12,bsv13:a.bsv13}))}))})),l}return[]})),w=({node:e,option:l})=>n(b,{to:"body"},{trigger:()=>e,default:()=>l.label}),V=e=>"2"==e.bsv12?n("img",{src:e.bsv13||"",alt:e.label,style:{height:"28px",display:"block"}}):e.label;return(async()=>{try{const{defaultValue:e={}}=v.paramCfg._rawData,{classifyStr:l=""}=e;let a=await f({classifyStr:l},g);if(a){const{list:e=[]}=a;y.value=e}}catch(e){h.error(`获取标签数据请求失败:${e}`),console.log(e)}})(),(e,l)=>(o(),s(r(p),{to:"body",multiple:"",clearable:"",filterable:"",maxTagCount:"responsive",value:r(x),"onUpdate:value":l[0]||(l[0]=e=>u(x)?x.value=e:null),options:r(S),style:{width:"200px"},renderOption:w,renderLabel:V},null,8,["value","options"]))}});export{c as default};
@@ -964,6 +964,15 @@ declare const SelectLabel: import("vue").DefineComponent<{
964
964
  valueCp: import("vue").WritableComputedRef<string[]>;
965
965
  optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
966
966
  initTagList: () => Promise<void>;
967
+ renderOption: ({ node, option }: {
968
+ node: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
969
+ [key: string]: any;
970
+ }>;
971
+ option: import("naive-ui").SelectOption;
972
+ }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
973
+ [key: string]: any;
974
+ }>;
975
+ renderLabel: (option: any) => any;
967
976
  NSelect: any;
968
977
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
969
978
  paramCfg: {
@@ -1131,6 +1131,15 @@ declare const _default: import("vue").DefineComponent<{
1131
1131
  valueCp: import("vue").WritableComputedRef<string[]>;
1132
1132
  optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
1133
1133
  initTagList: () => Promise<void>;
1134
+ renderOption: ({ node, option }: {
1135
+ node: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1136
+ [key: string]: any;
1137
+ }>;
1138
+ option: import("naive-ui").SelectOption;
1139
+ }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1140
+ [key: string]: any;
1141
+ }>;
1142
+ renderLabel: (option: any) => any;
1134
1143
  NSelect: any;
1135
1144
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1136
1145
  paramCfg: {
@@ -31,13 +31,8 @@ declare const _default: import("vue").DefineComponent<{
31
31
  categoryList: import("vue").ComputedRef<IFilterCategoryLabelItemType[]>;
32
32
  onResize: (el: HTMLElement, categoryItem: IFilterCategoryLabelItemType) => void;
33
33
  handleLabelUpfold: (categoryItem: IFilterCategoryLabelItemType) => void;
34
- formatStyle: (item: IhoFilterTabLabelItemType) => {
35
- background: string;
36
- borderColor: string;
37
- } | {
38
- background?: undefined;
39
- borderColor?: undefined;
40
- };
34
+ formatStyle: (item: IhoFilterTabLabelItemType, isPic?: boolean) => any;
35
+ onHandlePicChange: (item: IhoFilterTabLabelItemType) => void;
41
36
  handleLabelChange: (isSelect: boolean, item: IhoFilterTabLabelItemType) => void;
42
37
  initTagList: () => Promise<void>;
43
38
  NTag: any;
@@ -1 +1 @@
1
- import{defineComponent as e,ref as l,inject as t,watch as o,computed as a,openBlock as n,createElementBlock as s,Fragment as i,renderList as c,unref as d,createElementVNode as r,toDisplayString as u,normalizeClass as p,withDirectives as f,createBlock as m,normalizeStyle as v,withCtx as b,createVNode as g,withModifiers as h,createCommentVNode as w}from"vue";import{useMessage as y,NTag as k,NTooltip as S,NIcon as C}from"naive-ui";import{ChevronUpCircleOutline as x,ChevronDownCircleOutline as L}from"@vicons/ionicons5";import U from"../../../directive/resize.js";import B from"../../../hooks/useAsyncData.js";import{InjectionFilterApiConfig as j}from"../../../constants/index.js";import{isString as T}from"lodash-es";var _,z;const D={class:"label-attr-filter-container"},I={class:"edit-f-label"},A={class:"label-f-content"},H={key:0,class:"label-f-unfold-btn"},N=["onClick"],O=r("span",null,(null==(_=window.getLanguageByCode)?void 0:_.call(window,"10010.1.388"))||"收起",-1),$=r("span",null,(null==(z=window.getLanguageByCode)?void 0:z.call(window,"10010.1.389"))||"展开",-1);var q=e({__name:"LabelInner",props:{componentCfg:{type:Object},value:{type:String,default:""}},emits:["update:value"],setup(e,{emit:_}){const z=e,{getDynamicLabelData:q}=B(),E=y(),F="rgb(85, 133, 245)",G=l([]),J=l([]),K=t(j);o((()=>z.value),(e=>{const l=e&&T(e)?e.split("|#|"):[];G.value=l}),{immediate:!0});const M=a((()=>J.value&&J.value.length>0?J.value.map((e=>(e.labelList.map((e=>{e.isSelect=G.value.includes(e.labelShowText)})),e))):[])),P=e=>e.isSelect?{background:e.backgroundColor||F,borderColor:e.backgroundColor||F}:{};return(async()=>{try{const{widgetCfg:e={}}=z.componentCfg,{classifyStr:l=""}=e;let t=await q({classifyStr:l},K);if(t){const{list:e=[]}=t;J.value=e}}catch(e){E.error(`获取标签数据请求失败:${e}`),console.log(e)}})(),(e,l)=>(n(),s("div",D,[(n(!0),s(i,null,c(d(M),(e=>(n(),s("div",{class:"edit-labels-content",key:e.classifyId},[r("span",I,u(e.classifyName)+":",1),r("div",{class:p(["edit-f-content",{"label-select-height":!e.isUnfold&&e.labelList&&e.isShowBtn}])},[f((n(),s("div",A,[(n(!0),s(i,null,c(e.labelList,(e=>(n(),m(d(k),{checkable:"",key:e.labelCode,checked:e.isSelect,"onUpdate:checked":l=>((e,l)=>{if(l.isSelect=e,e)G.value.push(l.labelShowText);else{const e=G.value.findIndex((e=>e===l.labelShowText));e>-1&&G.value.splice(e,1)}_("update:value",G.value.join("|#|"))})(l,e),style:v(P(e))},{default:b((()=>[g(d(S),{placement:"top-start",duration:0},{trigger:b((()=>[r("span",null,u(e.labelShowText),1)])),default:b((()=>[r("span",null,u(e.labelShowText),1)])),_:2},1024)])),_:2},1032,["checked","onUpdate:checked","style"])))),128))])),[[d(U),l=>((e,l)=>{let t=e.offsetHeight||0;t&&(t>80?l.isShowBtn=!0:(l.isShowBtn=!1,l.isUnfold=!1))})(l,e)]])],2),e.labelList&&e.isShowBtn?(n(),s("div",H,[r("span",{class:"operate-btn",onClick:h((l=>(e=>{e.isUnfold=!e.isUnfold})(e)),["stop"])},[e.isUnfold?(n(),s(i,{key:0},[O,g(d(C),{component:d(x),size:"16"},null,8,["component"])],64)):(n(),s(i,{key:1},[$,g(d(C),{component:d(L),size:"16"},null,8,["component"])],64))],8,N)])):w("v-if",!0)])))),128))]))}});export{q as default};
1
+ import{defineComponent as e,ref as l,inject as t,watch as o,computed as n,openBlock as a,createElementBlock as s,Fragment as i,renderList as c,unref as r,createElementVNode as d,toDisplayString as u,normalizeClass as p,withDirectives as f,createBlock as b,normalizeStyle as v,withCtx as m,createVNode as g,createCommentVNode as h,withModifiers as y}from"vue";import{useMessage as w,NTag as k,NTooltip as S,NIcon as C}from"naive-ui";import{ChevronUpCircleOutline as x,ChevronDownCircleOutline as L}from"@vicons/ionicons5";import T from"../../../directive/resize.js";import U from"../../../hooks/useAsyncData.js";import{InjectionFilterApiConfig as B}from"../../../constants/index.js";import{isString as j}from"lodash-es";var _,I;const z={class:"label-attr-filter-container"},D={class:"edit-f-label"},A={class:"label-f-content"},H=["src","onClick"],N={key:0,class:"label-f-unfold-btn"},O=["onClick"],$=d("span",null,(null==(_=window.getLanguageByCode)?void 0:_.call(window,"10010.1.388"))||"收起",-1),q=d("span",null,(null==(I=window.getLanguageByCode)?void 0:I.call(window,"10010.1.389"))||"展开",-1);var E=e({__name:"LabelInner",props:{componentCfg:{type:Object},value:{type:String,default:""}},emits:["update:value"],setup(e,{emit:_}){const I=e,{getDynamicLabelData:E}=U(),F=w(),G="rgb(85, 133, 245)",J=l([]),K=l([]),M=t(B);o((()=>I.value),(e=>{const l=e&&j(e)?e.split("|#|"):[];J.value=l}),{immediate:!0});const P=n((()=>K.value&&K.value.length>0?K.value.map((e=>(e.labelList.map((e=>{e.isSelect=J.value.includes(e.labelShowText)})),e))):[])),Q=(e,l=!1)=>{const t={borderColor:e.backgroundColor||G};return l||(t.background=e.backgroundColor||G),e.fontColor&&(t.color=e.fontColor),e.isSelect?t:{}},R=(e,l)=>{if(l.isSelect=e,e)J.value.push(l.labelShowText);else{const e=J.value.findIndex((e=>e===l.labelShowText));e>-1&&J.value.splice(e,1)}_("update:value",J.value.join("|#|"))};return(async()=>{try{const{widgetCfg:e={}}=I.componentCfg,{classifyStr:l=""}=e;let t=await E({classifyStr:l},M);if(t){const{list:e=[]}=t;K.value=e}}catch(e){F.error(`获取标签数据请求失败:${e}`),console.log(e)}})(),(e,l)=>(a(),s("div",z,[(a(!0),s(i,null,c(r(P),(e=>(a(),s("div",{class:"edit-labels-content",key:e.classifyId},[d("span",D,u(e.classifyName)+":",1),d("div",{class:p(["edit-f-content",{"label-select-height":!e.isUnfold&&e.labelList&&e.isShowBtn}])},[f((a(),s("div",A,[(a(!0),s(i,null,c(e.labelList,(e=>(a(),s(i,{key:e.labelCode},["1"!=e.bsv12&&e.bsv12?"2"==e.bsv12?(a(),b(r(S),{key:1,placement:"top-start",duration:0},{trigger:m((()=>[d("img",{class:"label-img",src:e.bsv13,alt:"",style:v(Q(e,!0)),onClick:l=>(e=>{const l=J.value.findIndex((l=>l===e.labelShowText));R(!(l>-1),e)})(e)},null,12,H)])),default:m((()=>[d("span",null,u(e.labelShowText),1)])),_:2},1024)):h("v-if",!0):(a(),b(r(k),{key:0,checkable:"",checked:e.isSelect,"onUpdate:checked":l=>R(l,e),style:v(Q(e))},{default:m((()=>[g(r(S),{placement:"top-start",duration:0},{trigger:m((()=>[d("span",null,u(e.labelShowText),1)])),default:m((()=>[d("span",null,u(e.labelShowText),1)])),_:2},1024)])),_:2},1032,["checked","onUpdate:checked","style"]))],64)))),128))])),[[r(T),l=>((e,l)=>{let t=e.offsetHeight||0;t&&(t>80?l.isShowBtn=!0:(l.isShowBtn=!1,l.isUnfold=!1))})(l,e)]])],2),e.labelList&&e.isShowBtn?(a(),s("div",N,[d("span",{class:"operate-btn",onClick:y((l=>(e=>{e.isUnfold=!e.isUnfold})(e)),["stop"])},[e.isUnfold?(a(),s(i,{key:0},[$,g(r(C),{component:r(x),size:"16"},null,8,["component"])],64)):(a(),s(i,{key:1},[q,g(r(C),{component:r(L),size:"16"},null,8,["component"])],64))],8,O)])):h("v-if",!0)])))),128))]))}});export{E as default};
@@ -1,4 +1,5 @@
1
1
  import { PropType } from 'vue';
2
+ import type { VNode } from 'vue';
2
3
  import { SelectOption } from 'naive-ui';
3
4
  import { AnyObject } from '../../../../../../shared/types';
4
5
  declare const _default: import("vue").DefineComponent<{
@@ -32,6 +33,13 @@ declare const _default: import("vue").DefineComponent<{
32
33
  valueCp: import("vue").WritableComputedRef<string[]>;
33
34
  optionList: import("vue").ComputedRef<SelectOption[]>;
34
35
  initTagList: () => Promise<void>;
36
+ renderOption: ({ node, option }: {
37
+ node: VNode;
38
+ option: SelectOption;
39
+ }) => VNode<import("vue").RendererNode, import("vue").RendererElement, {
40
+ [key: string]: any;
41
+ }>;
42
+ renderLabel: (option: any) => any;
35
43
  NSelect: any;
36
44
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
37
45
  componentCfg: {
@@ -1 +1 @@
1
- import{defineComponent as e,useAttrs as t,ref as a,inject as l,computed as o,openBlock as u,createBlock as s,unref as n,mergeProps as r,isRef as i}from"vue";import{useMessage as p,NSelect as c}from"naive-ui";import v from"../../../hooks/useAsyncData.js";import{InjectionFilterApiConfig as f}from"../../../constants/index.js";var m=e({__name:"LabelOut",props:{componentCfg:{type:Object},value:{type:String,default:""}},emits:["update:value"],setup(e,{emit:m}){const h=e,{getDynamicLabelData:b}=v(),d=t(),g=p(),y=a([]),S=l(f),w=o({set(e){const t=e?e.join("|#|"):e;m("update:value",t)},get:()=>h.value?h.value.split("|#|"):[]}),x=o((()=>{if(y.value&&y.value.length>0){let e=[],t=[];return y.value.forEach((a=>{a.labelList.forEach((a=>{e.includes(a.labelShowText)||(e.push(a.labelShowText),t.push({label:a.labelShowText,value:a.labelShowText}))}))})),t}return[]}));return(async()=>{try{const{widgetCfg:e={}}=h.componentCfg,{classifyStr:t=""}=e;let a=await b({classifyStr:t},S);if(a){const{list:e=[]}=a;y.value=e}}catch(e){g.error(`获取标签数据请求失败:${e}`),console.log(e)}})(),(e,t)=>(u(),s(n(c),r({to:"body"},n(d),{value:n(w),"onUpdate:value":t[0]||(t[0]=e=>i(w)?w.value=e:null),options:n(x)}),null,16,["value","options"]))}});export{m as default};
1
+ import{defineComponent as e,useAttrs as t,ref as l,inject as a,computed as o,openBlock as s,createBlock as n,unref as r,mergeProps as u,isRef as i,h as p}from"vue";import{useMessage as v,NSelect as b,NTooltip as c}from"naive-ui";import f from"../../../hooks/useAsyncData.js";import{InjectionFilterApiConfig as d}from"../../../constants/index.js";var m=e({__name:"LabelOut",props:{componentCfg:{type:Object},value:{type:String,default:""}},emits:["update:value"],setup(e,{emit:m}){const g=e,{getDynamicLabelData:h}=f(),y=t(),x=v(),S=l([]),w=a(d),j=o({set(e){const t=e?e.join("|#|"):e;m("update:value",t)},get:()=>g.value?g.value.split("|#|"):[]}),L=o((()=>{if(S.value&&S.value.length>0){let e=[],t=[];return S.value.forEach((l=>{l.labelList.forEach((l=>{e.includes(l.labelShowText)||(e.push(l.labelShowText),t.push({label:l.labelShowText,value:l.labelShowText,bsv12:l.bsv12,bsv13:l.bsv13}))}))})),t}return[]})),T=({node:e,option:t})=>p(c,{to:"body"},{trigger:()=>e,default:()=>t.label}),C=e=>"2"==e.bsv12?p("img",{src:e.bsv13||"",alt:e.label,style:{height:"28px",display:"block"}}):e.label;return(async()=>{try{const{widgetCfg:e={}}=g.componentCfg,{classifyStr:t=""}=e;let l=await h({classifyStr:t},w);if(l){const{list:e=[]}=l;S.value=e}}catch(e){x.error(`获取标签数据请求失败:${e}`),console.log(e)}})(),(e,t)=>(s(),n(r(b),u({to:"body"},r(y),{value:r(j),"onUpdate:value":t[0]||(t[0]=e=>i(j)?j.value=e:null),options:r(L),renderOption:T,renderLabel:C}),null,16,["value","options"]))}});export{m as default};
@@ -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
- background: string;
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: {
@@ -1688,13 +1688,8 @@ export declare const WidgetCfgMaps: Map<string, {
1688
1688
  categoryList: import("vue").ComputedRef<import("../../../../../components/table-filter/src/types").IFilterCategoryLabelItemType[]>;
1689
1689
  onResize: (el: HTMLElement, categoryItem: import("../../../../../components/table-filter/src/types").IFilterCategoryLabelItemType) => void;
1690
1690
  handleLabelUpfold: (categoryItem: import("../../../../../components/table-filter/src/types").IFilterCategoryLabelItemType) => void;
1691
- formatStyle: (item: import("../../../../../components/table-filter/src/types").IhoFilterTabLabelItemType) => {
1692
- background: string;
1693
- borderColor: string;
1694
- } | {
1695
- background?: undefined;
1696
- borderColor?: undefined;
1697
- };
1691
+ formatStyle: (item: import("../../../../../components/table-filter/src/types").IhoFilterTabLabelItemType, isPic?: boolean) => any;
1692
+ onHandlePicChange: (item: import("../../../../../components/table-filter/src/types").IhoFilterTabLabelItemType) => void;
1698
1693
  handleLabelChange: (isSelect: boolean, item: import("../../../../../components/table-filter/src/types").IhoFilterTabLabelItemType) => void;
1699
1694
  initTagList: () => Promise<void>;
1700
1695
  NTag: any;
@@ -1763,6 +1758,15 @@ export declare const WidgetCfgMaps: Map<string, {
1763
1758
  valueCp: import("vue").WritableComputedRef<string[]>;
1764
1759
  optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
1765
1760
  initTagList: () => Promise<void>;
1761
+ renderOption: ({ node, option }: {
1762
+ node: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1763
+ [key: string]: any;
1764
+ }>;
1765
+ option: import("naive-ui").SelectOption;
1766
+ }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1767
+ [key: string]: any;
1768
+ }>;
1769
+ renderLabel: (option: any) => any;
1766
1770
  NSelect: any;
1767
1771
  }, 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
1772
  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;
@@ -1 +1 @@
1
- var e="@cnhis-design-vue/shared",i="3.2.16-beta.8",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.16-beta.8",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};
1
+ var e="@cnhis-design-vue/shared",s="3.2.17-release.0",i="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-release.0",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,i as main,e as name,n as peerDependencies,s as version};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cnhis-design-vue",
3
- "version": "3.2.16-beta.8",
3
+ "version": "3.2.17-release.0",
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": "0c8d52879f8a04385943be11060287ffb6dcc0bd"
75
+ "gitHead": "928e5771787af619be866df5dca875946c5a012c"
76
76
  }