@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,280 @@
|
|
|
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/es", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/es"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/es"] = 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.es = void 0;
|
|
98
|
+
var es = (function () {
|
|
99
|
+
function es() {
|
|
100
|
+
}
|
|
101
|
+
es.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
102
|
+
return null;
|
|
103
|
+
};
|
|
104
|
+
es.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
105
|
+
return null;
|
|
106
|
+
};
|
|
107
|
+
es.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
108
|
+
return null;
|
|
109
|
+
};
|
|
110
|
+
es.prototype.commaYearX0ThroughYearX1 = function () {
|
|
111
|
+
return null;
|
|
112
|
+
};
|
|
113
|
+
es.prototype.use24HourTimeFormatByDefault = function () {
|
|
114
|
+
return true;
|
|
115
|
+
};
|
|
116
|
+
es.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
117
|
+
return "Ocurrió un error mientras se generaba la descripción de la expresión. Revise la sintaxis de la expresión de cron.";
|
|
118
|
+
};
|
|
119
|
+
es.prototype.at = function () {
|
|
120
|
+
return "A las";
|
|
121
|
+
};
|
|
122
|
+
es.prototype.atSpace = function () {
|
|
123
|
+
return "A las ";
|
|
124
|
+
};
|
|
125
|
+
es.prototype.atX0 = function () {
|
|
126
|
+
return "a las %s";
|
|
127
|
+
};
|
|
128
|
+
es.prototype.atX0MinutesPastTheHour = function () {
|
|
129
|
+
return "a los %s minutos de la hora";
|
|
130
|
+
};
|
|
131
|
+
es.prototype.atX0SecondsPastTheMinute = function () {
|
|
132
|
+
return "a los %s segundos del minuto";
|
|
133
|
+
};
|
|
134
|
+
es.prototype.betweenX0AndX1 = function () {
|
|
135
|
+
return "entre las %s y las %s";
|
|
136
|
+
};
|
|
137
|
+
es.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
138
|
+
return ", entre los días %s y %s del mes";
|
|
139
|
+
};
|
|
140
|
+
es.prototype.commaEveryDay = function () {
|
|
141
|
+
return ", cada día";
|
|
142
|
+
};
|
|
143
|
+
es.prototype.commaEveryX0Days = function () {
|
|
144
|
+
return ", cada %s días";
|
|
145
|
+
};
|
|
146
|
+
es.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
147
|
+
return ", cada %s días de la semana";
|
|
148
|
+
};
|
|
149
|
+
es.prototype.commaEveryX0Months = function () {
|
|
150
|
+
return ", cada %s meses";
|
|
151
|
+
};
|
|
152
|
+
es.prototype.commaOnDayX0OfTheMonth = function () {
|
|
153
|
+
return ", el día %s del mes";
|
|
154
|
+
};
|
|
155
|
+
es.prototype.commaOnlyInX0 = function () {
|
|
156
|
+
return ", sólo en %s";
|
|
157
|
+
};
|
|
158
|
+
es.prototype.commaOnlyOnX0 = function () {
|
|
159
|
+
return ", sólo el %s";
|
|
160
|
+
};
|
|
161
|
+
es.prototype.commaAndOnX0 = function () {
|
|
162
|
+
return ", y el %s";
|
|
163
|
+
};
|
|
164
|
+
es.prototype.commaOnThe = function () {
|
|
165
|
+
return ", en el ";
|
|
166
|
+
};
|
|
167
|
+
es.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
168
|
+
return ", en el último día del mes";
|
|
169
|
+
};
|
|
170
|
+
es.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
171
|
+
return ", en el último día de la semana del mes";
|
|
172
|
+
};
|
|
173
|
+
es.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
174
|
+
return ", %s días antes del último día del mes";
|
|
175
|
+
};
|
|
176
|
+
es.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
177
|
+
return ", en el último %s del mes";
|
|
178
|
+
};
|
|
179
|
+
es.prototype.commaOnTheX0OfTheMonth = function () {
|
|
180
|
+
return ", en el %s del mes";
|
|
181
|
+
};
|
|
182
|
+
es.prototype.commaX0ThroughX1 = function () {
|
|
183
|
+
return ", de %s a %s";
|
|
184
|
+
};
|
|
185
|
+
es.prototype.commaAndX0ThroughX1 = function () {
|
|
186
|
+
return ", y de %s a %s";
|
|
187
|
+
};
|
|
188
|
+
es.prototype.everyHour = function () {
|
|
189
|
+
return "cada hora";
|
|
190
|
+
};
|
|
191
|
+
es.prototype.everyMinute = function () {
|
|
192
|
+
return "cada minuto";
|
|
193
|
+
};
|
|
194
|
+
es.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
195
|
+
return "cada minuto entre las %s y las %s";
|
|
196
|
+
};
|
|
197
|
+
es.prototype.everySecond = function () {
|
|
198
|
+
return "cada segundo";
|
|
199
|
+
};
|
|
200
|
+
es.prototype.everyX0Hours = function () {
|
|
201
|
+
return "cada %s horas";
|
|
202
|
+
};
|
|
203
|
+
es.prototype.everyX0Minutes = function () {
|
|
204
|
+
return "cada %s minutos";
|
|
205
|
+
};
|
|
206
|
+
es.prototype.everyX0Seconds = function () {
|
|
207
|
+
return "cada %s segundos";
|
|
208
|
+
};
|
|
209
|
+
es.prototype.fifth = function () {
|
|
210
|
+
return "quinto";
|
|
211
|
+
};
|
|
212
|
+
es.prototype.first = function () {
|
|
213
|
+
return "primero";
|
|
214
|
+
};
|
|
215
|
+
es.prototype.firstWeekday = function () {
|
|
216
|
+
return "primer día de la semana";
|
|
217
|
+
};
|
|
218
|
+
es.prototype.fourth = function () {
|
|
219
|
+
return "cuarto";
|
|
220
|
+
};
|
|
221
|
+
es.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
222
|
+
return "del minuto %s al %s pasada la hora";
|
|
223
|
+
};
|
|
224
|
+
es.prototype.second = function () {
|
|
225
|
+
return "segundo";
|
|
226
|
+
};
|
|
227
|
+
es.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
228
|
+
return "En los segundos %s al %s de cada minuto";
|
|
229
|
+
};
|
|
230
|
+
es.prototype.spaceAnd = function () {
|
|
231
|
+
return " y";
|
|
232
|
+
};
|
|
233
|
+
es.prototype.spaceX0OfTheMonth = function () {
|
|
234
|
+
return " %s del mes";
|
|
235
|
+
};
|
|
236
|
+
es.prototype.lastDay = function () {
|
|
237
|
+
return "el último día";
|
|
238
|
+
};
|
|
239
|
+
es.prototype.third = function () {
|
|
240
|
+
return "tercer";
|
|
241
|
+
};
|
|
242
|
+
es.prototype.weekdayNearestDayX0 = function () {
|
|
243
|
+
return "día de la semana más próximo al %s";
|
|
244
|
+
};
|
|
245
|
+
es.prototype.commaEveryX0Years = function () {
|
|
246
|
+
return ", cada %s años";
|
|
247
|
+
};
|
|
248
|
+
es.prototype.commaStartingX0 = function () {
|
|
249
|
+
return ", comenzando %s";
|
|
250
|
+
};
|
|
251
|
+
es.prototype.daysOfTheWeek = function () {
|
|
252
|
+
return ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"];
|
|
253
|
+
};
|
|
254
|
+
es.prototype.monthsOfTheYear = function () {
|
|
255
|
+
return [
|
|
256
|
+
"enero",
|
|
257
|
+
"febrero",
|
|
258
|
+
"marzo",
|
|
259
|
+
"abril",
|
|
260
|
+
"mayo",
|
|
261
|
+
"junio",
|
|
262
|
+
"julio",
|
|
263
|
+
"agosto",
|
|
264
|
+
"septiembre",
|
|
265
|
+
"octubre",
|
|
266
|
+
"noviembre",
|
|
267
|
+
"diciembre",
|
|
268
|
+
];
|
|
269
|
+
};
|
|
270
|
+
return es;
|
|
271
|
+
}());
|
|
272
|
+
exports.es = es;
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales)["es"] = new es();
|
|
276
|
+
|
|
277
|
+
/******/ return __webpack_exports__;
|
|
278
|
+
/******/ })()
|
|
279
|
+
;
|
|
280
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("cronstrue")):"function"==typeof define&&define.amd?define("locales/es.min",["cronstrue"],t):"object"==typeof exports?exports["locales/es.min"]=t(require("cronstrue")):e["locales/es.min"]=t(e.cronstrue)}(globalThis,(e=>(()=>{"use strict";var t={93:t=>{t.exports=e}},o={};function n(e){var r=o[e];if(void 0!==r)return r.exports;var u=o[e]={exports:{}};return t[e](u,u.exports,n),u.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};n.r(r);var u=n(93),a=n.n(u),s=r;Object.defineProperty(s,"__esModule",{value:!0}),s.es=void 0;var p=function(){function e(){}return e.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},e.prototype.atX0MinutesPastTheHourGt20=function(){return null},e.prototype.commaMonthX0ThroughMonthX1=function(){return null},e.prototype.commaYearX0ThroughYearX1=function(){return null},e.prototype.use24HourTimeFormatByDefault=function(){return!0},e.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Ocurrió un error mientras se generaba la descripción de la expresión. Revise la sintaxis de la expresión de cron."},e.prototype.at=function(){return"A las"},e.prototype.atSpace=function(){return"A las "},e.prototype.atX0=function(){return"a las %s"},e.prototype.atX0MinutesPastTheHour=function(){return"a los %s minutos de la hora"},e.prototype.atX0SecondsPastTheMinute=function(){return"a los %s segundos del minuto"},e.prototype.betweenX0AndX1=function(){return"entre las %s y las %s"},e.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", entre los días %s y %s del mes"},e.prototype.commaEveryDay=function(){return", cada día"},e.prototype.commaEveryX0Days=function(){return", cada %s días"},e.prototype.commaEveryX0DaysOfTheWeek=function(){return", cada %s días de la semana"},e.prototype.commaEveryX0Months=function(){return", cada %s meses"},e.prototype.commaOnDayX0OfTheMonth=function(){return", el día %s del mes"},e.prototype.commaOnlyInX0=function(){return", sólo en %s"},e.prototype.commaOnlyOnX0=function(){return", sólo el %s"},e.prototype.commaAndOnX0=function(){return", y el %s"},e.prototype.commaOnThe=function(){return", en el "},e.prototype.commaOnTheLastDayOfTheMonth=function(){return", en el último día del mes"},e.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", en el último día de la semana del mes"},e.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s días antes del último día del mes"},e.prototype.commaOnTheLastX0OfTheMonth=function(){return", en el último %s del mes"},e.prototype.commaOnTheX0OfTheMonth=function(){return", en el %s del mes"},e.prototype.commaX0ThroughX1=function(){return", de %s a %s"},e.prototype.commaAndX0ThroughX1=function(){return", y de %s a %s"},e.prototype.everyHour=function(){return"cada hora"},e.prototype.everyMinute=function(){return"cada minuto"},e.prototype.everyMinuteBetweenX0AndX1=function(){return"cada minuto entre las %s y las %s"},e.prototype.everySecond=function(){return"cada segundo"},e.prototype.everyX0Hours=function(){return"cada %s horas"},e.prototype.everyX0Minutes=function(){return"cada %s minutos"},e.prototype.everyX0Seconds=function(){return"cada %s segundos"},e.prototype.fifth=function(){return"quinto"},e.prototype.first=function(){return"primero"},e.prototype.firstWeekday=function(){return"primer día de la semana"},e.prototype.fourth=function(){return"cuarto"},e.prototype.minutesX0ThroughX1PastTheHour=function(){return"del minuto %s al %s pasada la hora"},e.prototype.second=function(){return"segundo"},e.prototype.secondsX0ThroughX1PastTheMinute=function(){return"En los segundos %s al %s de cada minuto"},e.prototype.spaceAnd=function(){return" y"},e.prototype.spaceX0OfTheMonth=function(){return" %s del mes"},e.prototype.lastDay=function(){return"el último día"},e.prototype.third=function(){return"tercer"},e.prototype.weekdayNearestDayX0=function(){return"día de la semana más próximo al %s"},e.prototype.commaEveryX0Years=function(){return", cada %s años"},e.prototype.commaStartingX0=function(){return", comenzando %s"},e.prototype.daysOfTheWeek=function(){return["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]},e.prototype.monthsOfTheYear=function(){return["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]},e}();return s.es=p,a().locales.es=new p,r})()));
|
|
@@ -0,0 +1,273 @@
|
|
|
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/fa", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/fa"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/fa"] = 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.fa = void 0;
|
|
98
|
+
var fa = (function () {
|
|
99
|
+
function fa() {
|
|
100
|
+
}
|
|
101
|
+
fa.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
102
|
+
return null;
|
|
103
|
+
};
|
|
104
|
+
fa.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
105
|
+
return null;
|
|
106
|
+
};
|
|
107
|
+
fa.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
108
|
+
return null;
|
|
109
|
+
};
|
|
110
|
+
fa.prototype.commaYearX0ThroughYearX1 = function () {
|
|
111
|
+
return null;
|
|
112
|
+
};
|
|
113
|
+
fa.prototype.use24HourTimeFormatByDefault = function () {
|
|
114
|
+
return true;
|
|
115
|
+
};
|
|
116
|
+
fa.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
117
|
+
return "خطایی در نمایش توضیحات این وظیفه رخ داد. لطفا ساختار آن را بررسی کنید.";
|
|
118
|
+
};
|
|
119
|
+
fa.prototype.everyMinute = function () {
|
|
120
|
+
return "هر دقیقه";
|
|
121
|
+
};
|
|
122
|
+
fa.prototype.everyHour = function () {
|
|
123
|
+
return "هر ساعت";
|
|
124
|
+
};
|
|
125
|
+
fa.prototype.atSpace = function () {
|
|
126
|
+
return "در ";
|
|
127
|
+
};
|
|
128
|
+
fa.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
129
|
+
return "هر دقیقه بین %s و %s";
|
|
130
|
+
};
|
|
131
|
+
fa.prototype.at = function () {
|
|
132
|
+
return "در";
|
|
133
|
+
};
|
|
134
|
+
fa.prototype.spaceAnd = function () {
|
|
135
|
+
return " و";
|
|
136
|
+
};
|
|
137
|
+
fa.prototype.everySecond = function () {
|
|
138
|
+
return "هر ثانیه";
|
|
139
|
+
};
|
|
140
|
+
fa.prototype.everyX0Seconds = function () {
|
|
141
|
+
return "هر %s ثانیه";
|
|
142
|
+
};
|
|
143
|
+
fa.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
144
|
+
return "ثانیه %s تا %s دقیقه گذشته";
|
|
145
|
+
};
|
|
146
|
+
fa.prototype.atX0SecondsPastTheMinute = function () {
|
|
147
|
+
return "در %s قانیه از دقیقه گذشته";
|
|
148
|
+
};
|
|
149
|
+
fa.prototype.everyX0Minutes = function () {
|
|
150
|
+
return "هر %s دقیقه";
|
|
151
|
+
};
|
|
152
|
+
fa.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
153
|
+
return "دقیقه %s تا %s ساعت گذشته";
|
|
154
|
+
};
|
|
155
|
+
fa.prototype.atX0MinutesPastTheHour = function () {
|
|
156
|
+
return "در %s دقیقه پس از ساعت";
|
|
157
|
+
};
|
|
158
|
+
fa.prototype.everyX0Hours = function () {
|
|
159
|
+
return "هر %s ساعت";
|
|
160
|
+
};
|
|
161
|
+
fa.prototype.betweenX0AndX1 = function () {
|
|
162
|
+
return "بین %s و %s";
|
|
163
|
+
};
|
|
164
|
+
fa.prototype.atX0 = function () {
|
|
165
|
+
return "در %s";
|
|
166
|
+
};
|
|
167
|
+
fa.prototype.commaEveryDay = function () {
|
|
168
|
+
return ", هر روز";
|
|
169
|
+
};
|
|
170
|
+
fa.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
171
|
+
return ", هر %s روز از هفته";
|
|
172
|
+
};
|
|
173
|
+
fa.prototype.commaX0ThroughX1 = function () {
|
|
174
|
+
return ", %s تا %s";
|
|
175
|
+
};
|
|
176
|
+
fa.prototype.commaAndX0ThroughX1 = function () {
|
|
177
|
+
return ", و %s تا %s";
|
|
178
|
+
};
|
|
179
|
+
fa.prototype.first = function () {
|
|
180
|
+
return "اول";
|
|
181
|
+
};
|
|
182
|
+
fa.prototype.second = function () {
|
|
183
|
+
return "دوم";
|
|
184
|
+
};
|
|
185
|
+
fa.prototype.third = function () {
|
|
186
|
+
return "سوم";
|
|
187
|
+
};
|
|
188
|
+
fa.prototype.fourth = function () {
|
|
189
|
+
return "چهارم";
|
|
190
|
+
};
|
|
191
|
+
fa.prototype.fifth = function () {
|
|
192
|
+
return "پنجم";
|
|
193
|
+
};
|
|
194
|
+
fa.prototype.commaOnThe = function () {
|
|
195
|
+
return ", در ";
|
|
196
|
+
};
|
|
197
|
+
fa.prototype.spaceX0OfTheMonth = function () {
|
|
198
|
+
return " %s ماه";
|
|
199
|
+
};
|
|
200
|
+
fa.prototype.lastDay = function () {
|
|
201
|
+
return "آخرین روز";
|
|
202
|
+
};
|
|
203
|
+
fa.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
204
|
+
return ", در %s ماه";
|
|
205
|
+
};
|
|
206
|
+
fa.prototype.commaOnlyOnX0 = function () {
|
|
207
|
+
return ", فقط در %s";
|
|
208
|
+
};
|
|
209
|
+
fa.prototype.commaAndOnX0 = function () {
|
|
210
|
+
return ", و در %s";
|
|
211
|
+
};
|
|
212
|
+
fa.prototype.commaEveryX0Months = function () {
|
|
213
|
+
return ", هر %s ماه";
|
|
214
|
+
};
|
|
215
|
+
fa.prototype.commaOnlyInX0 = function () {
|
|
216
|
+
return ", فقط در %s";
|
|
217
|
+
};
|
|
218
|
+
fa.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
219
|
+
return ", در آخرین روز ماه";
|
|
220
|
+
};
|
|
221
|
+
fa.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
222
|
+
return ", در آخرین روز ماه";
|
|
223
|
+
};
|
|
224
|
+
fa.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
225
|
+
return ", %s روز قبل از آخرین روز ماه";
|
|
226
|
+
};
|
|
227
|
+
fa.prototype.firstWeekday = function () {
|
|
228
|
+
return "اولین روز";
|
|
229
|
+
};
|
|
230
|
+
fa.prototype.weekdayNearestDayX0 = function () {
|
|
231
|
+
return "روز نزدیک به روز %s";
|
|
232
|
+
};
|
|
233
|
+
fa.prototype.commaOnTheX0OfTheMonth = function () {
|
|
234
|
+
return ", در %s ماه";
|
|
235
|
+
};
|
|
236
|
+
fa.prototype.commaEveryX0Days = function () {
|
|
237
|
+
return ", هر %s روز";
|
|
238
|
+
};
|
|
239
|
+
fa.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
240
|
+
return ", بین روز %s و %s ماه";
|
|
241
|
+
};
|
|
242
|
+
fa.prototype.commaOnDayX0OfTheMonth = function () {
|
|
243
|
+
return ", در %s ماه";
|
|
244
|
+
};
|
|
245
|
+
fa.prototype.commaEveryMinute = function () {
|
|
246
|
+
return ", هر minute";
|
|
247
|
+
};
|
|
248
|
+
fa.prototype.commaEveryHour = function () {
|
|
249
|
+
return ", هر ساعت";
|
|
250
|
+
};
|
|
251
|
+
fa.prototype.commaEveryX0Years = function () {
|
|
252
|
+
return ", هر %s سال";
|
|
253
|
+
};
|
|
254
|
+
fa.prototype.commaStartingX0 = function () {
|
|
255
|
+
return ", آغاز %s";
|
|
256
|
+
};
|
|
257
|
+
fa.prototype.daysOfTheWeek = function () {
|
|
258
|
+
return ["یکشنبه", "دوشنبه", "سهشنبه", "چهارشنبه", "پنجشنبه", "جمعه", "شنبه"];
|
|
259
|
+
};
|
|
260
|
+
fa.prototype.monthsOfTheYear = function () {
|
|
261
|
+
return ["ژانویه", "فوریه", "مارس", "آپریل", "مه", "ژوئن", "ژوئیه", "آگوست", "سپتامبر", "اکتبر", "نوامبر", "دسامبر"];
|
|
262
|
+
};
|
|
263
|
+
return fa;
|
|
264
|
+
}());
|
|
265
|
+
exports.fa = fa;
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales)["fa"] = new fa();
|
|
269
|
+
|
|
270
|
+
/******/ return __webpack_exports__;
|
|
271
|
+
/******/ })()
|
|
272
|
+
;
|
|
273
|
+
});
|
|
@@ -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/fa.min",["cronstrue"],e):"object"==typeof exports?exports["locales/fa.min"]=e(require("cronstrue")):t["locales/fa.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.fa=void 0;var f=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"خطایی در نمایش توضیحات این وظیفه رخ داد. لطفا ساختار آن را بررسی کنید."},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.commaEveryMinute=function(){return", هر minute"},t.prototype.commaEveryHour=function(){return", هر ساعت"},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.fa=f,p().locales.fa=new f,n})()));
|