@eui/mobile-core 16.8.0-snapshot-1710507304234 → 16.8.0-snapshot-1710761952573
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/docs/components/EuimChipSelectorComponent.html +142 -1
- package/docs/dependencies.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +34 -4
- package/fesm2022/eui-mobile-core.mjs +30 -2
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +5 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -15,12 +15,15 @@ export declare class EuimChipSelectorComponent implements AfterViewInit, AfterCo
|
|
|
15
15
|
sourceData: FilteredData[];
|
|
16
16
|
selectedChips: any[];
|
|
17
17
|
isMultiSelectionMode: BooleanInput;
|
|
18
|
+
euimKeepSelection: BooleanInput;
|
|
19
|
+
hasSearchbar: BooleanInput;
|
|
18
20
|
filterData: EventEmitter<FilteredData[]>;
|
|
19
21
|
clickItems: EventEmitter<string[]>;
|
|
20
22
|
get cssClasses(): string;
|
|
21
23
|
euimChipSelectorItemComponent: QueryList<EuimChipSelectorItemDirective>;
|
|
22
24
|
filteredData: FilteredData[];
|
|
23
25
|
filterConditions: any[];
|
|
26
|
+
searchInput: string;
|
|
24
27
|
ngAfterViewInit(): void;
|
|
25
28
|
ngAfterContentInit(): void;
|
|
26
29
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -28,6 +31,7 @@ export declare class EuimChipSelectorComponent implements AfterViewInit, AfterCo
|
|
|
28
31
|
setCssItemClasses(): void;
|
|
29
32
|
getCssItemClasses(): string;
|
|
30
33
|
updateChipsAndFilters(): void;
|
|
34
|
+
handleChange(event: any): void;
|
|
31
35
|
clearFiltersAndSelectAll(): void;
|
|
32
36
|
updateChipsAndFilterDataAfterInit(): void;
|
|
33
37
|
onFilterChange(filterCondition: string, isFilterAll: BooleanInput, item: any): void;
|
|
@@ -38,7 +42,7 @@ export declare class EuimChipSelectorComponent implements AfterViewInit, AfterCo
|
|
|
38
42
|
private handleSingleSelectionMode;
|
|
39
43
|
private clearAllSelections;
|
|
40
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimChipSelectorComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimChipSelectorComponent, "euim-chip-selector", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "chipColor": { "alias": "chipColor"; "required": false; }; "color": { "alias": "color"; "required": false; }; "chipSelectedColor": { "alias": "chipSelectedColor"; "required": false; }; "chipFill": { "alias": "chipFill"; "required": false; }; "sourceData": { "alias": "sourceData"; "required": false; }; "selectedChips": { "alias": "selectedChips"; "required": false; }; "isMultiSelectionMode": { "alias": "isMultiSelectionMode"; "required": false; }; }, { "filterData": "filterData"; "clickItems": "clickItems"; }, ["euimChipSelectorItemComponent"], ["*"], false, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimChipSelectorComponent, "euim-chip-selector", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "chipColor": { "alias": "chipColor"; "required": false; }; "color": { "alias": "color"; "required": false; }; "chipSelectedColor": { "alias": "chipSelectedColor"; "required": false; }; "chipFill": { "alias": "chipFill"; "required": false; }; "sourceData": { "alias": "sourceData"; "required": false; }; "selectedChips": { "alias": "selectedChips"; "required": false; }; "isMultiSelectionMode": { "alias": "isMultiSelectionMode"; "required": false; }; "euimKeepSelection": { "alias": "euimKeepSelection"; "required": false; }; "hasSearchbar": { "alias": "hasSearchbar"; "required": false; }; }, { "filterData": "filterData"; "clickItems": "clickItems"; }, ["euimChipSelectorItemComponent"], ["*"], false, never>;
|
|
42
46
|
}
|
|
43
47
|
interface FilteredData {
|
|
44
48
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-chip-selector.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-chip-selector/euim-chip-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,SAAS,EAAE,aAAa,EAA4C,gBAAgB,EAAyC,aAAa,EAAU,YAAY,EAAE,MAAM,eAAe,CAAC;AACvN,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,OAAO,EAAE,6BAA6B,EAAE,MAAM,6DAA6D,CAAC;;AAE5G,qBAQa,yBAA0B,YAAW,aAAa,EAAE,gBAAgB,EAAE,SAAS;IAC/E,eAAe,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"euim-chip-selector.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-chip-selector/euim-chip-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,SAAS,EAAE,aAAa,EAA4C,gBAAgB,EAAyC,aAAa,EAAU,YAAY,EAAE,MAAM,eAAe,CAAC;AACvN,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,OAAO,EAAE,6BAA6B,EAAE,MAAM,6DAA6D,CAAC;;AAE5G,qBAQa,yBAA0B,YAAW,aAAa,EAAE,gBAAgB,EAAE,SAAS;IAC/E,eAAe,EAAE,SAAS,GAAG,OAAO,GAAG,EAAE,CAAa;IAC/D;;;OAGG;IACM,SAAS,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAW;IAC1G,KAAK,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAW;IACtG,iBAAiB,EAAE,MAAM,GAAG,OAAO,CAAW;IAC9C,QAAQ,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,eAAe,GAAG,OAAO,CAAa;IAClF,UAAU,EAAE,YAAY,EAAE,CAAM;IAChC,aAAa,QAAM;IAG5B,oBAAoB,EAAE,YAAY,CAAS;IAG3C,iBAAiB,EAAE,YAAY,CAAS;IAGxC,YAAY,EAAE,YAAY,CAAS;IACzB,UAAU,+BAAsC;IAChD,UAAU,yBAAgC;IACpD,IACI,UAAU,IAAI,MAAM,CAEvB;IAGD,6BAA6B,EAAE,SAAS,CAAC,6BAA6B,CAAC,CAAC;IAExE,YAAY,iBAAwB;IACpC,gBAAgB,QAAK;IACrB,WAAW,SAAM;IAEjB,eAAe,IAAI,IAAI;IAIvB,kBAAkB,IAAI,IAAI;IAK1B,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAQzC,aAAa,IAAI,MAAM;IAOvB,iBAAiB,IAAI,IAAI;IASzB,iBAAiB,IAAI,MAAM;IAiB3B,qBAAqB,IAAI,IAAI;IAqB7B,YAAY,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAgB9B,wBAAwB,IAAI,IAAI;IAehC,iCAAiC,IAAI,IAAI;IA6BzC,cAAc,CAAC,eAAe,EAAE,MAAM,EAAE,WAAW,EAAE,YAAY,EAAE,IAAI,KAAA,GAAG,IAAI;IAW9E,WAAW,CAAC,eAAe,EAAE,MAAM,EAAE,WAAW,EAAE,YAAY,EAAE,wBAAwB,EAAE,MAAM,EAAE,GAAG,IAAI;IAiBzG,iBAAiB,CAAC,IAAI,KAAA,GAAG,IAAI;IAK7B,oBAAoB,CAAC,IAAI,KAAA,GAAG,IAAI;IAKhC,OAAO,CAAC,wBAAwB;IAiBhC,OAAO,CAAC,yBAAyB;IAQjC,OAAO,CAAC,kBAAkB;yCArOjB,yBAAyB;2CAAzB,yBAAyB;CA4OrC;AAED,UAAU,YAAY;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB"}
|