@colijnit/extendedcomponents 12.0.11 → 262.1.0
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/{fesm2015/colijnit-extendedcomponents.js → fesm2022/colijnit-extendedcomponents.mjs} +1100 -1058
- package/fesm2022/colijnit-extendedcomponents.mjs.map +1 -0
- package/{lib/enum/icon.enum.d.ts → index.d.ts} +441 -297
- package/package.json +20 -14
- package/bundles/colijnit-extendedcomponents.umd.js +0 -1503
- package/bundles/colijnit-extendedcomponents.umd.js.map +0 -1
- package/colijnit-extendedcomponents.d.ts +0 -5
- package/esm2015/colijnit-extendedcomponents.js +0 -5
- package/esm2015/lib/components/stacked-line-chart/co-stacked-line-chart.component.js +0 -88
- package/esm2015/lib/components/stacked-line-chart/co-stacked-line-chart.module.js +0 -34
- package/esm2015/lib/components/summary-grid/components/recursive-list/recursive-list.component.js +0 -151
- package/esm2015/lib/components/summary-grid/components/recursive-list/recursive-list.module.js +0 -34
- package/esm2015/lib/components/summary-grid/model/recursive-collection-layer.interface.js +0 -2
- package/esm2015/lib/components/summary-grid/summary-grid.component.js +0 -66
- package/esm2015/lib/components/summary-grid/summary-grid.module.js +0 -30
- package/esm2015/lib/enum/icon.enum.js +0 -299
- package/esm2015/lib/model/icon-svg.js +0 -298
- package/esm2015/lib/service/icon-cache.service.js +0 -49
- package/esm2015/lib/translation/dictionary.service.js +0 -32
- package/esm2015/lib/translation/extended-components-translation.module.js +0 -38
- package/esm2015/lib/translation/extended-components-translation.service.js +0 -17
- package/esm2015/lib/translation/localize.pipe.js +0 -27
- package/esm2015/public-api.js +0 -11
- package/fesm2015/colijnit-extendedcomponents.js.map +0 -1
- package/lib/components/stacked-line-chart/co-stacked-line-chart.component.d.ts +0 -16
- package/lib/components/stacked-line-chart/co-stacked-line-chart.module.d.ts +0 -9
- package/lib/components/summary-grid/components/recursive-list/recursive-list.component.d.ts +0 -27
- package/lib/components/summary-grid/components/recursive-list/recursive-list.module.d.ts +0 -10
- package/lib/components/summary-grid/model/recursive-collection-layer.interface.d.ts +0 -6
- package/lib/components/summary-grid/summary-grid.component.d.ts +0 -16
- package/lib/components/summary-grid/summary-grid.module.d.ts +0 -9
- package/lib/model/icon-svg.d.ts +0 -4
- package/lib/service/icon-cache.service.d.ts +0 -21
- package/lib/translation/dictionary.service.d.ts +0 -15
- package/lib/translation/extended-components-translation.module.d.ts +0 -9
- package/lib/translation/extended-components-translation.service.d.ts +0 -9
- package/lib/translation/localize.pipe.d.ts +0 -10
- package/public-api.d.ts +0 -7
|
@@ -1,297 +1,441 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnInit, PipeTransform, EventEmitter, ModuleWithProviders } from '@angular/core';
|
|
3
|
+
import { EChartsOption } from 'echarts/types/dist/shared';
|
|
4
|
+
import * as i2 from '@angular/common';
|
|
5
|
+
import * as i3 from 'ngx-echarts';
|
|
6
|
+
import { SafeHtml, DomSanitizer } from '@angular/platform-browser';
|
|
7
|
+
import * as i3$1 from '@colijnit/corecomponents_v12';
|
|
8
|
+
|
|
9
|
+
declare class StackedLineChartComponent implements OnInit {
|
|
10
|
+
showClass(): boolean;
|
|
11
|
+
chartName: string;
|
|
12
|
+
chartData: Object[];
|
|
13
|
+
chartLegend: string[];
|
|
14
|
+
chartXAxis: any[];
|
|
15
|
+
chartHeight: number | string;
|
|
16
|
+
chartWidth: number | string;
|
|
17
|
+
chartOptions: EChartsOption;
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StackedLineChartComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StackedLineChartComponent, "co-stacked-line-chart", never, { "chartName": { "alias": "chartName"; "required": false; }; "chartData": { "alias": "chartData"; "required": false; }; "chartLegend": { "alias": "chartLegend"; "required": false; }; "chartXAxis": { "alias": "chartXAxis"; "required": false; }; "chartHeight": { "alias": "chartHeight"; "required": false; }; "chartWidth": { "alias": "chartWidth"; "required": false; }; "chartOptions": { "alias": "chartOptions"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
declare class StackedLineChartModule {
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StackedLineChartModule, never>;
|
|
25
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StackedLineChartModule, [typeof StackedLineChartComponent], [typeof i2.CommonModule, typeof i3.NgxEchartsModule], [typeof StackedLineChartComponent]>;
|
|
26
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<StackedLineChartModule>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
interface RecursiveCollectionLayer {
|
|
30
|
+
name: string;
|
|
31
|
+
expanded: boolean;
|
|
32
|
+
data: (number | string)[];
|
|
33
|
+
children?: RecursiveCollectionLayer[];
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
declare class SummaryGridComponent {
|
|
37
|
+
showClass: boolean;
|
|
38
|
+
hyperLinkDeepestLevel: boolean;
|
|
39
|
+
columns: string[];
|
|
40
|
+
subColumns: string[];
|
|
41
|
+
tableLegend: string;
|
|
42
|
+
dataPipe: PipeTransform | null;
|
|
43
|
+
params: any[];
|
|
44
|
+
collection: RecursiveCollectionLayer[];
|
|
45
|
+
dataPointClickedEvent: EventEmitter<string>;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SummaryGridComponent, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SummaryGridComponent, "co-summary-grid", never, { "hyperLinkDeepestLevel": { "alias": "hyperLinkDeepestLevel"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "subColumns": { "alias": "subColumns"; "required": false; }; "tableLegend": { "alias": "tableLegend"; "required": false; }; "dataPipe": { "alias": "dataPipe"; "required": false; }; "params": { "alias": "params"; "required": false; }; "collection": { "alias": "collection"; "required": false; }; }, { "dataPointClickedEvent": "dataPointClickedEvent"; }, never, never, false, never>;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/** AUTO GENERATED FILE. DO NOT CHANGE.. OR YOU WILL SUFFER THE CONSEQUENCES OF YOUR ACTIONS **/
|
|
51
|
+
declare enum Icon {
|
|
52
|
+
Account = "account",
|
|
53
|
+
AccountRoundOpen = "account_round_open",
|
|
54
|
+
Activities = "activities",
|
|
55
|
+
AddToCartDrop = "add_to_cart_drop",
|
|
56
|
+
ArrowDown = "arrow_down",
|
|
57
|
+
ArrowFatLeft = "arrow_fat_left",
|
|
58
|
+
ArrowFatRight = "arrow_fat_right",
|
|
59
|
+
ArrowLeft = "arrow_left",
|
|
60
|
+
ArrowLeftRoundOpen = "arrow_left_round_open",
|
|
61
|
+
ArrowPointDown = "arrow_point_down",
|
|
62
|
+
ArrowPointLeft = "arrow_point_left",
|
|
63
|
+
ArrowPointRight = "arrow_point_right",
|
|
64
|
+
ArrowPointUp = "arrow_point_up",
|
|
65
|
+
ArrowRightRoundOpen = "arrow_right_round_open",
|
|
66
|
+
ArrowScrollDown = "arrow_scroll_down",
|
|
67
|
+
ArrowScrollLeft = "arrow_scroll_left",
|
|
68
|
+
ArrowScrollRight = "arrow_scroll_right",
|
|
69
|
+
ArrowScrollUp = "arrow_scroll_up",
|
|
70
|
+
ArrowUp = "arrow_up",
|
|
71
|
+
Article = "article",
|
|
72
|
+
ArticleWithFold = "article_with_fold",
|
|
73
|
+
AsteriskSmall = "asterisk_small",
|
|
74
|
+
Attachments = "attachments",
|
|
75
|
+
BackToTop = "back_to_top",
|
|
76
|
+
Barcode = "Barcode",
|
|
77
|
+
BigMac = "big_mac",
|
|
78
|
+
Boxes = "boxes",
|
|
79
|
+
Brush = "brush",
|
|
80
|
+
BrushRoundOpen = "brush_round_open",
|
|
81
|
+
BuildingColumns = "building_columns",
|
|
82
|
+
Businessrules = "businessrules",
|
|
83
|
+
Calendar = "calendar",
|
|
84
|
+
CalendarDay = "calendar_day",
|
|
85
|
+
CalendarDayRegular = "calendar_day_regular",
|
|
86
|
+
CalendarEmpty = "calendar_empty",
|
|
87
|
+
CalendarRange = "calendar_range",
|
|
88
|
+
CalendarRoundOpen = "calendar_round_open",
|
|
89
|
+
Camera = "camera",
|
|
90
|
+
Cancel = "cancel",
|
|
91
|
+
CancelRoundFilled = "cancel_round_filled",
|
|
92
|
+
CancelRoundOpen = "cancel_round_open",
|
|
93
|
+
Cart = "cart",
|
|
94
|
+
CartOpen = "cart_open",
|
|
95
|
+
CaseManager = "case_manager",
|
|
96
|
+
CashRegister = "CashRegister",
|
|
97
|
+
CashRegisterSimple = "cash_register_simple",
|
|
98
|
+
ChangeLocation = "change_location",
|
|
99
|
+
Check = "check",
|
|
100
|
+
CheckRound = "check_round",
|
|
101
|
+
CheckRoundOpen = "check_round_open",
|
|
102
|
+
CheckSimple = "check_simple",
|
|
103
|
+
CheckThin = "check_thin",
|
|
104
|
+
ChevronDownRegular = "chevron_down_regular",
|
|
105
|
+
ChevronUpRegular = "chevron_up_regular",
|
|
106
|
+
CirclePlusSkinny = "CirclePlusSkinny",
|
|
107
|
+
Client = "client",
|
|
108
|
+
Clock = "clock",
|
|
109
|
+
ClockArrow = "clockArrow",
|
|
110
|
+
CogWheelPlus = "cogWheelPlus",
|
|
111
|
+
CogWheels = "cogWheels",
|
|
112
|
+
ColumnOptions = "column_options",
|
|
113
|
+
Company = "company",
|
|
114
|
+
CompanyFlat = "company_flat",
|
|
115
|
+
Configurable = "configurable",
|
|
116
|
+
Consultant = "consultant",
|
|
117
|
+
Copy = "copy",
|
|
118
|
+
Crosshair1 = "crosshair_1",
|
|
119
|
+
CrossSkinny = "CrossSkinny",
|
|
120
|
+
Dashboard = "dashboard",
|
|
121
|
+
DeliveryMethod = "delivery_method",
|
|
122
|
+
DeliveryStatusUncheck = "delivery_status_uncheck",
|
|
123
|
+
DeliveryTruck = "delivery_truck",
|
|
124
|
+
DetailRecord = "detail_record",
|
|
125
|
+
DetailView = "detail_view",
|
|
126
|
+
Dictionary = "dictionary",
|
|
127
|
+
Documents = "documents",
|
|
128
|
+
DocumentWrench = "documentWrench",
|
|
129
|
+
Dollar = "dollar",
|
|
130
|
+
Download = "download",
|
|
131
|
+
Dropdown = "dropdown",
|
|
132
|
+
Dropzone = "dropzone",
|
|
133
|
+
EditPencil = "edit_pencil",
|
|
134
|
+
EditPencilCircle = "edit_pencil_circle",
|
|
135
|
+
EditPencilRound = "edit_pencil_round",
|
|
136
|
+
EditPencilSimple = "edit_pencil_simple",
|
|
137
|
+
Email = "email",
|
|
138
|
+
EmailRoundOpen = "email_round_open",
|
|
139
|
+
Employee = "employee",
|
|
140
|
+
EmployeeTwo = "employee_two",
|
|
141
|
+
Employer = "employer",
|
|
142
|
+
Employment = "employment",
|
|
143
|
+
EmploymentEnd = "employment_end",
|
|
144
|
+
Equal = "equal",
|
|
145
|
+
Euro = "euro",
|
|
146
|
+
Exclamation = "exclamation",
|
|
147
|
+
ExclamationRoundOpen = "exclamation_round_open",
|
|
148
|
+
EyeCircle = "eye_circle",
|
|
149
|
+
EyeCircleLarge = "eye_circle_large",
|
|
150
|
+
EyeRoundFilled = "eye_round_filled",
|
|
151
|
+
Factory = "factory",
|
|
152
|
+
Fasttrack = "fasttrack",
|
|
153
|
+
Filter = "filter",
|
|
154
|
+
Finish = "finish",
|
|
155
|
+
FixedOptionValueTree = "fixed_option_value_tree",
|
|
156
|
+
FixedTreeOptionValue = "fixed_tree_option_value",
|
|
157
|
+
FloppyDiskSolid = "floppy_disk_solid",
|
|
158
|
+
FolderArrow = "FolderArrow",
|
|
159
|
+
FolderArrowIn = "folder_arrow_in",
|
|
160
|
+
Formula = "formula",
|
|
161
|
+
Fullscreen = "fullscreen",
|
|
162
|
+
GearDouble = "gear_double",
|
|
163
|
+
GlobalSearch = "global_search",
|
|
164
|
+
Globe = "globe",
|
|
165
|
+
GreaterThan = "greater_than",
|
|
166
|
+
Groupby = "groupby",
|
|
167
|
+
Hamburger = "hamburger",
|
|
168
|
+
HandPointer = "hand_pointer",
|
|
169
|
+
Hbarchart = "hbarchart",
|
|
170
|
+
Home = "Home",
|
|
171
|
+
HomeCircle = "home_circle",
|
|
172
|
+
HomeOpen = "home_open",
|
|
173
|
+
HomeRoundOpen = "home_round_open",
|
|
174
|
+
Hourglass = "hourglass",
|
|
175
|
+
Icon3d = "icon_3d",
|
|
176
|
+
Id = "id",
|
|
177
|
+
Image = "image",
|
|
178
|
+
IncomingStorage = "incoming_storage",
|
|
179
|
+
Information = "information",
|
|
180
|
+
InformationRoundOpen = "information_round_open",
|
|
181
|
+
InputMultiplechoice = "input_multiplechoice",
|
|
182
|
+
InputText = "input_text",
|
|
183
|
+
InputTextarea = "input_textarea",
|
|
184
|
+
Inventory = "inventory",
|
|
185
|
+
Invoice = "invoice",
|
|
186
|
+
IoneLogo = "ione_logo",
|
|
187
|
+
IoneLogoFat = "ione_logo_fat",
|
|
188
|
+
IoneStatusNext = "ione_status_next",
|
|
189
|
+
IoneWorkflow = "ione_workflow",
|
|
190
|
+
Keyboard = "keyboard",
|
|
191
|
+
Keychain = "keychain",
|
|
192
|
+
Label = "label",
|
|
193
|
+
LabelRoundOpen = "label_round_open",
|
|
194
|
+
LandmarkFlag = "landmark_flag",
|
|
195
|
+
Library = "library",
|
|
196
|
+
Linechart = "linechart",
|
|
197
|
+
LinkedProducts = "linked_products",
|
|
198
|
+
LinkCircle = "link_circle",
|
|
199
|
+
ListView = "list_view",
|
|
200
|
+
Location = "location",
|
|
201
|
+
Lock = "lock",
|
|
202
|
+
LockRoundOpen = "lock_round_open",
|
|
203
|
+
Logo = "logo",
|
|
204
|
+
Logout = "logout",
|
|
205
|
+
MagicWand = "magic_wand",
|
|
206
|
+
Magnifier = "magnifier",
|
|
207
|
+
Manager = "manager",
|
|
208
|
+
Mask = "mask",
|
|
209
|
+
MasterDetail = "master_detail",
|
|
210
|
+
MaterialCircleLarge = "material_circle_large",
|
|
211
|
+
MedalBronze = "medal_bronze",
|
|
212
|
+
MedalGold = "medal_gold",
|
|
213
|
+
MedalSilver = "medal_silver",
|
|
214
|
+
MedicalOfficer = "medical_officer",
|
|
215
|
+
Microphone = "microphone",
|
|
216
|
+
MinusRoundOpen = "minus_round_open",
|
|
217
|
+
MinusSimple = "minus_simple",
|
|
218
|
+
Mobile = "mobile",
|
|
219
|
+
MultiSelectCheck = "multi_select_check",
|
|
220
|
+
NewTask = "new_task",
|
|
221
|
+
Note = "note",
|
|
222
|
+
NoteBordered = "note_bordered",
|
|
223
|
+
Notification = "notification",
|
|
224
|
+
NotEqual = "not_equal",
|
|
225
|
+
Option = "option",
|
|
226
|
+
Optionset = "optionset",
|
|
227
|
+
Order = "order",
|
|
228
|
+
Orderpicking = "orderpicking",
|
|
229
|
+
OutgoingStorage = "outgoing_storage",
|
|
230
|
+
OverBooking = "over_booking",
|
|
231
|
+
PauseCircle = "pause_circle",
|
|
232
|
+
PencilRoundOpen = "pencil_round_open",
|
|
233
|
+
PenToSquareSolid = "pen_to_square_solid",
|
|
234
|
+
Phone = "phone",
|
|
235
|
+
PhoneRoundOpen = "phone_round_open",
|
|
236
|
+
Piechart = "piechart",
|
|
237
|
+
Pin = "pin",
|
|
238
|
+
PinRoundOpen = "pin_round_open",
|
|
239
|
+
PlayCircle = "play_circle",
|
|
240
|
+
PlusRound = "plus_round",
|
|
241
|
+
PlusRoundOpen = "plus_round_open",
|
|
242
|
+
PlusSimple = "plus_simple",
|
|
243
|
+
PlusSkinny = "plus_skinny",
|
|
244
|
+
PlusSolid = "plus_solid",
|
|
245
|
+
PlusStars = "plus_stars",
|
|
246
|
+
Pointer = "pointer",
|
|
247
|
+
Pointer3d = "pointer_3d",
|
|
248
|
+
PointerFilled = "pointer_filled",
|
|
249
|
+
POS = "POS",
|
|
250
|
+
Positioning = "positioning",
|
|
251
|
+
Pregnancy = "pregnancy",
|
|
252
|
+
Preset = "preset",
|
|
253
|
+
Print = "print",
|
|
254
|
+
ProductProperties = "product_properties",
|
|
255
|
+
Purchase = "purchase",
|
|
256
|
+
Qrcode = "qrcode",
|
|
257
|
+
Question = "question",
|
|
258
|
+
RadioUncheck = "radio_uncheck",
|
|
259
|
+
Range = "range",
|
|
260
|
+
RangeSelect = "range_select",
|
|
261
|
+
Rectangles = "rectangles",
|
|
262
|
+
Refresh = "refresh",
|
|
263
|
+
Relations = "relations",
|
|
264
|
+
Remark = "remark",
|
|
265
|
+
RemarkRoundOpen = "remark_round_open",
|
|
266
|
+
ReportInType = "report_in_type",
|
|
267
|
+
Resize = "resize",
|
|
268
|
+
ResizeDown = "resize_down",
|
|
269
|
+
ResizeUp = "resize_up",
|
|
270
|
+
Returns = "returns",
|
|
271
|
+
ReturnGoods = "return_goods",
|
|
272
|
+
RotateLeftSolid = "rotate_left_solid",
|
|
273
|
+
SaveDisk = "save_disk",
|
|
274
|
+
SaveSkinny = "save_skinny",
|
|
275
|
+
ScaleBalanced = "scale_balanced",
|
|
276
|
+
Scanner = "scanner",
|
|
277
|
+
SearchRoundOpen = "search_round_open",
|
|
278
|
+
Sections = "sections",
|
|
279
|
+
SelectAllRound = "select_all_round",
|
|
280
|
+
Services = "services",
|
|
281
|
+
Settings = "settings",
|
|
282
|
+
Shop = "Shop",
|
|
283
|
+
ShoppingCart = "shopping_cart",
|
|
284
|
+
ShoppingCartNr = "shopping_cart_nr",
|
|
285
|
+
Shortcut = "shortcut",
|
|
286
|
+
SinglePerson = "SinglePerson",
|
|
287
|
+
Skills = "skills",
|
|
288
|
+
SliderPanel = "slider_panel",
|
|
289
|
+
SlideIn = "slide_in",
|
|
290
|
+
SmallerThan = "smaller_than",
|
|
291
|
+
SmallTiles = "small_tiles",
|
|
292
|
+
SortAsc = "sort_asc",
|
|
293
|
+
SortDesc = "sort_desc",
|
|
294
|
+
Star = "Star",
|
|
295
|
+
StarRoundOpen = "star_round_open",
|
|
296
|
+
StatusActive = "status_active",
|
|
297
|
+
StatusAdoption = "status_adoption",
|
|
298
|
+
StatusFostercare = "status_fostercare",
|
|
299
|
+
StatusIll = "status_ill",
|
|
300
|
+
StatusLeave = "status_leave",
|
|
301
|
+
StatusPregnancy = "status_pregnancy",
|
|
302
|
+
Stock = "stock",
|
|
303
|
+
StockManagement = "stock_management",
|
|
304
|
+
Storage = "storage",
|
|
305
|
+
Supervisor = "supervisor",
|
|
306
|
+
Supplier = "supplier",
|
|
307
|
+
Surgery = "surgery",
|
|
308
|
+
Tablechart = "tablechart",
|
|
309
|
+
Tag = "tag",
|
|
310
|
+
TalkTooMuch = "talk_too_much",
|
|
311
|
+
Target = "target",
|
|
312
|
+
Task = "task",
|
|
313
|
+
ThickLines = "thick_lines",
|
|
314
|
+
ThinLines = "thin_lines",
|
|
315
|
+
ThreeSixtyView = "three_sixty_view",
|
|
316
|
+
ThumbBronze = "thumb_bronze",
|
|
317
|
+
ThumbGold = "thumb_gold",
|
|
318
|
+
ThumbSilver = "thumb_silver",
|
|
319
|
+
Timeline = "timeline",
|
|
320
|
+
Transactions = "transactions",
|
|
321
|
+
TransactionDetail = "transaction_detail",
|
|
322
|
+
TrashBin = "TrashBin",
|
|
323
|
+
TrashCanSolid = "trash_can_solid",
|
|
324
|
+
TriangleDown = "triangle_down",
|
|
325
|
+
TriangleLarge = "triangle_large",
|
|
326
|
+
TriangleLeft = "triangle_left",
|
|
327
|
+
TriangleRight = "triangle_right",
|
|
328
|
+
TriangleUp = "triangle_up",
|
|
329
|
+
Truck = "truck",
|
|
330
|
+
TruckCalendar = "truck_calendar",
|
|
331
|
+
UndoRoundOpen = "undo_round_open",
|
|
332
|
+
User = "user",
|
|
333
|
+
Variants = "variants",
|
|
334
|
+
Vbarchart = "vbarchart",
|
|
335
|
+
View = "view",
|
|
336
|
+
Warehouse = "warehouse",
|
|
337
|
+
Watermark = "watermark",
|
|
338
|
+
Website = "website",
|
|
339
|
+
Wizard = "wizard",
|
|
340
|
+
Wms = "wms",
|
|
341
|
+
WorkInProgress = "work_in_progress",
|
|
342
|
+
WorkInProgressRoundOpen = "work_in_progress_round_open",
|
|
343
|
+
Wrench = "wrench",
|
|
344
|
+
XAxis = "x_axis",
|
|
345
|
+
YAxis = "y_axis"
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
declare class IconCacheService {
|
|
349
|
+
private _sanitizer;
|
|
350
|
+
/**
|
|
351
|
+
* All the icons as a large JSON object, from the all-icons.json file.
|
|
352
|
+
* The object has property keys that are the icon names, and property values with the data string of the actual svg icon.
|
|
353
|
+
*/
|
|
354
|
+
get iconCache(): {
|
|
355
|
+
[iconName: string]: SafeHtml;
|
|
356
|
+
};
|
|
357
|
+
private _iconCache;
|
|
358
|
+
constructor(_sanitizer: DomSanitizer);
|
|
359
|
+
getIcon(iconName: Icon | string): SafeHtml;
|
|
360
|
+
getIconAsBase64(iconName: Icon): SafeHtml;
|
|
361
|
+
getRawIcon(iconName: Icon): string;
|
|
362
|
+
setIconCache(): void;
|
|
363
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconCacheService, never>;
|
|
364
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<IconCacheService>;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
declare class RecursiveListComponent {
|
|
368
|
+
iconCacheService: IconCacheService;
|
|
369
|
+
readonly icons: typeof Icon;
|
|
370
|
+
hyperLinkDeepestLevel: boolean;
|
|
371
|
+
collection: RecursiveCollectionLayer[];
|
|
372
|
+
columns: string[];
|
|
373
|
+
subColumns: string[];
|
|
374
|
+
tableLegend: string;
|
|
375
|
+
depth: number;
|
|
376
|
+
indentation: number;
|
|
377
|
+
dataPipe: PipeTransform | null;
|
|
378
|
+
params: any[];
|
|
379
|
+
dataPointClicked: EventEmitter<string>;
|
|
380
|
+
constructor(iconCacheService: IconCacheService);
|
|
381
|
+
toggleCollapse(event: Event, item: RecursiveCollectionLayer): void;
|
|
382
|
+
getCurrentIcon(item: RecursiveCollectionLayer): Icon;
|
|
383
|
+
formatDataValue(dataValue: number | string, params?: any[]): string;
|
|
384
|
+
handleDataPointClicked(event: string): void;
|
|
385
|
+
parseableToInt(prop: string): boolean;
|
|
386
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RecursiveListComponent, never>;
|
|
387
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RecursiveListComponent, "co-recursive-list", never, { "hyperLinkDeepestLevel": { "alias": "hyperLinkDeepestLevel"; "required": false; }; "collection": { "alias": "collection"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "subColumns": { "alias": "subColumns"; "required": false; }; "tableLegend": { "alias": "tableLegend"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "indentation": { "alias": "indentation"; "required": false; }; "dataPipe": { "alias": "dataPipe"; "required": false; }; "params": { "alias": "params"; "required": false; }; }, { "dataPointClicked": "dataPointClicked"; }, never, never, false, never>;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
declare class DictionaryService {
|
|
391
|
+
private readonly _placeholder;
|
|
392
|
+
translation: {};
|
|
393
|
+
/**
|
|
394
|
+
* Returns the localized text for the given dictionary key.
|
|
395
|
+
* @param {string} key
|
|
396
|
+
* @param {boolean} [upperCaseFirst = true] False for first letter lowercase, true for first letter uppercase for returned dict val
|
|
397
|
+
* @param {string[]} replacementTexts Rest params for replacement of '|~' in returned dict value
|
|
398
|
+
* @returns {string} The translated text for given dictionary key
|
|
399
|
+
*/
|
|
400
|
+
get(key: string, upperCaseFirst?: boolean, ...replacementTexts: string[]): string;
|
|
401
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DictionaryService, never>;
|
|
402
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DictionaryService>;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
declare class LocalizePipe implements PipeTransform {
|
|
406
|
+
private _dictionaryService;
|
|
407
|
+
constructor(_dictionaryService: DictionaryService);
|
|
408
|
+
transform(value: string, upperCaseFirst?: boolean, replace?: string | string[]): string;
|
|
409
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizePipe, never>;
|
|
410
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<LocalizePipe, "localize", false>;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
declare class ExtendedComponentsTranslationModule {
|
|
414
|
+
static forRoot(): ModuleWithProviders<ExtendedComponentsTranslationModule>;
|
|
415
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtendedComponentsTranslationModule, never>;
|
|
416
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ExtendedComponentsTranslationModule, [typeof LocalizePipe], never, [typeof LocalizePipe]>;
|
|
417
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ExtendedComponentsTranslationModule>;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
declare class RecursiveListModule {
|
|
421
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RecursiveListModule, never>;
|
|
422
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RecursiveListModule, [typeof RecursiveListComponent], [typeof i2.CommonModule, typeof i3$1.IconModule, typeof ExtendedComponentsTranslationModule], [typeof RecursiveListComponent]>;
|
|
423
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<RecursiveListModule>;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
declare class SummaryGridModule {
|
|
427
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SummaryGridModule, never>;
|
|
428
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SummaryGridModule, [typeof SummaryGridComponent], [typeof i2.CommonModule, typeof RecursiveListModule], [typeof SummaryGridComponent]>;
|
|
429
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SummaryGridModule>;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
declare class ExtendedComponentsTranslationService {
|
|
433
|
+
private _dictionaryService;
|
|
434
|
+
constructor(_dictionaryService: DictionaryService);
|
|
435
|
+
setTranslation(translation: {}): void;
|
|
436
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtendedComponentsTranslationService, never>;
|
|
437
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ExtendedComponentsTranslationService>;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
export { ExtendedComponentsTranslationModule, ExtendedComponentsTranslationService, LocalizePipe, StackedLineChartComponent, StackedLineChartModule, SummaryGridComponent, SummaryGridModule };
|
|
441
|
+
export type { RecursiveCollectionLayer };
|