pangea-lib 2.11.708 → 2.11.710
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/main.cjs.js +1 -1
- package/dist/main.es.js +3 -3
- package/dist/types/main.d.ts +1 -1
- package/package.json +1 -1
package/dist/main.es.js
CHANGED
|
@@ -65620,9 +65620,9 @@ const A6 = $2("validations"), zW1 = N4.withMessage(() => A6("requiredRuleError")
|
|
|
65620
65620
|
Is.add($S1);
|
|
65621
65621
|
Is.add(KE1);
|
|
65622
65622
|
Is.add(KU1);
|
|
65623
|
-
function _W1(e, a) {
|
|
65624
|
-
d2().initOptions(a), e.use(op), e.use(kT, AT), Object.entries(gn1).forEach(([
|
|
65625
|
-
e.component(
|
|
65623
|
+
function _W1(e, a, t) {
|
|
65624
|
+
d2().initOptions(a), e.use(t == null ? void 0 : t.pinia), e.use(t == null ? void 0 : t.router), e.use(op), e.use(kT, AT), Object.entries(gn1).forEach(([r, n]) => {
|
|
65625
|
+
e.component(r, n);
|
|
65626
65626
|
}), tW1();
|
|
65627
65627
|
}
|
|
65628
65628
|
export {
|
package/dist/types/main.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { App } from 'vue';
|
|
|
2
2
|
import { PartialDeep } from 'pangea-helpers';
|
|
3
3
|
import { PangeaOptions } from './types';
|
|
4
4
|
|
|
5
|
-
declare function install(app: App, userOptions?: PartialDeep<PangeaOptions
|
|
5
|
+
declare function install(app: App, userOptions?: PartialDeep<PangeaOptions>, config?: any): void;
|
|
6
6
|
export default install;
|
|
7
7
|
export * from './alert';
|
|
8
8
|
export * from './api-connections';
|