ns-base-module 1.0.1 → 1.0.2

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.
@@ -1,8 +1,8 @@
1
1
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
2
  import { parse } from 'querystring';
3
- import { initLang } from '@/utils/language';
3
+ import { initLang } from "./language";
4
4
  import Cookies from 'js-cookie';
5
- import { TagConditionEnum } from '@/utils/enum';
5
+ import { TagConditionEnum } from "./enum";
6
6
  import { get, isEmpty, isString } from 'lodash';
7
7
  var interpret = require('aexpr');
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ns-base-module",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "ns通用组件库",
5
5
  "license": "MIT",
6
6
  "module": "./src/index.js",
@@ -20,7 +20,8 @@
20
20
  "lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
21
21
  "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
22
22
  "start": "npm run dev",
23
- "version": "node ./updateVersion.js"
23
+ "version": "node ./updateVersion.js",
24
+ "publish": "npm publish"
24
25
  },
25
26
  "commitlint": {
26
27
  "extends": [
@@ -45,19 +46,19 @@
45
46
  ]
46
47
  },
47
48
  "dependencies": {
48
- "@ant-design/icons": "^4.0.0",
49
+ "@ant-design/icons": "",
49
50
  "@ant-design/pro-components": "^2.4.14",
50
51
  "@ant-design/pro-layout": "^6.9.0",
51
- "antd": "^4.21.0",
52
52
  "aexpr": "^1.0.2",
53
+ "antd": "5.22.3",
53
54
  "axios": "^1.6.4",
54
55
  "classnames": "",
55
56
  "events": "^3.3.0",
57
+ "js-cookie": "^2.2.1",
56
58
  "lodash": "^4.17.21",
57
59
  "react-sortablejs": "6.1.1",
58
- "umi-request": "^1.0.8",
59
- "js-cookie": "^2.2.1",
60
- "sortablejs": "1.14.0"
60
+ "sortablejs": "1.14.0",
61
+ "umi-request": "^1.0.8"
61
62
  },
62
63
  "devDependencies": {
63
64
  "@commitlint/cli": "^17.1.2",
@@ -59,6 +59,11 @@
59
59
  }
60
60
  }
61
61
  }
62
+ .actionMenu {
63
+ color: var(--antd-wave-shadow-color);
64
+ background-color: var(--w-e-textarea-selected-border-color);
65
+ }
66
+
62
67
  .num-txt {
63
68
  margin-left: 2px;
64
69
  padding: 0 4px;