inl-ui 0.1.81 → 0.1.82
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/components/index.cjs +2 -1
- package/dist/components/index.js +2 -1
- package/dist/index.cjs +3 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -2
- package/package.json +1 -1
|
@@ -538,6 +538,7 @@ function useActiveApp() {
|
|
|
538
538
|
console.log(4444444444, route);
|
|
539
539
|
return route.path.split("/")[1];
|
|
540
540
|
});
|
|
541
|
+
console.log(45454545454, activeAppName);
|
|
541
542
|
return activeAppName;
|
|
542
543
|
}
|
|
543
544
|
|
|
@@ -550,7 +551,7 @@ function useMicroApp(appList) {
|
|
|
550
551
|
const activeAppName = useActiveApp();
|
|
551
552
|
const microAppName = activeAppName.value;
|
|
552
553
|
let microAppDefine = appList.find(item => item.name === microAppName);
|
|
553
|
-
console.log(555555555555555, activeAppName
|
|
554
|
+
console.log(555555555555555, activeAppName);
|
|
554
555
|
const domId = `microApp_${microAppName}`;
|
|
555
556
|
if (!appContainerList.value.some(item => item.id === domId)) {
|
|
556
557
|
appContainerList.value.push({
|
package/dist/components/index.js
CHANGED
|
@@ -510,6 +510,7 @@ function useActiveApp() {
|
|
|
510
510
|
console.log(4444444444, route);
|
|
511
511
|
return route.path.split("/")[1];
|
|
512
512
|
});
|
|
513
|
+
console.log(45454545454, activeAppName);
|
|
513
514
|
return activeAppName;
|
|
514
515
|
}
|
|
515
516
|
|
|
@@ -522,7 +523,7 @@ function useMicroApp(appList) {
|
|
|
522
523
|
const activeAppName = useActiveApp();
|
|
523
524
|
const microAppName = activeAppName.value;
|
|
524
525
|
let microAppDefine = appList.find(item => item.name === microAppName);
|
|
525
|
-
console.log(555555555555555, activeAppName
|
|
526
|
+
console.log(555555555555555, activeAppName);
|
|
526
527
|
const domId = `microApp_${microAppName}`;
|
|
527
528
|
if (!appContainerList.value.some(item => item.id === domId)) {
|
|
528
529
|
appContainerList.value.push({
|
package/dist/index.cjs
CHANGED
|
@@ -43,7 +43,7 @@ var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios$2);
|
|
|
43
43
|
var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
|
|
44
44
|
var dayjs__default = /*#__PURE__*/_interopDefaultLegacy(dayjs);
|
|
45
45
|
|
|
46
|
-
var version = "0.1.
|
|
46
|
+
var version = "0.1.81";
|
|
47
47
|
|
|
48
48
|
const setTheme = theme => {
|
|
49
49
|
if (theme === "dark") {
|
|
@@ -7648,6 +7648,7 @@ function useActiveApp() {
|
|
|
7648
7648
|
console.log(4444444444, route);
|
|
7649
7649
|
return route.path.split("/")[1];
|
|
7650
7650
|
});
|
|
7651
|
+
console.log(45454545454, activeAppName);
|
|
7651
7652
|
return activeAppName;
|
|
7652
7653
|
}
|
|
7653
7654
|
|
|
@@ -7660,7 +7661,7 @@ function useMicroApp(appList) {
|
|
|
7660
7661
|
const activeAppName = useActiveApp();
|
|
7661
7662
|
const microAppName = activeAppName.value;
|
|
7662
7663
|
let microAppDefine = appList.find(item => item.name === microAppName);
|
|
7663
|
-
console.log(555555555555555, activeAppName
|
|
7664
|
+
console.log(555555555555555, activeAppName);
|
|
7664
7665
|
const domId = `microApp_${microAppName}`;
|
|
7665
7666
|
if (!appContainerList.value.some(item => item.id === domId)) {
|
|
7666
7667
|
appContainerList.value.push({
|
package/dist/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import { Key } from 'ant-design-vue/lib/table/interface';
|
|
|
11
11
|
import * as vue_jsx_runtime from 'vue/jsx-runtime';
|
|
12
12
|
import * as _ant_design_icons_vue_lib_components_IconFont from '@ant-design/icons-vue/lib/components/IconFont';
|
|
13
13
|
|
|
14
|
-
var version = "0.1.
|
|
14
|
+
var version = "0.1.81";
|
|
15
15
|
|
|
16
16
|
declare const _default$p: {
|
|
17
17
|
set(theme: string): void;
|
package/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import { XPopup, CommentBlock, setAxiosOption } from '@sszj-temp/mobile';
|
|
|
13
13
|
import { marked } from 'marked';
|
|
14
14
|
import '@sszj-temp/mobile/style.css';
|
|
15
15
|
|
|
16
|
-
var version = "0.1.
|
|
16
|
+
var version = "0.1.81";
|
|
17
17
|
|
|
18
18
|
const setTheme = theme => {
|
|
19
19
|
if (theme === "dark") {
|
|
@@ -7618,6 +7618,7 @@ function useActiveApp() {
|
|
|
7618
7618
|
console.log(4444444444, route);
|
|
7619
7619
|
return route.path.split("/")[1];
|
|
7620
7620
|
});
|
|
7621
|
+
console.log(45454545454, activeAppName);
|
|
7621
7622
|
return activeAppName;
|
|
7622
7623
|
}
|
|
7623
7624
|
|
|
@@ -7630,7 +7631,7 @@ function useMicroApp(appList) {
|
|
|
7630
7631
|
const activeAppName = useActiveApp();
|
|
7631
7632
|
const microAppName = activeAppName.value;
|
|
7632
7633
|
let microAppDefine = appList.find(item => item.name === microAppName);
|
|
7633
|
-
console.log(555555555555555, activeAppName
|
|
7634
|
+
console.log(555555555555555, activeAppName);
|
|
7634
7635
|
const domId = `microApp_${microAppName}`;
|
|
7635
7636
|
if (!appContainerList.value.some(item => item.id === domId)) {
|
|
7636
7637
|
appContainerList.value.push({
|