@natec/mef-dev-ui-kit 16.3.67 → 16.3.69

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.
@@ -1,10 +1,8 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { FilteredFieldService } from '../../utils/filtered-field';
2
+ import { FilteredFieldService } from '../../utils/filtered-field/filtered-field.service';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
5
  * Component representing the right filter.
6
- *
7
- * <example-url>https://mef.dev/ui_kit_demo/view/utils/filtered_field</example-url>
8
6
  */
9
7
  export declare class RightFilterComponent implements OnInit {
10
8
  private filteredFieldService;
@@ -12,6 +10,7 @@ export declare class RightFilterComponent implements OnInit {
12
10
  * Flag indicating whether the right filter is open or closed.
13
11
  */
14
12
  isOpen: boolean;
13
+ showStandartOpenButton: boolean;
15
14
  constructor(filteredFieldService: FilteredFieldService);
16
15
  ngOnInit(): void;
17
16
  /**
@@ -24,5 +23,5 @@ export declare class RightFilterComponent implements OnInit {
24
23
  */
25
24
  modalIsCloused(): void;
26
25
  static ɵfac: i0.ɵɵFactoryDeclaration<RightFilterComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<RightFilterComponent, "mefdev-right-filter", never, {}, {}, never, ["*"], false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<RightFilterComponent, "mefdev-right-filter", never, { "showStandartOpenButton": { "alias": "showStandartOpenButton"; "required": false; }; }, {}, never, ["*"], false, never>;
28
27
  }
@@ -28,9 +28,9 @@ export declare class CentralPageComponent implements OnInit, OnDestroy, AfterVie
28
28
  ngOnDestroy(): void;
29
29
  ngOnInit(): void;
30
30
  /**
31
- * Lifecycle hook called after the component's view has been checked.
32
- * Sets the height of the main content element to '100%'.
33
- */
31
+ * Lifecycle hook called after the component's view has been checked.
32
+ * Sets the height of the main content element to '100%'.
33
+ */
34
34
  ngAfterViewChecked(): void;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<CentralPageComponent, never>;
36
36
  static ɵcmp: i0.ɵɵComponentDeclaration<CentralPageComponent, "mefdev-central-page", never, { "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
@@ -12,9 +12,6 @@ import * as i0 from "@angular/core";
12
12
  * </mefdev-central-page-row>
13
13
  * </mefdev-central-page>
14
14
  * ```
15
- *
16
- * Example of usage:
17
- * <example-url>https://mef.dev/ui_kit_demo/view/page_layouts/central_page</example-url>
18
15
  */
19
16
  export declare class CentralPageRowComponent implements OnInit {
20
17
  constructor();
@@ -9,11 +9,8 @@ import * as i0 from "@angular/core";
9
9
  * ```
10
10
  * <mefdev-filtered-field-container>
11
11
  *
12
- * <mefdev-filtered-field-item
13
- * [item]="filterItem"
14
- * (discard)="onDiscardFilter($event)"
15
- * (openFilter)="onOpenFilter()">
16
- * </mefdev-filtered-field-item>
12
+ * <mefdev-filtered-field-item [item]="filterItem" (discard)="onDiscardFilter($event)" (openFilter)="onOpenFilter()">
13
+ * </mefdev-filtered-field-item>
17
14
  *
18
15
  * </mefdev-filtered-field-container>
19
16
  * ```
@@ -179,12 +179,6 @@ export declare class MefDevSwitchComponent implements OnInit, ControlValueAccess
179
179
  * ```
180
180
  */
181
181
  setDisabledState(isDisabled: boolean): void;
182
- /**
183
- * Get the value accessor provider configuration for the switch component.
184
- *
185
- * @param The value accessor provider.
186
- */
187
- static switchValueAccessor(): any;
188
182
  ngOnInit(): void;
189
183
  static ɵfac: i0.ɵɵFactoryDeclaration<MefDevSwitchComponent, never>;
190
184
  static ɵcmp: i0.ɵɵComponentDeclaration<MefDevSwitchComponent, "mefdev-switch", never, { "Value": { "alias": "Value"; "required": false; }; "Size": { "alias": "Size"; "required": false; }; "Color": { "alias": "Color"; "required": false; }; "Disabled": { "alias": "Disabled"; "required": false; }; }, { "onChange": "onChange"; }, never, ["[checked]", "[unchecked]"], false, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natec/mef-dev-ui-kit",
3
- "version": "16.3.67",
3
+ "version": "16.3.69",
4
4
  "description": "MEF.DEV UI Kit Library",
5
5
  "author": {
6
6
  "name": "NATEC"