cnhis-design-vue 3.2.3-release.0 → 3.2.3-release.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. package/es/components/big-table/index.d.ts +1 -1
  2. package/es/components/big-table/src/BigTable.vue.d.ts +1 -1
  3. package/es/components/callback/src/components/render/popupMaps.d.ts +30 -0
  4. package/es/components/fabric-chart/index.d.ts +123 -22
  5. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +115 -26
  6. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  7. package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
  8. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +79 -19
  9. package/es/components/fabric-chart/src/components/PopupTip.vue2.js +1 -1
  10. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  11. package/es/components/fabric-chart/src/hooks/index.d.ts +1 -0
  12. package/es/components/fabric-chart/src/hooks/index.js +1 -1
  13. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.d.ts +7 -0
  14. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +1 -0
  15. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +10 -0
  16. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +1 -0
  17. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +1 -1
  18. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
  19. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
  20. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +1 -1
  21. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  22. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
  23. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  24. package/es/components/fabric-chart/src/interface.d.ts +7 -3
  25. package/es/components/fabric-chart/style/index.css +1 -1
  26. package/es/components/field-set/src/FieldColor.vue.d.ts +5 -5
  27. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +5 -5
  28. package/es/components/field-set/src/components/edit-filter.vue.d.ts +2 -2
  29. package/es/components/form-config/index.d.ts +82 -0
  30. package/es/components/form-config/src/FormConfig.vue.d.ts +82 -0
  31. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +28 -0
  32. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +40 -0
  33. package/es/components/form-render/index.d.ts +28 -0
  34. package/es/components/form-render/src/FormRender.vue.d.ts +28 -0
  35. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  36. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +28 -0
  37. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +129 -0
  38. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +1 -1
  39. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +128 -0
  40. package/es/components/form-render/src/components/renderer/textarea.d.ts +6 -0
  41. package/es/components/form-render/src/components/renderer/textarea.js +1 -1
  42. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  43. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +4 -0
  44. package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
  45. package/es/components/form-render/src/types/fieldItem.d.ts +2 -0
  46. package/es/components/form-render/src/types/index.d.ts +2 -0
  47. package/es/components/form-render/style/index.css +1 -1
  48. package/es/components/iho-table/index.d.ts +2 -0
  49. package/es/components/iho-table/src/IhoTable.vue.d.ts +2 -0
  50. package/es/components/iho-table/src/hooks/tapHooks/index.js +1 -1
  51. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  52. package/es/components/iho-table/src/plugins/verticalTablePlugin/index.js +1 -1
  53. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/index.d.ts +1 -24
  54. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/index.js +1 -1
  55. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useCurrentColumn.js +1 -1
  56. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useEditCell.js +1 -1
  57. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useEventConvert.js +1 -1
  58. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useTriggerRow.js +1 -1
  59. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/renderer.js +1 -1
  60. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +1 -1
  61. package/es/components/iho-table/src/types/index.d.ts +1 -0
  62. package/es/components/iho-table/style/index.css +1 -1
  63. package/es/components/index.css +1 -1
  64. package/es/components/info-header/index.d.ts +66 -0
  65. package/es/components/info-header/src/InfoHeader.vue.d.ts +66 -0
  66. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +2 -0
  67. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +2 -0
  68. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +30 -0
  69. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +28 -0
  70. package/es/components/shortcut-setter/index.d.ts +30 -0
  71. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +30 -0
  72. package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
  73. package/es/shared/package.json.js +1 -1
  74. package/package.json +2 -2
@@ -169,6 +169,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
169
169
  wordSplitFilter: boolean;
170
170
  selectMode: boolean;
171
171
  selectedFields: string[];
172
+ linebarWidth: string | number;
173
+ linebarDirection: "horizontal" | "vertical";
172
174
  }>>>;
173
175
  };
174
176
  }, {
@@ -342,6 +344,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
342
344
  wordSplitFilter: boolean;
343
345
  selectMode: boolean;
344
346
  selectedFields: string[];
347
+ linebarWidth: string | number;
348
+ linebarDirection: "horizontal" | "vertical";
345
349
  }>>>;
346
350
  };
347
351
  }>> & {
@@ -522,6 +526,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
522
526
  wordSplitFilter: boolean;
523
527
  selectMode: boolean;
524
528
  selectedFields: string[];
529
+ linebarWidth: string | number;
530
+ linebarDirection: "horizontal" | "vertical";
525
531
  }>>;
526
532
  };
527
533
  themeOverrides: import("naive-ui").GlobalThemeOverrides;
@@ -775,6 +781,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
775
781
  wordSplitFilter: boolean;
776
782
  selectMode: boolean;
777
783
  selectedFields: string[];
784
+ linebarWidth: string | number;
785
+ linebarDirection: "horizontal" | "vertical";
778
786
  }>) => Record<string, import("@formily/json-schema").Stringify<{
779
787
  [key: symbol]: any;
780
788
  [key: `x-${string}`]: any;
@@ -2797,6 +2805,14 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
2797
2805
  selectedFields: {
2798
2806
  type: import("vue").PropType<string[]>;
2799
2807
  };
2808
+ linebarDirection: {
2809
+ type: import("vue").PropType<"horizontal" | "vertical">;
2810
+ default: string;
2811
+ };
2812
+ linebarWidth: {
2813
+ type: (NumberConstructor | StringConstructor)[];
2814
+ default: number;
2815
+ };
2800
2816
  }, {
2801
2817
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2802
2818
  fieldList: {
@@ -2971,6 +2987,14 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
2971
2987
  selectedFields: {
2972
2988
  type: import("vue").PropType<string[]>;
2973
2989
  };
2990
+ linebarDirection: {
2991
+ type: import("vue").PropType<"horizontal" | "vertical">;
2992
+ default: string;
2993
+ };
2994
+ linebarWidth: {
2995
+ type: (NumberConstructor | StringConstructor)[];
2996
+ default: number;
2997
+ };
2974
2998
  }>> & {
2975
2999
  onFormChange?: ((...args: any[]) => any) | undefined;
2976
3000
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -3140,6 +3164,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3140
3164
  wordSplitFilter: boolean;
3141
3165
  selectMode: boolean;
3142
3166
  selectedFields: string[];
3167
+ linebarWidth: string | number;
3168
+ linebarDirection: "horizontal" | "vertical";
3143
3169
  }>) => Record<string, import("@formily/json-schema").Stringify<{
3144
3170
  [key: symbol]: any;
3145
3171
  [key: `x-${string}`]: any;
@@ -3490,6 +3516,14 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3490
3516
  selectedFields: {
3491
3517
  type: import("vue").PropType<string[]>;
3492
3518
  };
3519
+ linebarDirection: {
3520
+ type: import("vue").PropType<"horizontal" | "vertical">;
3521
+ default: string;
3522
+ };
3523
+ linebarWidth: {
3524
+ type: (NumberConstructor | StringConstructor)[];
3525
+ default: number;
3526
+ };
3493
3527
  }>> & {
3494
3528
  onFormChange?: ((...args: any[]) => any) | undefined;
3495
3529
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -3513,6 +3547,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3513
3547
  forceClearable: boolean;
3514
3548
  wordSplitFilter: boolean;
3515
3549
  selectMode: boolean;
3550
+ linebarWidth: string | number;
3551
+ linebarDirection: "horizontal" | "vertical";
3516
3552
  operationalFormInit: boolean;
3517
3553
  }>;
3518
3554
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
@@ -3810,6 +3846,14 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3810
3846
  selectedFields: {
3811
3847
  type: import("vue").PropType<string[]>;
3812
3848
  };
3849
+ linebarDirection: {
3850
+ type: import("vue").PropType<"horizontal" | "vertical">;
3851
+ default: string;
3852
+ };
3853
+ linebarWidth: {
3854
+ type: (NumberConstructor | StringConstructor)[];
3855
+ default: number;
3856
+ };
3813
3857
  }, {
3814
3858
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3815
3859
  fieldList: {
@@ -3984,6 +4028,14 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3984
4028
  selectedFields: {
3985
4029
  type: import("vue").PropType<string[]>;
3986
4030
  };
4031
+ linebarDirection: {
4032
+ type: import("vue").PropType<"horizontal" | "vertical">;
4033
+ default: string;
4034
+ };
4035
+ linebarWidth: {
4036
+ type: (NumberConstructor | StringConstructor)[];
4037
+ default: number;
4038
+ };
3987
4039
  }>> & {
3988
4040
  onFormChange?: ((...args: any[]) => any) | undefined;
3989
4041
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -4153,6 +4205,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
4153
4205
  wordSplitFilter: boolean;
4154
4206
  selectMode: boolean;
4155
4207
  selectedFields: string[];
4208
+ linebarWidth: string | number;
4209
+ linebarDirection: "horizontal" | "vertical";
4156
4210
  }>) => Record<string, import("@formily/json-schema").Stringify<{
4157
4211
  [key: symbol]: any;
4158
4212
  [key: `x-${string}`]: any;
@@ -4503,6 +4557,14 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
4503
4557
  selectedFields: {
4504
4558
  type: import("vue").PropType<string[]>;
4505
4559
  };
4560
+ linebarDirection: {
4561
+ type: import("vue").PropType<"horizontal" | "vertical">;
4562
+ default: string;
4563
+ };
4564
+ linebarWidth: {
4565
+ type: (NumberConstructor | StringConstructor)[];
4566
+ default: number;
4567
+ };
4506
4568
  }>> & {
4507
4569
  onFormChange?: ((...args: any[]) => any) | undefined;
4508
4570
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -4526,6 +4588,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
4526
4588
  forceClearable: boolean;
4527
4589
  wordSplitFilter: boolean;
4528
4590
  selectMode: boolean;
4591
+ linebarWidth: string | number;
4592
+ linebarDirection: "horizontal" | "vertical";
4529
4593
  operationalFormInit: boolean;
4530
4594
  }>;
4531
4595
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
@@ -4712,6 +4776,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
4712
4776
  wordSplitFilter: boolean;
4713
4777
  selectMode: boolean;
4714
4778
  selectedFields: string[];
4779
+ linebarWidth: string | number;
4780
+ linebarDirection: "horizontal" | "vertical";
4715
4781
  }>>>;
4716
4782
  };
4717
4783
  }>> & {
@@ -170,6 +170,8 @@ declare const _default: import("vue").DefineComponent<{
170
170
  wordSplitFilter: boolean;
171
171
  selectMode: boolean;
172
172
  selectedFields: string[];
173
+ linebarWidth: string | number;
174
+ linebarDirection: "horizontal" | "vertical";
173
175
  }>>>;
174
176
  };
175
177
  }, {
@@ -341,6 +343,8 @@ declare const _default: import("vue").DefineComponent<{
341
343
  wordSplitFilter: boolean;
342
344
  selectMode: boolean;
343
345
  selectedFields: string[];
346
+ linebarWidth: string | number;
347
+ linebarDirection: "horizontal" | "vertical";
344
348
  }>>>;
345
349
  };
346
350
  }>> & {
@@ -517,6 +521,8 @@ declare const _default: import("vue").DefineComponent<{
517
521
  wordSplitFilter: boolean;
518
522
  selectMode: boolean;
519
523
  selectedFields: string[];
524
+ linebarWidth: string | number;
525
+ linebarDirection: "horizontal" | "vertical";
520
526
  }>>;
521
527
  };
522
528
  themeOverrides: import("naive-ui").GlobalThemeOverrides;
@@ -770,6 +776,8 @@ declare const _default: import("vue").DefineComponent<{
770
776
  wordSplitFilter: boolean;
771
777
  selectMode: boolean;
772
778
  selectedFields: string[];
779
+ linebarWidth: string | number;
780
+ linebarDirection: "horizontal" | "vertical";
773
781
  }>) => Record<string, import("@formily/json-schema").Stringify<{
774
782
  [key: symbol]: any;
775
783
  [key: `x-${string}`]: any;
@@ -2792,6 +2800,14 @@ declare const _default: import("vue").DefineComponent<{
2792
2800
  selectedFields: {
2793
2801
  type: PropType<string[]>;
2794
2802
  };
2803
+ linebarDirection: {
2804
+ type: PropType<"horizontal" | "vertical">;
2805
+ default: string;
2806
+ };
2807
+ linebarWidth: {
2808
+ type: (NumberConstructor | StringConstructor)[];
2809
+ default: number;
2810
+ };
2795
2811
  }, {
2796
2812
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2797
2813
  fieldList: {
@@ -2966,6 +2982,14 @@ declare const _default: import("vue").DefineComponent<{
2966
2982
  selectedFields: {
2967
2983
  type: PropType<string[]>;
2968
2984
  };
2985
+ linebarDirection: {
2986
+ type: PropType<"horizontal" | "vertical">;
2987
+ default: string;
2988
+ };
2989
+ linebarWidth: {
2990
+ type: (NumberConstructor | StringConstructor)[];
2991
+ default: number;
2992
+ };
2969
2993
  }>> & {
2970
2994
  onFormChange?: ((...args: any[]) => any) | undefined;
2971
2995
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -3135,6 +3159,8 @@ declare const _default: import("vue").DefineComponent<{
3135
3159
  wordSplitFilter: boolean;
3136
3160
  selectMode: boolean;
3137
3161
  selectedFields: string[];
3162
+ linebarWidth: string | number;
3163
+ linebarDirection: "horizontal" | "vertical";
3138
3164
  }>) => Record<string, import("@formily/json-schema").Stringify<{
3139
3165
  [key: symbol]: any;
3140
3166
  [key: `x-${string}`]: any;
@@ -3485,6 +3511,14 @@ declare const _default: import("vue").DefineComponent<{
3485
3511
  selectedFields: {
3486
3512
  type: PropType<string[]>;
3487
3513
  };
3514
+ linebarDirection: {
3515
+ type: PropType<"horizontal" | "vertical">;
3516
+ default: string;
3517
+ };
3518
+ linebarWidth: {
3519
+ type: (NumberConstructor | StringConstructor)[];
3520
+ default: number;
3521
+ };
3488
3522
  }>> & {
3489
3523
  onFormChange?: ((...args: any[]) => any) | undefined;
3490
3524
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -3508,6 +3542,8 @@ declare const _default: import("vue").DefineComponent<{
3508
3542
  forceClearable: boolean;
3509
3543
  wordSplitFilter: boolean;
3510
3544
  selectMode: boolean;
3545
+ linebarWidth: string | number;
3546
+ linebarDirection: "horizontal" | "vertical";
3511
3547
  operationalFormInit: boolean;
3512
3548
  }>;
3513
3549
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
@@ -3805,6 +3841,14 @@ declare const _default: import("vue").DefineComponent<{
3805
3841
  selectedFields: {
3806
3842
  type: PropType<string[]>;
3807
3843
  };
3844
+ linebarDirection: {
3845
+ type: PropType<"horizontal" | "vertical">;
3846
+ default: string;
3847
+ };
3848
+ linebarWidth: {
3849
+ type: (NumberConstructor | StringConstructor)[];
3850
+ default: number;
3851
+ };
3808
3852
  }, {
3809
3853
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3810
3854
  fieldList: {
@@ -3979,6 +4023,14 @@ declare const _default: import("vue").DefineComponent<{
3979
4023
  selectedFields: {
3980
4024
  type: PropType<string[]>;
3981
4025
  };
4026
+ linebarDirection: {
4027
+ type: PropType<"horizontal" | "vertical">;
4028
+ default: string;
4029
+ };
4030
+ linebarWidth: {
4031
+ type: (NumberConstructor | StringConstructor)[];
4032
+ default: number;
4033
+ };
3982
4034
  }>> & {
3983
4035
  onFormChange?: ((...args: any[]) => any) | undefined;
3984
4036
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -4148,6 +4200,8 @@ declare const _default: import("vue").DefineComponent<{
4148
4200
  wordSplitFilter: boolean;
4149
4201
  selectMode: boolean;
4150
4202
  selectedFields: string[];
4203
+ linebarWidth: string | number;
4204
+ linebarDirection: "horizontal" | "vertical";
4151
4205
  }>) => Record<string, import("@formily/json-schema").Stringify<{
4152
4206
  [key: symbol]: any;
4153
4207
  [key: `x-${string}`]: any;
@@ -4498,6 +4552,14 @@ declare const _default: import("vue").DefineComponent<{
4498
4552
  selectedFields: {
4499
4553
  type: PropType<string[]>;
4500
4554
  };
4555
+ linebarDirection: {
4556
+ type: PropType<"horizontal" | "vertical">;
4557
+ default: string;
4558
+ };
4559
+ linebarWidth: {
4560
+ type: (NumberConstructor | StringConstructor)[];
4561
+ default: number;
4562
+ };
4501
4563
  }>> & {
4502
4564
  onFormChange?: ((...args: any[]) => any) | undefined;
4503
4565
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -4521,6 +4583,8 @@ declare const _default: import("vue").DefineComponent<{
4521
4583
  forceClearable: boolean;
4522
4584
  wordSplitFilter: boolean;
4523
4585
  selectMode: boolean;
4586
+ linebarWidth: string | number;
4587
+ linebarDirection: "horizontal" | "vertical";
4524
4588
  operationalFormInit: boolean;
4525
4589
  }>;
4526
4590
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
@@ -4705,6 +4769,8 @@ declare const _default: import("vue").DefineComponent<{
4705
4769
  wordSplitFilter: boolean;
4706
4770
  selectMode: boolean;
4707
4771
  selectedFields: string[];
4772
+ linebarWidth: string | number;
4773
+ linebarDirection: "horizontal" | "vertical";
4708
4774
  }>>>;
4709
4775
  };
4710
4776
  }>> & {
@@ -136,6 +136,8 @@ declare const _default: import("vue").DefineComponent<{
136
136
  wordSplitFilter: boolean;
137
137
  selectMode: boolean;
138
138
  selectedFields: string[];
139
+ linebarWidth: string | number;
140
+ linebarDirection: "horizontal" | "vertical";
139
141
  }>) => Record<string, import("@formily/vue").Stringify<{
140
142
  [key: symbol]: any;
141
143
  [key: `x-${string}`]: any;
@@ -224,6 +224,8 @@ declare const _default: import("vue").DefineComponent<{
224
224
  wordSplitFilter: boolean;
225
225
  selectMode: boolean;
226
226
  selectedFields: string[];
227
+ linebarWidth: string | number;
228
+ linebarDirection: "horizontal" | "vertical";
227
229
  }>) => Record<string, import("@formily/json-schema").Stringify<{
228
230
  [key: symbol]: any;
229
231
  [key: `x-${string}`]: any;
@@ -291,6 +291,8 @@ declare const _default: import("vue").DefineComponent<{
291
291
  wordSplitFilter: boolean;
292
292
  selectMode: boolean;
293
293
  selectedFields: string[];
294
+ linebarWidth: string | number;
295
+ linebarDirection: "horizontal" | "vertical";
294
296
  }>) => Record<string, import("@formily/json-schema").Stringify<{
295
297
  [key: symbol]: any;
296
298
  [key: `x-${string}`]: any;
@@ -2313,6 +2315,14 @@ declare const _default: import("vue").DefineComponent<{
2313
2315
  selectedFields: {
2314
2316
  type: import("vue").PropType<string[]>;
2315
2317
  };
2318
+ linebarDirection: {
2319
+ type: import("vue").PropType<"horizontal" | "vertical">;
2320
+ default: string;
2321
+ };
2322
+ linebarWidth: {
2323
+ type: (NumberConstructor | StringConstructor)[];
2324
+ default: number;
2325
+ };
2316
2326
  }, {
2317
2327
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2318
2328
  fieldList: {
@@ -2487,6 +2497,14 @@ declare const _default: import("vue").DefineComponent<{
2487
2497
  selectedFields: {
2488
2498
  type: import("vue").PropType<string[]>;
2489
2499
  };
2500
+ linebarDirection: {
2501
+ type: import("vue").PropType<"horizontal" | "vertical">;
2502
+ default: string;
2503
+ };
2504
+ linebarWidth: {
2505
+ type: (NumberConstructor | StringConstructor)[];
2506
+ default: number;
2507
+ };
2490
2508
  }>> & {
2491
2509
  onFormChange?: ((...args: any[]) => any) | undefined;
2492
2510
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -2656,6 +2674,8 @@ declare const _default: import("vue").DefineComponent<{
2656
2674
  wordSplitFilter: boolean;
2657
2675
  selectMode: boolean;
2658
2676
  selectedFields: string[];
2677
+ linebarWidth: string | number;
2678
+ linebarDirection: "horizontal" | "vertical";
2659
2679
  }>) => Record<string, import("@formily/json-schema").Stringify<{
2660
2680
  [key: symbol]: any;
2661
2681
  [key: `x-${string}`]: any;
@@ -3006,6 +3026,14 @@ declare const _default: import("vue").DefineComponent<{
3006
3026
  selectedFields: {
3007
3027
  type: import("vue").PropType<string[]>;
3008
3028
  };
3029
+ linebarDirection: {
3030
+ type: import("vue").PropType<"horizontal" | "vertical">;
3031
+ default: string;
3032
+ };
3033
+ linebarWidth: {
3034
+ type: (NumberConstructor | StringConstructor)[];
3035
+ default: number;
3036
+ };
3009
3037
  }>> & {
3010
3038
  onFormChange?: ((...args: any[]) => any) | undefined;
3011
3039
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -3029,6 +3057,8 @@ declare const _default: import("vue").DefineComponent<{
3029
3057
  forceClearable: boolean;
3030
3058
  wordSplitFilter: boolean;
3031
3059
  selectMode: boolean;
3060
+ linebarWidth: string | number;
3061
+ linebarDirection: "horizontal" | "vertical";
3032
3062
  operationalFormInit: boolean;
3033
3063
  }>;
3034
3064
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
@@ -227,6 +227,14 @@ declare const _default: import("vue").DefineComponent<{
227
227
  selectedFields: {
228
228
  type: import("vue").PropType<string[]>;
229
229
  };
230
+ linebarDirection: {
231
+ type: import("vue").PropType<"horizontal" | "vertical">;
232
+ default: string;
233
+ };
234
+ linebarWidth: {
235
+ type: (NumberConstructor | StringConstructor)[];
236
+ default: number;
237
+ };
230
238
  }, {
231
239
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
232
240
  fieldList: {
@@ -401,6 +409,14 @@ declare const _default: import("vue").DefineComponent<{
401
409
  selectedFields: {
402
410
  type: import("vue").PropType<string[]>;
403
411
  };
412
+ linebarDirection: {
413
+ type: import("vue").PropType<"horizontal" | "vertical">;
414
+ default: string;
415
+ };
416
+ linebarWidth: {
417
+ type: (NumberConstructor | StringConstructor)[];
418
+ default: number;
419
+ };
404
420
  }>> & {
405
421
  onFormChange?: ((...args: any[]) => any) | undefined;
406
422
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -570,6 +586,8 @@ declare const _default: import("vue").DefineComponent<{
570
586
  wordSplitFilter: boolean;
571
587
  selectMode: boolean;
572
588
  selectedFields: string[];
589
+ linebarWidth: string | number;
590
+ linebarDirection: "horizontal" | "vertical";
573
591
  }>) => Record<string, import("@formily/json-schema").Stringify<{
574
592
  [key: symbol]: any;
575
593
  [key: `x-${string}`]: any;
@@ -920,6 +938,14 @@ declare const _default: import("vue").DefineComponent<{
920
938
  selectedFields: {
921
939
  type: import("vue").PropType<string[]>;
922
940
  };
941
+ linebarDirection: {
942
+ type: import("vue").PropType<"horizontal" | "vertical">;
943
+ default: string;
944
+ };
945
+ linebarWidth: {
946
+ type: (NumberConstructor | StringConstructor)[];
947
+ default: number;
948
+ };
923
949
  }>> & {
924
950
  onFormChange?: ((...args: any[]) => any) | undefined;
925
951
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -943,6 +969,8 @@ declare const _default: import("vue").DefineComponent<{
943
969
  forceClearable: boolean;
944
970
  wordSplitFilter: boolean;
945
971
  selectMode: boolean;
972
+ linebarWidth: string | number;
973
+ linebarDirection: "horizontal" | "vertical";
946
974
  operationalFormInit: boolean;
947
975
  }>;
948
976
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
@@ -194,6 +194,8 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
194
194
  bordered?: string | boolean | undefined;
195
195
  displayMode?: "table" | "form" | undefined;
196
196
  editor_title?: string | undefined;
197
+ linebarWidth?: string | undefined;
198
+ linebarDirection?: "horizontal" | "vertical" | undefined;
197
199
  fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
198
200
  content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
199
201
  lazyRequest?: boolean | undefined;
@@ -1956,6 +1958,14 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
1956
1958
  selectedFields: {
1957
1959
  type: import("vue").PropType<string[]>;
1958
1960
  };
1961
+ linebarDirection: {
1962
+ type: import("vue").PropType<"horizontal" | "vertical">;
1963
+ default: string;
1964
+ };
1965
+ linebarWidth: {
1966
+ type: (NumberConstructor | StringConstructor)[];
1967
+ default: number;
1968
+ };
1959
1969
  }, {
1960
1970
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1961
1971
  fieldList: {
@@ -2130,6 +2140,14 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2130
2140
  selectedFields: {
2131
2141
  type: import("vue").PropType<string[]>;
2132
2142
  };
2143
+ linebarDirection: {
2144
+ type: import("vue").PropType<"horizontal" | "vertical">;
2145
+ default: string;
2146
+ };
2147
+ linebarWidth: {
2148
+ type: (NumberConstructor | StringConstructor)[];
2149
+ default: number;
2150
+ };
2133
2151
  }>> & {
2134
2152
  onFormChange?: ((...args: any[]) => any) | undefined;
2135
2153
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -2299,6 +2317,8 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2299
2317
  wordSplitFilter: boolean;
2300
2318
  selectMode: boolean;
2301
2319
  selectedFields: string[];
2320
+ linebarWidth: string | number;
2321
+ linebarDirection: "horizontal" | "vertical";
2302
2322
  }>) => Record<string, import("@formily/json-schema").Stringify<{
2303
2323
  [key: symbol]: any;
2304
2324
  [key: `x-${string}`]: any;
@@ -2649,6 +2669,14 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2649
2669
  selectedFields: {
2650
2670
  type: import("vue").PropType<string[]>;
2651
2671
  };
2672
+ linebarDirection: {
2673
+ type: import("vue").PropType<"horizontal" | "vertical">;
2674
+ default: string;
2675
+ };
2676
+ linebarWidth: {
2677
+ type: (NumberConstructor | StringConstructor)[];
2678
+ default: number;
2679
+ };
2652
2680
  }>> & {
2653
2681
  onFormChange?: ((...args: any[]) => any) | undefined;
2654
2682
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -2672,6 +2700,8 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2672
2700
  forceClearable: boolean;
2673
2701
  wordSplitFilter: boolean;
2674
2702
  selectMode: boolean;
2703
+ linebarWidth: string | number;
2704
+ linebarDirection: "horizontal" | "vertical";
2675
2705
  operationalFormInit: boolean;
2676
2706
  }>;
2677
2707
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
@@ -197,6 +197,8 @@ declare const _default: import("vue").DefineComponent<{
197
197
  bordered?: string | boolean | undefined;
198
198
  displayMode?: "table" | "form" | undefined;
199
199
  editor_title?: string | undefined;
200
+ linebarWidth?: string | undefined;
201
+ linebarDirection?: "horizontal" | "vertical" | undefined;
200
202
  fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
201
203
  content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
202
204
  lazyRequest?: boolean | undefined;
@@ -1959,6 +1961,14 @@ declare const _default: import("vue").DefineComponent<{
1959
1961
  selectedFields: {
1960
1962
  type: import("vue").PropType<string[]>;
1961
1963
  };
1964
+ linebarDirection: {
1965
+ type: import("vue").PropType<"horizontal" | "vertical">;
1966
+ default: string;
1967
+ };
1968
+ linebarWidth: {
1969
+ type: (NumberConstructor | StringConstructor)[];
1970
+ default: number;
1971
+ };
1962
1972
  }, {
1963
1973
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1964
1974
  fieldList: {
@@ -2133,6 +2143,14 @@ declare const _default: import("vue").DefineComponent<{
2133
2143
  selectedFields: {
2134
2144
  type: import("vue").PropType<string[]>;
2135
2145
  };
2146
+ linebarDirection: {
2147
+ type: import("vue").PropType<"horizontal" | "vertical">;
2148
+ default: string;
2149
+ };
2150
+ linebarWidth: {
2151
+ type: (NumberConstructor | StringConstructor)[];
2152
+ default: number;
2153
+ };
2136
2154
  }>> & {
2137
2155
  onFormChange?: ((...args: any[]) => any) | undefined;
2138
2156
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -2302,6 +2320,8 @@ declare const _default: import("vue").DefineComponent<{
2302
2320
  wordSplitFilter: boolean;
2303
2321
  selectMode: boolean;
2304
2322
  selectedFields: string[];
2323
+ linebarWidth: string | number;
2324
+ linebarDirection: "horizontal" | "vertical";
2305
2325
  }>) => Record<string, import("@formily/json-schema").Stringify<{
2306
2326
  [key: symbol]: any;
2307
2327
  [key: `x-${string}`]: any;
@@ -2652,6 +2672,14 @@ declare const _default: import("vue").DefineComponent<{
2652
2672
  selectedFields: {
2653
2673
  type: import("vue").PropType<string[]>;
2654
2674
  };
2675
+ linebarDirection: {
2676
+ type: import("vue").PropType<"horizontal" | "vertical">;
2677
+ default: string;
2678
+ };
2679
+ linebarWidth: {
2680
+ type: (NumberConstructor | StringConstructor)[];
2681
+ default: number;
2682
+ };
2655
2683
  }>> & {
2656
2684
  onFormChange?: ((...args: any[]) => any) | undefined;
2657
2685
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -2675,6 +2703,8 @@ declare const _default: import("vue").DefineComponent<{
2675
2703
  forceClearable: boolean;
2676
2704
  wordSplitFilter: boolean;
2677
2705
  selectMode: boolean;
2706
+ linebarWidth: string | number;
2707
+ linebarDirection: "horizontal" | "vertical";
2678
2708
  operationalFormInit: boolean;
2679
2709
  }>;
2680
2710
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
@@ -1 +1 @@
1
- import{defineComponent as e,computed as l,ref as t,watch as u,createVNode as n,mergeProps as o}from"vue";import{findAncestor as a}from"../../utils/index.js";import{isArray as s,isString as i,isNumber as r,isObject as v}from"lodash-es";import{NInput as p,NDropdown as c}from"naive-ui";import"../../../components/form-render/index.js";import{createInputSlot as m}from"../../../components/form-render/src/utils/index.js";var f=e({props:{value:{type:[Number,String]},onChange:{type:Function,default:()=>({})},prefix:{type:[String,Function,Object]},suffix:{type:[String,Function,Object]},precision:{type:Number},whiteList:{type:Array},inputProps:{type:Object},popperProps:{type:Object},slashSymbol:{type:String,default:"/"}},emits:["select"],setup(e,{emit:f}){const d=m(e),h=l((()=>s(e.whiteList)?e.whiteList.reduce(((e,l)=>(i(l)&&e.push({label:l,value:l}),e)),[]):[]));function g(e=-1){const l=r(+e)&&e>=0?+e:null;return new RegExp(`^-?(0|[1-9][0-9]*)?${0===l?"":`(\\.[0-9]${r(l)?`{0,${l}}`:"*"})?`}$`)}const y=g(),b=t(),S=l({get:()=>b.value,set:l=>r(l)?b.value=l+"":i(l)?l.endsWith(e.slashSymbol)?b.value=e.slashSymbol:void(b.value=h.value.some((e=>e.label===l))||y.test(l)?l:""):void 0});function j(){if(S.value===e.slashSymbol||function(e,l=!1){return h.value.length&&h.value.some((({value:t})=>l?t.includes(e):t===e))}(S.value))e.onChange(S.value);else if(i(S.value)&&"-"!==S.value)if(y.test(S.value)){const l=S.value.endsWith(".")?S.value.slice(0,-1):S.value;e.onChange(S.value=l)}else S.value=e.value;else S.value=e.value}u((()=>e.value),(e=>S.value=e),{immediate:!0});const w=t(!1),x=t();function $(){w.value=!0}function C(e){var l;if(!e.target)return;const t=e.target;(null==(l=x.value)?void 0:l.$el)&&a(t,(e=>e===x.value.$el))||(w.value=!1)}function F(e,l){var t,u;console.log("option=>",l),v(l)&&(S.value=l.value,null==(u=null==(t=x.value)?void 0:t.focus)||u.call(t),f("select",l))}const O=l((()=>g(e.precision)));function P(l){return!(null!=l&&""!==l&&l!==e.slashSymbol&&i(l)&&!l.endsWith(e.slashSymbol))||(!(!h.value.length||!h.value.some((e=>e.label.includes(l))))||O.value.test(l)&&"-."!==l&&!l.startsWith("."))}return()=>{const l=n(p,o({ref:x,value:S.value,"onUpdate:value":e=>S.value=e,"allow-input":P,onBlur:j,onClick:$,onFocus:$},e.inputProps),d.value);return h.value.length?n(c,o({onSelect:F,options:h.value,show:w.value,width:"trigger",onClickoutside:C},e.popperProps),{default:()=>l}):l}}});export{f as default};
1
+ import{defineComponent as e,computed as l,ref as t,watch as u,createVNode as n,mergeProps as a}from"vue";import{findAncestor as o}from"../../utils/index.js";import{isArray as s,isString as i,isNumber as r,isObject as v}from"lodash-es";import{NInput as p,NDropdown as c}from"naive-ui";import"../../../components/form-render/index.js";import{createInputSlot as m}from"../../../components/form-render/src/utils/index.js";var f=e({props:{value:{type:[Number,String]},onChange:{type:Function,default:()=>({})},prefix:{type:[String,Function,Object]},suffix:{type:[String,Function,Object]},precision:{type:Number},whiteList:{type:Array},inputProps:{type:Object},popperProps:{type:Object},slashSymbol:{type:String,default:"/"}},emits:["select"],setup(e,{emit:f}){const d=m(e),h=l((()=>s(e.whiteList)?e.whiteList.reduce(((e,l)=>(i(l)&&e.push({label:l,value:l}),e)),[]):[]));function g(e=-1){const l=r(+e)&&e>=0?+e:null;return new RegExp(`^-?(0|[1-9][0-9]*)?${0===l?"":`(\\.[0-9]${r(l)?`{0,${l}}`:"*"})?`}$`)}const y=g(),b=t(),S=l({get:()=>b.value,set:l=>null==l?b.value="":r(l)?b.value=l+"":i(l)?l.endsWith(e.slashSymbol)?b.value=e.slashSymbol:void(b.value=h.value.some((e=>e.label===l))||y.test(l)?l:""):void 0});function j(){if(S.value===e.slashSymbol||function(e,l=!1){return h.value.length&&h.value.some((({value:t})=>l?t.includes(e):t===e))}(S.value))e.onChange(S.value);else if(i(S.value)&&"-"!==S.value)if(y.test(S.value)){const l=S.value.endsWith(".")?S.value.slice(0,-1):S.value;e.onChange(S.value=l)}else S.value=e.value;else S.value=e.value}u((()=>e.value),(e=>S.value=e),{immediate:!0});const w=t(!1),x=t();function $(){w.value=!0}function C(e){var l;if(!e.target)return;const t=e.target;(null==(l=x.value)?void 0:l.$el)&&o(t,(e=>e===x.value.$el))||(w.value=!1)}function F(e,l){var t,u;v(l)&&(S.value=l.value,null==(u=null==(t=x.value)?void 0:t.focus)||u.call(t),f("select",l))}const O=l((()=>g(e.precision)));function P(l){return!(null!=l&&""!==l&&l!==e.slashSymbol&&i(l)&&!l.endsWith(e.slashSymbol))||(!(!h.value.length||!h.value.some((e=>e.label.includes(l))))||O.value.test(l)&&"-."!==l&&!l.startsWith("."))}return()=>{const l=n(p,a({ref:x,value:S.value,"onUpdate:value":e=>S.value=e,"allow-input":P,onBlur:j,onClick:$,onFocus:$},e.inputProps),d.value);return h.value.length?n(c,a({onSelect:F,options:h.value,show:w.value,width:"trigger",onClickoutside:C},e.popperProps),{default:()=>l}):l}}});export{f as default};
@@ -1 +1 @@
1
- var e="@cnhis-design-vue/shared",s="3.2.3-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.3-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};
1
+ var e="@cnhis-design-vue/shared",s="3.2.3-release.1",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.3-release.1",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};