@nocobase/app 2.1.0-alpha.16 → 2.1.0-alpha.17

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 (241) hide show
  1. package/client-v2/src/.plugins/index.ts +14 -3
  2. package/client-v2/src/.plugins/packageMap.json +129 -0
  3. package/client-v2/src/.plugins/packages/nocobase_example_plugin_acl_allow.ts +1 -0
  4. package/client-v2/src/.plugins/packages/nocobase_example_plugin_acl_middleware.ts +1 -0
  5. package/client-v2/src/.plugins/packages/nocobase_example_plugin_action_group.ts +1 -0
  6. package/client-v2/src/.plugins/packages/nocobase_example_plugin_block_custom_resource.ts +1 -0
  7. package/client-v2/src/.plugins/packages/nocobase_example_plugin_block_filter_collection.ts +1 -0
  8. package/client-v2/src/.plugins/packages/nocobase_example_plugin_block_timeline.ts +1 -0
  9. package/client-v2/src/.plugins/packages/nocobase_example_plugin_collection_block.ts +1 -0
  10. package/client-v2/src/.plugins/packages/nocobase_example_plugin_custom_details_block.ts +1 -0
  11. package/client-v2/src/.plugins/packages/nocobase_example_plugin_custom_form_block.ts +1 -0
  12. package/client-v2/src/.plugins/packages/nocobase_example_plugin_custom_table_block.ts +1 -0
  13. package/client-v2/src/.plugins/packages/nocobase_example_plugin_custom_table_block_action_group.ts +1 -0
  14. package/client-v2/src/.plugins/packages/nocobase_example_plugin_custom_table_block_field.ts +1 -0
  15. package/client-v2/src/.plugins/packages/nocobase_example_plugin_custom_table_block_resource.ts +1 -0
  16. package/client-v2/src/.plugins/packages/nocobase_example_plugin_data_block.ts +1 -0
  17. package/client-v2/src/.plugins/packages/nocobase_example_plugin_field_simple.ts +1 -0
  18. package/client-v2/src/.plugins/packages/nocobase_example_plugin_nested_action.ts +1 -0
  19. package/client-v2/src/.plugins/packages/nocobase_example_plugin_nested_block.ts +1 -0
  20. package/client-v2/src/.plugins/packages/nocobase_example_plugin_simple_action.ts +1 -0
  21. package/client-v2/src/.plugins/packages/nocobase_example_plugin_simple_block.ts +1 -0
  22. package/client-v2/src/.plugins/packages/nocobase_example_plugin_simple_popup_action.ts +1 -0
  23. package/client-v2/src/.plugins/packages/nocobase_plugin_acl.ts +1 -0
  24. package/client-v2/src/.plugins/packages/nocobase_plugin_action_bulk_edit.ts +1 -0
  25. package/client-v2/src/.plugins/packages/nocobase_plugin_action_bulk_update.ts +1 -0
  26. package/client-v2/src/.plugins/packages/nocobase_plugin_action_custom_request.ts +1 -0
  27. package/client-v2/src/.plugins/packages/nocobase_plugin_action_duplicate.ts +1 -0
  28. package/client-v2/src/.plugins/packages/nocobase_plugin_action_export.ts +1 -0
  29. package/client-v2/src/.plugins/packages/nocobase_plugin_action_import.ts +1 -0
  30. package/client-v2/src/.plugins/packages/nocobase_plugin_action_print.ts +1 -0
  31. package/client-v2/src/.plugins/packages/nocobase_plugin_ai.ts +1 -0
  32. package/client-v2/src/.plugins/packages/nocobase_plugin_ai_gigachat.ts +1 -0
  33. package/client-v2/src/.plugins/packages/nocobase_plugin_api_doc.ts +1 -0
  34. package/client-v2/src/.plugins/packages/nocobase_plugin_api_keys.ts +1 -0
  35. package/client-v2/src/.plugins/packages/nocobase_plugin_async_task_manager.ts +1 -0
  36. package/client-v2/src/.plugins/packages/nocobase_plugin_audit_logs.ts +1 -0
  37. package/client-v2/src/.plugins/packages/nocobase_plugin_auth.ts +1 -0
  38. package/client-v2/src/.plugins/packages/nocobase_plugin_auth_sms.ts +1 -0
  39. package/client-v2/src/.plugins/packages/nocobase_plugin_backup_restore.ts +1 -0
  40. package/client-v2/src/.plugins/packages/nocobase_plugin_block_grid_card.ts +1 -0
  41. package/client-v2/src/.plugins/packages/nocobase_plugin_block_iframe.ts +1 -0
  42. package/client-v2/src/.plugins/packages/nocobase_plugin_block_list.ts +1 -0
  43. package/client-v2/src/.plugins/packages/nocobase_plugin_block_markdown.ts +1 -0
  44. package/client-v2/src/.plugins/packages/nocobase_plugin_block_multi_step_form.ts +1 -0
  45. package/client-v2/src/.plugins/packages/nocobase_plugin_block_template.ts +1 -0
  46. package/client-v2/src/.plugins/packages/nocobase_plugin_block_tree.ts +1 -0
  47. package/client-v2/src/.plugins/packages/nocobase_plugin_block_workbench.ts +1 -0
  48. package/client-v2/src/.plugins/packages/nocobase_plugin_calendar.ts +1 -0
  49. package/client-v2/src/.plugins/packages/nocobase_plugin_charts.ts +1 -0
  50. package/client-v2/src/.plugins/packages/nocobase_plugin_client.ts +1 -0
  51. package/client-v2/src/.plugins/packages/nocobase_plugin_collection_fdw.ts +1 -0
  52. package/client-v2/src/.plugins/packages/nocobase_plugin_collection_sql.ts +1 -0
  53. package/client-v2/src/.plugins/packages/nocobase_plugin_collection_tree.ts +1 -0
  54. package/client-v2/src/.plugins/packages/nocobase_plugin_comments.ts +1 -0
  55. package/client-v2/src/.plugins/packages/nocobase_plugin_custom_variables.ts +1 -0
  56. package/client-v2/src/.plugins/packages/nocobase_plugin_data_source_main.ts +1 -0
  57. package/client-v2/src/.plugins/packages/nocobase_plugin_data_source_manager.ts +1 -0
  58. package/client-v2/src/.plugins/packages/nocobase_plugin_data_visualization.ts +1 -0
  59. package/client-v2/src/.plugins/packages/nocobase_plugin_data_visualization_echarts.ts +1 -0
  60. package/client-v2/src/.plugins/packages/nocobase_plugin_departments.ts +1 -0
  61. package/client-v2/src/.plugins/packages/nocobase_plugin_disable_pm_add.ts +1 -0
  62. package/client-v2/src/.plugins/packages/nocobase_plugin_embed.ts +1 -0
  63. package/client-v2/src/.plugins/packages/nocobase_plugin_environment_variables.ts +1 -0
  64. package/client-v2/src/.plugins/packages/nocobase_plugin_error_handler.ts +1 -0
  65. package/client-v2/src/.plugins/packages/nocobase_plugin_field_attachment_url.ts +1 -0
  66. package/client-v2/src/.plugins/packages/nocobase_plugin_field_china_region.ts +1 -0
  67. package/client-v2/src/.plugins/packages/nocobase_plugin_field_code.ts +1 -0
  68. package/client-v2/src/.plugins/packages/nocobase_plugin_field_formula.ts +1 -0
  69. package/client-v2/src/.plugins/packages/nocobase_plugin_field_m2m_array.ts +1 -0
  70. package/client-v2/src/.plugins/packages/nocobase_plugin_field_markdown_vditor.ts +1 -0
  71. package/client-v2/src/.plugins/packages/nocobase_plugin_field_sequence.ts +1 -0
  72. package/client-v2/src/.plugins/packages/nocobase_plugin_field_sort.ts +1 -0
  73. package/client-v2/src/.plugins/packages/nocobase_plugin_file_manager.ts +1 -0
  74. package/client-v2/src/.plugins/packages/nocobase_plugin_file_previewer_office.ts +1 -0
  75. package/client-v2/src/.plugins/packages/nocobase_plugin_flow_engine.ts +1 -0
  76. package/client-v2/src/.plugins/packages/nocobase_plugin_form_drafts.ts +1 -0
  77. package/client-v2/src/.plugins/packages/nocobase_plugin_gantt.ts +1 -0
  78. package/client-v2/src/.plugins/packages/nocobase_plugin_graph_collection_manager.ts +1 -0
  79. package/client-v2/src/.plugins/packages/nocobase_plugin_hello.ts +1 -0
  80. package/client-v2/src/.plugins/packages/nocobase_plugin_idp_oauth.ts +1 -0
  81. package/client-v2/src/.plugins/packages/nocobase_plugin_kanban.ts +1 -0
  82. package/client-v2/src/.plugins/packages/nocobase_plugin_license.ts +1 -0
  83. package/client-v2/src/.plugins/packages/nocobase_plugin_locale_tester.ts +1 -0
  84. package/client-v2/src/.plugins/packages/nocobase_plugin_localization.ts +1 -0
  85. package/client-v2/src/.plugins/packages/nocobase_plugin_logger.ts +1 -0
  86. package/client-v2/src/.plugins/packages/nocobase_plugin_map.ts +1 -0
  87. package/client-v2/src/.plugins/packages/nocobase_plugin_mcp_server.ts +1 -0
  88. package/client-v2/src/.plugins/packages/nocobase_plugin_mobile.ts +1 -0
  89. package/client-v2/src/.plugins/packages/nocobase_plugin_mobile_client.ts +1 -0
  90. package/client-v2/src/.plugins/packages/nocobase_plugin_mock_collections.ts +1 -0
  91. package/client-v2/src/.plugins/packages/nocobase_plugin_multi_app_manager.ts +1 -0
  92. package/client-v2/src/.plugins/packages/nocobase_plugin_multi_app_share_collection.ts +1 -0
  93. package/client-v2/src/.plugins/packages/nocobase_plugin_multi_keyword_filter.ts +1 -0
  94. package/client-v2/src/.plugins/packages/nocobase_plugin_notification_email.ts +1 -0
  95. package/client-v2/src/.plugins/packages/nocobase_plugin_notification_in_app_message.ts +1 -0
  96. package/client-v2/src/.plugins/packages/nocobase_plugin_notification_manager.ts +1 -0
  97. package/client-v2/src/.plugins/packages/nocobase_plugin_notifications.ts +1 -0
  98. package/client-v2/src/.plugins/packages/nocobase_plugin_public_forms.ts +1 -0
  99. package/client-v2/src/.plugins/packages/nocobase_plugin_snapshot_field.ts +1 -0
  100. package/client-v2/src/.plugins/packages/nocobase_plugin_system_settings.ts +1 -0
  101. package/client-v2/src/.plugins/packages/nocobase_plugin_text_copy.ts +1 -0
  102. package/client-v2/src/.plugins/packages/nocobase_plugin_theme_editor.ts +1 -0
  103. package/client-v2/src/.plugins/packages/nocobase_plugin_ui_schema_storage.ts +1 -0
  104. package/client-v2/src/.plugins/packages/nocobase_plugin_ui_templates.ts +1 -0
  105. package/client-v2/src/.plugins/packages/nocobase_plugin_user_data_sync.ts +1 -0
  106. package/client-v2/src/.plugins/packages/nocobase_plugin_users.ts +1 -0
  107. package/client-v2/src/.plugins/packages/nocobase_plugin_verification.ts +1 -0
  108. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow.ts +1 -0
  109. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_action_trigger.ts +1 -0
  110. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_aggregate.ts +1 -0
  111. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_cc.ts +1 -0
  112. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_custom_action_trigger.ts +1 -0
  113. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_date_calculation.ts +1 -0
  114. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_delay.ts +1 -0
  115. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_dynamic_calculation.ts +1 -0
  116. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_javascript.ts +1 -0
  117. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_json_query.ts +1 -0
  118. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_json_variable_mapping.ts +1 -0
  119. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_loop.ts +1 -0
  120. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_mailer.ts +1 -0
  121. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_manual.ts +1 -0
  122. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_notification.ts +1 -0
  123. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_parallel.ts +1 -0
  124. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_request.ts +1 -0
  125. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_request_interceptor.ts +1 -0
  126. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_response_message.ts +1 -0
  127. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_sql.ts +1 -0
  128. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_test.ts +1 -0
  129. package/client-v2/src/.plugins/packages/nocobase_plugin_workflow_variable.ts +1 -0
  130. package/dist/client/assets/{index-8e933cba.js → index-27c2e9bc.js} +84 -84
  131. package/dist/client/assets/{vendor-misc-4fd76bfe.js → vendor-misc-5f2d5dc4.js} +6 -6
  132. package/dist/client/index.html +1 -1
  133. package/dist/client/index.html.tpl +1 -1
  134. package/package.json +7 -6
  135. package/dist/client/v2/assets/1020-0212416d.js +0 -2
  136. package/dist/client/v2/assets/1020-0212416d.js.LICENSE.txt +0 -7
  137. package/dist/client/v2/assets/1222-49e8dadb.css +0 -1
  138. package/dist/client/v2/assets/1222-c8810ac8.js +0 -2
  139. package/dist/client/v2/assets/1222-c8810ac8.js.LICENSE.txt +0 -9
  140. package/dist/client/v2/assets/1310-21e5c8a8.js +0 -59
  141. package/dist/client/v2/assets/1331-9092cf22.js +0 -1
  142. package/dist/client/v2/assets/1425-a2b446a6.js +0 -42
  143. package/dist/client/v2/assets/1507-a673a0c0.js +0 -7
  144. package/dist/client/v2/assets/158-6a033567.js +0 -23
  145. package/dist/client/v2/assets/1676-5db7433e.js +0 -9
  146. package/dist/client/v2/assets/1725-6f5b8d53.js +0 -83
  147. package/dist/client/v2/assets/1786-8969223a.js +0 -16
  148. package/dist/client/v2/assets/1951-f63bc4b3.js +0 -55
  149. package/dist/client/v2/assets/2017-b35f125d.js +0 -26
  150. package/dist/client/v2/assets/212-59d29e60.js +0 -18
  151. package/dist/client/v2/assets/2131-a150fed4.js +0 -1
  152. package/dist/client/v2/assets/22-9d12a303.js +0 -1
  153. package/dist/client/v2/assets/2203-9aa79271.js +0 -4
  154. package/dist/client/v2/assets/2335-1d33c3cf.js +0 -22
  155. package/dist/client/v2/assets/2555-dee484a1.js +0 -31
  156. package/dist/client/v2/assets/2702-8d5ab2a8.js +0 -5
  157. package/dist/client/v2/assets/2710-93d67bf0.js +0 -36
  158. package/dist/client/v2/assets/2726-f6cc5db9.js +0 -23
  159. package/dist/client/v2/assets/2861-48106fd8.js +0 -3
  160. package/dist/client/v2/assets/2898-2a7d5793.js +0 -17
  161. package/dist/client/v2/assets/2958-5a85effa.js +0 -27
  162. package/dist/client/v2/assets/3018-fc630932.js +0 -3
  163. package/dist/client/v2/assets/3117-3d38bb4d.js +0 -33
  164. package/dist/client/v2/assets/3279-1f24fe26.js +0 -1
  165. package/dist/client/v2/assets/338-2f192edd.js +0 -3
  166. package/dist/client/v2/assets/3475-c42974e1.js +0 -1
  167. package/dist/client/v2/assets/3660-27f9c6c5.js +0 -6
  168. package/dist/client/v2/assets/3662-135bbea1.js +0 -28
  169. package/dist/client/v2/assets/3690-4a8bdf43.js +0 -12
  170. package/dist/client/v2/assets/3727-b74fc29b.js +0 -44
  171. package/dist/client/v2/assets/3916-ba5b43b5.js +0 -6
  172. package/dist/client/v2/assets/3937-af967d62.js +0 -3
  173. package/dist/client/v2/assets/3989-e72345bb.js +0 -27
  174. package/dist/client/v2/assets/4222-29a8147d.js +0 -5
  175. package/dist/client/v2/assets/4313-9687f912.js +0 -28
  176. package/dist/client/v2/assets/5064-93d8e29e.js +0 -10
  177. package/dist/client/v2/assets/5501-a3b5b97f.js +0 -17
  178. package/dist/client/v2/assets/5721-f00ddbf2.js +0 -18
  179. package/dist/client/v2/assets/5759-d5b1d946.js +0 -47
  180. package/dist/client/v2/assets/5761-8ab1974d.js +0 -28
  181. package/dist/client/v2/assets/6064-1517304e.js +0 -2
  182. package/dist/client/v2/assets/6064-1517304e.js.LICENSE.txt +0 -236
  183. package/dist/client/v2/assets/6269-35e90156.js +0 -1
  184. package/dist/client/v2/assets/6373-9d047c6b.js +0 -13
  185. package/dist/client/v2/assets/6437-2f91d29a.js +0 -12
  186. package/dist/client/v2/assets/6581-51c928bf.js +0 -21
  187. package/dist/client/v2/assets/6738-eb09fa59.js +0 -20
  188. package/dist/client/v2/assets/700-5f166286.js +0 -15
  189. package/dist/client/v2/assets/7021-01608dc5.js +0 -45
  190. package/dist/client/v2/assets/7201-8e6e91a3.js +0 -14
  191. package/dist/client/v2/assets/7211-b8c71ed2.js +0 -9
  192. package/dist/client/v2/assets/7492-5c593f52.js +0 -5
  193. package/dist/client/v2/assets/754-41b763b9.js +0 -17
  194. package/dist/client/v2/assets/7761-637067c6.js +0 -123
  195. package/dist/client/v2/assets/7876-673cbc3c.js +0 -6
  196. package/dist/client/v2/assets/7946-09b77e08.js +0 -13
  197. package/dist/client/v2/assets/7959-ab57fce2.js +0 -40
  198. package/dist/client/v2/assets/8138-704104a5.js +0 -24
  199. package/dist/client/v2/assets/8262-7a324b59.js +0 -9
  200. package/dist/client/v2/assets/8434-79232eec.js +0 -25
  201. package/dist/client/v2/assets/8438-9d210970.js +0 -37
  202. package/dist/client/v2/assets/8562-215edc37.js +0 -17
  203. package/dist/client/v2/assets/9811-52d18c3d.js +0 -1
  204. package/dist/client/v2/assets/9827-d1f02095.js +0 -9
  205. package/dist/client/v2/assets/9836-288424d8.js +0 -22
  206. package/dist/client/v2/assets/index-e2c0ebd2.js +0 -261
  207. package/dist/client/v2/assets/index-e2c0ebd2.js.LICENSE.txt +0 -1
  208. package/dist/client/v2/assets/runtime-6f58b646.js +0 -1
  209. package/dist/client/v2/assets/vendor-antd-05d1c710.js +0 -451
  210. package/dist/client/v2/assets/vendor-antd-ecosystem-1ffc870c.js +0 -2
  211. package/dist/client/v2/assets/vendor-antd-ecosystem-1ffc870c.js.LICENSE.txt +0 -1
  212. package/dist/client/v2/assets/vendor-antd-icons-db04cf76.js +0 -2
  213. package/dist/client/v2/assets/vendor-antd-icons-db04cf76.js.LICENSE.txt +0 -1621
  214. package/dist/client/v2/assets/vendor-lodash-831bd1b8.js +0 -2
  215. package/dist/client/v2/assets/vendor-lodash-831bd1b8.js.LICENSE.txt +0 -8
  216. package/dist/client/v2/assets/vendor-moment-84b317dc.js +0 -2
  217. package/dist/client/v2/assets/vendor-moment-84b317dc.js.LICENSE.txt +0 -631
  218. package/dist/client/v2/assets/vendor-ses-b7bccbcd.js +0 -23
  219. package/dist/client/v2/browser-checker.js +0 -186
  220. package/dist/client/v2/favicon/favicon.ico +0 -0
  221. package/dist/client/v2/file-placeholder/ai-200-200.png +0 -0
  222. package/dist/client/v2/file-placeholder/audio-200-200.png +0 -0
  223. package/dist/client/v2/file-placeholder/docx-200-200.png +0 -0
  224. package/dist/client/v2/file-placeholder/eps-200-200.png +0 -0
  225. package/dist/client/v2/file-placeholder/gif-200-200.png +0 -0
  226. package/dist/client/v2/file-placeholder/jpeg-200-200.png +0 -0
  227. package/dist/client/v2/file-placeholder/pdf-200-200.png +0 -0
  228. package/dist/client/v2/file-placeholder/png-200-200.png +0 -0
  229. package/dist/client/v2/file-placeholder/pptx-200-200.png +0 -0
  230. package/dist/client/v2/file-placeholder/psd-200-200.png +0 -0
  231. package/dist/client/v2/file-placeholder/svg-200-200.png +0 -0
  232. package/dist/client/v2/file-placeholder/unknown-200-200.png +0 -0
  233. package/dist/client/v2/file-placeholder/video-200-200.png +0 -0
  234. package/dist/client/v2/file-placeholder/xlsx-200-200.png +0 -0
  235. package/dist/client/v2/file-placeholder/zip-200-200.png +0 -0
  236. package/dist/client/v2/global.css +0 -63
  237. package/dist/client/v2/index.html +0 -19
  238. package/dist/client/v2/nocobase.png +0 -0
  239. package/dist/client/v2/robots.txt +0 -2
  240. /package/dist/client/assets/{index-8e933cba.js.LICENSE.txt → index-27c2e9bc.js.LICENSE.txt} +0 -0
  241. /package/dist/client/assets/{vendor-misc-4fd76bfe.js.LICENSE.txt → vendor-misc-5f2d5dc4.js.LICENSE.txt} +0 -0
@@ -1,631 +0,0 @@
1
- //! Burak Yiğit Kaya: https://github.com/BYK
2
-
3
- //! Sigurd Gartmann : https://github.com/sigurdga
4
-
5
- //! Stephen Ramthun : https://github.com/stephenramthun
6
-
7
- //! Author : Menelion Elensúle : https://github.com/Oire
8
-
9
- //! author : Abdel Said : https://github.com/abdelsaid
10
-
11
- //! author : Abdel Said: https://github.com/abdelsaid
12
-
13
- //! author : Adam Brunner : https://github.com/adambrunner
14
-
15
- //! author : Aggelos Karalias : https://github.com/mehiel
16
-
17
- //! author : Ahmed Elkhatib
18
-
19
- //! author : Alessandro Maruccia : https://github.com/alesma
20
-
21
- //! author : Ali Hmer: https://github.com/kikoanis
22
-
23
- //! author : Amine Roukh: https://github.com/Amine27
24
-
25
- //! author : Anatoly Mironov : https://github.com/mirontoli
26
-
27
- //! author : Andrew Hood : https://github.com/andrewhood125
28
-
29
- //! author : André Silva : https://github.com/askpt
30
-
31
- //! author : Anthony : https://github.com/anthonylau
32
-
33
- //! author : Arjunkumar Krishnamoorthy : https://github.com/tk120404
34
-
35
- //! author : Armendarabyan : https://github.com/armendarabyan
36
-
37
- //! author : Asraf Hossain Patoary : https://github.com/ashwoolford
38
-
39
- //! author : Atamyrat Abdyrahmanov : https://github.com/atamyratabdy
40
-
41
- //! author : Atolagbe Abisoye : https://github.com/andela-batolagbe
42
-
43
- //! author : Bang Nguyen : https://github.com/bangnk
44
-
45
- //! author : Ben : https://github.com/ben-lin
46
-
47
- //! author : Bojan Marković : https://github.com/bmarkovic
48
-
49
- //! author : Borislav Mickov : https://github.com/B0k0
50
-
51
- //! author : Caio Ribeiro Pereira : https://github.com/caio-ribeiro-pereira
52
-
53
- //! author : Chien Kira : https://github.com/chienkira
54
-
55
- //! author : Chris Cartlidge : https://github.com/chriscartlidge
56
-
57
- //! author : Chris Gedrim : https://github.com/chrisgedrim
58
-
59
- //! author : Chris Lam : https://github.com/hehachris
60
-
61
- //! author : Chyngyz Arystan uulu : https://github.com/chyngyz
62
-
63
- //! author : Colin Dean : https://github.com/colindean
64
-
65
- //! author : Dan Hagman : https://github.com/hagmandan
66
-
67
- //! author : David Raison : https://github.com/kwisatz
68
-
69
- //! author : David Rossellat : https://github.com/gholadr
70
-
71
- //! author : Dmitry Demidov : https://github.com/demidov91
72
-
73
- //! author : Dominika Kruk : https://github.com/amaranthrose
74
-
75
- //! author : Ebrahim Byagowi : https://github.com/ebraminio
76
-
77
- //! author : ElFadili Yassine : https://github.com/ElFadiliY
78
-
79
- //! author : Emanuel Cepoi : https://github.com/cepem
80
-
81
- //! author : Eneko Illarramendi : https://github.com/eillarra
82
-
83
- //! author : Estelle Comment : https://github.com/estellecomment
84
-
85
- //! author : Fahad Kassim : https://github.com/fadsel
86
-
87
- //! author : Flakërim Ismani : https://github.com/flakerimi
88
-
89
- //! author : Floyd Pink : https://github.com/floydpink
90
-
91
- //! author : Gaspard Bucher : https://github.com/gaspard
92
-
93
- //! author : Harpreet Singh : https://github.com/harpreetkhalsagtbit
94
-
95
- //! author : Harshad Kale : https://github.com/kalehv
96
-
97
- //! author : Henry Kehlmann : https://github.com/madhenry
98
-
99
- //! author : Hinrik Örn Sigurðsson : https://github.com/hinrik
100
-
101
- //! author : Irakli Janiashvili : https://github.com/IrakliJani
102
-
103
- //! author : Iustì Canun
104
-
105
- //! author : JC Franco : https://github.com/jcfranco
106
-
107
- //! author : Jacob Middag : https://github.com/middagj
108
-
109
- //! author : Jared Morse : https://github.com/jarcoal
110
-
111
- //! author : Jatin Agrawal : https://github.com/jatinag22
112
-
113
- //! author : Javkhlantugs Nyamdorj : https://github.com/javkhaanj7
114
-
115
- //! author : Jawish Hameed : https://github.com/jawish
116
-
117
- //! author : Jean-Baptiste Le Duigou : https://github.com/jbleduigou
118
-
119
- //! author : Jeeeyul Lee <jeeeyul@gmail.com>
120
-
121
- //! author : Jefferson : https://github.com/jalex79
122
-
123
- //! author : Jens Alm : https://github.com/ulmus
124
-
125
- //! author : John Corrigan <robbiecloset@gmail.com> : https://github.com/johnideal
126
-
127
- //! author : John Fischer : https://github.com/jfroffice
128
-
129
- //! author : Jon Ashdown : https://github.com/jonashdown
130
-
131
- //! author : Jonathan Abourbih : https://github.com/jonbca
132
-
133
- //! author : Joris Röling : https://github.com/jorisroling
134
-
135
- //! author : Joshua Brooks : https://github.com/joshbrooks
136
-
137
- //! author : Juan G. Hurtado : https://github.com/juanghurtado
138
-
139
- //! author : Julio Napurí : https://github.com/julionc
140
-
141
- //! author : Jānis Elmeris : https://github.com/JanisE
142
-
143
- //! author : Kaushik Gandhi : https://github.com/kaushikgandhi
144
-
145
- //! author : Kaushik Thanki : https://github.com/Kaushik1987
146
-
147
- //! author : Konstantin : https://github.com/skfd
148
-
149
- //! author : Krasen Borisov : https://github.com/kraz
150
-
151
- //! author : Kridsada Thanabulpong : https://github.com/sirn
152
-
153
- //! author : Krishna Chaitanya Thota : https://github.com/kcthota
154
-
155
- //! author : Kristaps Karlsons : https://github.com/skakri
156
-
157
- //! author : Kristian Sakarisson : https://github.com/sakarisson
158
-
159
- //! author : Kruy Vanna : https://github.com/kruyvanna
160
-
161
- //! author : Kyungwook, Park : https://github.com/kyungw00k
162
-
163
- //! author : LI Long : https://github.com/baryon
164
-
165
- //! author : Lorenzo : https://github.com/aliem
166
-
167
- //! author : Luke McGregor : https://github.com/lukemcgregor
168
-
169
- //! author : Martin Groller : https://github.com/MadMG
170
-
171
- //! author : Martin Minka : https://github.com/k2s
172
-
173
- //! author : Matthew Castrillon-Madrigal : https://github.com/techdimension
174
-
175
- //! author : Matthew Co : https://github.com/matthewdeeco
176
-
177
- //! author : Mayank Singhal : https://github.com/mayanksinghal
178
-
179
- //! author : Menelion Elensúle : https://github.com/Oire
180
-
181
- //! author : Mia Nordentoft Imperatori : https://github.com/miestasmia
182
-
183
- //! author : Mikolaj Dadela : https://github.com/mik01aj
184
-
185
- //! author : Milan Janačković<milanjanackovic@gmail.com> : https://github.com/milan-j
186
-
187
- //! author : Mindaugas Mozūras : https://github.com/mmozuras
188
-
189
- //! author : Miodrag Nikač <miodrag@restartit.me> : https://github.com/miodragnikac
190
-
191
- //! author : Mohammad Satrio Utomo : https://github.com/tyok
192
-
193
- //! author : Moshe Simantov : https://github.com/DevelopmentIL
194
-
195
- //! author : Nader Toukabri : https://github.com/naderio
196
-
197
- //! author : Narain Sagar : https://github.com/narainsagar
198
-
199
- //! author : Nedim Cholich : https://github.com/frontyard
200
-
201
- //! author : Nicolai Davies<mail@nicolai.io> : https://github.com/nicolaidavies
202
-
203
- //! author : Noureddine LOUAHEDJ : https://github.com/noureddinem
204
-
205
- //! author : Nusret Parlak: https://github.com/nusretparlak
206
-
207
- //! author : Oerd Cukalla : https://github.com/oerd
208
-
209
- //! author : Onorio De J. Afonso : https://github.com/marobo
210
-
211
- //! author : Orif N. Jr. : https://github.com/orif-jr
212
-
213
- //! author : Peter Viszt : https://github.com/passatgt
214
-
215
- //! author : Quentin PAGÈS : https://github.com/Quenty31
216
-
217
- //! author : Rafal Hirsz : https://github.com/evoL
218
-
219
- //! author : Ragnar Johannesen : https://github.com/ragnar123
220
-
221
- //! author : Rajeev Naik : https://github.com/rajeevnaikte
222
-
223
- //! author : Rasulbek Mirzayev : github.com/Rasulbeeek
224
-
225
- //! author : Robert Allen : https://github.com/robgallen
226
-
227
- //! author : Robert Sedovšek : https://github.com/sedovsek
228
-
229
- //! author : Robin van der Vliet : https://github.com/robin0van0der0v
230
-
231
- //! author : Rony Lantip : https://github.com/lantip
232
-
233
- //! author : Ryan Hart : https://github.com/ryanhart2
234
-
235
- //! author : Sampath Sitinamaluwa : https://github.com/sampathsris
236
-
237
- //! author : Sardor Muminov : https://github.com/muminoff
238
-
239
- //! author : Sashko Todorov : https://github.com/bkyceh
240
-
241
- //! author : Sawood Alam : https://github.com/ibnesayeed
242
-
243
- //! author : Shahram Mebashar : https://github.com/ShahramMebashar
244
-
245
- //! author : Sonia Simoes : https://github.com/soniasimoes
246
-
247
- //! author : Squar team, mysquar.com
248
-
249
- //! author : Stefan Crnjaković <stefan@hotmail.rs> : https://github.com/crnjakovic
250
-
251
- //! author : Suhail Alkowaileet : https://github.com/xsoh
252
-
253
- //! author : Tal Ater : https://github.com/TalAter
254
-
255
- //! author : Tan Yuanhong : https://github.com/le0tan
256
-
257
- //! author : Tarmo Aidantausta : https://github.com/bleadof
258
-
259
- //! author : The Discoverer : https://github.com/WikiDiscoverer
260
-
261
- //! author : Thupten N. Chakrishar : https://github.com/vajradog
262
-
263
- //! author : Tin Aung Lin : https://github.com/thanyawzinmin
264
-
265
- //! author : Tomer Cohen : https://github.com/tomer
266
-
267
- //! author : Ulrik Nielsen : https://github.com/mrbase
268
-
269
- //! author : Valentin Agachi : https://github.com/avaly
270
-
271
- //! author : Viktorminator : https://github.com/Viktorminator
272
-
273
- //! author : Vivek Athalye : https://github.com/vnathalye
274
-
275
- //! author : Vlad Gurdiga : https://github.com/gurdiga
276
-
277
- //! author : Weldan Jamili : https://github.com/weldan
278
-
279
- //! author : Werner Mollentze : https://github.com/wernerm
280
-
281
- //! author : Zack : https://github.com/ZackVision
282
-
283
- //! author : Zeno Zeng : https://github.com/zenozeng
284
-
285
- //! author : bustta : https://github.com/bustta
286
-
287
- //! author : chrisrodz : https://github.com/chrisrodz
288
-
289
- //! author : forabi https://github.com/forabi
290
-
291
- //! author : https://github.com/ryangreaves
292
-
293
- //! author : lluchs : https://github.com/lluchs
294
-
295
- //! author : mweimerskirch : https://github.com/mweimerskirch
296
-
297
- //! author : petrbela : https://github.com/petrbela
298
-
299
- //! author : sschueller : https://github.com/sschueller
300
-
301
- //! author : suupic : https://github.com/suupic
302
-
303
- //! author : suvash : https://github.com/suvash
304
-
305
- //! author : topchiyev : https://github.com/topchiyev
306
-
307
- //! author : uu109 : https://github.com/uu109
308
-
309
- //! author : xfh : https://github.com/xfh
310
-
311
- //! author : zemlanin : https://github.com/zemlanin
312
-
313
- //! author : Коренберг Марк : https://github.com/socketpair
314
-
315
- //! author: Marco : https://github.com/Manfre98
316
-
317
- //! author: Mattia Larentis: https://github.com/nostalgiaz
318
-
319
- //! author: Menelion Elensúle: https://github.com/Oire
320
-
321
- //! author: Praleska: http://praleska.pro/
322
-
323
- //! author: boyaq : https://github.com/boyaq
324
-
325
- //! authors : Bård Rolstad Henriksen : https://github.com/karamell
326
-
327
- //! authors : Erhan Gundogan : https://github.com/erhangundogan,
328
-
329
- //! authors : Espen Hovlandsdal : https://github.com/rexxars
330
-
331
- //! authors : Nurlan Rakhimzhanov : https://github.com/nurlan
332
-
333
- //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
334
-
335
- //! authors : https://github.com/mechuwind
336
-
337
- //! based on (hr) translation by Bojan Marković
338
-
339
- //! based on work of petrbela : https://github.com/petrbela
340
-
341
- //! comment : Vivakvo corrected the translation by colindean and miestasmia
342
-
343
- //! comment : miestasmia corrected the translation by colindean
344
-
345
- //! improvements : Illimar Tambek : https://github.com/ragulka
346
-
347
- //! license : MIT
348
-
349
- //! locale : Arabic (Tunisia) [ar-tn]
350
-
351
- //! locale : Afrikaans [af]
352
-
353
- //! locale : Albanian [sq]
354
-
355
- //! locale : Arabic (Algeria) [ar-dz]
356
-
357
- //! locale : Arabic (Kuwait) [ar-kw]
358
-
359
- //! locale : Arabic (Libya) [ar-ly]
360
-
361
- //! locale : Arabic (Morocco) [ar-ma]
362
-
363
- //! locale : Arabic (Saudi Arabia) [ar-sa]
364
-
365
- //! locale : Arabic [ar]
366
-
367
- //! locale : Armenian [hy-am]
368
-
369
- //! locale : Azerbaijani [az]
370
-
371
- //! locale : Bambara [bm]
372
-
373
- //! locale : Basque [eu]
374
-
375
- //! locale : Belarusian [be]
376
-
377
- //! locale : Bengali (Bangladesh) [bn-bd]
378
-
379
- //! locale : Bengali [bn]
380
-
381
- //! locale : Bosnian [bs]
382
-
383
- //! locale : Breton [br]
384
-
385
- //! locale : Bulgarian [bg]
386
-
387
- //! locale : Burmese [my]
388
-
389
- //! locale : Cambodian [km]
390
-
391
- //! locale : Catalan [ca]
392
-
393
- //! locale : Central Atlas Tamazight Latin [tzm-latn]
394
-
395
- //! locale : Central Atlas Tamazight [tzm]
396
-
397
- //! locale : Chinese (China) [zh-cn]
398
-
399
- //! locale : Chinese (Hong Kong) [zh-hk]
400
-
401
- //! locale : Chinese (Macau) [zh-mo]
402
-
403
- //! locale : Chinese (Taiwan) [zh-tw]
404
-
405
- //! locale : Chuvash [cv]
406
-
407
- //! locale : Croatian [hr]
408
-
409
- //! locale : Czech [cs]
410
-
411
- //! locale : Danish [da]
412
-
413
- //! locale : Dutch (Belgium) [nl-be]
414
-
415
- //! locale : Dutch [nl]
416
-
417
- //! locale : English (Australia) [en-au]
418
-
419
- //! locale : English (Canada) [en-ca]
420
-
421
- //! locale : English (India) [en-in]
422
-
423
- //! locale : English (Ireland) [en-ie]
424
-
425
- //! locale : English (Israel) [en-il]
426
-
427
- //! locale : English (New Zealand) [en-nz]
428
-
429
- //! locale : English (Singapore) [en-sg]
430
-
431
- //! locale : English (United Kingdom) [en-gb]
432
-
433
- //! locale : Esperanto [eo]
434
-
435
- //! locale : Estonian [et]
436
-
437
- //! locale : Faroese [fo]
438
-
439
- //! locale : Filipino [fil]
440
-
441
- //! locale : Finnish [fi]
442
-
443
- //! locale : French (Canada) [fr-ca]
444
-
445
- //! locale : French (Switzerland) [fr-ch]
446
-
447
- //! locale : French [fr]
448
-
449
- //! locale : Frisian [fy]
450
-
451
- //! locale : Galician [gl]
452
-
453
- //! locale : Georgian [ka]
454
-
455
- //! locale : German (Austria) [de-at]
456
-
457
- //! locale : German (Switzerland) [de-ch]
458
-
459
- //! locale : German [de]
460
-
461
- //! locale : Greek [el]
462
-
463
- //! locale : Gujarati [gu]
464
-
465
- //! locale : Hebrew [he]
466
-
467
- //! locale : Hindi [hi]
468
-
469
- //! locale : Hungarian [hu]
470
-
471
- //! locale : Icelandic [is]
472
-
473
- //! locale : Indonesian [id]
474
-
475
- //! locale : Irish or Irish Gaelic [ga]
476
-
477
- //! locale : Italian (Switzerland) [it-ch]
478
-
479
- //! locale : Italian [it]
480
-
481
- //! locale : Japanese [ja]
482
-
483
- //! locale : Javanese [jv]
484
-
485
- //! locale : Kannada [kn]
486
-
487
- //! locale : Kazakh [kk]
488
-
489
- //! locale : Klingon [tlh]
490
-
491
- //! locale : Konkani Devanagari script [gom-deva]
492
-
493
- //! locale : Konkani Latin script [gom-latn]
494
-
495
- //! locale : Korean [ko]
496
-
497
- //! locale : Kurdish [ku]
498
-
499
- //! locale : Kyrgyz [ky]
500
-
501
- //! locale : Lao [lo]
502
-
503
- //! locale : Latvian [lv]
504
-
505
- //! locale : Lithuanian [lt]
506
-
507
- //! locale : Luxembourgish [lb]
508
-
509
- //! locale : Macedonian [mk]
510
-
511
- //! locale : Malay [ms-my]
512
-
513
- //! locale : Malay [ms]
514
-
515
- //! locale : Malayalam [ml]
516
-
517
- //! locale : Maldivian [dv]
518
-
519
- //! locale : Maltese (Malta) [mt]
520
-
521
- //! locale : Maori [mi]
522
-
523
- //! locale : Marathi [mr]
524
-
525
- //! locale : Mongolian [mn]
526
-
527
- //! locale : Montenegrin [me]
528
-
529
- //! locale : Nepalese [ne]
530
-
531
- //! locale : Northern Sami [se]
532
-
533
- //! locale : Norwegian Bokmål [nb]
534
-
535
- //! locale : Nynorsk [nn]
536
-
537
- //! locale : Occitan, lengadocian dialecte [oc-lnc]
538
-
539
- //! locale : Persian [fa]
540
-
541
- //! locale : Polish [pl]
542
-
543
- //! locale : Portuguese (Brazil) [pt-br]
544
-
545
- //! locale : Portuguese [pt]
546
-
547
- //! locale : Pseudo [x-pseudo]
548
-
549
- //! locale : Punjabi (India) [pa-in]
550
-
551
- //! locale : Romanian [ro]
552
-
553
- //! locale : Russian [ru]
554
-
555
- //! locale : Scottish Gaelic [gd]
556
-
557
- //! locale : Serbian Cyrillic [sr-cyrl]
558
-
559
- //! locale : Serbian [sr]
560
-
561
- //! locale : Sindhi [sd]
562
-
563
- //! locale : Sinhalese [si]
564
-
565
- //! locale : Slovak [sk]
566
-
567
- //! locale : Slovenian [sl]
568
-
569
- //! locale : Spanish (Dominican Republic) [es-do]
570
-
571
- //! locale : Spanish (Mexico) [es-mx]
572
-
573
- //! locale : Spanish (United States) [es-us]
574
-
575
- //! locale : Spanish [es]
576
-
577
- //! locale : Swahili [sw]
578
-
579
- //! locale : Swedish [sv]
580
-
581
- //! locale : Tagalog (Philippines) [tl-ph]
582
-
583
- //! locale : Tajik [tg]
584
-
585
- //! locale : Talossan [tzl]
586
-
587
- //! locale : Tamil [ta]
588
-
589
- //! locale : Telugu [te]
590
-
591
- //! locale : Tetun Dili (East Timor) [tet]
592
-
593
- //! locale : Thai [th]
594
-
595
- //! locale : Tibetan [bo]
596
-
597
- //! locale : Turkish [tr]
598
-
599
- //! locale : Turkmen [tk]
600
-
601
- //! locale : Ukrainian [uk]
602
-
603
- //! locale : Urdu [ur]
604
-
605
- //! locale : Uyghur (China) [ug-cn]
606
-
607
- //! locale : Uzbek Latin [uz-latn]
608
-
609
- //! locale : Uzbek [uz]
610
-
611
- //! locale : Vietnamese [vi]
612
-
613
- //! locale : Welsh [cy]
614
-
615
- //! locale : Yoruba Nigeria [yo]
616
-
617
- //! locale : siSwati [ss]
618
-
619
- //! moment.js
620
-
621
- //! moment.js locale configuration
622
-
623
- //! momentjs.com
624
-
625
- //! note : DEPRECATED, the correct one is [ms]
626
-
627
- //! reference: http://id.wikisource.org/wiki/Pedoman_Umum_Ejaan_Bahasa_Indonesia_yang_Disempurnakan
628
-
629
- //! reference: http://jv.wikipedia.org/wiki/Basa_Jawa
630
-
631
- //! version : 2.29.4