@tachybase/module-web 0.23.8
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/.turbo/turbo-build.log +41 -0
- package/README.md +9 -0
- package/README.zh-CN.md +9 -0
- package/build.config.ts +42 -0
- package/client.d.ts +2 -0
- package/client.js +1 -0
- package/dist/client/MAppNotFound.d.ts +2 -0
- package/dist/client/MobileClientProvider.d.ts +2 -0
- package/dist/client/MobileLinkProvider.d.ts +2 -0
- package/dist/client/configuration/App.d.ts +2 -0
- package/dist/client/configuration/Interface.d.ts +2 -0
- package/dist/client/configuration/index.d.ts +2 -0
- package/dist/client/core/assets/svg/index.d.ts +5 -0
- package/dist/client/core/bridge/index.d.ts +2 -0
- package/dist/client/core/bridge/injects.d.ts +13 -0
- package/dist/client/core/bridge/native-call.d.ts +1 -0
- package/dist/client/core/index.d.ts +5 -0
- package/dist/client/core/schema/CustomColor.d.ts +1 -0
- package/dist/client/core/schema/CustomComponent.d.ts +1 -0
- package/dist/client/core/schema/common/index.d.ts +1 -0
- package/dist/client/core/schema/common/page.d.ts +16 -0
- package/dist/client/core/schema/components/antd-mobile/Cascader/AntdCadcader.d.ts +3 -0
- package/dist/client/core/schema/components/antd-mobile/Cascader/Cadcader.d.ts +4 -0
- package/dist/client/core/schema/components/antd-mobile/Cascader/ReadPretty.d.ts +2 -0
- package/dist/client/core/schema/components/antd-mobile/Cascader/defaultFieldNames.d.ts +5 -0
- package/dist/client/core/schema/components/antd-mobile/Cascader/index.d.ts +1 -0
- package/dist/client/core/schema/components/antd-mobile/Cascader/style.d.ts +3 -0
- package/dist/client/core/schema/components/antd-mobile/Checkbox/Checkbox.d.ts +7 -0
- package/dist/client/core/schema/components/antd-mobile/Checkbox/index.d.ts +1 -0
- package/dist/client/core/schema/components/antd-mobile/DatePicker/DatePicker.d.ts +3 -0
- package/dist/client/core/schema/components/antd-mobile/DatePicker/index.d.ts +1 -0
- package/dist/client/core/schema/components/antd-mobile/ImageUploader/ImageUploader.d.ts +5 -0
- package/dist/client/core/schema/components/antd-mobile/ImageUploader/index.d.ts +1 -0
- package/dist/client/core/schema/components/antd-mobile/Input/Input.d.ts +7 -0
- package/dist/client/core/schema/components/antd-mobile/Input/index.d.ts +1 -0
- package/dist/client/core/schema/components/antd-mobile/Radio/Radio.d.ts +7 -0
- package/dist/client/core/schema/components/antd-mobile/Radio/index.d.ts +1 -0
- package/dist/client/core/schema/components/antd-mobile/Select/AntdSelect.d.ts +3 -0
- package/dist/client/core/schema/components/antd-mobile/Select/AntdSelectContext.d.ts +2 -0
- package/dist/client/core/schema/components/antd-mobile/Select/CreateRecordAction.d.ts +2 -0
- package/dist/client/core/schema/components/antd-mobile/Select/Select.d.ts +5 -0
- package/dist/client/core/schema/components/antd-mobile/Select/index.d.ts +1 -0
- package/dist/client/core/schema/components/antd-mobile/Select/style.d.ts +3 -0
- package/dist/client/core/schema/components/antd-mobile/index.d.ts +7 -0
- package/dist/client/core/schema/components/container/Container.Designer.d.ts +2 -0
- package/dist/client/core/schema/components/container/Container.d.ts +7 -0
- package/dist/client/core/schema/components/container/index.d.ts +1 -0
- package/dist/client/core/schema/components/container/style.d.ts +5 -0
- package/dist/client/core/schema/components/header/Header.Designer.d.ts +2 -0
- package/dist/client/core/schema/components/header/Header.d.ts +12 -0
- package/dist/client/core/schema/components/header/index.d.ts +1 -0
- package/dist/client/core/schema/components/image-search/ImageSearch.configure.d.ts +2 -0
- package/dist/client/core/schema/components/image-search/ImageSearch.initializer.d.ts +2 -0
- package/dist/client/core/schema/components/image-search/ImageSearch.provider.d.ts +5 -0
- package/dist/client/core/schema/components/image-search/ImageSearch.schema.d.ts +8 -0
- package/dist/client/core/schema/components/image-search/ImageSearch.view.d.ts +3 -0
- package/dist/client/core/schema/components/image-search/hooks/index.d.ts +1 -0
- package/dist/client/core/schema/components/image-search/hooks/useSelect.d.ts +3 -0
- package/dist/client/core/schema/components/image-search/index.d.ts +7 -0
- package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.intializer.d.ts +2 -0
- package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.schema.d.ts +11 -0
- package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.setting.d.ts +2 -0
- package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.toolbar.d.ts +2 -0
- package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.view.d.ts +2 -0
- package/dist/client/core/schema/components/image-search/search-item/index.d.ts +7 -0
- package/dist/client/core/schema/components/image-search/search-item/useProps.Optional.d.ts +17 -0
- package/dist/client/core/schema/components/image-search/search-item/useProps.Related.d.ts +7 -0
- package/dist/client/core/schema/components/index.d.ts +11 -0
- package/dist/client/core/schema/components/menu/Menu.Designer.d.ts +2 -0
- package/dist/client/core/schema/components/menu/Menu.Item.d.ts +6 -0
- package/dist/client/core/schema/components/menu/Menu.d.ts +9 -0
- package/dist/client/core/schema/components/menu/MenuBlockInitializer.d.ts +2 -0
- package/dist/client/core/schema/components/menu/index.d.ts +2 -0
- package/dist/client/core/schema/components/menu/schema.d.ts +17 -0
- package/dist/client/core/schema/components/menu/style.d.ts +4 -0
- package/dist/client/core/schema/components/notice/index.d.ts +1 -0
- package/dist/client/core/schema/components/notice/schema-create/createGridCardBlockSchma.d.ts +57 -0
- package/dist/client/core/schema/components/notice/schema-initializer/NoticeBlockInitializer.d.ts +3 -0
- package/dist/client/core/schema/components/notice/schema-initializer/index.d.ts +1 -0
- package/dist/client/core/schema/components/page/Page.Designer.d.ts +2 -0
- package/dist/client/core/schema/components/page/Page.d.ts +7 -0
- package/dist/client/core/schema/components/page/index.d.ts +1 -0
- package/dist/client/core/schema/components/page/style.d.ts +6 -0
- package/dist/client/core/schema/components/settings/Settings.Designer.d.ts +2 -0
- package/dist/client/core/schema/components/settings/Settings.d.ts +6 -0
- package/dist/client/core/schema/components/settings/SettingsBlockInitializer.d.ts +2 -0
- package/dist/client/core/schema/components/settings/index.d.ts +2 -0
- package/dist/client/core/schema/components/swiper/SwiperBlock.d.ts +2 -0
- package/dist/client/core/schema/components/swiper/SwiperBlockInitializer.d.ts +2 -0
- package/dist/client/core/schema/components/swiper/SwiperFieldSettings.d.ts +2 -0
- package/dist/client/core/schema/components/swiper/SwiperPage.d.ts +2 -0
- package/dist/client/core/schema/components/swiper/index.d.ts +5 -0
- package/dist/client/core/schema/components/swiper/useSwiperBlockProps.d.ts +9 -0
- package/dist/client/core/schema/components/tab-bar/TabBar.Item.d.ts +8 -0
- package/dist/client/core/schema/components/tab-bar/TabBar.d.ts +6 -0
- package/dist/client/core/schema/components/tab-bar/index.d.ts +1 -0
- package/dist/client/core/schema/components/tab-bar/schema.d.ts +18 -0
- package/dist/client/core/schema/components/tab-search/components/TabSearch.d.ts +2 -0
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputItem.d.ts +2 -0
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputItemAction.d.ts +18 -0
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputItemChild.d.ts +5 -0
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputMItem.d.ts +2 -0
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputMItemChild.d.ts +5 -0
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldItem.d.ts +2 -0
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldItemProps.d.ts +11 -0
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldMItem.d.ts +8 -0
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSerachFieldItemRelatedProps.d.ts +17 -0
- package/dist/client/core/schema/components/tab-search/components/field-item/hooks.d.ts +7 -0
- package/dist/client/core/schema/components/tab-search/components/field-item/index.d.ts +6 -0
- package/dist/client/core/schema/components/tab-search/components/index.d.ts +2 -0
- package/dist/client/core/schema/components/tab-search/create/createTabSearchBlockSchema.d.ts +6 -0
- package/dist/client/core/schema/components/tab-search/create/createTabSearchItemSchema.d.ts +24 -0
- package/dist/client/core/schema/components/tab-search/index.d.ts +4 -0
- package/dist/client/core/schema/components/tab-search/initializer/TabSearchAssociated.fields.d.ts +2 -0
- package/dist/client/core/schema/components/tab-search/initializer/TabSearchBlockInitializer.d.ts +2 -0
- package/dist/client/core/schema/components/tab-search/initializer/TabSearchFieldSchemaInitializer.d.ts +2 -0
- package/dist/client/core/schema/components/tab-search/initializer/TabSearchFieldSchemaInitializerGadget.d.ts +2 -0
- package/dist/client/core/schema/components/tab-search/initializer/index.d.ts +3 -0
- package/dist/client/core/schema/components/tab-search/mapToMobile.d.ts +1 -0
- package/dist/client/core/schema/components/tab-search/provider/TabSearchProvider.d.ts +2 -0
- package/dist/client/core/schema/components/tab-search/provider/index.d.ts +1 -0
- package/dist/client/core/schema/components/tab-search/settings/TabSearchItemFieldSettings.d.ts +2 -0
- package/dist/client/core/schema/components/tab-search/settings/index.d.ts +1 -0
- package/dist/client/core/schema/components/tab-search/utils.d.ts +8 -0
- package/dist/client/core/schema/helpers/index.d.ts +67 -0
- package/dist/client/core/schema/hooks/index.d.ts +1 -0
- package/dist/client/core/schema/hooks/useSchemaPatch.d.ts +3 -0
- package/dist/client/core/schema/index.d.ts +6 -0
- package/dist/client/core/schema/initializers/BlockInitializers.d.ts +2 -0
- package/dist/client/core/schema/initializers/index.d.ts +1 -0
- package/dist/client/core/schema/scopes/grid-card.d.ts +15 -0
- package/dist/client/core/schema/scopes/index.d.ts +1 -0
- package/dist/client/devices/iOS6.d.ts +6 -0
- package/dist/client/devices/index.d.ts +2 -0
- package/dist/client/index.d.ts +13 -0
- package/dist/client/index.js +285 -0
- package/dist/client/locale/index.d.ts +5 -0
- package/dist/client/router/Application.d.ts +3 -0
- package/dist/client/router/InterfaceProvider.d.ts +4 -0
- package/dist/client/router/InterfaceRouter.d.ts +2 -0
- package/dist/client/router/OpenInNewTab.d.ts +2 -0
- package/dist/client/router/index.d.ts +1 -0
- package/dist/env.d.js +0 -0
- package/dist/externalVersion.js +16 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +39 -0
- package/dist/locale/antd/ar_EG.js +1 -0
- package/dist/locale/antd/az_AZ.js +1 -0
- package/dist/locale/antd/bg_BG.js +1 -0
- package/dist/locale/antd/bn_BD.js +1 -0
- package/dist/locale/antd/by_BY.js +1 -0
- package/dist/locale/antd/ca_ES.js +1 -0
- package/dist/locale/antd/cs_CZ.js +1 -0
- package/dist/locale/antd/da_DK.js +1 -0
- package/dist/locale/antd/de_DE.js +1 -0
- package/dist/locale/antd/el_GR.js +1 -0
- package/dist/locale/antd/en_GB.js +1 -0
- package/dist/locale/antd/en_US.js +1 -0
- package/dist/locale/antd/es_ES.js +1 -0
- package/dist/locale/antd/et_EE.js +1 -0
- package/dist/locale/antd/eu_ES.js +1 -0
- package/dist/locale/antd/fa_IR.js +1 -0
- package/dist/locale/antd/fi_FI.js +1 -0
- package/dist/locale/antd/fr_BE.js +1 -0
- package/dist/locale/antd/fr_CA.js +1 -0
- package/dist/locale/antd/fr_FR.js +1 -0
- package/dist/locale/antd/ga_IE.js +1 -0
- package/dist/locale/antd/gl_ES.js +1 -0
- package/dist/locale/antd/he_IL.js +1 -0
- package/dist/locale/antd/hi_IN.js +1 -0
- package/dist/locale/antd/hr_HR.js +1 -0
- package/dist/locale/antd/hu_HU.js +1 -0
- package/dist/locale/antd/hy_AM.js +1 -0
- package/dist/locale/antd/id_ID.js +1 -0
- package/dist/locale/antd/index.js +1 -0
- package/dist/locale/antd/is_IS.js +1 -0
- package/dist/locale/antd/it_IT.js +1 -0
- package/dist/locale/antd/ja_JP.js +1 -0
- package/dist/locale/antd/ka_GE.js +1 -0
- package/dist/locale/antd/kk_KZ.js +1 -0
- package/dist/locale/antd/km_KH.js +1 -0
- package/dist/locale/antd/kmr_IQ.js +1 -0
- package/dist/locale/antd/kn_IN.js +1 -0
- package/dist/locale/antd/ko_KR.js +1 -0
- package/dist/locale/antd/ku_IQ.js +1 -0
- package/dist/locale/antd/lt_LT.js +1 -0
- package/dist/locale/antd/lv_LV.js +1 -0
- package/dist/locale/antd/mk_MK.js +1 -0
- package/dist/locale/antd/ml_IN.js +1 -0
- package/dist/locale/antd/mn_MN.js +1 -0
- package/dist/locale/antd/ms_MY.js +1 -0
- package/dist/locale/antd/my_MM.js +1 -0
- package/dist/locale/antd/nb_NO.js +1 -0
- package/dist/locale/antd/ne_NP.js +1 -0
- package/dist/locale/antd/nl_BE.js +1 -0
- package/dist/locale/antd/nl_NL.js +1 -0
- package/dist/locale/antd/pl_PL.js +1 -0
- package/dist/locale/antd/pt_BR.js +1 -0
- package/dist/locale/antd/pt_PT.js +1 -0
- package/dist/locale/antd/ro_RO.js +1 -0
- package/dist/locale/antd/ru_RU.js +1 -0
- package/dist/locale/antd/si_LK.js +1 -0
- package/dist/locale/antd/sk_SK.js +1 -0
- package/dist/locale/antd/sl_SI.js +1 -0
- package/dist/locale/antd/sr_RS.js +1 -0
- package/dist/locale/antd/sv_SE.js +1 -0
- package/dist/locale/antd/ta_IN.js +1 -0
- package/dist/locale/antd/th_TH.js +1 -0
- package/dist/locale/antd/tk_TK.js +1 -0
- package/dist/locale/antd/tr_TR.js +1 -0
- package/dist/locale/antd/uk_UA.js +1 -0
- package/dist/locale/antd/ur_PK.js +1 -0
- package/dist/locale/antd/useLocale.js +1 -0
- package/dist/locale/antd/uz_UZ.js +1 -0
- package/dist/locale/antd/vi_VN.js +1 -0
- package/dist/locale/antd/zh_CN.js +1 -0
- package/dist/locale/antd/zh_HK.js +1 -0
- package/dist/locale/antd/zh_TW.js +1 -0
- package/dist/locale/cron/zh_CN.js +33 -0
- package/dist/locale/cron/zh_TW.js +33 -0
- package/dist/locale/en_US.js +891 -0
- package/dist/locale/es_ES.js +755 -0
- package/dist/locale/fr_FR.js +775 -0
- package/dist/locale/index.js +165 -0
- package/dist/locale/ja_JP.js +694 -0
- package/dist/locale/ko_KR.js +890 -0
- package/dist/locale/pt_BR.js +734 -0
- package/dist/locale/ru_RU.js +570 -0
- package/dist/locale/tr_TR.js +567 -0
- package/dist/locale/uk_UA.js +775 -0
- package/dist/locale/zh-CN.js +1028 -0
- package/dist/locale/zh-TW.js +862 -0
- package/dist/node_modules/cronstrue/LICENSE +21 -0
- package/dist/node_modules/cronstrue/bin/cli.js +26 -0
- package/dist/node_modules/cronstrue/dist/cronParser.d.ts +13 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7938 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +37 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
- package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/bg.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/my.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/vi.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/options.d.ts +9 -0
- package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.js +5 -0
- package/dist/node_modules/cronstrue/locales/af.js +283 -0
- package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ar.js +283 -0
- package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/be.js +280 -0
- package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/bg.js +286 -0
- package/dist/node_modules/cronstrue/locales/bg.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ca.js +280 -0
- package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/cs.js +280 -0
- package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/da.js +280 -0
- package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/de.js +280 -0
- package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/en.js +283 -0
- package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/es.js +280 -0
- package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fa.js +273 -0
- package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fi.js +289 -0
- package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fr.js +283 -0
- package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/he.js +267 -0
- package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/hu.js +283 -0
- package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/id.js +283 -0
- package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/it.js +280 -0
- package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ja.js +282 -0
- package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ko.js +282 -0
- package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/my.js +283 -0
- package/dist/node_modules/cronstrue/locales/my.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nb.js +280 -0
- package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nl.js +280 -0
- package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pl.js +280 -0
- package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.js +280 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.js +280 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ro.js +280 -0
- package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ru.js +323 -0
- package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sk.js +280 -0
- package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sl.js +280 -0
- package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sv.js +280 -0
- package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sw.js +280 -0
- package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/th.js +283 -0
- package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/tr.js +280 -0
- package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/uk.js +280 -0
- package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/vi.js +283 -0
- package/dist/node_modules/cronstrue/locales/vi.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.js +285 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.js +276 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
- package/dist/node_modules/cronstrue/package.json +1 -0
- package/dist/server/antd.d.ts +1 -0
- package/dist/server/antd.js +45 -0
- package/dist/server/cron.d.ts +1 -0
- package/dist/server/cron.js +44 -0
- package/dist/server/cronstrue.d.ts +1 -0
- package/dist/server/cronstrue.js +136 -0
- package/dist/server/index.d.ts +1 -0
- package/dist/server/index.js +33 -0
- package/dist/server/migrations/20230620203216-admin-ui-schema-uid.d.ts +5 -0
- package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +64 -0
- package/dist/server/migrations/20231215215247-admin-menu-uid.d.ts +5 -0
- package/dist/server/migrations/20231215215247-admin-menu-uid.js +76 -0
- package/dist/server/server.d.ts +7 -0
- package/dist/server/server.js +148 -0
- package/dist/swagger/index.json +7 -0
- package/package.json +40 -0
- package/server.d.ts +2 -0
- package/server.js +1 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @tachybase/module-web@0.23.2 build /Users/seal/Documents/projects/tachybase/packages/module-web
|
|
4
|
+
> tachybase-build --no-dts @tachybase/module-web
|
|
5
|
+
|
|
6
|
+
[33m[33mThe CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.[39m[39m
|
|
7
|
+
[4m[95m@tachybase/module-web[39m[24m: [1mmodule-web[22m build start
|
|
8
|
+
[4m[95m@tachybase/module-web[39m[24m: build plugin client
|
|
9
|
+
[2K[1G[4m[95m@tachybase/module-web[39m[24m: build plugin server source
|
|
10
|
+
[4m[95m@tachybase/module-web[39m[24m: delete server files
|
|
11
|
+
[4m[95m@tachybase/module-web[39m[24m: build plugin server dependencies
|
|
12
|
+
[4m[95m@tachybase/module-web[39m[24m: These packages [33mcronstrue[39m will be [3mbundled[23m to dist/node_modules. These packages [33m@tachybase/utils, @tachybase/actions, @tachybase/server, @tachybase/database[39m will be [3mexclude[23m.
|
|
13
|
+
[4m[95m@tachybase/module-web[39m[24m: write external version
|
|
14
|
+
[4m[95m@tachybase/module-web[39m[24m: afterBuild
|
|
15
|
+
[4m[95m@tachybase/module-web[39m[24m: coping client locale
|
|
16
|
+
❌ build errors:
|
|
17
|
+
🐛 Error: ENOENT: no such file or directory, lstat '/Users/seal/Documents/projects/tachybase/packages/client/lib/locale'
|
|
18
|
+
[90m at async lstat (node:internal/fs/promises:1021:18)[39m
|
|
19
|
+
at async Promise.all (index 0)
|
|
20
|
+
[90m at async checkPaths (node:internal/fs/cp/cp:76:39)[39m
|
|
21
|
+
[90m at async cpFn (node:internal/fs/cp/cp:65:17)[39m
|
|
22
|
+
at async Object.afterBuild [90m(/Users/seal/Documents/projects/tachybase/packages/module-web/[39mbuild.config.ts:18:5[90m)[39m
|
|
23
|
+
at async buildPackage (/Users/seal/Documents/projects/tachybase/apps/build/lib/build.js:141:5)
|
|
24
|
+
at async buildPackages (/Users/seal/Documents/projects/tachybase/apps/build/lib/build.js:102:7)
|
|
25
|
+
at async build (/Users/seal/Documents/projects/tachybase/apps/build/lib/build.js:80:3) {
|
|
26
|
+
errno: [33m-2[39m,
|
|
27
|
+
code: [32m'ENOENT'[39m,
|
|
28
|
+
syscall: [32m'lstat'[39m,
|
|
29
|
+
path: [32m'/Users/seal/Documents/projects/tachybase/packages/client/lib/locale'[39m
|
|
30
|
+
}
|
|
31
|
+
/Users/seal/Documents/projects/tachybase/apps/build/lib/build.js:88
|
|
32
|
+
throw new Error("build error.");
|
|
33
|
+
^
|
|
34
|
+
|
|
35
|
+
Error: build error.
|
|
36
|
+
at Timeout._onTimeout (/Users/seal/Documents/projects/tachybase/apps/build/lib/build.js:88:13)
|
|
37
|
+
[90m at listOnTimeout (node:internal/timers:581:17)[39m
|
|
38
|
+
[90m at process.processTimers (node:internal/timers:519:7)[39m
|
|
39
|
+
|
|
40
|
+
Node.js v20.18.0
|
|
41
|
+
[41m[30m ELIFECYCLE [39m[49m [31mCommand failed with exit code 1.[39m
|
package/README.md
ADDED
package/README.zh-CN.md
ADDED
package/build.config.ts
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import fs from 'fs/promises';
|
|
2
|
+
import path from 'path';
|
|
3
|
+
import { defineConfig } from '@tachybase/build';
|
|
4
|
+
|
|
5
|
+
const existsSync = require('fs').existsSync;
|
|
6
|
+
|
|
7
|
+
const client = path.dirname(require.resolve('@tachybase/client/package.json'));
|
|
8
|
+
const antd = require.resolve('antd');
|
|
9
|
+
|
|
10
|
+
export default defineConfig({
|
|
11
|
+
afterBuild: async (log) => {
|
|
12
|
+
const localeDir = path.resolve(__dirname, './dist/locale');
|
|
13
|
+
if (existsSync(localeDir)) {
|
|
14
|
+
await fs.rm(localeDir, { recursive: true });
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
log('coping client locale');
|
|
18
|
+
await fs.cp(path.resolve(client, 'lib', 'locale'), localeDir, {
|
|
19
|
+
recursive: true,
|
|
20
|
+
force: true,
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
log('coping antd locale');
|
|
24
|
+
const files = await fs.readdir(path.resolve(path.dirname(antd), 'locale'));
|
|
25
|
+
await fs.mkdir(path.resolve(localeDir, 'antd'), { recursive: true });
|
|
26
|
+
for (const file of files) {
|
|
27
|
+
if (path.extname(file) !== '.js') {
|
|
28
|
+
continue;
|
|
29
|
+
}
|
|
30
|
+
const content = require(path.resolve(path.dirname(antd), 'locale', file)).default;
|
|
31
|
+
try {
|
|
32
|
+
await fs.writeFile(
|
|
33
|
+
path.resolve(localeDir, 'antd', file),
|
|
34
|
+
`module.exports = ${JSON.stringify(content)}`,
|
|
35
|
+
'utf-8',
|
|
36
|
+
);
|
|
37
|
+
} catch (error) {
|
|
38
|
+
log(`skip ${file}`);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
});
|
package/client.d.ts
ADDED
package/client.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('./dist/client/index.js');
|
|
@@ -0,0 +1,5 @@
|
|
|
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;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
interface InvokeFunction {
|
|
2
|
+
(params: {
|
|
3
|
+
action: 'scan';
|
|
4
|
+
}, cb: (data: {
|
|
5
|
+
url: string;
|
|
6
|
+
}) => void): void;
|
|
7
|
+
(params: {
|
|
8
|
+
action: 'moveTaskToBack';
|
|
9
|
+
}, cb?: () => void): void;
|
|
10
|
+
}
|
|
11
|
+
export declare const invoke: InvokeFunction;
|
|
12
|
+
export declare const isJSBridge: () => boolean;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getMobileColor: (color: string) => any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const canMobileField: (componentName: string) => any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './page';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const PageSchema: {
|
|
2
|
+
type: string;
|
|
3
|
+
'x-component': string;
|
|
4
|
+
'x-designer': string;
|
|
5
|
+
'x-component-props': {};
|
|
6
|
+
properties: {
|
|
7
|
+
grid: {
|
|
8
|
+
type: string;
|
|
9
|
+
'x-component': string;
|
|
10
|
+
'x-initializer': string;
|
|
11
|
+
'x-component-props': {
|
|
12
|
+
showDivider: boolean;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Cadcader';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Checkbox';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './DatePicker';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const MImageUploader: React.ForwardRefExoticComponent<Omit<Partial<any>, "ref"> & React.RefAttributes<unknown>>;
|
|
3
|
+
export default MImageUploader;
|
|
4
|
+
export declare const isImage: (extName: string) => boolean;
|
|
5
|
+
export declare const isPdf: (extName: string) => boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ImageUploader';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { InputProps, TextAreaProps } from 'antd-mobile';
|
|
3
|
+
type ComposedInput = ((props: InputProps) => React.ReactNode) & {
|
|
4
|
+
TextArea?: (props: TextAreaProps) => React.ReactNode;
|
|
5
|
+
};
|
|
6
|
+
export declare const MInput: ComposedInput;
|
|
7
|
+
export default MInput;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Input';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Radio';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Select';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Container';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { NavBarProps } from 'antd-mobile';
|
|
3
|
+
import { HeaderDesigner } from './Header.Designer';
|
|
4
|
+
export interface HeaderProps extends NavBarProps {
|
|
5
|
+
title?: string;
|
|
6
|
+
showBack?: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare const InternalHeader: (props: HeaderProps) => React.JSX.Element;
|
|
9
|
+
export declare const MHeader: typeof InternalHeader & {
|
|
10
|
+
Designer: typeof HeaderDesigner;
|
|
11
|
+
};
|
|
12
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Header';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './useSelect';
|
package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.schema.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SchemaInitializerItemType } from '@tachybase/client';
|
|
2
|
+
interface OptionsType {
|
|
3
|
+
label?: string;
|
|
4
|
+
field?: any;
|
|
5
|
+
collection?: any;
|
|
6
|
+
isMobile?: boolean;
|
|
7
|
+
isCanBeOptional?: boolean;
|
|
8
|
+
isCanBeRelated?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare function createSchemaImageSearchItem(options: OptionsType): SchemaInitializerItemType;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './ImageSearchItem.intializer';
|
|
2
|
+
export * from './ImageSearchItem.schema';
|
|
3
|
+
export * from './ImageSearchItem.setting';
|
|
4
|
+
export * from './ImageSearchItem.toolbar';
|
|
5
|
+
export * from './ImageSearchItem.view';
|
|
6
|
+
export * from './useProps.Optional';
|
|
7
|
+
export * from './useProps.Related';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const usePropsOptionalImageSearchItemField: () => {
|
|
2
|
+
list?: undefined;
|
|
3
|
+
valueKey?: undefined;
|
|
4
|
+
labelKey?: undefined;
|
|
5
|
+
onSelected?: undefined;
|
|
6
|
+
filterKey?: undefined;
|
|
7
|
+
} | {
|
|
8
|
+
list: any;
|
|
9
|
+
valueKey: string;
|
|
10
|
+
labelKey: string;
|
|
11
|
+
onSelected: (value: any, filterKey: any, options?: {
|
|
12
|
+
canBeCalculatedField: boolean;
|
|
13
|
+
customLabelKey: string;
|
|
14
|
+
needSort: boolean;
|
|
15
|
+
}) => void;
|
|
16
|
+
filterKey: string;
|
|
17
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './menu';
|
|
2
|
+
export * from './container';
|
|
3
|
+
export * from './tab-bar';
|
|
4
|
+
export * from './page';
|
|
5
|
+
export * from './header';
|
|
6
|
+
export * from './settings';
|
|
7
|
+
export * from './image-search';
|
|
8
|
+
export * from './swiper';
|
|
9
|
+
export * from './tab-search';
|
|
10
|
+
export * from './notice';
|
|
11
|
+
export * from './antd-mobile';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { MenuDesigner } from './Menu.Designer';
|
|
3
|
+
import { MenuItem } from './Menu.Item';
|
|
4
|
+
declare const InternalMenu: React.FC;
|
|
5
|
+
export declare const MMenu: typeof InternalMenu & {
|
|
6
|
+
Item: typeof MenuItem;
|
|
7
|
+
Designer: typeof MenuDesigner;
|
|
8
|
+
};
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const menuItemSchema: {
|
|
2
|
+
properties: {
|
|
3
|
+
name: {
|
|
4
|
+
type: string;
|
|
5
|
+
title: string;
|
|
6
|
+
required: boolean;
|
|
7
|
+
'x-component': string;
|
|
8
|
+
'x-decorator': string;
|
|
9
|
+
};
|
|
10
|
+
icon: {
|
|
11
|
+
'x-decorator': string;
|
|
12
|
+
'x-component': string;
|
|
13
|
+
title: string;
|
|
14
|
+
'x-component-props': {};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './schema-initializer';
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export declare const createGridCardBlockSchema: (options: any, componentName: any) => import("@tachybase/schema").Stringify<{
|
|
2
|
+
[key: symbol]: any;
|
|
3
|
+
[key: `x-${string}`]: any;
|
|
4
|
+
[key: `x-${number}`]: any;
|
|
5
|
+
version?: string;
|
|
6
|
+
name?: import("@tachybase/schema").SchemaKey;
|
|
7
|
+
title?: any;
|
|
8
|
+
description?: any;
|
|
9
|
+
default?: any;
|
|
10
|
+
readOnly?: boolean;
|
|
11
|
+
writeOnly?: boolean;
|
|
12
|
+
type?: import("@tachybase/schema").SchemaTypes;
|
|
13
|
+
enum?: import("@tachybase/schema").SchemaEnum<any>;
|
|
14
|
+
const?: any;
|
|
15
|
+
multipleOf?: number;
|
|
16
|
+
maximum?: number;
|
|
17
|
+
exclusiveMaximum?: number;
|
|
18
|
+
minimum?: number;
|
|
19
|
+
exclusiveMinimum?: number;
|
|
20
|
+
maxLength?: number;
|
|
21
|
+
minLength?: number;
|
|
22
|
+
pattern?: string | RegExp;
|
|
23
|
+
maxItems?: number;
|
|
24
|
+
minItems?: number;
|
|
25
|
+
uniqueItems?: boolean;
|
|
26
|
+
maxProperties?: number;
|
|
27
|
+
minProperties?: number;
|
|
28
|
+
required?: string[] | boolean | string;
|
|
29
|
+
format?: string;
|
|
30
|
+
$ref?: string;
|
|
31
|
+
$namespace?: string;
|
|
32
|
+
definitions?: import("@tachybase/schema").SchemaProperties<any, any, any, any, any, any, any, any>;
|
|
33
|
+
properties?: import("@tachybase/schema").SchemaProperties<any, any, any, any, any, any, any, any>;
|
|
34
|
+
items?: import("@tachybase/schema").SchemaItems<any, any, any, any, any, any, any, any>;
|
|
35
|
+
additionalItems?: import("@tachybase/schema").Stringify</*elided*/ any>;
|
|
36
|
+
patternProperties?: import("@tachybase/schema").SchemaProperties<any, any, any, any, any, any, any, any>;
|
|
37
|
+
additionalProperties?: import("@tachybase/schema").Stringify</*elided*/ any>;
|
|
38
|
+
"x-value"?: any;
|
|
39
|
+
"x-index"?: number;
|
|
40
|
+
"x-pattern"?: any;
|
|
41
|
+
"x-display"?: any;
|
|
42
|
+
"x-validator"?: any;
|
|
43
|
+
"x-decorator"?: any;
|
|
44
|
+
"x-decorator-props"?: any;
|
|
45
|
+
"x-component"?: any;
|
|
46
|
+
"x-component-props"?: any;
|
|
47
|
+
"x-reactions"?: import("@tachybase/schema").SchemaReactions<any>;
|
|
48
|
+
"x-content"?: any;
|
|
49
|
+
"x-data"?: any;
|
|
50
|
+
"x-visible"?: boolean;
|
|
51
|
+
"x-hidden"?: boolean;
|
|
52
|
+
"x-disabled"?: boolean;
|
|
53
|
+
"x-editable"?: boolean;
|
|
54
|
+
"x-read-only"?: boolean;
|
|
55
|
+
"x-read-pretty"?: boolean;
|
|
56
|
+
"x-compile-omitted"?: string[];
|
|
57
|
+
}>;
|