bl-common-vue3 0.0.51 → 0.0.52
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/vue3common.common.js
CHANGED
|
@@ -107325,6 +107325,7 @@ const ChooseBuildings_exports_ = /*#__PURE__*/exportHelper_default()(ChooseBuild
|
|
|
107325
107325
|
|
|
107326
107326
|
|
|
107327
107327
|
|
|
107328
|
+
|
|
107328
107329
|
var index_install = function install(app) {
|
|
107329
107330
|
Object.keys(components_namespaceObject).map(function (key) {
|
|
107330
107331
|
var component = components_namespaceObject[key];
|
|
@@ -107337,7 +107338,8 @@ var index_install = function install(app) {
|
|
|
107337
107338
|
};
|
|
107338
107339
|
/* harmony default export */ var index_0 = ({
|
|
107339
107340
|
install: index_install,
|
|
107340
|
-
components: components_namespaceObject
|
|
107341
|
+
components: components_namespaceObject,
|
|
107342
|
+
BL_UTILS: utils_util
|
|
107341
107343
|
});
|
|
107342
107344
|
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
107343
107345
|
|
package/lib/vue3common.umd.js
CHANGED
|
@@ -107334,6 +107334,7 @@ const ChooseBuildings_exports_ = /*#__PURE__*/exportHelper_default()(ChooseBuild
|
|
|
107334
107334
|
|
|
107335
107335
|
|
|
107336
107336
|
|
|
107337
|
+
|
|
107337
107338
|
var index_install = function install(app) {
|
|
107338
107339
|
Object.keys(components_namespaceObject).map(function (key) {
|
|
107339
107340
|
var component = components_namespaceObject[key];
|
|
@@ -107346,7 +107347,8 @@ var index_install = function install(app) {
|
|
|
107346
107347
|
};
|
|
107347
107348
|
/* harmony default export */ var index_0 = ({
|
|
107348
107349
|
install: index_install,
|
|
107349
|
-
components: components_namespaceObject
|
|
107350
|
+
components: components_namespaceObject,
|
|
107351
|
+
BL_UTILS: utils_util
|
|
107350
107352
|
});
|
|
107351
107353
|
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
107352
107354
|
|