@uzum-tech/ui 2.0.0-beta.1 → 2.0.0-beta.2
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 +2 -2
- package/dist/index.mjs +2 -2
- package/dist/index.prod.js +1 -1
- package/dist/index.prod.mjs +1 -1
- package/es/header/src/HeaderNavigation.d.ts +3 -3292
- package/es/header/src/HeaderNavigation.mjs +3 -2
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/lib/header/src/HeaderNavigation.d.ts +3 -3292
- package/lib/header/src/HeaderNavigation.js +2 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +30 -30
- package/web-types.json +1 -1
package/dist/index.js
CHANGED
|
@@ -88486,7 +88486,7 @@
|
|
|
88486
88486
|
onUpdateMenuValue: [Function, Array],
|
|
88487
88487
|
onUpdateActiveMenuKey: Function
|
|
88488
88488
|
};
|
|
88489
|
-
|
|
88489
|
+
const HeaderNavigation = vue.defineComponent({
|
|
88490
88490
|
name: "HeaderNavigation",
|
|
88491
88491
|
props: headerNavigationProps,
|
|
88492
88492
|
setup(props) {
|
|
@@ -111031,7 +111031,7 @@
|
|
|
111031
111031
|
});
|
|
111032
111032
|
}
|
|
111033
111033
|
|
|
111034
|
-
var version = "2.0.0-beta.
|
|
111034
|
+
var version = "2.0.0-beta.2";
|
|
111035
111035
|
|
|
111036
111036
|
function create({
|
|
111037
111037
|
componentPrefix = "U",
|
package/dist/index.mjs
CHANGED
|
@@ -88482,7 +88482,7 @@ const headerNavigationProps = {
|
|
|
88482
88482
|
onUpdateMenuValue: [Function, Array],
|
|
88483
88483
|
onUpdateActiveMenuKey: Function
|
|
88484
88484
|
};
|
|
88485
|
-
|
|
88485
|
+
const HeaderNavigation = defineComponent({
|
|
88486
88486
|
name: "HeaderNavigation",
|
|
88487
88487
|
props: headerNavigationProps,
|
|
88488
88488
|
setup(props) {
|
|
@@ -111027,7 +111027,7 @@ function useExposeProxy(targetRef) {
|
|
|
111027
111027
|
});
|
|
111028
111028
|
}
|
|
111029
111029
|
|
|
111030
|
-
var version = "2.0.0-beta.
|
|
111030
|
+
var version = "2.0.0-beta.2";
|
|
111031
111031
|
|
|
111032
111032
|
function create({
|
|
111033
111033
|
componentPrefix = "U",
|