@docsvision/webclient 5.17.0-beta.7 → 5.17.0-beta.8

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.
@@ -1,5 +1,4 @@
1
1
  import { IComponentProps } from '@docsvision/web/core/component';
2
- import { $Resources } from '@docsvision/web/core/localization/$Resources';
3
2
  import { Moment } from 'moment';
4
3
  import React from 'react';
5
4
  export interface ISelectedRangeDate {
@@ -21,7 +20,5 @@ export interface DateRangePickerProps extends IComponentProps<never, DateRangePi
21
20
  onChange(selectedRangeDate: ISelectedRangeDate): void;
22
21
  /** Локаль */
23
22
  locale?: string;
24
- /** Сервисы */
25
- services: $Resources;
26
23
  }
27
24
  export declare function DateRangePicker(props: DateRangePickerProps): JSX.Element;
@@ -3,14 +3,12 @@ import { Moment } from 'moment';
3
3
  import { ToolbarComponentProps } from '@docsvision/material-ui-pickers/Picker/Picker';
4
4
  import { ISelectedRangeDate } from '@docsvision/webclient/Helpers/DateRangePicker/DateRangePicker';
5
5
  import './DateRangePickerToolbar.css';
6
- import { $Resources } from '@docsvision/web/core/localization/$Resources';
7
6
  export interface DateRangePickerToolbarProps extends ToolbarComponentProps {
8
7
  locale: string;
9
8
  rangeDate: ISelectedRangeDate;
10
9
  selectableStartDate: Moment;
11
10
  setOpenViewYear(state: boolean): void;
12
11
  selectCurrentDate(): void;
13
- services: $Resources;
14
12
  }
15
13
  /** Стилевой контейнер панели настроек {@see DateRangePicker}. */
16
14
  export declare const DateRangePickerToolbar: React.MemoExoticComponent<(props: DateRangePickerToolbarProps) => JSX.Element>;
@@ -0,0 +1 @@
1
+ export {};
@@ -48,6 +48,7 @@ import { $WebFrameDirectorySearchInfoStorageService } from "@docsvision/webclien
48
48
  import { $DialogManagement } from "@docsvision/webclient/Helpers/ModalDialog/$DialogManagement";
49
49
  import { $WebFrameSearchPanel } from "@docsvision/webclient/Platform/$WebFrameSearchPanel";
50
50
  import { $LastSearchResponse } from "@docsvision/webclient/System/$LastSearchResponse";
51
+ import { $FolderPluginProvider } from "@docsvision/webclient/Platform/$FolderPluginProvider";
51
52
  /** Сервис доступа к идентификатору текущего пользователя. */
52
53
  export declare type $CurrentEmployeeId = {
53
54
  currentEmployeeId: string;
@@ -137,4 +138,4 @@ export declare type $ApplicationSettings = {
137
138
  };
138
139
  export declare const $ApplicationSettings: string | ((model?: $ApplicationSettings) => GenModels.ApplicationSettings);
139
140
  /** Стандартные сервисы Web-клиента. */
140
- export declare type $StandardServices = $Layout & $Router & $CurrentEmployeeId & $CurrentEmployeeAccountName & $DeviceType & $SiteUrl & $Locale & $FullTextSearchEnabled & $RequestManager & $Sidebar & $FolderViews & $SearchPanel & $NavBar & $Folders & $UnreadCounter & $InstalledCSP & $ApplicationTimestamp & $LayoutManager & $RealtimeCommunicationService & $UserMenu & $LayoutControlFactory & $EditOperationStore & $LayoutInfo & $CardInfo & $RowInfo & $CardId & $RowId & $CardTimestamp & $ControlStore & $LocalStorage & $BaseName & $RouteTimestamp & $EnableRouterLogging & $IsMobileSafari & $LogEnabled & $IsIE & $IsSafari & $LastSearchRequest & $UrlStore & $UrlResolver & $CurrentEmployee & $RouterNavigation & $OwnerLayout & $ApplicationSettings & $ExtensionManager & $WebServices & $BatchOperationsProgressDialog & $BatchOperationsPerformer & $InsideMainMenu & $Timeout & $WebFrameContext & $ExtendedDataSourceInfos & $FilePickerUpload & $MessageBox & $WindowLocation & $FileDownload & $ExperimentalFeature & $UnreadCounterNotification & $EmployeeStatus & $CacheManagement & $FileScan & $LayoutCheck & $ScanDialog & $FileService & $CompanyLogo & $ContentElementProvider & $RootCssClass & $FilePreview & $WebViewIOSEnabled & $FileUpload & Partial<$WebFrameDirectorySearchPanelService> & $Domain & $Resources & $MessageWindow & $DialogManagement & $WebFrameDirectorySearchInfoStorageService & $WebFrameSearchPanel & $LastSearchResponse;
141
+ export declare type $StandardServices = $Layout & $Router & $CurrentEmployeeId & $CurrentEmployeeAccountName & $DeviceType & $SiteUrl & $Locale & $FullTextSearchEnabled & $RequestManager & $Sidebar & $FolderViews & $SearchPanel & $NavBar & $Folders & $UnreadCounter & $InstalledCSP & $ApplicationTimestamp & $LayoutManager & $RealtimeCommunicationService & $UserMenu & $LayoutControlFactory & $EditOperationStore & $LayoutInfo & $CardInfo & $RowInfo & $CardId & $RowId & $CardTimestamp & $ControlStore & $LocalStorage & $BaseName & $RouteTimestamp & $EnableRouterLogging & $IsMobileSafari & $LogEnabled & $IsIE & $IsSafari & $LastSearchRequest & $UrlStore & $UrlResolver & $CurrentEmployee & $RouterNavigation & $OwnerLayout & $ApplicationSettings & $ExtensionManager & $WebServices & $BatchOperationsProgressDialog & $BatchOperationsPerformer & $InsideMainMenu & $Timeout & $WebFrameContext & $ExtendedDataSourceInfos & $FilePickerUpload & $MessageBox & $WindowLocation & $FileDownload & $ExperimentalFeature & $UnreadCounterNotification & $EmployeeStatus & $CacheManagement & $FileScan & $LayoutCheck & $ScanDialog & $FileService & $CompanyLogo & $ContentElementProvider & $RootCssClass & $FilePreview & $WebViewIOSEnabled & $FileUpload & Partial<$WebFrameDirectorySearchPanelService> & $Domain & $Resources & $MessageWindow & $DialogManagement & $WebFrameDirectorySearchInfoStorageService & $WebFrameSearchPanel & $LastSearchResponse & $FolderPluginProvider;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docsvision/webclient",
3
- "version": "5.17.0-beta.7",
3
+ "version": "5.17.0-beta.8",
4
4
  "description": "Type definitions for DocsVision WebClient scripts and extensions.",
5
5
  "main": "index.js",
6
6
  "scripts": {},