cnhis-design-vue 3.1.21-beta.3 → 3.1.21-beta.4

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 (117) hide show
  1. package/README.md +123 -123
  2. package/es/components/big-table/index.d.ts +1 -1
  3. package/es/components/big-table/src/BigTable.vue.d.ts +1 -1
  4. package/es/components/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +3 -2
  5. package/es/components/button-print/index.d.ts +1 -1
  6. package/es/components/button-print/src/ButtonPrint.vue.d.ts +1 -1
  7. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +1 -1
  8. package/es/components/drag-layout/index.d.ts +1 -1
  9. package/es/components/drag-layout/src/DragLayout.vue.d.ts +1 -1
  10. package/es/components/form-config/index.d.ts +2 -2
  11. package/es/components/form-config/src/FormConfig.vue.d.ts +2 -2
  12. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -1
  13. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1 -1
  14. package/es/components/form-render/index.d.ts +1 -1
  15. package/es/components/form-render/src/FormRender.js +1 -1
  16. package/es/components/form-render/src/FormRender.vue.d.ts +1 -1
  17. package/es/components/form-render/src/components/renderer/inputGroup.d.ts +1 -1
  18. package/es/components/{form-table → form-render}/src/hooks/useNuiThemeOverrides.d.ts +0 -0
  19. package/es/components/{form-table → form-render}/src/hooks/useNuiThemeOverrides.js +0 -0
  20. package/es/components/{form-table → form-render}/src/hooks/useNuiThemeOverrides2.js +0 -0
  21. package/es/components/index.d.ts +1 -2
  22. package/es/components/index.js +0 -1
  23. package/es/components/index2.js +0 -3
  24. package/es/components/info-header/index.d.ts +4 -4
  25. package/es/components/info-header/src/HiddenContent.vue.d.ts +2 -2
  26. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +1 -1
  27. package/es/components/info-header/src/InfoHeader.vue.d.ts +4 -4
  28. package/es/components/scale-view/index.d.ts +1 -1
  29. package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -1
  30. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +1 -1
  31. package/es/components/scale-view/src/hooks/use-component.d.ts +2 -2
  32. package/es/components/select-label/index.d.ts +4 -4
  33. package/es/components/select-label/src/LabelFormContent.vue.d.ts +2 -2
  34. package/es/components/select-label/src/SelectLabel.vue.d.ts +2 -2
  35. package/es/components/select-person/index.d.ts +1 -1
  36. package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -1
  37. package/es/components/shortcut-setter/index.d.ts +1 -1
  38. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +1 -1
  39. package/es/components/steps-wheel/index.d.ts +1 -1
  40. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
  41. package/es/components/time-line/index.d.ts +1 -1
  42. package/es/components/time-line/src/TimeLine.vue.d.ts +1 -1
  43. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
  44. package/package.json +2 -2
  45. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  46. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  47. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  48. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  49. package/es/components/fabric-chart/src/utils/index.d.ts +0 -6823
  50. package/es/components/form-table/index.d.ts +0 -4019
  51. package/es/components/form-table/index.js +0 -1
  52. package/es/components/form-table/index2.js +0 -10
  53. package/es/components/form-table/src/FormTable.js +0 -474
  54. package/es/components/form-table/src/FormTable.vue.d.ts +0 -4019
  55. package/es/components/form-table/src/components/index.d.ts +0 -3778
  56. package/es/components/form-table/src/components/index.js +0 -1
  57. package/es/components/form-table/src/components/index2.js +0 -40
  58. package/es/components/form-table/src/components/table-age.js +0 -235
  59. package/es/components/form-table/src/components/table-age.vue.d.ts +0 -318
  60. package/es/components/form-table/src/components/table-date-picker.js +0 -179
  61. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +0 -250
  62. package/es/components/form-table/src/components/table-digital.js +0 -141
  63. package/es/components/form-table/src/components/table-digital.vue.d.ts +0 -261
  64. package/es/components/form-table/src/components/table-input-password.js +0 -141
  65. package/es/components/form-table/src/components/table-input-password.vue.d.ts +0 -304
  66. package/es/components/form-table/src/components/table-input.js +0 -127
  67. package/es/components/form-table/src/components/table-input.vue.d.ts +0 -261
  68. package/es/components/form-table/src/components/table-month-picker.js +0 -104
  69. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +0 -193
  70. package/es/components/form-table/src/components/table-search-more.js +0 -6
  71. package/es/components/form-table/src/components/table-search-more.vue.d.ts +0 -392
  72. package/es/components/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +0 -276
  73. package/es/components/form-table/src/components/table-search.js +0 -6
  74. package/es/components/form-table/src/components/table-search.vue.d.ts +0 -386
  75. package/es/components/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +0 -276
  76. package/es/components/form-table/src/components/table-select-multiple.js +0 -164
  77. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +0 -235
  78. package/es/components/form-table/src/components/table-select.js +0 -159
  79. package/es/components/form-table/src/components/table-select.vue.d.ts +0 -234
  80. package/es/components/form-table/src/components/table-textarea.js +0 -157
  81. package/es/components/form-table/src/components/table-textarea.vue.d.ts +0 -320
  82. package/es/components/form-table/src/components/table-time-picker.js +0 -150
  83. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +0 -246
  84. package/es/components/form-table/src/components/table-tree-select.js +0 -285
  85. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +0 -349
  86. package/es/components/form-table/src/components/text-over-tooltip.js +0 -64
  87. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +0 -70
  88. package/es/components/form-table/src/configs/index.d.ts +0 -35
  89. package/es/components/form-table/src/configs/index.js +0 -1
  90. package/es/components/form-table/src/configs/index2.js +0 -67
  91. package/es/components/form-table/src/hooks/index.d.ts +0 -5
  92. package/es/components/form-table/src/hooks/index.js +0 -5
  93. package/es/components/form-table/src/hooks/useBoundDate.d.ts +0 -21
  94. package/es/components/form-table/src/hooks/useBoundDate.js +0 -1
  95. package/es/components/form-table/src/hooks/useBoundDate2.js +0 -414
  96. package/es/components/form-table/src/hooks/useDateType.d.ts +0 -17
  97. package/es/components/form-table/src/hooks/useDateType.js +0 -1
  98. package/es/components/form-table/src/hooks/useDateType2.js +0 -160
  99. package/es/components/form-table/src/hooks/useFormCommon.d.ts +0 -14
  100. package/es/components/form-table/src/hooks/useFormCommon.js +0 -1
  101. package/es/components/form-table/src/hooks/useFormCommon2.js +0 -101
  102. package/es/components/form-table/src/hooks/useFormEvent.d.ts +0 -9
  103. package/es/components/form-table/src/hooks/useFormEvent.js +0 -1
  104. package/es/components/form-table/src/hooks/useFormEvent2.js +0 -68
  105. package/es/components/form-table/src/hooks/useItemDefault.d.ts +0 -53
  106. package/es/components/form-table/src/hooks/useItemDefault.js +0 -1
  107. package/es/components/form-table/src/hooks/useItemDefault2.js +0 -218
  108. package/es/components/form-table/src/hooks/useSearch.d.ts +0 -165
  109. package/es/components/form-table/src/hooks/useSearch.js +0 -1
  110. package/es/components/form-table/src/hooks/useSearch2.js +0 -1154
  111. package/es/components/form-table/src/hooks/useValidate.d.ts +0 -24
  112. package/es/components/form-table/src/hooks/useValidate.js +0 -1
  113. package/es/components/form-table/src/hooks/useValidate2.js +0 -480
  114. package/es/components/form-table/src/types/index.d.ts +0 -11
  115. package/es/components/form-table/src/types/index.js +0 -1
  116. package/es/components/form-table/style/index.css +0 -1
  117. package/es/shared/utils/tapable/index.d.ts +0 -139
package/README.md CHANGED
@@ -1,123 +1,123 @@
1
- # 安装
2
-
3
- ```shell
4
- npm i cnhis-design-vue@[版本号]
5
- # or
6
- yarn add cnhis-design-vue@[版本号] #推荐
7
- ```
8
-
9
- ## 1.全局引入
10
-
11
- ```typescript
12
- // main.ts
13
- import { createApp } from 'vue';
14
- import App from './App.vue';
15
- import 'cnhis-design-vue/es/packages/index.css';
16
- import cui from 'cnhis-design-vue';
17
-
18
- const app = createApp(App);
19
- app.use(cui).mount('#app');
20
- ```
21
-
22
- ## 2. 按需引入
23
-
24
- 组件现在支持了自动按需引入, 但是样式文件需要额外的处理
25
-
26
- ### 2.1 样式处理方式 1(按需引入样式)
27
-
28
- ```shell
29
- # 安装自动导入样式的插件
30
- npm i -d vite-plugin-style-import
31
- ```
32
-
33
- ```typescript
34
- // vite.config.ts
35
- import { defineConfig } from 'vite';
36
- import { createStyleImportPlugin } from 'vite-plugin-style-import';
37
-
38
- export default defineConfig({
39
- plugins: [
40
- // ...otherPlugins
41
- createStyleImportPlugin({
42
- libs: [
43
- {
44
- libraryName: 'cnhis-design-vue',
45
- esModule: true,
46
- ensureStyleFile: true,
47
- resolveStyle: name => {
48
- return `cnhis-design-vue/es/components/${ name.slice(2) }/style/index.css`;
49
- }
50
- }
51
- ]
52
- })
53
- ]
54
- });
55
- ```
56
-
57
- ### 2.2 样式处理方式 2(全局引入样式)
58
-
59
- ```typescript
60
- // main.ts
61
- import 'cnhis-design-vue/es/components/index.css';
62
- ```
63
-
64
- ## 3. 注意
65
-
66
- 由于 vxe-table 目前的引入方式是由组件 install 触发的,所以如果需要使用 c-grid/c-big-table 组件,需要全局注册二者任意一个
67
-
68
- ```typescript
69
- // main.ts
70
- import { createApp } from 'vue';
71
- import App from './App.vue';
72
-
73
- import { CGrid } from 'cnhis-design-vue';
74
- // 或者
75
- import { CBigTable } from 'cnhis-design-vue';
76
-
77
- const app = createApp(App);
78
- app.use(CGrid);
79
- // 或者
80
- app.use(CBigTable);
81
- app.mount('#app');
82
- ```
83
-
84
- ## 4.FAQ
85
-
86
- ### 4.1 项目打包后样式丢失
87
-
88
- > 处理方法, 将 cnhis-design-vue 从 vendor 包中移除
89
-
90
- ```typescript
91
- // vite.config.ts
92
- import { defineConfig } from 'vite';
93
-
94
- export default defineConfig({
95
- rollupOptions: {
96
- // ..otherOptions
97
- output: {
98
- dir: './dist',
99
- manualChunks(id: string) {
100
- if (id.includes('node_modules') && !id.includes('cnhis-design-vue')) {
101
- return 'vendor';
102
- }
103
- }
104
- }
105
- }
106
- });
107
- ```
108
-
109
- ### 4.2 找不到文件
110
-
111
- > 由于组件库输出文件类型由 js 修改成了 mjs, 如果配置了 resolve 属性的项目, 需要将 mjs 文件类型添加至 extensions 中
112
-
113
- ```javascript
114
- // vite.config.ts
115
- const config = {
116
- // ...otherOptions
117
- resolve: {
118
- // ...otherOptions
119
- // 如果没有配置, 则不用考虑
120
- extensions: ['.js', '.ts', '.vue', '.json', '.mjs']
121
- }
122
- };
123
- ```
1
+ # 安装
2
+
3
+ ```shell
4
+ npm i cnhis-design-vue@[版本号]
5
+ # or
6
+ yarn add cnhis-design-vue@[版本号] #推荐
7
+ ```
8
+
9
+ ## 1.全局引入
10
+
11
+ ```typescript
12
+ // main.ts
13
+ import { createApp } from 'vue';
14
+ import App from './App.vue';
15
+ import 'cnhis-design-vue/es/packages/index.css';
16
+ import cui from 'cnhis-design-vue';
17
+
18
+ const app = createApp(App);
19
+ app.use(cui).mount('#app');
20
+ ```
21
+
22
+ ## 2. 按需引入
23
+
24
+ 组件现在支持了自动按需引入, 但是样式文件需要额外的处理
25
+
26
+ ### 2.1 样式处理方式 1(按需引入样式)
27
+
28
+ ```shell
29
+ # 安装自动导入样式的插件
30
+ npm i -d vite-plugin-style-import
31
+ ```
32
+
33
+ ```typescript
34
+ // vite.config.ts
35
+ import { defineConfig } from 'vite';
36
+ import { createStyleImportPlugin } from 'vite-plugin-style-import';
37
+
38
+ export default defineConfig({
39
+ plugins: [
40
+ // ...otherPlugins
41
+ createStyleImportPlugin({
42
+ libs: [
43
+ {
44
+ libraryName: 'cnhis-design-vue',
45
+ esModule: true,
46
+ ensureStyleFile: true,
47
+ resolveStyle: name => {
48
+ return `cnhis-design-vue/es/components/${ name.slice(2) }/style/index.css`;
49
+ }
50
+ }
51
+ ]
52
+ })
53
+ ]
54
+ });
55
+ ```
56
+
57
+ ### 2.2 样式处理方式 2(全局引入样式)
58
+
59
+ ```typescript
60
+ // main.ts
61
+ import 'cnhis-design-vue/es/components/index.css';
62
+ ```
63
+
64
+ ## 3. 注意
65
+
66
+ 由于 vxe-table 目前的引入方式是由组件 install 触发的,所以如果需要使用 c-grid/c-big-table 组件,需要全局注册二者任意一个
67
+
68
+ ```typescript
69
+ // main.ts
70
+ import { createApp } from 'vue';
71
+ import App from './App.vue';
72
+
73
+ import { CGrid } from 'cnhis-design-vue';
74
+ // 或者
75
+ import { CBigTable } from 'cnhis-design-vue';
76
+
77
+ const app = createApp(App);
78
+ app.use(CGrid);
79
+ // 或者
80
+ app.use(CBigTable);
81
+ app.mount('#app');
82
+ ```
83
+
84
+ ## 4.FAQ
85
+
86
+ ### 4.1 项目打包后样式丢失
87
+
88
+ > 处理方法, 将 cnhis-design-vue 从 vendor 包中移除
89
+
90
+ ```typescript
91
+ // vite.config.ts
92
+ import { defineConfig } from 'vite';
93
+
94
+ export default defineConfig({
95
+ rollupOptions: {
96
+ // ..otherOptions
97
+ output: {
98
+ dir: './dist',
99
+ manualChunks(id: string) {
100
+ if (id.includes('node_modules') && !id.includes('cnhis-design-vue')) {
101
+ return 'vendor';
102
+ }
103
+ }
104
+ }
105
+ }
106
+ });
107
+ ```
108
+
109
+ ### 4.2 找不到文件
110
+
111
+ > 由于组件库输出文件类型由 js 修改成了 mjs, 如果配置了 resolve 属性的项目, 需要将 mjs 文件类型添加至 extensions 中
112
+
113
+ ```javascript
114
+ // vite.config.ts
115
+ const config = {
116
+ // ...otherOptions
117
+ resolve: {
118
+ // ...otherOptions
119
+ // 如果没有配置, 则不用考虑
120
+ extensions: ['.js', '.ts', '.vue', '.json', '.mjs']
121
+ }
122
+ };
123
+ ```
@@ -883,7 +883,7 @@ declare const BigTable: SFCWithInstall<import("vue").DefineComponent<{
883
883
  style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
884
884
  class: import("vue").Ref<string | undefined>;
885
885
  mergedClsPrefix: import("vue").Ref<string>;
886
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
886
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
887
887
  readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
888
888
  [key: string]: any;
889
889
  }> | (() => import("vue").VNodeChild)>;
@@ -881,7 +881,7 @@ declare const _default: import("vue").DefineComponent<{
881
881
  style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
882
882
  class: import("vue").Ref<string | undefined>;
883
883
  mergedClsPrefix: import("vue").Ref<string>;
884
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
884
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
885
885
  readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
886
886
  [key: string]: any;
887
887
  }> | (() => import("vue").VNodeChild)>;
@@ -433,8 +433,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
433
433
  let filterField = false;
434
434
  let filterItems = [];
435
435
  try {
436
- const fieldSetting = JSON.parse(item.fieldSetting);
437
- filterField = ((_a2 = fieldSetting == null ? void 0 : fieldSetting.mapping) == null ? void 0 : _a2.type) === "manual" && item.isMerge != 1;
436
+ const fieldSetting = JSON.parse(item.fieldSetting || "{}");
437
+ let notParticipatingSearch = (fieldSetting == null ? void 0 : fieldSetting.notParticipatingSearch) || "";
438
+ filterField = notParticipatingSearch != 1 && ((_a2 = fieldSetting == null ? void 0 : fieldSetting.mapping) == null ? void 0 : _a2.type) === "manual" && item.isMerge != 1;
438
439
  filterItems = (_c2 = (_b2 = fieldSetting == null ? void 0 : fieldSetting.mapping) == null ? void 0 : _b2.mappingFiled) == null ? void 0 : _c2.map((item2) => item2.value[0]);
439
440
  } catch (e) {
440
441
  }
@@ -383,7 +383,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
383
383
  key: string;
384
384
  render: () => import("vue").VNodeChild;
385
385
  }[]>;
386
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
386
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
387
387
  readonly label: StringConstructor;
388
388
  readonly labelWidth: import("vue").PropType<string | number>;
389
389
  readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
@@ -387,7 +387,7 @@ declare const _default: import("vue").DefineComponent<{
387
387
  key: string;
388
388
  render: () => import("vue").VNodeChild;
389
389
  }[]>;
390
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
390
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
391
391
  readonly label: StringConstructor;
392
392
  readonly labelWidth: import("vue").PropType<string | number>;
393
393
  readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
@@ -210,7 +210,7 @@ declare const _default: import("vue").DefineComponent<{
210
210
  key: string;
211
211
  render: () => import("vue").VNodeChild;
212
212
  }[]>;
213
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
213
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
214
214
  readonly label: StringConstructor;
215
215
  readonly labelWidth: import("vue").PropType<string | number>;
216
216
  readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
@@ -205,7 +205,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
205
205
  } | null>;
206
206
  validate: import("naive-ui/es/form/src/interface").FormItemValidate;
207
207
  restoreValidation: () => void;
208
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
208
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
209
209
  readonly label: StringConstructor;
210
210
  readonly labelWidth: import("vue").PropType<string | number>;
211
211
  readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
@@ -205,7 +205,7 @@ declare const _default: import("vue").DefineComponent<{
205
205
  } | null>;
206
206
  validate: import("naive-ui/es/form/src/interface").FormItemValidate;
207
207
  restoreValidation: () => void;
208
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
208
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
209
209
  readonly label: StringConstructor;
210
210
  readonly labelWidth: import("vue").PropType<string | number>;
211
211
  readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
@@ -609,7 +609,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
609
609
  style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
610
610
  class: import("vue").Ref<string | undefined>;
611
611
  mergedClsPrefix: import("vue").Ref<string>;
612
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
612
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
613
613
  readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
614
614
  [key: string]: any;
615
615
  }> | (() => import("vue").VNodeChild)>;
@@ -3031,7 +3031,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3031
3031
  style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
3032
3032
  class: import("vue").Ref<string | undefined>;
3033
3033
  mergedClsPrefix: import("vue").Ref<string>;
3034
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3034
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3035
3035
  readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3036
3036
  [key: string]: any;
3037
3037
  }> | (() => import("vue").VNodeChild)>;
@@ -611,7 +611,7 @@ declare const _default: import("vue").DefineComponent<{
611
611
  style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
612
612
  class: import("vue").Ref<string | undefined>;
613
613
  mergedClsPrefix: import("vue").Ref<string>;
614
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
614
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
615
615
  readonly tab: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
616
616
  [key: string]: any;
617
617
  }> | (() => import("vue").VNodeChild)>;
@@ -3033,7 +3033,7 @@ declare const _default: import("vue").DefineComponent<{
3033
3033
  style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
3034
3034
  class: import("vue").Ref<string | undefined>;
3035
3035
  mergedClsPrefix: import("vue").Ref<string>;
3036
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3036
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3037
3037
  readonly tab: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3038
3038
  [key: string]: any;
3039
3039
  }> | (() => import("vue").VNodeChild)>;
@@ -471,7 +471,7 @@ declare const _default: import("vue").DefineComponent<{}, {
471
471
  style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
472
472
  class: import("vue").Ref<string | undefined>;
473
473
  mergedClsPrefix: import("vue").Ref<string>;
474
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
474
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
475
475
  readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
476
476
  [key: string]: any;
477
477
  }> | (() => import("vue").VNodeChild)>;
@@ -2160,7 +2160,7 @@ declare const _default: import("vue").DefineComponent<{}, {
2160
2160
  style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
2161
2161
  class: import("vue").Ref<string | undefined>;
2162
2162
  mergedClsPrefix: import("vue").Ref<string>;
2163
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2163
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2164
2164
  readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2165
2165
  [key: string]: any;
2166
2166
  }> | (() => import("vue").VNodeChild)>;
@@ -457,7 +457,7 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
457
457
  style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
458
458
  class: import("vue").Ref<string | undefined>;
459
459
  mergedClsPrefix: import("vue").Ref<string>;
460
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
460
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
461
461
  readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
462
462
  [key: string]: any;
463
463
  }> | (() => import("vue").VNodeChild)>;
@@ -6,8 +6,8 @@ import { cloneDeep, isArray } from 'lodash-es';
6
6
  import { NForm, NTabs, NTabPane, NConfigProvider } from 'naive-ui';
7
7
  import { FormItemLineBarDepKeyPrepend } from './constants/index2.js';
8
8
  import { useFormRenderLifeCycle } from './hooks/useFormRenderLifeCycle2.js';
9
+ import { useNuiThemeOverrides } from './hooks/useNuiThemeOverrides2.js';
9
10
  import { arrayed } from './utils/index.js';
10
- import { useNuiThemeOverrides } from '../../form-table/src/hooks/useNuiThemeOverrides2.js';
11
11
  import { useFieldListAdaptor } from './hooks/useFieldListAdaptor2.js';
12
12
  import '../index2.js';
13
13
  import { useFieldVisitor } from './hooks/useFieldVisitor2.js';
@@ -457,7 +457,7 @@ declare const _default: import("vue").DefineComponent<{
457
457
  style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
458
458
  class: import("vue").Ref<string | undefined>;
459
459
  mergedClsPrefix: import("vue").Ref<string>;
460
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
460
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
461
461
  readonly tab: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
462
462
  [key: string]: any;
463
463
  }> | (() => import("vue").VNodeChild)>;
@@ -4,7 +4,7 @@ export declare const INPUT_GROUP: import("vue").DefineComponent<{
4
4
  [x: symbol]: never;
5
5
  }, {
6
6
  mergedClsPrefix: import("vue").ComputedRef<string>;
7
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
8
  [x: string]: never;
9
9
  [x: number]: never;
10
10
  [x: symbol]: never;
@@ -9,7 +9,6 @@ import CSelectLabel, { CLabelFormContent } from './select-label';
9
9
  import CMap from './map';
10
10
  import CVodChunkUpload from './chunk-upload';
11
11
  import { CScaleView, CRadio, CCheckbox, CSelect, CDatetime } from './scale-view';
12
- import CFormTable from './form-table';
13
12
  import CInfoHeader from './info-header';
14
13
  import CTimeLine from './time-line';
15
14
  import CBpmnWorkflow from './bpmn-workflow';
@@ -27,7 +26,7 @@ export * from './big-table';
27
26
  export * from './button-print';
28
27
  export * from './form-config';
29
28
  declare function install(app: App): void;
30
- export { CGrid, CBigTable, CFieldSet, CDragLayout, CButtonPrint, CSelectPerson, CSelectLabel, CLabelFormContent, CScaleView, CMap, CVodChunkUpload, CRadio, CCheckbox, CSelect, CDatetime, CFormTable, CInfoHeader, CTimeLine, CBpmnWorkflow, CStepsWheel, Editor, CFormRender, CFabricChart, CShortcutProvider, CShortcutSetter, CFormConfig };
29
+ export { CGrid, CBigTable, CFieldSet, CDragLayout, CButtonPrint, CSelectPerson, CSelectLabel, CLabelFormContent, CScaleView, CMap, CVodChunkUpload, CRadio, CCheckbox, CSelect, CDatetime, CInfoHeader, CTimeLine, CBpmnWorkflow, CStepsWheel, Editor, CFormRender, CFabricChart, CShortcutProvider, CShortcutSetter, CFormConfig };
31
30
  declare const _default: {
32
31
  install: typeof install;
33
32
  };
@@ -6,7 +6,6 @@ export { default as CDragLayout } from './drag-layout/index2.js';
6
6
  export { default as CButtonPrint } from './button-print/index2.js';
7
7
  export { default as CSelectPerson } from './select-person/index2.js';
8
8
  export { default as CVodChunkUpload } from './chunk-upload/index2.js';
9
- export { default as CFormTable } from './form-table/index2.js';
10
9
  export { default as CInfoHeader } from './info-header/index2.js';
11
10
  export { default as CTimeLine } from './time-line/index2.js';
12
11
  export { default as CBpmnWorkflow } from './bpmn-workflow/index2.js';
@@ -18,8 +18,6 @@ import VodChunkUpload from './chunk-upload/index2.js';
18
18
  export { default as CVodChunkUpload } from './chunk-upload/index2.js';
19
19
  import { CScaleView, CRadio, CCheckbox, CSelect, CDatetime } from './scale-view/index2.js';
20
20
  export { CCheckbox, CDatetime, CRadio, CScaleView, CSelect } from './scale-view/index2.js';
21
- import FormTable from './form-table/index2.js';
22
- export { default as CFormTable } from './form-table/index2.js';
23
21
  import InfoHeader from './info-header/index2.js';
24
22
  export { default as CInfoHeader } from './info-header/index2.js';
25
23
  import TimeLine from './time-line/index2.js';
@@ -57,7 +55,6 @@ const components = {
57
55
  CCheckbox,
58
56
  CSelect,
59
57
  CDatetime,
60
- CFormTable: FormTable,
61
58
  CInfoHeader: InfoHeader,
62
59
  CTimeLine: TimeLine,
63
60
  CBpmnWorkflow: BpmnWorkflow,
@@ -124,7 +124,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
124
124
  };
125
125
  readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
126
126
  readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
127
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
127
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
128
128
  readonly label: StringConstructor;
129
129
  readonly span: {
130
130
  readonly type: NumberConstructor;
@@ -181,8 +181,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
181
181
  default: () => {};
182
182
  };
183
183
  }>>, {
184
- content: string;
185
184
  contentStyle: import("vue").CSSProperties;
185
+ content: string;
186
186
  }>;
187
187
  HiddenContent: import("vue").DefineComponent<{
188
188
  content: {
@@ -250,8 +250,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
250
250
  default: () => {};
251
251
  };
252
252
  }>>, {
253
- content: string;
254
253
  contentStyle: import("vue").CSSProperties;
254
+ content: string;
255
255
  }>;
256
256
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
257
257
  content: {
@@ -267,8 +267,8 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
267
267
  default: () => {};
268
268
  };
269
269
  }>>, {
270
- content: string;
271
270
  contentStyle: import("vue").CSSProperties;
271
+ content: string;
272
272
  }>;
273
273
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("openPatientInfo" | "fieldSet" | "update:compact")[], "openPatientInfo" | "fieldSet" | "update:compact", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
274
274
  compact: {
@@ -65,8 +65,8 @@ declare const _default: import("vue").DefineComponent<{
65
65
  default: () => {};
66
66
  };
67
67
  }>>, {
68
- content: string;
69
68
  contentStyle: CSSProperties;
69
+ content: string;
70
70
  }>;
71
71
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
72
72
  content: {
@@ -82,7 +82,7 @@ declare const _default: import("vue").DefineComponent<{
82
82
  default: () => {};
83
83
  };
84
84
  }>>, {
85
- content: string;
86
85
  contentStyle: CSSProperties;
86
+ content: string;
87
87
  }>;
88
88
  export default _default;
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
27
27
  default: () => {};
28
28
  };
29
29
  }>>, {
30
- content: string;
31
30
  contentStyle: CSSProperties;
31
+ content: string;
32
32
  }>;
33
33
  export default _default;
@@ -125,7 +125,7 @@ declare const _default: import("vue").DefineComponent<{
125
125
  };
126
126
  readonly labelStyle: PropType<string | CSSProperties>;
127
127
  readonly contentStyle: PropType<string | CSSProperties>;
128
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
128
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
129
129
  readonly label: StringConstructor;
130
130
  readonly span: {
131
131
  readonly type: NumberConstructor;
@@ -182,8 +182,8 @@ declare const _default: import("vue").DefineComponent<{
182
182
  default: () => {};
183
183
  };
184
184
  }>>, {
185
- content: string;
186
185
  contentStyle: CSSProperties;
186
+ content: string;
187
187
  }>;
188
188
  HiddenContent: import("vue").DefineComponent<{
189
189
  content: {
@@ -251,8 +251,8 @@ declare const _default: import("vue").DefineComponent<{
251
251
  default: () => {};
252
252
  };
253
253
  }>>, {
254
- content: string;
255
254
  contentStyle: CSSProperties;
255
+ content: string;
256
256
  }>;
257
257
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
258
258
  content: {
@@ -268,8 +268,8 @@ declare const _default: import("vue").DefineComponent<{
268
268
  default: () => {};
269
269
  };
270
270
  }>>, {
271
- content: string;
272
271
  contentStyle: CSSProperties;
272
+ content: string;
273
273
  }>;
274
274
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("openPatientInfo" | "fieldSet" | "update:compact")[], "openPatientInfo" | "fieldSet" | "update:compact", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
275
275
  compact: {
@@ -952,7 +952,7 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
952
952
  key: string;
953
953
  render: () => import("vue").VNodeChild;
954
954
  }[]>;
955
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
955
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
956
956
  readonly label: StringConstructor;
957
957
  readonly labelWidth: import("vue").PropType<string | number>;
958
958
  readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
@@ -951,7 +951,7 @@ declare const _default: import("vue").DefineComponent<{
951
951
  key: string;
952
952
  render: () => import("vue").VNodeChild;
953
953
  }[]>;
954
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
954
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
955
955
  readonly label: StringConstructor;
956
956
  readonly labelWidth: import("vue").PropType<string | number>;
957
957
  readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;