@docsvision/webclient 5.17.0-beta.18 → 5.17.0-beta.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (236) hide show
  1. package/Account/AuthBox.d.ts +8 -9
  2. package/Account/Box.d.ts +1 -1
  3. package/Account/Button.d.ts +1 -1
  4. package/Account/ChangeMethodButton.d.ts +1 -1
  5. package/Account/ContactBox.d.ts +1 -1
  6. package/Account/ErrorBlock.d.ts +1 -1
  7. package/Account/Form.d.ts +1 -1
  8. package/Account/Greeting.d.ts +1 -1
  9. package/Account/Input.d.ts +1 -1
  10. package/Account/LoginContainer.d.ts +9 -9
  11. package/Account/LoginError.d.ts +1 -1
  12. package/Account/LoginExtensionManager.d.ts +3 -2
  13. package/Account/LoginInputsDivider.d.ts +1 -1
  14. package/Account/LoginLogic.d.ts +3 -3
  15. package/Account/LoginPage.d.ts +1 -1
  16. package/Account/Logo.d.ts +1 -1
  17. package/Account/ProviderButton.d.ts +1 -1
  18. package/Account/Providers.d.ts +1 -1
  19. package/Account/{LoginTypes.d.ts → index.d.ts} +15 -12
  20. package/BackOffice/AcknowledgementListButton.d.ts +2 -2
  21. package/BackOffice/AcknowledgementListContainer.d.ts +1 -1
  22. package/BackOffice/AuthenticationKinds.stories.d.ts +1 -1
  23. package/BackOffice/AuthenticationKindsContainer.d.ts +1 -1
  24. package/BackOffice/AuthenticationKindsFrame.d.ts +1 -1
  25. package/BackOffice/AuthenticationKindsItem.d.ts +1 -1
  26. package/BackOffice/AuthenticationKindsList.d.ts +1 -1
  27. package/BackOffice/AuthenticationKindsModalDialog.d.ts +1 -1
  28. package/BackOffice/AuthenticationKindsTextBox.d.ts +1 -1
  29. package/BackOffice/CardKindTreeNode.d.ts +1 -1
  30. package/BackOffice/DirectoryDesignerTreeNode.d.ts +1 -1
  31. package/BackOffice/DirectoryFrame.d.ts +1 -1
  32. package/BackOffice/DirectoryRowCutSelection.d.ts +1 -1
  33. package/BackOffice/DirectoryRowIcon.d.ts +1 -1
  34. package/BackOffice/DirectoryRowSelection.d.ts +1 -1
  35. package/BackOffice/DirectorySearchBreadcrumbs.d.ts +1 -1
  36. package/BackOffice/DirectorySearchContainer.d.ts +1 -1
  37. package/BackOffice/DirectorySearchContent.d.ts +2 -2
  38. package/BackOffice/DirectorySearchCounter.d.ts +1 -1
  39. package/BackOffice/DirectorySearchInfo.d.ts +1 -1
  40. package/BackOffice/DirectorySearchResult.d.ts +1 -1
  41. package/BackOffice/DirectorySearchResultList.d.ts +1 -1
  42. package/BackOffice/DirectorySearchResultView.d.ts +1 -1
  43. package/BackOffice/DirectorySplitter.d.ts +1 -1
  44. package/BackOffice/DirectoryTabContents.d.ts +1 -1
  45. package/BackOffice/DirectoryTabItem.d.ts +1 -1
  46. package/BackOffice/DirectoryTabPanel.d.ts +1 -1
  47. package/BackOffice/DirectoryTabsRoot.d.ts +1 -1
  48. package/BackOffice/DirectoryTreeAddButton.d.ts +1 -1
  49. package/BackOffice/DirectoryTreeContainer.d.ts +1 -1
  50. package/BackOffice/DirectoryTreeHScrollContainer.d.ts +1 -1
  51. package/BackOffice/DirectoryTreeIcon.d.ts +1 -1
  52. package/BackOffice/DirectoryTreeRow.d.ts +1 -1
  53. package/BackOffice/DirectoryTreeRowCancelButton.d.ts +1 -1
  54. package/BackOffice/DirectoryTreeRowName.d.ts +1 -1
  55. package/BackOffice/DirectoryTreeToggle.d.ts +1 -1
  56. package/BackOffice/DirectoryTreeWrapper.d.ts +1 -1
  57. package/BackOffice/DirectoryValuesAddButton.d.ts +1 -1
  58. package/BackOffice/DirectoryValuesContainer.d.ts +1 -1
  59. package/BackOffice/DirectoryValuesIcon.d.ts +1 -1
  60. package/BackOffice/DirectoryValuesLoading.d.ts +1 -1
  61. package/BackOffice/DirectoryValuesWrapper.d.ts +1 -1
  62. package/BackOffice/EmailButton.stories.d.ts +1 -1
  63. package/BackOffice/EmailButtonContainer.d.ts +1 -1
  64. package/BackOffice/EmailButtonFiles.d.ts +1 -1
  65. package/BackOffice/EmailButtonItem.d.ts +1 -1
  66. package/BackOffice/EmailButtonSelectedSize.d.ts +1 -1
  67. package/BackOffice/EmailButtonView.d.ts +1 -1
  68. package/BackOffice/EmployeesTabFrame.d.ts +1 -1
  69. package/BackOffice/FileListConstants.d.ts +3 -0
  70. package/BackOffice/FileListControl.d.ts +15 -0
  71. package/BackOffice/FileListControlImpl.d.ts +1 -0
  72. package/BackOffice/FileListControlLogic.d.ts +6 -3
  73. package/BackOffice/FileListItem.d.ts +1 -0
  74. package/BackOffice/FileListItemComponent.d.ts +3 -1
  75. package/BackOffice/FileListItemProps.d.ts +1 -0
  76. package/BackOffice/IFileClickingArgs.d.ts +4 -0
  77. package/BackOffice/IFileVersionExpandingArgs.d.ts +4 -0
  78. package/BackOffice/ILinkEventArgs.d.ts +2 -2
  79. package/BackOffice/IRowClickArgs.d.ts +4 -0
  80. package/BackOffice/ITaskDataModel.d.ts +4 -0
  81. package/BackOffice/ITaskListItemProps.d.ts +4 -2
  82. package/BackOffice/ITaskListProps.d.ts +4 -0
  83. package/BackOffice/ITaskRowClickEventArgs.d.ts +4 -0
  84. package/BackOffice/ITasksTableRow.d.ts +1 -0
  85. package/BackOffice/LinkItem.d.ts +1 -0
  86. package/BackOffice/Links.d.ts +14 -0
  87. package/BackOffice/LinksImpl.d.ts +3 -0
  88. package/BackOffice/OpenTaskInNewWindow.d.ts +1 -1
  89. package/BackOffice/PrintButtonContainer.d.ts +1 -1
  90. package/BackOffice/RemoveFromGroupIconGridPlugin.d.ts +1 -1
  91. package/BackOffice/SignatureButton.stories.d.ts +1 -1
  92. package/BackOffice/SignatureButtonComponent.d.ts +1 -1
  93. package/BackOffice/SignatureButtonMenu.d.ts +1 -1
  94. package/BackOffice/SignatureButtonMenuItem.d.ts +1 -1
  95. package/BackOffice/SignatureDialogFrame.d.ts +1 -1
  96. package/BackOffice/SignatureDialogMethods.d.ts +1 -1
  97. package/BackOffice/SignatureDialogNoPluginMessage.d.ts +1 -1
  98. package/BackOffice/SignatureDialogSettings.d.ts +1 -1
  99. package/BackOffice/SignatureMethodsSetup.stories.d.ts +1 -1
  100. package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +1 -1
  101. package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +1 -1
  102. package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +1 -1
  103. package/BackOffice/SignatureMethodsSetupFrame.d.ts +1 -1
  104. package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +1 -1
  105. package/BackOffice/StaffDirectory.d.ts +1 -1
  106. package/BackOffice/StaffDirectoryHead.d.ts +1 -1
  107. package/BackOffice/StaffDirectoryInfo.d.ts +1 -1
  108. package/BackOffice/StaffDirectoryTreeAddButton.d.ts +1 -1
  109. package/BackOffice/TaskListComponent.d.ts +4 -0
  110. package/BackOffice/Tasks.d.ts +13 -1
  111. package/BackOffice/TasksImpl.d.ts +2 -0
  112. package/BackOffice/TasksTable.d.ts +22 -0
  113. package/BackOffice/TasksTableContainer.d.ts +1 -1
  114. package/BackOffice/TasksTableLink.d.ts +0 -1
  115. package/BackOffice/TasksTableLogic.d.ts +17 -1
  116. package/BackOffice/TasksTableRow.d.ts +1 -0
  117. package/Generated/DocsVision.WebClient.Controllers.d.ts +15 -0
  118. package/Generated/DocsVision.WebClient.Models.d.ts +212 -0
  119. package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +1 -1
  120. package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +1 -1
  121. package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +1 -1
  122. package/Helpers/DropdownButton/components/DropdownMenu.d.ts +1 -1
  123. package/Helpers/DropdownButton/components/DropdownMenuItem.d.ts +1 -1
  124. package/Helpers/DropdownButton/components/DropdownMenuItemContent.d.ts +1 -1
  125. package/Helpers/Sortable/Sortable.d.ts +1 -1
  126. package/Helpers/Table/TableHelperRow.d.ts +1 -0
  127. package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +1 -1
  128. package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +1 -1
  129. package/Platform/AccessListEntryRow.d.ts +1 -1
  130. package/Platform/AggregateItemCheckbox.d.ts +2 -2
  131. package/Platform/AggregatesApplyButtonPanel.d.ts +1 -1
  132. package/Platform/AggregatesGroup.d.ts +1 -1
  133. package/Platform/AggregatesListItem.d.ts +1 -1
  134. package/Platform/AggregatesNotAvailable.d.ts +1 -1
  135. package/Platform/AggregatesPanelHeader.d.ts +1 -1
  136. package/Platform/AggregatesTree.d.ts +1 -1
  137. package/Platform/ApprovalVisualizationArrows.d.ts +1 -1
  138. package/Platform/ApprovalVisualizationConditionList.d.ts +1 -1
  139. package/Platform/ApprovalVisualizationConditionOption.d.ts +1 -1
  140. package/Platform/ApprovalVisualizationContainer.d.ts +1 -1
  141. package/Platform/ApprovalVisualizationView.d.ts +1 -1
  142. package/Platform/ApprovalVisualizationVisBlock.d.ts +2 -2
  143. package/Platform/ArchivedCardsPlugin.d.ts +1 -1
  144. package/Platform/ClearButton.d.ts +1 -1
  145. package/Platform/ColorModeHandle.d.ts +5 -0
  146. package/Platform/ConvertSearchValue.d.ts +1 -0
  147. package/Platform/CreateApexChartInstance.d.ts +7 -0
  148. package/Platform/CreateDiagramParams.d.ts +21 -0
  149. package/Platform/CreateFolderRequestModel.d.ts +3 -0
  150. package/Platform/CreateSearchRequestModel.d.ts +3 -0
  151. package/Platform/DateInput.d.ts +1 -1
  152. package/Platform/DateTimePickerImpl.d.ts +1 -0
  153. package/Platform/DeleteBatchOperationImpl.d.ts +1 -1
  154. package/Platform/Diagram.d.ts +19 -0
  155. package/Platform/Diagram.stories.d.ts +11 -0
  156. package/Platform/DiagramChart.d.ts +7 -0
  157. package/Platform/DiagramConstants.d.ts +12 -0
  158. package/Platform/DiagramContainer.d.ts +7 -0
  159. package/Platform/DiagramLoader.d.ts +8 -0
  160. package/Platform/DiagramLogic.d.ts +74 -0
  161. package/Platform/DiagramOptions.d.ts +54 -0
  162. package/Platform/DiagramQueryParams.d.ts +10 -0
  163. package/Platform/DiagramUtils.d.ts +12 -0
  164. package/Platform/DiagramView.d.ts +10 -0
  165. package/Platform/DiagramWrapper.d.ts +5 -0
  166. package/Platform/DownloadFilesBatchOperationImpl.d.ts +1 -1
  167. package/Platform/Dropdown.stories.d.ts +1 -1
  168. package/Platform/FilterBoolean.d.ts +1 -1
  169. package/Platform/FilterDate.d.ts +2 -2
  170. package/Platform/FilterDateRangePicker.d.ts +1 -1
  171. package/Platform/FocusableTextInput.d.ts +1 -1
  172. package/Platform/FolderGrid.d.ts +1 -1
  173. package/Platform/FolderHelpDialog.d.ts +1 -1
  174. package/Platform/FolderMainMenuItem.d.ts +2 -1
  175. package/Platform/FolderOperationManager.d.ts +1 -1
  176. package/Platform/FolderSizePlugin.d.ts +1 -1
  177. package/Platform/FolderTypeDialog.d.ts +1 -1
  178. package/Platform/FolderViewItemsImpl.d.ts +2 -0
  179. package/Platform/FormatSearchQueryParams.d.ts +2 -0
  180. package/Platform/GetDiagramType.d.ts +6 -0
  181. package/Platform/IDiagramModels.d.ts +129 -0
  182. package/Platform/InputWithMask.d.ts +1 -1
  183. package/Platform/LayoutIconButtonImpl.d.ts +1 -1
  184. package/Platform/ListCheckbox.d.ts +2 -2
  185. package/Platform/ListContent.d.ts +1 -1
  186. package/Platform/ListContentHightlight.d.ts +1 -1
  187. package/Platform/ListEmpty.d.ts +1 -1
  188. package/Platform/ListEmptySearchIcon.d.ts +1 -1
  189. package/Platform/ListInput.d.ts +2 -2
  190. package/Platform/ListItem.d.ts +1 -1
  191. package/Platform/ListLoading.d.ts +1 -1
  192. package/Platform/ListSearchIcon.d.ts +1 -1
  193. package/Platform/ListSlot.d.ts +1 -1
  194. package/Platform/ListTotalItem.d.ts +1 -1
  195. package/Platform/LoadApexLibrary.d.ts +1 -0
  196. package/Platform/ParseModel.d.ts +4 -0
  197. package/Platform/QueryCondition.stories.d.ts +5 -0
  198. package/Platform/Quotes.d.ts +1 -1
  199. package/Platform/QuotesButtonMore.d.ts +1 -1
  200. package/Platform/QuotesHighlight.d.ts +1 -1
  201. package/Platform/QuotesItem.d.ts +1 -1
  202. package/Platform/QuotesModal.d.ts +1 -1
  203. package/Platform/QuotesModalButtonBlock.d.ts +1 -1
  204. package/Platform/QuotesModalQuote.d.ts +1 -1
  205. package/Platform/QuotesWrapper.d.ts +1 -1
  206. package/Platform/ResetSettings.d.ts +3 -2
  207. package/Platform/SearchTextInput.d.ts +2 -2
  208. package/Platform/SecurityDescriptorDialog.d.ts +1 -1
  209. package/Platform/SecurityDialogFrame.d.ts +1 -1
  210. package/Platform/SettingsPopup.d.ts +1 -1
  211. package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -1
  212. package/Platform/SettingsPopupColumn.d.ts +1 -1
  213. package/Platform/SettingsPopupItemView.d.ts +1 -1
  214. package/Platform/SettingsPopupRow.d.ts +1 -1
  215. package/Platform/ShowAllButton.d.ts +1 -1
  216. package/Platform/Strategies.d.ts +23 -0
  217. package/Platform/TableCellNumberRightAlignPlugin.d.ts +1 -1
  218. package/Platform/TableRowColorPlugin.d.ts +1 -1
  219. package/Platform/TextListInputView.d.ts +3 -3
  220. package/Platform/TextListInputWrapper.d.ts +1 -1
  221. package/Platform/ToolbarDaughterControlImpl.d.ts +1 -1
  222. package/Platform/TransformToChartData.d.ts +6 -0
  223. package/Platform/UnreadBarTablePlugins.d.ts +1 -1
  224. package/Platform/WebFrameHelpButton.stories.d.ts +1 -1
  225. package/Platform/WebFrameNavigationBar.stories.d.ts +1 -1
  226. package/Platform/WebFrameSearchPanel.stories.d.ts +1 -1
  227. package/Platform/WebFrameUserPanel.stories.d.ts +1 -1
  228. package/StandardServices.d.ts +2 -1
  229. package/System/$FolderColors.d.ts +25 -0
  230. package/System/DataGridControl.d.ts +1 -1
  231. package/System/FolderColorsService.d.ts +11 -0
  232. package/System/GridModelStub.d.ts +26 -0
  233. package/System/Poll.d.ts +1 -1
  234. package/System/PollService.d.ts +1 -1
  235. package/System/ResourcesStub.d.ts +3 -0
  236. package/package.json +1 -1
@@ -1,12 +1,11 @@
1
1
  import React from 'react';
2
- import './AuthBox.css';
3
- export interface AuthBox {
2
+
3
+ export interface IAuthBox {
4
4
  renderContent(): JSX.Element;
5
- logo: React.ReactElement;
6
- box: React.ReactElement;
5
+ logo: React.JSXElementConstructor<unknown>;
6
+ box: React.JSXElementConstructor<{
7
+ error: boolean;
8
+ children: React.ReactElement;
9
+ }>;
7
10
  }
8
- export declare function AuthBox({ renderContent, logo: Logo, box: Box }: {
9
- renderContent: any;
10
- logo: any;
11
- box: any;
12
- }): JSX.Element;
11
+ export declare function AuthBox({ renderContent, logo: Logo, box: Box }: IAuthBox): JSX.Element;
package/Account/Box.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import './Box.css';
2
+
3
3
  export interface IBoxProps {
4
4
  error: boolean;
5
5
  children?: React.ReactElement;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import "./Button.css";
2
+
3
3
  export interface IButtonProps extends React.ComponentProps<'button'> {
4
4
  text: string;
5
5
  handleClick?: (event: React.MouseEvent) => void;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import './ChangeMethodButton.css';
2
+
3
3
  export declare function ChangeMethodButton({ text, handleClick }: {
4
4
  text: any;
5
5
  handleClick: any;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import './ContactBox.css';
2
+
3
3
  export interface IContactBoxProps {
4
4
  text: string;
5
5
  contact: string;
@@ -1,5 +1,5 @@
1
1
  import { MouseEventHandler } from 'react';
2
- import './ErrorBlock.css';
2
+
3
3
  export interface IErrorBlockProps {
4
4
  text: string;
5
5
  close: MouseEventHandler<HTMLDivElement>;
package/Account/Form.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import "./Form.css";
2
+
3
3
  export declare function Form({ disabled, onSubmit, loading, resources, renderInputs, button: Button, autoComplete }: {
4
4
  disabled: any;
5
5
  onSubmit: any;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import "./Greeting.css";
2
+
3
3
  export interface IGreetingProps {
4
4
  text: string;
5
5
  name: string;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import './Input.css';
2
+
3
3
  export interface IInputProps {
4
4
  type?: string;
5
5
  placeholder?: string;
@@ -1,14 +1,14 @@
1
- import { AuthBox } from 'Account/Login/Components/AuthBox';
2
- import { LoginError } from 'Account/Login/Components/LoginError';
3
- import { LoginLogic } from 'Account/Login/LoginLogic';
1
+ import { AuthBox } from '@docsvision/webclient/Account/Components/AuthBox';
2
+ import { LoginError } from '@docsvision/webclient/Account/Components/LoginError';
3
+ import { LoginLogic } from '@docsvision/webclient/Account/LoginLogic';
4
4
  import React from 'react';
5
- import { AutoCompleteOptions, ILoginExtensionManager } from 'Account/Types/LoginTypes';
6
- import { ErrorBlock } from 'Account/Login/Components/ErrorBlock';
7
- import { Form } from 'Account/Login/Components/Form';
8
- import { LoginInputsDivider } from 'Account/Login/Components/LoginInputsDivider';
9
- import { ChangeMethodButton } from 'Account/Login/Components/ChangeMethodButton';
5
+ import { AutoCompleteOptions, ILoginExtensionManager } from '@docsvision/webclient/Account/';
6
+ import { ErrorBlock } from '@docsvision/webclient/Account/Components/ErrorBlock';
7
+ import { Form } from '@docsvision/webclient/Account/Components/Form';
8
+ import { LoginInputsDivider } from '@docsvision/webclient/Account/Components/LoginInputsDivider';
9
+ import { ChangeMethodButton } from '@docsvision/webclient/Account/Components/ChangeMethodButton';
10
10
  import { IComponentProps } from '@docsvision/web/core/component';
11
- import { Box } from 'Account/Login/Components/Box';
11
+ import { Box } from '@docsvision/webclient/Account/Components/Box';
12
12
  export declare class LoginView {
13
13
  form: typeof Form;
14
14
  changeMethodButton: typeof ChangeMethodButton;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import './LoginError.css';
2
+
3
3
  export interface ILoginErrorProps {
4
4
  resources: object;
5
5
  onClose: (event: React.MouseEvent) => void;
@@ -1,2 +1,3 @@
1
- export declare let loginExtensionManager: any;
2
- export declare function prepareExtensionManager(): any;
1
+ import { ILoginExtensionManager } from "@docsvision/webclient/Account/";
2
+ export declare let loginExtensionManager: ILoginExtensionManager;
3
+ export declare function prepareExtensionManager(): ILoginExtensionManager;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import './LoginInputsDivider.css';
2
+
3
3
  export declare function LoginInputsDivider({ text }: {
4
4
  text: any;
5
5
  }): JSX.Element;
@@ -1,4 +1,4 @@
1
- import { FormType, ILoginProvider } from "Account/Types/LoginTypes";
1
+ import { FormType, ILoginProvider } from "@docsvision/webclient/Account/";
2
2
  import { ComponentLogic } from "@docsvision/web/core/component";
3
3
  export declare const defaultNumberOfProviders = 1;
4
4
  export declare class LoginLogic extends ComponentLogic {
@@ -25,9 +25,9 @@ import("effector").Store<string>;
25
25
  import("effector").Store<ILoginProvider[]>;
26
26
  $userProviders:
27
27
  import("effector").Store<ILoginProvider[]>;
28
- setErrorCredentials:
28
+ setError:
29
29
  import("effector").Event<string>;
30
- $errorCredentials:
30
+ $error:
31
31
  import("effector").Store<string>;
32
32
  setFormType:
33
33
  import("effector").Event<FormType>;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- import './LoginPage.css';
2
+
3
3
  export declare function LoginPage(): JSX.Element;
package/Account/Logo.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- import './Logo.css';
2
+
3
3
  export declare function Logo(): JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import './ProviderButton.css';
2
+
3
3
  export interface IProviderButtonProps {
4
4
  iconSrc: string;
5
5
  text: string;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import './Providers.css';
2
+
3
3
  export interface IProvidersProps {
4
4
  numberOfProviders: number;
5
5
  loading: boolean;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- import { LoginView } from "Account/Login/LoginContainer";
3
- import { LoginLogic } from "Account/Login/LoginLogic";
2
+ import { LoginView } from "@docsvision/webclient/Account/LoginContainer";
3
+ import { LoginLogic } from "@docsvision/webclient/Account/LoginLogic";
4
4
  export declare enum FormType {
5
5
  FormAndProviders = 0,
6
6
  Form = 1,
@@ -36,8 +36,8 @@ export declare type EventParameters = {
36
36
  export interface ILoginPlugin {
37
37
  name?: string;
38
38
  order?: number;
39
- fn: (data: EventParameters) => void;
40
- eventName: string;
39
+ fn: (data: EventParameters) => boolean | void | Promise<boolean | void>;
40
+ eventName: LoginEvents;
41
41
  }
42
42
  export declare type AutoCompleteOptions = Partial<{
43
43
  login: string;
@@ -67,29 +67,32 @@ export interface ILoginExtensionManager {
67
67
  onSetupView: (view: LoginView) => void;
68
68
  logicEventConstructor: (data: {
69
69
  logic: LoginLogic;
70
- }) => void;
70
+ }) => boolean | void;
71
71
  logicEventBeforeFormSubmit: (data: {
72
72
  logic: LoginLogic;
73
73
  data: FormData;
74
- }) => void;
74
+ }) => Promise<boolean | void>;
75
75
  logicEventAfterFormSubmit: (data: {
76
76
  logic: LoginLogic;
77
77
  data: object;
78
- }) => void;
78
+ }) => Promise<boolean | void>;
79
79
  eventContainerUseEffect: (data: {
80
80
  logic: LoginLogic;
81
81
  view: LoginView;
82
- }) => void;
82
+ }) => Promise<boolean | void>;
83
83
  logicEventBeforeGetProviders: (data: {
84
- body: object;
85
- }) => void;
84
+ logic: LoginLogic;
85
+ data: {
86
+ body: string;
87
+ };
88
+ }) => Promise<boolean | void>;
86
89
  logicEventAfterGetProviders: (data: {
87
90
  logic: LoginLogic;
88
91
  data: object;
89
- }) => void;
92
+ }) => Promise<boolean | void>;
90
93
  eventLoginPageUseEffect: (data: {
91
94
  loginPageRef: React.RefObject<HTMLDivElement>;
92
- }) => void;
95
+ }) => Promise<boolean | void>;
93
96
  }
94
97
  export declare type LoginExtensionManager = {
95
98
  loginExtensionManager: ILoginExtensionManager;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import { ButtonProps } from '@docsvision/web/components/form/button';
3
- import './AcknowledgementListButton.css';
4
- import './AcknowledgementListContent.css';
3
+
4
+
5
5
  export declare function AcknowledgementListButton(props: ButtonProps): JSX.Element;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { AcknowledgementListLogic } from '@docsvision/webclient/BackOffice/AcknowledgementListLogic';
3
3
  import { AcknowledgementListView } from '@docsvision/webclient/BackOffice/AcknowledgementListView';
4
- import './AcknowledgementListContainer.css';
4
+
5
5
  export declare function AcknowledgementListContainer(props: {
6
6
  logic: AcknowledgementListLogic;
7
7
  view: AcknowledgementListView;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { AuthenticationKinds } from '@docsvision/webclient/BackOffice/AuthenticationKinds';
3
- import "./AuthenticationKinds.stories.css";
3
+
4
4
  declare const _default: {
5
5
  title: string;
6
6
  component: typeof AuthenticationKinds;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { AuthenticationKindsLogic } from "@docsvision/webclient/BackOffice/AuthenticationKindsLogic";
3
3
  import { AuthenticationKindsView } from "@docsvision/webclient/BackOffice/AuthenticationKindsView";
4
- import "./AuthenticationKinds.css";
4
+
5
5
  export declare function AuthenticationKindsContainer(props: {
6
6
  logic: AuthenticationKindsLogic;
7
7
  view: AuthenticationKindsView;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HtmlProps } from "@docsvision/web/core/component";
3
- import "./AuthenticationKindsFrame.css";
3
+
4
4
  export interface IAuthenticationKindsFrameProps extends HtmlProps.div {
5
5
  }
6
6
  export declare function AuthenticationKindsFrame(props: IAuthenticationKindsFrameProps): JSX.Element;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HtmlProps } from "@docsvision/web/core/component";
3
- import "./AuthenticationKindsItem.css";
3
+
4
4
  export interface IAuthenticationKindsItemProps extends HtmlProps.li {
5
5
  }
6
6
  export declare function AuthenticationKindsItem(props: IAuthenticationKindsItemProps): JSX.Element;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HtmlProps } from "@docsvision/web/core/component";
3
- import "./AuthenticationKindsList.css";
3
+
4
4
  export interface IAuthenticationKindsListProps extends HtmlProps.ul {
5
5
  }
6
6
  export declare function AuthenticationKindsList(props: IAuthenticationKindsListProps): JSX.Element;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { ModalDialogProps } from "@docsvision/web/components/modals/modal-dialog";
3
- import "./AuthenticationKindsModalDialog.css";
3
+
4
4
  export interface IAuthenticationKindsModalDialogProps extends ModalDialogProps {
5
5
  }
6
6
  export declare function AuthenticationKindsModalDialog(props: IAuthenticationKindsModalDialogProps): JSX.Element;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { TextBoxParams } from "@docsvision/webclient/Platform/TextBox";
3
- import "./AuthenticationKindsTextBox.css";
3
+
4
4
  export interface IAuthenticationKindsTextBoxProps extends TextBoxParams {
5
5
  isLoginExist: boolean;
6
6
  }
@@ -7,7 +7,7 @@ export interface ICardKindTreeNodeProps {
7
7
  export declare const CardKindTreeNode:
8
8
  import("styled-components").StyledComponent<"a", any, Partial<Pick<
9
9
  import("react").DetailedHTMLProps<
10
- import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "slot" | "style" | "title" | "children" | "onSubmit" | "type" | "placeholder" | "dir" | "className" | "color" | "id" | "lang" | "media" | "target" | "role" | "tabIndex" | "href" | "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" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "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" | "onClick" | "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" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "download" | "hrefLang" | "ping" | "rel" | "referrerPolicy"> & {
10
+ | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "download" | "hrefLang" | "ping" | "rel" | "referrerPolicy"> & {
11
11
  ref?: ((instance: HTMLAnchorElement) => void) |
12
12
  import("react").RefObject<HTMLAnchorElement>;
13
13
  }> & {
@@ -2,7 +2,7 @@ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.
2
2
  import { IDynamicTreeNodeData } from "@docsvision/webclient/Helpers/DynamicTree/IDynamicTreeNodeData";
3
3
  import { ITreeNodeData } from "@docsvision/webclient/Helpers/Tree/Data/ClientModels/ITreeNodeData";
4
4
  import React from 'react';
5
- import './DirectoryDesignerTreeNode.css';
5
+
6
6
  /** @internal */
7
7
  export declare class DirectoryDesignerTreeNode implements IDynamicTreeNodeData {
8
8
  mData: GenModels.DirectoryDesignerTreeNode & {
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { HtmlProps } from '@docsvision/web/core/component';
3
- import './DirectoryFrame.css';
3
+
4
4
  /** @internal */
5
5
  export interface INomenclatureFrameProps extends HtmlProps.div {
6
6
  expandSearchResults?: boolean;
@@ -1,7 +1,7 @@
1
1
  import { $SelectionRow } from "@docsvision/webclient/BackOffice/$SelectionRow";
2
2
  import { ITablePlugins, TablePlugins } from "@docsvision/web/components/table/interfaces";
3
3
  import { $Domain } from "@docsvision/web/core/state-management";
4
- import './DirectoryRowCutSelection.css';
4
+
5
5
  export declare const CANCEL_BUTTON_ID = "_CANCEL_BUTTON";
6
6
  export declare const DirectoryRowCutSelectionFeature = "DirectoryRowCutSelectionFeature";
7
7
  export declare const DirectoryRowCutSelectionPluginMountEffect: TablePlugins.Row.MountEffect;
@@ -2,7 +2,7 @@ import { IDirectoryValuesIconProps } from "@docsvision/webclient/BackOffice/Dire
2
2
  import { IRow, ITableData, ITablePlugins, TablePlugins } from "@docsvision/web/components/table/interfaces";
3
3
  import { ISimplePluginData } from "@docsvision/web/core/extensibility/plugins";
4
4
  import React from "react";
5
- import "./DirectoryRowIcon.css";
5
+
6
6
  export declare const IconColumnId = "icon";
7
7
  export declare const LOADING_ROWS_PLUGIN_ID = "loadingRows";
8
8
  export declare function getLoadingRows(row: ITableData): ISimplePluginData<IRow[]>;
@@ -5,7 +5,7 @@ import { $TableData } from "@docsvision/web/components/table/plugins/table-data"
5
5
  import { ISimplePluginData } from "@docsvision/web/core/extensibility/plugins";
6
6
  import { $Domain } from "@docsvision/web/core/state-management";
7
7
  import { Store, Event } from "effector";
8
- import './DirectoryRowSelection.css';
8
+
9
9
  export declare function getSelectedEntityId(table: ITableData): ISimplePluginData<string>;
10
10
  export declare function getRowSelectionProcessId(table: ITableData): ISimplePluginData<any>;
11
11
  export interface IDirectoryRowSelectionService {
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { HtmlProps } from '@docsvision/web/core/component';
3
- import './DirectorySearchBreadcrumbs.css';
3
+
4
4
  import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
5
5
  export interface IDirectorySearchBreadcrumbsProps extends HtmlProps.div {
6
6
  parentItem: GenModels.SearchItemModel;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HtmlProps } from '@docsvision/web/core/component';
3
- import './DirectorySearchContainer.css';
3
+
4
4
  export interface IDirectorySearchContainerProps extends HtmlProps.div {
5
5
  }
6
6
  export declare function DirectorySearchContainer(props: IDirectorySearchContainerProps): JSX.Element;
@@ -1,10 +1,10 @@
1
1
  import React from 'react';
2
2
  import { HtmlProps } from '@docsvision/web/core/component';
3
- import './DirectorySearchContent.css';
3
+
4
4
  import { DirectorySearchResponse } from '@docsvision/webclient/BackOffice/DirectorySearchResult';
5
5
  export interface IDirectorySearchContentProps extends HtmlProps.div {
6
6
  data?: DirectorySearchResponse;
7
7
  renderContent?: () => JSX.Element;
8
8
  opened?: boolean;
9
9
  }
10
- export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "renderContent" | "data" | "slot" | "style" | "title" | "children" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "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" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "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" | "onClick" | "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" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "opened"> & React.RefAttributes<unknown>>;
10
+ export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "renderContent" | "data" | "slot" | "style" | "title" | "children" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "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" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "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" | "onClick" | "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" | "css" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "opened"> & React.RefAttributes<unknown>>;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HtmlProps } from '@docsvision/web/core/component';
3
- import './DirectorySearchCounter.css';
3
+
4
4
  export interface IDirectorySearchCountersProps extends HtmlProps.div {
5
5
  count: string;
6
6
  year: number;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HtmlProps } from '@docsvision/web/core/component';
3
- import './DirectorySearchInfo.css';
3
+
4
4
  export interface IDirectorySearchInfosProps extends HtmlProps.div {
5
5
  index: string;
6
6
  name: string;
@@ -4,7 +4,7 @@ import { DirectorySearchResultView } from '@docsvision/webclient/BackOffice/Dire
4
4
  import { $WebFrameDirectorySearchPanelService } from '@docsvision/webclient/BackOffice/$WebFrameDirectorySearchPanelService';
5
5
  import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
6
6
  import { HtmlProps, IComponentProps } from '@docsvision/web/core/component';
7
- import './DirectorySearchResult.css';
7
+
8
8
  import { LoadingStatus } from '@docsvision/webclient/System/LoadingState';
9
9
  import { StaffDirectorySearchResponseT } from '@docsvision/webclient/BackOffice/StaffDirectoryLogic';
10
10
  export declare type SearchCommonResponseT = {
@@ -1,7 +1,7 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { HtmlProps } from '@docsvision/web/core/component';
3
3
  import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
4
- import './DirectorySearchResultList.css';
4
+
5
5
  import { DirectorySearchResponse } from '@docsvision/webclient/BackOffice/DirectorySearchResult';
6
6
  export interface IDirectorySearchResultListProps extends HtmlProps.ul {
7
7
  data: DirectorySearchResponse;
@@ -10,7 +10,7 @@ export declare class DirectorySearchResultView {
10
10
  container: typeof DirectorySearchContainer;
11
11
  content:
12
12
  import("react").ForwardRefExoticComponent<Pick<
13
- import("./components/DirectorySearchContent").IDirectorySearchContentProps, "renderContent" | "data" | "slot" | "style" | "title" | "children" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "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" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "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" | "onClick" | "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" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "opened"> &
13
+ | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "opened"> &
14
14
  import("react").RefAttributes<unknown>>;
15
15
  iconButton: (props:
16
16
  import("C:/Git/WC/Helpers/IconButton").IIconButtonProps) => JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { HtmlProps } from '@docsvision/web/core/component';
3
- import './DirectorySplitter.css';
3
+
4
4
  interface IDirectorySplitter extends HtmlProps.div {
5
5
  wrapperElement: HTMLElement;
6
6
  leftElement: HTMLElement;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HtmlProps } from '@docsvision/web/core/component';
3
- import './DirectoryTabContents.css';
3
+
4
4
  export interface IDirectoryTabContentsProps extends HtmlProps.div {
5
5
  }
6
6
  export declare function DirectoryTabContents(props: IDirectoryTabContentsProps): JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import './DirectoryTabItem.css';
2
+
3
3
  import { ITabsNavPanelItemProps } from '@docsvision/webclient/Helpers/TabsNavPanel';
4
4
  export interface IDirectoryTabItemProps extends ITabsNavPanelItemProps {
5
5
  }
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import './DirectoryTabPanel.css';
2
+
3
3
  import { ITabsNavPanelProps } from '@docsvision/webclient/Helpers/TabsNavPanel';
4
4
  export interface IDirectoryTabPanelProps extends ITabsNavPanelProps {
5
5
  }
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HtmlProps } from '@docsvision/web/core/component';
3
- import './DirectoryTabsRoot.css';
3
+
4
4
  export interface IDirectoryTabsRootProps extends HtmlProps.div {
5
5
  }
6
6
  export declare function DirectoryTabsRoot(props: IDirectoryTabsRootProps): JSX.Element;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HtmlProps } from '@docsvision/web/core/component';
3
- import './DirectoryTreeAddButton.css';
3
+
4
4
  export interface IDirectoryTreeAddButtonProps extends HtmlProps.div {
5
5
  onAddSectionClick: () => void;
6
6
  title: string;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HtmlProps } from '@docsvision/web/core/component';
3
- import './DirectoryTreeContainer.css';
3
+
4
4
  export interface IDirectoryTreeContainerProps extends HtmlProps.div {
5
5
  }
6
6
  export declare function DirectoryTreeContainer(props: IDirectoryTreeContainerProps): JSX.Element;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HtmlProps } from '@docsvision/web/core/component';
3
- import './DirectoryTreeHScrollContainer.css';
3
+
4
4
  export interface IDirectoryTreeHScrollContainerProps extends HtmlProps.div {
5
5
  }
6
6
  export declare function DirectoryTreeHScrollContainer(props: IDirectoryTreeHScrollContainerProps): JSX.Element;