@hokulea/ember 0.6.1 → 0.7.0
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 +178 -17
- package/addon-main.cjs +5 -0
- package/declarations/-private/form/components/{description.d.ts → description.gts.d.ts} +1 -1
- package/declarations/-private/form/components/description.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/{errors.d.ts → errors.gts.d.ts} +2 -2
- package/declarations/-private/form/components/errors.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/{field.d.ts → field.gts.d.ts} +22 -16
- package/declarations/-private/form/components/field.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/{checkbox.d.ts → checkbox.gts.d.ts} +2 -2
- package/declarations/-private/form/components/fields/checkbox.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/{currency.d.ts → currency.gts.d.ts} +2 -2
- package/declarations/-private/form/components/fields/currency.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/{date.d.ts → date.gts.d.ts} +2 -2
- package/declarations/-private/form/components/fields/date.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/{email.d.ts → email.gts.d.ts} +2 -2
- package/declarations/-private/form/components/fields/email.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/{list.d.ts → list.gts.d.ts} +3 -3
- package/declarations/-private/form/components/fields/list.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/{multiple-choice.d.ts → multiple-choice.gts.d.ts} +2 -2
- package/declarations/-private/form/components/fields/multiple-choice.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/{number.d.ts → number.gts.d.ts} +2 -2
- package/declarations/-private/form/components/fields/number.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/{password.d.ts → password.gts.d.ts} +2 -2
- package/declarations/-private/form/components/fields/password.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/{phone.d.ts → phone.gts.d.ts} +2 -2
- package/declarations/-private/form/components/fields/phone.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/{range.d.ts → range.gts.d.ts} +2 -2
- package/declarations/-private/form/components/fields/range.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/{select.d.ts → select.gts.d.ts} +2 -2
- package/declarations/-private/form/components/fields/select.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/{singular-choice.d.ts → singular-choice.gts.d.ts} +2 -2
- package/declarations/-private/form/components/fields/singular-choice.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/{text-area.d.ts → text-area.gts.d.ts} +2 -2
- package/declarations/-private/form/components/fields/text-area.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/fields/{text.d.ts → text.gts.d.ts} +2 -2
- package/declarations/-private/form/components/fields/text.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/{label.d.ts → label.gts.d.ts} +1 -1
- package/declarations/-private/form/components/label.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/{reset.d.ts → reset.gts.d.ts} +1 -1
- package/declarations/-private/form/components/reset.gts.d.ts.map +1 -0
- package/declarations/-private/form/components/{submit.d.ts → submit.gts.d.ts} +1 -1
- package/declarations/-private/form/components/submit.gts.d.ts.map +1 -0
- package/declarations/-private/form/modifiers/capture-events.d.ts.map +1 -1
- package/declarations/-private/form/modifiers/manage-validation.d.ts +8 -5
- package/declarations/-private/form/modifiers/manage-validation.d.ts.map +1 -1
- package/declarations/-private/helpers.d.ts.map +1 -1
- package/declarations/-private/stories.d.ts +2 -0
- package/declarations/-private/stories.d.ts.map +1 -0
- package/declarations/components/-stories.d.ts +3 -0
- package/declarations/components/-stories.d.ts.map +1 -0
- package/declarations/components/{app-header.d.ts → app-header.gts.d.ts} +1 -2
- package/declarations/components/app-header.gts.d.ts.map +1 -0
- package/declarations/components/{box.d.ts → box.gts.d.ts} +1 -1
- package/declarations/components/box.gts.d.ts.map +1 -0
- package/declarations/components/{button.d.ts → button.gts.d.ts} +1 -1
- package/declarations/components/button.gts.d.ts.map +1 -0
- package/declarations/components/{card.d.ts → card.gts.d.ts} +1 -1
- package/declarations/components/card.gts.d.ts.map +1 -0
- package/declarations/components/{checkbox.d.ts → checkbox.gts.d.ts} +2 -2
- package/declarations/components/checkbox.gts.d.ts.map +1 -0
- package/declarations/components/{currency-input.d.ts → currency-input.gts.d.ts} +2 -2
- package/declarations/components/currency-input.gts.d.ts.map +1 -0
- package/declarations/components/{date-input.d.ts → date-input.gts.d.ts} +2 -2
- package/declarations/components/date-input.gts.d.ts.map +1 -0
- package/declarations/components/{email-input.d.ts → email-input.gts.d.ts} +2 -2
- package/declarations/components/email-input.gts.d.ts.map +1 -0
- package/declarations/components/{form.d.ts → form.gts.d.ts} +27 -31
- package/declarations/components/form.gts.d.ts.map +1 -0
- package/declarations/components/{icon-button.d.ts → icon-button.gts.d.ts} +4 -5
- package/declarations/components/icon-button.gts.d.ts.map +1 -0
- package/declarations/components/icon.gts.d.ts +14 -0
- package/declarations/components/icon.gts.d.ts.map +1 -0
- package/declarations/components/{input-builder.d.ts → input-builder.gts.d.ts} +1 -1
- package/declarations/components/input-builder.gts.d.ts.map +1 -0
- package/declarations/components/{list.d.ts → list.gts.d.ts} +1 -1
- package/declarations/components/list.gts.d.ts.map +1 -0
- package/declarations/components/{menu.d.ts → menu.gts.d.ts} +3 -4
- package/declarations/components/menu.gts.d.ts.map +1 -0
- package/declarations/components/{number-input.d.ts → number-input.gts.d.ts} +2 -2
- package/declarations/components/number-input.gts.d.ts.map +1 -0
- package/declarations/components/{page.d.ts → page.gts.d.ts} +6 -2
- package/declarations/components/page.gts.d.ts.map +1 -0
- package/declarations/components/{password-input.d.ts → password-input.gts.d.ts} +2 -2
- package/declarations/components/password-input.gts.d.ts.map +1 -0
- package/declarations/components/{phone-input.d.ts → phone-input.gts.d.ts} +2 -2
- package/declarations/components/phone-input.gts.d.ts.map +1 -0
- package/declarations/components/{popover.d.ts → popover.gts.d.ts} +1 -1
- package/declarations/components/popover.gts.d.ts.map +1 -0
- package/declarations/components/{radio.d.ts → radio.gts.d.ts} +2 -2
- package/declarations/components/radio.gts.d.ts.map +1 -0
- package/declarations/components/{range-input.d.ts → range-input.gts.d.ts} +2 -2
- package/declarations/components/range-input.gts.d.ts.map +1 -0
- package/declarations/components/{section.d.ts → section.gts.d.ts} +1 -1
- package/declarations/components/section.gts.d.ts.map +1 -0
- package/declarations/components/{select.d.ts → select.gts.d.ts} +1 -1
- package/declarations/components/select.gts.d.ts.map +1 -0
- package/declarations/components/{tabs.d.ts → tabs.gts.d.ts} +6 -5
- package/declarations/components/tabs.gts.d.ts.map +1 -0
- package/declarations/components/{text-area.d.ts → text-area.gts.d.ts} +2 -2
- package/declarations/components/text-area.gts.d.ts.map +1 -0
- package/declarations/components/{text-input.d.ts → text-input.gts.d.ts} +2 -2
- package/declarations/components/text-input.gts.d.ts.map +1 -0
- package/declarations/index.d.ts +11 -11
- package/declarations/index.d.ts.map +1 -1
- package/declarations/services/-hokulea.d.ts +5 -0
- package/declarations/services/-hokulea.d.ts.map +1 -0
- package/declarations/template-registry.d.ts +1 -1
- package/declarations/template-registry.d.ts.map +1 -1
- package/declarations/test-support/index.d.ts +18 -18
- package/declarations/test-support/index.d.ts.map +1 -1
- package/declarations/test-support/page-objects/-private/choices.d.ts +1 -2
- package/declarations/test-support/page-objects/-private/choices.d.ts.map +1 -1
- package/declarations/test-support/page-objects/-private/field.d.ts +11 -33
- package/declarations/test-support/page-objects/-private/field.d.ts.map +1 -1
- package/declarations/test-support/page-objects/app-header.d.ts +3 -3
- package/declarations/test-support/page-objects/app-header.d.ts.map +1 -1
- package/declarations/test-support/page-objects/choice.d.ts +1 -1
- package/declarations/test-support/page-objects/choice.d.ts.map +1 -1
- package/declarations/test-support/page-objects/form.d.ts +4 -2
- package/declarations/test-support/page-objects/form.d.ts.map +1 -1
- package/declarations/test-support/page-objects/icon-button.d.ts +1 -1
- package/declarations/test-support/page-objects/icon-button.d.ts.map +1 -1
- package/declarations/test-support/page-objects/icon.d.ts +1 -2
- package/declarations/test-support/page-objects/icon.d.ts.map +1 -1
- package/declarations/test-support/page-objects/input-builder.d.ts +2 -2
- package/declarations/test-support/page-objects/input-builder.d.ts.map +1 -1
- package/declarations/test-support/page-objects/menu.d.ts +1 -1
- package/declarations/test-support/page-objects/menu.d.ts.map +1 -1
- package/declarations/test-support/page-objects/tabs.d.ts.map +1 -1
- package/declarations/test-support/page-objects/text-area.d.ts +1 -1
- package/declarations/test-support/page-objects/text-area.d.ts.map +1 -1
- package/dist/{-button-CJL1yb2d.js → -button-KUaJCQaB.js} +2 -2
- package/dist/-button-KUaJCQaB.js.map +1 -0
- package/dist/-input-DGR-n9U_.js.map +1 -1
- package/dist/_app_/services/-hokulea.js +1 -0
- package/dist/components/app-header.js +35 -40
- package/dist/components/app-header.js.map +1 -1
- package/dist/components/box.js +3 -3
- package/dist/components/box.js.map +1 -1
- package/dist/components/button.js +4 -4
- package/dist/components/button.js.map +1 -1
- package/dist/components/card.js +3 -3
- package/dist/components/card.js.map +1 -1
- package/dist/components/checkbox.js +3 -3
- package/dist/components/checkbox.js.map +1 -1
- package/dist/components/currency-input.js +3 -3
- package/dist/components/currency-input.js.map +1 -1
- package/dist/components/date-input.js +3 -3
- package/dist/components/date-input.js.map +1 -1
- package/dist/components/email-input.js +3 -3
- package/dist/components/email-input.js.map +1 -1
- package/dist/components/form.js +287 -295
- package/dist/components/form.js.map +1 -1
- package/dist/components/icon-button.js +8 -6
- package/dist/components/icon-button.js.map +1 -1
- package/dist/components/icon.js +9 -34
- package/dist/components/icon.js.map +1 -1
- package/dist/components/input-builder.js +2 -2
- package/dist/components/input-builder.js.map +1 -1
- package/dist/components/list.js +17 -17
- package/dist/components/list.js.map +1 -1
- package/dist/components/menu.js +18 -23
- package/dist/components/menu.js.map +1 -1
- package/dist/components/number-input.js +3 -3
- package/dist/components/number-input.js.map +1 -1
- package/dist/components/page.js +33 -35
- package/dist/components/page.js.map +1 -1
- package/dist/components/password-input.js +3 -3
- package/dist/components/password-input.js.map +1 -1
- package/dist/components/phone-input.js +3 -3
- package/dist/components/phone-input.js.map +1 -1
- package/dist/components/popover.js +2 -2
- package/dist/components/popover.js.map +1 -1
- package/dist/components/radio.js +3 -3
- package/dist/components/radio.js.map +1 -1
- package/dist/components/range-input.js +15 -15
- package/dist/components/range-input.js.map +1 -1
- package/dist/components/section.js +10 -10
- package/dist/components/section.js.map +1 -1
- package/dist/components/select.js +10 -10
- package/dist/components/select.js.map +1 -1
- package/dist/components/tabs.js +29 -28
- package/dist/components/tabs.js.map +1 -1
- package/dist/components/text-area.js +3 -3
- package/dist/components/text-area.js.map +1 -1
- package/dist/components/text-input.js +3 -3
- package/dist/components/text-input.js.map +1 -1
- package/dist/disabled-B_FQ0Z51.js.map +1 -1
- package/dist/helpers/popover.js +3 -3
- package/dist/helpers/popover.js.map +1 -1
- package/dist/{helpers-DApiJrHl.js → helpers-DS9du02l.js} +4 -2
- package/dist/helpers-DS9du02l.js.map +1 -0
- package/dist/index.js +9 -9
- package/dist/services/-hokulea.js +15 -0
- package/dist/services/-hokulea.js.map +1 -0
- package/dist/test-support/index.js +12 -14
- package/dist/test-support/index.js.map +1 -1
- package/package.json +93 -84
- package/addon-main.js +0 -49
- package/declarations/-private/form/components/description.d.ts.map +0 -1
- package/declarations/-private/form/components/errors.d.ts.map +0 -1
- package/declarations/-private/form/components/field.d.ts.map +0 -1
- package/declarations/-private/form/components/fields/checkbox.d.ts.map +0 -1
- package/declarations/-private/form/components/fields/currency.d.ts.map +0 -1
- package/declarations/-private/form/components/fields/date.d.ts.map +0 -1
- package/declarations/-private/form/components/fields/email.d.ts.map +0 -1
- package/declarations/-private/form/components/fields/list.d.ts.map +0 -1
- package/declarations/-private/form/components/fields/multiple-choice.d.ts.map +0 -1
- package/declarations/-private/form/components/fields/number.d.ts.map +0 -1
- package/declarations/-private/form/components/fields/password.d.ts.map +0 -1
- package/declarations/-private/form/components/fields/phone.d.ts.map +0 -1
- package/declarations/-private/form/components/fields/range.d.ts.map +0 -1
- package/declarations/-private/form/components/fields/select.d.ts.map +0 -1
- package/declarations/-private/form/components/fields/singular-choice.d.ts.map +0 -1
- package/declarations/-private/form/components/fields/text-area.d.ts.map +0 -1
- package/declarations/-private/form/components/fields/text.d.ts.map +0 -1
- package/declarations/-private/form/components/label.d.ts.map +0 -1
- package/declarations/-private/form/components/reset.d.ts.map +0 -1
- package/declarations/-private/form/components/submit.d.ts.map +0 -1
- package/declarations/components/app-header.d.ts.map +0 -1
- package/declarations/components/box.d.ts.map +0 -1
- package/declarations/components/button.d.ts.map +0 -1
- package/declarations/components/card.d.ts.map +0 -1
- package/declarations/components/checkbox.d.ts.map +0 -1
- package/declarations/components/currency-input.d.ts.map +0 -1
- package/declarations/components/date-input.d.ts.map +0 -1
- package/declarations/components/email-input.d.ts.map +0 -1
- package/declarations/components/form.d.ts.map +0 -1
- package/declarations/components/icon-button.d.ts.map +0 -1
- package/declarations/components/icon.d.ts +0 -13698
- package/declarations/components/icon.d.ts.map +0 -1
- package/declarations/components/input-builder.d.ts.map +0 -1
- package/declarations/components/list.d.ts.map +0 -1
- package/declarations/components/menu.d.ts.map +0 -1
- package/declarations/components/number-input.d.ts.map +0 -1
- package/declarations/components/page.d.ts.map +0 -1
- package/declarations/components/password-input.d.ts.map +0 -1
- package/declarations/components/phone-input.d.ts.map +0 -1
- package/declarations/components/popover.d.ts.map +0 -1
- package/declarations/components/radio.d.ts.map +0 -1
- package/declarations/components/range-input.d.ts.map +0 -1
- package/declarations/components/section.d.ts.map +0 -1
- package/declarations/components/select.d.ts.map +0 -1
- package/declarations/components/tabs.d.ts.map +0 -1
- package/declarations/components/text-area.d.ts.map +0 -1
- package/declarations/components/text-input.d.ts.map +0 -1
- package/dist/-button-CJL1yb2d.js.map +0 -1
- package/dist/helpers-DApiJrHl.js.map +0 -1
- package/lib/config.js +0 -10
- package/lib/css-modules-plugin.js +0 -43
- package/lib/index.js +0 -30
- package/lib/webpack-asset-loader-plugin.js +0 -23
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { InputArgs } from './-input';
|
|
1
|
+
import type { InputArgs } from './-input.ts';
|
|
2
2
|
import type { TOC } from '@ember/component/template-only';
|
|
3
3
|
export interface PhoneInputSignature {
|
|
4
4
|
Element: HTMLInputElement;
|
|
@@ -6,4 +6,4 @@ export interface PhoneInputSignature {
|
|
|
6
6
|
}
|
|
7
7
|
declare const PhoneInput: TOC<PhoneInputSignature>;
|
|
8
8
|
export default PhoneInput;
|
|
9
|
-
//# sourceMappingURL=phone-input.d.ts.map
|
|
9
|
+
//# sourceMappingURL=phone-input.gts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phone-input.gts.d.ts","sourceRoot":"","sources":["../../src/components/phone-input.gts"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAE1D,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,gBAAgB,CAAC;IAC1B,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;CACzB;AAED,QAAA,MAAM,UAAU,EAAE,GAAG,CAAC,mBAAmB,CAgBvC,CAAC;AAEH,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover.gts.d.ts","sourceRoot":"","sources":["../../src/components/popover.gts"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAE1D,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,cAAc,CAAC;IACxB,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,OAAO,EAAE,GAAG,CAAC,gBAAgB,CAajC,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { InputArgs } from './-input';
|
|
1
|
+
import type { InputArgs } from './-input.ts';
|
|
2
2
|
import type { TOC } from '@ember/component/template-only';
|
|
3
3
|
export interface RadioSignature {
|
|
4
4
|
Element: HTMLInputElement;
|
|
@@ -6,4 +6,4 @@ export interface RadioSignature {
|
|
|
6
6
|
}
|
|
7
7
|
declare const Radio: TOC<RadioSignature>;
|
|
8
8
|
export default Radio;
|
|
9
|
-
//# sourceMappingURL=radio.d.ts.map
|
|
9
|
+
//# sourceMappingURL=radio.gts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radio.gts.d.ts","sourceRoot":"","sources":["../../src/components/radio.gts"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAE1D,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,gBAAgB,CAAC;IAC1B,IAAI,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;CAC1B;AAED,QAAA,MAAM,KAAK,EAAE,GAAG,CAAC,cAAc,CAgB7B,CAAC;AAEH,eAAe,KAAK,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { InputArgs } from './-input';
|
|
1
|
+
import type { InputArgs } from './-input.ts';
|
|
2
2
|
import type { TOC } from '@ember/component/template-only';
|
|
3
3
|
export interface RangeInputSignature {
|
|
4
4
|
Element: HTMLInputElement;
|
|
@@ -11,4 +11,4 @@ export interface RangeInputSignature {
|
|
|
11
11
|
}
|
|
12
12
|
declare const RangeInput: TOC<RangeInputSignature>;
|
|
13
13
|
export default RangeInput;
|
|
14
|
-
//# sourceMappingURL=range-input.d.ts.map
|
|
14
|
+
//# sourceMappingURL=range-input.gts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"range-input.gts.d.ts","sourceRoot":"","sources":["../../src/components/range-input.gts"],"names":[],"mappings":"AAmEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAuB1D,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,gBAAgB,CAAC;IAC1B,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,GAAG;QACxB,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;QACtB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;KACzC,CAAC;CACH;AAED,QAAA,MAAM,UAAU,EAAE,GAAG,CAAC,mBAAmB,CAkBvC,CAAC;AAEH,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"section.gts.d.ts","sourceRoot":"","sources":["../../src/components/section.gts"],"names":[],"mappings":"AA+DA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAE1D,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,WAAW,CAAC;IACrB,IAAI,EAAE;QACJ,KAAK,CAAC,EAAE,MAAM,CAAC;QACf;;;;WAIG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAUD,QAAA,MAAM,OAAO,EAAE,GAAG,CAAC,gBAAgB,CAgDjC,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select.gts.d.ts","sourceRoot":"","sources":["../../src/components/select.gts"],"names":[],"mappings":"AAyEA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAM3C,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAC1D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,MAAM,MAAM,KAAK,GAAG,MAAM,GAAG,MAAM,CAAC;AAEpC,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,iBAAiB,CAAC;IAC3B,IAAI,EAAE;QACJ,KAAK,EAAE,KAAK,CAAC;QACb,UAAU,EAAE,CAAC,MAAM,EAAE,KAAK,KAAK,OAAO,CAAC;KACxC,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,MAAM,EAAE,GAAG,CAAC,eAAe,CAiB/B,CAAC;AAEH,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,iBAAiB,CAAC;IAC3B,IAAI,EAAE;QACJ,KAAK,CAAC,EAAE,KAAK,GAAG,KAAK,EAAE,CAAC;QACxB,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,GAAG,KAAK,EAAE,KAAK,IAAI,CAAC;QAC1C,QAAQ,CAAC,EAAE,OAAO,CAAC;KACpB,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE;YACP;gBACE,MAAM,EAAE,aAAa,CAAC,OAAO,MAAM,EAAE,YAAY,CAAC,CAAC;aACpD;SACF,CAAC;KACH,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,MAAO,SAAQ,SAAS,CAAC,eAAe,CAAC;IAC5D,UAAU,WAAY,KAAK,aAMzB;IAEF,MAAM,UAAW,KAAK,UAMpB;CA2BH"}
|
|
@@ -7,6 +7,7 @@ interface State {
|
|
|
7
7
|
active: boolean;
|
|
8
8
|
selected: boolean;
|
|
9
9
|
}
|
|
10
|
+
type Item = string & {};
|
|
10
11
|
type TabSignature = {
|
|
11
12
|
Element: HTMLDivElement;
|
|
12
13
|
Args: {
|
|
@@ -16,7 +17,7 @@ type TabSignature = {
|
|
|
16
17
|
label?: string;
|
|
17
18
|
value?: unknown;
|
|
18
19
|
selection?: unknown;
|
|
19
|
-
activeItem?:
|
|
20
|
+
activeItem?: Item;
|
|
20
21
|
};
|
|
21
22
|
Blocks: {
|
|
22
23
|
default?: [State];
|
|
@@ -48,13 +49,13 @@ interface TabsSignature {
|
|
|
48
49
|
export default class Tabs extends Component<TabsSignature> {
|
|
49
50
|
tabs: Tab[];
|
|
50
51
|
internalSelection?: Tab;
|
|
51
|
-
activeItem?:
|
|
52
|
+
activeItem?: Item;
|
|
52
53
|
get items(): {}[];
|
|
53
54
|
get selection(): {} | undefined;
|
|
54
55
|
register: (tab: Tab) => void;
|
|
55
56
|
unregister: (tab: Tab) => void;
|
|
56
|
-
select: (id:
|
|
57
|
-
activateItem: (id:
|
|
57
|
+
select: (id: Item) => void;
|
|
58
|
+
activateItem: (id: Item) => void;
|
|
58
59
|
}
|
|
59
60
|
export {};
|
|
60
|
-
//# sourceMappingURL=tabs.d.ts.map
|
|
61
|
+
//# sourceMappingURL=tabs.gts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabs.gts.d.ts","sourceRoot":"","sources":["../../src/components/tabs.gts"],"names":[],"mappings":"AA8MA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAO3C,OAAO,EAAe,KAAK,WAAW,EAAE,KAAK,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAUzF,OAAO,KAAK,KAAK,MAAM,cAAc,CAAC;AACtC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,eAAO,MAAM,QAAQ,eAAqB,CAAC;AAS3C,UAAU,KAAK;IACb,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,KAAK,IAAI,GAAG,MAAM,GAAG,EAAE,CAAC;AAExB,KAAK,YAAY,GAAG;IAClB,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE;QACJ,OAAO,EAAE,MAAM,CAAC;QAChB,QAAQ,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;QAC7B,UAAU,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;QAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,OAAO,CAAC;QAChB,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,UAAU,CAAC,EAAE,IAAI,CAAC;KACnB,CAAC;IACF,MAAM,EAAE;QACN,OAAO,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC;QAClB,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC;QAChB,OAAO,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC;KACnB,CAAC;CACH,CAAC;AAEF,cAAM,GAAI,SAAQ,SAAS,CAAC,YAAY,CAAC;gBAC3B,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,YAAY,CAAC,MAAM,CAAC;IAUpD,IACI,EAAE,OAEL;CAoEF;AAED,UAAU,aAAa;IACrB,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE;QACJ,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;QAClC,QAAQ,CAAC,EAAE,eAAe,CAAC;QAC3B,WAAW,CAAC,EAAE,WAAW,CAAC;KAC3B,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE;YACP;gBACE,GAAG,EAAE,aAAa,CAChB,OAAO,GAAG,EACV,WAAW,GAAG,YAAY,GAAG,SAAS,GAAG,UAAU,GAAG,YAAY,CACnE,CAAC;aACH;SACF,CAAC;KACH,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,IAAK,SAAQ,SAAS,CAAC,aAAa,CAAC;IAC/C,IAAI,EAAE,GAAG,EAAE,CAAsB;IACjC,iBAAiB,CAAC,EAAE,GAAG,CAAC;IACxB,UAAU,CAAC,EAAE,IAAI,CAAC;IAE3B,IAAI,KAAK,SAER;IAED,IAAI,SAAS,mBAEZ;IAED,QAAQ,QAAS,GAAG,UAKlB;IAEF,UAAU,QAAS,GAAG,UAKpB;IAEF,MAAM,OAAQ,IAAI,UAMhB;IAEF,YAAY,OAAQ,IAAI,UAEtB;CAmCH"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { InputArgs } from './-input';
|
|
1
|
+
import type { InputArgs } from './-input.ts';
|
|
2
2
|
import type { TOC } from '@ember/component/template-only';
|
|
3
3
|
export interface TextAreaSignature {
|
|
4
4
|
Element: HTMLTextAreaElement;
|
|
@@ -6,4 +6,4 @@ export interface TextAreaSignature {
|
|
|
6
6
|
}
|
|
7
7
|
declare const TextArea: TOC<TextAreaSignature>;
|
|
8
8
|
export default TextArea;
|
|
9
|
-
//# sourceMappingURL=text-area.d.ts.map
|
|
9
|
+
//# sourceMappingURL=text-area.gts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text-area.gts.d.ts","sourceRoot":"","sources":["../../src/components/text-area.gts"],"names":[],"mappings":"AAgCA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAE1D,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,mBAAmB,CAAC;IAC7B,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;CACzB;AAED,QAAA,MAAM,QAAQ,EAAE,GAAG,CAAC,iBAAiB,CAgBnC,CAAC;AAEH,eAAe,QAAQ,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { InputArgs } from './-input';
|
|
1
|
+
import type { InputArgs } from './-input.ts';
|
|
2
2
|
import type { TOC } from '@ember/component/template-only';
|
|
3
3
|
export interface TextInputSignature {
|
|
4
4
|
Element: HTMLInputElement;
|
|
@@ -6,4 +6,4 @@ export interface TextInputSignature {
|
|
|
6
6
|
}
|
|
7
7
|
declare const TextInput: TOC<TextInputSignature>;
|
|
8
8
|
export default TextInput;
|
|
9
|
-
//# sourceMappingURL=text-input.d.ts.map
|
|
9
|
+
//# sourceMappingURL=text-input.gts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text-input.gts.d.ts","sourceRoot":"","sources":["../../src/components/text-input.gts"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAE1D,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,gBAAgB,CAAC;IAC1B,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;CACzB;AAED,QAAA,MAAM,SAAS,EAAE,GAAG,CAAC,kBAAkB,CAgBrC,CAAC;AAEH,eAAe,SAAS,CAAC"}
|
package/declarations/index.d.ts
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
export { default as Icon } from './components/icon';
|
|
2
2
|
export { default as Button } from './components/button';
|
|
3
3
|
export { default as IconButton } from './components/icon-button';
|
|
4
|
+
export { default as Checkbox } from './components/checkbox';
|
|
5
|
+
export { default as CurrencyInput } from './components/currency-input';
|
|
4
6
|
export { default as DateInput } from './components/date-input';
|
|
7
|
+
export { default as EmailInput } from './components/email-input';
|
|
8
|
+
export { default as InputBuilder } from './components/input-builder';
|
|
5
9
|
export { default as List } from './components/list';
|
|
6
10
|
export { default as NumberInput } from './components/number-input';
|
|
7
|
-
export { default as
|
|
11
|
+
export { default as PasswordInput } from './components/password-input';
|
|
8
12
|
export { default as PhoneInput } from './components/phone-input';
|
|
9
|
-
export { default as TextInput } from './components/text-input';
|
|
10
|
-
export { default as Select } from './components/select';
|
|
11
13
|
export { default as Radio } from './components/radio';
|
|
12
|
-
export { default as
|
|
13
|
-
export { default as
|
|
14
|
-
export { default as EmailInput } from './components/email-input';
|
|
15
|
-
export { default as PasswordInput } from './components/password-input';
|
|
16
|
-
export { default as InputBuilder } from './components/input-builder';
|
|
14
|
+
export { default as RangeInput } from './components/range-input';
|
|
15
|
+
export { default as Select } from './components/select';
|
|
17
16
|
export { default as TextArea } from './components/text-area';
|
|
18
|
-
export
|
|
17
|
+
export { default as TextInput } from './components/text-input';
|
|
18
|
+
export type { FieldValidateCallback, FormValidateCallback } from './-private/form/index.ts';
|
|
19
19
|
export type { FormBuilder } from './components/form';
|
|
20
20
|
export { default as Form } from './components/form';
|
|
21
21
|
export { default as AppHeader } from './components/app-header';
|
|
22
|
-
export { default as Page } from './components/page';
|
|
23
22
|
export { default as Menu } from './components/menu';
|
|
23
|
+
export { default as Page } from './components/page';
|
|
24
24
|
export { default as Tabs } from './components/tabs';
|
|
25
25
|
export { default as Box } from './components/box';
|
|
26
26
|
export { default as Card } from './components/card';
|
|
27
27
|
export { default as Section } from './components/section';
|
|
28
28
|
export { default as Popover } from './components/popover';
|
|
29
|
-
export { default as popover } from './helpers/popover';
|
|
29
|
+
export { default as popover } from './helpers/popover.ts';
|
|
30
30
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAGxD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAGrE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gCAAgC,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAGnE,YAAY,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC5F,YAAY,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAGxD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAGxD,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAG9D,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAG9D,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"-hokulea.d.ts","sourceRoot":"","sources":["../../src/services/-hokulea.ts"],"names":[],"mappings":"AACA,OAAO,OAAO,MAAM,gBAAgB,CAAC;AAErC,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,OAAO;IACxC,SAAS,SAAK;CACxB"}
|
|
@@ -24,7 +24,7 @@ import type Select from './components/select';
|
|
|
24
24
|
import type Tabs from './components/tabs';
|
|
25
25
|
import type TextArea from './components/text-area';
|
|
26
26
|
import type TextInput from './components/text-input';
|
|
27
|
-
import type popover from './helpers/popover';
|
|
27
|
+
import type popover from './helpers/popover.ts';
|
|
28
28
|
export default interface HokuleaRegistry {
|
|
29
29
|
AppHeader: typeof AppHeader;
|
|
30
30
|
Box: typeof Box;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-registry.d.ts","sourceRoot":"","sources":["../src/template-registry.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"template-registry.d.ts","sourceRoot":"","sources":["../src/template-registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,GAAG,MAAM,sBAAsB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,yBAAyB,CAAC;AAClD,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,KAAK,QAAQ,MAAM,2BAA2B,CAAC;AACtD,OAAO,KAAK,aAAa,MAAM,iCAAiC,CAAC;AACjE,OAAO,KAAK,SAAS,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,YAAY,MAAM,gCAAgC,CAAC;AAC/D,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,KAAK,WAAW,MAAM,+BAA+B,CAAC;AAC7D,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,KAAK,aAAa,MAAM,iCAAiC,CAAC;AACjE,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,wBAAwB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,MAAM,MAAM,yBAAyB,CAAC;AAClD,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,KAAK,QAAQ,MAAM,4BAA4B,CAAC;AACvD,OAAO,KAAK,SAAS,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAEhD,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,UAAU,EAAE,OAAO,UAAU,CAAC;IAC9B,OAAO,EAAE,OAAO,OAAO,CAAC;IACxB,MAAM,EAAE,OAAO,MAAM,CAAC;IACtB,IAAI,EAAE,OAAO,IAAI,CAAC;IAClB,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"}
|
|
@@ -1,19 +1,19 @@
|
|
|
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, RangeInputPageObject, 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 { TabsPageObject } from './page-objects/tabs';
|
|
18
|
-
export { TextAreaPageObject } from './page-objects/text-area';
|
|
1
|
+
export { AppHeaderPageObject } from './page-objects/app-header.ts';
|
|
2
|
+
export { ButtonPageObject } from './page-objects/button.ts';
|
|
3
|
+
export { CheckboxPageObject, RadioPageObject } from './page-objects/choice.ts';
|
|
4
|
+
export { type FieldError, FormPageObject, type OptionPageObject } from './page-objects/form.ts';
|
|
5
|
+
export { IconPageObject } from './page-objects/icon.ts';
|
|
6
|
+
export { IconButtonPageObject } from './page-objects/icon-button.ts';
|
|
7
|
+
export { DateInputPageObject, EmailInputPageObject, NumberInputPageObject, PasswordInputPageObject, PhoneInputPageObject, RangeInputPageObject, TextInputPageObject } from './page-objects/input.ts';
|
|
8
|
+
export type { InputBuilderPageObject } from './page-objects/input-builder.ts';
|
|
9
|
+
export { CurrencyInputPageObject } from './page-objects/input-builder.ts';
|
|
10
|
+
export { ListPageObject } from './page-objects/list.ts';
|
|
11
|
+
export { MenuPageObject } from './page-objects/menu.ts';
|
|
12
|
+
export { PagePageObject } from './page-objects/page.ts';
|
|
13
|
+
export { PillButtonPageObject } from './page-objects/pill-button.ts';
|
|
14
|
+
export { PopoverPageObject } from './page-objects/popover.ts';
|
|
15
|
+
export { SectionPageObject } from './page-objects/section.ts';
|
|
16
|
+
export { SelectPageObject } from './page-objects/select.ts';
|
|
17
|
+
export { TabsPageObject } from './page-objects/tabs.ts';
|
|
18
|
+
export { TextAreaPageObject } from './page-objects/text-area.ts';
|
|
19
19
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/test-support/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/test-support/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAC5D,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC/E,OAAO,EAAE,KAAK,UAAU,EAAE,cAAc,EAAE,KAAK,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAChG,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EACL,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,EACrB,uBAAuB,EACvB,oBAAoB,EACpB,oBAAoB,EACpB,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AACjC,YAAY,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC1E,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PageObject } from 'fractal-page-object';
|
|
2
2
|
import type { ElementLike } from 'fractal-page-object';
|
|
3
|
-
declare class OptionPageObject extends PageObject<HTMLDivElement> {
|
|
3
|
+
export declare class OptionPageObject extends PageObject<HTMLDivElement> {
|
|
4
4
|
$label: PageObject<HTMLLabelElement | HTMLLegendElement>;
|
|
5
5
|
$description: PageObject<HTMLParagraphElement>;
|
|
6
6
|
$control: PageObject<HTMLInputElement>;
|
|
@@ -11,5 +11,4 @@ export declare class ChoicesPageObject extends PageObject<HTMLDivElement | HTMLF
|
|
|
11
11
|
$options: OptionPageObject;
|
|
12
12
|
option(value: string): OptionPageObject;
|
|
13
13
|
}
|
|
14
|
-
export {};
|
|
15
14
|
//# sourceMappingURL=choices.d.ts.map
|
|
@@ -1 +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,
|
|
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,qBAAa,gBAAiB,SAAQ,UAAU,CAAC,cAAc,CAAC;IAC9D,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"}
|
|
@@ -1,12 +1,16 @@
|
|
|
1
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';
|
|
2
|
+
import { InputPageObject } from '../input.ts';
|
|
3
|
+
import { InputBuilderPageObject } from '../input-builder.ts';
|
|
4
|
+
import { ListPageObject } from '../list.ts';
|
|
5
|
+
import { SelectPageObject } from '../select.ts';
|
|
6
|
+
import { TextAreaPageObject } from '../text-area.ts';
|
|
7
|
+
import { ChoicesPageObject } from './choices.ts';
|
|
8
8
|
import type { RangeInputPageObject } from '../input';
|
|
9
9
|
import type { ElementLike } from 'fractal-page-object';
|
|
10
|
+
export declare class FieldError extends PageObject<HTMLDivElement> {
|
|
11
|
+
get type(): string | null | undefined;
|
|
12
|
+
get value(): string | null | undefined;
|
|
13
|
+
}
|
|
10
14
|
export declare class FieldPageObject extends PageObject<HTMLDivElement | HTMLFieldSetElement> {
|
|
11
15
|
static SELECTOR: string;
|
|
12
16
|
constructor(selector?: string, parent?: PageObject | ElementLike | null, index?: number | null);
|
|
@@ -19,33 +23,7 @@ export declare class FieldPageObject extends PageObject<HTMLDivElement | HTMLFie
|
|
|
19
23
|
private $checkbox;
|
|
20
24
|
private $list;
|
|
21
25
|
$choices: ChoicesPageObject;
|
|
22
|
-
$errors:
|
|
23
|
-
readonly [n: number]: any;
|
|
24
|
-
readonly type: string | null | undefined;
|
|
25
|
-
readonly value: string | null | undefined;
|
|
26
|
-
readonly element: HTMLDivElement | null;
|
|
27
|
-
readonly elements: HTMLDivElement[];
|
|
28
|
-
readonly __dom_element_descriptor_is_descriptor__: true;
|
|
29
|
-
readonly length: number;
|
|
30
|
-
pop: () => import("fractal-page-object").WithElement<any, HTMLDivElement> | undefined;
|
|
31
|
-
reverse: () => import("fractal-page-object").WithElement<any, HTMLDivElement>[];
|
|
32
|
-
shift: () => import("fractal-page-object").WithElement<any, HTMLDivElement> | undefined;
|
|
33
|
-
slice: (_start?: number, _end?: number) => import("fractal-page-object").WithElement<any, HTMLDivElement>[];
|
|
34
|
-
sort: (_compareFn?: ((a: import("fractal-page-object").WithElement<any, HTMLDivElement>, b: import("fractal-page-object").WithElement<any, HTMLDivElement>) => number) | undefined) => any[];
|
|
35
|
-
every: (predicate: (value: import("fractal-page-object").WithElement<any, HTMLDivElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLDivElement>[]) => unknown, _thisArg?: any) => boolean;
|
|
36
|
-
some: (_predicate: (value: import("fractal-page-object").WithElement<any, HTMLDivElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLDivElement>[]) => unknown, _thisArg?: any) => boolean;
|
|
37
|
-
forEach: (_callbackfn: (value: import("fractal-page-object").WithElement<any, HTMLDivElement>, index: number, array: import("fractal-page-object").WithElement<any, HTMLDivElement>[]) => void, _thisArg?: any) => void;
|
|
38
|
-
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[];
|
|
39
|
-
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>[];
|
|
40
|
-
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;
|
|
41
|
-
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;
|
|
42
|
-
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;
|
|
43
|
-
findIndex: (_predicate: (value: import("fractal-page-object").WithElement<any, HTMLDivElement>, index: number, obj: import("fractal-page-object").WithElement<any, HTMLDivElement>[]) => unknown, _thisArg?: any) => number;
|
|
44
|
-
entries: () => IterableIterator<[number, import("fractal-page-object").WithElement<any, HTMLDivElement>]>;
|
|
45
|
-
keys: () => IterableIterator<number>;
|
|
46
|
-
values: () => IterableIterator<import("fractal-page-object").WithElement<any, HTMLDivElement>>;
|
|
47
|
-
[Symbol.iterator]: () => IterableIterator<import("fractal-page-object").WithElement<any, HTMLDivElement>>;
|
|
48
|
-
};
|
|
26
|
+
$errors: FieldError;
|
|
49
27
|
get $control(): InputPageObject | RangeInputPageObject | InputBuilderPageObject | SelectPageObject | TextAreaPageObject | ListPageObject;
|
|
50
28
|
get name(): string | null | undefined;
|
|
51
29
|
}
|
|
@@ -1 +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,
|
|
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,aAAa,CAAC;AAC9C,OAAO,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AACrD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD,qBAAa,UAAW,SAAQ,UAAU,CAAC,cAAc,CAAC;IACxD,IAAI,IAAI,8BAEP;IAED,IAAI,KAAK,8BAER;CACF;AAED,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,aAAwC;IAE/C,IAAI,QAAQ,IACR,eAAe,GACf,oBAAoB,GACpB,sBAAsB,GACtB,gBAAgB,GAChB,kBAAkB,GAClB,cAAc,CA8BjB;IAED,IAAI,IAAI,8BAEP;CACF"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PageObject } from 'fractal-page-object';
|
|
2
|
-
import { IconButtonPageObject } from './icon-button';
|
|
3
|
-
import { MenuItemPageObject } from './menu';
|
|
4
|
-
import type { Menu, MenuItem, MenuItemElement } from './-menu';
|
|
2
|
+
import { IconButtonPageObject } from './icon-button.ts';
|
|
3
|
+
import { MenuItemPageObject } from './menu.ts';
|
|
4
|
+
import type { Menu, MenuItem, MenuItemElement } from './-menu.ts';
|
|
5
5
|
import type { ElementLike } from 'fractal-page-object';
|
|
6
6
|
declare class AppNavPageObject extends PageObject<HTMLElement> implements Menu<HTMLElement> {
|
|
7
7
|
$item: MenuItem<MenuItemElement>;
|
|
@@ -1 +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,oBAAoB,EAAE,MAAM,
|
|
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,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAClE,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAcH;CACH"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PageObject } from 'fractal-page-object';
|
|
2
|
-
import type { Input } from './input';
|
|
2
|
+
import type { Input } from './input.ts';
|
|
3
3
|
import type { ElementLike } from 'fractal-page-object';
|
|
4
4
|
declare class ChoicePageObject extends PageObject<HTMLInputElement> implements Input {
|
|
5
5
|
static SELECTOR: string;
|
|
@@ -1 +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,
|
|
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,YAAY,CAAC;AACxC,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"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { PageObject } from 'fractal-page-object';
|
|
2
|
-
import { FieldPageObject } from './-private/field';
|
|
3
|
-
import { ButtonPageObject } from './button';
|
|
2
|
+
import { FieldPageObject } from './-private/field.ts';
|
|
3
|
+
import { ButtonPageObject } from './button.ts';
|
|
4
4
|
import type { ElementLike } from 'fractal-page-object';
|
|
5
|
+
export type { OptionPageObject } from './-private/choices.ts';
|
|
6
|
+
export type { FieldError } from './-private/field.ts';
|
|
5
7
|
export declare class FormPageObject extends PageObject<HTMLFormElement> {
|
|
6
8
|
static SELECTOR: string;
|
|
7
9
|
constructor(selector?: string, parent?: PageObject | ElementLike | null, index?: number | null);
|
|
@@ -1 +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,
|
|
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,qBAAqB,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD,YAAY,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PageObject } from 'fractal-page-object';
|
|
2
|
-
import { IconPageObject } from './icon';
|
|
2
|
+
import { IconPageObject } from './icon.ts';
|
|
3
3
|
import type { ElementLike } from 'fractal-page-object';
|
|
4
4
|
export declare class IconButtonPageObject extends PageObject<HTMLButtonElement | HTMLAnchorElement | HTMLSpanElement> {
|
|
5
5
|
static SELECTOR: string;
|
|
@@ -1 +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,
|
|
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,WAAW,CAAC;AAE3C,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"}
|
|
@@ -3,7 +3,6 @@ import type { ElementLike } from 'fractal-page-object';
|
|
|
3
3
|
export declare class IconPageObject extends PageObject<HTMLSpanElement> {
|
|
4
4
|
static SELECTOR: string;
|
|
5
5
|
constructor(selector?: string, parent?: PageObject | ElementLike | null, index?: number | null);
|
|
6
|
-
|
|
7
|
-
get style(): string | null | undefined;
|
|
6
|
+
$svg: PageObject<SVGSVGElement>;
|
|
8
7
|
}
|
|
9
8
|
//# sourceMappingURL=icon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../src/test-support/page-objects/icon.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../src/test-support/page-objects/icon.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAElE,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,4BAA6B;CAElC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PageObject } from 'fractal-page-object';
|
|
2
|
-
import { InputPageObject } from './input';
|
|
3
|
-
import type { Input } from './input';
|
|
2
|
+
import { InputPageObject } from './input.ts';
|
|
3
|
+
import type { Input } from './input.ts';
|
|
4
4
|
import type { ElementLike } from 'fractal-page-object';
|
|
5
5
|
export declare class InputBuilderPageObject extends PageObject<HTMLInputElement> implements Input {
|
|
6
6
|
static SELECTOR: string;
|
|
@@ -1 +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,
|
|
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,YAAY,CAAC;AAE7C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PageObject } from 'fractal-page-object';
|
|
2
|
-
import type { Menu, MenuElement, MenuItem, MenuItemElement } from './-menu';
|
|
2
|
+
import type { Menu, MenuElement, MenuItem, MenuItemElement } from './-menu.ts';
|
|
3
3
|
import type { ElementLike } from 'fractal-page-object';
|
|
4
4
|
export declare class MenuItemPageObject extends PageObject<MenuItemElement> implements MenuItem {
|
|
5
5
|
static SELECTOR: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../src/test-support/page-objects/menu.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAElF,OAAO,KAAK,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../src/test-support/page-objects/menu.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAElF,OAAO,KAAK,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC/E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD,qBAAa,kBAAmB,SAAQ,UAAU,CAAC,eAAe,CAAE,YAAW,QAAQ;IACrF,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,QAAQ,YAEX;IAED,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED,OAAO;IAIP,SAAS,KAAK,MAAM,8BAEnB;IAED,SAAS,KAAK,IAAI,IAAI,IAAI,GAAG,SAAS,CAKrC;IAED,IAAI,KAAK,kCAER;CACF;AAED,qBAAa,cAAe,SAAQ,UAAU,CAAC,WAAW,CAAE,YAAW,IAAI;IACzE,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,KAAK,4BAAmF;CACzF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/test-support/page-objects/tabs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAQlE,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,IACuB,cAAc,CAC/C;IAED,QAAQ,6BAA2C;IACnD,IAAI,gCAA0C;IAC9C,SAAS,0BAAyC;IAE5C,MAAM,CAAC,KAAK,EAAE,OAAO;
|
|
1
|
+
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/test-support/page-objects/tabs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAmB,MAAM,qBAAqB,CAAC;AAQlE,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,IACuB,cAAc,CAC/C;IAED,QAAQ,6BAA2C;IACnD,IAAI,gCAA0C;IAC9C,SAAS,0BAAyC;IAE5C,MAAM,CAAC,KAAK,EAAE,OAAO;CAS5B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PageObject } from 'fractal-page-object';
|
|
2
|
-
import type { Input } from './input';
|
|
2
|
+
import type { Input } from './input.ts';
|
|
3
3
|
import type { ElementLike } from 'fractal-page-object';
|
|
4
4
|
export declare class TextAreaPageObject extends PageObject<HTMLInputElement> implements Input {
|
|
5
5
|
static SELECTOR: string;
|
|
@@ -1 +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,
|
|
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,YAAY,CAAC;AACxC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD,qBAAa,kBAAmB,SAAQ,UAAU,CAAC,gBAAgB,CAAE,YAAW,KAAK;IACnF,MAAM,CAAC,QAAQ,SAA0B;gBAE7B,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"}
|
|
@@ -4,7 +4,7 @@ const LINK_PROPERTIES = ['active', 'activeWithoutModels', 'activeWithoutQueryPar
|
|
|
4
4
|
// 'open', // as of `ember-link@3`
|
|
5
5
|
'transitionTo', 'replaceWith', 'qualifiedRouteName', 'url', 'models', 'queryParams'];
|
|
6
6
|
function getAllPropertyNames(obj) {
|
|
7
|
-
|
|
7
|
+
const names = [];
|
|
8
8
|
do {
|
|
9
9
|
names.push(...Object.getOwnPropertyNames(obj));
|
|
10
10
|
obj = Object.getPrototypeOf(obj);
|
|
@@ -29,4 +29,4 @@ function isLink(commandable) {
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
export { isLink as i };
|
|
32
|
-
//# sourceMappingURL=-button-
|
|
32
|
+
//# sourceMappingURL=-button-KUaJCQaB.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"-button-KUaJCQaB.js","sources":["../src/components/-button.ts"],"sourcesContent":["import { Link } from 'ember-link';\n\nimport type { CommandAction } from 'ember-command';\n\nconst LINK_PROPERTIES = [\n 'active',\n 'activeWithoutModels',\n 'activeWithoutQueryParams',\n 'entering',\n 'exiting',\n // 'open', // as of `ember-link@3`\n 'transitionTo',\n 'replaceWith',\n 'qualifiedRouteName',\n 'url',\n 'models',\n 'queryParams'\n];\n\nfunction getAllPropertyNames(obj: object) {\n const names: string[] = [];\n\n do {\n names.push(...Object.getOwnPropertyNames(obj));\n obj = Object.getPrototypeOf(obj) as object;\n } while (obj !== Object.prototype);\n\n return names.filter((name) => name !== 'constructor');\n}\n\nexport function isLink(commandable?: CommandAction): commandable is Link {\n if (commandable === undefined) {\n return false;\n }\n\n // `instanceOf` is not a reliable check, only when the host app runs with\n // embroider. In classic mode, the ember-link instance in the host app and in\n // ember-command addon are different and the check will fail, so this performs\n // some duck-type check\n const props = getAllPropertyNames(commandable);\n\n // the first check should be sufficient enough, but isn't due to:\n // https://github.com/gossi/ember-command/issues/23\n // so, there is another duck-type check for the link\n return commandable instanceof Link || LINK_PROPERTIES.every((prop) => props.includes(prop));\n}\n"],"names":["LINK_PROPERTIES","getAllPropertyNames","obj","names","push","Object","getOwnPropertyNames","getPrototypeOf","prototype","filter","name","isLink","commandable","undefined","props","Link","every","prop","includes"],"mappings":";;AAIA,MAAMA,eAAe,GAAG,CACtB,QAAQ,EACR,qBAAqB,EACrB,0BAA0B,EAC1B,UAAU,EACV,SAAS;AACT;AACA,cAAc,EACd,aAAa,EACb,oBAAoB,EACpB,KAAK,EACL,QAAQ,EACR,aAAa,CACd;AAED,SAASC,mBAAmBA,CAACC,GAAW,EAAE;EACxC,MAAMC,KAAe,GAAG,EAAE;EAE1B,GAAG;IACDA,KAAK,CAACC,IAAI,CAAC,GAAGC,MAAM,CAACC,mBAAmB,CAACJ,GAAG,CAAC,CAAC;AAC9CA,IAAAA,GAAG,GAAGG,MAAM,CAACE,cAAc,CAACL,GAAG,CAAW;AAC5C,EAAA,CAAC,QAAQA,GAAG,KAAKG,MAAM,CAACG,SAAS;EAEjC,OAAOL,KAAK,CAACM,MAAM,CAAEC,IAAI,IAAKA,IAAI,KAAK,aAAa,CAAC;AACvD;AAEO,SAASC,MAAMA,CAACC,WAA2B,EAAuB;EACvE,IAAIA,WAAW,KAAKC,SAAS,EAAE;AAC7B,IAAA,OAAO,KAAK;AACd,EAAA;;AAEA;AACA;AACA;AACA;AACA,EAAA,MAAMC,KAAK,GAAGb,mBAAmB,CAACW,WAAW,CAAC;;AAE9C;AACA;AACA;AACA,EAAA,OAAOA,WAAW,YAAYG,IAAI,IAAIf,eAAe,CAACgB,KAAK,CAAEC,IAAI,IAAKH,KAAK,CAACI,QAAQ,CAACD,IAAI,CAAC,CAAC;AAC7F;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"-input-DGR-n9U_.js","sources":["../src/components/-input.ts"],"sourcesContent":["export interface InputArgs<T> {\n value?: T;\n update?: (value: T) => void;\n disabled?: boolean;\n}\n\nexport const pickAsNumber = (update?: (value: number) => void) => (value: string) => {\n const numeric = Number.parseFloat(value);\n\n if (update) {\n update(numeric);\n }\n};\n"],"names":["pickAsNumber","update","value","numeric","Number","parseFloat"],"mappings":"MAMaA,YAAY,GAAIC,MAAgC,IAAMC,KAAa,IAAK;AACnF,EAAA,MAAMC,OAAO,GAAGC,MAAM,CAACC,UAAU,CAACH,KAAK,CAAC
|
|
1
|
+
{"version":3,"file":"-input-DGR-n9U_.js","sources":["../src/components/-input.ts"],"sourcesContent":["export interface InputArgs<T> {\n value?: T;\n update?: (value: T) => void;\n disabled?: boolean;\n}\n\nexport const pickAsNumber = (update?: (value: number) => void) => (value: string) => {\n const numeric = Number.parseFloat(value);\n\n if (update) {\n update(numeric);\n }\n};\n"],"names":["pickAsNumber","update","value","numeric","Number","parseFloat"],"mappings":"MAMaA,YAAY,GAAIC,MAAgC,IAAMC,KAAa,IAAK;AACnF,EAAA,MAAMC,OAAO,GAAGC,MAAM,CAACC,UAAU,CAACH,KAAK,CAAC;AAExC,EAAA,IAAID,MAAM,EAAE;IACVA,MAAM,CAACE,OAAO,CAAC;AACjB,EAAA;AACF;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "@hokulea/ember/services/-hokulea";
|