@timus-networks/theme 2.4.245 → 2.4.246
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 -2
- package/dist/runtime/public/scss/element-plus/index.css +6 -2
- package/dist/runtime/public/scss/element-plus/select-v2.css +6 -2
- package/dist/runtime/public/scss/element-plus/select.css +6 -2
- package/dist/runtime/public/scss/element-plus/select.scss +31 -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.245";
|
|
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 = {
|
|
@@ -13692,12 +13692,15 @@ heights > $common-component-size
|
|
|
13692
13692
|
.el-select__selection {
|
|
13693
13693
|
position: relative;
|
|
13694
13694
|
display: flex;
|
|
13695
|
-
flex-wrap:
|
|
13695
|
+
flex-wrap: nowrap;
|
|
13696
13696
|
align-items: center;
|
|
13697
13697
|
flex: 1;
|
|
13698
13698
|
min-width: 0;
|
|
13699
13699
|
gap: 8px;
|
|
13700
13700
|
}
|
|
13701
|
+
.el-select__selection.fix-width {
|
|
13702
|
+
width: auto !important;
|
|
13703
|
+
}
|
|
13701
13704
|
.el-select__selection .el-tag {
|
|
13702
13705
|
cursor: pointer;
|
|
13703
13706
|
}
|
|
@@ -13776,10 +13779,11 @@ heights > $common-component-size
|
|
|
13776
13779
|
|
|
13777
13780
|
.el-select__input-wrapper {
|
|
13778
13781
|
max-width: 100%;
|
|
13782
|
+
width: 100%;
|
|
13779
13783
|
}
|
|
13780
13784
|
.el-select__input-wrapper input {
|
|
13781
|
-
field-sizing: content;
|
|
13782
13785
|
min-width: 2px !important;
|
|
13786
|
+
width: 100%;
|
|
13783
13787
|
}
|
|
13784
13788
|
.el-select__input-wrapper.is-hidden {
|
|
13785
13789
|
position: absolute;
|
|
@@ -12800,12 +12800,15 @@ h6,
|
|
|
12800
12800
|
.el-select__selection {
|
|
12801
12801
|
position: relative;
|
|
12802
12802
|
display: flex;
|
|
12803
|
-
flex-wrap:
|
|
12803
|
+
flex-wrap: nowrap;
|
|
12804
12804
|
align-items: center;
|
|
12805
12805
|
flex: 1;
|
|
12806
12806
|
min-width: 0;
|
|
12807
12807
|
gap: 8px;
|
|
12808
12808
|
}
|
|
12809
|
+
.el-select__selection.fix-width {
|
|
12810
|
+
width: auto !important;
|
|
12811
|
+
}
|
|
12809
12812
|
.el-select__selection .el-tag {
|
|
12810
12813
|
cursor: pointer;
|
|
12811
12814
|
}
|
|
@@ -12884,10 +12887,11 @@ h6,
|
|
|
12884
12887
|
|
|
12885
12888
|
.el-select__input-wrapper {
|
|
12886
12889
|
max-width: 100%;
|
|
12890
|
+
width: 100%;
|
|
12887
12891
|
}
|
|
12888
12892
|
.el-select__input-wrapper input {
|
|
12889
|
-
field-sizing: content;
|
|
12890
12893
|
min-width: 2px !important;
|
|
12894
|
+
width: 100%;
|
|
12891
12895
|
}
|
|
12892
12896
|
.el-select__input-wrapper.is-hidden {
|
|
12893
12897
|
position: absolute;
|
|
@@ -564,12 +564,15 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
564
564
|
.el-select__selection {
|
|
565
565
|
position: relative;
|
|
566
566
|
display: flex;
|
|
567
|
-
flex-wrap:
|
|
567
|
+
flex-wrap: nowrap;
|
|
568
568
|
align-items: center;
|
|
569
569
|
flex: 1;
|
|
570
570
|
min-width: 0;
|
|
571
571
|
gap: 8px;
|
|
572
572
|
}
|
|
573
|
+
.el-select__selection.fix-width {
|
|
574
|
+
width: auto !important;
|
|
575
|
+
}
|
|
573
576
|
.el-select__selection .el-tag {
|
|
574
577
|
cursor: pointer;
|
|
575
578
|
}
|
|
@@ -648,10 +651,11 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
648
651
|
|
|
649
652
|
.el-select__input-wrapper {
|
|
650
653
|
max-width: 100%;
|
|
654
|
+
width: 100%;
|
|
651
655
|
}
|
|
652
656
|
.el-select__input-wrapper input {
|
|
653
|
-
field-sizing: content;
|
|
654
657
|
min-width: 2px !important;
|
|
658
|
+
width: 100%;
|
|
655
659
|
}
|
|
656
660
|
.el-select__input-wrapper.is-hidden {
|
|
657
661
|
position: absolute;
|
|
@@ -564,12 +564,15 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
564
564
|
.el-select__selection {
|
|
565
565
|
position: relative;
|
|
566
566
|
display: flex;
|
|
567
|
-
flex-wrap:
|
|
567
|
+
flex-wrap: nowrap;
|
|
568
568
|
align-items: center;
|
|
569
569
|
flex: 1;
|
|
570
570
|
min-width: 0;
|
|
571
571
|
gap: 8px;
|
|
572
572
|
}
|
|
573
|
+
.el-select__selection.fix-width {
|
|
574
|
+
width: auto !important;
|
|
575
|
+
}
|
|
573
576
|
.el-select__selection .el-tag {
|
|
574
577
|
cursor: pointer;
|
|
575
578
|
}
|
|
@@ -648,10 +651,11 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
648
651
|
|
|
649
652
|
.el-select__input-wrapper {
|
|
650
653
|
max-width: 100%;
|
|
654
|
+
width: 100%;
|
|
651
655
|
}
|
|
652
656
|
.el-select__input-wrapper input {
|
|
653
|
-
field-sizing: content;
|
|
654
657
|
min-width: 2px !important;
|
|
658
|
+
width: 100%;
|
|
655
659
|
}
|
|
656
660
|
.el-select__input-wrapper.is-hidden {
|
|
657
661
|
position: absolute;
|
|
@@ -139,13 +139,17 @@
|
|
|
139
139
|
@include e(selection) {
|
|
140
140
|
position: relative;
|
|
141
141
|
display: flex;
|
|
142
|
-
flex-wrap: wrap;
|
|
143
|
-
|
|
142
|
+
// flex-wrap: wrap;
|
|
143
|
+
flex-wrap: nowrap;
|
|
144
144
|
align-items: center;
|
|
145
145
|
flex: 1;
|
|
146
146
|
min-width: 0;
|
|
147
147
|
gap: map.get($select-item-gap, 'default');
|
|
148
148
|
|
|
149
|
+
&.fix-width {
|
|
150
|
+
width: auto !important;
|
|
151
|
+
}
|
|
152
|
+
|
|
149
153
|
@include when(near) {
|
|
150
154
|
// margin: map.get($select-near-margin-left, 'default');
|
|
151
155
|
}
|
|
@@ -212,11 +216,13 @@
|
|
|
212
216
|
|
|
213
217
|
@include e(input-wrapper) {
|
|
214
218
|
max-width: 100%;
|
|
219
|
+
width: 100%;
|
|
215
220
|
|
|
216
221
|
input {
|
|
217
222
|
//max-width: 2px !important;
|
|
218
|
-
field-sizing: content;
|
|
223
|
+
// field-sizing: content;
|
|
219
224
|
min-width: 2px !important;
|
|
225
|
+
width: 100%;
|
|
220
226
|
}
|
|
221
227
|
|
|
222
228
|
@include when(hidden) {
|
|
@@ -290,3 +296,25 @@
|
|
|
290
296
|
}
|
|
291
297
|
}
|
|
292
298
|
}
|
|
299
|
+
|
|
300
|
+
// @include b(select-dropdown) {
|
|
301
|
+
// .fix-width {
|
|
302
|
+
// width: auto !important;
|
|
303
|
+
//
|
|
304
|
+
// @include e(selection) {
|
|
305
|
+
// flex-wrap: nowrap;
|
|
306
|
+
// }
|
|
307
|
+
//
|
|
308
|
+
// @include e(input-wrapper) {
|
|
309
|
+
// width: 100%;
|
|
310
|
+
//
|
|
311
|
+
// input {
|
|
312
|
+
// field-sizing: fixed;
|
|
313
|
+
// width: calc(100% - 3px);
|
|
314
|
+
// // width: auto;
|
|
315
|
+
// // flex-shrink: 0;
|
|
316
|
+
// // flex-grow: 1;
|
|
317
|
+
// }
|
|
318
|
+
// }
|
|
319
|
+
// }
|
|
320
|
+
// }
|
package/package.json
CHANGED