inl-ui 0.1.86 → 0.1.87

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.
@@ -546,7 +546,7 @@ function useMicroApp(appList) {
546
546
  useActiveApp();
547
547
  const loadAppList = vue.ref(Array.from(loadedApp.values()));
548
548
  const appContainerList = vue.ref([]);
549
- const handleRouteChange = async val => {
549
+ const handleRouteChange = val => {
550
550
  const microAppName = val;
551
551
  let microAppDefine = appList.find(item => item.name === microAppName);
552
552
  if (!microAppDefine && !microAppName.startsWith("mtip-")) return;
@@ -518,7 +518,7 @@ function useMicroApp(appList) {
518
518
  useActiveApp();
519
519
  const loadAppList = ref(Array.from(loadedApp.values()));
520
520
  const appContainerList = ref([]);
521
- const handleRouteChange = async val => {
521
+ const handleRouteChange = val => {
522
522
  const microAppName = val;
523
523
  let microAppDefine = appList.find(item => item.name === microAppName);
524
524
  if (!microAppDefine && !microAppName.startsWith("mtip-")) return;
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.85";
46
+ var version = "0.1.86";
47
47
 
48
48
  const setTheme = theme => {
49
49
  if (theme === "dark") {
@@ -7656,7 +7656,7 @@ function useMicroApp(appList) {
7656
7656
  useActiveApp();
7657
7657
  const loadAppList = vue.ref(Array.from(loadedApp.values()));
7658
7658
  const appContainerList = vue.ref([]);
7659
- const handleRouteChange = async val => {
7659
+ const handleRouteChange = val => {
7660
7660
  const microAppName = val;
7661
7661
  let microAppDefine = appList.find(item => item.name === microAppName);
7662
7662
  if (!microAppDefine && !microAppName.startsWith("mtip-")) return;
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.85";
14
+ var version = "0.1.86";
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.85";
16
+ var version = "0.1.86";
17
17
 
18
18
  const setTheme = theme => {
19
19
  if (theme === "dark") {
@@ -7626,7 +7626,7 @@ function useMicroApp(appList) {
7626
7626
  useActiveApp();
7627
7627
  const loadAppList = ref(Array.from(loadedApp.values()));
7628
7628
  const appContainerList = ref([]);
7629
- const handleRouteChange = async val => {
7629
+ const handleRouteChange = val => {
7630
7630
  const microAppName = val;
7631
7631
  let microAppDefine = appList.find(item => item.name === microAppName);
7632
7632
  if (!microAppDefine && !microAppName.startsWith("mtip-")) return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inl-ui",
3
- "version": "0.1.86",
3
+ "version": "0.1.87",
4
4
  "description": "工业 pc ui库",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",