@timus-networks/theme 2.4.288 → 2.4.290
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 +3 -35
- package/dist/runtime/public/scss/element-plus/index.css +3 -35
- package/dist/runtime/public/scss/element-plus/select-v2.css +0 -30
- package/dist/runtime/public/scss/element-plus/select.css +0 -30
- package/dist/runtime/public/scss/element-plus/select.scss +0 -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.289";
|
|
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 = {
|
|
@@ -13983,36 +13983,6 @@ heights > $common-component-size
|
|
|
13983
13983
|
flex-wrap: wrap;
|
|
13984
13984
|
}
|
|
13985
13985
|
|
|
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
13986
|
.el-skeleton {
|
|
14017
13987
|
--el-skeleton-circle-size: var(--el-avatar-size);
|
|
14018
13988
|
}
|
|
@@ -16599,6 +16569,9 @@ heights > $common-component-size
|
|
|
16599
16569
|
.el-tag .el-tag__close {
|
|
16600
16570
|
flex-shrink: 0;
|
|
16601
16571
|
color: var(--el-tag-text-color);
|
|
16572
|
+
height: stretch;
|
|
16573
|
+
margin-left: 4px;
|
|
16574
|
+
margin-right: -3px;
|
|
16602
16575
|
}
|
|
16603
16576
|
.el-tag .el-tag__close:hover {
|
|
16604
16577
|
color: var(--el-color-white);
|
|
@@ -16635,11 +16608,6 @@ heights > $common-component-size
|
|
|
16635
16608
|
height: var(--el-icon-size);
|
|
16636
16609
|
width: var(--el-icon-size);
|
|
16637
16610
|
}
|
|
16638
|
-
.el-tag .el-tag__close {
|
|
16639
|
-
margin-left: 8px;
|
|
16640
|
-
margin-left: 4px;
|
|
16641
|
-
margin-right: -3px;
|
|
16642
|
-
}
|
|
16643
16611
|
.el-tag--dark {
|
|
16644
16612
|
--el-tag-text-color: var(--el-color-white);
|
|
16645
16613
|
--el-tag-bg-color: var(--el-color-primary);
|
|
@@ -13091,36 +13091,6 @@ h6,
|
|
|
13091
13091
|
flex-wrap: wrap;
|
|
13092
13092
|
}
|
|
13093
13093
|
|
|
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
13094
|
.el-skeleton {
|
|
13125
13095
|
--el-skeleton-circle-size: var(--el-avatar-size);
|
|
13126
13096
|
}
|
|
@@ -15707,6 +15677,9 @@ h6,
|
|
|
15707
15677
|
.el-tag .el-tag__close {
|
|
15708
15678
|
flex-shrink: 0;
|
|
15709
15679
|
color: var(--el-tag-text-color);
|
|
15680
|
+
height: stretch;
|
|
15681
|
+
margin-left: 4px;
|
|
15682
|
+
margin-right: -3px;
|
|
15710
15683
|
}
|
|
15711
15684
|
.el-tag .el-tag__close:hover {
|
|
15712
15685
|
color: var(--el-color-white);
|
|
@@ -15743,11 +15716,6 @@ h6,
|
|
|
15743
15716
|
height: var(--el-icon-size);
|
|
15744
15717
|
width: var(--el-icon-size);
|
|
15745
15718
|
}
|
|
15746
|
-
.el-tag .el-tag__close {
|
|
15747
|
-
margin-left: 8px;
|
|
15748
|
-
margin-left: 4px;
|
|
15749
|
-
margin-right: -3px;
|
|
15750
|
-
}
|
|
15751
15719
|
.el-tag--dark {
|
|
15752
15720
|
--el-tag-text-color: var(--el-color-white);
|
|
15753
15721
|
--el-tag-bg-color: var(--el-color-primary);
|
|
@@ -831,34 +831,4 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
831
831
|
|
|
832
832
|
.el-select.wrap .el-select__selection {
|
|
833
833
|
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
834
|
}
|
|
@@ -831,34 +831,4 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
831
831
|
|
|
832
832
|
.el-select.wrap .el-select__selection {
|
|
833
833
|
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
834
|
}
|
|
@@ -329,43 +329,3 @@
|
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
331
|
}
|
|
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