@vc-shell/framework 2.3.0-pr280.520c2a8 → 2.3.0-pr281.3c002aa
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-CE1L0K_Q.js → VcScheduler.vue_vue_type_script_setup_true_lang-Dk_Se6jJ.js} +1 -1
- package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-Dk_Se6jJ.js.map +1 -0
- package/dist/chunks/{VcScheduler.vue_vue_type_style_index_0_lang-BSvjI-39.js → VcScheduler.vue_vue_type_style_index_0_lang-MtpdtcE9.js} +1 -3
- package/dist/chunks/VcScheduler.vue_vue_type_style_index_0_lang-MtpdtcE9.js.map +1 -0
- package/dist/chunks/{dashboard-feed-row.vue_vue_type_script_setup_true_lang-BXDneKBz.js → dashboard-feed-row.vue_vue_type_script_setup_true_lang-BkjGx3or.js} +1 -1
- package/dist/chunks/{dashboard-feed-row.vue_vue_type_script_setup_true_lang-BXDneKBz.js.map → dashboard-feed-row.vue_vue_type_script_setup_true_lang-BkjGx3or.js.map} +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/framework.js +9 -11
- package/dist/framework.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/shell/auth/LoginPage/components/login/Login.vue.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +0 -11
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue.d.ts.map +1 -1
- package/dist/ui/index.js +2 -2
- package/package.json +4 -4
- package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-CE1L0K_Q.js.map +0 -1
- package/dist/chunks/VcScheduler.vue_vue_type_style_index_0_lang-BSvjI-39.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", "
|
|
1940
|
+
}, ro = ["id", "placeholder", "type", "disabled", "name", "maxlength", "autofocus", "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,7 +1960,6 @@ const Va = {
|
|
|
1960
1960
|
debounce: {},
|
|
1961
1961
|
maxlength: { default: "1024" },
|
|
1962
1962
|
step: { default: "1" },
|
|
1963
|
-
autocomplete: {},
|
|
1964
1963
|
datePickerOptions: {},
|
|
1965
1964
|
placeholder: {},
|
|
1966
1965
|
hint: {},
|
|
@@ -2173,7 +2172,6 @@ const Va = {
|
|
|
2173
2172
|
name: i(c),
|
|
2174
2173
|
maxlength: e.maxlength,
|
|
2175
2174
|
autofocus: e.autofocus,
|
|
2176
|
-
autocomplete: e.autocomplete,
|
|
2177
2175
|
"aria-invalid": i(v) || void 0,
|
|
2178
2176
|
"aria-required": i(y),
|
|
2179
2177
|
"aria-describedby": i(b),
|