inl-ui 0.1.109 → 0.1.110

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.
@@ -8088,7 +8088,7 @@ const Login = vue.defineComponent({
8088
8088
  default: "\u7CFB\u7EDF\u767B\u5F55"
8089
8089
  },
8090
8090
  bg: {
8091
- default: "",
8091
+ default: "/micro-assets/platform-web/login-bg.png",
8092
8092
  type: String
8093
8093
  },
8094
8094
  loginFn: Function
@@ -8060,7 +8060,7 @@ const Login = defineComponent({
8060
8060
  default: "\u7CFB\u7EDF\u767B\u5F55"
8061
8061
  },
8062
8062
  bg: {
8063
- default: "",
8063
+ default: "/micro-assets/platform-web/login-bg.png",
8064
8064
  type: String
8065
8065
  },
8066
8066
  loginFn: Function
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.108";
46
+ var version = "0.1.109";
47
47
 
48
48
  const setTheme = theme => {
49
49
  if (theme === "dark") {
@@ -9074,7 +9074,7 @@ const Login = vue.defineComponent({
9074
9074
  default: "\u7CFB\u7EDF\u767B\u5F55"
9075
9075
  },
9076
9076
  bg: {
9077
- default: "",
9077
+ default: "/micro-assets/platform-web/login-bg.png",
9078
9078
  type: String
9079
9079
  },
9080
9080
  loginFn: Function
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.108";
14
+ var version = "0.1.109";
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.108";
16
+ var version = "0.1.109";
17
17
 
18
18
  const setTheme = theme => {
19
19
  if (theme === "dark") {
@@ -9044,7 +9044,7 @@ const Login = defineComponent({
9044
9044
  default: "\u7CFB\u7EDF\u767B\u5F55"
9045
9045
  },
9046
9046
  bg: {
9047
- default: "",
9047
+ default: "/micro-assets/platform-web/login-bg.png",
9048
9048
  type: String
9049
9049
  },
9050
9050
  loginFn: Function
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inl-ui",
3
- "version": "0.1.109",
3
+ "version": "0.1.110",
4
4
  "description": "工业 pc ui库",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",