@festo-ui/angular 3.2.1 → 4.0.0-pre-20220920.2
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/css/bundle.css +1 -1
- package/css/popover.css +1 -1
- package/esm2020/index.mjs +5 -1
- package/esm2020/lib/components/accordion/accordion-header/accordion-header.component.mjs +3 -3
- package/esm2020/lib/components/accordion/accordion-item/accordion-item-body/accordion-item-body.component.mjs +3 -3
- package/esm2020/lib/components/accordion/accordion-item/accordion-item-header/accordion-item-header.component.mjs +3 -3
- package/esm2020/lib/components/accordion/accordion-item/accordion-item.component.mjs +3 -3
- package/esm2020/lib/components/accordion/accordion.component.mjs +3 -3
- package/esm2020/lib/components/breadcrumb/breadcrumb.component.mjs +5 -5
- package/esm2020/lib/components/buttons/button/button.component.mjs +5 -5
- package/esm2020/lib/components/buttons/link-button/link-button.component.mjs +4 -4
- package/esm2020/lib/components/chips/chip/chip.component.mjs +4 -4
- package/esm2020/lib/components/chips/chip-container/chip-container.component.mjs +4 -4
- package/esm2020/lib/components/click-outside.directive.mjs +3 -3
- package/esm2020/lib/components/components.module.mjs +5 -5
- package/esm2020/lib/components/image-gallery/image-gallery.component.mjs +6 -6
- package/esm2020/lib/components/image-gallery/image-gallery.module.mjs +5 -5
- package/esm2020/lib/components/loading-indicator/loading-indicator.component.mjs +5 -5
- package/esm2020/lib/components/mobile-flyout/mobile-flyout-item/mobile-flyout-item.component.mjs +3 -3
- package/esm2020/lib/components/mobile-flyout/mobile-flyout-page/mobile-flyout-page.component.mjs +3 -3
- package/esm2020/lib/components/mobile-flyout/mobile-flyout.component.mjs +3 -3
- package/esm2020/lib/components/modals/alert/alert.component.mjs +4 -4
- package/esm2020/lib/components/modals/confirm/confirm.component.mjs +4 -4
- package/esm2020/lib/components/modals/custom-modal/custom-modal.component.mjs +5 -5
- package/esm2020/lib/components/modals/modal.service.mjs +3 -3
- package/esm2020/lib/components/modals/modals.module.mjs +5 -5
- package/esm2020/lib/components/modals/prompt/prompt.component.mjs +9 -9
- package/esm2020/lib/components/pagination/pagination.component.mjs +4 -4
- package/esm2020/lib/components/popovers/legend/legend.component.mjs +3 -3
- package/esm2020/lib/components/popovers/legend/legend.directive.mjs +3 -3
- package/esm2020/lib/components/popovers/popover/popover.component.mjs +4 -4
- package/esm2020/lib/components/popovers/popover-content/popover-content.component.mjs +3 -3
- package/esm2020/lib/components/popovers/popover-content/popover-content.directive.mjs +3 -3
- package/esm2020/lib/components/popovers/popover-menu/popover-menu.component.mjs +4 -4
- package/esm2020/lib/components/popovers/popover.service.mjs +5 -5
- package/esm2020/lib/components/popovers/tooltip/tooltip.directive.mjs +3 -3
- package/esm2020/lib/components/progress/progress.component.mjs +3 -3
- package/esm2020/lib/components/scroll/scrollable.directive.mjs +3 -3
- package/esm2020/lib/components/search-input/safe-html.pipe.mjs +3 -3
- package/esm2020/lib/components/search-input/search-input.component.mjs +5 -5
- package/esm2020/lib/components/snackbar/snackbar-container.component.mjs +3 -3
- package/esm2020/lib/components/snackbar/snackbar-container.directive.mjs +3 -3
- package/esm2020/lib/components/snackbar/snackbar.component.mjs +4 -4
- package/esm2020/lib/components/snackbar/snackbar.module.mjs +5 -5
- package/esm2020/lib/components/snackbar/snackbar.service.mjs +3 -3
- package/esm2020/lib/components/stepper-horizontal/step-horizontal/step-horizontal.component.mjs +3 -3
- package/esm2020/lib/components/stepper-horizontal/stepper-horizontal.component.mjs +3 -3
- package/esm2020/lib/components/stepper-vertical/step-vertical/step-vertical.component.mjs +3 -3
- package/esm2020/lib/components/stepper-vertical/stepper-vertical.component.mjs +3 -3
- package/esm2020/lib/components/table-header-cell/table-header-cell.directive.mjs +3 -3
- package/esm2020/lib/components/tabs/tab-pane/tab-pane.component.mjs +7 -4
- package/esm2020/lib/components/tabs/tabs.component.mjs +43 -23
- package/esm2020/lib/content/content.module.mjs +5 -5
- package/esm2020/lib/content/icon/icon.component.mjs +4 -4
- package/esm2020/lib/festo-angular.module.mjs +30 -18
- package/esm2020/lib/forms/checkbox/checkbox.component.mjs +4 -4
- package/esm2020/lib/forms/color-indicator/color-indicator.component.mjs +6 -6
- package/esm2020/lib/forms/color-picker/color-picker.component.mjs +7 -7
- package/esm2020/lib/forms/container-host.mjs +3 -3
- package/esm2020/lib/forms/date-picker/date-picker.component.mjs +4 -4
- package/esm2020/lib/forms/date-picker.module.mjs +28 -0
- package/esm2020/lib/forms/date-range-picker/date-range-picker.component.mjs +4 -4
- package/esm2020/lib/forms/forms.module.mjs +5 -26
- package/esm2020/lib/forms/radio/radio.component.mjs +6 -6
- package/esm2020/lib/forms/segment/segment-control/segment-control.component.mjs +4 -4
- package/esm2020/lib/forms/segment/segment.component.mjs +5 -5
- package/esm2020/lib/forms/select/chip-text.pipe.mjs +3 -3
- package/esm2020/lib/forms/select/select-option/select-option.component.mjs +4 -4
- package/esm2020/lib/forms/select/select.component.mjs +6 -6
- package/esm2020/lib/forms/slider/slider.component.mjs +4 -4
- package/esm2020/lib/forms/switch/switch.component.mjs +4 -4
- package/esm2020/lib/forms/text-area/text-area.component.mjs +4 -4
- package/esm2020/lib/forms/text-editor/text-editor.component.mjs +4 -4
- package/esm2020/lib/forms/text-editor/text-editor.module.mjs +25 -0
- package/esm2020/lib/forms/text-input/text-input.component.mjs +4 -4
- package/esm2020/lib/forms/time-picker/time-picker-dropdown/time-picker-dropdown.component.mjs +3 -3
- package/esm2020/lib/forms/time-picker/time-picker.component.mjs +4 -4
- package/esm2020/lib/forms/unique-selection-dispatcher.mjs +3 -3
- package/esm2020/lib/forms/value-accessor-base.mjs +3 -3
- package/esm2020/lib/layout/layout.module.mjs +5 -5
- package/esm2020/lib/wrappers/flatpickr/flatpickr.component.mjs +3 -3
- package/fesm2015/festo-ui-angular.mjs +1592 -1542
- package/fesm2015/festo-ui-angular.mjs.map +1 -1
- package/fesm2020/festo-ui-angular.mjs +1561 -1512
- package/fesm2020/festo-ui-angular.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/lib/components/accordion/accordion-header/accordion-header.component.d.ts +1 -1
- package/lib/components/accordion/accordion-item/accordion-item-body/accordion-item-body.component.d.ts +1 -1
- package/lib/components/accordion/accordion-item/accordion-item-header/accordion-item-header.component.d.ts +1 -1
- package/lib/components/accordion/accordion-item/accordion-item.component.d.ts +1 -1
- package/lib/components/accordion/accordion.component.d.ts +1 -1
- package/lib/components/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/lib/components/buttons/button/button.component.d.ts +1 -1
- package/lib/components/buttons/link-button/link-button.component.d.ts +1 -1
- package/lib/components/chips/chip/chip.component.d.ts +1 -1
- package/lib/components/chips/chip-container/chip-container.component.d.ts +1 -1
- package/lib/components/click-outside.directive.d.ts +1 -1
- package/lib/components/image-gallery/image-gallery.component.d.ts +1 -1
- package/lib/components/loading-indicator/loading-indicator.component.d.ts +1 -1
- package/lib/components/mobile-flyout/mobile-flyout-item/mobile-flyout-item.component.d.ts +1 -1
- package/lib/components/mobile-flyout/mobile-flyout-page/mobile-flyout-page.component.d.ts +1 -1
- package/lib/components/mobile-flyout/mobile-flyout.component.d.ts +1 -1
- package/lib/components/modals/alert/alert.component.d.ts +1 -1
- package/lib/components/modals/confirm/confirm.component.d.ts +1 -1
- package/lib/components/modals/custom-modal/custom-modal.component.d.ts +1 -1
- package/lib/components/modals/prompt/prompt.component.d.ts +4 -4
- package/lib/components/pagination/pagination.component.d.ts +1 -1
- package/lib/components/popovers/legend/legend.component.d.ts +1 -1
- package/lib/components/popovers/legend/legend.directive.d.ts +1 -1
- package/lib/components/popovers/popover/popover.component.d.ts +1 -1
- package/lib/components/popovers/popover-content/popover-content.component.d.ts +1 -1
- package/lib/components/popovers/popover-content/popover-content.directive.d.ts +1 -1
- package/lib/components/popovers/popover-menu/popover-menu.component.d.ts +1 -1
- package/lib/components/popovers/tooltip/tooltip.directive.d.ts +1 -1
- package/lib/components/progress/progress.component.d.ts +1 -1
- package/lib/components/scroll/scrollable.directive.d.ts +1 -1
- package/lib/components/search-input/safe-html.pipe.d.ts +1 -1
- package/lib/components/search-input/search-input.component.d.ts +1 -1
- package/lib/components/snackbar/snackbar-container.component.d.ts +1 -1
- package/lib/components/snackbar/snackbar-container.directive.d.ts +1 -1
- package/lib/components/snackbar/snackbar.component.d.ts +1 -1
- package/lib/components/stepper-horizontal/step-horizontal/step-horizontal.component.d.ts +1 -1
- package/lib/components/stepper-horizontal/stepper-horizontal.component.d.ts +1 -1
- package/lib/components/stepper-vertical/step-vertical/step-vertical.component.d.ts +1 -1
- package/lib/components/stepper-vertical/stepper-vertical.component.d.ts +1 -1
- package/lib/components/table-header-cell/table-header-cell.directive.d.ts +1 -1
- package/lib/components/tabs/tab-pane/tab-pane.component.d.ts +2 -1
- package/lib/components/tabs/tabs.component.d.ts +7 -1
- package/lib/content/icon/icon.component.d.ts +1 -1
- package/lib/festo-angular.module.d.ts +6 -4
- package/lib/forms/checkbox/checkbox.component.d.ts +1 -1
- package/lib/forms/color-indicator/color-indicator.component.d.ts +1 -1
- package/lib/forms/color-picker/color-picker.component.d.ts +1 -1
- package/lib/forms/container-host.d.ts +1 -1
- package/lib/forms/date-picker/date-picker.component.d.ts +1 -1
- package/lib/forms/date-picker.module.d.ts +17 -0
- package/lib/forms/date-range-picker/date-range-picker.component.d.ts +1 -1
- package/lib/forms/forms.module.d.ts +16 -23
- package/lib/forms/radio/radio.component.d.ts +2 -2
- package/lib/forms/segment/segment-control/segment-control.component.d.ts +1 -1
- package/lib/forms/segment/segment.component.d.ts +1 -1
- package/lib/forms/select/chip-text.pipe.d.ts +1 -1
- package/lib/forms/select/select-option/select-option.component.d.ts +1 -1
- package/lib/forms/select/select.component.d.ts +1 -1
- package/lib/forms/slider/slider.component.d.ts +1 -1
- package/lib/forms/switch/switch.component.d.ts +1 -1
- package/lib/forms/text-area/text-area.component.d.ts +1 -1
- package/lib/forms/text-editor/text-editor.component.d.ts +1 -1
- package/lib/forms/text-editor/text-editor.module.d.ts +14 -0
- package/lib/forms/text-input/text-input.component.d.ts +1 -1
- package/lib/forms/time-picker/time-picker-dropdown/time-picker-dropdown.component.d.ts +1 -1
- package/lib/forms/time-picker/time-picker.component.d.ts +1 -1
- package/lib/forms/value-accessor-base.d.ts +1 -1
- package/lib/wrappers/flatpickr/flatpickr.component.d.ts +1 -1
- package/package.json +3 -3
- package/scss/base/components/buttons/button/button.component.scss +1 -4
- package/scss/base/components/loading-indicator/loading-indicator.component.scss +3 -10
- package/scss/base/components/tabs/tabs.component.scss +14 -0
- package/scss/base/forms/checkbox/checkbox.component.scss +1 -2
- package/scss/base/forms/color-indicator/color-indicator.component.scss +1 -1
- package/scss/base/forms/color-picker/color-picker.component.scss +3 -3
- package/festo-ui-angular.d.ts +0 -5
|
@@ -5,25 +5,21 @@ import * as i3 from "./radio/radio.component";
|
|
|
5
5
|
import * as i4 from "./text-input/text-input.component";
|
|
6
6
|
import * as i5 from "./text-area/text-area.component";
|
|
7
7
|
import * as i6 from "./color-indicator/color-indicator.component";
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "./
|
|
10
|
-
import * as i9 from "./
|
|
11
|
-
import * as i10 from "./
|
|
12
|
-
import * as i11 from "./
|
|
13
|
-
import * as i12 from "./
|
|
14
|
-
import * as i13 from "./
|
|
15
|
-
import * as i14 from "./
|
|
16
|
-
import * as i15 from "./
|
|
17
|
-
import * as i16 from "
|
|
18
|
-
import * as i17 from "
|
|
19
|
-
import * as i18 from "
|
|
20
|
-
import * as i19 from "
|
|
21
|
-
import * as i20 from "@angular/
|
|
22
|
-
import * as i21 from "@angular/
|
|
23
|
-
import * as i22 from "@angular/cdk/overlay";
|
|
24
|
-
import * as i23 from "@angular/cdk/scrolling";
|
|
25
|
-
import * as i24 from "@angular/cdk/drag-drop";
|
|
26
|
-
import * as i25 from "@angular/cdk/observers";
|
|
8
|
+
import * as i7 from "./color-picker/color-picker.component";
|
|
9
|
+
import * as i8 from "./select/select.component";
|
|
10
|
+
import * as i9 from "./select/select-option/select-option.component";
|
|
11
|
+
import * as i10 from "./slider/slider.component";
|
|
12
|
+
import * as i11 from "./segment/segment.component";
|
|
13
|
+
import * as i12 from "./segment/segment-control/segment-control.component";
|
|
14
|
+
import * as i13 from "./time-picker/time-picker.component";
|
|
15
|
+
import * as i14 from "./time-picker/time-picker-dropdown/time-picker-dropdown.component";
|
|
16
|
+
import * as i15 from "./select/chip-text.pipe";
|
|
17
|
+
import * as i16 from "@angular/forms";
|
|
18
|
+
import * as i17 from "@angular/common";
|
|
19
|
+
import * as i18 from "@angular/cdk/overlay";
|
|
20
|
+
import * as i19 from "@angular/cdk/scrolling";
|
|
21
|
+
import * as i20 from "@angular/cdk/drag-drop";
|
|
22
|
+
import * as i21 from "@angular/cdk/observers";
|
|
27
23
|
export * from './checkbox/checkbox.component';
|
|
28
24
|
export * from './switch/switch.component';
|
|
29
25
|
export * from './radio/radio.component';
|
|
@@ -37,15 +33,12 @@ export * from './slider/slider.component';
|
|
|
37
33
|
export * from './color-indicator/color-indicator.component';
|
|
38
34
|
export * from './segment/segment.component';
|
|
39
35
|
export * from './segment/segment-control/segment-control.component';
|
|
40
|
-
export * from './date-picker/date-picker.component';
|
|
41
|
-
export * from './date-range-picker/date-range-picker.component';
|
|
42
36
|
export * from './time-picker/time-picker.component';
|
|
43
37
|
export * from './time-picker/time-picker-dropdown/time-picker-dropdown.component';
|
|
44
|
-
export * from './text-editor/text-editor.component';
|
|
45
38
|
export { ValueAccessorBaseDirective as ValueAccessorBase } from './value-accessor-base';
|
|
46
39
|
export { ContainerHostDirective as ContainerHost } from './container-host';
|
|
47
40
|
export declare class FestoAngularFormsModule {
|
|
48
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<FestoAngularFormsModule, never>;
|
|
49
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FestoAngularFormsModule, [typeof i1.CheckboxComponent, typeof i2.SwitchComponent, typeof i3.RadioGroupDirective, typeof i3.RadioComponent, typeof i4.TextInputComponent, typeof i5.TextAreaComponent, typeof i6.ColorIndicatorComponent, typeof i7.
|
|
42
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FestoAngularFormsModule, [typeof i1.CheckboxComponent, typeof i2.SwitchComponent, typeof i3.RadioGroupDirective, typeof i3.RadioComponent, typeof i4.TextInputComponent, typeof i5.TextAreaComponent, typeof i6.ColorIndicatorComponent, typeof i7.ColorPickerComponent, typeof i8.SelectComponent, typeof i9.SelectOptionComponent, typeof i10.SliderComponent, typeof i11.SegmentComponent, typeof i12.SegmentControlComponent, typeof i13.TimePickerComponent, typeof i14.TimePickerDropdownComponent, typeof i15.ChipTextPipe], [typeof i16.ReactiveFormsModule, typeof i16.FormsModule, typeof i17.CommonModule, typeof i18.OverlayModule, typeof i19.ScrollingModule, typeof i20.DragDropModule, typeof i21.ObserversModule], [typeof i16.ReactiveFormsModule, typeof i16.FormsModule, typeof i1.CheckboxComponent, typeof i2.SwitchComponent, typeof i3.RadioGroupDirective, typeof i3.RadioComponent, typeof i4.TextInputComponent, typeof i5.TextAreaComponent, typeof i6.ColorIndicatorComponent, typeof i7.ColorPickerComponent, typeof i8.SelectComponent, typeof i9.SelectOptionComponent, typeof i10.SliderComponent, typeof i11.SegmentComponent, typeof i12.SegmentControlComponent, typeof i13.TimePickerComponent, typeof i14.TimePickerDropdownComponent, typeof i15.ChipTextPipe]>;
|
|
50
43
|
static ɵinj: i0.ɵɵInjectorDeclaration<FestoAngularFormsModule>;
|
|
51
44
|
}
|
|
@@ -52,7 +52,7 @@ export declare class RadioGroupDirective implements AfterContentInit, ControlVal
|
|
|
52
52
|
private updateRadioButtonNames;
|
|
53
53
|
private updateSelectedRadioFromValue;
|
|
54
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioGroupDirective, never>;
|
|
55
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioGroupDirective, "[fngRadioGroup]", never, { "name": "name"; "large": "large"; "labelPosition": "labelPosition"; "value": "value"; "selected": "selected"; "disabled": "disabled"; "required": "required"; }, { "change": "change"; }, ["radios"]>;
|
|
55
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioGroupDirective, "[fngRadioGroup]", never, { "name": "name"; "large": "large"; "labelPosition": "labelPosition"; "value": "value"; "selected": "selected"; "disabled": "disabled"; "required": "required"; }, { "change": "change"; }, ["radios"], never, false>;
|
|
56
56
|
}
|
|
57
57
|
export declare class RadioComponent implements OnInit, OnDestroy {
|
|
58
58
|
private changeDetector;
|
|
@@ -91,5 +91,5 @@ export declare class RadioComponent implements OnInit, OnDestroy {
|
|
|
91
91
|
markForCheck(): void;
|
|
92
92
|
private emitChangeEvent;
|
|
93
93
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioComponent, [{ optional: true; }, null, null]>;
|
|
94
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "fng-radio", never, { "name": "name"; "id": "id"; "checked": "checked"; "value": "value"; "large": "large"; "labelPosition": "labelPosition"; "disabled": "disabled"; "required": "required"; }, { "change": "change"; }, never, ["*"]>;
|
|
94
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "fng-radio", never, { "name": "name"; "id": "id"; "checked": "checked"; "value": "value"; "large": "large"; "labelPosition": "labelPosition"; "disabled": "disabled"; "required": "required"; }, { "change": "change"; }, never, ["*"], false>;
|
|
95
95
|
}
|
|
@@ -20,5 +20,5 @@ export declare class SegmentControlComponent implements OnInit, OnChanges, After
|
|
|
20
20
|
target: HTMLInputElement;
|
|
21
21
|
}): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentControlComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentControlComponent, "fng-segment-control", never, { "name": "name"; "value": "value"; "label": "label"; "icon": "icon"; "iconOnly": "iconOnly"; "checked": "checked"; "disabled": "disabled"; }, { "change": "change"; }, never, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentControlComponent, "fng-segment-control", never, { "name": "name"; "value": "value"; "label": "label"; "icon": "icon"; "iconOnly": "iconOnly"; "checked": "checked"; "disabled": "disabled"; }, { "change": "change"; }, never, never, false>;
|
|
24
24
|
}
|
|
@@ -27,5 +27,5 @@ export declare class SegmentComponent extends ValueAccessorBaseDirective<any> im
|
|
|
27
27
|
ngOnDestroy(): void;
|
|
28
28
|
private html;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentComponent, "fng-segment", never, { "legend": "legend"; "config": "config"; "value": "value"; }, { "fngChange": "fngChange"; "change": "change"; }, ["controls"], never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentComponent, "fng-segment", never, { "legend": "legend"; "config": "config"; "value": "value"; }, { "fngChange": "fngChange"; "change": "change"; }, ["controls"], never, false>;
|
|
31
31
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class ChipTextPipe implements PipeTransform {
|
|
4
4
|
transform(value: any, options: any[], optionsValueKey?: string, optionsTextKey?: string): string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipTextPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ChipTextPipe, "fngChipText">;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ChipTextPipe, "fngChipText", false>;
|
|
7
7
|
}
|
|
@@ -7,5 +7,5 @@ export declare class SelectOptionComponent implements AfterViewInit {
|
|
|
7
7
|
ngAfterViewInit(): void;
|
|
8
8
|
update(): Promise<HTMLElement>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectOptionComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectOptionComponent, "fng-select-option", never, { "value": "value"; }, {}, never, ["*"]>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectOptionComponent, "fng-select-option", never, { "value": "value"; }, {}, never, ["*"], false>;
|
|
11
11
|
}
|
|
@@ -65,5 +65,5 @@ export declare class SelectComponent implements ControlValueAccessor, OnInit, Af
|
|
|
65
65
|
protected initProjectedOptions(): void;
|
|
66
66
|
protected isEmpty(): void;
|
|
67
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "fng-select", never, { "disabled": "disabled"; "required": "required"; "multiple": "multiple"; "size": "size"; "options": "options"; "optionsValueKey": "optionsValueKey"; "optionsTextKey": "optionsTextKey"; "optionObjectAsValue": "optionObjectAsValue"; "error": "error"; "label": "label"; "hideLabel": "hideLabel"; "hint": "hint"; "resetOption": "resetOption"; }, { "fngChange": "fngChange"; }, ["fngSelectOptions"], ["*"]>;
|
|
68
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "fng-select", never, { "disabled": "disabled"; "required": "required"; "multiple": "multiple"; "size": "size"; "options": "options"; "optionsValueKey": "optionsValueKey"; "optionsTextKey": "optionsTextKey"; "optionObjectAsValue": "optionObjectAsValue"; "error": "error"; "label": "label"; "hideLabel": "hideLabel"; "hint": "hint"; "resetOption": "resetOption"; }, { "fngChange": "fngChange"; }, ["fngSelectOptions"], ["*"], false>;
|
|
69
69
|
}
|
|
@@ -32,5 +32,5 @@ export declare class SliderComponent implements AfterViewInit, OnDestroy, Contro
|
|
|
32
32
|
onInput(event: any): void;
|
|
33
33
|
updateValuePosition(): void;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "fng-slider", never, { "label": "label"; "large": "large"; "min": "min"; "max": "max"; "step": "step"; "digitsInfo": "digitsInfo"; "locale": "locale"; "disabled": "disabled"; "value": "value"; }, {}, never, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "fng-slider", never, { "label": "label"; "large": "large"; "min": "min"; "max": "max"; "step": "step"; "digitsInfo": "digitsInfo"; "locale": "locale"; "disabled": "disabled"; "value": "value"; }, {}, never, never, false>;
|
|
36
36
|
}
|
|
@@ -31,5 +31,5 @@ export declare class SwitchComponent implements ControlValueAccessor {
|
|
|
31
31
|
onInteractionEvent(event: Event): void;
|
|
32
32
|
onInputClick(event: Event): void;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "fng-switch", never, { "name": "name"; "large": "large"; "labelPosition": "labelPosition"; "id": "id"; "checked": "checked"; "disabled": "disabled"; "value": "value"; "required": "required"; }, { "change": "change"; }, never, ["*"]>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "fng-switch", never, { "name": "name"; "large": "large"; "labelPosition": "labelPosition"; "id": "id"; "checked": "checked"; "disabled": "disabled"; "value": "value"; "required": "required"; }, { "change": "change"; }, never, ["*"], false>;
|
|
35
35
|
}
|
|
@@ -99,5 +99,5 @@ export declare class TextAreaComponent implements OnInit, ControlValueAccessor {
|
|
|
99
99
|
*/
|
|
100
100
|
setDisabledState(isDisabled: boolean): void;
|
|
101
101
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, never>;
|
|
102
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "fng-text-area", never, { "label": "label"; "readonly": "readonly"; "placeholder": "placeholder"; "tabindex": "tabindex"; "name": "name"; "disabled": "disabled"; "value": "value"; "required": "required"; "error": "error"; "hint": "hint"; "rows": "rows"; "maxlength": "maxlength"; }, {}, never, never>;
|
|
102
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "fng-text-area", never, { "label": "label"; "readonly": "readonly"; "placeholder": "placeholder"; "tabindex": "tabindex"; "name": "name"; "disabled": "disabled"; "value": "value"; "required": "required"; "error": "error"; "hint": "hint"; "rows": "rows"; "maxlength": "maxlength"; }, {}, never, never, false>;
|
|
103
103
|
}
|
|
@@ -62,5 +62,5 @@ export declare class TextEditorComponent extends ValueAccessorBaseDirective<stri
|
|
|
62
62
|
private addImageMatcher;
|
|
63
63
|
private handleWhitespace;
|
|
64
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextEditorComponent, never>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextEditorComponent, "fng-text-editor", never, { "config": "config"; "modules": "modules"; "label": "label"; "readOnly": "readOnly"; "maxLength": "maxLength"; "error": "error"; "hint": "hint"; "value": "value"; }, { "fngChange": "fngChange"; "change": "change"; }, never, never>;
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextEditorComponent, "fng-text-editor", never, { "config": "config"; "modules": "modules"; "label": "label"; "readOnly": "readOnly"; "maxLength": "maxLength"; "error": "error"; "hint": "hint"; "value": "value"; }, { "fngChange": "fngChange"; "change": "change"; }, never, never, false>;
|
|
66
66
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./text-editor.component";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/cdk/overlay";
|
|
6
|
+
import * as i5 from "@angular/cdk/scrolling";
|
|
7
|
+
import * as i6 from "@angular/cdk/drag-drop";
|
|
8
|
+
import * as i7 from "@angular/cdk/observers";
|
|
9
|
+
export * from './text-editor.component';
|
|
10
|
+
export declare class FestoAngularTextEditorModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FestoAngularTextEditorModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FestoAngularTextEditorModule, [typeof i1.TextEditorComponent], [typeof i2.ReactiveFormsModule, typeof i2.FormsModule, typeof i3.CommonModule, typeof i4.OverlayModule, typeof i5.ScrollingModule, typeof i6.DragDropModule, typeof i7.ObserversModule], [typeof i2.ReactiveFormsModule, typeof i2.FormsModule, typeof i1.TextEditorComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FestoAngularTextEditorModule>;
|
|
14
|
+
}
|
|
@@ -101,5 +101,5 @@ export declare class TextInputComponent implements OnInit, ControlValueAccessor
|
|
|
101
101
|
*/
|
|
102
102
|
setDisabledState(isDisabled: boolean): void;
|
|
103
103
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextInputComponent, never>;
|
|
104
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextInputComponent, "fng-text-input", never, { "label": "label"; "type": "type"; "readonly": "readonly"; "step": "step"; "min": "min"; "max": "max"; "tabindex": "tabindex"; "placeholder": "placeholder"; "name": "name"; "disabled": "disabled"; "value": "value"; "required": "required"; "error": "error"; "hint": "hint"; }, {}, never, [".fng-hint", ".fng-error"]>;
|
|
104
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextInputComponent, "fng-text-input", never, { "label": "label"; "type": "type"; "readonly": "readonly"; "step": "step"; "min": "min"; "max": "max"; "tabindex": "tabindex"; "placeholder": "placeholder"; "name": "name"; "disabled": "disabled"; "value": "value"; "required": "required"; "error": "error"; "hint": "hint"; }, {}, never, [".fng-hint", ".fng-error"], false>;
|
|
105
105
|
}
|
|
@@ -22,5 +22,5 @@ export declare class TimePickerDropdownComponent implements AfterViewInit {
|
|
|
22
22
|
onSecondChange(event: KeyboardEvent): void;
|
|
23
23
|
onDateChange(close: boolean, reset: boolean): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerDropdownComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerDropdownComponent, "fng-time-picker-dropdown", never, { "date": "date"; "showSeconds": "showSeconds"; "timeFormat": "timeFormat"; }, { "dateChange": "dateChange"; }, never, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerDropdownComponent, "fng-time-picker-dropdown", never, { "date": "date"; "showSeconds": "showSeconds"; "timeFormat": "timeFormat"; }, { "dateChange": "dateChange"; }, never, never, false>;
|
|
26
26
|
}
|
|
@@ -38,5 +38,5 @@ export declare class TimePickerComponent implements ControlValueAccessor {
|
|
|
38
38
|
toggle(event: Event): void;
|
|
39
39
|
private dispose;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "fng-time-picker", never, { "value": "value"; "disabled": "disabled"; "required": "required"; "hint": "hint"; "error": "error"; "options": "options"; "width": "width"; }, {}, never, ["*"]>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "fng-time-picker", never, { "value": "value"; "disabled": "disabled"; "required": "required"; "hint": "hint"; "error": "error"; "options": "options"; "width": "width"; }, {}, never, ["*"], false>;
|
|
42
42
|
}
|
|
@@ -13,5 +13,5 @@ export declare class ValueAccessorBaseDirective<T> implements ControlValueAccess
|
|
|
13
13
|
registerOnTouched(fn: () => void): void;
|
|
14
14
|
setDisabledState?(isDisabled: boolean): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ValueAccessorBaseDirective<any>, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ValueAccessorBaseDirective<any>, never, never, { "disabled": "disabled"; }, {}, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ValueAccessorBaseDirective<any>, never, never, { "disabled": "disabled"; }, {}, never, never, false>;
|
|
17
17
|
}
|
|
@@ -15,5 +15,5 @@ export declare class FlatpickrComponent implements OnInit, OnDestroy {
|
|
|
15
15
|
ngOnDestroy(): void;
|
|
16
16
|
onDateChange(dateOption: Date | Date[]): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<FlatpickrComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FlatpickrComponent, "fng-flatpickr", never, { "date": "date"; "options": "options"; }, { "dateChange": "dateChange"; }, never, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FlatpickrComponent, "fng-flatpickr", never, { "date": "date"; "options": "options"; }, { "dateChange": "dateChange"; }, never, never, false>;
|
|
19
19
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@festo-ui/angular",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-pre-20220920.2",
|
|
4
4
|
"author": "Festo UI (styleguide@festo.com)",
|
|
5
5
|
"license": "apache-2.0",
|
|
6
6
|
"description": "CSS framework and utils to build FESTO web applications",
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"esm2020": "esm2020/festo-ui-angular.mjs",
|
|
35
35
|
"fesm2020": "fesm2020/festo-ui-angular.mjs",
|
|
36
36
|
"fesm2015": "fesm2015/festo-ui-angular.mjs",
|
|
37
|
-
"typings": "
|
|
37
|
+
"typings": "index.d.ts",
|
|
38
38
|
"exports": {
|
|
39
39
|
"./package.json": {
|
|
40
40
|
"default": "./package.json"
|
|
41
41
|
},
|
|
42
42
|
".": {
|
|
43
|
-
"types": "./
|
|
43
|
+
"types": "./index.d.ts",
|
|
44
44
|
"esm2020": "./esm2020/festo-ui-angular.mjs",
|
|
45
45
|
"es2020": "./fesm2020/festo-ui-angular.mjs",
|
|
46
46
|
"es2015": "./fesm2015/festo-ui-angular.mjs",
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
width: 100%;
|
|
3
|
-
height: 100%;
|
|
4
|
-
display: flex;
|
|
5
|
-
flex-direction: column;
|
|
6
|
-
justify-content: center;
|
|
7
|
-
align-items: center;
|
|
8
|
-
}
|
|
1
|
+
@import "../../../../../web-essentials/scss/variables";
|
|
9
2
|
|
|
10
|
-
|
|
11
|
-
|
|
3
|
+
fng-loading-indicator {
|
|
4
|
+
display: block;
|
|
12
5
|
}
|
|
@@ -53,6 +53,14 @@
|
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
+
&.fwe-disabled {
|
|
57
|
+
background-color: $control-disabled;
|
|
58
|
+
|
|
59
|
+
.fwe-legacy-tab-link {
|
|
60
|
+
color: $text-disabled;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
56
64
|
&:not(.fwe-active) {
|
|
57
65
|
border-bottom: 2px solid $gray-100;
|
|
58
66
|
|
|
@@ -276,6 +284,12 @@
|
|
|
276
284
|
}
|
|
277
285
|
}
|
|
278
286
|
|
|
287
|
+
&--disabled {
|
|
288
|
+
.fng-tab-text-label {
|
|
289
|
+
color: $text-disabled;
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
|
|
279
293
|
&-content {
|
|
280
294
|
position: relative;
|
|
281
295
|
display: flex;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
@import "../../../../../web-essentials/scss/variables";
|
|
2
2
|
|
|
3
|
-
$control-border-radius: 4px;
|
|
4
|
-
|
|
5
3
|
.fwe-checkbox-container {
|
|
6
4
|
font-family: $font-family-base;
|
|
7
5
|
user-select: none;
|
|
@@ -44,6 +42,7 @@ $control-border-radius: 4px;
|
|
|
44
42
|
margin-left: 8px;
|
|
45
43
|
line-height: 24px;
|
|
46
44
|
color: $text;
|
|
45
|
+
-webkit-user-select: none;
|
|
47
46
|
user-select: none;
|
|
48
47
|
}
|
|
49
48
|
|
|
@@ -42,7 +42,7 @@ $knobSize: 14px;
|
|
|
42
42
|
margin: $knobSize * 0.5 3px;
|
|
43
43
|
height: $baseSize;
|
|
44
44
|
width: 8px;
|
|
45
|
-
border-radius:
|
|
45
|
+
border-radius: $border-radius-s;
|
|
46
46
|
}
|
|
47
47
|
.fwe-knob {
|
|
48
48
|
left: -3px;
|
|
@@ -167,7 +167,7 @@ $knobSize: 14px;
|
|
|
167
167
|
color: white;
|
|
168
168
|
height: $spacer-m;
|
|
169
169
|
width: $spacer-m;
|
|
170
|
-
border-radius:
|
|
170
|
+
border-radius: $border-radius-s;
|
|
171
171
|
margin-right: $spacer-xxs;
|
|
172
172
|
margin-bottom: $spacer-xxs;
|
|
173
173
|
&.fwe-white-item {
|
|
@@ -181,7 +181,7 @@ $knobSize: 14px;
|
|
|
181
181
|
justify-content: center;
|
|
182
182
|
height: $spacer-m;
|
|
183
183
|
width: $spacer-m;
|
|
184
|
-
border-radius:
|
|
184
|
+
border-radius: $border-radius-s;
|
|
185
185
|
border: 1px solid $control-border;
|
|
186
186
|
color: $control;
|
|
187
187
|
margin-right: $spacer-xxs;
|