@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.
Files changed (162) hide show
  1. package/css/bundle.css +1 -1
  2. package/css/popover.css +1 -1
  3. package/esm2020/index.mjs +5 -1
  4. package/esm2020/lib/components/accordion/accordion-header/accordion-header.component.mjs +3 -3
  5. package/esm2020/lib/components/accordion/accordion-item/accordion-item-body/accordion-item-body.component.mjs +3 -3
  6. package/esm2020/lib/components/accordion/accordion-item/accordion-item-header/accordion-item-header.component.mjs +3 -3
  7. package/esm2020/lib/components/accordion/accordion-item/accordion-item.component.mjs +3 -3
  8. package/esm2020/lib/components/accordion/accordion.component.mjs +3 -3
  9. package/esm2020/lib/components/breadcrumb/breadcrumb.component.mjs +5 -5
  10. package/esm2020/lib/components/buttons/button/button.component.mjs +5 -5
  11. package/esm2020/lib/components/buttons/link-button/link-button.component.mjs +4 -4
  12. package/esm2020/lib/components/chips/chip/chip.component.mjs +4 -4
  13. package/esm2020/lib/components/chips/chip-container/chip-container.component.mjs +4 -4
  14. package/esm2020/lib/components/click-outside.directive.mjs +3 -3
  15. package/esm2020/lib/components/components.module.mjs +5 -5
  16. package/esm2020/lib/components/image-gallery/image-gallery.component.mjs +6 -6
  17. package/esm2020/lib/components/image-gallery/image-gallery.module.mjs +5 -5
  18. package/esm2020/lib/components/loading-indicator/loading-indicator.component.mjs +5 -5
  19. package/esm2020/lib/components/mobile-flyout/mobile-flyout-item/mobile-flyout-item.component.mjs +3 -3
  20. package/esm2020/lib/components/mobile-flyout/mobile-flyout-page/mobile-flyout-page.component.mjs +3 -3
  21. package/esm2020/lib/components/mobile-flyout/mobile-flyout.component.mjs +3 -3
  22. package/esm2020/lib/components/modals/alert/alert.component.mjs +4 -4
  23. package/esm2020/lib/components/modals/confirm/confirm.component.mjs +4 -4
  24. package/esm2020/lib/components/modals/custom-modal/custom-modal.component.mjs +5 -5
  25. package/esm2020/lib/components/modals/modal.service.mjs +3 -3
  26. package/esm2020/lib/components/modals/modals.module.mjs +5 -5
  27. package/esm2020/lib/components/modals/prompt/prompt.component.mjs +9 -9
  28. package/esm2020/lib/components/pagination/pagination.component.mjs +4 -4
  29. package/esm2020/lib/components/popovers/legend/legend.component.mjs +3 -3
  30. package/esm2020/lib/components/popovers/legend/legend.directive.mjs +3 -3
  31. package/esm2020/lib/components/popovers/popover/popover.component.mjs +4 -4
  32. package/esm2020/lib/components/popovers/popover-content/popover-content.component.mjs +3 -3
  33. package/esm2020/lib/components/popovers/popover-content/popover-content.directive.mjs +3 -3
  34. package/esm2020/lib/components/popovers/popover-menu/popover-menu.component.mjs +4 -4
  35. package/esm2020/lib/components/popovers/popover.service.mjs +5 -5
  36. package/esm2020/lib/components/popovers/tooltip/tooltip.directive.mjs +3 -3
  37. package/esm2020/lib/components/progress/progress.component.mjs +3 -3
  38. package/esm2020/lib/components/scroll/scrollable.directive.mjs +3 -3
  39. package/esm2020/lib/components/search-input/safe-html.pipe.mjs +3 -3
  40. package/esm2020/lib/components/search-input/search-input.component.mjs +5 -5
  41. package/esm2020/lib/components/snackbar/snackbar-container.component.mjs +3 -3
  42. package/esm2020/lib/components/snackbar/snackbar-container.directive.mjs +3 -3
  43. package/esm2020/lib/components/snackbar/snackbar.component.mjs +4 -4
  44. package/esm2020/lib/components/snackbar/snackbar.module.mjs +5 -5
  45. package/esm2020/lib/components/snackbar/snackbar.service.mjs +3 -3
  46. package/esm2020/lib/components/stepper-horizontal/step-horizontal/step-horizontal.component.mjs +3 -3
  47. package/esm2020/lib/components/stepper-horizontal/stepper-horizontal.component.mjs +3 -3
  48. package/esm2020/lib/components/stepper-vertical/step-vertical/step-vertical.component.mjs +3 -3
  49. package/esm2020/lib/components/stepper-vertical/stepper-vertical.component.mjs +3 -3
  50. package/esm2020/lib/components/table-header-cell/table-header-cell.directive.mjs +3 -3
  51. package/esm2020/lib/components/tabs/tab-pane/tab-pane.component.mjs +7 -4
  52. package/esm2020/lib/components/tabs/tabs.component.mjs +43 -23
  53. package/esm2020/lib/content/content.module.mjs +5 -5
  54. package/esm2020/lib/content/icon/icon.component.mjs +4 -4
  55. package/esm2020/lib/festo-angular.module.mjs +30 -18
  56. package/esm2020/lib/forms/checkbox/checkbox.component.mjs +4 -4
  57. package/esm2020/lib/forms/color-indicator/color-indicator.component.mjs +6 -6
  58. package/esm2020/lib/forms/color-picker/color-picker.component.mjs +7 -7
  59. package/esm2020/lib/forms/container-host.mjs +3 -3
  60. package/esm2020/lib/forms/date-picker/date-picker.component.mjs +4 -4
  61. package/esm2020/lib/forms/date-picker.module.mjs +28 -0
  62. package/esm2020/lib/forms/date-range-picker/date-range-picker.component.mjs +4 -4
  63. package/esm2020/lib/forms/forms.module.mjs +5 -26
  64. package/esm2020/lib/forms/radio/radio.component.mjs +6 -6
  65. package/esm2020/lib/forms/segment/segment-control/segment-control.component.mjs +4 -4
  66. package/esm2020/lib/forms/segment/segment.component.mjs +5 -5
  67. package/esm2020/lib/forms/select/chip-text.pipe.mjs +3 -3
  68. package/esm2020/lib/forms/select/select-option/select-option.component.mjs +4 -4
  69. package/esm2020/lib/forms/select/select.component.mjs +6 -6
  70. package/esm2020/lib/forms/slider/slider.component.mjs +4 -4
  71. package/esm2020/lib/forms/switch/switch.component.mjs +4 -4
  72. package/esm2020/lib/forms/text-area/text-area.component.mjs +4 -4
  73. package/esm2020/lib/forms/text-editor/text-editor.component.mjs +4 -4
  74. package/esm2020/lib/forms/text-editor/text-editor.module.mjs +25 -0
  75. package/esm2020/lib/forms/text-input/text-input.component.mjs +4 -4
  76. package/esm2020/lib/forms/time-picker/time-picker-dropdown/time-picker-dropdown.component.mjs +3 -3
  77. package/esm2020/lib/forms/time-picker/time-picker.component.mjs +4 -4
  78. package/esm2020/lib/forms/unique-selection-dispatcher.mjs +3 -3
  79. package/esm2020/lib/forms/value-accessor-base.mjs +3 -3
  80. package/esm2020/lib/layout/layout.module.mjs +5 -5
  81. package/esm2020/lib/wrappers/flatpickr/flatpickr.component.mjs +3 -3
  82. package/fesm2015/festo-ui-angular.mjs +1592 -1542
  83. package/fesm2015/festo-ui-angular.mjs.map +1 -1
  84. package/fesm2020/festo-ui-angular.mjs +1561 -1512
  85. package/fesm2020/festo-ui-angular.mjs.map +1 -1
  86. package/index.d.ts +2 -0
  87. package/lib/components/accordion/accordion-header/accordion-header.component.d.ts +1 -1
  88. package/lib/components/accordion/accordion-item/accordion-item-body/accordion-item-body.component.d.ts +1 -1
  89. package/lib/components/accordion/accordion-item/accordion-item-header/accordion-item-header.component.d.ts +1 -1
  90. package/lib/components/accordion/accordion-item/accordion-item.component.d.ts +1 -1
  91. package/lib/components/accordion/accordion.component.d.ts +1 -1
  92. package/lib/components/breadcrumb/breadcrumb.component.d.ts +1 -1
  93. package/lib/components/buttons/button/button.component.d.ts +1 -1
  94. package/lib/components/buttons/link-button/link-button.component.d.ts +1 -1
  95. package/lib/components/chips/chip/chip.component.d.ts +1 -1
  96. package/lib/components/chips/chip-container/chip-container.component.d.ts +1 -1
  97. package/lib/components/click-outside.directive.d.ts +1 -1
  98. package/lib/components/image-gallery/image-gallery.component.d.ts +1 -1
  99. package/lib/components/loading-indicator/loading-indicator.component.d.ts +1 -1
  100. package/lib/components/mobile-flyout/mobile-flyout-item/mobile-flyout-item.component.d.ts +1 -1
  101. package/lib/components/mobile-flyout/mobile-flyout-page/mobile-flyout-page.component.d.ts +1 -1
  102. package/lib/components/mobile-flyout/mobile-flyout.component.d.ts +1 -1
  103. package/lib/components/modals/alert/alert.component.d.ts +1 -1
  104. package/lib/components/modals/confirm/confirm.component.d.ts +1 -1
  105. package/lib/components/modals/custom-modal/custom-modal.component.d.ts +1 -1
  106. package/lib/components/modals/prompt/prompt.component.d.ts +4 -4
  107. package/lib/components/pagination/pagination.component.d.ts +1 -1
  108. package/lib/components/popovers/legend/legend.component.d.ts +1 -1
  109. package/lib/components/popovers/legend/legend.directive.d.ts +1 -1
  110. package/lib/components/popovers/popover/popover.component.d.ts +1 -1
  111. package/lib/components/popovers/popover-content/popover-content.component.d.ts +1 -1
  112. package/lib/components/popovers/popover-content/popover-content.directive.d.ts +1 -1
  113. package/lib/components/popovers/popover-menu/popover-menu.component.d.ts +1 -1
  114. package/lib/components/popovers/tooltip/tooltip.directive.d.ts +1 -1
  115. package/lib/components/progress/progress.component.d.ts +1 -1
  116. package/lib/components/scroll/scrollable.directive.d.ts +1 -1
  117. package/lib/components/search-input/safe-html.pipe.d.ts +1 -1
  118. package/lib/components/search-input/search-input.component.d.ts +1 -1
  119. package/lib/components/snackbar/snackbar-container.component.d.ts +1 -1
  120. package/lib/components/snackbar/snackbar-container.directive.d.ts +1 -1
  121. package/lib/components/snackbar/snackbar.component.d.ts +1 -1
  122. package/lib/components/stepper-horizontal/step-horizontal/step-horizontal.component.d.ts +1 -1
  123. package/lib/components/stepper-horizontal/stepper-horizontal.component.d.ts +1 -1
  124. package/lib/components/stepper-vertical/step-vertical/step-vertical.component.d.ts +1 -1
  125. package/lib/components/stepper-vertical/stepper-vertical.component.d.ts +1 -1
  126. package/lib/components/table-header-cell/table-header-cell.directive.d.ts +1 -1
  127. package/lib/components/tabs/tab-pane/tab-pane.component.d.ts +2 -1
  128. package/lib/components/tabs/tabs.component.d.ts +7 -1
  129. package/lib/content/icon/icon.component.d.ts +1 -1
  130. package/lib/festo-angular.module.d.ts +6 -4
  131. package/lib/forms/checkbox/checkbox.component.d.ts +1 -1
  132. package/lib/forms/color-indicator/color-indicator.component.d.ts +1 -1
  133. package/lib/forms/color-picker/color-picker.component.d.ts +1 -1
  134. package/lib/forms/container-host.d.ts +1 -1
  135. package/lib/forms/date-picker/date-picker.component.d.ts +1 -1
  136. package/lib/forms/date-picker.module.d.ts +17 -0
  137. package/lib/forms/date-range-picker/date-range-picker.component.d.ts +1 -1
  138. package/lib/forms/forms.module.d.ts +16 -23
  139. package/lib/forms/radio/radio.component.d.ts +2 -2
  140. package/lib/forms/segment/segment-control/segment-control.component.d.ts +1 -1
  141. package/lib/forms/segment/segment.component.d.ts +1 -1
  142. package/lib/forms/select/chip-text.pipe.d.ts +1 -1
  143. package/lib/forms/select/select-option/select-option.component.d.ts +1 -1
  144. package/lib/forms/select/select.component.d.ts +1 -1
  145. package/lib/forms/slider/slider.component.d.ts +1 -1
  146. package/lib/forms/switch/switch.component.d.ts +1 -1
  147. package/lib/forms/text-area/text-area.component.d.ts +1 -1
  148. package/lib/forms/text-editor/text-editor.component.d.ts +1 -1
  149. package/lib/forms/text-editor/text-editor.module.d.ts +14 -0
  150. package/lib/forms/text-input/text-input.component.d.ts +1 -1
  151. package/lib/forms/time-picker/time-picker-dropdown/time-picker-dropdown.component.d.ts +1 -1
  152. package/lib/forms/time-picker/time-picker.component.d.ts +1 -1
  153. package/lib/forms/value-accessor-base.d.ts +1 -1
  154. package/lib/wrappers/flatpickr/flatpickr.component.d.ts +1 -1
  155. package/package.json +3 -3
  156. package/scss/base/components/buttons/button/button.component.scss +1 -4
  157. package/scss/base/components/loading-indicator/loading-indicator.component.scss +3 -10
  158. package/scss/base/components/tabs/tabs.component.scss +14 -0
  159. package/scss/base/forms/checkbox/checkbox.component.scss +1 -2
  160. package/scss/base/forms/color-indicator/color-indicator.component.scss +1 -1
  161. package/scss/base/forms/color-picker/color-picker.component.scss +3 -3
  162. 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 "../wrappers/flatpickr/flatpickr.component";
9
- import * as i8 from "./date-picker/date-picker.component";
10
- import * as i9 from "./date-range-picker/date-range-picker.component";
11
- import * as i10 from "./color-picker/color-picker.component";
12
- import * as i11 from "./select/select.component";
13
- import * as i12 from "./select/select-option/select-option.component";
14
- import * as i13 from "./slider/slider.component";
15
- import * as i14 from "./segment/segment.component";
16
- import * as i15 from "./segment/segment-control/segment-control.component";
17
- import * as i16 from "./time-picker/time-picker.component";
18
- import * as i17 from "./time-picker/time-picker-dropdown/time-picker-dropdown.component";
19
- import * as i18 from "./text-editor/text-editor.component";
20
- import * as i19 from "./select/chip-text.pipe";
21
- import * as i20 from "@angular/forms";
22
- import * as i21 from "@angular/common";
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.FlatpickrComponent, typeof i8.DatePickerComponent, typeof i9.DateRangePickerComponent, typeof i10.ColorPickerComponent, typeof i11.SelectComponent, typeof i12.SelectOptionComponent, typeof i13.SliderComponent, typeof i14.SegmentComponent, typeof i15.SegmentControlComponent, typeof i16.TimePickerComponent, typeof i17.TimePickerDropdownComponent, typeof i18.TextEditorComponent, typeof i19.ChipTextPipe], [typeof i20.ReactiveFormsModule, typeof i20.FormsModule, typeof i21.CommonModule, typeof i22.OverlayModule, typeof i23.ScrollingModule, typeof i24.DragDropModule, typeof i25.ObserversModule], [typeof i20.ReactiveFormsModule, typeof i20.FormsModule, typeof i1.CheckboxComponent, typeof i2.SwitchComponent, typeof i3.RadioGroupDirective, typeof i3.RadioComponent, typeof i4.TextInputComponent, typeof i5.TextAreaComponent, typeof i6.ColorIndicatorComponent, typeof i8.DatePickerComponent, typeof i9.DateRangePickerComponent, typeof i10.ColorPickerComponent, typeof i11.SelectComponent, typeof i12.SelectOptionComponent, typeof i13.SliderComponent, typeof i14.SegmentComponent, typeof i15.SegmentControlComponent, typeof i16.TimePickerComponent, typeof i17.TimePickerDropdownComponent, typeof i18.TextEditorComponent, typeof i19.ChipTextPipe]>;
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.2.1",
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": "festo-ui-angular.d.ts",
37
+ "typings": "index.d.ts",
38
38
  "exports": {
39
39
  "./package.json": {
40
40
  "default": "./package.json"
41
41
  },
42
42
  ".": {
43
- "types": "./festo-ui-angular.d.ts",
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",
@@ -2,9 +2,6 @@ fng-button {
2
2
  display: inline-block;
3
3
  }
4
4
 
5
- .fng-button {
5
+ .fng-button {
6
6
  width: 100%;
7
- .fng-button-text {
8
- margin: -1px 0px 1px 0px;
9
- }
10
7
  }
@@ -1,12 +1,5 @@
1
- .fng-waiting-container {
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
- .fng-waiting-indicator {
11
- margin-bottom: 16px;
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
 
@@ -10,7 +10,7 @@
10
10
  font-size: $font-size-md;
11
11
  line-height: 1rem;
12
12
  box-shadow: 0px 1px 4px #33333333;
13
- border-radius: 8px;
13
+ border-radius: $border-radius-s;
14
14
  }
15
15
  }
16
16
 
@@ -42,7 +42,7 @@ $knobSize: 14px;
42
42
  margin: $knobSize * 0.5 3px;
43
43
  height: $baseSize;
44
44
  width: 8px;
45
- border-radius: 4px;
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: 4px;
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: 4px;
184
+ border-radius: $border-radius-s;
185
185
  border: 1px solid $control-border;
186
186
  color: $control;
187
187
  margin-right: $spacer-xxs;
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@festo-ui/angular" />
5
- export * from './index';