@ethlete/cdk 2.9.0 → 2.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/esm2022/lib/components/forms/components/checkbox/components/checkbox-group/checkbox-group.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/input/components/input-field/input-field.component.mjs +3 -7
- package/esm2022/lib/components/forms/components/radio/components/radio-group/radio-group.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-field/segmented-button-field.component.mjs +3 -3
- package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-group/segmented-button-group.component.mjs +3 -3
- package/esm2022/lib/components/scrollable/components/scrollable/scrollable.component.mjs +3 -3
- package/fesm2022/ethlete-cdk.mjs +12 -16
- package/fesm2022/ethlete-cdk.mjs.map +1 -1
- package/lib/components/forms/components/checkbox/components/checkbox-group/checkbox-group.component.d.ts +1 -1
- package/lib/components/forms/components/input/components/input-field/input-field.component.d.ts +1 -1
- package/lib/components/forms/components/radio/components/radio-group/radio-group.component.d.ts +1 -1
- package/lib/components/forms/components/segmented-button/components/segmented-button-field/segmented-button-field.component.d.ts +1 -1
- package/lib/components/forms/components/segmented-button/components/segmented-button-group/segmented-button-group.component.d.ts +1 -1
- package/package.json +2 -2
|
@@ -3,5 +3,5 @@ import * as i1 from "../../directives/checkbox-group/checkbox-group.directive";
|
|
|
3
3
|
import * as i2 from "../../../../directives/static-form-group/static-form-group.directive";
|
|
4
4
|
export declare class CheckboxGroupComponent {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxGroupComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxGroupComponent, "et-checkbox-group", never, {}, {}, never, ["
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxGroupComponent, "et-checkbox-group", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.CheckboxGroupDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.StaticFormGroupDirective; inputs: {}; outputs: {}; }]>;
|
|
7
7
|
}
|
package/lib/components/forms/components/input/components/input-field/input-field.component.d.ts
CHANGED
|
@@ -7,5 +7,5 @@ import * as i3 from "../../../../directives/dynamic-form-field/dynamic-form-fiel
|
|
|
7
7
|
export declare class InputFieldComponent extends DecoratedFormFieldBase {
|
|
8
8
|
protected readonly inputState: InputStateService<unknown, HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement | HTMLButtonElement>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputFieldComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputFieldComponent, "et-input-field", never, {}, {}, never, ["et-label", "
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputFieldComponent, "et-input-field", never, {}, {}, never, ["et-label", "*"], true, [{ directive: typeof i1.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.DynamicFormFieldDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }]>;
|
|
11
11
|
}
|
package/lib/components/forms/components/radio/components/radio-group/radio-group.component.d.ts
CHANGED
|
@@ -7,5 +7,5 @@ import * as i4 from "../../directives/radio-group/radio-group.directive";
|
|
|
7
7
|
export declare class RadioGroupComponent {
|
|
8
8
|
protected readonly inputState: InputStateService<unknown, HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement | HTMLButtonElement>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioGroupComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioGroupComponent, "et-radio-group", never, {}, {}, never, ["
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioGroupComponent, "et-radio-group", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.StaticFormGroupDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.DynamicFormGroupDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }, { directive: typeof i4.RadioGroupDirective; inputs: {}; outputs: {}; }]>;
|
|
11
11
|
}
|
|
@@ -3,5 +3,5 @@ import * as i1 from "../../../../directives/static-form-field/static-form-field.
|
|
|
3
3
|
import * as i2 from "../../directives/segmented-button-field/segmented-button-field.directive";
|
|
4
4
|
export declare class SegmentedButtonFieldComponent {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedButtonFieldComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedButtonFieldComponent, "et-segmented-button-field", never, {}, {}, never, ["
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedButtonFieldComponent, "et-segmented-button-field", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.StaticFormFieldDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.SegmentedButtonFieldDirective; inputs: {}; outputs: {}; }]>;
|
|
7
7
|
}
|
|
@@ -7,5 +7,5 @@ import * as i4 from "../../directives/segmented-button-group/segmented-button-gr
|
|
|
7
7
|
export declare class SegmentedButtonGroupComponent {
|
|
8
8
|
protected readonly inputState: InputStateService<unknown, HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement | HTMLButtonElement>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedButtonGroupComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedButtonGroupComponent, "et-segmented-button-group", never, {}, {}, never, ["
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedButtonGroupComponent, "et-segmented-button-group", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.StaticFormGroupDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.WriteableInputDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.DynamicFormGroupDirective; inputs: { "hideErrorMessage": "hideErrorMessage"; }; outputs: {}; }, { directive: typeof i4.SegmentedButtonGroupDirective; inputs: {}; outputs: {}; }]>;
|
|
11
11
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ethlete/cdk",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.1",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"css": "./src/lib/styles/index.css",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"@angular/common": "^15.2.1 || ^16.0.0",
|
|
21
21
|
"@angular/core": "^15.2.1 || ^16.0.0",
|
|
22
|
-
"@ethlete/core": "2.
|
|
22
|
+
"@ethlete/core": "2.8.0",
|
|
23
23
|
"@angular/animations": "16.1.1",
|
|
24
24
|
"@ethlete/query": "4.3.4"
|
|
25
25
|
},
|