d5-testing-library 1.9.0-alpha.24 → 1.9.0-alpha.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/FormEdit-F4DI2VIN.mjs +7 -0
- package/dist/ListForm-OYYZZRI3.mjs +7 -0
- package/dist/TreeView-XWHS6VAT.mjs +8 -0
- package/dist/{chunk-Q5FDRZXL.mjs → chunk-65JZLK3D.mjs} +1 -1
- package/dist/{chunk-XPNFBXMQ.mjs → chunk-CZII37EM.mjs} +1 -1
- package/dist/{chunk-H53CPYV5.mjs → chunk-JOWMIW3M.mjs} +1 -1
- package/dist/{chunk-Z7TA6QHD.mjs → chunk-LQWT5EKX.mjs} +54 -8
- package/dist/cjs/d5-testing-library.cjs +2841 -5
- package/dist/cjs/d5-testing-library.d.ts +4 -1
- package/dist/d5-testing-library.d.mts +4 -1
- package/dist/d5-testing-library.legacy-esm.js +2827 -4
- package/dist/d5-testing-library.mjs +2827 -4
- package/package.json +1 -1
- package/dist/FormEdit-H3GSWWY6.mjs +0 -7
- package/dist/ListForm-QZ3MZ6X2.mjs +0 -7
- package/dist/TreeView-NK4DBSLL.mjs +0 -8
|
@@ -348,6 +348,7 @@ declare abstract class Form extends AbstractForm {
|
|
|
348
348
|
protected popupContainerCssSelector: string;
|
|
349
349
|
protected constructor(driver: WebDriver);
|
|
350
350
|
protected isModal(): Promise<boolean>;
|
|
351
|
+
protected isFullScreen(): Promise<boolean>;
|
|
351
352
|
/**
|
|
352
353
|
* Получение заголовка на формы
|
|
353
354
|
* @example
|
|
@@ -1045,4 +1046,6 @@ declare class Dialog extends AbstractElement {
|
|
|
1045
1046
|
button(text: string): DialogButton;
|
|
1046
1047
|
}
|
|
1047
1048
|
|
|
1048
|
-
|
|
1049
|
+
declare function ApiRequest(objectName: string, operation: string): any;
|
|
1050
|
+
|
|
1051
|
+
export { AbstractPage, ApiRequest, ControlClass, Dialog, type Editor, FilterPanel, FormEdit, FormField, FormFilterField, ListForm, LoginPage, NumberEditor, PanelFilterField, ReportForm, SubsystemsPanel, TextEditor, TreeView, byTestId, byTestIdCssSelector, click, config, contextMenu, createDriver, editorFactory, elementIsNotPresent, readonlyLocator, signIn, safeWait as wait, waitElementIsClickable, waitElementIsVisible };
|
|
@@ -348,6 +348,7 @@ declare abstract class Form extends AbstractForm {
|
|
|
348
348
|
protected popupContainerCssSelector: string;
|
|
349
349
|
protected constructor(driver: WebDriver);
|
|
350
350
|
protected isModal(): Promise<boolean>;
|
|
351
|
+
protected isFullScreen(): Promise<boolean>;
|
|
351
352
|
/**
|
|
352
353
|
* Получение заголовка на формы
|
|
353
354
|
* @example
|
|
@@ -1045,4 +1046,6 @@ declare class Dialog extends AbstractElement {
|
|
|
1045
1046
|
button(text: string): DialogButton;
|
|
1046
1047
|
}
|
|
1047
1048
|
|
|
1048
|
-
|
|
1049
|
+
declare function ApiRequest(objectName: string, operation: string): any;
|
|
1050
|
+
|
|
1051
|
+
export { AbstractPage, ApiRequest, ControlClass, Dialog, type Editor, FilterPanel, FormEdit, FormField, FormFilterField, ListForm, LoginPage, NumberEditor, PanelFilterField, ReportForm, SubsystemsPanel, TextEditor, TreeView, byTestId, byTestIdCssSelector, click, config, contextMenu, createDriver, editorFactory, elementIsNotPresent, readonlyLocator, signIn, safeWait as wait, waitElementIsClickable, waitElementIsVisible };
|