@tachybase/module-web 0.23.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (382) hide show
  1. package/.turbo/turbo-build.log +41 -0
  2. package/README.md +9 -0
  3. package/README.zh-CN.md +9 -0
  4. package/build.config.ts +42 -0
  5. package/client.d.ts +2 -0
  6. package/client.js +1 -0
  7. package/dist/client/MAppNotFound.d.ts +2 -0
  8. package/dist/client/MobileClientProvider.d.ts +2 -0
  9. package/dist/client/MobileLinkProvider.d.ts +2 -0
  10. package/dist/client/configuration/App.d.ts +2 -0
  11. package/dist/client/configuration/Interface.d.ts +2 -0
  12. package/dist/client/configuration/index.d.ts +2 -0
  13. package/dist/client/core/assets/svg/index.d.ts +5 -0
  14. package/dist/client/core/bridge/index.d.ts +2 -0
  15. package/dist/client/core/bridge/injects.d.ts +13 -0
  16. package/dist/client/core/bridge/native-call.d.ts +1 -0
  17. package/dist/client/core/index.d.ts +5 -0
  18. package/dist/client/core/schema/CustomColor.d.ts +1 -0
  19. package/dist/client/core/schema/CustomComponent.d.ts +1 -0
  20. package/dist/client/core/schema/common/index.d.ts +1 -0
  21. package/dist/client/core/schema/common/page.d.ts +16 -0
  22. package/dist/client/core/schema/components/antd-mobile/Cascader/AntdCadcader.d.ts +3 -0
  23. package/dist/client/core/schema/components/antd-mobile/Cascader/Cadcader.d.ts +4 -0
  24. package/dist/client/core/schema/components/antd-mobile/Cascader/ReadPretty.d.ts +2 -0
  25. package/dist/client/core/schema/components/antd-mobile/Cascader/defaultFieldNames.d.ts +5 -0
  26. package/dist/client/core/schema/components/antd-mobile/Cascader/index.d.ts +1 -0
  27. package/dist/client/core/schema/components/antd-mobile/Cascader/style.d.ts +3 -0
  28. package/dist/client/core/schema/components/antd-mobile/Checkbox/Checkbox.d.ts +7 -0
  29. package/dist/client/core/schema/components/antd-mobile/Checkbox/index.d.ts +1 -0
  30. package/dist/client/core/schema/components/antd-mobile/DatePicker/DatePicker.d.ts +3 -0
  31. package/dist/client/core/schema/components/antd-mobile/DatePicker/index.d.ts +1 -0
  32. package/dist/client/core/schema/components/antd-mobile/ImageUploader/ImageUploader.d.ts +5 -0
  33. package/dist/client/core/schema/components/antd-mobile/ImageUploader/index.d.ts +1 -0
  34. package/dist/client/core/schema/components/antd-mobile/Input/Input.d.ts +7 -0
  35. package/dist/client/core/schema/components/antd-mobile/Input/index.d.ts +1 -0
  36. package/dist/client/core/schema/components/antd-mobile/Radio/Radio.d.ts +7 -0
  37. package/dist/client/core/schema/components/antd-mobile/Radio/index.d.ts +1 -0
  38. package/dist/client/core/schema/components/antd-mobile/Select/AntdSelect.d.ts +3 -0
  39. package/dist/client/core/schema/components/antd-mobile/Select/AntdSelectContext.d.ts +2 -0
  40. package/dist/client/core/schema/components/antd-mobile/Select/CreateRecordAction.d.ts +2 -0
  41. package/dist/client/core/schema/components/antd-mobile/Select/Select.d.ts +5 -0
  42. package/dist/client/core/schema/components/antd-mobile/Select/index.d.ts +1 -0
  43. package/dist/client/core/schema/components/antd-mobile/Select/style.d.ts +3 -0
  44. package/dist/client/core/schema/components/antd-mobile/index.d.ts +7 -0
  45. package/dist/client/core/schema/components/container/Container.Designer.d.ts +2 -0
  46. package/dist/client/core/schema/components/container/Container.d.ts +7 -0
  47. package/dist/client/core/schema/components/container/index.d.ts +1 -0
  48. package/dist/client/core/schema/components/container/style.d.ts +5 -0
  49. package/dist/client/core/schema/components/header/Header.Designer.d.ts +2 -0
  50. package/dist/client/core/schema/components/header/Header.d.ts +12 -0
  51. package/dist/client/core/schema/components/header/index.d.ts +1 -0
  52. package/dist/client/core/schema/components/image-search/ImageSearch.configure.d.ts +2 -0
  53. package/dist/client/core/schema/components/image-search/ImageSearch.initializer.d.ts +2 -0
  54. package/dist/client/core/schema/components/image-search/ImageSearch.provider.d.ts +5 -0
  55. package/dist/client/core/schema/components/image-search/ImageSearch.schema.d.ts +8 -0
  56. package/dist/client/core/schema/components/image-search/ImageSearch.view.d.ts +3 -0
  57. package/dist/client/core/schema/components/image-search/hooks/index.d.ts +1 -0
  58. package/dist/client/core/schema/components/image-search/hooks/useSelect.d.ts +3 -0
  59. package/dist/client/core/schema/components/image-search/index.d.ts +7 -0
  60. package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.intializer.d.ts +2 -0
  61. package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.schema.d.ts +11 -0
  62. package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.setting.d.ts +2 -0
  63. package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.toolbar.d.ts +2 -0
  64. package/dist/client/core/schema/components/image-search/search-item/ImageSearchItem.view.d.ts +2 -0
  65. package/dist/client/core/schema/components/image-search/search-item/index.d.ts +7 -0
  66. package/dist/client/core/schema/components/image-search/search-item/useProps.Optional.d.ts +17 -0
  67. package/dist/client/core/schema/components/image-search/search-item/useProps.Related.d.ts +7 -0
  68. package/dist/client/core/schema/components/index.d.ts +11 -0
  69. package/dist/client/core/schema/components/menu/Menu.Designer.d.ts +2 -0
  70. package/dist/client/core/schema/components/menu/Menu.Item.d.ts +6 -0
  71. package/dist/client/core/schema/components/menu/Menu.d.ts +9 -0
  72. package/dist/client/core/schema/components/menu/MenuBlockInitializer.d.ts +2 -0
  73. package/dist/client/core/schema/components/menu/index.d.ts +2 -0
  74. package/dist/client/core/schema/components/menu/schema.d.ts +17 -0
  75. package/dist/client/core/schema/components/menu/style.d.ts +4 -0
  76. package/dist/client/core/schema/components/notice/index.d.ts +1 -0
  77. package/dist/client/core/schema/components/notice/schema-create/createGridCardBlockSchma.d.ts +57 -0
  78. package/dist/client/core/schema/components/notice/schema-initializer/NoticeBlockInitializer.d.ts +3 -0
  79. package/dist/client/core/schema/components/notice/schema-initializer/index.d.ts +1 -0
  80. package/dist/client/core/schema/components/page/Page.Designer.d.ts +2 -0
  81. package/dist/client/core/schema/components/page/Page.d.ts +7 -0
  82. package/dist/client/core/schema/components/page/index.d.ts +1 -0
  83. package/dist/client/core/schema/components/page/style.d.ts +6 -0
  84. package/dist/client/core/schema/components/settings/Settings.Designer.d.ts +2 -0
  85. package/dist/client/core/schema/components/settings/Settings.d.ts +6 -0
  86. package/dist/client/core/schema/components/settings/SettingsBlockInitializer.d.ts +2 -0
  87. package/dist/client/core/schema/components/settings/index.d.ts +2 -0
  88. package/dist/client/core/schema/components/swiper/SwiperBlock.d.ts +2 -0
  89. package/dist/client/core/schema/components/swiper/SwiperBlockInitializer.d.ts +2 -0
  90. package/dist/client/core/schema/components/swiper/SwiperFieldSettings.d.ts +2 -0
  91. package/dist/client/core/schema/components/swiper/SwiperPage.d.ts +2 -0
  92. package/dist/client/core/schema/components/swiper/index.d.ts +5 -0
  93. package/dist/client/core/schema/components/swiper/useSwiperBlockProps.d.ts +9 -0
  94. package/dist/client/core/schema/components/tab-bar/TabBar.Item.d.ts +8 -0
  95. package/dist/client/core/schema/components/tab-bar/TabBar.d.ts +6 -0
  96. package/dist/client/core/schema/components/tab-bar/index.d.ts +1 -0
  97. package/dist/client/core/schema/components/tab-bar/schema.d.ts +18 -0
  98. package/dist/client/core/schema/components/tab-search/components/TabSearch.d.ts +2 -0
  99. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputItem.d.ts +2 -0
  100. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputItemAction.d.ts +18 -0
  101. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputItemChild.d.ts +5 -0
  102. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputMItem.d.ts +2 -0
  103. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchCollapsibleInputMItemChild.d.ts +5 -0
  104. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldItem.d.ts +2 -0
  105. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldItemProps.d.ts +11 -0
  106. package/dist/client/core/schema/components/tab-search/components/field-item/TabSearchFieldMItem.d.ts +8 -0
  107. package/dist/client/core/schema/components/tab-search/components/field-item/TabSerachFieldItemRelatedProps.d.ts +17 -0
  108. package/dist/client/core/schema/components/tab-search/components/field-item/hooks.d.ts +7 -0
  109. package/dist/client/core/schema/components/tab-search/components/field-item/index.d.ts +6 -0
  110. package/dist/client/core/schema/components/tab-search/components/index.d.ts +2 -0
  111. package/dist/client/core/schema/components/tab-search/create/createTabSearchBlockSchema.d.ts +6 -0
  112. package/dist/client/core/schema/components/tab-search/create/createTabSearchItemSchema.d.ts +24 -0
  113. package/dist/client/core/schema/components/tab-search/index.d.ts +4 -0
  114. package/dist/client/core/schema/components/tab-search/initializer/TabSearchAssociated.fields.d.ts +2 -0
  115. package/dist/client/core/schema/components/tab-search/initializer/TabSearchBlockInitializer.d.ts +2 -0
  116. package/dist/client/core/schema/components/tab-search/initializer/TabSearchFieldSchemaInitializer.d.ts +2 -0
  117. package/dist/client/core/schema/components/tab-search/initializer/TabSearchFieldSchemaInitializerGadget.d.ts +2 -0
  118. package/dist/client/core/schema/components/tab-search/initializer/index.d.ts +3 -0
  119. package/dist/client/core/schema/components/tab-search/mapToMobile.d.ts +1 -0
  120. package/dist/client/core/schema/components/tab-search/provider/TabSearchProvider.d.ts +2 -0
  121. package/dist/client/core/schema/components/tab-search/provider/index.d.ts +1 -0
  122. package/dist/client/core/schema/components/tab-search/settings/TabSearchItemFieldSettings.d.ts +2 -0
  123. package/dist/client/core/schema/components/tab-search/settings/index.d.ts +1 -0
  124. package/dist/client/core/schema/components/tab-search/utils.d.ts +8 -0
  125. package/dist/client/core/schema/helpers/index.d.ts +67 -0
  126. package/dist/client/core/schema/hooks/index.d.ts +1 -0
  127. package/dist/client/core/schema/hooks/useSchemaPatch.d.ts +3 -0
  128. package/dist/client/core/schema/index.d.ts +6 -0
  129. package/dist/client/core/schema/initializers/BlockInitializers.d.ts +2 -0
  130. package/dist/client/core/schema/initializers/index.d.ts +1 -0
  131. package/dist/client/core/schema/scopes/grid-card.d.ts +15 -0
  132. package/dist/client/core/schema/scopes/index.d.ts +1 -0
  133. package/dist/client/devices/iOS6.d.ts +6 -0
  134. package/dist/client/devices/index.d.ts +2 -0
  135. package/dist/client/index.d.ts +13 -0
  136. package/dist/client/index.js +285 -0
  137. package/dist/client/locale/index.d.ts +5 -0
  138. package/dist/client/router/Application.d.ts +3 -0
  139. package/dist/client/router/InterfaceProvider.d.ts +4 -0
  140. package/dist/client/router/InterfaceRouter.d.ts +2 -0
  141. package/dist/client/router/OpenInNewTab.d.ts +2 -0
  142. package/dist/client/router/index.d.ts +1 -0
  143. package/dist/env.d.js +0 -0
  144. package/dist/externalVersion.js +16 -0
  145. package/dist/index.d.ts +2 -0
  146. package/dist/index.js +39 -0
  147. package/dist/locale/antd/ar_EG.js +1 -0
  148. package/dist/locale/antd/az_AZ.js +1 -0
  149. package/dist/locale/antd/bg_BG.js +1 -0
  150. package/dist/locale/antd/bn_BD.js +1 -0
  151. package/dist/locale/antd/by_BY.js +1 -0
  152. package/dist/locale/antd/ca_ES.js +1 -0
  153. package/dist/locale/antd/cs_CZ.js +1 -0
  154. package/dist/locale/antd/da_DK.js +1 -0
  155. package/dist/locale/antd/de_DE.js +1 -0
  156. package/dist/locale/antd/el_GR.js +1 -0
  157. package/dist/locale/antd/en_GB.js +1 -0
  158. package/dist/locale/antd/en_US.js +1 -0
  159. package/dist/locale/antd/es_ES.js +1 -0
  160. package/dist/locale/antd/et_EE.js +1 -0
  161. package/dist/locale/antd/eu_ES.js +1 -0
  162. package/dist/locale/antd/fa_IR.js +1 -0
  163. package/dist/locale/antd/fi_FI.js +1 -0
  164. package/dist/locale/antd/fr_BE.js +1 -0
  165. package/dist/locale/antd/fr_CA.js +1 -0
  166. package/dist/locale/antd/fr_FR.js +1 -0
  167. package/dist/locale/antd/ga_IE.js +1 -0
  168. package/dist/locale/antd/gl_ES.js +1 -0
  169. package/dist/locale/antd/he_IL.js +1 -0
  170. package/dist/locale/antd/hi_IN.js +1 -0
  171. package/dist/locale/antd/hr_HR.js +1 -0
  172. package/dist/locale/antd/hu_HU.js +1 -0
  173. package/dist/locale/antd/hy_AM.js +1 -0
  174. package/dist/locale/antd/id_ID.js +1 -0
  175. package/dist/locale/antd/index.js +1 -0
  176. package/dist/locale/antd/is_IS.js +1 -0
  177. package/dist/locale/antd/it_IT.js +1 -0
  178. package/dist/locale/antd/ja_JP.js +1 -0
  179. package/dist/locale/antd/ka_GE.js +1 -0
  180. package/dist/locale/antd/kk_KZ.js +1 -0
  181. package/dist/locale/antd/km_KH.js +1 -0
  182. package/dist/locale/antd/kmr_IQ.js +1 -0
  183. package/dist/locale/antd/kn_IN.js +1 -0
  184. package/dist/locale/antd/ko_KR.js +1 -0
  185. package/dist/locale/antd/ku_IQ.js +1 -0
  186. package/dist/locale/antd/lt_LT.js +1 -0
  187. package/dist/locale/antd/lv_LV.js +1 -0
  188. package/dist/locale/antd/mk_MK.js +1 -0
  189. package/dist/locale/antd/ml_IN.js +1 -0
  190. package/dist/locale/antd/mn_MN.js +1 -0
  191. package/dist/locale/antd/ms_MY.js +1 -0
  192. package/dist/locale/antd/my_MM.js +1 -0
  193. package/dist/locale/antd/nb_NO.js +1 -0
  194. package/dist/locale/antd/ne_NP.js +1 -0
  195. package/dist/locale/antd/nl_BE.js +1 -0
  196. package/dist/locale/antd/nl_NL.js +1 -0
  197. package/dist/locale/antd/pl_PL.js +1 -0
  198. package/dist/locale/antd/pt_BR.js +1 -0
  199. package/dist/locale/antd/pt_PT.js +1 -0
  200. package/dist/locale/antd/ro_RO.js +1 -0
  201. package/dist/locale/antd/ru_RU.js +1 -0
  202. package/dist/locale/antd/si_LK.js +1 -0
  203. package/dist/locale/antd/sk_SK.js +1 -0
  204. package/dist/locale/antd/sl_SI.js +1 -0
  205. package/dist/locale/antd/sr_RS.js +1 -0
  206. package/dist/locale/antd/sv_SE.js +1 -0
  207. package/dist/locale/antd/ta_IN.js +1 -0
  208. package/dist/locale/antd/th_TH.js +1 -0
  209. package/dist/locale/antd/tk_TK.js +1 -0
  210. package/dist/locale/antd/tr_TR.js +1 -0
  211. package/dist/locale/antd/uk_UA.js +1 -0
  212. package/dist/locale/antd/ur_PK.js +1 -0
  213. package/dist/locale/antd/useLocale.js +1 -0
  214. package/dist/locale/antd/uz_UZ.js +1 -0
  215. package/dist/locale/antd/vi_VN.js +1 -0
  216. package/dist/locale/antd/zh_CN.js +1 -0
  217. package/dist/locale/antd/zh_HK.js +1 -0
  218. package/dist/locale/antd/zh_TW.js +1 -0
  219. package/dist/locale/cron/zh_CN.js +33 -0
  220. package/dist/locale/cron/zh_TW.js +33 -0
  221. package/dist/locale/en_US.js +891 -0
  222. package/dist/locale/es_ES.js +755 -0
  223. package/dist/locale/fr_FR.js +775 -0
  224. package/dist/locale/index.js +165 -0
  225. package/dist/locale/ja_JP.js +694 -0
  226. package/dist/locale/ko_KR.js +890 -0
  227. package/dist/locale/pt_BR.js +734 -0
  228. package/dist/locale/ru_RU.js +570 -0
  229. package/dist/locale/tr_TR.js +567 -0
  230. package/dist/locale/uk_UA.js +775 -0
  231. package/dist/locale/zh-CN.js +1028 -0
  232. package/dist/locale/zh-TW.js +862 -0
  233. package/dist/node_modules/cronstrue/LICENSE +21 -0
  234. package/dist/node_modules/cronstrue/bin/cli.js +26 -0
  235. package/dist/node_modules/cronstrue/dist/cronParser.d.ts +13 -0
  236. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
  237. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7938 -0
  238. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
  239. package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
  240. package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
  241. package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
  242. package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
  243. package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +37 -0
  244. package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
  245. package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
  246. package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
  247. package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
  248. package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
  249. package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
  250. package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
  251. package/dist/node_modules/cronstrue/dist/i18n/locales/bg.d.ts +56 -0
  252. package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
  253. package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
  254. package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
  255. package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
  256. package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
  257. package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
  258. package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
  259. package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
  260. package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
  261. package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
  262. package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
  263. package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
  264. package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
  265. package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
  266. package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
  267. package/dist/node_modules/cronstrue/dist/i18n/locales/my.d.ts +56 -0
  268. package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
  269. package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
  270. package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
  271. package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
  272. package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
  273. package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
  274. package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
  275. package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
  276. package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
  277. package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
  278. package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
  279. package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
  280. package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
  281. package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
  282. package/dist/node_modules/cronstrue/dist/i18n/locales/vi.d.ts +56 -0
  283. package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
  284. package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
  285. package/dist/node_modules/cronstrue/dist/options.d.ts +9 -0
  286. package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
  287. package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
  288. package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
  289. package/dist/node_modules/cronstrue/i18n.js +5 -0
  290. package/dist/node_modules/cronstrue/locales/af.js +283 -0
  291. package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
  292. package/dist/node_modules/cronstrue/locales/ar.js +283 -0
  293. package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
  294. package/dist/node_modules/cronstrue/locales/be.js +280 -0
  295. package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
  296. package/dist/node_modules/cronstrue/locales/bg.js +286 -0
  297. package/dist/node_modules/cronstrue/locales/bg.min.js +1 -0
  298. package/dist/node_modules/cronstrue/locales/ca.js +280 -0
  299. package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
  300. package/dist/node_modules/cronstrue/locales/cs.js +280 -0
  301. package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
  302. package/dist/node_modules/cronstrue/locales/da.js +280 -0
  303. package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
  304. package/dist/node_modules/cronstrue/locales/de.js +280 -0
  305. package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
  306. package/dist/node_modules/cronstrue/locales/en.js +283 -0
  307. package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
  308. package/dist/node_modules/cronstrue/locales/es.js +280 -0
  309. package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
  310. package/dist/node_modules/cronstrue/locales/fa.js +273 -0
  311. package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
  312. package/dist/node_modules/cronstrue/locales/fi.js +289 -0
  313. package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
  314. package/dist/node_modules/cronstrue/locales/fr.js +283 -0
  315. package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
  316. package/dist/node_modules/cronstrue/locales/he.js +267 -0
  317. package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
  318. package/dist/node_modules/cronstrue/locales/hu.js +283 -0
  319. package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
  320. package/dist/node_modules/cronstrue/locales/id.js +283 -0
  321. package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
  322. package/dist/node_modules/cronstrue/locales/it.js +280 -0
  323. package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
  324. package/dist/node_modules/cronstrue/locales/ja.js +282 -0
  325. package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
  326. package/dist/node_modules/cronstrue/locales/ko.js +282 -0
  327. package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
  328. package/dist/node_modules/cronstrue/locales/my.js +283 -0
  329. package/dist/node_modules/cronstrue/locales/my.min.js +1 -0
  330. package/dist/node_modules/cronstrue/locales/nb.js +280 -0
  331. package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
  332. package/dist/node_modules/cronstrue/locales/nl.js +280 -0
  333. package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
  334. package/dist/node_modules/cronstrue/locales/pl.js +280 -0
  335. package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
  336. package/dist/node_modules/cronstrue/locales/pt_BR.js +280 -0
  337. package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
  338. package/dist/node_modules/cronstrue/locales/pt_PT.js +280 -0
  339. package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
  340. package/dist/node_modules/cronstrue/locales/ro.js +280 -0
  341. package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
  342. package/dist/node_modules/cronstrue/locales/ru.js +323 -0
  343. package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
  344. package/dist/node_modules/cronstrue/locales/sk.js +280 -0
  345. package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
  346. package/dist/node_modules/cronstrue/locales/sl.js +280 -0
  347. package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
  348. package/dist/node_modules/cronstrue/locales/sv.js +280 -0
  349. package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
  350. package/dist/node_modules/cronstrue/locales/sw.js +280 -0
  351. package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
  352. package/dist/node_modules/cronstrue/locales/th.js +283 -0
  353. package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
  354. package/dist/node_modules/cronstrue/locales/tr.js +280 -0
  355. package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
  356. package/dist/node_modules/cronstrue/locales/uk.js +280 -0
  357. package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
  358. package/dist/node_modules/cronstrue/locales/vi.js +283 -0
  359. package/dist/node_modules/cronstrue/locales/vi.min.js +1 -0
  360. package/dist/node_modules/cronstrue/locales/zh_CN.js +285 -0
  361. package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
  362. package/dist/node_modules/cronstrue/locales/zh_TW.js +276 -0
  363. package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
  364. package/dist/node_modules/cronstrue/package.json +1 -0
  365. package/dist/server/antd.d.ts +1 -0
  366. package/dist/server/antd.js +45 -0
  367. package/dist/server/cron.d.ts +1 -0
  368. package/dist/server/cron.js +44 -0
  369. package/dist/server/cronstrue.d.ts +1 -0
  370. package/dist/server/cronstrue.js +136 -0
  371. package/dist/server/index.d.ts +1 -0
  372. package/dist/server/index.js +33 -0
  373. package/dist/server/migrations/20230620203216-admin-ui-schema-uid.d.ts +5 -0
  374. package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +64 -0
  375. package/dist/server/migrations/20231215215247-admin-menu-uid.d.ts +5 -0
  376. package/dist/server/migrations/20231215215247-admin-menu-uid.js +76 -0
  377. package/dist/server/server.d.ts +7 -0
  378. package/dist/server/server.js +148 -0
  379. package/dist/swagger/index.json +7 -0
  380. package/package.json +40 -0
  381. package/server.d.ts +2 -0
  382. package/server.js +1 -0
@@ -0,0 +1,31 @@
1
+ import { Options } from "./options";
2
+ import { Locale } from "./i18n/locale";
3
+ import { LocaleLoader } from "./i18n/localeLoader";
4
+ export declare class ExpressionDescriptor {
5
+ static locales: {
6
+ [name: string]: Locale;
7
+ };
8
+ static defaultLocale: string;
9
+ static specialCharacters: string[];
10
+ expression: string;
11
+ expressionParts: string[];
12
+ options: Options;
13
+ i18n: Locale;
14
+ static toString(expression: string, { throwExceptionOnParseError, verbose, dayOfWeekStartIndexZero, monthStartIndexZero, use24HourTimeFormat, locale, tzOffset }?: Options): string;
15
+ static initialize(localesLoader: LocaleLoader, defaultLocale?: string): void;
16
+ constructor(expression: string, options: Options);
17
+ protected getFullDescription(): string;
18
+ protected getTimeOfDayDescription(): string;
19
+ protected getSecondsDescription(): string;
20
+ protected getMinutesDescription(): string;
21
+ protected getHoursDescription(): string;
22
+ protected getDayOfWeekDescription(): string;
23
+ protected getMonthDescription(): string;
24
+ protected getDayOfMonthDescription(): string | null;
25
+ protected getYearDescription(): string;
26
+ protected getSegmentDescription(expression: string, allDescription: string, getSingleItemDescription: (t: string, form?: number) => string, getIncrementDescriptionFormat: (t: string) => string, getRangeDescriptionFormat: (t: string) => string, getDescriptionFormat: (t: string) => string): string | null;
27
+ protected generateRangeSegmentDescription(rangeExpression: string, getRangeDescriptionFormat: (t: string) => string, getSingleItemDescription: (t: string, form?: number) => string): string;
28
+ protected formatTime(hourExpression: string, minuteExpression: string, secondExpression: string): string;
29
+ protected transformVerbosity(description: string, useVerboseFormat: boolean): string;
30
+ private getPeriod;
31
+ }
@@ -0,0 +1,37 @@
1
+ export { en } from "./locales/en";
2
+ export { da } from "./locales/da";
3
+ export { de } from "./locales/de";
4
+ export { es } from "./locales/es";
5
+ export { fr } from "./locales/fr";
6
+ export { it } from "./locales/it";
7
+ export { id } from "./locales/id";
8
+ export { ko } from "./locales/ko";
9
+ export { nl } from "./locales/nl";
10
+ export { nb } from "./locales/nb";
11
+ export { sv } from "./locales/sv";
12
+ export { pl } from "./locales/pl";
13
+ export { pt_BR } from "./locales/pt_BR";
14
+ export { pt_PT } from "./locales/pt_PT";
15
+ export { ro } from "./locales/ro";
16
+ export { ru } from "./locales/ru";
17
+ export { tr } from "./locales/tr";
18
+ export { uk } from "./locales/uk";
19
+ export { zh_CN } from "./locales/zh_CN";
20
+ export { zh_TW } from "./locales/zh_TW";
21
+ export { ja } from "./locales/ja";
22
+ export { he } from "./locales/he";
23
+ export { cs } from "./locales/cs";
24
+ export { sk } from "./locales/sk";
25
+ export { fi } from "./locales/fi";
26
+ export { sl } from "./locales/sl";
27
+ export { sw } from "./locales/sw";
28
+ export { fa } from "./locales/fa";
29
+ export { ca } from "./locales/ca";
30
+ export { be } from "./locales/be";
31
+ export { hu } from "./locales/hu";
32
+ export { af } from "./locales/af";
33
+ export { th } from "./locales/th";
34
+ export { ar } from './locales/ar';
35
+ export { vi } from './locales/vi';
36
+ export { my } from './locales/my';
37
+ export { bg } from './locales/bg';
@@ -0,0 +1,6 @@
1
+ import { Locale } from "./locale";
2
+ export declare class allLocalesLoader {
3
+ load(availableLocales: {
4
+ [name: string]: Locale;
5
+ }): void;
6
+ }
@@ -0,0 +1,6 @@
1
+ import { Locale } from "./locale";
2
+ export declare class enLocaleLoader {
3
+ load(availableLocales: {
4
+ [name: string]: Locale;
5
+ }): void;
6
+ }
@@ -0,0 +1,62 @@
1
+ export interface Locale {
2
+ setPeriodBeforeTime?(): boolean;
3
+ pm?(): string;
4
+ am?(): string;
5
+ use24HourTimeFormatByDefault(): boolean;
6
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
7
+ everyMinute(): string;
8
+ everyHour(): string;
9
+ atSpace(): string;
10
+ everyMinuteBetweenX0AndX1(): string;
11
+ at(): string;
12
+ spaceAnd(): string;
13
+ everySecond(): string;
14
+ everyX0Seconds(s?: string): string;
15
+ secondsX0ThroughX1PastTheMinute(): string;
16
+ atX0SecondsPastTheMinute(s?: string): string;
17
+ atX0SecondsPastTheMinuteGt20(): string | null;
18
+ everyX0Minutes(s?: string): string;
19
+ minutesX0ThroughX1PastTheHour(): string;
20
+ atX0MinutesPastTheHour(s?: string): string;
21
+ atX0MinutesPastTheHourGt20(): string | null;
22
+ everyX0Hours(s?: string): string;
23
+ betweenX0AndX1(): string;
24
+ atX0(): string;
25
+ commaEveryDay(): string;
26
+ commaEveryX0DaysOfTheWeek(s?: string): string;
27
+ commaX0ThroughX1(s?: string): string;
28
+ commaAndX0ThroughX1(s?: string): string;
29
+ commaMonthX0ThroughMonthX1(): string | null;
30
+ commaYearX0ThroughYearX1(): string | null;
31
+ first(s?: string): string;
32
+ second(s?: string): string;
33
+ third(s?: string): string;
34
+ fourth(s?: string): string;
35
+ fifth(s?: string): string;
36
+ commaOnThe(s?: string, day?: string): string;
37
+ spaceX0OfTheMonth(): string;
38
+ lastDay(): string;
39
+ commaOnTheLastX0OfTheMonth(s?: string): string;
40
+ commaOnlyOnX0(s?: string): string;
41
+ commaAndOnX0(): string;
42
+ commaEveryX0Months(s?: string): string;
43
+ commaOnlyInX0(): string;
44
+ commaOnlyInMonthX0?(): string;
45
+ commaOnlyInYearX0?(): string;
46
+ commaOnTheLastDayOfTheMonth(): string;
47
+ commaOnTheLastWeekdayOfTheMonth(): string;
48
+ commaDaysBeforeTheLastDayOfTheMonth(s?: string): string;
49
+ firstWeekday(): string;
50
+ weekdayNearestDayX0(): string;
51
+ commaOnTheX0OfTheMonth(): string;
52
+ commaEveryX0Days(s?: string): string;
53
+ commaBetweenDayX0AndX1OfTheMonth(s?: string): string;
54
+ commaOnDayX0OfTheMonth(s?: string): string;
55
+ commaEveryX0Years(s?: string): string;
56
+ commaStartingX0(): string;
57
+ dayX0?(): string;
58
+ daysOfTheWeek(): string[];
59
+ daysOfTheWeekInCase?(f?: number): string[];
60
+ monthsOfTheYear(): string[];
61
+ monthsOfTheYearInCase?(f?: number): string[];
62
+ }
@@ -0,0 +1,6 @@
1
+ import { Locale } from "./locale";
2
+ export interface LocaleLoader {
3
+ load(availableLocales: {
4
+ [name: string]: Locale;
5
+ }): void;
6
+ }
@@ -0,0 +1,56 @@
1
+ import { Locale } from "../locale";
2
+ export declare class af implements Locale {
3
+ atX0SecondsPastTheMinuteGt20(): string | null;
4
+ atX0MinutesPastTheHourGt20(): string | null;
5
+ commaMonthX0ThroughMonthX1(): string | null;
6
+ commaYearX0ThroughYearX1(): string | null;
7
+ use24HourTimeFormatByDefault(): boolean;
8
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
9
+ everyMinute(): string;
10
+ everyHour(): string;
11
+ atSpace(): string;
12
+ everyMinuteBetweenX0AndX1(): string;
13
+ at(): string;
14
+ spaceAnd(): string;
15
+ everySecond(): string;
16
+ everyX0Seconds(): string;
17
+ secondsX0ThroughX1PastTheMinute(): string;
18
+ atX0SecondsPastTheMinute(): string;
19
+ everyX0Minutes(): string;
20
+ minutesX0ThroughX1PastTheHour(): string;
21
+ atX0MinutesPastTheHour(): string;
22
+ everyX0Hours(): string;
23
+ betweenX0AndX1(): string;
24
+ atX0(): string;
25
+ commaEveryDay(): string;
26
+ commaEveryX0DaysOfTheWeek(): string;
27
+ commaX0ThroughX1(): string;
28
+ commaAndX0ThroughX1(): string;
29
+ first(): string;
30
+ second(): string;
31
+ third(): string;
32
+ fourth(): string;
33
+ fifth(): string;
34
+ commaOnThe(): string;
35
+ spaceX0OfTheMonth(): string;
36
+ lastDay(): string;
37
+ commaOnTheLastX0OfTheMonth(): string;
38
+ commaOnlyOnX0(): string;
39
+ commaAndOnX0(): string;
40
+ commaEveryX0Months(): string;
41
+ commaOnlyInX0(): string;
42
+ commaOnTheLastDayOfTheMonth(): string;
43
+ commaOnTheLastWeekdayOfTheMonth(): string;
44
+ commaDaysBeforeTheLastDayOfTheMonth(): string;
45
+ firstWeekday(): string;
46
+ weekdayNearestDayX0(): string;
47
+ commaOnTheX0OfTheMonth(): string;
48
+ commaEveryX0Days(): string;
49
+ commaBetweenDayX0AndX1OfTheMonth(): string;
50
+ commaOnDayX0OfTheMonth(): string;
51
+ commaEveryHour(): string;
52
+ commaEveryX0Years(): string;
53
+ commaStartingX0(): string;
54
+ daysOfTheWeek(): string[];
55
+ monthsOfTheYear(): string[];
56
+ }
@@ -0,0 +1,56 @@
1
+ import { Locale } from "../locale";
2
+ export declare class ar implements Locale {
3
+ atX0SecondsPastTheMinuteGt20(): string | null;
4
+ atX0MinutesPastTheHourGt20(): string | null;
5
+ commaMonthX0ThroughMonthX1(): string | null;
6
+ commaYearX0ThroughYearX1(): string | null;
7
+ use24HourTimeFormatByDefault(): boolean;
8
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
9
+ everyMinute(): string;
10
+ everyHour(): string;
11
+ atSpace(): string;
12
+ everyMinuteBetweenX0AndX1(): string;
13
+ at(): string;
14
+ spaceAnd(): string;
15
+ everySecond(): string;
16
+ everyX0Seconds(): string;
17
+ secondsX0ThroughX1PastTheMinute(): string;
18
+ atX0SecondsPastTheMinute(): string;
19
+ everyX0Minutes(): string;
20
+ minutesX0ThroughX1PastTheHour(): string;
21
+ atX0MinutesPastTheHour(): string;
22
+ everyX0Hours(): string;
23
+ betweenX0AndX1(): string;
24
+ atX0(): string;
25
+ commaEveryDay(): string;
26
+ commaEveryX0DaysOfTheWeek(): string;
27
+ commaX0ThroughX1(): string;
28
+ commaAndX0ThroughX1(): string;
29
+ first(): string;
30
+ second(): string;
31
+ third(): string;
32
+ fourth(): string;
33
+ fifth(): string;
34
+ commaOnThe(): string;
35
+ spaceX0OfTheMonth(): string;
36
+ lastDay(): string;
37
+ commaOnTheLastX0OfTheMonth(): string;
38
+ commaOnlyOnX0(): string;
39
+ commaAndOnX0(): string;
40
+ commaEveryX0Months(): string;
41
+ commaOnlyInX0(): string;
42
+ commaOnTheLastDayOfTheMonth(): string;
43
+ commaOnTheLastWeekdayOfTheMonth(): string;
44
+ commaDaysBeforeTheLastDayOfTheMonth(): string;
45
+ firstWeekday(): string;
46
+ weekdayNearestDayX0(): string;
47
+ commaOnTheX0OfTheMonth(): string;
48
+ commaEveryX0Days(): string;
49
+ commaBetweenDayX0AndX1OfTheMonth(): string;
50
+ commaOnDayX0OfTheMonth(): string;
51
+ commaEveryHour(): string;
52
+ commaEveryX0Years(): string;
53
+ commaStartingX0(): string;
54
+ daysOfTheWeek(): string[];
55
+ monthsOfTheYear(): string[];
56
+ }
@@ -0,0 +1,55 @@
1
+ import { Locale } from "../locale";
2
+ export declare class be implements Locale {
3
+ atX0SecondsPastTheMinuteGt20(): string | null;
4
+ atX0MinutesPastTheHourGt20(): string | null;
5
+ commaMonthX0ThroughMonthX1(): string | null;
6
+ commaYearX0ThroughYearX1(): string | null;
7
+ use24HourTimeFormatByDefault(): boolean;
8
+ everyMinute(): string;
9
+ everyHour(): string;
10
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
11
+ atSpace(): string;
12
+ everyMinuteBetweenX0AndX1(): string;
13
+ at(): string;
14
+ spaceAnd(): string;
15
+ everySecond(): string;
16
+ everyX0Seconds(): string;
17
+ secondsX0ThroughX1PastTheMinute(): string;
18
+ atX0SecondsPastTheMinute(): string;
19
+ everyX0Minutes(): string;
20
+ minutesX0ThroughX1PastTheHour(): string;
21
+ atX0MinutesPastTheHour(): string;
22
+ everyX0Hours(): string;
23
+ betweenX0AndX1(): string;
24
+ atX0(): string;
25
+ commaEveryDay(): string;
26
+ commaEveryX0DaysOfTheWeek(): string;
27
+ commaX0ThroughX1(): string;
28
+ commaAndX0ThroughX1(): string;
29
+ first(): string;
30
+ second(): string;
31
+ third(): string;
32
+ fourth(): string;
33
+ fifth(): string;
34
+ commaOnThe(): string;
35
+ spaceX0OfTheMonth(): string;
36
+ lastDay(): string;
37
+ commaOnTheLastX0OfTheMonth(): string;
38
+ commaOnlyOnX0(): string;
39
+ commaAndOnX0(): string;
40
+ commaEveryX0Months(): string;
41
+ commaOnlyInX0(): string;
42
+ commaOnTheLastDayOfTheMonth(): string;
43
+ commaOnTheLastWeekdayOfTheMonth(): string;
44
+ commaDaysBeforeTheLastDayOfTheMonth(): string;
45
+ firstWeekday(): string;
46
+ weekdayNearestDayX0(): string;
47
+ commaOnTheX0OfTheMonth(): string;
48
+ commaEveryX0Days(): string;
49
+ commaBetweenDayX0AndX1OfTheMonth(): string;
50
+ commaOnDayX0OfTheMonth(): string;
51
+ commaEveryX0Years(): string;
52
+ commaStartingX0(): string;
53
+ daysOfTheWeek(): string[];
54
+ monthsOfTheYear(): string[];
55
+ }
@@ -0,0 +1,56 @@
1
+ import type { Locale } from '../locale';
2
+ export declare class bg implements Locale {
3
+ atX0SecondsPastTheMinuteGt20(): string | null;
4
+ atX0MinutesPastTheHourGt20(): string | null;
5
+ commaMonthX0ThroughMonthX1(): string | null;
6
+ commaYearX0ThroughYearX1(): string | null;
7
+ use24HourTimeFormatByDefault(): boolean;
8
+ everyMinute(): string;
9
+ everyHour(): string;
10
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
11
+ atSpace(): string;
12
+ everyMinuteBetweenX0AndX1(): string;
13
+ at(): string;
14
+ spaceAnd(): string;
15
+ everySecond(): string;
16
+ everyX0Seconds(s?: string): string;
17
+ secondsX0ThroughX1PastTheMinute(): string;
18
+ atX0SecondsPastTheMinute(s?: string): string;
19
+ everyX0Minutes(s?: string): string;
20
+ minutesX0ThroughX1PastTheHour(): string;
21
+ atX0MinutesPastTheHour(s?: string): string;
22
+ everyX0Hours(s?: string): string;
23
+ betweenX0AndX1(): string;
24
+ atX0(): string;
25
+ commaEveryDay(): string;
26
+ commaEveryX0DaysOfTheWeek(s?: string): string;
27
+ commaX0ThroughX1(s?: string): string;
28
+ commaAndX0ThroughX1(s?: string): string;
29
+ first(s?: string): string;
30
+ second(s?: string): string;
31
+ third(s?: string): string;
32
+ fourth(s?: string): string;
33
+ fifth(s?: string): string;
34
+ commaOnThe(s?: string): string;
35
+ spaceX0OfTheMonth(): string;
36
+ lastDay(): string;
37
+ commaOnTheLastX0OfTheMonth(s?: string): string;
38
+ commaOnlyOnX0(s?: string): string;
39
+ commaAndOnX0(): string;
40
+ commaEveryX0Months(s?: string): string;
41
+ commaOnlyInMonthX0(): string;
42
+ commaOnlyInX0(): string;
43
+ commaOnTheLastDayOfTheMonth(): string;
44
+ commaOnTheLastWeekdayOfTheMonth(): string;
45
+ commaDaysBeforeTheLastDayOfTheMonth(s?: string): string;
46
+ firstWeekday(): string;
47
+ weekdayNearestDayX0(): string;
48
+ commaOnTheX0OfTheMonth(): string;
49
+ commaEveryX0Days(s?: string): string;
50
+ commaBetweenDayX0AndX1OfTheMonth(s?: string): string;
51
+ commaOnDayX0OfTheMonth(s?: string): string;
52
+ commaEveryX0Years(s?: string): string;
53
+ commaStartingX0(): string;
54
+ daysOfTheWeek(): string[];
55
+ monthsOfTheYear(): string[];
56
+ }
@@ -0,0 +1,55 @@
1
+ import { Locale } from "../locale";
2
+ export declare class ca implements Locale {
3
+ atX0SecondsPastTheMinuteGt20(): string | null;
4
+ atX0MinutesPastTheHourGt20(): string | null;
5
+ commaMonthX0ThroughMonthX1(): string | null;
6
+ commaYearX0ThroughYearX1(): string | null;
7
+ use24HourTimeFormatByDefault(): boolean;
8
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
9
+ at(): string;
10
+ atSpace(): string;
11
+ atX0(): string;
12
+ atX0MinutesPastTheHour(): string;
13
+ atX0SecondsPastTheMinute(): string;
14
+ betweenX0AndX1(): string;
15
+ commaBetweenDayX0AndX1OfTheMonth(): string;
16
+ commaEveryDay(): string;
17
+ commaEveryX0Days(): string;
18
+ commaEveryX0DaysOfTheWeek(): string;
19
+ commaEveryX0Months(): string;
20
+ commaOnDayX0OfTheMonth(): string;
21
+ commaOnlyInX0(): string;
22
+ commaOnlyOnX0(): string;
23
+ commaAndOnX0(): string;
24
+ commaOnThe(): string;
25
+ commaOnTheLastDayOfTheMonth(): string;
26
+ commaOnTheLastWeekdayOfTheMonth(): string;
27
+ commaDaysBeforeTheLastDayOfTheMonth(): string;
28
+ commaOnTheLastX0OfTheMonth(): string;
29
+ commaOnTheX0OfTheMonth(): string;
30
+ commaX0ThroughX1(): string;
31
+ commaAndX0ThroughX1(): string;
32
+ everyHour(): string;
33
+ everyMinute(): string;
34
+ everyMinuteBetweenX0AndX1(): string;
35
+ everySecond(): string;
36
+ everyX0Hours(): string;
37
+ everyX0Minutes(): string;
38
+ everyX0Seconds(): string;
39
+ fifth(): string;
40
+ first(): string;
41
+ firstWeekday(): string;
42
+ fourth(): string;
43
+ minutesX0ThroughX1PastTheHour(): string;
44
+ second(): string;
45
+ secondsX0ThroughX1PastTheMinute(): string;
46
+ spaceAnd(): string;
47
+ spaceX0OfTheMonth(): string;
48
+ lastDay(): string;
49
+ third(): string;
50
+ weekdayNearestDayX0(): string;
51
+ commaEveryX0Years(): string;
52
+ commaStartingX0(): string;
53
+ daysOfTheWeek(): string[];
54
+ monthsOfTheYear(): string[];
55
+ }
@@ -0,0 +1,55 @@
1
+ import { Locale } from "../locale";
2
+ export declare class cs implements Locale {
3
+ atX0SecondsPastTheMinuteGt20(): string | null;
4
+ atX0MinutesPastTheHourGt20(): string | null;
5
+ commaMonthX0ThroughMonthX1(): string | null;
6
+ commaYearX0ThroughYearX1(): string | null;
7
+ use24HourTimeFormatByDefault(): boolean;
8
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
9
+ everyMinute(): string;
10
+ everyHour(): string;
11
+ atSpace(): string;
12
+ everyMinuteBetweenX0AndX1(): string;
13
+ at(): string;
14
+ spaceAnd(): string;
15
+ everySecond(): string;
16
+ everyX0Seconds(): string;
17
+ secondsX0ThroughX1PastTheMinute(): string;
18
+ atX0SecondsPastTheMinute(): string;
19
+ everyX0Minutes(): string;
20
+ minutesX0ThroughX1PastTheHour(): string;
21
+ atX0MinutesPastTheHour(): string;
22
+ everyX0Hours(): string;
23
+ betweenX0AndX1(): string;
24
+ atX0(): string;
25
+ commaEveryDay(): string;
26
+ commaEveryX0DaysOfTheWeek(): string;
27
+ commaX0ThroughX1(): string;
28
+ commaAndX0ThroughX1(): string;
29
+ first(): string;
30
+ second(): string;
31
+ third(): string;
32
+ fourth(): string;
33
+ fifth(): string;
34
+ commaOnThe(): string;
35
+ spaceX0OfTheMonth(): string;
36
+ lastDay(): string;
37
+ commaOnTheLastX0OfTheMonth(): string;
38
+ commaOnlyOnX0(): string;
39
+ commaAndOnX0(): string;
40
+ commaEveryX0Months(): string;
41
+ commaOnlyInX0(): string;
42
+ commaOnTheLastDayOfTheMonth(): string;
43
+ commaOnTheLastWeekdayOfTheMonth(): string;
44
+ commaDaysBeforeTheLastDayOfTheMonth(): string;
45
+ firstWeekday(): string;
46
+ weekdayNearestDayX0(): string;
47
+ commaOnTheX0OfTheMonth(): string;
48
+ commaEveryX0Days(): string;
49
+ commaBetweenDayX0AndX1OfTheMonth(): string;
50
+ commaOnDayX0OfTheMonth(): string;
51
+ commaEveryX0Years(): string;
52
+ commaStartingX0(): string;
53
+ daysOfTheWeek(): string[];
54
+ monthsOfTheYear(): string[];
55
+ }
@@ -0,0 +1,55 @@
1
+ import { Locale } from "../locale";
2
+ export declare class da implements Locale {
3
+ use24HourTimeFormatByDefault(): boolean;
4
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
5
+ at(): string;
6
+ atSpace(): string;
7
+ atX0(): string;
8
+ atX0MinutesPastTheHour(): string;
9
+ atX0SecondsPastTheMinute(): string;
10
+ betweenX0AndX1(): string;
11
+ commaBetweenDayX0AndX1OfTheMonth(): string;
12
+ commaEveryDay(): string;
13
+ commaEveryX0Days(): string;
14
+ commaEveryX0DaysOfTheWeek(): string;
15
+ commaEveryX0Months(): string;
16
+ commaEveryX0Years(): string;
17
+ commaOnDayX0OfTheMonth(): string;
18
+ commaOnlyInX0(): string;
19
+ commaOnlyOnX0(): string;
20
+ commaAndOnX0(): string;
21
+ commaOnThe(): string;
22
+ commaOnTheLastDayOfTheMonth(): string;
23
+ commaOnTheLastWeekdayOfTheMonth(): string;
24
+ commaDaysBeforeTheLastDayOfTheMonth(): string;
25
+ commaOnTheLastX0OfTheMonth(): string;
26
+ commaOnTheX0OfTheMonth(): string;
27
+ commaX0ThroughX1(): string;
28
+ commaAndX0ThroughX1(): string;
29
+ everyHour(): string;
30
+ everyMinute(): string;
31
+ everyMinuteBetweenX0AndX1(): string;
32
+ everySecond(): string;
33
+ everyX0Hours(): string;
34
+ everyX0Minutes(): string;
35
+ everyX0Seconds(): string;
36
+ fifth(): string;
37
+ first(): string;
38
+ firstWeekday(): string;
39
+ fourth(): string;
40
+ minutesX0ThroughX1PastTheHour(): string;
41
+ second(): string;
42
+ secondsX0ThroughX1PastTheMinute(): string;
43
+ spaceAnd(): string;
44
+ spaceX0OfTheMonth(): string;
45
+ lastDay(): string;
46
+ third(): string;
47
+ weekdayNearestDayX0(): string;
48
+ commaMonthX0ThroughMonthX1(): string | null;
49
+ commaYearX0ThroughYearX1(): string | null;
50
+ atX0MinutesPastTheHourGt20(): string | null;
51
+ atX0SecondsPastTheMinuteGt20(): string | null;
52
+ commaStartingX0(): string;
53
+ daysOfTheWeek(): string[];
54
+ monthsOfTheYear(): string[];
55
+ }
@@ -0,0 +1,55 @@
1
+ import { Locale } from "../locale";
2
+ export declare class de implements Locale {
3
+ atX0SecondsPastTheMinuteGt20(): string | null;
4
+ atX0MinutesPastTheHourGt20(): string | null;
5
+ commaMonthX0ThroughMonthX1(): string | null;
6
+ commaYearX0ThroughYearX1(): string | null;
7
+ use24HourTimeFormatByDefault(): boolean;
8
+ everyMinute(): string;
9
+ everyHour(): string;
10
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
11
+ atSpace(): string;
12
+ everyMinuteBetweenX0AndX1(): string;
13
+ at(): string;
14
+ spaceAnd(): string;
15
+ everySecond(): string;
16
+ everyX0Seconds(): string;
17
+ secondsX0ThroughX1PastTheMinute(): string;
18
+ atX0SecondsPastTheMinute(): string;
19
+ everyX0Minutes(): string;
20
+ minutesX0ThroughX1PastTheHour(): string;
21
+ atX0MinutesPastTheHour(): string;
22
+ everyX0Hours(): string;
23
+ betweenX0AndX1(): string;
24
+ atX0(): string;
25
+ commaEveryDay(): string;
26
+ commaEveryX0DaysOfTheWeek(): string;
27
+ commaX0ThroughX1(): string;
28
+ commaAndX0ThroughX1(): string;
29
+ first(): string;
30
+ second(): string;
31
+ third(): string;
32
+ fourth(): string;
33
+ fifth(): string;
34
+ commaOnThe(): string;
35
+ spaceX0OfTheMonth(): string;
36
+ lastDay(): string;
37
+ commaOnTheLastX0OfTheMonth(): string;
38
+ commaOnlyOnX0(): string;
39
+ commaAndOnX0(): string;
40
+ commaEveryX0Months(): string;
41
+ commaOnlyInX0(): string;
42
+ commaOnTheLastDayOfTheMonth(): string;
43
+ commaOnTheLastWeekdayOfTheMonth(): string;
44
+ commaDaysBeforeTheLastDayOfTheMonth(): string;
45
+ firstWeekday(): string;
46
+ weekdayNearestDayX0(): string;
47
+ commaOnTheX0OfTheMonth(): string;
48
+ commaEveryX0Days(): string;
49
+ commaBetweenDayX0AndX1OfTheMonth(): string;
50
+ commaOnDayX0OfTheMonth(): string;
51
+ commaEveryX0Years(): string;
52
+ commaStartingX0(): string;
53
+ daysOfTheWeek(): string[];
54
+ monthsOfTheYear(): string[];
55
+ }
@@ -0,0 +1,56 @@
1
+ import { Locale } from "../locale";
2
+ export declare class en implements Locale {
3
+ atX0SecondsPastTheMinuteGt20(): string | null;
4
+ atX0MinutesPastTheHourGt20(): string | null;
5
+ commaMonthX0ThroughMonthX1(): string | null;
6
+ commaYearX0ThroughYearX1(): string | null;
7
+ use24HourTimeFormatByDefault(): boolean;
8
+ anErrorOccuredWhenGeneratingTheExpressionD(): string;
9
+ everyMinute(): string;
10
+ everyHour(): string;
11
+ atSpace(): string;
12
+ everyMinuteBetweenX0AndX1(): string;
13
+ at(): string;
14
+ spaceAnd(): string;
15
+ everySecond(): string;
16
+ everyX0Seconds(): string;
17
+ secondsX0ThroughX1PastTheMinute(): string;
18
+ atX0SecondsPastTheMinute(): string;
19
+ everyX0Minutes(): string;
20
+ minutesX0ThroughX1PastTheHour(): string;
21
+ atX0MinutesPastTheHour(): string;
22
+ everyX0Hours(): string;
23
+ betweenX0AndX1(): string;
24
+ atX0(): string;
25
+ commaEveryDay(): string;
26
+ commaEveryX0DaysOfTheWeek(): string;
27
+ commaX0ThroughX1(): string;
28
+ commaAndX0ThroughX1(): string;
29
+ first(): string;
30
+ second(): string;
31
+ third(): string;
32
+ fourth(): string;
33
+ fifth(): string;
34
+ commaOnThe(): string;
35
+ spaceX0OfTheMonth(): string;
36
+ lastDay(): string;
37
+ commaOnTheLastX0OfTheMonth(): string;
38
+ commaOnlyOnX0(): string;
39
+ commaAndOnX0(): string;
40
+ commaEveryX0Months(): string;
41
+ commaOnlyInX0(): string;
42
+ commaOnTheLastDayOfTheMonth(): string;
43
+ commaOnTheLastWeekdayOfTheMonth(): string;
44
+ commaDaysBeforeTheLastDayOfTheMonth(): string;
45
+ firstWeekday(): string;
46
+ weekdayNearestDayX0(): string;
47
+ commaOnTheX0OfTheMonth(): string;
48
+ commaEveryX0Days(): string;
49
+ commaBetweenDayX0AndX1OfTheMonth(): string;
50
+ commaOnDayX0OfTheMonth(): string;
51
+ commaEveryHour(): string;
52
+ commaEveryX0Years(): string;
53
+ commaStartingX0(): string;
54
+ daysOfTheWeek(): string[];
55
+ monthsOfTheYear(): string[];
56
+ }