@timus-networks/theme 2.4.270 → 2.4.273
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 +6 -3
- package/dist/runtime/public/scss/element-plus/index.css +6 -3
- package/dist/runtime/public/scss/element-plus/select-v2.css +6 -3
- package/dist/runtime/public/scss/element-plus/select.css +6 -3
- package/dist/runtime/public/scss/element-plus/select.scss +10 -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.272";
|
|
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,6 +13743,7 @@ heights > $common-component-size
|
|
|
13743
13743
|
white-space: nowrap;
|
|
13744
13744
|
text-overflow: ellipsis;
|
|
13745
13745
|
width: min-content;
|
|
13746
|
+
max-width: calc(100% - 160px);
|
|
13746
13747
|
}
|
|
13747
13748
|
.el-select__selected-item.el-tooltip__trigger {
|
|
13748
13749
|
min-width: min-content;
|
|
@@ -13775,6 +13776,7 @@ heights > $common-component-size
|
|
|
13775
13776
|
text-overflow: ellipsis;
|
|
13776
13777
|
white-space: nowrap;
|
|
13777
13778
|
color: var(--el-input-text-color, var(--el-text-color-regular));
|
|
13779
|
+
min-width: 100%;
|
|
13778
13780
|
}
|
|
13779
13781
|
.el-select__placeholder.is-transparent {
|
|
13780
13782
|
user-select: none;
|
|
@@ -13807,12 +13809,13 @@ heights > $common-component-size
|
|
|
13807
13809
|
}
|
|
13808
13810
|
|
|
13809
13811
|
.el-select__input-wrapper {
|
|
13810
|
-
|
|
13811
|
-
width:
|
|
13812
|
+
flex-grow: 1;
|
|
13813
|
+
width: auto;
|
|
13814
|
+
min-width: 120px;
|
|
13812
13815
|
}
|
|
13813
13816
|
.el-select__input-wrapper input {
|
|
13814
13817
|
min-width: 2px !important;
|
|
13815
|
-
width: calc(100% - 3px);
|
|
13818
|
+
width: calc(100% - 3px) !important;
|
|
13816
13819
|
}
|
|
13817
13820
|
.el-select__input-wrapper.is-hidden {
|
|
13818
13821
|
position: absolute;
|
|
@@ -12851,6 +12851,7 @@ h6,
|
|
|
12851
12851
|
white-space: nowrap;
|
|
12852
12852
|
text-overflow: ellipsis;
|
|
12853
12853
|
width: min-content;
|
|
12854
|
+
max-width: calc(100% - 160px);
|
|
12854
12855
|
}
|
|
12855
12856
|
.el-select__selected-item.el-tooltip__trigger {
|
|
12856
12857
|
min-width: min-content;
|
|
@@ -12883,6 +12884,7 @@ h6,
|
|
|
12883
12884
|
text-overflow: ellipsis;
|
|
12884
12885
|
white-space: nowrap;
|
|
12885
12886
|
color: var(--el-input-text-color, var(--el-text-color-regular));
|
|
12887
|
+
min-width: 100%;
|
|
12886
12888
|
}
|
|
12887
12889
|
.el-select__placeholder.is-transparent {
|
|
12888
12890
|
user-select: none;
|
|
@@ -12915,12 +12917,13 @@ h6,
|
|
|
12915
12917
|
}
|
|
12916
12918
|
|
|
12917
12919
|
.el-select__input-wrapper {
|
|
12918
|
-
|
|
12919
|
-
width:
|
|
12920
|
+
flex-grow: 1;
|
|
12921
|
+
width: auto;
|
|
12922
|
+
min-width: 120px;
|
|
12920
12923
|
}
|
|
12921
12924
|
.el-select__input-wrapper input {
|
|
12922
12925
|
min-width: 2px !important;
|
|
12923
|
-
width: calc(100% - 3px);
|
|
12926
|
+
width: calc(100% - 3px) !important;
|
|
12924
12927
|
}
|
|
12925
12928
|
.el-select__input-wrapper.is-hidden {
|
|
12926
12929
|
position: absolute;
|
|
@@ -593,6 +593,7 @@ 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% - 160px);
|
|
596
597
|
}
|
|
597
598
|
.el-select__selected-item.el-tooltip__trigger {
|
|
598
599
|
min-width: min-content;
|
|
@@ -625,6 +626,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
625
626
|
text-overflow: ellipsis;
|
|
626
627
|
white-space: nowrap;
|
|
627
628
|
color: var(--el-input-text-color, var(--el-text-color-regular));
|
|
629
|
+
min-width: 100%;
|
|
628
630
|
}
|
|
629
631
|
.el-select__placeholder.is-transparent {
|
|
630
632
|
user-select: none;
|
|
@@ -657,12 +659,13 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
657
659
|
}
|
|
658
660
|
|
|
659
661
|
.el-select__input-wrapper {
|
|
660
|
-
|
|
661
|
-
width:
|
|
662
|
+
flex-grow: 1;
|
|
663
|
+
width: auto;
|
|
664
|
+
min-width: 120px;
|
|
662
665
|
}
|
|
663
666
|
.el-select__input-wrapper input {
|
|
664
667
|
min-width: 2px !important;
|
|
665
|
-
width: calc(100% - 3px);
|
|
668
|
+
width: calc(100% - 3px) !important;
|
|
666
669
|
}
|
|
667
670
|
.el-select__input-wrapper.is-hidden {
|
|
668
671
|
position: absolute;
|
|
@@ -593,6 +593,7 @@ 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% - 160px);
|
|
596
597
|
}
|
|
597
598
|
.el-select__selected-item.el-tooltip__trigger {
|
|
598
599
|
min-width: min-content;
|
|
@@ -625,6 +626,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
625
626
|
text-overflow: ellipsis;
|
|
626
627
|
white-space: nowrap;
|
|
627
628
|
color: var(--el-input-text-color, var(--el-text-color-regular));
|
|
629
|
+
min-width: 100%;
|
|
628
630
|
}
|
|
629
631
|
.el-select__placeholder.is-transparent {
|
|
630
632
|
user-select: none;
|
|
@@ -657,12 +659,13 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
657
659
|
}
|
|
658
660
|
|
|
659
661
|
.el-select__input-wrapper {
|
|
660
|
-
|
|
661
|
-
width:
|
|
662
|
+
flex-grow: 1;
|
|
663
|
+
width: auto;
|
|
664
|
+
min-width: 120px;
|
|
662
665
|
}
|
|
663
666
|
.el-select__input-wrapper input {
|
|
664
667
|
min-width: 2px !important;
|
|
665
|
-
width: calc(100% - 3px);
|
|
668
|
+
width: calc(100% - 3px) !important;
|
|
666
669
|
}
|
|
667
670
|
.el-select__input-wrapper.is-hidden {
|
|
668
671
|
position: absolute;
|
|
@@ -182,6 +182,7 @@
|
|
|
182
182
|
// overflow: hidden;
|
|
183
183
|
text-overflow: ellipsis;
|
|
184
184
|
width: min-content;
|
|
185
|
+
max-width: calc(100% - 160px);
|
|
185
186
|
|
|
186
187
|
&.el-tooltip__trigger {
|
|
187
188
|
min-width: min-content;
|
|
@@ -210,6 +211,7 @@
|
|
|
210
211
|
width: 100%;
|
|
211
212
|
@include utils-ellipsis;
|
|
212
213
|
color: var(#{getCssVarName('input-text-color')}, map.get($input, 'text-color'));
|
|
214
|
+
min-width: 100%;
|
|
213
215
|
|
|
214
216
|
@include when(transparent) {
|
|
215
217
|
user-select: none;
|
|
@@ -223,15 +225,20 @@
|
|
|
223
225
|
|
|
224
226
|
@include e(input-wrapper) {
|
|
225
227
|
// bunu sonradan ekledim truncate etmek için max-width: 100% yerine
|
|
226
|
-
max-width: 80px;
|
|
227
228
|
// max-width: 100%;
|
|
228
|
-
width:
|
|
229
|
+
//max-width: 80px;
|
|
230
|
+
//width: 100%;
|
|
231
|
+
|
|
232
|
+
// width: 100%;
|
|
233
|
+
flex-grow: 1;
|
|
234
|
+
width: auto;
|
|
235
|
+
min-width: 120px;
|
|
229
236
|
|
|
230
237
|
input {
|
|
231
238
|
//max-width: 2px !important;
|
|
232
239
|
// field-sizing: content;
|
|
233
240
|
min-width: 2px !important;
|
|
234
|
-
width: calc(100% - 3px);
|
|
241
|
+
width: calc(100% - 3px) !important;
|
|
235
242
|
}
|
|
236
243
|
|
|
237
244
|
@include when(hidden) {
|
package/package.json
CHANGED