@codetectonics/mantle 1.0.6 → 1.0.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 (304) hide show
  1. package/fesm2022/codetectonics-mantle.mjs +6582 -0
  2. package/fesm2022/codetectonics-mantle.mjs.map +1 -0
  3. package/index.d.ts +2816 -0
  4. package/package.json +38 -32
  5. package/bundles/codetectonics-mantle.umd.js +0 -7979
  6. package/bundles/codetectonics-mantle.umd.js.map +0 -1
  7. package/codetectonics-mantle.d.ts +0 -5
  8. package/esm2015/codetectonics-mantle.js +0 -5
  9. package/esm2015/lib/components/dashboard/containers/dynamic-dashboard-container/dynamic-dashboard-container.component.js +0 -28
  10. package/esm2015/lib/components/dashboard/containers/plain-dashboard-container/plain-dashboard-container.component.js +0 -39
  11. package/esm2015/lib/components/dashboard/dashboard-card/dashboard-card.component.js +0 -141
  12. package/esm2015/lib/components/dashboard/dashboard-card-search-menu/dashboard-card-search-menu.component.js +0 -54
  13. package/esm2015/lib/components/dashboard/dynamic-dashboard/dynamic-dashboard.component.js +0 -27
  14. package/esm2015/lib/components/dashboard/sections/dashboard-section/dashboard-section.component.js +0 -72
  15. package/esm2015/lib/components/dashboard/widgets/dashboard-info-card/dashboard-info-card.component.js +0 -26
  16. package/esm2015/lib/components/dashboard/widgets/dashboard-table/dashboard-table-datasource.js +0 -30
  17. package/esm2015/lib/components/dashboard/widgets/dashboard-table/dashboard-table.component.js +0 -61
  18. package/esm2015/lib/components/dashboard/widgets/dynamic-chart/dynamic-chart.component.js +0 -91
  19. package/esm2015/lib/components/dashboard/widgets/dynamic-widget-display/dynamic-widget-display.component.js +0 -29
  20. package/esm2015/lib/components/details/containers/accordion-details-container/accordion-details-container.component.js +0 -26
  21. package/esm2015/lib/components/details/containers/dynamic-details-container/dynamic-details-container.component.js +0 -25
  22. package/esm2015/lib/components/details/containers/plain-details-container/plain-details-container.component.js +0 -25
  23. package/esm2015/lib/components/details/dialog-details/dialog-details.component.js +0 -83
  24. package/esm2015/lib/components/details/dialog-nested-details/dialog-nested-details.component.js +0 -41
  25. package/esm2015/lib/components/details/dynamic-details/dynamic-details.component.js +0 -23
  26. package/esm2015/lib/components/details/fields/actions-attribute-display/actions-attribute-display.component.js +0 -27
  27. package/esm2015/lib/components/details/fields/chip-attribute-display/chip-attribute-display.component.js +0 -40
  28. package/esm2015/lib/components/details/fields/dynamic-attribute-display/dynamic-attribute-display.component.js +0 -46
  29. package/esm2015/lib/components/details/fields/file-attribute-display/file-attribute-display.component.js +0 -37
  30. package/esm2015/lib/components/details/fields/icon-attribute-display/icon-attribute-display.component.js +0 -22
  31. package/esm2015/lib/components/details/fields/image-attribute-display/image-attribute-display.component.js +0 -36
  32. package/esm2015/lib/components/details/fields/link-attribute-display/link-attribute-display.component.js +0 -29
  33. package/esm2015/lib/components/details/fields/markdown-attribute-display/markdown-attribute-display.component.js +0 -21
  34. package/esm2015/lib/components/details/fields/thumbnail-display/thumbnail-display.component.js +0 -33
  35. package/esm2015/lib/components/details/sections/dynamic-details-section/dynamic-details-section.component.js +0 -46
  36. package/esm2015/lib/components/details/sections/grid-details-section/grid-details-section.component.js +0 -64
  37. package/esm2015/lib/components/details/sections/markdown-details-section/markdown-details-section.component.js +0 -19
  38. package/esm2015/lib/components/details/sections/roster-shift-list-details-section/roster-shift-list-details-section.component.js +0 -21
  39. package/esm2015/lib/components/details/sections/table-details-section/table-details-section.component.js +0 -42
  40. package/esm2015/lib/components/form/containers/accordion-form-container/accordion-form-container.component.js +0 -28
  41. package/esm2015/lib/components/form/containers/dynamic-form-container/dynamic-form-container.component.js +0 -27
  42. package/esm2015/lib/components/form/containers/plain-form-container/plain-form-container.component.js +0 -27
  43. package/esm2015/lib/components/form/dialog-form/dialog-form.component.js +0 -102
  44. package/esm2015/lib/components/form/dialog-nested-form/dialog-nested-form.component.js +0 -66
  45. package/esm2015/lib/components/form/dynamic-form/dynamic-form.component.js +0 -55
  46. package/esm2015/lib/components/form/fields/autocomplete-input/autocomplete-input.component.js +0 -70
  47. package/esm2015/lib/components/form/fields/chip-input/chip-input.component.js +0 -85
  48. package/esm2015/lib/components/form/fields/colorpicker-input/colorpicker-input.component.js +0 -57
  49. package/esm2015/lib/components/form/fields/datepicker/datepicker.component.js +0 -92
  50. package/esm2015/lib/components/form/fields/datetimepicker/datetimepicker.component.js +0 -93
  51. package/esm2015/lib/components/form/fields/dropdown/dropdown.component.js +0 -73
  52. package/esm2015/lib/components/form/fields/dynamic-form-field/dynamic-form-field.component.js +0 -40
  53. package/esm2015/lib/components/form/fields/filepicker/filepicker.component.js +0 -97
  54. package/esm2015/lib/components/form/fields/image-cropper/image-cropper.component.js +0 -53
  55. package/esm2015/lib/components/form/fields/imagepicker/imagepicker.component.js +0 -138
  56. package/esm2015/lib/components/form/fields/markdown-input/markdown-input.component.js +0 -54
  57. package/esm2015/lib/components/form/fields/number-input/number-input.component.js +0 -92
  58. package/esm2015/lib/components/form/fields/password-input/password-input.component.js +0 -59
  59. package/esm2015/lib/components/form/fields/text-input/text-input.component.js +0 -56
  60. package/esm2015/lib/components/form/fields/textarea/textarea.component.js +0 -59
  61. package/esm2015/lib/components/form/fields/time-input/time-input.component.js +0 -80
  62. package/esm2015/lib/components/form/sections/dynamic-form-section/dynamic-form-section.component.js +0 -54
  63. package/esm2015/lib/components/form/sections/grid-form-section/grid-form-section.component.js +0 -76
  64. package/esm2015/lib/components/form/sections/roster-shift-list-form-section/roster-shift-list-form-section.component.js +0 -69
  65. package/esm2015/lib/components/form/sections/table-form-section/table-form-section.component.js +0 -115
  66. package/esm2015/lib/components/layout-editor/containers/accordion-layout-editor-container/accordion-layout-editor-container.component.js +0 -24
  67. package/esm2015/lib/components/layout-editor/containers/dynamic-layout-editor-container/dynamic-layout-editor-container.component.js +0 -23
  68. package/esm2015/lib/components/layout-editor/containers/plain-layout-editor-container/plain-layout-editor-container.component.js +0 -24
  69. package/esm2015/lib/components/layout-editor/dynamic-layout-editor/dynamic-layout-editor.component.js +0 -23
  70. package/esm2015/lib/components/layout-editor/elements/dynamic-layout-editor-element/dynamic-layout-editor-element.component.js +0 -38
  71. package/esm2015/lib/components/layout-editor/elements/layout-editor-field-element/layout-editor-field-element.component.js +0 -76
  72. package/esm2015/lib/components/layout-editor/elements/layout-editor-table-column-element/layout-editor-table-column-element.component.js +0 -76
  73. package/esm2015/lib/components/layout-editor/elements/layout-editor-widget-element/layout-editor-widget-element.component.js +0 -19
  74. package/esm2015/lib/components/layout-editor/sections/dashboard-layout-editor-section/dashboard-layout-editor-section.component.js +0 -21
  75. package/esm2015/lib/components/layout-editor/sections/dynamic-layout-editor-section/dynamic-layout-editor-section.component.js +0 -25
  76. package/esm2015/lib/components/layout-editor/sections/grid-layout-editor-section/grid-layout-editor-section.component.js +0 -100
  77. package/esm2015/lib/components/layout-editor/sections/markdown-layout-editor-section/markdown-layout-editor-section.component.js +0 -19
  78. package/esm2015/lib/components/layout-editor/sections/table-layout-editor-section/table-layout-editor-section.component.js +0 -73
  79. package/esm2015/lib/components/navigation/nav-tree/nav-tree.component.js +0 -66
  80. package/esm2015/lib/components/navigation/paginator/custom-paginator-intl.js +0 -33
  81. package/esm2015/lib/components/navigation/reroute/reroute.component.js +0 -27
  82. package/esm2015/lib/components/pages/dashboard-page/dashboard-page.component.js +0 -36
  83. package/esm2015/lib/components/pages/detail-page/detail-page.component.js +0 -105
  84. package/esm2015/lib/components/pages/documents-page/documents-page.component.js +0 -106
  85. package/esm2015/lib/components/pages/export-page/export-page.component.js +0 -63
  86. package/esm2015/lib/components/pages/form-page/form-page.component.js +0 -131
  87. package/esm2015/lib/components/pages/layout-editor-page/layout-editor-page.component.js +0 -74
  88. package/esm2015/lib/components/pages/list-page/list-page-datasource.js +0 -69
  89. package/esm2015/lib/components/pages/list-page/list-page.component.js +0 -167
  90. package/esm2015/lib/components/pages/roster-page/roster-gantt.data.js +0 -50
  91. package/esm2015/lib/components/pages/roster-page/roster-page.component.js +0 -134
  92. package/esm2015/lib/components/pages/tabbed-page/tabbed-page.component.js +0 -35
  93. package/esm2015/lib/components/titles/content-title/content-title.component.js +0 -23
  94. package/esm2015/lib/components/titles/page-title/page-title.component.js +0 -29
  95. package/esm2015/lib/components/titles/section-title/section-title.component.js +0 -19
  96. package/esm2015/lib/components/widgets/delete-confirmation-dialog/delete-confirmation-dialog.component.js +0 -37
  97. package/esm2015/lib/components/widgets/draggable-table/draggable-table-datasource.js +0 -31
  98. package/esm2015/lib/components/widgets/draggable-table/draggable-table.component.js +0 -79
  99. package/esm2015/lib/components/widgets/dynamic-table/dynamic-table-datasource.js +0 -89
  100. package/esm2015/lib/components/widgets/dynamic-table/dynamic-table.component.js +0 -65
  101. package/esm2015/lib/components/widgets/file-preview-dialog/file-preview-dialog.component.js +0 -42
  102. package/esm2015/lib/components/widgets/loader/loader.component.js +0 -21
  103. package/esm2015/lib/components/widgets/qr-code-dialog/qr-code-dialog.component.js +0 -37
  104. package/esm2015/lib/components/widgets/save-confirmation-dialog/save-confirmation-dialog.component.js +0 -36
  105. package/esm2015/lib/components/widgets/search-panel/search-panel.component.js +0 -66
  106. package/esm2015/lib/components/widgets/snackbar/snackbar.component.js +0 -43
  107. package/esm2015/lib/config/charts/column-chart.data.js +0 -38
  108. package/esm2015/lib/config/charts/gantt-chart.data.js +0 -18
  109. package/esm2015/lib/config/charts/pie-chart.data.js +0 -21
  110. package/esm2015/lib/config/charts/progress-bar-chart.data.js +0 -50
  111. package/esm2015/lib/config/charts/spline-chart.data.js +0 -24
  112. package/esm2015/lib/data-structures/dynamic-layout.structure.js +0 -2
  113. package/esm2015/lib/data-structures/file-attachment.structure.js +0 -2
  114. package/esm2015/lib/directives/click-stop-propagation.directive.js +0 -19
  115. package/esm2015/lib/directives/file-dropzone.directive.js +0 -53
  116. package/esm2015/lib/guards/feature.guard.js +0 -39
  117. package/esm2015/lib/guards/password-check.guard.js +0 -20
  118. package/esm2015/lib/guards/session.guard.js +0 -20
  119. package/esm2015/lib/language-packs/en.data.js +0 -63
  120. package/esm2015/lib/language-packs/ms.data.js +0 -63
  121. package/esm2015/lib/mantle.module.js +0 -568
  122. package/esm2015/lib/material.module.js +0 -314
  123. package/esm2015/lib/models/screen-size-map.model.js +0 -9
  124. package/esm2015/lib/pipes/dynamic.pipe.js +0 -45
  125. package/esm2015/lib/pipes/secure-image.pipe.js +0 -34
  126. package/esm2015/lib/services/adapters/web-api-crud.adapter.js +0 -22
  127. package/esm2015/lib/services/adapters/websocket.adapter.js +0 -2
  128. package/esm2015/lib/services/announcement.service.js +0 -42
  129. package/esm2015/lib/services/array.service.js +0 -81
  130. package/esm2015/lib/services/chart.service.js +0 -44
  131. package/esm2015/lib/services/confirmation.service.js +0 -45
  132. package/esm2015/lib/services/current-user.service.js +0 -151
  133. package/esm2015/lib/services/data-broadcast.service.js +0 -18
  134. package/esm2015/lib/services/dynamic-form.service.js +0 -60
  135. package/esm2015/lib/services/feature-config.service.js +0 -262
  136. package/esm2015/lib/services/interfaces/authorisable-feature.service.js +0 -2
  137. package/esm2015/lib/services/interfaces/dashboard-page.service.js +0 -2
  138. package/esm2015/lib/services/interfaces/dashboard-widget.service.js +0 -2
  139. package/esm2015/lib/services/interfaces/detail-page.service.js +0 -2
  140. package/esm2015/lib/services/interfaces/export-page.service.js +0 -2
  141. package/esm2015/lib/services/interfaces/form-page.service.js +0 -2
  142. package/esm2015/lib/services/interfaces/layout-editor-page.service.js +0 -2
  143. package/esm2015/lib/services/interfaces/list-page.service.js +0 -2
  144. package/esm2015/lib/services/interfaces/nav-tabs.service.js +0 -2
  145. package/esm2015/lib/services/interfaces/reroute.service.js +0 -2
  146. package/esm2015/lib/services/interfaces/roster-page.service.js +0 -2
  147. package/esm2015/lib/services/interfaces/roster-schedule.service.js +0 -2
  148. package/esm2015/lib/services/locale.service.js +0 -75
  149. package/esm2015/lib/services/object.service.js +0 -77
  150. package/esm2015/lib/services/password-check.service.js +0 -92
  151. package/esm2015/lib/services/screen-size.service.js +0 -41
  152. package/esm2015/lib/services/web-api.service.js +0 -97
  153. package/esm2015/lib/services/websocket.service.js +0 -57
  154. package/esm2015/lib/tokens/environment.token.js +0 -3
  155. package/esm2015/public-api.js +0 -148
  156. package/fesm2015/codetectonics-mantle.js +0 -6945
  157. package/fesm2015/codetectonics-mantle.js.map +0 -1
  158. package/lib/components/dashboard/containers/dynamic-dashboard-container/dynamic-dashboard-container.component.d.ts +0 -12
  159. package/lib/components/dashboard/containers/plain-dashboard-container/plain-dashboard-container.component.d.ts +0 -15
  160. package/lib/components/dashboard/dashboard-card/dashboard-card.component.d.ts +0 -42
  161. package/lib/components/dashboard/dashboard-card-search-menu/dashboard-card-search-menu.component.d.ts +0 -20
  162. package/lib/components/dashboard/dynamic-dashboard/dynamic-dashboard.component.d.ts +0 -11
  163. package/lib/components/dashboard/sections/dashboard-section/dashboard-section.component.d.ts +0 -28
  164. package/lib/components/dashboard/widgets/dashboard-info-card/dashboard-info-card.component.d.ts +0 -8
  165. package/lib/components/dashboard/widgets/dashboard-table/dashboard-table-datasource.d.ts +0 -22
  166. package/lib/components/dashboard/widgets/dashboard-table/dashboard-table.component.d.ts +0 -29
  167. package/lib/components/dashboard/widgets/dynamic-chart/dynamic-chart.component.d.ts +0 -20
  168. package/lib/components/dashboard/widgets/dynamic-widget-display/dynamic-widget-display.component.d.ts +0 -9
  169. package/lib/components/details/containers/accordion-details-container/accordion-details-container.component.d.ts +0 -11
  170. package/lib/components/details/containers/dynamic-details-container/dynamic-details-container.component.d.ts +0 -11
  171. package/lib/components/details/containers/plain-details-container/plain-details-container.component.d.ts +0 -11
  172. package/lib/components/details/dialog-details/dialog-details.component.d.ts +0 -37
  173. package/lib/components/details/dialog-nested-details/dialog-nested-details.component.d.ts +0 -22
  174. package/lib/components/details/dynamic-details/dynamic-details.component.d.ts +0 -10
  175. package/lib/components/details/fields/actions-attribute-display/actions-attribute-display.component.d.ts +0 -7
  176. package/lib/components/details/fields/chip-attribute-display/chip-attribute-display.component.d.ts +0 -9
  177. package/lib/components/details/fields/dynamic-attribute-display/dynamic-attribute-display.component.d.ts +0 -15
  178. package/lib/components/details/fields/file-attribute-display/file-attribute-display.component.d.ts +0 -12
  179. package/lib/components/details/fields/icon-attribute-display/icon-attribute-display.component.d.ts +0 -6
  180. package/lib/components/details/fields/image-attribute-display/image-attribute-display.component.d.ts +0 -12
  181. package/lib/components/details/fields/link-attribute-display/link-attribute-display.component.d.ts +0 -10
  182. package/lib/components/details/fields/markdown-attribute-display/markdown-attribute-display.component.d.ts +0 -6
  183. package/lib/components/details/fields/thumbnail-display/thumbnail-display.component.d.ts +0 -10
  184. package/lib/components/details/sections/dynamic-details-section/dynamic-details-section.component.d.ts +0 -18
  185. package/lib/components/details/sections/grid-details-section/grid-details-section.component.d.ts +0 -17
  186. package/lib/components/details/sections/markdown-details-section/markdown-details-section.component.d.ts +0 -7
  187. package/lib/components/details/sections/roster-shift-list-details-section/roster-shift-list-details-section.component.d.ts +0 -9
  188. package/lib/components/details/sections/table-details-section/table-details-section.component.d.ts +0 -14
  189. package/lib/components/form/containers/accordion-form-container/accordion-form-container.component.d.ts +0 -13
  190. package/lib/components/form/containers/dynamic-form-container/dynamic-form-container.component.d.ts +0 -13
  191. package/lib/components/form/containers/plain-form-container/plain-form-container.component.d.ts +0 -13
  192. package/lib/components/form/dialog-form/dialog-form.component.d.ts +0 -43
  193. package/lib/components/form/dialog-nested-form/dialog-nested-form.component.d.ts +0 -34
  194. package/lib/components/form/dynamic-form/dynamic-form.component.d.ts +0 -21
  195. package/lib/components/form/fields/autocomplete-input/autocomplete-input.component.d.ts +0 -32
  196. package/lib/components/form/fields/chip-input/chip-input.component.d.ts +0 -27
  197. package/lib/components/form/fields/colorpicker-input/colorpicker-input.component.d.ts +0 -18
  198. package/lib/components/form/fields/datepicker/datepicker.component.d.ts +0 -24
  199. package/lib/components/form/fields/datetimepicker/datetimepicker.component.d.ts +0 -24
  200. package/lib/components/form/fields/dropdown/dropdown.component.d.ts +0 -31
  201. package/lib/components/form/fields/dynamic-form-field/dynamic-form-field.component.d.ts +0 -10
  202. package/lib/components/form/fields/filepicker/filepicker.component.d.ts +0 -27
  203. package/lib/components/form/fields/image-cropper/image-cropper.component.d.ts +0 -27
  204. package/lib/components/form/fields/imagepicker/imagepicker.component.d.ts +0 -41
  205. package/lib/components/form/fields/markdown-input/markdown-input.component.d.ts +0 -17
  206. package/lib/components/form/fields/number-input/number-input.component.d.ts +0 -27
  207. package/lib/components/form/fields/password-input/password-input.component.d.ts +0 -19
  208. package/lib/components/form/fields/text-input/text-input.component.d.ts +0 -18
  209. package/lib/components/form/fields/textarea/textarea.component.d.ts +0 -19
  210. package/lib/components/form/fields/time-input/time-input.component.d.ts +0 -22
  211. package/lib/components/form/sections/dynamic-form-section/dynamic-form-section.component.d.ts +0 -22
  212. package/lib/components/form/sections/grid-form-section/grid-form-section.component.d.ts +0 -23
  213. package/lib/components/form/sections/roster-shift-list-form-section/roster-shift-list-form-section.component.d.ts +0 -23
  214. package/lib/components/form/sections/table-form-section/table-form-section.component.d.ts +0 -24
  215. package/lib/components/layout-editor/containers/accordion-layout-editor-container/accordion-layout-editor-container.component.d.ts +0 -10
  216. package/lib/components/layout-editor/containers/dynamic-layout-editor-container/dynamic-layout-editor-container.component.d.ts +0 -10
  217. package/lib/components/layout-editor/containers/plain-layout-editor-container/plain-layout-editor-container.component.d.ts +0 -10
  218. package/lib/components/layout-editor/dynamic-layout-editor/dynamic-layout-editor.component.d.ts +0 -10
  219. package/lib/components/layout-editor/elements/dynamic-layout-editor-element/dynamic-layout-editor-element.component.d.ts +0 -13
  220. package/lib/components/layout-editor/elements/layout-editor-field-element/layout-editor-field-element.component.d.ts +0 -14
  221. package/lib/components/layout-editor/elements/layout-editor-table-column-element/layout-editor-table-column-element.component.d.ts +0 -14
  222. package/lib/components/layout-editor/elements/layout-editor-widget-element/layout-editor-widget-element.component.d.ts +0 -8
  223. package/lib/components/layout-editor/sections/dashboard-layout-editor-section/dashboard-layout-editor-section.component.d.ts +0 -8
  224. package/lib/components/layout-editor/sections/dynamic-layout-editor-section/dynamic-layout-editor-section.component.d.ts +0 -10
  225. package/lib/components/layout-editor/sections/grid-layout-editor-section/grid-layout-editor-section.component.d.ts +0 -21
  226. package/lib/components/layout-editor/sections/markdown-layout-editor-section/markdown-layout-editor-section.component.d.ts +0 -7
  227. package/lib/components/layout-editor/sections/table-layout-editor-section/table-layout-editor-section.component.d.ts +0 -14
  228. package/lib/components/navigation/nav-tree/nav-tree.component.d.ts +0 -46
  229. package/lib/components/navigation/paginator/custom-paginator-intl.d.ts +0 -12
  230. package/lib/components/navigation/reroute/reroute.component.d.ts +0 -14
  231. package/lib/components/pages/dashboard-page/dashboard-page.component.d.ts +0 -17
  232. package/lib/components/pages/detail-page/detail-page.component.d.ts +0 -36
  233. package/lib/components/pages/documents-page/documents-page.component.d.ts +0 -41
  234. package/lib/components/pages/export-page/export-page.component.d.ts +0 -29
  235. package/lib/components/pages/form-page/form-page.component.d.ts +0 -37
  236. package/lib/components/pages/layout-editor-page/layout-editor-page.component.d.ts +0 -27
  237. package/lib/components/pages/list-page/list-page-datasource.d.ts +0 -32
  238. package/lib/components/pages/list-page/list-page.component.d.ts +0 -49
  239. package/lib/components/pages/roster-page/roster-gantt.data.d.ts +0 -1
  240. package/lib/components/pages/roster-page/roster-page.component.d.ts +0 -40
  241. package/lib/components/pages/tabbed-page/tabbed-page.component.d.ts +0 -16
  242. package/lib/components/titles/content-title/content-title.component.d.ts +0 -8
  243. package/lib/components/titles/page-title/page-title.component.d.ts +0 -12
  244. package/lib/components/titles/section-title/section-title.component.d.ts +0 -7
  245. package/lib/components/widgets/delete-confirmation-dialog/delete-confirmation-dialog.component.d.ts +0 -21
  246. package/lib/components/widgets/draggable-table/draggable-table-datasource.d.ts +0 -23
  247. package/lib/components/widgets/draggable-table/draggable-table.component.d.ts +0 -24
  248. package/lib/components/widgets/dynamic-table/dynamic-table-datasource.d.ts +0 -40
  249. package/lib/components/widgets/dynamic-table/dynamic-table.component.d.ts +0 -25
  250. package/lib/components/widgets/file-preview-dialog/file-preview-dialog.component.d.ts +0 -17
  251. package/lib/components/widgets/loader/loader.component.d.ts +0 -6
  252. package/lib/components/widgets/qr-code-dialog/qr-code-dialog.component.d.ts +0 -18
  253. package/lib/components/widgets/save-confirmation-dialog/save-confirmation-dialog.component.d.ts +0 -15
  254. package/lib/components/widgets/search-panel/search-panel.component.d.ts +0 -21
  255. package/lib/components/widgets/snackbar/snackbar.component.d.ts +0 -11
  256. package/lib/config/charts/column-chart.data.d.ts +0 -37
  257. package/lib/config/charts/gantt-chart.data.d.ts +0 -17
  258. package/lib/config/charts/pie-chart.data.d.ts +0 -20
  259. package/lib/config/charts/progress-bar-chart.data.d.ts +0 -49
  260. package/lib/config/charts/spline-chart.data.d.ts +0 -23
  261. package/lib/data-structures/dynamic-layout.structure.d.ts +0 -179
  262. package/lib/data-structures/file-attachment.structure.d.ts +0 -6
  263. package/lib/directives/click-stop-propagation.directive.d.ts +0 -6
  264. package/lib/directives/file-dropzone.directive.d.ts +0 -12
  265. package/lib/guards/feature.guard.d.ts +0 -15
  266. package/lib/guards/password-check.guard.d.ts +0 -11
  267. package/lib/guards/session.guard.d.ts +0 -10
  268. package/lib/language-packs/en.data.d.ts +0 -62
  269. package/lib/language-packs/ms.data.d.ts +0 -62
  270. package/lib/mantle.module.d.ts +0 -117
  271. package/lib/material.module.d.ts +0 -37
  272. package/lib/models/screen-size-map.model.d.ts +0 -13
  273. package/lib/pipes/dynamic.pipe.d.ts +0 -12
  274. package/lib/pipes/secure-image.pipe.d.ts +0 -11
  275. package/lib/services/adapters/web-api-crud.adapter.d.ts +0 -64
  276. package/lib/services/adapters/websocket.adapter.d.ts +0 -6
  277. package/lib/services/announcement.service.d.ts +0 -11
  278. package/lib/services/array.service.d.ts +0 -21
  279. package/lib/services/chart.service.d.ts +0 -14
  280. package/lib/services/confirmation.service.d.ts +0 -11
  281. package/lib/services/current-user.service.d.ts +0 -35
  282. package/lib/services/data-broadcast.service.d.ts +0 -8
  283. package/lib/services/dynamic-form.service.d.ts +0 -32
  284. package/lib/services/feature-config.service.d.ts +0 -94
  285. package/lib/services/interfaces/authorisable-feature.service.d.ts +0 -5
  286. package/lib/services/interfaces/dashboard-page.service.d.ts +0 -13
  287. package/lib/services/interfaces/dashboard-widget.service.d.ts +0 -34
  288. package/lib/services/interfaces/detail-page.service.d.ts +0 -38
  289. package/lib/services/interfaces/export-page.service.d.ts +0 -6
  290. package/lib/services/interfaces/form-page.service.d.ts +0 -38
  291. package/lib/services/interfaces/layout-editor-page.service.d.ts +0 -14
  292. package/lib/services/interfaces/list-page.service.d.ts +0 -57
  293. package/lib/services/interfaces/nav-tabs.service.d.ts +0 -7
  294. package/lib/services/interfaces/reroute.service.d.ts +0 -3
  295. package/lib/services/interfaces/roster-page.service.d.ts +0 -20
  296. package/lib/services/interfaces/roster-schedule.service.d.ts +0 -22
  297. package/lib/services/locale.service.d.ts +0 -21
  298. package/lib/services/object.service.d.ts +0 -13
  299. package/lib/services/password-check.service.d.ts +0 -23
  300. package/lib/services/screen-size.service.d.ts +0 -14
  301. package/lib/services/web-api.service.d.ts +0 -21
  302. package/lib/services/websocket.service.d.ts +0 -20
  303. package/lib/tokens/environment.token.d.ts +0 -2
  304. package/public-api.d.ts +0 -144
@@ -1,40 +0,0 @@
1
- import { DataSource } from '@angular/cdk/collections';
2
- import { MatPaginator } from '@angular/material/paginator';
3
- import { MatSort } from '@angular/material/sort';
4
- import { BehaviorSubject, Observable } from 'rxjs';
5
- import { ArrayService } from '../../../services/array.service';
6
- import { DynamicTableColumn } from '../../../data-structures/dynamic-layout.structure';
7
- /**
8
- * Data source for the List Page view. This class should
9
- * encapsulate all logic for fetching and manipulating the displayed data
10
- * (including sorting, pagination, and searching).
11
- */
12
- export declare class DynamicTableDataSource extends DataSource<any> {
13
- private arrayService;
14
- paginator: MatPaginator | undefined;
15
- sort: MatSort | undefined;
16
- columns: DynamicTableColumn[];
17
- listSubject: BehaviorSubject<any[]>;
18
- constructor(arrayService: ArrayService);
19
- /**
20
- * Connect this data source to the table. The table will only update when
21
- * the returned stream emits new items.
22
- * @returns A stream of the items to be rendered.
23
- */
24
- connect(): Observable<any[]>;
25
- /**
26
- * Called when the table is being destroyed. Use this function, to clean up
27
- * any open connections or free any held resources that were set up during connect.
28
- */
29
- disconnect(): void;
30
- /**
31
- * Paginate the data (client-side). If you're using server-side pagination,
32
- * this would be replaced by requesting the appropriate data from the server.
33
- */
34
- private getPagedData;
35
- /**
36
- * Sort the data (client-side). If you're using server-side sorting,
37
- * this would be replaced by requesting the appropriate data from the server.
38
- */
39
- private getSortedData;
40
- }
@@ -1,25 +0,0 @@
1
- import { AfterViewInit, OnChanges, EventEmitter } from '@angular/core';
2
- import { MatPaginator } from '@angular/material/paginator';
3
- import { MatSort } from '@angular/material/sort';
4
- import { MatTable } from '@angular/material/table';
5
- import { ArrayService } from '../../../services/array.service';
6
- import { DynamicTableColumn } from '../../../data-structures/dynamic-layout.structure';
7
- import * as i0 from "@angular/core";
8
- export declare class DynamicTableComponent implements AfterViewInit, OnChanges {
9
- private arrayService;
10
- paginator: MatPaginator;
11
- sort: MatSort;
12
- table: MatTable<any>;
13
- columns: DynamicTableColumn[];
14
- items: any[];
15
- withClickableRows: boolean;
16
- rowClicked: EventEmitter<any>;
17
- private dataSource;
18
- constructor(arrayService: ArrayService);
19
- ngAfterViewInit(): void;
20
- ngOnChanges(): void;
21
- listColumnAttrs(): string[];
22
- onRowClicked(row: any): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<DynamicTableComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<DynamicTableComponent, "mantle-dynamic-table", never, { "columns": "columns"; "items": "items"; "withClickableRows": "withClickableRows"; }, { "rowClicked": "rowClicked"; }, never, never>;
25
- }
@@ -1,17 +0,0 @@
1
- import { MatDialogRef } from "@angular/material/dialog";
2
- import { FileAttachment } from '../../../data-structures/file-attachment.structure';
3
- import { WebApiService } from '../../../services/web-api.service';
4
- import * as i0 from "@angular/core";
5
- export declare class FilePreviewDialogComponent {
6
- private dialogRef;
7
- private params;
8
- private webApiService;
9
- private filename;
10
- private downloadUrl;
11
- previewUrl: string;
12
- constructor(dialogRef: MatDialogRef<FilePreviewDialogComponent>, params: FileAttachment, webApiService: WebApiService);
13
- onDownload(): void;
14
- onCancel(): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<FilePreviewDialogComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<FilePreviewDialogComponent, "mantle-file-preview-dialog", never, {}, {}, never, never>;
17
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class LoaderComponent {
3
- delay: number;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "mantle-loader", never, { "delay": "delay"; }, {}, never, never>;
6
- }
@@ -1,18 +0,0 @@
1
- import { MatDialogRef } from "@angular/material/dialog";
2
- import * as i0 from "@angular/core";
3
- export declare class QrCodeDialogComponent {
4
- private dialogRef;
5
- private params;
6
- value: string;
7
- instructions: string;
8
- constructor(dialogRef: MatDialogRef<{
9
- value: string;
10
- instructions: string;
11
- }>, params: {
12
- value: string;
13
- instructions: string;
14
- });
15
- onClose(): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<QrCodeDialogComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<QrCodeDialogComponent, "mantle-qr-code-dialog", never, {}, {}, never, never>;
18
- }
@@ -1,15 +0,0 @@
1
- import { MatDialogRef } from "@angular/material/dialog";
2
- import * as i0 from "@angular/core";
3
- export interface SaveConfirmationDialogParams {
4
- message?: string;
5
- }
6
- export declare class SaveConfirmationDialogComponent {
7
- private dialogRef;
8
- private params;
9
- message?: string;
10
- constructor(dialogRef: MatDialogRef<SaveConfirmationDialogComponent>, params: SaveConfirmationDialogParams);
11
- onSaveClicked(): void;
12
- onCancel(): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<SaveConfirmationDialogComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<SaveConfirmationDialogComponent, "mantle-save-confirmation-dialog", never, {}, {}, never, never>;
15
- }
@@ -1,21 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { DynamicFormContent } from '../../../data-structures/dynamic-layout.structure';
3
- import { DynamicFormComponent } from '../../../components/form/dynamic-form/dynamic-form.component';
4
- import { DynamicFormField, DynamicFormService } from '../../../services/dynamic-form.service';
5
- import { ObjectService } from '../../../services/object.service';
6
- import * as i0 from "@angular/core";
7
- export declare class SearchPanelComponent implements OnInit {
8
- private dynamicFormService;
9
- private objectService;
10
- searchForm: DynamicFormComponent;
11
- searchFields: DynamicFormField[];
12
- search: EventEmitter<any>;
13
- content: DynamicFormContent;
14
- constructor(dynamicFormService: DynamicFormService, objectService: ObjectService);
15
- ngOnInit(): void;
16
- get searchParams(): any;
17
- onResetClicked(): void;
18
- onSearchClicked(): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<SearchPanelComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchPanelComponent, "mantle-search-panel", never, { "searchFields": "searchFields"; }, { "search": "search"; }, never, never>;
21
- }
@@ -1,11 +0,0 @@
1
- import { MatSnackBarRef } from '@angular/material/snack-bar';
2
- import * as i0 from "@angular/core";
3
- export declare class SnackbarComponent {
4
- data: any;
5
- private snackbarRef;
6
- icon: string;
7
- constructor(data: any, snackbarRef: MatSnackBarRef<SnackbarComponent>);
8
- close(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SnackbarComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarComponent, "mantle-snackbar", never, {}, {}, never, never>;
11
- }
@@ -1,37 +0,0 @@
1
- export declare const COLUMN_CHART: {
2
- chart: {
3
- type: string;
4
- };
5
- yAxis: {
6
- alignTicks: boolean;
7
- min: number;
8
- title: {
9
- text: string;
10
- };
11
- stackLabels: {
12
- enabled: boolean;
13
- style: {
14
- color: string;
15
- };
16
- };
17
- };
18
- legend: {
19
- enabled: boolean;
20
- };
21
- tooltip: {
22
- useHTML: boolean;
23
- borderColor: string;
24
- headerFormat: string;
25
- pointFormat: string;
26
- footerFormat: string;
27
- };
28
- plotOptions: {
29
- column: {
30
- stacking: string;
31
- borderRadius: number;
32
- dataLabels: {
33
- enabled: boolean;
34
- };
35
- };
36
- };
37
- };
@@ -1,17 +0,0 @@
1
- export declare const GANTT_CHART: {
2
- chart: {
3
- type: string;
4
- };
5
- yAxis: {
6
- grid: {
7
- borderWidth: number;
8
- };
9
- gridLineWidth: number;
10
- };
11
- plotOptions: {
12
- gantt: {
13
- borderRadius: number;
14
- pointWidth: number;
15
- };
16
- };
17
- };
@@ -1,20 +0,0 @@
1
- export declare const PIE_CHART: {
2
- chart: {
3
- type: string;
4
- };
5
- tooltip: {
6
- useHTML: boolean;
7
- distance: number;
8
- headerFormat: string;
9
- pointFormat: string;
10
- };
11
- plotOptions: {
12
- pie: {
13
- shadow: boolean;
14
- cursor: string;
15
- dataLabels: {
16
- enabled: boolean;
17
- };
18
- };
19
- };
20
- };
@@ -1,49 +0,0 @@
1
- export declare const PROGRESS_BAR_CHART: {
2
- chart: {
3
- type: string;
4
- backgroundColor: string;
5
- margin: number[];
6
- spacing: number[];
7
- height: number;
8
- reflow: boolean;
9
- };
10
- title: {
11
- text: string;
12
- };
13
- tooltip: {
14
- enabled: boolean;
15
- };
16
- legend: {
17
- enabled: boolean;
18
- };
19
- credits: {
20
- enabled: boolean;
21
- };
22
- xAxis: {
23
- visible: boolean;
24
- };
25
- yAxis: {
26
- visible: boolean;
27
- min: number;
28
- };
29
- plotOptions: {
30
- bar: {
31
- groupPadding: number;
32
- pointPadding: number;
33
- };
34
- series: {
35
- dataLabels: {
36
- enabled: boolean;
37
- };
38
- stacking: string;
39
- states: {
40
- hover: {
41
- enabled: boolean;
42
- };
43
- inactive: {
44
- enabled: boolean;
45
- };
46
- };
47
- };
48
- };
49
- };
@@ -1,23 +0,0 @@
1
- export declare const SPLINE_CHART: {
2
- chart: {
3
- type: string;
4
- };
5
- yAxis: {
6
- title: {
7
- text: string;
8
- };
9
- };
10
- plotOptions: {
11
- series: {
12
- label: {
13
- enabled: boolean;
14
- };
15
- marker: {
16
- symbol: string;
17
- };
18
- };
19
- };
20
- legend: {
21
- enabled: boolean;
22
- };
23
- };
@@ -1,179 +0,0 @@
1
- import { DynamicFormField } from '../services/dynamic-form.service';
2
- export interface DynamicDetailsContent {
3
- data: any;
4
- containers: DynamicLayoutContainer[];
5
- }
6
- export interface DynamicFormContent {
7
- data: any;
8
- errors?: any;
9
- containers: DynamicLayoutContainer[];
10
- settings?: any;
11
- }
12
- export interface DynamicDashboardContent {
13
- data: any;
14
- containers: DynamicLayoutContainer[];
15
- }
16
- export interface DynamicLayoutContainer {
17
- slug?: string;
18
- container_style: 'plain' | 'accordion';
19
- sections: DynamicLayoutSection[];
20
- }
21
- export interface DynamicLayoutSection {
22
- title?: string;
23
- slug?: string;
24
- layout: 'grid' | 'table' | 'dashboard' | 'markdown';
25
- config?: TableSectionConfig;
26
- writable: boolean;
27
- hidden: boolean;
28
- collapsed: boolean;
29
- options: any;
30
- }
31
- export interface DynamicLayoutGridSection {
32
- title?: string;
33
- slug?: string;
34
- layout: 'grid';
35
- elements: DynamicFormField[];
36
- writable: boolean;
37
- hidden: boolean;
38
- collapsed: boolean;
39
- options: any;
40
- singleColumn?: boolean;
41
- rowHeight?: string;
42
- }
43
- export interface DynamicLayoutTableSection {
44
- title?: string;
45
- slug?: string;
46
- layout: 'table';
47
- config: TableSectionConfig;
48
- elements: DynamicTableColumn[];
49
- writable: boolean;
50
- hidden: boolean;
51
- collapsed: boolean;
52
- options: any;
53
- }
54
- export interface DynamicLayoutRosterShiftListSection {
55
- title?: string;
56
- slug?: string;
57
- layout: 'roster-shift-list';
58
- config: TableSectionConfig;
59
- elements: DynamicTableColumn[];
60
- writable: boolean;
61
- hidden: boolean;
62
- collapsed: boolean;
63
- options: any;
64
- }
65
- export interface DynamicLayoutDashboardSection {
66
- title?: string;
67
- slug?: string;
68
- layout: 'dashboard';
69
- elements: DynamicDashboardWidget[];
70
- writable: boolean;
71
- hidden: boolean;
72
- collapsed: boolean;
73
- options: any;
74
- }
75
- export interface DynamicLayoutMarkdownSection {
76
- title?: string;
77
- slug?: string;
78
- layout: 'markdown';
79
- elements: DynamicLayoutMarkdownElement[];
80
- writable: boolean;
81
- hidden: boolean;
82
- collapsed: boolean;
83
- options: any;
84
- }
85
- export interface DynamicLayoutMarkdownElement {
86
- text: string;
87
- }
88
- export interface TableSectionConfig {
89
- attr: string;
90
- modal_section?: DynamicLayoutGridSection;
91
- can_add: boolean;
92
- can_edit: boolean;
93
- can_delete: boolean;
94
- }
95
- export interface DynamicDashboardWidget {
96
- label: string;
97
- slug: string;
98
- }
99
- export interface DynamicLayoutGridDimensions {
100
- rowHeight: string;
101
- }
102
- export interface DynamicLayoutGridCellDimensions {
103
- colspan: number;
104
- rowspan: number;
105
- }
106
- export interface DynamicLayoutEditorContent {
107
- data: {
108
- dynamic_layout_containers_attributes: DynamicLayoutEditorContainer[];
109
- };
110
- }
111
- export interface DynamicLayoutEditorContainer {
112
- dynamic_layout_sections_attributes: DynamicLayoutEditorSection[];
113
- id: string;
114
- dynamic_layout_id: string;
115
- slug: string;
116
- container_style: 'plain' | 'accordion';
117
- ordinal: number;
118
- }
119
- export interface DynamicLayoutEditorSection {
120
- dynamic_layout_grid_fields_attributes: DynamicLayoutEditorFormField[];
121
- dynamic_layout_dashboard_widgets_attributes: DynamicLayoutEditorDashboardWidget[];
122
- dynamic_layout_markdown_elements_attributes: DynamicLayoutEditorMarkdownElement[];
123
- dynamic_layout_table_columns_attributes: DynamicLayoutEditorTableColumn[];
124
- id: string;
125
- dynamic_layout_container_id: string;
126
- title: string;
127
- slug: string;
128
- layout_style: 'grid' | 'table' | 'dashboard' | 'markdown';
129
- collapsed: boolean;
130
- options: any;
131
- ordinal: number;
132
- elements_locked: boolean;
133
- singleColumn?: boolean;
134
- rowHeight?: string;
135
- }
136
- export interface DynamicLayoutEditorFormField {
137
- id: string;
138
- dynamic_layout_section_id: string;
139
- label: string;
140
- attr_name: string;
141
- attr_type: string;
142
- ordinal: number;
143
- user_specified: boolean;
144
- _destroy: boolean;
145
- }
146
- export interface DynamicLayoutEditorDashboardWidget {
147
- id: string;
148
- dynamic_layout_section_id: string;
149
- label: string;
150
- widget_slug: string;
151
- ordinal: number;
152
- }
153
- export interface DynamicLayoutEditorMarkdownElement {
154
- id: string;
155
- dynamic_layout_section_id: string;
156
- text: string;
157
- ordinal: number;
158
- }
159
- export interface DynamicLayoutEditorTableColumn {
160
- id: string;
161
- dynamic_layout_section_id: string;
162
- label: string;
163
- attr_name: string;
164
- attr_type: string;
165
- ordinal: number;
166
- user_specified: boolean;
167
- _destroy: boolean;
168
- }
169
- export interface DynamicTableColumn {
170
- header: string;
171
- attr: string;
172
- type: string;
173
- options: any;
174
- hidden?: boolean;
175
- }
176
- export interface DashboardCardSearchMenuContent {
177
- data: any;
178
- elements: DynamicFormField[];
179
- }
@@ -1,6 +0,0 @@
1
- export interface FileAttachment {
2
- filename: string;
3
- source_url: string;
4
- preview_url: string;
5
- signed_id: string | null;
6
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class ClickStopPropagationDirective {
3
- onClick(event: any): void;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<ClickStopPropagationDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<ClickStopPropagationDirective, "[click-stop-propagation]", never, {}, {}, never>;
6
- }
@@ -1,12 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class FileDropzoneDirective {
4
- fileDropzone: boolean;
5
- fileOver: boolean;
6
- fileDropped: EventEmitter<any>;
7
- onDragOver(event: any): void;
8
- onDragLeave(event: any): void;
9
- ondrop(event: any): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<FileDropzoneDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<FileDropzoneDirective, "[file-dropzone]", never, {}, { "fileDropped": "fileDropped"; }, never>;
12
- }
@@ -1,15 +0,0 @@
1
- import { Injector } from '@angular/core';
2
- import { CanActivate, ActivatedRouteSnapshot, Router } from '@angular/router';
3
- import { AnnouncementService } from '../services/announcement.service';
4
- import { CurrentUserService } from '../services/current-user.service';
5
- import * as i0 from "@angular/core";
6
- export declare class FeatureGuard implements CanActivate {
7
- private announcementService;
8
- private currentUserService;
9
- private router;
10
- private injector;
11
- constructor(announcementService: AnnouncementService, currentUserService: CurrentUserService, router: Router, injector: Injector);
12
- canActivate(route: ActivatedRouteSnapshot): Promise<boolean>;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<FeatureGuard, never>;
14
- static ɵprov: i0.ɵɵInjectableDeclaration<FeatureGuard>;
15
- }
@@ -1,11 +0,0 @@
1
- import { CanActivateChild } from '@angular/router';
2
- import { Observable } from 'rxjs';
3
- import { PasswordCheckService } from '../services/password-check.service';
4
- import * as i0 from "@angular/core";
5
- export declare class PasswordCheckGuard implements CanActivateChild {
6
- private passwordCheckService;
7
- constructor(passwordCheckService: PasswordCheckService);
8
- canActivateChild(): Observable<boolean>;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<PasswordCheckGuard, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<PasswordCheckGuard>;
11
- }
@@ -1,10 +0,0 @@
1
- import { CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router';
2
- import { AngularTokenService } from 'angular-token';
3
- import * as i0 from "@angular/core";
4
- export declare class SessionGuard implements CanActivate {
5
- private angularTokenService;
6
- constructor(angularTokenService: AngularTokenService);
7
- canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SessionGuard, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<SessionGuard>;
10
- }
@@ -1,62 +0,0 @@
1
- export declare const MANTLE_LANG_EN: {
2
- mantle: {
3
- auth: {
4
- incorrect_password: string;
5
- page_access_denied: string;
6
- };
7
- buttons: {
8
- add: string;
9
- add_item: string;
10
- cancel: string;
11
- clone: string;
12
- close_actions: string;
13
- collapse_table: string;
14
- confirm: string;
15
- delete: string;
16
- deleting: string;
17
- download: string;
18
- edit: string;
19
- expand_table: string;
20
- export: string;
21
- exporting: string;
22
- open_actions: string;
23
- reset: string;
24
- save: string;
25
- saving: string;
26
- search: string;
27
- submit: string;
28
- };
29
- file_preview: {
30
- unable_to_preview_file: string;
31
- };
32
- image_cropper: {
33
- crop_image: string;
34
- original: string;
35
- preview: string;
36
- };
37
- messages: {
38
- are_you_sure: string;
39
- confirm_deletion: string;
40
- could_not_update_locale: string;
41
- delete_failed: string;
42
- delete_successful: string;
43
- export_failed: string;
44
- save_failed: string;
45
- save_successful: string;
46
- unable_to_upload_file: string;
47
- unknown_error: string;
48
- };
49
- paginator: {
50
- items_per_page: string;
51
- first_page: string;
52
- previous_page: string;
53
- next_page: string;
54
- last_page: string;
55
- of: string;
56
- };
57
- search_panel: {
58
- search: string;
59
- filter_by: string;
60
- };
61
- };
62
- };