@docsvision/management-console 6.2.0-beta.22 → 6.2.0-beta.24
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/index.css +1 -1
- package/index.d.ts +144 -127
- package/index.js +74835 -96555
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
|
|
3
3
|
import { $ContextMenuOptions } from 'docsvision.web/components/table/plugins/context-menu/$ContextMenuOptions';
|
|
4
|
+
import { $Resources as $Resources_2 } from 'docsvision.web/core/localization/$Resources';
|
|
4
5
|
import { $Router } from 'docsvision.web/core/routing';
|
|
5
6
|
import { $RoutingService } from 'docsvision.web/core/routing';
|
|
6
7
|
import { BodyContainerProvider } from 'docsvision.web/components/modals/body-container-provider';
|
|
@@ -37,6 +38,7 @@ import { OutlinedTextFieldProps } from '@mui/material';
|
|
|
37
38
|
import { Params } from 'docsvision.web/core/routing';
|
|
38
39
|
import { PopoverOrigin } from '@mui/material';
|
|
39
40
|
import { default as React_2 } from 'react';
|
|
41
|
+
import * as React_3 from 'react';
|
|
40
42
|
import { RefObject } from 'react';
|
|
41
43
|
import { RequestOptions } from 'docsvision.web/core/system-services/networking/RequestService';
|
|
42
44
|
import { Route } from 'navigo';
|
|
@@ -51,6 +53,7 @@ import { SvgIconProps } from '@mui/material';
|
|
|
51
53
|
import { SystemServices } from 'docsvision.web/core/system-services/SystemServices';
|
|
52
54
|
import { TableCell } from '@mui/material';
|
|
53
55
|
import { TableCompositions } from 'docsvision.web/components/table/interfaces';
|
|
56
|
+
import type { TextFieldProps } from '@mui/material/TextField';
|
|
54
57
|
import { Theme } from '@mui/material';
|
|
55
58
|
import { TooltipProps } from '@mui/material';
|
|
56
59
|
import { TypographyProps } from '@mui/material';
|
|
@@ -82,10 +85,6 @@ declare type $ApplicationSettings_2 = { applicationSettings: IApplicationSetting
|
|
|
82
85
|
|
|
83
86
|
declare const $ApplicationSettings_2 = serviceName((s: $ApplicationSettings_2) => s.applicationSettings);
|
|
84
87
|
|
|
85
|
-
declare type $ArchivationController = { archivationController: IArchivationController };
|
|
86
|
-
|
|
87
|
-
declare const $ArchivationController = serviceName((s: $ArchivationController) => s.archivationController);
|
|
88
|
-
|
|
89
88
|
declare type $CardUrl = { cardUrl: ICardUrl; };
|
|
90
89
|
|
|
91
90
|
declare const $CardUrl = serviceName((s: $CardUrl) => s.cardUrl);
|
|
@@ -104,10 +103,6 @@ declare type $DashboardConfigurationService_2 = { dashboardConfigurationService:
|
|
|
104
103
|
|
|
105
104
|
declare const $DashboardConfigurationService_2 = serviceName((s: $DashboardConfigurationService_2) => s.dashboardConfigurationService);
|
|
106
105
|
|
|
107
|
-
declare type $DatabaseMaintenanceController = { databaseMaintenanceController: IDatabaseMaintenanceController };
|
|
108
|
-
|
|
109
|
-
declare const $DatabaseMaintenanceController = serviceName((s: $DatabaseMaintenanceController) => s.databaseMaintenanceController);
|
|
110
|
-
|
|
111
106
|
export declare type $DomEntryPointService = {
|
|
112
107
|
domEntryPointService: IDomEntryPointService;
|
|
113
108
|
};
|
|
@@ -144,16 +139,6 @@ declare type $ExtensionsService_2 = { extensionsService: IExtensionsService_2 };
|
|
|
144
139
|
|
|
145
140
|
declare const $ExtensionsService_2 = serviceName((s: $ExtensionsService_2) => s.extensionsService);
|
|
146
141
|
|
|
147
|
-
declare type $ExternalStoragesController = { externalStoragesController: IExternalStoragesController };
|
|
148
|
-
|
|
149
|
-
declare const $ExternalStoragesController = serviceName((s: $ExternalStoragesController) => s.externalStoragesController);
|
|
150
|
-
|
|
151
|
-
declare type $ExternalStoragesController_2 = {
|
|
152
|
-
externalStoragesController: IExternalStoragesController_2;
|
|
153
|
-
};
|
|
154
|
-
|
|
155
|
-
declare const $ExternalStoragesController_2: string | ((model?: $ExternalStoragesController_2) => IExternalStoragesController_2);
|
|
156
|
-
|
|
157
142
|
declare type $FilterPluginsLoading = { filterPluginsLoading: IFilterPluginsLoadingService };
|
|
158
143
|
|
|
159
144
|
declare const $FilterPluginsLoading = serviceName<$FilterPluginsLoading, IFilterPluginsLoadingService>(x => x.filterPluginsLoading);
|
|
@@ -236,9 +221,9 @@ export declare type $Resources = {
|
|
|
236
221
|
|
|
237
222
|
export declare const $Resources: string | ((model?: $Resources) => IResourcesMap);
|
|
238
223
|
|
|
239
|
-
declare type $
|
|
224
|
+
declare type $Resources_3 = { resources: IResourcesMap_2};
|
|
240
225
|
|
|
241
|
-
declare const $
|
|
226
|
+
declare const $Resources_3 = serviceName((s: $Resources_3) => s.resources);
|
|
242
227
|
|
|
243
228
|
export declare type $ResourcesManagement = {
|
|
244
229
|
resourcesManagement: IResourcesManagement;
|
|
@@ -333,7 +318,14 @@ export declare function actionWithThemeCssVariables(theme: Theme, action: Action
|
|
|
333
318
|
|
|
334
319
|
export declare function addCssVariables(theme: Theme): void;
|
|
335
320
|
|
|
336
|
-
export declare function AlertBanner({ text }: IAlertBanner): JSX.Element;
|
|
321
|
+
export declare function AlertBanner({ text, typographyProps }: IAlertBanner): JSX.Element;
|
|
322
|
+
|
|
323
|
+
export declare function AlertTile(props: IAlertTile): JSX.Element;
|
|
324
|
+
|
|
325
|
+
export declare enum AlertType {
|
|
326
|
+
Warning = 0,
|
|
327
|
+
Error = 1
|
|
328
|
+
}
|
|
337
329
|
|
|
338
330
|
export declare function appendStyle(fileName: string): void;
|
|
339
331
|
|
|
@@ -369,11 +361,8 @@ export declare class Application extends ServiceContainer implements IApplicatio
|
|
|
369
361
|
sessionsController: ISessionsController;
|
|
370
362
|
configurationLocksController: IConfigurationLocksController;
|
|
371
363
|
extendedConfigurationController: IExtendedConfigurationController_2;
|
|
372
|
-
databaseMaintenanceController: DatabaseMaintenanceController;
|
|
373
364
|
rootElement: IRootElementService_2;
|
|
374
|
-
externalStoragesController: IExternalStoragesController_2;
|
|
375
365
|
settingsController: ISettingsController;
|
|
376
|
-
archivationController: IArchivationController;
|
|
377
366
|
constructor(reactRootElementId: string);
|
|
378
367
|
static instance: IApplication;
|
|
379
368
|
initialize(): Promise<void>;
|
|
@@ -441,12 +430,16 @@ export declare const commonMuiProps: {
|
|
|
441
430
|
|
|
442
431
|
export declare function ComponentIcon(props: IComponentIconProps): JSX.Element;
|
|
443
432
|
|
|
433
|
+
export declare const Confirmation: Story;
|
|
434
|
+
|
|
444
435
|
export declare const convertBase64ToString: (base64: string) => string;
|
|
445
436
|
|
|
446
437
|
export declare const convertDataToBase64: (data: object) => string;
|
|
447
438
|
|
|
448
439
|
export declare const copyTextToClipboard: (text: string, host?: HTMLElement) => void;
|
|
449
440
|
|
|
441
|
+
export declare const Custom: Story;
|
|
442
|
+
|
|
450
443
|
/**
|
|
451
444
|
* Replaced original FormProvider from react-hook-form because of error:
|
|
452
445
|
* "Type instantiation is excessively deep and possibly infinite".
|
|
@@ -504,23 +497,6 @@ export declare class DashboardConfigurationService implements IDashboardConfigur
|
|
|
504
497
|
removeDashboardConfiguration(dashboardId: string): Promise<void>;
|
|
505
498
|
}
|
|
506
499
|
|
|
507
|
-
declare class DatabaseMaintenanceController implements IDatabaseMaintenanceController {
|
|
508
|
-
name = "DatabaseMaintenance";
|
|
509
|
-
meta = null;
|
|
510
|
-
baseUrl = "api/databaseMaintenance";
|
|
511
|
-
|
|
512
|
-
constructor(private readonly requestService: IRequestService) {
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
clearRecycleBin(serviceId: string, pageId: string, elementId: string, databaseAlias: string): Promise<void> {
|
|
516
|
-
return this.requestService.post(`${this.baseUrl}/clearRecycleBin`, {serviceId, pageId, elementId, databaseAlias});
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
recreateTasks(serviceId: string, pageId: string, elementId: string, databaseAlias: string): Promise<void> {
|
|
520
|
-
return this.requestService.post(`${this.baseUrl}/recreateTasks`, {serviceId, pageId, elementId, databaseAlias});
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
|
-
|
|
524
500
|
export declare function DatabaseSelectionModal(props: IDatabaseSelectionModalProps): JSX.Element;
|
|
525
501
|
|
|
526
502
|
export declare function DatabaseSettingsCard(props: IDatabaseSettingsCardProps): JSX.Element;
|
|
@@ -531,8 +507,6 @@ export declare const DateRangeCalendarIcon: React_2.NamedExoticComponent<IDateRa
|
|
|
531
507
|
|
|
532
508
|
export declare function DateRangeContainer(props: IDateRangePickerProps): JSX.Element;
|
|
533
509
|
|
|
534
|
-
export declare const Default: Story;
|
|
535
|
-
|
|
536
510
|
export declare const DEFAULT_PAGE_SIZE = 50;
|
|
537
511
|
|
|
538
512
|
export declare function DeleteIcon({ onClick }: {
|
|
@@ -555,10 +529,12 @@ export declare class DomEntryPointService implements IDomEntryPointService {
|
|
|
555
529
|
|
|
556
530
|
export declare function DropdownBody(props: IDropdownBodyProps): JSX.Element;
|
|
557
531
|
|
|
558
|
-
export declare const DropdownOption: React_2.ForwardRefExoticComponent<Pick<IDropdownOptionProps, "slot" | "style" | "title" | "onClick" | "color" | "children" | "className" | "id" | "classes" | "onChange" | "sx" | "translate" | "disabled" | "disableGutters" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "autoFocus" | "value" | "action" | "selected" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "
|
|
532
|
+
export declare const DropdownOption: React_2.ForwardRefExoticComponent<Pick<IDropdownOptionProps, "slot" | "style" | "title" | "onClick" | "color" | "children" | "className" | "id" | "classes" | "onChange" | "sx" | "translate" | "disabled" | "disableGutters" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "autoFocus" | "value" | "action" | "selected" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "dense" | "component" | "displayName" | "divider"> & React_2.RefAttributes<HTMLLIElement>>;
|
|
559
533
|
|
|
560
534
|
export declare function DropdownWithEllipsis(props: IDropdownWithEllipsisProps): JSX.Element;
|
|
561
535
|
|
|
536
|
+
export declare function DropdownWithTooltip(props: IDropdownWithTooltipProps): JSX.Element;
|
|
537
|
+
|
|
562
538
|
export declare function EditorCollectionEditor(props: IEditorCollectionEditorProps): JSX.Element;
|
|
563
539
|
|
|
564
540
|
export declare function EditorContainer(props: IEditorContainer): JSX.Element;
|
|
@@ -584,6 +560,11 @@ export declare class EditorFactory implements IEditorFactory {
|
|
|
584
560
|
|
|
585
561
|
export declare const editorFactory: EditorFactory;
|
|
586
562
|
|
|
563
|
+
export declare function EditorHeader({ label, description }: {
|
|
564
|
+
label: string;
|
|
565
|
+
description: string;
|
|
566
|
+
}): JSX.Element;
|
|
567
|
+
|
|
587
568
|
export declare function EditorInnerWrapper(props: IEditorInnerWrapper): JSX.Element;
|
|
588
569
|
|
|
589
570
|
export declare function EditorName({ text }: {
|
|
@@ -605,6 +586,9 @@ export declare enum EngineType {
|
|
|
605
586
|
PgSQL = 1
|
|
606
587
|
}
|
|
607
588
|
|
|
589
|
+
declare const Error_2: Story;
|
|
590
|
+
export { Error_2 as Error }
|
|
591
|
+
|
|
608
592
|
export declare const ERROR_ROW_CLASS_NAME = "page-table__row-error";
|
|
609
593
|
|
|
610
594
|
export declare function ErrorBlock({ text, close }: IErrorBlockProps): JSX.Element;
|
|
@@ -756,6 +740,13 @@ export declare interface IAccordionProps {
|
|
|
756
740
|
|
|
757
741
|
declare interface IAlertBanner {
|
|
758
742
|
text: string;
|
|
743
|
+
typographyProps?: TypographyProps;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
export declare interface IAlertTile {
|
|
747
|
+
text: string;
|
|
748
|
+
type: AlertType;
|
|
749
|
+
services: $Resources_2;
|
|
759
750
|
}
|
|
760
751
|
|
|
761
752
|
export declare interface IApplication extends ServiceContainer, IApplicationServices_2 {
|
|
@@ -764,7 +755,7 @@ export declare interface IApplication extends ServiceContainer, IApplicationServ
|
|
|
764
755
|
declare interface IApplication_2 extends ServiceContainer, IApplicationServices_2 {
|
|
765
756
|
}
|
|
766
757
|
|
|
767
|
-
export declare interface IApplicationServices extends SystemServices, $ExtensionsService_2, $DomEntryPointService, $ApplicationSettings_2, $WidgetsService_2, $Router, $RoutingService, $TenantsService_2, $DashboardConfigurationService_2, $LocalizationService_2, $AboutSettings_2, $LocalStorage_2, $ResourcesManagement_2, $
|
|
758
|
+
export declare interface IApplicationServices extends SystemServices, $ExtensionsService_2, $DomEntryPointService, $ApplicationSettings_2, $WidgetsService_2, $Router, $RoutingService, $TenantsService_2, $DashboardConfigurationService_2, $LocalizationService_2, $AboutSettings_2, $LocalStorage_2, $ResourcesManagement_2, $Resources_3, $RouteContentRender_2, $FilterPluginsLoading, $ToolbarVisibility, $MessageWindow, $RepeatProcessButton, $PanelsExpansionService, $Layout, $NavigationMenu_2, $ServersController_2, $SettingsNavigation, $FormControl, $ExtendedConfigurationController_2, $RealtimeCommunication_2, $ConfigurationLocksController, $SessionsController, $RootElement_2, $SettingsController {
|
|
768
759
|
}
|
|
769
760
|
|
|
770
761
|
declare interface IApplicationServices_2 extends
|
|
@@ -781,7 +772,7 @@ $LocalizationService_2,
|
|
|
781
772
|
$AboutSettings_2,
|
|
782
773
|
$LocalStorage_2,
|
|
783
774
|
$ResourcesManagement_2,
|
|
784
|
-
$
|
|
775
|
+
$Resources_3,
|
|
785
776
|
$RouteContentRender_2,
|
|
786
777
|
$FilterPluginsLoading,
|
|
787
778
|
$ToolbarVisibility,
|
|
@@ -798,10 +789,7 @@ $RealtimeCommunication,
|
|
|
798
789
|
$ConfigurationLocksController,
|
|
799
790
|
$SessionsController,
|
|
800
791
|
$RootElement_2,
|
|
801
|
-
$SettingsController
|
|
802
|
-
$ExternalStoragesController,
|
|
803
|
-
$ArchivationController,
|
|
804
|
-
$DatabaseMaintenanceController
|
|
792
|
+
$SettingsController
|
|
805
793
|
{
|
|
806
794
|
}
|
|
807
795
|
|
|
@@ -881,18 +869,6 @@ declare interface IApplicationSettings_2 {
|
|
|
881
869
|
view: IViewSettings;
|
|
882
870
|
}
|
|
883
871
|
|
|
884
|
-
declare interface IArchivationController extends Service {
|
|
885
|
-
performArchivation(serverId: string, pageId: string, elementId: string, databaseAlias: string): Promise<void>;
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
declare interface IAssemblyValidationResponse extends IValidationResponse {
|
|
889
|
-
className?: string;
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
declare interface IAssemblyValidationResponse_2 extends IValidationResponse_2 {
|
|
893
|
-
className?: string;
|
|
894
|
-
}
|
|
895
|
-
|
|
896
872
|
export declare interface IAvailableLocalesSettings {
|
|
897
873
|
/**
|
|
898
874
|
* Language display name
|
|
@@ -1001,7 +977,7 @@ export declare interface IComponentIconProps {
|
|
|
1001
977
|
}
|
|
1002
978
|
|
|
1003
979
|
export declare interface ICompositionTable extends IComposition<string, any, TableCompositions.Row<string>> {
|
|
1004
|
-
props?: IComposition<string, string, $
|
|
980
|
+
props?: IComposition<string, string, $Resources_3 & $CardUrl & $MessageWindow & $ContextMenuOptions>;
|
|
1005
981
|
}
|
|
1006
982
|
|
|
1007
983
|
declare interface IConfigurationLocksController extends Service {
|
|
@@ -1030,7 +1006,7 @@ declare interface IConfigurationValueChange_2 extends IConfigurationValue_2 {
|
|
|
1030
1006
|
export declare interface IContainerProps extends HtmlProps.button {
|
|
1031
1007
|
title?: string;
|
|
1032
1008
|
content?: JSX.Element | string;
|
|
1033
|
-
services?: $
|
|
1009
|
+
services?: $Resources_3;
|
|
1034
1010
|
}
|
|
1035
1011
|
|
|
1036
1012
|
export declare interface IContextMenuParameters {
|
|
@@ -1197,11 +1173,6 @@ declare interface IDashboardPosition_2 {
|
|
|
1197
1173
|
order: number;
|
|
1198
1174
|
}
|
|
1199
1175
|
|
|
1200
|
-
declare interface IDatabaseMaintenanceController extends Service {
|
|
1201
|
-
clearRecycleBin(serverId: string, pageId: string, elementId: string, databaseAlias: string): Promise<void>;
|
|
1202
|
-
recreateTasks(serverId: string, pageId: string, elementId: string, databaseAlias: string): Promise<void>;
|
|
1203
|
-
}
|
|
1204
|
-
|
|
1205
1176
|
export declare interface IDatabaseModel {
|
|
1206
1177
|
baseName: string;
|
|
1207
1178
|
sqlServerName: string;
|
|
@@ -1235,7 +1206,7 @@ export declare interface IDateRangeComponent {
|
|
|
1235
1206
|
customClass?: string;
|
|
1236
1207
|
forwardRef?: RefObject<HTMLElement>;
|
|
1237
1208
|
dateFormatData?: IDateFormatPluginData;
|
|
1238
|
-
services?: $
|
|
1209
|
+
services?: $Resources_3;
|
|
1239
1210
|
columnName?: string;
|
|
1240
1211
|
type?: ColumnType;
|
|
1241
1212
|
focused?: boolean;
|
|
@@ -1251,7 +1222,7 @@ declare interface IDateRangeComponent_2 {
|
|
|
1251
1222
|
customClass?: string;
|
|
1252
1223
|
forwardRef?: RefObject<HTMLElement>;
|
|
1253
1224
|
dateFormatData?: IDateFormatPluginData;
|
|
1254
|
-
services?: $
|
|
1225
|
+
services?: $Resources_3;
|
|
1255
1226
|
columnName?: string;
|
|
1256
1227
|
type?: ColumnType;
|
|
1257
1228
|
focused?: boolean;
|
|
@@ -1309,6 +1280,24 @@ export declare interface IDropdownWithEllipsisProps {
|
|
|
1309
1280
|
showLabelWhenSelected?: boolean;
|
|
1310
1281
|
}
|
|
1311
1282
|
|
|
1283
|
+
export declare interface IDropdownWithTooltipOption {
|
|
1284
|
+
value: number;
|
|
1285
|
+
displayName: string;
|
|
1286
|
+
tooltip?: string;
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
export declare interface IDropdownWithTooltipProps {
|
|
1290
|
+
value: number;
|
|
1291
|
+
options: IDropdownWithTooltipOption[];
|
|
1292
|
+
onChange: (value: number) => void;
|
|
1293
|
+
onBlur: TextFieldProps["onBlur"];
|
|
1294
|
+
inputRef: TextFieldProps["inputRef"];
|
|
1295
|
+
name: string;
|
|
1296
|
+
className?: string;
|
|
1297
|
+
dataTestId?: string;
|
|
1298
|
+
menuWidth?: number;
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1312
1301
|
export declare interface IEditorCollectionEditorProps extends IPageModelElement {
|
|
1313
1302
|
children: React_2.ReactNode | React_2.ReactNode[];
|
|
1314
1303
|
isChanged?: boolean;
|
|
@@ -1489,26 +1478,6 @@ declare interface IExtensionsService_2 {
|
|
|
1489
1478
|
getOnApplicationRunHandlers(): ((application: IApplication_2) => void)[];
|
|
1490
1479
|
}
|
|
1491
1480
|
|
|
1492
|
-
declare interface IExternalStoragesController extends Service {
|
|
1493
|
-
getExternalStorageTypes(serviceId: string, databaseAlias: string): Promise<IStorageTypeModel[]>;
|
|
1494
|
-
getCustomStorageSettings(serviceId: string, databaseAlias: string, assemblyName: string): Promise<IStorageTypeModel[]>;
|
|
1495
|
-
validateConnectionString(serviceId: string, connectionString: string): Promise<IValidationResponse>;
|
|
1496
|
-
validateAssembly(serviceId: string, assembly: string): Promise<IAssemblyValidationResponse>;
|
|
1497
|
-
validateFile(serviceId: string, file: string): Promise<IValidationResponse>;
|
|
1498
|
-
validatePath(serviceId: string, path: string): Promise<IValidationResponse>;
|
|
1499
|
-
validateAssemblySettings(serviceId: string, typeName: string, settings: string): Promise<IValidationResponse>;
|
|
1500
|
-
}
|
|
1501
|
-
|
|
1502
|
-
declare interface IExternalStoragesController_2 extends Service {
|
|
1503
|
-
getExternalStorageTypes(serviceId: string, databaseAlias: string): Promise<IStorageTypeModel_2[]>;
|
|
1504
|
-
getCustomStorageSettings(serviceId: string, databaseAlias: string, assemblyName: string): Promise<IStorageTypeModel_2[]>;
|
|
1505
|
-
validateConnectionString(serviceId: string, connectionString: string): Promise<IValidationResponse_2>;
|
|
1506
|
-
validateAssembly(serviceId: string, assembly: string): Promise<IAssemblyValidationResponse_2>;
|
|
1507
|
-
validateFile(serviceId: string, file: string): Promise<IValidationResponse_2>;
|
|
1508
|
-
validatePath(serviceId: string, path: string): Promise<IValidationResponse_2>;
|
|
1509
|
-
validateAssemblySettings(serviceId: string, typeName: string, settings: string): Promise<IValidationResponse_2>;
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
1481
|
export declare interface IFilteringClearButtonProps {
|
|
1513
1482
|
onChange(value: (string | Moment)[]): void;
|
|
1514
1483
|
visible: boolean;
|
|
@@ -1618,7 +1587,7 @@ export declare interface IListitemProps {
|
|
|
1618
1587
|
changeItem: (value: string) => void;
|
|
1619
1588
|
}
|
|
1620
1589
|
|
|
1621
|
-
declare interface IListPanelProps {
|
|
1590
|
+
export declare interface IListPanelProps {
|
|
1622
1591
|
items: string[];
|
|
1623
1592
|
setItems: (items: string[]) => void;
|
|
1624
1593
|
className?: string;
|
|
@@ -1804,6 +1773,38 @@ declare interface IMessageWindowOptions {
|
|
|
1804
1773
|
customButtonCancelText?: React_2.ReactNode;
|
|
1805
1774
|
}
|
|
1806
1775
|
|
|
1776
|
+
export declare interface IMessageWindowProps {
|
|
1777
|
+
open: boolean;
|
|
1778
|
+
icon: React_2.ReactNode;
|
|
1779
|
+
content: React_2.ReactNode;
|
|
1780
|
+
buttons: React_2.ReactNode;
|
|
1781
|
+
onClose: () => void;
|
|
1782
|
+
handleBackdropClick?: () => void;
|
|
1783
|
+
disableEscapeKeyDown?: boolean;
|
|
1784
|
+
className?: string;
|
|
1785
|
+
title: React_2.ReactNode;
|
|
1786
|
+
color: string;
|
|
1787
|
+
contentMaxHeight?: string | number;
|
|
1788
|
+
boxDefaultWidth?: boolean;
|
|
1789
|
+
boxMaxWidth?: string | number;
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
declare interface IMessageWindowProps_2 {
|
|
1793
|
+
open: boolean
|
|
1794
|
+
icon: React_2.ReactNode;
|
|
1795
|
+
content: React_2.ReactNode;
|
|
1796
|
+
buttons: React_2.ReactNode;
|
|
1797
|
+
onClose: () => void;
|
|
1798
|
+
handleBackdropClick?: () => void;
|
|
1799
|
+
disableEscapeKeyDown?: boolean;
|
|
1800
|
+
className?: string;
|
|
1801
|
+
title: React_2.ReactNode;
|
|
1802
|
+
color: string;
|
|
1803
|
+
contentMaxHeight?: string | number;
|
|
1804
|
+
boxDefaultWidth?: boolean;
|
|
1805
|
+
boxMaxWidth?:string | number;
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1807
1808
|
declare interface IMessageWindowService {
|
|
1808
1809
|
showError(content: React.ReactNode, options?: IMessageWindowOptions): Promise<void>;
|
|
1809
1810
|
showInfo(content: React.ReactNode, options?: IMessageWindowOptions): Promise<void>;
|
|
@@ -1850,11 +1851,13 @@ declare enum IncomingMessageState {
|
|
|
1850
1851
|
Paused = 4
|
|
1851
1852
|
}
|
|
1852
1853
|
|
|
1854
|
+
export declare const Info: Story;
|
|
1855
|
+
|
|
1853
1856
|
export declare function InfoBanner({ text, typographyProps }: IInfoBanner): JSX.Element;
|
|
1854
1857
|
|
|
1855
1858
|
export declare function InformationIcon(props: IInformationIconProps): JSX.Element;
|
|
1856
1859
|
|
|
1857
|
-
declare interface INumberComponentProps extends Omit<OutlinedTextFieldProps, "variant" | "value" | "onChange" | "type" | "defaultValue"> {
|
|
1860
|
+
export declare interface INumberComponentProps extends Omit<OutlinedTextFieldProps, "variant" | "value" | "onChange" | "type" | "defaultValue"> {
|
|
1858
1861
|
minValue?: string | number;
|
|
1859
1862
|
maxValue?: string | number;
|
|
1860
1863
|
value?: string;
|
|
@@ -1980,7 +1983,7 @@ export declare interface IPageTableProps extends HtmlProps.div {
|
|
|
1980
1983
|
data: ITableData;
|
|
1981
1984
|
onRowClick?: (row: IRow) => void;
|
|
1982
1985
|
addRowClassName?: (row: IRow) => string;
|
|
1983
|
-
services?: $
|
|
1986
|
+
services?: $Resources_3 & $ApplicationSettings_2 & $MessageWindow;
|
|
1984
1987
|
loadData?: (data?: ITableData, options?: ITableDataLoadRequest) => Promise<void>;
|
|
1985
1988
|
disabledFeatures?: string[];
|
|
1986
1989
|
extraPlugins?: ITablePlugins[];
|
|
@@ -2283,22 +2286,6 @@ export declare interface IStaticExtensionResourcesDescriptor {
|
|
|
2283
2286
|
fileName?: string;
|
|
2284
2287
|
}
|
|
2285
2288
|
|
|
2286
|
-
declare interface IStorageTypeModel {
|
|
2287
|
-
id: string;
|
|
2288
|
-
displayName: string;
|
|
2289
|
-
assemblyName: string;
|
|
2290
|
-
supportedPartions: number;
|
|
2291
|
-
isIntegratedStorage: boolean;
|
|
2292
|
-
}
|
|
2293
|
-
|
|
2294
|
-
declare interface IStorageTypeModel_2 {
|
|
2295
|
-
id: string;
|
|
2296
|
-
displayName: string;
|
|
2297
|
-
assemblyName: string;
|
|
2298
|
-
supportedPartions: number;
|
|
2299
|
-
isIntegratedStorage: boolean;
|
|
2300
|
-
}
|
|
2301
|
-
|
|
2302
2289
|
export declare interface ISystemSettings {
|
|
2303
2290
|
logLevel: LogLevel;
|
|
2304
2291
|
}
|
|
@@ -2444,6 +2431,29 @@ declare interface IToolbarVisibilityService {
|
|
|
2444
2431
|
changeVisibility: Event_2<boolean>;
|
|
2445
2432
|
}
|
|
2446
2433
|
|
|
2434
|
+
export declare interface ITreeItemProps {
|
|
2435
|
+
nodeId: string;
|
|
2436
|
+
notAvailable?: boolean;
|
|
2437
|
+
label: string;
|
|
2438
|
+
children?: React_2.ReactNode;
|
|
2439
|
+
classCss?: string;
|
|
2440
|
+
wrapperClassCss?: string;
|
|
2441
|
+
}
|
|
2442
|
+
|
|
2443
|
+
export declare interface ITreeViewContext {
|
|
2444
|
+
isSelected: (id: string) => boolean;
|
|
2445
|
+
isExpanded: (id: string) => boolean;
|
|
2446
|
+
selectNode: (value: string) => void;
|
|
2447
|
+
toggleExpansion: (value: string) => void;
|
|
2448
|
+
}
|
|
2449
|
+
|
|
2450
|
+
export declare interface ITreeViewProps {
|
|
2451
|
+
children?: React_2.ReactNode;
|
|
2452
|
+
expandedNodes?: string[];
|
|
2453
|
+
selectedNode?: string;
|
|
2454
|
+
onNodeSelect?: (value: string) => void;
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2447
2457
|
export declare interface IUrlModel {
|
|
2448
2458
|
typeId: string;
|
|
2449
2459
|
connectionId?: string;
|
|
@@ -2487,20 +2497,15 @@ declare interface IUserInfo_2 {
|
|
|
2487
2497
|
displayName: string,
|
|
2488
2498
|
}
|
|
2489
2499
|
|
|
2490
|
-
declare interface IValidationResponse {
|
|
2491
|
-
result: boolean;
|
|
2492
|
-
error?: string;
|
|
2493
|
-
}
|
|
2494
|
-
|
|
2495
|
-
declare interface IValidationResponse_2 {
|
|
2496
|
-
result: boolean;
|
|
2497
|
-
error?: string;
|
|
2498
|
-
}
|
|
2499
|
-
|
|
2500
2500
|
declare interface IViewSettings{
|
|
2501
2501
|
pageSize: number;
|
|
2502
2502
|
}
|
|
2503
2503
|
|
|
2504
|
+
export declare interface IWarningBanner {
|
|
2505
|
+
text: string;
|
|
2506
|
+
services: $Resources_2;
|
|
2507
|
+
}
|
|
2508
|
+
|
|
2504
2509
|
export declare interface IWidget {
|
|
2505
2510
|
id: string;
|
|
2506
2511
|
typeId: string;
|
|
@@ -2531,7 +2536,7 @@ export declare interface IWidgetConnectionSelectorProps extends HtmlProps.div {
|
|
|
2531
2536
|
selectedValue: string;
|
|
2532
2537
|
options: IKeyValue[];
|
|
2533
2538
|
onChange: (newValue: any) => void;
|
|
2534
|
-
services: $
|
|
2539
|
+
services: $Resources_3;
|
|
2535
2540
|
isLoading?: boolean;
|
|
2536
2541
|
}
|
|
2537
2542
|
|
|
@@ -2573,7 +2578,7 @@ export declare interface IWidgetPeriodSelectorProps extends HtmlProps.div {
|
|
|
2573
2578
|
selectedValue: string;
|
|
2574
2579
|
options: IPeriodValue[];
|
|
2575
2580
|
onChange: (newValue: any) => void;
|
|
2576
|
-
services: $
|
|
2581
|
+
services: $Resources_3 & $LocalStorage_2;
|
|
2577
2582
|
isLoading?: boolean;
|
|
2578
2583
|
onDatesChange?: (dates: any) => void;
|
|
2579
2584
|
datesValue?: string[];
|
|
@@ -2690,11 +2695,13 @@ export declare class LocalStorage implements ILocalStorage_2 {
|
|
|
2690
2695
|
transformId(id: string): string;
|
|
2691
2696
|
}
|
|
2692
2697
|
|
|
2698
|
+
export declare function MessageWindow(props: IMessageWindowProps): JSX.Element;
|
|
2699
|
+
|
|
2693
2700
|
export declare class MessageWindowService implements IMessageWindowService {
|
|
2694
2701
|
private static mMessageBoxContainerProvider;
|
|
2695
2702
|
static lastError?: HTMLElement;
|
|
2696
|
-
services: $
|
|
2697
|
-
constructor(services: $
|
|
2703
|
+
services: $Resources_3;
|
|
2704
|
+
constructor(services: $Resources_3);
|
|
2698
2705
|
showError(content: React_2.ReactNode, options?: IMessageWindowOptions): Promise<void>;
|
|
2699
2706
|
showInfo(content: React_2.ReactNode, options?: IMessageWindowOptions): Promise<void>;
|
|
2700
2707
|
showWarning(content: React_2.ReactNode, options?: IMessageWindowOptions): Promise<void>;
|
|
@@ -2754,6 +2761,8 @@ export declare function registerEditors(): void;
|
|
|
2754
2761
|
|
|
2755
2762
|
export declare function removeCssVariables(theme: Theme): void;
|
|
2756
2763
|
|
|
2764
|
+
export declare function renderButtons(withConfirmation?: boolean): JSX.Element[];
|
|
2765
|
+
|
|
2757
2766
|
export declare class ResourcesManagement implements IResourcesManagement {
|
|
2758
2767
|
resources: IResourcesMap_2;
|
|
2759
2768
|
setResources(resourcesMap: IResourcesMap_2): void;
|
|
@@ -2837,7 +2846,7 @@ export declare const showNote: (options: IPopupNotificationProps) => Noty_2;
|
|
|
2837
2846
|
|
|
2838
2847
|
export declare function showNotification(text: string): void;
|
|
2839
2848
|
|
|
2840
|
-
declare type Story = StoryObj<
|
|
2849
|
+
declare type Story = StoryObj<IMessageWindowProps_2>;
|
|
2841
2850
|
|
|
2842
2851
|
export declare function TableScrollContainerComponent(props: ITableScrollContainerComponentProps): JSX.Element;
|
|
2843
2852
|
|
|
@@ -2857,6 +2866,12 @@ export declare const theme: Theme;
|
|
|
2857
2866
|
|
|
2858
2867
|
export declare const toWidgetSettings: (serverSettings: IWidgetSettingServerModel[]) => IWidgetSettings;
|
|
2859
2868
|
|
|
2869
|
+
export declare function TreeItem(props: ITreeItemProps): JSX.Element;
|
|
2870
|
+
|
|
2871
|
+
export declare function TreeView(props: ITreeViewProps): JSX.Element;
|
|
2872
|
+
|
|
2873
|
+
export declare const TreeViewContext: React_3.Context<ITreeViewContext>;
|
|
2874
|
+
|
|
2860
2875
|
export declare const useCustomFormContext: <TFieldValues extends FieldValues, TContext = any, TTransformedValues extends FieldValues = undefined>() => CustomUseFormReturn<TFieldValues, TContext, TTransformedValues>;
|
|
2861
2876
|
|
|
2862
2877
|
export declare const useDefaultRoute: (application: IApplication_2) => void;
|
|
@@ -2870,6 +2885,10 @@ export declare function useLocalServiceContainer<MetaT>(context: typeof Services
|
|
|
2870
2885
|
|
|
2871
2886
|
export declare const useOutsideClick: (ref: React.MutableRefObject<HTMLElement>, callback: () => void) => void;
|
|
2872
2887
|
|
|
2888
|
+
export declare const Warning: Story;
|
|
2889
|
+
|
|
2890
|
+
export declare function WarningBanner(props: IWarningBanner): JSX.Element;
|
|
2891
|
+
|
|
2873
2892
|
export declare class Widget implements IWidget_2 {
|
|
2874
2893
|
readonly id: string;
|
|
2875
2894
|
readonly typeId: string;
|
|
@@ -2970,8 +2989,6 @@ export declare class WidgetsService implements IWidgetsService {
|
|
|
2970
2989
|
getAllDescriptions(): IWidgetDescription_2[];
|
|
2971
2990
|
}
|
|
2972
2991
|
|
|
2973
|
-
export declare const WithSelectedItem: Story;
|
|
2974
|
-
|
|
2975
2992
|
export declare const WORKER_SETTINGS_LAYOUT = "906f3990-98e5-4c2e-9e5f-5998fdb26daa";
|
|
2976
2993
|
|
|
2977
2994
|
export { }
|