@uzum-tech/ui 1.11.1 → 1.11.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.prod.js +2 -2
- package/es/modal-fullscreen/src/ModalFull.js +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/modal-fullscreen/src/ModalFull.js +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/volar.d.ts +153 -154
- package/web-types.json +1 -1
package/dist/index.js
CHANGED
|
@@ -120296,7 +120296,7 @@
|
|
|
120296
120296
|
class: `${_.mergedClsPrefix}-modal-fullscreen-header`
|
|
120297
120297
|
},
|
|
120298
120298
|
{
|
|
120299
|
-
|
|
120299
|
+
default: () => /* @__PURE__ */ vue.h(vue.Fragment, null, /* @__PURE__ */ vue.h(
|
|
120300
120300
|
"div",
|
|
120301
120301
|
{
|
|
120302
120302
|
class: `${_.mergedClsPrefix}-modal-fullscreen-header__left`
|
|
@@ -136168,7 +136168,7 @@
|
|
|
136168
136168
|
watermarkProps: watermarkProps
|
|
136169
136169
|
});
|
|
136170
136170
|
|
|
136171
|
-
var version = "1.11.
|
|
136171
|
+
var version = "1.11.2";
|
|
136172
136172
|
|
|
136173
136173
|
function create({
|
|
136174
136174
|
componentPrefix = "U",
|