@tachybase/module-web 0.23.18 → 0.23.22
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/MAppNotFound.d.ts +1 -2
- package/dist/client/MobileClientProvider.d.ts +1 -1
- package/dist/client/MobileLinkProvider.d.ts +1 -2
- package/dist/client/configuration/App.d.ts +1 -2
- package/dist/client/configuration/Interface.d.ts +1 -2
- package/dist/client/core/assets/svg/index.d.ts +4 -5
- package/dist/client/core/schema/components/container/Container.Designer.d.ts +1 -2
- package/dist/client/core/schema/components/header/Header.Designer.d.ts +1 -2
- package/dist/client/core/schema/components/header/Header.d.ts +1 -2
- package/dist/client/core/schema/components/image-search/ImageSearch.initializer.d.ts +1 -2
- package/dist/client/core/schema/components/image-search/ImageSearch.provider.d.ts +1 -2
- package/dist/client/core/schema/components/image-search/ImageSearch.view.d.ts +1 -2
- package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.intializer.d.ts +1 -2
- package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.toolbar.d.ts +1 -2
- package/dist/client/core/schema/components/menu/MenuBlockInitializer.d.ts +1 -2
- package/dist/client/core/schema/components/notice/schema-initializer/NoticeBlockInitializer.d.ts +2 -3
- package/dist/client/core/schema/components/page/Page.Designer.d.ts +1 -2
- package/dist/client/core/schema/components/settings/Settings.Designer.d.ts +1 -2
- package/dist/client/core/schema/components/settings/Settings.d.ts +1 -2
- package/dist/client/core/schema/components/settings/SettingsBlockInitializer.d.ts +1 -2
- package/dist/client/core/schema/components/swiper/SwiperBlockInitializer.d.ts +1 -2
- package/dist/client/core/schema/components/swiper/SwiperPage.d.ts +1 -2
- package/dist/client/core/schema/components/tab-bar/TabBar.Item.d.ts +1 -1
- package/dist/client/core/schema/components/tab-search/components/TabSearch.d.ts +1 -2
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputItemChild.d.ts +4 -5
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputMItemChild.d.ts +4 -5
- package/dist/client/core/schema/components/tab-search/initializer/TabSearchAssociated.fields.d.ts +1 -2
- package/dist/client/core/schema/components/tab-search/initializer/TabSearchBlockInitializer.d.ts +1 -2
- package/dist/client/core/schema/components/tab-search/initializer/TabSearchFieldSchemaInitializerGadget.d.ts +1 -2
- package/dist/client/core/schema/components/tab-search/provider/TabSearchProvider.d.ts +1 -2
- package/dist/client/index.d.ts +2 -1
- package/dist/client/index.js +34 -34
- package/dist/client/plugin-data-select/DataSelect.d.ts +33 -0
- package/dist/client/plugin-data-select/PluginDataSelect.d.ts +4 -0
- package/dist/client/plugin-data-select/settings.d.ts +7 -0
- package/dist/client/router/InterfaceProvider.d.ts +1 -1
- package/dist/client/router/InterfaceRouter.d.ts +1 -1
- package/dist/client/router/OpenInNewTab.d.ts +1 -2
- package/dist/externalVersion.js +8 -8
- package/dist/node_modules/cronstrue/package.json +1 -1
- package/dist/server/server.js +2 -3
- package/package.json +9 -9
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const MAppNotFound: () => React.JSX.Element;
|
|
1
|
+
export declare const MAppNotFound: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React, { PropsWithChildren } from 'react';
|
|
2
|
-
export declare const MobileClientProvider: React.MemoExoticComponent<(props: PropsWithChildren) =>
|
|
2
|
+
export declare const MobileClientProvider: React.MemoExoticComponent<(props: PropsWithChildren) => import("react/jsx-runtime").JSX.Element>;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const MobileLinkProvider: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const MobileLinkProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const AppConfiguration: () => React.JSX.Element;
|
|
1
|
+
export declare const AppConfiguration: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const InterfaceConfiguration: () => React.JSX.Element;
|
|
1
|
+
export declare const InterfaceConfiguration: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const TabSearchIcon: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const loadBase64Icon: (encoded: string) => () => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare const NoticeIcon: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const SwiperIcon: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare const TabSearchIcon: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ContainerDesigner: () => React.JSX.Element;
|
|
1
|
+
export declare const ContainerDesigner: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const HeaderDesigner: () => React.JSX.Element;
|
|
1
|
+
export declare const HeaderDesigner: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { NavBarProps } from 'antd-mobile';
|
|
3
2
|
import { HeaderDesigner } from './Header.Designer';
|
|
4
3
|
export interface HeaderProps extends NavBarProps {
|
|
5
4
|
title?: string;
|
|
6
5
|
showBack?: boolean;
|
|
7
6
|
}
|
|
8
|
-
declare const InternalHeader: (props: HeaderProps) =>
|
|
7
|
+
declare const InternalHeader: (props: HeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
export declare const MHeader: typeof InternalHeader & {
|
|
10
9
|
Designer: typeof HeaderDesigner;
|
|
11
10
|
};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function ImageSearchInitializer(props: any): React.JSX.Element;
|
|
1
|
+
export declare function ImageSearchInitializer(props: any): import("react/jsx-runtime").JSX.Element;
|
package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.intializer.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ImageSearchItemIntializer: () => React.JSX.Element;
|
|
1
|
+
export declare const ImageSearchItemIntializer: () => import("react/jsx-runtime").JSX.Element;
|
package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.toolbar.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ImageSearchItemToolbar: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const ImageSearchItemToolbar: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const MMenuBlockInitializer: () => React.JSX.Element;
|
|
1
|
+
export declare const MMenuBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
|
package/dist/client/core/schema/components/notice/schema-initializer/NoticeBlockInitializer.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const NoticeBlockInitializer: () => React.JSX.Element;
|
|
1
|
+
export declare const NoticeBlock: () => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare const NoticeBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const PageDesigner: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const PageDesigner: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const SettingsDesigner: () => React.JSX.Element;
|
|
1
|
+
export declare const SettingsDesigner: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { SettingsDesigner } from './Settings.Designer';
|
|
3
|
-
export declare const InternalSettings: () =>
|
|
2
|
+
export declare const InternalSettings: () => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export declare const MSettings: typeof InternalSettings & {
|
|
5
4
|
Designer: typeof SettingsDesigner;
|
|
6
5
|
};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const MSettingsBlockInitializer: () => React.JSX.Element;
|
|
1
|
+
export declare const MSettingsBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const SwiperBlockInitializer: () => React.JSX.Element;
|
|
1
|
+
export declare const SwiperBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const SwiperPage: () => React.JSX.Element;
|
|
1
|
+
export declare const SwiperPage: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TabBarItemProps } from 'antd-mobile';
|
|
3
3
|
declare const InternalItem: React.FC<TabBarItemProps>;
|
|
4
|
-
export declare const Designer: () =>
|
|
4
|
+
export declare const Designer: () => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
export declare const TabBarItem: typeof InternalItem & {
|
|
6
6
|
Designer: typeof Designer;
|
|
7
7
|
};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const TabSearch: () => React.JSX.Element;
|
|
1
|
+
export declare const TabSearch: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const IButton: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const ISelect: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare const IInput: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const IDatePicker: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare const IButton: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const IButton: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const ISelect: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare const IDatePicker: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const IInput: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare const IButton: (props: any) => import("react/jsx-runtime").JSX.Element;
|
package/dist/client/core/schema/components/tab-search/initializer/TabSearchAssociated.fields.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const TabSearchAssociatedFields: () => React.JSX.Element;
|
|
1
|
+
export declare const TabSearchAssociatedFields: () => import("react/jsx-runtime").JSX.Element;
|
package/dist/client/core/schema/components/tab-search/initializer/TabSearchBlockInitializer.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const TabSearchBlockInitializer: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const TabSearchBlockInitializer: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const TabSearchFieldSchemaInitializerGadget: () => React.JSX.Element;
|
|
1
|
+
export declare const TabSearchFieldSchemaInitializerGadget: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const TabSearchProvider: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const TabSearchProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
|
package/dist/client/index.d.ts
CHANGED
|
@@ -2,12 +2,13 @@ import React from 'react';
|
|
|
2
2
|
import { Plugin, RouterManager } from '@tachybase/client';
|
|
3
3
|
export declare class ModuleWeb extends Plugin {
|
|
4
4
|
mobileRouter: RouterManager;
|
|
5
|
+
afterAdd(): Promise<void>;
|
|
5
6
|
load(): Promise<void>;
|
|
6
7
|
setMobileRouter(): void;
|
|
7
8
|
getMobileRouterComponent(): ({ BaseLayout, }: {
|
|
8
9
|
BaseLayout?: React.ComponentType<any>;
|
|
9
10
|
children?: React.ReactNode;
|
|
10
|
-
}) =>
|
|
11
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
11
12
|
addRoutes(): void;
|
|
12
13
|
}
|
|
13
14
|
export default ModuleWeb;
|