agilebuilder-ui 1.1.65-tmp6 → 1.1.65-tmp7
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 +7 -6
- package/lib/style.css +803 -803
- package/package.json +1 -1
- package/packages/index.js +6 -6
package/lib/index.js
CHANGED
|
@@ -131,14 +131,14 @@ import { default as default58 } from "./chat-embed/src/index.vue.js";
|
|
|
131
131
|
import { default as default59 } from "./chat-embed/src/voice/voice.vue.js";
|
|
132
132
|
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
|
-
const n = function(
|
|
135
|
-
if (
|
|
136
|
-
|
|
134
|
+
const n = function(u2) {
|
|
135
|
+
if (u2.directive("prevent-reclick", t), u2.use(o), a.install(u2), !n.installed) {
|
|
136
|
+
u2.directive("resize", e), window.$plateform_openPage = i;
|
|
137
137
|
for (const [e2, r2] of Object.entries(s))
|
|
138
|
-
|
|
139
|
-
|
|
138
|
+
u2.component(e2, r2);
|
|
139
|
+
u2.provide("$agilebuilderUIStore", r), u2.config.globalProperties && (u2.config.globalProperties.$agilebuilderUIStore = r);
|
|
140
140
|
}
|
|
141
|
-
};
|
|
141
|
+
}, u = { install: n, store: r, ...components };
|
|
142
142
|
export {
|
|
143
143
|
default22 as Breadcrumb,
|
|
144
144
|
default3 as Card,
|
|
@@ -213,6 +213,7 @@ export {
|
|
|
213
213
|
cacheWatermark,
|
|
214
214
|
clearPermission,
|
|
215
215
|
clearVoiceCache,
|
|
216
|
+
u as default,
|
|
216
217
|
default11 as eventBus,
|
|
217
218
|
executeExpression,
|
|
218
219
|
findDynamicDataSourceByCode,
|