@docsvision/webclient 5.17.1 → 5.17.2-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.
Files changed (58) hide show
  1. package/Account/LoginContainer.d.ts +1 -0
  2. package/Account/LoginLogic.d.ts +13 -0
  3. package/Account/ProviderButton.d.ts +4 -2
  4. package/Account/index.d.ts +2 -0
  5. package/BackOffice/$WebFrameDirectorySearchInfoStorageService.d.ts +2 -1
  6. package/BackOffice/AuthenticationKindsFormatLogin.d.ts +7 -0
  7. package/BackOffice/AuthenticationKindsGetMaskOptions.d.ts +8 -0
  8. package/BackOffice/AuthenticationKindsLogic.d.ts +4 -0
  9. package/BackOffice/AuthenticationKindsUpdateLogin.d.ts +2 -0
  10. package/BackOffice/AuthenticationKindsValidRegExps.d.ts +3 -0
  11. package/BackOffice/AuthenticationKindsView.d.ts +2 -2
  12. package/BackOffice/{CheckEmployeeAccount.d.ts → CheckStaffDirectoryData.d.ts} +1 -0
  13. package/BackOffice/DirectoryDesRowSelectDialog.d.ts +6 -0
  14. package/BackOffice/DirectoryDesignerRow.d.ts +6 -1
  15. package/BackOffice/DirectorySearchContent.d.ts +1 -1
  16. package/BackOffice/DirectorySearchFilters.d.ts +6 -0
  17. package/BackOffice/DssSignRequestModels.d.ts +1 -0
  18. package/BackOffice/ExistingCardLinkDialog.d.ts +3 -1
  19. package/BackOffice/FileSign.d.ts +14 -2
  20. package/BackOffice/FileSignCreateDialog.d.ts +81 -0
  21. package/BackOffice/FileSignSelectCertificateDialog.d.ts +54 -0
  22. package/BackOffice/IExtraFileAddingArgs.d.ts +1 -0
  23. package/BackOffice/IFileSignInteractionModel.d.ts +1 -0
  24. package/BackOffice/IMainFileAddingArgs.d.ts +1 -0
  25. package/BackOffice/Index.d.ts +0 -6
  26. package/BackOffice/LinksImpl.d.ts +2 -0
  27. package/BackOffice/MarkPartnersAsDepartment.d.ts +2 -0
  28. package/BackOffice/SignatureButtonLogic.d.ts +2 -0
  29. package/BackOffice/SignatureButtonOptions.d.ts +3 -2
  30. package/Generated/DocsVision.WebClient.Models.d.ts +224 -0
  31. package/Helpers/InputMask/IInputMaskProps.d.ts +71 -0
  32. package/Helpers/InputMask/InputMask.d.ts +8 -0
  33. package/Helpers/InputMask/InputMask.stories.d.ts +11 -0
  34. package/Helpers/InputMask/InputMaskView.d.ts +14 -0
  35. package/Helpers/InputMask/components/InputMaskContainer.d.ts +7 -0
  36. package/Helpers/InputMask/components/InputMaskField.d.ts +7 -0
  37. package/Helpers/InputMask/components/InputMaskLabel.d.ts +18 -0
  38. package/Helpers/InputMask/index.d.ts +5 -0
  39. package/MainBundle.d.ts +4 -0
  40. package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
  41. package/Platform/BaseNavigationMenuItemRouteHandler.d.ts +1 -0
  42. package/Platform/CardLink.d.ts +1 -1
  43. package/Platform/CardLinkImpl.d.ts +2 -0
  44. package/Platform/FilePickerImpl.d.ts +1 -0
  45. package/Platform/FilteringExtendedData.d.ts +1 -0
  46. package/Platform/FilteringRequestResolver.d.ts +4 -0
  47. package/Platform/FilteringResponseResolver.d.ts +4 -0
  48. package/Platform/ListCheckbox.d.ts +1 -1
  49. package/Platform/ListInput.d.ts +1 -1
  50. package/Platform/QuotesHighlight.d.ts +2 -0
  51. package/Platform/QuotesLogic.d.ts +7 -0
  52. package/Platform/QuotesModalQuote.d.ts +2 -0
  53. package/Platform/SearchTextInput.d.ts +1 -1
  54. package/Platform/TextListInputCultureWiseParseFloat.d.ts +3 -0
  55. package/Platform/TextListInputLogic.d.ts +4 -0
  56. package/System/NumberCultureFormatting.d.ts +9 -0
  57. package/package.json +1 -1
  58. package/BackOffice/AuthenticationKindsTextBox.d.ts +0 -7
@@ -2500,6 +2500,12 @@ export declare namespace GenModels {
2500
2500
  * Reason for signature invalidity
2501
2501
  */
2502
2502
  reason: string;
2503
+ /**
2504
+ * Attached signature identifier
2505
+ *
2506
+ * @format datatype.uuid
2507
+ */
2508
+ signatureId: string;
2503
2509
  }
2504
2510
  }
2505
2511
  export declare namespace GenModels {
@@ -3570,6 +3576,12 @@ export declare namespace GenModels {
3570
3576
  * @format datatype.uuid
3571
3577
  */
3572
3578
  instanceId: string;
3579
+ /**
3580
+ * Gets or sets current view cursor id
3581
+ *
3582
+ * @format datatype.uuid
3583
+ */
3584
+ cursorId: string;
3573
3585
  /**
3574
3586
  * Gets or sets size
3575
3587
  */
@@ -10459,6 +10471,14 @@ export declare namespace GenModels {
10459
10471
  * Supported modes of response
10460
10472
  */
10461
10473
  supportedModes: Array<string>;
10474
+ /**
10475
+ * Add state guid to login url
10476
+ */
10477
+ isStateCompare: boolean;
10478
+ /**
10479
+ * Time to refresh login uri in seconds
10480
+ */
10481
+ timeOut: number;
10462
10482
  }
10463
10483
  }
10464
10484
  export declare namespace GenModels {
@@ -10491,6 +10511,14 @@ export declare namespace GenModels {
10491
10511
  * Flag if extension allowed check user login
10492
10512
  */
10493
10513
  checkButtonEnable: boolean;
10514
+ /**
10515
+ * Information that used as login
10516
+ */
10517
+ loginType: GenModels.AuthenticationLoginType;
10518
+ /**
10519
+ * State of extension license
10520
+ */
10521
+ licenseState: GenModels.AuthenticationExtensionState;
10494
10522
  }
10495
10523
  }
10496
10524
  export declare namespace GenModels {
@@ -12866,6 +12894,48 @@ export declare namespace GenModels {
12866
12894
  DisplayAll = 2
12867
12895
  }
12868
12896
  }
12897
+ export declare namespace GenModels {
12898
+ /**
12899
+ * Type of data that uses as login
12900
+ */
12901
+ enum AuthenticationLoginType {
12902
+ /**
12903
+ * Indicates that uses phone number as login
12904
+ */
12905
+ Phone = 0,
12906
+ /**
12907
+ * Indicates that uses INIPA(SNILS) as login
12908
+ */
12909
+ Snils = 1,
12910
+ /**
12911
+ * Indicates that uses email as login
12912
+ */
12913
+ Email = 2,
12914
+ /**
12915
+ * Indicates that uses custom data as login
12916
+ */
12917
+ Custom = 3
12918
+ }
12919
+ }
12920
+ export declare namespace GenModels {
12921
+ /**
12922
+ * Type of data that uses as login
12923
+ */
12924
+ enum AuthenticationExtensionState {
12925
+ /**
12926
+ * Known extension but license doesn't contains feature
12927
+ */
12928
+ NotLicensed = 0,
12929
+ /**
12930
+ * Known extension and license contains feature
12931
+ */
12932
+ Licensed = 1,
12933
+ /**
12934
+ * User extension
12935
+ */
12936
+ Unknown = 2
12937
+ }
12938
+ }
12869
12939
  export declare namespace GenModels {
12870
12940
  /**
12871
12941
  * Defines color mode for Diagram control
@@ -13102,3 +13172,157 @@ export declare namespace GenModels {
13102
13172
  CardState = 17
13103
13173
  }
13104
13174
  }
13175
+ export declare namespace GenModels {
13176
+ enum ErrorCode {
13177
+ Failure = 1280,
13178
+ SQLFailure = 1281,
13179
+ InternalFailure = 1282,
13180
+ CannotAcccessSQL = 1283,
13181
+ NoAuthenticationInfo = 1284,
13182
+ Deadlock = 1285,
13183
+ FiberModeNotSupported = 1286,
13184
+ TransactionOpen = 1287,
13185
+ Timeout = 1288,
13186
+ InvalidDatabase = 1289,
13187
+ InvalidLogin = 1290,
13188
+ TransactionLogIsFull = 1291,
13189
+ WorkflowUnavailable = 1292,
13190
+ OutOfMemory = 1293,
13191
+ ServiceNotRegisteredInCluster = 1294,
13192
+ DatabaseNodeIsReadOnly = 1295,
13193
+ InvalidBase = 1312,
13194
+ InvalidSession = 1313,
13195
+ InvalidSessionOwner = 1314,
13196
+ InvalidUser = 1315,
13197
+ VersionMismatch = 1316,
13198
+ GlobalInfoMissing = 1317,
13199
+ SessionDenied = 1318,
13200
+ EmployeeLocked = 1319,
13201
+ OfflineSession = 1320,
13202
+ InvalidEmployee = 1321,
13203
+ InvalidCard = 1344,
13204
+ InvalidObject = 1345,
13205
+ InvalidCursor = 1346,
13206
+ InvalidRow = 1347,
13207
+ InvalidSection = 1348,
13208
+ DataReadError = 1349,
13209
+ DataWriteError = 1350,
13210
+ DataUpdateError = 1351,
13211
+ ParentCannotBeChild = 1352,
13212
+ InvalidRowFormat = 1353,
13213
+ UnsupportedReadType = 1354,
13214
+ InvalidFieldName = 1355,
13215
+ MetadataFieldTypeInvalidChange = 1356,
13216
+ MetadataSectionTypeInvalidChange = 1357,
13217
+ InvalidImportFormat = 1360,
13218
+ NullLinkReference = 1361,
13219
+ TreeUniquenessViolated = 1362,
13220
+ SectionUniquenessViolated = 1363,
13221
+ CardUniquenessViolated = 1364,
13222
+ GlobalUniquenessViolated = 1365,
13223
+ AddingSecondRowToStruct = 1366,
13224
+ InvalidSqlObject = 1367,
13225
+ InvalidEnumValue = 1368,
13226
+ InvalidParentRow = 1369,
13227
+ NoParentObject = 1370,
13228
+ RowDataTooLarge = 1371,
13229
+ BadCardForReferenceField = 1372,
13230
+ RowIsNotDeletable = 1373,
13231
+ RowBelongsToAnotherServer = 1374,
13232
+ ParentRowBelongsToAnotherServer = 1375,
13233
+ AccessDenied = 1376,
13234
+ IsNotAdmin = 1377,
13235
+ SecuritySchemaReadError = 1378,
13236
+ InvalidSecurityDescriptor = 1379,
13237
+ SecurityManagerLibIsMissing = 1380,
13238
+ ObjectCannotBeSecured = 1381,
13239
+ DictionaryReadDenied = 1382,
13240
+ IsNotControllerOfProcess = 1383,
13241
+ DatabaseIsReadOnly = 1384,
13242
+ SecurityObjectTypeIsDeprecated = 1385,
13243
+ IsNotArchiveOperator = 1392,
13244
+ IsNotSecurityAdmin = 1393,
13245
+ InvalidUserSid = 1394,
13246
+ InvalidSearchQuery = 1408,
13247
+ SearchFailed = 1409,
13248
+ EmptyCondition = 1410,
13249
+ FullTextSearchFailed = 1411,
13250
+ InvalidFullTextQuery = 1412,
13251
+ ErrorPublishingSearch = 1413,
13252
+ DisabledAutogenerateSearch = 1414,
13253
+ CryptoObjectDoesNotExist = 1440,
13254
+ InvalidCryptoObject = 1441,
13255
+ CryptObjectAlreadyExists = 1442,
13256
+ ObjectLocked = 1536,
13257
+ FileLocked = 1537,
13258
+ CardLocked = 1538,
13259
+ RowLocked = 1539,
13260
+ ObjectOwnerLocked = 1540,
13261
+ InvalidLogMessageCode = 1568,
13262
+ InvalidLogType = 1569,
13263
+ InvalidFile = 1600,
13264
+ FileIsInUse = 1601,
13265
+ FileIsReadOnly = 1602,
13266
+ FileIsWriteOnly = 1603,
13267
+ FileReadError = 1604,
13268
+ FileWriteError = 1605,
13269
+ FileIsOffline = 1606,
13270
+ FileNotOffline = 1607,
13271
+ FileIsArchived = 1608,
13272
+ FileNotArchived = 1609,
13273
+ BinaryStorageNotFound = 1616,
13274
+ BinaryArchivationFromExternalStorageToInternalNotSupported = 1617,
13275
+ InvalidBinary = 1618,
13276
+ InvalidView = 1632,
13277
+ InvalidViewColumn = 1633,
13278
+ InvalidViewRequest = 1634,
13279
+ TypesNotDefinedForView = 1635,
13280
+ InvalidCardView = 1636,
13281
+ ErrorPublishingView = 1637,
13282
+ InvalidGuidConversion = 1638,
13283
+ InvalidConversion = 1639,
13284
+ UnsupportedAggregate = 1640,
13285
+ DisabledAutogenerateView = 1641,
13286
+ InvalidNumberOrNumberInUse = 1665,
13287
+ InvalidRange = 1666,
13288
+ InvalidNumerator = 1667,
13289
+ NumberIsInUse = 1668,
13290
+ NumeratorIsInUse = 1669,
13291
+ NumberReserved = 1670,
13292
+ NoFreeNumbers = 1671,
13293
+ ExcludedRangeHasNumbers = 1672,
13294
+ NumeratorIsNotAvailable = 1673,
13295
+ LinkWillCauseCycles = 1793,
13296
+ CannotDeleteHardLinkedCard = 1794,
13297
+ DeletedCard = 1795,
13298
+ InvalidCardLinkValue = 1796,
13299
+ DictionaryExists = 1797,
13300
+ DictionaryCannotBeDeleted = 1798,
13301
+ InvalidCardType = 1799,
13302
+ CardTypeNotCopyable = 1800,
13303
+ CardTypeCannotBeTemplate = 1801,
13304
+ CardIsArchived = 1802,
13305
+ CardNotArchived = 1803,
13306
+ CardCannotBeArchived = 1804,
13307
+ CardIsNotDeletable = 1805,
13308
+ InvalidParameterType = 1872,
13309
+ ExtensionInternalError = 1873,
13310
+ ExtensionNotRegistered = 1904,
13311
+ InvalidLicense = 2048,
13312
+ LicenseExpired = 2049,
13313
+ ConnectionLimit = 2050,
13314
+ UpdateLimit = 2051,
13315
+ ServerLimit = 2052,
13316
+ InvalidFeature = 2053,
13317
+ IncrementFeatureError = 2054,
13318
+ FeatureLimit = 2055,
13319
+ NonConcurentLimit = 2056,
13320
+ LicenseFeatureMissing = 2057,
13321
+ ReplCannotMarkNonrefType = 4096,
13322
+ ReplCannotUnmarkInheritedFolder = 4097,
13323
+ ReplNotSynchronizedBase = 4098,
13324
+ InvalidIconIdentifier = 4352,
13325
+ DuplicateIconData = 4353,
13326
+ InvalidLabel = 4608
13327
+ }
13328
+ }
@@ -0,0 +1,71 @@
1
+ /// <reference types="react" />
2
+ import { InputMaskView } from '@docsvision/webclient/Helpers/InputMask/InputMaskView';
3
+ import { HtmlProps, IComponentProps } from '@docsvision/web/core/component';
4
+ import { InputState, MaskOptions } from 'react-input-mask';
5
+ /** Свойства { @see InputMask } */
6
+ export interface IInputMaskProps extends HtmlProps.input, IComponentProps<never, InputMaskView> {
7
+ /**
8
+ * Маска. Символы формата:
9
+ * * `9`: `0-9`
10
+ * * `a`: `A-Z, a-z`
11
+ * * `\*`: `A-Z, a-z, 0-9`
12
+ *
13
+ * Любой символ можно экранировать с помощью обратной косой черты, которая обычно отображается как двойная обратная косая черта в строках JS.
14
+ * Например, немецкая маска телефона с неустранимым префиксом +49 будет выглядеть как `mask="+4\\9 99 999 99"` или `mask={"+4\\\\9 99 999 99"}`
15
+ */
16
+ mask: string | null;
17
+ /**
18
+ * Символ для покрытия незаполненных редактируемых частей маски. Символ по умолчанию "_".
19
+ * Если установлено значение null, незаполненные части будут пустыми, как и при обычном вводе.
20
+ */
21
+ maskChar?: string | null;
22
+ /**
23
+ * Определяет символы формата с символами в качестве ключей и соответствующей строкой RegExp в качестве значений.
24
+ * По умолчанию:
25
+ * ```
26
+ * {
27
+ * "9": "[0-9]",
28
+ * "a": "[A-Za-z]",
29
+ * "*": "[A-Za-z0-9]"
30
+ * }```
31
+ */
32
+ formatChars?: {
33
+ [key: string]: string;
34
+ };
35
+ /**
36
+ * Показывать маску даже при пустом вводе без фокуса
37
+ */
38
+ alwaysShowMask?: boolean;
39
+ /**
40
+ * Используйте inputRef вместо ref, если вам нужен узел для управления фокусом, выбором и т. д
41
+ */
42
+ inputRef?: React.Ref<HTMLInputElement>;
43
+ /**
44
+ * Если вам нужно реализовать более сложное поведение маскирования, вы можете использовать
45
+ * функцию beforeMaskedValueChange для изменения замаскированного значения прежде, чем
46
+ * значение будет изменено
47
+ */
48
+ beforeMaskedValueChange?(newState: InputState, oldState: InputState, userInput: string, maskOptions: MaskOptions): InputState;
49
+ /** Использовать заголовок. По умолчанию: true */
50
+ useLabel?: boolean;
51
+ /** Использовать маску. По умолчанию: true */
52
+ useMask?: boolean;
53
+ /** Использовать текст ошибки. По умолчанию: true */
54
+ useLabelError?: boolean;
55
+ /** Текст заголовка */
56
+ labelText?: string;
57
+ /** Текст ошибки */
58
+ errorText?: string;
59
+ /** Оторбажать ошибку */
60
+ isError?: boolean;
61
+ /** Валидный шаблон значения при потере фокуса */
62
+ validPattern?: RegExp;
63
+ /** Событие фокуса */
64
+ onFocus?: (ev: React.FocusEvent<HTMLInputElement>) => void;
65
+ /** Событие потери фокуса */
66
+ onBlur?: (ev: React.FocusEvent<HTMLInputElement>) => void;
67
+ /** Событие изменения значения в поле ввода */
68
+ onChange?: (ev: React.ChangeEvent<HTMLInputElement>) => void;
69
+ /** Событие валидации */
70
+ onValid?: (valid: boolean) => void;
71
+ }
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { IInputMaskProps } from '@docsvision/webclient/Helpers/InputMask/IInputMaskProps';
3
+ /**
4
+ * Предоставляет возможность отобразить элемент с маской.
5
+ *
6
+ * Визуально хелпер похож на { @see TextBox }
7
+ */
8
+ export declare function InputMask(props: IInputMaskProps): JSX.Element;
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ import { InputMask } from '@docsvision/webclient/Helpers/InputMask/InputMask';
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof InputMask;
6
+ };
7
+ export default _default;
8
+ export declare const Default: () => JSX.Element;
9
+ export declare const Focus: () => JSX.Element;
10
+ export declare const InvalidValue: () => JSX.Element;
11
+ export declare const Completed: () => JSX.Element;
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ import { InputMaskContainer } from '@docsvision/webclient/Helpers/InputMask/components/InputMaskContainer';
3
+ import { InputMaskLabel } from '@docsvision/webclient/Helpers/InputMask/components/InputMaskLabel';
4
+ import InputMask from 'react-input-mask';
5
+ /** Визуальные компоненты {@see InputMask}. */
6
+ export declare class InputMaskView {
7
+ inputMaskContainer: typeof InputMaskContainer;
8
+ inputMaskLabel: typeof InputMaskLabel;
9
+ inputMask: typeof InputMask;
10
+ input:
11
+ import("react").ForwardRefExoticComponent<Pick<
12
+ | "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" | "accept" | "alt" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step" | "isError"> &
13
+ import("react").RefAttributes<HTMLInputElement>>;
14
+ }
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
3
+
4
+ export interface IInputMaskContainerProps extends HtmlProps.div {
5
+ }
6
+ /** Стилевой контейнер поля с маской { @see InputMask }. */
7
+ export declare function InputMaskContainer(props: IInputMaskContainerProps): JSX.Element;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
3
+
4
+ export interface IInputMaskFieldProps extends HtmlProps.input {
5
+ isError: boolean;
6
+ }
7
+ export declare const InputMaskField: React.ForwardRefExoticComponent<Pick<IInputMaskFieldProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "color" | "height" | "lang" | "max" | "min" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "accept" | "alt" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step" | "isError"> & React.RefAttributes<HTMLInputElement>>;
@@ -0,0 +1,18 @@
1
+ /// <reference types="react" />
2
+ import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
3
+
4
+ export declare enum InputMaskLabelLocation {
5
+ Top = 0,
6
+ Bottom = 1
7
+ }
8
+ export interface IInputMaskLabelProps extends HtmlProps.span {
9
+ location: InputMaskLabelLocation;
10
+ visible: boolean;
11
+ focus?: boolean;
12
+ text?: string;
13
+ isError?: boolean;
14
+ errorText?: string;
15
+ value?: string;
16
+ }
17
+ /** Стилевой заголовок для поля с маской { @see InputMask }. */
18
+ export declare function InputMaskLabel(props: IInputMaskLabelProps): JSX.Element;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @file Automatically generated by barrelsby.
3
+ */
4
+ export * from "./InputMask";
5
+ export * from "./IInputMaskProps";
package/MainBundle.d.ts CHANGED
@@ -21,4 +21,8 @@ import "@docsvision/webclient/BackOffice/DirectorySearchResult";
21
21
  import "@docsvision/webclient/Templates/ControlTemplate";
22
22
  import "@docsvision/webclient/Templates/ServiceTemplateService";
23
23
  import "@docsvision/webclient/Helpers/TextInput";
24
+ import "@docsvision/webclient/Helpers/DynamicTree/DynamicTree";
25
+ import "@docsvision/webclient/Helpers/DynamicTree/IDynamicTreeNodeData";
24
26
  import "@docsvision/webclient/BackOffice/SignatureConstants";
27
+ import "@docsvision/webclient/BackOffice/FileSignCreateDialog";
28
+ import "@docsvision/webclient/BackOffice/FileSignSelectCertificateDialog";
@@ -3,4 +3,4 @@ import React from 'react';
3
3
 
4
4
  export interface IApprovalVisualizationVisBlockProps extends HtmlProps.div {
5
5
  }
6
- export declare const ApprovalVisualizationVisBlock: React.ForwardRefExoticComponent<Pick<IApprovalVisualizationVisBlockProps, "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"> & React.RefAttributes<HTMLDivElement>>;
6
+ export declare const ApprovalVisualizationVisBlock: React.ForwardRefExoticComponent<Pick<IApprovalVisualizationVisBlockProps, "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "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"> & React.RefAttributes<HTMLDivElement>>;
@@ -9,6 +9,7 @@ export declare class BaseNavigationMenuItemRouteHandler implements IRouteHandler
9
9
  name: string;
10
10
  mountRoute?(routedata: unknown, routeType: RouteType): Promise<RouteHandleResult>;
11
11
  unmountRoute?(data: unknown, routeType: RouteType): Promise<void>;
12
+ private static selectParent;
12
13
  private static unselectAllComponents;
13
14
  private static select;
14
15
  static register(control: BaseNavigationItem): void;
@@ -46,7 +46,7 @@ export declare class CardLinkParams extends InputBasedControlParams<GenModels.Ca
46
46
  searchQueryId?: string;
47
47
  folderList?: GenModels.SelectFolderNode[];
48
48
  /** Наименование параметра поискового запроса */
49
- searchQueryParamName?: any;
49
+ searchQueryParamName?: string;
50
50
  /** Задержка поиска (мс) */
51
51
  searchDelay?: number;
52
52
  /** Минимальное количество символов для поиска */
@@ -23,6 +23,7 @@ export interface ICardLinkState extends CardLinkParams, InputBasedControlState<G
23
23
  validationMessage: string;
24
24
  bindingInfo: IBindingResult<GenModels.CardLinkDataModel>;
25
25
  inputKeyDown: SimpleEvent<React.KeyboardEvent>;
26
+ lastMaximized: boolean;
26
27
  }
27
28
  export interface CardLinkState extends ICardLinkState {
28
29
  }
@@ -51,6 +52,7 @@ export declare class CardLinkImpl extends InputBasedControlImpl<GenModels.CardLi
51
52
  protected onAddExistingCardLink(services: $LinksSearchCards & $LayoutLinksController & $CardId & $CardTimestamp, callback?: Function): Promise<unknown>;
52
53
  protected getShowFilesForLinksTypesIds: () => string[];
53
54
  openSelectCardDialog: () => Promise<void>;
55
+ setLastMaximized: (value: any) => void;
54
56
  deleteLinkedCard: () => void;
55
57
  onOpenLinkedCardMenuClick: () => void;
56
58
  onViewFileMenuClick: () => void;
@@ -24,6 +24,7 @@ export interface IFilePickerState extends FilePickerParams, BaseControlState {
24
24
  downloadOperationId: string;
25
25
  readOperationId: string;
26
26
  validationMessage: string;
27
+ deleting: boolean;
27
28
  }
28
29
  export interface FilePickerState extends IFilePickerState {
29
30
  }
@@ -2,3 +2,4 @@ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.
2
2
  import { ITableData } from "@docsvision/web/components/table/interfaces";
3
3
  import { ISimplePluginData } from "@docsvision/web/core/extensibility/plugins";
4
4
  export declare function getFiltersPluginData(tableData: ITableData): ISimplePluginData<GenModels.QueryFilterItem[]>;
5
+ export declare function getCursorId(tableData: ITableData): ISimplePluginData<string>;
@@ -3,9 +3,13 @@ import { PluginOrder } from "@docsvision/webclient/System/PluginOrder";
3
3
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
4
4
  import { ITableData } from "@docsvision/web/components/table/interfaces";
5
5
  import { IFolderLoadRequest } from "@docsvision/webclient/Platform/IFolderLoadRequest";
6
+ import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
6
7
  export declare class FilteringRequestResolver implements IFolderDataLoadingPlugin {
8
+ private services;
7
9
  id: string;
8
10
  description: string;
9
11
  order: PluginOrder;
12
+ constructor(services: $ApplicationSettings);
10
13
  resolveRequest(options: IFolderLoadRequest, request: GenModels.CardListRequestModel, currentData: ITableData, previousResponse?: GenModels.GridViewModel): Promise<void>;
14
+ private cultureWiseParseFloat;
11
15
  }
@@ -2,9 +2,13 @@ import { IFolderDataLoadingPlugin, ResponseResolveResult } from "@docsvision/web
2
2
  import { PluginOrder } from "@docsvision/webclient/System/PluginOrder";
3
3
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
4
4
  import { ITableData } from "@docsvision/web/components/table/interfaces";
5
+ import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
5
6
  export declare class FilteringResponseResolver implements IFolderDataLoadingPlugin {
7
+ private services;
6
8
  id: string;
7
9
  description: string;
8
10
  order: PluginOrder;
11
+ constructor(services: $ApplicationSettings);
9
12
  resolveResponse(data: ITableData, response: GenModels.GridViewModel): Promise<void | ResponseResolveResult>;
13
+ private numberToCultureWiseString;
10
14
  }
@@ -3,4 +3,4 @@ import React from 'react';
3
3
 
4
4
  export interface IListCheckboxProps extends HtmlProps.input {
5
5
  }
6
- export declare const ListCheckbox: React.ForwardRefExoticComponent<Pick<IListCheckboxProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "accept" | "alt" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> & React.RefAttributes<HTMLInputElement>>;
6
+ export declare const ListCheckbox: React.ForwardRefExoticComponent<Pick<IListCheckboxProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "color" | "height" | "lang" | "max" | "min" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "accept" | "alt" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> & React.RefAttributes<HTMLInputElement>>;
@@ -5,4 +5,4 @@ export interface IListInputProps extends HtmlProps.div {
5
5
  isScrollable: boolean;
6
6
  isDate: boolean;
7
7
  }
8
- export declare const ListInput: React.ForwardRefExoticComponent<Pick<IListInputProps, "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" | "isScrollable" | "isDate"> & React.RefAttributes<HTMLDivElement>>;
8
+ export declare const ListInput: React.ForwardRefExoticComponent<Pick<IListInputProps, "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "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" | "isScrollable" | "isDate"> & React.RefAttributes<HTMLDivElement>>;