@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,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
type ALIGN = 'right' | 'left' | 'center';
|
|
3
|
+
export declare class ComponentContainerComponent {
|
|
4
|
+
align: ALIGN;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentContainerComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ComponentContainerComponent, "in-component-container", never, { "align": { "alias": "align"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
|
+
}
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=component-container.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component-container.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/component-container/component-container.component.ts"],"names":[],"mappings":";AAGA,KAAK,KAAK,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;AAEzC,qBAMa,2BAA2B;IAG7B,KAAK,EAAE,KAAK,CAAU;yCAHpB,2BAA2B;2CAA3B,2BAA2B;CAKvC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./component-container.component";
|
|
3
|
+
import * as i2 from "../shared/shared-components.module";
|
|
4
|
+
export declare class ComponentContainerModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentContainerModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentContainerModule, [typeof i1.ComponentContainerComponent], [typeof i2.SharedComponentsModule], [typeof i1.ComponentContainerComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ComponentContainerModule>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=component-container.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component-container.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/component-container/component-container.module.ts"],"names":[],"mappings":";;;AAKA,qBAWa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ContentToggleComponent implements OnInit {
|
|
4
|
+
private cdr;
|
|
5
|
+
label: any;
|
|
6
|
+
defaultOpen: boolean;
|
|
7
|
+
isOpen: boolean;
|
|
8
|
+
icon: string;
|
|
9
|
+
manualArrow: boolean;
|
|
10
|
+
toggle: EventEmitter<any>;
|
|
11
|
+
elementButtons: ElementRef;
|
|
12
|
+
constructor(cdr: ChangeDetectorRef);
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
toggleOpen(e: MouseEvent): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentToggleComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentToggleComponent, "in-content-toggle", never, { "label": { "alias": "label"; "required": false; }; "defaultOpen": { "alias": "defaultOpen"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "manualArrow": { "alias": "manualArrow"; "required": false; }; }, { "toggle": "toggle"; }, never, ["[arrow]", "[header]", "[buttons]", "[body]"], false, never>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=content-toggle.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-toggle.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/content-toggle/content-toggle.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,iBAAiB,EAAa,UAAU,EAAE,YAAY,EAAS,MAAM,EAAoB,MAAM,eAAe,CAAC;;AAGvH,qBAMa,sBAAuB,YAAW,MAAM;IAYvC,OAAO,CAAC,GAAG;IAVd,KAAK,EAAE,GAAG,CAAC;IACX,WAAW,EAAE,OAAO,CAAQ;IAC5B,MAAM,UAAoB;IAC1B,IAAI,EAAE,MAAM,CAAQ;IACpB,WAAW,EAAE,OAAO,CAAQ;IAE3B,MAAM,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEnB,cAAc,EAAE,UAAU,CAAC;gBAE7C,GAAG,EAAE,iBAAiB;IAI1C,QAAQ;IAIR,UAAU,CAAC,CAAC,EAAE,UAAU;yCApBb,sBAAsB;2CAAtB,sBAAsB;CAgClC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { EventEmitter, AfterContentInit, TemplateRef, QueryList } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import { Select, SelectChangeEvent, SelectFilterEvent } from 'primeng/select';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DropdownComponent implements ControlValueAccessor, AfterContentInit {
|
|
6
|
+
templates: QueryList<TemplateRef<any>>;
|
|
7
|
+
itemTemplate: TemplateRef<any> | null;
|
|
8
|
+
selectedItemTemplate: TemplateRef<any> | null;
|
|
9
|
+
dropdown: Select;
|
|
10
|
+
styleClass: string;
|
|
11
|
+
options: any[];
|
|
12
|
+
placeholder: string;
|
|
13
|
+
optionLabel: string;
|
|
14
|
+
optionValue: string | undefined;
|
|
15
|
+
dataKey: string | undefined;
|
|
16
|
+
filter: boolean;
|
|
17
|
+
showClear: boolean;
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
appendTo: any;
|
|
20
|
+
editable: boolean;
|
|
21
|
+
virtualScroll: boolean;
|
|
22
|
+
virtualScrollItemSize: number;
|
|
23
|
+
loading: boolean;
|
|
24
|
+
autoDisplayFirst: boolean;
|
|
25
|
+
filterBy: string | undefined;
|
|
26
|
+
get effectiveFilterBy(): string;
|
|
27
|
+
filterMatchMode: 'equals' | 'endsWith' | 'startsWith' | 'contains' | 'in' | 'notEquals' | 'lt' | 'lte' | 'gt' | 'gte';
|
|
28
|
+
emptyMessage: string;
|
|
29
|
+
onChange: EventEmitter<any>;
|
|
30
|
+
onFilter: EventEmitter<any>;
|
|
31
|
+
onShow: EventEmitter<void>;
|
|
32
|
+
onHide: EventEmitter<void>;
|
|
33
|
+
onFocus: EventEmitter<any>;
|
|
34
|
+
onBlur: EventEmitter<any>;
|
|
35
|
+
value: any;
|
|
36
|
+
private onModelChange;
|
|
37
|
+
private onModelTouched;
|
|
38
|
+
ngAfterContentInit(): void;
|
|
39
|
+
writeValue(value: any): void;
|
|
40
|
+
registerOnChange(fn: any): void;
|
|
41
|
+
registerOnTouched(fn: any): void;
|
|
42
|
+
setDisabledState(disabled: boolean): void;
|
|
43
|
+
handleChange(event: SelectChangeEvent): void;
|
|
44
|
+
handleFilter(event: SelectFilterEvent): void;
|
|
45
|
+
handleBlur(event: any): void;
|
|
46
|
+
focus(): void;
|
|
47
|
+
show(): void;
|
|
48
|
+
hide(): void;
|
|
49
|
+
clear(): void;
|
|
50
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "in-dropdown", never, { "styleClass": { "alias": "styleClass"; "required": false; }; "options": { "alias": "options"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "dataKey": { "alias": "dataKey"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; "virtualScrollItemSize": { "alias": "virtualScrollItemSize"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "autoDisplayFirst": { "alias": "autoDisplayFirst"; "required": false; }; "filterBy": { "alias": "filterBy"; "required": false; }; "filterMatchMode": { "alias": "filterMatchMode"; "required": false; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; }; }, { "onChange": "onChange"; "onFilter": "onFilter"; "onShow": "onShow"; "onHide": "onHide"; "onFocus": "onFocus"; "onBlur": "onBlur"; }, ["templates"], never, false, never>;
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=dropdown.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/dropdown/dropdown.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,EAKZ,gBAAgB,EAChB,WAAW,EAEX,SAAS,EACV,MAAM,eAAe,CAAC;AAEvB,OAAO,EACL,oBAAoB,EAErB,MAAM,gBAAgB,CAAC;AAExB,OAAO,EACL,MAAM,EACN,iBAAiB,EACjB,iBAAiB,EAClB,MAAM,gBAAgB,CAAC;;AAExB,qBAaa,iBAAkB,YAAW,oBAAoB,EAAE,gBAAgB;IAEhD,SAAS,EAAE,SAAS,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC;IAGrE,YAAY,EAAE,WAAW,CAAC,GAAG,CAAC,GAAG,IAAI,CAAQ;IAC7C,oBAAoB,EAAE,WAAW,CAAC,GAAG,CAAC,GAAG,IAAI,CAAQ;IAE9B,QAAQ,EAAG,MAAM,CAAC;IAEhC,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,GAAG,EAAE,CAAM;IACpB,WAAW,SAAM;IACjB,WAAW,SAAW;IACtB,WAAW,EAAE,MAAM,GAAG,SAAS,CAAa;IAC5C,OAAO,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,MAAM,UAAS;IACf,SAAS,UAAS;IAClB,QAAQ,UAAS;IACjB,QAAQ,EAAE,GAAG,CAAU;IACvB,QAAQ,UAAS;IACjB,aAAa,UAAS;IACtB,qBAAqB,SAAM;IAC3B,OAAO,UAAS;IAChB,gBAAgB,UAAS;IACzB,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAa;IAElD,IAAI,iBAAiB,IAAI,MAAM,CAE9B;IAEQ,eAAe,EAAE,QAAQ,GAAG,UAAU,GAAG,YAAY,GAAG,UAAU,GAAG,IAAI,GAAG,WAAW,GAAG,IAAI,GAAG,KAAK,GAAG,IAAI,GAAG,KAAK,CAAc;IACnI,YAAY,SAAsB;IAEjC,QAAQ,oBAA2B;IACnC,QAAQ,oBAA2B;IACnC,MAAM,qBAA4B;IAClC,MAAM,qBAA4B;IAClC,OAAO,oBAA2B;IAClC,MAAM,oBAA2B;IAE3C,KAAK,EAAE,GAAG,CAAQ;IAElB,OAAO,CAAC,aAAa,CAAuB;IAC5C,OAAO,CAAC,cAAc,CAAY;IAElC,kBAAkB;IAsClB,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAI5B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,gBAAgB,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI;IAIzC,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI;IAM5C,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI;IAI5C,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAK5B,KAAK,IAAI,IAAI;IAIb,IAAI,IAAI,IAAI;IAIZ,IAAI,IAAI,IAAI;IAIZ,KAAK,IAAI,IAAI;yCA/HF,iBAAiB;2CAAjB,iBAAiB;CAmI7B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./dropdown.component";
|
|
3
|
+
import * as i2 from "../shared/shared-ui.module";
|
|
4
|
+
import * as i3 from "primeng/select";
|
|
5
|
+
export declare class DropdownComponentModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponentModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownComponentModule, [typeof i1.DropdownComponent], [typeof i2.SharedUiModule, typeof i3.SelectModule], [typeof i1.DropdownComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DropdownComponentModule>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=dropdown.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/dropdown/dropdown.module.ts"],"names":[],"mappings":";;;;AAQA,qBAYa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EmptyComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmptyComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmptyComponent, "in-empty", never, {}, {}, never, never, true, never>;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=empty.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"empty.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/empty/empty.component.ts"],"names":[],"mappings":";AAIA,qBASa,cAAc;yCAAd,cAAc;2CAAd,cAAc;CAE1B"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FileComponent {
|
|
4
|
+
name: any;
|
|
5
|
+
label: any;
|
|
6
|
+
accept: string;
|
|
7
|
+
required: boolean;
|
|
8
|
+
error: any;
|
|
9
|
+
onChange: EventEmitter<any>;
|
|
10
|
+
el: ElementRef;
|
|
11
|
+
file: File;
|
|
12
|
+
onClear(): void;
|
|
13
|
+
onClickChoose(): void;
|
|
14
|
+
onChangeFile(e: any): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileComponent, "in-file", never, { "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, { "onChange": "onChange"; }, never, never, false, never>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=file.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/file/file.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAE,YAAY,EAA2B,MAAM,eAAe,CAAC;;AAE5F,qBAMa,aAAa;IAEf,IAAI,MAAQ;IACZ,KAAK,MAAQ;IACb,MAAM,EAAE,MAAM,CAAQ;IACtB,QAAQ,UAAS;IACjB,KAAK,MAAQ;IACZ,QAAQ,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGlB,EAAE,EAAE,UAAU,CAAC;IAExD,IAAI,EAAE,IAAI,CAAQ;IAElB,OAAO;IAMP,aAAa;IAIb,YAAY,CAAC,CAAC,KAAA;yCAxBH,aAAa;2CAAb,aAAa;CAgCzB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./file.component";
|
|
3
|
+
import * as i2 from "../shared/shared-ui.module";
|
|
4
|
+
export declare class FileComponentModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileComponentModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FileComponentModule, [typeof i1.FileComponent], [typeof i2.SharedUiModule], [typeof i1.FileComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FileComponentModule>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=file.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/file/file.module.ts"],"names":[],"mappings":";;;AAMA,qBAWa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class InsparkHeaderComponent implements OnInit {
|
|
4
|
+
level: number;
|
|
5
|
+
label: string;
|
|
6
|
+
isWrappable: boolean;
|
|
7
|
+
lineClamp: number;
|
|
8
|
+
constructor();
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InsparkHeaderComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InsparkHeaderComponent, "in-header", never, { "level": { "alias": "level"; "required": false; }; "label": { "alias": "label"; "required": false; }; "isWrappable": { "alias": "isWrappable"; "required": false; }; "lineClamp": { "alias": "lineClamp"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=header.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"header.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/header/header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAAoB,MAAM,eAAe,CAAC;;AAE1E,qBAOa,sBAAuB,YAAW,MAAM;IAE1C,KAAK,SAAK;IACV,KAAK,SAAM;IACX,WAAW,UAAS;IACpB,SAAS,SAAK;;IAMvB,QAAQ;yCAXG,sBAAsB;2CAAtB,sBAAsB;CAelC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class InlineMessageComponent {
|
|
3
|
+
message: string;
|
|
4
|
+
align: 'center' | 'left' | 'right';
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InlineMessageComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InlineMessageComponent, "in-inline-message", never, { "message": { "alias": "message"; "required": false; }; "align": { "alias": "align"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=inline-message.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inline-message.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/inline-message/inline-message.component.ts"],"names":[],"mappings":";AAGA,qBAMa,sBAAsB;IAGxB,OAAO,SAAM;IACb,KAAK,EAAE,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAY;yCAJ5C,sBAAsB;2CAAtB,sBAAsB;CAMlC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class InputGroupComponent implements ControlValueAccessor, OnInit {
|
|
5
|
+
isEditableView: boolean;
|
|
6
|
+
name: any;
|
|
7
|
+
measureunit: any;
|
|
8
|
+
autocomplete: boolean;
|
|
9
|
+
label: any;
|
|
10
|
+
required: boolean;
|
|
11
|
+
error: any;
|
|
12
|
+
size: number;
|
|
13
|
+
maxlength: number;
|
|
14
|
+
width: string;
|
|
15
|
+
placeholder: string;
|
|
16
|
+
id: any;
|
|
17
|
+
testId: any;
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
opacity: boolean;
|
|
20
|
+
shadow: boolean;
|
|
21
|
+
isEditMode: boolean;
|
|
22
|
+
isMeasurementVisible: boolean;
|
|
23
|
+
focus: EventEmitter<any>;
|
|
24
|
+
blur: EventEmitter<any>;
|
|
25
|
+
updateValue: EventEmitter<any>;
|
|
26
|
+
disableEditableView: EventEmitter<any>;
|
|
27
|
+
validators: RegExp[];
|
|
28
|
+
value: string;
|
|
29
|
+
_value: any;
|
|
30
|
+
isEditable: boolean;
|
|
31
|
+
ngOnInit(): void;
|
|
32
|
+
/**
|
|
33
|
+
* Write form value to the DOM element (model => view)
|
|
34
|
+
*/
|
|
35
|
+
writeValue(value: any): void;
|
|
36
|
+
/**
|
|
37
|
+
* Write form disabled state to the DOM element (model => view)
|
|
38
|
+
*/
|
|
39
|
+
setDisabledState(isDisabled: boolean): void;
|
|
40
|
+
/**
|
|
41
|
+
* Update form when DOM element value changes (view => model)
|
|
42
|
+
*/
|
|
43
|
+
registerOnChange(fn: any): void;
|
|
44
|
+
/**
|
|
45
|
+
* Update form when DOM element is blurred (view => model)
|
|
46
|
+
*/
|
|
47
|
+
registerOnTouched(fn: any): void;
|
|
48
|
+
private propagateChange;
|
|
49
|
+
private onChange;
|
|
50
|
+
private onTouched;
|
|
51
|
+
cancel(): void;
|
|
52
|
+
numberOnly(event: any): boolean;
|
|
53
|
+
changeEditMode(): void;
|
|
54
|
+
changeValue(value: any): void;
|
|
55
|
+
isApplyDisabled(): boolean;
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupComponent, never>;
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupComponent, "in-input-group", never, { "name": { "alias": "name"; "required": false; }; "measureunit": { "alias": "measureunit"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; "size": { "alias": "size"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "width": { "alias": "width"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "id": { "alias": "id"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "isEditMode": { "alias": "isEditMode"; "required": false; }; "isMeasurementVisible": { "alias": "isMeasurementVisible"; "required": false; }; }, { "focus": "focus"; "blur": "blur"; "updateValue": "updateValue"; "disableEditableView": "disableEditableView"; }, never, never, false, never>;
|
|
58
|
+
}
|
|
59
|
+
//# sourceMappingURL=input-group.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-group.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/input-group/input-group.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAqB,MAAM,EAAS,MAAM,eAAe,CAAC;AACzF,OAAO,EAAC,oBAAoB,EAAoB,MAAM,gBAAgB,CAAC;;AAEvE,qBAaa,mBAAoB,YAAW,oBAAoB,EAAE,MAAM;IAEtE,cAAc,EAAE,OAAO,CAAC;IAEf,IAAI,MAAQ;IACZ,WAAW,MAAQ;IACnB,YAAY,UAAQ;IACpB,KAAK,MAAQ;IACb,QAAQ,UAAS;IACjB,KAAK,MAAQ;IACb,IAAI,SAAU;IACd,SAAS,SAAU;IACnB,KAAK,SAAU;IACf,WAAW,SAAM;IACjB,EAAE,MAAQ;IACV,MAAM,MAAQ;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,UAAQ;IACf,MAAM,UAAS;IACf,UAAU,UAAQ;IAClB,oBAAoB,UAAQ;IAE3B,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC9C,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC7C,WAAW,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IACpD,mBAAmB,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEtE,UAAU,WAAqB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,MAAC;IACP,UAAU,UAAQ;IAElB,QAAQ;IAIR;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAK5B;;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;IAED,OAAO,CAAC,QAAQ;IAIhB,OAAO,CAAC,SAAS;IAGjB,MAAM;IAMN,UAAU,CAAC,KAAK,KAAA,GAAG,OAAO;IAa1B,cAAc;IASd,WAAW,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAQ7B,eAAe;yCAjHJ,mBAAmB;2CAAnB,mBAAmB;CAqH/B"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class InputTextComponent implements ControlValueAccessor {
|
|
5
|
+
name: any;
|
|
6
|
+
autocomplete: boolean;
|
|
7
|
+
label: any;
|
|
8
|
+
required: boolean;
|
|
9
|
+
error: any;
|
|
10
|
+
size: number;
|
|
11
|
+
maxlength: number;
|
|
12
|
+
width: string;
|
|
13
|
+
display: boolean;
|
|
14
|
+
large: boolean;
|
|
15
|
+
small: boolean;
|
|
16
|
+
widget: boolean;
|
|
17
|
+
forms: boolean;
|
|
18
|
+
placeholder: string;
|
|
19
|
+
id: any;
|
|
20
|
+
testId: any;
|
|
21
|
+
disabled: boolean;
|
|
22
|
+
opacity: boolean;
|
|
23
|
+
shadow: boolean;
|
|
24
|
+
right: boolean;
|
|
25
|
+
type: string;
|
|
26
|
+
step: number;
|
|
27
|
+
min: number;
|
|
28
|
+
max: number;
|
|
29
|
+
focus: EventEmitter<any>;
|
|
30
|
+
blur: EventEmitter<any>;
|
|
31
|
+
onClick: EventEmitter<any>;
|
|
32
|
+
value: string;
|
|
33
|
+
/**
|
|
34
|
+
* Write form value to the DOM element (model => view)
|
|
35
|
+
*/
|
|
36
|
+
writeValue(value: any): void;
|
|
37
|
+
/**
|
|
38
|
+
* Write form disabled state to the DOM element (model => view)
|
|
39
|
+
*/
|
|
40
|
+
setDisabledState(isDisabled: boolean): void;
|
|
41
|
+
/**
|
|
42
|
+
* Update form when DOM element value changes (view => model)
|
|
43
|
+
*/
|
|
44
|
+
registerOnChange(fn: any): void;
|
|
45
|
+
/**
|
|
46
|
+
* Update form when DOM element is blurred (view => model)
|
|
47
|
+
*/
|
|
48
|
+
registerOnTouched(fn: any): void;
|
|
49
|
+
private propagateChange;
|
|
50
|
+
clear(): void;
|
|
51
|
+
onChange(_: any): void;
|
|
52
|
+
private onTouched;
|
|
53
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputTextComponent, never>;
|
|
54
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputTextComponent, "in-input-text", never, { "name": { "alias": "name"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; "size": { "alias": "size"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "width": { "alias": "width"; "required": false; }; "display": { "alias": "display"; "required": false; }; "large": { "alias": "large"; "required": false; }; "small": { "alias": "small"; "required": false; }; "widget": { "alias": "widget"; "required": false; }; "forms": { "alias": "forms"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "id": { "alias": "id"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "right": { "alias": "right"; "required": false; }; "type": { "alias": "type"; "required": false; }; "step": { "alias": "step"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, { "focus": "focus"; "blur": "blur"; "onClick": "onClick"; }, never, never, false, never>;
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=input-text.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-text.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/input-text/input-text.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAA4B,MAAM,eAAe,CAAC;AACjF,OAAO,EAAC,oBAAoB,EAAoB,MAAM,gBAAgB,CAAC;;AAEvE,qBAaa,kBAAmB,YAAW,oBAAoB;IAEpD,IAAI,MAAQ;IACZ,YAAY,UAAQ;IACpB,KAAK,MAAQ;IACb,QAAQ,UAAS;IACjB,KAAK,MAAQ;IACb,IAAI,SAAU;IACd,SAAS,SAAU;IACnB,KAAK,SAAM;IACX,OAAO,UAAQ;IACf,KAAK,UAAQ;IACb,KAAK,UAAS;IACd,MAAM,UAAS;IACf,KAAK,UAAS;IACd,WAAW,SAAM;IACjB,EAAE,MAAQ;IACV,MAAM,MAAQ;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,UAAQ;IACf,MAAM,UAAS;IACf,KAAK,UAAS;IACd,IAAI,SAAU;IACd,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IAGX,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC9C,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC7C,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC1D,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAI5B;;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;IAED,KAAK;IAML,QAAQ,CAAC,CAAC,EAAE,GAAG;IAQf,OAAO,CAAC,SAAS;yCAhFN,kBAAkB;2CAAlB,kBAAkB;CAmF9B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./input-text.component";
|
|
3
|
+
import * as i2 from "../shared/shared-ui.module";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
export declare class InputTextComponentModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputTextComponentModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InputTextComponentModule, [typeof i1.InputTextComponent], [typeof i2.SharedUiModule, typeof i3.FormsModule], [typeof i1.InputTextComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<InputTextComponentModule>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=input-text.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-text.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/input-text/input-text.module.ts"],"names":[],"mappings":";;;;AAMA,qBAYa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./panel/panel.component";
|
|
3
|
+
import * as i2 from "./modal-input-text/modal-input-text.component";
|
|
4
|
+
import * as i3 from "./select-list/select-list.component";
|
|
5
|
+
import * as i4 from "./inspark.shared";
|
|
6
|
+
import * as i5 from "./tooltip/tooltip.component";
|
|
7
|
+
import * as i6 from "./radiobutton/radiobutton.component";
|
|
8
|
+
import * as i7 from "./object-tree/object-tree.component";
|
|
9
|
+
import * as i8 from "./pie/pie.component";
|
|
10
|
+
import * as i9 from "@angular/forms";
|
|
11
|
+
import * as i10 from "./autocomplete/autocomplete.module";
|
|
12
|
+
import * as i11 from "./dropdown/dropdown.module";
|
|
13
|
+
import * as i12 from "./table/table.component";
|
|
14
|
+
import * as i13 from "./tree-table/tree-table.component";
|
|
15
|
+
import * as i14 from "primeng/radiobutton";
|
|
16
|
+
import * as i15 from "primeng/menu";
|
|
17
|
+
import * as i16 from "primeng/slider";
|
|
18
|
+
import * as i17 from "@ng-bootstrap/ng-bootstrap";
|
|
19
|
+
import * as i18 from "primeng/breadcrumb";
|
|
20
|
+
import * as i19 from "primeng/tree";
|
|
21
|
+
import * as i20 from "@ngx-translate/core";
|
|
22
|
+
import * as i21 from "./button/button.module";
|
|
23
|
+
import * as i22 from "./input-text/input-text.module";
|
|
24
|
+
import * as i23 from "./textarea/textarea.module";
|
|
25
|
+
import * as i24 from "./checkbox/checkbox.module";
|
|
26
|
+
import * as i25 from "./component-container/component-container.module";
|
|
27
|
+
import * as i26 from "./preloader/preloader.module";
|
|
28
|
+
import * as i27 from "./empty/empty.component";
|
|
29
|
+
import * as i28 from "./sticky/sticky.module";
|
|
30
|
+
import * as i29 from "./file/file.module";
|
|
31
|
+
import * as i30 from "./toolbar/toolbar.module";
|
|
32
|
+
import * as i31 from "./breadcrumb/breadcrumb.module";
|
|
33
|
+
import * as i32 from "./select-button/select-button.module";
|
|
34
|
+
import * as i33 from "./legacy/legacy-components.module";
|
|
35
|
+
import * as i34 from "./legacy/legacy-ui.module";
|
|
36
|
+
import * as i35 from "ng-inline-svg-2";
|
|
37
|
+
import * as i36 from "./svg/svg.module";
|
|
38
|
+
import * as i37 from "./header/header.component";
|
|
39
|
+
import * as i38 from "./status-circle/status-circle.component";
|
|
40
|
+
import * as i39 from "./switcher/switcher.component";
|
|
41
|
+
export declare class InsparkComponentsModule {
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InsparkComponentsModule, never>;
|
|
43
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InsparkComponentsModule, [typeof i1.PanelComponent, typeof i2.ModalInputTextComponent, typeof i3.SelectListComponent, typeof i4.InsparkTemplate, typeof i5.TooltipComponent, typeof i6.RadiobuttonComponent, typeof i7.ObjectTreeComponent, typeof i8.ObjectPieComponent], [typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.AutoCompleteComponentModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i11.DropdownComponentModule, typeof i12.TableComponentModule, typeof i13.TreeTableComponentModule, typeof i14.RadioButtonModule, typeof i15.MenuModule, typeof i16.SliderModule, typeof i17.NgbModule, typeof i18.BreadcrumbModule, typeof i19.TreeModule, typeof i20.TranslateModule, typeof i21.ButtonComponentModule, typeof i22.InputTextComponentModule, typeof i23.TextareaComponentModule, typeof i24.CheckboxComponentModule, typeof i25.ComponentContainerModule, typeof i26.PreloaderComponentModule, typeof i27.EmptyComponent, typeof i28.StickyComponentModule, typeof i29.FileComponentModule, typeof i30.ToolbarComponentModule, typeof i31.BreadcrumbComponentModule, typeof i32.SelectButtonComponentModule, typeof i33.LegacyComponentsModule, typeof i34.LegacyUiModule, typeof i35.InlineSVGModule, typeof i36.SvgComponentModule], [typeof i1.PanelComponent, typeof i11.DropdownComponentModule, typeof i12.TableComponentModule, typeof i13.TreeTableComponentModule, typeof i27.EmptyComponent, typeof i37.InsparkHeaderComponent, typeof i2.ModalInputTextComponent, typeof i3.SelectListComponent, typeof i38.StatusCircleComponent, typeof i39.SwitcherComponent, typeof i15.MenuModule, typeof i16.SliderModule, typeof i4.InsparkTemplate, typeof i17.NgbModule, typeof i5.TooltipComponent, typeof i6.RadiobuttonComponent, typeof i7.ObjectTreeComponent, typeof i8.ObjectPieComponent, typeof i10.AutoCompleteComponentModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i21.ButtonComponentModule, typeof i22.InputTextComponentModule, typeof i23.TextareaComponentModule, typeof i24.CheckboxComponentModule, typeof i25.ComponentContainerModule, typeof i26.PreloaderComponentModule, typeof i27.EmptyComponent, typeof i28.StickyComponentModule, typeof i29.FileComponentModule, typeof i30.ToolbarComponentModule, typeof i31.BreadcrumbComponentModule, typeof i32.SelectButtonComponentModule, typeof i33.LegacyComponentsModule, typeof i34.LegacyUiModule, typeof i36.SvgComponentModule]>;
|
|
44
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<InsparkComponentsModule>;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=inspark.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inspark.module.d.ts","sourceRoot":"","sources":["../../../../projects/inspark-components/src/components/inspark.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CA,qBAoFa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CACnC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class InsparkTemplate {
|
|
4
|
+
template: TemplateRef<any>;
|
|
5
|
+
type: string;
|
|
6
|
+
name: string;
|
|
7
|
+
constructor(template: TemplateRef<any>);
|
|
8
|
+
getType(): string;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InsparkTemplate, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InsparkTemplate, "[inTemplate]", never, { "type": { "alias": "type"; "required": false; }; "name": { "alias": "inTemplate"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=inspark.shared.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inspark.shared.d.ts","sourceRoot":"","sources":["../../../../projects/inspark-components/src/components/inspark.shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,WAAW,EAAC,MAAM,eAAe,CAAC;;AAE5D,qBAKa,eAAe;IAMP,QAAQ,EAAE,WAAW,CAAC,GAAG,CAAC;IAJpC,IAAI,EAAE,MAAM,CAAC;IAED,IAAI,EAAE,MAAM,CAAC;gBAEf,QAAQ,EAAE,WAAW,CAAC,GAAG,CAAC;IAG7C,OAAO,IAAI,MAAM;yCATN,eAAe;2CAAf,eAAe;CAY3B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "../header/header.component";
|
|
3
|
+
import * as i2 from "../status-circle/status-circle.component";
|
|
4
|
+
import * as i3 from "../switcher/switcher.component";
|
|
5
|
+
import * as i4 from "../shared/shared-ui.module";
|
|
6
|
+
import * as i5 from "../svg/svg.module";
|
|
7
|
+
export declare class LegacyComponentsModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LegacyComponentsModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LegacyComponentsModule, [typeof i1.InsparkHeaderComponent, typeof i2.StatusCircleComponent, typeof i3.SwitcherComponent], [typeof i4.SharedUiModule, typeof i5.SvgComponentModule], [typeof i1.InsparkHeaderComponent, typeof i2.StatusCircleComponent, typeof i3.SwitcherComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LegacyComponentsModule>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=legacy-components.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"legacy-components.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/legacy/legacy-components.module.ts"],"names":[],"mappings":";;;;;;AASA,qBAgBa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "../inline-message/inline-message.component";
|
|
3
|
+
import * as i2 from "../content-toggle/content-toggle.component";
|
|
4
|
+
import * as i3 from "../input-group/input-group.component";
|
|
5
|
+
import * as i4 from "../shared/shared-ui.module";
|
|
6
|
+
import * as i5 from "../link/link.module";
|
|
7
|
+
import * as i6 from "../svg/svg.module";
|
|
8
|
+
export declare class LegacyUiModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LegacyUiModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LegacyUiModule, [typeof i1.InlineMessageComponent, typeof i2.ContentToggleComponent, typeof i3.InputGroupComponent], [typeof i4.SharedUiModule, typeof i5.LinkComponentModule, typeof i6.SvgComponentModule], [typeof i1.InlineMessageComponent, typeof i2.ContentToggleComponent, typeof i3.InputGroupComponent, typeof i5.LinkComponentModule, typeof i6.SvgComponentModule]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LegacyUiModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=legacy-ui.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"legacy-ui.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/legacy/legacy-ui.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAmBa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { EventEmitter, OnChanges, OnInit } from '@angular/core';
|
|
2
|
+
import { MenuItem } from 'primeng/api';
|
|
3
|
+
import { Menu } from 'primeng/menu';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
type LinkColor = 'normal' | 'secondary' | 'danger' | 'primary' | 'transparent';
|
|
6
|
+
type IconPos = 'left' | 'right';
|
|
7
|
+
export declare class LinkComponent implements OnInit, OnChanges {
|
|
8
|
+
color: LinkColor;
|
|
9
|
+
name: string;
|
|
10
|
+
testId: string;
|
|
11
|
+
label: string;
|
|
12
|
+
icon: string;
|
|
13
|
+
className: string;
|
|
14
|
+
svg: string;
|
|
15
|
+
link: string;
|
|
16
|
+
/**
|
|
17
|
+
* external - ссылка на внешний источник
|
|
18
|
+
* internal - ссылка внутри приложения
|
|
19
|
+
* auto - определяется автоматически исходя из link
|
|
20
|
+
*/
|
|
21
|
+
linkType: 'auto' | 'external' | 'internal';
|
|
22
|
+
/**
|
|
23
|
+
* self - открывается в этом же окне
|
|
24
|
+
* blank - открывается в новом окне
|
|
25
|
+
* auto - определяется автоматически исходя из linkType
|
|
26
|
+
*/
|
|
27
|
+
linkTarget: 'auto' | 'self' | 'blank';
|
|
28
|
+
pressed: boolean;
|
|
29
|
+
disabled: boolean;
|
|
30
|
+
iconPos: IconPos;
|
|
31
|
+
menuItems: MenuItem[];
|
|
32
|
+
_menu: Menu;
|
|
33
|
+
focus: EventEmitter<any>;
|
|
34
|
+
blur: EventEmitter<any>;
|
|
35
|
+
click: EventEmitter<any>;
|
|
36
|
+
style: {};
|
|
37
|
+
_target: string;
|
|
38
|
+
_linkType: 'auto' | 'external' | 'internal';
|
|
39
|
+
isMaterialIcon: boolean;
|
|
40
|
+
ngOnInit(): void;
|
|
41
|
+
ngOnChanges(changes: any): void;
|
|
42
|
+
updateData(): void;
|
|
43
|
+
_onClick($event: Event): void;
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LinkComponent, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinkComponent, "in-link", never, { "color": { "alias": "color"; "required": false; }; "name": { "alias": "name"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "className": { "alias": "className"; "required": false; }; "svg": { "alias": "svg"; "required": false; }; "link": { "alias": "link"; "required": false; }; "linkType": { "alias": "linkType"; "required": false; }; "linkTarget": { "alias": "linkTarget"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "iconPos": { "alias": "iconPos"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; }, { "focus": "focus"; "blur": "blur"; "click": "click"; }, never, never, false, never>;
|
|
46
|
+
}
|
|
47
|
+
export {};
|
|
48
|
+
//# sourceMappingURL=link.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/link/link.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAoB,MAAM,eAAe,CAAC;AACnG,OAAO,EAAC,QAAQ,EAAC,MAAM,aAAa,CAAC;AACrC,OAAO,EAAC,IAAI,EAAC,MAAM,cAAc,CAAC;;AAGlC,KAAK,SAAS,GAAG,QAAQ,GAAG,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAI,aAAa,CAAC;AAChF,KAAK,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC;AAEhC,qBAMa,aAAc,YAAW,MAAM,EAAE,SAAS;IAE5C,KAAK,EAAE,SAAS,CAAY;IAC5B,IAAI,SAAM;IACV,MAAM,SAAM;IACZ,KAAK,SAAM;IACX,IAAI,SAAM;IACV,SAAS,SAAM;IACf,GAAG,SAAM;IACT,IAAI,SAAM;IACnB;;;;OAIG;IACM,QAAQ,EAAE,MAAM,GAAG,UAAU,GAAG,UAAU,CAAU;IAC7D;;;;OAIG;IACM,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAU;IAI/C,OAAO,UAAS;IAEhB,QAAQ,UAAS;IAEjB,OAAO,EAAE,OAAO,CAAU;IAC1B,SAAS,EAAE,QAAQ,EAAE,CAAM;IAEF,KAAK,EAAI,IAAI,CAAC;IAEtC,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC9C,IAAI,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAC7C,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAExD,KAAK,KAAG;IAER,OAAO,SAAW;IAClB,SAAS,EAAE,MAAM,GAAG,UAAU,GAAG,UAAU,CAAU;IAEpD,cAAc,UAAS;IAExB,QAAQ;IAMR,WAAW,CAAC,OAAO,KAAA;IAInB,UAAU;IA4BT,QAAQ,CAAC,MAAM,EAAE,KAAK;yCAnFZ,aAAa;2CAAb,aAAa;CA6FzB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./link.component";
|
|
3
|
+
import * as i2 from "../shared/shared-ui.module";
|
|
4
|
+
import * as i3 from "primeng/menu";
|
|
5
|
+
import * as i4 from "../svg/svg.module";
|
|
6
|
+
export declare class LinkComponentModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LinkComponentModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LinkComponentModule, [typeof i1.LinkComponent], [typeof i2.SharedUiModule, typeof i3.MenuModule, typeof i4.SvgComponentModule], [typeof i1.LinkComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LinkComponentModule>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=link.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/link/link.module.ts"],"names":[],"mappings":";;;;;AASA,qBAaa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
+
import { InsparkMessageService } from "../../services/inspark-message.service";
|
|
5
|
+
import { DynamicDialogConfig, DynamicDialogRef } from 'primeng/dynamicdialog';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class ModalInputTextComponent implements OnInit {
|
|
8
|
+
ref: DynamicDialogRef;
|
|
9
|
+
config: DynamicDialogConfig;
|
|
10
|
+
private translateService;
|
|
11
|
+
private messageService;
|
|
12
|
+
router: Router;
|
|
13
|
+
objects: any[];
|
|
14
|
+
selected: Boolean[];
|
|
15
|
+
title: string;
|
|
16
|
+
objs: any;
|
|
17
|
+
options: {
|
|
18
|
+
value: string;
|
|
19
|
+
checked: boolean;
|
|
20
|
+
}[];
|
|
21
|
+
param: any;
|
|
22
|
+
isShowSpinner: boolean;
|
|
23
|
+
maxLength: number;
|
|
24
|
+
constructor(ref: DynamicDialogRef, config: DynamicDialogConfig, translateService: TranslateService, messageService: InsparkMessageService, router: Router);
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
closeModal(val?: any): void;
|
|
27
|
+
applySelection(): void;
|
|
28
|
+
select(i: any): void;
|
|
29
|
+
checkSelected(): boolean;
|
|
30
|
+
highlight(value: string, text: any): string;
|
|
31
|
+
calculateWidth(): void;
|
|
32
|
+
translate(str: string): string;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModalInputTextComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModalInputTextComponent, "app-modal-input-text", never, {}, {}, never, never, false, never>;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=modal-input-text.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal-input-text.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/modal-input-text/modal-input-text.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACM,MAAM,EAClB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,qBAAqB,EAAC,MAAM,wCAAwC,CAAC;AAE7E,OAAO,EAAC,mBAAmB,EAAE,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;;AAE5E,qBAMa,uBAAwB,YAAW,MAAM;IAWjC,GAAG,EAAE,gBAAgB;IACrB,MAAM,EAAE,mBAAmB;IAClC,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,cAAc;IACf,MAAM,EAAE,MAAM;IAbjC,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,KAAK,EAAE,GAAG,CAAC;IACX,aAAa,UAAS;IACtB,SAAS,SAAK;gBAEK,GAAG,EAAE,gBAAgB,EACrB,MAAM,EAAE,mBAAmB,EAC1B,gBAAgB,EAAE,gBAAgB,EAClC,cAAc,EAAE,qBAAqB,EACtC,MAAM,EAAE,MAAM;IAKjC,QAAQ;IAYT,UAAU,CAAC,GAAG,MAAO;IAIpB,cAAc;IAed,MAAM,CAAC,CAAC,KAAA;IAIR,aAAa;IAUb,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,KAAA,GAAG,MAAM;IAKtC,cAAc;IAQd,SAAS,CAAC,GAAG,EAAE,MAAM;yCA9EV,uBAAuB;2CAAvB,uBAAuB;CAoFnC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ObjectTreeComponent implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectTreeComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectTreeComponent, "in-object-tree", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=object-tree.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-tree.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/object-tree/object-tree.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAA2B,MAAM,eAAe,CAAC;;AAE3E,qBAOa,mBAAoB,YAAW,MAAM;;IAIhD,QAAQ;yCAJG,mBAAmB;2CAAnB,mBAAmB;CAO/B"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class PanelComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PanelComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PanelComponent, "in-panel", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=panel.component.d.ts.map
|