@timus-networks/theme 2.4.290 → 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 +18 -0
- package/dist/runtime/public/scss/element-plus/index.css +18 -0
- package/dist/runtime/public/scss/element-plus/select-v2.css +18 -0
- package/dist/runtime/public/scss/element-plus/select.css +18 -0
- package/dist/runtime/public/scss/element-plus/select.scss +23 -0
- 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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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
|
|
package/package.json
CHANGED