base6-ui 1.1.1 → 1.1.2

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 (112) hide show
  1. package/package.json +6 -1
  2. package/CHANGELOG.md +0 -13
  3. package/build/plugins.ts +0 -31
  4. package/build/unPlugin.ts +0 -37
  5. package/eslint.config.js +0 -114
  6. package/src/components/AppProvider/index.ts +0 -1
  7. package/src/components/AppProvider/index.vue +0 -38
  8. package/src/components/BaseButton/index.ts +0 -1
  9. package/src/components/BaseButton/index.vue +0 -21
  10. package/src/components/BaseDataTable/index.ts +0 -1
  11. package/src/components/BaseDataTable/index.vue +0 -120
  12. package/src/components/BaseDialog/index.ts +0 -2
  13. package/src/components/BaseDialog/index.vue +0 -104
  14. package/src/components/BaseDialog/options.ts +0 -25
  15. package/src/components/BaseDialog/type.ts +0 -30
  16. package/src/components/BaseInputNumber/index.ts +0 -1
  17. package/src/components/BaseInputNumber/index.vue +0 -188
  18. package/src/components/BaseLayout/ASide/index.vue +0 -104
  19. package/src/components/BaseLayout/ASide/type.ts +0 -11
  20. package/src/components/BaseLayout/index.ts +0 -1
  21. package/src/components/BaseProgress/index.ts +0 -99
  22. package/src/components/BaseRadio/index.ts +0 -1
  23. package/src/components/BaseRadio/index.vue +0 -45
  24. package/src/components/BaseSelect/index.ts +0 -1
  25. package/src/components/BaseSelect/index.vue +0 -59
  26. package/src/components/BaseSlider/index.ts +0 -1
  27. package/src/components/BaseSlider/index.vue +0 -114
  28. package/src/components/BaseSwitch/index.ts +0 -1
  29. package/src/components/BaseSwitch/index.vue +0 -69
  30. package/src/components/index.ts +0 -11
  31. package/src/components/types/themes/extendThemes.ts +0 -50
  32. package/src/config/index.ts +0 -1
  33. package/src/config/themes/color/dark.ts +0 -60
  34. package/src/config/themes/color/index.ts +0 -2
  35. package/src/config/themes/color/light.ts +0 -59
  36. package/src/config/themes/common.ts +0 -50
  37. package/src/config/themes/components/alert/common.ts +0 -13
  38. package/src/config/themes/components/alert/dark.ts +0 -23
  39. package/src/config/themes/components/alert/light.ts +0 -18
  40. package/src/config/themes/components/baseComponent/dark.ts +0 -189
  41. package/src/config/themes/components/baseComponent/light.ts +0 -297
  42. package/src/config/themes/components/button/common.ts +0 -20
  43. package/src/config/themes/components/button/dark.ts +0 -127
  44. package/src/config/themes/components/button/light.ts +0 -102
  45. package/src/config/themes/components/card/dark.ts +0 -13
  46. package/src/config/themes/components/card/light.ts +0 -13
  47. package/src/config/themes/components/charts/dark.ts +0 -425
  48. package/src/config/themes/components/charts/light.ts +0 -424
  49. package/src/config/themes/components/checkbox/common.ts +0 -7
  50. package/src/config/themes/components/checkbox/dark.ts +0 -23
  51. package/src/config/themes/components/checkbox/light.ts +0 -22
  52. package/src/config/themes/components/dataTable/dark.ts +0 -14
  53. package/src/config/themes/components/dataTable/light.ts +0 -14
  54. package/src/config/themes/components/datePicker/dark.ts +0 -10
  55. package/src/config/themes/components/datePicker/light.ts +0 -10
  56. package/src/config/themes/components/dialog/common.ts +0 -8
  57. package/src/config/themes/components/dialog/dark.ts +0 -14
  58. package/src/config/themes/components/dialog/light.ts +0 -13
  59. package/src/config/themes/components/dropdown/dark.ts +0 -7
  60. package/src/config/themes/components/dropdown/light.ts +0 -7
  61. package/src/config/themes/components/form/dark.ts +0 -7
  62. package/src/config/themes/components/form/light.ts +0 -7
  63. package/src/config/themes/components/input/common.ts +0 -13
  64. package/src/config/themes/components/input/dark.ts +0 -25
  65. package/src/config/themes/components/input/light.ts +0 -24
  66. package/src/config/themes/components/inputNumber/common.ts +0 -14
  67. package/src/config/themes/components/inputNumber/dark.ts +0 -24
  68. package/src/config/themes/components/inputNumber/light.ts +0 -20
  69. package/src/config/themes/components/layout/dark.ts +0 -8
  70. package/src/config/themes/components/layout/light.ts +0 -9
  71. package/src/config/themes/components/menu/dark.ts +0 -18
  72. package/src/config/themes/components/menu/light.ts +0 -17
  73. package/src/config/themes/components/progress/dark.ts +0 -25
  74. package/src/config/themes/components/progress/light.ts +0 -25
  75. package/src/config/themes/components/radio/dark.ts +0 -20
  76. package/src/config/themes/components/radio/light.ts +0 -21
  77. package/src/config/themes/components/select/dark.ts +0 -42
  78. package/src/config/themes/components/select/light.ts +0 -38
  79. package/src/config/themes/components/slider/dark.ts +0 -16
  80. package/src/config/themes/components/slider/light.ts +0 -16
  81. package/src/config/themes/components/switch/common.ts +0 -17
  82. package/src/config/themes/components/switch/dark.ts +0 -17
  83. package/src/config/themes/components/switch/light.ts +0 -17
  84. package/src/config/themes/components/tag/dark.ts +0 -40
  85. package/src/config/themes/components/tag/light.ts +0 -39
  86. package/src/config/themes/components/transfer/dark.ts +0 -8
  87. package/src/config/themes/components/transfer/light.ts +0 -8
  88. package/src/config/themes/dark.ts +0 -61
  89. package/src/config/themes/index.ts +0 -12
  90. package/src/config/themes/light.ts +0 -61
  91. package/src/config/themes/token/dark.ts +0 -32
  92. package/src/config/themes/token/index.ts +0 -2
  93. package/src/config/themes/token/light.ts +0 -11
  94. package/src/globalMethods/index.ts +0 -8
  95. package/src/globalMethods/modules/confirmTip.ts +0 -49
  96. package/src/globalMethods/modules/message.ts +0 -20
  97. package/src/hooks/useNaiveConfigProvideContext.ts +0 -10
  98. package/src/index.ts +0 -8
  99. package/src/style/index.scss +0 -63
  100. package/src/svg-icons/add.svg +0 -1
  101. package/src/svg-icons/arrow/down.svg +0 -1
  102. package/src/svg-icons/arrow/top.svg +0 -1
  103. package/src/svg-icons/logo.svg +0 -4
  104. package/src/svg-icons/operate/add.svg +0 -1
  105. package/src/svg-icons/operate/close.svg +0 -1
  106. package/src/svg-icons/operate/minus.svg +0 -1
  107. package/src/svg-icons/progress-default.svg +0 -3
  108. package/src/types/themes/extendThemes.ts +0 -50
  109. package/tsconfig.json +0 -38
  110. package/typing/components.d.ts +0 -38
  111. package/typing/global.d.ts +0 -19
  112. package/vite.config.ts +0 -61
@@ -1,425 +0,0 @@
1
- import { darkBase } from '../../color'
2
- import { darkToken } from '../../token'
3
-
4
- const nameTextStyle = {
5
- 'color': darkToken['color-text-1'],
6
- 'fontWeight': 400,
7
- 'fontSize': 14,
8
- 'lineHeight': 20
9
- }
10
- export const ChartsThemeDark = {
11
- 'color': [
12
- '#5895ff',
13
- '#6dd68e',
14
- '#f7a55d',
15
- '#ef7173',
16
- '#cc84ff',
17
- '#70c1ff',
18
- '#71dad6'
19
- ],
20
- 'textStyle': {},
21
- 'title': {
22
- 'textStyle': {
23
- 'color': darkToken['color-text-1'],
24
- 'fontWeight': 400,
25
- 'fontSize': 14,
26
- 'lineHeight': 20
27
- },
28
- 'subtextStyle': {
29
- 'color': '#93b7e3'
30
- }
31
- },
32
- 'line': {
33
- 'itemStyle': {
34
- 'borderWidth': '0'
35
- },
36
- 'lineStyle': {
37
- 'width': '2'
38
- },
39
- 'symbolSize': '0',
40
- 'symbol': 'circle',
41
- 'smooth': false
42
- },
43
- 'radar': {
44
- 'itemStyle': {
45
- 'borderWidth': '0'
46
- },
47
- 'lineStyle': {
48
- 'width': '2'
49
- },
50
- 'symbolSize': '0',
51
- 'symbol': 'circle',
52
- 'smooth': false
53
- },
54
- 'bar': {
55
- 'itemStyle': {
56
- 'barBorderWidth': 0,
57
- 'barBorderColor': '#ccc',
58
- 'borderRadius': [4, 4, 0, 0]
59
- },
60
- 'barMaxWidth': 28
61
- },
62
- 'pie': {
63
- 'padAngle': 1,
64
- 'itemStyle': {
65
- 'borderWidth': 0,
66
- 'borderColor': '#ccc'
67
- }
68
- },
69
- 'scatter': {
70
- 'itemStyle': {
71
- 'borderWidth': 0,
72
- 'borderColor': '#ccc'
73
- }
74
- },
75
- 'boxplot': {
76
- 'itemStyle': {
77
- 'borderWidth': 0,
78
- 'borderColor': '#ccc'
79
- }
80
- },
81
- 'parallel': {
82
- 'itemStyle': {
83
- 'borderWidth': 0,
84
- 'borderColor': '#ccc'
85
- }
86
- },
87
- 'sankey': {
88
- 'itemStyle': {
89
- 'borderWidth': 0,
90
- 'borderColor': '#ccc'
91
- }
92
- },
93
- 'funnel': {
94
- 'itemStyle': {
95
- 'borderWidth': 0,
96
- 'borderColor': '#ccc'
97
- }
98
- },
99
- 'gauge': {
100
- 'itemStyle': {
101
- 'borderWidth': 0,
102
- 'borderColor': '#ccc'
103
- }
104
- },
105
- 'candlestick': {
106
- 'itemStyle': {
107
- 'color': '#edafda',
108
- 'color0': 'transparent',
109
- 'borderColor': '#d680bc',
110
- 'borderColor0': '#8fd3e8',
111
- 'borderWidth': '2'
112
- }
113
- },
114
- 'graph': {
115
- 'itemStyle': {
116
- 'borderWidth': 0,
117
- 'borderColor': '#ccc'
118
- },
119
- 'lineStyle': {
120
- 'width': 1,
121
- 'color': '#aaa'
122
- },
123
- 'symbolSize': '0',
124
- 'symbol': 'circle',
125
- 'smooth': false,
126
- 'color': [
127
- '#5895ff',
128
- '#6dd68e',
129
- '#f7a55d',
130
- '#ef7173',
131
- '#cc84ff',
132
- '#70c1ff',
133
- '#71dad6'
134
- ],
135
- 'label': {
136
- 'color': '#ffffff'
137
- }
138
- },
139
- 'map': {
140
- 'itemStyle': {
141
- 'areaColor': '#f3f3f3',
142
- 'borderColor': '#516b91',
143
- 'borderWidth': 0.5
144
- },
145
- 'label': {
146
- 'color': '#000'
147
- },
148
- 'emphasis': {
149
- 'itemStyle': {
150
- 'areaColor': '#a5e7f0',
151
- 'borderColor': '#516b91',
152
- 'borderWidth': 1
153
- },
154
- 'label': {
155
- 'color': '#516b91'
156
- }
157
- }
158
- },
159
- 'geo': {
160
- 'itemStyle': {
161
- 'areaColor': '#f3f3f3',
162
- 'borderColor': '#516b91',
163
- 'borderWidth': 0.5
164
- },
165
- 'label': {
166
- 'color': '#000'
167
- },
168
- 'emphasis': {
169
- 'itemStyle': {
170
- 'areaColor': '#a5e7f0',
171
- 'borderColor': '#516b91',
172
- 'borderWidth': 1
173
- },
174
- 'label': {
175
- 'color': '#516b91'
176
- }
177
- }
178
- },
179
- 'categoryAxis': {
180
- 'nameTextStyle': nameTextStyle,
181
- 'axisLine': {
182
- 'show': true,
183
- 'lineStyle': {
184
- 'color': darkBase['color-gray-4']
185
- }
186
- },
187
- 'axisTick': {
188
- 'show': false,
189
- 'lineStyle': {
190
- 'color': '#333'
191
- }
192
- },
193
- 'axisLabel': {
194
- 'show': true,
195
- 'color': darkToken['color-text-2']
196
- },
197
- 'splitLine': {
198
- 'show': false,
199
- 'lineStyle': {
200
- 'color': [
201
- '#eeeeee'
202
- ]
203
- }
204
- },
205
- 'splitArea': {
206
- 'show': false,
207
- 'areaStyle': {
208
- 'color': [
209
- 'rgba(250,250,250,0.05)',
210
- 'rgba(200,200,200,0.02)'
211
- ]
212
- }
213
- }
214
- },
215
- 'valueAxis': {
216
- 'nameTextStyle': nameTextStyle,
217
- 'axisLine': {
218
- 'show': false,
219
- 'lineStyle': {
220
- 'color': darkBase['color-gray-4']
221
- }
222
- },
223
- 'axisTick': {
224
- 'show': false,
225
- 'lineStyle': {
226
- 'color': '#333'
227
- }
228
- },
229
- 'axisLabel': {
230
- 'show': true,
231
- 'color': darkToken['color-text-2']
232
- },
233
- 'splitLine': {
234
- 'show': false,
235
- 'lineStyle': {
236
- 'color': [
237
- '#eeeeee'
238
- ]
239
- }
240
- },
241
- 'splitArea': {
242
- 'show': false,
243
- 'areaStyle': {
244
- 'color': [
245
- 'rgba(250,250,250,0.05)',
246
- 'rgba(200,200,200,0.02)'
247
- ]
248
- }
249
- }
250
- },
251
- 'logAxis': {
252
- 'nameTextStyle': nameTextStyle,
253
- 'axisLine': {
254
- 'show': true,
255
- 'lineStyle': {
256
- 'color': darkBase['color-gray-4']
257
- }
258
- },
259
- 'axisTick': {
260
- 'show': false,
261
- 'lineStyle': {
262
- 'color': '#333'
263
- }
264
- },
265
- 'axisLabel': {
266
- 'show': true,
267
- 'color': darkToken['color-text-2']
268
- },
269
- 'splitLine': {
270
- 'show': false,
271
- 'lineStyle': {
272
- 'color': [
273
- '#eeeeee'
274
- ]
275
- }
276
- },
277
- 'splitArea': {
278
- 'show': false,
279
- 'areaStyle': {
280
- 'color': [
281
- 'rgba(250,250,250,0.05)',
282
- 'rgba(200,200,200,0.02)'
283
- ]
284
- }
285
- }
286
- },
287
- 'timeAxis': {
288
- 'nameTextStyle': nameTextStyle,
289
- 'axisLine': {
290
- 'show': true,
291
- 'lineStyle': {
292
- 'color': darkBase['color-gray-4']
293
- }
294
- },
295
- 'axisTick': {
296
- 'show': false,
297
- 'lineStyle': {
298
- 'color': '#333'
299
- }
300
- },
301
- 'axisLabel': {
302
- 'show': true,
303
- 'color': darkToken['color-text-2']
304
- },
305
- 'splitLine': {
306
- 'show': false,
307
- 'lineStyle': {
308
- 'color': [
309
- '#eeeeee'
310
- ]
311
- }
312
- },
313
- 'splitArea': {
314
- 'show': false,
315
- 'areaStyle': {
316
- 'color': [
317
- 'rgba(250,250,250,0.05)',
318
- 'rgba(200,200,200,0.02)'
319
- ]
320
- }
321
- }
322
- },
323
- 'toolbox': {
324
- 'iconStyle': {
325
- 'borderColor': '#999'
326
- },
327
- 'emphasis': {
328
- 'iconStyle': {
329
- 'borderColor': '#666'
330
- }
331
- }
332
- },
333
- 'legend': {
334
- 'textStyle': {
335
- color: darkToken['color-text-2'], 'lineHeight': 16, 'fontSize': 12
336
- },
337
- 'itemGap': 16,
338
- 'itemWidth': 12,
339
- 'itemHeight': 12,
340
- 'inactiveColor': darkToken['color-text-4']
341
- },
342
- 'tooltip': {
343
- 'borderColor': darkBase['color-gray-3'],
344
- 'backgroundColor': darkBase['color-gray-3'],
345
- 'padding': 12,
346
- 'textStyle': {
347
- 'color': darkToken['color-text-1'],
348
- 'fontSize': 12,
349
- 'fontWeight': 400
350
- },
351
- 'extraCssText': 'box-shadow: 0px 3px 10px 0px #0151FF1A;',
352
- 'axisPointer': {
353
- 'lineStyle': {
354
- 'color': '#ccc',
355
- 'width': 1
356
- },
357
- 'crossStyle': {
358
- 'color': '#ccc',
359
- 'width': 1
360
- }
361
- }
362
- },
363
- 'timeline': {
364
- 'lineStyle': {
365
- 'color': '#4c8eff',
366
- 'width': 1
367
- },
368
- 'itemStyle': {
369
- 'color': '#4c8eff',
370
- 'borderWidth': 1
371
- },
372
- 'controlStyle': {
373
- 'color': '#4c8eff',
374
- 'borderColor': '#4c8eff',
375
- 'borderWidth': 0.5
376
- },
377
- 'checkpointStyle': {
378
- 'color': '#4c8eff',
379
- 'borderColor': '#8a7ca8'
380
- },
381
- 'label': {
382
- 'color': '#4c8eff'
383
- },
384
- 'emphasis': {
385
- 'itemStyle': {
386
- 'color': '#4c8eff'
387
- },
388
- 'controlStyle': {
389
- 'color': '#4c8eff',
390
- 'borderColor': '#4c8eff',
391
- 'borderWidth': 0.5
392
- },
393
- 'label': {
394
- 'color': '#4c8eff'
395
- }
396
- }
397
- },
398
- 'visualMap': {
399
- 'color': [
400
- '#516b91',
401
- '#59c4e6',
402
- '#a5e7f0'
403
- ]
404
- },
405
- 'dataZoom': {
406
- 'backgroundColor': 'rgba(0,0,0,0)',
407
- 'dataBackgroundColor': 'rgba(255,255,255,0.3)',
408
- 'fillerColor': 'rgba(167,183,204,0.4)',
409
- 'handleColor': '#a7b7cc',
410
- 'handleSize': '100%',
411
- 'textStyle': {
412
- 'color': '#333'
413
- }
414
- },
415
- 'markPoint': {
416
- 'label': {
417
- 'color': '#ffffff'
418
- },
419
- 'emphasis': {
420
- 'label': {
421
- 'color': '#ffffff'
422
- }
423
- }
424
- }
425
- }