sit-onyx 1.6.0-dev-20251217124042 → 1.6.0-dev-20251219084348
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/index.js +1 -10
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -5873,15 +5873,7 @@ const Mc = (n, t) => {
|
|
|
5873
5873
|
setup(n, { expose: t, emit: e }) {
|
|
5874
5874
|
const { rootAttrs: o, restAttrs: a } = Te(), s = n, i = e, { t: u } = W(), { vCustomValidity: c, errorMessages: p } = Fe({ props: s, emit: i }), d = m(() => Ie(s.success)), v = m(() => Ie(s.message)), { disabled: g, showError: _ } = Be(s), w = ie(s), C = it(_), f = de(s, Re), y = m(() => s.modelValue ? s.modelValue.length : 0), x = m(() => {
|
|
5875
5875
|
const H = s.modelValue?.length;
|
|
5876
|
-
|
|
5877
|
-
if (H === 1) return s.modelValue[0];
|
|
5878
|
-
switch (s.textMode) {
|
|
5879
|
-
case "preview":
|
|
5880
|
-
return s.modelValue.join(", ");
|
|
5881
|
-
case "summary":
|
|
5882
|
-
default:
|
|
5883
|
-
return u.value("selections.currentSelection", { n: H });
|
|
5884
|
-
}
|
|
5876
|
+
return !s.modelValue || !H ? "" : H === 1 ? s.modelValue[0] : s.textMode === "preview" ? s.modelValue.join(", ") : u.value("selections.currentSelection", { n: H });
|
|
5885
5877
|
}), S = P(!1), { densityClass: I } = q(s), R = ee("inputRef");
|
|
5886
5878
|
t({ input: R }), te(
|
|
5887
5879
|
() => s.showFocus,
|
|
@@ -7333,7 +7325,6 @@ const Mc = (n, t) => {
|
|
|
7333
7325
|
return "desc";
|
|
7334
7326
|
case "desc":
|
|
7335
7327
|
return t ? "asc" : "none";
|
|
7336
|
-
case "none":
|
|
7337
7328
|
default:
|
|
7338
7329
|
return "asc";
|
|
7339
7330
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sit-onyx",
|
|
3
3
|
"description": "A design system and Vue.js component library created by Schwarz IT",
|
|
4
|
-
"version": "1.6.0-dev-
|
|
4
|
+
"version": "1.6.0-dev-20251219084348",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Schwarz IT KG",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -46,15 +46,15 @@
|
|
|
46
46
|
"@axe-core/playwright": "^4.11.0",
|
|
47
47
|
"@playwright/experimental-ct-vue": "1.57.0",
|
|
48
48
|
"@playwright/test": "1.57.0",
|
|
49
|
-
"@storybook/addon-a11y": "^10.1.
|
|
50
|
-
"@vue/compiler-dom": "3.5.
|
|
49
|
+
"@storybook/addon-a11y": "^10.1.10",
|
|
50
|
+
"@vue/compiler-dom": "3.5.26",
|
|
51
51
|
"@vue/test-utils": "^2.4.6",
|
|
52
52
|
"axe-core": "^4.11.0",
|
|
53
53
|
"eslint-plugin-vue-scoped-css": "^2.12.0",
|
|
54
54
|
"sass-embedded": "1.97.0",
|
|
55
55
|
"storybook-addon-tag-badges": "^3.0.4",
|
|
56
56
|
"tsx": "^4.21.0",
|
|
57
|
-
"vue": "3.5.
|
|
57
|
+
"vue": "3.5.26",
|
|
58
58
|
"vue-component-type-helpers": "^3.1.8",
|
|
59
59
|
"vue-i18n": "^11.2.2",
|
|
60
60
|
"vue-router": "^4.6.4",
|