@cloudtower/eagle 0.33.27 → 0.33.29
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/cjs/hooks/useCTErrorMsg.js +1 -1
- package/dist/cjs/index.js +4 -0
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1889 -1889
- package/dist/esm/hooks/useCTErrorMsg.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2125 -2125
- package/dist/src/core/Antd5Flex/index.d.ts +2 -0
- package/dist/src/core/ConfigProvider/index.d.ts +1 -1
- package/dist/src/core/index.d.ts +1 -0
- package/dist/style.css +1742 -1742
- package/package.json +4 -4
|
@@ -10,7 +10,7 @@ const useCTErrorMsg = (error, options) => {
|
|
|
10
10
|
const { t } = useParrotTranslation();
|
|
11
11
|
const globalConfig = index.useConfig();
|
|
12
12
|
const err = cterror.parseCTError(error);
|
|
13
|
-
const ns = (options == null ? void 0 : options.CTErrorI18nNs) || (globalConfig == null ? void 0 : globalConfig.
|
|
13
|
+
const ns = (options == null ? void 0 : options.CTErrorI18nNs) || (globalConfig == null ? void 0 : globalConfig.CTErrorI18nNs) || "CTError";
|
|
14
14
|
const errMsg = React.useMemo(() => {
|
|
15
15
|
return err.map((e) => {
|
|
16
16
|
if ("code" in e) {
|
package/dist/cjs/index.js
CHANGED
|
@@ -415,6 +415,10 @@ exports.TokenPresetColors = index$17.TokenPresetColors;
|
|
|
415
415
|
exports.Tooltip = index$18;
|
|
416
416
|
exports.Truncate = index$19;
|
|
417
417
|
exports.Antd5Dropdown = Antd5Dropdown.Antd5Dropdown;
|
|
418
|
+
Object.defineProperty(exports, 'Antd5Flex', {
|
|
419
|
+
enumerable: true,
|
|
420
|
+
get: function () { return antd5.Flex; }
|
|
421
|
+
});
|
|
418
422
|
Object.defineProperty(exports, 'Antd5Tree', {
|
|
419
423
|
enumerable: true,
|
|
420
424
|
get: function () { return antd5.Tree; }
|