@timus-networks/theme 2.4.267 → 2.4.269
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 +12 -1
- package/dist/runtime/public/scss/element-plus/index.css +12 -1
- package/dist/runtime/public/scss/element-plus/select-v2.css +12 -1
- package/dist/runtime/public/scss/element-plus/select.css +12 -1
- package/dist/runtime/public/scss/element-plus/select.scss +14 -1
- 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.268";
|
|
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 = {
|
|
@@ -13739,6 +13739,17 @@ heights > $common-component-size
|
|
|
13739
13739
|
flex-wrap: wrap;
|
|
13740
13740
|
user-select: none;
|
|
13741
13741
|
align-items: center;
|
|
13742
|
+
/* Sonradan ekledim truncate etmek için */
|
|
13743
|
+
white-space: nowrap;
|
|
13744
|
+
overflow: hidden;
|
|
13745
|
+
text-overflow: ellipsis;
|
|
13746
|
+
width: min-content;
|
|
13747
|
+
}
|
|
13748
|
+
.el-select__selected-item.el-tooltip__trigger {
|
|
13749
|
+
min-width: min-content;
|
|
13750
|
+
}
|
|
13751
|
+
.el-select__selected-item {
|
|
13752
|
+
/* buraya kadar ekledim truncate etmek için */
|
|
13742
13753
|
}
|
|
13743
13754
|
.el-select__selected-item .el-tag.el-tag--info {
|
|
13744
13755
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
@@ -13797,7 +13808,7 @@ heights > $common-component-size
|
|
|
13797
13808
|
}
|
|
13798
13809
|
|
|
13799
13810
|
.el-select__input-wrapper {
|
|
13800
|
-
max-width:
|
|
13811
|
+
max-width: 80px;
|
|
13801
13812
|
width: 100%;
|
|
13802
13813
|
}
|
|
13803
13814
|
.el-select__input-wrapper input {
|
|
@@ -12847,6 +12847,17 @@ h6,
|
|
|
12847
12847
|
flex-wrap: wrap;
|
|
12848
12848
|
user-select: none;
|
|
12849
12849
|
align-items: center;
|
|
12850
|
+
/* Sonradan ekledim truncate etmek için */
|
|
12851
|
+
white-space: nowrap;
|
|
12852
|
+
overflow: hidden;
|
|
12853
|
+
text-overflow: ellipsis;
|
|
12854
|
+
width: min-content;
|
|
12855
|
+
}
|
|
12856
|
+
.el-select__selected-item.el-tooltip__trigger {
|
|
12857
|
+
min-width: min-content;
|
|
12858
|
+
}
|
|
12859
|
+
.el-select__selected-item {
|
|
12860
|
+
/* buraya kadar ekledim truncate etmek için */
|
|
12850
12861
|
}
|
|
12851
12862
|
.el-select__selected-item .el-tag.el-tag--info {
|
|
12852
12863
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
@@ -12905,7 +12916,7 @@ h6,
|
|
|
12905
12916
|
}
|
|
12906
12917
|
|
|
12907
12918
|
.el-select__input-wrapper {
|
|
12908
|
-
max-width:
|
|
12919
|
+
max-width: 80px;
|
|
12909
12920
|
width: 100%;
|
|
12910
12921
|
}
|
|
12911
12922
|
.el-select__input-wrapper input {
|
|
@@ -589,6 +589,17 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
589
589
|
flex-wrap: wrap;
|
|
590
590
|
user-select: none;
|
|
591
591
|
align-items: center;
|
|
592
|
+
/* Sonradan ekledim truncate etmek için */
|
|
593
|
+
white-space: nowrap;
|
|
594
|
+
overflow: hidden;
|
|
595
|
+
text-overflow: ellipsis;
|
|
596
|
+
width: min-content;
|
|
597
|
+
}
|
|
598
|
+
.el-select__selected-item.el-tooltip__trigger {
|
|
599
|
+
min-width: min-content;
|
|
600
|
+
}
|
|
601
|
+
.el-select__selected-item {
|
|
602
|
+
/* buraya kadar ekledim truncate etmek için */
|
|
592
603
|
}
|
|
593
604
|
.el-select__selected-item .el-tag.el-tag--info {
|
|
594
605
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
@@ -647,7 +658,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
647
658
|
}
|
|
648
659
|
|
|
649
660
|
.el-select__input-wrapper {
|
|
650
|
-
max-width:
|
|
661
|
+
max-width: 80px;
|
|
651
662
|
width: 100%;
|
|
652
663
|
}
|
|
653
664
|
.el-select__input-wrapper input {
|
|
@@ -589,6 +589,17 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
589
589
|
flex-wrap: wrap;
|
|
590
590
|
user-select: none;
|
|
591
591
|
align-items: center;
|
|
592
|
+
/* Sonradan ekledim truncate etmek için */
|
|
593
|
+
white-space: nowrap;
|
|
594
|
+
overflow: hidden;
|
|
595
|
+
text-overflow: ellipsis;
|
|
596
|
+
width: min-content;
|
|
597
|
+
}
|
|
598
|
+
.el-select__selected-item.el-tooltip__trigger {
|
|
599
|
+
min-width: min-content;
|
|
600
|
+
}
|
|
601
|
+
.el-select__selected-item {
|
|
602
|
+
/* buraya kadar ekledim truncate etmek için */
|
|
592
603
|
}
|
|
593
604
|
.el-select__selected-item .el-tag.el-tag--info {
|
|
594
605
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
@@ -647,7 +658,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
647
658
|
}
|
|
648
659
|
|
|
649
660
|
.el-select__input-wrapper {
|
|
650
|
-
max-width:
|
|
661
|
+
max-width: 80px;
|
|
651
662
|
width: 100%;
|
|
652
663
|
}
|
|
653
664
|
.el-select__input-wrapper input {
|
|
@@ -177,6 +177,17 @@
|
|
|
177
177
|
user-select: none;
|
|
178
178
|
align-items: center;
|
|
179
179
|
|
|
180
|
+
/* Sonradan ekledim truncate etmek için */
|
|
181
|
+
white-space: nowrap;
|
|
182
|
+
overflow: hidden;
|
|
183
|
+
text-overflow: ellipsis;
|
|
184
|
+
width: min-content;
|
|
185
|
+
|
|
186
|
+
&.el-tooltip__trigger {
|
|
187
|
+
min-width: min-content;
|
|
188
|
+
}
|
|
189
|
+
/* buraya kadar ekledim truncate etmek için */
|
|
190
|
+
|
|
180
191
|
.el-tag.#{$namespace}-tag--info {
|
|
181
192
|
@include css-var-from-global(('tag', 'bg-color'), ('color', 'primary', 'light-1'));
|
|
182
193
|
@include css-var-from-global(('tag', 'border-color'), ('color', 'primary', 'light-4'));
|
|
@@ -211,7 +222,9 @@
|
|
|
211
222
|
}
|
|
212
223
|
|
|
213
224
|
@include e(input-wrapper) {
|
|
214
|
-
max-width: 100
|
|
225
|
+
// bunu sonradan ekledim truncate etmek için max-width: 100% yerine
|
|
226
|
+
max-width: 80px;
|
|
227
|
+
// max-width: 100%;
|
|
215
228
|
width: 100%;
|
|
216
229
|
|
|
217
230
|
input {
|
package/package.json
CHANGED