cnhis-design-vue 3.1.46-beta.24 → 3.1.46-beta.26

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 (29) hide show
  1. package/es/components/form-config/index.d.ts +22 -0
  2. package/es/components/form-config/src/FormConfig.vue.d.ts +22 -0
  3. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +11 -0
  4. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +11 -0
  5. package/es/components/form-render/index.d.ts +11 -0
  6. package/es/components/form-render/src/FormRender.vue.d.ts +12 -1
  7. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  8. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +11 -0
  9. package/es/components/form-render/src/hooks/useOperationalForm.d.ts +7 -0
  10. package/es/components/form-render/src/hooks/useOperationalForm.js +1 -0
  11. package/es/components/form-render/src/types/index.d.ts +7 -0
  12. package/es/components/iho-table/index.d.ts +2 -0
  13. package/es/components/iho-table/src/IhoTable.vue.d.ts +2 -0
  14. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -0
  15. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
  16. package/es/components/iho-table/src/types/index.d.ts +1 -0
  17. package/es/components/iho-table/style/index.css +1 -1
  18. package/es/components/index.css +1 -1
  19. package/es/components/info-header/index.d.ts +26 -0
  20. package/es/components/info-header/src/InfoHeader.vue.d.ts +26 -0
  21. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +11 -0
  22. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +11 -0
  23. package/es/components/select-person/index.d.ts +21 -0
  24. package/es/components/select-person/src/SelectPerson.vue.d.ts +19 -0
  25. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  26. package/es/components/shortcut-setter/index.d.ts +11 -0
  27. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +11 -0
  28. package/es/shared/package.json.js +1 -1
  29. package/package.json +2 -2
@@ -150,6 +150,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
150
150
  linebarAutoHidden: boolean;
151
151
  bordered: string | boolean;
152
152
  uniqueCacheData: boolean;
153
+ operationalForm: import("..").FormOperationalConfig[];
153
154
  }>>>;
154
155
  };
155
156
  }, {
@@ -304,6 +305,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
304
305
  linebarAutoHidden: boolean;
305
306
  bordered: string | boolean;
306
307
  uniqueCacheData: boolean;
308
+ operationalForm: import("..").FormOperationalConfig[];
307
309
  }>>>;
308
310
  };
309
311
  }>> & {
@@ -468,6 +470,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
468
470
  linebarAutoHidden: boolean;
469
471
  bordered: string | boolean;
470
472
  uniqueCacheData: boolean;
473
+ operationalForm: import("..").FormOperationalConfig[];
471
474
  }>>;
472
475
  };
473
476
  themeOverrides: import("naive-ui").GlobalThemeOverrides;
@@ -2597,6 +2600,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
2597
2600
  lowCodeReactions: {
2598
2601
  type: import("vue").PropType<import("..").FormLowCodeReactions.Config[]>;
2599
2602
  };
2603
+ operationalForm: {
2604
+ type: import("vue").PropType<import("..").FormOperationalConfig[]>;
2605
+ };
2600
2606
  linebarAutoHidden: {
2601
2607
  type: BooleanConstructor;
2602
2608
  };
@@ -2734,6 +2740,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
2734
2740
  lowCodeReactions: {
2735
2741
  type: import("vue").PropType<import("..").FormLowCodeReactions.Config[]>;
2736
2742
  };
2743
+ operationalForm: {
2744
+ type: import("vue").PropType<import("..").FormOperationalConfig[]>;
2745
+ };
2737
2746
  linebarAutoHidden: {
2738
2747
  type: BooleanConstructor;
2739
2748
  };
@@ -2791,6 +2800,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
2791
2800
  }>;
2792
2801
  lowCodeReactionsHandler: (field: string, value: unknown) => void;
2793
2802
  triggerAllReactionsHandler: () => void;
2803
+ operationalFormHandler: (field: string) => void;
2804
+ triggerAllOperationalFormHandler: () => void;
2794
2805
  schemaAdaptor: (fieldList: import("..").FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
2795
2806
  [key: symbol]: any;
2796
2807
  [key: `x-${string}`]: any;
@@ -3197,6 +3208,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3197
3208
  lowCodeReactions: {
3198
3209
  type: import("vue").PropType<import("..").FormLowCodeReactions.Config[]>;
3199
3210
  };
3211
+ operationalForm: {
3212
+ type: import("vue").PropType<import("..").FormOperationalConfig[]>;
3213
+ };
3200
3214
  linebarAutoHidden: {
3201
3215
  type: BooleanConstructor;
3202
3216
  };
@@ -3473,6 +3487,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3473
3487
  lowCodeReactions: {
3474
3488
  type: import("vue").PropType<import("..").FormLowCodeReactions.Config[]>;
3475
3489
  };
3490
+ operationalForm: {
3491
+ type: import("vue").PropType<import("..").FormOperationalConfig[]>;
3492
+ };
3476
3493
  linebarAutoHidden: {
3477
3494
  type: BooleanConstructor;
3478
3495
  };
@@ -3610,6 +3627,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3610
3627
  lowCodeReactions: {
3611
3628
  type: import("vue").PropType<import("..").FormLowCodeReactions.Config[]>;
3612
3629
  };
3630
+ operationalForm: {
3631
+ type: import("vue").PropType<import("..").FormOperationalConfig[]>;
3632
+ };
3613
3633
  linebarAutoHidden: {
3614
3634
  type: BooleanConstructor;
3615
3635
  };
@@ -3667,6 +3687,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3667
3687
  }>;
3668
3688
  lowCodeReactionsHandler: (field: string, value: unknown) => void;
3669
3689
  triggerAllReactionsHandler: () => void;
3690
+ operationalFormHandler: (field: string) => void;
3691
+ triggerAllOperationalFormHandler: () => void;
3670
3692
  schemaAdaptor: (fieldList: import("..").FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
3671
3693
  [key: symbol]: any;
3672
3694
  [key: `x-${string}`]: any;
@@ -4073,6 +4095,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
4073
4095
  lowCodeReactions: {
4074
4096
  type: import("vue").PropType<import("..").FormLowCodeReactions.Config[]>;
4075
4097
  };
4098
+ operationalForm: {
4099
+ type: import("vue").PropType<import("..").FormOperationalConfig[]>;
4100
+ };
4076
4101
  linebarAutoHidden: {
4077
4102
  type: BooleanConstructor;
4078
4103
  };
@@ -4267,6 +4292,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
4267
4292
  linebarAutoHidden: boolean;
4268
4293
  bordered: string | boolean;
4269
4294
  uniqueCacheData: boolean;
4295
+ operationalForm: import("..").FormOperationalConfig[];
4270
4296
  }>>>;
4271
4297
  };
4272
4298
  }>> & {
@@ -150,6 +150,7 @@ declare const _default: import("vue").DefineComponent<{
150
150
  linebarAutoHidden: boolean;
151
151
  bordered: string | boolean;
152
152
  uniqueCacheData: boolean;
153
+ operationalForm: import("../../../../es/components/form-render").FormOperationalConfig[];
153
154
  }>>>;
154
155
  };
155
156
  }, {
@@ -302,6 +303,7 @@ declare const _default: import("vue").DefineComponent<{
302
303
  linebarAutoHidden: boolean;
303
304
  bordered: string | boolean;
304
305
  uniqueCacheData: boolean;
306
+ operationalForm: import("../../../../es/components/form-render").FormOperationalConfig[];
305
307
  }>>>;
306
308
  };
307
309
  }>> & {
@@ -462,6 +464,7 @@ declare const _default: import("vue").DefineComponent<{
462
464
  linebarAutoHidden: boolean;
463
465
  bordered: string | boolean;
464
466
  uniqueCacheData: boolean;
467
+ operationalForm: import("../../../../es/components/form-render").FormOperationalConfig[];
465
468
  }>>;
466
469
  };
467
470
  themeOverrides: import("naive-ui").GlobalThemeOverrides;
@@ -2591,6 +2594,9 @@ declare const _default: import("vue").DefineComponent<{
2591
2594
  lowCodeReactions: {
2592
2595
  type: PropType<import("../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
2593
2596
  };
2597
+ operationalForm: {
2598
+ type: PropType<import("../../../../es/components/form-render").FormOperationalConfig[]>;
2599
+ };
2594
2600
  linebarAutoHidden: {
2595
2601
  type: BooleanConstructor;
2596
2602
  };
@@ -2728,6 +2734,9 @@ declare const _default: import("vue").DefineComponent<{
2728
2734
  lowCodeReactions: {
2729
2735
  type: PropType<import("../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
2730
2736
  };
2737
+ operationalForm: {
2738
+ type: PropType<import("../../../../es/components/form-render").FormOperationalConfig[]>;
2739
+ };
2731
2740
  linebarAutoHidden: {
2732
2741
  type: BooleanConstructor;
2733
2742
  };
@@ -2785,6 +2794,8 @@ declare const _default: import("vue").DefineComponent<{
2785
2794
  }>;
2786
2795
  lowCodeReactionsHandler: (field: string, value: unknown) => void;
2787
2796
  triggerAllReactionsHandler: () => void;
2797
+ operationalFormHandler: (field: string) => void;
2798
+ triggerAllOperationalFormHandler: () => void;
2788
2799
  schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
2789
2800
  [key: symbol]: any;
2790
2801
  [key: `x-${string}`]: any;
@@ -3191,6 +3202,9 @@ declare const _default: import("vue").DefineComponent<{
3191
3202
  lowCodeReactions: {
3192
3203
  type: PropType<import("../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
3193
3204
  };
3205
+ operationalForm: {
3206
+ type: PropType<import("../../../../es/components/form-render").FormOperationalConfig[]>;
3207
+ };
3194
3208
  linebarAutoHidden: {
3195
3209
  type: BooleanConstructor;
3196
3210
  };
@@ -3467,6 +3481,9 @@ declare const _default: import("vue").DefineComponent<{
3467
3481
  lowCodeReactions: {
3468
3482
  type: PropType<import("../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
3469
3483
  };
3484
+ operationalForm: {
3485
+ type: PropType<import("../../../../es/components/form-render").FormOperationalConfig[]>;
3486
+ };
3470
3487
  linebarAutoHidden: {
3471
3488
  type: BooleanConstructor;
3472
3489
  };
@@ -3604,6 +3621,9 @@ declare const _default: import("vue").DefineComponent<{
3604
3621
  lowCodeReactions: {
3605
3622
  type: PropType<import("../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
3606
3623
  };
3624
+ operationalForm: {
3625
+ type: PropType<import("../../../../es/components/form-render").FormOperationalConfig[]>;
3626
+ };
3607
3627
  linebarAutoHidden: {
3608
3628
  type: BooleanConstructor;
3609
3629
  };
@@ -3661,6 +3681,8 @@ declare const _default: import("vue").DefineComponent<{
3661
3681
  }>;
3662
3682
  lowCodeReactionsHandler: (field: string, value: unknown) => void;
3663
3683
  triggerAllReactionsHandler: () => void;
3684
+ operationalFormHandler: (field: string) => void;
3685
+ triggerAllOperationalFormHandler: () => void;
3664
3686
  schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
3665
3687
  [key: symbol]: any;
3666
3688
  [key: `x-${string}`]: any;
@@ -4067,6 +4089,9 @@ declare const _default: import("vue").DefineComponent<{
4067
4089
  lowCodeReactions: {
4068
4090
  type: PropType<import("../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
4069
4091
  };
4092
+ operationalForm: {
4093
+ type: PropType<import("../../../../es/components/form-render").FormOperationalConfig[]>;
4094
+ };
4070
4095
  linebarAutoHidden: {
4071
4096
  type: BooleanConstructor;
4072
4097
  };
@@ -4259,6 +4284,7 @@ declare const _default: import("vue").DefineComponent<{
4259
4284
  linebarAutoHidden: boolean;
4260
4285
  bordered: string | boolean;
4261
4286
  uniqueCacheData: boolean;
4287
+ operationalForm: import("../../../../es/components/form-render").FormOperationalConfig[];
4262
4288
  }>>>;
4263
4289
  };
4264
4290
  }>> & {
@@ -2167,6 +2167,9 @@ declare const _default: import("vue").DefineComponent<{
2167
2167
  lowCodeReactions: {
2168
2168
  type: import("vue").PropType<import("../../../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
2169
2169
  };
2170
+ operationalForm: {
2171
+ type: import("vue").PropType<import("../../../../../../es/components/form-render").FormOperationalConfig[]>;
2172
+ };
2170
2173
  linebarAutoHidden: {
2171
2174
  type: BooleanConstructor;
2172
2175
  };
@@ -2304,6 +2307,9 @@ declare const _default: import("vue").DefineComponent<{
2304
2307
  lowCodeReactions: {
2305
2308
  type: import("vue").PropType<import("../../../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
2306
2309
  };
2310
+ operationalForm: {
2311
+ type: import("vue").PropType<import("../../../../../../es/components/form-render").FormOperationalConfig[]>;
2312
+ };
2307
2313
  linebarAutoHidden: {
2308
2314
  type: BooleanConstructor;
2309
2315
  };
@@ -2361,6 +2367,8 @@ declare const _default: import("vue").DefineComponent<{
2361
2367
  }>;
2362
2368
  lowCodeReactionsHandler: (field: string, value: unknown) => void;
2363
2369
  triggerAllReactionsHandler: () => void;
2370
+ operationalFormHandler: (field: string) => void;
2371
+ triggerAllOperationalFormHandler: () => void;
2364
2372
  schemaAdaptor: (fieldList: import("../../../../../../es/components/form-render").FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
2365
2373
  [key: symbol]: any;
2366
2374
  [key: `x-${string}`]: any;
@@ -2767,6 +2775,9 @@ declare const _default: import("vue").DefineComponent<{
2767
2775
  lowCodeReactions: {
2768
2776
  type: import("vue").PropType<import("../../../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
2769
2777
  };
2778
+ operationalForm: {
2779
+ type: import("vue").PropType<import("../../../../../../es/components/form-render").FormOperationalConfig[]>;
2780
+ };
2770
2781
  linebarAutoHidden: {
2771
2782
  type: BooleanConstructor;
2772
2783
  };
@@ -179,6 +179,9 @@ declare const _default: import("vue").DefineComponent<{
179
179
  lowCodeReactions: {
180
180
  type: import("vue").PropType<import("../../../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
181
181
  };
182
+ operationalForm: {
183
+ type: import("vue").PropType<import("../../../../../../es/components/form-render").FormOperationalConfig[]>;
184
+ };
182
185
  linebarAutoHidden: {
183
186
  type: BooleanConstructor;
184
187
  };
@@ -316,6 +319,9 @@ declare const _default: import("vue").DefineComponent<{
316
319
  lowCodeReactions: {
317
320
  type: import("vue").PropType<import("../../../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
318
321
  };
322
+ operationalForm: {
323
+ type: import("vue").PropType<import("../../../../../../es/components/form-render").FormOperationalConfig[]>;
324
+ };
319
325
  linebarAutoHidden: {
320
326
  type: BooleanConstructor;
321
327
  };
@@ -373,6 +379,8 @@ declare const _default: import("vue").DefineComponent<{
373
379
  }>;
374
380
  lowCodeReactionsHandler: (field: string, value: unknown) => void;
375
381
  triggerAllReactionsHandler: () => void;
382
+ operationalFormHandler: (field: string) => void;
383
+ triggerAllOperationalFormHandler: () => void;
376
384
  schemaAdaptor: (fieldList: FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
377
385
  [key: symbol]: any;
378
386
  [key: `x-${string}`]: any;
@@ -779,6 +787,9 @@ declare const _default: import("vue").DefineComponent<{
779
787
  lowCodeReactions: {
780
788
  type: import("vue").PropType<import("../../../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
781
789
  };
790
+ operationalForm: {
791
+ type: import("vue").PropType<import("../../../../../../es/components/form-render").FormOperationalConfig[]>;
792
+ };
782
793
  linebarAutoHidden: {
783
794
  type: BooleanConstructor;
784
795
  };
@@ -53,6 +53,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
53
53
  type: BooleanConstructor;
54
54
  default: boolean;
55
55
  };
56
+ isSearchFilter: {
57
+ type: BooleanConstructor;
58
+ default: boolean;
59
+ };
56
60
  treeSetting: {
57
61
  type: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & {
58
62
  [k: string]: unknown;
@@ -122,6 +126,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
122
126
  type: BooleanConstructor;
123
127
  default: boolean;
124
128
  };
129
+ isSearchFilter: {
130
+ type: BooleanConstructor;
131
+ default: boolean;
132
+ };
125
133
  treeSetting: {
126
134
  type: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & {
127
135
  [k: string]: unknown;
@@ -171,6 +179,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
171
179
  allCheckedKeys: (string | number)[];
172
180
  isRemote: import("vue").ComputedRef<boolean>;
173
181
  checkStrategyResult: import("vue").ComputedRef<any>;
182
+ treeOriginSetting: import("vue").ComputedRef<import("naive-ui/es/tree/src/interface").TreeOptionBase & {
183
+ [k: string]: unknown;
184
+ } & import("../../../es/shared/types").AnyObject>;
174
185
  init: () => void;
175
186
  getallCheckedKeysWithChild: (item: import("naive-ui").TreeOption) => void;
176
187
  getallCheckedKeysWithParent: (item: import("naive-ui").TreeOption) => void;
@@ -211,6 +222,11 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
211
222
  name: string;
212
223
  }) => void;
213
224
  notifyCheck: (keys: (string | number)[]) => void;
225
+ getCheckWithLevel: () => {
226
+ [x: string]: any;
227
+ key: string | number;
228
+ name: string;
229
+ }[];
214
230
  NButton: any;
215
231
  NInput: any;
216
232
  NInputGroup: import("vue").DefineComponent<{
@@ -475,6 +491,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
475
491
  type: BooleanConstructor;
476
492
  default: boolean;
477
493
  };
494
+ isSearchFilter: {
495
+ type: BooleanConstructor;
496
+ default: boolean;
497
+ };
478
498
  treeSetting: {
479
499
  type: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeOptionBase & {
480
500
  [k: string]: unknown;
@@ -516,6 +536,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
516
536
  showClear: boolean;
517
537
  multiple: boolean;
518
538
  searchInner: boolean;
539
+ isSearchFilter: boolean;
519
540
  treeSetting: import("naive-ui/es/tree/src/interface").TreeOptionBase & {
520
541
  [k: string]: unknown;
521
542
  } & import("../../../es/shared/types").AnyObject;
@@ -58,6 +58,10 @@ declare const _default: import("vue").DefineComponent<{
58
58
  type: BooleanConstructor;
59
59
  default: boolean;
60
60
  };
61
+ isSearchFilter: {
62
+ type: BooleanConstructor;
63
+ default: boolean;
64
+ };
61
65
  treeSetting: {
62
66
  type: PropType<ITreeOption>;
63
67
  default: () => {};
@@ -112,6 +116,10 @@ declare const _default: import("vue").DefineComponent<{
112
116
  type: BooleanConstructor;
113
117
  default: boolean;
114
118
  };
119
+ isSearchFilter: {
120
+ type: BooleanConstructor;
121
+ default: boolean;
122
+ };
115
123
  treeSetting: {
116
124
  type: PropType<ITreeOption>;
117
125
  default: () => {};
@@ -159,6 +167,7 @@ declare const _default: import("vue").DefineComponent<{
159
167
  allCheckedKeys: IKey[];
160
168
  isRemote: import("vue").ComputedRef<boolean>;
161
169
  checkStrategyResult: import("vue").ComputedRef<any>;
170
+ treeOriginSetting: import("vue").ComputedRef<ITreeOption>;
162
171
  init: () => void;
163
172
  getallCheckedKeysWithChild: (item: TreeOption) => void;
164
173
  getallCheckedKeysWithParent: (item: TreeOption) => void;
@@ -187,6 +196,11 @@ declare const _default: import("vue").DefineComponent<{
187
196
  clearAll: () => void;
188
197
  closeTag: (tag: ITag) => void;
189
198
  notifyCheck: (keys: IKey[]) => void;
199
+ getCheckWithLevel: () => {
200
+ [x: string]: any;
201
+ key: IKey;
202
+ name: string;
203
+ }[];
190
204
  NButton: any;
191
205
  NInput: any;
192
206
  NInputGroup: import("vue").DefineComponent<{
@@ -438,6 +452,10 @@ declare const _default: import("vue").DefineComponent<{
438
452
  type: BooleanConstructor;
439
453
  default: boolean;
440
454
  };
455
+ isSearchFilter: {
456
+ type: BooleanConstructor;
457
+ default: boolean;
458
+ };
441
459
  treeSetting: {
442
460
  type: PropType<ITreeOption>;
443
461
  default: () => {};
@@ -464,6 +482,7 @@ declare const _default: import("vue").DefineComponent<{
464
482
  showClear: boolean;
465
483
  multiple: boolean;
466
484
  searchInner: boolean;
485
+ isSearchFilter: boolean;
467
486
  treeSetting: ITreeOption;
468
487
  queryLoadChildData: (node: TreeOption) => Promise<AnyObject>;
469
488
  queryTreeSearch: (keyWork: string) => Promise<Array<AnyObject>>;
@@ -1 +1 @@
1
- import{defineComponent as e,ref as l,computed as t,watch as n,openBlock as a,createBlock as u,unref as i,withCtx as r,createVNode as c,withKeys as o,createTextVNode as d,toDisplayString as s,withDirectives as h,vShow as v,createCommentVNode as p,mergeProps as f,createElementBlock as y,createElementVNode as k,Fragment as m,renderList as g}from"vue";import{NGrid as b,NGi as _,NSpace as w,NInputGroup as L,NInput as C,NButton as x,NCheckbox as S,NTree as j,NIcon as T,NTooltip as I}from"naive-ui";import{CloseCircleSharp as N}from"@vicons/ionicons5";import{filterTree as $,getExpandedKeys as D}from"./utils/index.js";import{cloneDeep as q}from"lodash-es";import B from"./SearchMultiple.vue.js";const K={key:0},P={class:"c-select-person__scroll",style:{height:"342px"}};var U=e({__name:"SelectPerson",props:{defaultList:{type:Array,default:()=>[]},data:{type:Array,default:()=>[]},searchPlaceholder:{type:String,default:"输入关键字搜索"},searchButtonText:{type:String,default:"搜索"},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},treeSetting:{type:Object,default:()=>({})},queryLoadChildData:{type:Function,default:void 0},queryTreeSearch:{type:Function,default:()=>Promise.resolve([])}},emits:["check","checkWithLevel"],setup(e,{emit:U}){const E=e,O=l(""),A=l(!1),F=l([]),W=l([]),M=l([]),R=l([]),z=l([]),G=l(!1),H=q(function e(l){return l.forEach((l=>{var t;if(null==(t=l.children)?void 0:t.length){const t=ne(l.children,[]);l.innerItemsNum=t.length,l.innerLeafs=t,e(l.children)}})),ae(l,"")}(E.data));let J=[];const Q=t((()=>!!E.queryLoadChildData)),V=t((()=>{var e,l;return null!=(l=null==(e=null==E?void 0:E.treeSetting)?void 0:e.checkStrategy)?l:"child"}));function X(e){e.disabled||e.children||!e.key||J.push(e.key)}function Y(e){e.disabled||e.tempTitle||!e.key||J.push(e.key)}async function Z(e){if(E.queryLoadChildData){const l=await E.queryLoadChildData(e);return l.children&&(l.children=l.children.map((e=>({...e,tempTitle:l.tempTitle?`${l.title}/${l.tempTitle}`:l.title})))),l}return e}function ee(e){var l;(null==(l=e.children)?void 0:l.every((e=>e.disabled)))&&(e.disabled=!0)}function le({option:e}){var l;if((null==(l=e.children)?void 0:l.length)||Q.value&&!(null==e?void 0:e.isLeaf)){const l=E.wordbook.user_count_obj&&e[E.wordbook.user_count_obj]||"",t=l?`(${l})`:"";return c("span",null,[`${e.title}${t}`])}return c(I,{trigger:"hover"},{default:()=>c("span",null,[e.title]),trigger:()=>c("span",null,[e.title])})}function te(e){return e[E.wordbookChild.user_name_obj]||e[E.wordbook.parent_name_obj]||e.orgName||e.title||""}function ne(e,l){return e.forEach((e=>{var t;(null==(t=e.children)?void 0:t.length)?ne(e.children,l):!e.disabled&&l.push(e)})),l}function ae(e,l){return e&&0!==e.length?e.map((e=>{var t;const n=te(e),a=l?`${n}/${l}`:n;return{...e,tempTitle:l,children:(null==(t=e.children)?void 0:t.length)?ae(null==e?void 0:e.children,a):[]}})):[]}async function ue(){G.value=!!O.value.trim(),Q.value?M.value=await E.queryTreeSearch(O.value):M.value=$(E.searchInner,H,O.value),W.value=M.value.length&&O.value?D(M.value):[]}function ie(){setTimeout((()=>{ue()}))}function re(e,l){var t,n;switch(null!=(n=null==(t=null==E?void 0:E.treeSetting)?void 0:t.checkStrategy)?n:"child"){case"child":!function(e,l){for(let t=0,n=e.length;t<n;t++){const n=e[t];if(!n.disabled&&(!n.children||n.isLeaf)&&(l&&!F.value.includes(n.key)&&F.value.push(n.key),!l)){const e=F.value.findIndex((e=>e===n.key));F.value.splice(e,1)}n.children&&re(n.children,l)}}(e,l);break;case"parent":!function(e,l){F.value=[];for(let t=0,n=e.length;t<n;t++){const n=e[t];if(!n.disabled&&!n.tempTitle&&(l&&!F.value.includes(n.key)&&F.value.push(n.key),!l)){const e=F.value.findIndex((e=>e===n.key));F.value.splice(e,1)}}}(e,l)}}function ce(e){re(M.value,e)}function oe(e){var l;for(let t=0,n=e.length;t<n;t++){const n=e[t],a=z.value.map((e=>e.key));F.value.includes(n.key)&&!a.includes(n.key)&&R.value.push({key:n.key,name:n.title,parentName:n.tempTitle,innerItemsNum:n.innerItemsNum,innerLeafs:n.innerLeafs}),(null==(l=n.children)?void 0:l.length)&&oe(n.children)}}function de(e){F.value=e}function se(){F.value=[]}function he(e){F.value=e}return function e(l,t){var n,a,u,i;for(let r=0,c=l.length;r<c;r++){const c=l[r];switch(c.title=te(c),c.parentNode=t,c.key||(c.key=c[E.wordbookChild.user_id_obj]||c[E.wordbook.parent_id_obj]||Date.now()),(null==(n=c.children)?void 0:n.length)?(e(c.children,c),ee(c)):0===(null==(a=c.children)?void 0:a.length)&&Reflect.deleteProperty(c,"children"),null!=(i=null==(u=null==E?void 0:E.treeSetting)?void 0:u.checkStrategy)?i:"child"){case"child":X(c);break;case"parent":Y(c)}}}(H,null),M.value=H,E.defaultList.length>0&&(Q.value?(E.defaultList.forEach((e=>F.value.push(e.key))),R.value=q(E.defaultList),z.value=q(E.defaultList)):(E.defaultList.forEach((e=>F.value.push(e))),oe(H))),n((()=>F),(e=>{R.value=z.value.filter((l=>e.value.includes(l.key))),e.value.length&&oe(Q.value?M.value:H),A.value=J.every((e=>R.value.findIndex((l=>l.key===e))>-1));const l=R.value.filter((l=>e.value.includes(l.key)));U("check",e.value),U("checkWithLevel",l)}),{deep:!0}),(l,t)=>(a(),u(i(b),{cols:2,class:"c-select-person"},{default:r((()=>[c(i(_),null,{default:r((()=>[c(i(w),{vertical:"",style:{"padding-right":"12px","border-right":"1px solid #e8e8e8"}},{default:r((()=>[c(i(L),{style:{"margin-bottom":"12px"}},{default:r((()=>[c(i(C),{clearable:"",value:O.value,"onUpdate:value":t[0]||(t[0]=e=>O.value=e),placeholder:e.searchPlaceholder,onClear:ie,onKeyup:o(ue,["enter"])},null,8,["value","placeholder","onKeyup"]),c(i(x),{type:"primary",onClick:ue},{default:r((()=>[d(s(e.searchButtonText),1)])),_:1})])),_:1}),e.multiple&&!G.value?h((a(),u(i(S),{key:0,checked:A.value,"onUpdate:checked":[t[1]||(t[1]=e=>A.value=e),ce]},{default:r((()=>[d(" 全选 ")])),_:1},8,["checked"])),[[v,i(J).length<1e3]]):p("v-if",!0),e.searchInner&&e.multiple&&G.value&&"parent"===i(V)?(a(),u(B,{key:1,treeData:M.value,checkedKeys:F.value,onNotifyCheck:he},null,8,["treeData","checkedKeys"])):(a(),u(i(j),f({key:2,"virtual-scroll":"",class:"c-select-person__scroll","checked-keys":F.value,"expanded-keys":W.value,"onUpdate:expanded-keys":t[2]||(t[2]=e=>W.value=e),checkable:e.multiple,cascade:"","allow-checking-not-loaded":"",selectable:!e.multiple,"selected-keys":F.value,"onUpdate:selected-keys":t[3]||(t[3]=e=>F.value=e),data:M.value,"check-strategy":"child","render-label":le},e.treeSetting,{"onUpdate:checkedKeys":de,onLoad:Z}),null,16,["checked-keys","expanded-keys","checkable","selectable","selected-keys","data"]))])),_:1})])),_:1}),c(i(_),null,{default:r((()=>[c(i(w),{vertical:"",style:{"padding-left":"12px"}},{default:r((()=>[c(i(w),{justify:"space-between",style:{"margin-bottom":"20px"}},{default:r((()=>[e.showCount?(a(),y("span",K,"已选择:"+s(R.value.length),1)):p("v-if",!0),e.showClear?(a(),y("span",{key:1,class:"c-select-person__clear-btn",onClick:se},"清空")):p("v-if",!0)])),_:1}),k("div",P,[(a(!0),y(m,null,g(R.value,(e=>(a(),y("span",{class:"c-select-person__tag-item",key:e.key},[d(s(e.name)+" "+s(e.parentName?`(${e.parentName})`:"")+" "+s(e.innerItemsNum?`(${e.innerItemsNum})`:"")+" ",1),c(i(T),{class:"tag-close",component:i(N),onClick:l=>function(e){F.value=F.value.filter((l=>l!==e.key))}(e)},null,8,["component","onClick"])])))),128))])])),_:1})])),_:1})])),_:1}))}});export{U as default};
1
+ import{defineComponent as e,ref as l,computed as t,watch as n,openBlock as a,createBlock as u,unref as i,withCtx as r,createVNode as c,withKeys as o,createTextVNode as d,toDisplayString as s,withDirectives as h,vShow as v,createCommentVNode as p,mergeProps as f,createElementBlock as y,createElementVNode as k,Fragment as m,renderList as g}from"vue";import{NGrid as b,NGi as _,NSpace as w,NInputGroup as L,NInput as C,NButton as S,NCheckbox as x,NTree as j,NIcon as I,NTooltip as N}from"naive-ui";import{CloseCircleSharp as T}from"@vicons/ionicons5";import{filterTree as $,getExpandedKeys as B}from"./utils/index.js";import{cloneDeep as D}from"lodash-es";import q from"./SearchMultiple.vue.js";const F={key:0},K={class:"c-select-person__scroll",style:{height:"342px"}};var P=e({__name:"SelectPerson",props:{defaultList:{type:Array,default:()=>[]},data:{type:Array,default:()=>[]},searchPlaceholder:{type:String,default:"输入关键字搜索"},searchButtonText:{type:String,default:"搜索"},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},isSearchFilter:{type:Boolean,default:!1},treeSetting:{type:Object,default:()=>({})},queryLoadChildData:{type:Function,default:void 0},queryTreeSearch:{type:Function,default:()=>Promise.resolve([])}},emits:["check","checkWithLevel"],setup(e,{expose:P,emit:U}){const E=e,O=l(""),W=l(!1),A=l([]),M=l([]),R=l([]),z=l([]),G=l([]),H=l(!1),J=D(function e(l){return l.forEach((l=>{var t;if(null==(t=l.children)?void 0:t.length){const t=ue(l.children,[]);l.innerItemsNum=t.length,l.innerLeafs=t,e(l.children)}})),ie(l,"")}(E.data));let Q=[];const V=t((()=>!!E.queryLoadChildData)),X=t((()=>{var e,l;return null!=(l=null==(e=null==E?void 0:E.treeSetting)?void 0:e.checkStrategy)?l:"child"})),Y=t((()=>E.isSearchFilter?{...E.treeSetting,pattern:O.value.trim(),showIrrelevantNodes:!0}:E.treeSetting));function Z(e){e.disabled||e.children||!e.key||Q.push(e.key)}function ee(e){e.disabled||e.tempTitle||!e.key||Q.push(e.key)}async function le(e){if(E.queryLoadChildData){const l=await E.queryLoadChildData(e);return l.children&&(l.children=l.children.map((e=>({...e,tempTitle:l.tempTitle?`${l.title}/${l.tempTitle}`:l.title})))),l}return e}function te(e){var l;(null==(l=e.children)?void 0:l.every((e=>e.disabled)))&&(e.disabled=!0)}function ne({option:e}){var l;if((null==(l=e.children)?void 0:l.length)||V.value&&!(null==e?void 0:e.isLeaf)){const l=E.wordbook.user_count_obj&&e[E.wordbook.user_count_obj]||"",t=l?`(${l})`:"";return c("span",null,[`${e.title}${t}`])}return c(N,{trigger:"hover"},{default:()=>c("span",null,[e.title]),trigger:()=>c("span",null,[e.title])})}function ae(e){return e[E.wordbookChild.user_name_obj]||e[E.wordbook.parent_name_obj]||e.orgName||e.title||""}function ue(e,l){return e.forEach((e=>{var t;(null==(t=e.children)?void 0:t.length)?ue(e.children,l):!e.disabled&&l.push(e)})),l}function ie(e,l){return e&&0!==e.length?e.map((e=>{var t;const n=ae(e),a=l?`${n}/${l}`:n;return{...e,tempTitle:l,children:(null==(t=e.children)?void 0:t.length)?ie(null==e?void 0:e.children,a):[]}})):[]}async function re(){E.isSearchFilter||(H.value=!!O.value.trim(),V.value?R.value=await E.queryTreeSearch(O.value):R.value=$(E.searchInner,J,O.value),M.value=R.value.length&&O.value?B(R.value):[])}function ce(){setTimeout((()=>{re()}))}function oe(e,l){var t,n;switch(null!=(n=null==(t=null==E?void 0:E.treeSetting)?void 0:t.checkStrategy)?n:"child"){case"child":!function(e,l){for(let t=0,n=e.length;t<n;t++){const n=e[t];if(!n.disabled&&(!n.children||n.isLeaf)&&(l&&!A.value.includes(n.key)&&A.value.push(n.key),!l)){const e=A.value.findIndex((e=>e===n.key));A.value.splice(e,1)}n.children&&oe(n.children,l)}}(e,l);break;case"parent":!function(e,l){A.value=[];for(let t=0,n=e.length;t<n;t++){const n=e[t];if(!n.disabled&&!n.tempTitle&&(l&&!A.value.includes(n.key)&&A.value.push(n.key),!l)){const e=A.value.findIndex((e=>e===n.key));A.value.splice(e,1)}}}(e,l)}}function de(e){oe(R.value,e)}function se(e){var l;for(let t=0,n=e.length;t<n;t++){const n=e[t],a=G.value.map((e=>e.key));A.value.includes(n.key)&&!a.includes(n.key)&&z.value.push({key:n.key,name:n.title,parentName:n.tempTitle,innerItemsNum:n.innerItemsNum,innerLeafs:n.innerLeafs}),(null==(l=n.children)?void 0:l.length)&&se(n.children)}}function he(e){A.value=e}function ve(){A.value=[]}function pe(e){A.value=e}return function e(l,t){var n,a,u,i;for(let r=0,c=l.length;r<c;r++){const c=l[r];switch(c.title=ae(c),c.label=ae(c),c.parentNode=t,c.key||(c.key=c[E.wordbookChild.user_id_obj]||c[E.wordbook.parent_id_obj]||Date.now()),(null==(n=c.children)?void 0:n.length)?(e(c.children,c),te(c)):0===(null==(a=c.children)?void 0:a.length)&&Reflect.deleteProperty(c,"children"),null!=(i=null==(u=null==E?void 0:E.treeSetting)?void 0:u.checkStrategy)?i:"child"){case"child":Z(c);break;case"parent":ee(c)}}}(J,null),R.value=J,E.defaultList.length>0&&(V.value?(E.defaultList.forEach((e=>A.value.push(e.key))),z.value=D(E.defaultList),G.value=D(E.defaultList)):(E.defaultList.forEach((e=>A.value.push(e))),se(J))),n((()=>A),(e=>{z.value=G.value.filter((l=>e.value.includes(l.key))),e.value.length&&se(V.value?R.value:J),W.value=Q.every((e=>z.value.findIndex((l=>l.key===e))>-1));const l=z.value.filter((l=>e.value.includes(l.key)));U("check",e.value),U("checkWithLevel",l)}),{deep:!0}),P({getCheckWithLevel:function(){const e=A.value,l=z.value.filter((l=>e.includes(l.key)));return null!=l?l:[]}}),(l,t)=>(a(),u(i(b),{cols:2,class:"c-select-person"},{default:r((()=>[c(i(_),null,{default:r((()=>[c(i(w),{vertical:"",style:{"padding-right":"12px","border-right":"1px solid #e8e8e8"}},{default:r((()=>[c(i(L),{style:{"margin-bottom":"12px"}},{default:r((()=>[c(i(C),{clearable:"",value:O.value,"onUpdate:value":t[0]||(t[0]=e=>O.value=e),placeholder:e.searchPlaceholder,onClear:ce,onKeyup:o(re,["enter"])},null,8,["value","placeholder","onKeyup"]),c(i(S),{type:"primary",onClick:re},{default:r((()=>[d(s(e.searchButtonText),1)])),_:1})])),_:1}),e.multiple&&!H.value?h((a(),u(i(x),{key:0,checked:W.value,"onUpdate:checked":[t[1]||(t[1]=e=>W.value=e),de]},{default:r((()=>[d(" 全选 ")])),_:1},8,["checked"])),[[v,i(Q).length<1e3]]):p("v-if",!0),e.searchInner&&e.multiple&&H.value&&"parent"===i(X)?(a(),u(q,{key:1,treeData:R.value,checkedKeys:A.value,onNotifyCheck:pe},null,8,["treeData","checkedKeys"])):(a(),u(i(j),f({key:2,"virtual-scroll":"",class:"c-select-person__scroll","checked-keys":A.value,"expanded-keys":M.value,"onUpdate:expanded-keys":t[2]||(t[2]=e=>M.value=e),checkable:e.multiple,cascade:"","allow-checking-not-loaded":"",selectable:!e.multiple,"selected-keys":A.value,"onUpdate:selected-keys":t[3]||(t[3]=e=>A.value=e),data:R.value,"check-strategy":"child","render-label":ne},i(Y),{"onUpdate:checkedKeys":he,onLoad:le}),null,16,["checked-keys","expanded-keys","checkable","selectable","selected-keys","data"]))])),_:1})])),_:1}),c(i(_),null,{default:r((()=>[c(i(w),{vertical:"",style:{"padding-left":"12px"}},{default:r((()=>[c(i(w),{justify:"space-between",style:{"margin-bottom":"20px"}},{default:r((()=>[e.showCount?(a(),y("span",F,"已选择:"+s(z.value.length),1)):p("v-if",!0),e.showClear?(a(),y("span",{key:1,class:"c-select-person__clear-btn",onClick:ve},"清空")):p("v-if",!0)])),_:1}),k("div",K,[(a(!0),y(m,null,g(z.value,(e=>(a(),y("span",{class:"c-select-person__tag-item",key:e.key},[d(s(e.name)+" "+s(e.parentName?`(${e.parentName})`:"")+" "+s(e.innerItemsNum?`(${e.innerItemsNum})`:"")+" ",1),c(i(I),{class:"tag-close",component:i(T),onClick:l=>function(e){A.value=A.value.filter((l=>l!==e.key))}(e)},null,8,["component","onClick"])])))),128))])])),_:1})])),_:1})])),_:1}))}});export{P as default};
@@ -1867,6 +1867,9 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
1867
1867
  lowCodeReactions: {
1868
1868
  type: import("vue").PropType<import("..").FormLowCodeReactions.Config[]>;
1869
1869
  };
1870
+ operationalForm: {
1871
+ type: import("vue").PropType<import("..").FormOperationalConfig[]>;
1872
+ };
1870
1873
  linebarAutoHidden: {
1871
1874
  type: BooleanConstructor;
1872
1875
  };
@@ -2004,6 +2007,9 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2004
2007
  lowCodeReactions: {
2005
2008
  type: import("vue").PropType<import("..").FormLowCodeReactions.Config[]>;
2006
2009
  };
2010
+ operationalForm: {
2011
+ type: import("vue").PropType<import("..").FormOperationalConfig[]>;
2012
+ };
2007
2013
  linebarAutoHidden: {
2008
2014
  type: BooleanConstructor;
2009
2015
  };
@@ -2061,6 +2067,8 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2061
2067
  }>;
2062
2068
  lowCodeReactionsHandler: (field: string, value: unknown) => void;
2063
2069
  triggerAllReactionsHandler: () => void;
2070
+ operationalFormHandler: (field: string) => void;
2071
+ triggerAllOperationalFormHandler: () => void;
2064
2072
  schemaAdaptor: (fieldList: import("..").FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
2065
2073
  [key: symbol]: any;
2066
2074
  [key: `x-${string}`]: any;
@@ -2467,6 +2475,9 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2467
2475
  lowCodeReactions: {
2468
2476
  type: import("vue").PropType<import("..").FormLowCodeReactions.Config[]>;
2469
2477
  };
2478
+ operationalForm: {
2479
+ type: import("vue").PropType<import("..").FormOperationalConfig[]>;
2480
+ };
2470
2481
  linebarAutoHidden: {
2471
2482
  type: BooleanConstructor;
2472
2483
  };
@@ -1869,6 +1869,9 @@ declare const _default: import("vue").DefineComponent<{
1869
1869
  lowCodeReactions: {
1870
1870
  type: import("vue").PropType<import("../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
1871
1871
  };
1872
+ operationalForm: {
1873
+ type: import("vue").PropType<import("../../../../es/components/form-render").FormOperationalConfig[]>;
1874
+ };
1872
1875
  linebarAutoHidden: {
1873
1876
  type: BooleanConstructor;
1874
1877
  };
@@ -2006,6 +2009,9 @@ declare const _default: import("vue").DefineComponent<{
2006
2009
  lowCodeReactions: {
2007
2010
  type: import("vue").PropType<import("../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
2008
2011
  };
2012
+ operationalForm: {
2013
+ type: import("vue").PropType<import("../../../../es/components/form-render").FormOperationalConfig[]>;
2014
+ };
2009
2015
  linebarAutoHidden: {
2010
2016
  type: BooleanConstructor;
2011
2017
  };
@@ -2063,6 +2069,8 @@ declare const _default: import("vue").DefineComponent<{
2063
2069
  }>;
2064
2070
  lowCodeReactionsHandler: (field: string, value: unknown) => void;
2065
2071
  triggerAllReactionsHandler: () => void;
2072
+ operationalFormHandler: (field: string) => void;
2073
+ triggerAllOperationalFormHandler: () => void;
2066
2074
  schemaAdaptor: (fieldList: FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
2067
2075
  [key: symbol]: any;
2068
2076
  [key: `x-${string}`]: any;
@@ -2469,6 +2477,9 @@ declare const _default: import("vue").DefineComponent<{
2469
2477
  lowCodeReactions: {
2470
2478
  type: import("vue").PropType<import("../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
2471
2479
  };
2480
+ operationalForm: {
2481
+ type: import("vue").PropType<import("../../../../es/components/form-render").FormOperationalConfig[]>;
2482
+ };
2472
2483
  linebarAutoHidden: {
2473
2484
  type: BooleanConstructor;
2474
2485
  };
@@ -1 +1 @@
1
- var e="@cnhis-design-vue/shared",i="3.1.46-beta.24",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.1.46-beta.24",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",i="3.1.46-beta.26",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.1.46-beta.26",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.1.46-beta.24",
3
+ "version": "3.1.46-beta.26",
4
4
  "license": "ISC",
5
5
  "module": "./es/components/index.js",
6
6
  "main": "./es/components/index.js",
@@ -61,5 +61,5 @@
61
61
  "iOS 7",
62
62
  "last 3 iOS versions"
63
63
  ],
64
- "gitHead": "ce1f027f43871ea94f8c7c85d0204bd072b34f35"
64
+ "gitHead": "a8f7d7cdca3113620c2a7b0dbaf062673dfc51cc"
65
65
  }