@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.
Files changed (396) hide show
  1. package/dist/client/MAppNotFound.d.ts +1 -0
  2. package/dist/client/MobileClientProvider.d.ts +2 -0
  3. package/dist/client/MobileLinkProvider.d.ts +1 -0
  4. package/dist/client/assistant-tool/Designable/DesignableButtonProvider.d.ts +1 -0
  5. package/dist/client/assistant-tool/Designable/plugin.d.ts +5 -0
  6. package/dist/client/assistant-tool/calculator/AutoScalingText.d.ts +3 -0
  7. package/dist/client/assistant-tool/calculator/Calculator.d.ts +2 -0
  8. package/dist/client/assistant-tool/calculator/CalculatorDisplay.d.ts +4 -0
  9. package/dist/client/assistant-tool/calculator/CalculatorKey.d.ts +5 -0
  10. package/dist/client/assistant-tool/calculator/CalculatorModalProvider.d.ts +9 -0
  11. package/dist/client/assistant-tool/calculator/CalculatorProvider.d.ts +1 -0
  12. package/dist/client/assistant-tool/calculator/Draggable.d.ts +8 -0
  13. package/dist/client/assistant-tool/calculator/plugin.d.ts +5 -0
  14. package/dist/client/assistant-tool/calculator/style.d.ts +3 -0
  15. package/dist/client/assistant-tool/search-and-jump/SearchAndJumpModelProvider.d.ts +16 -0
  16. package/dist/client/assistant-tool/search-and-jump/SearchAndJumpProvider.d.ts +1 -0
  17. package/dist/client/assistant-tool/search-and-jump/plugin.d.ts +5 -0
  18. package/dist/client/configuration/App.d.ts +1 -0
  19. package/dist/client/configuration/Interface.d.ts +1 -0
  20. package/dist/client/configuration/index.d.ts +2 -0
  21. package/dist/client/core/assets/svg/index.d.ts +4 -0
  22. package/dist/client/core/bridge/index.d.ts +2 -0
  23. package/dist/client/core/bridge/injects.d.ts +13 -0
  24. package/dist/client/core/bridge/native-call.d.ts +1 -0
  25. package/dist/client/core/index.d.ts +5 -0
  26. package/dist/client/core/schema/CustomColor.d.ts +1 -0
  27. package/dist/client/core/schema/CustomComponent.d.ts +1 -0
  28. package/dist/client/core/schema/common/index.d.ts +1 -0
  29. package/dist/client/core/schema/common/page.d.ts +16 -0
  30. package/dist/client/core/schema/components/antd-mobile/Cascader/AntdCadcader.d.ts +2 -0
  31. package/dist/client/core/schema/components/antd-mobile/Cascader/Cadcader.d.ts +3 -0
  32. package/dist/client/core/schema/components/antd-mobile/Cascader/ReadPretty.d.ts +2 -0
  33. package/dist/client/core/schema/components/antd-mobile/Cascader/defaultFieldNames.d.ts +5 -0
  34. package/dist/client/core/schema/components/antd-mobile/Cascader/index.d.ts +1 -0
  35. package/dist/client/core/schema/components/antd-mobile/Cascader/style.d.ts +3 -0
  36. package/dist/client/core/schema/components/antd-mobile/Checkbox/Checkbox.d.ts +7 -0
  37. package/dist/client/core/schema/components/antd-mobile/Checkbox/index.d.ts +1 -0
  38. package/dist/client/core/schema/components/antd-mobile/DatePicker/DatePicker.d.ts +2 -0
  39. package/dist/client/core/schema/components/antd-mobile/DatePicker/index.d.ts +1 -0
  40. package/dist/client/core/schema/components/antd-mobile/ImageUploader/ImageUploader.d.ts +4 -0
  41. package/dist/client/core/schema/components/antd-mobile/ImageUploader/index.d.ts +1 -0
  42. package/dist/client/core/schema/components/antd-mobile/Input/Input.d.ts +7 -0
  43. package/dist/client/core/schema/components/antd-mobile/Input/index.d.ts +1 -0
  44. package/dist/client/core/schema/components/antd-mobile/Radio/Radio.d.ts +7 -0
  45. package/dist/client/core/schema/components/antd-mobile/Radio/index.d.ts +1 -0
  46. package/dist/client/core/schema/components/antd-mobile/Select/AntdSelect.d.ts +2 -0
  47. package/dist/client/core/schema/components/antd-mobile/Select/AntdSelectContext.d.ts +2 -0
  48. package/dist/client/core/schema/components/antd-mobile/Select/CreateRecordAction.d.ts +1 -0
  49. package/dist/client/core/schema/components/antd-mobile/Select/Select.d.ts +4 -0
  50. package/dist/client/core/schema/components/antd-mobile/Select/index.d.ts +1 -0
  51. package/dist/client/core/schema/components/antd-mobile/Select/style.d.ts +4 -0
  52. package/dist/client/core/schema/components/antd-mobile/index.d.ts +7 -0
  53. package/dist/client/core/schema/components/container/Container.Designer.d.ts +1 -0
  54. package/dist/client/core/schema/components/container/Container.d.ts +7 -0
  55. package/dist/client/core/schema/components/container/index.d.ts +1 -0
  56. package/dist/client/core/schema/components/container/style.d.ts +5 -0
  57. package/dist/client/core/schema/components/header/Header.Designer.d.ts +1 -0
  58. package/dist/client/core/schema/components/header/Header.d.ts +11 -0
  59. package/dist/client/core/schema/components/header/HeaderShareModal.d.ts +6 -0
  60. package/dist/client/core/schema/components/header/index.d.ts +1 -0
  61. package/dist/client/core/schema/components/header/style.d.ts +8 -0
  62. package/dist/client/core/schema/components/image-search/ImageSearch.configure.d.ts +2 -0
  63. package/dist/client/core/schema/components/image-search/ImageSearch.initializer.d.ts +1 -0
  64. package/dist/client/core/schema/components/image-search/ImageSearch.provider.d.ts +4 -0
  65. package/dist/client/core/schema/components/image-search/ImageSearch.schema.d.ts +8 -0
  66. package/dist/client/core/schema/components/image-search/ImageSearch.view.d.ts +2 -0
  67. package/dist/client/core/schema/components/image-search/hooks/index.d.ts +1 -0
  68. package/dist/client/core/schema/components/image-search/hooks/useSelect.d.ts +3 -0
  69. package/dist/client/core/schema/components/image-search/index.d.ts +7 -0
  70. package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.intializer.d.ts +1 -0
  71. package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.schema.d.ts +11 -0
  72. package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.setting.d.ts +2 -0
  73. package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.toolbar.d.ts +1 -0
  74. package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.view.d.ts +1 -0
  75. package/dist/client/core/schema/components/image-search/search-item/index.d.ts +7 -0
  76. package/dist/client/core/schema/components/image-search/search-item/useProps.Optional.d.ts +17 -0
  77. package/dist/client/core/schema/components/image-search/search-item/useProps.Related.d.ts +7 -0
  78. package/dist/client/core/schema/components/index.d.ts +11 -0
  79. package/dist/client/core/schema/components/menu/Menu.Designer.d.ts +2 -0
  80. package/dist/client/core/schema/components/menu/Menu.Item.d.ts +6 -0
  81. package/dist/client/core/schema/components/menu/Menu.d.ts +9 -0
  82. package/dist/client/core/schema/components/menu/MenuBlockInitializer.d.ts +1 -0
  83. package/dist/client/core/schema/components/menu/index.d.ts +2 -0
  84. package/dist/client/core/schema/components/menu/schema.d.ts +17 -0
  85. package/dist/client/core/schema/components/menu/style.d.ts +4 -0
  86. package/dist/client/core/schema/components/notice/index.d.ts +1 -0
  87. package/dist/client/core/schema/components/notice/schema-create/createGridCardBlockSchma.d.ts +57 -0
  88. package/dist/client/core/schema/components/notice/schema-initializer/NoticeBlockInitializer.d.ts +2 -0
  89. package/dist/client/core/schema/components/notice/schema-initializer/index.d.ts +1 -0
  90. package/dist/client/core/schema/components/page/Page.Designer.d.ts +1 -0
  91. package/dist/client/core/schema/components/page/Page.d.ts +7 -0
  92. package/dist/client/core/schema/components/page/index.d.ts +1 -0
  93. package/dist/client/core/schema/components/page/style.d.ts +6 -0
  94. package/dist/client/core/schema/components/settings/Settings.Designer.d.ts +1 -0
  95. package/dist/client/core/schema/components/settings/Settings.d.ts +5 -0
  96. package/dist/client/core/schema/components/settings/SettingsBlockInitializer.d.ts +1 -0
  97. package/dist/client/core/schema/components/settings/index.d.ts +2 -0
  98. package/dist/client/core/schema/components/swiper/SwiperBlock.d.ts +1 -0
  99. package/dist/client/core/schema/components/swiper/SwiperBlockInitializer.d.ts +1 -0
  100. package/dist/client/core/schema/components/swiper/SwiperFieldSettings.d.ts +2 -0
  101. package/dist/client/core/schema/components/swiper/SwiperPage.d.ts +1 -0
  102. package/dist/client/core/schema/components/swiper/index.d.ts +5 -0
  103. package/dist/client/core/schema/components/swiper/useSwiperBlockProps.d.ts +9 -0
  104. package/dist/client/core/schema/components/tab-bar/TabBar.Item.d.ts +8 -0
  105. package/dist/client/core/schema/components/tab-bar/TabBar.d.ts +6 -0
  106. package/dist/client/core/schema/components/tab-bar/index.d.ts +1 -0
  107. package/dist/client/core/schema/components/tab-bar/schema.d.ts +18 -0
  108. package/dist/client/core/schema/components/tab-search/components/TabSearch.d.ts +1 -0
  109. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputItem.d.ts +1 -0
  110. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputItemAction.d.ts +18 -0
  111. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputItemChild.d.ts +4 -0
  112. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputMItem.d.ts +1 -0
  113. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputMItemChild.d.ts +4 -0
  114. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldItem.d.ts +1 -0
  115. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldItemProps.d.ts +11 -0
  116. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldMItem.d.ts +7 -0
  117. package/dist/client/core/schema/components/tab-search/components/field-item/TabSerachFieldItemRelatedProps.d.ts +17 -0
  118. package/dist/client/core/schema/components/tab-search/components/field-item/hooks.d.ts +7 -0
  119. package/dist/client/core/schema/components/tab-search/components/field-item/index.d.ts +6 -0
  120. package/dist/client/core/schema/components/tab-search/components/index.d.ts +2 -0
  121. package/dist/client/core/schema/components/tab-search/create/createTabSearchBlockSchema.d.ts +6 -0
  122. package/dist/client/core/schema/components/tab-search/create/createTabSearchItemSchema.d.ts +24 -0
  123. package/dist/client/core/schema/components/tab-search/index.d.ts +4 -0
  124. package/dist/client/core/schema/components/tab-search/initializer/TabSearchAssociated.fields.d.ts +1 -0
  125. package/dist/client/core/schema/components/tab-search/initializer/TabSearchBlockInitializer.d.ts +1 -0
  126. package/dist/client/core/schema/components/tab-search/initializer/TabSearchFieldSchemaInitializer.d.ts +2 -0
  127. package/dist/client/core/schema/components/tab-search/initializer/TabSearchFieldSchemaInitializerGadget.d.ts +1 -0
  128. package/dist/client/core/schema/components/tab-search/initializer/index.d.ts +3 -0
  129. package/dist/client/core/schema/components/tab-search/mapToMobile.d.ts +1 -0
  130. package/dist/client/core/schema/components/tab-search/provider/TabSearchProvider.d.ts +1 -0
  131. package/dist/client/core/schema/components/tab-search/provider/index.d.ts +1 -0
  132. package/dist/client/core/schema/components/tab-search/settings/TabSearchItemFieldSettings.d.ts +2 -0
  133. package/dist/client/core/schema/components/tab-search/settings/index.d.ts +1 -0
  134. package/dist/client/core/schema/components/tab-search/utils.d.ts +8 -0
  135. package/dist/client/core/schema/helpers/index.d.ts +67 -0
  136. package/dist/client/core/schema/hooks/index.d.ts +1 -0
  137. package/dist/client/core/schema/hooks/useSchemaPatch.d.ts +3 -0
  138. package/dist/client/core/schema/index.d.ts +6 -0
  139. package/dist/client/core/schema/initializers/BlockInitializers.d.ts +2 -0
  140. package/dist/client/core/schema/initializers/index.d.ts +1 -0
  141. package/dist/client/core/schema/scopes/grid-card.d.ts +15 -0
  142. package/dist/client/core/schema/scopes/index.d.ts +1 -0
  143. package/dist/client/devices/iOS6.d.ts +6 -0
  144. package/dist/client/devices/index.d.ts +2 -0
  145. package/dist/client/index.d.ts +13 -0
  146. package/dist/client/index.js +500 -0
  147. package/dist/client/locale/index.d.ts +5 -0
  148. package/dist/client/plugin-data-select/DataSelect.d.ts +33 -0
  149. package/dist/client/plugin-data-select/PluginDataSelect.d.ts +4 -0
  150. package/dist/client/plugin-data-select/settings.d.ts +7 -0
  151. package/dist/client/router/Application.d.ts +3 -0
  152. package/dist/client/router/InterfaceProvider.d.ts +4 -0
  153. package/dist/client/router/InterfaceRouter.d.ts +2 -0
  154. package/dist/client/router/OpenInNewTab.d.ts +1 -0
  155. package/dist/client/router/index.d.ts +1 -0
  156. package/dist/env.d.js +0 -0
  157. package/dist/externalVersion.js +17 -0
  158. package/dist/index.d.ts +2 -0
  159. package/dist/index.js +39 -0
  160. package/dist/locale/antd/ar_EG.js +1 -0
  161. package/dist/locale/antd/az_AZ.js +1 -0
  162. package/dist/locale/antd/bg_BG.js +1 -0
  163. package/dist/locale/antd/bn_BD.js +1 -0
  164. package/dist/locale/antd/by_BY.js +1 -0
  165. package/dist/locale/antd/ca_ES.js +1 -0
  166. package/dist/locale/antd/cs_CZ.js +1 -0
  167. package/dist/locale/antd/da_DK.js +1 -0
  168. package/dist/locale/antd/de_DE.js +1 -0
  169. package/dist/locale/antd/el_GR.js +1 -0
  170. package/dist/locale/antd/en_GB.js +1 -0
  171. package/dist/locale/antd/en_US.js +1 -0
  172. package/dist/locale/antd/es_ES.js +1 -0
  173. package/dist/locale/antd/et_EE.js +1 -0
  174. package/dist/locale/antd/eu_ES.js +1 -0
  175. package/dist/locale/antd/fa_IR.js +1 -0
  176. package/dist/locale/antd/fi_FI.js +1 -0
  177. package/dist/locale/antd/fr_BE.js +1 -0
  178. package/dist/locale/antd/fr_CA.js +1 -0
  179. package/dist/locale/antd/fr_FR.js +1 -0
  180. package/dist/locale/antd/ga_IE.js +1 -0
  181. package/dist/locale/antd/gl_ES.js +1 -0
  182. package/dist/locale/antd/he_IL.js +1 -0
  183. package/dist/locale/antd/hi_IN.js +1 -0
  184. package/dist/locale/antd/hr_HR.js +1 -0
  185. package/dist/locale/antd/hu_HU.js +1 -0
  186. package/dist/locale/antd/hy_AM.js +1 -0
  187. package/dist/locale/antd/id_ID.js +1 -0
  188. package/dist/locale/antd/index.js +1 -0
  189. package/dist/locale/antd/is_IS.js +1 -0
  190. package/dist/locale/antd/it_IT.js +1 -0
  191. package/dist/locale/antd/ja_JP.js +1 -0
  192. package/dist/locale/antd/ka_GE.js +1 -0
  193. package/dist/locale/antd/kk_KZ.js +1 -0
  194. package/dist/locale/antd/km_KH.js +1 -0
  195. package/dist/locale/antd/kmr_IQ.js +1 -0
  196. package/dist/locale/antd/kn_IN.js +1 -0
  197. package/dist/locale/antd/ko_KR.js +1 -0
  198. package/dist/locale/antd/ku_IQ.js +1 -0
  199. package/dist/locale/antd/lt_LT.js +1 -0
  200. package/dist/locale/antd/lv_LV.js +1 -0
  201. package/dist/locale/antd/mk_MK.js +1 -0
  202. package/dist/locale/antd/ml_IN.js +1 -0
  203. package/dist/locale/antd/mn_MN.js +1 -0
  204. package/dist/locale/antd/ms_MY.js +1 -0
  205. package/dist/locale/antd/my_MM.js +1 -0
  206. package/dist/locale/antd/nb_NO.js +1 -0
  207. package/dist/locale/antd/ne_NP.js +1 -0
  208. package/dist/locale/antd/nl_BE.js +1 -0
  209. package/dist/locale/antd/nl_NL.js +1 -0
  210. package/dist/locale/antd/pl_PL.js +1 -0
  211. package/dist/locale/antd/pt_BR.js +1 -0
  212. package/dist/locale/antd/pt_PT.js +1 -0
  213. package/dist/locale/antd/ro_RO.js +1 -0
  214. package/dist/locale/antd/ru_RU.js +1 -0
  215. package/dist/locale/antd/si_LK.js +1 -0
  216. package/dist/locale/antd/sk_SK.js +1 -0
  217. package/dist/locale/antd/sl_SI.js +1 -0
  218. package/dist/locale/antd/sr_RS.js +1 -0
  219. package/dist/locale/antd/sv_SE.js +1 -0
  220. package/dist/locale/antd/ta_IN.js +1 -0
  221. package/dist/locale/antd/th_TH.js +1 -0
  222. package/dist/locale/antd/tk_TK.js +1 -0
  223. package/dist/locale/antd/tr_TR.js +1 -0
  224. package/dist/locale/antd/uk_UA.js +1 -0
  225. package/dist/locale/antd/ur_PK.js +1 -0
  226. package/dist/locale/antd/useLocale.js +1 -0
  227. package/dist/locale/antd/uz_UZ.js +1 -0
  228. package/dist/locale/antd/vi_VN.js +1 -0
  229. package/dist/locale/antd/zh_CN.js +1 -0
  230. package/dist/locale/antd/zh_HK.js +1 -0
  231. package/dist/locale/antd/zh_TW.js +1 -0
  232. package/dist/locale/cron/zh_CN.js +33 -0
  233. package/dist/locale/cron/zh_TW.js +33 -0
  234. package/dist/locale/en_US.js +906 -0
  235. package/dist/locale/es_ES.js +755 -0
  236. package/dist/locale/fr_FR.js +775 -0
  237. package/dist/locale/index.js +165 -0
  238. package/dist/locale/ja_JP.js +694 -0
  239. package/dist/locale/ko_KR.js +890 -0
  240. package/dist/locale/pt_BR.js +734 -0
  241. package/dist/locale/ru_RU.js +570 -0
  242. package/dist/locale/tr_TR.js +567 -0
  243. package/dist/locale/uk_UA.js +775 -0
  244. package/dist/locale/zh-CN.js +1072 -0
  245. package/dist/locale/zh-TW.js +862 -0
  246. package/dist/node_modules/cronstrue/LICENSE +21 -0
  247. package/dist/node_modules/cronstrue/bin/cli.js +26 -0
  248. package/dist/node_modules/cronstrue/dist/cronParser.d.ts +13 -0
  249. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
  250. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7938 -0
  251. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
  252. package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
  253. package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
  254. package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
  255. package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
  256. package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +37 -0
  257. package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
  258. package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
  259. package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
  260. package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
  261. package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
  262. package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
  263. package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
  264. package/dist/node_modules/cronstrue/dist/i18n/locales/bg.d.ts +56 -0
  265. package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
  266. package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
  267. package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
  268. package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
  269. package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
  270. package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
  271. package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
  272. package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
  273. package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
  274. package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
  275. package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
  276. package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
  277. package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
  278. package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
  279. package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
  280. package/dist/node_modules/cronstrue/dist/i18n/locales/my.d.ts +56 -0
  281. package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
  282. package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
  283. package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
  284. package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
  285. package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
  286. package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
  287. package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
  288. package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
  289. package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
  290. package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
  291. package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
  292. package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
  293. package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
  294. package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
  295. package/dist/node_modules/cronstrue/dist/i18n/locales/vi.d.ts +56 -0
  296. package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
  297. package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
  298. package/dist/node_modules/cronstrue/dist/options.d.ts +9 -0
  299. package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
  300. package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
  301. package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
  302. package/dist/node_modules/cronstrue/i18n.js +5 -0
  303. package/dist/node_modules/cronstrue/locales/af.js +283 -0
  304. package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
  305. package/dist/node_modules/cronstrue/locales/ar.js +283 -0
  306. package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
  307. package/dist/node_modules/cronstrue/locales/be.js +280 -0
  308. package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
  309. package/dist/node_modules/cronstrue/locales/bg.js +286 -0
  310. package/dist/node_modules/cronstrue/locales/bg.min.js +1 -0
  311. package/dist/node_modules/cronstrue/locales/ca.js +280 -0
  312. package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
  313. package/dist/node_modules/cronstrue/locales/cs.js +280 -0
  314. package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
  315. package/dist/node_modules/cronstrue/locales/da.js +280 -0
  316. package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
  317. package/dist/node_modules/cronstrue/locales/de.js +280 -0
  318. package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
  319. package/dist/node_modules/cronstrue/locales/en.js +283 -0
  320. package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
  321. package/dist/node_modules/cronstrue/locales/es.js +280 -0
  322. package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
  323. package/dist/node_modules/cronstrue/locales/fa.js +273 -0
  324. package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
  325. package/dist/node_modules/cronstrue/locales/fi.js +289 -0
  326. package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
  327. package/dist/node_modules/cronstrue/locales/fr.js +283 -0
  328. package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
  329. package/dist/node_modules/cronstrue/locales/he.js +267 -0
  330. package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
  331. package/dist/node_modules/cronstrue/locales/hu.js +283 -0
  332. package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
  333. package/dist/node_modules/cronstrue/locales/id.js +283 -0
  334. package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
  335. package/dist/node_modules/cronstrue/locales/it.js +280 -0
  336. package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
  337. package/dist/node_modules/cronstrue/locales/ja.js +282 -0
  338. package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
  339. package/dist/node_modules/cronstrue/locales/ko.js +282 -0
  340. package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
  341. package/dist/node_modules/cronstrue/locales/my.js +283 -0
  342. package/dist/node_modules/cronstrue/locales/my.min.js +1 -0
  343. package/dist/node_modules/cronstrue/locales/nb.js +280 -0
  344. package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
  345. package/dist/node_modules/cronstrue/locales/nl.js +280 -0
  346. package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
  347. package/dist/node_modules/cronstrue/locales/pl.js +280 -0
  348. package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
  349. package/dist/node_modules/cronstrue/locales/pt_BR.js +280 -0
  350. package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
  351. package/dist/node_modules/cronstrue/locales/pt_PT.js +280 -0
  352. package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
  353. package/dist/node_modules/cronstrue/locales/ro.js +280 -0
  354. package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
  355. package/dist/node_modules/cronstrue/locales/ru.js +323 -0
  356. package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
  357. package/dist/node_modules/cronstrue/locales/sk.js +280 -0
  358. package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
  359. package/dist/node_modules/cronstrue/locales/sl.js +280 -0
  360. package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
  361. package/dist/node_modules/cronstrue/locales/sv.js +280 -0
  362. package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
  363. package/dist/node_modules/cronstrue/locales/sw.js +280 -0
  364. package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
  365. package/dist/node_modules/cronstrue/locales/th.js +283 -0
  366. package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
  367. package/dist/node_modules/cronstrue/locales/tr.js +280 -0
  368. package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
  369. package/dist/node_modules/cronstrue/locales/uk.js +280 -0
  370. package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
  371. package/dist/node_modules/cronstrue/locales/vi.js +283 -0
  372. package/dist/node_modules/cronstrue/locales/vi.min.js +1 -0
  373. package/dist/node_modules/cronstrue/locales/zh_CN.js +285 -0
  374. package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
  375. package/dist/node_modules/cronstrue/locales/zh_TW.js +276 -0
  376. package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
  377. package/dist/node_modules/cronstrue/package.json +1 -0
  378. package/dist/server/antd.d.ts +1 -0
  379. package/dist/server/antd.js +45 -0
  380. package/dist/server/cron.d.ts +1 -0
  381. package/dist/server/cron.js +44 -0
  382. package/dist/server/cronstrue.d.ts +1 -0
  383. package/dist/server/cronstrue.js +136 -0
  384. package/dist/server/index.d.ts +1 -0
  385. package/dist/server/index.js +33 -0
  386. package/dist/server/migrations/20230620203216-admin-ui-schema-uid.d.ts +5 -0
  387. package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +67 -0
  388. package/dist/server/migrations/20231215215247-admin-menu-uid.d.ts +5 -0
  389. package/dist/server/migrations/20231215215247-admin-menu-uid.js +79 -0
  390. package/dist/server/migrations/20250116160330-update-uiSchemas.d.ts +6 -0
  391. package/dist/server/migrations/20250116160330-update-uiSchemas.js +57 -0
  392. package/dist/server/server.d.ts +7 -0
  393. package/dist/server/server.js +161 -0
  394. package/dist/swagger/index.json +7 -0
  395. package/package.json +9 -9
  396. package/LICENSE +0 -201
@@ -0,0 +1,289 @@
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/fi", ["cronstrue"], factory);
6
+ else if(typeof exports === 'object')
7
+ exports["locales/fi"] = factory(require("cronstrue"));
8
+ else
9
+ root["locales/fi"] = 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.fi = void 0;
98
+ var fi = (function () {
99
+ function fi() {
100
+ }
101
+ fi.prototype.use24HourTimeFormatByDefault = function () {
102
+ return true;
103
+ };
104
+ fi.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
105
+ return "Virhe kuvauksen generoinnissa. Tarkista cron-syntaksi.";
106
+ };
107
+ fi.prototype.at = function () {
108
+ return "Klo";
109
+ };
110
+ fi.prototype.atSpace = function () {
111
+ return "Klo ";
112
+ };
113
+ fi.prototype.atX0 = function () {
114
+ return "klo %s";
115
+ };
116
+ fi.prototype.atX0MinutesPastTheHour = function () {
117
+ return "%s minuuttia yli";
118
+ };
119
+ fi.prototype.atX0MinutesPastTheHourGt20 = function () {
120
+ return "%s minuuttia yli";
121
+ };
122
+ fi.prototype.atX0SecondsPastTheMinute = function () {
123
+ return "%s sekunnnin jälkeen";
124
+ };
125
+ fi.prototype.betweenX0AndX1 = function () {
126
+ return "%s - %s välillä";
127
+ };
128
+ fi.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
129
+ return ", kuukauden päivien %s ja %s välillä";
130
+ };
131
+ fi.prototype.commaEveryDay = function () {
132
+ return ", joka päivä";
133
+ };
134
+ fi.prototype.commaEveryHour = function () {
135
+ return ", joka tunti";
136
+ };
137
+ fi.prototype.commaEveryMinute = function () {
138
+ return ", joka minuutti";
139
+ };
140
+ fi.prototype.commaEveryX0Days = function () {
141
+ return ", joka %s. päivä";
142
+ };
143
+ fi.prototype.commaEveryX0DaysOfTheWeek = function () {
144
+ return ", joka %s. viikonpäivä";
145
+ };
146
+ fi.prototype.commaEveryX0Months = function () {
147
+ return ", joka %s. kuukausi";
148
+ };
149
+ fi.prototype.commaEveryX0Years = function () {
150
+ return ", joka %s. vuosi";
151
+ };
152
+ fi.prototype.commaOnDayX0OfTheMonth = function () {
153
+ return ", kuukauden %s päivä";
154
+ };
155
+ fi.prototype.commaOnlyInX0 = function () {
156
+ return ", vain %s";
157
+ };
158
+ fi.prototype.commaOnlyOnX0 = function () {
159
+ return ", vain %s";
160
+ };
161
+ fi.prototype.commaOnThe = function () {
162
+ return ",";
163
+ };
164
+ fi.prototype.commaOnTheLastDayOfTheMonth = function () {
165
+ return ", kuukauden viimeisenä päivänä";
166
+ };
167
+ fi.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
168
+ return ", kuukauden viimeisenä viikonpäivänä";
169
+ };
170
+ fi.prototype.commaOnTheLastX0OfTheMonth = function () {
171
+ return ", kuukauden viimeinen %s";
172
+ };
173
+ fi.prototype.commaOnTheX0OfTheMonth = function () {
174
+ return ", kuukauden %s";
175
+ };
176
+ fi.prototype.commaX0ThroughX1 = function () {
177
+ return ", %s - %s";
178
+ };
179
+ fi.prototype.commaAndX0ThroughX1 = function () {
180
+ return ", %s - %s";
181
+ };
182
+ fi.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
183
+ return ", %s päivää ennen kuukauden viimeistä päivää";
184
+ };
185
+ fi.prototype.commaStartingX0 = function () {
186
+ return ", alkaen %s";
187
+ };
188
+ fi.prototype.everyHour = function () {
189
+ return "joka tunti";
190
+ };
191
+ fi.prototype.everyMinute = function () {
192
+ return "joka minuutti";
193
+ };
194
+ fi.prototype.everyMinuteBetweenX0AndX1 = function () {
195
+ return "joka minuutti %s - %s välillä";
196
+ };
197
+ fi.prototype.everySecond = function () {
198
+ return "joka sekunti";
199
+ };
200
+ fi.prototype.everyX0Hours = function () {
201
+ return "joka %s. tunti";
202
+ };
203
+ fi.prototype.everyX0Minutes = function () {
204
+ return "joka %s. minuutti";
205
+ };
206
+ fi.prototype.everyX0Seconds = function () {
207
+ return "joka %s. sekunti";
208
+ };
209
+ fi.prototype.fifth = function () {
210
+ return "viides";
211
+ };
212
+ fi.prototype.first = function () {
213
+ return "ensimmäinen";
214
+ };
215
+ fi.prototype.firstWeekday = function () {
216
+ return "ensimmäinen viikonpäivä";
217
+ };
218
+ fi.prototype.fourth = function () {
219
+ return "neljäs";
220
+ };
221
+ fi.prototype.minutesX0ThroughX1PastTheHour = function () {
222
+ return "joka tunti minuuttien %s - %s välillä";
223
+ };
224
+ fi.prototype.second = function () {
225
+ return "toinen";
226
+ };
227
+ fi.prototype.secondsX0ThroughX1PastTheMinute = function () {
228
+ return "joka minuutti sekunttien %s - %s välillä";
229
+ };
230
+ fi.prototype.spaceAnd = function () {
231
+ return " ja";
232
+ };
233
+ fi.prototype.spaceAndSpace = function () {
234
+ return " ja ";
235
+ };
236
+ fi.prototype.spaceX0OfTheMonth = function () {
237
+ return " %s kuukaudessa";
238
+ };
239
+ fi.prototype.third = function () {
240
+ return "kolmas";
241
+ };
242
+ fi.prototype.weekdayNearestDayX0 = function () {
243
+ return "viikonpäivä lähintä %s päivää";
244
+ };
245
+ fi.prototype.atX0SecondsPastTheMinuteGt20 = function () {
246
+ return null;
247
+ };
248
+ fi.prototype.commaMonthX0ThroughMonthX1 = function () {
249
+ return null;
250
+ };
251
+ fi.prototype.commaYearX0ThroughYearX1 = function () {
252
+ return null;
253
+ };
254
+ fi.prototype.lastDay = function () {
255
+ return "viimeinen päivä";
256
+ };
257
+ fi.prototype.commaAndOnX0 = function () {
258
+ return ", ja edelleen %s";
259
+ };
260
+ fi.prototype.daysOfTheWeek = function () {
261
+ return ["sunnuntai", "maanantai", "tiistai", "keskiviikko", "torstai", "perjantai", "lauantai"];
262
+ };
263
+ fi.prototype.monthsOfTheYear = function () {
264
+ return [
265
+ "tammikuu",
266
+ "helmikuu",
267
+ "maaliskuu",
268
+ "huhtikuu",
269
+ "toukokuu",
270
+ "kesäkuu",
271
+ "heinäkuu",
272
+ "elokuu",
273
+ "syyskuu",
274
+ "lokakuu",
275
+ "marraskuu",
276
+ "joulukuu",
277
+ ];
278
+ };
279
+ return fi;
280
+ }());
281
+ exports.fi = fi;
282
+
283
+
284
+ (cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales)["fi"] = new fi();
285
+
286
+ /******/ return __webpack_exports__;
287
+ /******/ })()
288
+ ;
289
+ });
@@ -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/fi.min",["cronstrue"],e):"object"==typeof exports?exports["locales/fi.min"]=e(require("cronstrue")):t["locales/fi.min"]=e(t.cronstrue)}(globalThis,(t=>(()=>{"use strict";var e={93:e=>{e.exports=t}},n={};function o(t){var r=n[t];if(void 0!==r)return r.exports;var u=n[t]={exports:{}};return e[t](u,u.exports,o),u.exports}o.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return o.d(e,{a:e}),e},o.d=(t,e)=>{for(var n in e)o.o(e,n)&&!o.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},o.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),o.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};o.r(r);var u=o(93),i=o.n(u),a=r;Object.defineProperty(a,"__esModule",{value:!0}),a.fi=void 0;var p=function(){function t(){}return t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Virhe kuvauksen generoinnissa. Tarkista cron-syntaksi."},t.prototype.at=function(){return"Klo"},t.prototype.atSpace=function(){return"Klo "},t.prototype.atX0=function(){return"klo %s"},t.prototype.atX0MinutesPastTheHour=function(){return"%s minuuttia yli"},t.prototype.atX0MinutesPastTheHourGt20=function(){return"%s minuuttia yli"},t.prototype.atX0SecondsPastTheMinute=function(){return"%s sekunnnin jälkeen"},t.prototype.betweenX0AndX1=function(){return"%s - %s välillä"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", kuukauden päivien %s ja %s välillä"},t.prototype.commaEveryDay=function(){return", joka päivä"},t.prototype.commaEveryHour=function(){return", joka tunti"},t.prototype.commaEveryMinute=function(){return", joka minuutti"},t.prototype.commaEveryX0Days=function(){return", joka %s. päivä"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", joka %s. viikonpäivä"},t.prototype.commaEveryX0Months=function(){return", joka %s. kuukausi"},t.prototype.commaEveryX0Years=function(){return", joka %s. vuosi"},t.prototype.commaOnDayX0OfTheMonth=function(){return", kuukauden %s päivä"},t.prototype.commaOnlyInX0=function(){return", vain %s"},t.prototype.commaOnlyOnX0=function(){return", vain %s"},t.prototype.commaOnThe=function(){return","},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", kuukauden viimeisenä päivänä"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", kuukauden viimeisenä viikonpäivänä"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", kuukauden viimeinen %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", kuukauden %s"},t.prototype.commaX0ThroughX1=function(){return", %s - %s"},t.prototype.commaAndX0ThroughX1=function(){return", %s - %s"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s päivää ennen kuukauden viimeistä päivää"},t.prototype.commaStartingX0=function(){return", alkaen %s"},t.prototype.everyHour=function(){return"joka tunti"},t.prototype.everyMinute=function(){return"joka minuutti"},t.prototype.everyMinuteBetweenX0AndX1=function(){return"joka minuutti %s - %s välillä"},t.prototype.everySecond=function(){return"joka sekunti"},t.prototype.everyX0Hours=function(){return"joka %s. tunti"},t.prototype.everyX0Minutes=function(){return"joka %s. minuutti"},t.prototype.everyX0Seconds=function(){return"joka %s. sekunti"},t.prototype.fifth=function(){return"viides"},t.prototype.first=function(){return"ensimmäinen"},t.prototype.firstWeekday=function(){return"ensimmäinen viikonpäivä"},t.prototype.fourth=function(){return"neljäs"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"joka tunti minuuttien %s - %s välillä"},t.prototype.second=function(){return"toinen"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"joka minuutti sekunttien %s - %s välillä"},t.prototype.spaceAnd=function(){return" ja"},t.prototype.spaceAndSpace=function(){return" ja "},t.prototype.spaceX0OfTheMonth=function(){return" %s kuukaudessa"},t.prototype.third=function(){return"kolmas"},t.prototype.weekdayNearestDayX0=function(){return"viikonpäivä lähintä %s päivää"},t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.lastDay=function(){return"viimeinen päivä"},t.prototype.commaAndOnX0=function(){return", ja edelleen %s"},t.prototype.daysOfTheWeek=function(){return["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai"]},t.prototype.monthsOfTheYear=function(){return["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kesäkuu","heinäkuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"]},t}();return a.fi=p,i().locales.fi=new p,r})()));
@@ -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/fr", ["cronstrue"], factory);
6
+ else if(typeof exports === 'object')
7
+ exports["locales/fr"] = factory(require("cronstrue"));
8
+ else
9
+ root["locales/fr"] = 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.fr = void 0;
98
+ var fr = (function () {
99
+ function fr() {
100
+ }
101
+ fr.prototype.atX0SecondsPastTheMinuteGt20 = function () {
102
+ return null;
103
+ };
104
+ fr.prototype.atX0MinutesPastTheHourGt20 = function () {
105
+ return null;
106
+ };
107
+ fr.prototype.commaMonthX0ThroughMonthX1 = function () {
108
+ return null;
109
+ };
110
+ fr.prototype.commaYearX0ThroughYearX1 = function () {
111
+ return null;
112
+ };
113
+ fr.prototype.use24HourTimeFormatByDefault = function () {
114
+ return true;
115
+ };
116
+ fr.prototype.everyMinute = function () {
117
+ return "toutes les minutes";
118
+ };
119
+ fr.prototype.everyHour = function () {
120
+ return "toutes les heures";
121
+ };
122
+ fr.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
123
+ return "Une erreur est survenue en générant la description de l'expression cron. Vérifiez sa syntaxe.";
124
+ };
125
+ fr.prototype.atSpace = function () {
126
+ return "À ";
127
+ };
128
+ fr.prototype.everyMinuteBetweenX0AndX1 = function () {
129
+ return "Toutes les minutes entre %s et %s";
130
+ };
131
+ fr.prototype.at = function () {
132
+ return "À";
133
+ };
134
+ fr.prototype.spaceAnd = function () {
135
+ return " et";
136
+ };
137
+ fr.prototype.everySecond = function () {
138
+ return "toutes les secondes";
139
+ };
140
+ fr.prototype.everyX0Seconds = function () {
141
+ return "toutes les %s secondes";
142
+ };
143
+ fr.prototype.secondsX0ThroughX1PastTheMinute = function () {
144
+ return "les secondes entre %s et %s après la minute";
145
+ };
146
+ fr.prototype.atX0SecondsPastTheMinute = function () {
147
+ return "%s secondes après la minute";
148
+ };
149
+ fr.prototype.everyX0Minutes = function () {
150
+ return "toutes les %s minutes";
151
+ };
152
+ fr.prototype.minutesX0ThroughX1PastTheHour = function () {
153
+ return "les minutes entre %s et %s après l'heure";
154
+ };
155
+ fr.prototype.atX0MinutesPastTheHour = function () {
156
+ return "%s minutes après l'heure";
157
+ };
158
+ fr.prototype.everyX0Hours = function () {
159
+ return "toutes les %s heures";
160
+ };
161
+ fr.prototype.betweenX0AndX1 = function () {
162
+ return "de %s à %s";
163
+ };
164
+ fr.prototype.atX0 = function () {
165
+ return "à %s";
166
+ };
167
+ fr.prototype.commaEveryDay = function () {
168
+ return ", tous les jours";
169
+ };
170
+ fr.prototype.commaEveryX0DaysOfTheWeek = function () {
171
+ return ", tous les %s jours de la semaine";
172
+ };
173
+ fr.prototype.commaX0ThroughX1 = function () {
174
+ return ", de %s à %s";
175
+ };
176
+ fr.prototype.commaAndX0ThroughX1 = function () {
177
+ return ", et de %s à %s";
178
+ };
179
+ fr.prototype.first = function () {
180
+ return "premier";
181
+ };
182
+ fr.prototype.second = function () {
183
+ return "second";
184
+ };
185
+ fr.prototype.third = function () {
186
+ return "troisième";
187
+ };
188
+ fr.prototype.fourth = function () {
189
+ return "quatrième";
190
+ };
191
+ fr.prototype.fifth = function () {
192
+ return "cinquième";
193
+ };
194
+ fr.prototype.commaOnThe = function () {
195
+ return ", le ";
196
+ };
197
+ fr.prototype.spaceX0OfTheMonth = function () {
198
+ return " %s du mois";
199
+ };
200
+ fr.prototype.lastDay = function () {
201
+ return "le dernier jour";
202
+ };
203
+ fr.prototype.commaOnTheLastX0OfTheMonth = function () {
204
+ return ", le dernier %s du mois";
205
+ };
206
+ fr.prototype.commaOnlyOnX0 = function () {
207
+ return ", uniquement le %s";
208
+ };
209
+ fr.prototype.commaAndOnX0 = function () {
210
+ return ", et %s";
211
+ };
212
+ fr.prototype.commaEveryX0Months = function () {
213
+ return ", tous les %s mois";
214
+ };
215
+ fr.prototype.commaOnlyInX0 = function () {
216
+ return ", uniquement en %s";
217
+ };
218
+ fr.prototype.commaOnTheLastDayOfTheMonth = function () {
219
+ return ", le dernier jour du mois";
220
+ };
221
+ fr.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
222
+ return ", le dernier jour ouvrable du mois";
223
+ };
224
+ fr.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
225
+ return ", %s jours avant le dernier jour du mois";
226
+ };
227
+ fr.prototype.firstWeekday = function () {
228
+ return "premier jour ouvrable";
229
+ };
230
+ fr.prototype.weekdayNearestDayX0 = function () {
231
+ return "jour ouvrable le plus proche du %s";
232
+ };
233
+ fr.prototype.commaOnTheX0OfTheMonth = function () {
234
+ return ", le %s du mois";
235
+ };
236
+ fr.prototype.commaEveryX0Days = function () {
237
+ return ", tous les %s jours";
238
+ };
239
+ fr.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
240
+ return ", du %s au %s du mois";
241
+ };
242
+ fr.prototype.commaOnDayX0OfTheMonth = function () {
243
+ return ", le %s du mois";
244
+ };
245
+ fr.prototype.commaEveryX0Years = function () {
246
+ return ", tous les %s ans";
247
+ };
248
+ fr.prototype.commaDaysX0ThroughX1 = function () {
249
+ return ", du %s au %s";
250
+ };
251
+ fr.prototype.commaStartingX0 = function () {
252
+ return ", à partir de %s";
253
+ };
254
+ fr.prototype.daysOfTheWeek = function () {
255
+ return ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"];
256
+ };
257
+ fr.prototype.monthsOfTheYear = function () {
258
+ return [
259
+ "janvier",
260
+ "février",
261
+ "mars",
262
+ "avril",
263
+ "mai",
264
+ "juin",
265
+ "juillet",
266
+ "août",
267
+ "septembre",
268
+ "octobre",
269
+ "novembre",
270
+ "décembre",
271
+ ];
272
+ };
273
+ return fr;
274
+ }());
275
+ exports.fr = fr;
276
+
277
+
278
+ (cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales)["fr"] = new fr();
279
+
280
+ /******/ return __webpack_exports__;
281
+ /******/ })()
282
+ ;
283
+ });
@@ -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/fr.min",["cronstrue"],t):"object"==typeof exports?exports["locales/fr.min"]=t(require("cronstrue")):e["locales/fr.min"]=t(e.cronstrue)}(globalThis,(e=>(()=>{"use strict";var t={93:t=>{t.exports=e}},r={};function o(e){var n=r[e];if(void 0!==n)return n.exports;var u=r[e]={exports:{}};return t[e](u,u.exports,o),u.exports}o.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return o.d(t,{a:t}),t},o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};o.r(n);var u=o(93),s=o.n(u),i=n;Object.defineProperty(i,"__esModule",{value:!0}),i.fr=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.everyMinute=function(){return"toutes les minutes"},e.prototype.everyHour=function(){return"toutes les heures"},e.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Une erreur est survenue en générant la description de l'expression cron. Vérifiez sa syntaxe."},e.prototype.atSpace=function(){return"À "},e.prototype.everyMinuteBetweenX0AndX1=function(){return"Toutes les minutes entre %s et %s"},e.prototype.at=function(){return"À"},e.prototype.spaceAnd=function(){return" et"},e.prototype.everySecond=function(){return"toutes les secondes"},e.prototype.everyX0Seconds=function(){return"toutes les %s secondes"},e.prototype.secondsX0ThroughX1PastTheMinute=function(){return"les secondes entre %s et %s après la minute"},e.prototype.atX0SecondsPastTheMinute=function(){return"%s secondes après la minute"},e.prototype.everyX0Minutes=function(){return"toutes les %s minutes"},e.prototype.minutesX0ThroughX1PastTheHour=function(){return"les minutes entre %s et %s après l'heure"},e.prototype.atX0MinutesPastTheHour=function(){return"%s minutes après l'heure"},e.prototype.everyX0Hours=function(){return"toutes les %s heures"},e.prototype.betweenX0AndX1=function(){return"de %s à %s"},e.prototype.atX0=function(){return"à %s"},e.prototype.commaEveryDay=function(){return", tous les jours"},e.prototype.commaEveryX0DaysOfTheWeek=function(){return", tous les %s jours de la semaine"},e.prototype.commaX0ThroughX1=function(){return", de %s à %s"},e.prototype.commaAndX0ThroughX1=function(){return", et de %s à %s"},e.prototype.first=function(){return"premier"},e.prototype.second=function(){return"second"},e.prototype.third=function(){return"troisième"},e.prototype.fourth=function(){return"quatrième"},e.prototype.fifth=function(){return"cinquième"},e.prototype.commaOnThe=function(){return", le "},e.prototype.spaceX0OfTheMonth=function(){return" %s du mois"},e.prototype.lastDay=function(){return"le dernier jour"},e.prototype.commaOnTheLastX0OfTheMonth=function(){return", le dernier %s du mois"},e.prototype.commaOnlyOnX0=function(){return", uniquement le %s"},e.prototype.commaAndOnX0=function(){return", et %s"},e.prototype.commaEveryX0Months=function(){return", tous les %s mois"},e.prototype.commaOnlyInX0=function(){return", uniquement en %s"},e.prototype.commaOnTheLastDayOfTheMonth=function(){return", le dernier jour du mois"},e.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", le dernier jour ouvrable du mois"},e.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s jours avant le dernier jour du mois"},e.prototype.firstWeekday=function(){return"premier jour ouvrable"},e.prototype.weekdayNearestDayX0=function(){return"jour ouvrable le plus proche du %s"},e.prototype.commaOnTheX0OfTheMonth=function(){return", le %s du mois"},e.prototype.commaEveryX0Days=function(){return", tous les %s jours"},e.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", du %s au %s du mois"},e.prototype.commaOnDayX0OfTheMonth=function(){return", le %s du mois"},e.prototype.commaEveryX0Years=function(){return", tous les %s ans"},e.prototype.commaDaysX0ThroughX1=function(){return", du %s au %s"},e.prototype.commaStartingX0=function(){return", à partir de %s"},e.prototype.daysOfTheWeek=function(){return["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"]},e.prototype.monthsOfTheYear=function(){return["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]},e}();return i.fr=p,s().locales.fr=new p,n})()));