@hokulea/ember 0.0.3 → 0.0.4
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/README.md +56 -0
- package/declarations/-private/form/components/description.d.ts +10 -0
- package/declarations/-private/form/components/description.d.ts.map +1 -0
- package/declarations/-private/form/components/errors.d.ts +15 -0
- package/declarations/-private/form/components/errors.d.ts.map +1 -0
- package/declarations/-private/form/components/field.d.ts +141 -0
- package/declarations/-private/form/components/field.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/checkbox.d.ts +15 -0
- package/declarations/-private/form/components/fields/checkbox.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/currency.d.ts +15 -0
- package/declarations/-private/form/components/fields/currency.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/date.d.ts +15 -0
- package/declarations/-private/form/components/fields/date.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/email.d.ts +15 -0
- package/declarations/-private/form/components/fields/email.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/list.d.ts +27 -0
- package/declarations/-private/form/components/fields/list.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/multiple-choice.d.ts +58 -0
- package/declarations/-private/form/components/fields/multiple-choice.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/number.d.ts +15 -0
- package/declarations/-private/form/components/fields/number.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/password.d.ts +15 -0
- package/declarations/-private/form/components/fields/password.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/phone.d.ts +15 -0
- package/declarations/-private/form/components/fields/phone.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/select.d.ts +16 -0
- package/declarations/-private/form/components/fields/select.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/singular-choice.d.ts +56 -0
- package/declarations/-private/form/components/fields/singular-choice.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/stories-utils.d.ts +50 -0
- package/declarations/-private/form/components/fields/stories-utils.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/text-area.d.ts +15 -0
- package/declarations/-private/form/components/fields/text-area.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/text.d.ts +15 -0
- package/declarations/-private/form/components/fields/text.d.ts.map +1 -0
- package/declarations/-private/form/components/label.d.ts +16 -0
- package/declarations/-private/form/components/label.d.ts.map +1 -0
- package/declarations/-private/form/components/reset.d.ts +24 -0
- package/declarations/-private/form/components/reset.d.ts.map +1 -0
- package/declarations/-private/form/components/submit.d.ts +24 -0
- package/declarations/-private/form/components/submit.d.ts.map +1 -0
- package/declarations/-private/form/index.d.ts +49 -0
- package/declarations/-private/form/index.d.ts.map +1 -0
- package/declarations/-private/form/modifiers/capture-events.d.ts +21 -0
- package/declarations/-private/form/modifiers/capture-events.d.ts.map +1 -0
- package/declarations/-private/form/modifiers/manage-validation.d.ts +21 -0
- package/declarations/-private/form/modifiers/manage-validation.d.ts.map +1 -0
- package/declarations/-private/helpers.d.ts +10 -0
- package/declarations/-private/helpers.d.ts.map +1 -0
- package/declarations/-private/modifiers/disabled.d.ts +20 -0
- package/declarations/-private/modifiers/disabled.d.ts.map +1 -0
- package/declarations/components/-input.d.ts +7 -0
- package/declarations/components/-input.d.ts.map +1 -0
- package/declarations/components/-menu.d.ts +22 -0
- package/declarations/components/-menu.d.ts.map +1 -0
- package/declarations/components/app-header.d.ts +49 -0
- package/declarations/components/app-header.d.ts.map +1 -0
- package/declarations/components/box.d.ts +16 -0
- package/declarations/components/box.d.ts.map +1 -0
- package/declarations/components/button.d.ts +26 -0
- package/declarations/components/button.d.ts.map +1 -0
- package/declarations/components/card.d.ts +13 -0
- package/declarations/components/card.d.ts.map +1 -0
- package/declarations/components/checkbox.d.ts +9 -0
- package/declarations/components/checkbox.d.ts.map +1 -0
- package/declarations/components/currency-input.d.ts +9 -0
- package/declarations/components/currency-input.d.ts.map +1 -0
- package/declarations/components/date-input.d.ts +9 -0
- package/declarations/components/date-input.d.ts.map +1 -0
- package/declarations/components/dialog.d.ts +26 -0
- package/declarations/components/dialog.d.ts.map +1 -0
- package/declarations/components/email-input.d.ts +9 -0
- package/declarations/components/email-input.d.ts.map +1 -0
- package/declarations/components/form.d.ts +312 -0
- package/declarations/components/form.d.ts.map +1 -0
- package/declarations/components/icon-button.d.ts +27 -0
- package/declarations/components/icon-button.d.ts.map +1 -0
- package/declarations/components/icon.d.ts +13698 -0
- package/declarations/components/icon.d.ts.map +1 -0
- package/declarations/components/input-builder.d.ts +29 -0
- package/declarations/components/input-builder.d.ts.map +1 -0
- package/declarations/components/list.d.ts +51 -0
- package/declarations/components/list.d.ts.map +1 -0
- package/declarations/components/list.stories copy.d.ts +27 -0
- package/declarations/components/list.stories copy.d.ts.map +1 -0
- package/declarations/components/main.d.ts +18 -0
- package/declarations/components/main.d.ts.map +1 -0
- package/declarations/components/menu.d.ts +36 -0
- package/declarations/components/menu.d.ts.map +1 -0
- package/declarations/components/menu.stories copy.d.ts +25 -0
- package/declarations/components/menu.stories copy.d.ts.map +1 -0
- package/declarations/components/number-input.d.ts +9 -0
- package/declarations/components/number-input.d.ts.map +1 -0
- package/declarations/components/page copy.d.ts +17 -0
- package/declarations/components/page copy.d.ts.map +1 -0
- package/declarations/components/page-header.d.ts +16 -0
- package/declarations/components/page-header.d.ts.map +1 -0
- package/declarations/components/page.d.ts +32 -0
- package/declarations/components/page.d.ts.map +1 -0
- package/declarations/components/password-input.d.ts +9 -0
- package/declarations/components/password-input.d.ts.map +1 -0
- package/declarations/components/phone-input.d.ts +9 -0
- package/declarations/components/phone-input.d.ts.map +1 -0
- package/declarations/components/popover.d.ts +10 -0
- package/declarations/components/popover.d.ts.map +1 -0
- package/declarations/components/radio.d.ts +9 -0
- package/declarations/components/radio.d.ts.map +1 -0
- package/declarations/components/section.d.ts +19 -0
- package/declarations/components/section.d.ts.map +1 -0
- package/declarations/components/section.stories copy.d.ts +18 -0
- package/declarations/components/section.stories copy.d.ts.map +1 -0
- package/declarations/components/select.d.ts +36 -0
- package/declarations/components/select.d.ts.map +1 -0
- package/declarations/components/test.d.ts +26 -0
- package/declarations/components/test.d.ts.map +1 -0
- package/declarations/components/text-area.d.ts +9 -0
- package/declarations/components/text-area.d.ts.map +1 -0
- package/declarations/components/text-input.d.ts +9 -0
- package/declarations/components/text-input.d.ts.map +1 -0
- package/declarations/helpers/popover.d.ts +30 -0
- package/declarations/helpers/popover.d.ts.map +1 -0
- package/declarations/index.d.ts +27 -0
- package/declarations/index.d.ts.map +1 -0
- package/declarations/modifiers/popover.d.ts +31 -0
- package/declarations/modifiers/popover.d.ts.map +1 -0
- package/declarations/src/-private/form/components/description.d.ts +11 -0
- package/declarations/src/-private/form/components/description.d.ts.map +1 -0
- package/declarations/src/-private/form/components/errors.d.ts +15 -0
- package/declarations/src/-private/form/components/errors.d.ts.map +1 -0
- package/declarations/src/-private/form/components/field.d.ts +141 -0
- package/declarations/src/-private/form/components/field.d.ts.map +1 -0
- package/declarations/src/-private/form/components/fields/checkbox.d.ts +15 -0
- package/declarations/src/-private/form/components/fields/checkbox.d.ts.map +1 -0
- package/declarations/src/-private/form/components/fields/currency.d.ts +15 -0
- package/declarations/src/-private/form/components/fields/currency.d.ts.map +1 -0
- package/declarations/src/-private/form/components/fields/date.d.ts +15 -0
- package/declarations/src/-private/form/components/fields/date.d.ts.map +1 -0
- package/declarations/src/-private/form/components/fields/email.d.ts +15 -0
- package/declarations/src/-private/form/components/fields/email.d.ts.map +1 -0
- package/declarations/src/-private/form/components/fields/list.d.ts +27 -0
- package/declarations/src/-private/form/components/fields/list.d.ts.map +1 -0
- package/declarations/src/-private/form/components/fields/multiple-choice.d.ts +58 -0
- package/declarations/src/-private/form/components/fields/multiple-choice.d.ts.map +1 -0
- package/declarations/src/-private/form/components/fields/number.d.ts +15 -0
- package/declarations/src/-private/form/components/fields/number.d.ts.map +1 -0
- package/declarations/src/-private/form/components/fields/password.d.ts +15 -0
- package/declarations/src/-private/form/components/fields/password.d.ts.map +1 -0
- package/declarations/src/-private/form/components/fields/phone.d.ts +15 -0
- package/declarations/src/-private/form/components/fields/phone.d.ts.map +1 -0
- package/declarations/src/-private/form/components/fields/select.d.ts +16 -0
- package/declarations/src/-private/form/components/fields/select.d.ts.map +1 -0
- package/declarations/src/-private/form/components/fields/singular-choice.d.ts +56 -0
- package/declarations/src/-private/form/components/fields/singular-choice.d.ts.map +1 -0
- package/declarations/src/-private/form/components/fields/stories-utils.d.ts +50 -0
- package/declarations/src/-private/form/components/fields/stories-utils.d.ts.map +1 -0
- package/declarations/src/-private/form/components/fields/text-area.d.ts +15 -0
- package/declarations/src/-private/form/components/fields/text-area.d.ts.map +1 -0
- package/declarations/src/-private/form/components/fields/text.d.ts +15 -0
- package/declarations/src/-private/form/components/fields/text.d.ts.map +1 -0
- package/declarations/src/-private/form/components/label.d.ts +17 -0
- package/declarations/src/-private/form/components/label.d.ts.map +1 -0
- package/declarations/src/-private/form/components/reset.d.ts +25 -0
- package/declarations/src/-private/form/components/reset.d.ts.map +1 -0
- package/declarations/src/-private/form/components/submit.d.ts +25 -0
- package/declarations/src/-private/form/components/submit.d.ts.map +1 -0
- package/declarations/src/-private/form/index.d.ts +49 -0
- package/declarations/src/-private/form/index.d.ts.map +1 -0
- package/declarations/src/-private/form/modifiers/capture-events.d.ts +21 -0
- package/declarations/src/-private/form/modifiers/capture-events.d.ts.map +1 -0
- package/declarations/src/-private/form/modifiers/manage-validation.d.ts +21 -0
- package/declarations/src/-private/form/modifiers/manage-validation.d.ts.map +1 -0
- package/declarations/src/-private/helpers.d.ts +10 -0
- package/declarations/src/-private/helpers.d.ts.map +1 -0
- package/declarations/src/-private/modifiers/disabled.d.ts +20 -0
- package/declarations/src/-private/modifiers/disabled.d.ts.map +1 -0
- package/declarations/src/components/-input.d.ts +7 -0
- package/declarations/src/components/-input.d.ts.map +1 -0
- package/declarations/src/components/-menu.d.ts +22 -0
- package/declarations/src/components/-menu.d.ts.map +1 -0
- package/declarations/src/components/app-header.d.ts +48 -0
- package/declarations/src/components/app-header.d.ts.map +1 -0
- package/declarations/src/components/box.d.ts +16 -0
- package/declarations/src/components/box.d.ts.map +1 -0
- package/declarations/src/components/button.d.ts +27 -0
- package/declarations/src/components/button.d.ts.map +1 -0
- package/declarations/src/components/card.d.ts +14 -0
- package/declarations/src/components/card.d.ts.map +1 -0
- package/declarations/src/components/checkbox.d.ts +10 -0
- package/declarations/src/components/checkbox.d.ts.map +1 -0
- package/declarations/src/components/currency-input.d.ts +10 -0
- package/declarations/src/components/currency-input.d.ts.map +1 -0
- package/declarations/src/components/date-input.d.ts +10 -0
- package/declarations/src/components/date-input.d.ts.map +1 -0
- package/declarations/src/components/email-input.d.ts +10 -0
- package/declarations/src/components/email-input.d.ts.map +1 -0
- package/declarations/src/components/form.d.ts +313 -0
- package/declarations/src/components/form.d.ts.map +1 -0
- package/declarations/src/components/icon-button.d.ts +23 -0
- package/declarations/src/components/icon-button.d.ts.map +1 -0
- package/declarations/src/components/icon.d.ts +11 -0
- package/declarations/src/components/icon.d.ts.map +1 -0
- package/declarations/src/components/input-builder.d.ts +30 -0
- package/declarations/src/components/input-builder.d.ts.map +1 -0
- package/declarations/src/components/list.d.ts +55 -0
- package/declarations/src/components/list.d.ts.map +1 -0
- package/declarations/src/components/menu.d.ts +40 -0
- package/declarations/src/components/menu.d.ts.map +1 -0
- package/declarations/src/components/number-input.d.ts +10 -0
- package/declarations/src/components/number-input.d.ts.map +1 -0
- package/declarations/src/components/password-input.d.ts +10 -0
- package/declarations/src/components/password-input.d.ts.map +1 -0
- package/declarations/src/components/phone-input.d.ts +10 -0
- package/declarations/src/components/phone-input.d.ts.map +1 -0
- package/declarations/src/components/radio.d.ts +10 -0
- package/declarations/src/components/radio.d.ts.map +1 -0
- package/declarations/src/components/section.d.ts +20 -0
- package/declarations/src/components/section.d.ts.map +1 -0
- package/declarations/src/components/select.d.ts +37 -0
- package/declarations/src/components/select.d.ts.map +1 -0
- package/declarations/src/components/text-area.d.ts +10 -0
- package/declarations/src/components/text-area.d.ts.map +1 -0
- package/declarations/src/components/text-input.d.ts +10 -0
- package/declarations/src/components/text-input.d.ts.map +1 -0
- package/declarations/src/helpers/popover.d.ts +32 -0
- package/declarations/src/helpers/popover.d.ts.map +1 -0
- package/declarations/src/index.d.ts +25 -0
- package/declarations/src/index.d.ts.map +1 -0
- package/declarations/src/template-registry.d.ts +49 -0
- package/declarations/src/template-registry.d.ts.map +1 -0
- package/declarations/src/test-support/index.d.ts +16 -0
- package/declarations/src/test-support/index.d.ts.map +1 -0
- package/declarations/src/test-support/page-objects/-menu.d.ts +11 -0
- package/declarations/src/test-support/page-objects/-menu.d.ts.map +1 -0
- package/declarations/src/test-support/page-objects/-private/choices.d.ts +61 -0
- package/declarations/src/test-support/page-objects/-private/choices.d.ts.map +1 -0
- package/declarations/src/test-support/page-objects/-private/field.d.ts +50 -0
- package/declarations/src/test-support/page-objects/-private/field.d.ts.map +1 -0
- package/declarations/src/test-support/page-objects/app-header.d.ts +73 -0
- package/declarations/src/test-support/page-objects/app-header.d.ts.map +1 -0
- package/declarations/src/test-support/page-objects/button.d.ts +14 -0
- package/declarations/src/test-support/page-objects/button.d.ts.map +1 -0
- package/declarations/src/test-support/page-objects/choice.d.ts +12 -0
- package/declarations/src/test-support/page-objects/choice.d.ts.map +1 -0
- package/declarations/src/test-support/page-objects/form.d.ts +15 -0
- package/declarations/src/test-support/page-objects/form.d.ts.map +1 -0
- package/declarations/src/test-support/page-objects/icon-button.d.ts +13 -0
- package/declarations/src/test-support/page-objects/icon-button.d.ts.map +1 -0
- package/declarations/src/test-support/page-objects/icon.d.ts +8 -0
- package/declarations/src/test-support/page-objects/icon.d.ts.map +1 -0
- package/declarations/src/test-support/page-objects/input-builder.d.ts +15 -0
- package/declarations/src/test-support/page-objects/input-builder.d.ts.map +1 -0
- package/declarations/src/test-support/page-objects/input.d.ts +17 -0
- package/declarations/src/test-support/page-objects/input.d.ts.map +1 -0
- package/declarations/src/test-support/page-objects/list.d.ts +10 -0
- package/declarations/src/test-support/page-objects/list.d.ts.map +1 -0
- package/declarations/src/test-support/page-objects/menu.d.ts +19 -0
- package/declarations/src/test-support/page-objects/menu.d.ts.map +1 -0
- package/declarations/src/test-support/page-objects/pill-button.d.ts +14 -0
- package/declarations/src/test-support/page-objects/pill-button.d.ts.map +1 -0
- package/declarations/src/test-support/page-objects/section.d.ts +9 -0
- package/declarations/src/test-support/page-objects/section.d.ts.map +1 -0
- package/declarations/src/test-support/page-objects/select.d.ts +10 -0
- package/declarations/src/test-support/page-objects/select.d.ts.map +1 -0
- package/declarations/src/test-support/page-objects/text-area.d.ts +9 -0
- package/declarations/src/test-support/page-objects/text-area.d.ts.map +1 -0
- package/declarations/template-registry.d.ts +53 -0
- package/declarations/template-registry.d.ts.map +1 -0
- package/declarations/test-support/index.d.ts +18 -0
- package/declarations/test-support/index.d.ts.map +1 -0
- package/declarations/test-support/page-objects/-menu.d.ts +12 -0
- package/declarations/test-support/page-objects/-menu.d.ts.map +1 -0
- package/declarations/test-support/page-objects/-private/choices.d.ts +15 -0
- package/declarations/test-support/page-objects/-private/choices.d.ts.map +1 -0
- package/declarations/test-support/page-objects/-private/field.d.ts +51 -0
- package/declarations/test-support/page-objects/-private/field.d.ts.map +1 -0
- package/declarations/test-support/page-objects/app-header.d.ts +103 -0
- package/declarations/test-support/page-objects/app-header.d.ts.map +1 -0
- package/declarations/test-support/page-objects/button.d.ts +14 -0
- package/declarations/test-support/page-objects/button.d.ts.map +1 -0
- package/declarations/test-support/page-objects/choice.d.ts +12 -0
- package/declarations/test-support/page-objects/choice.d.ts.map +1 -0
- package/declarations/test-support/page-objects/form.d.ts +15 -0
- package/declarations/test-support/page-objects/form.d.ts.map +1 -0
- package/declarations/test-support/page-objects/icon-button.d.ts +13 -0
- package/declarations/test-support/page-objects/icon-button.d.ts.map +1 -0
- package/declarations/test-support/page-objects/icon.d.ts +9 -0
- package/declarations/test-support/page-objects/icon.d.ts.map +1 -0
- package/declarations/test-support/page-objects/input-builder.d.ts +15 -0
- package/declarations/test-support/page-objects/input-builder.d.ts.map +1 -0
- package/declarations/test-support/page-objects/input.d.ts +17 -0
- package/declarations/test-support/page-objects/input.d.ts.map +1 -0
- package/declarations/test-support/page-objects/list copy.d.ts +10 -0
- package/declarations/test-support/page-objects/list copy.d.ts.map +1 -0
- package/declarations/test-support/page-objects/list.d.ts +10 -0
- package/declarations/test-support/page-objects/list.d.ts.map +1 -0
- package/declarations/test-support/page-objects/menu copy.d.ts +9 -0
- package/declarations/test-support/page-objects/menu copy.d.ts.map +1 -0
- package/declarations/test-support/page-objects/menu.d.ts +20 -0
- package/declarations/test-support/page-objects/menu.d.ts.map +1 -0
- package/declarations/test-support/page-objects/page.d.ts +12 -0
- package/declarations/test-support/page-objects/page.d.ts.map +1 -0
- package/declarations/test-support/page-objects/pill-button.d.ts +14 -0
- package/declarations/test-support/page-objects/pill-button.d.ts.map +1 -0
- package/declarations/test-support/page-objects/popover.d.ts +7 -0
- package/declarations/test-support/page-objects/popover.d.ts.map +1 -0
- package/declarations/test-support/page-objects/section copy.d.ts +9 -0
- package/declarations/test-support/page-objects/section copy.d.ts.map +1 -0
- package/declarations/test-support/page-objects/section.d.ts +9 -0
- package/declarations/test-support/page-objects/section.d.ts.map +1 -0
- package/declarations/test-support/page-objects/select.d.ts +10 -0
- package/declarations/test-support/page-objects/select.d.ts.map +1 -0
- package/declarations/test-support/page-objects/text-area.d.ts +9 -0
- package/declarations/test-support/page-objects/text-area.d.ts.map +1 -0
- package/dist/-input-DGR-n9U_.js +9 -0
- package/dist/-input-DGR-n9U_.js.map +1 -0
- package/dist/_app_/components/app-header.js +1 -0
- package/dist/_app_/components/box.js +1 -0
- package/dist/_app_/components/button.js +1 -0
- package/dist/_app_/components/card.js +1 -0
- package/dist/_app_/components/checkbox.js +1 -0
- package/dist/_app_/components/currency-input.js +1 -0
- package/dist/_app_/components/date-input.js +1 -0
- package/dist/_app_/components/email-input.js +1 -0
- package/dist/_app_/components/form.js +1 -0
- package/dist/_app_/components/icon-button.js +1 -0
- package/dist/_app_/components/icon.js +1 -0
- package/dist/_app_/components/input-builder.js +1 -0
- package/dist/_app_/components/list.js +1 -0
- package/dist/_app_/components/menu.js +1 -0
- package/dist/_app_/components/number-input.js +1 -0
- package/dist/_app_/components/page.js +1 -0
- package/dist/_app_/components/password-input.js +1 -0
- package/dist/_app_/components/phone-input.js +1 -0
- package/dist/_app_/components/popover.js +1 -0
- package/dist/_app_/components/radio.js +1 -0
- package/dist/_app_/components/section.js +1 -0
- package/dist/_app_/components/select.js +1 -0
- package/dist/_app_/components/text-area.js +1 -0
- package/dist/_app_/components/text-input.js +1 -0
- package/dist/_app_/helpers/popover.js +1 -0
- package/dist/components/app-header.js +126 -0
- package/dist/components/app-header.js.map +1 -0
- package/dist/components/box.js +20 -0
- package/dist/components/box.js.map +1 -0
- package/dist/components/button.js +47 -0
- package/dist/components/button.js.map +1 -0
- package/dist/components/card.js +16 -0
- package/dist/components/card.js.map +1 -0
- package/dist/components/checkbox.js +18 -0
- package/dist/components/checkbox.js.map +1 -0
- package/dist/components/currency-input.js +22 -0
- package/dist/components/currency-input.js.map +1 -0
- package/dist/components/date-input.js +18 -0
- package/dist/components/date-input.js.map +1 -0
- package/dist/components/email-input.js +18 -0
- package/dist/components/email-input.js.map +1 -0
- package/dist/components/form.js +826 -0
- package/dist/components/form.js.map +1 -0
- package/dist/components/icon-button.js +29 -0
- package/dist/components/icon-button.js.map +1 -0
- package/dist/components/icon.js +41 -0
- package/dist/components/icon.js.map +1 -0
- package/dist/components/input-builder.js +20 -0
- package/dist/components/input-builder.js.map +1 -0
- package/dist/components/list.js +66 -0
- package/dist/components/list.js.map +1 -0
- package/dist/components/menu.js +106 -0
- package/dist/components/menu.js.map +1 -0
- package/dist/components/number-input.js +20 -0
- package/dist/components/number-input.js.map +1 -0
- package/dist/components/page.js +65 -0
- package/dist/components/page.js.map +1 -0
- package/dist/components/password-input.js +18 -0
- package/dist/components/password-input.js.map +1 -0
- package/dist/components/phone-input.js +18 -0
- package/dist/components/phone-input.js.map +1 -0
- package/dist/components/popover.js +14 -0
- package/dist/components/popover.js.map +1 -0
- package/dist/components/radio.js +18 -0
- package/dist/components/radio.js.map +1 -0
- package/dist/components/section.js +25 -0
- package/dist/components/section.js.map +1 -0
- package/dist/components/select.js +39 -0
- package/dist/components/select.js.map +1 -0
- package/dist/components/text-area.js +18 -0
- package/dist/components/text-area.js.map +1 -0
- package/dist/components/text-input.js +18 -0
- package/dist/components/text-input.js.map +1 -0
- package/dist/disabled-B_FQ0Z51.js +27 -0
- package/dist/disabled-B_FQ0Z51.js.map +1 -0
- package/dist/helpers/popover.js +74 -0
- package/dist/helpers/popover.js.map +1 -0
- package/dist/helpers-DApiJrHl.js +28 -0
- package/dist/helpers-DApiJrHl.js.map +1 -0
- package/dist/index.js +26 -0
- package/dist/index.js.map +1 -0
- package/dist/template-registry.js +2 -0
- package/dist/template-registry.js.map +1 -0
- package/dist/test-support/index.js +381 -0
- package/dist/test-support/index.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../src/test-support/page-objects/list.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAKlE,OAAO,KAAK,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAE9F,qBAAa,cAAe,SAAQ,UAAU,CAAC,cAAc,CAAC;IAC5D,MAAM,CAAC,QAAQ,SAAsB;gBAGnC,QAAQ,CAAC,EAAE,MAAM,EACjB,MAAM,CAAC,EAAE,iBAAiB,GAAG,WAAW,GAAG,IAAI,EAC/C,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAKvB,IAAI,OAAO,mBAEV;IAED,OAAO,gCAA6C;IAE9C,MAAM,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE;CAGxC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import type { Menu, MenuElement, MenuItem, MenuItemElement } from './-menu';
|
|
3
|
+
import type { ElementLike, GenericPageObject } from 'fractal-page-object/dist/-private/types';
|
|
4
|
+
export declare class MenuItemPageObject extends PageObject<MenuItemElement> implements MenuItem {
|
|
5
|
+
static SELECTOR: string;
|
|
6
|
+
constructor(selector?: string, parent?: GenericPageObject | ElementLike | null, index?: number | null);
|
|
7
|
+
get disabled(): boolean;
|
|
8
|
+
hasMenu(): boolean;
|
|
9
|
+
protected get menuId(): string;
|
|
10
|
+
protected menu: Menu<HTMLDivElement>;
|
|
11
|
+
get $menu(): Menu<HTMLDivElement>;
|
|
12
|
+
}
|
|
13
|
+
export declare class MenuPageObject extends PageObject<MenuElement> implements Menu {
|
|
14
|
+
static SELECTOR: string;
|
|
15
|
+
constructor(selector?: string, parent?: GenericPageObject | ElementLike | null, index?: number | null);
|
|
16
|
+
get control(): HTMLDivElement;
|
|
17
|
+
$item: MenuItem<MenuItemElement>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=menu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../../src/test-support/page-objects/menu.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAElE,OAAO,KAAK,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC5E,OAAO,KAAK,EACV,WAAW,EACX,iBAAiB,EAElB,MAAM,yCAAyC,CAAC;AAEjD,qBAAa,kBAAmB,SAAQ,UAAU,CAAC,eAAe,CAAE,YAAW,QAAQ;IACrF,MAAM,CAAC,QAAQ,SAAuB;gBAGpC,QAAQ,CAAC,EAAE,MAAM,EACjB,MAAM,CAAC,EAAE,iBAAiB,GAAG,WAAW,GAAG,IAAI,EAC/C,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAKvB,IAAI,QAAQ,YAEX;IAED,OAAO;IAIP,SAAS,KAAK,MAAM,WAEnB;IAED,SAAS,CAAC,IAAI,uBAIZ;IAEF,IAAI,KAAK,yBAER;CACF;AAED,qBAAa,cAAe,SAAQ,UAAU,CAAC,WAAW,CAAE,YAAW,IAAI;IACzE,MAAM,CAAC,QAAQ,SAAsB;gBAGnC,QAAQ,CAAC,EAAE,MAAM,EACjB,MAAM,CAAC,EAAE,iBAAiB,GAAG,WAAW,GAAG,IAAI,EAC/C,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAKvB,IAAI,OAAO,mBAEV;IAED,KAAK,4BAGH;CACH"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import type { GenericPageObject } from 'fractal-page-object/dist/-private/types';
|
|
3
|
+
export declare class PillButtonPageObject extends PageObject<HTMLButtonElement | HTMLAnchorElement | HTMLSpanElement> {
|
|
4
|
+
static SELECTOR: string;
|
|
5
|
+
constructor(selector?: string, parent?: GenericPageObject | Element | null, index?: number | null);
|
|
6
|
+
get intent(): string | null | undefined;
|
|
7
|
+
get importance(): string | null | undefined;
|
|
8
|
+
get spacing(): string | null | undefined;
|
|
9
|
+
$before: PageObject<HTMLSpanElement>;
|
|
10
|
+
$label: PageObject<HTMLSpanElement>;
|
|
11
|
+
$after: PageObject<HTMLSpanElement>;
|
|
12
|
+
push(): Promise<void>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=pill-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pill-button.d.ts","sourceRoot":"","sources":["../../../../src/test-support/page-objects/pill-button.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAElE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAEjF,qBAAa,oBAAqB,SAAQ,UAAU,CAClD,iBAAiB,GAAG,iBAAiB,GAAG,eAAe,CACxD;IACC,MAAM,CAAC,QAAQ,SAA6B;gBAG1C,QAAQ,CAAC,EAAE,MAAM,EACjB,MAAM,CAAC,EAAE,iBAAiB,GAAG,OAAO,GAAG,IAAI,EAC3C,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAKvB,IAAI,MAAM,IAAI,MAAM,GAAG,IAAI,GAAG,SAAS,CAEtC;IAED,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,GAAG,SAAS,CAE1C;IAED,IAAI,OAAO,IAAI,MAAM,GAAG,IAAI,GAAG,SAAS,CAEvC;IAED,OAAO,8BAAuD;IAC9D,MAAM,8BAAsD;IAC5D,MAAM,8BAAsD;IAEtD,IAAI;CAKX"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import type { GenericPageObject } from 'fractal-page-object/dist/-private/types';
|
|
3
|
+
export declare class SectionPageObject extends PageObject<HTMLButtonElement | HTMLAnchorElement | HTMLSpanElement> {
|
|
4
|
+
static SELECTOR: string;
|
|
5
|
+
constructor(selector?: string, parent?: GenericPageObject | Element | null, index?: number | null);
|
|
6
|
+
$header: PageObject<Element>;
|
|
7
|
+
$title: PageObject<Element>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=section.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"section.d.ts","sourceRoot":"","sources":["../../../../src/test-support/page-objects/section.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAElE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAEjF,qBAAa,iBAAkB,SAAQ,UAAU,CAC/C,iBAAiB,GAAG,iBAAiB,GAAG,eAAe,CACxD;IACC,MAAM,CAAC,QAAQ,SAAyB;gBAGtC,QAAQ,CAAC,EAAE,MAAM,EACjB,MAAM,CAAC,EAAE,iBAAiB,GAAG,OAAO,GAAG,IAAI,EAC3C,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAKvB,OAAO,sBAAuC;IAC9C,MAAM,sBAAsC;CAC7C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import type { ElementLike, GenericPageObject } from 'fractal-page-object/dist/-private/types';
|
|
3
|
+
export declare class SelectPageObject extends PageObject<HTMLSelectElement> {
|
|
4
|
+
static SELECTOR: string;
|
|
5
|
+
constructor(selector?: string, parent?: GenericPageObject | ElementLike | null, index?: number | null);
|
|
6
|
+
get control(): HTMLSelectElement;
|
|
7
|
+
$option: PageObject<HTMLOptionElement>;
|
|
8
|
+
select(options: string | string[], keepPreviouslySelected?: boolean): Promise<void>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../../src/test-support/page-objects/select.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAGlE,OAAO,KAAK,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAE9F,qBAAa,gBAAiB,SAAQ,UAAU,CAAC,iBAAiB,CAAC;IACjE,MAAM,CAAC,QAAQ,SAAwB;gBAGrC,QAAQ,CAAC,EAAE,MAAM,EACjB,MAAM,CAAC,EAAE,iBAAiB,GAAG,WAAW,GAAG,IAAI,EAC/C,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAKvB,IAAI,OAAO,sBAEV;IAED,OAAO,gCAAoC;IAErC,MAAM,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,sBAAsB,CAAC,EAAE,OAAO;CAG1E"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import type { Input } from './input';
|
|
3
|
+
import type { ElementLike, GenericPageObject } from 'fractal-page-object/dist/-private/types';
|
|
4
|
+
export declare class TextAreaPageObject extends PageObject<HTMLInputElement> implements Input {
|
|
5
|
+
static SELECTOR: string;
|
|
6
|
+
constructor(selector?: string, parent?: GenericPageObject | ElementLike | null, index?: number | null);
|
|
7
|
+
get control(): HTMLInputElement;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=text-area.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text-area.d.ts","sourceRoot":"","sources":["../../../../src/test-support/page-objects/text-area.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,KAAK,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAE9F,qBAAa,kBAAmB,SAAQ,UAAU,CAAC,gBAAgB,CAAE,YAAW,KAAK;IACnF,MAAM,CAAC,QAAQ,SAA0B;gBAGvC,QAAQ,CAAC,EAAE,MAAM,EACjB,MAAM,CAAC,EAAE,iBAAiB,GAAG,WAAW,GAAG,IAAI,EAC/C,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAKvB,IAAI,OAAO,qBAEV;CACF"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type AppHeader from './components/app-header';
|
|
2
|
+
import type Box from './components/box';
|
|
3
|
+
import type Button from './components/button';
|
|
4
|
+
import type Card from './components/card';
|
|
5
|
+
import type Checkbox from './components/checkbox';
|
|
6
|
+
import type CurrencyInput from './components/currency-input';
|
|
7
|
+
import type DateInput from './components/date-input';
|
|
8
|
+
import type EmailInput from './components/email-input';
|
|
9
|
+
import type Form from './components/form';
|
|
10
|
+
import type Icon from './components/icon';
|
|
11
|
+
import type IconButton from './components/icon-button';
|
|
12
|
+
import type InputBuilder from './components/input-builder';
|
|
13
|
+
import type List from './components/list';
|
|
14
|
+
import type Menu from './components/menu';
|
|
15
|
+
import type NumberInput from './components/number-input';
|
|
16
|
+
import type Page from './components/page';
|
|
17
|
+
import type PasswordInput from './components/password-input';
|
|
18
|
+
import type PhoneInput from './components/phone-input';
|
|
19
|
+
import type Popover from './components/popover';
|
|
20
|
+
import type Radio from './components/radio';
|
|
21
|
+
import type Section from './components/section';
|
|
22
|
+
import type Select from './components/select';
|
|
23
|
+
import type TextArea from './components/text-area';
|
|
24
|
+
import type TextInput from './components/text-input';
|
|
25
|
+
import type popover from './helpers/popover';
|
|
26
|
+
export default interface HokuleaRegistry {
|
|
27
|
+
AppHeader: typeof AppHeader;
|
|
28
|
+
Box: typeof Box;
|
|
29
|
+
Button: typeof Button;
|
|
30
|
+
Card: typeof Card;
|
|
31
|
+
Checkbox: typeof Checkbox;
|
|
32
|
+
CurrencyInput: typeof CurrencyInput;
|
|
33
|
+
DateInput: typeof DateInput;
|
|
34
|
+
EmailInput: typeof EmailInput;
|
|
35
|
+
Icon: typeof Icon;
|
|
36
|
+
IconButton: typeof IconButton;
|
|
37
|
+
List: typeof List;
|
|
38
|
+
Menu: typeof Menu;
|
|
39
|
+
NumberInput: typeof NumberInput;
|
|
40
|
+
Page: typeof Page;
|
|
41
|
+
PasswordInput: typeof PasswordInput;
|
|
42
|
+
PhoneInput: typeof PhoneInput;
|
|
43
|
+
Popover: typeof Popover;
|
|
44
|
+
Radio: typeof Radio;
|
|
45
|
+
Section: typeof Section;
|
|
46
|
+
Select: typeof Select;
|
|
47
|
+
TextArea: typeof TextArea;
|
|
48
|
+
TextInput: typeof TextInput;
|
|
49
|
+
InputBuilder: typeof InputBuilder;
|
|
50
|
+
Form: typeof Form;
|
|
51
|
+
popover: typeof popover;
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=template-registry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"template-registry.d.ts","sourceRoot":"","sources":["../src/template-registry.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC;AAErD,OAAO,KAAK,GAAG,MAAM,kBAAkB,CAAC;AAExC,OAAO,KAAK,MAAM,MAAM,qBAAqB,CAAC;AAE9C,OAAO,KAAK,IAAI,MAAM,mBAAmB,CAAC;AAE1C,OAAO,KAAK,QAAQ,MAAM,uBAAuB,CAAC;AAElD,OAAO,KAAK,aAAa,MAAM,6BAA6B,CAAC;AAE7D,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC;AAErD,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AAEvD,OAAO,KAAK,IAAI,MAAM,mBAAmB,CAAC;AAE1C,OAAO,KAAK,IAAI,MAAM,mBAAmB,CAAC;AAE1C,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AAEvD,OAAO,KAAK,YAAY,MAAM,4BAA4B,CAAC;AAE3D,OAAO,KAAK,IAAI,MAAM,mBAAmB,CAAC;AAE1C,OAAO,KAAK,IAAI,MAAM,mBAAmB,CAAC;AAE1C,OAAO,KAAK,WAAW,MAAM,2BAA2B,CAAC;AAEzD,OAAO,KAAK,IAAI,MAAM,mBAAmB,CAAC;AAE1C,OAAO,KAAK,aAAa,MAAM,6BAA6B,CAAC;AAE7D,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AAEvD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAEhD,OAAO,KAAK,KAAK,MAAM,oBAAoB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAEhD,OAAO,KAAK,MAAM,MAAM,qBAAqB,CAAC;AAE9C,OAAO,KAAK,QAAQ,MAAM,wBAAwB,CAAC;AAEnD,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC;AACrD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAE7C,MAAM,CAAC,OAAO,WAAW,eAAe;IACtC,SAAS,EAAE,OAAO,SAAS,CAAC;IAC5B,GAAG,EAAE,OAAO,GAAG,CAAC;IAChB,MAAM,EAAE,OAAO,MAAM,CAAC;IACtB,IAAI,EAAE,OAAO,IAAI,CAAC;IAClB,QAAQ,EAAE,OAAO,QAAQ,CAAC;IAC1B,aAAa,EAAE,OAAO,aAAa,CAAC;IACpC,SAAS,EAAE,OAAO,SAAS,CAAC;IAC5B,UAAU,EAAE,OAAO,UAAU,CAAC;IAC9B,IAAI,EAAE,OAAO,IAAI,CAAC;IAClB,UAAU,EAAE,OAAO,UAAU,CAAC;IAC9B,IAAI,EAAE,OAAO,IAAI,CAAC;IAClB,IAAI,EAAE,OAAO,IAAI,CAAC;IAClB,WAAW,EAAE,OAAO,WAAW,CAAC;IAChC,IAAI,EAAE,OAAO,IAAI,CAAC;IAClB,aAAa,EAAE,OAAO,aAAa,CAAC;IACpC,UAAU,EAAE,OAAO,UAAU,CAAC;IAC9B,OAAO,EAAE,OAAO,OAAO,CAAC;IACxB,KAAK,EAAE,OAAO,KAAK,CAAC;IACpB,OAAO,EAAE,OAAO,OAAO,CAAC;IACxB,MAAM,EAAE,OAAO,MAAM,CAAC;IACtB,QAAQ,EAAE,OAAO,QAAQ,CAAC;IAC1B,SAAS,EAAE,OAAO,SAAS,CAAC;IAC5B,YAAY,EAAE,OAAO,YAAY,CAAC;IAClC,IAAI,EAAE,OAAO,IAAI,CAAC;IAGlB,OAAO,EAAE,OAAO,OAAO,CAAC;CACzB"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export { AppHeaderPageObject } from './page-objects/app-header';
|
|
2
|
+
export { ButtonPageObject } from './page-objects/button';
|
|
3
|
+
export { CheckboxPageObject, RadioPageObject } from './page-objects/choice';
|
|
4
|
+
export { FormPageObject } from './page-objects/form';
|
|
5
|
+
export { IconPageObject } from './page-objects/icon';
|
|
6
|
+
export { IconButtonPageObject } from './page-objects/icon-button';
|
|
7
|
+
export { DateInputPageObject, EmailInputPageObject, NumberInputPageObject, PasswordInputPageObject, PhoneInputPageObject, TextInputPageObject } from './page-objects/input';
|
|
8
|
+
export type { InputBuilderPageObject } from './page-objects/input-builder';
|
|
9
|
+
export { CurrencyInputPageObject } from './page-objects/input-builder';
|
|
10
|
+
export { ListPageObject } from './page-objects/list';
|
|
11
|
+
export { MenuPageObject } from './page-objects/menu';
|
|
12
|
+
export { PagePageObject } from './page-objects/page';
|
|
13
|
+
export { PillButtonPageObject } from './page-objects/pill-button';
|
|
14
|
+
export { PopoverPageObject } from './page-objects/popover';
|
|
15
|
+
export { SectionPageObject } from './page-objects/section';
|
|
16
|
+
export { SelectPageObject } from './page-objects/select';
|
|
17
|
+
export { TextAreaPageObject } from './page-objects/text-area';
|
|
18
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/test-support/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EACL,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,EACrB,uBAAuB,EACvB,oBAAoB,EACpB,mBAAmB,EACpB,MAAM,sBAAsB,CAAC;AAC9B,YAAY,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AAC3E,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { PageObject } from 'fractal-page-object';
|
|
2
|
+
export type MenuElement = HTMLDivElement | HTMLElement;
|
|
3
|
+
export type MenuItemElement = HTMLButtonElement | HTMLAnchorElement;
|
|
4
|
+
export interface Menu<ElementType extends Element = MenuElement> extends PageObject<ElementType> {
|
|
5
|
+
$item: MenuItem | undefined;
|
|
6
|
+
}
|
|
7
|
+
export interface MenuItem<ElementType extends Element = MenuItemElement> extends PageObject<ElementType> {
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
expanded: boolean;
|
|
10
|
+
$menu: Menu | undefined;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=-menu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"-menu.d.ts","sourceRoot":"","sources":["../../../src/test-support/page-objects/-menu.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,MAAM,MAAM,WAAW,GAAG,cAAc,GAAG,WAAW,CAAC;AACvD,MAAM,MAAM,eAAe,GAAG,iBAAiB,GAAG,iBAAiB,CAAC;AAEpE,MAAM,WAAW,IAAI,CAAC,WAAW,SAAS,OAAO,GAAG,WAAW,CAAE,SAAQ,UAAU,CAAC,WAAW,CAAC;IAC9F,KAAK,EAAE,QAAQ,GAAG,SAAS,CAAC;CAC7B;AAED,MAAM,WAAW,QAAQ,CAAC,WAAW,SAAS,OAAO,GAAG,eAAe,CACrE,SAAQ,UAAU,CAAC,WAAW,CAAC;IAC/B,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,IAAI,GAAG,SAAS,CAAC;CACzB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import type { ElementLike } from 'fractal-page-object';
|
|
3
|
+
declare class OptionPageObject extends PageObject<HTMLDivElement> {
|
|
4
|
+
$label: PageObject<HTMLLabelElement | HTMLLegendElement>;
|
|
5
|
+
$description: PageObject<HTMLParagraphElement>;
|
|
6
|
+
$control: PageObject<HTMLInputElement>;
|
|
7
|
+
}
|
|
8
|
+
export declare class ChoicesPageObject extends PageObject<HTMLDivElement | HTMLFieldSetElement> {
|
|
9
|
+
static SELECTOR: string;
|
|
10
|
+
constructor(selector?: string, parent?: PageObject | ElementLike | null, index?: number | null);
|
|
11
|
+
$options: OptionPageObject;
|
|
12
|
+
option(value: string): OptionPageObject;
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=choices.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"choices.d.ts","sourceRoot":"","sources":["../../../../src/test-support/page-objects/-private/choices.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAElE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD,cAAM,gBAAiB,SAAQ,UAAU,CAAC,cAAc,CAAC;IACvD,MAAM,mDAAkE;IACxE,YAAY,mCAAwD;IACpE,QAAQ,+BAAkC;CAC3C;AAED,qBAAa,iBAAkB,SAAQ,UAAU,CAAC,cAAc,GAAG,mBAAmB,CAAC;IACrF,MAAM,CAAC,QAAQ,SAAyB;gBAE5B,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAI9F,QAAQ,mBAA+C;IAEvD,MAAM,CAAC,KAAK,EAAE,MAAM,GAGb,gBAAgB;CAExB"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import { InputPageObject } from '../input';
|
|
3
|
+
import { InputBuilderPageObject } from '../input-builder';
|
|
4
|
+
import { ListPageObject } from '../list';
|
|
5
|
+
import { SelectPageObject } from '../select';
|
|
6
|
+
import { TextAreaPageObject } from '../text-area';
|
|
7
|
+
import { ChoicesPageObject } from './choices';
|
|
8
|
+
import type { ElementLike } from 'fractal-page-object';
|
|
9
|
+
export declare class FieldPageObject extends PageObject<HTMLDivElement | HTMLFieldSetElement> {
|
|
10
|
+
static SELECTOR: string;
|
|
11
|
+
constructor(selector?: string, parent?: PageObject | ElementLike | null, index?: number | null);
|
|
12
|
+
$label: PageObject<HTMLLabelElement | HTMLLegendElement>;
|
|
13
|
+
$description: PageObject<HTMLParagraphElement>;
|
|
14
|
+
private $input;
|
|
15
|
+
private $inputBuilder;
|
|
16
|
+
private $select;
|
|
17
|
+
private $textArea;
|
|
18
|
+
private $checkbox;
|
|
19
|
+
private $list;
|
|
20
|
+
$choices: ChoicesPageObject;
|
|
21
|
+
$errors: {
|
|
22
|
+
readonly [n: number]: any;
|
|
23
|
+
readonly type: string | null | undefined;
|
|
24
|
+
readonly value: string | null | undefined;
|
|
25
|
+
readonly element: HTMLDivElement | null;
|
|
26
|
+
readonly elements: HTMLDivElement[];
|
|
27
|
+
readonly __dom_element_descriptor_is_descriptor__: true;
|
|
28
|
+
readonly length: number;
|
|
29
|
+
pop: () => import("fractal-page-object").WithElement<any, HTMLDivElement> | undefined;
|
|
30
|
+
reverse: () => import("fractal-page-object").WithElement<any, HTMLDivElement>[];
|
|
31
|
+
shift: () => import("fractal-page-object").WithElement<any, HTMLDivElement> | undefined;
|
|
32
|
+
slice: (_start?: number, _end?: number) => import("fractal-page-object").WithElement<any, HTMLDivElement>[];
|
|
33
|
+
sort: (_compareFn?: ((a: import("fractal-page-object").WithElement<any, HTMLDivElement>, b: import("fractal-page-object").WithElement<any, HTMLDivElement>) => number) | undefined) => any[];
|
|
34
|
+
every: (predicate: (value: import("fractal-page-object").WithElement<any, HTMLDivElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLDivElement>[]) => unknown, _thisArg?: any) => boolean;
|
|
35
|
+
some: (_predicate: (value: import("fractal-page-object").WithElement<any, HTMLDivElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLDivElement>[]) => unknown, _thisArg?: any) => boolean;
|
|
36
|
+
forEach: (_callbackfn: (value: import("fractal-page-object").WithElement<any, HTMLDivElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLDivElement>[]) => void, _thisArg?: any) => void;
|
|
37
|
+
map: <U>(_callbackfn: (value: import("fractal-page-object").WithElement<any, HTMLDivElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLDivElement>[]) => U, _thisArg?: any) => U[];
|
|
38
|
+
filter: (predicate: (value: import("fractal-page-object").WithElement<any, HTMLDivElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLDivElement>[]) => unknown, thisArg?: any) => import("fractal-page-object").WithElement<any, HTMLDivElement>[];
|
|
39
|
+
reduce: <U>(_callbackfn: (previousValue: U, currentValue: import("fractal-page-object").WithElement<any, HTMLDivElement>, currentIndex: number, array: import("fractal-page-object").WithElement<any, HTMLDivElement>[]) => U, initialValue: U) => U;
|
|
40
|
+
reduceRight: <U>(_callbackfn: (previousValue: U, currentValue: import("fractal-page-object").WithElement<any, HTMLDivElement>, currentIndex: number, array: import("fractal-page-object").WithElement<any, HTMLDivElement>[]) => U, initialValue: U) => U;
|
|
41
|
+
find: (predicate: (value: import("fractal-page-object").WithElement<any, HTMLDivElement>, index: number, obj: import("fractal-page-object").WithElement<any, HTMLDivElement>[]) => unknown, thisArg?: any) => import("fractal-page-object").WithElement<any, HTMLDivElement> | undefined;
|
|
42
|
+
findIndex: (_predicate: (value: import("fractal-page-object").WithElement<any, HTMLDivElement>, index: number, obj: import("fractal-page-object").WithElement<any, HTMLDivElement>[]) => unknown, _thisArg?: any) => number;
|
|
43
|
+
entries: () => IterableIterator<[number, import("fractal-page-object").WithElement<any, HTMLDivElement>]>;
|
|
44
|
+
keys: () => IterableIterator<number>;
|
|
45
|
+
values: () => IterableIterator<import("fractal-page-object").WithElement<any, HTMLDivElement>>;
|
|
46
|
+
[Symbol.iterator]: () => IterableIterator<import("fractal-page-object").WithElement<any, HTMLDivElement>>;
|
|
47
|
+
};
|
|
48
|
+
get $control(): InputPageObject | InputBuilderPageObject | SelectPageObject | TextAreaPageObject | ListPageObject;
|
|
49
|
+
get name(): string | null | undefined;
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=field.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"field.d.ts","sourceRoot":"","sources":["../../../../src/test-support/page-objects/-private/field.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAGlE,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAE9C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD,qBAAa,eAAgB,SAAQ,UAAU,CAAC,cAAc,GAAG,mBAAmB,CAAC;IACnF,MAAM,CAAC,QAAQ,SAAuB;gBAE1B,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAI9F,MAAM,mDAAkE;IACxE,YAAY,mCAAwD;IAOpE,OAAO,CAAC,MAAM,CAAkD;IAChE,OAAO,CAAC,aAAa,CAAgE;IACrF,OAAO,CAAC,OAAO,CAAoD;IACnE,OAAO,CAAC,SAAS,CAAwD;IACzE,OAAO,CAAC,SAAS,CAAwD;IACzE,OAAO,CAAC,KAAK,CAAgD;IAE7D,QAAQ,oBAAsD;IAC9D,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;MAWL;IAEF,IAAI,QAAQ,IACR,eAAe,GACf,sBAAsB,GACtB,gBAAgB,GAChB,kBAAkB,GAClB,cAAc,CA0BjB;IAED,IAAI,IAAI,8BAEP;CACF"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import { IconPageObject } from './icon';
|
|
3
|
+
import { MenuItemPageObject } from './menu';
|
|
4
|
+
import type { Menu, MenuItem, MenuItemElement } from './-menu';
|
|
5
|
+
import type { ElementLike } from 'fractal-page-object';
|
|
6
|
+
declare class AppNavPageObject extends PageObject<HTMLElement> implements Menu<HTMLElement> {
|
|
7
|
+
$item: MenuItem<MenuItemElement>;
|
|
8
|
+
}
|
|
9
|
+
export declare class NavItemPageObject extends MenuItemPageObject implements MenuItem {
|
|
10
|
+
static SELECTOR: string;
|
|
11
|
+
constructor(selector?: string, parent?: PageObject | ElementLike | null, index?: number | null);
|
|
12
|
+
hasMenu(): boolean;
|
|
13
|
+
isPopupNavItem(): boolean;
|
|
14
|
+
get expanded(): boolean;
|
|
15
|
+
get $menu(): Menu | undefined;
|
|
16
|
+
}
|
|
17
|
+
export declare class AppHeaderPageObject extends PageObject<HTMLElement> {
|
|
18
|
+
#private;
|
|
19
|
+
static SELECTOR: string;
|
|
20
|
+
constructor(selector?: string, parent?: PageObject | ElementLike | null, index?: number | null);
|
|
21
|
+
get $brand(): PageObject<HTMLDivElement>;
|
|
22
|
+
get $nav(): AppNavPageObject;
|
|
23
|
+
get $aux(): PageObject<HTMLSpanElement>;
|
|
24
|
+
$menu: {
|
|
25
|
+
readonly [n: number]: any;
|
|
26
|
+
$toggle: {
|
|
27
|
+
readonly [n: number]: any;
|
|
28
|
+
$icon: IconPageObject;
|
|
29
|
+
readonly element: HTMLButtonElement | null;
|
|
30
|
+
readonly elements: HTMLButtonElement[];
|
|
31
|
+
readonly __dom_element_descriptor_is_descriptor__: true;
|
|
32
|
+
readonly length: number;
|
|
33
|
+
pop: () => import("fractal-page-object").WithElement<any, HTMLButtonElement> | undefined;
|
|
34
|
+
reverse: () => import("fractal-page-object").WithElement<any, HTMLButtonElement>[];
|
|
35
|
+
shift: () => import("fractal-page-object").WithElement<any, HTMLButtonElement> | undefined;
|
|
36
|
+
slice: (_start?: number, _end?: number) => import("fractal-page-object").WithElement<any, HTMLButtonElement>[];
|
|
37
|
+
sort: (_compareFn?: ((a: import("fractal-page-object").WithElement<any, HTMLButtonElement>, b: import("fractal-page-object").WithElement<any, HTMLButtonElement>) => number) | undefined) => any[];
|
|
38
|
+
every: (predicate: (value: import("fractal-page-object").WithElement<any, HTMLButtonElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLButtonElement>[]) => unknown, _thisArg?: any) => boolean;
|
|
39
|
+
some: (_predicate: (value: import("fractal-page-object").WithElement<any, HTMLButtonElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLButtonElement>[]) => unknown, _thisArg?: any) => boolean;
|
|
40
|
+
forEach: (_callbackfn: (value: import("fractal-page-object").WithElement<any, HTMLButtonElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLButtonElement>[]) => void, _thisArg?: any) => void;
|
|
41
|
+
map: <U>(_callbackfn: (value: import("fractal-page-object").WithElement<any, HTMLButtonElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLButtonElement>[]) => U, _thisArg?: any) => U[];
|
|
42
|
+
filter: (predicate: (value: import("fractal-page-object").WithElement<any, HTMLButtonElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLButtonElement>[]) => unknown, thisArg?: any) => import("fractal-page-object").WithElement<any, HTMLButtonElement>[];
|
|
43
|
+
reduce: <U>(_callbackfn: (previousValue: U, currentValue: import("fractal-page-object").WithElement<any, HTMLButtonElement>, currentIndex: number, array: import("fractal-page-object").WithElement<any, HTMLButtonElement>[]) => U, initialValue: U) => U;
|
|
44
|
+
reduceRight: <U>(_callbackfn: (previousValue: U, currentValue: import("fractal-page-object").WithElement<any, HTMLButtonElement>, currentIndex: number, array: import("fractal-page-object").WithElement<any, HTMLButtonElement>[]) => U, initialValue: U) => U;
|
|
45
|
+
find: (predicate: (value: import("fractal-page-object").WithElement<any, HTMLButtonElement>, index: number, obj: import("fractal-page-object").WithElement<any, HTMLButtonElement>[]) => unknown, thisArg?: any) => import("fractal-page-object").WithElement<any, HTMLButtonElement> | undefined;
|
|
46
|
+
findIndex: (_predicate: (value: import("fractal-page-object").WithElement<any, HTMLButtonElement>, index: number, obj: import("fractal-page-object").WithElement<any, HTMLButtonElement>[]) => unknown, _thisArg?: any) => number;
|
|
47
|
+
entries: () => IterableIterator<[number, import("fractal-page-object").WithElement<any, HTMLButtonElement>]>;
|
|
48
|
+
keys: () => IterableIterator<number>;
|
|
49
|
+
values: () => IterableIterator<import("fractal-page-object").WithElement<any, HTMLButtonElement>>;
|
|
50
|
+
[Symbol.iterator]: () => IterableIterator<import("fractal-page-object").WithElement<any, HTMLButtonElement>>;
|
|
51
|
+
};
|
|
52
|
+
$popover: {
|
|
53
|
+
readonly [n: number]: any;
|
|
54
|
+
readonly expanded: boolean;
|
|
55
|
+
readonly element: HTMLElement | null;
|
|
56
|
+
readonly elements: HTMLElement[];
|
|
57
|
+
readonly __dom_element_descriptor_is_descriptor__: true;
|
|
58
|
+
readonly length: number;
|
|
59
|
+
pop: () => import("fractal-page-object").WithElement<any, HTMLElement> | undefined;
|
|
60
|
+
reverse: () => import("fractal-page-object").WithElement<any, HTMLElement>[];
|
|
61
|
+
shift: () => import("fractal-page-object").WithElement<any, HTMLElement> | undefined;
|
|
62
|
+
slice: (_start?: number, _end?: number) => import("fractal-page-object").WithElement<any, HTMLElement>[];
|
|
63
|
+
sort: (_compareFn?: ((a: import("fractal-page-object").WithElement<any, HTMLElement>, b: import("fractal-page-object").WithElement<any, HTMLElement>) => number) | undefined) => any[];
|
|
64
|
+
every: (predicate: (value: import("fractal-page-object").WithElement<any, HTMLElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLElement>[]) => unknown, _thisArg?: any) => boolean;
|
|
65
|
+
some: (_predicate: (value: import("fractal-page-object").WithElement<any, HTMLElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLElement>[]) => unknown, _thisArg?: any) => boolean;
|
|
66
|
+
forEach: (_callbackfn: (value: import("fractal-page-object").WithElement<any, HTMLElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLElement>[]) => void, _thisArg?: any) => void;
|
|
67
|
+
map: <U>(_callbackfn: (value: import("fractal-page-object").WithElement<any, HTMLElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLElement>[]) => U, _thisArg?: any) => U[];
|
|
68
|
+
filter: (predicate: (value: import("fractal-page-object").WithElement<any, HTMLElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLElement>[]) => unknown, thisArg?: any) => import("fractal-page-object").WithElement<any, HTMLElement>[];
|
|
69
|
+
reduce: <U>(_callbackfn: (previousValue: U, currentValue: import("fractal-page-object").WithElement<any, HTMLElement>, currentIndex: number, array: import("fractal-page-object").WithElement<any, HTMLElement>[]) => U, initialValue: U) => U;
|
|
70
|
+
reduceRight: <U>(_callbackfn: (previousValue: U, currentValue: import("fractal-page-object").WithElement<any, HTMLElement>, currentIndex: number, array: import("fractal-page-object").WithElement<any, HTMLElement>[]) => U, initialValue: U) => U;
|
|
71
|
+
find: (predicate: (value: import("fractal-page-object").WithElement<any, HTMLElement>, index: number, obj: import("fractal-page-object").WithElement<any, HTMLElement>[]) => unknown, thisArg?: any) => import("fractal-page-object").WithElement<any, HTMLElement> | undefined;
|
|
72
|
+
findIndex: (_predicate: (value: import("fractal-page-object").WithElement<any, HTMLElement>, index: number, obj: import("fractal-page-object").WithElement<any, HTMLElement>[]) => unknown, _thisArg?: any) => number;
|
|
73
|
+
entries: () => IterableIterator<[number, import("fractal-page-object").WithElement<any, HTMLElement>]>;
|
|
74
|
+
keys: () => IterableIterator<number>;
|
|
75
|
+
values: () => IterableIterator<import("fractal-page-object").WithElement<any, HTMLElement>>;
|
|
76
|
+
[Symbol.iterator]: () => IterableIterator<import("fractal-page-object").WithElement<any, HTMLElement>>;
|
|
77
|
+
};
|
|
78
|
+
readonly element: HTMLSpanElement | null;
|
|
79
|
+
readonly elements: HTMLSpanElement[];
|
|
80
|
+
readonly __dom_element_descriptor_is_descriptor__: true;
|
|
81
|
+
readonly length: number;
|
|
82
|
+
pop: () => import("fractal-page-object").WithElement<any, HTMLSpanElement> | undefined;
|
|
83
|
+
reverse: () => import("fractal-page-object").WithElement<any, HTMLSpanElement>[];
|
|
84
|
+
shift: () => import("fractal-page-object").WithElement<any, HTMLSpanElement> | undefined;
|
|
85
|
+
slice: (_start?: number, _end?: number) => import("fractal-page-object").WithElement<any, HTMLSpanElement>[];
|
|
86
|
+
sort: (_compareFn?: ((a: import("fractal-page-object").WithElement<any, HTMLSpanElement>, b: import("fractal-page-object").WithElement<any, HTMLSpanElement>) => number) | undefined) => any[];
|
|
87
|
+
every: (predicate: (value: import("fractal-page-object").WithElement<any, HTMLSpanElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLSpanElement>[]) => unknown, _thisArg?: any) => boolean;
|
|
88
|
+
some: (_predicate: (value: import("fractal-page-object").WithElement<any, HTMLSpanElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLSpanElement>[]) => unknown, _thisArg?: any) => boolean;
|
|
89
|
+
forEach: (_callbackfn: (value: import("fractal-page-object").WithElement<any, HTMLSpanElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLSpanElement>[]) => void, _thisArg?: any) => void;
|
|
90
|
+
map: <U>(_callbackfn: (value: import("fractal-page-object").WithElement<any, HTMLSpanElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLSpanElement>[]) => U, _thisArg?: any) => U[];
|
|
91
|
+
filter: (predicate: (value: import("fractal-page-object").WithElement<any, HTMLSpanElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLSpanElement>[]) => unknown, thisArg?: any) => import("fractal-page-object").WithElement<any, HTMLSpanElement>[];
|
|
92
|
+
reduce: <U>(_callbackfn: (previousValue: U, currentValue: import("fractal-page-object").WithElement<any, HTMLSpanElement>, currentIndex: number, array: import("fractal-page-object").WithElement<any, HTMLSpanElement>[]) => U, initialValue: U) => U;
|
|
93
|
+
reduceRight: <U>(_callbackfn: (previousValue: U, currentValue: import("fractal-page-object").WithElement<any, HTMLSpanElement>, currentIndex: number, array: import("fractal-page-object").WithElement<any, HTMLSpanElement>[]) => U, initialValue: U) => U;
|
|
94
|
+
find: (predicate: (value: import("fractal-page-object").WithElement<any, HTMLSpanElement>, index: number, obj: import("fractal-page-object").WithElement<any, HTMLSpanElement>[]) => unknown, thisArg?: any) => import("fractal-page-object").WithElement<any, HTMLSpanElement> | undefined;
|
|
95
|
+
findIndex: (_predicate: (value: import("fractal-page-object").WithElement<any, HTMLSpanElement>, index: number, obj: import("fractal-page-object").WithElement<any, HTMLSpanElement>[]) => unknown, _thisArg?: any) => number;
|
|
96
|
+
entries: () => IterableIterator<[number, import("fractal-page-object").WithElement<any, HTMLSpanElement>]>;
|
|
97
|
+
keys: () => IterableIterator<number>;
|
|
98
|
+
values: () => IterableIterator<import("fractal-page-object").WithElement<any, HTMLSpanElement>>;
|
|
99
|
+
[Symbol.iterator]: () => IterableIterator<import("fractal-page-object").WithElement<any, HTMLSpanElement>>;
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
export {};
|
|
103
|
+
//# sourceMappingURL=app-header.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-header.d.ts","sourceRoot":"","sources":["../../../src/test-support/page-objects/app-header.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAElE,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AACxC,OAAO,EAAE,kBAAkB,EAAE,MAAM,QAAQ,CAAC;AAE5C,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC/D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD,cAAM,gBAAiB,SAAQ,UAAU,CAAC,WAAW,CAAE,YAAW,IAAI,CAAC,WAAW,CAAC;IAEjF,KAAK,4BAAiF;CACvF;AAED,qBAAa,iBAAkB,SAAQ,kBAAmB,YAAW,QAAQ;IAC3E,MAAM,CAAC,QAAQ,SAAmB;gBAEtB,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAI9F,OAAO;IAIP,cAAc;IAOd,IAAI,QAAQ,YAMX;IAED,IAAI,KAAK,IAAI,IAAI,GAAG,SAAS,CAM5B;CACF;AAED,qBAAa,mBAAoB,SAAQ,UAAU,CAAC,WAAW,CAAC;;IAC9D,MAAM,CAAC,QAAQ,SAA4B;gBAE/B,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAY9F,IAAI,MAAM,+BAET;IAED,IAAI,IAAI,qBAEP;IAED,IAAI,IAAI,gCAEP;IAED,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmBH;CACH"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import type { ElementLike } from 'fractal-page-object';
|
|
3
|
+
export declare class ButtonPageObject extends PageObject<HTMLButtonElement | HTMLAnchorElement | HTMLSpanElement> {
|
|
4
|
+
static SELECTOR: string;
|
|
5
|
+
constructor(selector?: string, parent?: PageObject | ElementLike | null, index?: number | null);
|
|
6
|
+
get intent(): string | null | undefined;
|
|
7
|
+
get importance(): string | null | undefined;
|
|
8
|
+
get spacing(): string | null | undefined;
|
|
9
|
+
$before: PageObject<HTMLSpanElement>;
|
|
10
|
+
$label: PageObject<HTMLSpanElement>;
|
|
11
|
+
$after: PageObject<HTMLSpanElement>;
|
|
12
|
+
push(): Promise<void>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/test-support/page-objects/button.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAElE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD,qBAAa,gBAAiB,SAAQ,UAAU,CAC9C,iBAAiB,GAAG,iBAAiB,GAAG,eAAe,CACxD;IACC,MAAM,CAAC,QAAQ,SAAwB;gBAE3B,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAI9F,IAAI,MAAM,IAAI,MAAM,GAAG,IAAI,GAAG,SAAS,CAEtC;IAED,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,GAAG,SAAS,CAE1C;IAED,IAAI,OAAO,IAAI,MAAM,GAAG,IAAI,GAAG,SAAS,CAEvC;IAED,OAAO,8BAAuD;IAC9D,MAAM,8BAAsD;IAC5D,MAAM,8BAAsD;IAEtD,IAAI;CAKX"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import type { Input } from './input';
|
|
3
|
+
import type { ElementLike } from 'fractal-page-object';
|
|
4
|
+
declare class ChoicePageObject extends PageObject<HTMLInputElement> implements Input {
|
|
5
|
+
static SELECTOR: string;
|
|
6
|
+
constructor(selector?: string, parent?: PageObject | ElementLike | null, index?: number | null);
|
|
7
|
+
get control(): HTMLInputElement;
|
|
8
|
+
}
|
|
9
|
+
export declare const RadioPageObject: typeof ChoicePageObject;
|
|
10
|
+
export declare const CheckboxPageObject: typeof ChoicePageObject;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=choice.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"choice.d.ts","sourceRoot":"","sources":["../../../src/test-support/page-objects/choice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD,cAAM,gBAAiB,SAAQ,UAAU,CAAC,gBAAgB,CAAE,YAAW,KAAK;IAC1E,MAAM,CAAC,QAAQ,SAAwB;gBAE3B,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAI9F,IAAI,OAAO,IACc,gBAAgB,CACxC;CACF;AAED,eAAO,MAAM,eAAe,yBAAmB,CAAC;AAChD,eAAO,MAAM,kBAAkB,yBAAmB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import { FieldPageObject } from './-private/field';
|
|
3
|
+
import { ButtonPageObject } from './button';
|
|
4
|
+
import type { ElementLike } from 'fractal-page-object';
|
|
5
|
+
export declare class FormPageObject extends PageObject<HTMLFormElement> {
|
|
6
|
+
static SELECTOR: string;
|
|
7
|
+
constructor(selector?: string, parent?: PageObject | ElementLike | null, index?: number | null);
|
|
8
|
+
$submit: ButtonPageObject;
|
|
9
|
+
$reset: ButtonPageObject;
|
|
10
|
+
$fields: FieldPageObject;
|
|
11
|
+
field(name: string): FieldPageObject;
|
|
12
|
+
submit(): Promise<void>;
|
|
13
|
+
reset(): Promise<void>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=form.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../../src/test-support/page-objects/form.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAElE,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD,qBAAa,cAAe,SAAQ,UAAU,CAAC,eAAe,CAAC;IAC7D,MAAM,CAAC,QAAQ,SAAsB;gBAEzB,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAI9F,OAAO,mBAAkD;IACzD,MAAM,mBAAiD;IAEvD,OAAO,kBAAkD;IAEzD,KAAK,CAAC,IAAI,EAAE,MAAM,GAC4C,eAAe;IAGvE,MAAM;IAIN,KAAK;CAGZ"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import { IconPageObject } from './icon';
|
|
3
|
+
import type { ElementLike } from 'fractal-page-object';
|
|
4
|
+
export declare class IconButtonPageObject extends PageObject<HTMLButtonElement | HTMLAnchorElement | HTMLSpanElement> {
|
|
5
|
+
static SELECTOR: string;
|
|
6
|
+
constructor(selector?: string, parent?: PageObject | ElementLike | null, index?: number | null);
|
|
7
|
+
get intent(): string | null | undefined;
|
|
8
|
+
get importance(): string | null | undefined;
|
|
9
|
+
get spacing(): string | null | undefined;
|
|
10
|
+
push(): Promise<void>;
|
|
11
|
+
$icon: IconPageObject;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=icon-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-button.d.ts","sourceRoot":"","sources":["../../../src/test-support/page-objects/icon-button.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAElE,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAExC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD,qBAAa,oBAAqB,SAAQ,UAAU,CAClD,iBAAiB,GAAG,iBAAiB,GAAG,eAAe,CACxD;IACC,MAAM,CAAC,QAAQ,SAA6B;gBAEhC,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAI9F,IAAI,MAAM,IAAI,MAAM,GAAG,IAAI,GAAG,SAAS,CAEtC;IAED,IAAI,UAAU,IAAI,MAAM,GAAG,IAAI,GAAG,SAAS,CAE1C;IAED,IAAI,OAAO,IAAI,MAAM,GAAG,IAAI,GAAG,SAAS,CAEvC;IAEK,IAAI;IAMV,KAAK,iBAAyD;CAC/D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import type { ElementLike } from 'fractal-page-object';
|
|
3
|
+
export declare class IconPageObject extends PageObject<HTMLSpanElement> {
|
|
4
|
+
static SELECTOR: string;
|
|
5
|
+
constructor(selector?: string, parent?: PageObject | ElementLike | null, index?: number | null);
|
|
6
|
+
get name(): string | null | undefined;
|
|
7
|
+
get style(): string | null | undefined;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=icon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../src/test-support/page-objects/icon.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD,qBAAa,cAAe,SAAQ,UAAU,CAAC,eAAe,CAAC;IAC7D,MAAM,CAAC,QAAQ,SAAsB;gBAEzB,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAI9F,IAAI,IAAI,IAAI,MAAM,GAAG,IAAI,GAAG,SAAS,CAEpC;IAED,IAAI,KAAK,IAAI,MAAM,GAAG,IAAI,GAAG,SAAS,CAErC;CACF"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import { InputPageObject } from './input';
|
|
3
|
+
import type { Input } from './input';
|
|
4
|
+
import type { ElementLike } from 'fractal-page-object';
|
|
5
|
+
export declare class InputBuilderPageObject extends PageObject<HTMLInputElement> implements Input {
|
|
6
|
+
static SELECTOR: string;
|
|
7
|
+
constructor(selector?: string, parent?: PageObject | ElementLike | null, index?: number | null);
|
|
8
|
+
$prefix: PageObject<HTMLSpanElement>;
|
|
9
|
+
$affix: PageObject<HTMLSpanElement>;
|
|
10
|
+
$suffix: PageObject<HTMLSpanElement>;
|
|
11
|
+
$input: InputPageObject;
|
|
12
|
+
get control(): HTMLInputElement;
|
|
13
|
+
}
|
|
14
|
+
export declare const CurrencyInputPageObject: typeof InputBuilderPageObject;
|
|
15
|
+
//# sourceMappingURL=input-builder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-builder.d.ts","sourceRoot":"","sources":["../../../src/test-support/page-objects/input-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAElE,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD,qBAAa,sBAAuB,SAAQ,UAAU,CAAC,gBAAgB,CAAE,YAAW,KAAK;IACvF,MAAM,CAAC,QAAQ,SAA+B;gBAElC,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAI9F,OAAO,8BAA8D;IACrE,MAAM,8BAA6D;IACnE,OAAO,8BAA8D;IACrE,MAAM,kBAAkD;IAExD,IAAI,OAAO,IACqB,gBAAgB,CAC/C;CACF;AAED,eAAO,MAAM,uBAAuB,+BAAyB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import type { ElementLike } from 'fractal-page-object';
|
|
3
|
+
export interface Input extends PageObject {
|
|
4
|
+
control: HTMLInputElement;
|
|
5
|
+
}
|
|
6
|
+
export declare class InputPageObject extends PageObject<HTMLInputElement> implements Input {
|
|
7
|
+
static SELECTOR: string;
|
|
8
|
+
constructor(selector?: string, parent?: PageObject | ElementLike | null, index?: number | null);
|
|
9
|
+
get control(): HTMLInputElement;
|
|
10
|
+
}
|
|
11
|
+
export declare const NumberInputPageObject: typeof InputPageObject;
|
|
12
|
+
export declare const TextInputPageObject: typeof InputPageObject;
|
|
13
|
+
export declare const PhoneInputPageObject: typeof InputPageObject;
|
|
14
|
+
export declare const DateInputPageObject: typeof InputPageObject;
|
|
15
|
+
export declare const EmailInputPageObject: typeof InputPageObject;
|
|
16
|
+
export declare const PasswordInputPageObject: typeof InputPageObject;
|
|
17
|
+
//# sourceMappingURL=input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/test-support/page-objects/input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD,MAAM,WAAW,KAAM,SAAQ,UAAU;IACvC,OAAO,EAAE,gBAAgB,CAAC;CAC3B;AAED,qBAAa,eAAgB,SAAQ,UAAU,CAAC,gBAAgB,CAAE,YAAW,KAAK;IAChF,MAAM,CAAC,QAAQ,SAAuB;gBAE1B,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAI9F,IAAI,OAAO,IACc,gBAAgB,CACxC;CACF;AAED,eAAO,MAAM,qBAAqB,wBAAkB,CAAC;AACrD,eAAO,MAAM,mBAAmB,wBAAkB,CAAC;AACnD,eAAO,MAAM,oBAAoB,wBAAkB,CAAC;AACpD,eAAO,MAAM,mBAAmB,wBAAkB,CAAC;AACnD,eAAO,MAAM,oBAAoB,wBAAkB,CAAC;AACpD,eAAO,MAAM,uBAAuB,wBAAkB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import type { ElementLike, GenericPageObject } from 'fractal-page-object/dist/-private/types';
|
|
3
|
+
export declare class ListPageObject extends PageObject<HTMLDivElement> {
|
|
4
|
+
static SELECTOR: string;
|
|
5
|
+
constructor(selector?: string, parent?: GenericPageObject | ElementLike | null, index?: number | null);
|
|
6
|
+
get control(): HTMLDivElement;
|
|
7
|
+
$option: PageObject<HTMLOptionElement>;
|
|
8
|
+
select(options: string | string[]): Promise<void>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=list%20copy.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list copy.d.ts","sourceRoot":"","sources":["../../../src/test-support/page-objects/list copy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAKlE,OAAO,KAAK,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAE9F,qBAAa,cAAe,SAAQ,UAAU,CAAC,cAAc,CAAC;IAC5D,MAAM,CAAC,QAAQ,SAAsB;gBAGnC,QAAQ,CAAC,EAAE,MAAM,EACjB,MAAM,CAAC,EAAE,iBAAiB,GAAG,WAAW,GAAG,IAAI,EAC/C,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAKvB,IAAI,OAAO,mBAEV;IAED,OAAO,gCAA6C;IAE9C,MAAM,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE;CAGxC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import type { ElementLike } from 'fractal-page-object';
|
|
3
|
+
export declare class ListPageObject extends PageObject<HTMLDivElement> {
|
|
4
|
+
static SELECTOR: string;
|
|
5
|
+
constructor(selector?: string, parent?: PageObject | ElementLike | null, index?: number | null);
|
|
6
|
+
get control(): HTMLDivElement;
|
|
7
|
+
$option: PageObject<HTMLOptionElement>;
|
|
8
|
+
select(options: string | string[]): Promise<void>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=list.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/test-support/page-objects/list.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAKlE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD,qBAAa,cAAe,SAAQ,UAAU,CAAC,cAAc,CAAC;IAC5D,MAAM,CAAC,QAAQ,SAAsB;gBAEzB,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAI9F,IAAI,OAAO,IACc,cAAc,CACtC;IAED,OAAO,gCAA6C;IAE9C,MAAM,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE;CAGxC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import type { ElementLike, GenericPageObject } from 'fractal-page-object/dist/-private/types';
|
|
3
|
+
export declare class MenuPageObject extends PageObject<HTMLDivElement> {
|
|
4
|
+
static SELECTOR: string;
|
|
5
|
+
constructor(selector?: string, parent?: GenericPageObject | ElementLike | null, index?: number | null);
|
|
6
|
+
get control(): HTMLDivElement;
|
|
7
|
+
$item: PageObject<HTMLButtonElement | HTMLAnchorElement>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=menu%20copy.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu copy.d.ts","sourceRoot":"","sources":["../../../src/test-support/page-objects/menu copy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAElE,OAAO,KAAK,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAE9F,qBAAa,cAAe,SAAQ,UAAU,CAAC,cAAc,CAAC;IAC5D,MAAM,CAAC,QAAQ,SAAsB;gBAGnC,QAAQ,CAAC,EAAE,MAAM,EACjB,MAAM,CAAC,EAAE,iBAAiB,GAAG,WAAW,GAAG,IAAI,EAC/C,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAKvB,IAAI,OAAO,mBAEV;IAED,KAAK,oDAAqE;CAC3E"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { PageObject } from 'fractal-page-object';
|
|
2
|
+
import type { Menu, MenuElement, MenuItem, MenuItemElement } from './-menu';
|
|
3
|
+
import type { ElementLike } from 'fractal-page-object';
|
|
4
|
+
export declare class MenuItemPageObject extends PageObject<MenuItemElement> implements MenuItem {
|
|
5
|
+
static SELECTOR: string;
|
|
6
|
+
constructor(selector?: string, parent?: PageObject | ElementLike | null, index?: number | null);
|
|
7
|
+
get disabled(): boolean;
|
|
8
|
+
get expanded(): boolean;
|
|
9
|
+
hasMenu(): boolean;
|
|
10
|
+
protected get menuId(): string | null | undefined;
|
|
11
|
+
protected get menu(): Menu | undefined;
|
|
12
|
+
get $menu(): Menu<MenuElement> | undefined;
|
|
13
|
+
}
|
|
14
|
+
export declare class MenuPageObject extends PageObject<MenuElement> implements Menu {
|
|
15
|
+
static SELECTOR: string;
|
|
16
|
+
constructor(selector?: string, parent?: PageObject | ElementLike | null, index?: number | null);
|
|
17
|
+
get control(): HTMLDivElement;
|
|
18
|
+
$item: MenuItem<MenuItemElement>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=menu.d.ts.map
|