cnhis-design-vue 3.1.55-release.2 → 3.1.56-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/README.md +87 -87
  2. package/es/components/annotation-edit/index.d.ts +18 -0
  3. package/es/components/annotation-edit/src/AnnotationEdit.d.ts +18 -0
  4. package/es/components/annotation-edit/src/AnnotationEdit.js +1 -1
  5. package/es/components/annotation-edit/src/type.d.ts +4 -0
  6. package/es/components/audio-sdk/src/audioSDK.d.ts +20 -6
  7. package/es/components/audio-sdk/src/audioSDK.js +1 -1
  8. package/es/components/audio-sdk/src/components/recordingDialog.vue.d.ts +14 -0
  9. package/es/components/audio-sdk/src/components/recordingDialog.vue2.js +1 -1
  10. package/es/components/audio-sdk/src/utils/recordingDialog.d.ts +5 -2
  11. package/es/components/audio-sdk/src/utils/recordingDialog.js +1 -1
  12. package/es/components/audio-sdk/style/index.css +1 -1
  13. package/es/components/base-search/index.d.ts +14 -0
  14. package/es/components/base-search/src/index.vue.d.ts +14 -0
  15. package/es/components/base-search/src/index.vue2.js +1 -1
  16. package/es/components/base-search/style/index.css +1 -1
  17. package/es/components/button-print/src/utils/print.d.ts +3 -0
  18. package/es/components/button-print/src/utils/print.js +1 -1
  19. package/es/components/callback/src/components/render/popupMaps.d.ts +26 -4
  20. package/es/components/classification/index.d.ts +39 -23
  21. package/es/components/classification/src/components/search-filter/index.vue.d.ts +14 -0
  22. package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
  23. package/es/components/classification/src/components/set-classification/index.vue.d.ts +20 -22
  24. package/es/components/classification/src/components/set-classification/index.vue2.js +1 -1
  25. package/es/components/classification/src/components/table-modal/index.vue.d.ts +9 -20
  26. package/es/components/classification/src/components/table-modal/index.vue2.js +1 -1
  27. package/es/components/classification/src/index.vue.d.ts +65 -45
  28. package/es/components/classification/src/index.vue2.js +1 -1
  29. package/es/components/classification/style/index.css +1 -1
  30. package/es/components/expand-field/src/components/form.vue2.js +1 -1
  31. package/es/components/fabric-chart/index.d.ts +4 -2
  32. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +4 -2
  33. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  34. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  35. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  36. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
  37. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
  38. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -1
  39. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
  40. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
  41. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  42. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  43. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  44. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
  45. package/es/components/form-config/index.d.ts +84 -14
  46. package/es/components/form-config/src/FormConfig.vue.d.ts +84 -14
  47. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +26 -4
  48. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +41 -7
  49. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1 -0
  50. package/es/components/form-render/index.d.ts +26 -4
  51. package/es/components/form-render/src/FormRender.vue.d.ts +27 -4
  52. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  53. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +26 -4
  54. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  55. package/es/components/form-render/src/constants/index.d.ts +1 -0
  56. package/es/components/form-render/src/constants/index.js +1 -1
  57. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +1 -1
  58. package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
  59. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +10 -2
  60. package/es/components/form-render/src/hooks/useFormContext.js +1 -1
  61. package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
  62. package/es/components/form-render/src/types/index.d.ts +3 -1
  63. package/es/components/iho-table/src/plugins/defaultValuePlugin.js +1 -1
  64. package/es/components/iho-table/src/plugins/headerPlugin.js +1 -1
  65. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +48 -10
  66. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
  67. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/radioRendererPlugin.js +1 -1
  68. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  69. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
  70. package/es/components/index.css +1 -1
  71. package/es/components/info-header/index.d.ts +77 -13
  72. package/es/components/info-header/src/InfoHeader.vue.d.ts +77 -13
  73. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +5 -1
  74. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +5 -1
  75. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +31 -5
  76. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +26 -4
  77. package/es/components/recommend-search/index.d.ts +8 -8
  78. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +8 -8
  79. package/es/components/recommend-search/src/components/BaseSearch.d.ts +1 -1
  80. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +3 -3
  81. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +3 -3
  82. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  83. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  84. package/es/components/select-person/src/SearchMultiple.vue.d.ts +6 -0
  85. package/es/components/shortcut-setter/index.d.ts +26 -4
  86. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +26 -4
  87. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +0 -3
  88. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +14 -0
  89. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +14 -0
  90. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +14 -0
  91. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +14 -0
  92. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +15 -0
  93. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
  94. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +14 -0
  95. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -1
  96. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +15 -0
  97. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +15 -0
  98. package/es/components/table-filter/src/types/index.d.ts +3 -1
  99. package/es/env.d.ts +25 -25
  100. package/es/shared/assets/img/failure.png.js +1 -1
  101. package/es/shared/assets/img/no-permission.png.js +1 -1
  102. package/es/shared/assets/img/nodata.png.js +1 -1
  103. package/es/shared/assets/img/notfound.png.js +1 -1
  104. package/es/shared/assets/img/qr.png.js +1 -1
  105. package/es/shared/assets/img/success.png.js +1 -1
  106. package/es/shared/assets/img/video.png.js +1 -1
  107. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  108. package/es/shared/assets/img/xb_big.png.js +1 -1
  109. package/es/shared/assets/img/xb_small.png.js +1 -1
  110. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +1 -1
  111. package/es/shared/hooks/selectHooks/useSelectRenders.js +1 -1
  112. package/es/shared/package.json.js +1 -1
  113. package/es/shared/types/business.d.ts +1 -0
  114. package/es/shared/utils/business.js +1 -1
  115. package/package.json +2 -2
  116. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  117. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  118. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  119. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  120. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  121. package/es/shared/utils/fabricjs/index.d.ts +0 -6823
  122. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -89,7 +89,11 @@ declare const _default: import("vue").DefineComponent<{
89
89
  }>;
90
90
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
91
91
  scope: import("../../../shared/types").AnyObject;
92
- annotation: import("../../../shared/types").AnyObject;
92
+ annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
93
+ annotationShortcuts: (string | {
94
+ label: string;
95
+ value: string;
96
+ })[] | undefined;
93
97
  consumer: boolean;
94
98
  uuid: string;
95
99
  lifeCycle: Partial<{
@@ -200,7 +204,11 @@ declare const _default: import("vue").DefineComponent<{
200
204
  }>;
201
205
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
202
206
  scope: import("../../../shared/types").AnyObject;
203
- annotation: import("../../../shared/types").AnyObject;
207
+ annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
208
+ annotationShortcuts: (string | {
209
+ label: string;
210
+ value: string;
211
+ })[] | undefined;
204
212
  consumer: boolean;
205
213
  uuid: string;
206
214
  lifeCycle: Partial<{
@@ -3761,6 +3769,7 @@ declare const _default: import("vue").DefineComponent<{
3761
3769
  NEQ?: ((v1: any, v2: any) => boolean) | undefined;
3762
3770
  NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
3763
3771
  } | undefined;
3772
+ isRestoreDefault?: boolean | undefined;
3764
3773
  sqlExpression?: string | undefined;
3765
3774
  showField?: string[] | undefined;
3766
3775
  hideField?: string[] | undefined;
@@ -7473,7 +7482,13 @@ declare const _default: import("vue").DefineComponent<{
7473
7482
  default: () => {};
7474
7483
  };
7475
7484
  annotation: {
7476
- type: PropType<import("../../../shared/types").AnyObject>;
7485
+ type: PropType<Record<string, import("../../annotation-edit/src/type").AnnotationItem>>;
7486
+ };
7487
+ annotationShortcuts: {
7488
+ type: PropType<(string | {
7489
+ label: string;
7490
+ value: string;
7491
+ })[] | undefined>;
7477
7492
  };
7478
7493
  consumer: {
7479
7494
  type: BooleanConstructor;
@@ -7629,7 +7644,13 @@ declare const _default: import("vue").DefineComponent<{
7629
7644
  default: () => {};
7630
7645
  };
7631
7646
  annotation: {
7632
- type: PropType<import("../../../shared/types").AnyObject>;
7647
+ type: PropType<Record<string, import("../../annotation-edit/src/type").AnnotationItem>>;
7648
+ };
7649
+ annotationShortcuts: {
7650
+ type: PropType<(string | {
7651
+ label: string;
7652
+ value: string;
7653
+ })[] | undefined>;
7633
7654
  };
7634
7655
  consumer: {
7635
7656
  type: BooleanConstructor;
@@ -7823,7 +7844,11 @@ declare const _default: import("vue").DefineComponent<{
7823
7844
  }>;
7824
7845
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
7825
7846
  scope: import("../../../shared/types").AnyObject;
7826
- annotation: import("../../../shared/types").AnyObject;
7847
+ annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
7848
+ annotationShortcuts: (string | {
7849
+ label: string;
7850
+ value: string;
7851
+ })[] | undefined;
7827
7852
  consumer: boolean;
7828
7853
  uuid: string;
7829
7854
  lifeCycle: Partial<{
@@ -8121,7 +8146,13 @@ declare const _default: import("vue").DefineComponent<{
8121
8146
  default: () => {};
8122
8147
  };
8123
8148
  annotation: {
8124
- type: PropType<import("../../../shared/types").AnyObject>;
8149
+ type: PropType<Record<string, import("../../annotation-edit/src/type").AnnotationItem>>;
8150
+ };
8151
+ annotationShortcuts: {
8152
+ type: PropType<(string | {
8153
+ label: string;
8154
+ value: string;
8155
+ })[] | undefined>;
8125
8156
  };
8126
8157
  consumer: {
8127
8158
  type: BooleanConstructor;
@@ -8386,7 +8417,11 @@ declare const _default: import("vue").DefineComponent<{
8386
8417
  }>;
8387
8418
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
8388
8419
  scope: import("../../../shared/types").AnyObject;
8389
- annotation: import("../../../shared/types").AnyObject;
8420
+ annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
8421
+ annotationShortcuts: (string | {
8422
+ label: string;
8423
+ value: string;
8424
+ })[] | undefined;
8390
8425
  consumer: boolean;
8391
8426
  uuid: string;
8392
8427
  lifeCycle: Partial<{
@@ -8488,7 +8523,11 @@ declare const _default: import("vue").DefineComponent<{
8488
8523
  }>;
8489
8524
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
8490
8525
  scope: import("../../../shared/types").AnyObject;
8491
- annotation: import("../../../shared/types").AnyObject;
8526
+ annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
8527
+ annotationShortcuts: (string | {
8528
+ label: string;
8529
+ value: string;
8530
+ })[] | undefined;
8492
8531
  consumer: boolean;
8493
8532
  uuid: string;
8494
8533
  lifeCycle: Partial<{
@@ -13856,7 +13895,13 @@ declare const _default: import("vue").DefineComponent<{
13856
13895
  default: () => {};
13857
13896
  };
13858
13897
  annotation: {
13859
- type: PropType<import("../../../shared/types").AnyObject>;
13898
+ type: PropType<Record<string, import("../../annotation-edit/src/type").AnnotationItem>>;
13899
+ };
13900
+ annotationShortcuts: {
13901
+ type: PropType<(string | {
13902
+ label: string;
13903
+ value: string;
13904
+ })[] | undefined>;
13860
13905
  };
13861
13906
  consumer: {
13862
13907
  type: BooleanConstructor;
@@ -14012,7 +14057,13 @@ declare const _default: import("vue").DefineComponent<{
14012
14057
  default: () => {};
14013
14058
  };
14014
14059
  annotation: {
14015
- type: PropType<import("../../../shared/types").AnyObject>;
14060
+ type: PropType<Record<string, import("../../annotation-edit/src/type").AnnotationItem>>;
14061
+ };
14062
+ annotationShortcuts: {
14063
+ type: PropType<(string | {
14064
+ label: string;
14065
+ value: string;
14066
+ })[] | undefined>;
14016
14067
  };
14017
14068
  consumer: {
14018
14069
  type: BooleanConstructor;
@@ -14206,7 +14257,11 @@ declare const _default: import("vue").DefineComponent<{
14206
14257
  }>;
14207
14258
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
14208
14259
  scope: import("../../../shared/types").AnyObject;
14209
- annotation: import("../../../shared/types").AnyObject;
14260
+ annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
14261
+ annotationShortcuts: (string | {
14262
+ label: string;
14263
+ value: string;
14264
+ })[] | undefined;
14210
14265
  consumer: boolean;
14211
14266
  uuid: string;
14212
14267
  lifeCycle: Partial<{
@@ -14504,7 +14559,13 @@ declare const _default: import("vue").DefineComponent<{
14504
14559
  default: () => {};
14505
14560
  };
14506
14561
  annotation: {
14507
- type: PropType<import("../../../shared/types").AnyObject>;
14562
+ type: PropType<Record<string, import("../../annotation-edit/src/type").AnnotationItem>>;
14563
+ };
14564
+ annotationShortcuts: {
14565
+ type: PropType<(string | {
14566
+ label: string;
14567
+ value: string;
14568
+ })[] | undefined>;
14508
14569
  };
14509
14570
  consumer: {
14510
14571
  type: BooleanConstructor;
@@ -14659,7 +14720,11 @@ declare const _default: import("vue").DefineComponent<{
14659
14720
  }>;
14660
14721
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
14661
14722
  scope: import("../../../shared/types").AnyObject;
14662
- annotation: import("../../../shared/types").AnyObject;
14723
+ annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
14724
+ annotationShortcuts: (string | {
14725
+ label: string;
14726
+ value: string;
14727
+ })[] | undefined;
14663
14728
  consumer: boolean;
14664
14729
  uuid: string;
14665
14730
  lifeCycle: Partial<{
@@ -14715,6 +14780,7 @@ declare const _default: import("vue").DefineComponent<{
14715
14780
  NEQ?: ((v1: any, v2: any) => boolean) | undefined;
14716
14781
  NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
14717
14782
  } | undefined;
14783
+ isRestoreDefault?: boolean | undefined;
14718
14784
  sqlExpression?: string | undefined;
14719
14785
  showField?: string[] | undefined;
14720
14786
  hideField?: string[] | undefined;
@@ -14932,7 +14998,11 @@ declare const _default: import("vue").DefineComponent<{
14932
14998
  }>;
14933
14999
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
14934
15000
  scope: import("../../../shared/types").AnyObject;
14935
- annotation: import("../../../shared/types").AnyObject;
15001
+ annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
15002
+ annotationShortcuts: (string | {
15003
+ label: string;
15004
+ value: string;
15005
+ })[] | undefined;
14936
15006
  consumer: boolean;
14937
15007
  uuid: string;
14938
15008
  lifeCycle: Partial<{
@@ -119,7 +119,13 @@ declare const _default: import("vue").DefineComponent<{}, {
119
119
  default: () => {};
120
120
  };
121
121
  annotation: {
122
- type: import("vue").PropType<AnyObject>;
122
+ type: import("vue").PropType<Record<string, import("../../../annotation-edit/src/type").AnnotationItem>>;
123
+ };
124
+ annotationShortcuts: {
125
+ type: import("vue").PropType<(string | {
126
+ label: string;
127
+ value: string;
128
+ })[] | undefined>;
123
129
  };
124
130
  consumer: {
125
131
  type: BooleanConstructor;
@@ -275,7 +281,13 @@ declare const _default: import("vue").DefineComponent<{}, {
275
281
  default: () => {};
276
282
  };
277
283
  annotation: {
278
- type: import("vue").PropType<AnyObject>;
284
+ type: import("vue").PropType<Record<string, import("../../../annotation-edit/src/type").AnnotationItem>>;
285
+ };
286
+ annotationShortcuts: {
287
+ type: import("vue").PropType<(string | {
288
+ label: string;
289
+ value: string;
290
+ })[] | undefined>;
279
291
  };
280
292
  consumer: {
281
293
  type: BooleanConstructor;
@@ -469,7 +481,11 @@ declare const _default: import("vue").DefineComponent<{}, {
469
481
  }>;
470
482
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
471
483
  scope: AnyObject;
472
- annotation: AnyObject;
484
+ annotation: Record<string, import("../../../annotation-edit/src/type").AnnotationItem>;
485
+ annotationShortcuts: (string | {
486
+ label: string;
487
+ value: string;
488
+ })[] | undefined;
473
489
  consumer: boolean;
474
490
  uuid: string;
475
491
  lifeCycle: Partial<{
@@ -767,7 +783,13 @@ declare const _default: import("vue").DefineComponent<{}, {
767
783
  default: () => {};
768
784
  };
769
785
  annotation: {
770
- type: import("vue").PropType<AnyObject>;
786
+ type: import("vue").PropType<Record<string, import("../../../annotation-edit/src/type").AnnotationItem>>;
787
+ };
788
+ annotationShortcuts: {
789
+ type: import("vue").PropType<(string | {
790
+ label: string;
791
+ value: string;
792
+ })[] | undefined>;
771
793
  };
772
794
  consumer: {
773
795
  type: BooleanConstructor;
@@ -77,7 +77,11 @@ declare const _default: import("vue").DefineComponent<{
77
77
  }>;
78
78
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
79
79
  scope: import("../../../../shared/types").AnyObject;
80
- annotation: import("../../../../shared/types").AnyObject;
80
+ annotation: Record<string, import("../../../annotation-edit/src/type").AnnotationItem>;
81
+ annotationShortcuts: (string | {
82
+ label: string;
83
+ value: string;
84
+ })[] | undefined;
81
85
  consumer: boolean;
82
86
  uuid: string;
83
87
  lifeCycle: Partial<{
@@ -179,7 +183,11 @@ declare const _default: import("vue").DefineComponent<{
179
183
  }>;
180
184
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
181
185
  scope: import("../../../../shared/types").AnyObject;
182
- annotation: import("../../../../shared/types").AnyObject;
186
+ annotation: Record<string, import("../../../annotation-edit/src/type").AnnotationItem>;
187
+ annotationShortcuts: (string | {
188
+ label: string;
189
+ value: string;
190
+ })[] | undefined;
183
191
  consumer: boolean;
184
192
  uuid: string;
185
193
  lifeCycle: Partial<{
@@ -5547,7 +5555,13 @@ declare const _default: import("vue").DefineComponent<{
5547
5555
  default: () => {};
5548
5556
  };
5549
5557
  annotation: {
5550
- type: PropType<import("../../../../shared/types").AnyObject>;
5558
+ type: PropType<Record<string, import("../../../annotation-edit/src/type").AnnotationItem>>;
5559
+ };
5560
+ annotationShortcuts: {
5561
+ type: PropType<(string | {
5562
+ label: string;
5563
+ value: string;
5564
+ })[] | undefined>;
5551
5565
  };
5552
5566
  consumer: {
5553
5567
  type: BooleanConstructor;
@@ -5703,7 +5717,13 @@ declare const _default: import("vue").DefineComponent<{
5703
5717
  default: () => {};
5704
5718
  };
5705
5719
  annotation: {
5706
- type: PropType<import("../../../../shared/types").AnyObject>;
5720
+ type: PropType<Record<string, import("../../../annotation-edit/src/type").AnnotationItem>>;
5721
+ };
5722
+ annotationShortcuts: {
5723
+ type: PropType<(string | {
5724
+ label: string;
5725
+ value: string;
5726
+ })[] | undefined>;
5707
5727
  };
5708
5728
  consumer: {
5709
5729
  type: BooleanConstructor;
@@ -5897,7 +5917,11 @@ declare const _default: import("vue").DefineComponent<{
5897
5917
  }>;
5898
5918
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
5899
5919
  scope: import("../../../../shared/types").AnyObject;
5900
- annotation: import("../../../../shared/types").AnyObject;
5920
+ annotation: Record<string, import("../../../annotation-edit/src/type").AnnotationItem>;
5921
+ annotationShortcuts: (string | {
5922
+ label: string;
5923
+ value: string;
5924
+ })[] | undefined;
5901
5925
  consumer: boolean;
5902
5926
  uuid: string;
5903
5927
  lifeCycle: Partial<{
@@ -6195,7 +6219,13 @@ declare const _default: import("vue").DefineComponent<{
6195
6219
  default: () => {};
6196
6220
  };
6197
6221
  annotation: {
6198
- type: PropType<import("../../../../shared/types").AnyObject>;
6222
+ type: PropType<Record<string, import("../../../annotation-edit/src/type").AnnotationItem>>;
6223
+ };
6224
+ annotationShortcuts: {
6225
+ type: PropType<(string | {
6226
+ label: string;
6227
+ value: string;
6228
+ })[] | undefined>;
6199
6229
  };
6200
6230
  consumer: {
6201
6231
  type: BooleanConstructor;
@@ -6350,7 +6380,11 @@ declare const _default: import("vue").DefineComponent<{
6350
6380
  }>;
6351
6381
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
6352
6382
  scope: import("../../../../shared/types").AnyObject;
6353
- annotation: import("../../../../shared/types").AnyObject;
6383
+ annotation: Record<string, import("../../../annotation-edit/src/type").AnnotationItem>;
6384
+ annotationShortcuts: (string | {
6385
+ label: string;
6386
+ value: string;
6387
+ })[] | undefined;
6354
6388
  consumer: boolean;
6355
6389
  uuid: string;
6356
6390
  lifeCycle: Partial<{
@@ -30,6 +30,7 @@ declare const _default: import("vue").DefineComponent<{
30
30
  NEQ?: ((v1: any, v2: any) => boolean) | undefined;
31
31
  NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
32
32
  } | undefined;
33
+ isRestoreDefault?: boolean | undefined;
33
34
  sqlExpression?: string | undefined;
34
35
  showField?: string[] | undefined;
35
36
  hideField?: string[] | undefined;
@@ -106,7 +106,13 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
106
106
  default: () => {};
107
107
  };
108
108
  annotation: {
109
- type: import("vue").PropType<import("../../shared/types").AnyObject>;
109
+ type: import("vue").PropType<Record<string, import("../annotation-edit/src/type").AnnotationItem>>;
110
+ };
111
+ annotationShortcuts: {
112
+ type: import("vue").PropType<(string | {
113
+ label: string;
114
+ value: string;
115
+ })[] | undefined>;
110
116
  };
111
117
  consumer: {
112
118
  type: BooleanConstructor;
@@ -262,7 +268,13 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
262
268
  default: () => {};
263
269
  };
264
270
  annotation: {
265
- type: import("vue").PropType<import("../../shared/types").AnyObject>;
271
+ type: import("vue").PropType<Record<string, import("../annotation-edit/src/type").AnnotationItem>>;
272
+ };
273
+ annotationShortcuts: {
274
+ type: import("vue").PropType<(string | {
275
+ label: string;
276
+ value: string;
277
+ })[] | undefined>;
266
278
  };
267
279
  consumer: {
268
280
  type: BooleanConstructor;
@@ -456,7 +468,11 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
456
468
  }>;
457
469
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
458
470
  scope: import("../../shared/types").AnyObject;
459
- annotation: import("../../shared/types").AnyObject;
471
+ annotation: Record<string, import("../annotation-edit/src/type").AnnotationItem>;
472
+ annotationShortcuts: (string | {
473
+ label: string;
474
+ value: string;
475
+ })[] | undefined;
460
476
  consumer: boolean;
461
477
  uuid: string;
462
478
  lifeCycle: Partial<{
@@ -754,7 +770,13 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
754
770
  default: () => {};
755
771
  };
756
772
  annotation: {
757
- type: import("vue").PropType<import("../../shared/types").AnyObject>;
773
+ type: import("vue").PropType<Record<string, import("../annotation-edit/src/type").AnnotationItem>>;
774
+ };
775
+ annotationShortcuts: {
776
+ type: import("vue").PropType<(string | {
777
+ label: string;
778
+ value: string;
779
+ })[] | undefined>;
758
780
  };
759
781
  consumer: {
760
782
  type: BooleanConstructor;
@@ -1,6 +1,7 @@
1
1
  import { FormRequestDefine, useVersion } from '../../../shared/hooks';
2
2
  import { AnyObject, LowCodeTypes } from '../../../shared/types';
3
3
  import { Component, FunctionalComponent, PropType } from 'vue';
4
+ import { AnnotationItem } from '../../../components/annotation-edit/src/type';
4
5
  import { FieldItem, FieldVisitor, FormBusinessFormatter, FormRenderExpose } from './types';
5
6
  declare const _default: import("vue").DefineComponent<{
6
7
  fieldList: {
@@ -100,7 +101,13 @@ declare const _default: import("vue").DefineComponent<{
100
101
  default: () => {};
101
102
  };
102
103
  annotation: {
103
- type: PropType<AnyObject>;
104
+ type: PropType<Record<string, AnnotationItem>>;
105
+ };
106
+ annotationShortcuts: {
107
+ type: PropType<(string | {
108
+ label: string;
109
+ value: string;
110
+ })[] | undefined>;
104
111
  };
105
112
  consumer: {
106
113
  type: BooleanConstructor;
@@ -256,7 +263,13 @@ declare const _default: import("vue").DefineComponent<{
256
263
  default: () => {};
257
264
  };
258
265
  annotation: {
259
- type: PropType<AnyObject>;
266
+ type: PropType<Record<string, AnnotationItem>>;
267
+ };
268
+ annotationShortcuts: {
269
+ type: PropType<(string | {
270
+ label: string;
271
+ value: string;
272
+ })[] | undefined>;
260
273
  };
261
274
  consumer: {
262
275
  type: BooleanConstructor;
@@ -450,7 +463,11 @@ declare const _default: import("vue").DefineComponent<{
450
463
  }>;
451
464
  components: Record<string, Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | FunctionalComponent<{}, {}>>;
452
465
  scope: AnyObject;
453
- annotation: AnyObject;
466
+ annotation: Record<string, AnnotationItem>;
467
+ annotationShortcuts: (string | {
468
+ label: string;
469
+ value: string;
470
+ })[] | undefined;
454
471
  consumer: boolean;
455
472
  uuid: string;
456
473
  lifeCycle: Partial<{
@@ -748,7 +765,13 @@ declare const _default: import("vue").DefineComponent<{
748
765
  default: () => {};
749
766
  };
750
767
  annotation: {
751
- type: PropType<AnyObject>;
768
+ type: PropType<Record<string, AnnotationItem>>;
769
+ };
770
+ annotationShortcuts: {
771
+ type: PropType<(string | {
772
+ label: string;
773
+ value: string;
774
+ })[] | undefined>;
752
775
  };
753
776
  consumer: {
754
777
  type: BooleanConstructor;
@@ -1 +1 @@
1
- import{defineComponent as e,ref as o,computed as t,provide as r,onMounted as s,onUnmounted as a,openBlock as i,createBlock as l,unref as n,mergeProps as m,withCtx as p,createElementBlock as d,createVNode as u,isRef as c,Fragment as f,renderList as h,createCommentVNode as y,createElementVNode as g,normalizeStyle as j,withKeys as b,toDisplayString as k,renderSlot as v}from"vue";import{useTheme as F}from"../../../shared/hooks/useTheme.js";import"@vueuse/core";import"date-fns";import{isNumber as C,cloneDeep as S}from"lodash-es";import"@vue/shared";import"../../../shared/utils/index.js";import"@vueuse/shared";import"../../../shared/hooks/selectHooks/useSearchContent.js";import"@vicons/ionicons5";import{NForm as H,NTabs as A,NTabPane as x,NConfigProvider as B}from"naive-ui";import{useVersion as O}from"../../../shared/hooks/useVersion.js";import{createForm as L,onFormMount as R,onFieldValueChange as w,onFieldMount as I,onFieldUnmount as V,onFieldReact as _}from"@formily/core";import{Path as D}from"@formily/path";import{FormProvider as N,FormConsumer as q}from"@formily/vue";import{InjectionFormLifeCycleCaller as W,InjectionFormGraph as T}from"./constants/index.js";import{createObjSchema as U}from"./utils/schema.js";import{useAnchor as E}from"./hooks/useAnchor.js";import{useAutoHidden as G}from"./hooks/useAutoHidden.js";import"../index.js";import{useComplexOptionsSpan as K}from"./hooks/useComplexOptions.js";import{useFieldListAdaptor as M}from"./hooks/useFieldListAdaptor.js";import"../../../shared/utils/tapable/SyncHook.js";import"../../../shared/utils/tapable/SyncBailHook.js";import"../../../shared/utils/tapable/SyncWaterfallHook.js";import"../../../shared/utils/tapable/SyncLoopHook.js";import"../../../shared/utils/tapable/AsyncParallelHook.js";import"../../../shared/utils/tapable/AsyncParallelBailHook.js";import"../../../shared/utils/tapable/AsyncSeriesHook.js";import"../../../shared/utils/tapable/AsyncSeriesBailHook.js";import"../../../shared/utils/tapable/AsyncSeriesLoopHook.js";import"../../../shared/utils/tapable/AsyncSeriesWaterfallHook.js";import{useFieldVisitor as P}from"./hooks/useFieldVisitor.js";import{useFormContext as J}from"./hooks/useFormContext.js";import{useFormDomEvent as $,useFormExposeEvent as z}from"./hooks/useFormEvent.js";import{useFormGraph as Q}from"./hooks/useFormGraph.js";import{useFormRenderLifeCycle as X}from"./hooks/useFormRenderLifeCycle.js";import{validateMessageLocale as Y}from"./hooks/useFormValidator.js";import{useLowCodeEvent as Z}from"./hooks/useLowCodeEvent.js";import{useLowCodeReactions as ee}from"./hooks/useLowCodeReactions.js";import{useNuiThemeOverrides as oe}from"./hooks/useNuiThemeOverrides.js";import{useOperationalForm as te}from"./hooks/useOperationalForm.js";import{useWordbookSetting as re}from"./hooks/useWordbookSetting.js";const se={key:0,style:{height:"54px"}},ae={style:{"white-space":"pre"}};var ie=e({__name:"FormRender",props:{fieldList:{type:Array},initialData:{type:Object,default:()=>({})},fieldVisitor:{type:Object},column:{type:Number,default:24},maxHeight:{type:[Number,String],default:""},anchor:{type:Boolean,default:!1},parallelism:{type:Number,default:3},businessFormatter:{type:Function},schema:{type:Object},components:{type:Object,default:()=>({})},scope:{type:Object,default:()=>({})},annotation:{type:Object},consumer:{type:Boolean,default:!1},uuid:{type:String},lifeCycle:{type:Object},requestInstance:{type:Object},enterToNextWidget:{type:[Boolean,Function],default:!0},lowCodeReactions:{type:Array},operationalForm:{type:Array},dateOperationalForm:{type:Object},operationalFormInit:{type:Boolean,default:!0},linebarAutoHidden:{type:Boolean},bordered:{type:[Boolean,String],default:!0},outBordered:{type:Boolean,default:!1},uniqueCacheData:{type:Boolean,default:!1},forceClearable:Boolean},emits:["formChange","annotationChange","scroll"],setup(e,{expose:ie,emit:le}){const ne=e,me=F(),{nuiThemeOverrides:pe}=oe();Y();const de=o(),ue=t((()=>C(ne.maxHeight)?ne.maxHeight+"px":ne.maxHeight)),{SchemaField:ce,businessCollector:fe,formItemDepsCollector:he,changeContextCollector:ye,formUUID:ge}=J(ne,le),{anchorBarRef:je,currentAnchor:be,updateAnchorList:ke,anchorIdList:ve,onScroll:Fe}=E(ne,le,de,he),{callLifeCycle:Ce}=X(ne);r(W,Ce),Ce("onSetup");const{trigger:Se}=G(),{observeFormGraph:He,setGraph:Ae,removeGraph:xe}=Q();r(T,He);const{lowCodeEventTrigger:Be}=Z(),Oe=L({initialValues:ne.initialData,effects(e){const o={};R((()=>{Object.assign(o,S(e.values))})),w("*",(t=>{const r=D.getIn(o,t.path);D.setIn(o,t.path,t.value);const s=t.props.name.toString();fe.trigger(e,s),he.trigger(t.path),le("formChange",{fieldInstance:t,fieldKey:s,oldValue:r,fieldName:t.title,value:t.value,context:ye.getContext(s,t.value)}),Be(t),Le(s),we.trigger(s),Ie.trigger(s,t.value)})),I("*",Ae),V("*",xe),ne.linebarAutoHidden&&(_("*",Se),R((e=>e.query("*").forEach(Se)))),ne.anchor&&_("*",ke)}}),{lowCodeReactionsHandler:Le,triggerAllReactionsHandler:Re}=ee(t((()=>ne.lowCodeReactions)),Oe),we=te(ne,Oe),Ie=re().create(Oe,ye);s(Re),s((()=>ne.operationalFormInit&&we.triggerAll()));const{schemaAdaptor:Ve}=M(fe,ne.lifeCycle);let _e=ne.fieldList||[];const De=t((()=>ne.schema?ne.schema:ne.fieldList?(_e=P().traverse(S(ne.fieldList),ne.fieldVisitor),U(Ve(_e,ne))):U({}))),{onKeydown:Ne}=$({formModel:Oe,formRenderRef:de,props:ne}),{clearSpan:qe}=K();a((()=>qe(ge)));const We=z({formModel:Oe,formRenderRef:de,formItemDepsCollector:he,businessCollector:fe,wordbookSettingHandler:Ie,operationalFormHandler:we,getFieldList:()=>_e,formUUID:ge});return ie({formModel:Oe,validate:(e="*",o={})=>We.validate(e,o),getFormValues:(e=!0)=>We.getFormValues(e),setFormValues:async(e,o={})=>We.setFormValues(e,o),setFieldState(e,o){We.setFieldState(e,o)},resetFields(e="*"){We.resetFields(e)},queryWidget:async e=>We.queryWidget(e),getFieldList:()=>_e,async reload(){console.error("reload function is abstract,it should be overwrite!")}}),(o,t)=>(i(),l(n(H),m({class:["form-render",{"form-render--out-border":e.outBordered}],"require-mark-placement":"left",style:n(me)},n(O)()),{default:p((()=>[e.anchor?(i(),d("section",se,[u(n(A),{value:n(be),"onUpdate:value":t[0]||(t[0]=e=>c(be)?be.value=e:null),type:"line",ref_key:"anchorBarRef",ref:je},{default:p((()=>[(i(!0),d(f,null,h(n(ve),(e=>(i(),l(n(x),{name:e.name,tab:e.title,key:e.name},null,8,["name","tab"])))),128))])),_:1},8,["value"])])):y("v-if",!0),u(n(B),{"theme-overrides":n(pe)},{default:p((()=>[g("section",{class:"form-render__wrapper",style:j({"--column":e.column,"--form-height":n(ue)}),ref_key:"formRenderRef",ref:de,onScroll:t[1]||(t[1]=(...e)=>n(Fe)&&n(Fe)(...e)),onKeydownCapture:t[2]||(t[2]=b(((...e)=>n(Ne)&&n(Ne)(...e)),["enter"]))},[u(n(N),{form:n(Oe)},{default:p((()=>[u(n(ce),{schema:n(De)},null,8,["schema"]),e.consumer?(i(),l(n(q),{key:0},{default:p((({form:e})=>[g("div",ae,k(JSON.stringify(e.values,null,2)),1)])),_:1})):y("v-if",!0),v(o.$slots,"default")])),_:3},8,["form"])],36)])),_:3},8,["theme-overrides"])])),_:3},16,["class","style"]))}});export{ie as default};
1
+ import{defineComponent as e,ref as o,computed as t,provide as r,onMounted as s,onUnmounted as a,openBlock as i,createBlock as l,unref as n,mergeProps as m,withCtx as p,createElementBlock as d,createVNode as u,isRef as c,Fragment as f,renderList as h,createCommentVNode as y,createElementVNode as g,normalizeStyle as j,withKeys as b,toDisplayString as k,renderSlot as v}from"vue";import{useTheme as F}from"../../../shared/hooks/useTheme.js";import"@vueuse/core";import"date-fns";import{isNumber as C,cloneDeep as S}from"lodash-es";import"@vue/shared";import"../../../shared/utils/index.js";import"@vueuse/shared";import"../../../shared/hooks/selectHooks/useSearchContent.js";import"@vicons/ionicons5";import{NForm as H,NTabs as A,NTabPane as x,NConfigProvider as B}from"naive-ui";import{useVersion as O}from"../../../shared/hooks/useVersion.js";import{createForm as L,onFormMount as R,onFieldValueChange as w,onFieldMount as I,onFieldUnmount as V,onFieldReact as _}from"@formily/core";import{Path as D}from"@formily/path";import{FormProvider as N,FormConsumer as q}from"@formily/vue";import{InjectionFormLifeCycleCaller as W,InjectionFormGraph as T}from"./constants/index.js";import{createObjSchema as U}from"./utils/schema.js";import{useAnchor as E}from"./hooks/useAnchor.js";import{useAutoHidden as G}from"./hooks/useAutoHidden.js";import"../index.js";import{useComplexOptionsSpan as K}from"./hooks/useComplexOptions.js";import{useFieldListAdaptor as M}from"./hooks/useFieldListAdaptor.js";import"../../../shared/utils/tapable/SyncHook.js";import"../../../shared/utils/tapable/SyncBailHook.js";import"../../../shared/utils/tapable/SyncWaterfallHook.js";import"../../../shared/utils/tapable/SyncLoopHook.js";import"../../../shared/utils/tapable/AsyncParallelHook.js";import"../../../shared/utils/tapable/AsyncParallelBailHook.js";import"../../../shared/utils/tapable/AsyncSeriesHook.js";import"../../../shared/utils/tapable/AsyncSeriesBailHook.js";import"../../../shared/utils/tapable/AsyncSeriesLoopHook.js";import"../../../shared/utils/tapable/AsyncSeriesWaterfallHook.js";import{useFieldVisitor as P}from"./hooks/useFieldVisitor.js";import{useFormContext as J}from"./hooks/useFormContext.js";import{useFormDomEvent as $,useFormExposeEvent as z}from"./hooks/useFormEvent.js";import{useFormGraph as Q}from"./hooks/useFormGraph.js";import{useFormRenderLifeCycle as X}from"./hooks/useFormRenderLifeCycle.js";import{validateMessageLocale as Y}from"./hooks/useFormValidator.js";import{useLowCodeEvent as Z}from"./hooks/useLowCodeEvent.js";import{useLowCodeReactions as ee}from"./hooks/useLowCodeReactions.js";import{useNuiThemeOverrides as oe}from"./hooks/useNuiThemeOverrides.js";import{useOperationalForm as te}from"./hooks/useOperationalForm.js";import{useWordbookSetting as re}from"./hooks/useWordbookSetting.js";const se={key:0,style:{height:"54px"}},ae={style:{"white-space":"pre"}};var ie=e({__name:"FormRender",props:{fieldList:{type:Array},initialData:{type:Object,default:()=>({})},fieldVisitor:{type:Object},column:{type:Number,default:24},maxHeight:{type:[Number,String],default:""},anchor:{type:Boolean,default:!1},parallelism:{type:Number,default:3},businessFormatter:{type:Function},schema:{type:Object},components:{type:Object,default:()=>({})},scope:{type:Object,default:()=>({})},annotation:{type:Object},annotationShortcuts:{type:Array},consumer:{type:Boolean,default:!1},uuid:{type:String},lifeCycle:{type:Object},requestInstance:{type:Object},enterToNextWidget:{type:[Boolean,Function],default:!0},lowCodeReactions:{type:Array},operationalForm:{type:Array},dateOperationalForm:{type:Object},operationalFormInit:{type:Boolean,default:!0},linebarAutoHidden:{type:Boolean},bordered:{type:[Boolean,String],default:!0},outBordered:{type:Boolean,default:!1},uniqueCacheData:{type:Boolean,default:!1},forceClearable:Boolean},emits:["formChange","annotationChange","scroll"],setup(e,{expose:ie,emit:le}){const ne=e,me=F(),{nuiThemeOverrides:pe}=oe();Y();const de=o(),ue=t((()=>C(ne.maxHeight)?ne.maxHeight+"px":ne.maxHeight)),{SchemaField:ce,businessCollector:fe,formItemDepsCollector:he,changeContextCollector:ye,formUUID:ge}=J(ne,le),{anchorBarRef:je,currentAnchor:be,updateAnchorList:ke,anchorIdList:ve,onScroll:Fe}=E(ne,le,de,he),{callLifeCycle:Ce}=X(ne);r(W,Ce),Ce("onSetup");const{trigger:Se}=G(),{observeFormGraph:He,setGraph:Ae,removeGraph:xe}=Q();r(T,He);const{lowCodeEventTrigger:Be}=Z(),Oe=L({initialValues:ne.initialData,effects(e){const o={};R((()=>{Object.assign(o,S(e.values))})),w("*",(t=>{const r=D.getIn(o,t.path);D.setIn(o,t.path,t.value);const s=t.props.name.toString();fe.trigger(e,s),he.trigger(t.path),le("formChange",{fieldInstance:t,fieldKey:s,oldValue:r,fieldName:t.title,value:t.value,context:ye.getContext(s,t.value)}),Be(t),Le(s),we.trigger(s),Ie.trigger(s,t.value)})),I("*",Ae),V("*",xe),ne.linebarAutoHidden&&(_("*",Se),R((e=>e.query("*").forEach(Se)))),ne.anchor&&_("*",ke)}}),{lowCodeReactionsHandler:Le,triggerAllReactionsHandler:Re}=ee(t((()=>ne.lowCodeReactions)),Oe),we=te(ne,Oe),Ie=re().create(Oe,ye);s(Re),s((()=>ne.operationalFormInit&&we.triggerAll()));const{schemaAdaptor:Ve}=M(fe,ne.lifeCycle);let _e=ne.fieldList||[];const De=t((()=>ne.schema?ne.schema:ne.fieldList?(_e=P().traverse(S(ne.fieldList),ne.fieldVisitor),U(Ve(_e,ne))):U({}))),{onKeydown:Ne}=$({formModel:Oe,formRenderRef:de,props:ne}),{clearSpan:qe}=K();a((()=>qe(ge)));const We=z({formModel:Oe,formRenderRef:de,formItemDepsCollector:he,businessCollector:fe,wordbookSettingHandler:Ie,operationalFormHandler:we,getFieldList:()=>_e,formUUID:ge});return ie({formModel:Oe,validate:(e="*",o={})=>We.validate(e,o),getFormValues:(e=!0)=>We.getFormValues(e),setFormValues:async(e,o={})=>We.setFormValues(e,o),setFieldState(e,o){We.setFieldState(e,o)},resetFields(e="*"){We.resetFields(e)},queryWidget:async e=>We.queryWidget(e),getFieldList:()=>_e,async reload(){console.error("reload function is abstract,it should be overwrite!")}}),(o,t)=>(i(),l(n(H),m({class:["form-render",{"form-render--out-border":e.outBordered}],"require-mark-placement":"left",style:n(me)},n(O)()),{default:p((()=>[e.anchor?(i(),d("section",se,[u(n(A),{value:n(be),"onUpdate:value":t[0]||(t[0]=e=>c(be)?be.value=e:null),type:"line",ref_key:"anchorBarRef",ref:je},{default:p((()=>[(i(!0),d(f,null,h(n(ve),(e=>(i(),l(n(x),{name:e.name,tab:e.title,key:e.name},null,8,["name","tab"])))),128))])),_:1},8,["value"])])):y("v-if",!0),u(n(B),{"theme-overrides":n(pe)},{default:p((()=>[g("section",{class:"form-render__wrapper",style:j({"--column":e.column,"--form-height":n(ue)}),ref_key:"formRenderRef",ref:de,onScroll:t[1]||(t[1]=(...e)=>n(Fe)&&n(Fe)(...e)),onKeydownCapture:t[2]||(t[2]=b(((...e)=>n(Ne)&&n(Ne)(...e)),["enter"]))},[u(n(N),{form:n(Oe)},{default:p((()=>[u(n(ce),{schema:n(De)},null,8,["schema"]),e.consumer?(i(),l(n(q),{key:0},{default:p((({form:e})=>[g("div",ae,k(JSON.stringify(e.values,null,2)),1)])),_:1})):y("v-if",!0),v(o.$slots,"default")])),_:3},8,["form"])],36)])),_:3},8,["theme-overrides"])])),_:3},16,["class","style"]))}});export{ie as default};
@@ -104,7 +104,13 @@ declare const _default: import("vue").DefineComponent<{}, {
104
104
  default: () => {};
105
105
  };
106
106
  annotation: {
107
- type: import("vue").PropType<import("../../../shared/types").AnyObject>;
107
+ type: import("vue").PropType<Record<string, import("../../annotation-edit/src/type").AnnotationItem>>;
108
+ };
109
+ annotationShortcuts: {
110
+ type: import("vue").PropType<(string | {
111
+ label: string;
112
+ value: string;
113
+ })[] | undefined>;
108
114
  };
109
115
  consumer: {
110
116
  type: BooleanConstructor;
@@ -260,7 +266,13 @@ declare const _default: import("vue").DefineComponent<{}, {
260
266
  default: () => {};
261
267
  };
262
268
  annotation: {
263
- type: import("vue").PropType<import("../../../shared/types").AnyObject>;
269
+ type: import("vue").PropType<Record<string, import("../../annotation-edit/src/type").AnnotationItem>>;
270
+ };
271
+ annotationShortcuts: {
272
+ type: import("vue").PropType<(string | {
273
+ label: string;
274
+ value: string;
275
+ })[] | undefined>;
264
276
  };
265
277
  consumer: {
266
278
  type: BooleanConstructor;
@@ -454,7 +466,11 @@ declare const _default: import("vue").DefineComponent<{}, {
454
466
  }>;
455
467
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
456
468
  scope: import("../../../shared/types").AnyObject;
457
- annotation: import("../../../shared/types").AnyObject;
469
+ annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
470
+ annotationShortcuts: (string | {
471
+ label: string;
472
+ value: string;
473
+ })[] | undefined;
458
474
  consumer: boolean;
459
475
  uuid: string;
460
476
  lifeCycle: Partial<{
@@ -752,7 +768,13 @@ declare const _default: import("vue").DefineComponent<{}, {
752
768
  default: () => {};
753
769
  };
754
770
  annotation: {
755
- type: import("vue").PropType<import("../../../shared/types").AnyObject>;
771
+ type: import("vue").PropType<Record<string, import("../../annotation-edit/src/type").AnnotationItem>>;
772
+ };
773
+ annotationShortcuts: {
774
+ type: import("vue").PropType<(string | {
775
+ label: string;
776
+ value: string;
777
+ })[] | undefined>;
756
778
  };
757
779
  consumer: {
758
780
  type: BooleanConstructor;
@@ -1 +1 @@
1
- import{defineComponent as e,inject as r,computed as l,ref as o,onUnmounted as t,createVNode as n,mergeProps as i}from"vue";import{arrayed as a,widthAppend as s}from"../../../../../shared/utils/index.js";import{isVoidField as m}from"@formily/core";import{observe as u,autorun as d}from"@formily/reactive";import{connect as f,mapProps as p}from"@formily/vue";import{useDebounceFn as v}from"@vueuse/core";import{isString as c,isArray as b,isFunction as y}from"lodash-es";import{NFormItem as _}from"naive-ui";import g from"../../../../annotation-edit/index.js";import"../../../index.js";import x from"../tooltipMessage.vue.js";import{InjectionFormUUID as I,InjectionFormGraph as j,InjectionAnnotation as h,InjectionFormGlobalProps as k}from"../../constants/index.js";import{useComplexOptionsSpan as F}from"../../hooks/useComplexOptions.js";import{validateMessageParser as R}from"../../utils/index.js";import{dotEscape as L}from"../../utils/schema.js";import{useFormField as q}from"../../hooks/useFormField.js";const K=f(e({name:"FormRenderItem",props:{label:String,propertyKey:String,remark:String,span:{type:Number,default:6},suffixFields:{type:Array},labelRender:Function,annotation:{},fieldItem:{type:Object}},setup(e,{slots:a}){const{field:f,fieldKey:p,fieldAddress:c}=q(),R=r(I),K=l((()=>L(`${R}-${c.value}`))),S=o(!1);if(m(f.value)&&b(e.suffixFields)){const l=r(j);t(u(l,v((()=>{m(f.value)&&b(e.suffixFields)&&(S.value=e.suffixFields.some((e=>{const r=f.value.form.query(e).take();return r&&Reflect.get(r,"required")})))}),100)))}else t(d((()=>{S.value=Reflect.get(f.value,"required")})));const A=r(h),E=l({get(){var r,l;return null!=(l=null==(r=A.value)?void 0:r[e.propertyKey])?l:""},set(r){A.value={property:e.propertyKey,value:r}}});const M=l((()=>A.value&&!1!==e.annotation)),O=l((()=>e.label&&" "!==e.label)),V=l((()=>{let r=0;return M.value&&(r+=18),e.remark&&(r+=18),r})),$=r(k,{}),w=l((()=>{var r;const l=null==(r=e.fieldItem)?void 0:r.bordered;return null==l?$.bordered:l}));function C(){return O.value?n("section",{class:"form-render__formItemLabel"},[n("span",{class:"form-render__formItemLabel--text",style:{marginRight:s(V.value)}},[y(e.labelRender)?e.labelRender(e.label):e.label]),V.value?n("section",{class:"form-render__formItemLabel--operation"},[e.remark?n("div",{class:"form-render__formItemLabel--tooltip"},[n(x,{message:e.remark},null)]):null,M.value?n(g,{class:"form-render__formItemLabel--annotation",modelValue:E.value,"onUpdate:modelValue":e=>E.value=e},null):null]):null]):null}const{getSpan:N}=F();return()=>{return n(_,i({class:["form-render__formItem",{"form-render--no-border":!w.value,"form-render--underline":"underline"===w.value}],style:{"--form-item-column":"inner"===(null==(r=e.fieldItem)?void 0:r.childWidthMode)?e.span:N(R,f.value.address,!1)+e.span}},{id:K.value,uuid:R,"widget-type":f.value.componentType,"field-key":L(p.value),"field-address":L(c.value),required:S.value}),{...a,label:C});var r}}}),p({title:"label"},((e,r)=>{const l=m(r)?void 0:a(r.selfErrors).length?function(e,r){if(!c(r.defined_error_msg)||!r.defined_error_msg)return e.map((e=>R(e,r))).join(",");return R(r.defined_error_msg,r)}(a(r.selfErrors),e.fieldItem):void 0;return{...e,fieldItem:void 0,feedback:l,"validation-status":l?"error":void 0}})));export{K as FORM_ITEM};
1
+ import{defineComponent as e,inject as r,computed as l,ref as o,onUnmounted as t,createVNode as n,mergeProps as i,unref as a}from"vue";import{arrayed as s,widthAppend as m}from"../../../../../shared/utils/index.js";import{isVoidField as u}from"@formily/core";import{observe as d,autorun as f}from"@formily/reactive";import{connect as p,mapProps as v}from"@formily/vue";import{useDebounceFn as c}from"@vueuse/core";import{isString as b,isArray as y,isFunction as _}from"lodash-es";import{NFormItem as g}from"naive-ui";import x from"../../../../annotation-edit/index.js";import"../../../index.js";import I from"../tooltipMessage.vue.js";import{InjectionFormUUID as j,InjectionFormGraph as h,InjectionAnnotation as k,InjectionAnnotationShortcuts as F,InjectionFormGlobalProps as R}from"../../constants/index.js";import{useComplexOptionsSpan as L}from"../../hooks/useComplexOptions.js";import{validateMessageParser as q}from"../../utils/index.js";import{dotEscape as K}from"../../utils/schema.js";import{useFormField as S}from"../../hooks/useFormField.js";const A=p(e({name:"FormRenderItem",props:{label:String,propertyKey:String,remark:String,span:{type:Number,default:6},suffixFields:{type:Array},labelRender:Function,annotation:{},fieldItem:{type:Object}},setup(e,{slots:s}){const{field:p,fieldKey:v,fieldAddress:b}=S(),q=r(j),A=l((()=>K(`${q}-${b.value}`))),E=o(!1);if(u(p.value)&&y(e.suffixFields)){const l=r(h);t(d(l,c((()=>{u(p.value)&&y(e.suffixFields)&&(E.value=e.suffixFields.some((e=>{const r=p.value.form.query(e).take();return r&&Reflect.get(r,"required")})))}),100)))}else t(f((()=>{E.value=Reflect.get(p.value,"required")})));const M=r(k),O=l({get(){var r,l;return null!=(l=null==(r=M.value)?void 0:r[e.propertyKey])?l:""},set(r){M.value={property:e.propertyKey,value:r}}}),V=r(F);const $=l((()=>M.value&&!1!==e.annotation)),w=l((()=>e.label&&" "!==e.label)),C=l((()=>{let r=0;return $.value&&(r+=18),e.remark&&(r+=18),r})),N=r(R,{}),T=l((()=>{var r;const l=null==(r=e.fieldItem)?void 0:r.bordered;return null==l?N.bordered:l}));function U(){return w.value?n("section",{class:"form-render__formItemLabel"},[n("span",{class:"form-render__formItemLabel--text",style:{marginRight:m(C.value)}},[_(e.labelRender)?e.labelRender(e.label):e.label]),C.value?n("section",{class:"form-render__formItemLabel--operation"},[e.remark?n("div",{class:"form-render__formItemLabel--tooltip"},[n(I,{message:e.remark},null)]):null,$.value?n(x,{class:"form-render__formItemLabel--annotation",modelValue:O.value,"onUpdate:modelValue":e=>O.value=e,shortcuts:a(V)},null):null]):null]):null}const{getSpan:W}=L();return()=>{return n(g,i({class:["form-render__formItem",{"form-render--no-border":!T.value,"form-render--underline":"underline"===T.value}],style:{"--form-item-column":"inner"===(null==(r=e.fieldItem)?void 0:r.childWidthMode)?e.span:W(q,p.value.address,!1)+e.span}},{id:A.value,uuid:q,"widget-type":p.value.componentType,"field-key":K(v.value),"field-address":K(b.value),required:E.value}),{...s,label:U});var r}}}),v({title:"label"},((e,r)=>{const l=u(r)?void 0:s(r.selfErrors).length?function(e,r){if(!b(r.defined_error_msg)||!r.defined_error_msg)return e.map((e=>q(e,r))).join(",");return q(r.defined_error_msg,r)}(s(r.selfErrors),e.fieldItem):void 0;return{...e,fieldItem:void 0,feedback:l,"validation-status":l?"error":void 0}})));export{A as FORM_ITEM};
@@ -16,6 +16,7 @@ export declare const InjectionFormLifeCycleCaller: InjectionKey<ReturnType<typeo
16
16
  export declare const InjectionFormUUID: InjectionKey<string>;
17
17
  export declare const InjectionFormGraph: InjectionKey<Record<string, GeneralField>>;
18
18
  export declare const InjectionAnnotation: InjectionKey<WritableComputedRef<Nullable<Record<string, AnnotationItem>>>>;
19
+ export declare const InjectionAnnotationShortcuts: InjectionKey<WritableComputedRef<Exclude<NonNullable<AnnotationItem>, string>['shortcuts']>>;
19
20
  export declare const InjectionFormGlobalProps: InjectionKey<Readonly<FormRenderProps>>;
20
21
  export declare enum FIELD_BUSINESS_TYPE {
21
22
  PASSWORD = "password",
@@ -1 +1 @@
1
- const o=Symbol("InjectionAsyncQueue"),e=Symbol("InjectionSchemaField"),n=Symbol("InjectionBusinessCollector"),t=Symbol("InjectionChangeContextCollector"),l=Symbol("InjectionFormItemDepsCollector"),E=Symbol("InjectionFormLifeCycleCaller"),I=Symbol("InjectionFormUUID"),i=Symbol("InjectionFormGraph"),a=Symbol("InjectionAnnotation"),c=Symbol("InjectionFormGlobalProps");var m=(o=>(o.PASSWORD="password",o.ID_CARD="id_card",o.AGE="age",o.AGE_UNIT="age_unit",o.MOBILE="mobile",o.TELEPHONE="telephone",o.EMAIL="email",o.SEX="sex",o.BIRTHDAY="birthday",o.BANK_CARD="bank_card",o.WEBSITE="website",o.GESTATIONAL_WEEKS="gestational_weeks",o.GESTATIONAL_STAGE="gestational_stage",o.CUSTOMER_NAME="customer_name",o))(m||{}),A=(o=>(o.MALE="1",o.FEMALE="2",o))(A||{}),S=(o=>(o.DAY="D",o.MONTH="M",o.YEAR="Y",o.HOUR="H",o.WEEK="W",o.MINUTE="N",o))(S||{});const r=["COMPLEX","COMBINATION"];export{S as FIELD_AGE_UNIT,m as FIELD_BUSINESS_TYPE,A as FIELD_SEX_VALUE,a as InjectionAnnotation,o as InjectionAsyncQueue,n as InjectionBusinessCollector,t as InjectionChangeContextCollector,c as InjectionFormGlobalProps,i as InjectionFormGraph,l as InjectionFormItemDepsCollector,E as InjectionFormLifeCycleCaller,I as InjectionFormUUID,e as InjectionSchemaField,r as NESTED_FORM_ITEM_TYPE};
1
+ const o=Symbol("InjectionAsyncQueue"),e=Symbol("InjectionSchemaField"),n=Symbol("InjectionBusinessCollector"),t=Symbol("InjectionChangeContextCollector"),l=Symbol("InjectionFormItemDepsCollector"),E=Symbol("InjectionFormLifeCycleCaller"),i=Symbol("InjectionFormUUID"),I=Symbol("InjectionFormGraph"),c=Symbol("InjectionAnnotation"),a=Symbol("InjectionAnnotationShortcuts"),m=Symbol("InjectionFormGlobalProps");var A=(o=>(o.PASSWORD="password",o.ID_CARD="id_card",o.AGE="age",o.AGE_UNIT="age_unit",o.MOBILE="mobile",o.TELEPHONE="telephone",o.EMAIL="email",o.SEX="sex",o.BIRTHDAY="birthday",o.BANK_CARD="bank_card",o.WEBSITE="website",o.GESTATIONAL_WEEKS="gestational_weeks",o.GESTATIONAL_STAGE="gestational_stage",o.CUSTOMER_NAME="customer_name",o))(A||{}),S=(o=>(o.MALE="1",o.FEMALE="2",o))(S||{}),r=(o=>(o.DAY="D",o.MONTH="M",o.YEAR="Y",o.HOUR="H",o.WEEK="W",o.MINUTE="N",o))(r||{});const s=["COMPLEX","COMBINATION"];export{r as FIELD_AGE_UNIT,A as FIELD_BUSINESS_TYPE,S as FIELD_SEX_VALUE,c as InjectionAnnotation,a as InjectionAnnotationShortcuts,o as InjectionAsyncQueue,n as InjectionBusinessCollector,t as InjectionChangeContextCollector,m as InjectionFormGlobalProps,I as InjectionFormGraph,l as InjectionFormItemDepsCollector,E as InjectionFormLifeCycleCaller,i as InjectionFormUUID,e as InjectionSchemaField,s as NESTED_FORM_ITEM_TYPE};