agilebuilder-ui 1.1.65-tmp11 → 1.1.65-tmp12
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/lib/index.js +1 -3
- package/lib/style.css +797 -797
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -133,9 +133,7 @@ import { default as default60 } from "./date-picker-range/index.vue.js";
|
|
|
133
133
|
import { default as default61 } from "./fs-preview/src/fs-preview.vue.js";
|
|
134
134
|
const n = function(u2) {
|
|
135
135
|
if (u2.directive("prevent-reclick", t), u2.use(o), a.install(u2), !n.installed) {
|
|
136
|
-
u2.directive("resize", e),
|
|
137
|
-
u2.component(e2.name, e2);
|
|
138
|
-
}), window.$plateform_openPage = i;
|
|
136
|
+
u2.directive("resize", e), window.$plateform_openPage = i;
|
|
139
137
|
for (const [e2, r2] of Object.entries(s))
|
|
140
138
|
u2.component(e2, r2);
|
|
141
139
|
u2.provide("$agilebuilderUIStore", r), u2.config.globalProperties && (u2.config.globalProperties.$agilebuilderUIStore = r);
|