@ant-design/pro-components 2.3.33 → 2.3.34
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.js +12 -12
- package/dist/components.min.js +1 -1
- package/es/version.js +5 -5
- package/package.json +12 -12
package/dist/components.js
CHANGED
|
@@ -37541,6 +37541,7 @@ var proFieldParsingText = function proFieldParsingText(text, valueEnumParams, ke
|
|
|
37541
37541
|
return (0,jsx_runtime.jsx)(external_antd_.Space, {
|
|
37542
37542
|
split: ",",
|
|
37543
37543
|
size: 2,
|
|
37544
|
+
wrap: true,
|
|
37544
37545
|
children: text.map(function (value, index) {
|
|
37545
37546
|
return (
|
|
37546
37547
|
// @ts-ignore
|
|
@@ -63350,17 +63351,16 @@ var style_genProListStyle = function genProListStyle(token) {
|
|
|
63350
63351
|
animationTimingFunction: 'linear',
|
|
63351
63352
|
animationIterationCount: 'infinite'
|
|
63352
63353
|
}
|
|
63353
|
-
})
|
|
63354
|
-
|
|
63355
|
-
|
|
63356
|
-
|
|
63357
|
-
}
|
|
63354
|
+
})
|
|
63355
|
+
}, defineProperty_defineProperty(_token$componentCls2, "td".concat(token.antCls, "-table-cell"), {
|
|
63356
|
+
'>a': {
|
|
63357
|
+
fontSize: token.fontSize
|
|
63358
63358
|
}
|
|
63359
|
-
}, defineProperty_defineProperty(_token$componentCls2, "".concat(token.antCls, "-table").concat(token.antCls, "-table-tbody").concat(token.antCls, "-table-wrapper:only-child").concat(token.antCls, "-table"), {
|
|
63359
|
+
}), defineProperty_defineProperty(_token$componentCls2, "".concat(token.antCls, "-table").concat(token.antCls, "-table-tbody").concat(token.antCls, "-table-wrapper:only-child").concat(token.antCls, "-table"), {
|
|
63360
63360
|
marginBlock: 0,
|
|
63361
63361
|
marginInline: 0
|
|
63362
63362
|
}), defineProperty_defineProperty(_token$componentCls2, "".concat(token.antCls, "-table").concat(token.antCls, "-table-middle ").concat(token.componentCls), {
|
|
63363
|
-
marginBlock:
|
|
63363
|
+
marginBlock: 0,
|
|
63364
63364
|
marginInline: -8
|
|
63365
63365
|
}), defineProperty_defineProperty(_token$componentCls2, '& &-search', (_search = {
|
|
63366
63366
|
marginBlockEnd: '16px',
|
|
@@ -85899,15 +85899,15 @@ function BaseProList(props) {
|
|
|
85899
85899
|
;// CONCATENATED MODULE: ./packages/components/src/version.ts
|
|
85900
85900
|
var version_version = {
|
|
85901
85901
|
"@ant-design/pro-card": "2.0.26",
|
|
85902
|
-
"@ant-design/pro-components": "2.3.
|
|
85903
|
-
"@ant-design/pro-descriptions": "2.0.
|
|
85902
|
+
"@ant-design/pro-components": "2.3.33",
|
|
85903
|
+
"@ant-design/pro-descriptions": "2.0.29",
|
|
85904
85904
|
"@ant-design/pro-field": "2.1.21",
|
|
85905
85905
|
"@ant-design/pro-form": "2.3.1",
|
|
85906
|
-
"@ant-design/pro-layout": "7.2.
|
|
85907
|
-
"@ant-design/pro-list": "2.0.
|
|
85906
|
+
"@ant-design/pro-layout": "7.2.4",
|
|
85907
|
+
"@ant-design/pro-list": "2.0.30",
|
|
85908
85908
|
"@ant-design/pro-provider": "2.0.16",
|
|
85909
85909
|
"@ant-design/pro-skeleton": "2.0.5",
|
|
85910
|
-
"@ant-design/pro-table": "3.1.
|
|
85910
|
+
"@ant-design/pro-table": "3.1.7",
|
|
85911
85911
|
"@ant-design/pro-utils": "2.3.4"
|
|
85912
85912
|
};
|
|
85913
85913
|
;// CONCATENATED MODULE: ./packages/components/src/index.tsx
|