@inspark/inspark-components 19.0.21 → 19.0.22
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/full/assets/error.svg +6 -0
- package/full/assets/falsevalue.svg +6 -0
- package/full/assets/icon.svg +6 -0
- package/full/assets/none.svg +6 -0
- package/full/assets/success.svg +6 -0
- package/full/assets/warning.svg +6 -0
- package/full/bms.css +3 -0
- package/full/bms.js +1 -0
- package/full/components/autocomplete/autocomplete.component.d.ts +60 -0
- package/full/components/autocomplete/autocomplete.component.d.ts.map +1 -0
- package/full/components/autocomplete/autocomplete.module.d.ts +10 -0
- package/full/components/autocomplete/autocomplete.module.d.ts.map +1 -0
- package/full/components/breadcrumb/breadcrumb.component.d.ts +11 -0
- package/full/components/breadcrumb/breadcrumb.component.d.ts.map +1 -0
- package/full/components/breadcrumb/breadcrumb.module.d.ts +9 -0
- package/full/components/breadcrumb/breadcrumb.module.d.ts.map +1 -0
- package/full/components/button/button.component.d.ts +63 -0
- package/full/components/button/button.component.d.ts.map +1 -0
- package/full/components/button/button.module.d.ts +12 -0
- package/full/components/button/button.module.d.ts.map +1 -0
- package/full/components/checkbox/checkbox.component.d.ts +40 -0
- package/full/components/checkbox/checkbox.component.d.ts.map +1 -0
- package/full/components/checkbox/checkbox.module.d.ts +10 -0
- package/full/components/checkbox/checkbox.module.d.ts.map +1 -0
- package/full/components/communication.service.d.ts +10 -0
- package/full/components/communication.service.d.ts.map +1 -0
- package/full/components/component-container/component-container.component.d.ts +9 -0
- package/full/components/component-container/component-container.component.d.ts.map +1 -0
- package/full/components/component-container/component-container.module.d.ts +9 -0
- package/full/components/component-container/component-container.module.d.ts.map +1 -0
- package/full/components/content-toggle/content-toggle.component.d.ts +18 -0
- package/full/components/content-toggle/content-toggle.component.d.ts.map +1 -0
- package/full/components/dropdown/dropdown.component.d.ts +53 -0
- package/full/components/dropdown/dropdown.component.d.ts.map +1 -0
- package/full/components/dropdown/dropdown.module.d.ts +10 -0
- package/full/components/dropdown/dropdown.module.d.ts.map +1 -0
- package/full/components/empty/empty.component.d.ts +6 -0
- package/full/components/empty/empty.component.d.ts.map +1 -0
- package/full/components/file/file.component.d.ts +18 -0
- package/full/components/file/file.component.d.ts.map +1 -0
- package/full/components/file/file.module.d.ts +9 -0
- package/full/components/file/file.module.d.ts.map +1 -0
- package/full/components/header/header.component.d.ts +13 -0
- package/full/components/header/header.component.d.ts.map +1 -0
- package/full/components/inline-message/inline-message.component.d.ts +8 -0
- package/full/components/inline-message/inline-message.component.d.ts.map +1 -0
- package/full/components/input-group/input-group.component.d.ts +59 -0
- package/full/components/input-group/input-group.component.d.ts.map +1 -0
- package/full/components/input-text/input-text.component.d.ts +56 -0
- package/full/components/input-text/input-text.component.d.ts.map +1 -0
- package/full/components/input-text/input-text.module.d.ts +10 -0
- package/full/components/input-text/input-text.module.d.ts.map +1 -0
- package/full/components/inspark.module.d.ts +46 -0
- package/full/components/inspark.module.d.ts.map +1 -0
- package/full/components/inspark.shared.d.ts +12 -0
- package/full/components/inspark.shared.d.ts.map +1 -0
- package/full/components/legacy/legacy-components.module.d.ts +12 -0
- package/full/components/legacy/legacy-components.module.d.ts.map +1 -0
- package/full/components/legacy/legacy-ui.module.d.ts +13 -0
- package/full/components/legacy/legacy-ui.module.d.ts.map +1 -0
- package/full/components/link/link.component.d.ts +48 -0
- package/full/components/link/link.component.d.ts.map +1 -0
- package/full/components/link/link.module.d.ts +11 -0
- package/full/components/link/link.module.d.ts.map +1 -0
- package/full/components/modal-input-text/modal-input-text.component.d.ts +36 -0
- package/full/components/modal-input-text/modal-input-text.component.d.ts.map +1 -0
- package/full/components/object-tree/object-tree.component.d.ts +9 -0
- package/full/components/object-tree/object-tree.component.d.ts.map +1 -0
- package/full/components/panel/panel.component.d.ts +6 -0
- package/full/components/panel/panel.component.d.ts.map +1 -0
- package/full/components/pie/pie.component.d.ts +20 -0
- package/full/components/pie/pie.component.d.ts.map +1 -0
- package/full/components/pie/pie.service.d.ts +20 -0
- package/full/components/pie/pie.service.d.ts.map +1 -0
- package/full/components/preloader/preloader.component.d.ts +14 -0
- package/full/components/preloader/preloader.component.d.ts.map +1 -0
- package/full/components/preloader/preloader.module.d.ts +9 -0
- package/full/components/preloader/preloader.module.d.ts.map +1 -0
- package/full/components/radiobutton/radiobutton.component.d.ts +21 -0
- package/full/components/radiobutton/radiobutton.component.d.ts.map +1 -0
- package/full/components/select-button/select-button.component.d.ts +50 -0
- package/full/components/select-button/select-button.component.d.ts.map +1 -0
- package/full/components/select-button/select-button.module.d.ts +9 -0
- package/full/components/select-button/select-button.module.d.ts.map +1 -0
- package/full/components/select-list/select-list.component.d.ts +29 -0
- package/full/components/select-list/select-list.component.d.ts.map +1 -0
- package/full/components/shared/shared-components.module.d.ts +11 -0
- package/full/components/shared/shared-components.module.d.ts.map +1 -0
- package/full/components/shared/shared-ui.module.d.ts +12 -0
- package/full/components/shared/shared-ui.module.d.ts.map +1 -0
- package/full/components/status-circle/status-circle.component.d.ts +15 -0
- package/full/components/status-circle/status-circle.component.d.ts.map +1 -0
- package/full/components/sticky/sticky.component.d.ts +24 -0
- package/full/components/sticky/sticky.component.d.ts.map +1 -0
- package/full/components/sticky/sticky.module.d.ts +9 -0
- package/full/components/sticky/sticky.module.d.ts.map +1 -0
- package/full/components/svg/svg.component.d.ts +12 -0
- package/full/components/svg/svg.component.d.ts.map +1 -0
- package/full/components/svg/svg.module.d.ts +10 -0
- package/full/components/svg/svg.module.d.ts.map +1 -0
- package/full/components/switcher/switcher.component.d.ts +49 -0
- package/full/components/switcher/switcher.component.d.ts.map +1 -0
- package/full/components/table/table-click-outside.directive.d.ts +11 -0
- package/full/components/table/table-click-outside.directive.d.ts.map +1 -0
- package/full/components/table/table-columns-multiselect/table-columns-multiselect.component.d.ts +21 -0
- package/full/components/table/table-columns-multiselect/table-columns-multiselect.component.d.ts.map +1 -0
- package/full/components/table/table-menu-overlay/table-menu-overlay.component.d.ts +12 -0
- package/full/components/table/table-menu-overlay/table-menu-overlay.component.d.ts.map +1 -0
- package/full/components/table/table.component.d.ts +152 -0
- package/full/components/table/table.component.d.ts.map +1 -0
- package/full/components/textarea/textarea.component.d.ts +36 -0
- package/full/components/textarea/textarea.component.d.ts.map +1 -0
- package/full/components/textarea/textarea.module.d.ts +10 -0
- package/full/components/textarea/textarea.module.d.ts.map +1 -0
- package/full/components/toolbar/toolbar.component.d.ts +18 -0
- package/full/components/toolbar/toolbar.component.d.ts.map +1 -0
- package/full/components/toolbar/toolbar.module.d.ts +9 -0
- package/full/components/toolbar/toolbar.module.d.ts.map +1 -0
- package/full/components/tooltip/tooltip.component.d.ts +9 -0
- package/full/components/tooltip/tooltip.component.d.ts.map +1 -0
- package/full/components/tree-table/tree-table.component.d.ts +97 -0
- package/full/components/tree-table/tree-table.component.d.ts.map +1 -0
- package/full/fesm2022/inspark-inspark-components.mjs +6679 -0
- package/full/fesm2022/inspark-inspark-components.mjs.map +1 -0
- package/full/index.css +6 -0
- package/full/index.js +1 -0
- package/full/pipes/pipes.module.d.ts +11 -0
- package/full/pipes/pipes.module.d.ts.map +1 -0
- package/full/pipes/propertyValue.pipe.d.ts +8 -0
- package/full/pipes/propertyValue.pipe.d.ts.map +1 -0
- package/full/pipes/safeUrl.pipe.d.ts +24 -0
- package/full/pipes/safeUrl.pipe.d.ts.map +1 -0
- package/full/pipes/sort-by.pipe.d.ts +8 -0
- package/full/pipes/sort-by.pipe.d.ts.map +1 -0
- package/full/pipes/time.pipe.d.ts +35 -0
- package/full/pipes/time.pipe.d.ts.map +1 -0
- package/full/public_api.d.ts +74 -0
- package/full/public_api.d.ts.map +1 -0
- package/full/services/inspark-dialog.service.d.ts +28 -0
- package/full/services/inspark-dialog.service.d.ts.map +1 -0
- package/full/services/inspark-message.service.d.ts +22 -0
- package/full/services/inspark-message.service.d.ts.map +1 -0
- package/full/utils/gettextMarker.function.d.ts +2 -0
- package/full/utils/gettextMarker.function.d.ts.map +1 -0
- package/full/utils/hybrid/prime-table/row-state.enum.d.ts +8 -0
- package/full/utils/hybrid/prime-table/row-state.enum.d.ts.map +1 -0
- package/full/utils/hybrid/prime-table/table-row-data.model.d.ts +7 -0
- package/full/utils/hybrid/prime-table/table-row-data.model.d.ts.map +1 -0
- package/interface/index.d.ts +6 -0
- package/interface/inspark-inspark-components.d.ts.map +1 -0
- package/interface/interface.d.ts +68 -0
- package/interface/interface.d.ts.map +1 -0
- package/package.json +1 -31
- /package/{index.d.ts → full/index.d.ts} +0 -0
- /package/{inspark-inspark-components.d.ts.map → full/inspark-inspark-components.d.ts.map} +0 -0
- /package/{interface.d.ts → full/interface.d.ts} +0 -0
- /package/{interface.d.ts.map → full/interface.d.ts.map} +0 -0
- /package/{fesm2022 → interface/fesm2022}/inspark-inspark-components.mjs +0 -0
- /package/{fesm2022 → interface/fesm2022}/inspark-inspark-components.mjs.map +0 -0
- /package/{public_api.d.ts → interface/public_api.d.ts} +0 -0
- /package/{public_api.d.ts.map → interface/public_api.d.ts.map} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"panel.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/panel/panel.component.ts"],"names":[],"mappings":";AAGA,qBAMa,cAAc;yCAAd,cAAc;2CAAd,cAAc;CAG1B"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ChangeDetectorRef, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import { PieService, PieStatuses } from './pie.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ObjectPieComponent implements OnDestroy, OnChanges, OnInit {
|
|
6
|
+
private translate;
|
|
7
|
+
private pieService;
|
|
8
|
+
private cdr;
|
|
9
|
+
count: number;
|
|
10
|
+
size: number;
|
|
11
|
+
statuses: PieStatuses;
|
|
12
|
+
data: any;
|
|
13
|
+
constructor(translate: TranslateService, pieService: PieService, cdr: ChangeDetectorRef);
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
ngOnDestroy(): void;
|
|
16
|
+
ngOnChanges(changes: any): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectPieComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectPieComponent, "in-pie", never, { "count": { "alias": "count"; "required": false; }; "size": { "alias": "size"; "required": false; }; "statuses": { "alias": "statuses"; "required": false; }; }, {}, never, never, false, never>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=pie.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pie.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/pie/pie.component.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,iBAAiB,EAGjB,SAAS,EACT,SAAS,EACT,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,UAAU,EAAE,WAAW,EAAC,MAAM,eAAe,CAAC;;AAGtD,qBASa,kBAAmB,YAAW,SAAS,EAAE,SAAS,EAAE,MAAM;IAmBnE,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,GAAG;IAlBJ,KAAK,SAAM;IACX,IAAI,SAAM;IAGV,QAAQ,EAAE,WAAW,CAO1B;IAEJ,IAAI,MAAC;gBAGK,SAAS,EAAE,gBAAgB,EAC3B,UAAU,EAAE,UAAU,EACtB,GAAG,EAAE,iBAAiB;IAMhC,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAGX,WAAW,CAAC,OAAO,KAAA;yCAlCR,kBAAkB;2CAAlB,kBAAkB;CAqC9B"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export interface PieStatuses {
|
|
3
|
+
'-1': number;
|
|
4
|
+
0: number;
|
|
5
|
+
1: number;
|
|
6
|
+
2: number;
|
|
7
|
+
3: number;
|
|
8
|
+
}
|
|
9
|
+
export declare class PieService {
|
|
10
|
+
private colorArray;
|
|
11
|
+
private colors;
|
|
12
|
+
create(statuses: PieStatuses, size: any): {
|
|
13
|
+
path: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}[];
|
|
16
|
+
private getCoordinatesForPercent;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PieService, never>;
|
|
18
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PieService>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=pie.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pie.service.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/pie/pie.service.ts"],"names":[],"mappings":";AAGA,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX;AAED,qBACa,UAAU;IAGrB,OAAO,CAAC,UAAU,CAAyB;IAE3C,OAAO,CAAC,MAAM,CAOZ;IAEF,MAAM,CAAC,QAAQ,EAAE,WAAW,EAAE,IAAI,KAAA,GAAG;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE;IAiCtE,OAAO,CAAC,wBAAwB;yCA/CrB,UAAU;6CAAV,UAAU;CAqDtB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
type PreloaderSize = 'small' | 'normal';
|
|
4
|
+
export declare class PreloaderComponent implements OnInit {
|
|
5
|
+
inline: boolean;
|
|
6
|
+
overlay: boolean;
|
|
7
|
+
size: PreloaderSize;
|
|
8
|
+
constructor();
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PreloaderComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PreloaderComponent, "in-preloader", never, { "inline": { "alias": "inline"; "required": false; }; "overlay": { "alias": "overlay"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=preloader.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"preloader.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/preloader/preloader.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAAoB,MAAM,eAAe,CAAC;;AAG1E,KAAK,aAAa,GAAG,OAAO,GAAG,QAAQ,CAAC;AAExC,qBAOa,kBAAmB,YAAW,MAAM;IAEtC,MAAM,UAAS;IACf,OAAO,UAAS;IAChB,IAAI,EAAE,aAAa,CAAY;;IAKxC,QAAQ;yCATG,kBAAkB;2CAAlB,kBAAkB;CAY9B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./preloader.component";
|
|
3
|
+
import * as i2 from "../shared/shared-components.module";
|
|
4
|
+
export declare class PreloaderComponentModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PreloaderComponentModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PreloaderComponentModule, [typeof i1.PreloaderComponent], [typeof i2.SharedComponentsModule], [typeof i1.PreloaderComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PreloaderComponentModule>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=preloader.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"preloader.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/preloader/preloader.module.ts"],"names":[],"mappings":";;;AAIA,qBAWa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class RadiobuttonComponent {
|
|
4
|
+
name: any;
|
|
5
|
+
label: any;
|
|
6
|
+
required: boolean;
|
|
7
|
+
error: any;
|
|
8
|
+
placeholder: string;
|
|
9
|
+
id: any;
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
value: any;
|
|
12
|
+
values: any;
|
|
13
|
+
keyLabel: any;
|
|
14
|
+
item: any;
|
|
15
|
+
change: EventEmitter<any>;
|
|
16
|
+
constructor();
|
|
17
|
+
onChangeEvent(value: any): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RadiobuttonComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadiobuttonComponent, "in-radiobutton", never, { "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "values": { "alias": "values"; "required": false; }; "keyLabel": { "alias": "keyLabel"; "required": false; }; "item": { "alias": "item"; "required": false; }; }, { "change": "change"; }, never, never, false, never>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=radiobutton.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radiobutton.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/radiobutton/radiobutton.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,YAAY,EAAgB,MAAM,eAAe,CAAC;;AAE9F,qBAOa,oBAAoB;IACtB,IAAI,MAAQ;IACZ,KAAK,MAAQ;IACb,QAAQ,UAAS;IACjB,KAAK,MAAQ;IACb,WAAW,SAAM;IACjB,EAAE,MAAQ;IACV,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,MAAC;IACN,MAAM,MAAC;IACP,QAAQ,MAAC;IACT,IAAI,MAAC;IACJ,MAAM,oBAAsB;;IAOtC,aAAa,CAAC,KAAK,KAAA;yCAnBR,oBAAoB;2CAApB,oBAAoB;CAsBhC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { ChangeDetectorRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
type IconPos = 'left' | 'right';
|
|
5
|
+
export interface SelectOption {
|
|
6
|
+
label: string;
|
|
7
|
+
title?: string;
|
|
8
|
+
value: string | number | boolean;
|
|
9
|
+
icon?: string;
|
|
10
|
+
readonly?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare class SelectButtonComponent implements ControlValueAccessor, OnInit, OnChanges {
|
|
13
|
+
private cdRef;
|
|
14
|
+
name: string;
|
|
15
|
+
testId: string;
|
|
16
|
+
label: string;
|
|
17
|
+
icon: string;
|
|
18
|
+
error: string;
|
|
19
|
+
iconPos: IconPos;
|
|
20
|
+
options: SelectOption[];
|
|
21
|
+
disabled: boolean;
|
|
22
|
+
required: boolean;
|
|
23
|
+
multiple: boolean;
|
|
24
|
+
initial?: Array<string | number | boolean>;
|
|
25
|
+
focus: EventEmitter<any>;
|
|
26
|
+
blur: EventEmitter<any>;
|
|
27
|
+
click: EventEmitter<any>;
|
|
28
|
+
change: EventEmitter<any>;
|
|
29
|
+
selected: Array<string | number | boolean>;
|
|
30
|
+
value: string | number | boolean | Array<string | number | boolean> | null;
|
|
31
|
+
private propagateChange;
|
|
32
|
+
private propagateTouched;
|
|
33
|
+
constructor(cdRef: ChangeDetectorRef);
|
|
34
|
+
ngOnInit(): void;
|
|
35
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
36
|
+
clickButton(option: SelectOption): void;
|
|
37
|
+
writeValue(value: any): void;
|
|
38
|
+
registerOnChange(fn: any): void;
|
|
39
|
+
registerOnTouched(fn: any): void;
|
|
40
|
+
setDisabledState(isDisabled: boolean): void;
|
|
41
|
+
private onChange;
|
|
42
|
+
onBlur(): void;
|
|
43
|
+
onFocus(): void;
|
|
44
|
+
private syncSelectedWithOptions;
|
|
45
|
+
trackByValue(index: number, item: SelectOption): string | number | boolean;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectButtonComponent, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectButtonComponent, "in-select-button", never, { "name": { "alias": "name"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "error": { "alias": "error"; "required": false; }; "iconPos": { "alias": "iconPos"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "initial": { "alias": "initial"; "required": false; }; }, { "focus": "focus"; "blur": "blur"; "click": "click"; "change": "change"; }, never, never, false, never>;
|
|
48
|
+
}
|
|
49
|
+
export {};
|
|
50
|
+
//# sourceMappingURL=select-button.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select-button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/select-button/select-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAEjB,YAAY,EAGZ,SAAS,EACT,MAAM,EAEN,aAAa,EACd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,oBAAoB,EAAoB,MAAM,gBAAgB,CAAC;;AAEvE,KAAK,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC;AAEhC,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IACjC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,qBAaa,qBACX,YAAW,oBAAoB,EAAE,MAAM,EAAE,SAAS;IA4BtC,OAAO,CAAC,KAAK;IA1BhB,IAAI,SAAM;IACV,MAAM,SAAM;IACZ,KAAK,SAAM;IACX,IAAI,SAAM;IACV,KAAK,SAAM;IACX,OAAO,EAAE,OAAO,CAAU;IAC1B,OAAO,EAAE,YAAY,EAAE,CAAM;IAC7B,QAAQ,UAAS;IACjB,QAAQ,UAAS;IACjB,QAAQ,UAAS;IACjB,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC;IAE1C,KAAK,oBAA2B;IAChC,IAAI,oBAA2B;IAC/B,KAAK,oBAA2B;IAChC,MAAM,oBAA2B;IAG3C,QAAQ,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,CAAM;IAGhD,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,GAAG,IAAI,CAAQ;IAElF,OAAO,CAAC,eAAe,CAAgC;IACvD,OAAO,CAAC,gBAAgB,CAAwB;gBAE5B,KAAK,EAAE,iBAAiB;IAE5C,QAAQ,IAAI,IAAI;IAEhB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAczC,WAAW,CAAC,MAAM,EAAE,YAAY,GAAG,IAAI;IA0BvC,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAmB5B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAK/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAKhC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAM3C,OAAO,CAAC,QAAQ;IAKhB,MAAM,IAAI,IAAI;IAKd,OAAO,IAAI,IAAI;IAKf,OAAO,CAAC,uBAAuB;IA2B/B,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO;yCAtJ/D,qBAAqB;2CAArB,qBAAqB;CAyJjC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./select-button.component";
|
|
3
|
+
import * as i2 from "../shared/shared-ui.module";
|
|
4
|
+
export declare class SelectButtonComponentModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectButtonComponentModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SelectButtonComponentModule, [typeof i1.SelectButtonComponent], [typeof i2.SharedUiModule], [typeof i1.SelectButtonComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SelectButtonComponentModule>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=select-button.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select-button.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/select-button/select-button.module.ts"],"names":[],"mappings":";;;AAMA,qBAWa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { InsparkMessageService } from "../../services/inspark-message.service";
|
|
4
|
+
import { DynamicDialogConfig, DynamicDialogRef } from 'primeng/dynamicdialog';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class SelectListComponent implements OnInit {
|
|
7
|
+
ref: DynamicDialogRef;
|
|
8
|
+
config: DynamicDialogConfig;
|
|
9
|
+
private messageService;
|
|
10
|
+
router: Router;
|
|
11
|
+
objects: any[];
|
|
12
|
+
selected: Boolean[];
|
|
13
|
+
title: string;
|
|
14
|
+
objs: any;
|
|
15
|
+
options: {
|
|
16
|
+
value: string;
|
|
17
|
+
checked: boolean;
|
|
18
|
+
}[];
|
|
19
|
+
isShowSpinner: boolean;
|
|
20
|
+
constructor(ref: DynamicDialogRef, config: DynamicDialogConfig, messageService: InsparkMessageService, router: Router);
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
closeModal(val?: any): void;
|
|
23
|
+
applySelection(): void;
|
|
24
|
+
select(i: any): void;
|
|
25
|
+
highlight(value: string, text: any): string;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectListComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectListComponent, "app-select-list", never, {}, {}, never, never, false, never>;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=select-list.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select-list.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/select-list/select-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACM,MAAM,EAClB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAC,qBAAqB,EAAC,MAAM,wCAAwC,CAAC;AAE7E,OAAO,EAAC,mBAAmB,EAAE,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;;AAE5E,qBAMa,mBAAoB,YAAW,MAAM;IAS7B,GAAG,EAAE,gBAAgB;IACrB,MAAM,EAAE,mBAAmB;IAClC,OAAO,CAAC,cAAc;IACf,MAAM,EAAE,MAAM;IAVjC,OAAO,EAAE,GAAG,EAAE,CAAC;IACf,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,MAAC;IACL,OAAO,EAAE;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,OAAO,CAAA;KAAC,EAAE,CAAQ;IACpD,aAAa,UAAS;gBAEH,GAAG,EAAE,gBAAgB,EACrB,MAAM,EAAE,mBAAmB,EAC1B,cAAc,EAAE,qBAAqB,EACtC,MAAM,EAAE,MAAM;IAKjC,QAAQ;IAQT,UAAU,CAAC,GAAG,MAAO;IAIpB,cAAc;IAWd,MAAM,CAAC,CAAC,KAAA;IAMR,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,KAAA,GAAG,MAAM;yCA9C3B,mBAAmB;2CAAnB,mBAAmB;CAkD/B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "@angular/router";
|
|
5
|
+
import * as i4 from "@ngx-translate/core";
|
|
6
|
+
export declare class SharedComponentsModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SharedComponentsModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedComponentsModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.RouterModule, typeof i4.TranslateModule], [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.RouterModule, typeof i4.TranslateModule]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SharedComponentsModule>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=shared-components.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shared-components.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/shared/shared-components.module.ts"],"names":[],"mappings":";;;;;AAOA,qBAgBa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./shared-components.module";
|
|
3
|
+
import * as i2 from "@angular/common/http";
|
|
4
|
+
import * as i3 from "../button/button.module";
|
|
5
|
+
import * as i4 from "../sticky/sticky.module";
|
|
6
|
+
import * as i5 from "ng-inline-svg-2";
|
|
7
|
+
export declare class SharedUiModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SharedUiModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedUiModule, never, [typeof i1.SharedComponentsModule, typeof i2.HttpClientModule, typeof i3.ButtonComponentModule, typeof i4.StickyComponentModule, typeof i5.InlineSVGModule], [typeof i1.SharedComponentsModule, typeof i5.InlineSVGModule, typeof i3.ButtonComponentModule, typeof i4.StickyComponentModule]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SharedUiModule>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=shared-ui.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shared-ui.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/shared/shared-ui.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAea,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { CircleMode, CircleSize } from "../../interface";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class StatusCircleComponent {
|
|
4
|
+
label: string;
|
|
5
|
+
title: string;
|
|
6
|
+
icon: string;
|
|
7
|
+
inIcon: string;
|
|
8
|
+
showLabel: boolean;
|
|
9
|
+
mode: CircleMode;
|
|
10
|
+
size: CircleSize;
|
|
11
|
+
content: any;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StatusCircleComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StatusCircleComponent, "in-status-circle", never, { "label": { "alias": "label"; "required": false; }; "title": { "alias": "title"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "inIcon": { "alias": "inIcon"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "size": { "alias": "size"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=status-circle.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status-circle.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/status-circle/status-circle.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,UAAU,EAAE,UAAU,EAAC,MAAM,iBAAiB,CAAC;;AAGvD,qBAOa,qBAAqB;IAGvB,KAAK,SAAM;IACX,KAAK,SAAM;IACX,IAAI,SAAM;IACV,MAAM,SAAM;IACZ,SAAS,UAAQ;IACjB,IAAI,EAAE,UAAU,CAAa;IAC7B,IAAI,EAAE,UAAU,CAAY;IAC5B,OAAO,EAAE,GAAG,CAAM;yCAVhB,qBAAqB;2CAArB,qBAAqB;CAYjC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class InsparkStickyComponent implements OnInit, OnDestroy {
|
|
4
|
+
private cdr;
|
|
5
|
+
stickyRef: ElementRef;
|
|
6
|
+
top: number;
|
|
7
|
+
isInline: boolean;
|
|
8
|
+
isFloated: boolean;
|
|
9
|
+
zIndex: number;
|
|
10
|
+
class: string;
|
|
11
|
+
isSticky: boolean;
|
|
12
|
+
height: number;
|
|
13
|
+
width: number;
|
|
14
|
+
left: number;
|
|
15
|
+
right: number;
|
|
16
|
+
constructor(cdr: ChangeDetectorRef);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
ngOnDestroy(): void;
|
|
19
|
+
resize: () => void;
|
|
20
|
+
scroll: () => void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InsparkStickyComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InsparkStickyComponent, "in-sticky", never, { "top": { "alias": "top"; "required": false; }; "isInline": { "alias": "isInline"; "required": false; }; "isFloated": { "alias": "isFloated"; "required": false; }; "zIndex": { "alias": "zIndex"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=sticky.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sticky.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/sticky/sticky.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,iBAAiB,EAAa,UAAU,EAAS,SAAS,EAAE,MAAM,EAA+B,MAAM,eAAe,CAAC;;AAExJ,qBAQa,sBAAuB,YAAW,MAAM,EAAE,SAAS;IAelD,OAAO,CAAC,GAAG;IAbe,SAAS,EAAE,UAAU,CAAC;IACnD,GAAG,SAAO;IACV,QAAQ,UAAS;IACjB,SAAS,UAAQ;IACjB,MAAM,SAAM;IACZ,KAAK,SAAM;IAEpB,QAAQ,UAAS;IACjB,MAAM,SAAK;IACX,KAAK,SAAK;IACV,IAAI,SAAK;IACT,KAAK,SAAK;gBAEU,GAAG,EAAE,iBAAiB;IAI1C,QAAQ;IAKR,WAAW;IAKX,MAAM,aAKJ;IAEF,MAAM,aAWJ;yCA/CS,sBAAsB;2CAAtB,sBAAsB;CAiDlC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./sticky.component";
|
|
3
|
+
import * as i2 from "../shared/shared-components.module";
|
|
4
|
+
export declare class StickyComponentModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StickyComponentModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StickyComponentModule, [typeof i1.InsparkStickyComponent], [typeof i2.SharedComponentsModule], [typeof i1.InsparkStickyComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<StickyComponentModule>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=sticky.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sticky.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/sticky/sticky.module.ts"],"names":[],"mappings":";;;AAMA,qBAWa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAAG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
type SVGSize = 'small' | 'normal' | 'large';
|
|
3
|
+
export declare class SvgComponent {
|
|
4
|
+
size: SVGSize;
|
|
5
|
+
width: string;
|
|
6
|
+
height: string;
|
|
7
|
+
src: string;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SvgComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SvgComponent, "in-svg", never, { "size": { "alias": "size"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "src": { "alias": "src"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=svg.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/svg/svg.component.ts"],"names":[],"mappings":";AAEA,KAAK,OAAO,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE5C,qBAMa,YAAY;IAEd,IAAI,EAAE,OAAO,CAAY;IACzB,KAAK,SAAU;IACf,MAAM,SAAU;IAChB,GAAG,EAAE,MAAM,CAAC;yCALV,YAAY;2CAAZ,YAAY;CAOxB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./svg.component";
|
|
3
|
+
import * as i2 from "../shared/shared-components.module";
|
|
4
|
+
import * as i3 from "ng-inline-svg-2";
|
|
5
|
+
export declare class SvgComponentModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SvgComponentModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SvgComponentModule, [typeof i1.SvgComponent], [typeof i2.SharedComponentsModule, typeof i3.InlineSVGModule], [typeof i1.SvgComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SvgComponentModule>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=svg.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/svg/svg.module.ts"],"names":[],"mappings":";;;;AAKA,qBAYa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import { Router } from '@angular/router';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class SwitcherComponent implements OnInit, OnChanges, ControlValueAccessor {
|
|
6
|
+
element: ElementRef;
|
|
7
|
+
private cdRef;
|
|
8
|
+
router: Router;
|
|
9
|
+
name: any;
|
|
10
|
+
label: any;
|
|
11
|
+
error: any;
|
|
12
|
+
iconOff: string;
|
|
13
|
+
iconOn: string;
|
|
14
|
+
labelOff: string;
|
|
15
|
+
labelOn: string;
|
|
16
|
+
faIconOn: string;
|
|
17
|
+
faIconOff: string;
|
|
18
|
+
id: any;
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
waiting?: boolean;
|
|
21
|
+
change: EventEmitter<any>;
|
|
22
|
+
_isBoolean: boolean;
|
|
23
|
+
value: boolean;
|
|
24
|
+
constructor(element: ElementRef, cdRef: ChangeDetectorRef, router: Router);
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
ngOnChanges(changes: any): void;
|
|
27
|
+
/**
|
|
28
|
+
* Write form value to the DOM element (model => view)
|
|
29
|
+
*/
|
|
30
|
+
writeValue(value: any): void;
|
|
31
|
+
/**
|
|
32
|
+
* Write form disabled state to the DOM element (model => view)
|
|
33
|
+
*/
|
|
34
|
+
setDisabledState(isDisabled: boolean): void;
|
|
35
|
+
/**
|
|
36
|
+
* Update form when DOM element value changes (view => model)
|
|
37
|
+
*/
|
|
38
|
+
registerOnChange(fn: any): void;
|
|
39
|
+
/**
|
|
40
|
+
* Update form when DOM element is blurred (view => model)
|
|
41
|
+
*/
|
|
42
|
+
registerOnTouched(fn: any): void;
|
|
43
|
+
private propagateChange;
|
|
44
|
+
onChange(e: Event): void;
|
|
45
|
+
private onTouched;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwitcherComponent, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwitcherComponent, "in-switcher", never, { "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "error": { "alias": "error"; "required": false; }; "iconOff": { "alias": "iconOff"; "required": false; }; "iconOn": { "alias": "iconOn"; "required": false; }; "labelOff": { "alias": "labelOff"; "required": false; }; "labelOn": { "alias": "labelOn"; "required": false; }; "faIconOn": { "alias": "faIconOn"; "required": false; }; "faIconOff": { "alias": "faIconOff"; "required": false; }; "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "waiting": { "alias": "waiting"; "required": false; }; }, { "change": "change"; }, never, never, false, never>;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=switcher.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switcher.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/switcher/switcher.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,iBAAiB,EAAa,UAAU,EAAE,YAAY,EAAqB,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACnI,OAAO,EAAC,oBAAoB,EAAoB,MAAM,gBAAgB,CAAC;AACvE,OAAO,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;;AAEvC,qBAaa,iBAAkB,YAAW,MAAM,EAAE,SAAS,EAAE,oBAAoB;IAsB5D,OAAO,EAAE,UAAU;IAAE,OAAO,CAAC,KAAK;IAA4B,MAAM,EAAE,MAAM;IApBtF,IAAI,MAAQ;IACZ,KAAK,MAAQ;IACb,KAAK,MAAQ;IACb,OAAO,SAAM;IACb,MAAM,SAAM;IACZ,QAAQ,SAAS;IACjB,OAAO,SAAQ;IACf,QAAQ,SAAM;IACd,SAAS,SAAM;IACf,EAAE,MAAQ;IACV,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAEjB,MAAM,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEzD,UAAU,UAAS;IAEnB,KAAK,EAAE,OAAO,CAAC;gBAGI,OAAO,EAAE,UAAU,EAAU,KAAK,EAAE,iBAAiB,EAAS,MAAM,EAAE,MAAM;IAK/F,QAAQ;IAKR,WAAW,CAAC,OAAO,KAAA;IAGnB;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAM5B;;OAEG;IACH,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI3C;;OAEG;IACH,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAK/B;;OAEG;IACH,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAKhC,OAAO,CAAC,eAAe,CACtB;IAEA,QAAQ,CAAC,CAAC,EAAE,KAAK;IAalB,OAAO,CAAC,SAAS;yCAnFN,iBAAiB;2CAAjB,iBAAiB;CAsF7B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TableClickOutsideDirective {
|
|
4
|
+
private element;
|
|
5
|
+
clickedOutside: EventEmitter<any>;
|
|
6
|
+
constructor(element: ElementRef);
|
|
7
|
+
click(event: any): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableClickOutsideDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TableClickOutsideDirective, "[inClickOutside]", never, {}, { "clickedOutside": "clickedOutside"; }, never, never, false, never>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=table-click-outside.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table-click-outside.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/table/table-click-outside.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAE,YAAY,EAAuB,MAAM,eAAe,CAAC;;AAExF,qBAIa,0BAA0B;IAIzB,OAAO,CAAC,OAAO;IAFjB,cAAc,oBAAsB;gBAE1B,OAAO,EAAE,UAAU;IAIvC,KAAK,CAAC,KAAK,KAAA;yCARA,0BAA0B;2CAA1B,0BAA0B;CAiBtC"}
|
package/full/components/table/table-columns-multiselect/table-columns-multiselect.component.d.ts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { TableColumns } from "../../../interface";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TableColumnsMultiselectComponent implements OnInit {
|
|
5
|
+
isExpanded: boolean;
|
|
6
|
+
columns: TableColumns[];
|
|
7
|
+
/**
|
|
8
|
+
* true - все активные чекбоксы становятся неактивными
|
|
9
|
+
* false - не влияет на чекбоксы
|
|
10
|
+
*/
|
|
11
|
+
disableActiveCheckboxes: boolean;
|
|
12
|
+
columnsChange: EventEmitter<{
|
|
13
|
+
event: any;
|
|
14
|
+
column: TableColumns;
|
|
15
|
+
}>;
|
|
16
|
+
constructor();
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnsMultiselectComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableColumnsMultiselectComponent, "in-table-columns-multiselect", never, { "columns": { "alias": "columns"; "required": false; }; "disableActiveCheckboxes": { "alias": "disableActiveCheckboxes"; "required": false; }; }, { "columnsChange": "columnsChange"; }, never, never, false, never>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=table-columns-multiselect.component.d.ts.map
|
package/full/components/table/table-columns-multiselect/table-columns-multiselect.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table-columns-multiselect.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/inspark-components/src/components/table/table-columns-multiselect/table-columns-multiselect.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAS,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAC,YAAY,EAAC,MAAM,oBAAoB,CAAC;;AAEhD,qBAMa,gCAAiC,YAAW,MAAM;IACtD,UAAU,UAAS;IACjB,OAAO,EAAE,YAAY,EAAE,CAAC;IACjC;;;OAGG;IACM,uBAAuB,UAAS;IAC/B,aAAa;eAA4B,GAAG;gBAAU,YAAY;OAAK;;IAKjF,QAAQ;yCAbG,gCAAgC;2CAAhC,gCAAgC;CAgB5C"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TableMenuOverlayComponent {
|
|
4
|
+
private element;
|
|
5
|
+
isExpanded: boolean;
|
|
6
|
+
positionClass: string;
|
|
7
|
+
constructor(element: ElementRef);
|
|
8
|
+
isClickedOutsideOverlay(event: any): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableMenuOverlayComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableMenuOverlayComponent, "in-table-menu-overlay", never, { "isExpanded": { "alias": "isExpanded"; "required": false; }; "positionClass": { "alias": "positionClass"; "required": false; }; }, {}, never, ["host", "body"], false, never>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=table-menu-overlay.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table-menu-overlay.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/inspark-components/src/components/table/table-menu-overlay/table-menu-overlay.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,UAAU,EAAQ,MAAM,eAAe,CAAC;;AAEpF,qBAOa,yBAAyB;IAIxB,OAAO,CAAC,OAAO;IAHlB,UAAU,UAAS;IACnB,aAAa,EAAE,MAAM,CAAC;gBAEX,OAAO,EAAE,UAAU;IAGhC,uBAAuB,CAAC,KAAK,KAAA;yCAPzB,yBAAyB;2CAAzB,yBAAyB;CAYrC"}
|