@tachybase/module-web 1.3.18 → 1.3.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.
- package/dist/client/MAppNotFound.d.ts +1 -0
- package/dist/client/MobileClientProvider.d.ts +2 -0
- package/dist/client/MobileLinkProvider.d.ts +1 -0
- package/dist/client/assistant-tool/Designable/DesignableButtonProvider.d.ts +1 -0
- package/dist/client/assistant-tool/Designable/plugin.d.ts +5 -0
- package/dist/client/assistant-tool/calculator/AutoScalingText.d.ts +3 -0
- package/dist/client/assistant-tool/calculator/Calculator.d.ts +2 -0
- package/dist/client/assistant-tool/calculator/CalculatorDisplay.d.ts +4 -0
- package/dist/client/assistant-tool/calculator/CalculatorKey.d.ts +5 -0
- package/dist/client/assistant-tool/calculator/CalculatorModalProvider.d.ts +9 -0
- package/dist/client/assistant-tool/calculator/CalculatorProvider.d.ts +1 -0
- package/dist/client/assistant-tool/calculator/Draggable.d.ts +8 -0
- package/dist/client/assistant-tool/calculator/plugin.d.ts +5 -0
- package/dist/client/assistant-tool/calculator/style.d.ts +3 -0
- package/dist/client/assistant-tool/search-and-jump/SearchAndJumpModelProvider.d.ts +16 -0
- package/dist/client/assistant-tool/search-and-jump/SearchAndJumpProvider.d.ts +1 -0
- package/dist/client/assistant-tool/search-and-jump/plugin.d.ts +5 -0
- package/dist/client/configuration/App.d.ts +1 -0
- package/dist/client/configuration/Interface.d.ts +1 -0
- package/dist/client/configuration/index.d.ts +2 -0
- package/dist/client/core/assets/svg/index.d.ts +4 -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 +2 -0
- package/dist/client/core/schema/components/antd-mobile/Cascader/Cadcader.d.ts +3 -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 +2 -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 +4 -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 +2 -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 +1 -0
- package/dist/client/core/schema/components/antd-mobile/Select/Select.d.ts +4 -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 +4 -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 +1 -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 +1 -0
- package/dist/client/core/schema/components/header/Header.d.ts +11 -0
- package/dist/client/core/schema/components/header/HeaderShareModal.d.ts +6 -0
- package/dist/client/core/schema/components/header/index.d.ts +1 -0
- package/dist/client/core/schema/components/header/style.d.ts +8 -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 +1 -0
- package/dist/client/core/schema/components/image-search/ImageSearch.provider.d.ts +4 -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 +2 -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 +1 -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 +1 -0
- package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.view.d.ts +1 -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 +1 -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 +2 -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 +1 -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 +1 -0
- package/dist/client/core/schema/components/settings/Settings.d.ts +5 -0
- package/dist/client/core/schema/components/settings/SettingsBlockInitializer.d.ts +1 -0
- package/dist/client/core/schema/components/settings/index.d.ts +2 -0
- package/dist/client/core/schema/components/swiper/SwiperBlock.d.ts +1 -0
- package/dist/client/core/schema/components/swiper/SwiperBlockInitializer.d.ts +1 -0
- package/dist/client/core/schema/components/swiper/SwiperFieldSettings.d.ts +2 -0
- package/dist/client/core/schema/components/swiper/SwiperPage.d.ts +1 -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 +1 -0
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputItem.d.ts +1 -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 +4 -0
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputMItem.d.ts +1 -0
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputMItemChild.d.ts +4 -0
- package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldItem.d.ts +1 -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 +7 -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 +1 -0
- package/dist/client/core/schema/components/tab-search/initializer/TabSearchBlockInitializer.d.ts +1 -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 +1 -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 +1 -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 +500 -0
- package/dist/client/locale/index.d.ts +5 -0
- 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/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 +1 -0
- package/dist/client/router/index.d.ts +1 -0
- package/dist/env.d.js +0 -0
- package/dist/externalVersion.js +17 -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 +906 -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 +1077 -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 +67 -0
- package/dist/server/migrations/20231215215247-admin-menu-uid.d.ts +5 -0
- package/dist/server/migrations/20231215215247-admin-menu-uid.js +79 -0
- package/dist/server/migrations/20250116160330-update-uiSchemas.d.ts +6 -0
- package/dist/server/migrations/20250116160330-update-uiSchemas.js +57 -0
- package/dist/server/server.d.ts +7 -0
- package/dist/server/server.js +161 -0
- package/dist/swagger/index.json +7 -0
- package/package.json +9 -9
- package/LICENSE +0 -201
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Locale } from "../locale";
|
|
2
|
+
export declare class nl implements Locale {
|
|
3
|
+
atX0SecondsPastTheMinuteGt20(): string | null;
|
|
4
|
+
atX0MinutesPastTheHourGt20(): string | null;
|
|
5
|
+
commaMonthX0ThroughMonthX1(): string | null;
|
|
6
|
+
commaYearX0ThroughYearX1(): string | null;
|
|
7
|
+
use24HourTimeFormatByDefault(): boolean;
|
|
8
|
+
everyMinute(): string;
|
|
9
|
+
everyHour(): string;
|
|
10
|
+
anErrorOccuredWhenGeneratingTheExpressionD(): string;
|
|
11
|
+
atSpace(): string;
|
|
12
|
+
everyMinuteBetweenX0AndX1(): string;
|
|
13
|
+
at(): string;
|
|
14
|
+
spaceAnd(): string;
|
|
15
|
+
everySecond(): string;
|
|
16
|
+
everyX0Seconds(): string;
|
|
17
|
+
secondsX0ThroughX1PastTheMinute(): string;
|
|
18
|
+
atX0SecondsPastTheMinute(): string;
|
|
19
|
+
everyX0Minutes(): string;
|
|
20
|
+
minutesX0ThroughX1PastTheHour(): string;
|
|
21
|
+
atX0MinutesPastTheHour(): string;
|
|
22
|
+
everyX0Hours(): string;
|
|
23
|
+
betweenX0AndX1(): string;
|
|
24
|
+
atX0(): string;
|
|
25
|
+
commaEveryDay(): string;
|
|
26
|
+
commaEveryX0DaysOfTheWeek(): string;
|
|
27
|
+
commaX0ThroughX1(): string;
|
|
28
|
+
commaAndX0ThroughX1(): string;
|
|
29
|
+
first(): string;
|
|
30
|
+
second(): string;
|
|
31
|
+
third(): string;
|
|
32
|
+
fourth(): string;
|
|
33
|
+
fifth(): string;
|
|
34
|
+
commaOnThe(): string;
|
|
35
|
+
spaceX0OfTheMonth(): string;
|
|
36
|
+
lastDay(): string;
|
|
37
|
+
commaOnTheLastX0OfTheMonth(): string;
|
|
38
|
+
commaOnlyOnX0(): string;
|
|
39
|
+
commaAndOnX0(): string;
|
|
40
|
+
commaEveryX0Months(): string;
|
|
41
|
+
commaOnlyInX0(): string;
|
|
42
|
+
commaOnTheLastDayOfTheMonth(): string;
|
|
43
|
+
commaOnTheLastWeekdayOfTheMonth(): string;
|
|
44
|
+
commaDaysBeforeTheLastDayOfTheMonth(): string;
|
|
45
|
+
firstWeekday(): string;
|
|
46
|
+
weekdayNearestDayX0(): string;
|
|
47
|
+
commaOnTheX0OfTheMonth(): string;
|
|
48
|
+
commaEveryX0Days(): string;
|
|
49
|
+
commaBetweenDayX0AndX1OfTheMonth(): string;
|
|
50
|
+
commaOnDayX0OfTheMonth(): string;
|
|
51
|
+
commaEveryX0Years(): string;
|
|
52
|
+
commaStartingX0(): string;
|
|
53
|
+
daysOfTheWeek(): string[];
|
|
54
|
+
monthsOfTheYear(): string[];
|
|
55
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Locale } from "../locale";
|
|
2
|
+
export declare class pl implements Locale {
|
|
3
|
+
atX0SecondsPastTheMinuteGt20(): string | null;
|
|
4
|
+
atX0MinutesPastTheHourGt20(): string | null;
|
|
5
|
+
commaMonthX0ThroughMonthX1(): string | null;
|
|
6
|
+
commaYearX0ThroughYearX1(): string | null;
|
|
7
|
+
use24HourTimeFormatByDefault(): boolean;
|
|
8
|
+
anErrorOccuredWhenGeneratingTheExpressionD(): string;
|
|
9
|
+
at(): string;
|
|
10
|
+
atSpace(): string;
|
|
11
|
+
atX0(): string;
|
|
12
|
+
atX0MinutesPastTheHour(): string;
|
|
13
|
+
atX0SecondsPastTheMinute(): string;
|
|
14
|
+
betweenX0AndX1(): string;
|
|
15
|
+
commaBetweenDayX0AndX1OfTheMonth(): string;
|
|
16
|
+
commaEveryDay(): string;
|
|
17
|
+
commaEveryX0Days(): string;
|
|
18
|
+
commaEveryX0DaysOfTheWeek(): string;
|
|
19
|
+
commaEveryX0Months(): string;
|
|
20
|
+
commaEveryX0Years(): string;
|
|
21
|
+
commaOnDayX0OfTheMonth(): string;
|
|
22
|
+
commaOnlyInX0(): string;
|
|
23
|
+
commaOnlyOnX0(): string;
|
|
24
|
+
commaAndOnX0(): string;
|
|
25
|
+
commaOnThe(): string;
|
|
26
|
+
commaOnTheLastDayOfTheMonth(): string;
|
|
27
|
+
commaOnTheLastWeekdayOfTheMonth(): string;
|
|
28
|
+
commaDaysBeforeTheLastDayOfTheMonth(): string;
|
|
29
|
+
commaOnTheLastX0OfTheMonth(): string;
|
|
30
|
+
commaOnTheX0OfTheMonth(): string;
|
|
31
|
+
commaX0ThroughX1(): string;
|
|
32
|
+
commaAndX0ThroughX1(): string;
|
|
33
|
+
everyHour(): string;
|
|
34
|
+
everyMinute(): string;
|
|
35
|
+
everyMinuteBetweenX0AndX1(): string;
|
|
36
|
+
everySecond(): string;
|
|
37
|
+
everyX0Hours(): string;
|
|
38
|
+
everyX0Minutes(): string;
|
|
39
|
+
everyX0Seconds(): string;
|
|
40
|
+
fifth(): string;
|
|
41
|
+
first(): string;
|
|
42
|
+
firstWeekday(): string;
|
|
43
|
+
fourth(): string;
|
|
44
|
+
minutesX0ThroughX1PastTheHour(): string;
|
|
45
|
+
second(): string;
|
|
46
|
+
secondsX0ThroughX1PastTheMinute(): string;
|
|
47
|
+
spaceAnd(): string;
|
|
48
|
+
spaceX0OfTheMonth(): string;
|
|
49
|
+
lastDay(): string;
|
|
50
|
+
third(): string;
|
|
51
|
+
weekdayNearestDayX0(): string;
|
|
52
|
+
commaStartingX0(): string;
|
|
53
|
+
daysOfTheWeek(): string[];
|
|
54
|
+
monthsOfTheYear(): string[];
|
|
55
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Locale } from "../locale";
|
|
2
|
+
export declare class pt_BR implements Locale {
|
|
3
|
+
atX0SecondsPastTheMinuteGt20(): string | null;
|
|
4
|
+
atX0MinutesPastTheHourGt20(): string | null;
|
|
5
|
+
commaMonthX0ThroughMonthX1(): string | null;
|
|
6
|
+
commaYearX0ThroughYearX1(): string | null;
|
|
7
|
+
use24HourTimeFormatByDefault(): boolean;
|
|
8
|
+
anErrorOccuredWhenGeneratingTheExpressionD(): string;
|
|
9
|
+
at(): string;
|
|
10
|
+
atSpace(): string;
|
|
11
|
+
atX0(): string;
|
|
12
|
+
atX0MinutesPastTheHour(): string;
|
|
13
|
+
atX0SecondsPastTheMinute(): string;
|
|
14
|
+
betweenX0AndX1(): string;
|
|
15
|
+
commaBetweenDayX0AndX1OfTheMonth(): string;
|
|
16
|
+
commaEveryDay(): string;
|
|
17
|
+
commaEveryX0Days(): string;
|
|
18
|
+
commaEveryX0DaysOfTheWeek(): string;
|
|
19
|
+
commaEveryX0Months(): string;
|
|
20
|
+
commaOnDayX0OfTheMonth(): string;
|
|
21
|
+
commaOnlyInX0(s?: string): "somente %s" | ", somente em %s";
|
|
22
|
+
commaOnlyOnX0(s?: string): ", somente %s" | ", somente de %s";
|
|
23
|
+
commaAndOnX0(): string;
|
|
24
|
+
commaOnThe(s?: string, day?: string): ", no" | ", na ";
|
|
25
|
+
commaOnTheLastDayOfTheMonth(): string;
|
|
26
|
+
commaOnTheLastWeekdayOfTheMonth(): string;
|
|
27
|
+
commaDaysBeforeTheLastDayOfTheMonth(): string;
|
|
28
|
+
commaOnTheLastX0OfTheMonth(): string;
|
|
29
|
+
commaOnTheX0OfTheMonth(): string;
|
|
30
|
+
commaX0ThroughX1(): string;
|
|
31
|
+
commaAndX0ThroughX1(): string;
|
|
32
|
+
everyHour(): string;
|
|
33
|
+
everyMinute(): string;
|
|
34
|
+
everyMinuteBetweenX0AndX1(): string;
|
|
35
|
+
everySecond(): string;
|
|
36
|
+
everyX0Hours(): string;
|
|
37
|
+
everyX0Minutes(): string;
|
|
38
|
+
everyX0Seconds(): string;
|
|
39
|
+
fifth(s?: string): "quinto" | "quinta";
|
|
40
|
+
first(s?: string): "primeiro" | "primeira";
|
|
41
|
+
firstWeekday(): string;
|
|
42
|
+
fourth(s?: string): "quarto" | "quarta";
|
|
43
|
+
minutesX0ThroughX1PastTheHour(): string;
|
|
44
|
+
second(s?: string): "segundo" | "segunda";
|
|
45
|
+
secondsX0ThroughX1PastTheMinute(): string;
|
|
46
|
+
spaceAnd(): string;
|
|
47
|
+
spaceX0OfTheMonth(): string;
|
|
48
|
+
lastDay(): string;
|
|
49
|
+
third(s?: string): "terceiro" | "terceira";
|
|
50
|
+
weekdayNearestDayX0(): string;
|
|
51
|
+
commaEveryX0Years(): string;
|
|
52
|
+
commaStartingX0(): string;
|
|
53
|
+
daysOfTheWeek(): string[];
|
|
54
|
+
monthsOfTheYear(): string[];
|
|
55
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Locale } from "../locale";
|
|
2
|
+
export declare class pt_PT implements Locale {
|
|
3
|
+
atX0SecondsPastTheMinuteGt20(): string | null;
|
|
4
|
+
atX0MinutesPastTheHourGt20(): string | null;
|
|
5
|
+
commaMonthX0ThroughMonthX1(): string | null;
|
|
6
|
+
commaYearX0ThroughYearX1(): string | null;
|
|
7
|
+
use24HourTimeFormatByDefault(): boolean;
|
|
8
|
+
anErrorOccuredWhenGeneratingTheExpressionD(): string;
|
|
9
|
+
at(): string;
|
|
10
|
+
atSpace(): string;
|
|
11
|
+
atX0(): string;
|
|
12
|
+
atX0MinutesPastTheHour(): string;
|
|
13
|
+
atX0SecondsPastTheMinute(): string;
|
|
14
|
+
betweenX0AndX1(): string;
|
|
15
|
+
commaBetweenDayX0AndX1OfTheMonth(): string;
|
|
16
|
+
commaEveryDay(): string;
|
|
17
|
+
commaEveryX0Days(): string;
|
|
18
|
+
commaEveryX0DaysOfTheWeek(): string;
|
|
19
|
+
commaEveryX0Months(): string;
|
|
20
|
+
commaOnDayX0OfTheMonth(): string;
|
|
21
|
+
commaOnlyInX0(): string;
|
|
22
|
+
commaOnlyOnX0(): string;
|
|
23
|
+
commaAndOnX0(): string;
|
|
24
|
+
commaOnThe(s?: string, day?: string): ", no" | ", na ";
|
|
25
|
+
commaOnTheLastDayOfTheMonth(): string;
|
|
26
|
+
commaOnTheLastWeekdayOfTheMonth(): string;
|
|
27
|
+
commaDaysBeforeTheLastDayOfTheMonth(): string;
|
|
28
|
+
commaOnTheLastX0OfTheMonth(): string;
|
|
29
|
+
commaOnTheX0OfTheMonth(): string;
|
|
30
|
+
commaX0ThroughX1(): string;
|
|
31
|
+
commaAndX0ThroughX1(): string;
|
|
32
|
+
everyHour(): string;
|
|
33
|
+
everyMinute(): string;
|
|
34
|
+
everyMinuteBetweenX0AndX1(): string;
|
|
35
|
+
everySecond(): string;
|
|
36
|
+
everyX0Hours(): string;
|
|
37
|
+
everyX0Minutes(): string;
|
|
38
|
+
everyX0Seconds(): string;
|
|
39
|
+
fifth(s?: string): "quinto" | "quinta";
|
|
40
|
+
first(s?: string): "primeiro" | "primeira";
|
|
41
|
+
firstWeekday(): string;
|
|
42
|
+
fourth(s?: string): "quarto" | "quarta";
|
|
43
|
+
minutesX0ThroughX1PastTheHour(): string;
|
|
44
|
+
second(s?: string): "segundo" | "segunda";
|
|
45
|
+
secondsX0ThroughX1PastTheMinute(): string;
|
|
46
|
+
spaceAnd(): string;
|
|
47
|
+
spaceX0OfTheMonth(): string;
|
|
48
|
+
lastDay(): string;
|
|
49
|
+
third(s?: string): "terceiro" | "terceira";
|
|
50
|
+
weekdayNearestDayX0(): string;
|
|
51
|
+
commaEveryX0Years(): string;
|
|
52
|
+
commaStartingX0(): string;
|
|
53
|
+
daysOfTheWeek(): string[];
|
|
54
|
+
monthsOfTheYear(): string[];
|
|
55
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Locale } from "../locale";
|
|
2
|
+
export declare class ro implements Locale {
|
|
3
|
+
use24HourTimeFormatByDefault(): boolean;
|
|
4
|
+
anErrorOccuredWhenGeneratingTheExpressionD(): string;
|
|
5
|
+
at(): string;
|
|
6
|
+
atSpace(): string;
|
|
7
|
+
atX0(): string;
|
|
8
|
+
atX0MinutesPastTheHour(): string;
|
|
9
|
+
atX0SecondsPastTheMinute(): string;
|
|
10
|
+
betweenX0AndX1(): string;
|
|
11
|
+
commaBetweenDayX0AndX1OfTheMonth(): string;
|
|
12
|
+
commaEveryDay(): string;
|
|
13
|
+
commaEveryX0Days(): string;
|
|
14
|
+
commaEveryX0DaysOfTheWeek(): string;
|
|
15
|
+
commaEveryX0Months(): string;
|
|
16
|
+
commaEveryX0Years(): string;
|
|
17
|
+
commaOnDayX0OfTheMonth(): string;
|
|
18
|
+
commaOnlyInX0(): string;
|
|
19
|
+
commaOnlyOnX0(): string;
|
|
20
|
+
commaAndOnX0(): string;
|
|
21
|
+
commaOnThe(): string;
|
|
22
|
+
commaOnTheLastDayOfTheMonth(): string;
|
|
23
|
+
commaOnTheLastWeekdayOfTheMonth(): string;
|
|
24
|
+
commaDaysBeforeTheLastDayOfTheMonth(): string;
|
|
25
|
+
commaOnTheLastX0OfTheMonth(): string;
|
|
26
|
+
commaOnTheX0OfTheMonth(): string;
|
|
27
|
+
commaX0ThroughX1(): string;
|
|
28
|
+
commaAndX0ThroughX1(): string;
|
|
29
|
+
everyHour(): string;
|
|
30
|
+
everyMinute(): string;
|
|
31
|
+
everyMinuteBetweenX0AndX1(): string;
|
|
32
|
+
everySecond(): string;
|
|
33
|
+
everyX0Hours(): string;
|
|
34
|
+
everyX0Minutes(): string;
|
|
35
|
+
everyX0Seconds(): string;
|
|
36
|
+
fifth(): string;
|
|
37
|
+
first(): string;
|
|
38
|
+
firstWeekday(): string;
|
|
39
|
+
fourth(): string;
|
|
40
|
+
minutesX0ThroughX1PastTheHour(): string;
|
|
41
|
+
second(): string;
|
|
42
|
+
secondsX0ThroughX1PastTheMinute(): string;
|
|
43
|
+
spaceAnd(): string;
|
|
44
|
+
spaceX0OfTheMonth(): string;
|
|
45
|
+
lastDay(): string;
|
|
46
|
+
third(): string;
|
|
47
|
+
weekdayNearestDayX0(): string;
|
|
48
|
+
commaMonthX0ThroughMonthX1(): string;
|
|
49
|
+
commaYearX0ThroughYearX1(): string;
|
|
50
|
+
atX0MinutesPastTheHourGt20(): string;
|
|
51
|
+
atX0SecondsPastTheMinuteGt20(): string;
|
|
52
|
+
commaStartingX0(): string;
|
|
53
|
+
daysOfTheWeek(): string[];
|
|
54
|
+
monthsOfTheYear(): string[];
|
|
55
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { Locale } from "../locale";
|
|
2
|
+
export declare class ru implements Locale {
|
|
3
|
+
atX0SecondsPastTheMinuteGt20(): string | null;
|
|
4
|
+
atX0MinutesPastTheHourGt20(): string | null;
|
|
5
|
+
commaMonthX0ThroughMonthX1(): string | null;
|
|
6
|
+
commaYearX0ThroughYearX1(): string | null;
|
|
7
|
+
use24HourTimeFormatByDefault(): boolean;
|
|
8
|
+
everyMinute(): string;
|
|
9
|
+
everyHour(): string;
|
|
10
|
+
anErrorOccuredWhenGeneratingTheExpressionD(): string;
|
|
11
|
+
atSpace(): string;
|
|
12
|
+
everyMinuteBetweenX0AndX1(): string;
|
|
13
|
+
at(): string;
|
|
14
|
+
spaceAnd(): string;
|
|
15
|
+
everySecond(): string;
|
|
16
|
+
everyX0Seconds(s?: string): string;
|
|
17
|
+
secondsX0ThroughX1PastTheMinute(): string;
|
|
18
|
+
atX0SecondsPastTheMinute(s?: string): string;
|
|
19
|
+
everyX0Minutes(s?: string): string;
|
|
20
|
+
minutesX0ThroughX1PastTheHour(): string;
|
|
21
|
+
atX0MinutesPastTheHour(s?: string): string;
|
|
22
|
+
everyX0Hours(s?: string): string;
|
|
23
|
+
betweenX0AndX1(): string;
|
|
24
|
+
atX0(): string;
|
|
25
|
+
commaEveryDay(): string;
|
|
26
|
+
commaEveryX0DaysOfTheWeek(s?: string): string;
|
|
27
|
+
commaX0ThroughX1(s?: string): ", со %s по %s" | ", с %s по %s";
|
|
28
|
+
commaAndX0ThroughX1(s?: string): " и со %s по %s" | " и с %s по %s";
|
|
29
|
+
first(s?: string): string;
|
|
30
|
+
second(s?: string): string;
|
|
31
|
+
third(s?: string): string;
|
|
32
|
+
fourth(s?: string): string;
|
|
33
|
+
fifth(s?: string): string;
|
|
34
|
+
commaOnThe(s?: string): ", во " | ", в ";
|
|
35
|
+
spaceX0OfTheMonth(): string;
|
|
36
|
+
lastDay(): string;
|
|
37
|
+
commaOnTheLastX0OfTheMonth(s?: string): string;
|
|
38
|
+
commaOnlyOnX0(s?: string): ", только во %s" | ", только в %s";
|
|
39
|
+
commaAndOnX0(): string;
|
|
40
|
+
commaEveryX0Months(s?: string): string;
|
|
41
|
+
commaOnlyInMonthX0(): string;
|
|
42
|
+
commaOnlyInX0(): string;
|
|
43
|
+
commaOnTheLastDayOfTheMonth(): string;
|
|
44
|
+
commaOnTheLastWeekdayOfTheMonth(): string;
|
|
45
|
+
commaDaysBeforeTheLastDayOfTheMonth(s?: string): string;
|
|
46
|
+
firstWeekday(): string;
|
|
47
|
+
weekdayNearestDayX0(): string;
|
|
48
|
+
commaOnTheX0OfTheMonth(): string;
|
|
49
|
+
commaEveryX0Days(s?: string): string;
|
|
50
|
+
commaBetweenDayX0AndX1OfTheMonth(s?: string): ", со %s по %s число месяца" | ", с %s по %s число месяца";
|
|
51
|
+
commaOnDayX0OfTheMonth(s?: string): ", во %s число месяца" | ", в %s число месяца";
|
|
52
|
+
commaEveryX0Years(s?: string): string;
|
|
53
|
+
commaStartingX0(): string;
|
|
54
|
+
daysOfTheWeek(): string[];
|
|
55
|
+
daysOfTheWeekInCase(f?: number): string[];
|
|
56
|
+
monthsOfTheYear(): string[];
|
|
57
|
+
monthsOfTheYearInCase(f?: number): string[];
|
|
58
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Locale } from "../locale";
|
|
2
|
+
export declare class sk implements Locale {
|
|
3
|
+
atX0SecondsPastTheMinuteGt20(): string | null;
|
|
4
|
+
atX0MinutesPastTheHourGt20(): string | null;
|
|
5
|
+
commaMonthX0ThroughMonthX1(): string | null;
|
|
6
|
+
commaYearX0ThroughYearX1(): string | null;
|
|
7
|
+
use24HourTimeFormatByDefault(): boolean;
|
|
8
|
+
anErrorOccuredWhenGeneratingTheExpressionD(): string;
|
|
9
|
+
everyMinute(): string;
|
|
10
|
+
everyHour(): string;
|
|
11
|
+
atSpace(): string;
|
|
12
|
+
everyMinuteBetweenX0AndX1(): string;
|
|
13
|
+
at(): string;
|
|
14
|
+
spaceAnd(): string;
|
|
15
|
+
everySecond(): string;
|
|
16
|
+
everyX0Seconds(): string;
|
|
17
|
+
secondsX0ThroughX1PastTheMinute(): string;
|
|
18
|
+
atX0SecondsPastTheMinute(): string;
|
|
19
|
+
everyX0Minutes(): string;
|
|
20
|
+
minutesX0ThroughX1PastTheHour(): string;
|
|
21
|
+
atX0MinutesPastTheHour(): string;
|
|
22
|
+
everyX0Hours(): string;
|
|
23
|
+
betweenX0AndX1(): string;
|
|
24
|
+
atX0(): string;
|
|
25
|
+
commaEveryDay(): string;
|
|
26
|
+
commaEveryX0DaysOfTheWeek(): string;
|
|
27
|
+
commaX0ThroughX1(): string;
|
|
28
|
+
commaAndX0ThroughX1(): string;
|
|
29
|
+
first(): string;
|
|
30
|
+
second(): string;
|
|
31
|
+
third(): string;
|
|
32
|
+
fourth(): string;
|
|
33
|
+
fifth(): string;
|
|
34
|
+
commaOnThe(): string;
|
|
35
|
+
spaceX0OfTheMonth(): string;
|
|
36
|
+
lastDay(): string;
|
|
37
|
+
commaOnTheLastX0OfTheMonth(): string;
|
|
38
|
+
commaOnlyOnX0(): string;
|
|
39
|
+
commaAndOnX0(): string;
|
|
40
|
+
commaEveryX0Months(): string;
|
|
41
|
+
commaOnlyInX0(): string;
|
|
42
|
+
commaOnTheLastDayOfTheMonth(): string;
|
|
43
|
+
commaOnTheLastWeekdayOfTheMonth(): string;
|
|
44
|
+
commaDaysBeforeTheLastDayOfTheMonth(): string;
|
|
45
|
+
firstWeekday(): string;
|
|
46
|
+
weekdayNearestDayX0(): string;
|
|
47
|
+
commaOnTheX0OfTheMonth(): string;
|
|
48
|
+
commaEveryX0Days(): string;
|
|
49
|
+
commaBetweenDayX0AndX1OfTheMonth(): string;
|
|
50
|
+
commaOnDayX0OfTheMonth(): string;
|
|
51
|
+
commaEveryX0Years(): string;
|
|
52
|
+
commaStartingX0(): string;
|
|
53
|
+
daysOfTheWeek(): string[];
|
|
54
|
+
monthsOfTheYear(): string[];
|
|
55
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Locale } from "../locale";
|
|
2
|
+
export declare class sl implements Locale {
|
|
3
|
+
use24HourTimeFormatByDefault(): boolean;
|
|
4
|
+
anErrorOccuredWhenGeneratingTheExpressionD(): string;
|
|
5
|
+
at(): string;
|
|
6
|
+
atSpace(): string;
|
|
7
|
+
atX0(): string;
|
|
8
|
+
atX0MinutesPastTheHour(): string;
|
|
9
|
+
atX0SecondsPastTheMinute(): string;
|
|
10
|
+
betweenX0AndX1(): string;
|
|
11
|
+
commaBetweenDayX0AndX1OfTheMonth(): string;
|
|
12
|
+
commaEveryDay(): string;
|
|
13
|
+
commaEveryX0Days(): string;
|
|
14
|
+
commaEveryX0DaysOfTheWeek(): string;
|
|
15
|
+
commaEveryX0Months(): string;
|
|
16
|
+
commaEveryX0Years(): string;
|
|
17
|
+
commaOnDayX0OfTheMonth(): string;
|
|
18
|
+
commaOnlyInX0(): string;
|
|
19
|
+
commaOnlyOnX0(): string;
|
|
20
|
+
commaAndOnX0(): string;
|
|
21
|
+
commaOnThe(): string;
|
|
22
|
+
commaOnTheLastDayOfTheMonth(): string;
|
|
23
|
+
commaOnTheLastWeekdayOfTheMonth(): string;
|
|
24
|
+
commaDaysBeforeTheLastDayOfTheMonth(): string;
|
|
25
|
+
commaOnTheLastX0OfTheMonth(): string;
|
|
26
|
+
commaOnTheX0OfTheMonth(): string;
|
|
27
|
+
commaX0ThroughX1(): string;
|
|
28
|
+
commaAndX0ThroughX1(): string;
|
|
29
|
+
everyHour(): string;
|
|
30
|
+
everyMinute(): string;
|
|
31
|
+
everyMinuteBetweenX0AndX1(): string;
|
|
32
|
+
everySecond(): string;
|
|
33
|
+
everyX0Hours(): string;
|
|
34
|
+
everyX0Minutes(): string;
|
|
35
|
+
everyX0Seconds(): string;
|
|
36
|
+
fifth(): string;
|
|
37
|
+
first(): string;
|
|
38
|
+
firstWeekday(): string;
|
|
39
|
+
fourth(): string;
|
|
40
|
+
minutesX0ThroughX1PastTheHour(): string;
|
|
41
|
+
second(): string;
|
|
42
|
+
secondsX0ThroughX1PastTheMinute(): string;
|
|
43
|
+
spaceAnd(): string;
|
|
44
|
+
spaceX0OfTheMonth(): string;
|
|
45
|
+
lastDay(): string;
|
|
46
|
+
third(): string;
|
|
47
|
+
weekdayNearestDayX0(): string;
|
|
48
|
+
commaMonthX0ThroughMonthX1(): string | null;
|
|
49
|
+
commaYearX0ThroughYearX1(): string | null;
|
|
50
|
+
atX0MinutesPastTheHourGt20(): string | null;
|
|
51
|
+
atX0SecondsPastTheMinuteGt20(): string | null;
|
|
52
|
+
commaStartingX0(): string;
|
|
53
|
+
daysOfTheWeek(): string[];
|
|
54
|
+
monthsOfTheYear(): string[];
|
|
55
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Locale } from "../locale";
|
|
2
|
+
export declare class sv implements Locale {
|
|
3
|
+
atX0SecondsPastTheMinuteGt20(): string | null;
|
|
4
|
+
atX0MinutesPastTheHourGt20(): string | null;
|
|
5
|
+
commaMonthX0ThroughMonthX1(): string | null;
|
|
6
|
+
commaYearX0ThroughYearX1(): string | null;
|
|
7
|
+
use24HourTimeFormatByDefault(): boolean;
|
|
8
|
+
anErrorOccuredWhenGeneratingTheExpressionD(): string;
|
|
9
|
+
everyMinute(): string;
|
|
10
|
+
everyHour(): string;
|
|
11
|
+
atSpace(): string;
|
|
12
|
+
everyMinuteBetweenX0AndX1(): string;
|
|
13
|
+
at(): string;
|
|
14
|
+
spaceAnd(): string;
|
|
15
|
+
everySecond(): string;
|
|
16
|
+
everyX0Seconds(): string;
|
|
17
|
+
secondsX0ThroughX1PastTheMinute(): string;
|
|
18
|
+
atX0SecondsPastTheMinute(): string;
|
|
19
|
+
everyX0Minutes(): string;
|
|
20
|
+
minutesX0ThroughX1PastTheHour(): string;
|
|
21
|
+
atX0MinutesPastTheHour(): string;
|
|
22
|
+
everyX0Hours(): string;
|
|
23
|
+
betweenX0AndX1(): string;
|
|
24
|
+
atX0(): string;
|
|
25
|
+
commaEveryDay(): string;
|
|
26
|
+
commaEveryX0DaysOfTheWeek(): string;
|
|
27
|
+
commaX0ThroughX1(): string;
|
|
28
|
+
commaAndX0ThroughX1(): string;
|
|
29
|
+
first(): string;
|
|
30
|
+
second(): string;
|
|
31
|
+
third(): string;
|
|
32
|
+
fourth(): string;
|
|
33
|
+
fifth(): string;
|
|
34
|
+
commaOnThe(): string;
|
|
35
|
+
spaceX0OfTheMonth(): string;
|
|
36
|
+
lastDay(): string;
|
|
37
|
+
commaOnTheLastX0OfTheMonth(): string;
|
|
38
|
+
commaOnlyOnX0(): string;
|
|
39
|
+
commaAndOnX0(): string;
|
|
40
|
+
commaEveryX0Months(): string;
|
|
41
|
+
commaOnlyInX0(): string;
|
|
42
|
+
commaOnTheLastDayOfTheMonth(): string;
|
|
43
|
+
commaOnTheLastWeekdayOfTheMonth(): string;
|
|
44
|
+
commaDaysBeforeTheLastDayOfTheMonth(): string;
|
|
45
|
+
firstWeekday(): string;
|
|
46
|
+
weekdayNearestDayX0(): string;
|
|
47
|
+
commaOnTheX0OfTheMonth(): string;
|
|
48
|
+
commaEveryX0Days(): string;
|
|
49
|
+
commaBetweenDayX0AndX1OfTheMonth(): string;
|
|
50
|
+
commaOnDayX0OfTheMonth(): string;
|
|
51
|
+
commaEveryX0Years(): string;
|
|
52
|
+
commaStartingX0(): string;
|
|
53
|
+
daysOfTheWeek(): string[];
|
|
54
|
+
monthsOfTheYear(): string[];
|
|
55
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Locale } from "../locale";
|
|
2
|
+
export declare class sw implements Locale {
|
|
3
|
+
atX0SecondsPastTheMinuteGt20(): string | null;
|
|
4
|
+
atX0MinutesPastTheHourGt20(): string | null;
|
|
5
|
+
commaMonthX0ThroughMonthX1(): string | null;
|
|
6
|
+
commaYearX0ThroughYearX1(): string | null;
|
|
7
|
+
use24HourTimeFormatByDefault(): boolean;
|
|
8
|
+
anErrorOccuredWhenGeneratingTheExpressionD(): string;
|
|
9
|
+
everyMinute(): string;
|
|
10
|
+
everyHour(): string;
|
|
11
|
+
atSpace(): string;
|
|
12
|
+
everyMinuteBetweenX0AndX1(): string;
|
|
13
|
+
at(): string;
|
|
14
|
+
spaceAnd(): string;
|
|
15
|
+
everySecond(): string;
|
|
16
|
+
everyX0Seconds(): string;
|
|
17
|
+
secondsX0ThroughX1PastTheMinute(): string;
|
|
18
|
+
atX0SecondsPastTheMinute(): string;
|
|
19
|
+
everyX0Minutes(): string;
|
|
20
|
+
minutesX0ThroughX1PastTheHour(): string;
|
|
21
|
+
atX0MinutesPastTheHour(): string;
|
|
22
|
+
everyX0Hours(): string;
|
|
23
|
+
betweenX0AndX1(): string;
|
|
24
|
+
atX0(): string;
|
|
25
|
+
commaEveryDay(): string;
|
|
26
|
+
commaEveryX0DaysOfTheWeek(): string;
|
|
27
|
+
commaX0ThroughX1(): string;
|
|
28
|
+
commaAndX0ThroughX1(): string;
|
|
29
|
+
first(): string;
|
|
30
|
+
second(): string;
|
|
31
|
+
third(): string;
|
|
32
|
+
fourth(): string;
|
|
33
|
+
fifth(): string;
|
|
34
|
+
commaOnThe(): string;
|
|
35
|
+
spaceX0OfTheMonth(): string;
|
|
36
|
+
lastDay(): string;
|
|
37
|
+
commaOnTheLastX0OfTheMonth(): string;
|
|
38
|
+
commaOnlyOnX0(): string;
|
|
39
|
+
commaAndOnX0(): string;
|
|
40
|
+
commaEveryX0Months(): string;
|
|
41
|
+
commaOnlyInX0(): string;
|
|
42
|
+
commaOnTheLastDayOfTheMonth(): string;
|
|
43
|
+
commaOnTheLastWeekdayOfTheMonth(): string;
|
|
44
|
+
commaDaysBeforeTheLastDayOfTheMonth(): string;
|
|
45
|
+
firstWeekday(): string;
|
|
46
|
+
weekdayNearestDayX0(): string;
|
|
47
|
+
commaOnTheX0OfTheMonth(): string;
|
|
48
|
+
commaEveryX0Days(): string;
|
|
49
|
+
commaBetweenDayX0AndX1OfTheMonth(): string;
|
|
50
|
+
commaOnDayX0OfTheMonth(): string;
|
|
51
|
+
commaEveryX0Years(): string;
|
|
52
|
+
commaStartingX0(): string;
|
|
53
|
+
daysOfTheWeek(): string[];
|
|
54
|
+
monthsOfTheYear(): string[];
|
|
55
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { Locale } from "../locale";
|
|
2
|
+
export declare class th implements Locale {
|
|
3
|
+
atX0SecondsPastTheMinuteGt20(): string | null;
|
|
4
|
+
atX0MinutesPastTheHourGt20(): string | null;
|
|
5
|
+
commaMonthX0ThroughMonthX1(): string | null;
|
|
6
|
+
commaYearX0ThroughYearX1(): string | null;
|
|
7
|
+
use24HourTimeFormatByDefault(): boolean;
|
|
8
|
+
anErrorOccuredWhenGeneratingTheExpressionD(): string;
|
|
9
|
+
everyMinute(): string;
|
|
10
|
+
everyHour(): string;
|
|
11
|
+
atSpace(): string;
|
|
12
|
+
everyMinuteBetweenX0AndX1(): string;
|
|
13
|
+
at(): string;
|
|
14
|
+
spaceAnd(): string;
|
|
15
|
+
everySecond(): string;
|
|
16
|
+
everyX0Seconds(): string;
|
|
17
|
+
secondsX0ThroughX1PastTheMinute(): string;
|
|
18
|
+
atX0SecondsPastTheMinute(): string;
|
|
19
|
+
everyX0Minutes(): string;
|
|
20
|
+
minutesX0ThroughX1PastTheHour(): string;
|
|
21
|
+
atX0MinutesPastTheHour(): string;
|
|
22
|
+
everyX0Hours(): string;
|
|
23
|
+
betweenX0AndX1(): string;
|
|
24
|
+
atX0(): string;
|
|
25
|
+
commaEveryDay(): string;
|
|
26
|
+
commaEveryX0DaysOfTheWeek(): string;
|
|
27
|
+
commaX0ThroughX1(): string;
|
|
28
|
+
commaAndX0ThroughX1(): string;
|
|
29
|
+
first(): string;
|
|
30
|
+
second(): string;
|
|
31
|
+
third(): string;
|
|
32
|
+
fourth(): string;
|
|
33
|
+
fifth(): string;
|
|
34
|
+
commaOnThe(): string;
|
|
35
|
+
spaceX0OfTheMonth(): string;
|
|
36
|
+
lastDay(): string;
|
|
37
|
+
commaOnTheLastX0OfTheMonth(): string;
|
|
38
|
+
commaOnlyOnX0(): string;
|
|
39
|
+
commaAndOnX0(): string;
|
|
40
|
+
commaEveryX0Months(): string;
|
|
41
|
+
commaOnlyInX0(): string;
|
|
42
|
+
commaOnTheLastDayOfTheMonth(): string;
|
|
43
|
+
commaOnTheLastWeekdayOfTheMonth(): string;
|
|
44
|
+
commaDaysBeforeTheLastDayOfTheMonth(): string;
|
|
45
|
+
firstWeekday(): string;
|
|
46
|
+
weekdayNearestDayX0(): string;
|
|
47
|
+
commaOnTheX0OfTheMonth(): string;
|
|
48
|
+
commaEveryX0Days(): string;
|
|
49
|
+
commaBetweenDayX0AndX1OfTheMonth(): string;
|
|
50
|
+
commaOnDayX0OfTheMonth(): string;
|
|
51
|
+
commaEveryHour(): string;
|
|
52
|
+
commaEveryX0Years(): string;
|
|
53
|
+
commaStartingX0(): string;
|
|
54
|
+
daysOfTheWeek(): string[];
|
|
55
|
+
monthsOfTheYear(): string[];
|
|
56
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Locale } from "../locale";
|
|
2
|
+
export declare class tr implements Locale {
|
|
3
|
+
atX0SecondsPastTheMinuteGt20(): string | null;
|
|
4
|
+
atX0MinutesPastTheHourGt20(): string | null;
|
|
5
|
+
commaMonthX0ThroughMonthX1(): string | null;
|
|
6
|
+
commaYearX0ThroughYearX1(): string | null;
|
|
7
|
+
use24HourTimeFormatByDefault(): boolean;
|
|
8
|
+
everyMinute(): string;
|
|
9
|
+
everyHour(): string;
|
|
10
|
+
anErrorOccuredWhenGeneratingTheExpressionD(): string;
|
|
11
|
+
atSpace(): string;
|
|
12
|
+
everyMinuteBetweenX0AndX1(): string;
|
|
13
|
+
at(): string;
|
|
14
|
+
spaceAnd(): string;
|
|
15
|
+
everySecond(): string;
|
|
16
|
+
everyX0Seconds(): string;
|
|
17
|
+
secondsX0ThroughX1PastTheMinute(): string;
|
|
18
|
+
atX0SecondsPastTheMinute(): string;
|
|
19
|
+
everyX0Minutes(): string;
|
|
20
|
+
minutesX0ThroughX1PastTheHour(): string;
|
|
21
|
+
atX0MinutesPastTheHour(): string;
|
|
22
|
+
everyX0Hours(): string;
|
|
23
|
+
betweenX0AndX1(): string;
|
|
24
|
+
atX0(): string;
|
|
25
|
+
commaEveryDay(): string;
|
|
26
|
+
commaEveryX0DaysOfTheWeek(): string;
|
|
27
|
+
commaX0ThroughX1(): string;
|
|
28
|
+
commaAndX0ThroughX1(): string;
|
|
29
|
+
first(): string;
|
|
30
|
+
second(): string;
|
|
31
|
+
third(): string;
|
|
32
|
+
fourth(): string;
|
|
33
|
+
fifth(): string;
|
|
34
|
+
commaOnThe(): string;
|
|
35
|
+
spaceX0OfTheMonth(): string;
|
|
36
|
+
lastDay(): string;
|
|
37
|
+
commaOnTheLastX0OfTheMonth(): string;
|
|
38
|
+
commaOnlyOnX0(): string;
|
|
39
|
+
commaAndOnX0(): string;
|
|
40
|
+
commaEveryX0Months(): string;
|
|
41
|
+
commaOnlyInX0(): string;
|
|
42
|
+
commaOnTheLastDayOfTheMonth(): string;
|
|
43
|
+
commaOnTheLastWeekdayOfTheMonth(): string;
|
|
44
|
+
commaDaysBeforeTheLastDayOfTheMonth(): string;
|
|
45
|
+
firstWeekday(): string;
|
|
46
|
+
weekdayNearestDayX0(): string;
|
|
47
|
+
commaOnTheX0OfTheMonth(): string;
|
|
48
|
+
commaEveryX0Days(): string;
|
|
49
|
+
commaBetweenDayX0AndX1OfTheMonth(): string;
|
|
50
|
+
commaOnDayX0OfTheMonth(): string;
|
|
51
|
+
commaEveryX0Years(): string;
|
|
52
|
+
commaStartingX0(): string;
|
|
53
|
+
daysOfTheWeek(): string[];
|
|
54
|
+
monthsOfTheYear(): string[];
|
|
55
|
+
}
|