@timus-networks/theme 2.4.192 → 2.4.195
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 +4 -1
- package/dist/runtime/public/scss/element-plus/date-picker/picker.css +4 -1
- package/dist/runtime/public/scss/element-plus/date-picker/picker.scss +4 -1
- package/dist/runtime/public/scss/element-plus/date-picker.css +4 -1
- package/dist/runtime/public/scss/element-plus/index.css +4 -1
- package/dist/runtime/public/scss/element-plus/time-picker.css +4 -1
- package/dist/runtime/public/scss/element-plus/time-select.css +4 -1
- 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.194";
|
|
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,6 +8267,7 @@ heights > $common-component-size
|
|
|
8267
8267
|
position: relative;
|
|
8268
8268
|
text-align: left;
|
|
8269
8269
|
vertical-align: middle;
|
|
8270
|
+
min-width: 400px;
|
|
8270
8271
|
}
|
|
8271
8272
|
.el-date-editor.el-input__wrapper {
|
|
8272
8273
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -8309,6 +8310,7 @@ heights > $common-component-size
|
|
|
8309
8310
|
font-size: 14px;
|
|
8310
8311
|
color: var(--el-text-color-placeholder);
|
|
8311
8312
|
float: left;
|
|
8313
|
+
width: 28px;
|
|
8312
8314
|
}
|
|
8313
8315
|
.el-date-editor .el-range__icon svg {
|
|
8314
8316
|
vertical-align: middle;
|
|
@@ -8327,12 +8329,12 @@ heights > $common-component-size
|
|
|
8327
8329
|
font-size: var(--el-font-size-small);
|
|
8328
8330
|
color: var(--el-text-color-regular);
|
|
8329
8331
|
background-color: transparent;
|
|
8332
|
+
flex-grow: 1;
|
|
8330
8333
|
}
|
|
8331
8334
|
.el-date-editor .el-range-input::placeholder {
|
|
8332
8335
|
color: var(--el-text-color-placeholder);
|
|
8333
8336
|
}
|
|
8334
8337
|
.el-date-editor .el-range-separator {
|
|
8335
|
-
flex: 1;
|
|
8336
8338
|
display: inline-flex;
|
|
8337
8339
|
justify-content: center;
|
|
8338
8340
|
align-items: center;
|
|
@@ -8349,6 +8351,7 @@ heights > $common-component-size
|
|
|
8349
8351
|
height: inherit;
|
|
8350
8352
|
width: unset;
|
|
8351
8353
|
cursor: pointer;
|
|
8354
|
+
margin-left: 8px;
|
|
8352
8355
|
}
|
|
8353
8356
|
.el-date-editor .el-range__close-icon:hover {
|
|
8354
8357
|
color: var(--el-text-color-secondary);
|
|
@@ -470,6 +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: 400px;
|
|
473
474
|
}
|
|
474
475
|
.el-date-editor.el-input__wrapper {
|
|
475
476
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -512,6 +513,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
512
513
|
font-size: 14px;
|
|
513
514
|
color: var(--el-text-color-placeholder);
|
|
514
515
|
float: left;
|
|
516
|
+
width: 28px;
|
|
515
517
|
}
|
|
516
518
|
.el-date-editor .el-range__icon svg {
|
|
517
519
|
vertical-align: middle;
|
|
@@ -530,12 +532,12 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
530
532
|
font-size: var(--el-font-size-small);
|
|
531
533
|
color: var(--el-text-color-regular);
|
|
532
534
|
background-color: transparent;
|
|
535
|
+
flex-grow: 1;
|
|
533
536
|
}
|
|
534
537
|
.el-date-editor .el-range-input::placeholder {
|
|
535
538
|
color: var(--el-text-color-placeholder);
|
|
536
539
|
}
|
|
537
540
|
.el-date-editor .el-range-separator {
|
|
538
|
-
flex: 1;
|
|
539
541
|
display: inline-flex;
|
|
540
542
|
justify-content: center;
|
|
541
543
|
align-items: center;
|
|
@@ -552,6 +554,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
552
554
|
height: inherit;
|
|
553
555
|
width: unset;
|
|
554
556
|
cursor: pointer;
|
|
557
|
+
margin-left: 8px;
|
|
555
558
|
}
|
|
556
559
|
.el-date-editor .el-range__close-icon:hover {
|
|
557
560
|
color: var(--el-text-color-secondary);
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
position: relative;
|
|
19
19
|
text-align: left;
|
|
20
20
|
vertical-align: middle;
|
|
21
|
+
min-width: 400px;
|
|
21
22
|
|
|
22
23
|
&.#{$namespace}-input__wrapper {
|
|
23
24
|
@include inset-input-border(var(#{getCssVarName('input-border-color')}, map.get($input, 'border-color')));
|
|
@@ -69,6 +70,7 @@
|
|
|
69
70
|
font-size: 14px;
|
|
70
71
|
color: getCssVar('text-color', 'placeholder');
|
|
71
72
|
float: left;
|
|
73
|
+
width: 28px;
|
|
72
74
|
|
|
73
75
|
svg {
|
|
74
76
|
vertical-align: middle;
|
|
@@ -89,6 +91,7 @@
|
|
|
89
91
|
font-size: getCssVar('font-size', 'small');
|
|
90
92
|
color: getCssVar('text-color', 'regular');
|
|
91
93
|
background-color: transparent;
|
|
94
|
+
flex-grow: 1;
|
|
92
95
|
|
|
93
96
|
&::placeholder {
|
|
94
97
|
color: getCssVar('text-color', 'placeholder');
|
|
@@ -96,7 +99,6 @@
|
|
|
96
99
|
}
|
|
97
100
|
|
|
98
101
|
.#{$namespace}-range-separator {
|
|
99
|
-
flex: 1;
|
|
100
102
|
display: inline-flex;
|
|
101
103
|
justify-content: center;
|
|
102
104
|
align-items: center;
|
|
@@ -114,6 +116,7 @@
|
|
|
114
116
|
height: inherit;
|
|
115
117
|
width: unset;
|
|
116
118
|
cursor: pointer;
|
|
119
|
+
margin-left: 8px;
|
|
117
120
|
|
|
118
121
|
&:hover {
|
|
119
122
|
color: getCssVar('text-color', 'secondary');
|
|
@@ -853,6 +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: 400px;
|
|
856
857
|
}
|
|
857
858
|
.el-date-editor.el-input__wrapper {
|
|
858
859
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -895,6 +896,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
895
896
|
font-size: 14px;
|
|
896
897
|
color: var(--el-text-color-placeholder);
|
|
897
898
|
float: left;
|
|
899
|
+
width: 28px;
|
|
898
900
|
}
|
|
899
901
|
.el-date-editor .el-range__icon svg {
|
|
900
902
|
vertical-align: middle;
|
|
@@ -913,12 +915,12 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
913
915
|
font-size: var(--el-font-size-small);
|
|
914
916
|
color: var(--el-text-color-regular);
|
|
915
917
|
background-color: transparent;
|
|
918
|
+
flex-grow: 1;
|
|
916
919
|
}
|
|
917
920
|
.el-date-editor .el-range-input::placeholder {
|
|
918
921
|
color: var(--el-text-color-placeholder);
|
|
919
922
|
}
|
|
920
923
|
.el-date-editor .el-range-separator {
|
|
921
|
-
flex: 1;
|
|
922
924
|
display: inline-flex;
|
|
923
925
|
justify-content: center;
|
|
924
926
|
align-items: center;
|
|
@@ -935,6 +937,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
935
937
|
height: inherit;
|
|
936
938
|
width: unset;
|
|
937
939
|
cursor: pointer;
|
|
940
|
+
margin-left: 8px;
|
|
938
941
|
}
|
|
939
942
|
.el-date-editor .el-range__close-icon:hover {
|
|
940
943
|
color: var(--el-text-color-secondary);
|
|
@@ -7264,6 +7264,7 @@ heights > $common-component-size
|
|
|
7264
7264
|
position: relative;
|
|
7265
7265
|
text-align: left;
|
|
7266
7266
|
vertical-align: middle;
|
|
7267
|
+
min-width: 400px;
|
|
7267
7268
|
}
|
|
7268
7269
|
.el-date-editor.el-input__wrapper {
|
|
7269
7270
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -7306,6 +7307,7 @@ heights > $common-component-size
|
|
|
7306
7307
|
font-size: 14px;
|
|
7307
7308
|
color: var(--el-text-color-placeholder);
|
|
7308
7309
|
float: left;
|
|
7310
|
+
width: 28px;
|
|
7309
7311
|
}
|
|
7310
7312
|
.el-date-editor .el-range__icon svg {
|
|
7311
7313
|
vertical-align: middle;
|
|
@@ -7324,12 +7326,12 @@ heights > $common-component-size
|
|
|
7324
7326
|
font-size: var(--el-font-size-small);
|
|
7325
7327
|
color: var(--el-text-color-regular);
|
|
7326
7328
|
background-color: transparent;
|
|
7329
|
+
flex-grow: 1;
|
|
7327
7330
|
}
|
|
7328
7331
|
.el-date-editor .el-range-input::placeholder {
|
|
7329
7332
|
color: var(--el-text-color-placeholder);
|
|
7330
7333
|
}
|
|
7331
7334
|
.el-date-editor .el-range-separator {
|
|
7332
|
-
flex: 1;
|
|
7333
7335
|
display: inline-flex;
|
|
7334
7336
|
justify-content: center;
|
|
7335
7337
|
align-items: center;
|
|
@@ -7346,6 +7348,7 @@ heights > $common-component-size
|
|
|
7346
7348
|
height: inherit;
|
|
7347
7349
|
width: unset;
|
|
7348
7350
|
cursor: pointer;
|
|
7351
|
+
margin-left: 8px;
|
|
7349
7352
|
}
|
|
7350
7353
|
.el-date-editor .el-range__close-icon:hover {
|
|
7351
7354
|
color: var(--el-text-color-secondary);
|
|
@@ -470,6 +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: 400px;
|
|
473
474
|
}
|
|
474
475
|
.el-date-editor.el-input__wrapper {
|
|
475
476
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -512,6 +513,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
512
513
|
font-size: 14px;
|
|
513
514
|
color: var(--el-text-color-placeholder);
|
|
514
515
|
float: left;
|
|
516
|
+
width: 28px;
|
|
515
517
|
}
|
|
516
518
|
.el-date-editor .el-range__icon svg {
|
|
517
519
|
vertical-align: middle;
|
|
@@ -530,12 +532,12 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
530
532
|
font-size: var(--el-font-size-small);
|
|
531
533
|
color: var(--el-text-color-regular);
|
|
532
534
|
background-color: transparent;
|
|
535
|
+
flex-grow: 1;
|
|
533
536
|
}
|
|
534
537
|
.el-date-editor .el-range-input::placeholder {
|
|
535
538
|
color: var(--el-text-color-placeholder);
|
|
536
539
|
}
|
|
537
540
|
.el-date-editor .el-range-separator {
|
|
538
|
-
flex: 1;
|
|
539
541
|
display: inline-flex;
|
|
540
542
|
justify-content: center;
|
|
541
543
|
align-items: center;
|
|
@@ -552,6 +554,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
552
554
|
height: inherit;
|
|
553
555
|
width: unset;
|
|
554
556
|
cursor: pointer;
|
|
557
|
+
margin-left: 8px;
|
|
555
558
|
}
|
|
556
559
|
.el-date-editor .el-range__close-icon:hover {
|
|
557
560
|
color: var(--el-text-color-secondary);
|
|
@@ -470,6 +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: 400px;
|
|
473
474
|
}
|
|
474
475
|
.el-date-editor.el-input__wrapper {
|
|
475
476
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -512,6 +513,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
512
513
|
font-size: 14px;
|
|
513
514
|
color: var(--el-text-color-placeholder);
|
|
514
515
|
float: left;
|
|
516
|
+
width: 28px;
|
|
515
517
|
}
|
|
516
518
|
.el-date-editor .el-range__icon svg {
|
|
517
519
|
vertical-align: middle;
|
|
@@ -530,12 +532,12 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
530
532
|
font-size: var(--el-font-size-small);
|
|
531
533
|
color: var(--el-text-color-regular);
|
|
532
534
|
background-color: transparent;
|
|
535
|
+
flex-grow: 1;
|
|
533
536
|
}
|
|
534
537
|
.el-date-editor .el-range-input::placeholder {
|
|
535
538
|
color: var(--el-text-color-placeholder);
|
|
536
539
|
}
|
|
537
540
|
.el-date-editor .el-range-separator {
|
|
538
|
-
flex: 1;
|
|
539
541
|
display: inline-flex;
|
|
540
542
|
justify-content: center;
|
|
541
543
|
align-items: center;
|
|
@@ -552,6 +554,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
552
554
|
height: inherit;
|
|
553
555
|
width: unset;
|
|
554
556
|
cursor: pointer;
|
|
557
|
+
margin-left: 8px;
|
|
555
558
|
}
|
|
556
559
|
.el-date-editor .el-range__close-icon:hover {
|
|
557
560
|
color: var(--el-text-color-secondary);
|
package/package.json
CHANGED