super-page-runtime 1.0.16 → 1.0.17

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 (214) hide show
  1. package/package.json +5 -1
  2. package/.eslintrc.cjs +0 -26
  3. package/.prettierrc.json +0 -8
  4. package/App.vue +0 -9
  5. package/components/index.ts +0 -17
  6. package/components/runtime/index.ts +0 -2
  7. package/components/runtime/utils/assemblys-config.js +0 -294
  8. package/components/runtime/views/assemblys/button/button/button-runtime.vue +0 -49
  9. package/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue +0 -26
  10. package/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue +0 -93
  11. package/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue +0 -59
  12. package/components/runtime/views/assemblys/chart/common/common-attr-assistant.vue +0 -32
  13. package/components/runtime/views/assemblys/chart/common/common-attr-base.vue +0 -60
  14. package/components/runtime/views/assemblys/chart/common/common-attr-drill.vue +0 -39
  15. package/components/runtime/views/assemblys/chart/common/common-attr-groupby.vue +0 -104
  16. package/components/runtime/views/assemblys/chart/common/common-attr-serieslist.vue +0 -145
  17. package/components/runtime/views/assemblys/chart/common/common-attr-sortby.vue +0 -119
  18. package/components/runtime/views/assemblys/chart/common/common-style-custom.vue +0 -28
  19. package/components/runtime/views/assemblys/chart/common/common-style-datazoom.vue +0 -45
  20. package/components/runtime/views/assemblys/chart/common/common-style-font-subtitle.vue +0 -78
  21. package/components/runtime/views/assemblys/chart/common/common-style-font-title.vue +0 -56
  22. package/components/runtime/views/assemblys/chart/common/common-style-grid.vue +0 -70
  23. package/components/runtime/views/assemblys/chart/common/common-style-legend.vue +0 -70
  24. package/components/runtime/views/assemblys/chart/common/common-style-tooltip.vue +0 -140
  25. package/components/runtime/views/assemblys/chart/common/common-style-xaxis.vue +0 -58
  26. package/components/runtime/views/assemblys/chart/common/common-style-yaxis.vue +0 -125
  27. package/components/runtime/views/assemblys/chart/common-series/common-attr-dataset.vue +0 -67
  28. package/components/runtime/views/assemblys/chart/common-series/common-attr-dynamic.vue +0 -57
  29. package/components/runtime/views/assemblys/chart/common-series/common-attr-testdatas.vue +0 -23
  30. package/components/runtime/views/assemblys/chart/common-series/common-style-label.vue +0 -209
  31. package/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue +0 -46
  32. package/components/runtime/views/assemblys/chart/pie/pie-runtime.vue +0 -56
  33. package/components/runtime/views/assemblys/chart/radar/radar-runtime.vue +0 -55
  34. package/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue +0 -57
  35. package/components/runtime/views/assemblys/common/common-attr-cursor.vue +0 -23
  36. package/components/runtime/views/assemblys/common/common-attr-size.vue +0 -54
  37. package/components/runtime/views/assemblys/common/common-select-table.vue +0 -287
  38. package/components/runtime/views/assemblys/common/common-style-background.vue +0 -46
  39. package/components/runtime/views/assemblys/common/common-style-border.vue +0 -37
  40. package/components/runtime/views/assemblys/common/common-style-custom.vue +0 -35
  41. package/components/runtime/views/assemblys/common/common-style-font-head.vue +0 -53
  42. package/components/runtime/views/assemblys/common/common-style-font.vue +0 -53
  43. package/components/runtime/views/assemblys/common/common-style-margin.vue +0 -34
  44. package/components/runtime/views/assemblys/common/common-style-padding.vue +0 -34
  45. package/components/runtime/views/assemblys/common/common-style-position.vue +0 -39
  46. package/components/runtime/views/assemblys/common/common-style-shadow.vue +0 -37
  47. package/components/runtime/views/assemblys/common/export-form-report-dialog.vue +0 -108
  48. package/components/runtime/views/assemblys/common/remove-signer-dialog.vue +0 -99
  49. package/components/runtime/views/assemblys/common/task-informition-dialog.vue +0 -69
  50. package/components/runtime/views/assemblys/common-attr-events.vue +0 -46
  51. package/components/runtime/views/assemblys/container/card/card-runtime.vue +0 -59
  52. package/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue +0 -59
  53. package/components/runtime/views/assemblys/container/container/container-runtime.vue +0 -41
  54. package/components/runtime/views/assemblys/container/flex/flex-runtime.vue +0 -35
  55. package/components/runtime/views/assemblys/container/form/form-runtime.vue +0 -37
  56. package/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue +0 -32
  57. package/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue +0 -54
  58. package/components/runtime/views/assemblys/container/tools/tools-runtime.vue +0 -99
  59. package/components/runtime/views/assemblys/data/bar-code/barcode-attr-base.vue +0 -117
  60. package/components/runtime/views/assemblys/data/bar-code/barcode-attr-event.vue +0 -14
  61. package/components/runtime/views/assemblys/data/bar-code/barcode-attr-style.vue +0 -25
  62. package/components/runtime/views/assemblys/data/bar-code/barcode-attr.vue +0 -28
  63. package/components/runtime/views/assemblys/data/bar-code/barcode-design.vue +0 -103
  64. package/components/runtime/views/assemblys/data/component/attr-header.vue +0 -69
  65. package/components/runtime/views/assemblys/data/component/attr-style.vue +0 -64
  66. package/components/runtime/views/assemblys/data/component/column-config.vue +0 -171
  67. package/components/runtime/views/assemblys/data/component/combinedHeader.vue +0 -96
  68. package/components/runtime/views/assemblys/data/component/composite-header.vue +0 -257
  69. package/components/runtime/views/assemblys/data/component/configuration-value.vue +0 -206
  70. package/components/runtime/views/assemblys/data/component/data-origin-tree.vue +0 -117
  71. package/components/runtime/views/assemblys/data/component/data-origin.vue +0 -260
  72. package/components/runtime/views/assemblys/data/component/formatting.vue +0 -200
  73. package/components/runtime/views/assemblys/data/component/in-parameter.vue +0 -56
  74. package/components/runtime/views/assemblys/data/component/querySetting.vue +0 -52
  75. package/components/runtime/views/assemblys/data/component/return-set-table.vue +0 -91
  76. package/components/runtime/views/assemblys/data/component/row-backgroud-color.vue +0 -58
  77. package/components/runtime/views/assemblys/data/component/select-data-table.vue +0 -86
  78. package/components/runtime/views/assemblys/data/table/main-table-runtime.vue +0 -858
  79. package/components/runtime/views/assemblys/data/table/sub-table-runtime.vue +0 -625
  80. package/components/runtime/views/assemblys/data/table/table-runtime.vue +0 -93
  81. package/components/runtime/views/assemblys/data/tree/tree-attr-base.vue +0 -137
  82. package/components/runtime/views/assemblys/data/tree/tree-attr-event.vue +0 -14
  83. package/components/runtime/views/assemblys/data/tree/tree-attr-style.vue +0 -55
  84. package/components/runtime/views/assemblys/data/tree/tree-attr.vue +0 -28
  85. package/components/runtime/views/assemblys/data/tree/tree-design.vue +0 -125
  86. package/components/runtime/views/assemblys/error-attr.vue +0 -15
  87. package/components/runtime/views/assemblys/error-render.vue +0 -17
  88. package/components/runtime/views/assemblys/form/cascader/cascader-design.vue +0 -288
  89. package/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue +0 -198
  90. package/components/runtime/views/assemblys/form/colors/colors-design.vue +0 -16
  91. package/components/runtime/views/assemblys/form/common/analytic-rule.vue +0 -148
  92. package/components/runtime/views/assemblys/form/common/attr-event.vue +0 -82
  93. package/components/runtime/views/assemblys/form/common/attr-header.vue +0 -54
  94. package/components/runtime/views/assemblys/form/common/attr-style.vue +0 -44
  95. package/components/runtime/views/assemblys/form/common/bar-code-rule.vue +0 -104
  96. package/components/runtime/views/assemblys/form/common/condition.vue +0 -147
  97. package/components/runtime/views/assemblys/form/common/data-origin.vue +0 -81
  98. package/components/runtime/views/assemblys/form/common/data-orign-in-parameter.vue +0 -64
  99. package/components/runtime/views/assemblys/form/common/dataorigin-input-table.vue +0 -106
  100. package/components/runtime/views/assemblys/form/common/default-value-setting.vue +0 -362
  101. package/components/runtime/views/assemblys/form/common/dimension-input.vue +0 -68
  102. package/components/runtime/views/assemblys/form/common/dynamic-data-source-setting.vue +0 -115
  103. package/components/runtime/views/assemblys/form/common/formatting-label.vue +0 -81
  104. package/components/runtime/views/assemblys/form/common/grid-num-select.vue +0 -43
  105. package/components/runtime/views/assemblys/form/common/icon-set-dialog.vue +0 -144
  106. package/components/runtime/views/assemblys/form/common/linkage.vue +0 -21
  107. package/components/runtime/views/assemblys/form/common/overall-height.vue +0 -20
  108. package/components/runtime/views/assemblys/form/common/overall-width.vue +0 -48
  109. package/components/runtime/views/assemblys/form/common/pre-suffix.vue +0 -33
  110. package/components/runtime/views/assemblys/form/common/rich-text.vue +0 -100
  111. package/components/runtime/views/assemblys/form/common/row-ul-li.vue +0 -55
  112. package/components/runtime/views/assemblys/form/common/setoption-table.vue +0 -86
  113. package/components/runtime/views/assemblys/form/common/size-input.vue +0 -65
  114. package/components/runtime/views/assemblys/form/common/suffixmodule.vue +0 -82
  115. package/components/runtime/views/assemblys/form/common/title.vue +0 -20
  116. package/components/runtime/views/assemblys/form/common/uploading.vue +0 -34
  117. package/components/runtime/views/assemblys/form/common/verification.vue +0 -79
  118. package/components/runtime/views/assemblys/form/common/voluntarily.vue +0 -27
  119. package/components/runtime/views/assemblys/form/custom/custom-attr-base.vue +0 -81
  120. package/components/runtime/views/assemblys/form/custom/custom-attr-event.vue +0 -14
  121. package/components/runtime/views/assemblys/form/custom/custom-attr-style.vue +0 -14
  122. package/components/runtime/views/assemblys/form/custom/custom-attr.vue +0 -28
  123. package/components/runtime/views/assemblys/form/custom/custom-design.vue +0 -57
  124. package/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue +0 -80
  125. package/components/runtime/views/assemblys/form/datetime/datetime-design.vue +0 -19
  126. package/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue +0 -60
  127. package/components/runtime/views/assemblys/form/divider/divider-runtime.vue +0 -44
  128. package/components/runtime/views/assemblys/form/file-picture/picture-design.vue +0 -80
  129. package/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue +0 -79
  130. package/components/runtime/views/assemblys/form/image-thumbnail/imagethumbnail-attr-base.vue +0 -142
  131. package/components/runtime/views/assemblys/form/image-thumbnail/imagethumbnail-attr-event.vue +0 -14
  132. package/components/runtime/views/assemblys/form/image-thumbnail/imagethumbnail-attr-style.vue +0 -14
  133. package/components/runtime/views/assemblys/form/image-thumbnail/imagethumbnail-attr.vue +0 -28
  134. package/components/runtime/views/assemblys/form/image-thumbnail/imagethumbnail-design.vue +0 -104
  135. package/components/runtime/views/assemblys/form/image-upload/imageupload-attr-base.vue +0 -75
  136. package/components/runtime/views/assemblys/form/image-upload/imageupload-attr-event.vue +0 -13
  137. package/components/runtime/views/assemblys/form/image-upload/imageupload-attr-style.vue +0 -14
  138. package/components/runtime/views/assemblys/form/image-upload/imageupload-attr.vue +0 -28
  139. package/components/runtime/views/assemblys/form/image-upload/imageupload-design.vue +0 -76
  140. package/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue +0 -62
  141. package/components/runtime/views/assemblys/form/input-show/input-show-attr-base.vue +0 -68
  142. package/components/runtime/views/assemblys/form/input-show/input-show-attr-event.vue +0 -14
  143. package/components/runtime/views/assemblys/form/input-show/input-show-attr-style.vue +0 -70
  144. package/components/runtime/views/assemblys/form/input-show/input-show-attr.vue +0 -28
  145. package/components/runtime/views/assemblys/form/input-show/input-show-design.vue +0 -155
  146. package/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue +0 -142
  147. package/components/runtime/views/assemblys/form/label/label-runtime.vue +0 -143
  148. package/components/runtime/views/assemblys/form/link/link-runtime.vue +0 -70
  149. package/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue +0 -24
  150. package/components/runtime/views/assemblys/form/radio/radio-runtime.vue +0 -203
  151. package/components/runtime/views/assemblys/form/rate/rate-design.vue +0 -16
  152. package/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue +0 -169
  153. package/components/runtime/views/assemblys/form/select/select-runtime.vue +0 -247
  154. package/components/runtime/views/assemblys/form/slider/slider-design.vue +0 -16
  155. package/components/runtime/views/assemblys/form/switch/switch-runtime.vue +0 -63
  156. package/components/runtime/views/assemblys/form/tag/tag-runtime.vue +0 -65
  157. package/components/runtime/views/assemblys/form/text/text-design.vue +0 -19
  158. package/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue +0 -63
  159. package/components/runtime/views/assemblys/form/transfer/transfer-design.vue +0 -32
  160. package/components/runtime/views/assemblys/object-render.vue +0 -176
  161. package/components/runtime/views/assemblys/page/page-attr-base-20240429-1.vue +0 -179
  162. package/components/runtime/views/assemblys/page/page-attr-base.vue +0 -259
  163. package/components/runtime/views/assemblys/page/page-attr-events.vue +0 -50
  164. package/components/runtime/views/assemblys/page/page-attr-style.vue +0 -25
  165. package/components/runtime/views/assemblys/page/page-attr.vue +0 -84
  166. package/components/runtime/views/assemblys/page/variable-dialog.vue +0 -242
  167. package/components/runtime/views/assemblys/workflow/component/combination.vue +0 -206
  168. package/components/runtime/views/assemblys/workflow/component/condition-dialog.vue +0 -99
  169. package/components/runtime/views/assemblys/workflow/component/event-dialog.vue +0 -278
  170. package/components/runtime/views/assemblys/workflow/component/journal-set-dialog.vue +0 -174
  171. package/components/runtime/views/assemblys/workflow/component/logical-setup-dialog.vue +0 -155
  172. package/components/runtime/views/assemblys/workflow/component/rule-dialog.vue +0 -47
  173. package/components/runtime/views/assemblys/workflow/component/set-dialog.vue +0 -130
  174. package/components/runtime/views/assemblys/workflow/component/task-trigger-dialog.vue +0 -96
  175. package/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-attr-base.vue +0 -43
  176. package/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-attr-event.vue +0 -14
  177. package/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-attr-style.vue +0 -27
  178. package/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-attr.vue +0 -28
  179. package/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-design.vue +0 -17
  180. package/components/runtime/views/assemblys/workflow/text-history/texthistory-attr-base.vue +0 -60
  181. package/components/runtime/views/assemblys/workflow/text-history/texthistory-attr-event.vue +0 -14
  182. package/components/runtime/views/assemblys/workflow/text-history/texthistory-attr-style.vue +0 -27
  183. package/components/runtime/views/assemblys/workflow/text-history/texthistory-attr.vue +0 -28
  184. package/components/runtime/views/assemblys/workflow/text-history/texthistory-design.vue +0 -17
  185. package/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue +0 -64
  186. package/components/runtime/views/render/page-view.vue +0 -80
  187. package/components/runtime/views/super-page copy.vue +0 -61
  188. package/components/runtime/views/super-page.vue +0 -667
  189. package/components/super-page-dialog/index.ts +0 -2
  190. package/components/super-page-dialog/super-page-dialog.vue +0 -267
  191. package/components/wf-editor/index.ts +0 -2
  192. package/components/wf-editor/wf-editor.vue +0 -15
  193. package/cypress/e2e/example.cy.ts +0 -8
  194. package/cypress/e2e/tsconfig.json +0 -10
  195. package/cypress/fixtures/example.json +0 -5
  196. package/cypress/support/commands.ts +0 -39
  197. package/cypress/support/e2e.ts +0 -20
  198. package/cypress.config.ts +0 -8
  199. package/env.d.ts +0 -1
  200. package/index.html +0 -13
  201. package/main.ts +0 -11
  202. package/package-ws.json +0 -70
  203. package/public/favicon.ico +0 -0
  204. package/tsconfig copy.json +0 -17
  205. package/tsconfig.app copy.json +0 -14
  206. package/tsconfig.app.json +0 -14
  207. package/tsconfig.json +0 -17
  208. package/tsconfig.node copy.json +0 -19
  209. package/tsconfig.node.json +0 -19
  210. package/tsconfig.vitest copy.json +0 -11
  211. package/tsconfig.vitest.json +0 -11
  212. package/vite.config copy.ts +0 -109
  213. package/vite.config.ts +0 -86
  214. package/vitest.config.ts +0 -14
@@ -1,70 +0,0 @@
1
- <template>
2
- <el-form-item
3
- :class="runtimeClass"
4
- :label-width="designProperty.labelWidth"
5
- :style="runtimeStyle"
6
- >
7
- <template #label>
8
- <div v-if="designProperty.tittleShow" :style="{ ...headerStyle }">
9
- {{ designProperty.title }}
10
- </div>
11
- </template>
12
- <el-tooltip :disabled="!tooltipValue" :content="tooltipValue">
13
- <el-link
14
- :disabled="designProperty.state === 'disabled'"
15
- :type="designProperty.type"
16
- :underline="designProperty.underline"
17
- @click="openLink(configure, pageContext)"
18
- >
19
- {{ dynamicValue }}
20
- </el-link>
21
- </el-tooltip>
22
- </el-form-item>
23
- </template>
24
- <script lang="ts" setup>
25
- import { computed } from 'vue'
26
- import type {
27
- Component,
28
- PageContext
29
- } from '../../../../../../src/utils/interfaces/page-design-types'
30
- import { getFormModelFields } from '../../../../../../src/utils/page-init-util'
31
- import { formatVariableValue, openLink } from '../../../../../../src/utils/page-helper-util'
32
- //定义的属性对象
33
- interface MyProps {
34
- //页面对象
35
- pageContext: PageContext
36
- configure: Component
37
- }
38
- const props = defineProps<MyProps>()
39
- //初始化字段及默认值
40
- getFormModelFields(props.pageContext, props.configure)
41
- //定义自身详细参数
42
- //运行时信息
43
- const runtimeInfo: any = props.configure.runtime ? props.configure.runtime : {}
44
- const runtimeStyle = runtimeInfo.style
45
- const runtimeClass = runtimeInfo.class
46
- const headerStyle = runtimeInfo.headerStyle
47
- const designProperty: any = runtimeInfo.props ? runtimeInfo.props : {}
48
-
49
- //定义内容
50
- let contentVariable = designProperty.formatting
51
- if (!contentVariable) {
52
- const propsBase = props.configure.props.base ? props.configure.props.base : {}
53
- contentVariable = propsBase.prop
54
- }
55
- //无值时,按UUID
56
- if (!contentVariable) {
57
- contentVariable = '${page.' + props.configure.uuid + '}'
58
- }
59
- //显示内容
60
- const dynamicValue = computed(() => {
61
- const resultValue = formatVariableValue(props.pageContext, contentVariable)
62
- return resultValue == undefined || resultValue == null ? '' : resultValue
63
- })
64
- //tooltip
65
- let tooltipVariable = designProperty.tooltip
66
- const tooltipValue = computed(() => {
67
- const resultValue = formatVariableValue(props.pageContext, tooltipVariable)
68
- return resultValue == undefined || resultValue == null ? '' : resultValue
69
- })
70
- </script>
@@ -1,24 +0,0 @@
1
- <template>
2
- <el-form-item :class="runtimeClass" :style="runtimeStyle">
3
- <div style="width: 100%; height: 100%">&nbsp;</div>
4
- </el-form-item>
5
- </template>
6
- <script lang="ts" setup>
7
- import type {
8
- Component,
9
- PageContext
10
- } from '../../../../../../src/utils/interfaces/page-design-types'
11
-
12
- //定义的属性对象
13
- interface MyProps {
14
- //页面对象
15
- pageContext: PageContext
16
- configure: Component
17
- }
18
- const props = defineProps<MyProps>()
19
- //定义自身详细参数
20
- //运行时信息
21
- const runtimeInfo: any = props.configure.runtime ? props.configure.runtime : {}
22
- const runtimeStyle = runtimeInfo.style
23
- const runtimeClass = runtimeInfo.class
24
- </script>
@@ -1,203 +0,0 @@
1
- <template>
2
- <el-form-item
3
- :required="designProperty.required"
4
- :class="runtimeClass"
5
- :label-width="designProperty.labelWidth"
6
- :style="runtimeStyle"
7
- >
8
- <template #label>
9
- <div v-if="designProperty.tittleShow" :style="{ ...headerStyle }">
10
- {{ designProperty.title }}
11
- </div>
12
- </template>
13
- <el-radio-group
14
- :disabled="designProperty.state === 'disabled'"
15
- :size="designProperty.size"
16
- @change="designProperty.changeMethod"
17
- v-model="dynamicModelMethod"
18
- >
19
- <el-radio
20
- v-for="item in listOptions"
21
- :key="item.value"
22
- :value="item.value"
23
- :label="item.label"
24
- >
25
- </el-radio>
26
- </el-radio-group>
27
- </el-form-item>
28
- </template>
29
- <script lang="ts" setup>
30
- import { ref, computed, watch } from 'vue'
31
- import type {
32
- Component,
33
- PageContext
34
- } from '../../../../../../src/utils/interfaces/page-design-types'
35
- import {
36
- queryOptionDatasources,
37
- autoSetAfterSelect
38
- } from '../../../../../../src/utils/page-helper-util'
39
- import { getFormModelFields } from '../../../../../../src/utils/page-init-util'
40
- import {
41
- getVariableValue,
42
- setVariableValue,
43
- getOptionDatasFromPage
44
- } from '../../../../../../src/utils/page-helper-util'
45
-
46
- //定义的属性对象
47
- interface MyProps {
48
- //页面对象
49
- pageContext: PageContext
50
- configure: Component
51
- }
52
-
53
- const props = defineProps<MyProps>()
54
-
55
- const entity: any = props.pageContext.entity ? props.pageContext.entity : {}
56
-
57
- let dynamicFields: string[] = getFormModelFields(props.pageContext, props.configure)
58
-
59
- //绑定模型的字段
60
- const dynamicModelMethod = computed({
61
- get() {
62
- return getVariableValue(entity, dynamicFields)
63
- },
64
- set(value) {
65
- setVariableValue(entity, dynamicFields, value)
66
- }
67
- })
68
-
69
- //运行时信息
70
- const runtimeInfo: any = props.configure.runtime ? props.configure.runtime : {}
71
- const runtimeStyle = runtimeInfo.style
72
- const runtimeClass = runtimeInfo.class
73
- const headerStyle = runtimeInfo.headerStyle
74
- const designProperty: any = runtimeInfo.props ? runtimeInfo.props : {}
75
- //选项组数据
76
- const listOptions: any = ref(designProperty.options ? designProperty.options : [])
77
- //缓存中有值时,从缓存中获取
78
- const cacheOptions: any = getOptionDatasFromPage(props.pageContext, props.configure)
79
- if (cacheOptions.length > 0) {
80
- listOptions.value = cacheOptions
81
- }
82
-
83
- //检查是否需要绑定远程查询对象
84
- const dataOrigin =
85
- props.configure.props && props.configure.props.dataOrigin ? props.configure.props.dataOrigin : {}
86
- const valueType = dataOrigin.optionValueSetType
87
- //检查是否有自动设置值
88
- let autoSets: any = []
89
- //检查自动设置
90
- if (valueType == 'dynamicData' || valueType == 'dataTable' || valueType == 'service') {
91
- if (dataOrigin.autoSets) {
92
- for (let obj of dataOrigin.autoSets) {
93
- if (obj.source) {
94
- autoSets.push(obj)
95
- }
96
- }
97
- }
98
- }
99
- //检查是否有绑定标签的变量
100
- if (
101
- props.configure &&
102
- props.configure.props &&
103
- props.configure.props.base &&
104
- props.configure.props.base.optionProp
105
- ) {
106
- autoSets.push({
107
- source: 'label',
108
- target: props.configure.props.base.optionProp
109
- })
110
- }
111
- if (autoSets.length > 0) {
112
- designProperty.changeMethod = optionChange
113
- }
114
-
115
- //监控字段
116
- const monitorFields: any = designProperty.monitorFields
117
- const monitorFieldInfos: any = []
118
- //监控对应的字段变化
119
- if (monitorFields) {
120
- const preFields: any = []
121
- for (let propName of monitorFields) {
122
- if (propName.startsWith('${')) {
123
- propName = propName.substring(2, propName.length - 1)
124
- const fields = propName.split('.')
125
- if (fields[0] === 'page' || fields[0] === 'task' || fields[0] === 'data') {
126
- monitorFieldInfos.push(fields)
127
- if (!preFields.includes(fields[0])) {
128
- preFields.push(fields[0])
129
- }
130
- }
131
- }
132
- }
133
- //监控对应的字段
134
- for (let preField of preFields) {
135
- watch(entity[preField], () => {
136
- monitorFieldChange()
137
- })
138
- }
139
- }
140
-
141
- /**
142
- * 获取监控的数据值
143
- */
144
- function getMonitorFieldValues(): any {
145
- let values = ''
146
- for (let fieldInfo of monitorFieldInfos) {
147
- values += '_' + getVariableValue(entity, fieldInfo)
148
- }
149
- return values
150
- }
151
-
152
- //初始化时检查一次
153
- let initMonitorValue: string = getMonitorFieldValues()
154
-
155
- let monitorTimeout: any = false
156
-
157
- //查询的参数
158
- const optionconfigInfo = designProperty.optionconfigInfo ? designProperty.optionconfigInfo : {}
159
- /**
160
- * 监控数据变化时
161
- */
162
- function monitorFieldChange() {
163
- if (monitorTimeout) {
164
- clearTimeout(monitorTimeout)
165
- }
166
- //延迟200毫秒执行
167
- monitorTimeout = setTimeout(function () {
168
- const newValue = getMonitorFieldValues()
169
- if (newValue == initMonitorValue) {
170
- return
171
- }
172
- initMonitorValue = newValue
173
- queryOptionDatasources(props.pageContext, optionconfigInfo, undefined).then((error) => {
174
- console.log('查询失败!', error)
175
- })
176
- }, 200)
177
- }
178
-
179
- //数据选择变化后自动设置值
180
- function optionChange(value: any) {
181
- let selItems: any = null
182
- if (listOptions.value && value != undefined && value != null) {
183
- selItems = listOptions.value.filter((item: any) => {
184
- return value === item.value
185
- })
186
- }
187
- autoSetAfterSelect(props.configure, props.pageContext, autoSets, selItems)
188
- }
189
-
190
- /**
191
- * 更新选项组
192
- */
193
- function updateOptions(newOptions: any) {
194
- listOptions.value = newOptions ? newOptions : []
195
- }
196
-
197
- /**
198
- * 暴露更新选项组内容的方法
199
- */
200
- defineExpose({
201
- updateOptions
202
- })
203
- </script>
@@ -1,16 +0,0 @@
1
- <template>
2
- <el-form-item :label="configure.title" :label-position="right">
3
- <el-rate v-model="configure.fieldName" />
4
- </el-form-item>
5
- </template>
6
- <script lang='ts' setup>
7
- const props = defineProps({
8
- configure:Object
9
- });
10
- if(props.configure.title==undefined){
11
- props.configure.title = 'Rate';
12
- }
13
- </script>
14
- <style scoped>
15
-
16
- </style>
@@ -1,169 +0,0 @@
1
- <template>
2
- <!--无标题时不用form-item-->
3
- <el-form-item
4
- v-if="designProperty.tittleShow"
5
- :required="designProperty.required"
6
- :class="runtimeClass"
7
- :label-width="designProperty.labelWidth"
8
- :style="runtimeStyle"
9
- >
10
- <template #label>
11
- <div v-if="designProperty.tittleShow" :style="{ ...headerStyle }">
12
- {{ designProperty.title }}
13
- </div>
14
- </template>
15
- <div style="width: 100%; height: 100%">
16
- <div ref="quillEditorRef" style="width: 100%">{{ initValue }}</div>
17
- <!-- 使用自定义图片上传 -->
18
- <input type="file" hidden accept=".jpg,.png" ref="fileBtn" @change="handleUpload" />
19
- </div>
20
- </el-form-item>
21
- <div v-else style="width: 100%; height: 100%" class="amb-widget-richtext-single">
22
- <div ref="quillEditorRef" style="width: 100%">{{ initValue }}</div>
23
- <!-- 使用自定义图片上传 -->
24
- <input type="file" hidden accept=".jpg,.png" ref="fileBtn" @change="handleUpload" />
25
- </div>
26
- </template>
27
- <script lang="ts" setup>
28
- import { ref, onMounted } from 'vue'
29
- import type {
30
- Component,
31
- PageContext
32
- } from '../../../../../../src/utils/interfaces/page-design-types'
33
- import { getFormModelFields } from '../../../../../../src/utils/page-init-util'
34
- import { formatVariableValue, setVariableValue } from '../../../../../../src/utils/page-helper-util'
35
- import Quill from 'quill'
36
- import 'quill/dist/quill.snow.css' // 引入样式文件
37
- //定义的属性对象
38
- interface MyProps {
39
- //页面对象
40
- pageContext: PageContext
41
- configure: Component
42
- }
43
- const props = defineProps<MyProps>()
44
-
45
- const entity: any = props.pageContext.entity ? props.pageContext.entity : {}
46
- //初始化字段及默认值
47
- const dynamicFields: string[] = getFormModelFields(props.pageContext, props.configure)
48
-
49
- //定义自身详细参数
50
- //运行时信息
51
- const runtimeInfo: any = props.configure.runtime ? props.configure.runtime : {}
52
- const runtimeStyle = runtimeInfo.style
53
- const runtimeClass = runtimeInfo.class
54
- const headerStyle = runtimeInfo.headerStyle
55
- const designProperty: any = runtimeInfo.props ? runtimeInfo.props : {}
56
-
57
- //初始化显示内容
58
- let contentVariable = designProperty.value
59
- const initValue = formatVariableValue(props.pageContext, contentVariable)
60
-
61
- //富文本引用
62
- const quillEditorRef = ref(null)
63
- const quill: any = ref(null)
64
- const fileBtn: any = ref(null)
65
- //初始化富文本控件
66
- const fontSize = [
67
- '12px',
68
- '13px',
69
- '14px',
70
- '15px',
71
- '16px',
72
- '18px',
73
- '20px',
74
- '24px',
75
- '28px',
76
- '32px',
77
- '36px'
78
- ]
79
- const option = ref({
80
- modules: {
81
- toolbar: [
82
- ['bold', 'italic', 'underline', 'strike'], // 加粗 斜体 下划线 删除线
83
- ['blockquote', 'code-block'], // 引用
84
- [{ list: 'ordered' }, { list: 'bullet' }], // 有序、无序列表
85
- [{ script: 'sub' }, { script: 'super' }], // 上标/下标
86
- [{ indent: '-1' }, { indent: '+1' }], // 缩进
87
- [{ direction: 'rtl' }], // 文本方向
88
- [{ size: fontSize }], // 字体大小
89
- [{ header: [1, 2, 3, 4, 5, 6, false] }], // 标题
90
- [{ color: [] }, { background: [] }], // 字体颜色、字体背景颜色
91
- [{ font: [] }], // 字体种类
92
- [{ align: [] }], // 对齐方式
93
- ['clean'], // 清除文本格式
94
- ['link', 'image'] // 链接、图片、视频
95
- ]
96
- },
97
- theme: 'snow',
98
- placeholder: designProperty.placeholder,
99
- readOnly: designProperty.state == 'readonly'
100
- })
101
-
102
- /**
103
- * 计算并更新高度
104
- */
105
- function updateEditorHeight() {
106
- //计算高度
107
- if (quill && quill.value) {
108
- if (quill.value.container) {
109
- //获取相对高度
110
- const parentNode = quill.value.container.parentNode
111
- const parentRect = parentNode.getBoundingClientRect()
112
-
113
- const thisRect = quill.value.container.getBoundingClientRect()
114
- //计算高度
115
- let newHeight = parentRect.height - (thisRect.top - parentRect.top)
116
- if (newHeight < 100) {
117
- newHeight = 100
118
- }
119
- quill.value.container.style.height = newHeight + 'px'
120
- }
121
- }
122
- }
123
-
124
- //上传图片
125
- const imgHandler = (state) => {
126
- if (fileBtn.value && state) {
127
- fileBtn.value.click()
128
- }
129
- }
130
- //上传
131
- const handleUpload = (e) => {
132
- const files = Array.prototype.slice.call(e.target.files)
133
- if (!files) {
134
- return
135
- }
136
- const formdata = new FormData()
137
- formdata.append('file', files[0])
138
- alert('TODO:上传图片')
139
- //此处使用服务端提供上传接口
140
- /**backsite.uploadFile(formdata)
141
- .then(res => {
142
- if (res.data.url) {
143
- const quill = toRaw(myQuillEditor.value).getQuill()
144
- const length = quill.getSelection().index
145
- quill.insertEmbed(length, 'image', res.data.url)
146
- quill.setSelection(length + 1)
147
- }
148
- })*/
149
- }
150
- //初始化编辑器
151
- onMounted(() => {
152
- quill.value = new Quill(quillEditorRef.value, option.value)
153
- //添加上传文件
154
- quill.value.getModule('toolbar').addHandler('image', imgHandler)
155
- //绑定事件
156
- quill.value.on('text-change', function (delta, oldDelta, source) {
157
- //1秒后设置到缓存中
158
- if (window.updateQuillTimeout) {
159
- clearTimeout(window.updateQuillTimeout)
160
- }
161
- window.updateQuillTimeout = setTimeout(function () {
162
- setVariableValue(entity, dynamicFields, quill.value.root.innerHTML)
163
- console.log('new entity', entity)
164
- }, 1000)
165
- })
166
- //计算高度
167
- updateEditorHeight()
168
- })
169
- </script>