@timus-networks/theme 2.4.201 → 2.4.205
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.
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/assets/scss/main.css +10 -6
- package/dist/runtime/public/scss/element-plus/common/var.scss +1 -0
- package/dist/runtime/public/scss/element-plus/date-picker/picker.css +5 -3
- package/dist/runtime/public/scss/element-plus/date-picker/picker.scss +5 -3
- package/dist/runtime/public/scss/element-plus/date-picker.css +5 -3
- package/dist/runtime/public/scss/element-plus/form.css +1 -1
- package/dist/runtime/public/scss/element-plus/form.scss +1 -1
- package/dist/runtime/public/scss/element-plus/index.css +10 -6
- package/dist/runtime/public/scss/element-plus/input.css +1 -1
- package/dist/runtime/public/scss/element-plus/input.scss +1 -1
- package/dist/runtime/public/scss/element-plus/notification.css +2 -1
- package/dist/runtime/public/scss/element-plus/notification.scss +1 -1
- package/dist/runtime/public/scss/element-plus/table.css +1 -0
- package/dist/runtime/public/scss/element-plus/table.scss +1 -0
- package/dist/runtime/public/scss/element-plus/time-picker.css +5 -3
- package/dist/runtime/public/scss/element-plus/time-select.css +5 -3
- package/package.json +1 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -11,7 +11,7 @@ const __filename = __cjs_url__.fileURLToPath(import.meta.url);
|
|
|
11
11
|
const __dirname = __cjs_path__.dirname(__filename);
|
|
12
12
|
const require = __cjs_mod__.createRequire(import.meta.url);
|
|
13
13
|
const name = "@timus-networks/theme";
|
|
14
|
-
const version = "2.4.
|
|
14
|
+
const version = "2.4.204";
|
|
15
15
|
const description = "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.";
|
|
16
16
|
const type = "module";
|
|
17
17
|
const exports = {
|
|
@@ -8267,7 +8267,7 @@ heights > $common-component-size
|
|
|
8267
8267
|
position: relative;
|
|
8268
8268
|
text-align: left;
|
|
8269
8269
|
vertical-align: middle;
|
|
8270
|
-
min-width:
|
|
8270
|
+
min-width: 386px;
|
|
8271
8271
|
}
|
|
8272
8272
|
.el-date-editor.el-input__wrapper {
|
|
8273
8273
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -8285,6 +8285,7 @@ heights > $common-component-size
|
|
|
8285
8285
|
|
|
8286
8286
|
.el-date-editor--daterange, .el-date-editor--timerange {
|
|
8287
8287
|
--el-date-editor-width: var(--el-date-editor-daterange-width);
|
|
8288
|
+
min-width: 200px;
|
|
8288
8289
|
}
|
|
8289
8290
|
|
|
8290
8291
|
.el-date-editor--datetimerange {
|
|
@@ -8310,7 +8311,8 @@ heights > $common-component-size
|
|
|
8310
8311
|
font-size: 14px;
|
|
8311
8312
|
color: var(--el-text-color-placeholder);
|
|
8312
8313
|
float: left;
|
|
8313
|
-
width:
|
|
8314
|
+
width: 14px;
|
|
8315
|
+
margin-right: 4px;
|
|
8314
8316
|
}
|
|
8315
8317
|
.el-date-editor .el-range__icon svg {
|
|
8316
8318
|
vertical-align: middle;
|
|
@@ -8351,7 +8353,7 @@ heights > $common-component-size
|
|
|
8351
8353
|
height: inherit;
|
|
8352
8354
|
width: unset;
|
|
8353
8355
|
cursor: pointer;
|
|
8354
|
-
margin-left:
|
|
8356
|
+
margin-left: 4px;
|
|
8355
8357
|
}
|
|
8356
8358
|
.el-date-editor .el-range__close-icon:hover {
|
|
8357
8359
|
color: var(--el-text-color-secondary);
|
|
@@ -9951,7 +9953,7 @@ heights > $common-component-size
|
|
|
9951
9953
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label:after,
|
|
9952
9954
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label-wrap > .el-form-item__label:after {
|
|
9953
9955
|
content: "*";
|
|
9954
|
-
color: var(--el-color-
|
|
9956
|
+
color: var(--el-color-neutral-light-9);
|
|
9955
9957
|
margin-left: 4px;
|
|
9956
9958
|
}
|
|
9957
9959
|
|
|
@@ -10354,7 +10356,7 @@ heights > $common-component-size
|
|
|
10354
10356
|
line-height: initial;
|
|
10355
10357
|
display: inline-block;
|
|
10356
10358
|
padding-left: 8px;
|
|
10357
|
-
font-size:
|
|
10359
|
+
font-size: 10px;
|
|
10358
10360
|
}
|
|
10359
10361
|
.el-input__wrapper {
|
|
10360
10362
|
display: inline-flex;
|
|
@@ -11990,6 +11992,7 @@ heights > $common-component-size
|
|
|
11990
11992
|
--el-notification-group-margin-left: 13px;
|
|
11991
11993
|
--el-notification-group-margin-right: 8px;
|
|
11992
11994
|
--el-notification-content-font-size: var(--el-font-size-base);
|
|
11995
|
+
--el-notification-content-font-line-height: var(--el-line-height-medium);
|
|
11993
11996
|
--el-notification-content-color: var(--el-color-neutral-light-7);
|
|
11994
11997
|
--el-notification-title-font-size: 14px;
|
|
11995
11998
|
--el-notification-title-color: var(--el-color-neutral-light-9);
|
|
@@ -12032,7 +12035,7 @@ heights > $common-component-size
|
|
|
12032
12035
|
|
|
12033
12036
|
.el-notification__content {
|
|
12034
12037
|
font-size: var(--el-notification-content-font-size);
|
|
12035
|
-
line-height:
|
|
12038
|
+
line-height: 20px;
|
|
12036
12039
|
margin: 12px 0 0;
|
|
12037
12040
|
color: var(--el-notification-content-color);
|
|
12038
12041
|
}
|
|
@@ -15094,6 +15097,7 @@ heights > $common-component-size
|
|
|
15094
15097
|
.el-table .cell .el-link {
|
|
15095
15098
|
font-size: var(--el-table-font-size);
|
|
15096
15099
|
line-height: 16px;
|
|
15100
|
+
display: inline;
|
|
15097
15101
|
}
|
|
15098
15102
|
.el-table .cell .more-icon {
|
|
15099
15103
|
display: flex;
|
|
@@ -619,6 +619,7 @@ $notification: map.merge(
|
|
|
619
619
|
'group-margin-left': 13px,
|
|
620
620
|
'group-margin-right': 8px,
|
|
621
621
|
'content-font-size': getCssVar('font-size-base'),
|
|
622
|
+
'content-font-line-height': getCssVar('line-height-medium'),
|
|
622
623
|
'content-color': getCssVar('color-neutral-light-7'),
|
|
623
624
|
'title-font-size': 14px,
|
|
624
625
|
'title-color': getCssVar('color-neutral-light-9'),
|
|
@@ -470,7 +470,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
470
470
|
position: relative;
|
|
471
471
|
text-align: left;
|
|
472
472
|
vertical-align: middle;
|
|
473
|
-
min-width:
|
|
473
|
+
min-width: 386px;
|
|
474
474
|
}
|
|
475
475
|
.el-date-editor.el-input__wrapper {
|
|
476
476
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -488,6 +488,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
488
488
|
|
|
489
489
|
.el-date-editor--daterange, .el-date-editor--timerange {
|
|
490
490
|
--el-date-editor-width: var(--el-date-editor-daterange-width);
|
|
491
|
+
min-width: 200px;
|
|
491
492
|
}
|
|
492
493
|
|
|
493
494
|
.el-date-editor--datetimerange {
|
|
@@ -513,7 +514,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
513
514
|
font-size: 14px;
|
|
514
515
|
color: var(--el-text-color-placeholder);
|
|
515
516
|
float: left;
|
|
516
|
-
width:
|
|
517
|
+
width: 14px;
|
|
518
|
+
margin-right: 4px;
|
|
517
519
|
}
|
|
518
520
|
.el-date-editor .el-range__icon svg {
|
|
519
521
|
vertical-align: middle;
|
|
@@ -554,7 +556,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
554
556
|
height: inherit;
|
|
555
557
|
width: unset;
|
|
556
558
|
cursor: pointer;
|
|
557
|
-
margin-left:
|
|
559
|
+
margin-left: 4px;
|
|
558
560
|
}
|
|
559
561
|
.el-date-editor .el-range__close-icon:hover {
|
|
560
562
|
color: var(--el-text-color-secondary);
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
position: relative;
|
|
19
19
|
text-align: left;
|
|
20
20
|
vertical-align: middle;
|
|
21
|
-
min-width:
|
|
21
|
+
min-width: 386px;
|
|
22
22
|
|
|
23
23
|
&.#{$namespace}-input__wrapper {
|
|
24
24
|
@include inset-input-border(var(#{getCssVarName('input-border-color')}, map.get($input, 'border-color')));
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
|
|
41
41
|
@include m((daterange, timerange)) {
|
|
42
42
|
@include css-var-from-global('date-editor-width', 'date-editor-daterange-width');
|
|
43
|
+
min-width: 200px;
|
|
43
44
|
}
|
|
44
45
|
|
|
45
46
|
@include m(datetimerange) {
|
|
@@ -70,7 +71,8 @@
|
|
|
70
71
|
font-size: 14px;
|
|
71
72
|
color: getCssVar('text-color', 'placeholder');
|
|
72
73
|
float: left;
|
|
73
|
-
width:
|
|
74
|
+
width: 14px;
|
|
75
|
+
margin-right: 4px;
|
|
74
76
|
|
|
75
77
|
svg {
|
|
76
78
|
vertical-align: middle;
|
|
@@ -116,7 +118,7 @@
|
|
|
116
118
|
height: inherit;
|
|
117
119
|
width: unset;
|
|
118
120
|
cursor: pointer;
|
|
119
|
-
margin-left:
|
|
121
|
+
margin-left: 4px;
|
|
120
122
|
|
|
121
123
|
&:hover {
|
|
122
124
|
color: getCssVar('text-color', 'secondary');
|
|
@@ -853,7 +853,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
853
853
|
position: relative;
|
|
854
854
|
text-align: left;
|
|
855
855
|
vertical-align: middle;
|
|
856
|
-
min-width:
|
|
856
|
+
min-width: 386px;
|
|
857
857
|
}
|
|
858
858
|
.el-date-editor.el-input__wrapper {
|
|
859
859
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -871,6 +871,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
871
871
|
|
|
872
872
|
.el-date-editor--daterange, .el-date-editor--timerange {
|
|
873
873
|
--el-date-editor-width: var(--el-date-editor-daterange-width);
|
|
874
|
+
min-width: 200px;
|
|
874
875
|
}
|
|
875
876
|
|
|
876
877
|
.el-date-editor--datetimerange {
|
|
@@ -896,7 +897,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
896
897
|
font-size: 14px;
|
|
897
898
|
color: var(--el-text-color-placeholder);
|
|
898
899
|
float: left;
|
|
899
|
-
width:
|
|
900
|
+
width: 14px;
|
|
901
|
+
margin-right: 4px;
|
|
900
902
|
}
|
|
901
903
|
.el-date-editor .el-range__icon svg {
|
|
902
904
|
vertical-align: middle;
|
|
@@ -937,7 +939,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
937
939
|
height: inherit;
|
|
938
940
|
width: unset;
|
|
939
941
|
cursor: pointer;
|
|
940
|
-
margin-left:
|
|
942
|
+
margin-left: 4px;
|
|
941
943
|
}
|
|
942
944
|
.el-date-editor .el-range__close-icon:hover {
|
|
943
945
|
color: var(--el-text-color-secondary);
|
|
@@ -478,7 +478,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
478
478
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label:after,
|
|
479
479
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label-wrap > .el-form-item__label:after {
|
|
480
480
|
content: "*";
|
|
481
|
-
color: var(--el-color-
|
|
481
|
+
color: var(--el-color-neutral-light-9);
|
|
482
482
|
margin-left: 4px;
|
|
483
483
|
}
|
|
484
484
|
|
|
@@ -221,7 +221,7 @@ $form-item-label-top-margin-bottom: map.merge(
|
|
|
221
221
|
> .#{$namespace}-form-item__label:after,
|
|
222
222
|
> .#{$namespace}-form-item__label-wrap > .#{$namespace}-form-item__label:after {
|
|
223
223
|
content: '*';
|
|
224
|
-
color: getCssVar('color-
|
|
224
|
+
color: getCssVar('color-neutral-light-9');
|
|
225
225
|
margin-left: 4px;
|
|
226
226
|
}
|
|
227
227
|
}
|
|
@@ -7264,7 +7264,7 @@ heights > $common-component-size
|
|
|
7264
7264
|
position: relative;
|
|
7265
7265
|
text-align: left;
|
|
7266
7266
|
vertical-align: middle;
|
|
7267
|
-
min-width:
|
|
7267
|
+
min-width: 386px;
|
|
7268
7268
|
}
|
|
7269
7269
|
.el-date-editor.el-input__wrapper {
|
|
7270
7270
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -7282,6 +7282,7 @@ heights > $common-component-size
|
|
|
7282
7282
|
|
|
7283
7283
|
.el-date-editor--daterange, .el-date-editor--timerange {
|
|
7284
7284
|
--el-date-editor-width: var(--el-date-editor-daterange-width);
|
|
7285
|
+
min-width: 200px;
|
|
7285
7286
|
}
|
|
7286
7287
|
|
|
7287
7288
|
.el-date-editor--datetimerange {
|
|
@@ -7307,7 +7308,8 @@ heights > $common-component-size
|
|
|
7307
7308
|
font-size: 14px;
|
|
7308
7309
|
color: var(--el-text-color-placeholder);
|
|
7309
7310
|
float: left;
|
|
7310
|
-
width:
|
|
7311
|
+
width: 14px;
|
|
7312
|
+
margin-right: 4px;
|
|
7311
7313
|
}
|
|
7312
7314
|
.el-date-editor .el-range__icon svg {
|
|
7313
7315
|
vertical-align: middle;
|
|
@@ -7348,7 +7350,7 @@ heights > $common-component-size
|
|
|
7348
7350
|
height: inherit;
|
|
7349
7351
|
width: unset;
|
|
7350
7352
|
cursor: pointer;
|
|
7351
|
-
margin-left:
|
|
7353
|
+
margin-left: 4px;
|
|
7352
7354
|
}
|
|
7353
7355
|
.el-date-editor .el-range__close-icon:hover {
|
|
7354
7356
|
color: var(--el-text-color-secondary);
|
|
@@ -8948,7 +8950,7 @@ heights > $common-component-size
|
|
|
8948
8950
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label:after,
|
|
8949
8951
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label-wrap > .el-form-item__label:after {
|
|
8950
8952
|
content: "*";
|
|
8951
|
-
color: var(--el-color-
|
|
8953
|
+
color: var(--el-color-neutral-light-9);
|
|
8952
8954
|
margin-left: 4px;
|
|
8953
8955
|
}
|
|
8954
8956
|
|
|
@@ -9351,7 +9353,7 @@ heights > $common-component-size
|
|
|
9351
9353
|
line-height: initial;
|
|
9352
9354
|
display: inline-block;
|
|
9353
9355
|
padding-left: 8px;
|
|
9354
|
-
font-size:
|
|
9356
|
+
font-size: 10px;
|
|
9355
9357
|
}
|
|
9356
9358
|
.el-input__wrapper {
|
|
9357
9359
|
display: inline-flex;
|
|
@@ -11098,6 +11100,7 @@ h6,
|
|
|
11098
11100
|
--el-notification-group-margin-left: 13px;
|
|
11099
11101
|
--el-notification-group-margin-right: 8px;
|
|
11100
11102
|
--el-notification-content-font-size: var(--el-font-size-base);
|
|
11103
|
+
--el-notification-content-font-line-height: var(--el-line-height-medium);
|
|
11101
11104
|
--el-notification-content-color: var(--el-color-neutral-light-7);
|
|
11102
11105
|
--el-notification-title-font-size: 14px;
|
|
11103
11106
|
--el-notification-title-color: var(--el-color-neutral-light-9);
|
|
@@ -11140,7 +11143,7 @@ h6,
|
|
|
11140
11143
|
|
|
11141
11144
|
.el-notification__content {
|
|
11142
11145
|
font-size: var(--el-notification-content-font-size);
|
|
11143
|
-
line-height:
|
|
11146
|
+
line-height: 20px;
|
|
11144
11147
|
margin: 12px 0 0;
|
|
11145
11148
|
color: var(--el-notification-content-color);
|
|
11146
11149
|
}
|
|
@@ -14202,6 +14205,7 @@ h6,
|
|
|
14202
14205
|
.el-table .cell .el-link {
|
|
14203
14206
|
font-size: var(--el-table-font-size);
|
|
14204
14207
|
line-height: 16px;
|
|
14208
|
+
display: inline;
|
|
14205
14209
|
}
|
|
14206
14210
|
.el-table .cell .more-icon {
|
|
14207
14211
|
display: flex;
|
|
@@ -311,6 +311,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
311
311
|
--el-notification-group-margin-left: 13px;
|
|
312
312
|
--el-notification-group-margin-right: 8px;
|
|
313
313
|
--el-notification-content-font-size: var(--el-font-size-base);
|
|
314
|
+
--el-notification-content-font-line-height: var(--el-line-height-medium);
|
|
314
315
|
--el-notification-content-color: var(--el-color-neutral-light-7);
|
|
315
316
|
--el-notification-title-font-size: 14px;
|
|
316
317
|
--el-notification-title-color: var(--el-color-neutral-light-9);
|
|
@@ -353,7 +354,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
353
354
|
|
|
354
355
|
.el-notification__content {
|
|
355
356
|
font-size: var(--el-notification-content-font-size);
|
|
356
|
-
line-height:
|
|
357
|
+
line-height: 20px;
|
|
357
358
|
margin: 12px 0 0;
|
|
358
359
|
color: var(--el-notification-content-color);
|
|
359
360
|
}
|
|
@@ -470,7 +470,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
470
470
|
position: relative;
|
|
471
471
|
text-align: left;
|
|
472
472
|
vertical-align: middle;
|
|
473
|
-
min-width:
|
|
473
|
+
min-width: 386px;
|
|
474
474
|
}
|
|
475
475
|
.el-date-editor.el-input__wrapper {
|
|
476
476
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -488,6 +488,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
488
488
|
|
|
489
489
|
.el-date-editor--daterange, .el-date-editor--timerange {
|
|
490
490
|
--el-date-editor-width: var(--el-date-editor-daterange-width);
|
|
491
|
+
min-width: 200px;
|
|
491
492
|
}
|
|
492
493
|
|
|
493
494
|
.el-date-editor--datetimerange {
|
|
@@ -513,7 +514,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
513
514
|
font-size: 14px;
|
|
514
515
|
color: var(--el-text-color-placeholder);
|
|
515
516
|
float: left;
|
|
516
|
-
width:
|
|
517
|
+
width: 14px;
|
|
518
|
+
margin-right: 4px;
|
|
517
519
|
}
|
|
518
520
|
.el-date-editor .el-range__icon svg {
|
|
519
521
|
vertical-align: middle;
|
|
@@ -554,7 +556,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
554
556
|
height: inherit;
|
|
555
557
|
width: unset;
|
|
556
558
|
cursor: pointer;
|
|
557
|
-
margin-left:
|
|
559
|
+
margin-left: 4px;
|
|
558
560
|
}
|
|
559
561
|
.el-date-editor .el-range__close-icon:hover {
|
|
560
562
|
color: var(--el-text-color-secondary);
|
|
@@ -470,7 +470,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
470
470
|
position: relative;
|
|
471
471
|
text-align: left;
|
|
472
472
|
vertical-align: middle;
|
|
473
|
-
min-width:
|
|
473
|
+
min-width: 386px;
|
|
474
474
|
}
|
|
475
475
|
.el-date-editor.el-input__wrapper {
|
|
476
476
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -488,6 +488,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
488
488
|
|
|
489
489
|
.el-date-editor--daterange, .el-date-editor--timerange {
|
|
490
490
|
--el-date-editor-width: var(--el-date-editor-daterange-width);
|
|
491
|
+
min-width: 200px;
|
|
491
492
|
}
|
|
492
493
|
|
|
493
494
|
.el-date-editor--datetimerange {
|
|
@@ -513,7 +514,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
513
514
|
font-size: 14px;
|
|
514
515
|
color: var(--el-text-color-placeholder);
|
|
515
516
|
float: left;
|
|
516
|
-
width:
|
|
517
|
+
width: 14px;
|
|
518
|
+
margin-right: 4px;
|
|
517
519
|
}
|
|
518
520
|
.el-date-editor .el-range__icon svg {
|
|
519
521
|
vertical-align: middle;
|
|
@@ -554,7 +556,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
554
556
|
height: inherit;
|
|
555
557
|
width: unset;
|
|
556
558
|
cursor: pointer;
|
|
557
|
-
margin-left:
|
|
559
|
+
margin-left: 4px;
|
|
558
560
|
}
|
|
559
561
|
.el-date-editor .el-range__close-icon:hover {
|
|
560
562
|
color: var(--el-text-color-secondary);
|
package/package.json
CHANGED