mdt-client 1.0.26 → 1.0.29
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.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +8618 -1103
- package/package.json +27 -26
- package/types/_core/scripts/Configuration.d.ts +6 -0
- package/types/_core/scripts/Router.d.ts +12 -0
- package/types/_core/scripts/common/Datasource.d.ts +9 -0
- package/types/_core/scripts/common/Field.d.ts +38 -0
- package/types/_core/scripts/common/MdtField.d.ts +9 -0
- package/types/_core/scripts/common/MdtObject.d.ts +7 -0
- package/types/_core/scripts/common/NavigationNode.d.ts +46 -0
- package/types/_core/scripts/common/Record.d.ts +12 -0
- package/types/_core/scripts/common/ServerMessagePrepare.d.ts +2 -0
- package/types/_core/scripts/common/ServerMessageProcess.d.ts +1 -0
- package/types/_core/scripts/common/Table.d.ts +34 -0
- package/types/_core/scripts/common/controls/ChangePassword.d.ts +23 -0
- package/types/_core/scripts/common/controls/ClientError.d.ts +9 -0
- package/types/_core/scripts/common/controls/Error.d.ts +13 -0
- package/types/_core/scripts/common/controls/ErrorDetails.d.ts +9 -0
- package/types/_core/scripts/common/controls/FieldPath.d.ts +56 -0
- package/types/_core/scripts/common/controls/Message.d.ts +18 -0
- package/types/_core/scripts/common/controls/ServerError.d.ts +12 -0
- package/types/_core/scripts/common/controls/ServerMessage.d.ts +30 -0
- package/types/_core/scripts/common/controls/commandMenu/commandInput.d.ts +22 -0
- package/types/_core/scripts/common/controls/commandMenu/commandItem.d.ts +15 -0
- package/types/_core/scripts/common/controls/commandMenu/commandMenu.d.ts +15 -0
- package/types/_core/scripts/common/controls/datepicker/datePickerInput.d.ts +45 -0
- package/types/_core/scripts/common/controls/datepicker/datepicker.d.ts +31 -0
- package/types/_core/scripts/common/controls/datepicker/field.d.ts +15 -0
- package/types/_core/scripts/common/controls/datepicker/locale.d.ts +2 -0
- package/types/_core/scripts/common/controls/datepicker/numberInput.d.ts +12 -0
- package/types/_core/scripts/common/controls/datepicker/timePicker.d.ts +28 -0
- package/types/_core/scripts/common/controls/datepicker/types.d.ts +33 -0
- package/types/_core/scripts/common/controls/datepicker/utils.d.ts +25 -0
- package/types/_core/scripts/common/controls/dragDrop.d.ts +13 -0
- package/types/_core/scripts/common/controls/time/timeFieldControl.d.ts +12 -0
- package/types/_core/scripts/common/controls/time/timeInput.d.ts +22 -0
- package/types/_core/scripts/common/form/CommonFormExtender.d.ts +15 -0
- package/types/_core/scripts/common/form/tabs/TabsFormExtender.d.ts +22 -0
- package/types/_core/scripts/common/list/ListExt.d.ts +67 -0
- package/types/_core/scripts/common/list/aggregation/Aggregation.d.ts +38 -0
- package/types/_core/scripts/common/list/cacheUpdateTime/CacheUpdateTimeListExtender.d.ts +22 -0
- package/types/_core/scripts/common/list/cellControlExtender/CellControlListExtender.d.ts +18 -0
- package/types/_core/scripts/common/list/cellControlExtender/controls/file.d.ts +6 -0
- package/types/_core/scripts/common/list/columnMenu/ColumnMenu.d.ts +8 -0
- package/types/_core/scripts/common/list/columnMenu/ColumnMenuListExtender.d.ts +26 -0
- package/types/_core/scripts/common/list/columnMenu/QuickFilter.d.ts +40 -0
- package/types/_core/scripts/common/list/columnMenu/ValuesFilter.d.ts +45 -0
- package/types/_core/scripts/common/list/dragDrop/DragDropListExtender.d.ts +44 -0
- package/types/_core/scripts/common/list/dragDrop/DragDropListTransformer.d.ts +6 -0
- package/types/_core/scripts/common/list/export/ExportListExtender.d.ts +40 -0
- package/types/_core/scripts/common/list/form/FormListExtender.d.ts +77 -0
- package/types/_core/scripts/common/list/form/openRecord/OpenRecordFormAdapter.d.ts +5 -0
- package/types/_core/scripts/common/list/form/openRecord/OpenRecordRowTransformer.d.ts +7 -0
- package/types/_core/scripts/common/list/gallery/GalleryListExtender.d.ts +38 -0
- package/types/_core/scripts/common/list/group/GroupListExtender.d.ts +26 -0
- package/types/_core/scripts/common/list/group/GroupListNamedSettings.d.ts +11 -0
- package/types/_core/scripts/common/list/group/GroupingHelper.d.ts +8 -0
- package/types/_core/scripts/common/list/group/GroupingListExtender.d.ts +104 -0
- package/types/_core/scripts/common/list/group/GroupingRowTransformer.d.ts +10 -0
- package/types/_core/scripts/common/list/hierarchy/HierarchyTransformerCtrl.d.ts +4 -0
- package/types/_core/scripts/common/list/hierarchy/LoadMoreRowTransformer.d.ts +7 -0
- package/types/_core/scripts/common/list/hierarchy/hierarchyListExtender.d.ts +69 -0
- package/types/_core/scripts/common/list/historyType/HistoryTypeListExtender.d.ts +18 -0
- package/types/_core/scripts/common/list/labelStyle/LabelStyleHelper.d.ts +12 -0
- package/types/_core/scripts/common/list/labelStyle/LabelStyleListExtender.d.ts +27 -0
- package/types/_core/scripts/common/list/labelStyle/LabelStyleSchema.d.ts +6 -0
- package/types/_core/scripts/common/list/legend/LegendListExtender.d.ts +16 -0
- package/types/_core/scripts/common/list/listView/ColumnListCtrl.d.ts +12 -0
- package/types/_core/scripts/common/list/listView/ListExtender.d.ts +30 -0
- package/types/_core/scripts/common/list/listView/ListViewSettings.d.ts +12 -0
- package/types/_core/scripts/common/list/namedFilter/BaseListExtender.d.ts +13 -0
- package/types/_core/scripts/common/list/namedFilter/InMemoryListExtender.d.ts +37 -0
- package/types/_core/scripts/common/list/namedFilter/ListExtender.d.ts +25 -0
- package/types/_core/scripts/common/list/namedSettings/Modal.d.ts +19 -0
- package/types/_core/scripts/common/list/namedSettings/NamedSettingsDataManager.d.ts +9 -0
- package/types/_core/scripts/common/list/namedSettings/NamedSettingsManager.d.ts +59 -0
- package/types/_core/scripts/common/list/namedSettings/NamedSettingsRecord.d.ts +18 -0
- package/types/_core/scripts/common/list/reorder/ReorderListExtender.d.ts +19 -0
- package/types/_core/scripts/common/list/rowAction/RowActionColumn.d.ts +5 -0
- package/types/_core/scripts/common/list/select/SelectListColumn.d.ts +5 -0
- package/types/_core/scripts/common/list/select/SelectListExtender.d.ts +46 -0
- package/types/_core/scripts/common/list/styleField/StyleFieldListExtender.d.ts +14 -0
- package/types/_core/scripts/common/list/styleField/StyleTransformers.d.ts +8 -0
- package/types/_core/scripts/common/list/toolbar/toolbar.d.ts +37 -0
- package/types/_core/scripts/common/list/toolbarFilters/SearchableCheckboxList.d.ts +29 -0
- package/types/_core/scripts/common/list/toolbarFilters/ToolbarFiltersListExtender.d.ts +31 -0
- package/types/_core/scripts/common/list/virtualScroll/VirtualScrollListExtender.d.ts +27 -0
- package/types/_core/scripts/common/module.d.ts +1 -0
- package/types/_core/scripts/components/baseFormControls/boolean/checkbox/checkbox.d.ts +10 -0
- package/types/_core/scripts/components/baseFormControls/boolean/checkboxFieldControl/checkboxFieldControl.d.ts +4 -0
- package/types/_core/scripts/components/baseFormControls/boolean/labeledCheckbox/labeledCheckbox.d.ts +6 -0
- package/types/_core/scripts/components/baseFormControls/input/inputView.d.ts +22 -0
- package/types/_core/scripts/components/baseFormControls/input/unstyledInputView.d.ts +3 -0
- package/types/_core/scripts/components/baseFormControls/picker/picker.d.ts +15 -0
- package/types/_core/scripts/components/baseFormControls/select/select.d.ts +24 -0
- package/types/_core/scripts/components/baseFormControls/textarea/textarea.d.ts +16 -0
- package/types/_core/scripts/components/baseFormControls/wordWrap/wordWrap.d.ts +14 -0
- package/types/_core/scripts/components/button/baseButton/button.d.ts +15 -0
- package/types/_core/scripts/components/button/dropdownButton/dropdownButton.d.ts +8 -0
- package/types/_core/scripts/components/button/dropdownButton/dropdownButtonStateController.d.ts +14 -0
- package/types/_core/scripts/components/buttonGroup/buttonGroup.d.ts +11 -0
- package/types/_core/scripts/components/cardChart/cardChart.d.ts +27 -0
- package/types/_core/scripts/components/cardChart/cardChartChange.d.ts +11 -0
- package/types/_core/scripts/components/cardChart/cardChartCtrl.d.ts +10 -0
- package/types/_core/scripts/components/cardChart/services/cardFontResizer.d.ts +21 -0
- package/types/_core/scripts/components/cardChart/services/cardLineClampService.d.ts +6 -0
- package/types/_core/scripts/components/cardChart/services/cardValueFontResizer.d.ts +11 -0
- package/types/_core/scripts/components/dropdown/dropdown.d.ts +12 -0
- package/types/_core/scripts/components/dropdown/menu/dropdownMenu.d.ts +7 -0
- package/types/_core/scripts/components/dropdown/menu/group/dropdownGroup.d.ts +9 -0
- package/types/_core/scripts/components/dropdown/menu/item/dropdownInputItem.d.ts +4 -0
- package/types/_core/scripts/components/dropdown/menu/item/dropdownInputItemOptions.d.ts +5 -0
- package/types/_core/scripts/components/dropdown/menu/item/dropdownItemWrap.d.ts +7 -0
- package/types/_core/scripts/components/dropdown/menu/item/dropdownItemWrapOptions.d.ts +19 -0
- package/types/_core/scripts/components/dropdown/menuActionItem/dropdownMenuItem.d.ts +6 -0
- package/types/_core/scripts/components/dropdown/menuActionItem/dropdownMenuItemOptions.d.ts +28 -0
- package/types/_core/scripts/components/elements/clearActionView.d.ts +7 -0
- package/types/_core/scripts/components/elements/clearIconView.d.ts +6 -0
- package/types/_core/scripts/components/form/fieldView/fieldView.d.ts +14 -0
- package/types/_core/scripts/components/form/finalFormAdapter/ControlStore.d.ts +13 -0
- package/types/_core/scripts/components/form/finalFormAdapter/FinalForm.d.ts +23 -0
- package/types/_core/scripts/components/form/finalFormAdapter/IFormLayoutRenderer.d.ts +10 -0
- package/types/_core/scripts/components/form/header/headerView.d.ts +14 -0
- package/types/_core/scripts/components/form/label/label.d.ts +22 -0
- package/types/_core/scripts/components/form/layout/json/FinalFormJsonRenderer.d.ts +60 -0
- package/types/_core/scripts/components/form/layout/json/JsonFormView.d.ts +46 -0
- package/types/_core/scripts/components/form/layout/json/JsonUtils.d.ts +5 -0
- package/types/_core/scripts/components/form/layout/json/fullWidthFormComponent/fullWidthFormComponent.d.ts +8 -0
- package/types/_core/scripts/components/form/layout/json/monacoJsonControl.d.ts +5 -0
- package/types/_core/scripts/components/form/mdtFieldControl/JsonFormFieldControl.d.ts +23 -0
- package/types/_core/scripts/components/hotkey/hotkey.d.ts +7 -0
- package/types/_core/scripts/components/icon/icon.d.ts +4 -0
- package/types/_core/scripts/components/icon/iconOptions.d.ts +17 -0
- package/types/_core/scripts/components/iconButton/iconButton.d.ts +10 -0
- package/types/_core/scripts/components/iframe/iframe.d.ts +10 -0
- package/types/_core/scripts/components/jsonFormat/jsonFormatView.d.ts +24 -0
- package/types/_core/scripts/components/labelStyleBase/labelStyleBase.d.ts +12 -0
- package/types/_core/scripts/components/panel/panelView.d.ts +10 -0
- package/types/{components → _core/scripts/components}/popover/IPopoverBase.d.ts +6 -3
- package/types/_core/scripts/components/popover/PopoverBase.d.ts +23 -0
- package/types/_core/scripts/components/processFormBlock/ProcessFormBlockOptions.d.ts +18 -0
- package/types/_core/scripts/components/processFormBlock/processFormBlock.d.ts +4 -0
- package/types/_core/scripts/components/processPrincipalsList/ProcessPrincipalsListItem.d.ts +5 -0
- package/types/_core/scripts/components/processPrincipalsList/processPrincipalsList.d.ts +8 -0
- package/types/_core/scripts/components/progressBar/progressBar.d.ts +10 -0
- package/types/_core/scripts/components/progressBar/progressBarCtrl.d.ts +8 -0
- package/types/_core/scripts/components/progressBar/progressBarStateController.d.ts +9 -0
- package/types/_core/scripts/components/resizablePanels/panelSizeController/insetAdapter/insetAdapter.d.ts +12 -0
- package/types/_core/scripts/components/resizablePanels/panelSizeController/insetAdapter/insetAdapterService.d.ts +14 -0
- package/types/_core/scripts/components/resizablePanels/panelSizeController/panelSizeController.d.ts +31 -0
- package/types/_core/scripts/components/resizablePanels/panelSizeController/panelsDragController.d.ts +19 -0
- package/types/_core/scripts/components/resizablePanels/panelSizeController/resizeController.d.ts +25 -0
- package/types/_core/scripts/components/resizablePanels/panelTitle/panelTitle.d.ts +14 -0
- package/types/_core/scripts/components/resizablePanels/panelToolbar/panelToolbar.d.ts +6 -0
- package/types/_core/scripts/components/resizablePanels/resizablePanel/resizablePanel.d.ts +23 -0
- package/types/_core/scripts/components/resizablePanels/resizablePanels.d.ts +12 -0
- package/types/_core/scripts/components/resizablePanels/resizablePanelsController.d.ts +14 -0
- package/types/_core/scripts/components/resizablePanels/resizablePanelsFocusController.d.ts +16 -0
- package/types/_core/scripts/components/resizablePanels/resizer/panelResizer.d.ts +11 -0
- package/types/_core/scripts/components/resizablePanels/resizer/resizerPositionController.d.ts +6 -0
- package/types/_core/scripts/components/skeleton/Skeleton.d.ts +14 -0
- package/types/_core/scripts/components/textWithIcon/textWithIcon.d.ts +17 -0
- package/types/_core/scripts/components/toggleablePanels/toggleablePanels.d.ts +34 -0
- package/types/_core/scripts/components/toggleablePanels/toggleablePanelsCtrl.d.ts +20 -0
- package/types/_core/scripts/components/tooltip/controllers/globalEventHandler.d.ts +19 -0
- package/types/_core/scripts/components/tooltip/controllers/tooltipGenerator.d.ts +11 -0
- package/types/_core/scripts/components/tooltip/controllers/tooltipPositionController.d.ts +31 -0
- package/types/_core/scripts/components/tooltip/controllers/tooltipTarget.d.ts +10 -0
- package/types/_core/scripts/components/tooltip/tooltip.d.ts +9 -0
- package/types/_core/scripts/components/topNavButton/topNavButton.d.ts +6 -0
- package/types/_core/scripts/data/active/ActivationCellTransformer.d.ts +5 -0
- package/types/_core/scripts/data/active/ActivationFormAdapter.d.ts +12 -0
- package/types/_core/scripts/data/active/ActivationListAdapter.d.ts +10 -0
- package/types/_core/scripts/data/active/ActivationManager.d.ts +8 -0
- package/types/_core/scripts/data/active/ActivationRowTransformer.d.ts +3 -0
- package/types/_core/scripts/data/active/ActivationSchema.d.ts +5 -0
- package/types/_core/scripts/data/active/FilterItems.d.ts +18 -0
- package/types/_core/scripts/data/fieldFilter/ToolbarFieldFilterListExtender.d.ts +20 -0
- package/types/_core/scripts/datasources/ApiDatasource.d.ts +20 -0
- package/types/_core/scripts/datasources/FetchResult.d.ts +5 -0
- package/types/_core/scripts/datasources/MemoryDatasource.d.ts +26 -0
- package/types/_core/scripts/datasources/TabularDatasource/TabularDatasource.d.ts +16 -0
- package/types/_core/scripts/datasources/TabularDatasource/TabularDatasourceDataService.d.ts +17 -0
- package/types/_core/scripts/errorHandling.d.ts +35 -0
- package/types/_core/scripts/helpers/FieldValueFormatter.d.ts +1 -0
- package/types/_core/scripts/helpers/IUi.d.ts +1 -0
- package/types/_core/scripts/helpers/PositionCalculator.d.ts +59 -0
- package/types/_core/scripts/helpers/debug.d.ts +6 -0
- package/types/_core/scripts/helpers/extend.d.ts +66 -0
- package/types/_core/scripts/helpers/formatOptions.d.ts +6 -0
- package/types/_core/scripts/helpers/formattedText.d.ts +9 -0
- package/types/_core/scripts/helpers/notification/ConsoleNotifier.d.ts +4 -0
- package/types/_core/scripts/helpers/notification/PopupNotifier.d.ts +10 -0
- package/types/_core/scripts/helpers/o2m.d.ts +45 -0
- package/types/_core/scripts/helpers/polyfills.d.ts +16 -0
- package/types/_core/scripts/helpers/removeMarkdown.d.ts +1 -0
- package/types/_core/scripts/helpers/textScript/createScript.d.ts +1 -0
- package/types/_core/scripts/helpers/textScript/runScript.d.ts +8 -0
- package/types/_core/scripts/helpers/types.d.ts +40 -0
- package/types/_core/scripts/helpers/ui/animate.d.ts +24 -0
- package/types/_core/scripts/helpers/ui/buttonTemplates.d.ts +21 -0
- package/types/_core/scripts/helpers/ui/closable.d.ts +2 -0
- package/types/_core/scripts/helpers/ui/commandButton.d.ts +10 -0
- package/types/_core/scripts/helpers/ui/confirmModal.d.ts +2 -0
- package/types/_core/scripts/helpers/ui/dom/getBrowserPrefix.d.ts +9 -0
- package/types/_core/scripts/helpers/ui/dom.d.ts +54 -0
- package/types/_core/scripts/helpers/ui/el.d.ts +112 -0
- package/types/_core/scripts/helpers/ui/expandDropdown.d.ts +3 -0
- package/types/_core/scripts/helpers/ui/hacks.d.ts +7 -0
- package/types/_core/scripts/helpers/ui/labelStyle/labelStyle.d.ts +16 -0
- package/types/_core/scripts/helpers/ui/link/link.d.ts +8 -0
- package/types/_core/scripts/helpers/ui/paletteHelper.d.ts +5 -0
- package/types/_core/scripts/helpers/ui/setTooltip.d.ts +12 -0
- package/types/_core/scripts/helpers/ui/show.d.ts +68 -0
- package/types/_core/scripts/helpers/ui/sortable.d.ts +19 -0
- package/types/_core/scripts/helpers/ui/tests.d.ts +9 -0
- package/types/_core/scripts/helpers/ui/ui_m.d.ts +17 -0
- package/types/_core/scripts/helpers/urlHelper.d.ts +9 -0
- package/types/_core/scripts/helpers/utils/CacheManager.d.ts +6 -0
- package/types/_core/scripts/helpers/utils/arraySortByOrder.d.ts +5 -0
- package/types/_core/scripts/helpers/utils/classNames.d.ts +2 -0
- package/types/_core/scripts/helpers/utils/deepEqual.d.ts +1 -0
- package/types/_core/scripts/helpers/utils/deepPropHandle.d.ts +1 -0
- package/types/_core/scripts/helpers/utils/errorHandling.d.ts +1 -0
- package/types/_core/scripts/helpers/utils/isPromisable.d.ts +2 -0
- package/types/_core/scripts/helpers/utils/json.d.ts +1 -0
- package/types/_core/scripts/helpers/utils/object.d.ts +1 -0
- package/types/_core/scripts/helpers/utils/stringifyControlSize.d.ts +3 -0
- package/types/_core/scripts/helpers/utils/v.d.ts +2 -0
- package/types/_core/scripts/helpers/utils.d.ts +146 -0
- package/types/_core/scripts/helpers/view.d.ts +8 -0
- package/types/_core/scripts/helpers/viewer.d.ts +5 -0
- package/types/_core/scripts/helpers/zone/IZone.d.ts +7 -0
- package/types/_core/scripts/helpers/zone/Zone.d.ts +14 -0
- package/types/_core/scripts/helpers/zone/Zones.d.ts +6 -0
- package/types/_core/scripts/messages.d.ts +15 -0
- package/types/_core/scripts/security/PermissionLevel.d.ts +32 -0
- package/types/_core/scripts/security/User.d.ts +15 -0
- package/types/_core/scripts/services/AppCommandManager.d.ts +5 -0
- package/types/_core/scripts/services/Auth.d.ts +19 -0
- package/types/_core/scripts/services/CommandManager.d.ts +50 -0
- package/types/_core/scripts/services/CommandManagerCommands.d.ts +4 -0
- package/types/_core/scripts/services/DebugManagerCommands.d.ts +3 -0
- package/types/_core/scripts/services/Evaluator.d.ts +654 -0
- package/types/_core/scripts/services/Extendable.d.ts +15 -0
- package/types/_core/scripts/services/Filter.d.ts +35 -0
- package/types/_core/scripts/services/FormManager.d.ts +27 -0
- package/types/_core/scripts/services/FormManagerCommands.d.ts +3 -0
- package/types/_core/scripts/services/FormService.d.ts +7 -0
- package/types/_core/scripts/services/FuzzysortManager.d.ts +7 -0
- package/types/_core/scripts/services/GlobalVarManager.d.ts +17 -0
- package/types/_core/scripts/services/HotkeyManager.d.ts +4 -0
- package/types/_core/scripts/services/IFilter.d.ts +77 -0
- package/types/_core/scripts/services/LayoutRecordManager.d.ts +6 -0
- package/types/_core/scripts/services/ListManagerCommands.d.ts +3 -0
- package/types/_core/scripts/services/ListService.d.ts +21 -0
- package/types/_core/scripts/services/ModuleData.d.ts +8 -0
- package/types/_core/scripts/services/ModuleService.d.ts +12 -0
- package/types/_core/scripts/services/NavigationControlManager.d.ts +61 -0
- package/types/_core/scripts/services/NavigationManager.d.ts +60 -0
- package/types/_core/scripts/services/NavigationManagerCommands.d.ts +5 -0
- package/types/_core/scripts/services/NotificationService.d.ts +22 -0
- package/types/_core/scripts/services/OneToManyRecordManager.d.ts +8 -0
- package/types/_core/scripts/services/QuerySelectService.d.ts +7 -0
- package/types/_core/scripts/services/RecordManager.d.ts +92 -0
- package/types/_core/scripts/services/SchemaManager.d.ts +114 -0
- package/types/_core/scripts/services/SchemaManagerCommands.d.ts +3 -0
- package/types/_core/scripts/services/SearchByDeafultFieldHelper.d.ts +12 -0
- package/types/_core/scripts/services/SecurityManager.d.ts +32 -0
- package/types/_core/scripts/services/SettingsManager.d.ts +12 -0
- package/types/_core/scripts/services/SortingManager.d.ts +13 -0
- package/types/_core/scripts/services/TableRefresher/TableRefresher.d.ts +15 -0
- package/types/_core/scripts/services/TableRefresher/TableRefresherFormAdapter.d.ts +9 -0
- package/types/_core/scripts/services/TableRefresher/TableRefresherListAdapter.d.ts +9 -0
- package/types/_core/scripts/services/Validator.d.ts +10 -0
- package/types/_core/scripts/services/api/ApiAccessor.d.ts +11 -0
- package/types/_core/scripts/services/api/ApiRequestOptions.d.ts +27 -0
- package/types/_core/scripts/services/api/ApiUrlHelper.d.ts +18 -0
- package/types/_core/scripts/services/api/BaseQuery.d.ts +15 -0
- package/types/_core/scripts/services/api/IRequestResult.d.ts +68 -0
- package/types/_core/scripts/services/api/Query.d.ts +67 -0
- package/types/_core/scripts/services/api/QueryResultHandler.d.ts +27 -0
- package/types/_core/scripts/services/browserSupport/block.d.ts +11 -0
- package/types/_core/scripts/services/browserSupport/service.d.ts +35 -0
- package/types/_core/scripts/services/commandsContext/FormCommandContextManager.d.ts +5 -0
- package/types/_core/scripts/services/commandsContext/ListCommandContextManager.d.ts +5 -0
- package/types/_core/scripts/services/customModules/customModulesManager.d.ts +18 -0
- package/types/_core/scripts/services/customModules/customModulesSettings.d.ts +3 -0
- package/types/_core/scripts/services/customModules/facades/AuthFacade.d.ts +7 -0
- package/types/_core/scripts/services/customModules/facades/Form/FieldControlFacade.d.ts +19 -0
- package/types/_core/scripts/services/customModules/facades/Form/FieldControlManagerFacade.d.ts +5 -0
- package/types/_core/scripts/services/customModules/facades/Form/FormControlFacade.d.ts +34 -0
- package/types/_core/scripts/services/customModules/facades/Form/FormServiceFacade.d.ts +20 -0
- package/types/_core/scripts/services/customModules/facades/Form/IFieldControlFacade.d.ts +26 -0
- package/types/_core/scripts/services/customModules/facades/Form/IFieldControlManagerFacade.d.ts +36 -0
- package/types/_core/scripts/services/customModules/facades/Form/IFormControlFacade.d.ts +61 -0
- package/types/_core/scripts/services/customModules/facades/Form/IFormFacade.d.ts +60 -0
- package/types/_core/scripts/services/customModules/facades/IAuthFacade.d.ts +7 -0
- package/types/_core/scripts/services/customModules/facades/IMdtFacade.d.ts +58 -0
- package/types/_core/scripts/services/customModules/facades/IModuleRegistryFacade.d.ts +5 -0
- package/types/_core/scripts/services/customModules/facades/IPageFacade.d.ts +7 -0
- package/types/_core/scripts/services/customModules/facades/List/IListCellFacade.d.ts +8 -0
- package/types/_core/scripts/services/customModules/facades/List/IListComponentFacade.d.ts +10 -0
- package/types/_core/scripts/services/customModules/facades/List/IListControlFacade.d.ts +41 -0
- package/types/_core/scripts/services/customModules/facades/List/IListRowFacade.d.ts +2 -0
- package/types/_core/scripts/services/customModules/facades/List/IListServiceFacade.d.ts +24 -0
- package/types/_core/scripts/services/customModules/facades/List/ListCellFacade.d.ts +21 -0
- package/types/_core/scripts/services/customModules/facades/List/ListControlFacade.d.ts +28 -0
- package/types/_core/scripts/services/customModules/facades/List/ListRowFacade.d.ts +14 -0
- package/types/_core/scripts/services/customModules/facades/List/ListServiceFacade.d.ts +18 -0
- package/types/_core/scripts/services/customModules/facades/ModuleRegistryFacade.d.ts +4 -0
- package/types/_core/scripts/services/customModules/facades/PageFacade.d.ts +8 -0
- package/types/_core/scripts/services/customModules/facades/facadeUtils.d.ts +5 -0
- package/types/_core/scripts/services/customModules/facades/mdtFacade.d.ts +46 -0
- package/types/_core/scripts/services/customModules/facades/schema/FieldFacade.d.ts +11 -0
- package/types/_core/scripts/services/customModules/facades/schema/IFieldFacade.d.ts +7 -0
- package/types/_core/scripts/services/customModules/facades/schema/IObjectFacade.d.ts +9 -0
- package/types/_core/scripts/services/customModules/facades/schema/ISchemaFacade.d.ts +5 -0
- package/types/_core/scripts/services/customModules/facades/schema/ObjectFacade.d.ts +13 -0
- package/types/_core/scripts/services/customModules/facades/schema/SchemaFacade.d.ts +5 -0
- package/types/_core/scripts/services/customModules/facades/services/INavigationFacade.d.ts +43 -0
- package/types/_core/scripts/services/customModules/facades/services/ISecurityFacade.d.ts +19 -0
- package/types/_core/scripts/services/customModules/facades/services/NavigationFacade.d.ts +10 -0
- package/types/_core/scripts/services/customModules/facades/services/SecurityFacade.d.ts +5 -0
- package/types/_core/scripts/services/customModules/facades/utils/ApiFacade.d.ts +15 -0
- package/types/_core/scripts/services/customModules/facades/utils/DropdownFacade.d.ts +5 -0
- package/types/_core/scripts/services/customModules/facades/utils/IApiFacade.d.ts +43 -0
- package/types/_core/scripts/services/customModules/facades/utils/IDropdownFacade.d.ts +4 -0
- package/types/_core/scripts/services/customModules/facades/utils/IUiComponentsFacade.d.ts +42 -0
- package/types/_core/scripts/services/customModules/facades/utils/IUiFacade.d.ts +69 -0
- package/types/_core/scripts/services/customModules/facades/utils/IUtilsFacade.d.ts +6 -0
- package/types/_core/scripts/services/customModules/facades/utils/ImUtilsFacade.d.ts +25 -0
- package/types/_core/scripts/services/customModules/facades/utils/UiComponentsFacade.d.ts +19 -0
- package/types/_core/scripts/services/customModules/facades/utils/UiFacade.d.ts +12 -0
- package/types/_core/scripts/services/customModules/facades/utils/UtilsFacade.d.ts +2 -0
- package/types/_core/scripts/services/customModules/facades/utils/mUtilsFacade.d.ts +2 -0
- package/types/_core/scripts/services/dropdown/DropdownManager.d.ts +7 -0
- package/types/_core/scripts/services/dropdown/DropdownMenu.d.ts +13 -0
- package/types/_core/scripts/services/dropdown/IDropDownManager.d.ts +5 -0
- package/types/_core/scripts/services/dropdown/IDropDownMenu.d.ts +26 -0
- package/types/_core/scripts/services/dropdown/createDropdown.d.ts +3 -0
- package/types/_core/scripts/services/jsonSchema/JsonSchemaManager.d.ts +17 -0
- package/types/_core/scripts/services/jsonSchema/JsonSchemaValidator.d.ts +11 -0
- package/types/_core/scripts/services/objectRules/ObjectRuleTypes.d.ts +32 -0
- package/types/_core/scripts/services/objectRules/ObjectRules.d.ts +27 -0
- package/types/_core/scripts/services/objectRules/ObjectRulesApiDatasource.d.ts +6 -0
- package/types/_core/scripts/services/objectRules/ObjectRulesDataPurifier.d.ts +4 -0
- package/types/_core/scripts/services/objectRules/ObjectRulesEditorSetup.d.ts +2 -0
- package/types/_core/scripts/services/objectRules/ObjectRulesFormAdapter.d.ts +28 -0
- package/types/_core/scripts/services/objectRules/ObjectRulesScriptProvider.d.ts +24 -0
- package/types/_core/scripts/services/objectRules/ObjectRulesService.d.ts +19 -0
- package/types/_core/scripts/services/objectRules/ObjectRulesValidator.d.ts +25 -0
- package/types/_core/scripts/services/objectRules/ui/ObjectRuleModal.d.ts +50 -0
- package/types/_core/scripts/services/schema/IExp.schema.d.ts +2 -0
- package/types/_core/scripts/setupMainForms.d.ts +1 -0
- package/types/_core/scripts/views/Animator.d.ts +19 -0
- package/types/_core/scripts/views/CenteredMessage.d.ts +5 -0
- package/types/_core/scripts/views/CustomCss.d.ts +13 -0
- package/types/_core/scripts/views/FramePage.d.ts +6 -0
- package/types/_core/scripts/views/containers/ModalSizeManager.d.ts +12 -0
- package/types/_core/scripts/views/containers/containerMixin.d.ts +79 -0
- package/types/_core/scripts/views/containers/modal.d.ts +67 -0
- package/types/_core/scripts/views/containers/popover.d.ts +24 -0
- package/types/_core/scripts/views/containers/side.d.ts +16 -0
- package/types/_core/scripts/views/controls/Alert.d.ts +18 -0
- package/types/_core/scripts/views/controls/ContextMenu.d.ts +24 -0
- package/types/_core/scripts/views/controls/Control.d.ts +7 -0
- package/types/_core/scripts/views/controls/DropdownMenu.d.ts +86 -0
- package/types/_core/scripts/views/controls/DropdownMenuService.d.ts +5 -0
- package/types/_core/scripts/views/controls/JsonViewControl.d.ts +16 -0
- package/types/_core/scripts/views/controls/JsonViewFieldControl.d.ts +11 -0
- package/types/_core/scripts/views/controls/MessageText.d.ts +4 -0
- package/types/_core/scripts/views/controls/NotifiationsCtrl.d.ts +8 -0
- package/types/_core/scripts/views/controls/ObjectFormatControl.d.ts +5 -0
- package/types/_core/scripts/views/controls/Reorder.d.ts +25 -0
- package/types/_core/scripts/views/controls/ReorderView.d.ts +22 -0
- package/types/_core/scripts/views/controls/Resizer.d.ts +32 -0
- package/types/_core/scripts/views/controls/ResizerView.d.ts +8 -0
- package/types/_core/scripts/views/controls/SplitBlock.d.ts +21 -0
- package/types/_core/scripts/views/controls/SplitBlockSection.d.ts +27 -0
- package/types/_core/scripts/views/controls/UserProfile.d.ts +19 -0
- package/types/_core/scripts/views/controls/panels/Panel.d.ts +59 -0
- package/types/_core/scripts/views/controls/panels/PanelContainer.d.ts +34 -0
- package/types/_core/scripts/views/form/ControlManager.d.ts +52 -0
- package/types/_core/scripts/views/form/FormEvaluator.d.ts +25 -0
- package/types/_core/scripts/views/form/FormState.d.ts +34 -0
- package/types/_core/scripts/views/form/Layout.d.ts +104 -0
- package/types/_core/scripts/views/form/LayoutTypes.d.ts +390 -0
- package/types/_core/scripts/views/form/button.d.ts +9 -0
- package/types/_core/scripts/views/form/control.d.ts +7 -0
- package/types/_core/scripts/views/form/controls/OneToOneFormField.d.ts +10 -0
- package/types/_core/scripts/views/form/controls/bitMask.d.ts +11 -0
- package/types/_core/scripts/views/form/controls/boolean-group.d.ts +7 -0
- package/types/_core/scripts/views/form/controls/boolean.d.ts +16 -0
- package/types/_core/scripts/views/form/controls/changeable.d.ts +17 -0
- package/types/_core/scripts/views/form/controls/code/adapters/base.d.ts +6 -0
- package/types/_core/scripts/views/form/controls/code/adapters/markdown.d.ts +10 -0
- package/types/_core/scripts/views/form/controls/code/code.d.ts +31 -0
- package/types/_core/scripts/views/form/controls/code/codeText.d.ts +35 -0
- package/types/_core/scripts/views/form/controls/code/preview/markdown.d.ts +14 -0
- package/types/_core/scripts/views/form/controls/commonControl/ICommonControl.d.ts +23 -0
- package/types/_core/scripts/views/form/controls/commonControl/commonControl.d.ts +5 -0
- package/types/_core/scripts/views/form/controls/commonControl/mdtCommonControl.d.ts +3 -0
- package/types/_core/scripts/views/form/controls/commonControl/removeInputStyle.d.ts +3 -0
- package/types/_core/scripts/views/form/controls/date.d.ts +28 -0
- package/types/_core/scripts/views/form/controls/dateLabel.d.ts +11 -0
- package/types/_core/scripts/views/form/controls/dynamicFk.d.ts +38 -0
- package/types/_core/scripts/views/form/controls/fieldPathField.d.ts +19 -0
- package/types/_core/scripts/views/form/controls/fileupload/AttachmentFormExtender.d.ts +5 -0
- package/types/_core/scripts/views/form/controls/fileupload/file.d.ts +68 -0
- package/types/_core/scripts/views/form/controls/fileupload/fileuploadService.d.ts +3 -0
- package/types/_core/scripts/views/form/controls/fileupload/multifile.d.ts +45 -0
- package/types/_core/scripts/views/form/controls/fileupload/thumblist.d.ts +35 -0
- package/types/_core/scripts/views/form/controls/filter/filterFieldModal.d.ts +15 -0
- package/types/_core/scripts/views/form/controls/filter/filterSettings.d.ts +33 -0
- package/types/_core/scripts/views/form/controls/filter.d.ts +15 -0
- package/types/_core/scripts/views/form/controls/formField.d.ts +58 -0
- package/types/_core/scripts/views/form/controls/geography.d.ts +8 -0
- package/types/_core/scripts/views/form/controls/html.d.ts +27 -0
- package/types/_core/scripts/views/form/controls/iconPicker.d.ts +36 -0
- package/types/_core/scripts/views/form/controls/list.d.ts +18 -0
- package/types/_core/scripts/views/form/controls/listGrid.d.ts +22 -0
- package/types/_core/scripts/views/form/controls/monacoEditor/MonacoCodeOptions.schema.d.ts +18 -0
- package/types/_core/scripts/views/form/controls/monacoEditor/MonacoFieldControlOptions.schema.d.ts +5 -0
- package/types/_core/scripts/views/form/controls/monacoEditor/jsonSchemas/Button.schema.d.ts +69 -0
- package/types/_core/scripts/views/form/controls/monacoEditor/jsonSchemas/schemaIndex.d.ts +1 -0
- package/types/_core/scripts/views/form/controls/monacoEditor/monacoCode.d.ts +20 -0
- package/types/_core/scripts/views/form/controls/monacoEditor/monacoField.d.ts +18 -0
- package/types/_core/scripts/views/form/controls/monacoEditor/monacoLibService.d.ts +9 -0
- package/types/_core/scripts/views/form/controls/monacoEditor/monacoManager.d.ts +23 -0
- package/types/_core/scripts/views/form/controls/notFound.d.ts +6 -0
- package/types/_core/scripts/views/form/controls/picker/gridPicker.d.ts +16 -0
- package/types/_core/scripts/views/form/controls/picker/multiPicker.d.ts +28 -0
- package/types/_core/scripts/views/form/controls/picker/multiPickerField.d.ts +39 -0
- package/types/_core/scripts/views/form/controls/picker/picker.d.ts +72 -0
- package/types/_core/scripts/views/form/controls/picker/pickerInput.d.ts +43 -0
- package/types/_core/scripts/views/form/controls/query/BuilderFieldControlBase.d.ts +23 -0
- package/types/_core/scripts/views/form/controls/query/ControlsList.d.ts +20 -0
- package/types/_core/scripts/views/form/controls/query/QueryBuilderControl.d.ts +15 -0
- package/types/_core/scripts/views/form/controls/query/SelectBuilderControl.d.ts +32 -0
- package/types/_core/scripts/views/form/controls/query/UpdateBuilderControl.d.ts +12 -0
- package/types/_core/scripts/views/form/controls/radio.d.ts +24 -0
- package/types/_core/scripts/views/form/controls/radioPicker.d.ts +10 -0
- package/types/_core/scripts/views/form/controls/secretFieldCtrl.d.ts +12 -0
- package/types/_core/scripts/views/form/controls/select.d.ts +53 -0
- package/types/_core/scripts/views/form/controls/sortingList.d.ts +13 -0
- package/types/_core/scripts/views/form/controls/text.d.ts +30 -0
- package/types/_core/scripts/views/form/controls/textViewPreparator.d.ts +27 -0
- package/types/_core/scripts/views/form/controls/toggleablePanels/codeEditor/getCodeEditor.d.ts +5 -0
- package/types/_core/scripts/views/form/controls/toggleablePanels/codeEditor/toggleablePanelsEditorOnlyContent.d.ts +5 -0
- package/types/_core/scripts/views/form/controls/toggleablePanels/contentLayout/toggleablePanelsContentLayout.d.ts +6 -0
- package/types/_core/scripts/views/form/controls/toggleablePanels/toolbar/toggleablePanelsToolbar.d.ts +9 -0
- package/types/_core/scripts/views/form/controls/toggleablePanels/wrapper/toggleablePanelsWrapper.d.ts +8 -0
- package/types/_core/scripts/views/form/controls.d.ts +37 -0
- package/types/_core/scripts/views/form/features/loadingProgress/progressBarFormAdapter.d.ts +8 -0
- package/types/_core/scripts/views/form/field.d.ts +144 -0
- package/types/_core/scripts/views/form/formButtonsOrder.d.ts +8 -0
- package/types/_core/scripts/views/form/formContextParam.d.ts +20 -0
- package/types/_core/scripts/views/form/formDebug.d.ts +19 -0
- package/types/_core/scripts/views/form/formListCtrl.d.ts +36 -0
- package/types/_core/scripts/views/form/formTypes.d.ts +4 -0
- package/types/_core/scripts/views/form/frame.d.ts +16 -0
- package/types/_core/scripts/views/form/header.d.ts +10 -0
- package/types/_core/scripts/views/form/listFormContextParam.d.ts +4 -0
- package/types/_core/scripts/views/form/markdown.d.ts +12 -0
- package/types/_core/scripts/views/form/oneToMany.d.ts +79 -0
- package/types/_core/scripts/views/form/oneToManyControlService.d.ts +26 -0
- package/types/_core/scripts/views/form/panel.d.ts +25 -0
- package/types/_core/scripts/views/form/playground/FormEvaluatorPlayground.d.ts +7 -0
- package/types/_core/scripts/views/form/playground/FormPlaygroundCtrl.d.ts +21 -0
- package/types/_core/scripts/views/form/schema/FormPageExtOptions.schema.d.ts +22 -0
- package/types/_core/scripts/views/form/schema/FormPageOptions.schema.d.ts +17 -0
- package/types/_core/scripts/views/form/tabs.d.ts +20 -0
- package/types/_core/scripts/views/form/templater/autorefresher/templaterAutorefresher.d.ts +20 -0
- package/types/_core/scripts/views/form/templater/panelsTemplater/panelsTemplater.d.ts +35 -0
- package/types/_core/scripts/views/form/templater/panelsTemplater/templaterProgressBar.d.ts +10 -0
- package/types/_core/scripts/views/form/templater/templateAbort.d.ts +4 -0
- package/types/_core/scripts/views/form/templater/templateEvaluator.d.ts +59 -0
- package/types/_core/scripts/views/form/templater/templatePreview.d.ts +20 -0
- package/types/_core/scripts/views/form/templater/templaterEditorService.d.ts +5 -0
- package/types/_core/scripts/views/form/templater/templaterPreviewWindowController.d.ts +9 -0
- package/types/_core/scripts/views/form/templater/templaterWorkerService.d.ts +11 -0
- package/types/_core/scripts/views/gallery/Gallery.d.ts +41 -0
- package/types/_core/scripts/views/gallery/ThumbImage.d.ts +26 -0
- package/types/_core/scripts/views/layouts/mainLayout.d.ts +2 -0
- package/types/_core/scripts/views/layouts/splashLayout.d.ts +2 -0
- package/types/_core/scripts/views/list/CheckboxList.d.ts +25 -0
- package/types/_core/scripts/views/list/EventsPriority.d.ts +13 -0
- package/types/_core/scripts/views/list/IListView.d.ts +58 -0
- package/types/_core/scripts/views/list/ListHelper.d.ts +3 -0
- package/types/_core/scripts/views/list/ListOptions.d.ts +37 -0
- package/types/_core/scripts/views/list/ListView.d.ts +32 -0
- package/types/_core/scripts/views/list/O2mColumn.d.ts +21 -0
- package/types/_core/scripts/views/list/features/aggregation/AggregationListExtender.d.ts +26 -0
- package/types/_core/scripts/views/list/features/columnFixator/ListColumnFixator.d.ts +46 -0
- package/types/_core/scripts/views/list/features/loadingProgress/progressBarListAdapter.d.ts +8 -0
- package/types/_core/scripts/views/list/features/rowClamp/ListRowClampAdapter.d.ts +8 -0
- package/types/_core/scripts/views/list/features/rowClamp/RowClamp.d.ts +29 -0
- package/types/_core/scripts/views/list/features/settingsStore/ListSettingsStore.d.ts +17 -0
- package/types/_core/scripts/views/list/fieldColumn.d.ts +21 -0
- package/types/_core/scripts/views/list/schema/ListPageExtOptions.schema.d.ts +127 -0
- package/types/_core/scripts/views/list/schema/ListPageOptions.schema.d.ts +76 -0
- package/types/_core/scripts/views/login/FormAuthCtrl.d.ts +21 -0
- package/types/_core/scripts/views/login/LoginCtrl.d.ts +27 -0
- package/types/_core/scripts/views/page/Content.d.ts +17 -0
- package/types/_core/scripts/views/page/ContentListCtrl.d.ts +25 -0
- package/types/_core/scripts/views/page/DateFilterList.d.ts +1 -0
- package/types/_core/scripts/views/page/ErrorPage.d.ts +20 -0
- package/types/_core/scripts/views/page/Page.d.ts +40 -0
- package/types/_core/scripts/views/page/PageTypes.d.ts +7 -0
- package/types/_core/scripts/views/page/PageZoneTypes.d.ts +1 -0
- package/types/_core/scripts/views/page/PageZones.d.ts +2 -0
- package/types/_core/scripts/views/page/SideNav.d.ts +14 -0
- package/types/_core/scripts/views/page/SideNavView.d.ts +6 -0
- package/types/_core/scripts/views/page/SplashPage.d.ts +11 -0
- package/types/_core/scripts/views/page/SplitPageButton.d.ts +5 -0
- package/types/_core/scripts/views/page/charts/ChartControlOptions.schema.d.ts +460 -0
- package/types/_core/scripts/views/page/charts/ChartFormControlOptions.schema.d.ts +35 -0
- package/types/_core/scripts/views/page/charts/chartControl.d.ts +19 -0
- package/types/_core/scripts/views/page/charts/chartControlDataService.d.ts +38 -0
- package/types/_core/scripts/views/page/charts/chartFormControl.d.ts +27 -0
- package/types/_core/scripts/views/page/charts/configAdapter/cardChart.d.ts +17 -0
- package/types/_core/scripts/views/page/charts/configAdapter/cardServices/cardOptionsService.d.ts +37 -0
- package/types/_core/scripts/views/page/charts/configAdapter/cardServices/colorRangeManager.d.ts +7 -0
- package/types/_core/scripts/views/page/charts/configAdapter/chartBaseOptionsAdapter.d.ts +3 -0
- package/types/_core/scripts/views/page/charts/configAdapter/chartConfigAdapter.d.ts +13 -0
- package/types/_core/scripts/views/page/charts/configAdapter/chartFieldsAdapter.d.ts +25 -0
- package/types/_core/scripts/views/page/charts/configAdapter/chartModel.d.ts +11 -0
- package/types/_core/scripts/views/page/charts/configAdapter/libChart.d.ts +21 -0
- package/types/_core/scripts/views/page/dashboard/DashboardPageControlOptions.schema.d.ts +3 -0
- package/types/_core/scripts/views/page/dashboard/dashboardPageControl.d.ts +15 -0
- package/types/_core/scripts/views/page/dashboard/dashboardPageCreator.d.ts +1 -0
- package/types/_core/scripts/views/page/firstRecord/FirstRecordCreator.d.ts +1 -0
- package/types/_core/scripts/views/page/firstRecord/FirstRecordCtrl.d.ts +5 -0
- package/types/_core/scripts/views/page/fkPanels/FkPanels.d.ts +25 -0
- package/types/_core/scripts/views/page/fkPanels/FkPanelsPageCreator.d.ts +1 -0
- package/types/_core/scripts/views/page/fkPanels/FkPanelsPageOptions.schema.d.ts +14 -0
- package/types/_core/scripts/views/pickRecordModal.d.ts +11 -0
- package/types/_core/scripts/views/security/FilterColumnCtrl.d.ts +15 -0
- package/types/_core/scripts/views/security/PermisionLevelColumnCtrl.d.ts +13 -0
- package/types/_core/scripts/views/security/PrincipalPermissionTitleColumn.d.ts +3 -0
- package/types/admin/scripts/AboutCtrl.d.ts +9 -0
- package/types/admin/scripts/Designer/Constructor.d.ts +25 -0
- package/types/admin/scripts/Designer/DesignFormExtender.d.ts +3 -0
- package/types/admin/scripts/Designer/Json.d.ts +12 -0
- package/types/admin/scripts/Designer/JsonEditor.d.ts +10 -0
- package/types/admin/scripts/Designer/LayoutEdit.d.ts +36 -0
- package/types/admin/scripts/Designer/controls/ChartDesignerCtrl.d.ts +17 -0
- package/types/admin/scripts/Designer/controls/Field.d.ts +74 -0
- package/types/admin/scripts/Designer/controls/Frame.d.ts +26 -0
- package/types/admin/scripts/Designer/controls/Header.d.ts +8 -0
- package/types/admin/scripts/Designer/controls/Markdown.d.ts +6 -0
- package/types/admin/scripts/Designer/controls/Panel.d.ts +6 -0
- package/types/admin/scripts/Designer/controls/Tabs.d.ts +7 -0
- package/types/admin/scripts/emailCheck.d.ts +2 -0
- package/types/admin/scripts/forms/LayoutForm.d.ts +4 -0
- package/types/admin/scripts/forms/ListForm.d.ts +2 -0
- package/types/admin/scripts/forms/ObjectFieldForm.d.ts +2 -0
- package/types/admin/scripts/forms/ObjectForm.d.ts +3 -0
- package/types/admin/scripts/list/DesignerListExtender.d.ts +26 -0
- package/types/admin/scripts/list/DesignerListTransformer.d.ts +6 -0
- package/types/admin/scripts/list/ListColumnDesignFormCtrl.d.ts +9 -0
- package/types/admin/scripts/list/ListResizer.d.ts +9 -0
- package/types/admin/scripts/manageNav.d.ts +1 -0
- package/types/admin/scripts/module.d.ts +32 -0
- package/types/admin/scripts/principalList.d.ts +6 -0
- package/types/admin/scripts/reorder.d.ts +10 -0
- package/types/admin/scripts/resizer.d.ts +9 -0
- package/types/admin/scripts/scripting.d.ts +4 -0
- package/types/components/baseFormControls/input/inputView.d.ts +22 -0
- package/types/components/dropdown/menu/item/dropdownInputItemOptions.d.ts +5 -0
- package/types/components/dropdown/menu/item/dropdownItemWrap.d.ts +7 -0
- package/types/components/dropdown/menu/item/dropdownItemWrapOptions.d.ts +4 -0
- package/types/components/dropdown/menuActionItem/dropdownMenuItem.d.ts +6 -0
- package/types/components/dropdown/menuActionItem/dropdownMenuItemOptions.d.ts +2 -1
- package/types/components/icon/icon.d.ts +4 -0
- package/types/components/tooltip/controllers/globalEventHandler.d.ts +19 -0
- package/types/components/tooltip/controllers/tooltipGenerator.d.ts +11 -0
- package/types/components/tooltip/controllers/tooltipPositionController.d.ts +31 -0
- package/types/components/tooltip/controllers/tooltipTarget.d.ts +10 -0
- package/types/components/tooltip/tooltip.d.ts +9 -0
- package/types/dm/scripts/CloneFormCtrl.d.ts +12 -0
- package/types/dm/scripts/DeleteFormCtrl.d.ts +12 -0
- package/types/dm/scripts/DmFormCtrl.d.ts +12 -0
- package/types/dm/scripts/DmService.d.ts +10 -0
- package/types/dm/scripts/DmTypes.d.ts +15 -0
- package/types/dm/scripts/LinkedFieldAction.d.ts +33 -0
- package/types/dm/scripts/MergeFormCtrl.d.ts +13 -0
- package/types/dm/scripts/MergeHelper.d.ts +17 -0
- package/types/dm/scripts/MergeListExtender.d.ts +25 -0
- package/types/dm/scripts/module.d.ts +4 -0
- package/types/helpers/PositionCalculator.d.ts +59 -0
- package/types/helpers/formattedText.d.ts +2 -1
- package/types/helpers/types.d.ts +9 -2
- package/types/helpers/ui/setTooltip.d.ts +12 -0
- package/types/helpers/utils/classNames.d.ts +2 -0
- package/types/helpers/utils/object.d.ts +1 -0
- package/types/helpers/utils/stringifyControlSize.d.ts +3 -0
- package/types/helpers/utils/v.d.ts +2 -0
- package/types/helpers/zone/IZone.d.ts +0 -1
- package/types/helpers/zone/Zones.d.ts +2 -0
- package/types/inline/scripts/CellList.d.ts +14 -0
- package/types/inline/scripts/Editor.d.ts +93 -0
- package/types/inline/scripts/ListExtender.d.ts +41 -0
- package/types/inline/scripts/ListExtenderTypes.d.ts +29 -0
- package/types/inline/scripts/autocommit/autocommit.d.ts +6 -0
- package/types/inline/scripts/before.d.ts +10 -0
- package/types/inline/scripts/easyInline/FKDropdown.d.ts +52 -0
- package/types/inline/scripts/easyInline/easyInline.d.ts +11 -0
- package/types/inline/scripts/messages.d.ts +1 -0
- package/types/inline/scripts/module.d.ts +15 -0
- package/types/inline/scripts/transformers/CellTransformer.d.ts +8 -0
- package/types/inline/scripts/transformers/ListTransformer.d.ts +1 -0
- package/types/inline/scripts/transformers/RowTransformer.d.ts +1 -0
- package/types/inline/scripts/ui-bindings.d.ts +1 -0
- package/types/inline/scripts/validation/inlineValidator.d.ts +8 -0
- package/types/services/customModules/facades/Form/IFormControlFacade.d.ts +4 -0
- package/types/services/customModules/facades/IMdtFacade.d.ts +3 -0
- package/types/services/customModules/facades/IPageFacade.d.ts +7 -0
- package/types/services/customModules/facades/PageFacade.d.ts +5 -0
- package/types/services/customModules/facades/utils/IDropdownFacade.d.ts +4 -0
- package/types/services/customModules/facades/utils/IUiComponentsFacade.d.ts +19 -5
- package/types/services/customModules/facades/utils/IUiFacade.d.ts +8 -1
- package/types/services/customModules/facades/utils/IUtilsFacade.d.ts +1 -0
- package/types/services/customModules/facades/utils/ImUtilsFacade.d.ts +3 -0
- package/types/services/dropdown/DropdownManager.d.ts +7 -0
- package/types/services/dropdown/DropdownMenu.d.ts +11 -0
- package/types/services/dropdown/IDropDownMenu.d.ts +15 -11
- package/types/views/form/controls/commonControl/ICommonControl.d.ts +23 -0
- package/types/views/page/PageTypes.d.ts +7 -0
- package/types/views/page/PageZoneCodes.d.ts +1 -0
- package/types/views/page/PageZoneTypes.d.ts +1 -0
- package/types/views/page/PageZones.d.ts +2 -0
- package/types/components/tooltip/controllers/tooltipAttributes.d.ts +0 -2
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { MessageCtrl } from "../../common/controls/Message";
|
|
3
|
+
import { Button } from "../../helpers/ui/el";
|
|
4
|
+
interface CloseMixinOptions {
|
|
5
|
+
expanded?: any;
|
|
6
|
+
events?: any;
|
|
7
|
+
}
|
|
8
|
+
export declare abstract class CloseMixin {
|
|
9
|
+
options: any;
|
|
10
|
+
beforeUnload: any;
|
|
11
|
+
close: (x?: any, options?: {
|
|
12
|
+
showWarning?: boolean;
|
|
13
|
+
preventConfirm?: boolean;
|
|
14
|
+
}) => boolean;
|
|
15
|
+
events: {
|
|
16
|
+
close: any[];
|
|
17
|
+
closed: any[];
|
|
18
|
+
};
|
|
19
|
+
constructor(options: CloseMixinOptions);
|
|
20
|
+
then(fn: any, closeOptions?: CloseOptions): this;
|
|
21
|
+
private saveCallbackOnContainerChange;
|
|
22
|
+
private saveOnContainerChangeFlag;
|
|
23
|
+
getSavedCallbacks(): {
|
|
24
|
+
closed: any[];
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
interface CloseOptions {
|
|
28
|
+
/** Колбэк не должен вызваться, если меняется контейнер (из модального в сайдбар и наоборот) */
|
|
29
|
+
shouldRemoveOnContainerChange: boolean;
|
|
30
|
+
}
|
|
31
|
+
export declare const ctrlList: any[];
|
|
32
|
+
export interface ContainerMixinOptions extends CloseMixinOptions {
|
|
33
|
+
title?: _mithril.MithrilProperty<string>;
|
|
34
|
+
tabTitle?: _mithril.MithrilProperty<string>;
|
|
35
|
+
code?: _mithril.MithrilProperty<string>;
|
|
36
|
+
routeWarn?: boolean;
|
|
37
|
+
buttons?: Button[];
|
|
38
|
+
icon?: string;
|
|
39
|
+
cssClass?: string;
|
|
40
|
+
containerCommands?: Button[];
|
|
41
|
+
initContainer?: (container: ContainerMixin) => void;
|
|
42
|
+
}
|
|
43
|
+
export interface ContainerContent {
|
|
44
|
+
title?: _mithril.MithrilProperty<string>;
|
|
45
|
+
tabTitle?: _mithril.MithrilProperty<string>;
|
|
46
|
+
code?: _mithril.MithrilProperty<string>;
|
|
47
|
+
initContainer?: (c: ContainerMixin, o?: ContainerMixinOptions) => any;
|
|
48
|
+
icon?: _mithril.MithrilProperty<string>;
|
|
49
|
+
}
|
|
50
|
+
export declare abstract class ContainerMixin extends CloseMixin {
|
|
51
|
+
content: ContainerContent;
|
|
52
|
+
options: ContainerMixinOptions;
|
|
53
|
+
$attrs: _mithril.MithrilAttributes;
|
|
54
|
+
buttons: Button[];
|
|
55
|
+
extendedBtns: Button[];
|
|
56
|
+
title: _mithril.MithrilPromiseProperty<any> & {
|
|
57
|
+
onchange: (v?: any) => any;
|
|
58
|
+
};
|
|
59
|
+
tabTitle: any;
|
|
60
|
+
code: _mithril.MithrilPromiseProperty<any> & {
|
|
61
|
+
onchange: (v?: any) => any;
|
|
62
|
+
};
|
|
63
|
+
subtitle: _mithril.MithrilPromiseProperty<any> & {
|
|
64
|
+
onchange: (v?: any) => any;
|
|
65
|
+
};
|
|
66
|
+
message: MessageCtrl;
|
|
67
|
+
moreBtn: Button;
|
|
68
|
+
icon: _mithril.MithrilPromiseProperty<any> & {
|
|
69
|
+
onchange: (v?: any) => any;
|
|
70
|
+
};
|
|
71
|
+
moreBtnVisible: boolean;
|
|
72
|
+
abstract initContainer(t: any): void;
|
|
73
|
+
constructor(content: ContainerContent, options?: ContainerMixinOptions);
|
|
74
|
+
hasButtons(): boolean;
|
|
75
|
+
getCommands: (isExtended?: any) => Button[];
|
|
76
|
+
registerCommandsSource(callback: (isExtended?: boolean) => Button[]): void;
|
|
77
|
+
getMoreButton(extendedBtns: Button[]): Button;
|
|
78
|
+
}
|
|
79
|
+
export {};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { ContainerContent, ContainerMixin, ContainerMixinOptions } from "./containerMixin";
|
|
2
|
+
declare type onResizeCallback = (data: ModalSizingState) => void;
|
|
3
|
+
export interface ModalSizingState {
|
|
4
|
+
full: boolean;
|
|
5
|
+
width: number;
|
|
6
|
+
height: number;
|
|
7
|
+
}
|
|
8
|
+
export interface ModalOptions extends ContainerMixinOptions {
|
|
9
|
+
class?: any;
|
|
10
|
+
initContainer?: any;
|
|
11
|
+
size?: "lg" | "sm" | "md";
|
|
12
|
+
css?: any;
|
|
13
|
+
title?: any;
|
|
14
|
+
icon?: any;
|
|
15
|
+
type?: any;
|
|
16
|
+
backdrop?: boolean;
|
|
17
|
+
closeOnBackdrop?: boolean;
|
|
18
|
+
initialSizingState?: ModalSizingState;
|
|
19
|
+
onResize?: onResizeCallback;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ModalTypeIcon {
|
|
22
|
+
primary = 0,
|
|
23
|
+
danger = "skull",
|
|
24
|
+
warning = "exclamation-square",
|
|
25
|
+
success = "check",
|
|
26
|
+
info = "info-square"
|
|
27
|
+
}
|
|
28
|
+
export declare class ModalCtrl extends ContainerMixin {
|
|
29
|
+
ctrl: ContainerContent;
|
|
30
|
+
options: ModalOptions;
|
|
31
|
+
type: any;
|
|
32
|
+
$prevActiveElement: any;
|
|
33
|
+
hideMainButtons: boolean;
|
|
34
|
+
constructor(ctrl: ContainerContent, options: ModalOptions);
|
|
35
|
+
initContainer(): void;
|
|
36
|
+
closeOnRouteChange(): void;
|
|
37
|
+
getIcon(): any;
|
|
38
|
+
getButtonType(button: any): any;
|
|
39
|
+
closeOnBackdrop(): boolean;
|
|
40
|
+
initContainerCommands(): void;
|
|
41
|
+
static baseSettings: {
|
|
42
|
+
[key: string]: ModalOptions;
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
export declare class Draggable {
|
|
46
|
+
private el;
|
|
47
|
+
constructor(el: any, container: any);
|
|
48
|
+
stop: () => void;
|
|
49
|
+
startMoving(el: any, container: any, e: any): void;
|
|
50
|
+
stopMoving(el: any): void;
|
|
51
|
+
move(el: any, x: any, y: any): void;
|
|
52
|
+
}
|
|
53
|
+
interface ResizableOptions {
|
|
54
|
+
bottomLimit?: () => number;
|
|
55
|
+
onResize?: onResizeCallback;
|
|
56
|
+
}
|
|
57
|
+
export declare class Resizable {
|
|
58
|
+
private options?;
|
|
59
|
+
elsData: {
|
|
60
|
+
element: HTMLElement;
|
|
61
|
+
startWidth?: number;
|
|
62
|
+
startHeight?: number;
|
|
63
|
+
}[];
|
|
64
|
+
constructor(resizeEl: HTMLElement | HTMLElement[], triggerEl: any, options?: ResizableOptions);
|
|
65
|
+
initDrag(e: any): void;
|
|
66
|
+
}
|
|
67
|
+
export {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { UIAnimateOptions, UIAnimateFadeParams, UIAnimateSlideParams } from "../../helpers/ui/animate";
|
|
2
|
+
import { DOMPosition } from "../../helpers/ui/dom";
|
|
3
|
+
import { ContainerMixin, ContainerMixinOptions } from "./containerMixin";
|
|
4
|
+
export interface PopoverCtrlAnimateOptions {
|
|
5
|
+
name: "slide" | "fade";
|
|
6
|
+
params?: UIAnimateFadeParams | UIAnimateSlideParams;
|
|
7
|
+
options?: UIAnimateOptions;
|
|
8
|
+
}
|
|
9
|
+
export interface PopoverCtrlOptions extends ContainerMixinOptions {
|
|
10
|
+
placement?: "left" | "top" | "right" | "bottom";
|
|
11
|
+
position?: DOMPosition;
|
|
12
|
+
class?: string;
|
|
13
|
+
icon?: string;
|
|
14
|
+
animate?: {
|
|
15
|
+
show: PopoverCtrlAnimateOptions;
|
|
16
|
+
hide: PopoverCtrlAnimateOptions;
|
|
17
|
+
options?: UIAnimateOptions;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
export declare class PopoverCtrl extends ContainerMixin {
|
|
21
|
+
options: PopoverCtrlOptions;
|
|
22
|
+
constructor(ctrl: any, options: PopoverCtrlOptions);
|
|
23
|
+
initContainer(): void;
|
|
24
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ContainerMixin, ContainerMixinOptions } from "./containerMixin";
|
|
2
|
+
import { Panel } from "../form/controls";
|
|
3
|
+
export interface SideOptions extends ContainerMixinOptions {
|
|
4
|
+
hideCloseButton?: boolean;
|
|
5
|
+
expanded?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare class SideCtrl extends ContainerMixin {
|
|
8
|
+
state: any;
|
|
9
|
+
key: string;
|
|
10
|
+
hideMainButtons: boolean;
|
|
11
|
+
hideCloseButton: boolean;
|
|
12
|
+
hideEmptyToolbar: boolean;
|
|
13
|
+
constructor(content: any, options?: SideOptions);
|
|
14
|
+
initContainerCommands(panel: Panel): void;
|
|
15
|
+
initContainer(): void;
|
|
16
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Notification } from "../../services/NotificationService";
|
|
2
|
+
export interface AlertOptions {
|
|
3
|
+
duration?: number;
|
|
4
|
+
}
|
|
5
|
+
export declare class AlertCtrl {
|
|
6
|
+
msg: Notification;
|
|
7
|
+
static DURATION: {
|
|
8
|
+
SHORT: number;
|
|
9
|
+
MEDIUM: number;
|
|
10
|
+
LONG: number;
|
|
11
|
+
};
|
|
12
|
+
events: {
|
|
13
|
+
removed: any[];
|
|
14
|
+
};
|
|
15
|
+
options: AlertOptions;
|
|
16
|
+
constructor(msg: Notification, options?: AlertOptions);
|
|
17
|
+
remove(): void;
|
|
18
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { ActionItem } from "../../helpers/ui/el";
|
|
3
|
+
export interface ContextMenuOptions {
|
|
4
|
+
enabled: (e?: any, ctrl?: ContextMenu) => boolean;
|
|
5
|
+
onContextMenu: (e?: any, ctrl?: ContextMenu) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare class ContextMenu {
|
|
8
|
+
items: ActionItem[];
|
|
9
|
+
options: ContextMenuOptions;
|
|
10
|
+
position: {
|
|
11
|
+
x: number;
|
|
12
|
+
y: number;
|
|
13
|
+
};
|
|
14
|
+
events: {
|
|
15
|
+
show: any[];
|
|
16
|
+
hide: any[];
|
|
17
|
+
};
|
|
18
|
+
constructor(items?: ActionItem[], options?: ContextMenuOptions);
|
|
19
|
+
private onContextMenu;
|
|
20
|
+
attach(obj: _mithril.MithrilVirtualElement): void;
|
|
21
|
+
attachNode(node: any): void;
|
|
22
|
+
show(x: any, y: any): void;
|
|
23
|
+
hide(): void;
|
|
24
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { ActionItem, Button } from "../../helpers/ui/el";
|
|
2
|
+
import { ViewElement } from "mdtScripts/helpers/types";
|
|
3
|
+
import { Record } from "mdtScripts/common/Record";
|
|
4
|
+
declare type Placement = "left" | "top" | "right" | "bottom";
|
|
5
|
+
declare type Position = "left" | "right";
|
|
6
|
+
interface Options {
|
|
7
|
+
position?: Position;
|
|
8
|
+
placement?: Placement;
|
|
9
|
+
}
|
|
10
|
+
interface DDFocusElement {
|
|
11
|
+
$focusEl?: HTMLOrSVGElement;
|
|
12
|
+
}
|
|
13
|
+
export interface DropdownMenuCtrlOptions {
|
|
14
|
+
placement?: Placement;
|
|
15
|
+
position?: Position;
|
|
16
|
+
focusReturn?: boolean;
|
|
17
|
+
autoselect?: boolean;
|
|
18
|
+
hShift?: number;
|
|
19
|
+
class?: string;
|
|
20
|
+
translate?: boolean;
|
|
21
|
+
events?: {
|
|
22
|
+
show?: ((ctrl?: DropdownMenuCtrl, el?: HTMLElement, ctx?: any) => any)[];
|
|
23
|
+
positioned?: ((ctrl?: DropdownMenuCtrl, el?: HTMLElement) => any)[];
|
|
24
|
+
close?: ((item?: ActionItem, ctrl?: DropdownMenuCtrl) => any)[];
|
|
25
|
+
};
|
|
26
|
+
captureClickOnClose?: boolean;
|
|
27
|
+
closeParentOnSelect?: boolean;
|
|
28
|
+
$attrs?: any;
|
|
29
|
+
backdrop?: boolean;
|
|
30
|
+
resizable?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* @default 16
|
|
33
|
+
*/
|
|
34
|
+
outerPadding?: number;
|
|
35
|
+
}
|
|
36
|
+
interface DropdownMenuEvents {
|
|
37
|
+
show: ((ctrl?: DropdownMenuCtrl, el?: HTMLElement, ctx?: any) => void)[];
|
|
38
|
+
positioned: ((ctrl?: DropdownMenuCtrl, el?: HTMLElement) => void)[];
|
|
39
|
+
close: ((r?: false | Button, ctrl?: DropdownMenuCtrl) => void)[];
|
|
40
|
+
}
|
|
41
|
+
export declare type DropdownMenuItem = Button & DDFocusElement & {
|
|
42
|
+
additionalText?: string;
|
|
43
|
+
zone?: {
|
|
44
|
+
right: () => ViewElement;
|
|
45
|
+
};
|
|
46
|
+
row?: Record;
|
|
47
|
+
};
|
|
48
|
+
export declare class DropdownMenuCtrl {
|
|
49
|
+
static divider: ActionItem;
|
|
50
|
+
static readonly code = "dropdown-code";
|
|
51
|
+
private _idx;
|
|
52
|
+
items: DropdownMenuItem[];
|
|
53
|
+
$viewState: DropdownView;
|
|
54
|
+
isShown: boolean;
|
|
55
|
+
dirty: boolean;
|
|
56
|
+
events: DropdownMenuEvents;
|
|
57
|
+
static shown: DropdownMenuCtrl[];
|
|
58
|
+
options: DropdownMenuCtrlOptions;
|
|
59
|
+
parent: DropdownMenuCtrl;
|
|
60
|
+
$ignoreFirstCloseOnClick?: boolean;
|
|
61
|
+
stateElements: any[];
|
|
62
|
+
constructor(options?: DropdownMenuCtrlOptions, parent?: DropdownMenuCtrl);
|
|
63
|
+
idx(v?: any): number;
|
|
64
|
+
private _move;
|
|
65
|
+
move(up?: boolean): any;
|
|
66
|
+
resetSelect(): void;
|
|
67
|
+
active(): false | DropdownMenuItem;
|
|
68
|
+
show(items?: ActionItem[], replace?: boolean): void;
|
|
69
|
+
closeChildren(): void;
|
|
70
|
+
close(r?: any): void;
|
|
71
|
+
then(fn: any): this;
|
|
72
|
+
select(r: any): void;
|
|
73
|
+
closeOnRouteChange(): void;
|
|
74
|
+
hasIcon(index: any): boolean;
|
|
75
|
+
}
|
|
76
|
+
export interface DropdownView {
|
|
77
|
+
target: any;
|
|
78
|
+
}
|
|
79
|
+
interface Rect {
|
|
80
|
+
x?: number;
|
|
81
|
+
y?: number;
|
|
82
|
+
w?: number;
|
|
83
|
+
h?: number;
|
|
84
|
+
}
|
|
85
|
+
export declare function reposite(win: Rect, target: Rect, dropdown: Rect, options: Options): Rect;
|
|
86
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DropdownMenuOptions } from "mdtScripts/components/dropdown/menu/dropdownMenu";
|
|
2
|
+
import { ViewElement } from "mdtScripts/helpers/types";
|
|
3
|
+
import { DropdownMenuItem } from "./DropdownMenu";
|
|
4
|
+
export declare type DropdownMenuItemView = (item: DropdownMenuItem, index: number) => ViewElement;
|
|
5
|
+
export declare function getDropdownMenuContentOptions(items: DropdownMenuItem[], itemView: DropdownMenuItemView): DropdownMenuOptions;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import ObjectViewControl from "./ObjectFormatControl";
|
|
2
|
+
interface JsonViewControlOptions {
|
|
3
|
+
toggleMode?: boolean;
|
|
4
|
+
formattedMode?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export default class JsonViewControl {
|
|
7
|
+
source?: string;
|
|
8
|
+
objectFormat: ObjectViewControl;
|
|
9
|
+
formattedValue: string;
|
|
10
|
+
error: "";
|
|
11
|
+
options: JsonViewControlOptions;
|
|
12
|
+
constructor(source?: string, options?: JsonViewControlOptions);
|
|
13
|
+
setData(source: string): void;
|
|
14
|
+
changeMode: () => void;
|
|
15
|
+
}
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FieldCtrl } from "../form/field";
|
|
2
|
+
import JsonViewControl from "./JsonViewControl";
|
|
3
|
+
export declare type JsonViewFieldCtrlOptions = {};
|
|
4
|
+
export default class JsonFormatFieldCtrl {
|
|
5
|
+
options: JsonViewFieldCtrlOptions;
|
|
6
|
+
fieldCtrl: FieldCtrl;
|
|
7
|
+
content: JsonViewControl;
|
|
8
|
+
hasReadonly: boolean;
|
|
9
|
+
constructor(options: JsonViewFieldCtrlOptions, fieldCtrl: FieldCtrl);
|
|
10
|
+
private parseSourceToString;
|
|
11
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { NotificationService } from "../../services/NotificationService";
|
|
2
|
+
import { ContainerMixin } from "../containers/containerMixin";
|
|
3
|
+
export declare class NotificationsCtrl {
|
|
4
|
+
service: NotificationService;
|
|
5
|
+
container: ContainerMixin;
|
|
6
|
+
initContainer(container: ContainerMixin): void;
|
|
7
|
+
constructor();
|
|
8
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { LayoutCtrl } from "../form/Layout";
|
|
2
|
+
export declare class Reorder<T> {
|
|
3
|
+
getList: (T: any) => T[];
|
|
4
|
+
options: {
|
|
5
|
+
container?: any;
|
|
6
|
+
layout?: LayoutCtrl;
|
|
7
|
+
};
|
|
8
|
+
events: {
|
|
9
|
+
started: any[];
|
|
10
|
+
moved: any[];
|
|
11
|
+
ended: any[];
|
|
12
|
+
};
|
|
13
|
+
progress: {
|
|
14
|
+
item: any;
|
|
15
|
+
list: T[];
|
|
16
|
+
};
|
|
17
|
+
constructor(getList: (T: any) => T[], options?: {
|
|
18
|
+
container?: any;
|
|
19
|
+
layout?: LayoutCtrl;
|
|
20
|
+
});
|
|
21
|
+
start(item: any): void;
|
|
22
|
+
insert(ctrl?: Reorder<T>, index?: any): void;
|
|
23
|
+
move(target: any, after?: boolean, ctrl?: Reorder<T>): void;
|
|
24
|
+
end(): void;
|
|
25
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { Reorder } from "./Reorder";
|
|
3
|
+
export declare class ReorderView {
|
|
4
|
+
static reorders: Reorder<any>[];
|
|
5
|
+
static VERTICAL_AFTER_LIMIT: number;
|
|
6
|
+
static transformContainer(ctrl: Reorder<any>, container: _mithril.MithrilVirtualElement): void;
|
|
7
|
+
static transformItem(ctrl: Reorder<any>, item: any, itemEl: _mithril.MithrilVirtualElement): _mithril.MithrilVirtualElement;
|
|
8
|
+
static addReorder(reorder: Reorder<any>): void;
|
|
9
|
+
static removeReorder(reorder: Reorder<any>): void;
|
|
10
|
+
static addUiBindings(): void;
|
|
11
|
+
static removeUiBindings(): void;
|
|
12
|
+
static progress: any;
|
|
13
|
+
static lastEl: {
|
|
14
|
+
lastHoverEl: any;
|
|
15
|
+
lastContainerEl: any;
|
|
16
|
+
};
|
|
17
|
+
static selectEl(e: any, className: string, lastElName: string, getEl: Function): void;
|
|
18
|
+
static selectTargetContainer(e: any): void;
|
|
19
|
+
static mousedown(e: any): void;
|
|
20
|
+
static mousemove(e: any): void;
|
|
21
|
+
static mouseup(): void;
|
|
22
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export interface ResizerOptions {
|
|
2
|
+
minSizes?: any;
|
|
3
|
+
maxSizes?: any;
|
|
4
|
+
unit?: string;
|
|
5
|
+
force?: boolean;
|
|
6
|
+
direction?: string;
|
|
7
|
+
handleStyle?: string;
|
|
8
|
+
handlePosition?: string;
|
|
9
|
+
itemsIndependent?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export interface ResizingInfo {
|
|
12
|
+
index: number;
|
|
13
|
+
startSize: number;
|
|
14
|
+
containerSize: number;
|
|
15
|
+
}
|
|
16
|
+
export declare class Resizer {
|
|
17
|
+
value: (index: number, size?: number) => any;
|
|
18
|
+
inited: boolean;
|
|
19
|
+
resizing: ResizingInfo;
|
|
20
|
+
options: ResizerOptions;
|
|
21
|
+
events: {
|
|
22
|
+
resizeStarted: any[];
|
|
23
|
+
resizeProgress: any[];
|
|
24
|
+
resized: any[];
|
|
25
|
+
};
|
|
26
|
+
constructor(value: (index: number, size?: number) => any, options?: ResizerOptions);
|
|
27
|
+
getSize(index: number): any;
|
|
28
|
+
setSize(index: number, size: number): any;
|
|
29
|
+
start(index: number, containerSize: number): void;
|
|
30
|
+
resize(diffPx: number): void;
|
|
31
|
+
end(): void;
|
|
32
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="mithril" />
|
|
2
|
+
import { Resizer } from "./Resizer";
|
|
3
|
+
export declare class ResizerView {
|
|
4
|
+
static inited: boolean;
|
|
5
|
+
static transformContainer(ctrl: Resizer, container: _mithril.MithrilVirtualElement): _mithril.MithrilVirtualElement;
|
|
6
|
+
static transformItem(ctrl: Resizer, item: _mithril.MithrilVirtualElement, index: number, length: number): _mithril.MithrilVirtualElement[];
|
|
7
|
+
static init(): void;
|
|
8
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Resizer } from "./Resizer";
|
|
2
|
+
import { SplitBlockSection } from "./SplitBlockSection";
|
|
3
|
+
export interface SplitBlockOptions {
|
|
4
|
+
saveState?: boolean;
|
|
5
|
+
storageKey?: string;
|
|
6
|
+
events?: any;
|
|
7
|
+
}
|
|
8
|
+
export declare class SplitBlockCtrl {
|
|
9
|
+
sections: SplitBlockSection[];
|
|
10
|
+
options: SplitBlockOptions;
|
|
11
|
+
inited: boolean;
|
|
12
|
+
events: {
|
|
13
|
+
created: any[];
|
|
14
|
+
};
|
|
15
|
+
resizer: Resizer;
|
|
16
|
+
constructor(sections: SplitBlockSection[], options?: SplitBlockOptions);
|
|
17
|
+
get storageKey(): string;
|
|
18
|
+
get pageStorageKey(): string;
|
|
19
|
+
saveState(): void;
|
|
20
|
+
loadState(): void;
|
|
21
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Animator } from "../Animator";
|
|
2
|
+
export interface SplitBlockSectionOptions {
|
|
3
|
+
class?: string;
|
|
4
|
+
size?: number;
|
|
5
|
+
collapsible?: boolean;
|
|
6
|
+
visible?: () => boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare class SplitBlockSection {
|
|
9
|
+
control: any;
|
|
10
|
+
events: {
|
|
11
|
+
updated: any[];
|
|
12
|
+
collapsed: any[];
|
|
13
|
+
};
|
|
14
|
+
collapsed: boolean;
|
|
15
|
+
unpinned: boolean;
|
|
16
|
+
collapsing: boolean;
|
|
17
|
+
scrollX: number;
|
|
18
|
+
scrollY: number;
|
|
19
|
+
class: string;
|
|
20
|
+
size: number;
|
|
21
|
+
collapsible: boolean;
|
|
22
|
+
uncollapsing: boolean;
|
|
23
|
+
animator: Animator;
|
|
24
|
+
visible: () => boolean;
|
|
25
|
+
constructor(control: any, options?: SplitBlockSectionOptions);
|
|
26
|
+
toggleCollapsed(): void;
|
|
27
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SchemaManager } from "../../services/SchemaManager";
|
|
2
|
+
import { SecurityManager } from "../../services/SecurityManager";
|
|
3
|
+
export declare class UserProfile {
|
|
4
|
+
private key;
|
|
5
|
+
theme(name?: any): any;
|
|
6
|
+
private setTheme;
|
|
7
|
+
}
|
|
8
|
+
export declare class UserProfileCtrl {
|
|
9
|
+
schema: SchemaManager;
|
|
10
|
+
sec: SecurityManager;
|
|
11
|
+
profile: UserProfile;
|
|
12
|
+
title: string;
|
|
13
|
+
form: any;
|
|
14
|
+
content: any;
|
|
15
|
+
record: any;
|
|
16
|
+
currentData: any;
|
|
17
|
+
constructor();
|
|
18
|
+
initContainer(container: any): void;
|
|
19
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { Animator } from "../../Animator";
|
|
2
|
+
import { Button } from "mdtScripts/helpers/ui/el";
|
|
3
|
+
export interface PanelOptions {
|
|
4
|
+
pinned?: boolean;
|
|
5
|
+
focused?: boolean;
|
|
6
|
+
minimized?: boolean;
|
|
7
|
+
maximized?: boolean;
|
|
8
|
+
closable?: boolean;
|
|
9
|
+
minimizable?: boolean;
|
|
10
|
+
actionsEnabled?: boolean;
|
|
11
|
+
control?: any;
|
|
12
|
+
useAnimations?: boolean;
|
|
13
|
+
unminimizeAction?: any;
|
|
14
|
+
}
|
|
15
|
+
export declare class Panel implements PanelOptions {
|
|
16
|
+
control: any;
|
|
17
|
+
actionsEnabled: any;
|
|
18
|
+
wasPinned: any;
|
|
19
|
+
minimizing: any;
|
|
20
|
+
unminimizing: any;
|
|
21
|
+
maximizing: any;
|
|
22
|
+
unmaximizing: any;
|
|
23
|
+
adding: any;
|
|
24
|
+
wasMinimized: any;
|
|
25
|
+
closing: any;
|
|
26
|
+
useAnimations: any;
|
|
27
|
+
animator: Animator;
|
|
28
|
+
events: {
|
|
29
|
+
update: any[];
|
|
30
|
+
closing: any[];
|
|
31
|
+
close: any[];
|
|
32
|
+
};
|
|
33
|
+
unminimizeAction: null;
|
|
34
|
+
_pinned: any;
|
|
35
|
+
private _focused;
|
|
36
|
+
private _animating;
|
|
37
|
+
_minimized: any;
|
|
38
|
+
_maximized: any;
|
|
39
|
+
set pinned(value: any);
|
|
40
|
+
get pinned(): any;
|
|
41
|
+
set focused(value: any);
|
|
42
|
+
get focused(): any;
|
|
43
|
+
set minimized(value: any);
|
|
44
|
+
get minimized(): any;
|
|
45
|
+
set maximized(value: any);
|
|
46
|
+
get maximized(): any;
|
|
47
|
+
constructor(options: PanelOptions);
|
|
48
|
+
beforeUnload(): boolean;
|
|
49
|
+
close(makeSure?: boolean): boolean;
|
|
50
|
+
isMaximized: () => boolean;
|
|
51
|
+
pin(force?: boolean): void;
|
|
52
|
+
maximize(force?: boolean): void;
|
|
53
|
+
minimize(force?: boolean): void;
|
|
54
|
+
getManageCommands(): {
|
|
55
|
+
minimize: (extend: Button) => Button;
|
|
56
|
+
maximize: (extend: Button) => Button;
|
|
57
|
+
pin: (extend: Button) => Button;
|
|
58
|
+
};
|
|
59
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Resizer } from "../Resizer";
|
|
2
|
+
import { Panel } from "./Panel";
|
|
3
|
+
export interface PanelContainerOptions {
|
|
4
|
+
class?: string;
|
|
5
|
+
storageKey?: string;
|
|
6
|
+
maxPinnedPanels?: number;
|
|
7
|
+
}
|
|
8
|
+
export interface PanelContainerAddOptions {
|
|
9
|
+
animate?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare class PanelContainer {
|
|
12
|
+
options: PanelContainerOptions;
|
|
13
|
+
list: Panel[];
|
|
14
|
+
isPinned: (p: Panel) => boolean;
|
|
15
|
+
isUnpinned: (p: Panel) => any;
|
|
16
|
+
sizes: {
|
|
17
|
+
pinned: number;
|
|
18
|
+
unpinned: number;
|
|
19
|
+
};
|
|
20
|
+
resizerValue: (filter: any, index: any, size?: any) => any;
|
|
21
|
+
resizers: {
|
|
22
|
+
pinned: Resizer;
|
|
23
|
+
unpinned: Resizer;
|
|
24
|
+
};
|
|
25
|
+
constructor(options?: PanelContainerOptions);
|
|
26
|
+
add(panel: Panel, options?: PanelContainerAddOptions): void;
|
|
27
|
+
remove(panel: Panel): void;
|
|
28
|
+
update(options?: any): void;
|
|
29
|
+
beforeUnload(): boolean;
|
|
30
|
+
_onPanelPin(panel: any): void;
|
|
31
|
+
getStorageKey(): string;
|
|
32
|
+
saveState(): void;
|
|
33
|
+
loadState(): void;
|
|
34
|
+
}
|