@docsvision/webclient 5.17.6 → 5.17.8-beta.1
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/Account/LoginLogic.d.ts +2 -0
- package/BackOffice/Address.stories.d.ts +66 -0
- package/BackOffice/AddressLabel.stories.d.ts +30 -0
- package/BackOffice/AddressOldStyles.stories.d.ts +19 -0
- package/BackOffice/AddressStoriesData.d.ts +21 -0
- package/BackOffice/CardKind.stories.d.ts +46 -0
- package/BackOffice/CardKindImpl.d.ts +1 -1
- package/BackOffice/CardKindLabel.stories.d.ts +28 -0
- package/BackOffice/CardKindStoriesData.d.ts +44 -0
- package/BackOffice/CardKindTree.d.ts +1 -1
- package/BackOffice/CommandMenuComponent.d.ts +1 -1
- package/BackOffice/Comments.d.ts +2 -0
- package/BackOffice/Comments.stories.d.ts +20 -0
- package/BackOffice/CommentsImpl.d.ts +0 -1
- package/BackOffice/CommentsOldStyle.stories.d.ts +5 -0
- package/BackOffice/CommentsStoriesData.d.ts +8 -0
- package/BackOffice/CreateRelatedCardButton.stories.d.ts +165 -0
- package/BackOffice/CreateRelatedCardButtonOldStyles.stories.d.ts +21 -0
- package/BackOffice/CreateRelatedCardButtonStoriesData.d.ts +22 -0
- package/BackOffice/DelegateBatchOperation.stories.d.ts +58 -0
- package/BackOffice/DelegateBatchOperationStoriesData.d.ts +15 -0
- package/BackOffice/DeleteShortcutBatchOperation.stories.d.ts +48 -0
- package/BackOffice/DeleteShortcutBatchOperationStoriesData.d.ts +12 -0
- package/BackOffice/Department.stories.d.ts +117 -0
- package/BackOffice/DepartmentLabel.stories.d.ts +32 -0
- package/BackOffice/DepartmentOldStyles.stories.d.ts +24 -0
- package/BackOffice/DepartmentStoriesData.d.ts +88 -0
- package/BackOffice/DirectoryDesignerRow.stories.d.ts +92 -0
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +3 -2
- package/BackOffice/DirectoryDesignerRowLabel.stories.d.ts +21 -0
- package/BackOffice/DirectoryDesignerRowOldStyles.stories.d.ts +18 -0
- package/BackOffice/DirectoryDesignerRowStoriesData.d.ts +14 -0
- package/BackOffice/DisplayInitiator.stories.d.ts +31 -0
- package/BackOffice/DisplayInitiatorLabel.stories.d.ts +44 -0
- package/BackOffice/DisplayInitiatorStoriesData.d.ts +34 -0
- package/BackOffice/DisplayPerformers.stories.d.ts +132 -0
- package/BackOffice/DisplayPerformersImpl.d.ts +1 -1
- package/BackOffice/DisplayPerformersLabel.stories.d.ts +48 -0
- package/BackOffice/DisplayPerformersStoriesData.d.ts +71 -0
- package/BackOffice/Employee.stories.d.ts +34 -0
- package/BackOffice/EmployeeLegacy.stories.d.ts +27 -0
- package/BackOffice/EmployeeStoriesData.d.ts +16 -0
- package/BackOffice/FileListControl.stories.d.ts +443 -0
- package/BackOffice/FileListControlOldStyles.stories.d.ts +214 -0
- package/BackOffice/FileListControlStoriesData.d.ts +161 -0
- package/BackOffice/FileSignListDialog.d.ts +2 -2
- package/BackOffice/GroupTaskCardSelectPerformers.stories.d.ts +55 -0
- package/BackOffice/GroupTaskCardSelectPerformersOldStyles.stories.d.ts +19 -0
- package/BackOffice/GroupTaskCardSelectPerformersStoriesData.d.ts +13 -0
- package/BackOffice/History.stories.d.ts +35 -0
- package/BackOffice/HistoryOldStyle.stories.d.ts +8 -0
- package/BackOffice/HistoryStoriesData.d.ts +45 -0
- package/BackOffice/HistoryStoriesHelpers.d.ts +4 -0
- package/BackOffice/Links.stories.d.ts +137 -0
- package/BackOffice/LinksOldStyles.stories.d.ts +59 -0
- package/BackOffice/LinksStoriesData.d.ts +60 -0
- package/BackOffice/MultipleEmployees.stories.d.ts +78 -0
- package/BackOffice/MultipleEmployeesLabel.stories.d.ts +30 -0
- package/BackOffice/MultipleEmployeesOldStyles.stories.d.ts +28 -0
- package/BackOffice/MultipleEmployeesStoriesData.d.ts +31 -0
- package/BackOffice/Numerator.stories.d.ts +93 -2
- package/BackOffice/NumeratorImpl.d.ts +1 -1
- package/BackOffice/NumeratorLabel.stories.d.ts +31 -0
- package/BackOffice/NumeratorOldStyles.stories.d.ts +27 -0
- package/BackOffice/NumeratorStoriesData.d.ts +23 -0
- package/BackOffice/PartnerBaseImpl.d.ts +5 -1
- package/BackOffice/PartnerImpl.d.ts +2 -1
- package/BackOffice/PowersImpl.d.ts +1 -1
- package/BackOffice/PrintButton.d.ts +1 -1
- package/BackOffice/StaffDirectoryDataVisualiser.d.ts +1 -0
- package/BackOffice/StaffDirectoryItems.stories.d.ts +358 -0
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsLabel.stories.d.ts +19 -0
- package/BackOffice/StaffDirectoryItemsStoriesData.d.ts +10 -0
- package/BackOffice/StaffDirectorySelectDialog.d.ts +1 -0
- package/BackOffice/StateButtons.stories.d.ts +24 -0
- package/BackOffice/StateButtonsOldStyle.stories.d.ts +7 -0
- package/BackOffice/StateButtonsStoriesData.d.ts +22 -0
- package/BackOffice/StateLabel.stories.d.ts +20 -0
- package/BackOffice/TaskListItemComponent.d.ts +1 -1
- package/BackOffice/Tasks.stories.d.ts +105 -0
- package/BackOffice/TasksStoriesData.d.ts +36 -0
- package/BackOffice/UniquenessCheck.stories.d.ts +40 -0
- package/BackOffice/UniquenessCheckStoriesData.d.ts +24 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +8 -0
- package/Helpers/Breadcrumbs/Breadcrumbs.d.ts +1 -0
- package/Helpers/Breadcrumbs/BreadcrumbsView.d.ts +1 -0
- package/Helpers/Breadcrumbs/LinkView/LinkItemViewWithSeparator.d.ts +3 -1
- package/Helpers/ComboBox/ComboBoxElement.d.ts +1 -1
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +1 -1
- package/Helpers/CustomTree/CustomTreeNode.d.ts +1 -1
- package/Helpers/DirectorySearchInput.d.ts +4 -1
- package/Helpers/InputMask/InputMaskView.d.ts +1 -1
- package/Helpers/InputMask/components/InputMaskField.d.ts +1 -1
- package/Helpers/LoadingIcon/LoadingIcon.d.ts +1 -0
- package/Helpers/SliderCheckBox/SliderCheckBox.d.ts +1 -1
- package/MainBundle.d.ts +2 -0
- package/Platform/ButtonPositionsSelection.d.ts +1 -1
- package/Platform/CardLinkImpl.d.ts +1 -1
- package/Platform/CommentFileImpl.d.ts +1 -1
- package/Platform/DeleteBatchOperation.stories.d.ts +49 -0
- package/Platform/DeleteBatchOperationStoriesData.d.ts +13 -0
- package/Platform/DownloadFilesBatchOperation.stories.d.ts +50 -0
- package/Platform/DownloadFilesBatchOperationStoriesData.d.ts +16 -0
- package/Platform/FilePreviewImpl.d.ts +1 -1
- package/Platform/FolderViewItemsImpl.d.ts +8 -8
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/MoveShortcutBatchOperation.stories.d.ts +57 -0
- package/Platform/MoveShortcutBatchOperationStoriesData.d.ts +12 -0
- package/Platform/ReadBatchBatchOperation.stories.d.ts +40 -0
- package/Platform/ReadBatchBatchOperationStoriesData.d.ts +13 -0
- package/Platform/ScanDialogService.d.ts +1 -1
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SettingsPopupLogic.d.ts +1 -1
- package/Platform/TextListInputView.d.ts +2 -2
- package/System/BaseControlImpl.d.ts +1 -1
- package/System/DirectoryBaseImpl.d.ts +1 -0
- package/System/InputBasedControlImpl.d.ts +3 -2
- package/System/LocationContainerControl.d.ts +2 -1
- package/System/LocationContainerControl.stories.d.ts +18 -0
- package/System/LocationContainerControlRealoadLayoutApi.stories.d.ts +20 -0
- package/System/LocationContainerControlStoriesData.d.ts +15 -0
- package/System/ResourcesStub.d.ts +10 -0
- package/System/StringUtils.d.ts +1 -1
- package/package.json +1 -1
- package/Account/AddBackgroundMovementEffect.d.ts +0 -2
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { WithNewStyleLayout } from "Storybook/StorybookUtils/Decorators/LayoutStory";
|
|
3
|
+
import { DisplayPerformers } from "@docsvision/webclient/BackOffice/DisplayPerformers";
|
|
4
|
+
import { WithNarrowBlock } from "Storybook/StorybookUtils/Decorators/BlockStory";
|
|
5
|
+
declare const _default: {
|
|
6
|
+
title: string;
|
|
7
|
+
component: typeof DisplayPerformers;
|
|
8
|
+
decorators: (typeof WithNewStyleLayout)[];
|
|
9
|
+
args: {
|
|
10
|
+
showEmptyLabel: boolean;
|
|
11
|
+
startPerformers: {
|
|
12
|
+
id: string;
|
|
13
|
+
displayName: string;
|
|
14
|
+
tip: string;
|
|
15
|
+
extendedTip: string;
|
|
16
|
+
type: number;
|
|
17
|
+
}[];
|
|
18
|
+
endPerformers: {
|
|
19
|
+
id: string;
|
|
20
|
+
displayName: string;
|
|
21
|
+
tip: string;
|
|
22
|
+
extendedTip: string;
|
|
23
|
+
type: number;
|
|
24
|
+
}[];
|
|
25
|
+
};
|
|
26
|
+
render: (args: any) => JSX.Element;
|
|
27
|
+
};
|
|
28
|
+
export default _default;
|
|
29
|
+
export declare const Default: {
|
|
30
|
+
parameters: {
|
|
31
|
+
title: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
export declare const MultiplePerformersWithoutHistory: {
|
|
35
|
+
parameters: {
|
|
36
|
+
title: string;
|
|
37
|
+
};
|
|
38
|
+
args: {
|
|
39
|
+
startPerformers: {
|
|
40
|
+
id: string;
|
|
41
|
+
displayName: string;
|
|
42
|
+
tip: string;
|
|
43
|
+
extendedTip: string;
|
|
44
|
+
type: number;
|
|
45
|
+
}[];
|
|
46
|
+
endPerformers: {
|
|
47
|
+
id: string;
|
|
48
|
+
displayName: string;
|
|
49
|
+
tip: string;
|
|
50
|
+
extendedTip: string;
|
|
51
|
+
type: number;
|
|
52
|
+
}[];
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
export declare const MultiplePerformersWithHistory: {
|
|
56
|
+
parameters: {
|
|
57
|
+
title: string;
|
|
58
|
+
};
|
|
59
|
+
args: {
|
|
60
|
+
startPerformers: {
|
|
61
|
+
id: string;
|
|
62
|
+
displayName: string;
|
|
63
|
+
tip: string;
|
|
64
|
+
extendedTip: string;
|
|
65
|
+
type: number;
|
|
66
|
+
}[];
|
|
67
|
+
endPerformers: {
|
|
68
|
+
id: string;
|
|
69
|
+
displayName: string;
|
|
70
|
+
tip: string;
|
|
71
|
+
extendedTip: string;
|
|
72
|
+
type: number;
|
|
73
|
+
}[];
|
|
74
|
+
hasHistory: boolean;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
export declare const NarrowBlockWithHistory: {
|
|
78
|
+
parameters: {
|
|
79
|
+
title: string;
|
|
80
|
+
};
|
|
81
|
+
decorators: (typeof WithNarrowBlock)[];
|
|
82
|
+
args: {
|
|
83
|
+
startPerformers: {
|
|
84
|
+
id: string;
|
|
85
|
+
displayName: string;
|
|
86
|
+
tip: string;
|
|
87
|
+
extendedTip: string;
|
|
88
|
+
type: number;
|
|
89
|
+
}[];
|
|
90
|
+
endPerformers: {
|
|
91
|
+
id: string;
|
|
92
|
+
displayName: string;
|
|
93
|
+
tip: string;
|
|
94
|
+
extendedTip: string;
|
|
95
|
+
type: number;
|
|
96
|
+
}[];
|
|
97
|
+
hasHistory: boolean;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
export declare const NarrowBlockWithoutHistory: {
|
|
101
|
+
parameters: {
|
|
102
|
+
title: string;
|
|
103
|
+
};
|
|
104
|
+
decorators: (typeof WithNarrowBlock)[];
|
|
105
|
+
args: {
|
|
106
|
+
startPerformers: {
|
|
107
|
+
id: string;
|
|
108
|
+
displayName: string;
|
|
109
|
+
tip: string;
|
|
110
|
+
extendedTip: string;
|
|
111
|
+
type: number;
|
|
112
|
+
}[];
|
|
113
|
+
endPerformers: {
|
|
114
|
+
id: string;
|
|
115
|
+
displayName: string;
|
|
116
|
+
tip: string;
|
|
117
|
+
extendedTip: string;
|
|
118
|
+
type: number;
|
|
119
|
+
}[];
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
export declare const HistoryModal: {
|
|
123
|
+
parameters: {
|
|
124
|
+
title: string;
|
|
125
|
+
};
|
|
126
|
+
args: {
|
|
127
|
+
hasHistory: boolean;
|
|
128
|
+
};
|
|
129
|
+
play: ({ canvasElement }: {
|
|
130
|
+
canvasElement: any;
|
|
131
|
+
}) => Promise<void>;
|
|
132
|
+
};
|
|
@@ -55,7 +55,7 @@ export declare class DisplayPerformersImpl extends BaseControlImpl<DisplayPerfor
|
|
|
55
55
|
/** Перерисовывает списки исполнителей с учётом размера родительского контейнера. */
|
|
56
56
|
resize: () => void;
|
|
57
57
|
/** @inheritDoc */
|
|
58
|
-
getTabIndex():
|
|
58
|
+
getTabIndex(): 0 | -1;
|
|
59
59
|
/** @internal */
|
|
60
60
|
renderControl(): JSX.Element;
|
|
61
61
|
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { DisplayPerformers } from "@docsvision/webclient/BackOffice/DisplayPerformers";
|
|
2
|
+
import { WithMainStoryLayout } from "Storybook/StorybookUtils/Decorators/CommonStory";
|
|
3
|
+
import { AlignmentRight_ViewMode, CutValue_ViewMode, LabelWidthBlock_AlignmentRight_ViewMode, EmptyValue_EditInPlace_LabelWithoutValue, LabelWidthBlock_CutValue_ViewMode, LabelWidthBlock_WideBlock_ViewMode, LabelWidthBlock_WrapUnderLabelProperty_ViewMode, NarrowBlock_ViewMode, WideBlock_ViewMode, WrapUnderLabelProperty_ViewMode } from "Storybook/StorybookUtils/LabeledTextUtils/Template/LabeledSingleValueTemplate";
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: typeof DisplayPerformers;
|
|
7
|
+
args: {
|
|
8
|
+
labelText: string;
|
|
9
|
+
getValue: ({ single }: {
|
|
10
|
+
single: any;
|
|
11
|
+
}) => {
|
|
12
|
+
showEmptyLabel: boolean;
|
|
13
|
+
startPerformers: {
|
|
14
|
+
id: string;
|
|
15
|
+
displayName: string;
|
|
16
|
+
tip: string;
|
|
17
|
+
extendedTip: string;
|
|
18
|
+
type: number;
|
|
19
|
+
}[];
|
|
20
|
+
endPerformers: {
|
|
21
|
+
id: string;
|
|
22
|
+
displayName: string;
|
|
23
|
+
tip: string;
|
|
24
|
+
extendedTip: string;
|
|
25
|
+
type: number;
|
|
26
|
+
}[];
|
|
27
|
+
};
|
|
28
|
+
component: typeof DisplayPerformers;
|
|
29
|
+
showEmptyLabel: boolean;
|
|
30
|
+
startPerformers: {
|
|
31
|
+
id: string;
|
|
32
|
+
displayName: string;
|
|
33
|
+
tip: string;
|
|
34
|
+
extendedTip: string;
|
|
35
|
+
type: number;
|
|
36
|
+
}[];
|
|
37
|
+
endPerformers: {
|
|
38
|
+
id: string;
|
|
39
|
+
displayName: string;
|
|
40
|
+
tip: string;
|
|
41
|
+
extendedTip: string;
|
|
42
|
+
type: number;
|
|
43
|
+
}[];
|
|
44
|
+
};
|
|
45
|
+
decorators: (typeof WithMainStoryLayout)[];
|
|
46
|
+
};
|
|
47
|
+
export default _default;
|
|
48
|
+
export { WideBlock_ViewMode, NarrowBlock_ViewMode, CutValue_ViewMode, WrapUnderLabelProperty_ViewMode, AlignmentRight_ViewMode, EmptyValue_EditInPlace_LabelWithoutValue, LabelWidthBlock_WideBlock_ViewMode, LabelWidthBlock_CutValue_ViewMode, LabelWidthBlock_WrapUnderLabelProperty_ViewMode, LabelWidthBlock_AlignmentRight_ViewMode };
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { $LayoutTasksController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
+
import { $Layout } from "@docsvision/webclient/System/$Layout";
|
|
3
|
+
import { $CardId, $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
4
|
+
import { $LabelWidth } from "@docsvision/webclient/System/$LabelWidth";
|
|
5
|
+
export declare function getDisplayPerformersMockServices(): $LayoutTasksController & $CardId & $EditOperationStore & $LayoutInfo & $LabelWidth & $Layout;
|
|
6
|
+
export declare function getDisplayPerformersMockProps(): {
|
|
7
|
+
showEmptyLabel: boolean;
|
|
8
|
+
startPerformers: {
|
|
9
|
+
id: string;
|
|
10
|
+
displayName: string;
|
|
11
|
+
tip: string;
|
|
12
|
+
extendedTip: string;
|
|
13
|
+
type: number;
|
|
14
|
+
}[];
|
|
15
|
+
endPerformers: {
|
|
16
|
+
id: string;
|
|
17
|
+
displayName: string;
|
|
18
|
+
tip: string;
|
|
19
|
+
extendedTip: string;
|
|
20
|
+
type: number;
|
|
21
|
+
}[];
|
|
22
|
+
};
|
|
23
|
+
export declare function getDisplayPerformersMockMultiplePerformers(): {
|
|
24
|
+
startPerformers: {
|
|
25
|
+
id: string;
|
|
26
|
+
displayName: string;
|
|
27
|
+
tip: string;
|
|
28
|
+
extendedTip: string;
|
|
29
|
+
type: number;
|
|
30
|
+
}[];
|
|
31
|
+
endPerformers: {
|
|
32
|
+
id: string;
|
|
33
|
+
displayName: string;
|
|
34
|
+
tip: string;
|
|
35
|
+
extendedTip: string;
|
|
36
|
+
type: number;
|
|
37
|
+
}[];
|
|
38
|
+
};
|
|
39
|
+
export declare function getDisplayPerformersMockDelegateRecords(): {
|
|
40
|
+
event: number;
|
|
41
|
+
initiator: {
|
|
42
|
+
id: string;
|
|
43
|
+
isCurrent: boolean;
|
|
44
|
+
displayName: string;
|
|
45
|
+
firstName: string;
|
|
46
|
+
lastName: string;
|
|
47
|
+
middleName: any;
|
|
48
|
+
position: any;
|
|
49
|
+
fieldPath: string;
|
|
50
|
+
unitId: string;
|
|
51
|
+
pathInDirectory: any;
|
|
52
|
+
dataType: number;
|
|
53
|
+
status: number;
|
|
54
|
+
};
|
|
55
|
+
performers: {
|
|
56
|
+
id: string;
|
|
57
|
+
isCurrent: boolean;
|
|
58
|
+
displayName: string;
|
|
59
|
+
firstName: string;
|
|
60
|
+
lastName: string;
|
|
61
|
+
middleName: any;
|
|
62
|
+
position: any;
|
|
63
|
+
fieldPath: string;
|
|
64
|
+
unitId: string;
|
|
65
|
+
pathInDirectory: any;
|
|
66
|
+
dataType: number;
|
|
67
|
+
status: number;
|
|
68
|
+
}[];
|
|
69
|
+
date: string;
|
|
70
|
+
comment: string;
|
|
71
|
+
}[];
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EmployeeParams } from "@docsvision/webclient/BackOffice/Employee";
|
|
2
|
+
import { Meta, StoryObj } from "@storybook/react";
|
|
3
|
+
declare const metaStory: Meta<EmployeeParams>;
|
|
4
|
+
export default metaStory;
|
|
5
|
+
declare type Story = StoryObj<EmployeeParams & {
|
|
6
|
+
customServices?: unknown;
|
|
7
|
+
}>;
|
|
8
|
+
export declare const EditModeWithValue: Story;
|
|
9
|
+
export declare const EditInPlaceModeWithValue: Story;
|
|
10
|
+
export declare const ViewModeWithValue: Story;
|
|
11
|
+
export declare const EditModeWithValueRequired: Story;
|
|
12
|
+
export declare const EditModeRequiredError: Story;
|
|
13
|
+
export declare const EditInPlaceModeWithValueRequired: Story;
|
|
14
|
+
export declare const EditInPlaceModeWithValueRequiredError: Story;
|
|
15
|
+
export declare const EmptyEditInPlaceModeWithLabel: Story;
|
|
16
|
+
export declare const EmptyEditInPlaceModeWithotLabel: Story;
|
|
17
|
+
export declare const EmptyViewModeWithLabel: Story;
|
|
18
|
+
export declare const EmptyViewModeWithotLabel: Story;
|
|
19
|
+
export declare const EditInPlaceModeDisabled: Story;
|
|
20
|
+
export declare const EditModeDisabled: Story;
|
|
21
|
+
export declare const EditInPlaceModeCannotEdit: Story;
|
|
22
|
+
export declare const EditModeCannotEdit: Story;
|
|
23
|
+
export declare const EditModeWithPlaceholder: Story;
|
|
24
|
+
export declare const EditModeInPlaceWithPlaceholder: Story;
|
|
25
|
+
export declare const EditModeWithDefaultValue: Story;
|
|
26
|
+
export declare const EditModeSimpleView: Story;
|
|
27
|
+
export declare const EditInPlaceModeSimpleView: Story;
|
|
28
|
+
export declare const ViewModeSimpleView: Story;
|
|
29
|
+
export declare const EditInPlaceModeClickedLabel: Story;
|
|
30
|
+
export declare const EditModeClickedIcon: Story;
|
|
31
|
+
export declare const EditInPlaceModeWithSearch: Story;
|
|
32
|
+
export declare const EditModeWithSearch: Story;
|
|
33
|
+
export declare const EditInPlaceModeInBlock: Story;
|
|
34
|
+
export declare const EditInPlaceModeInBlockWithLabelWidth: Story;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { WithOldStyleLayout } from "Storybook/StorybookUtils/Decorators/LayoutStory";
|
|
3
|
+
declare function StoryComponent(args: any): JSX.Element;
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: typeof StoryComponent;
|
|
7
|
+
args: {
|
|
8
|
+
labelText: string;
|
|
9
|
+
value: {
|
|
10
|
+
id: string;
|
|
11
|
+
isCurrent: boolean;
|
|
12
|
+
displayName: string;
|
|
13
|
+
firstName: string;
|
|
14
|
+
lastName: string;
|
|
15
|
+
middleName: any;
|
|
16
|
+
position: any;
|
|
17
|
+
fieldPath: string;
|
|
18
|
+
unitId: string;
|
|
19
|
+
pathInDirectory: any;
|
|
20
|
+
dataType: number;
|
|
21
|
+
status: number;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
decorators: (typeof WithOldStyleLayout)[];
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
27
|
+
export * from "App/BackOffice/Controls/Employee/Stories/Employee.stories";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare function getEmployeeMockServices():
|
|
2
|
+
import("@docsvision/webclient/Employee/Employee").$EmployeeServices;
|
|
3
|
+
export declare function getEmployeeMockValue(): {
|
|
4
|
+
id: string;
|
|
5
|
+
isCurrent: boolean;
|
|
6
|
+
displayName: string;
|
|
7
|
+
firstName: string;
|
|
8
|
+
lastName: string;
|
|
9
|
+
middleName: any;
|
|
10
|
+
position: any;
|
|
11
|
+
fieldPath: string;
|
|
12
|
+
unitId: string;
|
|
13
|
+
pathInDirectory: any;
|
|
14
|
+
dataType: number;
|
|
15
|
+
status: number;
|
|
16
|
+
};
|