@axinom/mosaic-e2e-ui-selectors 0.16.8-rc.1 → 0.16.8-rc.12
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/component-models/actions.d.ts +2 -0
- package/dist/component-models/actions.d.ts.map +1 -1
- package/dist/component-models/actions.js +2 -0
- package/dist/component-models/actions.js.map +1 -1
- package/dist/component-models/form/select-field.js +2 -2
- package/dist/component-models/form/select-field.js.map +1 -1
- package/dist/ui-workflows-model.d.ts +2 -1
- package/dist/ui-workflows-model.d.ts.map +1 -1
- package/dist/ui-workflows-model.js +1 -0
- package/dist/ui-workflows-model.js.map +1 -1
- package/package.json +2 -2
- package/src/component-models/actions.ts +5 -0
- package/src/component-models/form/select-field.ts +2 -2
- package/src/ui-workflows-model.ts +3 -0
|
@@ -12,6 +12,8 @@ export declare class Actions extends ComponentModel {
|
|
|
12
12
|
constructor(parent: Page | FrameLocator | ComponentModel, xpath?: string);
|
|
13
13
|
/** A locator to the confirm button which may show after clicking an action. */
|
|
14
14
|
readonly confirmButton: Locator;
|
|
15
|
+
/** A locator to the confirm button which may show after clicking an action. */
|
|
16
|
+
readonly quickViewButton: Locator;
|
|
15
17
|
/** This method finds an action button by position. Position is 1 indexed. Negative numbers count from the end. */
|
|
16
18
|
getAction(position: number): Locator;
|
|
17
19
|
/** This method finds an action button by label. The label must match exactly. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../src/component-models/actions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD;;GAEG;AACH,qBAAa,OAAQ,SAAQ,cAAc;IACzC;;;;OAIG;gBAED,MAAM,EAAE,IAAI,GAAG,YAAY,GAAG,cAAc,EAC5C,KAAK,SAAiC;IAKxC,+EAA+E;IAC/E,QAAQ,CAAC,aAAa,UAEpB;IAEF,kHAAkH;IAClH,SAAS,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO;IAIpC,iFAAiF;IACjF,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO;CAKzC"}
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../src/component-models/actions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD;;GAEG;AACH,qBAAa,OAAQ,SAAQ,cAAc;IACzC;;;;OAIG;gBAED,MAAM,EAAE,IAAI,GAAG,YAAY,GAAG,cAAc,EAC5C,KAAK,SAAiC;IAKxC,+EAA+E;IAC/E,QAAQ,CAAC,aAAa,UAEpB;IAEF,+EAA+E;IAC/E,QAAQ,CAAC,eAAe,UAEf;IAET,kHAAkH;IAClH,SAAS,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO;IAIpC,iFAAiF;IACjF,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO;CAKzC"}
|
|
@@ -15,6 +15,8 @@ class Actions extends component_model_1.ComponentModel {
|
|
|
15
15
|
super(parent, xpath);
|
|
16
16
|
/** A locator to the confirm button which may show after clicking an action. */
|
|
17
17
|
this.confirmButton = this.getGlobalLocator(`//*[@data-test-id="action"]//*[@data-test-id="confirm"]`);
|
|
18
|
+
/** A locator to the confirm button which may show after clicking an action. */
|
|
19
|
+
this.quickViewButton = this.getGlobalLocator(`//*[@data-test-id="action" and .//span[text()="Quick View"]]`).nth(0);
|
|
18
20
|
}
|
|
19
21
|
/** This method finds an action button by position. Position is 1 indexed. Negative numbers count from the end. */
|
|
20
22
|
getAction(position) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actions.js","sourceRoot":"","sources":["../../src/component-models/actions.ts"],"names":[],"mappings":";;;AACA,wDAAoD;AAEpD;;GAEG;AACH,MAAa,OAAQ,SAAQ,gCAAc;IACzC;;;;OAIG;IACH,YACE,MAA4C,EAC5C,KAAK,GAAG,8BAA8B;QAEtC,KAAK,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;QAGvB,+EAA+E;QACtE,kBAAa,GAAG,IAAI,CAAC,gBAAgB,CAC5C,yDAAyD,CAC1D,CAAC;
|
|
1
|
+
{"version":3,"file":"actions.js","sourceRoot":"","sources":["../../src/component-models/actions.ts"],"names":[],"mappings":";;;AACA,wDAAoD;AAEpD;;GAEG;AACH,MAAa,OAAQ,SAAQ,gCAAc;IACzC;;;;OAIG;IACH,YACE,MAA4C,EAC5C,KAAK,GAAG,8BAA8B;QAEtC,KAAK,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;QAGvB,+EAA+E;QACtE,kBAAa,GAAG,IAAI,CAAC,gBAAgB,CAC5C,yDAAyD,CAC1D,CAAC;QAEF,+EAA+E;QACtE,oBAAe,GAAG,IAAI,CAAC,gBAAgB,CAC9C,8DAA8D,CAC/D,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IAVT,CAAC;IAYD,kHAAkH;IAClH,SAAS,CAAC,QAAgB;QACxB,OAAO,IAAI,CAAC,gBAAgB,CAAC,6BAA6B,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAC5E,CAAC;IAED,iFAAiF;IACjF,gBAAgB,CAAC,KAAa;QAC5B,OAAO,IAAI,CAAC,gBAAgB,CAC1B,yEAAyE,KAAK,KAAK,CACpF,CAAC;IACJ,CAAC;CACF;AAlCD,0BAkCC"}
|
|
@@ -24,7 +24,7 @@ class SelectField extends form_field_1.TypedFormField {
|
|
|
24
24
|
// sanity check
|
|
25
25
|
await this.verifyFieldType();
|
|
26
26
|
await this.input.click();
|
|
27
|
-
await this.input.
|
|
27
|
+
await this.input.pressSequentially(value);
|
|
28
28
|
await this.listbox.waitFor({ state: 'visible' });
|
|
29
29
|
const optionElement = this.option(value);
|
|
30
30
|
await optionElement.waitFor({ state: 'visible' });
|
|
@@ -38,7 +38,7 @@ class SelectField extends form_field_1.TypedFormField {
|
|
|
38
38
|
// sanity check
|
|
39
39
|
await this.verifyFieldType();
|
|
40
40
|
await this.input.click();
|
|
41
|
-
await this.input.
|
|
41
|
+
await this.input.pressSequentially(label);
|
|
42
42
|
await this.listbox.waitFor({ state: 'visible' });
|
|
43
43
|
const optionElement = this.option(label);
|
|
44
44
|
await optionElement.waitFor({ state: 'visible' });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select-field.js","sourceRoot":"","sources":["../../../src/component-models/form/select-field.ts"],"names":[],"mappings":";;;AACA,6CAA8C;AAE9C;;GAEG;AACH,MAAa,WAAY,SAAQ,2BAAc;IAA/C;;QAMqB,UAAK,GAAG,IAAI,CAAC,UAAU,CAAC,2BAA2B,CAAC,CAAC;QACrD,YAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,CAAC;QAE5E,oDAAoD;QACjC,WAAM,GAAG,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;QAExD,2DAA2D;QACxC,WAAM,GAAG,CAAC,KAAa,EAAW,EAAE,CACrD,IAAI,CAAC,gBAAgB,CACnB,oDAAoD,KAAK,IAAI,CAC9D,CAAC;IA0CN,CAAC;IAzDC,kBAAkB;IAClB,IAAuB,kBAAkB;QACvC,OAAO,4BAA4B,CAAC;IACtC,CAAC;IAcD,uEAAuE;IACvE,KAAK,CAAC,QAAQ,CAAC,KAAa;QAC1B,eAAe;QACf,MAAM,IAAI,CAAC,eAAe,EAAE,CAAC;QAC7B,MAAM,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC;QACzB,MAAM,IAAI,CAAC,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"select-field.js","sourceRoot":"","sources":["../../../src/component-models/form/select-field.ts"],"names":[],"mappings":";;;AACA,6CAA8C;AAE9C;;GAEG;AACH,MAAa,WAAY,SAAQ,2BAAc;IAA/C;;QAMqB,UAAK,GAAG,IAAI,CAAC,UAAU,CAAC,2BAA2B,CAAC,CAAC;QACrD,YAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,CAAC;QAE5E,oDAAoD;QACjC,WAAM,GAAG,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;QAExD,2DAA2D;QACxC,WAAM,GAAG,CAAC,KAAa,EAAW,EAAE,CACrD,IAAI,CAAC,gBAAgB,CACnB,oDAAoD,KAAK,IAAI,CAC9D,CAAC;IA0CN,CAAC;IAzDC,kBAAkB;IAClB,IAAuB,kBAAkB;QACvC,OAAO,4BAA4B,CAAC;IACtC,CAAC;IAcD,uEAAuE;IACvE,KAAK,CAAC,QAAQ,CAAC,KAAa;QAC1B,eAAe;QACf,MAAM,IAAI,CAAC,eAAe,EAAE,CAAC;QAC7B,MAAM,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC;QACzB,MAAM,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC;QAC1C,MAAM,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;QACjD,MAAM,aAAa,GAAG,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QACzC,MAAM,aAAa,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;QAClD,MAAM,aAAa,CAAC,KAAK,EAAE,CAAC;IAC9B,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,eAAe,CAAC,KAAa;QACjC,eAAe;QACf,MAAM,IAAI,CAAC,eAAe,EAAE,CAAC;QAC7B,MAAM,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC;QACzB,MAAM,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC;QAC1C,MAAM,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;QACjD,MAAM,aAAa,GAAG,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QACzC,MAAM,aAAa,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;QAClD,MAAM,aAAa,CAAC,KAAK,EAAE,CAAC;IAC9B,CAAC;IAED,0EAA0E;IAC1E,KAAK,CAAC,QAAQ;QACZ,eAAe;QACf,MAAM,IAAI,CAAC,eAAe,EAAE,CAAC;QAC7B,OAAO,MAAM,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC;IACvC,CAAC;IAED,mEAAmE;IACnE,KAAK,CAAC,WAAW,CAAC,KAAa;QAC7B,MAAM,IAAI,CAAC,UAAU,CACnB,gBAAgB,KAAK,oCAAoC,CAC1D,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,UAAU,EAAE,CAAC,CAAC;IACnC,CAAC;CACF;AA1DD,kCA0DC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Page } from '@playwright/test';
|
|
2
|
-
import { Accordion, Actions, Button, Filters, Form, Hub, InfoPanel, List, MessageBar, PageHeader, Tab } from './component-models';
|
|
2
|
+
import { Accordion, Actions, Button, Filters, Form, Hub, InfoPanel, List, MessageBar, Modal, PageHeader, Tab } from './component-models';
|
|
3
3
|
/** A model representing the Mosaic UI. */
|
|
4
4
|
export declare class UiWorkflowsModel {
|
|
5
5
|
/** The playwright page object. */
|
|
@@ -29,5 +29,6 @@ export declare class UiWorkflowsModel {
|
|
|
29
29
|
readonly button: Button;
|
|
30
30
|
/** A model for a tab. */
|
|
31
31
|
readonly tab: Tab;
|
|
32
|
+
readonly modal: Modal;
|
|
32
33
|
}
|
|
33
34
|
//# sourceMappingURL=ui-workflows-model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-workflows-model.d.ts","sourceRoot":"","sources":["../src/ui-workflows-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EACL,SAAS,EACT,OAAO,EACP,MAAM,EACN,OAAO,EACP,IAAI,EACJ,GAAG,EACH,SAAS,EACT,IAAI,EACJ,UAAU,EACV,UAAU,EACV,GAAG,EACJ,MAAM,oBAAoB,CAAC;AAE5B,0CAA0C;AAC1C,qBAAa,gBAAgB;IAEzB,kCAAkC;IAClC,SAAS,CAAC,QAAQ,CAAC,IAAI,EAAE,IAAI;;IAD7B,kCAAkC;IACf,IAAI,EAAE,IAAI;IAG/B,oCAAoC;IACpC,QAAQ,CAAC,UAAU,aAA6B;IAEhD,kEAAkE;IAClE,QAAQ,CAAC,UAAU,aAA6B;IAEhD,0BAA0B;IAC1B,QAAQ,CAAC,IAAI,OAAuB;IAEpC,2EAA2E;IAC3E,QAAQ,CAAC,SAAS,YAA4B;IAE9C,qCAAqC;IACrC,QAAQ,CAAC,OAAO,UAA0B;IAE1C,sEAAsE;IACtE,QAAQ,CAAC,OAAO,UAA0B;IAE1C,8CAA8C;IAC9C,QAAQ,CAAC,IAAI,OAAuB;IAEpC,iCAAiC;IACjC,QAAQ,CAAC,SAAS,YAA4B;IAE9C,oCAAoC;IACpC,QAAQ,CAAC,GAAG,MAAsB;IAElC,4BAA4B;IAC5B,QAAQ,CAAC,MAAM,SAAyB;IAExC,yBAAyB;IACzB,QAAQ,CAAC,GAAG,MAAsB;
|
|
1
|
+
{"version":3,"file":"ui-workflows-model.d.ts","sourceRoot":"","sources":["../src/ui-workflows-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EACL,SAAS,EACT,OAAO,EACP,MAAM,EACN,OAAO,EACP,IAAI,EACJ,GAAG,EACH,SAAS,EACT,IAAI,EACJ,UAAU,EACV,KAAK,EACL,UAAU,EACV,GAAG,EACJ,MAAM,oBAAoB,CAAC;AAE5B,0CAA0C;AAC1C,qBAAa,gBAAgB;IAEzB,kCAAkC;IAClC,SAAS,CAAC,QAAQ,CAAC,IAAI,EAAE,IAAI;;IAD7B,kCAAkC;IACf,IAAI,EAAE,IAAI;IAG/B,oCAAoC;IACpC,QAAQ,CAAC,UAAU,aAA6B;IAEhD,kEAAkE;IAClE,QAAQ,CAAC,UAAU,aAA6B;IAEhD,0BAA0B;IAC1B,QAAQ,CAAC,IAAI,OAAuB;IAEpC,2EAA2E;IAC3E,QAAQ,CAAC,SAAS,YAA4B;IAE9C,qCAAqC;IACrC,QAAQ,CAAC,OAAO,UAA0B;IAE1C,sEAAsE;IACtE,QAAQ,CAAC,OAAO,UAA0B;IAE1C,8CAA8C;IAC9C,QAAQ,CAAC,IAAI,OAAuB;IAEpC,iCAAiC;IACjC,QAAQ,CAAC,SAAS,YAA4B;IAE9C,oCAAoC;IACpC,QAAQ,CAAC,GAAG,MAAsB;IAElC,4BAA4B;IAC5B,QAAQ,CAAC,MAAM,SAAyB;IAExC,yBAAyB;IACzB,QAAQ,CAAC,GAAG,MAAsB;IAElC,QAAQ,CAAC,KAAK,QAAwB;CACvC"}
|
|
@@ -30,6 +30,7 @@ class UiWorkflowsModel {
|
|
|
30
30
|
this.button = new component_models_1.Button(this.page);
|
|
31
31
|
/** A model for a tab. */
|
|
32
32
|
this.tab = new component_models_1.Tab(this.page);
|
|
33
|
+
this.modal = new component_models_1.Modal(this.page);
|
|
33
34
|
}
|
|
34
35
|
}
|
|
35
36
|
exports.UiWorkflowsModel = UiWorkflowsModel;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-workflows-model.js","sourceRoot":"","sources":["../src/ui-workflows-model.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"ui-workflows-model.js","sourceRoot":"","sources":["../src/ui-workflows-model.ts"],"names":[],"mappings":";;;AACA,yDAa4B;AAE5B,0CAA0C;AAC1C,MAAa,gBAAgB;IAC3B;IACE,kCAAkC;IACf,IAAU;QAAV,SAAI,GAAJ,IAAI,CAAM;QAG/B,oCAAoC;QAC3B,eAAU,GAAG,IAAI,6BAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAEhD,kEAAkE;QACzD,eAAU,GAAG,IAAI,6BAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAEhD,0BAA0B;QACjB,SAAI,GAAG,IAAI,uBAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAEpC,2EAA2E;QAClE,cAAS,GAAG,IAAI,4BAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAE9C,qCAAqC;QAC5B,YAAO,GAAG,IAAI,0BAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAE1C,sEAAsE;QAC7D,YAAO,GAAG,IAAI,0BAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAE1C,8CAA8C;QACrC,SAAI,GAAG,IAAI,uBAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAEpC,iCAAiC;QACxB,cAAS,GAAG,IAAI,4BAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAE9C,oCAAoC;QAC3B,QAAG,GAAG,IAAI,sBAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAElC,4BAA4B;QACnB,WAAM,GAAG,IAAI,yBAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAExC,yBAAyB;QAChB,QAAG,GAAG,IAAI,sBAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAEzB,UAAK,GAAG,IAAI,wBAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAnCnC,CAAC;CAoCL;AAxCD,4CAwCC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-e2e-ui-selectors",
|
|
3
|
-
"version": "0.16.8-rc.
|
|
3
|
+
"version": "0.16.8-rc.12",
|
|
4
4
|
"description": "Component models for testing Axinom Mosaic applications with Playwright.",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "1a5fcfd5cdddef8b29b85ba212ea0005378d8791"
|
|
37
37
|
}
|
|
@@ -22,6 +22,11 @@ export class Actions extends ComponentModel {
|
|
|
22
22
|
`//*[@data-test-id="action"]//*[@data-test-id="confirm"]`,
|
|
23
23
|
);
|
|
24
24
|
|
|
25
|
+
/** A locator to the confirm button which may show after clicking an action. */
|
|
26
|
+
readonly quickViewButton = this.getGlobalLocator(
|
|
27
|
+
`//*[@data-test-id="action" and .//span[text()="Quick View"]]`,
|
|
28
|
+
).nth(0);
|
|
29
|
+
|
|
25
30
|
/** This method finds an action button by position. Position is 1 indexed. Negative numbers count from the end. */
|
|
26
31
|
getAction(position: number): Locator {
|
|
27
32
|
return this.getGlobalLocator('//*[@data-test-id="action"]').nth(position);
|
|
@@ -27,7 +27,7 @@ export class SelectField extends TypedFormField {
|
|
|
27
27
|
// sanity check
|
|
28
28
|
await this.verifyFieldType();
|
|
29
29
|
await this.input.click();
|
|
30
|
-
await this.input.
|
|
30
|
+
await this.input.pressSequentially(value);
|
|
31
31
|
await this.listbox.waitFor({ state: 'visible' });
|
|
32
32
|
const optionElement = this.option(value);
|
|
33
33
|
await optionElement.waitFor({ state: 'visible' });
|
|
@@ -42,7 +42,7 @@ export class SelectField extends TypedFormField {
|
|
|
42
42
|
// sanity check
|
|
43
43
|
await this.verifyFieldType();
|
|
44
44
|
await this.input.click();
|
|
45
|
-
await this.input.
|
|
45
|
+
await this.input.pressSequentially(label);
|
|
46
46
|
await this.listbox.waitFor({ state: 'visible' });
|
|
47
47
|
const optionElement = this.option(label);
|
|
48
48
|
await optionElement.waitFor({ state: 'visible' });
|
|
@@ -9,6 +9,7 @@ import {
|
|
|
9
9
|
InfoPanel,
|
|
10
10
|
List,
|
|
11
11
|
MessageBar,
|
|
12
|
+
Modal,
|
|
12
13
|
PageHeader,
|
|
13
14
|
Tab,
|
|
14
15
|
} from './component-models';
|
|
@@ -52,4 +53,6 @@ export class UiWorkflowsModel {
|
|
|
52
53
|
|
|
53
54
|
/** A model for a tab. */
|
|
54
55
|
readonly tab = new Tab(this.page);
|
|
56
|
+
|
|
57
|
+
readonly modal = new Modal(this.page);
|
|
55
58
|
}
|