@timus-networks/theme 2.4.288 → 2.4.291
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 +21 -35
- package/dist/runtime/public/scss/element-plus/index.css +21 -35
- package/dist/runtime/public/scss/element-plus/select-v2.css +18 -30
- package/dist/runtime/public/scss/element-plus/select.css +18 -30
- package/dist/runtime/public/scss/element-plus/select.scss +23 -40
- package/dist/runtime/public/scss/element-plus/tag.css +3 -5
- package/dist/runtime/public/scss/element-plus/tag.scss +3 -6
- 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.290";
|
|
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 = {
|
|
@@ -13702,6 +13702,24 @@ heights > $common-component-size
|
|
|
13702
13702
|
color: var(--el-select-disabled-color);
|
|
13703
13703
|
}
|
|
13704
13704
|
|
|
13705
|
+
.el-select__wrapper.is-disabled.is-filterable .el-select__selection {
|
|
13706
|
+
overflow: hidden;
|
|
13707
|
+
flex: 1 1 auto;
|
|
13708
|
+
min-width: 0;
|
|
13709
|
+
}
|
|
13710
|
+
.el-select__wrapper.is-disabled.is-filterable .el-select__placeholder {
|
|
13711
|
+
position: relative;
|
|
13712
|
+
top: auto;
|
|
13713
|
+
transform: none;
|
|
13714
|
+
width: auto;
|
|
13715
|
+
max-width: 100%;
|
|
13716
|
+
flex: 1 1 auto;
|
|
13717
|
+
min-width: 0;
|
|
13718
|
+
overflow: hidden;
|
|
13719
|
+
text-overflow: ellipsis;
|
|
13720
|
+
white-space: nowrap;
|
|
13721
|
+
}
|
|
13722
|
+
|
|
13705
13723
|
.el-select__prefix {
|
|
13706
13724
|
display: flex;
|
|
13707
13725
|
align-items: center;
|
|
@@ -13983,36 +14001,6 @@ heights > $common-component-size
|
|
|
13983
14001
|
flex-wrap: wrap;
|
|
13984
14002
|
}
|
|
13985
14003
|
|
|
13986
|
-
.el-form-items .el-select .el-select__placeholder {
|
|
13987
|
-
min-width: 0;
|
|
13988
|
-
max-width: 100%;
|
|
13989
|
-
}
|
|
13990
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item:not(.el-tooltip__trigger) {
|
|
13991
|
-
flex: 0 1 auto;
|
|
13992
|
-
min-width: 0;
|
|
13993
|
-
overflow: hidden;
|
|
13994
|
-
max-width: 100%;
|
|
13995
|
-
}
|
|
13996
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item:not(.el-tooltip__trigger):has(+ .el-select__selected-item.el-tooltip__trigger) {
|
|
13997
|
-
max-width: calc(100% - 3rem);
|
|
13998
|
-
}
|
|
13999
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item:not(.el-tooltip__trigger) .el-tag {
|
|
14000
|
-
max-width: 100% !important;
|
|
14001
|
-
width: 100%;
|
|
14002
|
-
}
|
|
14003
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item.el-tooltip__trigger {
|
|
14004
|
-
flex: 0 0 auto;
|
|
14005
|
-
width: auto;
|
|
14006
|
-
max-width: none;
|
|
14007
|
-
position: static;
|
|
14008
|
-
display: inline-flex;
|
|
14009
|
-
align-items: center;
|
|
14010
|
-
}
|
|
14011
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item.el-tooltip__trigger .el-tag {
|
|
14012
|
-
width: auto !important;
|
|
14013
|
-
max-width: none !important;
|
|
14014
|
-
}
|
|
14015
|
-
|
|
14016
14004
|
.el-skeleton {
|
|
14017
14005
|
--el-skeleton-circle-size: var(--el-avatar-size);
|
|
14018
14006
|
}
|
|
@@ -16599,6 +16587,9 @@ heights > $common-component-size
|
|
|
16599
16587
|
.el-tag .el-tag__close {
|
|
16600
16588
|
flex-shrink: 0;
|
|
16601
16589
|
color: var(--el-tag-text-color);
|
|
16590
|
+
height: stretch;
|
|
16591
|
+
margin-left: 4px;
|
|
16592
|
+
margin-right: -3px;
|
|
16602
16593
|
}
|
|
16603
16594
|
.el-tag .el-tag__close:hover {
|
|
16604
16595
|
color: var(--el-color-white);
|
|
@@ -16635,11 +16626,6 @@ heights > $common-component-size
|
|
|
16635
16626
|
height: var(--el-icon-size);
|
|
16636
16627
|
width: var(--el-icon-size);
|
|
16637
16628
|
}
|
|
16638
|
-
.el-tag .el-tag__close {
|
|
16639
|
-
margin-left: 8px;
|
|
16640
|
-
margin-left: 4px;
|
|
16641
|
-
margin-right: -3px;
|
|
16642
|
-
}
|
|
16643
16629
|
.el-tag--dark {
|
|
16644
16630
|
--el-tag-text-color: var(--el-color-white);
|
|
16645
16631
|
--el-tag-bg-color: var(--el-color-primary);
|
|
@@ -12810,6 +12810,24 @@ h6,
|
|
|
12810
12810
|
color: var(--el-select-disabled-color);
|
|
12811
12811
|
}
|
|
12812
12812
|
|
|
12813
|
+
.el-select__wrapper.is-disabled.is-filterable .el-select__selection {
|
|
12814
|
+
overflow: hidden;
|
|
12815
|
+
flex: 1 1 auto;
|
|
12816
|
+
min-width: 0;
|
|
12817
|
+
}
|
|
12818
|
+
.el-select__wrapper.is-disabled.is-filterable .el-select__placeholder {
|
|
12819
|
+
position: relative;
|
|
12820
|
+
top: auto;
|
|
12821
|
+
transform: none;
|
|
12822
|
+
width: auto;
|
|
12823
|
+
max-width: 100%;
|
|
12824
|
+
flex: 1 1 auto;
|
|
12825
|
+
min-width: 0;
|
|
12826
|
+
overflow: hidden;
|
|
12827
|
+
text-overflow: ellipsis;
|
|
12828
|
+
white-space: nowrap;
|
|
12829
|
+
}
|
|
12830
|
+
|
|
12813
12831
|
.el-select__prefix {
|
|
12814
12832
|
display: flex;
|
|
12815
12833
|
align-items: center;
|
|
@@ -13091,36 +13109,6 @@ h6,
|
|
|
13091
13109
|
flex-wrap: wrap;
|
|
13092
13110
|
}
|
|
13093
13111
|
|
|
13094
|
-
.el-form-items .el-select .el-select__placeholder {
|
|
13095
|
-
min-width: 0;
|
|
13096
|
-
max-width: 100%;
|
|
13097
|
-
}
|
|
13098
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item:not(.el-tooltip__trigger) {
|
|
13099
|
-
flex: 0 1 auto;
|
|
13100
|
-
min-width: 0;
|
|
13101
|
-
overflow: hidden;
|
|
13102
|
-
max-width: 100%;
|
|
13103
|
-
}
|
|
13104
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item:not(.el-tooltip__trigger):has(+ .el-select__selected-item.el-tooltip__trigger) {
|
|
13105
|
-
max-width: calc(100% - 3rem);
|
|
13106
|
-
}
|
|
13107
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item:not(.el-tooltip__trigger) .el-tag {
|
|
13108
|
-
max-width: 100% !important;
|
|
13109
|
-
width: 100%;
|
|
13110
|
-
}
|
|
13111
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item.el-tooltip__trigger {
|
|
13112
|
-
flex: 0 0 auto;
|
|
13113
|
-
width: auto;
|
|
13114
|
-
max-width: none;
|
|
13115
|
-
position: static;
|
|
13116
|
-
display: inline-flex;
|
|
13117
|
-
align-items: center;
|
|
13118
|
-
}
|
|
13119
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item.el-tooltip__trigger .el-tag {
|
|
13120
|
-
width: auto !important;
|
|
13121
|
-
max-width: none !important;
|
|
13122
|
-
}
|
|
13123
|
-
|
|
13124
13112
|
.el-skeleton {
|
|
13125
13113
|
--el-skeleton-circle-size: var(--el-avatar-size);
|
|
13126
13114
|
}
|
|
@@ -15707,6 +15695,9 @@ h6,
|
|
|
15707
15695
|
.el-tag .el-tag__close {
|
|
15708
15696
|
flex-shrink: 0;
|
|
15709
15697
|
color: var(--el-tag-text-color);
|
|
15698
|
+
height: stretch;
|
|
15699
|
+
margin-left: 4px;
|
|
15700
|
+
margin-right: -3px;
|
|
15710
15701
|
}
|
|
15711
15702
|
.el-tag .el-tag__close:hover {
|
|
15712
15703
|
color: var(--el-color-white);
|
|
@@ -15743,11 +15734,6 @@ h6,
|
|
|
15743
15734
|
height: var(--el-icon-size);
|
|
15744
15735
|
width: var(--el-icon-size);
|
|
15745
15736
|
}
|
|
15746
|
-
.el-tag .el-tag__close {
|
|
15747
|
-
margin-left: 8px;
|
|
15748
|
-
margin-left: 4px;
|
|
15749
|
-
margin-right: -3px;
|
|
15750
|
-
}
|
|
15751
15737
|
.el-tag--dark {
|
|
15752
15738
|
--el-tag-text-color: var(--el-color-white);
|
|
15753
15739
|
--el-tag-bg-color: var(--el-color-primary);
|
|
@@ -552,6 +552,24 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
552
552
|
color: var(--el-select-disabled-color);
|
|
553
553
|
}
|
|
554
554
|
|
|
555
|
+
.el-select__wrapper.is-disabled.is-filterable .el-select__selection {
|
|
556
|
+
overflow: hidden;
|
|
557
|
+
flex: 1 1 auto;
|
|
558
|
+
min-width: 0;
|
|
559
|
+
}
|
|
560
|
+
.el-select__wrapper.is-disabled.is-filterable .el-select__placeholder {
|
|
561
|
+
position: relative;
|
|
562
|
+
top: auto;
|
|
563
|
+
transform: none;
|
|
564
|
+
width: auto;
|
|
565
|
+
max-width: 100%;
|
|
566
|
+
flex: 1 1 auto;
|
|
567
|
+
min-width: 0;
|
|
568
|
+
overflow: hidden;
|
|
569
|
+
text-overflow: ellipsis;
|
|
570
|
+
white-space: nowrap;
|
|
571
|
+
}
|
|
572
|
+
|
|
555
573
|
.el-select__prefix {
|
|
556
574
|
display: flex;
|
|
557
575
|
align-items: center;
|
|
@@ -831,34 +849,4 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
831
849
|
|
|
832
850
|
.el-select.wrap .el-select__selection {
|
|
833
851
|
flex-wrap: wrap;
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
.el-form-items .el-select .el-select__placeholder {
|
|
837
|
-
min-width: 0;
|
|
838
|
-
max-width: 100%;
|
|
839
|
-
}
|
|
840
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item:not(.el-tooltip__trigger) {
|
|
841
|
-
flex: 0 1 auto;
|
|
842
|
-
min-width: 0;
|
|
843
|
-
overflow: hidden;
|
|
844
|
-
max-width: 100%;
|
|
845
|
-
}
|
|
846
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item:not(.el-tooltip__trigger):has(+ .el-select__selected-item.el-tooltip__trigger) {
|
|
847
|
-
max-width: calc(100% - 3rem);
|
|
848
|
-
}
|
|
849
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item:not(.el-tooltip__trigger) .el-tag {
|
|
850
|
-
max-width: 100% !important;
|
|
851
|
-
width: 100%;
|
|
852
|
-
}
|
|
853
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item.el-tooltip__trigger {
|
|
854
|
-
flex: 0 0 auto;
|
|
855
|
-
width: auto;
|
|
856
|
-
max-width: none;
|
|
857
|
-
position: static;
|
|
858
|
-
display: inline-flex;
|
|
859
|
-
align-items: center;
|
|
860
|
-
}
|
|
861
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item.el-tooltip__trigger .el-tag {
|
|
862
|
-
width: auto !important;
|
|
863
|
-
max-width: none !important;
|
|
864
852
|
}
|
|
@@ -552,6 +552,24 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
552
552
|
color: var(--el-select-disabled-color);
|
|
553
553
|
}
|
|
554
554
|
|
|
555
|
+
.el-select__wrapper.is-disabled.is-filterable .el-select__selection {
|
|
556
|
+
overflow: hidden;
|
|
557
|
+
flex: 1 1 auto;
|
|
558
|
+
min-width: 0;
|
|
559
|
+
}
|
|
560
|
+
.el-select__wrapper.is-disabled.is-filterable .el-select__placeholder {
|
|
561
|
+
position: relative;
|
|
562
|
+
top: auto;
|
|
563
|
+
transform: none;
|
|
564
|
+
width: auto;
|
|
565
|
+
max-width: 100%;
|
|
566
|
+
flex: 1 1 auto;
|
|
567
|
+
min-width: 0;
|
|
568
|
+
overflow: hidden;
|
|
569
|
+
text-overflow: ellipsis;
|
|
570
|
+
white-space: nowrap;
|
|
571
|
+
}
|
|
572
|
+
|
|
555
573
|
.el-select__prefix {
|
|
556
574
|
display: flex;
|
|
557
575
|
align-items: center;
|
|
@@ -831,34 +849,4 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
831
849
|
|
|
832
850
|
.el-select.wrap .el-select__selection {
|
|
833
851
|
flex-wrap: wrap;
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
.el-form-items .el-select .el-select__placeholder {
|
|
837
|
-
min-width: 0;
|
|
838
|
-
max-width: 100%;
|
|
839
|
-
}
|
|
840
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item:not(.el-tooltip__trigger) {
|
|
841
|
-
flex: 0 1 auto;
|
|
842
|
-
min-width: 0;
|
|
843
|
-
overflow: hidden;
|
|
844
|
-
max-width: 100%;
|
|
845
|
-
}
|
|
846
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item:not(.el-tooltip__trigger):has(+ .el-select__selected-item.el-tooltip__trigger) {
|
|
847
|
-
max-width: calc(100% - 3rem);
|
|
848
|
-
}
|
|
849
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item:not(.el-tooltip__trigger) .el-tag {
|
|
850
|
-
max-width: 100% !important;
|
|
851
|
-
width: 100%;
|
|
852
|
-
}
|
|
853
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item.el-tooltip__trigger {
|
|
854
|
-
flex: 0 0 auto;
|
|
855
|
-
width: auto;
|
|
856
|
-
max-width: none;
|
|
857
|
-
position: static;
|
|
858
|
-
display: inline-flex;
|
|
859
|
-
align-items: center;
|
|
860
|
-
}
|
|
861
|
-
.el-form-items .el-select .el-select__selection > .el-select__selected-item.el-tooltip__trigger .el-tag {
|
|
862
|
-
width: auto !important;
|
|
863
|
-
max-width: none !important;
|
|
864
852
|
}
|
|
@@ -126,6 +126,29 @@
|
|
|
126
126
|
@include e(suffix) {
|
|
127
127
|
color: getCssVar('select-disabled-color');
|
|
128
128
|
}
|
|
129
|
+
|
|
130
|
+
// Disabled filterable selects hide the input wrapper; the label lives in an
|
|
131
|
+
// absolutely positioned placeholder. Reset to flex flow so ellipsis can apply.
|
|
132
|
+
@include when(filterable) {
|
|
133
|
+
.#{$namespace}-select__selection {
|
|
134
|
+
overflow: hidden;
|
|
135
|
+
flex: 1 1 auto;
|
|
136
|
+
min-width: 0;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.#{$namespace}-select__placeholder {
|
|
140
|
+
position: relative;
|
|
141
|
+
top: auto;
|
|
142
|
+
transform: none;
|
|
143
|
+
width: auto;
|
|
144
|
+
max-width: 100%;
|
|
145
|
+
flex: 1 1 auto;
|
|
146
|
+
min-width: 0;
|
|
147
|
+
overflow: hidden;
|
|
148
|
+
text-overflow: ellipsis;
|
|
149
|
+
white-space: nowrap;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
129
152
|
}
|
|
130
153
|
}
|
|
131
154
|
|
|
@@ -329,43 +352,3 @@
|
|
|
329
352
|
}
|
|
330
353
|
}
|
|
331
354
|
}
|
|
332
|
-
|
|
333
|
-
// el-form-items value selects (rules port-input, ztna source, etc.) — collapse-tags layout
|
|
334
|
-
.el-form-items .#{$namespace}-select {
|
|
335
|
-
.#{$namespace}-select__placeholder {
|
|
336
|
-
min-width: 0;
|
|
337
|
-
max-width: 100%;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.#{$namespace}-select__selection {
|
|
341
|
-
& > .#{$namespace}-select__selected-item:not(.#{$namespace}-tooltip__trigger) {
|
|
342
|
-
flex: 0 1 auto;
|
|
343
|
-
min-width: 0;
|
|
344
|
-
overflow: hidden;
|
|
345
|
-
max-width: 100%;
|
|
346
|
-
|
|
347
|
-
&:has(+ .#{$namespace}-select__selected-item.#{$namespace}-tooltip__trigger) {
|
|
348
|
-
max-width: calc(100% - 3rem);
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
.#{$namespace}-tag {
|
|
352
|
-
max-width: 100% !important;
|
|
353
|
-
width: 100%;
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
& > .#{$namespace}-select__selected-item.#{$namespace}-tooltip__trigger {
|
|
358
|
-
flex: 0 0 auto;
|
|
359
|
-
width: auto;
|
|
360
|
-
max-width: none;
|
|
361
|
-
position: static;
|
|
362
|
-
display: inline-flex;
|
|
363
|
-
align-items: center;
|
|
364
|
-
|
|
365
|
-
.#{$namespace}-tag {
|
|
366
|
-
width: auto !important;
|
|
367
|
-
max-width: none !important;
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
}
|
|
371
|
-
}
|
|
@@ -380,6 +380,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
380
380
|
.el-tag .el-tag__close {
|
|
381
381
|
flex-shrink: 0;
|
|
382
382
|
color: var(--el-tag-text-color);
|
|
383
|
+
height: stretch;
|
|
384
|
+
margin-left: 4px;
|
|
385
|
+
margin-right: -3px;
|
|
383
386
|
}
|
|
384
387
|
.el-tag .el-tag__close:hover {
|
|
385
388
|
color: var(--el-color-white);
|
|
@@ -416,11 +419,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
416
419
|
height: var(--el-icon-size);
|
|
417
420
|
width: var(--el-icon-size);
|
|
418
421
|
}
|
|
419
|
-
.el-tag .el-tag__close {
|
|
420
|
-
margin-left: 8px;
|
|
421
|
-
margin-left: 4px;
|
|
422
|
-
margin-right: -3px;
|
|
423
|
-
}
|
|
424
422
|
.el-tag--dark {
|
|
425
423
|
--el-tag-text-color: var(--el-color-white);
|
|
426
424
|
--el-tag-bg-color: var(--el-color-primary);
|
|
@@ -82,6 +82,9 @@ $tag-icon-span-gap: map.merge(
|
|
|
82
82
|
.#{$namespace}-tag__close {
|
|
83
83
|
flex-shrink: 0;
|
|
84
84
|
color: getCssVar('tag', 'text-color');
|
|
85
|
+
height: stretch;
|
|
86
|
+
margin-left: 4px;
|
|
87
|
+
margin-right: -3px;
|
|
85
88
|
|
|
86
89
|
&:hover {
|
|
87
90
|
color: getCssVar('color-white');
|
|
@@ -106,12 +109,6 @@ $tag-icon-span-gap: map.merge(
|
|
|
106
109
|
width: getCssVar('icon-size');
|
|
107
110
|
}
|
|
108
111
|
|
|
109
|
-
.#{$namespace}-tag__close {
|
|
110
|
-
margin-left: map.get($tag-icon-span-gap, 'default');
|
|
111
|
-
margin-left: 4px;
|
|
112
|
-
margin-right: -3px;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
112
|
@include m(dark) {
|
|
116
113
|
@include css-var-from-global(('tag', 'text-color'), ('color', 'white'));
|
|
117
114
|
@include genTheme('', '', 'light-3');
|
package/package.json
CHANGED