list-selection-input 15.0.4 → 15.0.5

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,14 +0,0 @@
1
- export interface SelectionItemInterface {
2
- id: number | string;
3
- value: string;
4
- disabled?: boolean;
5
- selected?: boolean;
6
- }
7
- export declare class SelectionItem implements SelectionItemInterface {
8
- id: `${string}-${string}-${string}-${string}-${string}`;
9
- value: string;
10
- disabled?: boolean | undefined;
11
- selected?: boolean | undefined;
12
- constructor(id?: `${string}-${string}-${string}-${string}-${string}`, value?: string, disabled?: boolean | undefined, selected?: boolean | undefined);
13
- static adapt(item?: any): SelectionItem;
14
- }
@@ -1,54 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { FormBuilder } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class ListMultiSelectionDemoComponent implements OnInit {
5
- fb: FormBuilder;
6
- data_1: ({
7
- id: number;
8
- value: string;
9
- disabled?: undefined;
10
- selected?: undefined;
11
- } | {
12
- id: number;
13
- value: string;
14
- disabled: boolean;
15
- selected?: undefined;
16
- } | {
17
- id: number;
18
- value: string;
19
- selected: boolean;
20
- disabled?: undefined;
21
- })[];
22
- data_2: string[];
23
- selectionControl_1: import("@angular/forms").FormControl<string[] | null>;
24
- selectionControl_2: import("@angular/forms").FormControl<string[] | null>;
25
- selectionControl_3: import("@angular/forms").FormControl<string[] | null>;
26
- selectionControl_4: import("@angular/forms").FormControl<string[] | null>;
27
- selectionControl_5: import("@angular/forms").FormControl<string[] | null>;
28
- selectionControl_6: import("@angular/forms").FormControl<string[] | null>;
29
- selectionControl_7: import("@angular/forms").FormControl<string[] | null>;
30
- selectionControl_8: import("@angular/forms").FormControl<string[] | null>;
31
- changeDetection_1: import("@angular/forms").FormControl<boolean | null>;
32
- changeDetection_2: import("@angular/forms").FormControl<boolean | null>;
33
- changeDetection_3: import("@angular/forms").FormControl<boolean | null>;
34
- changeDetection_4: import("@angular/forms").FormControl<boolean | null>;
35
- changeDetection_5: import("@angular/forms").FormControl<boolean | null>;
36
- changeDetection_6: import("@angular/forms").FormControl<boolean | null>;
37
- changeDetection_7: import("@angular/forms").FormControl<boolean | null>;
38
- changeDetection_8: import("@angular/forms").FormControl<boolean | null>;
39
- data: any;
40
- constructor();
41
- ngOnInit(): void;
42
- onPerformPatch(): void;
43
- onChangeDataType(type: string): void;
44
- onDisabled_1(disable: boolean): void;
45
- onDisabled_2(disable: boolean): void;
46
- onDisabled_3(disable: boolean): void;
47
- onDisabled_4(disable: boolean): void;
48
- onDisabled_5(disable: boolean): void;
49
- onDisabled_6(disable: boolean): void;
50
- onDisabled_7(disable: boolean): void;
51
- onDisabled_8(disable: boolean): void;
52
- static ɵfac: i0.ɵɵFactoryDeclaration<ListMultiSelectionDemoComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<ListMultiSelectionDemoComponent, "app-list-multi-selection-demo", never, {}, {}, never, never, false, never>;
54
- }
@@ -1,7 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class RemoveUnderscorePipe implements PipeTransform {
4
- transform(value: string): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<RemoveUnderscorePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<RemoveUnderscorePipe, "removeUnderscore", true>;
7
- }
Binary file
package/public-api.d.ts DELETED
@@ -1,6 +0,0 @@
1
- export * from './lib/models/index';
2
- export * from './lib/pipes/remove-underscore.pipe';
3
- export * from './lib/list-selection-demo/list-selection-demo.component';
4
- export * from './lib/multi-selection-demo/multi-selection-demo.component';
5
- export * from './lib/list-selection-input/list-selection-input.component';
6
- export * from './lib/list-selection-input.module';