ol-base-components 3.4.5 → 3.4.6

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 (64) hide show
  1. package/dist/index.mjs +7105 -0
  2. package/dist/index.umd.js +1 -0
  3. package/dist/style.css +1 -0
  4. package/package.json +18 -4
  5. package/.eslintrc +0 -59
  6. package/.github/deploy.yml +0 -81
  7. package/.prettierignore +0 -6
  8. package/.prettierrc +0 -13
  9. package/.trae/rules/project.md +0 -2
  10. package/babel.config.js +0 -5
  11. package/jsconfig.json +0 -19
  12. package/readme1.md +0 -164
  13. package/src/App.vue +0 -932
  14. package/src/assets/Snipaste_2025-09-03_14-30-49.png +0 -0
  15. package/src/assets/api.png +0 -0
  16. package/src/assets/css/iconfont.css +0 -342
  17. package/src/assets/duojibiaotou.png +0 -0
  18. package/src/assets/effectPicture.png +0 -0
  19. package/src/assets/generator0.png +0 -0
  20. package/src/assets/generator1.png +0 -0
  21. package/src/assets/generator2.png +0 -0
  22. package/src/assets/icon/printModel.svg +0 -1
  23. package/src/assets/init.png +0 -0
  24. package/src/assets/logo.png +0 -0
  25. package/src/assets/olBaseComponentsLogo.svg +0 -100
  26. package/src/assets/print.svg +0 -1
  27. package/src/assets/run.png +0 -0
  28. package/src/assets/vscodecj.png +0 -0
  29. package/src/bin/initTemplate.js +0 -409
  30. package/src/bin/news.js +0 -171
  31. package/src/bin/openCloseloop.js +0 -154
  32. package/src/bin/openLoop.js +0 -154
  33. package/src/main.js +0 -13
  34. package/src/package/customSearch/index.js +0 -7
  35. package/src/package/customSearch/src/index.vue +0 -120
  36. package/src/package/dialog/index.js +0 -7
  37. package/src/package/dialog/src/index.vue +0 -419
  38. package/src/package/form/index.js +0 -7
  39. package/src/package/form/src/index.vue +0 -405
  40. package/src/package/formSearch/index.js +0 -7
  41. package/src/package/formSearch/src/components/SearchConfigDialog.vue +0 -957
  42. package/src/package/formSearch/src/index.js +0 -29
  43. package/src/package/formSearch/src/index.vue +0 -928
  44. package/src/package/index.js +0 -243
  45. package/src/package/numberRange/index.js +0 -7
  46. package/src/package/numberRange/src/index.vue +0 -351
  47. package/src/package/print/index.js +0 -76
  48. package/src/package/print/src/components/PaperSelector.vue +0 -109
  49. package/src/package/print/src/index.vue +0 -622
  50. package/src/package/print/src/provide/provider1.js +0 -215
  51. package/src/package/printModel/index.js +0 -7
  52. package/src/package/printModel/src/index.vue +0 -493
  53. package/src/package/table/index.js +0 -12
  54. package/src/package/table/src/TableColumn.vue +0 -77
  55. package/src/package/table/src/components/PrintTemplateSelector.vue +0 -210
  56. package/src/package/table/src/index.vue +0 -945
  57. package/src/package/table/src/nodata.jpg +0 -0
  58. package/src/package/table/src/printTable.vue +0 -196
  59. package/src/utils/getEnum.js +0 -8
  60. package/src/utils/initData.js +0 -138
  61. package/vue.config.js +0 -21
  62. /package/{public → dist}/favicon.ico +0 -0
  63. /package/{public → dist}/index.html +0 -0
  64. /package/{public → dist}/print-lock.css +0 -0
Binary file
@@ -1,342 +0,0 @@
1
- @font-face {
2
- font-family: "iconfont"; /* Project id 3559670 */
3
- src: url("iconfont.woff2?t=1667531544868") format("woff2"),
4
- url("iconfont.woff?t=1667531544868") format("woff"),
5
- url("iconfont.ttf?t=1667531544868") format("truetype");
6
- }
7
-
8
- .iconfont {
9
- font-family: "iconfont" !important;
10
- font-size: 16px;
11
- font-style: normal;
12
- -webkit-font-smoothing: antialiased;
13
- -moz-osx-font-smoothing: grayscale;
14
- }
15
-
16
- .sv-edit-data:before {
17
- content: "\e655";
18
- }
19
-
20
- .sv-shimmer:before {
21
- content: "\e6d6";
22
- }
23
-
24
- .sv-origin:before {
25
- content: "\e6ac";
26
- }
27
-
28
- .sv-zIndex:before {
29
- content: "\e603";
30
- }
31
-
32
- .sv-structure:before {
33
- content: "\ec6f";
34
- }
35
-
36
- .sv-list:before {
37
- content: "\e742";
38
- }
39
-
40
- .sv-grid:before {
41
- content: "\e849";
42
- }
43
-
44
- .sv-flow:before {
45
- content: "\e611";
46
- }
47
-
48
- .sv-switch:before {
49
- content: "\e6f6";
50
- }
51
-
52
- .sv-theme:before {
53
- content: "\e644";
54
- }
55
-
56
- .sv-element:before {
57
- content: "\e615";
58
- }
59
-
60
- .sv-pdf:before {
61
- content: "\e67a";
62
- }
63
-
64
- .sv-browser:before {
65
- content: "\e726";
66
- }
67
-
68
- .sv-font-big:before {
69
- content: "\eb04";
70
- }
71
-
72
- .sv-font-small:before {
73
- content: "\eb05";
74
- }
75
-
76
- .sv-font-bold:before {
77
- content: "\ec83";
78
- }
79
-
80
- .sv-font-tiny:before {
81
- content: "\e6c1";
82
- }
83
-
84
- .sv-options:before {
85
- content: "\e607";
86
- }
87
-
88
- .sv-close:before {
89
- content: "\e646";
90
- }
91
-
92
- .sv-clone:before {
93
- content: "\ec7a";
94
- }
95
-
96
- .sv-cut:before {
97
- content: "\e643";
98
- }
99
-
100
- .sv-preview:before {
101
- content: "\e61c";
102
- }
103
-
104
- .sv-zoom-in:before {
105
- content: "\e60f";
106
- }
107
-
108
- .sv-zoom-out:before {
109
- content: "\e610";
110
- }
111
-
112
- .sv-edit:before {
113
- content: "\e6b9";
114
- }
115
-
116
- .sv-paste:before {
117
- content: "\e6c0";
118
- }
119
-
120
- .sv-copy:before {
121
- content: "\e6c2";
122
- }
123
-
124
- .sv-unlock:before {
125
- content: "\e6e7";
126
- }
127
-
128
- .sv-lock:before {
129
- content: "\e6e8";
130
- }
131
-
132
- .sv-zIndex-plus:before {
133
- content: "\e715";
134
- }
135
-
136
- .sv-zIndex-minus:before {
137
- content: "\e716";
138
- }
139
-
140
- .sv-zIndex-top:before {
141
- content: "\e71f";
142
- }
143
-
144
- .sv-sigh:before {
145
- content: "\e724";
146
- }
147
-
148
- .sv-ask:before {
149
- content: "\e725";
150
- }
151
-
152
- .sv-dev-code:before {
153
- content: "\e733";
154
- }
155
-
156
- .sv-bug:before {
157
- content: "\e73f";
158
- }
159
-
160
- .sv-zIndex-bottom:before {
161
- content: "\e71d";
162
- }
163
-
164
- .sv-new:before {
165
- content: "\e64d";
166
- }
167
-
168
- .sv-clear:before {
169
- content: "\e62d";
170
- }
171
-
172
- .sv-base:before {
173
- content: "\e7d0";
174
- }
175
-
176
- .sv-export:before {
177
- content: "\eabf";
178
- }
179
-
180
- .sv-import:before {
181
- content: "\eac0";
182
- }
183
-
184
- .sv-add:before {
185
- content: "\eaf3";
186
- }
187
-
188
- .sv-printer:before {
189
- content: "\eabe";
190
- }
191
-
192
- .sv-save:before {
193
- content: "\eabd";
194
- }
195
-
196
- .sv-more:before {
197
- content: "\e625";
198
- }
199
-
200
- .sv-menu:before {
201
- content: "\e628";
202
- }
203
-
204
- .sv-nav-right:before {
205
- content: "\e629";
206
- }
207
-
208
- .sv-nav-up:before {
209
- content: "\e62a";
210
- }
211
-
212
- .sv-nav-left:before {
213
- content: "\e62b";
214
- }
215
-
216
- .sv-nav-down:before {
217
- content: "\e62c";
218
- }
219
-
220
- .sv-setting:before {
221
- content: "\e62e";
222
- }
223
-
224
- .sv-delete:before {
225
- content: "\e630";
226
- }
227
-
228
- .sv-undo:before {
229
- content: "\e631";
230
- }
231
-
232
- .sv-redo:before {
233
- content: "\e632";
234
- }
235
-
236
- .sv-refresh:before {
237
- content: "\e634";
238
- }
239
-
240
- .sv-history:before {
241
- content: "\e635";
242
- }
243
-
244
- .sv-html:before {
245
- content: "\e633";
246
- }
247
-
248
- .sv-longText:before {
249
- content: "\e64c";
250
- }
251
-
252
- .sv-table:before {
253
- content: "\ec15";
254
- }
255
-
256
- .sv-qrcode:before {
257
- content: "\e642";
258
- }
259
-
260
- .sv-image:before {
261
- content: "\e8ba";
262
- }
263
-
264
- .sv-barcode:before {
265
- content: "\eb64";
266
- }
267
-
268
- .sv-text:before {
269
- content: "\e60b";
270
- }
271
-
272
- .sv-vline:before {
273
- content: "\e63a";
274
- }
275
-
276
- .sv-oval:before {
277
- content: "\eb99";
278
- }
279
-
280
- .sv-rect:before {
281
- content: "\e620";
282
- }
283
-
284
- .sv-hline:before {
285
- content: "\e60a";
286
- }
287
-
288
- .sv-print-c:before {
289
- content: "\e602";
290
- }
291
-
292
- .sv-print:before {
293
- content: "\e601";
294
- }
295
-
296
- .sv-c:before {
297
- content: "\e600";
298
- }
299
-
300
- .sv-vertical:before {
301
- content: "\e706";
302
- }
303
-
304
- .sv-distributeHor:before {
305
- content: "\e707";
306
- }
307
-
308
- .sv-right:before {
309
- content: "\e708";
310
- }
311
-
312
- .sv-left:before {
313
- content: "\e709";
314
- }
315
-
316
- .sv-distributeVer:before {
317
- content: "\e70f";
318
- }
319
-
320
- .sv-bottom:before {
321
- content: "\e710";
322
- }
323
-
324
- .sv-top:before {
325
- content: "\e711";
326
- }
327
-
328
- .sv-horizontal:before {
329
- content: "\e712";
330
- }
331
-
332
- .sv-rotate:before {
333
- content: "\e66f";
334
- }
335
-
336
- .sv-butongbu:before {
337
- content: "\e636";
338
- }
339
-
340
- .sv-synchronization:before {
341
- content: "\e676";
342
- }
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1 +0,0 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1775783951523" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4933" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M947.257271 1024H76.742729A35.794183 35.794183 0 0 1 40.948546 988.205817V35.794183A35.794183 35.794183 0 0 1 76.742729 0h870.514542a35.794183 35.794183 0 0 1 35.794183 35.794183v952.411634a35.794183 35.794183 0 0 1-35.794183 35.794183zM112.536913 952.411633h798.926174V71.588367H112.536913z" fill="#545454" p-id="4934"></path><path d="M298.666667 895.14094A35.794183 35.794183 0 0 1 261.440716 859.060403V437.261745a35.794183 35.794183 0 0 1 71.588367 0V859.060403A35.794183 35.794183 0 0 1 298.666667 895.14094zM726.192394 508.563758H470.478747a35.794183 35.794183 0 0 1 0-71.588367h257.718121a35.794183 35.794183 0 0 1 0 71.588367zM730.774049 293.798658H279.480984a35.794183 35.794183 0 0 1 0-71.588367h451.293065a35.794183 35.794183 0 0 1 0 71.588367zM726.192394 684.098434H470.478747a35.794183 35.794183 0 1 1 0-71.588367h257.718121a35.794183 35.794183 0 0 1 0 71.588367zM726.192394 852.187919H470.478747a35.794183 35.794183 0 0 1 0-71.588366h257.718121a35.794183 35.794183 0 0 1 0 71.588366z" fill="#545454" p-id="4935"></path></svg>
Binary file
Binary file
@@ -1,100 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="250" height="250" viewBox="0 0 256 256" role="img" aria-labelledby="title desc">
2
- <title id="title">Base Component - 极速CRUD生成</title>
3
- <desc id="desc">日间/夜间径向背景;无四周渐变边环;闪电在下;CRUD图标去黑色分离层与外部阴影,保留轻微发光。</desc>
4
- <defs>
5
- <!-- 日/夜 背景 -->
6
- <radialGradient id="bgDayRadial" cx="50%" cy="42%" r="80%">
7
- <stop offset="0%" stop-color="#FFE3FF" stop-opacity="0.35"/>
8
- <stop offset="50%" stop-color="#8EC5FF" stop-opacity="0.22"/>
9
- <stop offset="100%" stop-color="#41D1FF" stop-opacity="0.12"/>
10
- </radialGradient>
11
- <radialGradient id="bgNightRadial" cx="50%" cy="42%" r="85%">
12
- <stop offset="0%" stop-color="#1e1b4b" stop-opacity="0.70"/>
13
- <stop offset="55%" stop-color="#0b1020" stop-opacity="0.60"/>
14
- <stop offset="100%" stop-color="#020617" stop-opacity="0.55"/>
15
- </radialGradient>
16
-
17
- <!-- 其他渐变/效果 -->
18
- <linearGradient id="bolt" x1="0" y1="0" x2="1" y2="1">
19
- <stop offset="0%" stop-color="#fbbf24"/><stop offset="100%" stop-color="#fb7185"/>
20
- </linearGradient>
21
- <linearGradient id="crud" x1="0" y1="0" x2="1" y2="1">
22
- <stop offset="0%" stop-color="#22d3ee"/><stop offset="100%" stop-color="#8b5cf6"/>
23
- </linearGradient>
24
- <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
25
- <feGaussianBlur in="SourceGraphic" stdDeviation="3" result="b"/>
26
- <feMerge><feMergeNode in="b"/><feMergeNode in="SourceGraphic"/></feMerge>
27
- </filter>
28
- <filter id="shadow" x="-50%" y="-50%" width="200%" height="200%">
29
- <feDropShadow dx="0" dy="2" stdDeviation="3" flood-color="#000" flood-opacity="0.35"/>
30
- </filter>
31
-
32
- <style><![CDATA[
33
- /* 默认日间;加 class="theme-dark" 切夜间 */
34
- .bg-night { display: none; }
35
- svg.theme-dark .bg-day { display: none; }
36
- svg.theme-dark .bg-night { display: inline; }
37
- ]]></style>
38
- </defs>
39
-
40
- <!-- 背景:仅径向填充(无四周渐变边环) -->
41
- <g class="bg-day">
42
- <rect x="8" y="8" width="240" height="240" rx="28" fill="url(#bgDayRadial)"/>
43
- </g>
44
- <g class="bg-night">
45
- <rect x="8" y="8" width="240" height="240" rx="28" fill="url(#bgNightRadial)"/>
46
- </g>
47
-
48
- <!-- 左侧列表线 -->
49
- <g stroke="#34d399" stroke-width="6" stroke-linecap="round" opacity="0.9">
50
- <line x1="20" y1="104" x2="84" y2="104"/>
51
- <line x1="20" y1="132" x2="68" y2="132"/>
52
- <line x1="20" y1="160" x2="56" y2="160"/>
53
- </g>
54
-
55
- <!-- 闪电(置底,不遮挡图标) -->
56
- <path d="M168 44 L128 116 L184 116 L96 228 L128 148 L72 148 Z" fill="url(#bolt)" filter="url(#glow)"/>
57
-
58
- <!-- 文档卡片(保留卡片阴影) -->
59
- <g transform="translate(102,44) rotate(-8 64 84)" filter="url(#shadow)">
60
- <rect x="0" y="0" width="128" height="168" rx="16" fill="rgba(229,231,235,0.08)" stroke="url(#crud)" stroke-width="5"/>
61
- </g>
62
-
63
- <!-- CRUD 图标(无黑色分离层,无外部阴影,保留轻微发光) -->
64
- <g transform="translate(102,44) rotate(-8 64 84)">
65
- <g stroke="url(#crud)" stroke-width="4.2" stroke-linecap="round" stroke-linejoin="round" fill="none" opacity="0.98" filter="url(#glow)">
66
- <!-- Create: 加号 -->
67
- <g transform="translate(18,44)">
68
- <g fill="url(#crud)" stroke="none">
69
- <rect x="18" y="7" width="6" height="28" rx="3"/>
70
- <rect x="7" y="18" width="28" height="6" rx="3"/>
71
- </g>
72
- </g>
73
- <!-- Read: 眼睛(无白点,渐变瞳孔) -->
74
- <g transform="translate(74,40)">
75
- <path d="M6 21c8-10 32-10 40 0c-8 10-32 10-40 0z"/>
76
- <circle cx="26" cy="21" r="3.6" fill="url(#crud)" stroke="none" opacity="0.95"/>
77
- </g>
78
- <!-- Update: 修改 -->
79
- <g transform="translate(18,98)">
80
- <path d="M8 36l10-3l20-20c1.5-1.5 1.5-4 0-5.5v0c-1.5-1.5-4-1.5-5.5 0l-20 20l-3 10z"/>
81
- <line x1="28" y1="12" x2="34" y2="18"/>
82
- </g>
83
- <!-- Delete: 垃圾桶 -->
84
- <g transform="translate(74,96)">
85
- <rect x="12" y="14" width="24" height="4" rx="2"/>
86
- <rect x="20" y="10" width="8" height="4" rx="2"/>
87
- <path d="M14 20h20l-2 22h-16l-2-22z"/>
88
- <line x1="20" y1="24" x2="20" y2="36"/>
89
- <line x1="28" y1="24" x2="28" y2="36"/>
90
- </g>
91
- </g>
92
- </g>
93
-
94
- <!-- 星点 -->
95
- <g fill="#f59e0b" opacity="0.9">
96
- <circle cx="92" cy="86" r="2.4"/>
97
- <circle cx="98" cy="70" r="1.8"/>
98
- <circle cx="78" cy="124" r="1.6"/>
99
- </g>
100
- </svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1775034815280" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="119811" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M910.104609 248.342329h-56.346075v-145.061172q-2.397705-45.556401-35.96558-75.527718t-77.925423-27.573611H272.314993q-20.380495 0-39.562137 7.193116t-33.567875 21.579348q-14.386232 14.386232-22.178774 33.567874t-6.59369 40.760991v145.061172h-67.135749q-21.579348-1.198853-40.76099 6.593689t-33.567875 22.178774q-14.386232 14.386232-21.579348 33.567875t-7.193116 40.76099v389.627115q-2.397705 44.357548 27.573612 77.325997t75.527717 35.366153h67.135749v62.340339q0 44.357548 31.769596 76.127143t76.127144 31.769596h467.552537q44.357548 0 76.127144-31.769596t31.769596-76.127143v-62.340339h56.346075q45.556401-2.397705 78.524849-34.766727t35.366154-77.925423v-389.627115q-2.397705-45.556401-35.96558-75.527717t-77.925423-27.573611z m-677.351753-145.061172q-1.198853-17.98279 10.789673-29.971317t28.772464-10.789674h467.552538q19.181643 0 35.366153 10.789674t16.184511 29.971317v145.061172H232.752856z m558.665339 607.818299v205.003805q0 19.181643-13.187379 32.369021t-32.369022 13.18738H278.309257q-19.181643 0-32.369022-13.18738t-13.187379-32.369021v-205.003805q0-17.98279 13.187379-31.769596t32.369022-13.786806h467.552537q19.181643 0 32.369022 13.18738t13.187379 32.369022z m170.237078-359.655799v389.627115q-1.198853 20.380495-15.585084 34.766727t-35.96558 15.585085h-56.346075v-79.124276q0-44.357548-31.769596-75.527717t-76.127144-31.17017H278.309257q-44.357548 0-76.127144 31.17017t-31.769596 75.527717v79.124276h-67.135749q-19.181643-2.397705-31.170169-17.383364t-9.590821-34.167301v-388.428262q-1.198853-17.98279 10.789674-29.971316t29.971316-10.789674h806.827841q19.181643 0 35.366153 10.789674t16.184511 29.971316z m-766.06685 52.749518h-46.755254q-4.795411-1.198853-8.391968-5.994264t-3.596558-10.190247q0-5.394837 3.596558-10.190248t8.391968-4.795411h46.755254q10.789674-2.397705 16.783937 6.59369t0 17.383364q-5.994263 8.391969-16.783937 7.193116z m111.493298 0h-50.351812q-10.789674 1.198853-16.783937-7.193116t0-17.383364q5.994263-8.991395 16.783937-6.59369h50.351812q5.994263 0 9.590821 4.795411t3.596558 10.190248q0 5.394837-3.596558 10.190247t-9.590821 5.994264z m511.910086 139.066908H195.588423q-4.795411-1.198853-8.991395-5.394837t-4.195984-10.190247q0-5.994263 4.195984-10.190248t8.991395-5.394837h623.403384q5.994263 1.198853 9.590821 5.394837t3.596558 10.190248q0 5.994263-3.596558 10.190247t-9.590821 5.394837z" p-id="119812"></path></svg>
Binary file
Binary file