@timus-networks/theme 2.4.273 → 2.4.274
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 +5 -3
- package/dist/runtime/public/scss/element-plus/index.css +5 -3
- package/dist/runtime/public/scss/element-plus/select-v2.css +5 -3
- package/dist/runtime/public/scss/element-plus/select.css +5 -3
- package/dist/runtime/public/scss/element-plus/select.scss +7 -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.273";
|
|
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 = {
|
|
@@ -13743,10 +13743,10 @@ heights > $common-component-size
|
|
|
13743
13743
|
white-space: nowrap;
|
|
13744
13744
|
text-overflow: ellipsis;
|
|
13745
13745
|
width: min-content;
|
|
13746
|
-
max-width: calc(100% -
|
|
13746
|
+
max-width: calc(100% - 120px);
|
|
13747
13747
|
}
|
|
13748
13748
|
.el-select__selected-item.el-tooltip__trigger {
|
|
13749
|
-
|
|
13749
|
+
max-width: min-content;
|
|
13750
13750
|
}
|
|
13751
13751
|
.el-select__selected-item {
|
|
13752
13752
|
/* buraya kadar ekledim truncate etmek için */
|
|
@@ -13757,6 +13757,9 @@ heights > $common-component-size
|
|
|
13757
13757
|
--el-tag-hover-color: var(--el-color-primary-light-5);
|
|
13758
13758
|
--el-tag-text-color: var(--el-color-primary-light-5);
|
|
13759
13759
|
}
|
|
13760
|
+
.el-select__selected-item:has(.el-select__selected-item + .el-tooltip__trigger) {
|
|
13761
|
+
max-width: calc(100% - 160px);
|
|
13762
|
+
}
|
|
13760
13763
|
|
|
13761
13764
|
.el-select__tags-text {
|
|
13762
13765
|
display: block;
|
|
@@ -13810,7 +13813,6 @@ heights > $common-component-size
|
|
|
13810
13813
|
|
|
13811
13814
|
.el-select__input-wrapper {
|
|
13812
13815
|
flex-grow: 1;
|
|
13813
|
-
width: auto;
|
|
13814
13816
|
min-width: 120px;
|
|
13815
13817
|
}
|
|
13816
13818
|
.el-select__input-wrapper input {
|
|
@@ -12851,10 +12851,10 @@ h6,
|
|
|
12851
12851
|
white-space: nowrap;
|
|
12852
12852
|
text-overflow: ellipsis;
|
|
12853
12853
|
width: min-content;
|
|
12854
|
-
max-width: calc(100% -
|
|
12854
|
+
max-width: calc(100% - 120px);
|
|
12855
12855
|
}
|
|
12856
12856
|
.el-select__selected-item.el-tooltip__trigger {
|
|
12857
|
-
|
|
12857
|
+
max-width: min-content;
|
|
12858
12858
|
}
|
|
12859
12859
|
.el-select__selected-item {
|
|
12860
12860
|
/* buraya kadar ekledim truncate etmek için */
|
|
@@ -12865,6 +12865,9 @@ h6,
|
|
|
12865
12865
|
--el-tag-hover-color: var(--el-color-primary-light-5);
|
|
12866
12866
|
--el-tag-text-color: var(--el-color-primary-light-5);
|
|
12867
12867
|
}
|
|
12868
|
+
.el-select__selected-item:has(.el-select__selected-item + .el-tooltip__trigger) {
|
|
12869
|
+
max-width: calc(100% - 160px);
|
|
12870
|
+
}
|
|
12868
12871
|
|
|
12869
12872
|
.el-select__tags-text {
|
|
12870
12873
|
display: block;
|
|
@@ -12918,7 +12921,6 @@ h6,
|
|
|
12918
12921
|
|
|
12919
12922
|
.el-select__input-wrapper {
|
|
12920
12923
|
flex-grow: 1;
|
|
12921
|
-
width: auto;
|
|
12922
12924
|
min-width: 120px;
|
|
12923
12925
|
}
|
|
12924
12926
|
.el-select__input-wrapper input {
|
|
@@ -593,10 +593,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
593
593
|
white-space: nowrap;
|
|
594
594
|
text-overflow: ellipsis;
|
|
595
595
|
width: min-content;
|
|
596
|
-
max-width: calc(100% -
|
|
596
|
+
max-width: calc(100% - 120px);
|
|
597
597
|
}
|
|
598
598
|
.el-select__selected-item.el-tooltip__trigger {
|
|
599
|
-
|
|
599
|
+
max-width: min-content;
|
|
600
600
|
}
|
|
601
601
|
.el-select__selected-item {
|
|
602
602
|
/* buraya kadar ekledim truncate etmek için */
|
|
@@ -607,6 +607,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
607
607
|
--el-tag-hover-color: var(--el-color-primary-light-5);
|
|
608
608
|
--el-tag-text-color: var(--el-color-primary-light-5);
|
|
609
609
|
}
|
|
610
|
+
.el-select__selected-item:has(.el-select__selected-item + .el-tooltip__trigger) {
|
|
611
|
+
max-width: calc(100% - 160px);
|
|
612
|
+
}
|
|
610
613
|
|
|
611
614
|
.el-select__tags-text {
|
|
612
615
|
display: block;
|
|
@@ -660,7 +663,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
660
663
|
|
|
661
664
|
.el-select__input-wrapper {
|
|
662
665
|
flex-grow: 1;
|
|
663
|
-
width: auto;
|
|
664
666
|
min-width: 120px;
|
|
665
667
|
}
|
|
666
668
|
.el-select__input-wrapper input {
|
|
@@ -593,10 +593,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
593
593
|
white-space: nowrap;
|
|
594
594
|
text-overflow: ellipsis;
|
|
595
595
|
width: min-content;
|
|
596
|
-
max-width: calc(100% -
|
|
596
|
+
max-width: calc(100% - 120px);
|
|
597
597
|
}
|
|
598
598
|
.el-select__selected-item.el-tooltip__trigger {
|
|
599
|
-
|
|
599
|
+
max-width: min-content;
|
|
600
600
|
}
|
|
601
601
|
.el-select__selected-item {
|
|
602
602
|
/* buraya kadar ekledim truncate etmek için */
|
|
@@ -607,6 +607,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
607
607
|
--el-tag-hover-color: var(--el-color-primary-light-5);
|
|
608
608
|
--el-tag-text-color: var(--el-color-primary-light-5);
|
|
609
609
|
}
|
|
610
|
+
.el-select__selected-item:has(.el-select__selected-item + .el-tooltip__trigger) {
|
|
611
|
+
max-width: calc(100% - 160px);
|
|
612
|
+
}
|
|
610
613
|
|
|
611
614
|
.el-select__tags-text {
|
|
612
615
|
display: block;
|
|
@@ -660,7 +663,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
660
663
|
|
|
661
664
|
.el-select__input-wrapper {
|
|
662
665
|
flex-grow: 1;
|
|
663
|
-
width: auto;
|
|
664
666
|
min-width: 120px;
|
|
665
667
|
}
|
|
666
668
|
.el-select__input-wrapper input {
|
|
@@ -182,10 +182,10 @@
|
|
|
182
182
|
// overflow: hidden;
|
|
183
183
|
text-overflow: ellipsis;
|
|
184
184
|
width: min-content;
|
|
185
|
-
max-width: calc(100% -
|
|
185
|
+
max-width: calc(100% - 120px);
|
|
186
186
|
|
|
187
187
|
&.el-tooltip__trigger {
|
|
188
|
-
|
|
188
|
+
max-width: min-content;
|
|
189
189
|
}
|
|
190
190
|
/* buraya kadar ekledim truncate etmek için */
|
|
191
191
|
|
|
@@ -195,6 +195,10 @@
|
|
|
195
195
|
@include css-var-from-global(('tag', 'hover-color'), ('color', 'primary', 'light-5'));
|
|
196
196
|
@include css-var-from-global(('tag', 'text-color'), ('color', 'primary', 'light-5'));
|
|
197
197
|
}
|
|
198
|
+
|
|
199
|
+
&:has(& + .el-tooltip__trigger) {
|
|
200
|
+
max-width: calc(100% - 160px);
|
|
201
|
+
}
|
|
198
202
|
}
|
|
199
203
|
|
|
200
204
|
@include e(tags-text) {
|
|
@@ -231,7 +235,7 @@
|
|
|
231
235
|
|
|
232
236
|
// width: 100%;
|
|
233
237
|
flex-grow: 1;
|
|
234
|
-
width: auto;
|
|
238
|
+
// width: auto;
|
|
235
239
|
min-width: 120px;
|
|
236
240
|
|
|
237
241
|
input {
|
package/package.json
CHANGED