@openli1115/lowcode-edit-pro-table 1.0.40 → 1.0.42

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.
@@ -116,12 +116,12 @@ var Text = function Text(props, ref) {
116
116
  if (mark) {
117
117
  children = /*#__PURE__*/React.createElement("mark", null, children);
118
118
  }
119
+ others.style = _extends({}, others.style, {
120
+ marginRight: '2px'
121
+ });
119
122
  return /*#__PURE__*/React.createElement(Tag, _extends({}, others, {
120
123
  className: cls,
121
- ref: ref,
122
- style: {
123
- marginRight: '2px'
124
- }
124
+ ref: ref
125
125
  }), children, required && /*#__PURE__*/React.createElement("span", {
126
126
  style: {
127
127
  color: 'red',
@@ -138,7 +138,6 @@ var Paragraph = function Paragraph(props) {
138
138
  className = props.className,
139
139
  component = props.component,
140
140
  others = _objectWithoutPropertiesLoose(props, _excluded3);
141
- console.log('props', props);
142
141
  var cls = classNames(prefix + "text-paragraph", className);
143
142
  if (!isProduction()) {
144
143
  console.warn('Warning: Text.Paragraph is deprecated, use P instead');
@@ -121,12 +121,12 @@ var Text = function Text(props, ref) {
121
121
  if (mark) {
122
122
  children = /*#__PURE__*/React.createElement("mark", null, children);
123
123
  }
124
+ others.style = (0, _extends2["default"])({}, others.style, {
125
+ marginRight: '2px'
126
+ });
124
127
  return /*#__PURE__*/React.createElement(Tag, (0, _extends2["default"])({}, others, {
125
128
  className: cls,
126
- ref: ref,
127
- style: {
128
- marginRight: '2px'
129
- }
129
+ ref: ref
130
130
  }), children, required && /*#__PURE__*/React.createElement("span", {
131
131
  style: {
132
132
  color: 'red',
@@ -143,7 +143,6 @@ var Paragraph = function Paragraph(props) {
143
143
  className = props.className,
144
144
  component = props.component,
145
145
  others = (0, _objectWithoutPropertiesLoose2["default"])(props, _excluded3);
146
- console.log('props', props);
147
146
  var cls = (0, _classnames["default"])(prefix + "text-paragraph", className);
148
147
  if (!isProduction()) {
149
148
  console.warn('Warning: Text.Paragraph is deprecated, use P instead');
@@ -101,7 +101,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
101
101
  packageName = '@openli1115/lowcode-edit-pro-table';
102
102
  }
103
103
  if (version === void 0) {
104
- version = '1.0.40';
104
+ version = '1.0.42';
105
105
  }
106
106
  if (basicLibraryVersion === void 0) {
107
107
  basicLibraryVersion = {
@@ -106,7 +106,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
106
106
  packageName = '@openli1115/lowcode-edit-pro-table';
107
107
  }
108
108
  if (version === void 0) {
109
- version = '1.0.40';
109
+ version = '1.0.42';
110
110
  }
111
111
  if (basicLibraryVersion === void 0) {
112
112
  basicLibraryVersion = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openli1115/lowcode-edit-pro-table",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "description": "@openli1115/lowcode-edit-pro-table",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -100,10 +100,10 @@
100
100
  },
101
101
  "componentConfig": {
102
102
  "isComponentLibrary": true,
103
- "materialSchema": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.40/build/lowcode/assets-prod.json"
103
+ "materialSchema": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.42/build/lowcode/assets-prod.json"
104
104
  },
105
105
  "lcMeta": {
106
106
  "type": "component"
107
107
  },
108
- "homepage": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.40/build/index.html"
108
+ "homepage": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.42/build/index.html"
109
109
  }