@pisell/materials 6.11.81 → 6.11.82
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +2 -2
- package/build/lowcode/view.js +2 -2
- package/es/components/iconfont/index.js +1 -1
- package/es/components/virtual-keyboard/Amount/index.js +1 -0
- package/es/components/virtual-keyboard/Amount/types.d.ts +1 -0
- package/lib/components/iconfont/index.js +1 -1
- package/lib/components/virtual-keyboard/Amount/index.js +1 -0
- package/lib/components/virtual-keyboard/Amount/types.d.ts +1 -0
- package/lowcode/floor-map-builtin-shape-element/meta.ts +1 -1
- package/package.json +3 -3
|
@@ -2,7 +2,7 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
2
2
|
import { createFromIconfontCN } from '@ant-design/icons';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
var MyIcon = createFromIconfontCN({
|
|
5
|
-
scriptUrl: 'https://static.pisellcdn.com/pisell2iconfont1.
|
|
5
|
+
scriptUrl: 'https://static.pisellcdn.com/pisell2iconfont1.23.js' // 在 iconfont.cn 上生成
|
|
6
6
|
});
|
|
7
7
|
var IconFont = function IconFont(props) {
|
|
8
8
|
return /*#__PURE__*/React.createElement(MyIcon, _extends({}, props, {
|
|
@@ -100,6 +100,7 @@ var Amount = function Amount(props) {
|
|
|
100
100
|
hideDecimalForWholeNumbers: false,
|
|
101
101
|
showCurrencySymbol: amountProps === null || amountProps === void 0 ? void 0 : amountProps.showCurrencySymbol,
|
|
102
102
|
useThousandsSeparator: amountProps === null || amountProps === void 0 ? void 0 : amountProps.useThousandsSeparator,
|
|
103
|
+
symbol: amountProps === null || amountProps === void 0 ? void 0 : amountProps.symbol,
|
|
103
104
|
style: {
|
|
104
105
|
color: (rightItemsStyle === null || rightItemsStyle === void 0 ? void 0 : rightItemsStyle.textColor) || configColor.textColor
|
|
105
106
|
}
|
|
@@ -35,7 +35,7 @@ module.exports = __toCommonJS(iconfont_exports);
|
|
|
35
35
|
var import_icons = require("@ant-design/icons");
|
|
36
36
|
var import_react = __toESM(require("react"));
|
|
37
37
|
var MyIcon = (0, import_icons.createFromIconfontCN)({
|
|
38
|
-
scriptUrl: "https://static.pisellcdn.com/pisell2iconfont1.
|
|
38
|
+
scriptUrl: "https://static.pisellcdn.com/pisell2iconfont1.23.js"
|
|
39
39
|
// 在 iconfont.cn 上生成
|
|
40
40
|
});
|
|
41
41
|
var IconFont = (props) => {
|
|
@@ -106,6 +106,7 @@ var Amount = (props) => {
|
|
|
106
106
|
hideDecimalForWholeNumbers: false,
|
|
107
107
|
showCurrencySymbol: amountProps == null ? void 0 : amountProps.showCurrencySymbol,
|
|
108
108
|
useThousandsSeparator: amountProps == null ? void 0 : amountProps.useThousandsSeparator,
|
|
109
|
+
symbol: amountProps == null ? void 0 : amountProps.symbol,
|
|
109
110
|
style: {
|
|
110
111
|
color: (rightItemsStyle == null ? void 0 : rightItemsStyle.textColor) || configColor.textColor
|
|
111
112
|
}
|
|
@@ -9,7 +9,7 @@ const FloorMapBuiltinShapeElementMeta: ComponentMetadata = {
|
|
|
9
9
|
"devMode": "proCode",
|
|
10
10
|
"npm": {
|
|
11
11
|
"package": "@pisell/materials",
|
|
12
|
-
"version": "6.11.
|
|
12
|
+
"version": "6.11.81",
|
|
13
13
|
"exportName": "FloorMapBuiltinShapeElement",
|
|
14
14
|
"main": "src/index.tsx",
|
|
15
15
|
"destructuring": true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/materials",
|
|
3
|
-
"version": "6.11.
|
|
3
|
+
"version": "6.11.82",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"antd-mobile": "^5.38.1",
|
|
100
100
|
"vod-js-sdk-v6": "^1.4.11",
|
|
101
101
|
"@pisell/date-picker": "3.0.8",
|
|
102
|
-
"@pisell/
|
|
103
|
-
"@pisell/
|
|
102
|
+
"@pisell/utils": "3.0.2",
|
|
103
|
+
"@pisell/icon": "0.0.11"
|
|
104
104
|
},
|
|
105
105
|
"peerDependencies": {
|
|
106
106
|
"react": "^18.0.0",
|