mdt-client 1.0.30 → 1.1.0

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 (639) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/dist/index.js +12 -2
  3. package/dist/index.js.map +1 -1
  4. package/dist/tsconfig.tsbuildinfo +1 -10298
  5. package/package.json +3 -5
  6. package/types/common/Field.d.ts +2 -1
  7. package/types/common/Record.d.ts +8 -1
  8. package/types/common/Table.d.ts +11 -6
  9. package/types/components/baseFormControls/input/inputView.d.ts +4 -1
  10. package/types/components/icon/iconOptions.d.ts +0 -1
  11. package/types/helpers/types.d.ts +18 -2
  12. package/types/helpers/ui/elementModificators/focusableComponent.d.ts +10 -0
  13. package/types/helpers/ui/elementModificators/modificatorsTypes.d.ts +4 -0
  14. package/types/helpers/ui/keyboardUtils/keyboardUtils.d.ts +16 -0
  15. package/types/helpers/zone/IZone.d.ts +0 -1
  16. package/types/services/IFilter.d.ts +18 -4
  17. package/types/services/customModules/facades/Form/IFormControlFacade.d.ts +3 -0
  18. package/types/services/customModules/facades/Form/IFormFacade.d.ts +6 -0
  19. package/types/services/customModules/facades/IMdtFacade.d.ts +4 -2
  20. package/types/services/customModules/facades/List/IListControlFacade.d.ts +0 -1
  21. package/types/services/customModules/facades/List/IListServiceFacade.d.ts +4 -2
  22. package/types/services/customModules/facades/utils/IUiComponentsFacade.d.ts +2 -3
  23. package/types/services/customModules/facades/utils/IUiFacade.d.ts +0 -1
  24. package/types/services/customModules/facades/utils/ImUtilsFacade.d.ts +0 -1
  25. package/types/services/dropdown/IDropDownMenu.d.ts +0 -1
  26. package/types/views/form/controls/commonControl/ICommonControl.d.ts +0 -1
  27. package/types/views/list/IListView.d.ts +4 -2
  28. package/types/views/list/schema/ListPageOptions.schema.d.ts +4 -1
  29. package/types/_core/scripts/Configuration.d.ts +0 -6
  30. package/types/_core/scripts/Router.d.ts +0 -12
  31. package/types/_core/scripts/common/Datasource.d.ts +0 -9
  32. package/types/_core/scripts/common/Field.d.ts +0 -38
  33. package/types/_core/scripts/common/MdtField.d.ts +0 -9
  34. package/types/_core/scripts/common/MdtObject.d.ts +0 -7
  35. package/types/_core/scripts/common/NavigationNode.d.ts +0 -46
  36. package/types/_core/scripts/common/Record.d.ts +0 -12
  37. package/types/_core/scripts/common/ServerMessagePrepare.d.ts +0 -2
  38. package/types/_core/scripts/common/ServerMessageProcess.d.ts +0 -1
  39. package/types/_core/scripts/common/Table.d.ts +0 -34
  40. package/types/_core/scripts/common/controls/ChangePassword.d.ts +0 -23
  41. package/types/_core/scripts/common/controls/ClientError.d.ts +0 -9
  42. package/types/_core/scripts/common/controls/Error.d.ts +0 -13
  43. package/types/_core/scripts/common/controls/ErrorDetails.d.ts +0 -9
  44. package/types/_core/scripts/common/controls/FieldPath.d.ts +0 -56
  45. package/types/_core/scripts/common/controls/Message.d.ts +0 -18
  46. package/types/_core/scripts/common/controls/ServerError.d.ts +0 -12
  47. package/types/_core/scripts/common/controls/ServerMessage.d.ts +0 -30
  48. package/types/_core/scripts/common/controls/commandMenu/commandInput.d.ts +0 -22
  49. package/types/_core/scripts/common/controls/commandMenu/commandItem.d.ts +0 -15
  50. package/types/_core/scripts/common/controls/commandMenu/commandMenu.d.ts +0 -15
  51. package/types/_core/scripts/common/controls/datepicker/datePickerInput.d.ts +0 -45
  52. package/types/_core/scripts/common/controls/datepicker/datepicker.d.ts +0 -31
  53. package/types/_core/scripts/common/controls/datepicker/field.d.ts +0 -15
  54. package/types/_core/scripts/common/controls/datepicker/locale.d.ts +0 -2
  55. package/types/_core/scripts/common/controls/datepicker/numberInput.d.ts +0 -12
  56. package/types/_core/scripts/common/controls/datepicker/timePicker.d.ts +0 -28
  57. package/types/_core/scripts/common/controls/datepicker/types.d.ts +0 -33
  58. package/types/_core/scripts/common/controls/datepicker/utils.d.ts +0 -25
  59. package/types/_core/scripts/common/controls/dragDrop.d.ts +0 -13
  60. package/types/_core/scripts/common/controls/time/timeFieldControl.d.ts +0 -12
  61. package/types/_core/scripts/common/controls/time/timeInput.d.ts +0 -22
  62. package/types/_core/scripts/common/form/CommonFormExtender.d.ts +0 -15
  63. package/types/_core/scripts/common/form/tabs/TabsFormExtender.d.ts +0 -22
  64. package/types/_core/scripts/common/list/ListExt.d.ts +0 -67
  65. package/types/_core/scripts/common/list/aggregation/Aggregation.d.ts +0 -38
  66. package/types/_core/scripts/common/list/cacheUpdateTime/CacheUpdateTimeListExtender.d.ts +0 -22
  67. package/types/_core/scripts/common/list/cellControlExtender/CellControlListExtender.d.ts +0 -18
  68. package/types/_core/scripts/common/list/cellControlExtender/controls/file.d.ts +0 -6
  69. package/types/_core/scripts/common/list/columnMenu/ColumnMenu.d.ts +0 -8
  70. package/types/_core/scripts/common/list/columnMenu/ColumnMenuListExtender.d.ts +0 -26
  71. package/types/_core/scripts/common/list/columnMenu/QuickFilter.d.ts +0 -40
  72. package/types/_core/scripts/common/list/columnMenu/ValuesFilter.d.ts +0 -45
  73. package/types/_core/scripts/common/list/dragDrop/DragDropListExtender.d.ts +0 -44
  74. package/types/_core/scripts/common/list/dragDrop/DragDropListTransformer.d.ts +0 -6
  75. package/types/_core/scripts/common/list/export/ExportListExtender.d.ts +0 -40
  76. package/types/_core/scripts/common/list/form/FormListExtender.d.ts +0 -77
  77. package/types/_core/scripts/common/list/form/openRecord/OpenRecordFormAdapter.d.ts +0 -5
  78. package/types/_core/scripts/common/list/form/openRecord/OpenRecordRowTransformer.d.ts +0 -7
  79. package/types/_core/scripts/common/list/gallery/GalleryListExtender.d.ts +0 -38
  80. package/types/_core/scripts/common/list/group/GroupListExtender.d.ts +0 -26
  81. package/types/_core/scripts/common/list/group/GroupListNamedSettings.d.ts +0 -11
  82. package/types/_core/scripts/common/list/group/GroupingHelper.d.ts +0 -8
  83. package/types/_core/scripts/common/list/group/GroupingListExtender.d.ts +0 -104
  84. package/types/_core/scripts/common/list/group/GroupingRowTransformer.d.ts +0 -10
  85. package/types/_core/scripts/common/list/hierarchy/HierarchyTransformerCtrl.d.ts +0 -4
  86. package/types/_core/scripts/common/list/hierarchy/LoadMoreRowTransformer.d.ts +0 -7
  87. package/types/_core/scripts/common/list/hierarchy/hierarchyListExtender.d.ts +0 -69
  88. package/types/_core/scripts/common/list/historyType/HistoryTypeListExtender.d.ts +0 -18
  89. package/types/_core/scripts/common/list/labelStyle/LabelStyleHelper.d.ts +0 -12
  90. package/types/_core/scripts/common/list/labelStyle/LabelStyleListExtender.d.ts +0 -27
  91. package/types/_core/scripts/common/list/labelStyle/LabelStyleSchema.d.ts +0 -6
  92. package/types/_core/scripts/common/list/legend/LegendListExtender.d.ts +0 -16
  93. package/types/_core/scripts/common/list/listView/ColumnListCtrl.d.ts +0 -12
  94. package/types/_core/scripts/common/list/listView/ListExtender.d.ts +0 -30
  95. package/types/_core/scripts/common/list/listView/ListViewSettings.d.ts +0 -12
  96. package/types/_core/scripts/common/list/namedFilter/BaseListExtender.d.ts +0 -13
  97. package/types/_core/scripts/common/list/namedFilter/InMemoryListExtender.d.ts +0 -37
  98. package/types/_core/scripts/common/list/namedFilter/ListExtender.d.ts +0 -25
  99. package/types/_core/scripts/common/list/namedSettings/Modal.d.ts +0 -19
  100. package/types/_core/scripts/common/list/namedSettings/NamedSettingsDataManager.d.ts +0 -9
  101. package/types/_core/scripts/common/list/namedSettings/NamedSettingsManager.d.ts +0 -59
  102. package/types/_core/scripts/common/list/namedSettings/NamedSettingsRecord.d.ts +0 -18
  103. package/types/_core/scripts/common/list/reorder/ReorderListExtender.d.ts +0 -19
  104. package/types/_core/scripts/common/list/rowAction/RowActionColumn.d.ts +0 -5
  105. package/types/_core/scripts/common/list/select/SelectListColumn.d.ts +0 -5
  106. package/types/_core/scripts/common/list/select/SelectListExtender.d.ts +0 -46
  107. package/types/_core/scripts/common/list/styleField/StyleFieldListExtender.d.ts +0 -14
  108. package/types/_core/scripts/common/list/styleField/StyleTransformers.d.ts +0 -8
  109. package/types/_core/scripts/common/list/toolbar/toolbar.d.ts +0 -37
  110. package/types/_core/scripts/common/list/toolbarFilters/SearchableCheckboxList.d.ts +0 -29
  111. package/types/_core/scripts/common/list/toolbarFilters/ToolbarFiltersListExtender.d.ts +0 -31
  112. package/types/_core/scripts/common/list/virtualScroll/VirtualScrollListExtender.d.ts +0 -27
  113. package/types/_core/scripts/common/module.d.ts +0 -1
  114. package/types/_core/scripts/components/baseFormControls/boolean/checkbox/checkbox.d.ts +0 -10
  115. package/types/_core/scripts/components/baseFormControls/boolean/checkboxFieldControl/checkboxFieldControl.d.ts +0 -4
  116. package/types/_core/scripts/components/baseFormControls/boolean/labeledCheckbox/labeledCheckbox.d.ts +0 -6
  117. package/types/_core/scripts/components/baseFormControls/input/inputView.d.ts +0 -22
  118. package/types/_core/scripts/components/baseFormControls/input/unstyledInputView.d.ts +0 -3
  119. package/types/_core/scripts/components/baseFormControls/picker/picker.d.ts +0 -15
  120. package/types/_core/scripts/components/baseFormControls/select/select.d.ts +0 -24
  121. package/types/_core/scripts/components/baseFormControls/textarea/textarea.d.ts +0 -16
  122. package/types/_core/scripts/components/baseFormControls/wordWrap/wordWrap.d.ts +0 -14
  123. package/types/_core/scripts/components/button/baseButton/button.d.ts +0 -15
  124. package/types/_core/scripts/components/button/dropdownButton/dropdownButton.d.ts +0 -8
  125. package/types/_core/scripts/components/button/dropdownButton/dropdownButtonStateController.d.ts +0 -14
  126. package/types/_core/scripts/components/buttonGroup/buttonGroup.d.ts +0 -11
  127. package/types/_core/scripts/components/cardChart/cardChart.d.ts +0 -27
  128. package/types/_core/scripts/components/cardChart/cardChartChange.d.ts +0 -11
  129. package/types/_core/scripts/components/cardChart/cardChartCtrl.d.ts +0 -10
  130. package/types/_core/scripts/components/cardChart/services/cardFontResizer.d.ts +0 -21
  131. package/types/_core/scripts/components/cardChart/services/cardLineClampService.d.ts +0 -6
  132. package/types/_core/scripts/components/cardChart/services/cardValueFontResizer.d.ts +0 -11
  133. package/types/_core/scripts/components/dropdown/dropdown.d.ts +0 -12
  134. package/types/_core/scripts/components/dropdown/menu/dropdownMenu.d.ts +0 -7
  135. package/types/_core/scripts/components/dropdown/menu/group/dropdownGroup.d.ts +0 -9
  136. package/types/_core/scripts/components/dropdown/menu/item/dropdownInputItem.d.ts +0 -4
  137. package/types/_core/scripts/components/dropdown/menu/item/dropdownInputItemOptions.d.ts +0 -5
  138. package/types/_core/scripts/components/dropdown/menu/item/dropdownItemWrap.d.ts +0 -7
  139. package/types/_core/scripts/components/dropdown/menu/item/dropdownItemWrapOptions.d.ts +0 -19
  140. package/types/_core/scripts/components/dropdown/menuActionItem/dropdownMenuItem.d.ts +0 -6
  141. package/types/_core/scripts/components/dropdown/menuActionItem/dropdownMenuItemOptions.d.ts +0 -28
  142. package/types/_core/scripts/components/elements/clearActionView.d.ts +0 -7
  143. package/types/_core/scripts/components/elements/clearIconView.d.ts +0 -6
  144. package/types/_core/scripts/components/form/fieldView/fieldView.d.ts +0 -14
  145. package/types/_core/scripts/components/form/finalFormAdapter/ControlStore.d.ts +0 -13
  146. package/types/_core/scripts/components/form/finalFormAdapter/FinalForm.d.ts +0 -23
  147. package/types/_core/scripts/components/form/finalFormAdapter/IFormLayoutRenderer.d.ts +0 -10
  148. package/types/_core/scripts/components/form/header/headerView.d.ts +0 -14
  149. package/types/_core/scripts/components/form/label/label.d.ts +0 -22
  150. package/types/_core/scripts/components/form/layout/json/FinalFormJsonRenderer.d.ts +0 -60
  151. package/types/_core/scripts/components/form/layout/json/JsonFormView.d.ts +0 -46
  152. package/types/_core/scripts/components/form/layout/json/JsonUtils.d.ts +0 -5
  153. package/types/_core/scripts/components/form/layout/json/fullWidthFormComponent/fullWidthFormComponent.d.ts +0 -8
  154. package/types/_core/scripts/components/form/layout/json/monacoJsonControl.d.ts +0 -5
  155. package/types/_core/scripts/components/form/mdtFieldControl/JsonFormFieldControl.d.ts +0 -23
  156. package/types/_core/scripts/components/hotkey/hotkey.d.ts +0 -7
  157. package/types/_core/scripts/components/icon/icon.d.ts +0 -4
  158. package/types/_core/scripts/components/icon/iconOptions.d.ts +0 -17
  159. package/types/_core/scripts/components/iconButton/iconButton.d.ts +0 -10
  160. package/types/_core/scripts/components/iframe/iframe.d.ts +0 -10
  161. package/types/_core/scripts/components/jsonFormat/jsonFormatView.d.ts +0 -24
  162. package/types/_core/scripts/components/labelStyleBase/labelStyleBase.d.ts +0 -12
  163. package/types/_core/scripts/components/panel/panelView.d.ts +0 -10
  164. package/types/_core/scripts/components/popover/IPopoverBase.d.ts +0 -17
  165. package/types/_core/scripts/components/popover/PopoverBase.d.ts +0 -23
  166. package/types/_core/scripts/components/processFormBlock/ProcessFormBlockOptions.d.ts +0 -18
  167. package/types/_core/scripts/components/processFormBlock/processFormBlock.d.ts +0 -4
  168. package/types/_core/scripts/components/processPrincipalsList/ProcessPrincipalsListItem.d.ts +0 -5
  169. package/types/_core/scripts/components/processPrincipalsList/processPrincipalsList.d.ts +0 -8
  170. package/types/_core/scripts/components/progressBar/progressBar.d.ts +0 -10
  171. package/types/_core/scripts/components/progressBar/progressBarCtrl.d.ts +0 -8
  172. package/types/_core/scripts/components/progressBar/progressBarStateController.d.ts +0 -9
  173. package/types/_core/scripts/components/resizablePanels/panelSizeController/insetAdapter/insetAdapter.d.ts +0 -12
  174. package/types/_core/scripts/components/resizablePanels/panelSizeController/insetAdapter/insetAdapterService.d.ts +0 -14
  175. package/types/_core/scripts/components/resizablePanels/panelSizeController/panelSizeController.d.ts +0 -31
  176. package/types/_core/scripts/components/resizablePanels/panelSizeController/panelsDragController.d.ts +0 -19
  177. package/types/_core/scripts/components/resizablePanels/panelSizeController/resizeController.d.ts +0 -25
  178. package/types/_core/scripts/components/resizablePanels/panelTitle/panelTitle.d.ts +0 -14
  179. package/types/_core/scripts/components/resizablePanels/panelToolbar/panelToolbar.d.ts +0 -6
  180. package/types/_core/scripts/components/resizablePanels/resizablePanel/resizablePanel.d.ts +0 -23
  181. package/types/_core/scripts/components/resizablePanels/resizablePanels.d.ts +0 -12
  182. package/types/_core/scripts/components/resizablePanels/resizablePanelsController.d.ts +0 -14
  183. package/types/_core/scripts/components/resizablePanels/resizablePanelsFocusController.d.ts +0 -16
  184. package/types/_core/scripts/components/resizablePanels/resizer/panelResizer.d.ts +0 -11
  185. package/types/_core/scripts/components/resizablePanels/resizer/resizerPositionController.d.ts +0 -6
  186. package/types/_core/scripts/components/skeleton/Skeleton.d.ts +0 -14
  187. package/types/_core/scripts/components/textWithIcon/textWithIcon.d.ts +0 -17
  188. package/types/_core/scripts/components/toggleablePanels/toggleablePanels.d.ts +0 -34
  189. package/types/_core/scripts/components/toggleablePanels/toggleablePanelsCtrl.d.ts +0 -20
  190. package/types/_core/scripts/components/tooltip/controllers/globalEventHandler.d.ts +0 -19
  191. package/types/_core/scripts/components/tooltip/controllers/tooltipGenerator.d.ts +0 -11
  192. package/types/_core/scripts/components/tooltip/controllers/tooltipPositionController.d.ts +0 -31
  193. package/types/_core/scripts/components/tooltip/controllers/tooltipTarget.d.ts +0 -10
  194. package/types/_core/scripts/components/tooltip/tooltip.d.ts +0 -9
  195. package/types/_core/scripts/components/topNavButton/topNavButton.d.ts +0 -6
  196. package/types/_core/scripts/data/active/ActivationCellTransformer.d.ts +0 -5
  197. package/types/_core/scripts/data/active/ActivationFormAdapter.d.ts +0 -12
  198. package/types/_core/scripts/data/active/ActivationListAdapter.d.ts +0 -10
  199. package/types/_core/scripts/data/active/ActivationManager.d.ts +0 -8
  200. package/types/_core/scripts/data/active/ActivationRowTransformer.d.ts +0 -3
  201. package/types/_core/scripts/data/active/ActivationSchema.d.ts +0 -5
  202. package/types/_core/scripts/data/active/FilterItems.d.ts +0 -18
  203. package/types/_core/scripts/data/fieldFilter/ToolbarFieldFilterListExtender.d.ts +0 -20
  204. package/types/_core/scripts/datasources/ApiDatasource.d.ts +0 -20
  205. package/types/_core/scripts/datasources/FetchResult.d.ts +0 -5
  206. package/types/_core/scripts/datasources/MemoryDatasource.d.ts +0 -26
  207. package/types/_core/scripts/datasources/TabularDatasource/TabularDatasource.d.ts +0 -16
  208. package/types/_core/scripts/datasources/TabularDatasource/TabularDatasourceDataService.d.ts +0 -17
  209. package/types/_core/scripts/errorHandling.d.ts +0 -35
  210. package/types/_core/scripts/helpers/FieldValueFormatter.d.ts +0 -1
  211. package/types/_core/scripts/helpers/IUi.d.ts +0 -1
  212. package/types/_core/scripts/helpers/PositionCalculator.d.ts +0 -59
  213. package/types/_core/scripts/helpers/debug.d.ts +0 -6
  214. package/types/_core/scripts/helpers/extend.d.ts +0 -66
  215. package/types/_core/scripts/helpers/formatOptions.d.ts +0 -6
  216. package/types/_core/scripts/helpers/formattedText.d.ts +0 -9
  217. package/types/_core/scripts/helpers/notification/ConsoleNotifier.d.ts +0 -4
  218. package/types/_core/scripts/helpers/notification/PopupNotifier.d.ts +0 -10
  219. package/types/_core/scripts/helpers/o2m.d.ts +0 -45
  220. package/types/_core/scripts/helpers/polyfills.d.ts +0 -16
  221. package/types/_core/scripts/helpers/removeMarkdown.d.ts +0 -1
  222. package/types/_core/scripts/helpers/textScript/createScript.d.ts +0 -1
  223. package/types/_core/scripts/helpers/textScript/runScript.d.ts +0 -8
  224. package/types/_core/scripts/helpers/types.d.ts +0 -40
  225. package/types/_core/scripts/helpers/ui/animate.d.ts +0 -24
  226. package/types/_core/scripts/helpers/ui/buttonTemplates.d.ts +0 -21
  227. package/types/_core/scripts/helpers/ui/closable.d.ts +0 -2
  228. package/types/_core/scripts/helpers/ui/commandButton.d.ts +0 -10
  229. package/types/_core/scripts/helpers/ui/confirmModal.d.ts +0 -2
  230. package/types/_core/scripts/helpers/ui/dom/getBrowserPrefix.d.ts +0 -9
  231. package/types/_core/scripts/helpers/ui/dom.d.ts +0 -54
  232. package/types/_core/scripts/helpers/ui/el.d.ts +0 -112
  233. package/types/_core/scripts/helpers/ui/expandDropdown.d.ts +0 -3
  234. package/types/_core/scripts/helpers/ui/hacks.d.ts +0 -7
  235. package/types/_core/scripts/helpers/ui/labelStyle/labelStyle.d.ts +0 -16
  236. package/types/_core/scripts/helpers/ui/link/link.d.ts +0 -8
  237. package/types/_core/scripts/helpers/ui/paletteHelper.d.ts +0 -5
  238. package/types/_core/scripts/helpers/ui/setTooltip.d.ts +0 -12
  239. package/types/_core/scripts/helpers/ui/show.d.ts +0 -68
  240. package/types/_core/scripts/helpers/ui/sortable.d.ts +0 -19
  241. package/types/_core/scripts/helpers/ui/tests.d.ts +0 -9
  242. package/types/_core/scripts/helpers/ui/ui_m.d.ts +0 -17
  243. package/types/_core/scripts/helpers/urlHelper.d.ts +0 -9
  244. package/types/_core/scripts/helpers/utils/CacheManager.d.ts +0 -6
  245. package/types/_core/scripts/helpers/utils/arraySortByOrder.d.ts +0 -5
  246. package/types/_core/scripts/helpers/utils/classNames.d.ts +0 -2
  247. package/types/_core/scripts/helpers/utils/deepEqual.d.ts +0 -1
  248. package/types/_core/scripts/helpers/utils/deepPropHandle.d.ts +0 -1
  249. package/types/_core/scripts/helpers/utils/errorHandling.d.ts +0 -1
  250. package/types/_core/scripts/helpers/utils/isPromisable.d.ts +0 -2
  251. package/types/_core/scripts/helpers/utils/json.d.ts +0 -1
  252. package/types/_core/scripts/helpers/utils/object.d.ts +0 -1
  253. package/types/_core/scripts/helpers/utils/stringifyControlSize.d.ts +0 -3
  254. package/types/_core/scripts/helpers/utils/v.d.ts +0 -2
  255. package/types/_core/scripts/helpers/utils.d.ts +0 -146
  256. package/types/_core/scripts/helpers/view.d.ts +0 -8
  257. package/types/_core/scripts/helpers/viewer.d.ts +0 -5
  258. package/types/_core/scripts/helpers/zone/IZone.d.ts +0 -7
  259. package/types/_core/scripts/helpers/zone/Zone.d.ts +0 -14
  260. package/types/_core/scripts/helpers/zone/Zones.d.ts +0 -6
  261. package/types/_core/scripts/messages.d.ts +0 -15
  262. package/types/_core/scripts/security/PermissionLevel.d.ts +0 -32
  263. package/types/_core/scripts/security/User.d.ts +0 -15
  264. package/types/_core/scripts/services/AppCommandManager.d.ts +0 -5
  265. package/types/_core/scripts/services/Auth.d.ts +0 -19
  266. package/types/_core/scripts/services/CommandManager.d.ts +0 -50
  267. package/types/_core/scripts/services/CommandManagerCommands.d.ts +0 -4
  268. package/types/_core/scripts/services/DebugManagerCommands.d.ts +0 -3
  269. package/types/_core/scripts/services/Evaluator.d.ts +0 -654
  270. package/types/_core/scripts/services/Extendable.d.ts +0 -15
  271. package/types/_core/scripts/services/Filter.d.ts +0 -35
  272. package/types/_core/scripts/services/FormManager.d.ts +0 -27
  273. package/types/_core/scripts/services/FormManagerCommands.d.ts +0 -3
  274. package/types/_core/scripts/services/FormService.d.ts +0 -7
  275. package/types/_core/scripts/services/FuzzysortManager.d.ts +0 -7
  276. package/types/_core/scripts/services/GlobalVarManager.d.ts +0 -17
  277. package/types/_core/scripts/services/HotkeyManager.d.ts +0 -4
  278. package/types/_core/scripts/services/IFilter.d.ts +0 -77
  279. package/types/_core/scripts/services/LayoutRecordManager.d.ts +0 -6
  280. package/types/_core/scripts/services/ListManagerCommands.d.ts +0 -3
  281. package/types/_core/scripts/services/ListService.d.ts +0 -21
  282. package/types/_core/scripts/services/ModuleData.d.ts +0 -8
  283. package/types/_core/scripts/services/ModuleService.d.ts +0 -12
  284. package/types/_core/scripts/services/NavigationControlManager.d.ts +0 -61
  285. package/types/_core/scripts/services/NavigationManager.d.ts +0 -60
  286. package/types/_core/scripts/services/NavigationManagerCommands.d.ts +0 -5
  287. package/types/_core/scripts/services/NotificationService.d.ts +0 -22
  288. package/types/_core/scripts/services/OneToManyRecordManager.d.ts +0 -8
  289. package/types/_core/scripts/services/QuerySelectService.d.ts +0 -7
  290. package/types/_core/scripts/services/RecordManager.d.ts +0 -92
  291. package/types/_core/scripts/services/SchemaManager.d.ts +0 -114
  292. package/types/_core/scripts/services/SchemaManagerCommands.d.ts +0 -3
  293. package/types/_core/scripts/services/SearchByDeafultFieldHelper.d.ts +0 -12
  294. package/types/_core/scripts/services/SecurityManager.d.ts +0 -32
  295. package/types/_core/scripts/services/SettingsManager.d.ts +0 -12
  296. package/types/_core/scripts/services/SortingManager.d.ts +0 -13
  297. package/types/_core/scripts/services/TableRefresher/TableRefresher.d.ts +0 -15
  298. package/types/_core/scripts/services/TableRefresher/TableRefresherFormAdapter.d.ts +0 -9
  299. package/types/_core/scripts/services/TableRefresher/TableRefresherListAdapter.d.ts +0 -9
  300. package/types/_core/scripts/services/Validator.d.ts +0 -10
  301. package/types/_core/scripts/services/api/ApiAccessor.d.ts +0 -11
  302. package/types/_core/scripts/services/api/ApiRequestOptions.d.ts +0 -27
  303. package/types/_core/scripts/services/api/ApiUrlHelper.d.ts +0 -18
  304. package/types/_core/scripts/services/api/BaseQuery.d.ts +0 -15
  305. package/types/_core/scripts/services/api/IRequestResult.d.ts +0 -68
  306. package/types/_core/scripts/services/api/Query.d.ts +0 -67
  307. package/types/_core/scripts/services/api/QueryResultHandler.d.ts +0 -27
  308. package/types/_core/scripts/services/browserSupport/block.d.ts +0 -11
  309. package/types/_core/scripts/services/browserSupport/service.d.ts +0 -35
  310. package/types/_core/scripts/services/commandsContext/FormCommandContextManager.d.ts +0 -5
  311. package/types/_core/scripts/services/commandsContext/ListCommandContextManager.d.ts +0 -5
  312. package/types/_core/scripts/services/customModules/customModulesManager.d.ts +0 -18
  313. package/types/_core/scripts/services/customModules/customModulesSettings.d.ts +0 -3
  314. package/types/_core/scripts/services/customModules/facades/AuthFacade.d.ts +0 -7
  315. package/types/_core/scripts/services/customModules/facades/Form/FieldControlFacade.d.ts +0 -19
  316. package/types/_core/scripts/services/customModules/facades/Form/FieldControlManagerFacade.d.ts +0 -5
  317. package/types/_core/scripts/services/customModules/facades/Form/FormControlFacade.d.ts +0 -34
  318. package/types/_core/scripts/services/customModules/facades/Form/FormServiceFacade.d.ts +0 -20
  319. package/types/_core/scripts/services/customModules/facades/Form/IFieldControlFacade.d.ts +0 -26
  320. package/types/_core/scripts/services/customModules/facades/Form/IFieldControlManagerFacade.d.ts +0 -36
  321. package/types/_core/scripts/services/customModules/facades/Form/IFormControlFacade.d.ts +0 -61
  322. package/types/_core/scripts/services/customModules/facades/Form/IFormFacade.d.ts +0 -60
  323. package/types/_core/scripts/services/customModules/facades/IAuthFacade.d.ts +0 -7
  324. package/types/_core/scripts/services/customModules/facades/IMdtFacade.d.ts +0 -58
  325. package/types/_core/scripts/services/customModules/facades/IModuleRegistryFacade.d.ts +0 -5
  326. package/types/_core/scripts/services/customModules/facades/IPageFacade.d.ts +0 -7
  327. package/types/_core/scripts/services/customModules/facades/List/IListCellFacade.d.ts +0 -8
  328. package/types/_core/scripts/services/customModules/facades/List/IListComponentFacade.d.ts +0 -10
  329. package/types/_core/scripts/services/customModules/facades/List/IListControlFacade.d.ts +0 -41
  330. package/types/_core/scripts/services/customModules/facades/List/IListRowFacade.d.ts +0 -2
  331. package/types/_core/scripts/services/customModules/facades/List/IListServiceFacade.d.ts +0 -24
  332. package/types/_core/scripts/services/customModules/facades/List/ListCellFacade.d.ts +0 -21
  333. package/types/_core/scripts/services/customModules/facades/List/ListControlFacade.d.ts +0 -28
  334. package/types/_core/scripts/services/customModules/facades/List/ListRowFacade.d.ts +0 -14
  335. package/types/_core/scripts/services/customModules/facades/List/ListServiceFacade.d.ts +0 -18
  336. package/types/_core/scripts/services/customModules/facades/ModuleRegistryFacade.d.ts +0 -4
  337. package/types/_core/scripts/services/customModules/facades/PageFacade.d.ts +0 -8
  338. package/types/_core/scripts/services/customModules/facades/facadeUtils.d.ts +0 -5
  339. package/types/_core/scripts/services/customModules/facades/mdtFacade.d.ts +0 -46
  340. package/types/_core/scripts/services/customModules/facades/schema/FieldFacade.d.ts +0 -11
  341. package/types/_core/scripts/services/customModules/facades/schema/IFieldFacade.d.ts +0 -7
  342. package/types/_core/scripts/services/customModules/facades/schema/IObjectFacade.d.ts +0 -9
  343. package/types/_core/scripts/services/customModules/facades/schema/ISchemaFacade.d.ts +0 -5
  344. package/types/_core/scripts/services/customModules/facades/schema/ObjectFacade.d.ts +0 -13
  345. package/types/_core/scripts/services/customModules/facades/schema/SchemaFacade.d.ts +0 -5
  346. package/types/_core/scripts/services/customModules/facades/services/INavigationFacade.d.ts +0 -43
  347. package/types/_core/scripts/services/customModules/facades/services/ISecurityFacade.d.ts +0 -19
  348. package/types/_core/scripts/services/customModules/facades/services/NavigationFacade.d.ts +0 -10
  349. package/types/_core/scripts/services/customModules/facades/services/SecurityFacade.d.ts +0 -5
  350. package/types/_core/scripts/services/customModules/facades/utils/ApiFacade.d.ts +0 -15
  351. package/types/_core/scripts/services/customModules/facades/utils/DropdownFacade.d.ts +0 -5
  352. package/types/_core/scripts/services/customModules/facades/utils/IApiFacade.d.ts +0 -43
  353. package/types/_core/scripts/services/customModules/facades/utils/IDropdownFacade.d.ts +0 -4
  354. package/types/_core/scripts/services/customModules/facades/utils/IUiComponentsFacade.d.ts +0 -42
  355. package/types/_core/scripts/services/customModules/facades/utils/IUiFacade.d.ts +0 -69
  356. package/types/_core/scripts/services/customModules/facades/utils/IUtilsFacade.d.ts +0 -6
  357. package/types/_core/scripts/services/customModules/facades/utils/ImUtilsFacade.d.ts +0 -25
  358. package/types/_core/scripts/services/customModules/facades/utils/UiComponentsFacade.d.ts +0 -19
  359. package/types/_core/scripts/services/customModules/facades/utils/UiFacade.d.ts +0 -12
  360. package/types/_core/scripts/services/customModules/facades/utils/UtilsFacade.d.ts +0 -2
  361. package/types/_core/scripts/services/customModules/facades/utils/mUtilsFacade.d.ts +0 -2
  362. package/types/_core/scripts/services/dropdown/DropdownManager.d.ts +0 -7
  363. package/types/_core/scripts/services/dropdown/DropdownMenu.d.ts +0 -13
  364. package/types/_core/scripts/services/dropdown/IDropDownManager.d.ts +0 -5
  365. package/types/_core/scripts/services/dropdown/IDropDownMenu.d.ts +0 -26
  366. package/types/_core/scripts/services/dropdown/createDropdown.d.ts +0 -3
  367. package/types/_core/scripts/services/jsonSchema/JsonSchemaManager.d.ts +0 -17
  368. package/types/_core/scripts/services/jsonSchema/JsonSchemaValidator.d.ts +0 -11
  369. package/types/_core/scripts/services/objectRules/ObjectRuleTypes.d.ts +0 -32
  370. package/types/_core/scripts/services/objectRules/ObjectRules.d.ts +0 -27
  371. package/types/_core/scripts/services/objectRules/ObjectRulesApiDatasource.d.ts +0 -6
  372. package/types/_core/scripts/services/objectRules/ObjectRulesDataPurifier.d.ts +0 -4
  373. package/types/_core/scripts/services/objectRules/ObjectRulesEditorSetup.d.ts +0 -2
  374. package/types/_core/scripts/services/objectRules/ObjectRulesFormAdapter.d.ts +0 -28
  375. package/types/_core/scripts/services/objectRules/ObjectRulesScriptProvider.d.ts +0 -24
  376. package/types/_core/scripts/services/objectRules/ObjectRulesService.d.ts +0 -19
  377. package/types/_core/scripts/services/objectRules/ObjectRulesValidator.d.ts +0 -25
  378. package/types/_core/scripts/services/objectRules/ui/ObjectRuleModal.d.ts +0 -50
  379. package/types/_core/scripts/services/schema/IExp.schema.d.ts +0 -2
  380. package/types/_core/scripts/setupMainForms.d.ts +0 -1
  381. package/types/_core/scripts/views/Animator.d.ts +0 -19
  382. package/types/_core/scripts/views/CenteredMessage.d.ts +0 -5
  383. package/types/_core/scripts/views/CustomCss.d.ts +0 -13
  384. package/types/_core/scripts/views/FramePage.d.ts +0 -6
  385. package/types/_core/scripts/views/containers/ModalSizeManager.d.ts +0 -12
  386. package/types/_core/scripts/views/containers/containerMixin.d.ts +0 -79
  387. package/types/_core/scripts/views/containers/modal.d.ts +0 -67
  388. package/types/_core/scripts/views/containers/popover.d.ts +0 -24
  389. package/types/_core/scripts/views/containers/side.d.ts +0 -16
  390. package/types/_core/scripts/views/controls/Alert.d.ts +0 -18
  391. package/types/_core/scripts/views/controls/ContextMenu.d.ts +0 -24
  392. package/types/_core/scripts/views/controls/Control.d.ts +0 -7
  393. package/types/_core/scripts/views/controls/DropdownMenu.d.ts +0 -86
  394. package/types/_core/scripts/views/controls/DropdownMenuService.d.ts +0 -5
  395. package/types/_core/scripts/views/controls/JsonViewControl.d.ts +0 -16
  396. package/types/_core/scripts/views/controls/JsonViewFieldControl.d.ts +0 -11
  397. package/types/_core/scripts/views/controls/MessageText.d.ts +0 -4
  398. package/types/_core/scripts/views/controls/NotifiationsCtrl.d.ts +0 -8
  399. package/types/_core/scripts/views/controls/ObjectFormatControl.d.ts +0 -5
  400. package/types/_core/scripts/views/controls/Reorder.d.ts +0 -25
  401. package/types/_core/scripts/views/controls/ReorderView.d.ts +0 -22
  402. package/types/_core/scripts/views/controls/Resizer.d.ts +0 -32
  403. package/types/_core/scripts/views/controls/ResizerView.d.ts +0 -8
  404. package/types/_core/scripts/views/controls/SplitBlock.d.ts +0 -21
  405. package/types/_core/scripts/views/controls/SplitBlockSection.d.ts +0 -27
  406. package/types/_core/scripts/views/controls/UserProfile.d.ts +0 -19
  407. package/types/_core/scripts/views/controls/panels/Panel.d.ts +0 -59
  408. package/types/_core/scripts/views/controls/panels/PanelContainer.d.ts +0 -34
  409. package/types/_core/scripts/views/form/ControlManager.d.ts +0 -52
  410. package/types/_core/scripts/views/form/FormEvaluator.d.ts +0 -25
  411. package/types/_core/scripts/views/form/FormState.d.ts +0 -34
  412. package/types/_core/scripts/views/form/Layout.d.ts +0 -104
  413. package/types/_core/scripts/views/form/LayoutTypes.d.ts +0 -390
  414. package/types/_core/scripts/views/form/button.d.ts +0 -9
  415. package/types/_core/scripts/views/form/control.d.ts +0 -7
  416. package/types/_core/scripts/views/form/controls/OneToOneFormField.d.ts +0 -10
  417. package/types/_core/scripts/views/form/controls/bitMask.d.ts +0 -11
  418. package/types/_core/scripts/views/form/controls/boolean-group.d.ts +0 -7
  419. package/types/_core/scripts/views/form/controls/boolean.d.ts +0 -16
  420. package/types/_core/scripts/views/form/controls/changeable.d.ts +0 -17
  421. package/types/_core/scripts/views/form/controls/code/adapters/base.d.ts +0 -6
  422. package/types/_core/scripts/views/form/controls/code/adapters/markdown.d.ts +0 -10
  423. package/types/_core/scripts/views/form/controls/code/code.d.ts +0 -31
  424. package/types/_core/scripts/views/form/controls/code/codeText.d.ts +0 -35
  425. package/types/_core/scripts/views/form/controls/code/preview/markdown.d.ts +0 -14
  426. package/types/_core/scripts/views/form/controls/commonControl/ICommonControl.d.ts +0 -23
  427. package/types/_core/scripts/views/form/controls/commonControl/commonControl.d.ts +0 -5
  428. package/types/_core/scripts/views/form/controls/commonControl/mdtCommonControl.d.ts +0 -3
  429. package/types/_core/scripts/views/form/controls/commonControl/removeInputStyle.d.ts +0 -3
  430. package/types/_core/scripts/views/form/controls/date.d.ts +0 -28
  431. package/types/_core/scripts/views/form/controls/dateLabel.d.ts +0 -11
  432. package/types/_core/scripts/views/form/controls/dynamicFk.d.ts +0 -38
  433. package/types/_core/scripts/views/form/controls/fieldPathField.d.ts +0 -19
  434. package/types/_core/scripts/views/form/controls/fileupload/AttachmentFormExtender.d.ts +0 -5
  435. package/types/_core/scripts/views/form/controls/fileupload/file.d.ts +0 -68
  436. package/types/_core/scripts/views/form/controls/fileupload/fileuploadService.d.ts +0 -3
  437. package/types/_core/scripts/views/form/controls/fileupload/multifile.d.ts +0 -45
  438. package/types/_core/scripts/views/form/controls/fileupload/thumblist.d.ts +0 -35
  439. package/types/_core/scripts/views/form/controls/filter/filterFieldModal.d.ts +0 -15
  440. package/types/_core/scripts/views/form/controls/filter/filterSettings.d.ts +0 -33
  441. package/types/_core/scripts/views/form/controls/filter.d.ts +0 -15
  442. package/types/_core/scripts/views/form/controls/formField.d.ts +0 -58
  443. package/types/_core/scripts/views/form/controls/geography.d.ts +0 -8
  444. package/types/_core/scripts/views/form/controls/html.d.ts +0 -27
  445. package/types/_core/scripts/views/form/controls/iconPicker.d.ts +0 -36
  446. package/types/_core/scripts/views/form/controls/list.d.ts +0 -18
  447. package/types/_core/scripts/views/form/controls/listGrid.d.ts +0 -22
  448. package/types/_core/scripts/views/form/controls/monacoEditor/MonacoCodeOptions.schema.d.ts +0 -18
  449. package/types/_core/scripts/views/form/controls/monacoEditor/MonacoFieldControlOptions.schema.d.ts +0 -5
  450. package/types/_core/scripts/views/form/controls/monacoEditor/jsonSchemas/Button.schema.d.ts +0 -69
  451. package/types/_core/scripts/views/form/controls/monacoEditor/jsonSchemas/schemaIndex.d.ts +0 -1
  452. package/types/_core/scripts/views/form/controls/monacoEditor/monacoCode.d.ts +0 -20
  453. package/types/_core/scripts/views/form/controls/monacoEditor/monacoField.d.ts +0 -18
  454. package/types/_core/scripts/views/form/controls/monacoEditor/monacoLibService.d.ts +0 -9
  455. package/types/_core/scripts/views/form/controls/monacoEditor/monacoManager.d.ts +0 -23
  456. package/types/_core/scripts/views/form/controls/notFound.d.ts +0 -6
  457. package/types/_core/scripts/views/form/controls/picker/gridPicker.d.ts +0 -16
  458. package/types/_core/scripts/views/form/controls/picker/multiPicker.d.ts +0 -28
  459. package/types/_core/scripts/views/form/controls/picker/multiPickerField.d.ts +0 -39
  460. package/types/_core/scripts/views/form/controls/picker/picker.d.ts +0 -72
  461. package/types/_core/scripts/views/form/controls/picker/pickerInput.d.ts +0 -43
  462. package/types/_core/scripts/views/form/controls/query/BuilderFieldControlBase.d.ts +0 -23
  463. package/types/_core/scripts/views/form/controls/query/ControlsList.d.ts +0 -20
  464. package/types/_core/scripts/views/form/controls/query/QueryBuilderControl.d.ts +0 -15
  465. package/types/_core/scripts/views/form/controls/query/SelectBuilderControl.d.ts +0 -32
  466. package/types/_core/scripts/views/form/controls/query/UpdateBuilderControl.d.ts +0 -12
  467. package/types/_core/scripts/views/form/controls/radio.d.ts +0 -24
  468. package/types/_core/scripts/views/form/controls/radioPicker.d.ts +0 -10
  469. package/types/_core/scripts/views/form/controls/secretFieldCtrl.d.ts +0 -12
  470. package/types/_core/scripts/views/form/controls/select.d.ts +0 -53
  471. package/types/_core/scripts/views/form/controls/sortingList.d.ts +0 -13
  472. package/types/_core/scripts/views/form/controls/text.d.ts +0 -30
  473. package/types/_core/scripts/views/form/controls/textViewPreparator.d.ts +0 -27
  474. package/types/_core/scripts/views/form/controls/toggleablePanels/codeEditor/getCodeEditor.d.ts +0 -5
  475. package/types/_core/scripts/views/form/controls/toggleablePanels/codeEditor/toggleablePanelsEditorOnlyContent.d.ts +0 -5
  476. package/types/_core/scripts/views/form/controls/toggleablePanels/contentLayout/toggleablePanelsContentLayout.d.ts +0 -6
  477. package/types/_core/scripts/views/form/controls/toggleablePanels/toolbar/toggleablePanelsToolbar.d.ts +0 -9
  478. package/types/_core/scripts/views/form/controls/toggleablePanels/wrapper/toggleablePanelsWrapper.d.ts +0 -8
  479. package/types/_core/scripts/views/form/controls.d.ts +0 -37
  480. package/types/_core/scripts/views/form/features/loadingProgress/progressBarFormAdapter.d.ts +0 -8
  481. package/types/_core/scripts/views/form/field.d.ts +0 -144
  482. package/types/_core/scripts/views/form/formButtonsOrder.d.ts +0 -8
  483. package/types/_core/scripts/views/form/formContextParam.d.ts +0 -20
  484. package/types/_core/scripts/views/form/formDebug.d.ts +0 -19
  485. package/types/_core/scripts/views/form/formListCtrl.d.ts +0 -36
  486. package/types/_core/scripts/views/form/formTypes.d.ts +0 -4
  487. package/types/_core/scripts/views/form/frame.d.ts +0 -16
  488. package/types/_core/scripts/views/form/header.d.ts +0 -10
  489. package/types/_core/scripts/views/form/listFormContextParam.d.ts +0 -4
  490. package/types/_core/scripts/views/form/markdown.d.ts +0 -12
  491. package/types/_core/scripts/views/form/oneToMany.d.ts +0 -79
  492. package/types/_core/scripts/views/form/oneToManyControlService.d.ts +0 -26
  493. package/types/_core/scripts/views/form/panel.d.ts +0 -25
  494. package/types/_core/scripts/views/form/playground/FormEvaluatorPlayground.d.ts +0 -7
  495. package/types/_core/scripts/views/form/playground/FormPlaygroundCtrl.d.ts +0 -21
  496. package/types/_core/scripts/views/form/schema/FormPageExtOptions.schema.d.ts +0 -22
  497. package/types/_core/scripts/views/form/schema/FormPageOptions.schema.d.ts +0 -17
  498. package/types/_core/scripts/views/form/tabs.d.ts +0 -20
  499. package/types/_core/scripts/views/form/templater/autorefresher/templaterAutorefresher.d.ts +0 -20
  500. package/types/_core/scripts/views/form/templater/panelsTemplater/panelsTemplater.d.ts +0 -35
  501. package/types/_core/scripts/views/form/templater/panelsTemplater/templaterProgressBar.d.ts +0 -10
  502. package/types/_core/scripts/views/form/templater/templateAbort.d.ts +0 -4
  503. package/types/_core/scripts/views/form/templater/templateEvaluator.d.ts +0 -59
  504. package/types/_core/scripts/views/form/templater/templatePreview.d.ts +0 -20
  505. package/types/_core/scripts/views/form/templater/templaterEditorService.d.ts +0 -5
  506. package/types/_core/scripts/views/form/templater/templaterPreviewWindowController.d.ts +0 -9
  507. package/types/_core/scripts/views/form/templater/templaterWorkerService.d.ts +0 -11
  508. package/types/_core/scripts/views/gallery/Gallery.d.ts +0 -41
  509. package/types/_core/scripts/views/gallery/ThumbImage.d.ts +0 -26
  510. package/types/_core/scripts/views/layouts/mainLayout.d.ts +0 -2
  511. package/types/_core/scripts/views/layouts/splashLayout.d.ts +0 -2
  512. package/types/_core/scripts/views/list/CheckboxList.d.ts +0 -25
  513. package/types/_core/scripts/views/list/EventsPriority.d.ts +0 -13
  514. package/types/_core/scripts/views/list/IListView.d.ts +0 -58
  515. package/types/_core/scripts/views/list/ListHelper.d.ts +0 -3
  516. package/types/_core/scripts/views/list/ListOptions.d.ts +0 -37
  517. package/types/_core/scripts/views/list/ListView.d.ts +0 -32
  518. package/types/_core/scripts/views/list/O2mColumn.d.ts +0 -21
  519. package/types/_core/scripts/views/list/features/aggregation/AggregationListExtender.d.ts +0 -26
  520. package/types/_core/scripts/views/list/features/columnFixator/ListColumnFixator.d.ts +0 -46
  521. package/types/_core/scripts/views/list/features/loadingProgress/progressBarListAdapter.d.ts +0 -8
  522. package/types/_core/scripts/views/list/features/rowClamp/ListRowClampAdapter.d.ts +0 -8
  523. package/types/_core/scripts/views/list/features/rowClamp/RowClamp.d.ts +0 -29
  524. package/types/_core/scripts/views/list/features/settingsStore/ListSettingsStore.d.ts +0 -17
  525. package/types/_core/scripts/views/list/fieldColumn.d.ts +0 -21
  526. package/types/_core/scripts/views/list/schema/ListPageExtOptions.schema.d.ts +0 -127
  527. package/types/_core/scripts/views/list/schema/ListPageOptions.schema.d.ts +0 -76
  528. package/types/_core/scripts/views/login/FormAuthCtrl.d.ts +0 -21
  529. package/types/_core/scripts/views/login/LoginCtrl.d.ts +0 -27
  530. package/types/_core/scripts/views/page/Content.d.ts +0 -17
  531. package/types/_core/scripts/views/page/ContentListCtrl.d.ts +0 -25
  532. package/types/_core/scripts/views/page/DateFilterList.d.ts +0 -1
  533. package/types/_core/scripts/views/page/ErrorPage.d.ts +0 -20
  534. package/types/_core/scripts/views/page/Page.d.ts +0 -40
  535. package/types/_core/scripts/views/page/PageTypes.d.ts +0 -7
  536. package/types/_core/scripts/views/page/PageZoneTypes.d.ts +0 -1
  537. package/types/_core/scripts/views/page/PageZones.d.ts +0 -2
  538. package/types/_core/scripts/views/page/SideNav.d.ts +0 -14
  539. package/types/_core/scripts/views/page/SideNavView.d.ts +0 -6
  540. package/types/_core/scripts/views/page/SplashPage.d.ts +0 -11
  541. package/types/_core/scripts/views/page/SplitPageButton.d.ts +0 -5
  542. package/types/_core/scripts/views/page/charts/ChartControlOptions.schema.d.ts +0 -460
  543. package/types/_core/scripts/views/page/charts/ChartFormControlOptions.schema.d.ts +0 -35
  544. package/types/_core/scripts/views/page/charts/chartControl.d.ts +0 -19
  545. package/types/_core/scripts/views/page/charts/chartControlDataService.d.ts +0 -38
  546. package/types/_core/scripts/views/page/charts/chartFormControl.d.ts +0 -27
  547. package/types/_core/scripts/views/page/charts/configAdapter/cardChart.d.ts +0 -17
  548. package/types/_core/scripts/views/page/charts/configAdapter/cardServices/cardOptionsService.d.ts +0 -37
  549. package/types/_core/scripts/views/page/charts/configAdapter/cardServices/colorRangeManager.d.ts +0 -7
  550. package/types/_core/scripts/views/page/charts/configAdapter/chartBaseOptionsAdapter.d.ts +0 -3
  551. package/types/_core/scripts/views/page/charts/configAdapter/chartConfigAdapter.d.ts +0 -13
  552. package/types/_core/scripts/views/page/charts/configAdapter/chartFieldsAdapter.d.ts +0 -25
  553. package/types/_core/scripts/views/page/charts/configAdapter/chartModel.d.ts +0 -11
  554. package/types/_core/scripts/views/page/charts/configAdapter/libChart.d.ts +0 -21
  555. package/types/_core/scripts/views/page/dashboard/DashboardPageControlOptions.schema.d.ts +0 -3
  556. package/types/_core/scripts/views/page/dashboard/dashboardPageControl.d.ts +0 -15
  557. package/types/_core/scripts/views/page/dashboard/dashboardPageCreator.d.ts +0 -1
  558. package/types/_core/scripts/views/page/firstRecord/FirstRecordCreator.d.ts +0 -1
  559. package/types/_core/scripts/views/page/firstRecord/FirstRecordCtrl.d.ts +0 -5
  560. package/types/_core/scripts/views/page/fkPanels/FkPanels.d.ts +0 -25
  561. package/types/_core/scripts/views/page/fkPanels/FkPanelsPageCreator.d.ts +0 -1
  562. package/types/_core/scripts/views/page/fkPanels/FkPanelsPageOptions.schema.d.ts +0 -14
  563. package/types/_core/scripts/views/pickRecordModal.d.ts +0 -11
  564. package/types/_core/scripts/views/security/FilterColumnCtrl.d.ts +0 -15
  565. package/types/_core/scripts/views/security/PermisionLevelColumnCtrl.d.ts +0 -13
  566. package/types/_core/scripts/views/security/PrincipalPermissionTitleColumn.d.ts +0 -3
  567. package/types/admin/scripts/AboutCtrl.d.ts +0 -9
  568. package/types/admin/scripts/Designer/Constructor.d.ts +0 -25
  569. package/types/admin/scripts/Designer/DesignFormExtender.d.ts +0 -3
  570. package/types/admin/scripts/Designer/Json.d.ts +0 -12
  571. package/types/admin/scripts/Designer/JsonEditor.d.ts +0 -10
  572. package/types/admin/scripts/Designer/LayoutEdit.d.ts +0 -36
  573. package/types/admin/scripts/Designer/controls/ChartDesignerCtrl.d.ts +0 -17
  574. package/types/admin/scripts/Designer/controls/Field.d.ts +0 -74
  575. package/types/admin/scripts/Designer/controls/Frame.d.ts +0 -26
  576. package/types/admin/scripts/Designer/controls/Header.d.ts +0 -8
  577. package/types/admin/scripts/Designer/controls/Markdown.d.ts +0 -6
  578. package/types/admin/scripts/Designer/controls/Panel.d.ts +0 -6
  579. package/types/admin/scripts/Designer/controls/Tabs.d.ts +0 -7
  580. package/types/admin/scripts/emailCheck.d.ts +0 -2
  581. package/types/admin/scripts/forms/LayoutForm.d.ts +0 -4
  582. package/types/admin/scripts/forms/ListForm.d.ts +0 -2
  583. package/types/admin/scripts/forms/ObjectFieldForm.d.ts +0 -2
  584. package/types/admin/scripts/forms/ObjectForm.d.ts +0 -3
  585. package/types/admin/scripts/list/DesignerListExtender.d.ts +0 -26
  586. package/types/admin/scripts/list/DesignerListTransformer.d.ts +0 -6
  587. package/types/admin/scripts/list/ListColumnDesignFormCtrl.d.ts +0 -9
  588. package/types/admin/scripts/list/ListResizer.d.ts +0 -9
  589. package/types/admin/scripts/manageNav.d.ts +0 -1
  590. package/types/admin/scripts/module.d.ts +0 -32
  591. package/types/admin/scripts/principalList.d.ts +0 -6
  592. package/types/admin/scripts/reorder.d.ts +0 -10
  593. package/types/admin/scripts/resizer.d.ts +0 -9
  594. package/types/admin/scripts/scripting.d.ts +0 -4
  595. package/types/components/dropdown/menu/item/dropdownItemWrap.d.ts +0 -7
  596. package/types/components/dropdown/menuActionItem/dropdownMenuItem.d.ts +0 -6
  597. package/types/components/icon/icon.d.ts +0 -4
  598. package/types/components/tooltip/controllers/globalEventHandler.d.ts +0 -19
  599. package/types/components/tooltip/controllers/tooltipGenerator.d.ts +0 -11
  600. package/types/components/tooltip/controllers/tooltipPositionController.d.ts +0 -31
  601. package/types/components/tooltip/controllers/tooltipTarget.d.ts +0 -10
  602. package/types/components/tooltip/tooltip.d.ts +0 -9
  603. package/types/dm/scripts/CloneFormCtrl.d.ts +0 -12
  604. package/types/dm/scripts/DeleteFormCtrl.d.ts +0 -12
  605. package/types/dm/scripts/DmFormCtrl.d.ts +0 -12
  606. package/types/dm/scripts/DmService.d.ts +0 -10
  607. package/types/dm/scripts/DmTypes.d.ts +0 -15
  608. package/types/dm/scripts/LinkedFieldAction.d.ts +0 -33
  609. package/types/dm/scripts/MergeFormCtrl.d.ts +0 -13
  610. package/types/dm/scripts/MergeHelper.d.ts +0 -17
  611. package/types/dm/scripts/MergeListExtender.d.ts +0 -25
  612. package/types/dm/scripts/module.d.ts +0 -4
  613. package/types/helpers/PositionCalculator.d.ts +0 -59
  614. package/types/helpers/ui/setTooltip.d.ts +0 -12
  615. package/types/helpers/utils/v.d.ts +0 -2
  616. package/types/helpers/zone/Zones.d.ts +0 -2
  617. package/types/inline/scripts/CellList.d.ts +0 -14
  618. package/types/inline/scripts/Editor.d.ts +0 -93
  619. package/types/inline/scripts/ListExtender.d.ts +0 -41
  620. package/types/inline/scripts/ListExtenderTypes.d.ts +0 -29
  621. package/types/inline/scripts/autocommit/autocommit.d.ts +0 -6
  622. package/types/inline/scripts/before.d.ts +0 -10
  623. package/types/inline/scripts/easyInline/FKDropdown.d.ts +0 -52
  624. package/types/inline/scripts/easyInline/easyInline.d.ts +0 -11
  625. package/types/inline/scripts/messages.d.ts +0 -1
  626. package/types/inline/scripts/module.d.ts +0 -15
  627. package/types/inline/scripts/transformers/CellTransformer.d.ts +0 -8
  628. package/types/inline/scripts/transformers/ListTransformer.d.ts +0 -1
  629. package/types/inline/scripts/transformers/RowTransformer.d.ts +0 -1
  630. package/types/inline/scripts/ui-bindings.d.ts +0 -1
  631. package/types/inline/scripts/validation/inlineValidator.d.ts +0 -8
  632. package/types/services/customModules/facades/PageFacade.d.ts +0 -5
  633. package/types/services/customModules/facades/utils/IDropdownFacade.d.ts +0 -4
  634. package/types/services/dropdown/DropdownManager.d.ts +0 -7
  635. package/types/services/dropdown/DropdownMenu.d.ts +0 -11
  636. package/types/services/dropdown/IDropDownManager.d.ts +0 -5
  637. package/types/views/page/PageTypes.d.ts +0 -7
  638. package/types/views/page/PageZoneCodes.d.ts +0 -1
  639. package/types/views/page/PageZones.d.ts +0 -2
@@ -1,26 +0,0 @@
1
- /// <reference types="mithril" />
2
- import { Datasource } from "../common/Datasource";
3
- import { Table } from "../common/Table";
4
- import { Query } from "../services/api/Query";
5
- export interface MemoryDatasourceOptions {
6
- filter?: any;
7
- }
8
- export declare class MemoryDatasource implements Datasource {
9
- data: any[] | (() => any[]);
10
- table?: Table;
11
- options: MemoryDatasourceOptions;
12
- constructor(data?: any[] | (() => any[]), table?: Table, options?: MemoryDatasourceOptions);
13
- fetch(query: Query): _mithril.MithrilPromiseProperty<{
14
- records: any;
15
- }> & {
16
- onchange: (v?: {
17
- records: any;
18
- }) => any;
19
- };
20
- save(r: any): _mithril.MithrilPromiseProperty<any> & {
21
- onchange: (v?: any) => any;
22
- };
23
- fetchById(id: any): any;
24
- destroy(): void;
25
- private filterRecords;
26
- }
@@ -1,16 +0,0 @@
1
- /// <reference types="mithril" />
2
- import { IApiAccessor } from "mdtServices/api/ApiAccessor";
3
- import { ApiRequestOptions } from "mdtServices/api/ApiRequestOptions";
4
- import { Query } from "mdtServices/api/Query";
5
- import { InitialFetchResponse } from "mdtServices/api/QueryResultHandler";
6
- declare class TabularDatasourceImpl {
7
- private readonly TABULAR_SERVICE_URL;
8
- private dataService;
9
- private apiAccessor;
10
- constructor();
11
- setApiAccessor(apiAccessor: IApiAccessor): void;
12
- fetch<T = InitialFetchResponse>(query: Query, tableName: string, options?: ApiRequestOptions): _mithril.MithrilPromise<import("mdtServices/api/QueryResultHandler").HandledResult<any, any>>;
13
- private url;
14
- }
15
- export declare const TabularDatasource: TabularDatasourceImpl;
16
- export {};
@@ -1,17 +0,0 @@
1
- import { Query, QuerySorting } from "mdtServices/api/Query";
2
- import { InitialFetchResponse } from "mdtServices/api/QueryResultHandler";
3
- export interface TabularQuery extends Omit<Query, "count" | "sorting"> {
4
- orderby?: QuerySorting[];
5
- }
6
- export declare class TabularDatasourceDataService {
7
- private resultHandler;
8
- private queryHandler;
9
- constructor();
10
- getPreparedQuery(query: Query): TabularQuery;
11
- prepareFetchedData(fetchResult: InitialFetchResponse): import("mdtServices/api/QueryResultHandler").HandledResult<any, any>;
12
- }
13
- export declare class TabularQueryHandler {
14
- prepareQueryForSending(query: Query): TabularQuery;
15
- private renameSorting;
16
- private renameCount;
17
- }
@@ -1,35 +0,0 @@
1
- import { PermissionLevel } from "./security/PermissionLevel";
2
- import { Table } from "./common/Table";
3
- import { ApiRequestOptions } from "./services/api/ApiRequestOptions";
4
- export declare class UnhandledServerError extends Error {
5
- data: any;
6
- constructor(data: any);
7
- }
8
- export declare class ServerError extends Error {
9
- params: any;
10
- data: any;
11
- constructor(e: any, params?: any);
12
- }
13
- export declare class ConnectionError extends ServerError {
14
- title: string;
15
- constructor(args?: ApiRequestOptions);
16
- }
17
- export declare class LogicError extends Error {
18
- title: any;
19
- message: any;
20
- args: any;
21
- constructor(title: any, message: any, args?: any);
22
- }
23
- export declare class ControlError extends Error {
24
- args?: any;
25
- name: any;
26
- constructor(message?: string, args?: any);
27
- }
28
- export declare function UnauthorizedError(): void;
29
- export declare function SecurityError(level: PermissionLevel, object: Table | string): void;
30
- export declare function DeferredError(e?: any): void;
31
- export declare class SchemaError extends LogicError {
32
- msg: any;
33
- constructor(msg: any);
34
- }
35
- export declare function showError(data: any, critical?: any): void;
@@ -1 +0,0 @@
1
- export declare function formatNumberByMask(value: number, mask: string): string;
@@ -1 +0,0 @@
1
- export declare type UiType = "success" | "danger" | "warning" | "info" | "primary" | "fatal";
@@ -1,59 +0,0 @@
1
- import { ComputePositionConfig } from "@floating-ui/core";
2
- interface FloatingElementOffset {
3
- enabled: boolean;
4
- size?: number;
5
- mainAxisSize?: number;
6
- crossAxisSize?: number;
7
- }
8
- interface FloatingElementShift {
9
- enabled: boolean;
10
- padding?: number;
11
- }
12
- interface FloatingElementFlip {
13
- enabled: boolean;
14
- }
15
- interface FloatingElementArrow {
16
- element: HTMLElement;
17
- }
18
- interface FloatingElementSize {
19
- apply: (args: {
20
- floating: DOMRect;
21
- reference: DOMRect;
22
- } & Pick<DOMRect, "height" | "width">) => void;
23
- padding?: number;
24
- }
25
- interface ComputingBaseOptions {
26
- offset?: FloatingElementOffset;
27
- boundingShift?: FloatingElementShift;
28
- flipElement?: FloatingElementFlip;
29
- arrow?: FloatingElementArrow;
30
- size?: FloatingElementSize;
31
- placement?: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
32
- }
33
- declare type VirtualElementBoundingRect = () => Omit<DOMRect, "toJSON">;
34
- export interface ComputingOptionsWithVirtualElReference extends ComputingBaseOptions {
35
- boundingClientRect: VirtualElementBoundingRect;
36
- contextElement?: Element;
37
- }
38
- declare type ComputingOptionsWithCursorHTMLElReference = ComputingBaseOptions;
39
- interface ElementPosition {
40
- x: number;
41
- y: number;
42
- }
43
- interface FloatingElementPosition extends ElementPosition {
44
- additionalElementsData?: FloatingElementAdditionalElement;
45
- }
46
- interface FloatingElementAdditionalElement {
47
- arrow: ElementPosition;
48
- }
49
- export declare function computeElementPositionByElement(floatingEl: HTMLElement, referenceElement: Element, options: ComputingOptionsWithCursorHTMLElReference): Promise<FloatingElementPosition>;
50
- export declare function computeElementPositionByVirtualEl(floatingEl: HTMLElement, options: ComputingOptionsWithVirtualElReference): Promise<FloatingElementPosition>;
51
- export declare class FloatingUILibOptionsBuilder {
52
- getLibOptions(options: ComputingBaseOptions): Partial<ComputePositionConfig>;
53
- private appendFlipMiddleware;
54
- private appendShiftMiddleware;
55
- private appendOffsetMiddleware;
56
- private appendArrowMiddleware;
57
- private appendSizeMiddleware;
58
- }
59
- export {};
@@ -1,6 +0,0 @@
1
- export declare const debug: {
2
- ms: (x: any) => string;
3
- perf: (x: any, fn: any) => any;
4
- mPerf: (viewProto: any) => void;
5
- redraws: (n: any) => void;
6
- };
@@ -1,66 +0,0 @@
1
- declare global {
2
- export interface RegExpConstructor {
3
- escape(str: string): string;
4
- }
5
- interface Array<T> {
6
- first<Y>(predicate: (item: T, index?: number) => Y): Y;
7
- find(predicate: (item: T) => boolean): T;
8
- findIndex(predicate: (item: T, index?: number) => boolean): number;
9
- last(): T;
10
- remove(T: any): void;
11
- includes(item: T): boolean;
12
- priorited?: any;
13
- move(item: T, offset: number): void;
14
- getUnique(): any;
15
- delete(item: T): void;
16
- groupBy(fn: (item: any) => any): any[];
17
- fill(any?: any): any[];
18
- }
19
- interface Number {
20
- format(n?: any, x?: any): any;
21
- }
22
- interface NumberConstructor {
23
- isInteger(n: number): boolean;
24
- }
25
- interface Function {
26
- throttle(interval?: number, options?: {
27
- trailing?: boolean;
28
- }): any;
29
- debounce(interval?: number, options?: {
30
- leading?: boolean;
31
- }): any;
32
- times(count: number): void;
33
- once(): void;
34
- readonly name: string;
35
- }
36
- interface Date {
37
- toDateTimeString(): string;
38
- format(s?: string): string;
39
- }
40
- interface Object {
41
- /**
42
- * Returns an array of key/values of the enumerable properties of an object
43
- * @param o Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.
44
- */
45
- entries<T>(o: {
46
- [s: string]: T;
47
- } | ArrayLike<T>): [string, T][];
48
- }
49
- }
50
- export declare const _dateParse: (s: string) => number;
51
- export declare const _dateRegex: RegExp;
52
- export declare const _timeRegex: RegExp;
53
- export declare const _dateRegexps: {
54
- dmy: RegExp;
55
- my: RegExp;
56
- y: RegExp;
57
- };
58
- export declare const getDateValuesFromStr: (v: string) => number[];
59
- export declare function deleteFromArray<T = any>(array: T[], item: T): void;
60
- export declare function deleteFromArrayByCondition<T = any>(array: T[], condition: (item: T) => boolean): void;
61
- export declare function lastOfArray<T = any>(array: T[]): T;
62
- export declare function allSettled<T = any>(promises: Promise<T>[]): Promise<Array<{
63
- status: string;
64
- value?: T;
65
- reason?: any;
66
- }>>;
@@ -1,6 +0,0 @@
1
- export interface FormatOptions {
2
- type?: string;
3
- title?: string;
4
- empty?: string;
5
- mask?: string;
6
- }
@@ -1,9 +0,0 @@
1
- declare type FormattedTextType = "text" | "markdown";
2
- export declare type FormattedText = string | {
3
- text: string;
4
- type: FormattedTextType;
5
- };
6
- export declare function getTextContent(text: FormattedText): string;
7
- export declare function getFormattedTextType(text: FormattedText): FormattedTextType;
8
- export declare function getTranslatedFormattedText(text: FormattedText, translateFn: (text: string) => string): FormattedText;
9
- export {};
@@ -1,4 +0,0 @@
1
- import { Notifier, NotifierOptions } from "../types";
2
- export declare class ConsoleNotifier implements Notifier {
3
- notify(title: string, options?: NotifierOptions): void;
4
- }
@@ -1,10 +0,0 @@
1
- import { Notifier, NotifierOptions } from "../types";
2
- interface PopupNotifierOptions {
3
- duration?: number;
4
- }
5
- export declare class PopupNotifier implements Notifier {
6
- private settings;
7
- constructor(settings?: PopupNotifierOptions);
8
- notify(title: string, options: NotifierOptions): void;
9
- }
10
- export {};
@@ -1,45 +0,0 @@
1
- import { Field } from "../common/Field";
2
- import { Record } from "../common/Record";
3
- import { Table } from "../common/Table";
4
- import { IFilter } from "../services/IFilter";
5
- import { PickRecordOptions } from "../views/pickRecordModal";
6
- import { FieldCtrl } from "../views/form/field";
7
- import { FormCtrl, FormOptions } from "../views/form/form";
8
- import { ModalOptions } from "mdtScripts/views/containers/modal";
9
- export interface O2MPickOptions {
10
- filter?: IFilter | (() => IFilter);
11
- picked?: Function;
12
- pick?: Function;
13
- formOptions?: FormOptions;
14
- pickOptions?: PickRecordOptions;
15
- readonly?: boolean;
16
- pickField?: Field;
17
- modalOptions?: ModalOptions;
18
- }
19
- export interface O2MDetailsOptions {
20
- record?: Record;
21
- table?: Table;
22
- field?: Field;
23
- saved?: Function;
24
- m2mField?: Field;
25
- o2mField?: Field;
26
- o2mFieldRecord?: any;
27
- deleteAction?: any;
28
- readonly?: boolean;
29
- formOptions?: FormOptions;
30
- modalOptions?: ModalOptions;
31
- closeContainer?: Function;
32
- }
33
- export declare class O2M {
34
- static pick(fieldCtrl: FieldCtrl, options?: O2MPickOptions): void;
35
- static prepareLayout(layoutCtrl: any, form: FormCtrl, o2mField: Field): void;
36
- static details(options: O2MDetailsOptions): void;
37
- }
38
- export interface O2MFormColCtx {
39
- form: FormCtrl;
40
- field: Field;
41
- }
42
- export declare class HideFieldFormColTransformer {
43
- ctx: O2MFormColCtx;
44
- constructor(ctx: O2MFormColCtx);
45
- }
@@ -1,16 +0,0 @@
1
- export declare let a: any;
2
- declare global {
3
- interface Math {
4
- sign(x: number): number;
5
- }
6
- interface String {
7
- startsWith(str: string, pos?: number): boolean;
8
- endsWith(str: string, pos?: number): boolean;
9
- }
10
- interface Navigator {
11
- /**
12
- * @deprecated
13
- */
14
- msSaveOrOpenBlob(blob: Blob, defaultName?: string, retVal?: boolean): boolean;
15
- }
16
- }
@@ -1 +0,0 @@
1
- export declare function removeMarkdown(md: any, options?: any): any;
@@ -1 +0,0 @@
1
- export declare function createScript(args: string[], script: string): Function;
@@ -1,8 +0,0 @@
1
- import { AnyObject, Notifier } from "../types";
2
- declare type ScriptContext = AnyObject;
3
- export declare class TextScript {
4
- static notifer: Notifier;
5
- static run(script: string, scriptContext: ScriptContext): void;
6
- static errorHandler(callback: () => any): any;
7
- }
8
- export {};
@@ -1,40 +0,0 @@
1
- /// <reference types="mithril" />
2
- export interface AnyObject {
3
- [key: string]: any;
4
- }
5
- export declare type MithrilStyleAttribute = {
6
- width?: CSSSizeUnit;
7
- } & AnyObject;
8
- export declare type MithrilContext<T = Record<string, unknown>> = T;
9
- declare type CSSSizeUnit = string;
10
- export declare type NotifierType = "log" | "error" | "warn" | "info" | "success";
11
- export interface NotifierOptions {
12
- type?: NotifierType;
13
- msg?: string;
14
- icon?: string;
15
- }
16
- export interface Notifier {
17
- notify(title: string, options?: NotifierOptions): void;
18
- }
19
- export declare type ViewElement = _mithril.MithrilVirtualElement | _mithril.MithrilVirtualElement[] | string;
20
- export declare type CommandEvent = Event | _mithril.MithrilEvent;
21
- export declare type CSSClassName = string;
22
- export declare type MithrilControl = ViewControl | ContentControl;
23
- export interface ViewControl {
24
- $view(): _mithril.MithrilVirtualElement | string;
25
- [key: string]: any;
26
- }
27
- export interface ContentControl {
28
- content: any;
29
- [key: string]: any;
30
- }
31
- export declare type Markdown = string;
32
- export declare type ColorStyle = "default" | "primary" | "success" | "info" | "warning" | "danger" | "fatal";
33
- export declare type ButtonStyle = ColorStyle;
34
- export declare type ObjectCode = string;
35
- export declare type Valued<T> = T | (() => T);
36
- export declare type Timeout = ReturnType<typeof setTimeout>;
37
- export declare type MithrilAttributes = _mithril.MithrilAttributes & {
38
- [name: string]: any;
39
- };
40
- export {};
@@ -1,24 +0,0 @@
1
- export interface UIAnimateFadeParams {
2
- show: boolean;
3
- }
4
- export interface UIAnimateSlideParams extends UIAnimateFadeParams {
5
- direction: "top" | "bottom" | "right" | "left";
6
- }
7
- export interface UIAnimateOptions {
8
- duration?: number;
9
- delay?: number;
10
- easing?: "ease" | "linear" | "ease-in" | "ease-out" | "ease-in-out" | "step-start" | "step-end";
11
- onend?: Function;
12
- }
13
- export declare const animate: {
14
- times: {
15
- fast: number;
16
- normal: number;
17
- slow: number;
18
- };
19
- change(el: HTMLElement, cssProps: {
20
- [name: string]: string | number;
21
- }, options?: UIAnimateOptions): void;
22
- slide(el: HTMLElement, params: UIAnimateSlideParams, options: UIAnimateOptions): void;
23
- fade(el: HTMLElement, params: UIAnimateFadeParams, options: UIAnimateOptions): void;
24
- };
@@ -1,21 +0,0 @@
1
- import { Button } from "./el";
2
- export declare class ButtonTemplate {
3
- static apply(extend: Button): Button;
4
- static clear(extend: Button): Button;
5
- static run(extend?: Button): Button;
6
- static manageContainer(extend?: Button): Button;
7
- static transformContainer(extend?: Button): Button;
8
- static containerMinimize(): Button;
9
- static minimize(extend: Button): Button;
10
- static maximize(extend: Button): Button;
11
- static pin(extend: Button): Button;
12
- static close(extend: Button): Button;
13
- static debugInfoGroup(extend: Button): Button[];
14
- static debugInfo(extend?: Button): Button;
15
- static updateSchema(extend: Button): Button;
16
- static openCurrentNavigation(extend?: Button): Button;
17
- static removeRows(extend?: Button): Button;
18
- static formDesigner(extend?: Button): Button;
19
- static formSave(extend?: Button): Button;
20
- static listAdd(extend?: Button): Button;
21
- }
@@ -1,2 +0,0 @@
1
- import { CloseMixin } from "../../views/containers/containerMixin";
2
- export declare const closable: (ctrl: CloseMixin, vEl: any) => any;
@@ -1,10 +0,0 @@
1
- /// <reference types="mithril" />
2
- import { Command } from "mdtServices/CommandManager";
3
- import { ActionItem } from "./el";
4
- interface CommandItemViewOptions {
5
- hideTitle?: boolean;
6
- }
7
- export declare function commandItemView(command: Command, options?: CommandItemViewOptions): string | _mithril.MithrilVirtualElement | (_mithril.MithrilVirtualElement | _mithril.MithrilVirtualElement[])[];
8
- export declare function commandButtonView(command: Command, options?: CommandItemViewOptions): any;
9
- export declare function commandToActionItem(command: Command): ActionItem;
10
- export {};
@@ -1,2 +0,0 @@
1
- import { Button } from "./el";
2
- export declare function confirmModal(text: string, header?: string, confirmButton?: (button: any, modal: any) => Button): import("../../views/containers/modal").ModalCtrl;
@@ -1,9 +0,0 @@
1
- declare type BrowserPrefixData = {
2
- dom: string;
3
- lowercase: string;
4
- css: string;
5
- js: string;
6
- };
7
- export declare function getBrowserCssProps(): string[];
8
- export declare function getBrowserPrefix(): BrowserPrefixData;
9
- export {};
@@ -1,54 +0,0 @@
1
- /// <reference types="mithril" />
2
- export interface DOMPosition {
3
- left?: number;
4
- right?: number;
5
- top?: number;
6
- bottom?: number;
7
- }
8
- export declare const dom: {
9
- reload(): void;
10
- _bind(unbind: boolean, el: HTMLElement, events: string, listener: Function, useCapture?: boolean): void;
11
- bind(...args: any[]): void;
12
- unbind(...args: any[]): void;
13
- remove(element: Node): void;
14
- toggleClass: (el: Element, cls: string, toggle: boolean) => void;
15
- index: (el: any) => any;
16
- hasParent(child: any, parent: HTMLElement): boolean;
17
- closest(child: any, tag: string | ((el: HTMLElement) => boolean)): HTMLElement;
18
- getSelectionText(): string;
19
- resetSelection(): void;
20
- getRelativePoint(e: MouseEvent, element: HTMLElement, restrictByElement?: boolean): {
21
- x: number;
22
- y: number;
23
- };
24
- hasScrollbar(el: HTMLElement): {
25
- horizontal: number;
26
- vertical: number;
27
- any: number;
28
- };
29
- getScrollbarWidth: () => any;
30
- setDefaultStyles(el: HTMLElement): void;
31
- dispatchEvent(el: HTMLElement, name: string): void;
32
- scrollShadow(scrollEl: HTMLElement, shadowEl: Element): void;
33
- fixTable(tbl: HTMLTableElement, force?: boolean): number[];
34
- unfixTable(tbl: HTMLTableElement): void;
35
- scrollIntoView(element: Element, parent: HTMLElement): void;
36
- fixPositionOnWindow(el: any): void;
37
- absPosition(el: HTMLElement, pos: DOMPosition): _mithril.MithrilPromise<unknown>;
38
- relPosition(el: HTMLElement, rect: ClientRect, options: any): _mithril.MithrilPromise<unknown>;
39
- fileHandler(ctx: any, el: HTMLElement, options?: {
40
- createDroparea?: boolean;
41
- droparea?: HTMLElement;
42
- added?: (files: File[]) => void;
43
- pastearea?: HTMLElement;
44
- disabled?: () => boolean;
45
- }): void;
46
- restrictElement(element: HTMLElement, container?: HTMLElement): void;
47
- responsiveNav(container: HTMLElement, ul: HTMLUListElement & {
48
- $responsiveData;
49
- }, additionSiblings?: HTMLElement[], o2?: boolean): void;
50
- placeCaret(el: HTMLElement, pos?: string): void;
51
- getScrollParent(node: any): any;
52
- cssPropertySupported(prop: string, value?: any, withPrefix?: boolean): boolean;
53
- };
54
- export declare function objectToCss(obj: any): string;
@@ -1,112 +0,0 @@
1
- /// <reference types="mithril" />
2
- import { DropdownMenuCtrl } from "../../views/controls/DropdownMenu";
3
- import { ControlSize } from "../../views/controls/Control";
4
- import { Table } from "../../common/Table";
5
- import { Button as ButtonPub, ButtonTypes } from "mdtScripts/views/form/controls/monacoEditor/jsonSchemas/Button.schema";
6
- import "_core/scripts/helpers/ui/importFonts.ts";
7
- import { FormattedText } from "../formattedText";
8
- import { Valued } from "../types";
9
- export interface ActionItem {
10
- icon?: string | {
11
- (): string;
12
- };
13
- hoverIcon?: string | {
14
- (): string;
15
- };
16
- iconAttrs?: any;
17
- iconClass?: string;
18
- title?: any;
19
- tooltip?: FormattedText | {
20
- (): FormattedText;
21
- };
22
- supIcon?: string;
23
- onselect?: any;
24
- control?: any;
25
- command?: (ctrl?: any, e?: any) => void;
26
- items?: ActionItem[];
27
- expandPromise?: () => _mithril.MithrilPromise<any>;
28
- wrapTag?: string;
29
- wrapClass?: string;
30
- enabled?: (ctrl?: any) => boolean;
31
- visible?: (ctrl?: any) => boolean;
32
- class?: any;
33
- _parent?: DropdownMenuCtrl;
34
- attrs?: _mithril.MithrilAttributes;
35
- itemSelected?: (r: ActionItem) => any;
36
- titleClass?: string;
37
- itemsShowOnHover?: boolean;
38
- showItemsOnClick?: boolean;
39
- hideCaret?: boolean;
40
- forceShowCaret?: boolean;
41
- order?: number;
42
- highlighted?: boolean;
43
- href?: string | {
44
- (): string;
45
- };
46
- hrefTargetBlank?: boolean;
47
- config?: any;
48
- code?: string;
49
- btnClass?: string;
50
- active?: Valued<boolean>;
51
- focused?: Valued<boolean>;
52
- visibility$?: any;
53
- visible$?: any;
54
- isDefault?: boolean;
55
- dropdownOptions?: any;
56
- $dropdown?: DropdownMenuCtrl;
57
- }
58
- export interface Button extends ActionItem, ButtonPub {
59
- isPrimary?: boolean;
60
- itemClass?: string;
61
- type?: ButtonTypes | (() => ButtonTypes);
62
- size?: ControlSize;
63
- items?: Button[];
64
- group?: boolean;
65
- }
66
- interface MoreButtonOptions {
67
- visible?: () => boolean;
68
- }
69
- export declare const el: {
70
- empty: () => _mithril.MithrilVirtualElement;
71
- whiteSpace: () => _mithril.MithrilVirtualElement;
72
- requiredMark: (attrs?: _mithril.MithrilAttributes) => _mithril.MithrilVirtualElement;
73
- changedMark: () => _mithril.MithrilVirtualElement;
74
- appName: () => any[];
75
- logOff: (tagAttr: any) => _mithril.MithrilVirtualElement;
76
- a(tagAttrs: any, clickFn: any, content: any, attrs?: any): _mithril.MithrilVirtualElement;
77
- input(selector: any, prop: any, attrs?: {}): _mithril.MithrilVirtualElement;
78
- checkbox(onchange: any, checked: any, title?: any, attrs?: any): _mithril.MithrilVirtualElement;
79
- icon(code: string, attrs?: _mithril.MithrilAttributes): _mithril.MithrilVirtualElement;
80
- boolIcon(v: any): any;
81
- buttonGroup(buttons: Button[]): any;
82
- button(b: Button, ctrl?: any, command?: any, translate?: any): any;
83
- item(b: ActionItem, ctrl?: any, command?: any, iconAttrs?: any, classes?: string[], translate?: boolean): _mithril.MithrilVirtualElement | (_mithril.MithrilVirtualElement | _mithril.MithrilVirtualElement[])[] | string;
84
- more(items: ActionItem[], options?: MoreButtonOptions): Button;
85
- buttonVisible(button: Button): any;
86
- fileIcon(fileName: string): _mithril.MithrilVirtualElement;
87
- textIcon(txt: string, options?: any): _mithril.MithrilVirtualElement;
88
- objectIcon(obj: Table, additional?: any): _mithril.MithrilVirtualElement;
89
- pikaday(el: any, options: any, ctx: any): any;
90
- times: () => _mithril.MithrilVirtualElement;
91
- summaryInfo: (icon: string, title: any, description: any) => _mithril.MithrilVirtualElement;
92
- };
93
- export declare function browserIcon(browserName: string, attrs?: any): _mithril.MithrilVirtualElement;
94
- export declare function textBadge(text: any, attrs?: any): _mithril.MithrilVirtualElement;
95
- export declare function textBadgeGroup(arr: any[]): _mithril.MithrilVirtualElement;
96
- export declare function keyValueText(key: any, value: any, args?: {
97
- key?: any;
98
- value?: any;
99
- }, separator?: string): _mithril.MithrilVirtualElement;
100
- export declare function txtToKeyValueBadge(txt: string): _mithril.MithrilVirtualElement;
101
- export declare function keyValueBadge(key: any, value: any, args?: {
102
- key?: any;
103
- value?: any;
104
- }, separator?: any): _mithril.MithrilVirtualElement;
105
- export declare function stickyButtons(buttons: Button[], options?: any): _mithril.MithrilVirtualElement;
106
- export declare function tileButtons(buttons: Button[]): _mithril.MithrilVirtualElement;
107
- export declare function tooltipBehavior(el: any, prop: any, action: any): void;
108
- export declare function dropdownItemValue(title: any, value: any): {
109
- titleClass: string;
110
- title: () => _mithril.MithrilVirtualElement;
111
- };
112
- export {};
@@ -1,3 +0,0 @@
1
- import { DropdownMenuCtrl } from "mdtScripts/views/controls/DropdownMenu";
2
- import { ActionItem } from "./el";
3
- export declare const expandDropdown: (e: any, options: any, b: ActionItem, ctrl?: any) => DropdownMenuCtrl;
@@ -1,7 +0,0 @@
1
- export declare const hacks: {
2
- isIE: boolean;
3
- isIE10: boolean;
4
- isEdge: boolean;
5
- isChrome: boolean;
6
- isFirefox: boolean;
7
- };