@tachybase/module-web 1.3.18 → 1.3.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/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 +1072 -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,267 @@
|
|
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
+
module.exports = factory(require("cronstrue"));
|
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
|
5
|
+
define("locales/he", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/he"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/he"] = factory(root["cronstrue"]);
|
|
10
|
+
})(globalThis, (__WEBPACK_EXTERNAL_MODULE__93__) => {
|
|
11
|
+
return /******/ (() => { // webpackBootstrap
|
|
12
|
+
/******/ "use strict";
|
|
13
|
+
/******/ var __webpack_modules__ = ({
|
|
14
|
+
|
|
15
|
+
/***/ 93:
|
|
16
|
+
/***/ ((module) => {
|
|
17
|
+
|
|
18
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__93__;
|
|
19
|
+
|
|
20
|
+
/***/ })
|
|
21
|
+
|
|
22
|
+
/******/ });
|
|
23
|
+
/************************************************************************/
|
|
24
|
+
/******/ // The module cache
|
|
25
|
+
/******/ var __webpack_module_cache__ = {};
|
|
26
|
+
/******/
|
|
27
|
+
/******/ // The require function
|
|
28
|
+
/******/ function __webpack_require__(moduleId) {
|
|
29
|
+
/******/ // Check if module is in cache
|
|
30
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
31
|
+
/******/ if (cachedModule !== undefined) {
|
|
32
|
+
/******/ return cachedModule.exports;
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ // Create a new module (and put it into the cache)
|
|
35
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
36
|
+
/******/ // no module.id needed
|
|
37
|
+
/******/ // no module.loaded needed
|
|
38
|
+
/******/ exports: {}
|
|
39
|
+
/******/ };
|
|
40
|
+
/******/
|
|
41
|
+
/******/ // Execute the module function
|
|
42
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
43
|
+
/******/
|
|
44
|
+
/******/ // Return the exports of the module
|
|
45
|
+
/******/ return module.exports;
|
|
46
|
+
/******/ }
|
|
47
|
+
/******/
|
|
48
|
+
/************************************************************************/
|
|
49
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
50
|
+
/******/ (() => {
|
|
51
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
52
|
+
/******/ __webpack_require__.n = (module) => {
|
|
53
|
+
/******/ var getter = module && module.__esModule ?
|
|
54
|
+
/******/ () => (module['default']) :
|
|
55
|
+
/******/ () => (module);
|
|
56
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
57
|
+
/******/ return getter;
|
|
58
|
+
/******/ };
|
|
59
|
+
/******/ })();
|
|
60
|
+
/******/
|
|
61
|
+
/******/ /* webpack/runtime/define property getters */
|
|
62
|
+
/******/ (() => {
|
|
63
|
+
/******/ // define getter functions for harmony exports
|
|
64
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
65
|
+
/******/ for(var key in definition) {
|
|
66
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
67
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
68
|
+
/******/ }
|
|
69
|
+
/******/ }
|
|
70
|
+
/******/ };
|
|
71
|
+
/******/ })();
|
|
72
|
+
/******/
|
|
73
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
74
|
+
/******/ (() => {
|
|
75
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
76
|
+
/******/ })();
|
|
77
|
+
/******/
|
|
78
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
79
|
+
/******/ (() => {
|
|
80
|
+
/******/ // define __esModule on exports
|
|
81
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
82
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
83
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
84
|
+
/******/ }
|
|
85
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
86
|
+
/******/ };
|
|
87
|
+
/******/ })();
|
|
88
|
+
/******/
|
|
89
|
+
/************************************************************************/
|
|
90
|
+
var __webpack_exports__ = {};
|
|
91
|
+
__webpack_require__.r(__webpack_exports__);
|
|
92
|
+
/* harmony import */ var cronstrue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(93);
|
|
93
|
+
/* harmony import */ var cronstrue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(cronstrue__WEBPACK_IMPORTED_MODULE_0__);
|
|
94
|
+
var exports = __webpack_exports__;
|
|
95
|
+
"use strict";
|
|
96
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
97
|
+
exports.he = void 0;
|
|
98
|
+
var he = (function () {
|
|
99
|
+
function he() {
|
|
100
|
+
}
|
|
101
|
+
he.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
102
|
+
return null;
|
|
103
|
+
};
|
|
104
|
+
he.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
105
|
+
return null;
|
|
106
|
+
};
|
|
107
|
+
he.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
108
|
+
return null;
|
|
109
|
+
};
|
|
110
|
+
he.prototype.commaYearX0ThroughYearX1 = function () {
|
|
111
|
+
return null;
|
|
112
|
+
};
|
|
113
|
+
he.prototype.use24HourTimeFormatByDefault = function () {
|
|
114
|
+
return true;
|
|
115
|
+
};
|
|
116
|
+
he.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
117
|
+
return "אירעה שגיאה בעת יצירת תיאור הביטוי. בדוק את תחביר הביטוי cron.";
|
|
118
|
+
};
|
|
119
|
+
he.prototype.everyMinute = function () {
|
|
120
|
+
return "כל דקה";
|
|
121
|
+
};
|
|
122
|
+
he.prototype.everyHour = function () {
|
|
123
|
+
return "כל שעה";
|
|
124
|
+
};
|
|
125
|
+
he.prototype.atSpace = function () {
|
|
126
|
+
return "ב ";
|
|
127
|
+
};
|
|
128
|
+
he.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
129
|
+
return "כל דקה %s עד %s";
|
|
130
|
+
};
|
|
131
|
+
he.prototype.at = function () {
|
|
132
|
+
return "ב";
|
|
133
|
+
};
|
|
134
|
+
he.prototype.spaceAnd = function () {
|
|
135
|
+
return " ו";
|
|
136
|
+
};
|
|
137
|
+
he.prototype.everySecond = function () {
|
|
138
|
+
return "כל שניה";
|
|
139
|
+
};
|
|
140
|
+
he.prototype.everyX0Seconds = function () {
|
|
141
|
+
return "כל %s שניות";
|
|
142
|
+
};
|
|
143
|
+
he.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
144
|
+
return "%s עד %s שניות של הדקה";
|
|
145
|
+
};
|
|
146
|
+
he.prototype.atX0SecondsPastTheMinute = function () {
|
|
147
|
+
return "ב %s שניות של הדקה";
|
|
148
|
+
};
|
|
149
|
+
he.prototype.everyX0Minutes = function () {
|
|
150
|
+
return "כל %s דקות";
|
|
151
|
+
};
|
|
152
|
+
he.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
153
|
+
return "%s עד %s דקות של השעה";
|
|
154
|
+
};
|
|
155
|
+
he.prototype.atX0MinutesPastTheHour = function () {
|
|
156
|
+
return "ב %s דקות של השעה";
|
|
157
|
+
};
|
|
158
|
+
he.prototype.everyX0Hours = function () {
|
|
159
|
+
return "כל %s שעות";
|
|
160
|
+
};
|
|
161
|
+
he.prototype.betweenX0AndX1 = function () {
|
|
162
|
+
return "%s עד %s";
|
|
163
|
+
};
|
|
164
|
+
he.prototype.atX0 = function () {
|
|
165
|
+
return "ב %s";
|
|
166
|
+
};
|
|
167
|
+
he.prototype.commaEveryDay = function () {
|
|
168
|
+
return ", כל יום";
|
|
169
|
+
};
|
|
170
|
+
he.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
171
|
+
return ", כל %s ימים בשבוע";
|
|
172
|
+
};
|
|
173
|
+
he.prototype.commaX0ThroughX1 = function () {
|
|
174
|
+
return ", %s עד %s";
|
|
175
|
+
};
|
|
176
|
+
he.prototype.commaAndX0ThroughX1 = function () {
|
|
177
|
+
return ", ו %s עד %s";
|
|
178
|
+
};
|
|
179
|
+
he.prototype.first = function () {
|
|
180
|
+
return "ראשון";
|
|
181
|
+
};
|
|
182
|
+
he.prototype.second = function () {
|
|
183
|
+
return "שני";
|
|
184
|
+
};
|
|
185
|
+
he.prototype.third = function () {
|
|
186
|
+
return "שלישי";
|
|
187
|
+
};
|
|
188
|
+
he.prototype.fourth = function () {
|
|
189
|
+
return "רביעי";
|
|
190
|
+
};
|
|
191
|
+
he.prototype.fifth = function () {
|
|
192
|
+
return "חמישי";
|
|
193
|
+
};
|
|
194
|
+
he.prototype.commaOnThe = function () {
|
|
195
|
+
return ", ב ";
|
|
196
|
+
};
|
|
197
|
+
he.prototype.spaceX0OfTheMonth = function () {
|
|
198
|
+
return " %s של החודש";
|
|
199
|
+
};
|
|
200
|
+
he.prototype.lastDay = function () {
|
|
201
|
+
return "היום האחרון";
|
|
202
|
+
};
|
|
203
|
+
he.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
204
|
+
return ", רק ב %s של החודש";
|
|
205
|
+
};
|
|
206
|
+
he.prototype.commaOnlyOnX0 = function () {
|
|
207
|
+
return ", רק ב %s";
|
|
208
|
+
};
|
|
209
|
+
he.prototype.commaAndOnX0 = function () {
|
|
210
|
+
return ", וב %s";
|
|
211
|
+
};
|
|
212
|
+
he.prototype.commaEveryX0Months = function () {
|
|
213
|
+
return ", כל %s חודשים";
|
|
214
|
+
};
|
|
215
|
+
he.prototype.commaOnlyInX0 = function () {
|
|
216
|
+
return ", רק ב %s";
|
|
217
|
+
};
|
|
218
|
+
he.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
219
|
+
return ", ביום האחרון של החודש";
|
|
220
|
+
};
|
|
221
|
+
he.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
222
|
+
return ", ביום החול האחרון של החודש";
|
|
223
|
+
};
|
|
224
|
+
he.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
225
|
+
return ", %s ימים לפני היום האחרון בחודש";
|
|
226
|
+
};
|
|
227
|
+
he.prototype.firstWeekday = function () {
|
|
228
|
+
return "יום החול הראשון";
|
|
229
|
+
};
|
|
230
|
+
he.prototype.weekdayNearestDayX0 = function () {
|
|
231
|
+
return "יום החול הראשון הקרוב אל %s";
|
|
232
|
+
};
|
|
233
|
+
he.prototype.commaOnTheX0OfTheMonth = function () {
|
|
234
|
+
return ", ביום ה%s של החודש";
|
|
235
|
+
};
|
|
236
|
+
he.prototype.commaEveryX0Days = function () {
|
|
237
|
+
return ", כל %s ימים";
|
|
238
|
+
};
|
|
239
|
+
he.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
240
|
+
return ", בין היום ה%s וה%s של החודש";
|
|
241
|
+
};
|
|
242
|
+
he.prototype.commaOnDayX0OfTheMonth = function () {
|
|
243
|
+
return ", ביום ה%s של החודש";
|
|
244
|
+
};
|
|
245
|
+
he.prototype.commaEveryX0Years = function () {
|
|
246
|
+
return ", כל %s שנים";
|
|
247
|
+
};
|
|
248
|
+
he.prototype.commaStartingX0 = function () {
|
|
249
|
+
return ", החל מ %s";
|
|
250
|
+
};
|
|
251
|
+
he.prototype.daysOfTheWeek = function () {
|
|
252
|
+
return ["יום ראשון", "יום שני", "יום שלישי", "יום רביעי", "יום חמישי", "יום שישי", "יום שבת"];
|
|
253
|
+
};
|
|
254
|
+
he.prototype.monthsOfTheYear = function () {
|
|
255
|
+
return ["ינואר", "פברואר", "מרץ", "אפריל", "מאי", "יוני", "יולי", "אוגוסט", "ספטמבר", "אוקטובר", "נובמבר", "דצמבר"];
|
|
256
|
+
};
|
|
257
|
+
return he;
|
|
258
|
+
}());
|
|
259
|
+
exports.he = he;
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales)["he"] = new he();
|
|
263
|
+
|
|
264
|
+
/******/ return __webpack_exports__;
|
|
265
|
+
/******/ })()
|
|
266
|
+
;
|
|
267
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("cronstrue")):"function"==typeof define&&define.amd?define("locales/he.min",["cronstrue"],e):"object"==typeof exports?exports["locales/he.min"]=e(require("cronstrue")):t["locales/he.min"]=e(t.cronstrue)}(globalThis,(t=>(()=>{"use strict";var e={93:e=>{e.exports=t}},o={};function r(t){var n=o[t];if(void 0!==n)return n.exports;var u=o[t]={exports:{}};return e[t](u,u.exports,r),u.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var o in e)r.o(e,o)&&!r.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var n={};r.r(n);var u=r(93),p=r.n(u),c=n;Object.defineProperty(c,"__esModule",{value:!0}),c.he=void 0;var i=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"אירעה שגיאה בעת יצירת תיאור הביטוי. בדוק את תחביר הביטוי cron."},t.prototype.everyMinute=function(){return"כל דקה"},t.prototype.everyHour=function(){return"כל שעה"},t.prototype.atSpace=function(){return"ב "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"כל דקה %s עד %s"},t.prototype.at=function(){return"ב"},t.prototype.spaceAnd=function(){return" ו"},t.prototype.everySecond=function(){return"כל שניה"},t.prototype.everyX0Seconds=function(){return"כל %s שניות"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"%s עד %s שניות של הדקה"},t.prototype.atX0SecondsPastTheMinute=function(){return"ב %s שניות של הדקה"},t.prototype.everyX0Minutes=function(){return"כל %s דקות"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"%s עד %s דקות של השעה"},t.prototype.atX0MinutesPastTheHour=function(){return"ב %s דקות של השעה"},t.prototype.everyX0Hours=function(){return"כל %s שעות"},t.prototype.betweenX0AndX1=function(){return"%s עד %s"},t.prototype.atX0=function(){return"ב %s"},t.prototype.commaEveryDay=function(){return", כל יום"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", כל %s ימים בשבוע"},t.prototype.commaX0ThroughX1=function(){return", %s עד %s"},t.prototype.commaAndX0ThroughX1=function(){return", ו %s עד %s"},t.prototype.first=function(){return"ראשון"},t.prototype.second=function(){return"שני"},t.prototype.third=function(){return"שלישי"},t.prototype.fourth=function(){return"רביעי"},t.prototype.fifth=function(){return"חמישי"},t.prototype.commaOnThe=function(){return", ב "},t.prototype.spaceX0OfTheMonth=function(){return" %s של החודש"},t.prototype.lastDay=function(){return"היום האחרון"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", רק ב %s של החודש"},t.prototype.commaOnlyOnX0=function(){return", רק ב %s"},t.prototype.commaAndOnX0=function(){return", וב %s"},t.prototype.commaEveryX0Months=function(){return", כל %s חודשים"},t.prototype.commaOnlyInX0=function(){return", רק ב %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", ביום האחרון של החודש"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", ביום החול האחרון של החודש"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s ימים לפני היום האחרון בחודש"},t.prototype.firstWeekday=function(){return"יום החול הראשון"},t.prototype.weekdayNearestDayX0=function(){return"יום החול הראשון הקרוב אל %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", ביום ה%s של החודש"},t.prototype.commaEveryX0Days=function(){return", כל %s ימים"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", בין היום ה%s וה%s של החודש"},t.prototype.commaOnDayX0OfTheMonth=function(){return", ביום ה%s של החודש"},t.prototype.commaEveryX0Years=function(){return", כל %s שנים"},t.prototype.commaStartingX0=function(){return", החל מ %s"},t.prototype.daysOfTheWeek=function(){return["יום ראשון","יום שני","יום שלישי","יום רביעי","יום חמישי","יום שישי","יום שבת"]},t.prototype.monthsOfTheYear=function(){return["ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"]},t}();return c.he=i,p().locales.he=new i,n})()));
|
|
@@ -0,0 +1,283 @@
|
|
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
+
module.exports = factory(require("cronstrue"));
|
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
|
5
|
+
define("locales/hu", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/hu"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/hu"] = factory(root["cronstrue"]);
|
|
10
|
+
})(globalThis, (__WEBPACK_EXTERNAL_MODULE__93__) => {
|
|
11
|
+
return /******/ (() => { // webpackBootstrap
|
|
12
|
+
/******/ "use strict";
|
|
13
|
+
/******/ var __webpack_modules__ = ({
|
|
14
|
+
|
|
15
|
+
/***/ 93:
|
|
16
|
+
/***/ ((module) => {
|
|
17
|
+
|
|
18
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__93__;
|
|
19
|
+
|
|
20
|
+
/***/ })
|
|
21
|
+
|
|
22
|
+
/******/ });
|
|
23
|
+
/************************************************************************/
|
|
24
|
+
/******/ // The module cache
|
|
25
|
+
/******/ var __webpack_module_cache__ = {};
|
|
26
|
+
/******/
|
|
27
|
+
/******/ // The require function
|
|
28
|
+
/******/ function __webpack_require__(moduleId) {
|
|
29
|
+
/******/ // Check if module is in cache
|
|
30
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
31
|
+
/******/ if (cachedModule !== undefined) {
|
|
32
|
+
/******/ return cachedModule.exports;
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ // Create a new module (and put it into the cache)
|
|
35
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
36
|
+
/******/ // no module.id needed
|
|
37
|
+
/******/ // no module.loaded needed
|
|
38
|
+
/******/ exports: {}
|
|
39
|
+
/******/ };
|
|
40
|
+
/******/
|
|
41
|
+
/******/ // Execute the module function
|
|
42
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
43
|
+
/******/
|
|
44
|
+
/******/ // Return the exports of the module
|
|
45
|
+
/******/ return module.exports;
|
|
46
|
+
/******/ }
|
|
47
|
+
/******/
|
|
48
|
+
/************************************************************************/
|
|
49
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
50
|
+
/******/ (() => {
|
|
51
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
52
|
+
/******/ __webpack_require__.n = (module) => {
|
|
53
|
+
/******/ var getter = module && module.__esModule ?
|
|
54
|
+
/******/ () => (module['default']) :
|
|
55
|
+
/******/ () => (module);
|
|
56
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
57
|
+
/******/ return getter;
|
|
58
|
+
/******/ };
|
|
59
|
+
/******/ })();
|
|
60
|
+
/******/
|
|
61
|
+
/******/ /* webpack/runtime/define property getters */
|
|
62
|
+
/******/ (() => {
|
|
63
|
+
/******/ // define getter functions for harmony exports
|
|
64
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
65
|
+
/******/ for(var key in definition) {
|
|
66
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
67
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
68
|
+
/******/ }
|
|
69
|
+
/******/ }
|
|
70
|
+
/******/ };
|
|
71
|
+
/******/ })();
|
|
72
|
+
/******/
|
|
73
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
74
|
+
/******/ (() => {
|
|
75
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
76
|
+
/******/ })();
|
|
77
|
+
/******/
|
|
78
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
79
|
+
/******/ (() => {
|
|
80
|
+
/******/ // define __esModule on exports
|
|
81
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
82
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
83
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
84
|
+
/******/ }
|
|
85
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
86
|
+
/******/ };
|
|
87
|
+
/******/ })();
|
|
88
|
+
/******/
|
|
89
|
+
/************************************************************************/
|
|
90
|
+
var __webpack_exports__ = {};
|
|
91
|
+
__webpack_require__.r(__webpack_exports__);
|
|
92
|
+
/* harmony import */ var cronstrue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(93);
|
|
93
|
+
/* harmony import */ var cronstrue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(cronstrue__WEBPACK_IMPORTED_MODULE_0__);
|
|
94
|
+
var exports = __webpack_exports__;
|
|
95
|
+
"use strict";
|
|
96
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
97
|
+
exports.hu = void 0;
|
|
98
|
+
var hu = (function () {
|
|
99
|
+
function hu() {
|
|
100
|
+
}
|
|
101
|
+
hu.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
102
|
+
return null;
|
|
103
|
+
};
|
|
104
|
+
hu.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
105
|
+
return null;
|
|
106
|
+
};
|
|
107
|
+
hu.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
108
|
+
return null;
|
|
109
|
+
};
|
|
110
|
+
hu.prototype.commaYearX0ThroughYearX1 = function () {
|
|
111
|
+
return null;
|
|
112
|
+
};
|
|
113
|
+
hu.prototype.use24HourTimeFormatByDefault = function () {
|
|
114
|
+
return true;
|
|
115
|
+
};
|
|
116
|
+
hu.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
117
|
+
return "Hiba történt a kifejezésleírás generálásakor. Ellenőrizze a cron kifejezés szintaxisát.";
|
|
118
|
+
};
|
|
119
|
+
hu.prototype.everyMinute = function () {
|
|
120
|
+
return "minden percben";
|
|
121
|
+
};
|
|
122
|
+
hu.prototype.everyHour = function () {
|
|
123
|
+
return "minden órában";
|
|
124
|
+
};
|
|
125
|
+
hu.prototype.atSpace = function () {
|
|
126
|
+
return "Ekkor: ";
|
|
127
|
+
};
|
|
128
|
+
hu.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
129
|
+
return "percenként %s és %s között";
|
|
130
|
+
};
|
|
131
|
+
hu.prototype.at = function () {
|
|
132
|
+
return "Ekkor:";
|
|
133
|
+
};
|
|
134
|
+
hu.prototype.spaceAnd = function () {
|
|
135
|
+
return " és";
|
|
136
|
+
};
|
|
137
|
+
hu.prototype.everySecond = function () {
|
|
138
|
+
return "minden másodpercben";
|
|
139
|
+
};
|
|
140
|
+
hu.prototype.everyX0Seconds = function () {
|
|
141
|
+
return "%s másodpercenként";
|
|
142
|
+
};
|
|
143
|
+
hu.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
144
|
+
return "%s. másodpercben %s perc után";
|
|
145
|
+
};
|
|
146
|
+
hu.prototype.atX0SecondsPastTheMinute = function () {
|
|
147
|
+
return "%s. másodpercben";
|
|
148
|
+
};
|
|
149
|
+
hu.prototype.everyX0Minutes = function () {
|
|
150
|
+
return "minden %s. percben";
|
|
151
|
+
};
|
|
152
|
+
hu.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
153
|
+
return "%s. percben %s óra után";
|
|
154
|
+
};
|
|
155
|
+
hu.prototype.atX0MinutesPastTheHour = function () {
|
|
156
|
+
return "%s. percben";
|
|
157
|
+
};
|
|
158
|
+
hu.prototype.everyX0Hours = function () {
|
|
159
|
+
return "minden %s órában";
|
|
160
|
+
};
|
|
161
|
+
hu.prototype.betweenX0AndX1 = function () {
|
|
162
|
+
return "%s és %s között";
|
|
163
|
+
};
|
|
164
|
+
hu.prototype.atX0 = function () {
|
|
165
|
+
return "ekkor %s";
|
|
166
|
+
};
|
|
167
|
+
hu.prototype.commaEveryDay = function () {
|
|
168
|
+
return ", minden nap";
|
|
169
|
+
};
|
|
170
|
+
hu.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
171
|
+
return ", a hét minden %s napján";
|
|
172
|
+
};
|
|
173
|
+
hu.prototype.commaX0ThroughX1 = function () {
|
|
174
|
+
return ", %s - %s";
|
|
175
|
+
};
|
|
176
|
+
hu.prototype.commaAndX0ThroughX1 = function () {
|
|
177
|
+
return ", és %s - %s";
|
|
178
|
+
};
|
|
179
|
+
hu.prototype.first = function () {
|
|
180
|
+
return "első";
|
|
181
|
+
};
|
|
182
|
+
hu.prototype.second = function () {
|
|
183
|
+
return "második";
|
|
184
|
+
};
|
|
185
|
+
hu.prototype.third = function () {
|
|
186
|
+
return "harmadik";
|
|
187
|
+
};
|
|
188
|
+
hu.prototype.fourth = function () {
|
|
189
|
+
return "negyedik";
|
|
190
|
+
};
|
|
191
|
+
hu.prototype.fifth = function () {
|
|
192
|
+
return "ötödik";
|
|
193
|
+
};
|
|
194
|
+
hu.prototype.commaOnThe = function () {
|
|
195
|
+
return ", ";
|
|
196
|
+
};
|
|
197
|
+
hu.prototype.spaceX0OfTheMonth = function () {
|
|
198
|
+
return " %s a hónapban";
|
|
199
|
+
};
|
|
200
|
+
hu.prototype.lastDay = function () {
|
|
201
|
+
return "az utolsó nap";
|
|
202
|
+
};
|
|
203
|
+
hu.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
204
|
+
return ", a hónap utolsó %s";
|
|
205
|
+
};
|
|
206
|
+
hu.prototype.commaOnlyOnX0 = function () {
|
|
207
|
+
return ", csak ekkor: %s";
|
|
208
|
+
};
|
|
209
|
+
hu.prototype.commaAndOnX0 = function () {
|
|
210
|
+
return ", és %s";
|
|
211
|
+
};
|
|
212
|
+
hu.prototype.commaEveryX0Months = function () {
|
|
213
|
+
return ", minden %s hónapban";
|
|
214
|
+
};
|
|
215
|
+
hu.prototype.commaOnlyInX0 = function () {
|
|
216
|
+
return ", csak ekkor: %s";
|
|
217
|
+
};
|
|
218
|
+
hu.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
219
|
+
return ", a hónap utolsó napján";
|
|
220
|
+
};
|
|
221
|
+
hu.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
222
|
+
return ", a hónap utolsó hétköznapján";
|
|
223
|
+
};
|
|
224
|
+
hu.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
225
|
+
return ", %s nappal a hónap utolsó napja előtt";
|
|
226
|
+
};
|
|
227
|
+
hu.prototype.firstWeekday = function () {
|
|
228
|
+
return "első hétköznap";
|
|
229
|
+
};
|
|
230
|
+
hu.prototype.weekdayNearestDayX0 = function () {
|
|
231
|
+
return "hétköznap legközelebbi nap %s";
|
|
232
|
+
};
|
|
233
|
+
hu.prototype.commaOnTheX0OfTheMonth = function () {
|
|
234
|
+
return ", a hónap %s";
|
|
235
|
+
};
|
|
236
|
+
hu.prototype.commaEveryX0Days = function () {
|
|
237
|
+
return ", %s naponként";
|
|
238
|
+
};
|
|
239
|
+
hu.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
240
|
+
return ", a hónap %s és %s napja között";
|
|
241
|
+
};
|
|
242
|
+
hu.prototype.commaOnDayX0OfTheMonth = function () {
|
|
243
|
+
return ", a hónap %s napján";
|
|
244
|
+
};
|
|
245
|
+
hu.prototype.commaEveryHour = function () {
|
|
246
|
+
return ", minden órában";
|
|
247
|
+
};
|
|
248
|
+
hu.prototype.commaEveryX0Years = function () {
|
|
249
|
+
return ", %s évente";
|
|
250
|
+
};
|
|
251
|
+
hu.prototype.commaStartingX0 = function () {
|
|
252
|
+
return ", %s kezdettel";
|
|
253
|
+
};
|
|
254
|
+
hu.prototype.daysOfTheWeek = function () {
|
|
255
|
+
return ["vasárnap", "hétfő", "kedd", "szerda", "csütörtök", "péntek", "szombat"];
|
|
256
|
+
};
|
|
257
|
+
hu.prototype.monthsOfTheYear = function () {
|
|
258
|
+
return [
|
|
259
|
+
"január",
|
|
260
|
+
"február",
|
|
261
|
+
"március",
|
|
262
|
+
"április",
|
|
263
|
+
"május",
|
|
264
|
+
"június",
|
|
265
|
+
"július",
|
|
266
|
+
"augusztus",
|
|
267
|
+
"szeptember",
|
|
268
|
+
"október",
|
|
269
|
+
"november",
|
|
270
|
+
"december",
|
|
271
|
+
];
|
|
272
|
+
};
|
|
273
|
+
return hu;
|
|
274
|
+
}());
|
|
275
|
+
exports.hu = hu;
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales)["hu"] = new hu();
|
|
279
|
+
|
|
280
|
+
/******/ return __webpack_exports__;
|
|
281
|
+
/******/ })()
|
|
282
|
+
;
|
|
283
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("cronstrue")):"function"==typeof define&&define.amd?define("locales/hu.min",["cronstrue"],e):"object"==typeof exports?exports["locales/hu.min"]=e(require("cronstrue")):t["locales/hu.min"]=e(t.cronstrue)}(globalThis,(t=>(()=>{"use strict";var e={93:e=>{e.exports=t}},n={};function r(t){var o=n[t];if(void 0!==o)return o.exports;var u=n[t]={exports:{}};return e[t](u,u.exports,r),u.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};r.r(o);var u=r(93),p=r.n(u),a=o;Object.defineProperty(a,"__esModule",{value:!0}),a.hu=void 0;var s=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Hiba történt a kifejezésleírás generálásakor. Ellenőrizze a cron kifejezés szintaxisát."},t.prototype.everyMinute=function(){return"minden percben"},t.prototype.everyHour=function(){return"minden órában"},t.prototype.atSpace=function(){return"Ekkor: "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"percenként %s és %s között"},t.prototype.at=function(){return"Ekkor:"},t.prototype.spaceAnd=function(){return" és"},t.prototype.everySecond=function(){return"minden másodpercben"},t.prototype.everyX0Seconds=function(){return"%s másodpercenként"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"%s. másodpercben %s perc után"},t.prototype.atX0SecondsPastTheMinute=function(){return"%s. másodpercben"},t.prototype.everyX0Minutes=function(){return"minden %s. percben"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"%s. percben %s óra után"},t.prototype.atX0MinutesPastTheHour=function(){return"%s. percben"},t.prototype.everyX0Hours=function(){return"minden %s órában"},t.prototype.betweenX0AndX1=function(){return"%s és %s között"},t.prototype.atX0=function(){return"ekkor %s"},t.prototype.commaEveryDay=function(){return", minden nap"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", a hét minden %s napján"},t.prototype.commaX0ThroughX1=function(){return", %s - %s"},t.prototype.commaAndX0ThroughX1=function(){return", és %s - %s"},t.prototype.first=function(){return"első"},t.prototype.second=function(){return"második"},t.prototype.third=function(){return"harmadik"},t.prototype.fourth=function(){return"negyedik"},t.prototype.fifth=function(){return"ötödik"},t.prototype.commaOnThe=function(){return", "},t.prototype.spaceX0OfTheMonth=function(){return" %s a hónapban"},t.prototype.lastDay=function(){return"az utolsó nap"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", a hónap utolsó %s"},t.prototype.commaOnlyOnX0=function(){return", csak ekkor: %s"},t.prototype.commaAndOnX0=function(){return", és %s"},t.prototype.commaEveryX0Months=function(){return", minden %s hónapban"},t.prototype.commaOnlyInX0=function(){return", csak ekkor: %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", a hónap utolsó napján"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", a hónap utolsó hétköznapján"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s nappal a hónap utolsó napja előtt"},t.prototype.firstWeekday=function(){return"első hétköznap"},t.prototype.weekdayNearestDayX0=function(){return"hétköznap legközelebbi nap %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", a hónap %s"},t.prototype.commaEveryX0Days=function(){return", %s naponként"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", a hónap %s és %s napja között"},t.prototype.commaOnDayX0OfTheMonth=function(){return", a hónap %s napján"},t.prototype.commaEveryHour=function(){return", minden órában"},t.prototype.commaEveryX0Years=function(){return", %s évente"},t.prototype.commaStartingX0=function(){return", %s kezdettel"},t.prototype.daysOfTheWeek=function(){return["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"]},t.prototype.monthsOfTheYear=function(){return["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december"]},t}();return a.hu=s,p().locales.hu=new s,o})()));
|