@tachybase/module-web 0.23.17 → 0.23.20

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.
Files changed (42) hide show
  1. package/dist/client/MAppNotFound.d.ts +1 -2
  2. package/dist/client/MobileClientProvider.d.ts +1 -1
  3. package/dist/client/MobileLinkProvider.d.ts +1 -2
  4. package/dist/client/configuration/App.d.ts +1 -2
  5. package/dist/client/configuration/Interface.d.ts +1 -2
  6. package/dist/client/core/assets/svg/index.d.ts +4 -5
  7. package/dist/client/core/schema/components/container/Container.Designer.d.ts +1 -2
  8. package/dist/client/core/schema/components/header/Header.Designer.d.ts +1 -2
  9. package/dist/client/core/schema/components/header/Header.d.ts +1 -2
  10. package/dist/client/core/schema/components/image-search/ImageSearch.initializer.d.ts +1 -2
  11. package/dist/client/core/schema/components/image-search/ImageSearch.provider.d.ts +1 -2
  12. package/dist/client/core/schema/components/image-search/ImageSearch.view.d.ts +1 -2
  13. package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.intializer.d.ts +1 -2
  14. package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.toolbar.d.ts +1 -2
  15. package/dist/client/core/schema/components/menu/MenuBlockInitializer.d.ts +1 -2
  16. package/dist/client/core/schema/components/notice/schema-initializer/NoticeBlockInitializer.d.ts +2 -3
  17. package/dist/client/core/schema/components/page/Page.Designer.d.ts +1 -2
  18. package/dist/client/core/schema/components/settings/Settings.Designer.d.ts +1 -2
  19. package/dist/client/core/schema/components/settings/Settings.d.ts +1 -2
  20. package/dist/client/core/schema/components/settings/SettingsBlockInitializer.d.ts +1 -2
  21. package/dist/client/core/schema/components/swiper/SwiperBlockInitializer.d.ts +1 -2
  22. package/dist/client/core/schema/components/swiper/SwiperPage.d.ts +1 -2
  23. package/dist/client/core/schema/components/tab-bar/TabBar.Item.d.ts +1 -1
  24. package/dist/client/core/schema/components/tab-search/components/TabSearch.d.ts +1 -2
  25. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputItemChild.d.ts +4 -5
  26. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputMItemChild.d.ts +4 -5
  27. package/dist/client/core/schema/components/tab-search/initializer/TabSearchAssociated.fields.d.ts +1 -2
  28. package/dist/client/core/schema/components/tab-search/initializer/TabSearchBlockInitializer.d.ts +1 -2
  29. package/dist/client/core/schema/components/tab-search/initializer/TabSearchFieldSchemaInitializerGadget.d.ts +1 -2
  30. package/dist/client/core/schema/components/tab-search/provider/TabSearchProvider.d.ts +1 -2
  31. package/dist/client/index.d.ts +2 -1
  32. package/dist/client/index.js +34 -34
  33. package/dist/client/plugin-data-select/DataSelect.d.ts +33 -0
  34. package/dist/client/plugin-data-select/PluginDataSelect.d.ts +4 -0
  35. package/dist/client/plugin-data-select/settings.d.ts +7 -0
  36. package/dist/client/router/InterfaceProvider.d.ts +1 -1
  37. package/dist/client/router/InterfaceRouter.d.ts +1 -1
  38. package/dist/client/router/OpenInNewTab.d.ts +1 -2
  39. package/dist/externalVersion.js +8 -8
  40. package/dist/node_modules/cronstrue/package.json +1 -1
  41. package/dist/server/server.js +2 -3
  42. package/package.json +9 -9
@@ -1,2 +1 @@
1
- import React from 'react';
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) => React.JSX.Element>;
2
+ export declare const MobileClientProvider: React.MemoExoticComponent<(props: PropsWithChildren) => import("react/jsx-runtime").JSX.Element>;
@@ -1,2 +1 @@
1
- import React from 'react';
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
- import React from 'react';
2
- export declare const AppConfiguration: () => React.JSX.Element;
1
+ export declare const AppConfiguration: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const InterfaceConfiguration: () => React.JSX.Element;
1
+ export declare const InterfaceConfiguration: () => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
- export declare const loadBase64Icon: (encoded: string) => () => React.JSX.Element;
3
- export declare const NoticeIcon: (props: any) => React.JSX.Element;
4
- export declare const SwiperIcon: (props: any) => React.JSX.Element;
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
- import React from 'react';
2
- export declare const ContainerDesigner: () => React.JSX.Element;
1
+ export declare const ContainerDesigner: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
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) => React.JSX.Element;
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
- import React from 'react';
2
- export declare function ImageSearchInitializer(props: any): React.JSX.Element;
1
+ export declare function ImageSearchInitializer(props: any): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  export declare const ImageSearchProvider: ({ collection, children }: {
3
2
  collection: any;
4
3
  children: any;
5
- }) => React.JSX.Element;
4
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- export declare const ImageSearchView: () => React.JSX.Element;
1
+ export declare const ImageSearchView: () => import("react/jsx-runtime").JSX.Element;
3
2
  export default ImageSearchView;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ImageSearchItemIntializer: () => React.JSX.Element;
1
+ export declare const ImageSearchItemIntializer: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
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
- import React from 'react';
2
- export declare const MMenuBlockInitializer: () => React.JSX.Element;
1
+ export declare const MMenuBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- export declare const NoticeBlock: () => React.JSX.Element;
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
- import React from 'react';
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
- import React from 'react';
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: () => React.JSX.Element;
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
- import React from 'react';
2
- export declare const MSettingsBlockInitializer: () => React.JSX.Element;
1
+ export declare const MSettingsBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const SwiperBlockInitializer: () => React.JSX.Element;
1
+ export declare const SwiperBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
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: () => React.JSX.Element;
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
- import React from 'react';
2
- export declare const TabSearch: () => React.JSX.Element;
1
+ export declare const TabSearch: () => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
- export declare const ISelect: (props: any) => React.JSX.Element;
3
- export declare const IInput: (props: any) => React.JSX.Element;
4
- export declare const IDatePicker: (props: any) => React.JSX.Element;
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
- import React from 'react';
2
- export declare const ISelect: (props: any) => React.JSX.Element;
3
- export declare const IDatePicker: (props: any) => React.JSX.Element;
4
- export declare const IInput: (props: any) => React.JSX.Element;
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;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const TabSearchAssociatedFields: () => React.JSX.Element;
1
+ export declare const TabSearchAssociatedFields: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
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
- import React from 'react';
2
- export declare const TabSearchFieldSchemaInitializerGadget: () => React.JSX.Element;
1
+ export declare const TabSearchFieldSchemaInitializerGadget: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const TabSearchProvider: (props: any) => React.JSX.Element;
1
+ export declare const TabSearchProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -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
- }) => React.JSX.Element;
11
+ }) => import("react/jsx-runtime").JSX.Element;
11
12
  addRoutes(): void;
12
13
  }
13
14
  export default ModuleWeb;