@ant-design/pro-components 2.3.22 → 2.3.23
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 +6 -4
- package/dist/components.min.js +1 -1
- package/es/version.js +3 -3
- package/package.json +10 -10
package/dist/components.js
CHANGED
|
@@ -26302,12 +26302,14 @@ var merge = function merge() {
|
|
|
26302
26302
|
|
|
26303
26303
|
|
|
26304
26304
|
|
|
26305
|
+
|
|
26305
26306
|
|
|
26306
26307
|
|
|
26307
26308
|
var _ref = external_antd_.theme || {
|
|
26308
26309
|
useToken: function useToken() {
|
|
26309
26310
|
return {
|
|
26310
|
-
hashId: ''
|
|
26311
|
+
hashId: '',
|
|
26312
|
+
token: defaultTheme
|
|
26311
26313
|
};
|
|
26312
26314
|
}
|
|
26313
26315
|
},
|
|
@@ -85157,15 +85159,15 @@ function BaseProList(props) {
|
|
|
85157
85159
|
;// CONCATENATED MODULE: ./packages/components/src/version.ts
|
|
85158
85160
|
var version_version = {
|
|
85159
85161
|
"@ant-design/pro-card": "2.0.16",
|
|
85160
|
-
"@ant-design/pro-components": "2.3.
|
|
85162
|
+
"@ant-design/pro-components": "2.3.22",
|
|
85161
85163
|
"@ant-design/pro-descriptions": "2.0.18",
|
|
85162
85164
|
"@ant-design/pro-field": "2.1.11",
|
|
85163
85165
|
"@ant-design/pro-form": "2.2.9",
|
|
85164
85166
|
"@ant-design/pro-layout": "7.1.10",
|
|
85165
|
-
"@ant-design/pro-list": "2.0.
|
|
85167
|
+
"@ant-design/pro-list": "2.0.19",
|
|
85166
85168
|
"@ant-design/pro-provider": "2.0.8",
|
|
85167
85169
|
"@ant-design/pro-skeleton": "2.0.4",
|
|
85168
|
-
"@ant-design/pro-table": "3.0.
|
|
85170
|
+
"@ant-design/pro-table": "3.0.19",
|
|
85169
85171
|
"@ant-design/pro-utils": "2.2.8"
|
|
85170
85172
|
};
|
|
85171
85173
|
;// CONCATENATED MODULE: ./packages/components/src/index.tsx
|