inl-ui 0.1.77 → 0.1.78
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 +5 -5
- package/dist/components/index.js +5 -5
- package/dist/index.cjs +6 -6
- package/dist/index.js +6 -6
- package/package.json +1 -1
|
@@ -7253,13 +7253,13 @@ const PageContent = vue.defineComponent({
|
|
|
7253
7253
|
"alt": ""
|
|
7254
7254
|
}, null)]), [[vue.vShow, show]]);
|
|
7255
7255
|
};
|
|
7256
|
-
const childTypes = [];
|
|
7257
|
-
childTypes.push(vue.createVNode(vue.Fragment, null, [appDomList.value.map(item => vue.withDirectives(vue.createVNode("div", {
|
|
7256
|
+
const childTypes = vue.ref([]);
|
|
7257
|
+
childTypes.value.push(vue.createVNode(vue.Fragment, null, [appDomList.value.map(item => vue.withDirectives(vue.createVNode("div", {
|
|
7258
7258
|
"key": item.id,
|
|
7259
7259
|
"id": item.id
|
|
7260
7260
|
}, null), [[vue.vShow, item.name === activeAppName.value]]))]));
|
|
7261
|
-
childTypes.push(vue.createVNode(vue.Fragment, null, [iframeList.value.map(iframeRender)]));
|
|
7262
|
-
childTypes.push(vue.createVNode(vue.Fragment, null, [extraPageList.value.map(item => {
|
|
7261
|
+
childTypes.value.push(vue.createVNode(vue.Fragment, null, [iframeList.value.map(iframeRender)]));
|
|
7262
|
+
childTypes.value.push(vue.createVNode(vue.Fragment, null, [extraPageList.value.map(item => {
|
|
7263
7263
|
const extraPageShoe = getTabUniqueKey(item) === activeKey.value;
|
|
7264
7264
|
return vue.withDirectives(vue.createVNode("div", {
|
|
7265
7265
|
"key": item.key + item.refreshKey,
|
|
@@ -7276,7 +7276,7 @@ const PageContent = vue.defineComponent({
|
|
|
7276
7276
|
}, [props.showTabList && tabs, vue.createVNode("div", {
|
|
7277
7277
|
"class": ["page-container", containerCns],
|
|
7278
7278
|
"ref": props.pageContainerRef
|
|
7279
|
-
}, [childTypes])]);
|
|
7279
|
+
}, [childTypes.value])]);
|
|
7280
7280
|
};
|
|
7281
7281
|
}
|
|
7282
7282
|
});
|
package/dist/components/index.js
CHANGED
|
@@ -7225,13 +7225,13 @@ const PageContent = defineComponent({
|
|
|
7225
7225
|
"alt": ""
|
|
7226
7226
|
}, null)]), [[vShow, show]]);
|
|
7227
7227
|
};
|
|
7228
|
-
const childTypes = [];
|
|
7229
|
-
childTypes.push(createVNode(Fragment, null, [appDomList.value.map(item => withDirectives(createVNode("div", {
|
|
7228
|
+
const childTypes = ref([]);
|
|
7229
|
+
childTypes.value.push(createVNode(Fragment, null, [appDomList.value.map(item => withDirectives(createVNode("div", {
|
|
7230
7230
|
"key": item.id,
|
|
7231
7231
|
"id": item.id
|
|
7232
7232
|
}, null), [[vShow, item.name === activeAppName.value]]))]));
|
|
7233
|
-
childTypes.push(createVNode(Fragment, null, [iframeList.value.map(iframeRender)]));
|
|
7234
|
-
childTypes.push(createVNode(Fragment, null, [extraPageList.value.map(item => {
|
|
7233
|
+
childTypes.value.push(createVNode(Fragment, null, [iframeList.value.map(iframeRender)]));
|
|
7234
|
+
childTypes.value.push(createVNode(Fragment, null, [extraPageList.value.map(item => {
|
|
7235
7235
|
const extraPageShoe = getTabUniqueKey(item) === activeKey.value;
|
|
7236
7236
|
return withDirectives(createVNode("div", {
|
|
7237
7237
|
"key": item.key + item.refreshKey,
|
|
@@ -7248,7 +7248,7 @@ const PageContent = defineComponent({
|
|
|
7248
7248
|
}, [props.showTabList && tabs, createVNode("div", {
|
|
7249
7249
|
"class": ["page-container", containerCns],
|
|
7250
7250
|
"ref": props.pageContainerRef
|
|
7251
|
-
}, [childTypes])]);
|
|
7251
|
+
}, [childTypes.value])]);
|
|
7252
7252
|
};
|
|
7253
7253
|
}
|
|
7254
7254
|
});
|
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.78";
|
|
47
47
|
|
|
48
48
|
const setTheme = theme => {
|
|
49
49
|
if (theme === "dark") {
|
|
@@ -8456,13 +8456,13 @@ const PageContent = vue.defineComponent({
|
|
|
8456
8456
|
"alt": ""
|
|
8457
8457
|
}, null)]), [[vue.vShow, show]]);
|
|
8458
8458
|
};
|
|
8459
|
-
const childTypes = [];
|
|
8460
|
-
childTypes.push(vue.createVNode(vue.Fragment, null, [appDomList.value.map(item => vue.withDirectives(vue.createVNode("div", {
|
|
8459
|
+
const childTypes = vue.ref([]);
|
|
8460
|
+
childTypes.value.push(vue.createVNode(vue.Fragment, null, [appDomList.value.map(item => vue.withDirectives(vue.createVNode("div", {
|
|
8461
8461
|
"key": item.id,
|
|
8462
8462
|
"id": item.id
|
|
8463
8463
|
}, null), [[vue.vShow, item.name === activeAppName.value]]))]));
|
|
8464
|
-
childTypes.push(vue.createVNode(vue.Fragment, null, [iframeList.value.map(iframeRender)]));
|
|
8465
|
-
childTypes.push(vue.createVNode(vue.Fragment, null, [extraPageList.value.map(item => {
|
|
8464
|
+
childTypes.value.push(vue.createVNode(vue.Fragment, null, [iframeList.value.map(iframeRender)]));
|
|
8465
|
+
childTypes.value.push(vue.createVNode(vue.Fragment, null, [extraPageList.value.map(item => {
|
|
8466
8466
|
const extraPageShoe = getTabUniqueKey(item) === activeKey.value;
|
|
8467
8467
|
return vue.withDirectives(vue.createVNode("div", {
|
|
8468
8468
|
"key": item.key + item.refreshKey,
|
|
@@ -8479,7 +8479,7 @@ const PageContent = vue.defineComponent({
|
|
|
8479
8479
|
}, [props.showTabList && tabs, vue.createVNode("div", {
|
|
8480
8480
|
"class": ["page-container", containerCns],
|
|
8481
8481
|
"ref": props.pageContainerRef
|
|
8482
|
-
}, [childTypes])]);
|
|
8482
|
+
}, [childTypes.value])]);
|
|
8483
8483
|
};
|
|
8484
8484
|
}
|
|
8485
8485
|
});
|
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.78";
|
|
17
17
|
|
|
18
18
|
const setTheme = theme => {
|
|
19
19
|
if (theme === "dark") {
|
|
@@ -8426,13 +8426,13 @@ const PageContent = defineComponent({
|
|
|
8426
8426
|
"alt": ""
|
|
8427
8427
|
}, null)]), [[vShow, show]]);
|
|
8428
8428
|
};
|
|
8429
|
-
const childTypes = [];
|
|
8430
|
-
childTypes.push(createVNode(Fragment, null, [appDomList.value.map(item => withDirectives(createVNode("div", {
|
|
8429
|
+
const childTypes = ref([]);
|
|
8430
|
+
childTypes.value.push(createVNode(Fragment, null, [appDomList.value.map(item => withDirectives(createVNode("div", {
|
|
8431
8431
|
"key": item.id,
|
|
8432
8432
|
"id": item.id
|
|
8433
8433
|
}, null), [[vShow, item.name === activeAppName.value]]))]));
|
|
8434
|
-
childTypes.push(createVNode(Fragment, null, [iframeList.value.map(iframeRender)]));
|
|
8435
|
-
childTypes.push(createVNode(Fragment, null, [extraPageList.value.map(item => {
|
|
8434
|
+
childTypes.value.push(createVNode(Fragment, null, [iframeList.value.map(iframeRender)]));
|
|
8435
|
+
childTypes.value.push(createVNode(Fragment, null, [extraPageList.value.map(item => {
|
|
8436
8436
|
const extraPageShoe = getTabUniqueKey(item) === activeKey.value;
|
|
8437
8437
|
return withDirectives(createVNode("div", {
|
|
8438
8438
|
"key": item.key + item.refreshKey,
|
|
@@ -8449,7 +8449,7 @@ const PageContent = defineComponent({
|
|
|
8449
8449
|
}, [props.showTabList && tabs, createVNode("div", {
|
|
8450
8450
|
"class": ["page-container", containerCns],
|
|
8451
8451
|
"ref": props.pageContainerRef
|
|
8452
|
-
}, [childTypes])]);
|
|
8452
|
+
}, [childTypes.value])]);
|
|
8453
8453
|
};
|
|
8454
8454
|
}
|
|
8455
8455
|
});
|