@tachybase/module-web 1.3.17 → 1.3.19
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/client/core/schema/components/antd-mobile/Cascader/AntdCadcader.d.ts +2 -3
- package/dist/client/core/schema/components/antd-mobile/Cascader/Cadcader.d.ts +3 -4
- package/dist/client/core/schema/components/antd-mobile/ImageUploader/ImageUploader.d.ts +1 -2
- package/dist/client/core/schema/components/antd-mobile/Select/CreateRecordAction.d.ts +1 -2
- package/dist/client/core/schema/components/antd-mobile/Select/Select.d.ts +3 -4
- package/dist/client/core/schema/components/antd-mobile/Select/style.d.ts +1 -0
- package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.view.d.ts +1 -2
- package/dist/client/core/schema/components/swiper/SwiperBlock.d.ts +1 -2
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputItem.d.ts +1 -2
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputMItem.d.ts +1 -2
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldItem.d.ts +1 -2
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldMItem.d.ts +1 -2
- package/dist/client/index.d.ts +2 -3
- package/dist/client/index.js +29 -17
- package/dist/externalVersion.js +9 -9
- package/dist/node_modules/cronstrue/package.json +1 -1
- package/package.json +11 -11
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const InternalCascader: React.MemoExoticComponent<import("@tachybase/schema").ReactFC<unknown>>;
|
|
1
|
+
export declare const AntdCascader: import("react").MemoExoticComponent<import("@tachybase/schema").ReactFC<unknown>>;
|
|
2
|
+
export declare const InternalCascader: import("react").MemoExoticComponent<import("@tachybase/schema").ReactFC<unknown>>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}, never> & React.RefAttributes<never>>;
|
|
1
|
+
export declare const MCascader: import("react").ForwardRefExoticComponent<Omit<{
|
|
2
|
+
children?: import("react").ReactNode | undefined;
|
|
3
|
+
}, never> & import("react").RefAttributes<never>>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
export declare const MImageUploader: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
|
|
1
|
+
export declare const MImageUploader: import("react").ForwardRefExoticComponent<Omit<any, "ref"> & import("react").RefAttributes<unknown>>;
|
|
3
2
|
export default MImageUploader;
|
|
4
3
|
export declare const isImage: (extName: string) => boolean;
|
|
5
4
|
export declare const isPdf: (extName: string) => boolean;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const CreateRecordAction: React.MemoExoticComponent<import("@tachybase/schema").ReactFC<unknown>>;
|
|
1
|
+
export declare const CreateRecordAction: import("react").MemoExoticComponent<import("@tachybase/schema").ReactFC<unknown>>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}, never> & React.RefAttributes<never>>;
|
|
1
|
+
export declare const MSelect: import("react").ForwardRefExoticComponent<Omit<{
|
|
2
|
+
children?: import("react").ReactNode | undefined;
|
|
3
|
+
}, never> & import("react").RefAttributes<never>>;
|
|
5
4
|
export default MSelect;
|
package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.view.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ImageSearchItemView: React.FunctionComponent<any>;
|
|
1
|
+
export declare const ImageSearchItemView: import("react").FunctionComponent<any>;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const SwiperBlock: React.FunctionComponent<any>;
|
|
1
|
+
export declare const SwiperBlock: import("react").FunctionComponent<any>;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const TabSearchCollapsibleInputItem: React.FunctionComponent<any>;
|
|
1
|
+
export declare const TabSearchCollapsibleInputItem: import("react").FunctionComponent<any>;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const TabSearchCollapsibleInputMItem: React.FunctionComponent<any>;
|
|
1
|
+
export declare const TabSearchCollapsibleInputMItem: import("react").FunctionComponent<any>;
|
package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldItem.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const TabSearchFieldItem: React.FunctionComponent<any>;
|
|
1
|
+
export declare const TabSearchFieldItem: import("react").FunctionComponent<any>;
|
package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldMItem.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const TabSearchFieldMItem: React.FunctionComponent<any>;
|
|
1
|
+
export declare const TabSearchFieldMItem: import("react").FunctionComponent<any>;
|
|
3
2
|
export declare const useAction: (props: any) => {
|
|
4
3
|
collectionField: any;
|
|
5
4
|
Designer: any;
|
package/dist/client/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { Plugin, RouterManager } from '@tachybase/client';
|
|
3
2
|
export declare class ModuleWeb extends Plugin {
|
|
4
3
|
mobileRouter: RouterManager;
|
|
@@ -6,8 +5,8 @@ export declare class ModuleWeb extends Plugin {
|
|
|
6
5
|
load(): Promise<void>;
|
|
7
6
|
setMobileRouter(): void;
|
|
8
7
|
getMobileRouterComponent(): ({ BaseLayout, }: {
|
|
9
|
-
BaseLayout?:
|
|
10
|
-
children?:
|
|
8
|
+
BaseLayout?: import("react").ComponentType<import("react").PropsWithChildren<any>>;
|
|
9
|
+
children?: import("react").ReactNode;
|
|
11
10
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
12
11
|
addRoutes(): void;
|
|
13
12
|
}
|