@timus-networks/theme 2.0.16 → 2.1.3

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/README.md +113 -0
  2. package/dist/module.cjs +5 -0
  3. package/dist/module.d.mts +11 -0
  4. package/dist/module.d.ts +11 -0
  5. package/dist/module.json +9 -0
  6. package/dist/module.mjs +187 -0
  7. package/dist/runtime/components/development/example.alert.vue +29 -0
  8. package/dist/runtime/components/development/example.avatar.vue +85 -0
  9. package/dist/runtime/components/development/example.badge.vue +93 -0
  10. package/dist/runtime/components/development/example.breadcrumb.vue +54 -0
  11. package/dist/runtime/components/development/example.button.vue +235 -0
  12. package/dist/runtime/components/development/example.button.vue.d.ts +11 -0
  13. package/dist/runtime/components/development/example.card.vue +68 -0
  14. package/dist/runtime/components/development/example.checkbox.vue +176 -0
  15. package/dist/runtime/components/development/example.checkbox.vue.d.ts +24 -0
  16. package/dist/runtime/components/development/example.collapse.vue +38 -0
  17. package/dist/runtime/components/development/example.datepicker.vue +193 -0
  18. package/dist/runtime/components/development/example.description.vue +94 -0
  19. package/dist/runtime/components/development/example.dialog.vue +79 -0
  20. package/dist/runtime/components/development/example.dropdown.vue +166 -0
  21. package/dist/runtime/components/development/example.form.vue +488 -0
  22. package/dist/runtime/components/development/example.input.vue +270 -0
  23. package/dist/runtime/components/development/example.input.vue.d.ts +23 -0
  24. package/dist/runtime/components/development/example.link.vue +68 -0
  25. package/dist/runtime/components/development/example.message.vue +64 -0
  26. package/dist/runtime/components/development/example.notification.vue +75 -0
  27. package/dist/runtime/components/development/example.number.vue +70 -0
  28. package/dist/runtime/components/development/example.pagination.vue +89 -0
  29. package/dist/runtime/components/development/example.popover.vue +151 -0
  30. package/dist/runtime/components/development/example.radio.vue +163 -0
  31. package/dist/runtime/components/development/example.radio.vue.d.ts +25 -0
  32. package/dist/runtime/components/development/example.select.vue +588 -0
  33. package/dist/runtime/components/development/example.select.vue.d.ts +70 -0
  34. package/dist/runtime/components/development/example.sidebar.vue +101 -0
  35. package/dist/runtime/components/development/example.static.vue +50 -0
  36. package/dist/runtime/components/development/example.switch.vue +101 -0
  37. package/dist/runtime/components/development/example.table.vue +112 -0
  38. package/dist/runtime/components/development/example.tag.vue +255 -0
  39. package/dist/runtime/components/development/example.timepicker.vue +89 -0
  40. package/dist/runtime/components/development/example.tooltip.vue +104 -0
  41. package/dist/runtime/components/development/example.upload.vue +84 -0
  42. package/dist/runtime/components/production/html-encode.vue +96 -0
  43. package/dist/runtime/components/production/timus-breadcrumb.d.ts +36 -0
  44. package/dist/runtime/components/production/timus-breadcrumb.js +224 -0
  45. package/dist/runtime/components/production/timus-breadcrumb.mjs +224 -0
  46. package/dist/runtime/components/production/timus-breadcrumb.vue +83 -0
  47. package/dist/runtime/components/production/timus-breadcrumb.vue.d.ts +340 -0
  48. package/dist/runtime/composables/useBreadcrumb.d.ts +8 -0
  49. package/dist/runtime/composables/useBreadcrumb.js +53 -0
  50. package/dist/runtime/composables/useBreadcrumb.mjs +53 -0
  51. package/dist/runtime/pages/theme.vue +61 -0
  52. package/dist/runtime/plugins/disable-warnings-plugin.d.ts +2 -0
  53. package/dist/runtime/plugins/disable-warnings-plugin.js +18 -0
  54. package/dist/runtime/plugins/disable-warnings-plugin.mjs +18 -0
  55. package/dist/runtime/plugins/sample-plugin.d.ts +20 -0
  56. package/dist/runtime/plugins/sample-plugin.js +5 -0
  57. package/dist/runtime/plugins/sample-plugin.mjs +5 -0
  58. package/dist/runtime/plugins/theme-provider-plugin.d.ts +30 -0
  59. package/dist/runtime/plugins/theme-provider-plugin.js +46 -0
  60. package/dist/runtime/plugins/theme-provider-plugin.mjs +46 -0
  61. package/dist/runtime/public/scss/element-plus/affix.css +305 -0
  62. package/dist/runtime/public/scss/element-plus/alert.css +516 -0
  63. package/dist/runtime/public/scss/element-plus/anchor-link.css +332 -0
  64. package/dist/runtime/public/scss/element-plus/anchor.css +376 -0
  65. package/dist/runtime/public/scss/element-plus/aside.css +308 -0
  66. package/dist/runtime/public/scss/element-plus/autocomplete.css +411 -0
  67. package/dist/runtime/public/scss/element-plus/avatar.css +370 -0
  68. package/dist/runtime/public/scss/element-plus/backtop.css +326 -0
  69. package/dist/runtime/public/scss/element-plus/badge.css +376 -0
  70. package/dist/runtime/public/scss/element-plus/base.css +550 -0
  71. package/dist/runtime/public/scss/element-plus/breadcrumb-item.css +0 -0
  72. package/dist/runtime/public/scss/element-plus/breadcrumb.css +370 -0
  73. package/dist/runtime/public/scss/element-plus/button-group.css +535 -0
  74. package/dist/runtime/public/scss/element-plus/button.css +1089 -0
  75. package/dist/runtime/public/scss/element-plus/calendar.css +370 -0
  76. package/dist/runtime/public/scss/element-plus/card.css +347 -0
  77. package/dist/runtime/public/scss/element-plus/carousel-item.css +350 -0
  78. package/dist/runtime/public/scss/element-plus/carousel.css +475 -0
  79. package/dist/runtime/public/scss/element-plus/cascader-panel.css +428 -0
  80. package/dist/runtime/public/scss/element-plus/cascader.css +560 -0
  81. package/dist/runtime/public/scss/element-plus/check-tag.css +386 -0
  82. package/dist/runtime/public/scss/element-plus/checkbox-button.css +451 -0
  83. package/dist/runtime/public/scss/element-plus/checkbox-group.css +307 -0
  84. package/dist/runtime/public/scss/element-plus/checkbox.css +588 -0
  85. package/dist/runtime/public/scss/element-plus/col.css +3270 -0
  86. package/dist/runtime/public/scss/element-plus/collapse-item.css +0 -0
  87. package/dist/runtime/public/scss/element-plus/collapse-transition.css +0 -0
  88. package/dist/runtime/public/scss/element-plus/collapse.css +490 -0
  89. package/dist/runtime/public/scss/element-plus/color/index.css +0 -0
  90. package/dist/runtime/public/scss/element-plus/color-picker.css +650 -0
  91. package/dist/runtime/public/scss/element-plus/common/popup.css +338 -0
  92. package/dist/runtime/public/scss/element-plus/common/transition.css +420 -0
  93. package/dist/runtime/public/scss/element-plus/common/var.css +302 -0
  94. package/dist/runtime/public/scss/element-plus/config-provider.css +0 -0
  95. package/dist/runtime/public/scss/element-plus/container.css +313 -0
  96. package/dist/runtime/public/scss/element-plus/dark/css-vars.css +353 -0
  97. package/dist/runtime/public/scss/element-plus/dark/var.css +302 -0
  98. package/dist/runtime/public/scss/element-plus/date-picker/date-picker.css +558 -0
  99. package/dist/runtime/public/scss/element-plus/date-picker/date-range-picker.css +410 -0
  100. package/dist/runtime/public/scss/element-plus/date-picker/date-table.css +426 -0
  101. package/dist/runtime/public/scss/element-plus/date-picker/month-table.css +388 -0
  102. package/dist/runtime/public/scss/element-plus/date-picker/picker-panel.css +454 -0
  103. package/dist/runtime/public/scss/element-plus/date-picker/picker.css +662 -0
  104. package/dist/runtime/public/scss/element-plus/date-picker/time-picker.css +384 -0
  105. package/dist/runtime/public/scss/element-plus/date-picker/time-range-picker.css +338 -0
  106. package/dist/runtime/public/scss/element-plus/date-picker/time-spinner.css +389 -0
  107. package/dist/runtime/public/scss/element-plus/date-picker/year-table.css +384 -0
  108. package/dist/runtime/public/scss/element-plus/date-picker.css +1531 -0
  109. package/dist/runtime/public/scss/element-plus/descriptions-item.css +347 -0
  110. package/dist/runtime/public/scss/element-plus/descriptions.css +435 -0
  111. package/dist/runtime/public/scss/element-plus/dialog.css +512 -0
  112. package/dist/runtime/public/scss/element-plus/display.css +357 -0
  113. package/dist/runtime/public/scss/element-plus/divider.css +345 -0
  114. package/dist/runtime/public/scss/element-plus/drawer.css +419 -0
  115. package/dist/runtime/public/scss/element-plus/dropdown-item.css +0 -0
  116. package/dist/runtime/public/scss/element-plus/dropdown-menu.css +0 -0
  117. package/dist/runtime/public/scss/element-plus/dropdown.css +495 -0
  118. package/dist/runtime/public/scss/element-plus/empty.css +355 -0
  119. package/dist/runtime/public/scss/element-plus/footer.css +310 -0
  120. package/dist/runtime/public/scss/element-plus/form-item.css +0 -0
  121. package/dist/runtime/public/scss/element-plus/form.css +527 -0
  122. package/dist/runtime/public/scss/element-plus/header.css +310 -0
  123. package/dist/runtime/public/scss/element-plus/icon.css +343 -0
  124. package/dist/runtime/public/scss/element-plus/image-viewer.css +439 -0
  125. package/dist/runtime/public/scss/element-plus/image.css +343 -0
  126. package/dist/runtime/public/scss/element-plus/index.css +17293 -0
  127. package/dist/runtime/public/scss/element-plus/infinite-scroll.css +0 -0
  128. package/dist/runtime/public/scss/element-plus/input-number.css +494 -0
  129. package/dist/runtime/public/scss/element-plus/input.css +770 -0
  130. package/dist/runtime/public/scss/element-plus/link.css +453 -0
  131. package/dist/runtime/public/scss/element-plus/loading.css +391 -0
  132. package/dist/runtime/public/scss/element-plus/main.css +311 -0
  133. package/dist/runtime/public/scss/element-plus/mention.css +413 -0
  134. package/dist/runtime/public/scss/element-plus/menu-item-group.css +0 -0
  135. package/dist/runtime/public/scss/element-plus/menu-item.css +0 -0
  136. package/dist/runtime/public/scss/element-plus/menu.css +737 -0
  137. package/dist/runtime/public/scss/element-plus/message-box.css +533 -0
  138. package/dist/runtime/public/scss/element-plus/message.css +528 -0
  139. package/dist/runtime/public/scss/element-plus/mixins/config.css +0 -0
  140. package/dist/runtime/public/scss/element-plus/mixins/function.css +0 -0
  141. package/dist/runtime/public/scss/element-plus/mixins/mixins.css +302 -0
  142. package/dist/runtime/public/scss/element-plus/mixins/utils.css +0 -0
  143. package/dist/runtime/public/scss/element-plus/notification.css +413 -0
  144. package/dist/runtime/public/scss/element-plus/option-group.css +331 -0
  145. package/dist/runtime/public/scss/element-plus/option.css +354 -0
  146. package/dist/runtime/public/scss/element-plus/overlay.css +317 -0
  147. package/dist/runtime/public/scss/element-plus/page-header.css +351 -0
  148. package/dist/runtime/public/scss/element-plus/pagination.css +586 -0
  149. package/dist/runtime/public/scss/element-plus/popconfirm.css +315 -0
  150. package/dist/runtime/public/scss/element-plus/popover.css +352 -0
  151. package/dist/runtime/public/scss/element-plus/popper.css +400 -0
  152. package/dist/runtime/public/scss/element-plus/progress.css +449 -0
  153. package/dist/runtime/public/scss/element-plus/radio-button.css +436 -0
  154. package/dist/runtime/public/scss/element-plus/radio-group.css +308 -0
  155. package/dist/runtime/public/scss/element-plus/radio.css +561 -0
  156. package/dist/runtime/public/scss/element-plus/rate.css +384 -0
  157. package/dist/runtime/public/scss/element-plus/reset.css +399 -0
  158. package/dist/runtime/public/scss/element-plus/result.css +381 -0
  159. package/dist/runtime/public/scss/element-plus/row.css +339 -0
  160. package/dist/runtime/public/scss/element-plus/scrollbar.css +373 -0
  161. package/dist/runtime/public/scss/element-plus/segmented.css +460 -0
  162. package/dist/runtime/public/scss/element-plus/select-dropdown-v2.css +351 -0
  163. package/dist/runtime/public/scss/element-plus/select-dropdown.css +351 -0
  164. package/dist/runtime/public/scss/element-plus/select-v2.css +765 -0
  165. package/dist/runtime/public/scss/element-plus/select.css +765 -0
  166. package/dist/runtime/public/scss/element-plus/skeleton-item.css +372 -0
  167. package/dist/runtime/public/scss/element-plus/skeleton.css +335 -0
  168. package/dist/runtime/public/scss/element-plus/slider.css +480 -0
  169. package/dist/runtime/public/scss/element-plus/space.css +317 -0
  170. package/dist/runtime/public/scss/element-plus/spinner.css +342 -0
  171. package/dist/runtime/public/scss/element-plus/statistic.css +336 -0
  172. package/dist/runtime/public/scss/element-plus/step.css +586 -0
  173. package/dist/runtime/public/scss/element-plus/steps.css +319 -0
  174. package/dist/runtime/public/scss/element-plus/sub-menu.css +0 -0
  175. package/dist/runtime/public/scss/element-plus/switch.css +594 -0
  176. package/dist/runtime/public/scss/element-plus/tab-pane.css +0 -0
  177. package/dist/runtime/public/scss/element-plus/table-column.css +382 -0
  178. package/dist/runtime/public/scss/element-plus/table-v2.css +520 -0
  179. package/dist/runtime/public/scss/element-plus/table.css +893 -0
  180. package/dist/runtime/public/scss/element-plus/tabs.css +892 -0
  181. package/dist/runtime/public/scss/element-plus/tag.css +624 -0
  182. package/dist/runtime/public/scss/element-plus/text.css +378 -0
  183. package/dist/runtime/public/scss/element-plus/time-picker.css +1023 -0
  184. package/dist/runtime/public/scss/element-plus/time-select.css +946 -0
  185. package/dist/runtime/public/scss/element-plus/timeline-item.css +415 -0
  186. package/dist/runtime/public/scss/element-plus/timeline.css +334 -0
  187. package/dist/runtime/public/scss/element-plus/tooltip-v2.css +410 -0
  188. package/dist/runtime/public/scss/element-plus/tooltip.css +0 -0
  189. package/dist/runtime/public/scss/element-plus/tour.css +461 -0
  190. package/dist/runtime/public/scss/element-plus/transfer.css +497 -0
  191. package/dist/runtime/public/scss/element-plus/tree-select.css +325 -0
  192. package/dist/runtime/public/scss/element-plus/tree.css +538 -0
  193. package/dist/runtime/public/scss/element-plus/upload.css +862 -0
  194. package/dist/runtime/public/scss/element-plus/var.css +389 -0
  195. package/dist/runtime/public/scss/element-plus/virtual-list.css +330 -0
  196. package/dist/runtime/public/scss/theme.css +1268 -0
  197. package/dist/runtime/server/tsconfig.json +6 -0
  198. package/dist/runtime/types.d.ts +31 -0
  199. package/dist/types.d.mts +7 -0
  200. package/dist/types.d.ts +7 -0
  201. package/package.json +35 -12
  202. package/components/TimusIcons.vue +0 -54
  203. package/generate-icon.js +0 -22
  204. package/module.ts +0 -84
  205. package/pages/icons.vue +0 -37
  206. package/plugins/sample-plugin.ts +0 -5
  207. package/public/isax/fonts/iconsax.svg +0 -927
  208. package/public/isax/fonts/iconsax.ttf +0 -0
  209. package/public/isax/fonts/iconsax.woff +0 -0
  210. package/public/isax/icons.json +0 -899
  211. package/public/isax/selection.json +0 -1
  212. package/public/isax/style.css +0 -1
  213. package/public/isax/style.scss +0 -5435
  214. package/public/isax/variables.scss +0 -900
@@ -0,0 +1,1531 @@
1
+ @charset "UTF-8";
2
+ /* Element Chalk Variables */
3
+ :root {
4
+ --bs-white-rgb: 255, 255, 255;
5
+ --bs-black-rgb: 0, 0, 0;
6
+ --bs-bg-opacity: 1;
7
+ --el-color-white: white;
8
+ --el-color-black: black;
9
+ }
10
+ :root {
11
+ --el-color-light-light-1: rgba(255, 255, 255, 0.01);
12
+ }
13
+ :root {
14
+ --el-color-light-light-2: rgba(255, 255, 255, 0.01);
15
+ }
16
+ :root {
17
+ --el-color-light-light-3: rgba(255, 255, 255, 0.01);
18
+ }
19
+ :root {
20
+ --el-color-light-light-4: rgba(255, 255, 255, 0.01);
21
+ }
22
+ :root {
23
+ --el-color-light-light-5: rgba(255, 255, 255, 0.01);
24
+ --el-color-light: rgba(255, 255, 255, 0.01);
25
+ }
26
+ :root {
27
+ --el-color-light-light-6: rgba(255, 255, 255, 0.01);
28
+ }
29
+ :root {
30
+ --el-color-light-light-7: rgba(255, 255, 255, 0.01);
31
+ }
32
+ :root {
33
+ --el-color-light-light-8: rgba(255, 255, 255, 0.01);
34
+ }
35
+ :root {
36
+ --el-color-light-light-9: rgba(255, 255, 255, 0.01);
37
+ }
38
+ :root {
39
+ --el-color-default-light-1: #dee2ff;
40
+ }
41
+ :root {
42
+ --el-color-default-light-2: #c3c8ff;
43
+ }
44
+ :root {
45
+ --el-color-default-light-3: #9fa4ff;
46
+ }
47
+ :root {
48
+ --el-color-default-light-4: #7e79ff;
49
+ }
50
+ :root {
51
+ --el-color-default-light-5: #6959fb;
52
+ --el-color-default: #6959fb;
53
+ }
54
+ :root {
55
+ --el-color-default-light-6: #5c3bf0;
56
+ }
57
+ :root {
58
+ --el-color-default-light-7: #5737d6;
59
+ }
60
+ :root {
61
+ --el-color-default-light-8: #4028ab;
62
+ }
63
+ :root {
64
+ --el-color-default-light-9: #151517;
65
+ }
66
+ :root {
67
+ --el-color-primary-light-1: #dee2ff;
68
+ }
69
+ :root {
70
+ --el-color-primary-light-2: #c3c8ff;
71
+ }
72
+ :root {
73
+ --el-color-primary-light-3: #9fa4ff;
74
+ }
75
+ :root {
76
+ --el-color-primary-light-4: #7e79ff;
77
+ }
78
+ :root {
79
+ --el-color-primary-light-5: #6959fb;
80
+ --el-color-primary: #6959fb;
81
+ }
82
+ :root {
83
+ --el-color-primary-light-6: #5c3bf0;
84
+ }
85
+ :root {
86
+ --el-color-primary-light-7: #5737d6;
87
+ }
88
+ :root {
89
+ --el-color-primary-light-8: #4028ab;
90
+ }
91
+ :root {
92
+ --el-color-primary-light-9: #382887;
93
+ }
94
+ :root {
95
+ --el-color-secondary-light-1: #d5f6e8;
96
+ }
97
+ :root {
98
+ --el-color-secondary-light-2: #aeecd4;
99
+ }
100
+ :root {
101
+ --el-color-secondary-light-3: #7eddbf;
102
+ }
103
+ :root {
104
+ --el-color-secondary-light-4: #43c49f;
105
+ }
106
+ :root {
107
+ --el-color-secondary-light-5: #20a987;
108
+ --el-color-secondary: #20a987;
109
+ }
110
+ :root {
111
+ --el-color-secondary-light-6: #12896e;
112
+ }
113
+ :root {
114
+ --el-color-secondary-light-7: #0f6d5a;
115
+ }
116
+ :root {
117
+ --el-color-secondary-light-8: #0e5748;
118
+ }
119
+ :root {
120
+ --el-color-secondary-light-9: #0d473d;
121
+ }
122
+ :root {
123
+ --el-color-neutral-light-1: #f8f7f8;
124
+ }
125
+ :root {
126
+ --el-color-neutral-light-2: #f3f2f4;
127
+ }
128
+ :root {
129
+ --el-color-neutral-light-3: #dad9dd;
130
+ }
131
+ :root {
132
+ --el-color-neutral-light-4: #c1c0c7;
133
+ }
134
+ :root {
135
+ --el-color-neutral-light-5: #a8a6b1;
136
+ --el-color-neutral: #a8a6b1;
137
+ }
138
+ :root {
139
+ --el-color-neutral-light-6: #8f8d9a;
140
+ }
141
+ :root {
142
+ --el-color-neutral-light-7: #83818f;
143
+ }
144
+ :root {
145
+ --el-color-neutral-light-8: #454157;
146
+ }
147
+ :root {
148
+ --el-color-neutral-light-9: #07021f;
149
+ }
150
+ :root {
151
+ --el-color-info-light-1: #e3f1fb;
152
+ }
153
+ :root {
154
+ --el-color-info-light-2: #c0e5f7;
155
+ }
156
+ :root {
157
+ --el-color-info-light-3: #88d1f1;
158
+ }
159
+ :root {
160
+ --el-color-info-light-4: #3cb5e6;
161
+ }
162
+ :root {
163
+ --el-color-info-light-5: #21a1d6;
164
+ --el-color-info: #21a1d6;
165
+ }
166
+ :root {
167
+ --el-color-info-light-6: #1382b6;
168
+ }
169
+ :root {
170
+ --el-color-info-light-7: #116793;
171
+ }
172
+ :root {
173
+ --el-color-info-light-8: #12587a;
174
+ }
175
+ :root {
176
+ --el-color-info-light-9: #144a66;
177
+ }
178
+ :root {
179
+ --el-color-danger-light-1: #fde3e3;
180
+ }
181
+ :root {
182
+ --el-color-danger-light-2: #fdcbcb;
183
+ }
184
+ :root {
185
+ --el-color-danger-light-3: #faa7a7;
186
+ }
187
+ :root {
188
+ --el-color-danger-light-4: #f35c5c;
189
+ }
190
+ :root {
191
+ --el-color-danger-light-5: #eb4848;
192
+ --el-color-danger: #eb4848;
193
+ }
194
+ :root {
195
+ --el-color-danger-light-6: #d82a2a;
196
+ }
197
+ :root {
198
+ --el-color-danger-light-7: #b52020;
199
+ }
200
+ :root {
201
+ --el-color-danger-light-8: #961e1e;
202
+ }
203
+ :root {
204
+ --el-color-danger-light-9: #7d1f1f;
205
+ }
206
+ :root {
207
+ --el-color-error-light-1: #fde3e3;
208
+ }
209
+ :root {
210
+ --el-color-error-light-2: #fdcbcb;
211
+ }
212
+ :root {
213
+ --el-color-error-light-3: #faa7a7;
214
+ }
215
+ :root {
216
+ --el-color-error-light-4: #f35c5c;
217
+ }
218
+ :root {
219
+ --el-color-error-light-5: #eb4848;
220
+ --el-color-error: #eb4848;
221
+ }
222
+ :root {
223
+ --el-color-error-light-6: #d82a2a;
224
+ }
225
+ :root {
226
+ --el-color-error-light-7: #b52020;
227
+ }
228
+ :root {
229
+ --el-color-error-light-8: #961e1e;
230
+ }
231
+ :root {
232
+ --el-color-error-light-9: #7d1f1f;
233
+ }
234
+ :root {
235
+ --el-color-success-light-1: #f0f8ed;
236
+ }
237
+ :root {
238
+ --el-color-success-light-2: #d9edd3;
239
+ }
240
+ :root {
241
+ --el-color-success-light-3: #b4daa7;
242
+ }
243
+ :root {
244
+ --el-color-success-light-4: #8ec87b;
245
+ }
246
+ :root {
247
+ --el-color-success-light-5: #69b64f;
248
+ --el-color-success: #69b64f;
249
+ }
250
+ :root {
251
+ --el-color-success-light-6: #488633;
252
+ }
253
+ :root {
254
+ --el-color-success-light-7: #3a6a2b;
255
+ }
256
+ :root {
257
+ --el-color-success-light-8: #315526;
258
+ }
259
+ :root {
260
+ --el-color-success-light-9: #294621;
261
+ }
262
+ :root {
263
+ --el-color-warning-light-1: #fff5c6;
264
+ }
265
+ :root {
266
+ --el-color-warning-light-2: #ffe988;
267
+ }
268
+ :root {
269
+ --el-color-warning-light-3: #ffd643;
270
+ }
271
+ :root {
272
+ --el-color-warning-light-4: #ffc520;
273
+ }
274
+ :root {
275
+ --el-color-warning-light-5: #f9a307;
276
+ --el-color-warning: #f9a307;
277
+ }
278
+ :root {
279
+ --el-color-warning-light-6: #dd7b02;
280
+ }
281
+ :root {
282
+ --el-color-warning-light-7: #b75606;
283
+ }
284
+ :root {
285
+ --el-color-warning-light-8: #94410c;
286
+ }
287
+ :root {
288
+ --el-color-warning-light-9: #7a370d;
289
+ }
290
+ /**
291
+ Bununla selectorun içerisine variable ekleyebiliyorsun
292
+ .selector{
293
+ // --el-button-text-color: var(--el-color-primary); -> bu eklenir
294
+ @include css-var-from-global(('button-text-color'), ('color-primary'));
295
+
296
+ // bununla property'ye değer atayabilirsin (hiyerarşik alıyor)
297
+ color: getCssVar('colors-neutral-light-2');
298
+
299
+ // bununla da property alınabililyor
300
+ font-size: map.get($select, 'font-size');
301
+ }
302
+ **/
303
+ .el-date-table {
304
+ font-size: 12px;
305
+ user-select: none;
306
+ }
307
+ .el-date-table.is-week-mode .el-date-table__row:hover .el-date-table-cell {
308
+ background-color: var(--el-datepicker-inrange-bg-color);
309
+ }
310
+ .el-date-table.is-week-mode .el-date-table__row:hover td.available:hover {
311
+ color: var(--el-datepicker-text-color);
312
+ }
313
+ .el-date-table.is-week-mode .el-date-table__row:hover td:first-child .el-date-table-cell {
314
+ margin-left: 5px;
315
+ border-top-left-radius: 15px;
316
+ border-bottom-left-radius: 15px;
317
+ }
318
+ .el-date-table.is-week-mode .el-date-table__row:hover td:last-child .el-date-table-cell {
319
+ margin-right: 5px;
320
+ border-top-right-radius: 15px;
321
+ border-bottom-right-radius: 15px;
322
+ }
323
+ .el-date-table.is-week-mode .el-date-table__row.current .el-date-table-cell {
324
+ background-color: var(--el-datepicker-inrange-bg-color);
325
+ }
326
+
327
+ .el-date-table td {
328
+ width: 32px;
329
+ height: 30px;
330
+ padding: 4px 0;
331
+ box-sizing: border-box;
332
+ text-align: center;
333
+ cursor: pointer;
334
+ position: relative;
335
+ }
336
+ .el-date-table td .el-date-table-cell {
337
+ height: 30px;
338
+ padding: 3px 0;
339
+ box-sizing: border-box;
340
+ }
341
+ .el-date-table td .el-date-table-cell .el-date-table-cell__text {
342
+ width: 24px;
343
+ height: 24px;
344
+ display: block;
345
+ margin: 0 auto;
346
+ line-height: 24px;
347
+ position: absolute;
348
+ left: 50%;
349
+ transform: translateX(-50%);
350
+ border-radius: 50%;
351
+ }
352
+ .el-date-table td.next-month, .el-date-table td.prev-month {
353
+ color: var(--el-datepicker-off-text-color);
354
+ }
355
+ .el-date-table td.today {
356
+ position: relative;
357
+ }
358
+ .el-date-table td.today .el-date-table-cell__text {
359
+ color: var(--el-color-primary);
360
+ font-weight: 500;
361
+ }
362
+ .el-date-table td.today.start-date .el-date-table-cell__text, .el-date-table td.today.end-date .el-date-table-cell__text {
363
+ color: #ffffff;
364
+ }
365
+ .el-date-table td.available:hover {
366
+ color: var(--el-datepicker-hover-text-color);
367
+ }
368
+ .el-date-table td.in-range .el-date-table-cell {
369
+ background-color: var(--el-datepicker-inrange-bg-color);
370
+ }
371
+ .el-date-table td.in-range .el-date-table-cell:hover {
372
+ background-color: var(--el-datepicker-inrange-hover-bg-color);
373
+ }
374
+ .el-date-table td.current:not(.disabled) .el-date-table-cell__text {
375
+ color: #ffffff;
376
+ background-color: var(--el-datepicker-active-color);
377
+ }
378
+ .el-date-table td.current:not(.disabled):focus-visible .el-date-table-cell__text {
379
+ outline: 2px solid var(--el-datepicker-active-color);
380
+ outline-offset: 1px;
381
+ }
382
+ .el-date-table td.start-date .el-date-table-cell, .el-date-table td.end-date .el-date-table-cell {
383
+ color: #ffffff;
384
+ }
385
+ .el-date-table td.start-date .el-date-table-cell__text, .el-date-table td.end-date .el-date-table-cell__text {
386
+ background-color: var(--el-datepicker-active-color);
387
+ }
388
+ .el-date-table td.start-date .el-date-table-cell {
389
+ margin-left: 5px;
390
+ border-top-left-radius: 15px;
391
+ border-bottom-left-radius: 15px;
392
+ }
393
+ .el-date-table td.end-date .el-date-table-cell {
394
+ margin-right: 5px;
395
+ border-top-right-radius: 15px;
396
+ border-bottom-right-radius: 15px;
397
+ }
398
+ .el-date-table td.disabled .el-date-table-cell {
399
+ background-color: var(--el-fill-color-light);
400
+ opacity: 1;
401
+ cursor: not-allowed;
402
+ color: var(--el-text-color-placeholder);
403
+ }
404
+ .el-date-table td.selected .el-date-table-cell {
405
+ margin-left: 5px;
406
+ margin-right: 5px;
407
+ border-radius: 15px;
408
+ }
409
+ .el-date-table td.selected .el-date-table-cell__text {
410
+ background-color: var(--el-datepicker-active-color);
411
+ color: #ffffff;
412
+ border-radius: 15px;
413
+ }
414
+ .el-date-table td.week {
415
+ font-size: 80%;
416
+ color: var(--el-datepicker-header-text-color);
417
+ }
418
+ .el-date-table td:focus {
419
+ outline: none;
420
+ }
421
+ .el-date-table th {
422
+ padding: 0;
423
+ color: var(--el-datepicker-header-text-color);
424
+ font-weight: 400;
425
+ border-bottom: solid 1px var(--el-color-neutral-light-4);
426
+ }
427
+
428
+ .el-month-table {
429
+ font-size: 12px;
430
+ margin: -1px;
431
+ border-collapse: collapse;
432
+ }
433
+ .el-month-table td {
434
+ width: 68px;
435
+ text-align: center;
436
+ padding: 8px 0;
437
+ cursor: pointer;
438
+ position: relative;
439
+ }
440
+ .el-month-table td .el-date-table-cell {
441
+ height: 48px;
442
+ padding: 6px 0;
443
+ box-sizing: border-box;
444
+ }
445
+ .el-month-table td.today .el-date-table-cell__text {
446
+ color: var(--el-color-primary);
447
+ font-weight: bold;
448
+ }
449
+ .el-month-table td.today.start-date .el-date-table-cell__text, .el-month-table td.today.end-date .el-date-table-cell__text {
450
+ color: #ffffff;
451
+ }
452
+ .el-month-table td.disabled .el-date-table-cell__text {
453
+ background-color: var(--el-fill-color-light);
454
+ cursor: not-allowed;
455
+ color: var(--el-text-color-placeholder);
456
+ }
457
+ .el-month-table td.disabled .el-date-table-cell__text:hover {
458
+ color: var(--el-text-color-placeholder);
459
+ }
460
+ .el-month-table td .el-date-table-cell__text {
461
+ width: 54px;
462
+ height: 36px;
463
+ display: block;
464
+ line-height: 36px;
465
+ color: var(--el-datepicker-text-color);
466
+ margin: 0 auto;
467
+ border-radius: 18px;
468
+ position: absolute;
469
+ left: 50%;
470
+ transform: translateX(-50%);
471
+ }
472
+ .el-month-table td .el-date-table-cell__text:hover {
473
+ color: var(--el-datepicker-hover-text-color);
474
+ }
475
+ .el-month-table td.in-range .el-date-table-cell {
476
+ background-color: var(--el-datepicker-inrange-bg-color);
477
+ }
478
+ .el-month-table td.in-range .el-date-table-cell:hover {
479
+ background-color: var(--el-datepicker-inrange-hover-bg-color);
480
+ }
481
+ .el-month-table td.start-date .el-date-table-cell, .el-month-table td.end-date .el-date-table-cell {
482
+ color: #ffffff;
483
+ }
484
+ .el-month-table td.start-date .el-date-table-cell__text, .el-month-table td.end-date .el-date-table-cell__text {
485
+ color: #ffffff;
486
+ background-color: var(--el-datepicker-active-color);
487
+ }
488
+ .el-month-table td.start-date .el-date-table-cell {
489
+ margin-left: 3px;
490
+ border-top-left-radius: 24px;
491
+ border-bottom-left-radius: 24px;
492
+ }
493
+ .el-month-table td.end-date .el-date-table-cell {
494
+ margin-right: 3px;
495
+ border-top-right-radius: 24px;
496
+ border-bottom-right-radius: 24px;
497
+ }
498
+ .el-month-table td.current:not(.disabled) .el-date-table-cell {
499
+ border-radius: 24px;
500
+ margin-left: 3px;
501
+ margin-right: 3px;
502
+ }
503
+ .el-month-table td.current:not(.disabled) .el-date-table-cell__text {
504
+ color: #ffffff;
505
+ background-color: var(--el-datepicker-active-color);
506
+ }
507
+ .el-month-table td:focus-visible {
508
+ outline: none;
509
+ }
510
+ .el-month-table td:focus-visible .el-date-table-cell__text {
511
+ outline: 2px solid var(--el-datepicker-active-color);
512
+ outline-offset: 1px;
513
+ }
514
+
515
+ .el-year-table {
516
+ font-size: 12px;
517
+ margin: -1px;
518
+ border-collapse: collapse;
519
+ }
520
+ .el-year-table .el-icon {
521
+ color: var(--el-datepicker-icon-color);
522
+ }
523
+ .el-year-table td {
524
+ width: 68px;
525
+ text-align: center;
526
+ padding: 8px 0px;
527
+ cursor: pointer;
528
+ position: relative;
529
+ }
530
+ .el-year-table td .el-date-table-cell {
531
+ height: 48px;
532
+ padding: 6px 0;
533
+ box-sizing: border-box;
534
+ }
535
+ .el-year-table td.today .el-date-table-cell__text {
536
+ color: var(--el-color-primary);
537
+ font-weight: bold;
538
+ }
539
+ .el-year-table td.today.start-date .el-date-table-cell__text, .el-year-table td.today.end-date .el-date-table-cell__text {
540
+ color: #ffffff;
541
+ }
542
+ .el-year-table td.disabled .el-date-table-cell__text {
543
+ background-color: var(--el-fill-color-light);
544
+ cursor: not-allowed;
545
+ color: var(--el-text-color-placeholder);
546
+ }
547
+ .el-year-table td.disabled .el-date-table-cell__text:hover {
548
+ color: var(--el-text-color-placeholder);
549
+ }
550
+ .el-year-table td .el-date-table-cell__text {
551
+ width: 60px;
552
+ height: 36px;
553
+ display: block;
554
+ line-height: 36px;
555
+ color: var(--el-datepicker-text-color);
556
+ border-radius: 18px;
557
+ margin: 0 auto;
558
+ position: absolute;
559
+ left: 50%;
560
+ transform: translateX(-50%);
561
+ }
562
+ .el-year-table td .el-date-table-cell__text:hover {
563
+ color: var(--el-datepicker-hover-text-color);
564
+ }
565
+ .el-year-table td.in-range .el-date-table-cell {
566
+ background-color: var(--el-datepicker-inrange-bg-color);
567
+ }
568
+ .el-year-table td.in-range .el-date-table-cell:hover {
569
+ background-color: var(--el-datepicker-inrange-hover-bg-color);
570
+ }
571
+ .el-year-table td.start-date .el-date-table-cell, .el-year-table td.end-date .el-date-table-cell {
572
+ color: #ffffff;
573
+ }
574
+ .el-year-table td.start-date .el-date-table-cell__text, .el-year-table td.end-date .el-date-table-cell__text {
575
+ color: #ffffff;
576
+ background-color: var(--el-datepicker-active-color);
577
+ }
578
+ .el-year-table td.start-date .el-date-table-cell {
579
+ border-top-left-radius: 24px;
580
+ border-bottom-left-radius: 24px;
581
+ }
582
+ .el-year-table td.end-date .el-date-table-cell {
583
+ border-top-right-radius: 24px;
584
+ border-bottom-right-radius: 24px;
585
+ }
586
+ .el-year-table td.current:not(.disabled) .el-date-table-cell__text {
587
+ color: #ffffff;
588
+ background-color: var(--el-datepicker-active-color);
589
+ }
590
+ .el-year-table td:focus-visible {
591
+ outline: none;
592
+ }
593
+ .el-year-table td:focus-visible .el-date-table-cell__text {
594
+ outline: 2px solid var(--el-datepicker-active-color);
595
+ outline-offset: 1px;
596
+ }
597
+
598
+ .el-time-spinner.has-seconds .el-time-spinner__wrapper {
599
+ width: 33.3%;
600
+ }
601
+ .el-time-spinner__wrapper {
602
+ max-height: 192px;
603
+ overflow: auto;
604
+ display: inline-block;
605
+ width: 50%;
606
+ vertical-align: top;
607
+ position: relative;
608
+ }
609
+ .el-time-spinner__wrapper.el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
610
+ padding-bottom: 15px;
611
+ }
612
+ .el-time-spinner__wrapper.is-arrow {
613
+ box-sizing: border-box;
614
+ text-align: center;
615
+ overflow: hidden;
616
+ }
617
+ .el-time-spinner__wrapper.is-arrow .el-time-spinner__list {
618
+ transform: translateY(-32px);
619
+ }
620
+ .el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.is-disabled):not(.is-active) {
621
+ background: var(--el-fill-color-light);
622
+ cursor: default;
623
+ }
624
+
625
+ .el-time-spinner__arrow {
626
+ font-size: 12px;
627
+ color: var(--el-text-color-secondary);
628
+ position: absolute;
629
+ left: 0;
630
+ width: 100%;
631
+ z-index: var(--el-index-normal);
632
+ text-align: center;
633
+ height: 30px;
634
+ line-height: 30px;
635
+ cursor: pointer;
636
+ }
637
+ .el-time-spinner__arrow:hover {
638
+ color: var(--el-color-primary);
639
+ }
640
+ .el-time-spinner__arrow.arrow-up {
641
+ top: 10px;
642
+ }
643
+ .el-time-spinner__arrow.arrow-down {
644
+ bottom: 10px;
645
+ }
646
+
647
+ .el-time-spinner__input.el-input {
648
+ width: 70%;
649
+ }
650
+ .el-time-spinner__input.el-input .el-input__inner {
651
+ padding: 0;
652
+ text-align: center;
653
+ }
654
+
655
+ .el-time-spinner__list {
656
+ padding: 0;
657
+ margin: 0;
658
+ list-style: none;
659
+ text-align: center;
660
+ }
661
+ .el-time-spinner__list::after, .el-time-spinner__list::before {
662
+ content: "";
663
+ display: block;
664
+ width: 100%;
665
+ height: 80px;
666
+ }
667
+
668
+ .el-time-spinner__item {
669
+ height: 32px;
670
+ line-height: 32px;
671
+ font-size: 14px;
672
+ color: var(--el-color-neutral-light-7);
673
+ }
674
+ .el-time-spinner__item:hover:not(.is-disabled):not(.is-active) {
675
+ background: var(--el-fill-color-light);
676
+ cursor: pointer;
677
+ }
678
+ .el-time-spinner__item.is-active:not(.is-disabled) {
679
+ color: var(--el-color-primary);
680
+ }
681
+ .el-time-spinner__item.is-disabled {
682
+ color: var(--el-text-color-placeholder);
683
+ cursor: not-allowed;
684
+ }
685
+
686
+ .fade-in-linear-enter-active,
687
+ .fade-in-linear-leave-active {
688
+ transition: var(--el-transition-fade-linear);
689
+ }
690
+
691
+ .fade-in-linear-enter-from,
692
+ .fade-in-linear-leave-to {
693
+ opacity: 0;
694
+ }
695
+
696
+ .el-fade-in-linear-enter-active,
697
+ .el-fade-in-linear-leave-active {
698
+ transition: var(--el-transition-fade-linear);
699
+ }
700
+
701
+ .el-fade-in-linear-enter-from,
702
+ .el-fade-in-linear-leave-to {
703
+ opacity: 0;
704
+ }
705
+
706
+ .el-fade-in-enter-active,
707
+ .el-fade-in-leave-active {
708
+ transition: all var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1);
709
+ }
710
+
711
+ .el-fade-in-enter-from,
712
+ .el-fade-in-leave-active {
713
+ opacity: 0;
714
+ }
715
+
716
+ .el-zoom-in-center-enter-active,
717
+ .el-zoom-in-center-leave-active {
718
+ transition: all var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1);
719
+ }
720
+
721
+ .el-zoom-in-center-enter-from,
722
+ .el-zoom-in-center-leave-active {
723
+ opacity: 0;
724
+ transform: scaleX(0);
725
+ }
726
+
727
+ .el-zoom-in-top-enter-active,
728
+ .el-zoom-in-top-leave-active {
729
+ opacity: 1;
730
+ transform: scaleY(1);
731
+ transition: var(--el-transition-md-fade);
732
+ transform-origin: center top;
733
+ }
734
+ .el-zoom-in-top-enter-active[data-popper-placement^=top],
735
+ .el-zoom-in-top-leave-active[data-popper-placement^=top] {
736
+ transform-origin: center bottom;
737
+ }
738
+
739
+ .el-zoom-in-top-enter-from,
740
+ .el-zoom-in-top-leave-active {
741
+ opacity: 0;
742
+ transform: scaleY(0);
743
+ }
744
+
745
+ .el-zoom-in-bottom-enter-active,
746
+ .el-zoom-in-bottom-leave-active {
747
+ opacity: 1;
748
+ transform: scaleY(1);
749
+ transition: var(--el-transition-md-fade);
750
+ transform-origin: center bottom;
751
+ }
752
+
753
+ .el-zoom-in-bottom-enter-from,
754
+ .el-zoom-in-bottom-leave-active {
755
+ opacity: 0;
756
+ transform: scaleY(0);
757
+ }
758
+
759
+ .el-zoom-in-left-enter-active,
760
+ .el-zoom-in-left-leave-active {
761
+ opacity: 1;
762
+ transform: scale(1, 1);
763
+ transition: var(--el-transition-md-fade);
764
+ transform-origin: top left;
765
+ }
766
+
767
+ .el-zoom-in-left-enter-from,
768
+ .el-zoom-in-left-leave-active {
769
+ opacity: 0;
770
+ transform: scale(0.45, 0.45);
771
+ }
772
+
773
+ .collapse-transition {
774
+ transition: var(--el-transition-duration) height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out;
775
+ }
776
+
777
+ .el-collapse-transition-leave-active,
778
+ .el-collapse-transition-enter-active {
779
+ transition: var(--el-transition-duration) max-height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out;
780
+ }
781
+
782
+ .horizontal-collapse-transition {
783
+ transition: var(--el-transition-duration) width ease-in-out, var(--el-transition-duration) padding-left ease-in-out, var(--el-transition-duration) padding-right ease-in-out;
784
+ }
785
+
786
+ .el-list-enter-active,
787
+ .el-list-leave-active {
788
+ transition: all 1s;
789
+ }
790
+
791
+ .el-list-enter-from,
792
+ .el-list-leave-to {
793
+ opacity: 0;
794
+ transform: translateY(-30px);
795
+ }
796
+
797
+ .el-list-leave-active {
798
+ position: absolute !important;
799
+ }
800
+
801
+ .el-opacity-transition {
802
+ transition: opacity var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1);
803
+ }
804
+
805
+ .el-picker__popper {
806
+ --el-datepicker-border-color: var(--el-disabled-border-color);
807
+ }
808
+ .el-picker__popper.el-popper {
809
+ background: var(--el-bg-color-overlay);
810
+ border: 1px solid var(--el-datepicker-border-color);
811
+ box-shadow: var(--el-box-shadow-light);
812
+ }
813
+ .el-picker__popper.el-popper .el-popper__arrow::before {
814
+ border: 1px solid var(--el-datepicker-border-color);
815
+ }
816
+ .el-picker__popper.el-popper[data-popper-placement^=top] .el-popper__arrow::before {
817
+ border-top-color: transparent;
818
+ border-left-color: transparent;
819
+ }
820
+ .el-picker__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow::before {
821
+ border-bottom-color: transparent;
822
+ border-right-color: transparent;
823
+ }
824
+ .el-picker__popper.el-popper[data-popper-placement^=left] .el-popper__arrow::before {
825
+ border-left-color: transparent;
826
+ border-bottom-color: transparent;
827
+ }
828
+ .el-picker__popper.el-popper[data-popper-placement^=right] .el-popper__arrow::before {
829
+ border-right-color: transparent;
830
+ border-top-color: transparent;
831
+ }
832
+
833
+ .el-date-editor {
834
+ --el-date-editor-width: 220px;
835
+ --el-date-editor-monthrange-width: 300px;
836
+ --el-date-editor-daterange-width: 350px;
837
+ --el-date-editor-datetimerange-width: 400px;
838
+ --el-input-text-color: var(--el-text-color-regular);
839
+ --el-input-border: var(--el-border);
840
+ --el-input-hover-border: var(--el-border-color-hover);
841
+ --el-input-focus-border: var(--el-color-primary);
842
+ --el-input-transparent-border: 0 0 0 1px transparent inset;
843
+ --el-input-border-color: var(--el-border-color);
844
+ --el-input-border-radius: var(--el-border-radius-base);
845
+ --el-input-bg-color: var(--el-fill-color-blank);
846
+ --el-input-icon-color: var(--el-color-neutral-light-9);
847
+ --el-input-placeholder-color: var(--el-text-color-placeholder);
848
+ --el-input-hover-border-color: var(--el-color-primary-light-5);
849
+ --el-input-clear-hover-color: var(--el-color-primary-light-5);
850
+ --el-input-focus-border-color: var(--el-color-primary-light-5);
851
+ --el-input-width: 100%;
852
+ --el-input-box-shadow: 0 3px 0 0 rgba(213, 205, 245, 0.4);
853
+ position: relative;
854
+ text-align: left;
855
+ vertical-align: middle;
856
+ }
857
+ .el-date-editor.el-input__wrapper {
858
+ box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
859
+ }
860
+ .el-date-editor.el-input__wrapper:hover {
861
+ box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset, 0 3px 0 0 rgba(213, 205, 245, 0.4);
862
+ }
863
+ .el-date-editor.el-input, .el-date-editor.el-input__wrapper {
864
+ width: var(--el-date-editor-width);
865
+ height: var(--el-input-height, var(--el-component-size));
866
+ }
867
+ .el-date-editor--monthrange {
868
+ --el-date-editor-width: var(--el-date-editor-monthrange-width);
869
+ }
870
+
871
+ .el-date-editor--daterange, .el-date-editor--timerange {
872
+ --el-date-editor-width: var(--el-date-editor-daterange-width);
873
+ }
874
+
875
+ .el-date-editor--datetimerange {
876
+ --el-date-editor-width: var(--el-date-editor-datetimerange-width);
877
+ }
878
+
879
+ .el-date-editor--dates .el-input__wrapper {
880
+ text-overflow: ellipsis;
881
+ white-space: nowrap;
882
+ }
883
+
884
+ .el-date-editor .close-icon {
885
+ cursor: pointer;
886
+ }
887
+ .el-date-editor .clear-icon {
888
+ cursor: pointer;
889
+ }
890
+ .el-date-editor .clear-icon:hover {
891
+ color: var(--el-text-color-secondary);
892
+ }
893
+ .el-date-editor .el-range__icon {
894
+ height: inherit;
895
+ font-size: 14px;
896
+ color: var(--el-text-color-placeholder);
897
+ float: left;
898
+ }
899
+ .el-date-editor .el-range__icon svg {
900
+ vertical-align: middle;
901
+ }
902
+ .el-date-editor .el-range-input {
903
+ appearance: none;
904
+ border: none;
905
+ outline: none;
906
+ display: inline-block;
907
+ height: 38px;
908
+ line-height: 38px;
909
+ margin: 0;
910
+ padding: 0;
911
+ width: 39%;
912
+ text-align: center;
913
+ font-size: var(--el-font-size-base);
914
+ color: var(--el-text-color-regular);
915
+ background-color: transparent;
916
+ }
917
+ .el-date-editor .el-range-input::placeholder {
918
+ color: var(--el-text-color-placeholder);
919
+ }
920
+ .el-date-editor .el-range-separator {
921
+ flex: 1;
922
+ display: inline-flex;
923
+ justify-content: center;
924
+ align-items: center;
925
+ height: 100%;
926
+ padding: 0 5px;
927
+ margin: 0;
928
+ font-size: 14px;
929
+ overflow-wrap: break-word;
930
+ color: var(--el-text-color-primary);
931
+ }
932
+ .el-date-editor .el-range__close-icon {
933
+ font-size: 14px;
934
+ color: var(--el-text-color-placeholder);
935
+ height: inherit;
936
+ width: unset;
937
+ cursor: pointer;
938
+ }
939
+ .el-date-editor .el-range__close-icon:hover {
940
+ color: var(--el-text-color-secondary);
941
+ }
942
+ .el-date-editor .el-range__close-icon svg {
943
+ vertical-align: middle;
944
+ }
945
+ .el-date-editor .el-range__close-icon--hidden {
946
+ opacity: 0;
947
+ visibility: hidden;
948
+ }
949
+
950
+ .el-range-editor.el-input__wrapper {
951
+ display: inline-flex;
952
+ align-items: center;
953
+ padding: 0 10px;
954
+ }
955
+ .el-range-editor.is-active {
956
+ box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset;
957
+ }
958
+ .el-range-editor.is-active:hover {
959
+ box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset, 0 3px 0 0 rgba(213, 205, 245, 0.4);
960
+ }
961
+
962
+ .el-range-editor--large {
963
+ line-height: var(--el-component-size-large);
964
+ }
965
+ .el-range-editor--large.el-input__wrapper {
966
+ height: var(--el-component-size-large);
967
+ }
968
+ .el-range-editor--large .el-range-separator {
969
+ line-height: 40px;
970
+ font-size: 14px;
971
+ }
972
+ .el-range-editor--large .el-range-input {
973
+ height: 38px;
974
+ line-height: 38px;
975
+ font-size: 14px;
976
+ }
977
+
978
+ .el-range-editor--medium {
979
+ line-height: var(--el-component-size-medium);
980
+ }
981
+ .el-range-editor--medium.el-input__wrapper {
982
+ height: var(--el-component-size-medium);
983
+ }
984
+ .el-range-editor--medium .el-range-separator {
985
+ line-height: 36px;
986
+ font-size: 14px;
987
+ }
988
+ .el-range-editor--medium .el-range-input {
989
+ height: 34px;
990
+ line-height: 34px;
991
+ font-size: 14px;
992
+ }
993
+
994
+ .el-range-editor--small {
995
+ line-height: var(--el-component-size-small);
996
+ }
997
+ .el-range-editor--small.el-input__wrapper {
998
+ height: var(--el-component-size-small);
999
+ }
1000
+ .el-range-editor--small .el-range-separator {
1001
+ line-height: 30px;
1002
+ font-size: 12px;
1003
+ }
1004
+ .el-range-editor--small .el-range-input {
1005
+ height: 28px;
1006
+ line-height: 28px;
1007
+ font-size: 12px;
1008
+ }
1009
+
1010
+ .el-range-editor--mini {
1011
+ line-height: var(--el-component-size-mini);
1012
+ }
1013
+ .el-range-editor--mini.el-input__wrapper {
1014
+ height: var(--el-component-size-mini);
1015
+ }
1016
+ .el-range-editor--mini .el-range-separator {
1017
+ line-height: 28px;
1018
+ font-size: 12px;
1019
+ }
1020
+ .el-range-editor--mini .el-range-input {
1021
+ height: 26px;
1022
+ line-height: 26px;
1023
+ font-size: 12px;
1024
+ }
1025
+
1026
+ .el-range-editor.is-disabled {
1027
+ background-color: var(--el-disabled-bg-color);
1028
+ border-color: var(--el-disabled-border-color);
1029
+ color: var(--el-disabled-text-color);
1030
+ cursor: not-allowed;
1031
+ }
1032
+ .el-range-editor.is-disabled:hover, .el-range-editor.is-disabled:focus {
1033
+ border-color: var(--el-disabled-border-color);
1034
+ }
1035
+ .el-range-editor.is-disabled input {
1036
+ background-color: var(--el-disabled-bg-color);
1037
+ color: var(--el-disabled-text-color);
1038
+ cursor: not-allowed;
1039
+ }
1040
+ .el-range-editor.is-disabled input::placeholder {
1041
+ color: var(--el-text-color-placeholder);
1042
+ }
1043
+ .el-range-editor.is-disabled .el-range-separator {
1044
+ color: var(--el-disabled-text-color);
1045
+ }
1046
+
1047
+ .el-picker-panel {
1048
+ color: var(--el-text-color-regular);
1049
+ background: var(--el-bg-color-overlay);
1050
+ border-radius: var(--el-border-radius-base);
1051
+ line-height: 30px;
1052
+ }
1053
+ .el-picker-panel .el-time-panel {
1054
+ margin: 5px 0;
1055
+ border: solid 1px var(--el-datepicker-border-color);
1056
+ background-color: var(--el-bg-color-overlay);
1057
+ box-shadow: var(--el-box-shadow-light);
1058
+ }
1059
+ .el-picker-panel__body::after, .el-picker-panel__body-wrapper::after {
1060
+ content: "";
1061
+ display: table;
1062
+ clear: both;
1063
+ }
1064
+
1065
+ .el-picker-panel__content {
1066
+ position: relative;
1067
+ margin: 15px;
1068
+ }
1069
+
1070
+ .el-picker-panel__footer {
1071
+ border-top: 1px solid var(--el-datepicker-inner-border-color);
1072
+ padding: 16px;
1073
+ text-align: right;
1074
+ background-color: var(--el-bg-color-overlay);
1075
+ position: relative;
1076
+ font-size: 0;
1077
+ display: flex;
1078
+ gap: 30px;
1079
+ border-bottom-left-radius: 4px;
1080
+ border-bottom-right-radius: 4px;
1081
+ }
1082
+ .el-picker-panel__footer .el-button {
1083
+ display: flex;
1084
+ flex-basis: 100%;
1085
+ }
1086
+ .el-picker-panel__footer .el-button.is-text {
1087
+ --el-button-active-border-color: var(--el-color-primary-light-6);
1088
+ border: 1px solid var(--el-color-primary-light-5);
1089
+ }
1090
+ .el-picker-panel__footer .el-button.is-text:hover {
1091
+ --el-button-text-color: var(--el-color-primary-light-4);
1092
+ border: 1px solid var(--el-color-primary-light-4);
1093
+ background-color: transparent;
1094
+ }
1095
+ .el-picker-panel__footer .el-button.is-text:active {
1096
+ --el-button-text-color: var(--el-color-primary-light-6);
1097
+ --el-button-border-color: var(--el-color-primary-light-6);
1098
+ border: 1px solid var(--el-color-primary-light-6);
1099
+ background-color: transparent;
1100
+ }
1101
+ .el-picker-panel__footer .el-button.is-plain {
1102
+ --el-button-hover-text-color: var(--el-color-white);
1103
+ --el-button-hover-bg-color: var(--el-color-primary-light-4);
1104
+ --el-button-hover-border-color: var(--el-color-primary-light-4);
1105
+ --el-button-active-text-color: var(--el-button-hover-text-color);
1106
+ --el-button-active-bg-color: var(--el-color-primary-light-6);
1107
+ --el-button-active-border-color: var(--el-color-primary-light-6);
1108
+ --el-button-bg-color: var(--el-color-primary-light-5);
1109
+ --el-button-text-color: var(--el-color-white);
1110
+ }
1111
+
1112
+ .el-picker-panel__shortcut {
1113
+ display: block;
1114
+ width: 100%;
1115
+ border: 0;
1116
+ background-color: transparent;
1117
+ line-height: 28px;
1118
+ font-size: 12px;
1119
+ color: var(--el-color-neutral-light-7);
1120
+ padding-left: 16px;
1121
+ text-align: left;
1122
+ outline: none;
1123
+ cursor: pointer;
1124
+ }
1125
+ .el-picker-panel__shortcut:hover {
1126
+ color: var(--el-datepicker-hover-text-color);
1127
+ }
1128
+ .el-picker-panel__shortcut.active {
1129
+ background-color: #e6f1fe;
1130
+ color: var(--el-datepicker-active-color);
1131
+ }
1132
+
1133
+ .el-picker-panel__btn {
1134
+ border: 1px solid var(--el-fill-color-darker);
1135
+ color: var(--el-text-color-primary);
1136
+ line-height: 24px;
1137
+ border-radius: 2px;
1138
+ padding: 0 20px;
1139
+ cursor: pointer;
1140
+ background-color: transparent;
1141
+ outline: none;
1142
+ font-size: 12px;
1143
+ }
1144
+ .el-picker-panel__btn[disabled] {
1145
+ color: var(--el-text-color-disabled);
1146
+ cursor: not-allowed;
1147
+ }
1148
+
1149
+ .el-picker-panel__icon-btn {
1150
+ font-size: 12px;
1151
+ color: var(--el-datepicker-icon-color);
1152
+ border: 0;
1153
+ background: transparent;
1154
+ cursor: pointer;
1155
+ outline: none;
1156
+ width: 24px;
1157
+ }
1158
+ .el-picker-panel__icon-btn:hover {
1159
+ color: var(--el-datepicker-hover-text-color);
1160
+ }
1161
+ .el-picker-panel__icon-btn:focus-visible {
1162
+ color: var(--el-datepicker-hover-text-color);
1163
+ }
1164
+ .el-picker-panel__icon-btn.is-disabled {
1165
+ color: var(--el-text-color-disabled);
1166
+ }
1167
+ .el-picker-panel__icon-btn.is-disabled:hover {
1168
+ cursor: not-allowed;
1169
+ }
1170
+
1171
+ .el-picker-panel__icon-btn .el-icon {
1172
+ cursor: pointer;
1173
+ font-size: inherit;
1174
+ }
1175
+
1176
+ .el-picker-panel__link-btn {
1177
+ vertical-align: middle;
1178
+ }
1179
+
1180
+ .el-picker-panel *[slot=sidebar],
1181
+ .el-picker-panel__sidebar {
1182
+ position: absolute;
1183
+ top: 0;
1184
+ bottom: 0;
1185
+ width: 110px;
1186
+ border-right: 1px solid var(--el-datepicker-inner-border-color);
1187
+ box-sizing: border-box;
1188
+ padding-top: 16px;
1189
+ background-color: var(--el-bg-color-overlay);
1190
+ overflow: auto;
1191
+ border-top-left-radius: 4px;
1192
+ border-bottom-left-radius: 4px;
1193
+ }
1194
+
1195
+ .el-picker-panel *[slot=sidebar] + .el-picker-panel__body,
1196
+ .el-picker-panel__sidebar + .el-picker-panel__body {
1197
+ margin-left: 110px;
1198
+ }
1199
+
1200
+ .el-date-picker {
1201
+ --el-datepicker-text-color: var(--el-text-color-regular);
1202
+ --el-datepicker-off-text-color: var(--el-text-color-placeholder);
1203
+ --el-datepicker-header-text-color: var(--el-color-neutral-light-4);
1204
+ --el-datepicker-icon-color: var(--el-color-neutral-light-4);
1205
+ --el-datepicker-border-color: var(--el-disabled-border-color);
1206
+ --el-datepicker-inner-border-color: var(--el-border-color-light);
1207
+ --el-datepicker-inrange-bg-color: var(--el-color-primary-light-1);
1208
+ --el-datepicker-inrange-hover-bg-color: var(--el-color-primary-light-1);
1209
+ --el-datepicker-active-color: var(--el-color-primary);
1210
+ --el-datepicker-hover-text-color: var(--el-color-primary);
1211
+ }
1212
+
1213
+ .el-date-picker {
1214
+ width: 322px;
1215
+ }
1216
+ .el-date-picker.has-sidebar.has-time {
1217
+ width: 434px;
1218
+ }
1219
+ .el-date-picker.has-sidebar {
1220
+ width: 438px;
1221
+ }
1222
+ .el-date-picker.has-time .el-picker-panel__body-wrapper {
1223
+ position: relative;
1224
+ }
1225
+ .el-date-picker .el-picker-panel__content {
1226
+ width: 292px;
1227
+ }
1228
+ .el-date-picker table {
1229
+ table-layout: fixed;
1230
+ width: 100%;
1231
+ }
1232
+ .el-date-picker__editor-wrap {
1233
+ position: relative;
1234
+ }
1235
+
1236
+ .el-date-picker__time-header {
1237
+ position: relative;
1238
+ border-bottom: 1px solid var(--el-datepicker-inner-border-color);
1239
+ font-size: 12px;
1240
+ padding: 16px;
1241
+ display: inline-flex;
1242
+ gap: 30px;
1243
+ width: 100%;
1244
+ box-sizing: border-box;
1245
+ }
1246
+
1247
+ .el-date-picker__header {
1248
+ margin: 12px;
1249
+ text-align: center;
1250
+ }
1251
+ .el-date-picker__header--bordered {
1252
+ margin-bottom: 0;
1253
+ padding-bottom: 12px;
1254
+ border-bottom: solid 1px var(--el-border-color-lighter);
1255
+ }
1256
+ .el-date-picker__header--bordered + .el-picker-panel__content {
1257
+ margin-top: 0;
1258
+ }
1259
+
1260
+ .el-date-picker__header-label {
1261
+ font-size: 16px;
1262
+ font-weight: 500;
1263
+ padding: 0 5px;
1264
+ line-height: 22px;
1265
+ text-align: center;
1266
+ cursor: pointer;
1267
+ color: var(--el-text-color-regular);
1268
+ }
1269
+ .el-date-picker__header-label:hover {
1270
+ color: var(--el-datepicker-hover-text-color);
1271
+ }
1272
+ .el-date-picker__header-label:focus-visible {
1273
+ outline: none;
1274
+ color: var(--el-datepicker-hover-text-color);
1275
+ }
1276
+ .el-date-picker__header-label.active {
1277
+ color: var(--el-datepicker-active-color);
1278
+ }
1279
+
1280
+ .el-date-picker__prev-btn {
1281
+ float: left;
1282
+ }
1283
+
1284
+ .el-date-picker__next-btn {
1285
+ float: right;
1286
+ }
1287
+
1288
+ .el-date-picker__time-wrap {
1289
+ padding: 10px;
1290
+ text-align: center;
1291
+ }
1292
+
1293
+ .el-date-picker__time-label {
1294
+ float: left;
1295
+ cursor: pointer;
1296
+ line-height: 30px;
1297
+ margin-left: 10px;
1298
+ }
1299
+
1300
+ .el-date-picker .el-time-panel {
1301
+ position: absolute;
1302
+ }
1303
+
1304
+ .el-date-range-picker {
1305
+ --el-datepicker-text-color: var(--el-text-color-regular);
1306
+ --el-datepicker-off-text-color: var(--el-text-color-placeholder);
1307
+ --el-datepicker-header-text-color: var(--el-color-neutral-light-4);
1308
+ --el-datepicker-icon-color: var(--el-color-neutral-light-4);
1309
+ --el-datepicker-border-color: var(--el-disabled-border-color);
1310
+ --el-datepicker-inner-border-color: var(--el-border-color-light);
1311
+ --el-datepicker-inrange-bg-color: var(--el-color-primary-light-1);
1312
+ --el-datepicker-inrange-hover-bg-color: var(--el-color-primary-light-1);
1313
+ --el-datepicker-active-color: var(--el-color-primary);
1314
+ --el-datepicker-hover-text-color: var(--el-color-primary);
1315
+ }
1316
+
1317
+ .el-date-range-picker {
1318
+ width: 646px;
1319
+ }
1320
+ .el-date-range-picker.has-sidebar {
1321
+ width: 756px;
1322
+ }
1323
+ .el-date-range-picker.has-time .el-picker-panel__body-wrapper {
1324
+ position: relative;
1325
+ }
1326
+ .el-date-range-picker table {
1327
+ table-layout: fixed;
1328
+ width: 100%;
1329
+ }
1330
+ .el-date-range-picker .el-picker-panel__body {
1331
+ min-width: 513px;
1332
+ }
1333
+ .el-date-range-picker .el-picker-panel__content {
1334
+ margin: 0;
1335
+ }
1336
+ .el-date-range-picker__header {
1337
+ position: relative;
1338
+ text-align: center;
1339
+ height: 28px;
1340
+ }
1341
+ .el-date-range-picker__header [class*=arrow-left] {
1342
+ float: left;
1343
+ }
1344
+ .el-date-range-picker__header [class*=arrow-right] {
1345
+ float: right;
1346
+ }
1347
+ .el-date-range-picker__header div {
1348
+ font-size: 14px;
1349
+ line-height: 25px;
1350
+ color: var(--el-color-neutral-light-9);
1351
+ font-weight: 500;
1352
+ margin-right: 50px;
1353
+ }
1354
+
1355
+ .el-date-range-picker__content {
1356
+ float: left;
1357
+ width: 50%;
1358
+ box-sizing: border-box;
1359
+ margin: 0;
1360
+ padding: 16px;
1361
+ }
1362
+ .el-date-range-picker__content.is-left {
1363
+ border-right: 1px solid var(--el-datepicker-inner-border-color);
1364
+ }
1365
+
1366
+ .el-date-range-picker__content .el-date-range-picker__header div {
1367
+ margin-left: 50px;
1368
+ margin-right: 50px;
1369
+ }
1370
+
1371
+ .el-date-range-picker__editors-wrap {
1372
+ box-sizing: border-box;
1373
+ display: inline-flex;
1374
+ gap: 30px;
1375
+ }
1376
+ .el-date-range-picker__editors-wrap.is-right {
1377
+ text-align: right;
1378
+ }
1379
+
1380
+ .el-date-range-picker__time-header {
1381
+ position: relative;
1382
+ border-bottom: 1px solid var(--el-datepicker-inner-border-color);
1383
+ font-size: 12px;
1384
+ padding: 16px;
1385
+ display: inline-flex;
1386
+ gap: 30px;
1387
+ width: 100%;
1388
+ box-sizing: border-box;
1389
+ }
1390
+ .el-date-range-picker__time-header > .el-icon-arrow-right {
1391
+ font-size: 20px;
1392
+ vertical-align: middle;
1393
+ display: table-cell;
1394
+ color: var(--el-datepicker-icon-color);
1395
+ }
1396
+
1397
+ .el-date-range-picker__time-picker-wrap {
1398
+ position: relative;
1399
+ display: table-cell;
1400
+ padding: 0;
1401
+ }
1402
+ .el-date-range-picker__time-picker-wrap .el-picker-panel {
1403
+ position: absolute;
1404
+ top: 13px;
1405
+ right: 0;
1406
+ z-index: 1;
1407
+ background: #ffffff;
1408
+ }
1409
+ .el-date-range-picker__time-picker-wrap .el-time-panel {
1410
+ position: absolute;
1411
+ }
1412
+
1413
+ .el-time-range-picker {
1414
+ width: 354px;
1415
+ overflow: visible;
1416
+ }
1417
+ .el-time-range-picker__content {
1418
+ position: relative;
1419
+ text-align: center;
1420
+ padding: 24px 30px;
1421
+ z-index: 1;
1422
+ display: flex;
1423
+ gap: 30px;
1424
+ }
1425
+
1426
+ .el-time-range-picker__cell {
1427
+ box-sizing: border-box;
1428
+ margin: 0;
1429
+ padding: 0;
1430
+ width: 50%;
1431
+ display: inline-block;
1432
+ }
1433
+
1434
+ .el-time-range-picker__header {
1435
+ margin-bottom: 16px;
1436
+ text-align: center;
1437
+ font-size: 14px;
1438
+ font-weight: 500;
1439
+ line-height: 14px;
1440
+ display: flex;
1441
+ align-items: flex-start;
1442
+ justify-content: flex-start;
1443
+ }
1444
+
1445
+ .el-time-range-picker__body {
1446
+ border-radius: 4px;
1447
+ border: 1px solid var(--el-datepicker-border-color);
1448
+ }
1449
+
1450
+ .el-time-panel {
1451
+ border-radius: 2px;
1452
+ position: relative;
1453
+ width: 180px;
1454
+ left: 0;
1455
+ z-index: var(--el-index-top);
1456
+ user-select: none;
1457
+ box-sizing: content-box;
1458
+ }
1459
+ .el-time-panel__content {
1460
+ font-size: 0;
1461
+ position: relative;
1462
+ overflow: hidden;
1463
+ }
1464
+ .el-time-panel__content::after, .el-time-panel__content::before {
1465
+ content: "";
1466
+ top: 50%;
1467
+ position: absolute;
1468
+ margin-top: -16px;
1469
+ height: 32px;
1470
+ z-index: -1;
1471
+ left: 0;
1472
+ right: 0;
1473
+ box-sizing: border-box;
1474
+ padding-top: 6px;
1475
+ text-align: left;
1476
+ }
1477
+ .el-time-panel__content::after {
1478
+ left: 50%;
1479
+ margin-left: 12%;
1480
+ margin-right: 12%;
1481
+ }
1482
+ .el-time-panel__content::before {
1483
+ padding-left: 50%;
1484
+ margin-right: 12%;
1485
+ margin-left: 12%;
1486
+ border-top: 1px solid var(--el-color-neutral-light-4);
1487
+ border-bottom: 1px solid var(--el-color-neutral-light-4);
1488
+ }
1489
+ .el-time-panel__content.has-seconds::after {
1490
+ left: 66.6666666667%;
1491
+ }
1492
+ .el-time-panel__content.has-seconds::before {
1493
+ padding-left: 33.3333333333%;
1494
+ }
1495
+
1496
+ .el-time-panel__footer {
1497
+ border-top: 1px solid var(--el-color-neutral-light-4, var(--el-border-color-light));
1498
+ padding: 16px;
1499
+ line-height: 25px;
1500
+ text-align: right;
1501
+ box-sizing: border-box;
1502
+ display: flex;
1503
+ align-items: center;
1504
+ gap: 16px;
1505
+ }
1506
+
1507
+ .el-time-panel__btn {
1508
+ flex-basis: 100%;
1509
+ }
1510
+ .el-time-panel__btn.confirm {
1511
+ @apply el-button--small el-button el-button--primary;
1512
+ font-weight: 400;
1513
+ }
1514
+ .el-time-panel__btn.cancel {
1515
+ @apply el-button--small is-plain;
1516
+ --el-button-text-color: var(--el-color-primary-light-5);
1517
+ line-height: normal;
1518
+ border: 1px solid var(--el-color-primary-light-5);
1519
+ color: var(--el-button-text-color);
1520
+ }
1521
+ .el-time-panel__btn.cancel:hover {
1522
+ --el-button-text-color: var(--el-color-primary-light-4);
1523
+ border: 1px solid var(--el-color-primary-light-4);
1524
+ background-color: transparent;
1525
+ }
1526
+ .el-time-panel__btn.cancel:active {
1527
+ --el-button-text-color: var(--el-color-primary-light-6);
1528
+ --el-button-border-color: var(--el-color-primary-light-6);
1529
+ border: 1px solid var(--el-color-primary-light-6);
1530
+ background-color: transparent;
1531
+ }