@saipos/angular-shared 1.30.0 → 1.31.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/components/icons/helper/icons-helper.d.ts +5 -0
- package/components/icons/helper/icons.d.ts +612 -0
- package/components/icons/icon.directive.d.ts +19 -0
- package/components/icons/icons.module.d.ts +8 -0
- package/components/index.d.ts +6 -2
- package/components/stepper/stepper.component.d.ts +37 -0
- package/components/stepper/stepper.module.d.ts +8 -0
- package/components/table/models/column-config.model.d.ts +5 -3
- package/components/table/table.component.d.ts +10 -2
- package/esm2020/components/icons/helper/icons-helper.mjs +11 -0
- package/esm2020/components/icons/helper/icons.mjs +614 -0
- package/esm2020/components/icons/icon.directive.mjs +91 -0
- package/esm2020/components/icons/icons.module.mjs +18 -0
- package/esm2020/components/index.mjs +9 -3
- package/esm2020/components/stepper/stepper.component.mjs +129 -0
- package/esm2020/components/stepper/stepper.module.mjs +18 -0
- package/esm2020/components/table/models/column-config.model.mjs +1 -1
- package/esm2020/components/table/table.component.mjs +60 -32
- package/fesm2015/saipos-angular-shared.mjs +928 -32
- package/fesm2015/saipos-angular-shared.mjs.map +1 -1
- package/fesm2020/saipos-angular-shared.mjs +926 -32
- package/fesm2020/saipos-angular-shared.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,612 @@
|
|
|
1
|
+
export declare const ICONS: {
|
|
2
|
+
Arrow1: string;
|
|
3
|
+
Arrow2: string;
|
|
4
|
+
Arrow3: string;
|
|
5
|
+
Arrow: string;
|
|
6
|
+
Arrows1: string;
|
|
7
|
+
Arrows2: string;
|
|
8
|
+
Arrows: string;
|
|
9
|
+
BottomAlignment1: string;
|
|
10
|
+
BottomAlignment: string;
|
|
11
|
+
Caret: string;
|
|
12
|
+
Compress: string;
|
|
13
|
+
Connection1: string;
|
|
14
|
+
Connection: string;
|
|
15
|
+
DiagonalResize1: string;
|
|
16
|
+
DiagonalResize: string;
|
|
17
|
+
DoubleChevron1: string;
|
|
18
|
+
DoubleChevron: string;
|
|
19
|
+
DownArrow1: string;
|
|
20
|
+
DownArrow2: string;
|
|
21
|
+
DownArrow: string;
|
|
22
|
+
DownChevron: string;
|
|
23
|
+
DownGrowth: string;
|
|
24
|
+
Download1: string;
|
|
25
|
+
Download: string;
|
|
26
|
+
Enter: string;
|
|
27
|
+
ExpandRight: string;
|
|
28
|
+
Expand1: string;
|
|
29
|
+
Expand2: string;
|
|
30
|
+
Expand3: string;
|
|
31
|
+
Expand4: string;
|
|
32
|
+
Expand5: string;
|
|
33
|
+
Expand: string;
|
|
34
|
+
Forward: string;
|
|
35
|
+
Growth: string;
|
|
36
|
+
HorizontalAlignCenter1: string;
|
|
37
|
+
HorizontalAlignCenter2: string;
|
|
38
|
+
HorizontalAlignCenter: string;
|
|
39
|
+
HorizontalAlignment: string;
|
|
40
|
+
HorizontalMaximize1: string;
|
|
41
|
+
HorizontalMaximize2: string;
|
|
42
|
+
HorizontalMaximize: string;
|
|
43
|
+
LeftAlignment1: string;
|
|
44
|
+
LeftArrow1: string;
|
|
45
|
+
LeftArrow2: string;
|
|
46
|
+
LeftArrow: string;
|
|
47
|
+
LowerLeft: string;
|
|
48
|
+
LowerRightArrow: string;
|
|
49
|
+
Reply: string;
|
|
50
|
+
Resize1: string;
|
|
51
|
+
Resize2: string;
|
|
52
|
+
Resize3: string;
|
|
53
|
+
Resize4: string;
|
|
54
|
+
Resize5: string;
|
|
55
|
+
Resize: string;
|
|
56
|
+
RightAlignment1: string;
|
|
57
|
+
RightAlignment: string;
|
|
58
|
+
RightArrow1: string;
|
|
59
|
+
RightArrow2: string;
|
|
60
|
+
RightArrow3: string;
|
|
61
|
+
RightArrow: string;
|
|
62
|
+
ScrollUp: string;
|
|
63
|
+
Shuffle1: string;
|
|
64
|
+
Shuffle: string;
|
|
65
|
+
SubdirectoryArrow: string;
|
|
66
|
+
TopAlignment1: string;
|
|
67
|
+
TopAlignment: string;
|
|
68
|
+
TurnDownLeft: string;
|
|
69
|
+
TurnDownRight: string;
|
|
70
|
+
TurnLeftDown: string;
|
|
71
|
+
TurnRightDown: string;
|
|
72
|
+
TurnUpLeft: string;
|
|
73
|
+
TurnUpRight: string;
|
|
74
|
+
UpArrow1: string;
|
|
75
|
+
UpArrow: string;
|
|
76
|
+
UpChevron: string;
|
|
77
|
+
Upload1: string;
|
|
78
|
+
Upload: string;
|
|
79
|
+
UpperArrow1: string;
|
|
80
|
+
UpperArrow: string;
|
|
81
|
+
UpperLeftArrow: string;
|
|
82
|
+
UpperRightArrow: string;
|
|
83
|
+
VerticalAlignCenter1: string;
|
|
84
|
+
VerticalAlignCenter2: string;
|
|
85
|
+
VerticalAlignCenter: string;
|
|
86
|
+
VerticalResize1: string;
|
|
87
|
+
VerticalResize: string;
|
|
88
|
+
Aim: string;
|
|
89
|
+
Bank: string;
|
|
90
|
+
BarGraph1: string;
|
|
91
|
+
BarGraph2: string;
|
|
92
|
+
BarGraph3: string;
|
|
93
|
+
BarGraph4: string;
|
|
94
|
+
BarGraph5: string;
|
|
95
|
+
BarGraph6: string;
|
|
96
|
+
BarGraph7: string;
|
|
97
|
+
BarGraph: string;
|
|
98
|
+
Bill1: string;
|
|
99
|
+
Bill: string;
|
|
100
|
+
Bitcoin1: string;
|
|
101
|
+
Bitcoin: string;
|
|
102
|
+
Calculation: string;
|
|
103
|
+
Calendar: string;
|
|
104
|
+
Calender: string;
|
|
105
|
+
CashBundle: string;
|
|
106
|
+
Cash: string;
|
|
107
|
+
CreditCard: string;
|
|
108
|
+
DollarCoin: string;
|
|
109
|
+
Dollar1: string;
|
|
110
|
+
Dollar2: string;
|
|
111
|
+
Dollar3: string;
|
|
112
|
+
Dollar: string;
|
|
113
|
+
EuroCoin: string;
|
|
114
|
+
Euro: string;
|
|
115
|
+
Focus: string;
|
|
116
|
+
Goal: string;
|
|
117
|
+
GrowthGraph: string;
|
|
118
|
+
IncreaseMoney: string;
|
|
119
|
+
Invoice1: string;
|
|
120
|
+
Invoice: string;
|
|
121
|
+
LightBulb1: string;
|
|
122
|
+
LightBulb: string;
|
|
123
|
+
ListFormat: string;
|
|
124
|
+
MoneyWithdrawal: string;
|
|
125
|
+
Money1: string;
|
|
126
|
+
Money2: string;
|
|
127
|
+
Money: string;
|
|
128
|
+
OfficeBag1: string;
|
|
129
|
+
OfficeBag2: string;
|
|
130
|
+
OfficeBag3: string;
|
|
131
|
+
OfficeBag4: string;
|
|
132
|
+
OfficeBag5: string;
|
|
133
|
+
OfficeBag6: string;
|
|
134
|
+
OfficeBag7: string;
|
|
135
|
+
OfficeBag: string;
|
|
136
|
+
Percentage: string;
|
|
137
|
+
PieChart: string;
|
|
138
|
+
PoundCoin: string;
|
|
139
|
+
Pound: string;
|
|
140
|
+
PresentationBoard: string;
|
|
141
|
+
Puzzle: string;
|
|
142
|
+
ShowChart: string;
|
|
143
|
+
Sitemap: string;
|
|
144
|
+
Target: string;
|
|
145
|
+
Withdrawal: string;
|
|
146
|
+
YenCoin: string;
|
|
147
|
+
Yen: string;
|
|
148
|
+
AddChat1: string;
|
|
149
|
+
AddChat: string;
|
|
150
|
+
ApproveChat1: string;
|
|
151
|
+
ApproveChat2: string;
|
|
152
|
+
ApproveChat3: string;
|
|
153
|
+
ApproveChat: string;
|
|
154
|
+
BlockChat1: string;
|
|
155
|
+
BlockChat: string;
|
|
156
|
+
BusinessChat: string;
|
|
157
|
+
ChatBubble1: string;
|
|
158
|
+
ChatBubble2: string;
|
|
159
|
+
ChatBubble: string;
|
|
160
|
+
ChatInfo1: string;
|
|
161
|
+
ChatInfo2: string;
|
|
162
|
+
ChatInfo3: string;
|
|
163
|
+
ChatInfo4: string;
|
|
164
|
+
ChatInfo5: string;
|
|
165
|
+
ChatInfo: string;
|
|
166
|
+
ChatSignal: string;
|
|
167
|
+
ChatSupport: string;
|
|
168
|
+
Chat1: string;
|
|
169
|
+
Chat2: string;
|
|
170
|
+
Chat3: string;
|
|
171
|
+
Chat4: string;
|
|
172
|
+
Chat5: string;
|
|
173
|
+
Chat6: string;
|
|
174
|
+
Chat7: string;
|
|
175
|
+
Chat: string;
|
|
176
|
+
Comment1: string;
|
|
177
|
+
Comment: string;
|
|
178
|
+
DownloadChat1: string;
|
|
179
|
+
DownloadChat: string;
|
|
180
|
+
EditChat1: string;
|
|
181
|
+
EditChat: string;
|
|
182
|
+
FavoriteChat: string;
|
|
183
|
+
ImageSendingViaChat1: string;
|
|
184
|
+
ImageSendingViaChat: string;
|
|
185
|
+
LockChat: string;
|
|
186
|
+
LoveChat: string;
|
|
187
|
+
MedicalChat1: string;
|
|
188
|
+
MedicalChat: string;
|
|
189
|
+
PrivateChat: string;
|
|
190
|
+
ReloadChat1: string;
|
|
191
|
+
ReloadChat: string;
|
|
192
|
+
SearchChat: string;
|
|
193
|
+
SearchMessage: string;
|
|
194
|
+
SecureChat1: string;
|
|
195
|
+
SecureChat: string;
|
|
196
|
+
ShareChat1: string;
|
|
197
|
+
ShareChat: string;
|
|
198
|
+
Support: string;
|
|
199
|
+
Typing1: string;
|
|
200
|
+
Typing: string;
|
|
201
|
+
UploadChatBubble: string;
|
|
202
|
+
UploadChat: string;
|
|
203
|
+
BlockCloud: string;
|
|
204
|
+
BookmarkCloud: string;
|
|
205
|
+
Bug: string;
|
|
206
|
+
CancelCloud: string;
|
|
207
|
+
CloudConnection1: string;
|
|
208
|
+
CloudConnection2: string;
|
|
209
|
+
CloudConnection3: string;
|
|
210
|
+
CloudConnection: string;
|
|
211
|
+
CloudInfo: string;
|
|
212
|
+
CloudSignal: string;
|
|
213
|
+
DataStorage: string;
|
|
214
|
+
Database: string;
|
|
215
|
+
Help: string;
|
|
216
|
+
InfoCloud: string;
|
|
217
|
+
LikeCloud: string;
|
|
218
|
+
LockCloud: string;
|
|
219
|
+
NoConnection: string;
|
|
220
|
+
RefreshCloud: string;
|
|
221
|
+
ServerConnection1: string;
|
|
222
|
+
ServerConnection2: string;
|
|
223
|
+
ServerConnection: string;
|
|
224
|
+
Server1: string;
|
|
225
|
+
Server2: string;
|
|
226
|
+
Server: string;
|
|
227
|
+
ShareCloud: string;
|
|
228
|
+
Shield: string;
|
|
229
|
+
UnlockCloud: string;
|
|
230
|
+
WebLayout1: string;
|
|
231
|
+
WebLayout2: string;
|
|
232
|
+
WebLayout3: string;
|
|
233
|
+
WebLayout4: string;
|
|
234
|
+
WebLayout5: string;
|
|
235
|
+
WebLayout6: string;
|
|
236
|
+
WebLayout7: string;
|
|
237
|
+
WebLayout8: string;
|
|
238
|
+
WebLayout: string;
|
|
239
|
+
Web: string;
|
|
240
|
+
WindowRestore: string;
|
|
241
|
+
Vector: string;
|
|
242
|
+
AddMail: string;
|
|
243
|
+
AlertMail: string;
|
|
244
|
+
ApprovedMail: string;
|
|
245
|
+
BlockMail: string;
|
|
246
|
+
BookmarkMail: string;
|
|
247
|
+
BookmarkMessage: string;
|
|
248
|
+
CallCancel: string;
|
|
249
|
+
Call1: string;
|
|
250
|
+
Call2: string;
|
|
251
|
+
Call3: string;
|
|
252
|
+
Call4: string;
|
|
253
|
+
Call5: string;
|
|
254
|
+
Call6: string;
|
|
255
|
+
Call: string;
|
|
256
|
+
CancelMail: string;
|
|
257
|
+
Computer: string;
|
|
258
|
+
EditMail: string;
|
|
259
|
+
Envelope: string;
|
|
260
|
+
FastMessage1: string;
|
|
261
|
+
FastMessage: string;
|
|
262
|
+
ForwardMail: string;
|
|
263
|
+
HelpMail: string;
|
|
264
|
+
IncomingCall: string;
|
|
265
|
+
InfoMail: string;
|
|
266
|
+
LaptopConnection: string;
|
|
267
|
+
Laptop: string;
|
|
268
|
+
LetterBox: string;
|
|
269
|
+
LikeMail: string;
|
|
270
|
+
LockMail: string;
|
|
271
|
+
Message1: string;
|
|
272
|
+
Message: string;
|
|
273
|
+
Messages: string;
|
|
274
|
+
NoCall: string;
|
|
275
|
+
OpenMail: string;
|
|
276
|
+
Postbox: string;
|
|
277
|
+
ProtectedMail: string;
|
|
278
|
+
ReceiveMail1: string;
|
|
279
|
+
ReceiveMail: string;
|
|
280
|
+
RefreshMail: string;
|
|
281
|
+
RemoveMail: string;
|
|
282
|
+
ReplyMail: string;
|
|
283
|
+
Rss: string;
|
|
284
|
+
SearchMail: string;
|
|
285
|
+
SendMail1: string;
|
|
286
|
+
SendMail: string;
|
|
287
|
+
ShareMail: string;
|
|
288
|
+
Stamp: string;
|
|
289
|
+
Vector1: string;
|
|
290
|
+
AlignCenter: string;
|
|
291
|
+
Align: string;
|
|
292
|
+
Alignment: string;
|
|
293
|
+
Bars: string;
|
|
294
|
+
Bold: string;
|
|
295
|
+
BorderStyle: string;
|
|
296
|
+
BottomBorder: string;
|
|
297
|
+
CenterAlignment1: string;
|
|
298
|
+
CenterAlignment: string;
|
|
299
|
+
Dialpad1: string;
|
|
300
|
+
Dialpad: string;
|
|
301
|
+
DocumentLayout1: string;
|
|
302
|
+
DocumentLayout2: string;
|
|
303
|
+
DocumentLayout: string;
|
|
304
|
+
DragHandle: string;
|
|
305
|
+
FormatTextDirectionLeftToRight: string;
|
|
306
|
+
FormatTextDirectionRightToLeft: string;
|
|
307
|
+
Functions: string;
|
|
308
|
+
HorizontalBorder: string;
|
|
309
|
+
InsideBorder: string;
|
|
310
|
+
Italic: string;
|
|
311
|
+
JustifyAlignment: string;
|
|
312
|
+
LeftAlignment: string;
|
|
313
|
+
LeftBorder: string;
|
|
314
|
+
LeftIndent1: string;
|
|
315
|
+
LeftIndent: string;
|
|
316
|
+
List: string;
|
|
317
|
+
RightBorder: string;
|
|
318
|
+
RightIndent1: string;
|
|
319
|
+
RightIndent: string;
|
|
320
|
+
ShortText: string;
|
|
321
|
+
Subject: string;
|
|
322
|
+
TextFields: string;
|
|
323
|
+
TextSize: string;
|
|
324
|
+
TextStrikeThrough: string;
|
|
325
|
+
Text: string;
|
|
326
|
+
Th: string;
|
|
327
|
+
TopBorder: string;
|
|
328
|
+
Underline: string;
|
|
329
|
+
VerticalBorder: string;
|
|
330
|
+
WrapText: string;
|
|
331
|
+
Border: string;
|
|
332
|
+
BringObjectToBottom: string;
|
|
333
|
+
BringObjectToFront: string;
|
|
334
|
+
Brush: string;
|
|
335
|
+
CircleLayer: string;
|
|
336
|
+
ColorPalette: string;
|
|
337
|
+
Crop1: string;
|
|
338
|
+
Crop2: string;
|
|
339
|
+
Crop: string;
|
|
340
|
+
Exclude: string;
|
|
341
|
+
Eye: string;
|
|
342
|
+
GridLayout: string;
|
|
343
|
+
GridOff: string;
|
|
344
|
+
Grid1: string;
|
|
345
|
+
Grid2: string;
|
|
346
|
+
Grid: string;
|
|
347
|
+
HorizontalAlignRight: string;
|
|
348
|
+
HorizontalDistributeCenter: string;
|
|
349
|
+
HorizontalDistributeLeft: string;
|
|
350
|
+
HorizontalDistributeRight: string;
|
|
351
|
+
HorizontalFlip1: string;
|
|
352
|
+
HorizontalFlip: string;
|
|
353
|
+
ImageResize1: string;
|
|
354
|
+
ImageResize: string;
|
|
355
|
+
Intersect: string;
|
|
356
|
+
Layers: string;
|
|
357
|
+
LineSpacing: string;
|
|
358
|
+
Line: string;
|
|
359
|
+
MinusPath: string;
|
|
360
|
+
ObjectGroup: string;
|
|
361
|
+
ObjectUngroup: string;
|
|
362
|
+
OutBorder: string;
|
|
363
|
+
Panorama1: string;
|
|
364
|
+
Panorama: string;
|
|
365
|
+
Repeat: string;
|
|
366
|
+
Ruler1: string;
|
|
367
|
+
Ruler: string;
|
|
368
|
+
ShrinkLines: string;
|
|
369
|
+
Shrink1: string;
|
|
370
|
+
Shrink: string;
|
|
371
|
+
Spin: string;
|
|
372
|
+
TransformTool1: string;
|
|
373
|
+
TransformTool: string;
|
|
374
|
+
Uncheck: string;
|
|
375
|
+
Unite: string;
|
|
376
|
+
VerticalAlignBottom: string;
|
|
377
|
+
VerticalAlignTop: string;
|
|
378
|
+
VerticalDistributeBottom: string;
|
|
379
|
+
VerticalDistributeCenter: string;
|
|
380
|
+
VerticalDistributeTop: string;
|
|
381
|
+
VerticalFlip1: string;
|
|
382
|
+
VerticalFlip: string;
|
|
383
|
+
VerticalPanorama: string;
|
|
384
|
+
Vector2: string;
|
|
385
|
+
Vector3: string;
|
|
386
|
+
Vector4: string;
|
|
387
|
+
Vector5: string;
|
|
388
|
+
Chip: string;
|
|
389
|
+
Mobile1: string;
|
|
390
|
+
Mobile: string;
|
|
391
|
+
Modem1: string;
|
|
392
|
+
Modem: string;
|
|
393
|
+
Monitor1: string;
|
|
394
|
+
Monitor: string;
|
|
395
|
+
Mouse: string;
|
|
396
|
+
Printer: string;
|
|
397
|
+
Tab: string;
|
|
398
|
+
Webcam: string;
|
|
399
|
+
WeightScale: string;
|
|
400
|
+
Vector10: string;
|
|
401
|
+
Vector11: string;
|
|
402
|
+
Vector12: string;
|
|
403
|
+
Vector6: string;
|
|
404
|
+
Vector7: string;
|
|
405
|
+
Vector8: string;
|
|
406
|
+
Vector9: string;
|
|
407
|
+
AtomicMolecules: string;
|
|
408
|
+
Award: string;
|
|
409
|
+
Badge: string;
|
|
410
|
+
Bell: string;
|
|
411
|
+
Book1: string;
|
|
412
|
+
Book2: string;
|
|
413
|
+
Book: string;
|
|
414
|
+
BookmarkInBook: string;
|
|
415
|
+
Brain: string;
|
|
416
|
+
Cells: string;
|
|
417
|
+
Dna: string;
|
|
418
|
+
Hierarchy: string;
|
|
419
|
+
Library: string;
|
|
420
|
+
MathemeticsCalculation: string;
|
|
421
|
+
Medal: string;
|
|
422
|
+
Mortarboard: string;
|
|
423
|
+
OpenBook: string;
|
|
424
|
+
PlayPresentation: string;
|
|
425
|
+
Podium: string;
|
|
426
|
+
Presentation: string;
|
|
427
|
+
AddDocument: string;
|
|
428
|
+
AddFolder: string;
|
|
429
|
+
AddNewFile: string;
|
|
430
|
+
ApproveFile1: string;
|
|
431
|
+
ApproveFile: string;
|
|
432
|
+
ApproveFolder: string;
|
|
433
|
+
BlockFile: string;
|
|
434
|
+
BookmarkDocument: string;
|
|
435
|
+
Books: string;
|
|
436
|
+
Clipboard1: string;
|
|
437
|
+
Clipboard2: string;
|
|
438
|
+
Clipboard3: string;
|
|
439
|
+
Clipboard: string;
|
|
440
|
+
DeleteFile1: string;
|
|
441
|
+
DeleteFile: string;
|
|
442
|
+
DeleteFolder: string;
|
|
443
|
+
DocumentInfo1: string;
|
|
444
|
+
DocumentInfo: string;
|
|
445
|
+
Document1: string;
|
|
446
|
+
Document2: string;
|
|
447
|
+
Document3: string;
|
|
448
|
+
Document4: string;
|
|
449
|
+
Document5: string;
|
|
450
|
+
Document: string;
|
|
451
|
+
Documents1: string;
|
|
452
|
+
Documents: string;
|
|
453
|
+
DownloadFile1: string;
|
|
454
|
+
DownloadFile: string;
|
|
455
|
+
DownloadFolder: string;
|
|
456
|
+
EditFile: string;
|
|
457
|
+
FavoriteFile: string;
|
|
458
|
+
FavoriteFolder: string;
|
|
459
|
+
FolderInfo1: string;
|
|
460
|
+
FolderInfo: string;
|
|
461
|
+
Folder1: string;
|
|
462
|
+
Folder: string;
|
|
463
|
+
HelpFile1: string;
|
|
464
|
+
HelpFile: string;
|
|
465
|
+
HelpFolder: string;
|
|
466
|
+
LandscapeDocument1: string;
|
|
467
|
+
LandscapeDocument: string;
|
|
468
|
+
LandscapeTextFile: string;
|
|
469
|
+
LandscapeTextFiles: string;
|
|
470
|
+
LockFile: string;
|
|
471
|
+
LockFolder: string;
|
|
472
|
+
MedicalFile: string;
|
|
473
|
+
MedicalFolder: string;
|
|
474
|
+
ProtectedFile: string;
|
|
475
|
+
ReloadFile: string;
|
|
476
|
+
RemoveDocument1: string;
|
|
477
|
+
RemoveDocument: string;
|
|
478
|
+
RemoveFolder: string;
|
|
479
|
+
SearchFile: string;
|
|
480
|
+
ShareFile: string;
|
|
481
|
+
UploadFile1: string;
|
|
482
|
+
UploadFile: string;
|
|
483
|
+
UploadFolder: string;
|
|
484
|
+
AddLocation: string;
|
|
485
|
+
DirectionBoard1: string;
|
|
486
|
+
DirectionBoard2: string;
|
|
487
|
+
DirectionBoard: string;
|
|
488
|
+
DirectionTool: string;
|
|
489
|
+
EditLocation: string;
|
|
490
|
+
HelpLocation: string;
|
|
491
|
+
LocationInfo: string;
|
|
492
|
+
LocationPin1: string;
|
|
493
|
+
LocationPin2: string;
|
|
494
|
+
LocationPin: string;
|
|
495
|
+
Location1: string;
|
|
496
|
+
Location2: string;
|
|
497
|
+
Location: string;
|
|
498
|
+
Map: string;
|
|
499
|
+
NavigationArrow: string;
|
|
500
|
+
Navigation: string;
|
|
501
|
+
Pointer: string;
|
|
502
|
+
RemoveLocation: string;
|
|
503
|
+
SecureLocation: string;
|
|
504
|
+
Signboard: string;
|
|
505
|
+
AddImage: string;
|
|
506
|
+
AddPhoto: string;
|
|
507
|
+
Airplay: string;
|
|
508
|
+
ApproveImage: string;
|
|
509
|
+
Back: string;
|
|
510
|
+
CameraChange: string;
|
|
511
|
+
CameraReel: string;
|
|
512
|
+
CameraShutter1: string;
|
|
513
|
+
CameraShutter: string;
|
|
514
|
+
DeletePhoto: string;
|
|
515
|
+
DownloadImage: string;
|
|
516
|
+
Equalizer1: string;
|
|
517
|
+
Equalizer: string;
|
|
518
|
+
FastForward: string;
|
|
519
|
+
Headphone1: string;
|
|
520
|
+
Headphone: string;
|
|
521
|
+
ImageInfo: string;
|
|
522
|
+
ImageReload: string;
|
|
523
|
+
Image1: string;
|
|
524
|
+
Image2: string;
|
|
525
|
+
Image3: string;
|
|
526
|
+
Image: string;
|
|
527
|
+
LilyFlower: string;
|
|
528
|
+
LockGallary: string;
|
|
529
|
+
LoudSpeaker: string;
|
|
530
|
+
Mountains: string;
|
|
531
|
+
MultipleImage: string;
|
|
532
|
+
MusicSign: string;
|
|
533
|
+
MusicTune: string;
|
|
534
|
+
Mute: string;
|
|
535
|
+
Next: string;
|
|
536
|
+
NoFlash: string;
|
|
537
|
+
NotAllowMusic: string;
|
|
538
|
+
NotAllowPhoto: string;
|
|
539
|
+
Pause1: string;
|
|
540
|
+
Pause: string;
|
|
541
|
+
PhotoEditor: string;
|
|
542
|
+
Photo: string;
|
|
543
|
+
Play: string;
|
|
544
|
+
ProtectedImage: string;
|
|
545
|
+
Record: string;
|
|
546
|
+
RemoveImage: string;
|
|
547
|
+
Rewind: string;
|
|
548
|
+
SearchImage: string;
|
|
549
|
+
Selfie: string;
|
|
550
|
+
SharePicture: string;
|
|
551
|
+
SkipBack1: string;
|
|
552
|
+
SkipBack2: string;
|
|
553
|
+
SkipBack: string;
|
|
554
|
+
SkipForward1: string;
|
|
555
|
+
SkipForward2: string;
|
|
556
|
+
SkipForward: string;
|
|
557
|
+
Start: string;
|
|
558
|
+
Stop: string;
|
|
559
|
+
Ticket: string;
|
|
560
|
+
UploadImage4388402452: string;
|
|
561
|
+
KeyHole: string;
|
|
562
|
+
KeyholeSquareFull: string;
|
|
563
|
+
'Keyhole,keyHole,lock,privacy,security,protection,safe,keyholeSquare,': string;
|
|
564
|
+
'LockOpen,padLock,access,unlock,': string;
|
|
565
|
+
'Lock,padLock,safe,security,protected,lockAccess,': string;
|
|
566
|
+
'Lock,padLock,safe,security,protected,lockAlt,': string;
|
|
567
|
+
'Lock,padLock,safe,security,protected,padlock,': string;
|
|
568
|
+
'NotProtected,unsecure,unsafe,shield,notProtect,shieldSlash,': string;
|
|
569
|
+
'PadLock,safe,security,protected,lock,': string;
|
|
570
|
+
'Secure,protected,safe,antivirus,protect,shield,': string;
|
|
571
|
+
'Shield,question,protected,secure,safe,shieldQuestion,': string;
|
|
572
|
+
'Shield,secure,protected,safe,antivirus,protect,shieldCheck,': string;
|
|
573
|
+
'Shield,shieldInfo,information,protect,protection,protected,shieldExclamation,': string;
|
|
574
|
+
'Unlock,lockOpen,padLock,access,lockOpenAlt,': string;
|
|
575
|
+
'Unlock,lockOpen,padLock,access,unlockAlt,': string;
|
|
576
|
+
Archive: string;
|
|
577
|
+
Basket: string;
|
|
578
|
+
Cart1: string;
|
|
579
|
+
Cart: string;
|
|
580
|
+
Gift: string;
|
|
581
|
+
Label: string;
|
|
582
|
+
Shop1: string;
|
|
583
|
+
Shop2: string;
|
|
584
|
+
Shop: string;
|
|
585
|
+
ShoppingBag: string;
|
|
586
|
+
Tag1: string;
|
|
587
|
+
Tag2: string;
|
|
588
|
+
Tag3: string;
|
|
589
|
+
Tag: string;
|
|
590
|
+
Clock1: string;
|
|
591
|
+
Clock2: string;
|
|
592
|
+
Clock3: string;
|
|
593
|
+
Clock4: string;
|
|
594
|
+
Clock5: string;
|
|
595
|
+
Clock6: string;
|
|
596
|
+
Clock: string;
|
|
597
|
+
HandWatch: string;
|
|
598
|
+
OffStopwatch: string;
|
|
599
|
+
Stopwatch: string;
|
|
600
|
+
Watch: string;
|
|
601
|
+
AccountInfo: string;
|
|
602
|
+
Account1: string;
|
|
603
|
+
Account: string;
|
|
604
|
+
AddAccount: string;
|
|
605
|
+
ApproveUser: string;
|
|
606
|
+
DeleteUser: string;
|
|
607
|
+
Profile: string;
|
|
608
|
+
Reader: string;
|
|
609
|
+
RemoveAccount: string;
|
|
610
|
+
UserLocation: string;
|
|
611
|
+
Users: string;
|
|
612
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ElementRef, OnChanges, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { IconName } from './helper/icons-helper';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare type IconSize = 'sm' | 'md' | 'lg';
|
|
5
|
+
export declare const ICON_SIZE_MAP: Record<IconSize, number>;
|
|
6
|
+
export declare class IconDirective implements OnChanges {
|
|
7
|
+
private readonly elementRef;
|
|
8
|
+
private readonly renderer;
|
|
9
|
+
saipos: string;
|
|
10
|
+
color?: string;
|
|
11
|
+
resolvedName?: IconName;
|
|
12
|
+
resolvedSize: IconSize;
|
|
13
|
+
constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2);
|
|
14
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
15
|
+
private parseIcon;
|
|
16
|
+
private updateIcon;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconDirective, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IconDirective, "i[saipos]", never, { "saipos": "saipos"; "color": "color"; }, {}, never>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./icon.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class IconsModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconsModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IconsModule, [typeof i1.IconDirective], [typeof i2.CommonModule], [typeof i1.IconDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IconsModule>;
|
|
8
|
+
}
|
package/components/index.d.ts
CHANGED
|
@@ -19,8 +19,12 @@ export * from './spinner/spinner.component';
|
|
|
19
19
|
export * from './spinner/spinner.module';
|
|
20
20
|
export * from './tooltip/tooltip.directive';
|
|
21
21
|
export * from './tooltip/tooltip.module';
|
|
22
|
-
export * from './table/table.module';
|
|
23
|
-
export * from './table/table.component';
|
|
24
22
|
export * from './table/models/column-config.model';
|
|
23
|
+
export * from './table/table.component';
|
|
24
|
+
export * from './table/table.module';
|
|
25
|
+
export * from './stepper/stepper.component';
|
|
26
|
+
export * from './stepper/stepper.module';
|
|
25
27
|
export * from './cards/cards.component';
|
|
26
28
|
export * from './cards/cards.module';
|
|
29
|
+
export * from './icons/icon.directive';
|
|
30
|
+
export * from './icons/icons.module';
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export interface Step {
|
|
4
|
+
title: string;
|
|
5
|
+
completed?: boolean;
|
|
6
|
+
optional?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare class StepperComponent {
|
|
9
|
+
steps: Step[];
|
|
10
|
+
currentStep: number;
|
|
11
|
+
showNavigationButtons: boolean;
|
|
12
|
+
linear: boolean;
|
|
13
|
+
labelNextButton: string;
|
|
14
|
+
labelNextButtonWhenItsLastStep: string;
|
|
15
|
+
labelPreviousButton: string;
|
|
16
|
+
enableChangeStep: boolean;
|
|
17
|
+
stepChange: EventEmitter<number>;
|
|
18
|
+
completed: EventEmitter<void>;
|
|
19
|
+
stepsContent: TemplateRef<{
|
|
20
|
+
$implicit: number;
|
|
21
|
+
step: Step;
|
|
22
|
+
}> | undefined;
|
|
23
|
+
navigateTo(index: number): void;
|
|
24
|
+
isClickable(index: number): boolean;
|
|
25
|
+
canNavigateToStep(index: number): boolean;
|
|
26
|
+
next(): void;
|
|
27
|
+
previous(): void;
|
|
28
|
+
isStepCompleted(index: number): boolean;
|
|
29
|
+
isStepActive(index: number): boolean;
|
|
30
|
+
private setStepCompletion;
|
|
31
|
+
get isFirstStep(): boolean;
|
|
32
|
+
get isLastStep(): boolean;
|
|
33
|
+
get isNextButtonDisabled(): boolean;
|
|
34
|
+
get isPreviousButtonDisabled(): boolean;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "saipos-stepper", never, { "steps": "steps"; "currentStep": "currentStep"; "showNavigationButtons": "showNavigationButtons"; "linear": "linear"; "labelNextButton": "labelNextButton"; "labelNextButtonWhenItsLastStep": "labelNextButtonWhenItsLastStep"; "labelPreviousButton": "labelPreviousButton"; "enableChangeStep": "enableChangeStep"; }, { "stepChange": "stepChange"; "completed": "completed"; }, ["stepsContent"], never>;
|
|
37
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./stepper.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class StepperModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StepperModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperModule, [typeof i1.StepperComponent], [typeof i2.CommonModule], [typeof i1.StepperComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<StepperModule>;
|
|
8
|
+
}
|