@vc-shell/framework 2.3.0-pr281.3c002aa → 2.4.0
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/chunks/{VcScheduler.vue_vue_type_script_setup_true_lang-Dk_Se6jJ.js → VcScheduler.vue_vue_type_script_setup_true_lang-B-xA79lJ.js} +3 -2
- package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-B-xA79lJ.js.map +1 -0
- package/dist/chunks/{VcScheduler.vue_vue_type_style_index_0_lang-MtpdtcE9.js → VcScheduler.vue_vue_type_style_index_0_lang-BSvjI-39.js} +3 -1
- package/dist/chunks/VcScheduler.vue_vue_type_style_index_0_lang-BSvjI-39.js.map +1 -0
- package/dist/chunks/{dashboard-feed-row.vue_vue_type_script_setup_true_lang-BkjGx3or.js → dashboard-feed-row.vue_vue_type_script_setup_true_lang-BXDneKBz.js} +1 -1
- package/dist/chunks/{dashboard-feed-row.vue_vue_type_script_setup_true_lang-BkjGx3or.js.map → dashboard-feed-row.vue_vue_type_script_setup_true_lang-BXDneKBz.js.map} +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/framework.js +12 -10
- package/dist/framework.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/locales/de.js +15 -15
- package/dist/shell/auth/LoginPage/components/login/Login.vue.d.ts.map +1 -1
- package/dist/shell/auth/_test-utils/shared-dependency-mocks.d.ts +3 -3
- package/dist/shell/auth/_test-utils/shared-dependency-mocks.d.ts.map +1 -1
- package/dist/shell/components/settings-menu-item/settings-menu-item.vue.d.ts +1 -1
- package/dist/shell/components/settings-menu-item/settings-menu-item.vue.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +11 -0
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/VcDataTable.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerMonthView.vue.d.ts.map +1 -1
- package/dist/ui/index.js +2 -2
- package/package.json +5 -5
- package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-Dk_Se6jJ.js.map +0 -1
- package/dist/chunks/VcScheduler.vue_vue_type_style_index_0_lang-MtpdtcE9.js.map +0 -1
|
@@ -1937,7 +1937,7 @@ const Va = {
|
|
|
1937
1937
|
}, lo = { class: "vc-input__field" }, io = {
|
|
1938
1938
|
key: 0,
|
|
1939
1939
|
class: "vc-input__prefix"
|
|
1940
|
-
}, ro = ["id", "placeholder", "type", "disabled", "name", "maxlength", "autofocus", "aria-invalid", "aria-required", "aria-describedby", "aria-labelledby"], so = {
|
|
1940
|
+
}, ro = ["id", "placeholder", "type", "disabled", "name", "maxlength", "autofocus", "autocomplete", "aria-invalid", "aria-required", "aria-describedby", "aria-labelledby"], so = {
|
|
1941
1941
|
key: 1,
|
|
1942
1942
|
class: "vc-input__suffix"
|
|
1943
1943
|
}, uo = ["aria-label"], co = ["aria-label"], fo = {
|
|
@@ -1960,6 +1960,7 @@ const Va = {
|
|
|
1960
1960
|
debounce: {},
|
|
1961
1961
|
maxlength: { default: "1024" },
|
|
1962
1962
|
step: { default: "1" },
|
|
1963
|
+
autocomplete: {},
|
|
1963
1964
|
datePickerOptions: {},
|
|
1964
1965
|
placeholder: {},
|
|
1965
1966
|
hint: {},
|
|
@@ -2172,6 +2173,7 @@ const Va = {
|
|
|
2172
2173
|
name: i(c),
|
|
2173
2174
|
maxlength: e.maxlength,
|
|
2174
2175
|
autofocus: e.autofocus,
|
|
2176
|
+
autocomplete: e.autocomplete,
|
|
2175
2177
|
"aria-invalid": i(v) || void 0,
|
|
2176
2178
|
"aria-required": i(y),
|
|
2177
2179
|
"aria-describedby": i(b),
|