cnhis-design-vue 3.1.42-beta.50 → 3.1.42-beta.52

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 (63) hide show
  1. package/es/components/button-print/index.d.ts +28 -3
  2. package/es/components/button-print/src/ButtonPrint.vue.d.ts +20 -4
  3. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  4. package/es/components/form-config/index.d.ts +36 -5
  5. package/es/components/form-config/src/FormConfig.vue.d.ts +36 -5
  6. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +13 -0
  7. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +19 -3
  8. package/es/components/form-render/index.d.ts +13 -0
  9. package/es/components/form-render/src/FormRender.vue.d.ts +13 -0
  10. package/es/components/form-render/src/FormRender.vue.js +1 -1
  11. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +13 -0
  12. package/es/components/form-render/src/components/renderer/date.d.ts +4 -0
  13. package/es/components/form-render/src/components/renderer/date.js +1 -1
  14. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  15. package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
  16. package/es/components/form-render/src/types/fieldItem.d.ts +2 -4
  17. package/es/components/form-render/style/index.css +1 -1
  18. package/es/components/iho-table/src/constants/index.d.ts +1 -0
  19. package/es/components/iho-table/src/constants/index.js +1 -1
  20. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
  21. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
  22. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  23. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +1 -1
  24. package/es/components/iho-table/src/types/index.d.ts +1 -0
  25. package/es/components/iho-table/src/utils/index.d.ts +4 -3
  26. package/es/components/iho-table/src/utils/index.js +1 -1
  27. package/es/components/index.css +1 -1
  28. package/es/components/index.d.ts +1 -0
  29. package/es/components/info-header/index.d.ts +26 -0
  30. package/es/components/info-header/src/InfoHeader.vue.d.ts +26 -0
  31. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +13 -0
  32. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +13 -0
  33. package/es/components/info-header/style/index.css +1 -1
  34. package/es/components/scale-view/index.d.ts +9 -130
  35. package/es/components/scale-view/src/ScaleView.vue.d.ts +8 -130
  36. package/es/components/scale-view/src/ScaleView.vue.js +1 -1
  37. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +1 -43
  38. package/es/components/scale-view/src/components/AnswerParse.vue.js +1 -1
  39. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +0 -42
  40. package/es/components/scale-view/src/components/EvaluateCountdown.vue.js +1 -1
  41. package/es/components/scale-view/src/components/formitem/r-sign.js +1 -1
  42. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +4 -4
  43. package/es/components/scale-view/src/components/formitem/standard-modal.js +1 -1
  44. package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +5 -1
  45. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
  46. package/es/components/scale-view/src/types/index.d.ts +7 -0
  47. package/es/components/scale-view/src/types/index.js +1 -0
  48. package/es/components/scale-view/style/index.css +1 -1
  49. package/es/components/scale-view/style/scale-view-iconfont.ttf +0 -0
  50. package/es/components/shortcut-setter/index.d.ts +15 -1
  51. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +15 -1
  52. package/es/shared/utils/anime.d.ts +1 -1
  53. package/es/shared/utils/anime.js +1 -1
  54. package/package.json +2 -2
  55. package/es/components/form-render/src/components/renderer/dist/levelSearchCascader.d.ts +0 -77
  56. package/es/components/form-render/src/components/renderer/dist/searchCascade.d.ts +0 -75
  57. package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +0 -3
  58. package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +0 -3
  59. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/defaultRendererPlugin.d.ts +0 -3
  60. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/seqRendererPlugin.d.ts +0 -3
  61. package/es/components/scale-view/src/components/formitem/dist/r-address.d.ts +0 -36
  62. package/es/components/search-cascader/src/components/dist/SearchMenu.d.ts +0 -57
  63. package/es/components/search-cascader/src/components/dist/SearchMenu1.d.ts +0 -57
@@ -2587,6 +2587,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
2587
2587
  linebarAutoHidden: {
2588
2588
  type: BooleanConstructor;
2589
2589
  };
2590
+ bordered: {
2591
+ type: BooleanConstructor;
2592
+ default: boolean;
2593
+ };
2590
2594
  }, {
2591
2595
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2592
2596
  fieldList: {
@@ -2715,6 +2719,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
2715
2719
  linebarAutoHidden: {
2716
2720
  type: BooleanConstructor;
2717
2721
  };
2722
+ bordered: {
2723
+ type: BooleanConstructor;
2724
+ default: boolean;
2725
+ };
2718
2726
  }>> & {
2719
2727
  onFormChange?: ((...args: any[]) => any) | undefined;
2720
2728
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -3158,6 +3166,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3158
3166
  linebarAutoHidden: {
3159
3167
  type: BooleanConstructor;
3160
3168
  };
3169
+ bordered: {
3170
+ type: BooleanConstructor;
3171
+ default: boolean;
3172
+ };
3161
3173
  }>> & {
3162
3174
  onFormChange?: ((...args: any[]) => any) | undefined;
3163
3175
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -3173,6 +3185,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3173
3185
  consumer: boolean;
3174
3186
  enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
3175
3187
  linebarAutoHidden: boolean;
3188
+ bordered: boolean;
3176
3189
  }>;
3177
3190
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
3178
3191
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -3422,6 +3435,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3422
3435
  linebarAutoHidden: {
3423
3436
  type: BooleanConstructor;
3424
3437
  };
3438
+ bordered: {
3439
+ type: BooleanConstructor;
3440
+ default: boolean;
3441
+ };
3425
3442
  }, {
3426
3443
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3427
3444
  fieldList: {
@@ -3550,6 +3567,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3550
3567
  linebarAutoHidden: {
3551
3568
  type: BooleanConstructor;
3552
3569
  };
3570
+ bordered: {
3571
+ type: BooleanConstructor;
3572
+ default: boolean;
3573
+ };
3553
3574
  }>> & {
3554
3575
  onFormChange?: ((...args: any[]) => any) | undefined;
3555
3576
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -3993,6 +4014,10 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3993
4014
  linebarAutoHidden: {
3994
4015
  type: BooleanConstructor;
3995
4016
  };
4017
+ bordered: {
4018
+ type: BooleanConstructor;
4019
+ default: boolean;
4020
+ };
3996
4021
  }>> & {
3997
4022
  onFormChange?: ((...args: any[]) => any) | undefined;
3998
4023
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -4008,6 +4033,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
4008
4033
  consumer: boolean;
4009
4034
  enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
4010
4035
  linebarAutoHidden: boolean;
4036
+ bordered: boolean;
4011
4037
  }>;
4012
4038
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
4013
4039
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -2581,6 +2581,10 @@ declare const _default: import("vue").DefineComponent<{
2581
2581
  linebarAutoHidden: {
2582
2582
  type: BooleanConstructor;
2583
2583
  };
2584
+ bordered: {
2585
+ type: BooleanConstructor;
2586
+ default: boolean;
2587
+ };
2584
2588
  }, {
2585
2589
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2586
2590
  fieldList: {
@@ -2709,6 +2713,10 @@ declare const _default: import("vue").DefineComponent<{
2709
2713
  linebarAutoHidden: {
2710
2714
  type: BooleanConstructor;
2711
2715
  };
2716
+ bordered: {
2717
+ type: BooleanConstructor;
2718
+ default: boolean;
2719
+ };
2712
2720
  }>> & {
2713
2721
  onFormChange?: ((...args: any[]) => any) | undefined;
2714
2722
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -3152,6 +3160,10 @@ declare const _default: import("vue").DefineComponent<{
3152
3160
  linebarAutoHidden: {
3153
3161
  type: BooleanConstructor;
3154
3162
  };
3163
+ bordered: {
3164
+ type: BooleanConstructor;
3165
+ default: boolean;
3166
+ };
3155
3167
  }>> & {
3156
3168
  onFormChange?: ((...args: any[]) => any) | undefined;
3157
3169
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -3167,6 +3179,7 @@ declare const _default: import("vue").DefineComponent<{
3167
3179
  consumer: boolean;
3168
3180
  enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
3169
3181
  linebarAutoHidden: boolean;
3182
+ bordered: boolean;
3170
3183
  }>;
3171
3184
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
3172
3185
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -3416,6 +3429,10 @@ declare const _default: import("vue").DefineComponent<{
3416
3429
  linebarAutoHidden: {
3417
3430
  type: BooleanConstructor;
3418
3431
  };
3432
+ bordered: {
3433
+ type: BooleanConstructor;
3434
+ default: boolean;
3435
+ };
3419
3436
  }, {
3420
3437
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3421
3438
  fieldList: {
@@ -3544,6 +3561,10 @@ declare const _default: import("vue").DefineComponent<{
3544
3561
  linebarAutoHidden: {
3545
3562
  type: BooleanConstructor;
3546
3563
  };
3564
+ bordered: {
3565
+ type: BooleanConstructor;
3566
+ default: boolean;
3567
+ };
3547
3568
  }>> & {
3548
3569
  onFormChange?: ((...args: any[]) => any) | undefined;
3549
3570
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -3987,6 +4008,10 @@ declare const _default: import("vue").DefineComponent<{
3987
4008
  linebarAutoHidden: {
3988
4009
  type: BooleanConstructor;
3989
4010
  };
4011
+ bordered: {
4012
+ type: BooleanConstructor;
4013
+ default: boolean;
4014
+ };
3990
4015
  }>> & {
3991
4016
  onFormChange?: ((...args: any[]) => any) | undefined;
3992
4017
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -4002,6 +4027,7 @@ declare const _default: import("vue").DefineComponent<{
4002
4027
  consumer: boolean;
4003
4028
  enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
4004
4029
  linebarAutoHidden: boolean;
4030
+ bordered: boolean;
4005
4031
  }>;
4006
4032
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
4007
4033
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -2169,6 +2169,10 @@ declare const _default: import("vue").DefineComponent<{
2169
2169
  linebarAutoHidden: {
2170
2170
  type: BooleanConstructor;
2171
2171
  };
2172
+ bordered: {
2173
+ type: BooleanConstructor;
2174
+ default: boolean;
2175
+ };
2172
2176
  }, {
2173
2177
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2174
2178
  fieldList: {
@@ -2297,6 +2301,10 @@ declare const _default: import("vue").DefineComponent<{
2297
2301
  linebarAutoHidden: {
2298
2302
  type: BooleanConstructor;
2299
2303
  };
2304
+ bordered: {
2305
+ type: BooleanConstructor;
2306
+ default: boolean;
2307
+ };
2300
2308
  }>> & {
2301
2309
  onFormChange?: ((...args: any[]) => any) | undefined;
2302
2310
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -2740,6 +2748,10 @@ declare const _default: import("vue").DefineComponent<{
2740
2748
  linebarAutoHidden: {
2741
2749
  type: BooleanConstructor;
2742
2750
  };
2751
+ bordered: {
2752
+ type: BooleanConstructor;
2753
+ default: boolean;
2754
+ };
2743
2755
  }>> & {
2744
2756
  onFormChange?: ((...args: any[]) => any) | undefined;
2745
2757
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -2755,6 +2767,7 @@ declare const _default: import("vue").DefineComponent<{
2755
2767
  consumer: boolean;
2756
2768
  enterToNextWidget: boolean | ((fieldItem: import("../../../../../../es/components/form-render").FieldItem) => boolean | void);
2757
2769
  linebarAutoHidden: boolean;
2770
+ bordered: boolean;
2758
2771
  }>;
2759
2772
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
2760
2773
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -180,6 +180,10 @@ declare const _default: import("vue").DefineComponent<{
180
180
  linebarAutoHidden: {
181
181
  type: BooleanConstructor;
182
182
  };
183
+ bordered: {
184
+ type: BooleanConstructor;
185
+ default: boolean;
186
+ };
183
187
  }, {
184
188
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
185
189
  fieldList: {
@@ -308,6 +312,10 @@ declare const _default: import("vue").DefineComponent<{
308
312
  linebarAutoHidden: {
309
313
  type: BooleanConstructor;
310
314
  };
315
+ bordered: {
316
+ type: BooleanConstructor;
317
+ default: boolean;
318
+ };
311
319
  }>> & {
312
320
  onFormChange?: ((...args: any[]) => any) | undefined;
313
321
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -751,6 +759,10 @@ declare const _default: import("vue").DefineComponent<{
751
759
  linebarAutoHidden: {
752
760
  type: BooleanConstructor;
753
761
  };
762
+ bordered: {
763
+ type: BooleanConstructor;
764
+ default: boolean;
765
+ };
754
766
  }>> & {
755
767
  onFormChange?: ((...args: any[]) => any) | undefined;
756
768
  onScroll?: ((...args: any[]) => any) | undefined;
@@ -766,6 +778,7 @@ declare const _default: import("vue").DefineComponent<{
766
778
  consumer: boolean;
767
779
  enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
768
780
  linebarAutoHidden: boolean;
781
+ bordered: boolean;
769
782
  }>;
770
783
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
771
784
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -1 +1 @@
1
- .c-info-header{align-items:center;background:#fff;box-shadow:0 2px 4px 0 hsla(0,0%,69%,.46);display:flex;gap:18px;height:calc((var(--row-height)*var(--row-num) + var(--padding-tb)*2)*1px);justify-content:space-between;padding:calc(var(--padding-tb)*1px) 16px;transition:height .2s linear}@font-face{font-family:info-header-iconfont;src:url(info-header-font.ttf) format("truetype")}.c-info-header .info-header--iconfont{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:info-header-iconfont!important;font-size:16px;font-style:normal}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia:before{content:"\c1003"}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantoushang:before{content:"\c1004"}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaoshezhi:before{content:"\c1005"}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaobianji:before{content:"\c1006"}.c-info-header .info-header--icon-guanbi-yanjing:before{content:"\c1001"}.c-info-header .info-header--icon-faxian-yanjing:before{content:"\c1002"}.c-info-header__divider{align-self:stretch;background:#d5d5d566;width:1px}.c-info-header__patient{align-items:center;display:flex;flex-wrap:nowrap;gap:12px;margin-right:34px}.c-info-header__patientHeader,.c-info-header__patientHeaderWrapper{align-items:center;display:flex;gap:6px}.c-info-header__patientHeaderWrapper{border-bottom:1px solid transparent}.c-info-header__patientHeaderWrapper.in-edit{border-bottom:1px solid rgba(0,0,0,.6)}.c-info-header__patientHeader--name{font-size:20px;font-weight:700;margin-right:6px}.c-info-header__patientHeader .n-tag{border-radius:2px;height:20px}.c-info-header__patientHeader .n-tag .n-tag__content{font-size:12px}.c-info-header__info{display:flex;flex:1;flex-wrap:wrap;font-size:14px;justify-content:flex-start;width:100%}.c-info-header__infoWrapper{box-sizing:border-box;height:calc((var(--row-height)*var(--row-num))*1px);max-height:calc((var(--row-height)*var(--row-num))*1px);transition:height .2s linear}.c-info-header__info td{text-align:left}.c-info-header__info .n-descriptions-table-content{height:calc(var(--row-height)*1px);max-width:calc(var(--column-width)*1px);overflow-y:hidden;padding:0!important;vertical-align:middle!important}.c-info-header__info .n-descriptions-table-content__label{color:rgba(0,0,0,.6);display:inline-block}.c-info-header__setting{align-self:flex-start;display:flex;gap:8px}.c-info-header__settingIcon{align-items:center;cursor:pointer;display:inline-flex}.c-info-header__setting .info-header--iconfont{color:#000;display:inline-block;font-size:20px;transition:all .2s ease-in-out}.c-info-header.is-compact [compact-hidden]{display:none!important}.c-info-header.is-compact .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia{transform:rotate(0deg)}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia{transform:rotate(180deg)}.c-info-header__hidden{align-items:center;display:inline-flex;font-size:14px;gap:8px;vertical-align:middle}.c-info-header__hidden--icon{color:inherit!important;cursor:pointer;font-size:14px;text-decoration:none!important}.c-info-header__formRender .n-form-item-blank>.n-input .n-input-wrapper{border-bottom:1px solid var(--n-text-color)}.c-info-header__formRender .n-base-selection,.c-info-header__formRender .n-base-selection-label,.c-info-header__formRender .n-date-picker,.c-info-header__formRender .n-input,.c-info-header__formRender .n-input-wrapper{max-height:18px;min-height:18px;vertical-align:top}.c-info-header__formRender .n-base-selection input,.c-info-header__formRender .n-base-selection-label input,.c-info-header__formRender .n-date-picker input,.c-info-header__formRender .n-input input,.c-info-header__formRender .n-input-wrapper input{max-height:18px;min-height:18px}.c-info-header__formRender .n-select{line-height:1}
1
+ .c-info-header{align-items:center;background:#fff;box-shadow:0 2px 4px 0 hsla(0,0%,69%,.46);display:flex;gap:18px;height:calc((var(--row-height)*var(--row-num) + var(--padding-tb)*2)*1px);justify-content:space-between;padding:calc(var(--padding-tb)*1px) 16px;transition:height .2s linear,padding .2s linear}@font-face{font-family:info-header-iconfont;src:url(info-header-font.ttf) format("truetype")}.c-info-header .info-header--iconfont{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:info-header-iconfont!important;font-size:16px;font-style:normal}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia:before{content:"\c1003"}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantoushang:before{content:"\c1004"}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaoshezhi:before{content:"\c1005"}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaobianji:before{content:"\c1006"}.c-info-header .info-header--icon-guanbi-yanjing:before{content:"\c1001"}.c-info-header .info-header--icon-faxian-yanjing:before{content:"\c1002"}.c-info-header__divider{align-self:stretch;background:#d5d5d566;width:1px}.c-info-header__patient{align-items:center;display:flex;flex-wrap:nowrap;gap:12px;margin-right:34px}.c-info-header__patientHeader,.c-info-header__patientHeaderWrapper{align-items:center;display:flex;gap:6px}.c-info-header__patientHeaderWrapper{border-bottom:1px solid transparent}.c-info-header__patientHeaderWrapper.in-edit{border-bottom:1px solid rgba(0,0,0,.6)}.c-info-header__patientHeader--name{font-size:20px;font-weight:700;margin-right:6px}.c-info-header__patientHeader .n-tag{border-radius:2px;height:20px}.c-info-header__patientHeader .n-tag .n-tag__content{font-size:12px}.c-info-header__info{display:flex;flex:1;flex-wrap:wrap;font-size:14px;justify-content:flex-start;width:100%}.c-info-header__infoWrapper{box-sizing:border-box;height:calc((var(--row-height)*var(--row-num))*1px);max-height:calc((var(--row-height)*var(--row-num))*1px);transition:height .2s linear,max-height .2s linear}.c-info-header__info td{text-align:left}.c-info-header__info .n-descriptions-table-content{height:calc(var(--row-height)*1px);max-width:calc(var(--column-width)*1px);overflow-y:hidden;padding:0!important;vertical-align:middle!important}.c-info-header__info .n-descriptions-table-content__label{color:rgba(0,0,0,.6);display:inline-block}.c-info-header__setting{align-self:flex-start;display:flex;gap:8px}.c-info-header__settingIcon{align-items:center;cursor:pointer;display:inline-flex}.c-info-header__setting .info-header--iconfont{color:#000;display:inline-block;font-size:20px;transition:all .2s linear}.c-info-header [compact-hidden]{max-height:160px;transition:max-height .2s ease-in-out,opacity .2s linear}.c-info-header.is-compact [compact-hidden]{max-height:0!important;opacity:0!important}.c-info-header.is-compact .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia{transform:rotate(0deg)}.c-info-header .info-header--icon-a-menzhenyishengzhanxitongtubiaojiantouxia{transform:rotate(180deg)}.c-info-header__hidden{align-items:center;display:inline-flex;font-size:14px;gap:8px;vertical-align:middle}.c-info-header__hidden--icon{color:inherit!important;cursor:pointer;font-size:14px;text-decoration:none!important}.c-info-header__formRender .n-form-item-blank>.n-input .n-input-wrapper{border-bottom:1px solid var(--n-text-color)}.c-info-header__formRender .n-base-selection,.c-info-header__formRender .n-base-selection-label,.c-info-header__formRender .n-date-picker,.c-info-header__formRender .n-input,.c-info-header__formRender .n-input-wrapper{max-height:18px;min-height:18px;vertical-align:top}.c-info-header__formRender .n-base-selection input,.c-info-header__formRender .n-base-selection-label input,.c-info-header__formRender .n-date-picker input,.c-info-header__formRender .n-input input,.c-info-header__formRender .n-input-wrapper input{max-height:18px;min-height:18px}.c-info-header__formRender .n-select{line-height:1}
@@ -1,4 +1,5 @@
1
1
  import { SFCWithInstall } from '../../../es/shared/types';
2
+ export * from './src/types';
2
3
  declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
3
4
  guageData: {
4
5
  type: ObjectConstructor;
@@ -275,7 +276,11 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
275
276
  skipCover: import("vue").ComputedRef<any>;
276
277
  scaleEdit: import("vue").ComputedRef<boolean>;
277
278
  initForm: (data: any) => void;
278
- submitMethod: () => void;
279
+ submitMethod: () => {
280
+ params: any;
281
+ hasCallbackItem: any;
282
+ isCallback: boolean;
283
+ };
279
284
  nextLogicEvent: (choiceValue: any, formItem: any, formArray?: any[], isInit?: boolean | undefined) => void;
280
285
  handleDynamicDataRelation: (list: any[], formItem: any, formArray: any[]) => void;
281
286
  handleQuery: () => void;
@@ -291,9 +296,9 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
291
296
  labelStr: string;
292
297
  labels: any[];
293
298
  };
294
- onSubmit: () => void;
299
+ onSubmitData: () => void;
295
300
  confirmSubmit: (message: any) => void;
296
- onSubmitForm: () => void;
301
+ onSubmitForm: () => Promise<unknown>;
297
302
  cancel: () => void;
298
303
  getScaleData: () => any;
299
304
  isCollection: (e: string) => boolean;
@@ -345,48 +350,6 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
345
350
  noDataImg: string;
346
351
  showImg: boolean;
347
352
  }>;
348
- SvgIcon: import("vue").DefineComponent<{
349
- iconClass: {
350
- type: StringConstructor;
351
- required: true;
352
- default: string;
353
- };
354
- title: {
355
- type: StringConstructor;
356
- required: false;
357
- default: string;
358
- };
359
- className: {
360
- type: StringConstructor;
361
- required: false;
362
- };
363
- }, {
364
- props: {
365
- iconClass: string;
366
- title: string;
367
- className?: string | undefined;
368
- };
369
- iconName: import("vue").ComputedRef<string>;
370
- svgClass: import("vue").ComputedRef<string>;
371
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
372
- iconClass: {
373
- type: StringConstructor;
374
- required: true;
375
- default: string;
376
- };
377
- title: {
378
- type: StringConstructor;
379
- required: false;
380
- default: string;
381
- };
382
- className: {
383
- type: StringConstructor;
384
- required: false;
385
- };
386
- }>>, {
387
- title: string;
388
- iconClass: string;
389
- }>;
390
353
  EvaluateCountdown: import("vue").DefineComponent<{
391
354
  formArray: {
392
355
  type: ArrayConstructor;
@@ -464,48 +427,6 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
464
427
  setAnswered: number;
465
428
  totalLen: number;
466
429
  };
467
- SvgIcon: import("vue").DefineComponent<{
468
- iconClass: {
469
- type: StringConstructor;
470
- required: true;
471
- default: string;
472
- };
473
- title: {
474
- type: StringConstructor;
475
- required: false;
476
- default: string;
477
- };
478
- className: {
479
- type: StringConstructor;
480
- required: false;
481
- };
482
- }, {
483
- props: {
484
- iconClass: string;
485
- title: string;
486
- className?: string | undefined;
487
- };
488
- iconName: import("vue").ComputedRef<string>;
489
- svgClass: import("vue").ComputedRef<string>;
490
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
491
- iconClass: {
492
- type: StringConstructor;
493
- required: true;
494
- default: string;
495
- };
496
- title: {
497
- type: StringConstructor;
498
- required: false;
499
- default: string;
500
- };
501
- className: {
502
- type: StringConstructor;
503
- required: false;
504
- };
505
- }>>, {
506
- title: string;
507
- iconClass: string;
508
- }>;
509
430
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closeEvaluateCountdown"[], "closeEvaluateCountdown", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
510
431
  formArray: {
511
432
  type: ArrayConstructor;
@@ -663,53 +584,11 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
663
584
  }>> & {}>>;
664
585
  questionScore: import("vue").ComputedRef<any>;
665
586
  answerSuccess: import("vue").ComputedRef<boolean>;
666
- answerIcon: import("vue").ComputedRef<"xitongtubiaodui" | "xitongtubiaocuo">;
587
+ answerIcon: import("vue").ComputedRef<"icon-scale-view-dui" | "icon-scale-view-cuo">;
667
588
  answerResText: import("vue").ComputedRef<"部分正确" | "回答正确" | "回答错误">;
668
589
  scoreText: import("vue").ComputedRef<"部分" | "本题">;
669
590
  correctAnswer: import("vue").ComputedRef<any>;
670
591
  answerKeyText: import("vue").ComputedRef<any>;
671
- SvgIcon: import("vue").DefineComponent<{
672
- iconClass: {
673
- type: StringConstructor;
674
- required: true;
675
- default: string;
676
- };
677
- title: {
678
- type: StringConstructor;
679
- required: false;
680
- default: string;
681
- };
682
- className: {
683
- type: StringConstructor;
684
- required: false;
685
- };
686
- }, {
687
- props: {
688
- iconClass: string;
689
- title: string;
690
- className?: string | undefined;
691
- };
692
- iconName: import("vue").ComputedRef<string>;
693
- svgClass: import("vue").ComputedRef<string>;
694
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
695
- iconClass: {
696
- type: StringConstructor;
697
- required: true;
698
- default: string;
699
- };
700
- title: {
701
- type: StringConstructor;
702
- required: false;
703
- default: string;
704
- };
705
- className: {
706
- type: StringConstructor;
707
- required: false;
708
- };
709
- }>>, {
710
- title: string;
711
- iconClass: string;
712
- }>;
713
592
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
714
593
  item: {
715
594
  type: ObjectConstructor;
@@ -274,7 +274,11 @@ declare const _default: import("vue").DefineComponent<{
274
274
  skipCover: import("vue").ComputedRef<any>;
275
275
  scaleEdit: import("vue").ComputedRef<boolean>;
276
276
  initForm: (data: any) => void;
277
- submitMethod: () => void;
277
+ submitMethod: () => {
278
+ params: any;
279
+ hasCallbackItem: any;
280
+ isCallback: boolean;
281
+ };
278
282
  nextLogicEvent: (choiceValue: any, formItem: any, formArray?: any[], isInit?: boolean | undefined) => void;
279
283
  handleDynamicDataRelation: (list: any[], formItem: any, formArray: any[]) => void;
280
284
  handleQuery: () => void;
@@ -290,9 +294,9 @@ declare const _default: import("vue").DefineComponent<{
290
294
  labelStr: string;
291
295
  labels: any[];
292
296
  };
293
- onSubmit: () => void;
297
+ onSubmitData: () => void;
294
298
  confirmSubmit: (message: any) => void;
295
- onSubmitForm: () => void;
299
+ onSubmitForm: () => Promise<unknown>;
296
300
  cancel: () => void;
297
301
  getScaleData: () => any;
298
302
  isCollection: (e: string) => boolean;
@@ -344,48 +348,6 @@ declare const _default: import("vue").DefineComponent<{
344
348
  noDataImg: string;
345
349
  showImg: boolean;
346
350
  }>;
347
- SvgIcon: import("vue").DefineComponent<{
348
- iconClass: {
349
- type: StringConstructor;
350
- required: true;
351
- default: string;
352
- };
353
- title: {
354
- type: StringConstructor;
355
- required: false;
356
- default: string;
357
- };
358
- className: {
359
- type: StringConstructor;
360
- required: false;
361
- };
362
- }, {
363
- props: {
364
- iconClass: string;
365
- title: string;
366
- className?: string | undefined;
367
- };
368
- iconName: import("vue").ComputedRef<string>;
369
- svgClass: import("vue").ComputedRef<string>;
370
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
371
- iconClass: {
372
- type: StringConstructor;
373
- required: true;
374
- default: string;
375
- };
376
- title: {
377
- type: StringConstructor;
378
- required: false;
379
- default: string;
380
- };
381
- className: {
382
- type: StringConstructor;
383
- required: false;
384
- };
385
- }>>, {
386
- title: string;
387
- iconClass: string;
388
- }>;
389
351
  EvaluateCountdown: import("vue").DefineComponent<{
390
352
  formArray: {
391
353
  type: ArrayConstructor;
@@ -463,48 +425,6 @@ declare const _default: import("vue").DefineComponent<{
463
425
  setAnswered: number;
464
426
  totalLen: number;
465
427
  };
466
- SvgIcon: import("vue").DefineComponent<{
467
- iconClass: {
468
- type: StringConstructor;
469
- required: true;
470
- default: string;
471
- };
472
- title: {
473
- type: StringConstructor;
474
- required: false;
475
- default: string;
476
- };
477
- className: {
478
- type: StringConstructor;
479
- required: false;
480
- };
481
- }, {
482
- props: {
483
- iconClass: string;
484
- title: string;
485
- className?: string | undefined;
486
- };
487
- iconName: import("vue").ComputedRef<string>;
488
- svgClass: import("vue").ComputedRef<string>;
489
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
490
- iconClass: {
491
- type: StringConstructor;
492
- required: true;
493
- default: string;
494
- };
495
- title: {
496
- type: StringConstructor;
497
- required: false;
498
- default: string;
499
- };
500
- className: {
501
- type: StringConstructor;
502
- required: false;
503
- };
504
- }>>, {
505
- title: string;
506
- iconClass: string;
507
- }>;
508
428
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closeEvaluateCountdown"[], "closeEvaluateCountdown", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
509
429
  formArray: {
510
430
  type: ArrayConstructor;
@@ -662,53 +582,11 @@ declare const _default: import("vue").DefineComponent<{
662
582
  }>> & {}>>;
663
583
  questionScore: import("vue").ComputedRef<any>;
664
584
  answerSuccess: import("vue").ComputedRef<boolean>;
665
- answerIcon: import("vue").ComputedRef<"xitongtubiaodui" | "xitongtubiaocuo">;
585
+ answerIcon: import("vue").ComputedRef<"icon-scale-view-dui" | "icon-scale-view-cuo">;
666
586
  answerResText: import("vue").ComputedRef<"部分正确" | "回答正确" | "回答错误">;
667
587
  scoreText: import("vue").ComputedRef<"部分" | "本题">;
668
588
  correctAnswer: import("vue").ComputedRef<any>;
669
589
  answerKeyText: import("vue").ComputedRef<any>;
670
- SvgIcon: import("vue").DefineComponent<{
671
- iconClass: {
672
- type: StringConstructor;
673
- required: true;
674
- default: string;
675
- };
676
- title: {
677
- type: StringConstructor;
678
- required: false;
679
- default: string;
680
- };
681
- className: {
682
- type: StringConstructor;
683
- required: false;
684
- };
685
- }, {
686
- props: {
687
- iconClass: string;
688
- title: string;
689
- className?: string | undefined;
690
- };
691
- iconName: import("vue").ComputedRef<string>;
692
- svgClass: import("vue").ComputedRef<string>;
693
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
694
- iconClass: {
695
- type: StringConstructor;
696
- required: true;
697
- default: string;
698
- };
699
- title: {
700
- type: StringConstructor;
701
- required: false;
702
- default: string;
703
- };
704
- className: {
705
- type: StringConstructor;
706
- required: false;
707
- };
708
- }>>, {
709
- title: string;
710
- iconClass: string;
711
- }>;
712
590
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
713
591
  item: {
714
592
  type: ObjectConstructor;