star-horse-lowcode 2.7.65 → 2.7.67

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 (221) hide show
  1. package/README.md +3 -0
  2. package/dist/assets/index.css +1 -1
  3. package/dist/index.es.js +597 -188
  4. package/dist/types/index.d.ts +30 -0
  5. package/package.json +3 -3
  6. package/.env.development +0 -3
  7. package/.env.production +0 -3
  8. package/.eslintrc-auto-import.json +0 -77
  9. package/.gitignore +0 -27
  10. package/.idea/.gitignore +0 -5
  11. package/.idea/MarsCodeWorkspaceAppSettings.xml +0 -6
  12. package/.idea/inspectionProfiles/Project_Default.xml +0 -7
  13. package/.idea/modules.xml +0 -8
  14. package/.idea/testcode.iml +0 -12
  15. package/.idea/vcs.xml +0 -6
  16. package/.idea/watcherTasks.xml +0 -4
  17. package/.idea/workspace.xml +0 -207
  18. package/.npmignore +0 -21
  19. package/.prettierignore +0 -26
  20. package/auto-imports.d.ts +0 -137
  21. package/components.d.ts +0 -189
  22. package/eslint.config.js +0 -37
  23. package/index.html +0 -14
  24. package/package-lock.json +0 -8276
  25. package/prettier.config.js +0 -20
  26. package/public/logo.svg +0 -660
  27. package/src/App.vue +0 -11
  28. package/src/api/date_utils.ts +0 -219
  29. package/src/api/finger_utils.ts +0 -71
  30. package/src/api/form_utils.ts +0 -281
  31. package/src/api/jquery.min.js +0 -2
  32. package/src/api/pcas-code.json +0 -1
  33. package/src/api/settings.ts +0 -81
  34. package/src/api/star_horse_apis.ts +0 -196
  35. package/src/api/star_horse_utils.ts +0 -797
  36. package/src/api/system.ts +0 -351
  37. package/src/api/user_func.ts +0 -147
  38. package/src/api/valid_utils.ts +0 -165
  39. package/src/assets/css/index.scss +0 -908
  40. package/src/assets/icons.css +0 -574
  41. package/src/assets/star-horse-icons.woff +0 -0
  42. package/src/components/comp/ShDynamicForm.vue +0 -160
  43. package/src/components/comp/ShForm.vue +0 -30
  44. package/src/components/comp/ShTableListColumn.vue +0 -61
  45. package/src/components/comp/StarHorseDataSelector.vue +0 -139
  46. package/src/components/comp/StarHorseDataView.vue +0 -110
  47. package/src/components/comp/StarHorseDataViewItems.vue +0 -61
  48. package/src/components/comp/StarHorseDataViewTable.vue +0 -102
  49. package/src/components/comp/StarHorseDialog.vue +0 -383
  50. package/src/components/comp/StarHorseDraggable.vue +0 -401
  51. package/src/components/comp/StarHorseForm.vue +0 -458
  52. package/src/components/comp/StarHorseFormItem.vue +0 -82
  53. package/src/components/comp/StarHorseFormList.vue +0 -516
  54. package/src/components/comp/StarHorseFormTable.vue +0 -56
  55. package/src/components/comp/StarHorseIcon.vue +0 -76
  56. package/src/components/comp/StarHorseItem.vue +0 -302
  57. package/src/components/comp/StarHorseJsonEditor.vue +0 -115
  58. package/src/components/comp/StarHorsePopover.vue +0 -66
  59. package/src/components/comp/StarHorseSearchComp.vue +0 -253
  60. package/src/components/comp/StarHorseStaticTable.vue +0 -395
  61. package/src/components/comp/StarHorseTableColumn.vue +0 -249
  62. package/src/components/comp/StarHorseTableComp.vue +0 -1193
  63. package/src/components/comp/StarHorseTableViewColumn.vue +0 -61
  64. package/src/components/comp/StarHorseTree.vue +0 -494
  65. package/src/components/comp/index.ts +0 -22
  66. package/src/components/comp/items/UTableColumn.vue +0 -65
  67. package/src/components/comp/items/boxItem.vue +0 -98
  68. package/src/components/comp/items/callitem.ts +0 -9
  69. package/src/components/comp/items/cardItem.vue +0 -152
  70. package/src/components/comp/items/collapseItem.vue +0 -134
  71. package/src/components/comp/items/dytableItem.vue +0 -135
  72. package/src/components/comp/items/otherItem.vue +0 -65
  73. package/src/components/comp/items/tabItem.vue +0 -155
  74. package/src/components/comp/items/tabPanelItem.vue +0 -110
  75. package/src/components/comp/items/tableColumn.vue +0 -129
  76. package/src/components/comp/items/tableItem.vue +0 -97
  77. package/src/components/comp/items/tablebtn.vue +0 -158
  78. package/src/components/comp/items/viewBoxItem.vue +0 -55
  79. package/src/components/comp/items/viewCardItem.vue +0 -47
  80. package/src/components/comp/items/viewCollapseItem.vue +0 -71
  81. package/src/components/comp/items/viewDytableItem.vue +0 -77
  82. package/src/components/comp/items/viewOtherItem.vue +0 -55
  83. package/src/components/comp/items/viewTabItem.vue +0 -77
  84. package/src/components/comp/items/viewTabPanelItem.vue +0 -54
  85. package/src/components/comp/items/viewTableItem.vue +0 -74
  86. package/src/components/comp/selfcomp.ts +0 -9
  87. package/src/components/comp/utils/DataPicker.vue +0 -302
  88. package/src/components/comp/utils/DataTag.vue +0 -51
  89. package/src/components/cron/Crontab-Day.vue +0 -230
  90. package/src/components/cron/Crontab-Hour.vue +0 -165
  91. package/src/components/cron/Crontab-Min.vue +0 -166
  92. package/src/components/cron/Crontab-Month.vue +0 -166
  93. package/src/components/cron/Crontab-Result.vue +0 -615
  94. package/src/components/cron/Crontab-Second.vue +0 -185
  95. package/src/components/cron/Crontab-Week.vue +0 -208
  96. package/src/components/cron/Crontab-Year.vue +0 -183
  97. package/src/components/cron/Crontab.vue +0 -474
  98. package/src/components/enums/ModuleEnums.ts +0 -10
  99. package/src/components/enums/ServiceEnums.ts +0 -18
  100. package/src/components/formcomp/container/box-container.vue +0 -162
  101. package/src/components/formcomp/container/callitem.ts +0 -9
  102. package/src/components/formcomp/container/card-container.vue +0 -170
  103. package/src/components/formcomp/container/collapse-container.vue +0 -133
  104. package/src/components/formcomp/container/dytable-col.vue +0 -448
  105. package/src/components/formcomp/container/dytable-container.vue +0 -57
  106. package/src/components/formcomp/container/dytableUtils.ts +0 -358
  107. package/src/components/formcomp/container/group-box-container.vue +0 -331
  108. package/src/components/formcomp/container/index.ts +0 -6
  109. package/src/components/formcomp/container/tab-container.vue +0 -153
  110. package/src/components/formcomp/container/table-container.vue +0 -249
  111. package/src/components/formcomp/items/allitem.ts +0 -9
  112. package/src/components/formcomp/items/area-item.vue +0 -116
  113. package/src/components/formcomp/items/audio-item.vue +0 -163
  114. package/src/components/formcomp/items/autocomplete-item.vue +0 -118
  115. package/src/components/formcomp/items/barcode-item.vue +0 -87
  116. package/src/components/formcomp/items/base-json-item.vue +0 -207
  117. package/src/components/formcomp/items/button-item.vue +0 -228
  118. package/src/components/formcomp/items/cascade-item.vue +0 -113
  119. package/src/components/formcomp/items/checkbox-item.vue +0 -97
  120. package/src/components/formcomp/items/color-item.vue +0 -70
  121. package/src/components/formcomp/items/cron-item.vue +0 -115
  122. package/src/components/formcomp/items/datetime-item.vue +0 -99
  123. package/src/components/formcomp/items/depart-item.vue +0 -51
  124. package/src/components/formcomp/items/dialog-input-item.vue +0 -207
  125. package/src/components/formcomp/items/divider-item.vue +0 -66
  126. package/src/components/formcomp/items/html-item.vue +0 -65
  127. package/src/components/formcomp/items/htmleditor-item.vue +0 -104
  128. package/src/components/formcomp/items/icon-item.vue +0 -195
  129. package/src/components/formcomp/items/image-item.vue +0 -247
  130. package/src/components/formcomp/items/index.ts +0 -44
  131. package/src/components/formcomp/items/input-item.vue +0 -150
  132. package/src/components/formcomp/items/json-array-item.vue +0 -67
  133. package/src/components/formcomp/items/json-item.vue +0 -66
  134. package/src/components/formcomp/items/markdown-item.vue +0 -77
  135. package/src/components/formcomp/items/number-item.vue +0 -94
  136. package/src/components/formcomp/items/number-range-item.vue +0 -278
  137. package/src/components/formcomp/items/page-select-item.vue +0 -407
  138. package/src/components/formcomp/items/password-item.vue +0 -71
  139. package/src/components/formcomp/items/qrcode-item.vue +0 -84
  140. package/src/components/formcomp/items/radio-item.vue +0 -112
  141. package/src/components/formcomp/items/rate-item.vue +0 -68
  142. package/src/components/formcomp/items/select-item.vue +0 -133
  143. package/src/components/formcomp/items/signature-item.vue +0 -216
  144. package/src/components/formcomp/items/slider-item.vue +0 -68
  145. package/src/components/formcomp/items/starhorse-form-item.vue +0 -334
  146. package/src/components/formcomp/items/switch-item.vue +0 -77
  147. package/src/components/formcomp/items/tag-item.vue +0 -77
  148. package/src/components/formcomp/items/text-item.vue +0 -75
  149. package/src/components/formcomp/items/textarea-item.vue +0 -85
  150. package/src/components/formcomp/items/time-item.vue +0 -77
  151. package/src/components/formcomp/items/time-picker-item.vue +0 -74
  152. package/src/components/formcomp/items/transfer-item.vue +0 -93
  153. package/src/components/formcomp/items/tselect-item.vue +0 -121
  154. package/src/components/formcomp/items/unknown-item.vue +0 -51
  155. package/src/components/formcomp/items/upload-item.vue +0 -189
  156. package/src/components/formcomp/items/user-item.vue +0 -177
  157. package/src/components/formcomp/items/usercomp-item.vue +0 -85
  158. package/src/components/formcomp/items/view-markdown-item.vue +0 -77
  159. package/src/components/formcomp/utils/EditDataDialog.vue +0 -67
  160. package/src/components/formcomp/utils/FieldList.vue +0 -125
  161. package/src/components/formcomp/utils/ItemRelationEventUtils.ts +0 -284
  162. package/src/components/help.vue +0 -31
  163. package/src/components/menu/MenuItem.vue +0 -95
  164. package/src/components/menu/SubMenu.vue +0 -68
  165. package/src/components/menu/SubSystemMenu.vue +0 -142
  166. package/src/components/register.ts +0 -24
  167. package/src/components/system/ContentMenu.vue +0 -260
  168. package/src/components/system/StarHorseButtonList.vue +0 -344
  169. package/src/components/system/StarHorseMenu.vue +0 -97
  170. package/src/components/system/StarHorseSvg.vue +0 -62
  171. package/src/components/system/SystemComp.ts +0 -9
  172. package/src/components/system/index.ts +0 -4
  173. package/src/components/types/ApiUrls.ts +0 -168
  174. package/src/components/types/BtnAction.ts +0 -51
  175. package/src/components/types/BtnAuth.ts +0 -43
  176. package/src/components/types/CompInfo.ts +0 -81
  177. package/src/components/types/DialogProps.ts +0 -55
  178. package/src/components/types/DyCompField.ts +0 -23
  179. package/src/components/types/DynamicNode.ts +0 -42
  180. package/src/components/types/MenusInfo.ts +0 -45
  181. package/src/components/types/PageFieldInfo.ts +0 -530
  182. package/src/components/types/PageProps.ts +0 -25
  183. package/src/components/types/Params.ts +0 -93
  184. package/src/components/types/RuleType.ts +0 -10
  185. package/src/components/types/SearchProps.ts +0 -42
  186. package/src/components/types/ShortKey.ts +0 -30
  187. package/src/components/types/StarHorseType.ts +0 -18
  188. package/src/components/types/index.ts +0 -15
  189. package/src/config/element.ts +0 -15
  190. package/src/config/styles.ts +0 -4
  191. package/src/index.ts +0 -98
  192. package/src/install.ts +0 -33
  193. package/src/lang/en_US.ts +0 -81
  194. package/src/lang/index.ts +0 -35
  195. package/src/lang/zh_CN.ts +0 -84
  196. package/src/main.ts +0 -57
  197. package/src/plugins/AblesPlugin.ts +0 -618
  198. package/src/plugins/registerCompPlugin.ts +0 -15
  199. package/src/sample/test.vue +0 -9
  200. package/src/store/ButtonPermission.ts +0 -101
  201. package/src/store/ConsumerView.ts +0 -52
  202. package/src/store/ContinusConfig.ts +0 -78
  203. package/src/store/CopyerOperation.ts +0 -74
  204. package/src/store/DesignForm.ts +0 -481
  205. package/src/store/DesignPage.ts +0 -59
  206. package/src/store/DynamicForm.ts +0 -241
  207. package/src/store/GlobalConfig.ts +0 -90
  208. package/src/store/SelfOperation.ts +0 -95
  209. package/src/store/UserInfo.ts +0 -88
  210. package/src/store/index.ts +0 -6
  211. package/src/theme/localStorge.ts +0 -16
  212. package/src/theme/theme.ts +0 -27
  213. package/src/utils/FieldOperationUtils.ts +0 -91
  214. package/src/utils/auth.ts +0 -83
  215. package/src/utils/message.ts +0 -69
  216. package/src/utils/preview.ts +0 -125
  217. package/tsconfig.json +0 -39
  218. package/tsconfig.node.json +0 -10
  219. package/vite-env.d.ts +0 -16
  220. package/vite.config.ts +0 -162
  221. package/yarn.lock +0 -4627
@@ -1,165 +0,0 @@
1
- <template>
2
- <div class="cron-content">
3
- <div class="cron-item">
4
- <el-radio size="small" v-model="radioValue" :label="1" border>
5
- 小时,允许的通配符[, - * /]</el-radio
6
- >
7
- </div>
8
- <div class="cron-item">
9
- <el-radio size="small" v-model="radioValue" :label="2" border>
10
- 周期</el-radio
11
- >
12
- <span style="margin-left: 10px; margin-right: 5px">从</span>
13
- <el-input-number
14
- size="small"
15
- v-model="cycle01"
16
- :min="0"
17
- :max="60"
18
- controls-position="right"
19
- />
20
- <span style="margin-left: 10px; margin-right: 5px">至</span>
21
- <el-input-number
22
- size="small"
23
- v-model="cycle02"
24
- :min="0"
25
- :max="60"
26
- controls-position="right"
27
- />
28
- <span style="margin-left: 10px; margin-right: 5px">小时</span>
29
- </div>
30
- <div class="cron-item">
31
- <el-radio size="small" v-model="radioValue" :label="3" border
32
- >循环</el-radio
33
- >
34
- <span style="margin-left: 10px; margin-right: 5px">从</span>
35
- <el-input-number
36
- size="small"
37
- v-model="average01"
38
- :min="0"
39
- :max="60"
40
- controls-position="right"
41
- />
42
- <span style="margin-left: 10px; margin-right: 5px">小时开始,每</span>
43
- <el-input-number
44
- size="small"
45
- v-model="average02"
46
- :min="0"
47
- :max="60"
48
- controls-position="right"
49
- />
50
- <span style="margin-left: 10px; margin-right: 5px">小时执行一次</span>
51
- </div>
52
- <div class="cron-item">
53
- <el-radio size="small" v-model="radioValue" :label="4" border>
54
- 指定</el-radio
55
- >
56
- <el-checkbox-group size="small" v-model="checkboxList">
57
- <el-checkbox
58
- class="my-[5px]"
59
- :border="true"
60
- v-for="item in 24"
61
- :key="item"
62
- :value="item - 1"
63
- :label="item < 11 ? '0' + (item - 1) : item - 1"
64
- />
65
- </el-checkbox-group>
66
- </div>
67
- </div>
68
- </template>
69
- <style lang="scss" scoped></style>
70
- <script lang="ts" setup name="crontab-hour">
71
- import { computed, ref, watch } from "vue";
72
-
73
- let radioValue = ref(1);
74
- let cycle01 = ref(1);
75
- let cycle02 = ref(2);
76
- let average01 = ref(1);
77
- let average02 = ref(1);
78
-
79
- let checkboxList = ref([]);
80
- const props = defineProps({
81
- check: { type: Function },
82
- cron: { type: Object },
83
- });
84
-
85
- const emits = defineEmits(["update"]);
86
- // 计算两个周期值
87
- const cycleTotalFun = () => {
88
- cycle01.value = props.check?.(cycle01.value, 0, 23);
89
- cycle02.value = props.check?.(cycle02.value, 0, 23);
90
- return cycle01.value + "-" + cycle02.value;
91
- };
92
- // 计算平均用到的值
93
- const averageTotalFun = () => {
94
- average01.value = props.check?.(average01.value, 0, 23);
95
- average02.value = props.check?.(average02.value, 1, 23);
96
- return average01.value + "/" + average02.value;
97
- };
98
- // 计算勾选的checkbox值合集
99
- const checkboxStringFun = () => {
100
- let str = checkboxList.value.join();
101
- return str == "" ? "?" : str;
102
- };
103
- let cycleTotal = computed(() => cycleTotalFun());
104
- let averageTotal = computed(() => averageTotalFun());
105
- let checkboxString = computed(() => checkboxStringFun());
106
- // 单选按钮值变化时
107
- const radioChange = () => {
108
- switch (radioValue.value) {
109
- case 1:
110
- emits("update", "hour", "*", "hour");
111
- break;
112
- case 2:
113
- emits("update", "hour", cycle01.value + "-" + cycle02.value);
114
- break;
115
- case 3:
116
- emits("update", "hour", average01.value + "/" + average02.value);
117
- break;
118
- case 4:
119
- emits("update", "hour", checkboxString.value);
120
- break;
121
- }
122
- };
123
- // 周期两个值变化时
124
- const cycleChange = () => {
125
- if (radioValue.value == 2) {
126
- emits("update", "hour", cycleTotal.value);
127
- }
128
- };
129
- // 平均两个值变化时
130
- const averageChange = () => {
131
- if (radioValue.value == 3) {
132
- emits("update", "hour", averageTotal.value);
133
- }
134
- };
135
- // checkbox值变化时
136
- const checkboxChange = () => {
137
- if (radioValue.value == 4) {
138
- emits("update", "hour", checkboxString.value);
139
- }
140
- };
141
- watch(
142
- () => radioValue.value,
143
- (_val) => radioChange(),
144
- );
145
- watch(
146
- () => cycleTotal.value,
147
- (_val) => cycleChange(),
148
- );
149
- watch(
150
- () => averageTotal.value,
151
- (_val) => averageChange(),
152
- );
153
- watch(
154
- () => checkboxString.value,
155
- (_val) => checkboxChange(),
156
- );
157
- defineExpose({
158
- cycle01,
159
- cycle02,
160
- average01,
161
- average02,
162
- checkboxList,
163
- radioValue,
164
- });
165
- </script>
@@ -1,166 +0,0 @@
1
- <template>
2
- <div class="cron-content">
3
- <div class="cron-item">
4
- <el-radio size="small" v-model="radioValue" :value="1" :label="1" border>
5
- 分钟,允许的通配符[, - * /]</el-radio
6
- >
7
- </div>
8
- <div class="cron-item">
9
- <el-radio size="small" v-model="radioValue" :label="2" border
10
- >周期</el-radio
11
- >
12
- <span style="margin-left: 10px; margin-right: 5px">从</span>
13
- <el-input-number
14
- size="small"
15
- v-model="cycle01"
16
- :min="0"
17
- :max="60"
18
- controls-position="right"
19
- />
20
- <span style="margin-left: 5px; margin-right: 5px">至</span>
21
- <el-input-number
22
- size="small"
23
- v-model="cycle02"
24
- :min="0"
25
- :max="60"
26
- controls-position="right"
27
- />
28
- <span style="margin-left: 5px; margin-right: 5px">分钟</span>
29
- </div>
30
- <div class="cron-item">
31
- <el-radio size="small" v-model="radioValue" :label="3" border>
32
- 循环</el-radio
33
- >
34
- <span style="margin-left: 10px; margin-right: 5px">从</span>
35
- <el-input-number
36
- size="small"
37
- v-model="average01"
38
- :min="0"
39
- :max="60"
40
- controls-position="right"
41
- />
42
- <span style="margin-left: 10px; margin-right: 5px"> 分钟开始,每</span>
43
- <el-input-number
44
- size="small"
45
- v-model="average02"
46
- :min="0"
47
- :max="60"
48
- controls-position="right"
49
- />
50
- <span style="margin-left: 10px; margin-right: 5px"> 分钟执行一次</span>
51
- </div>
52
- <div class="cron-item">
53
- <el-radio size="small" v-model="radioValue" :label="4" border>
54
- 指定</el-radio
55
- >
56
- <el-checkbox-group size="small" v-model="checkboxList">
57
- <el-checkbox
58
- class="my-[5px]"
59
- :border="true"
60
- v-for="item in 24"
61
- :key="item"
62
- :value="item - 1"
63
- :label="item < 11 ? '0' + (item - 1) : item - 1"
64
- />
65
- </el-checkbox-group>
66
- </div>
67
- </div>
68
- </template>
69
- <style lang="scss" scoped></style>
70
- <script setup lang="ts" name="crontab-min">
71
- import { computed, ref, watch } from "vue";
72
-
73
- let radioValue = ref(1);
74
- let cycle01 = ref(1);
75
- let cycle02 = ref(2);
76
- let average01 = ref(1);
77
- let average02 = ref(1);
78
-
79
- let checkboxList = ref([]);
80
- const props = defineProps({
81
- check: { type: Function },
82
- cron: { type: Object },
83
- });
84
-
85
- const emits = defineEmits(["update"]);
86
- // 计算两个周期值
87
- const cycleTotalFun = () => {
88
- cycle01.value = props.check?.(cycle01.value, 0, 59);
89
- cycle02.value = props.check?.(cycle02.value, 0, 59);
90
- return cycle01.value + "-" + cycle02.value;
91
- };
92
- // 计算平均用到的值
93
- const averageTotalFun = () => {
94
- average01.value = props.check?.(average01.value, 0, 59);
95
- average02.value = props.check?.(average02.value, 1, 59);
96
- return average01.value + "/" + average02.value;
97
- };
98
- // 计算勾选的checkbox值合集
99
- const checkboxStringFun = () => {
100
- let str = checkboxList.value.join();
101
- return str == "" ? "?" : str;
102
- };
103
- let cycleTotal = computed(() => cycleTotalFun());
104
- let averageTotal = computed(() => averageTotalFun());
105
- let checkboxString = computed(() => checkboxStringFun());
106
- // 单选按钮值变化时
107
- const radioChange = () => {
108
- switch (radioValue.value) {
109
- case 1:
110
- emits("update", "min", "*", "min");
111
- break;
112
- case 2:
113
- emits("update", "min", cycle01.value + "-" + cycle02.value, "min");
114
- break;
115
- case 3:
116
- emits("update", "min", average01.value + "/" + average02.value, "min");
117
- break;
118
- case 4:
119
- emits("update", "min", checkboxString.value, "min");
120
- break;
121
- }
122
- };
123
- // 周期两个值变化时
124
- const cycleChange = () => {
125
- if (radioValue.value == 2) {
126
- emits("update", "min", cycleTotal.value, "min");
127
- }
128
- };
129
- // 平均两个值变化时
130
- const averageChange = () => {
131
- if (radioValue.value == 3) {
132
- emits("update", "min", averageTotal.value, "min");
133
- }
134
- };
135
- // checkbox值变化时
136
- const checkboxChange = () => {
137
- if (radioValue.value == 4) {
138
- emits("update", "min", checkboxString.value, "min");
139
- }
140
- };
141
- watch(
142
- () => radioValue.value,
143
- (_val) => radioChange(),
144
- );
145
- watch(
146
- () => cycleTotal.value,
147
- (_val) => cycleChange(),
148
- );
149
- watch(
150
- () => averageTotal.value,
151
- (_val) => averageChange(),
152
- );
153
- watch(
154
- () => checkboxString.value,
155
- (_val) => checkboxChange(),
156
- );
157
-
158
- defineExpose({
159
- cycle01,
160
- cycle02,
161
- average01,
162
- average02,
163
- checkboxList,
164
- radioValue,
165
- });
166
- </script>
@@ -1,166 +0,0 @@
1
- <template>
2
- <div class="cron-content">
3
- <div class="cron-item">
4
- <el-radio size="small" v-model="radioValue" :label="1" border>
5
- 月,允许的通配符[, - * /]</el-radio
6
- >
7
- </div>
8
- <div class="cron-item">
9
- <el-radio size="small" v-model="radioValue" border :label="2">
10
- 周期</el-radio
11
- >
12
- <span style="margin-left: 10px; margin-right: 5px">从</span>
13
- <el-input-number
14
- size="small"
15
- v-model="cycle01"
16
- :min="1"
17
- :max="12"
18
- controls-position="right"
19
- />
20
- <span style="margin-left: 10px; margin-right: 5px">至</span>
21
- <el-input-number
22
- size="small"
23
- v-model="cycle02"
24
- :min="1"
25
- :max="12"
26
- controls-position="right"
27
- />
28
- <span style="margin-left: 10px; margin-right: 5px">月</span>
29
- </div>
30
- <div class="cron-item">
31
- <el-radio size="small" v-model="radioValue" :label="3" border
32
- >循环</el-radio
33
- >
34
- <span style="margin-left: 10px; margin-right: 5px">从</span>
35
- <el-input-number
36
- size="small"
37
- v-model="average01"
38
- :min="1"
39
- :max="12"
40
- controls-position="right"
41
- />
42
- <span style="margin-left: 10px; margin-right: 5px">月开始,每</span>
43
- <el-input-number
44
- size="small"
45
- v-model="average02"
46
- :min="1"
47
- :max="12"
48
- controls-position="right"
49
- />
50
- <span style="margin-left: 10px; margin-right: 5px">月执行一次</span>
51
- </div>
52
- <div class="cron-item">
53
- <el-radio size="small" v-model="radioValue" :label="4" border>
54
- 指定</el-radio
55
- >
56
- <el-checkbox-group size="small" v-model="checkboxList">
57
- <el-checkbox
58
- class="my-[5px]"
59
- :border="true"
60
- v-for="item in 12"
61
- :key="item"
62
- :value="item"
63
- :label="item < 10 ? '0' + item : item"
64
- />
65
- </el-checkbox-group>
66
- </div>
67
- </div>
68
- </template>
69
- <style lang="scss" scoped></style>
70
- <script setup lang="ts" name="crontab-month">
71
- import { computed, ref, watch } from "vue";
72
-
73
- let radioValue = ref(1);
74
- let cycle01 = ref(1);
75
- let cycle02 = ref(2);
76
- let average01 = ref(1);
77
- let average02 = ref(1);
78
-
79
- let checkboxList = ref([]);
80
- const props = defineProps({
81
- check: { type: Function },
82
- cron: { type: Object },
83
- });
84
-
85
- const emits = defineEmits(["update"]);
86
- // 计算两个周期值
87
- const cycleTotalFun = () => {
88
- cycle01.value = props.check?.(cycle01.value, 1, 12);
89
- cycle02.value = props.check?.(cycle02.value, 1, 12);
90
- return cycle01.value + "-" + cycle02.value;
91
- };
92
- // 计算平均用到的值
93
- const averageTotalFun = () => {
94
- average01.value = props.check?.(average01.value, 1, 12);
95
- average02.value = props.check?.(average02.value, 1, 12);
96
- return average01.value + "/" + average02.value;
97
- };
98
- // 计算勾选的checkbox值合集
99
- const checkboxStringFun = () => {
100
- let str = checkboxList.value.join();
101
- return str == "" || str == "0" ? "?" : str;
102
- };
103
- let cycleTotal = computed(() => cycleTotalFun());
104
- let averageTotal = computed(() => averageTotalFun());
105
- let checkboxString = computed(() => checkboxStringFun());
106
- // 单选按钮值变化时
107
- const radioChange = () => {
108
- switch (radioValue.value) {
109
- case 1:
110
- emits("update", "month", "*");
111
- break;
112
- case 2:
113
- emits("update", "month", cycle01.value + "-" + cycle02.value);
114
- break;
115
- case 3:
116
- emits("update", "month", average01.value + "/" + average02.value);
117
- break;
118
- case 4:
119
- emits("update", "month", checkboxString.value);
120
- break;
121
- }
122
- };
123
- // 周期两个值变化时
124
- const cycleChange = () => {
125
- if (radioValue.value == 2) {
126
- emits("update", "month", cycleTotal.value);
127
- }
128
- };
129
- // 平均两个值变化时
130
- const averageChange = () => {
131
- if (radioValue.value == 3) {
132
- emits("update", "month", averageTotal.value);
133
- }
134
- };
135
- // checkbox值变化时
136
- const checkboxChange = () => {
137
- if (radioValue.value == 4) {
138
- emits("update", "month", checkboxString.value);
139
- }
140
- };
141
- watch(
142
- () => radioValue.value,
143
- (_val) => radioChange(),
144
- );
145
- watch(
146
- () => cycleTotal.value,
147
- (_val) => cycleChange(),
148
- );
149
- watch(
150
- () => averageTotal.value,
151
- (_val) => averageChange(),
152
- );
153
- watch(
154
- () => checkboxString.value,
155
- (_val) => checkboxChange(),
156
- );
157
-
158
- defineExpose({
159
- cycle01,
160
- cycle02,
161
- average01,
162
- average02,
163
- checkboxList,
164
- radioValue,
165
- });
166
- </script>