@metadev/lux 0.26.0 → 0.27.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/esm2022/lib/autocomplete/autocomplete.component.mjs +488 -0
- package/esm2022/lib/autocomplete-list/autocomplete-list.component.mjs +259 -0
- package/esm2022/lib/breadcrumb/breadcrumb.component.mjs +78 -0
- package/esm2022/lib/checkbox/checkbox.component.mjs +156 -0
- package/esm2022/lib/datetime/datetime.component.mjs +312 -0
- package/esm2022/lib/filter/filter.component.mjs +158 -0
- package/esm2022/lib/geolocation/geolocation.component.mjs +423 -0
- package/esm2022/lib/geolocation/geolocation.service.mjs +123 -0
- package/{esm2020 → esm2022}/lib/geolocation/openlayer-loader.service.mjs +4 -4
- package/esm2022/lib/helperFns.mjs +118 -0
- package/esm2022/lib/input/input.component.mjs +469 -0
- package/{esm2020 → esm2022}/lib/input/regexp.service.mjs +4 -4
- package/esm2022/lib/lux.module.mjs +119 -0
- package/esm2022/lib/map/map.component.mjs +275 -0
- package/esm2022/lib/modal/modal-backdrop.mjs +25 -0
- package/esm2022/lib/modal/modal-config.mjs +12 -0
- package/esm2022/lib/modal/modal-ref.mjs +101 -0
- package/esm2022/lib/modal/modal-stack.mjs +182 -0
- package/esm2022/lib/modal/modal-window.mjs +125 -0
- package/esm2022/lib/modal/modal.service.mjs +28 -0
- package/esm2022/lib/modal/util.mjs +82 -0
- package/esm2022/lib/pagination/pagination.component.mjs +144 -0
- package/esm2022/lib/radiogroup/radiogroup.component.mjs +129 -0
- package/esm2022/lib/select/select.component.mjs +148 -0
- package/esm2022/lib/tooltip/tooltip.component.mjs +24 -0
- package/esm2022/lib/tooltip/tooltip.directive.mjs +69 -0
- package/esm2022/lib/tooltip/tooltip.service.mjs +137 -0
- package/esm2022/lib/tooltip/tooltop-content.mjs +9 -0
- package/esm2022/lib/voice-recognition/voice-recognition.directive.mjs +79 -0
- package/{fesm2020 → fesm2022}/metadev-lux.mjs +671 -554
- package/fesm2022/metadev-lux.mjs.map +1 -0
- package/lib/autocomplete/autocomplete.component.d.ts +1 -1
- package/lib/autocomplete-list/autocomplete-list.component.d.ts +1 -1
- package/lib/checkbox/checkbox.component.d.ts +1 -1
- package/lib/datetime/datetime.component.d.ts +1 -1
- package/lib/filter/filter.component.d.ts +1 -1
- package/lib/geolocation/geolocation.component.d.ts +1 -1
- package/lib/input/input.component.d.ts +1 -1
- package/lib/map/map.component.d.ts +2 -2
- package/lib/modal/modal-backdrop.d.ts +1 -1
- package/lib/modal/modal-stack.d.ts +1 -1
- package/lib/modal/modal-window.d.ts +1 -1
- package/lib/modal/util.d.ts +1 -1
- package/lib/pagination/pagination.component.d.ts +1 -1
- package/lib/radiogroup/radiogroup.component.d.ts +1 -1
- package/lib/select/select.component.d.ts +1 -1
- package/lib/tooltip/tooltip.component.d.ts +1 -1
- package/lib/tooltip/tooltip.directive.d.ts +1 -1
- package/lib/voice-recognition/voice-recognition.directive.d.ts +1 -1
- package/package.json +7 -13
- package/esm2020/lib/autocomplete/autocomplete.component.mjs +0 -479
- package/esm2020/lib/autocomplete-list/autocomplete-list.component.mjs +0 -254
- package/esm2020/lib/breadcrumb/breadcrumb.component.mjs +0 -75
- package/esm2020/lib/checkbox/checkbox.component.mjs +0 -154
- package/esm2020/lib/datetime/datetime.component.mjs +0 -306
- package/esm2020/lib/filter/filter.component.mjs +0 -152
- package/esm2020/lib/geolocation/geolocation.component.mjs +0 -407
- package/esm2020/lib/geolocation/geolocation.service.mjs +0 -120
- package/esm2020/lib/helperFns.mjs +0 -117
- package/esm2020/lib/input/input.component.mjs +0 -452
- package/esm2020/lib/lux.module.mjs +0 -124
- package/esm2020/lib/map/map.component.mjs +0 -264
- package/esm2020/lib/modal/modal-backdrop.mjs +0 -26
- package/esm2020/lib/modal/modal-config.mjs +0 -14
- package/esm2020/lib/modal/modal-ref.mjs +0 -91
- package/esm2020/lib/modal/modal-stack.mjs +0 -179
- package/esm2020/lib/modal/modal-window.mjs +0 -119
- package/esm2020/lib/modal/modal.service.mjs +0 -26
- package/esm2020/lib/modal/util.mjs +0 -83
- package/esm2020/lib/pagination/pagination.component.mjs +0 -137
- package/esm2020/lib/radiogroup/radiogroup.component.mjs +0 -130
- package/esm2020/lib/select/select.component.mjs +0 -149
- package/esm2020/lib/tooltip/tooltip.component.mjs +0 -23
- package/esm2020/lib/tooltip/tooltip.directive.mjs +0 -60
- package/esm2020/lib/tooltip/tooltip.service.mjs +0 -134
- package/esm2020/lib/tooltip/tooltop-content.mjs +0 -7
- package/esm2020/lib/voice-recognition/voice-recognition.directive.mjs +0 -73
- package/fesm2015/metadev-lux.mjs +0 -4347
- package/fesm2015/metadev-lux.mjs.map +0 -1
- package/fesm2020/metadev-lux.mjs.map +0 -1
- /package/{esm2020 → esm2022}/lib/datasource.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/lang.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/map/geopoint.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/modal/modal-dismiss-reasons.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/pagination/pagination.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/tooltip/placement.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/tooltip/tooltip-context.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/window/window.service.mjs +0 -0
- /package/{esm2020 → esm2022}/metadev-lux.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
|
@@ -76,6 +76,6 @@ export declare class AutocompleteComponent implements ControlValueAccessor, Vali
|
|
|
76
76
|
private hasExternalDataSource;
|
|
77
77
|
private computeCompletionList;
|
|
78
78
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteComponent, never>;
|
|
79
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteComponent, "lux-autocomplete", never, { "inputId": "inputId"; "disabled": "disabled"; "readonly": "readonly"; "label": "label"; "canAddNewValues": "canAddNewValues"; "keepOpenAfterDelete": "keepOpenAfterDelete"; "value": "value"; "dataSource": "dataSource"; "required": "required"; "placeholder": "placeholder"; "resolveLabelsFunction": "resolveLabelsFunction"; "populateFunction": "populateFunction"; "instance": "instance"; }, { "valueChange": "valueChange"; "dataSourceChange": "dataSourceChange"; }, never, never, false, never>;
|
|
79
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteComponent, "lux-autocomplete", never, { "inputId": { "alias": "inputId"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "label": { "alias": "label"; "required": false; }; "canAddNewValues": { "alias": "canAddNewValues"; "required": false; }; "keepOpenAfterDelete": { "alias": "keepOpenAfterDelete"; "required": false; }; "value": { "alias": "value"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "required": { "alias": "required"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "resolveLabelsFunction": { "alias": "resolveLabelsFunction"; "required": false; }; "populateFunction": { "alias": "populateFunction"; "required": false; }; "instance": { "alias": "instance"; "required": false; }; }, { "valueChange": "valueChange"; "dataSourceChange": "dataSourceChange"; }, never, never, false, never>;
|
|
80
80
|
}
|
|
81
81
|
export declare const selectElement: (completionList: DecoratedDataSource, label: string) => DataSourceItem<any, string>;
|
|
@@ -61,5 +61,5 @@ export declare class AutocompleteListComponent implements ControlValueAccessor,
|
|
|
61
61
|
addNew(auto: AutocompleteComponent): void;
|
|
62
62
|
getDeleteMessage(label: string): string;
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteListComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteListComponent, "lux-autocomplete-list", never, { "value": "value"; "lang": "lang"; "inputId": "inputId"; "dataSource": "dataSource"; "placeholder": "placeholder"; "disabled": "disabled"; "deleteLabelTemplate": "deleteLabelTemplate"; "addMessage": "addMessage"; "required": "required"; "resolveLabelsFunction": "resolveLabelsFunction"; "populateFunction": "populateFunction"; "instance": "instance"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteListComponent, "lux-autocomplete-list", never, { "value": { "alias": "value"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "deleteLabelTemplate": { "alias": "deleteLabelTemplate"; "required": false; }; "addMessage": { "alias": "addMessage"; "required": false; }; "required": { "alias": "required"; "required": false; }; "resolveLabelsFunction": { "alias": "resolveLabelsFunction"; "required": false; }; "populateFunction": { "alias": "populateFunction"; "required": false; }; "instance": { "alias": "instance"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
65
65
|
}
|
|
@@ -43,5 +43,5 @@ export declare class CheckboxComponent implements ControlValueAccessor, OnInit,
|
|
|
43
43
|
onKey(event: KeyboardEvent): void;
|
|
44
44
|
private syncModel;
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "lux-checkbox", never, { "lang": "lang"; "value": "value"; "label": "label"; "name": "name"; "disabled": "disabled"; "inputId": "inputId"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "lux-checkbox", never, { "lang": { "alias": "lang"; "required": false; }; "value": { "alias": "value"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
47
47
|
}
|
|
@@ -65,5 +65,5 @@ export declare class DatetimeComponent implements OnInit, ControlValueAccessor,
|
|
|
65
65
|
checkClassName(): string;
|
|
66
66
|
setPatterns(): void;
|
|
67
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatetimeComponent, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DatetimeComponent, "lux-datetime", never, { "min": "min"; "max": "max"; "includeSeconds": "includeSeconds"; "localTime": "localTime"; "lang": "lang"; "inlineErrors": "inlineErrors"; "inputId": "inputId"; "ariaLabel": "aria-label"; "readonly": "readonly"; "disabled": "disabled"; "required": "required"; "value": "value"; }, { "valueChange": "valueChange"; "keyPress": "keyPress"; }, never, never, false, never>;
|
|
68
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatetimeComponent, "lux-datetime", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "includeSeconds": { "alias": "includeSeconds"; "required": false; }; "localTime": { "alias": "localTime"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; "inlineErrors": { "alias": "inlineErrors"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; "keyPress": "keyPress"; }, never, never, false, never>;
|
|
69
69
|
}
|
|
@@ -47,5 +47,5 @@ export declare class FilterComponent implements ControlValueAccessor, OnInit, On
|
|
|
47
47
|
private searchNow;
|
|
48
48
|
private addEvent;
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterComponent, "lux-filter", never, { "disabled": "disabled"; "inputId": "inputId"; "placeholder": "placeholder"; "searchValue": "searchValue"; "searchOnType": "searchOnType"; "ariaLabel": "aria-label"; "debounce": "debounce"; }, { "searchValueChange": "searchValueChange"; }, never, never, false, never>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterComponent, "lux-filter", never, { "disabled": { "alias": "disabled"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "searchOnType": { "alias": "searchOnType"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; }, { "searchValueChange": "searchValueChange"; }, never, never, false, never>;
|
|
51
51
|
}
|
|
@@ -119,5 +119,5 @@ export declare class GeolocationComponent implements OnInit {
|
|
|
119
119
|
getData(instance: GeolocationComponent, search: string): Observable<DataSource<GeoPoint, string>>;
|
|
120
120
|
setPatterns(): void;
|
|
121
121
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeolocationComponent, never>;
|
|
122
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GeolocationComponent, "lux-geolocation", never, { "minLatitude": "minLatitude"; "maxLatitude": "maxLatitude"; "minLongitude": "minLongitude"; "maxLongitude": "maxLongitude"; "step": "step"; "zoom": "zoom"; "lang": "lang"; "inlineErrors": "inlineErrors"; "inputId": "inputId"; "ariaLabel": "aria-label"; "readonly": "readonly"; "disabled": "disabled"; "required": "required"; "value": "value"; }, { "valueChange": "valueChange"; "keyPress": "keyPress"; }, never, never, false, never>;
|
|
122
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GeolocationComponent, "lux-geolocation", never, { "minLatitude": { "alias": "minLatitude"; "required": false; }; "maxLatitude": { "alias": "maxLatitude"; "required": false; }; "minLongitude": { "alias": "minLongitude"; "required": false; }; "maxLongitude": { "alias": "maxLongitude"; "required": false; }; "step": { "alias": "step"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; "inlineErrors": { "alias": "inlineErrors"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; "keyPress": "keyPress"; }, never, never, false, never>;
|
|
123
123
|
}
|
|
@@ -104,5 +104,5 @@ export declare class InputComponent implements OnInit, ControlValueAccessor, Val
|
|
|
104
104
|
setPercentagePatterns(): void;
|
|
105
105
|
setPermillagePatterns(): void;
|
|
106
106
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
|
|
107
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "lux-input", never, { "rows": "rows"; "cols": "cols"; "step": "step"; "min": "min"; "max": "max"; "lang": "lang"; "inlineErrors": "inlineErrors"; "inputId": "inputId"; "ariaLabel": "aria-label"; "readonly": "readonly"; "disabled": "disabled"; "pattern": "pattern"; "currency": "currency"; "placeholder": "placeholder"; "required": "required"; "type": "type"; "value": "value"; }, { "valueChange": "valueChange"; "keyPress": "keyPress"; }, never, never, false, never>;
|
|
107
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "lux-input", never, { "rows": { "alias": "rows"; "required": false; }; "cols": { "alias": "cols"; "required": false; }; "step": { "alias": "step"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; "inlineErrors": { "alias": "inlineErrors"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; "keyPress": "keyPress"; }, never, never, false, never>;
|
|
108
108
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter, OnInit
|
|
1
|
+
import { AfterViewInit, EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { OpenLayerLoaderService } from '../geolocation/openlayer-loader.service';
|
|
3
3
|
import { GeoPoint } from './geopoint';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -35,5 +35,5 @@ export declare class MapComponent implements OnInit, AfterViewInit {
|
|
|
35
35
|
private getMarkerCoordinates;
|
|
36
36
|
onResize(): void;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapComponent, "lux-map", never, { "mapId": "mapId"; "zoom": "zoom"; "center": "center"; "readonly": "readonly"; "markerCoordinates": "markerCoordinates"; "markerPoint": "markerPoint"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapComponent, "lux-map", never, { "mapId": { "alias": "mapId"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; "center": { "alias": "center"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "markerCoordinates": { "alias": "markerCoordinates"; "required": false; }; "markerPoint": { "alias": "markerPoint"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
39
39
|
}
|
|
@@ -4,5 +4,5 @@ export declare class LuxModalBackdropComponent {
|
|
|
4
4
|
class: string;
|
|
5
5
|
style: string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuxModalBackdropComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LuxModalBackdropComponent, "lux-modal-backdrop", never, { "backdropClass": "backdropClass"; }, {}, never, never, false, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LuxModalBackdropComponent, "lux-modal-backdrop", never, { "backdropClass": { "alias": "backdropClass"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ApplicationRef, ComponentFactoryResolver, Injector, RendererFactory2 } from '@angular/core';
|
|
2
|
+
import { LuxModalConfig, LuxModalOptions } from './modal-config';
|
|
2
3
|
import { ModalRef } from './modal-ref';
|
|
3
|
-
import { LuxModalOptions, LuxModalConfig } from './modal-config';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ModalStack {
|
|
6
6
|
private _applicationRef;
|
|
@@ -24,5 +24,5 @@ export declare class LuxModalWindowComponent implements OnInit, AfterViewInit, O
|
|
|
24
24
|
ngAfterViewInit(): void;
|
|
25
25
|
ngOnDestroy(): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuxModalWindowComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LuxModalWindowComponent, "lux-modal-window", never, { "ariaDescribedBy": "ariaDescribedBy"; "ariaLabelledBy": "ariaLabelledBy"; "backdrop": "backdrop"; "keyboard": "keyboard"; "windowClass": "windowClass"; }, { "dismissEvent": "dismissEvent"; }, never, ["*"], false, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LuxModalWindowComponent, "lux-modal-window", never, { "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "backdrop": { "alias": "backdrop"; "required": false; }; "keyboard": { "alias": "keyboard"; "required": false; }; "windowClass": { "alias": "windowClass"; "required": false; }; }, { "dismissEvent": "dismissEvent"; }, never, ["*"], false, never>;
|
|
28
28
|
}
|
package/lib/modal/util.d.ts
CHANGED
|
@@ -48,5 +48,5 @@ export declare class PaginationComponent implements OnInit {
|
|
|
48
48
|
private calculatePages;
|
|
49
49
|
private loadLanguage;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "lux-pagination", never, { "lang": "lang"; "paginationInfo": "paginationInfo"; }, { "goToPage": "goToPage"; "pageSizeChange": "pageSizeChange"; }, never, never, false, never>;
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "lux-pagination", never, { "lang": { "alias": "lang"; "required": false; }; "paginationInfo": { "alias": "paginationInfo"; "required": false; }; }, { "goToPage": "goToPage"; "pageSizeChange": "pageSizeChange"; }, never, never, false, never>;
|
|
52
52
|
}
|
|
@@ -33,5 +33,5 @@ export declare class RadiogroupComponent implements ControlValueAccessor, Valida
|
|
|
33
33
|
setValue(event: MouseEvent, item: RadioItem): void;
|
|
34
34
|
ensureHasUniqueName(item: RadioItem, index: number): RadioItem;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadiogroupComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadiogroupComponent, "lux-radiogroup", never, { "name": "name"; "disabled": "disabled"; "readonly": "readonly"; "required": "required"; "items": "items"; "value": "value"; }, { "itemsChange": "itemsChange"; "valueChange": "valueChange"; }, never, never, false, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadiogroupComponent, "lux-radiogroup", never, { "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "items": { "alias": "items"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "itemsChange": "itemsChange"; "valueChange": "valueChange"; }, never, never, false, never>;
|
|
37
37
|
}
|
|
@@ -34,5 +34,5 @@ export declare class SelectComponent implements ControlValueAccessor, Validator
|
|
|
34
34
|
onKeyPress(event: KeyboardEvent): void;
|
|
35
35
|
onChangeNewEntry(newValue: string): void;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "lux-select", never, { "id": "id"; "disabled": "disabled"; "required": "required"; "multiple": "multiple"; "value": "value"; "placeholder": "placeholder"; "unique": "unique"; "validateItem": "validateItem"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "lux-select", never, { "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "unique": { "alias": "unique"; "required": false; }; "validateItem": { "alias": "validateItem"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
38
38
|
}
|
|
@@ -7,5 +7,5 @@ export declare class TooltipComponent {
|
|
|
7
7
|
context: LuxTooltipContext;
|
|
8
8
|
constructor();
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "ng-component", never, { "context": "context"; }, {}, never, never, false, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "ng-component", never, { "context": { "alias": "context"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -23,5 +23,5 @@ export declare class LuxTooltipDirective {
|
|
|
23
23
|
show(component: any, elHost: ElementRef, placement: PlacementValue): TooltipContentRef;
|
|
24
24
|
remove(tooltipRef: TooltipContentRef): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuxTooltipDirective, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LuxTooltipDirective, "[luxTooltip]", never, { "luxTooltip": "luxTooltip"; "content": "content"; "placement": "placement"; }, {}, never, never, false, never>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LuxTooltipDirective, "[luxTooltip]", never, { "luxTooltip": { "alias": "luxTooltip"; "required": false; }; "content": { "alias": "content"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; }, {}, never, never, false, never>;
|
|
27
27
|
}
|
|
@@ -12,5 +12,5 @@ export declare class VoiceRecognitionDirective implements OnInit {
|
|
|
12
12
|
microphoneClick(): void;
|
|
13
13
|
onRecognized(event: any): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<VoiceRecognitionDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<VoiceRecognitionDirective, "[luxVoiceRecognition]", never, { "language": "language"; }, {}, never, never, false, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<VoiceRecognitionDirective, "[luxVoiceRecognition]", never, { "language": { "alias": "language"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
16
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metadev/lux",
|
|
3
3
|
"description": "Lux: Library with User Interface components for Angular.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.27.0",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Metadev S.L.",
|
|
7
7
|
"url": "https://metadev.pro"
|
|
@@ -25,19 +25,15 @@
|
|
|
25
25
|
],
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@angular/common": "^
|
|
29
|
-
"@angular/core": "^
|
|
28
|
+
"@angular/common": "^16.0.0",
|
|
29
|
+
"@angular/core": "^16.0.0",
|
|
30
30
|
"ol": "^6.5.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"ngx-resize": "^1.0.6",
|
|
34
34
|
"tslib": "^2.3.0"
|
|
35
35
|
},
|
|
36
|
-
"module": "
|
|
37
|
-
"es2020": "fesm2020/metadev-lux.mjs",
|
|
38
|
-
"esm2020": "esm2020/metadev-lux.mjs",
|
|
39
|
-
"fesm2020": "fesm2020/metadev-lux.mjs",
|
|
40
|
-
"fesm2015": "fesm2015/metadev-lux.mjs",
|
|
36
|
+
"module": "fesm2022/metadev-lux.mjs",
|
|
41
37
|
"typings": "index.d.ts",
|
|
42
38
|
"exports": {
|
|
43
39
|
"./package.json": {
|
|
@@ -45,11 +41,9 @@
|
|
|
45
41
|
},
|
|
46
42
|
".": {
|
|
47
43
|
"types": "./index.d.ts",
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"node": "./fesm2015/metadev-lux.mjs",
|
|
52
|
-
"default": "./fesm2020/metadev-lux.mjs"
|
|
44
|
+
"esm2022": "./esm2022/metadev-lux.mjs",
|
|
45
|
+
"esm": "./esm2022/metadev-lux.mjs",
|
|
46
|
+
"default": "./fesm2022/metadev-lux.mjs"
|
|
53
47
|
}
|
|
54
48
|
},
|
|
55
49
|
"sideEffects": false
|