@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.
Files changed (161) hide show
  1. package/full/assets/error.svg +6 -0
  2. package/full/assets/falsevalue.svg +6 -0
  3. package/full/assets/icon.svg +6 -0
  4. package/full/assets/none.svg +6 -0
  5. package/full/assets/success.svg +6 -0
  6. package/full/assets/warning.svg +6 -0
  7. package/full/bms.css +3 -0
  8. package/full/bms.js +1 -0
  9. package/full/components/autocomplete/autocomplete.component.d.ts +60 -0
  10. package/full/components/autocomplete/autocomplete.component.d.ts.map +1 -0
  11. package/full/components/autocomplete/autocomplete.module.d.ts +10 -0
  12. package/full/components/autocomplete/autocomplete.module.d.ts.map +1 -0
  13. package/full/components/breadcrumb/breadcrumb.component.d.ts +11 -0
  14. package/full/components/breadcrumb/breadcrumb.component.d.ts.map +1 -0
  15. package/full/components/breadcrumb/breadcrumb.module.d.ts +9 -0
  16. package/full/components/breadcrumb/breadcrumb.module.d.ts.map +1 -0
  17. package/full/components/button/button.component.d.ts +63 -0
  18. package/full/components/button/button.component.d.ts.map +1 -0
  19. package/full/components/button/button.module.d.ts +12 -0
  20. package/full/components/button/button.module.d.ts.map +1 -0
  21. package/full/components/checkbox/checkbox.component.d.ts +40 -0
  22. package/full/components/checkbox/checkbox.component.d.ts.map +1 -0
  23. package/full/components/checkbox/checkbox.module.d.ts +10 -0
  24. package/full/components/checkbox/checkbox.module.d.ts.map +1 -0
  25. package/full/components/communication.service.d.ts +10 -0
  26. package/full/components/communication.service.d.ts.map +1 -0
  27. package/full/components/component-container/component-container.component.d.ts +9 -0
  28. package/full/components/component-container/component-container.component.d.ts.map +1 -0
  29. package/full/components/component-container/component-container.module.d.ts +9 -0
  30. package/full/components/component-container/component-container.module.d.ts.map +1 -0
  31. package/full/components/content-toggle/content-toggle.component.d.ts +18 -0
  32. package/full/components/content-toggle/content-toggle.component.d.ts.map +1 -0
  33. package/full/components/dropdown/dropdown.component.d.ts +53 -0
  34. package/full/components/dropdown/dropdown.component.d.ts.map +1 -0
  35. package/full/components/dropdown/dropdown.module.d.ts +10 -0
  36. package/full/components/dropdown/dropdown.module.d.ts.map +1 -0
  37. package/full/components/empty/empty.component.d.ts +6 -0
  38. package/full/components/empty/empty.component.d.ts.map +1 -0
  39. package/full/components/file/file.component.d.ts +18 -0
  40. package/full/components/file/file.component.d.ts.map +1 -0
  41. package/full/components/file/file.module.d.ts +9 -0
  42. package/full/components/file/file.module.d.ts.map +1 -0
  43. package/full/components/header/header.component.d.ts +13 -0
  44. package/full/components/header/header.component.d.ts.map +1 -0
  45. package/full/components/inline-message/inline-message.component.d.ts +8 -0
  46. package/full/components/inline-message/inline-message.component.d.ts.map +1 -0
  47. package/full/components/input-group/input-group.component.d.ts +59 -0
  48. package/full/components/input-group/input-group.component.d.ts.map +1 -0
  49. package/full/components/input-text/input-text.component.d.ts +56 -0
  50. package/full/components/input-text/input-text.component.d.ts.map +1 -0
  51. package/full/components/input-text/input-text.module.d.ts +10 -0
  52. package/full/components/input-text/input-text.module.d.ts.map +1 -0
  53. package/full/components/inspark.module.d.ts +46 -0
  54. package/full/components/inspark.module.d.ts.map +1 -0
  55. package/full/components/inspark.shared.d.ts +12 -0
  56. package/full/components/inspark.shared.d.ts.map +1 -0
  57. package/full/components/legacy/legacy-components.module.d.ts +12 -0
  58. package/full/components/legacy/legacy-components.module.d.ts.map +1 -0
  59. package/full/components/legacy/legacy-ui.module.d.ts +13 -0
  60. package/full/components/legacy/legacy-ui.module.d.ts.map +1 -0
  61. package/full/components/link/link.component.d.ts +48 -0
  62. package/full/components/link/link.component.d.ts.map +1 -0
  63. package/full/components/link/link.module.d.ts +11 -0
  64. package/full/components/link/link.module.d.ts.map +1 -0
  65. package/full/components/modal-input-text/modal-input-text.component.d.ts +36 -0
  66. package/full/components/modal-input-text/modal-input-text.component.d.ts.map +1 -0
  67. package/full/components/object-tree/object-tree.component.d.ts +9 -0
  68. package/full/components/object-tree/object-tree.component.d.ts.map +1 -0
  69. package/full/components/panel/panel.component.d.ts +6 -0
  70. package/full/components/panel/panel.component.d.ts.map +1 -0
  71. package/full/components/pie/pie.component.d.ts +20 -0
  72. package/full/components/pie/pie.component.d.ts.map +1 -0
  73. package/full/components/pie/pie.service.d.ts +20 -0
  74. package/full/components/pie/pie.service.d.ts.map +1 -0
  75. package/full/components/preloader/preloader.component.d.ts +14 -0
  76. package/full/components/preloader/preloader.component.d.ts.map +1 -0
  77. package/full/components/preloader/preloader.module.d.ts +9 -0
  78. package/full/components/preloader/preloader.module.d.ts.map +1 -0
  79. package/full/components/radiobutton/radiobutton.component.d.ts +21 -0
  80. package/full/components/radiobutton/radiobutton.component.d.ts.map +1 -0
  81. package/full/components/select-button/select-button.component.d.ts +50 -0
  82. package/full/components/select-button/select-button.component.d.ts.map +1 -0
  83. package/full/components/select-button/select-button.module.d.ts +9 -0
  84. package/full/components/select-button/select-button.module.d.ts.map +1 -0
  85. package/full/components/select-list/select-list.component.d.ts +29 -0
  86. package/full/components/select-list/select-list.component.d.ts.map +1 -0
  87. package/full/components/shared/shared-components.module.d.ts +11 -0
  88. package/full/components/shared/shared-components.module.d.ts.map +1 -0
  89. package/full/components/shared/shared-ui.module.d.ts +12 -0
  90. package/full/components/shared/shared-ui.module.d.ts.map +1 -0
  91. package/full/components/status-circle/status-circle.component.d.ts +15 -0
  92. package/full/components/status-circle/status-circle.component.d.ts.map +1 -0
  93. package/full/components/sticky/sticky.component.d.ts +24 -0
  94. package/full/components/sticky/sticky.component.d.ts.map +1 -0
  95. package/full/components/sticky/sticky.module.d.ts +9 -0
  96. package/full/components/sticky/sticky.module.d.ts.map +1 -0
  97. package/full/components/svg/svg.component.d.ts +12 -0
  98. package/full/components/svg/svg.component.d.ts.map +1 -0
  99. package/full/components/svg/svg.module.d.ts +10 -0
  100. package/full/components/svg/svg.module.d.ts.map +1 -0
  101. package/full/components/switcher/switcher.component.d.ts +49 -0
  102. package/full/components/switcher/switcher.component.d.ts.map +1 -0
  103. package/full/components/table/table-click-outside.directive.d.ts +11 -0
  104. package/full/components/table/table-click-outside.directive.d.ts.map +1 -0
  105. package/full/components/table/table-columns-multiselect/table-columns-multiselect.component.d.ts +21 -0
  106. package/full/components/table/table-columns-multiselect/table-columns-multiselect.component.d.ts.map +1 -0
  107. package/full/components/table/table-menu-overlay/table-menu-overlay.component.d.ts +12 -0
  108. package/full/components/table/table-menu-overlay/table-menu-overlay.component.d.ts.map +1 -0
  109. package/full/components/table/table.component.d.ts +152 -0
  110. package/full/components/table/table.component.d.ts.map +1 -0
  111. package/full/components/textarea/textarea.component.d.ts +36 -0
  112. package/full/components/textarea/textarea.component.d.ts.map +1 -0
  113. package/full/components/textarea/textarea.module.d.ts +10 -0
  114. package/full/components/textarea/textarea.module.d.ts.map +1 -0
  115. package/full/components/toolbar/toolbar.component.d.ts +18 -0
  116. package/full/components/toolbar/toolbar.component.d.ts.map +1 -0
  117. package/full/components/toolbar/toolbar.module.d.ts +9 -0
  118. package/full/components/toolbar/toolbar.module.d.ts.map +1 -0
  119. package/full/components/tooltip/tooltip.component.d.ts +9 -0
  120. package/full/components/tooltip/tooltip.component.d.ts.map +1 -0
  121. package/full/components/tree-table/tree-table.component.d.ts +97 -0
  122. package/full/components/tree-table/tree-table.component.d.ts.map +1 -0
  123. package/full/fesm2022/inspark-inspark-components.mjs +6679 -0
  124. package/full/fesm2022/inspark-inspark-components.mjs.map +1 -0
  125. package/full/index.css +6 -0
  126. package/full/index.js +1 -0
  127. package/full/pipes/pipes.module.d.ts +11 -0
  128. package/full/pipes/pipes.module.d.ts.map +1 -0
  129. package/full/pipes/propertyValue.pipe.d.ts +8 -0
  130. package/full/pipes/propertyValue.pipe.d.ts.map +1 -0
  131. package/full/pipes/safeUrl.pipe.d.ts +24 -0
  132. package/full/pipes/safeUrl.pipe.d.ts.map +1 -0
  133. package/full/pipes/sort-by.pipe.d.ts +8 -0
  134. package/full/pipes/sort-by.pipe.d.ts.map +1 -0
  135. package/full/pipes/time.pipe.d.ts +35 -0
  136. package/full/pipes/time.pipe.d.ts.map +1 -0
  137. package/full/public_api.d.ts +74 -0
  138. package/full/public_api.d.ts.map +1 -0
  139. package/full/services/inspark-dialog.service.d.ts +28 -0
  140. package/full/services/inspark-dialog.service.d.ts.map +1 -0
  141. package/full/services/inspark-message.service.d.ts +22 -0
  142. package/full/services/inspark-message.service.d.ts.map +1 -0
  143. package/full/utils/gettextMarker.function.d.ts +2 -0
  144. package/full/utils/gettextMarker.function.d.ts.map +1 -0
  145. package/full/utils/hybrid/prime-table/row-state.enum.d.ts +8 -0
  146. package/full/utils/hybrid/prime-table/row-state.enum.d.ts.map +1 -0
  147. package/full/utils/hybrid/prime-table/table-row-data.model.d.ts +7 -0
  148. package/full/utils/hybrid/prime-table/table-row-data.model.d.ts.map +1 -0
  149. package/interface/index.d.ts +6 -0
  150. package/interface/inspark-inspark-components.d.ts.map +1 -0
  151. package/interface/interface.d.ts +68 -0
  152. package/interface/interface.d.ts.map +1 -0
  153. package/package.json +1 -31
  154. /package/{index.d.ts → full/index.d.ts} +0 -0
  155. /package/{inspark-inspark-components.d.ts.map → full/inspark-inspark-components.d.ts.map} +0 -0
  156. /package/{interface.d.ts → full/interface.d.ts} +0 -0
  157. /package/{interface.d.ts.map → full/interface.d.ts.map} +0 -0
  158. /package/{fesm2022 → interface/fesm2022}/inspark-inspark-components.mjs +0 -0
  159. /package/{fesm2022 → interface/fesm2022}/inspark-inspark-components.mjs.map +0 -0
  160. /package/{public_api.d.ts → interface/public_api.d.ts} +0 -0
  161. /package/{public_api.d.ts.map → interface/public_api.d.ts.map} +0 -0
@@ -0,0 +1,152 @@
1
+ import { AfterContentInit, EventEmitter, OnInit, QueryList, TemplateRef } from '@angular/core';
2
+ import { Table } from 'primeng/table';
3
+ import { InsparkTemplate } from '../inspark.shared';
4
+ import { TableRowData } from '../../utils/hybrid/prime-table/table-row-data.model';
5
+ import { TableColumns, ToolBar, ToolBarFilterColumn } from '../../interface';
6
+ import * as i0 from "@angular/core";
7
+ import * as i1 from "./table-columns-multiselect/table-columns-multiselect.component";
8
+ import * as i2 from "./table-menu-overlay/table-menu-overlay.component";
9
+ import * as i3 from "./table-click-outside.directive";
10
+ import * as i4 from "@angular/common";
11
+ import * as i5 from "primeng/table";
12
+ import * as i6 from "../../pipes/pipes.module";
13
+ import * as i7 from "@ngx-translate/core";
14
+ import * as i8 from "@angular/forms";
15
+ import * as i9 from "primeng/dropdown";
16
+ import * as i10 from "primeng/multiselect";
17
+ import * as i11 from "@ng-bootstrap/ng-bootstrap";
18
+ import * as i12 from "primeng/checkbox";
19
+ export declare function tableFactory(wrapper: TableComponent): Table<any>;
20
+ export declare class TableComponent implements OnInit, AfterContentInit {
21
+ columns: TableColumns[];
22
+ filteredColumns: TableColumns[];
23
+ globalFilteredColumns: string[];
24
+ primaryColumns: TableColumns[];
25
+ values: any[];
26
+ scrollHeight: string;
27
+ scrollable: boolean;
28
+ selectionMode: 'single' | 'multiple' | null;
29
+ label: string;
30
+ error: string;
31
+ class: string;
32
+ required: boolean;
33
+ style: any;
34
+ toolbar: ToolBar;
35
+ checkboxSelection: boolean;
36
+ active: any;
37
+ sortField: any;
38
+ isAscending: any;
39
+ dataKey: any;
40
+ stateKey: any;
41
+ isGrouped: boolean;
42
+ customSort: boolean;
43
+ isGroupedExpanded?: boolean;
44
+ showHeader: boolean;
45
+ isMobileView: boolean;
46
+ resizableColumns: boolean;
47
+ isTextSearch: boolean;
48
+ isSortIcon: boolean;
49
+ columnResizeMode: 'expand' | 'fit';
50
+ activeChange: EventEmitter<any>;
51
+ templates: QueryList<InsparkTemplate>;
52
+ selectionChange: EventEmitter<any>;
53
+ addAction: EventEmitter<any>;
54
+ treeAction: EventEmitter<any>;
55
+ csvAction: EventEmitter<any>;
56
+ saveAction: EventEmitter<any>;
57
+ removeAction: EventEmitter<any>;
58
+ unlinkAction: EventEmitter<any>;
59
+ linkAction: EventEmitter<any>;
60
+ groupEditAction: EventEmitter<any>;
61
+ paramsEditAction: EventEmitter<any>;
62
+ sortFunction: EventEmitter<any>;
63
+ filterFunction: EventEmitter<any>;
64
+ dt: Table;
65
+ groupMode: number;
66
+ groupInfo: {};
67
+ groupIndex: {};
68
+ headerTemplate: TemplateRef<any>;
69
+ bodyTemplate: TemplateRef<any>;
70
+ loadingBodyTemplate: TemplateRef<any>;
71
+ captionTemplate: TemplateRef<any>;
72
+ frozenRowsTemplate: TemplateRef<any>;
73
+ footerTemplate: TemplateRef<any>;
74
+ summaryTemplate: TemplateRef<any>;
75
+ colGroupTemplate: TemplateRef<any>;
76
+ expandedRowTemplate: TemplateRef<any>;
77
+ frozenHeaderTemplate: TemplateRef<any>;
78
+ frozenBodyTemplate: TemplateRef<any>;
79
+ frozenFooterTemplate: TemplateRef<any>;
80
+ frozenColGroupTemplate: TemplateRef<any>;
81
+ emptyMessageTemplate: TemplateRef<any>;
82
+ paginatorLeftTemplate: TemplateRef<any>;
83
+ paginatorRightTemplate: TemplateRef<any>;
84
+ valueTemplate: TemplateRef<any>;
85
+ searchText: string;
86
+ _selection: any;
87
+ constructor();
88
+ /**
89
+ * В PrimeNG 19 при восстановленном глобальном фильтре p-table может вызвать saveState()/saveColumnWidths()
90
+ * до того, как DOM-колонки полностью готовы. В таком случае внутри PrimeNG падает чтение offsetWidth.
91
+ * Патчим метод один раз на уровне прототипа Table: обычное поведение сохраняется, а в раннем ошибочном
92
+ * вызове в state возвращаются ранее сохраненные columnWidths/tableWidth.
93
+ */
94
+ private static patchPrimeTableSaveColumnWidths;
95
+ private static isOffsetWidthError;
96
+ private static copyColumnWidthsFromSavedState;
97
+ /** O(1) selected-row lookup. Rebuilt whenever selection changes.
98
+ * Replaces p-tableCheckbox which calls dt.isSelected() (O(M)) for EVERY
99
+ * row on EVERY CD cycle via TableService.selectionSource$ subscription. */
100
+ private _selectionSet;
101
+ private _rebuildSelectionSet;
102
+ ngAfterContentInit(): void;
103
+ /** O(1) check used in template instead of dt.isSelected() */
104
+ _isRowSelected(row: any): boolean;
105
+ /** O(1) check — avoids p-tableHeaderCheckbox.updateCheckedState() O(N) iteration */
106
+ _isAllSelected(): boolean;
107
+ /** Select/deselect all rows directly via values array — bypasses dt.processedData
108
+ * (O(N log N) sort) used by p-tableHeaderCheckbox.toggleRowsWithCheckbox(). */
109
+ _onHeaderCheckboxChange(event: Event): void;
110
+ /** Called when native checkbox changes */
111
+ _onCheckboxChange(event: Event, row: any): void;
112
+ set selection(val: any);
113
+ get selectionValue(): any;
114
+ set selectionValue(val: any);
115
+ isRowActive(row: TableRowData): boolean;
116
+ ngOnInit(): void;
117
+ updateData(): void;
118
+ visibleColumns(): TableColumns[];
119
+ columnsChange(data: any): void;
120
+ showTooltip(event: any): void;
121
+ colFilter(field: any): ToolBarFilterColumn;
122
+ onFilterToolbar(event: any): void;
123
+ onFilter(event: any): void;
124
+ stateSave(state: any): void;
125
+ saveToLocalStorage(state: any, key: any): void;
126
+ isHiddenFieldsChanged(): boolean;
127
+ saveHiddenColumns(): void;
128
+ countVisibleColumns(): number;
129
+ restoreSearchText(): void;
130
+ resetColumnWidthIfToWide(): void;
131
+ resetColumnWidth(): void;
132
+ private getHiddenHiddenFieldsFromStorage;
133
+ restoreHiddenColumns(): void;
134
+ calcWidth(idx: any, label: any, width: any): any;
135
+ onSort(): void;
136
+ isShowGroup(key: any, rowIndex: any): boolean;
137
+ toggleGroup(rowIndex: number, key: string): void;
138
+ clear(): void;
139
+ localSearch(dt: any, searchText: any): void;
140
+ private sortByGroup;
141
+ countGroup(groupKey: any, g: number): number;
142
+ toggleNodes(isExpanded: boolean): void;
143
+ toggleMode(item: any): void;
144
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
145
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "in-table", never, { "columns": { "alias": "columns"; "required": false; }; "values": { "alias": "values"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "label": { "alias": "label"; "required": false; }; "error": { "alias": "error"; "required": false; }; "class": { "alias": "class"; "required": false; }; "required": { "alias": "required"; "required": false; }; "style": { "alias": "style"; "required": false; }; "toolbar": { "alias": "toolbar"; "required": false; }; "checkboxSelection": { "alias": "checkboxSelection"; "required": false; }; "active": { "alias": "active"; "required": false; }; "sortField": { "alias": "sortField"; "required": false; }; "isAscending": { "alias": "isAscending"; "required": false; }; "dataKey": { "alias": "dataKey"; "required": false; }; "stateKey": { "alias": "stateKey"; "required": false; }; "isGrouped": { "alias": "isGrouped"; "required": false; }; "customSort": { "alias": "customSort"; "required": false; }; "isGroupedExpanded": { "alias": "isGroupedExpanded"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "isMobileView": { "alias": "isMobileView"; "required": false; }; "resizableColumns": { "alias": "resizableColumns"; "required": false; }; "isTextSearch": { "alias": "isTextSearch"; "required": false; }; "isSortIcon": { "alias": "isSortIcon"; "required": false; }; "columnResizeMode": { "alias": "columnResizeMode"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; }, { "activeChange": "activeChange"; "selectionChange": "selectionChange"; "addAction": "addAction"; "treeAction": "treeAction"; "csvAction": "csvAction"; "saveAction": "saveAction"; "removeAction": "removeAction"; "unlinkAction": "unlinkAction"; "linkAction": "linkAction"; "groupEditAction": "groupEditAction"; "paramsEditAction": "paramsEditAction"; "sortFunction": "sortFunction"; "filterFunction": "filterFunction"; }, ["templates"], ["[buttons]"], false, never>;
146
+ }
147
+ export declare class TableComponentModule {
148
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableComponentModule, never>;
149
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TableComponentModule, [typeof TableComponent, typeof i1.TableColumnsMultiselectComponent, typeof i2.TableMenuOverlayComponent, typeof i3.TableClickOutsideDirective], [typeof i4.CommonModule, typeof i5.TableModule, typeof i6.PipesModule, typeof i7.TranslateModule, typeof i8.FormsModule, typeof i9.DropdownModule, typeof i10.MultiSelectModule, typeof i11.NgbDropdownModule, typeof i12.CheckboxModule], [typeof TableComponent, typeof i1.TableColumnsMultiselectComponent]>;
150
+ static ɵinj: i0.ɵɵInjectorDeclaration<TableComponentModule>;
151
+ }
152
+ //# sourceMappingURL=table.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/table/table.component.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,36 @@
1
+ import { ControlValueAccessor } from '@angular/forms';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TextareaComponent implements ControlValueAccessor {
4
+ name: any;
5
+ label: any;
6
+ required: boolean;
7
+ error: any;
8
+ placeholder: string;
9
+ id: any;
10
+ disabled: boolean;
11
+ minHeight: number;
12
+ maxlength: number;
13
+ value: string;
14
+ /**
15
+ * Write form value to the DOM element (model => view)
16
+ */
17
+ writeValue(value: any): void;
18
+ /**
19
+ * Write form disabled state to the DOM element (model => view)
20
+ */
21
+ setDisabledState(isDisabled: boolean): void;
22
+ /**
23
+ * Update form when DOM element value changes (view => model)
24
+ */
25
+ registerOnChange(fn: any): void;
26
+ /**
27
+ * Update form when DOM element is blurred (view => model)
28
+ */
29
+ registerOnTouched(fn: any): void;
30
+ private propagateChange;
31
+ onChange(_: any): void;
32
+ private onTouched;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextareaComponent, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextareaComponent, "in-textarea", 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; }; "minHeight": { "alias": "minHeight"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; }, {}, never, never, false, never>;
35
+ }
36
+ //# sourceMappingURL=textarea.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"textarea.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/textarea/textarea.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,oBAAoB,EAAoB,MAAM,gBAAgB,CAAC;;AAEvE,qBAaa,iBAAkB,YAAW,oBAAoB;IAEnD,IAAI,MAAQ;IACZ,KAAK,MAAQ;IACb,QAAQ,UAAS;IACjB,KAAK,MAAQ;IACb,WAAW,SAAM;IACjB,EAAE,MAAQ;IACV,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,SAAM;IACf,SAAS,SAAU;IAE5B,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,CACrB;IAEF,QAAQ,CAAC,CAAC,EAAE,GAAG;IAIf,OAAO,CAAC,SAAS;yCAnDN,iBAAiB;2CAAjB,iBAAiB;CAsD7B"}
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./textarea.component";
3
+ import * as i2 from "../shared/shared-ui.module";
4
+ import * as i3 from "@angular/forms";
5
+ export declare class TextareaComponentModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextareaComponentModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TextareaComponentModule, [typeof i1.TextareaComponent], [typeof i2.SharedUiModule, typeof i3.FormsModule], [typeof i1.TextareaComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<TextareaComponentModule>;
9
+ }
10
+ //# sourceMappingURL=textarea.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"textarea.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/textarea/textarea.module.ts"],"names":[],"mappings":";;;;AAMA,qBAYa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
@@ -0,0 +1,18 @@
1
+ import { ChangeDetectorRef, ElementRef, OnInit } from '@angular/core';
2
+ import { Router } from '@angular/router';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ToolbarComponent implements OnInit {
5
+ element: ElementRef;
6
+ private cdRef;
7
+ router: Router;
8
+ title: string;
9
+ display: boolean;
10
+ objects: any;
11
+ selected: any;
12
+ constructor(element: ElementRef, cdRef: ChangeDetectorRef, router: Router);
13
+ ngOnInit(): void;
14
+ clickedOutsideOverlay(event: any): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "in-toolbar", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], false, never>;
17
+ }
18
+ //# sourceMappingURL=toolbar.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/toolbar/toolbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,iBAAiB,EAAa,UAAU,EAAS,MAAM,EAAC,MAAM,eAAe,CAAC;AAC/G,OAAO,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;;AAEvC,qBAOa,gBAAiB,YAAW,MAAM;IAS1B,OAAO,EAAE,UAAU;IAAE,OAAO,CAAC,KAAK;IAA4B,MAAM,EAAE,MAAM;IANtF,KAAK,EAAE,MAAM,CAAC;IACvB,OAAO,UAAS;IAChB,OAAO,MAAC;IAER,QAAQ,EAAE,GAAG,CAAC;gBAEK,OAAO,EAAE,UAAU,EAAU,KAAK,EAAE,iBAAiB,EAAS,MAAM,EAAE,MAAM;IAI/F,QAAQ;IAID,qBAAqB,CAAC,KAAK,KAAA;yCAjBvB,gBAAgB;2CAAhB,gBAAgB;CAwB5B"}
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./toolbar.component";
3
+ import * as i2 from "../shared/shared-ui.module";
4
+ export declare class ToolbarComponentModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponentModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarComponentModule, [typeof i1.ToolbarComponent], [typeof i2.SharedUiModule], [typeof i1.ToolbarComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarComponentModule>;
8
+ }
9
+ //# sourceMappingURL=toolbar.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toolbar.module.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/toolbar/toolbar.module.ts"],"names":[],"mappings":";;;AAMA,qBAWa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
@@ -0,0 +1,9 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TooltipComponent implements OnInit {
4
+ constructor();
5
+ ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "in-tooltip", never, {}, {}, never, ["*", "tooltip_content"], false, never>;
8
+ }
9
+ //# sourceMappingURL=tooltip.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/tooltip/tooltip.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAA2B,MAAM,eAAe,CAAC;;AAE3E,qBAOa,gBAAiB,YAAW,MAAM;;IAI7C,QAAQ;yCAJG,gBAAgB;2CAAhB,gBAAgB;CAO5B"}
@@ -0,0 +1,97 @@
1
+ import { AfterContentInit, EventEmitter, QueryList, TemplateRef } from '@angular/core';
2
+ import { InsparkTemplate } from '../inspark.shared';
3
+ import { TableRowData } from '../../utils/hybrid/prime-table/table-row-data.model';
4
+ import { TableColumns } from '../../interface';
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "@angular/common";
7
+ import * as i2 from "primeng/treetable";
8
+ import * as i3 from "../../pipes/pipes.module";
9
+ import * as i4 from "@ngx-translate/core";
10
+ import * as i5 from "@angular/forms";
11
+ import * as i6 from "../table/table.component";
12
+ export declare class TreeTableComponent implements AfterContentInit {
13
+ columns: TableColumns[];
14
+ scrollHeight: string;
15
+ scrollable: boolean;
16
+ selectionMode: 'single' | 'multiple' | null;
17
+ label: string;
18
+ error: string;
19
+ class: string;
20
+ required: boolean;
21
+ style: any;
22
+ toolbar: any;
23
+ checkboxSelection: boolean;
24
+ active: any;
25
+ sortField: any;
26
+ isAscending: any;
27
+ dataKey: any;
28
+ activeChange: EventEmitter<any>;
29
+ templates: QueryList<InsparkTemplate>;
30
+ selectionChange: EventEmitter<any>;
31
+ addAction: EventEmitter<any>;
32
+ csvAction: EventEmitter<any>;
33
+ saveAction: EventEmitter<any>;
34
+ collapseAction: EventEmitter<any>;
35
+ removeAction: EventEmitter<any>;
36
+ unlinkAction: EventEmitter<any>;
37
+ groupEditAction: EventEmitter<any>;
38
+ groupAddAction: EventEmitter<any>;
39
+ headerTemplate: TemplateRef<any>;
40
+ bodyTemplate: TemplateRef<any>;
41
+ loadingBodyTemplate: TemplateRef<any>;
42
+ captionTemplate: TemplateRef<any>;
43
+ frozenRowsTemplate: TemplateRef<any>;
44
+ footerTemplate: TemplateRef<any>;
45
+ summaryTemplate: TemplateRef<any>;
46
+ colGroupTemplate: TemplateRef<any>;
47
+ expandedRowTemplate: TemplateRef<any>;
48
+ frozenHeaderTemplate: TemplateRef<any>;
49
+ frozenBodyTemplate: TemplateRef<any>;
50
+ frozenFooterTemplate: TemplateRef<any>;
51
+ frozenColGroupTemplate: TemplateRef<any>;
52
+ emptyMessageTemplate: TemplateRef<any>;
53
+ paginatorLeftTemplate: TemplateRef<any>;
54
+ paginatorRightTemplate: TemplateRef<any>;
55
+ valueTemplate: TemplateRef<any>;
56
+ searchText: string;
57
+ rowIndex: number;
58
+ isCollapse: boolean;
59
+ _selection: any;
60
+ private _selectionSet;
61
+ /** Map: dataKey → TreeNode (built from values for O(1) lookups) */
62
+ private _nodeMap;
63
+ private _buildNodeMap;
64
+ /** All descendant data-keys of a node */
65
+ private _descendantKeys;
66
+ private _rebuildSelectionSet;
67
+ /** True if some (not all) descendants are selected → show indeterminate (-) */
68
+ _isIndeterminate(rowData: any): boolean;
69
+ _isAllSelected(): boolean;
70
+ _onHeaderCheckboxChange(event: Event): void;
71
+ private _flattenTree;
72
+ private _flattenTreeNodes;
73
+ /** rowData = plain data object from template let-rowData="rowData" */
74
+ _isRowSelected(rowData: any): boolean;
75
+ /** rowNode = PrimeNG TreeNode (for selection state), rowData = plain data (for key lookup) */
76
+ _onCheckboxChange(event: Event, rowNode: any, rowData: any): void;
77
+ set values(val: any[]);
78
+ get values(): any[];
79
+ private _values;
80
+ set selection(val: any);
81
+ get selectionValue(): any;
82
+ set selectionValue(val: any);
83
+ isRowActive(row: TableRowData): boolean;
84
+ visibleColumns(): TableColumns[];
85
+ columnsChange(data: any): void;
86
+ ngAfterContentInit(): void;
87
+ collapse(event: any, dt: any): void;
88
+ toggleCollapse(node: any, isCollapsed: boolean): void;
89
+ static ɵfac: i0.ɵɵFactoryDeclaration<TreeTableComponent, never>;
90
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeTableComponent, "in-tree-table", never, { "columns": { "alias": "columns"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "label": { "alias": "label"; "required": false; }; "error": { "alias": "error"; "required": false; }; "class": { "alias": "class"; "required": false; }; "required": { "alias": "required"; "required": false; }; "style": { "alias": "style"; "required": false; }; "toolbar": { "alias": "toolbar"; "required": false; }; "checkboxSelection": { "alias": "checkboxSelection"; "required": false; }; "active": { "alias": "active"; "required": false; }; "sortField": { "alias": "sortField"; "required": false; }; "isAscending": { "alias": "isAscending"; "required": false; }; "dataKey": { "alias": "dataKey"; "required": false; }; "values": { "alias": "values"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; }, { "activeChange": "activeChange"; "selectionChange": "selectionChange"; "addAction": "addAction"; "csvAction": "csvAction"; "saveAction": "saveAction"; "collapseAction": "collapseAction"; "removeAction": "removeAction"; "unlinkAction": "unlinkAction"; "groupEditAction": "groupEditAction"; "groupAddAction": "groupAddAction"; }, ["templates"], never, false, never>;
91
+ }
92
+ export declare class TreeTableComponentModule {
93
+ static ɵfac: i0.ɵɵFactoryDeclaration<TreeTableComponentModule, never>;
94
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TreeTableComponentModule, [typeof TreeTableComponent], [typeof i1.CommonModule, typeof i2.TreeTableModule, typeof i3.PipesModule, typeof i4.TranslateModule, typeof i5.FormsModule, typeof i6.TableComponentModule], [typeof TreeTableComponent]>;
95
+ static ɵinj: i0.ɵɵInjectorDeclaration<TreeTableComponentModule>;
96
+ }
97
+ //# sourceMappingURL=tree-table.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tree-table.component.d.ts","sourceRoot":"","sources":["../../../../../projects/inspark-components/src/components/tree-table/tree-table.component.ts"],"names":[],"mappings":"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"}