inl-ui 0.1.60 → 0.1.61
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 +1 -1
- package/dist/components/index.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
|
@@ -7059,7 +7059,7 @@ const PageContent = vue.defineComponent({
|
|
|
7059
7059
|
}
|
|
7060
7060
|
vue.nextTick(() => {
|
|
7061
7061
|
if (val && val.mode === 2) postIframeActive(val.id, true);
|
|
7062
|
-
if (oldVal && oldVal.mode === 2) postIframeActive(oldVal.id,
|
|
7062
|
+
if (oldVal && oldVal.mode === 2) postIframeActive(oldVal.id, false);
|
|
7063
7063
|
});
|
|
7064
7064
|
}, {
|
|
7065
7065
|
immediate: true
|
package/dist/components/index.js
CHANGED
|
@@ -7031,7 +7031,7 @@ const PageContent = defineComponent({
|
|
|
7031
7031
|
}
|
|
7032
7032
|
nextTick(() => {
|
|
7033
7033
|
if (val && val.mode === 2) postIframeActive(val.id, true);
|
|
7034
|
-
if (oldVal && oldVal.mode === 2) postIframeActive(oldVal.id,
|
|
7034
|
+
if (oldVal && oldVal.mode === 2) postIframeActive(oldVal.id, false);
|
|
7035
7035
|
});
|
|
7036
7036
|
}, {
|
|
7037
7037
|
immediate: true
|
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.60";
|
|
47
47
|
|
|
48
48
|
const setTheme = theme => {
|
|
49
49
|
if (theme === "dark") {
|
|
@@ -8214,7 +8214,7 @@ const PageContent = vue.defineComponent({
|
|
|
8214
8214
|
}
|
|
8215
8215
|
vue.nextTick(() => {
|
|
8216
8216
|
if (val && val.mode === 2) postIframeActive(val.id, true);
|
|
8217
|
-
if (oldVal && oldVal.mode === 2) postIframeActive(oldVal.id,
|
|
8217
|
+
if (oldVal && oldVal.mode === 2) postIframeActive(oldVal.id, false);
|
|
8218
8218
|
});
|
|
8219
8219
|
}, {
|
|
8220
8220
|
immediate: true
|
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.60";
|
|
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.60";
|
|
17
17
|
|
|
18
18
|
const setTheme = theme => {
|
|
19
19
|
if (theme === "dark") {
|
|
@@ -8184,7 +8184,7 @@ const PageContent = defineComponent({
|
|
|
8184
8184
|
}
|
|
8185
8185
|
nextTick(() => {
|
|
8186
8186
|
if (val && val.mode === 2) postIframeActive(val.id, true);
|
|
8187
|
-
if (oldVal && oldVal.mode === 2) postIframeActive(oldVal.id,
|
|
8187
|
+
if (oldVal && oldVal.mode === 2) postIframeActive(oldVal.id, false);
|
|
8188
8188
|
});
|
|
8189
8189
|
}, {
|
|
8190
8190
|
immediate: true
|