zohodealpos 2.8.3 → 2.8.5

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/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"zohodealpos","version":"2.8.3"}
1
+ {"name":"zohodealpos","version":"2.8.5"}
@@ -0,0 +1,622 @@
1
+
2
+ --------------------------------------------------------------------------------
3
+ Package: ng-http-loader
4
+ License: "MIT"
5
+
6
+ The MIT License (MIT)
7
+
8
+ Copyright (c) 2017-2024 mpalourdio
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
11
+ this software and associated documentation files (the "Software"), to deal in
12
+ the Software without restriction, including without limitation the rights to
13
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
14
+ the Software, and to permit persons to whom the Software is furnished to do so,
15
+ subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
22
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
23
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
24
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
25
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26
+
27
+ --------------------------------------------------------------------------------
28
+ Package: @angular/animations
29
+ License: "MIT"
30
+
31
+
32
+ --------------------------------------------------------------------------------
33
+ Package: @angular/platform-browser
34
+ License: "MIT"
35
+
36
+
37
+ --------------------------------------------------------------------------------
38
+ Package: @angular/service-worker
39
+ License: "MIT"
40
+
41
+
42
+ --------------------------------------------------------------------------------
43
+ Package: @dealpos-npm/ng-dealpos-library
44
+ License: "ISC"
45
+
46
+
47
+ --------------------------------------------------------------------------------
48
+ Package: moment
49
+ License: "MIT"
50
+
51
+ Copyright (c) JS Foundation and other contributors
52
+
53
+ Permission is hereby granted, free of charge, to any person
54
+ obtaining a copy of this software and associated documentation
55
+ files (the "Software"), to deal in the Software without
56
+ restriction, including without limitation the rights to use,
57
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
58
+ copies of the Software, and to permit persons to whom the
59
+ Software is furnished to do so, subject to the following
60
+ conditions:
61
+
62
+ The above copyright notice and this permission notice shall be
63
+ included in all copies or substantial portions of the Software.
64
+
65
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
66
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
67
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
68
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
69
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
70
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
71
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
72
+ OTHER DEALINGS IN THE SOFTWARE.
73
+
74
+ --------------------------------------------------------------------------------
75
+ Package: autonumeric
76
+ License: "MIT"
77
+
78
+ Copyright 2009 Robert J. Knothe <bob@decorplanit.com> and contributors
79
+
80
+
81
+ Permission is hereby granted, free of charge, to any person
82
+ obtaining a copy of this software and associated documentation
83
+ files (the "Software"), to deal in the Software without
84
+ restriction, including without limitation the rights to use,
85
+ copy, modify, merge, publish, distribute, sub license, and/or sell
86
+ copies of the Software, and to permit persons to whom the
87
+ Software is furnished to do so, subject to the following
88
+ conditions:
89
+
90
+ The above copyright notice and this permission notice shall be
91
+ included in all copies or substantial portions of the Software.
92
+
93
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
94
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
95
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
96
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
97
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
98
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
99
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
100
+ OTHER DEALINGS IN THE SOFTWARE.
101
+
102
+ --------------------------------------------------------------------------------
103
+ Package: lodash
104
+ License: "MIT"
105
+
106
+ Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
107
+
108
+ Based on Underscore.js, copyright Jeremy Ashkenas,
109
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
110
+
111
+ This software consists of voluntary contributions made by many
112
+ individuals. For exact contribution history, see the revision history
113
+ available at https://github.com/lodash/lodash
114
+
115
+ The following license applies to all parts of this software except as
116
+ documented below:
117
+
118
+ ====
119
+
120
+ Permission is hereby granted, free of charge, to any person obtaining
121
+ a copy of this software and associated documentation files (the
122
+ "Software"), to deal in the Software without restriction, including
123
+ without limitation the rights to use, copy, modify, merge, publish,
124
+ distribute, sublicense, and/or sell copies of the Software, and to
125
+ permit persons to whom the Software is furnished to do so, subject to
126
+ the following conditions:
127
+
128
+ The above copyright notice and this permission notice shall be
129
+ included in all copies or substantial portions of the Software.
130
+
131
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
132
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
133
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
134
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
135
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
136
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
137
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
138
+
139
+ ====
140
+
141
+ Copyright and related rights for sample code are waived via CC0. Sample
142
+ code is defined as all source code displayed within the prose of the
143
+ documentation.
144
+
145
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
146
+
147
+ ====
148
+
149
+ Files located in the node_modules and vendor directories are externally
150
+ maintained libraries used by this software which have their own
151
+ licenses; we recommend you read them, as their terms may differ from the
152
+ terms above.
153
+
154
+ --------------------------------------------------------------------------------
155
+ Package: qrcode
156
+ License: "MIT"
157
+
158
+
159
+ --------------------------------------------------------------------------------
160
+ Package: encode-utf8
161
+ License: "MIT"
162
+
163
+
164
+ --------------------------------------------------------------------------------
165
+ Package: dijkstrajs
166
+ License: "MIT"
167
+
168
+ ```
169
+ Dijkstra path-finding functions. Adapted from the Dijkstar Python project.
170
+
171
+ Copyright (C) 2008
172
+ Wyatt Baldwin <self@wyattbaldwin.com>
173
+ All rights reserved
174
+
175
+ Licensed under the MIT license.
176
+
177
+ http://www.opensource.org/licenses/mit-license.php
178
+
179
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
180
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
181
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
182
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
183
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
184
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
185
+ THE SOFTWARE.
186
+ ```
187
+
188
+ --------------------------------------------------------------------------------
189
+ Package: @angular/cdk
190
+ License: "MIT"
191
+
192
+ The MIT License
193
+
194
+ Copyright (c) 2024 Google LLC.
195
+
196
+ Permission is hereby granted, free of charge, to any person obtaining a copy
197
+ of this software and associated documentation files (the "Software"), to deal
198
+ in the Software without restriction, including without limitation the rights
199
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
200
+ copies of the Software, and to permit persons to whom the Software is
201
+ furnished to do so, subject to the following conditions:
202
+
203
+ The above copyright notice and this permission notice shall be included in
204
+ all copies or substantial portions of the Software.
205
+
206
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
207
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
208
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
209
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
210
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
211
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
212
+ THE SOFTWARE.
213
+
214
+ --------------------------------------------------------------------------------
215
+ Package: @angular/material
216
+ License: "MIT"
217
+
218
+ The MIT License
219
+
220
+ Copyright (c) 2024 Google LLC.
221
+
222
+ Permission is hereby granted, free of charge, to any person obtaining a copy
223
+ of this software and associated documentation files (the "Software"), to deal
224
+ in the Software without restriction, including without limitation the rights
225
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
226
+ copies of the Software, and to permit persons to whom the Software is
227
+ furnished to do so, subject to the following conditions:
228
+
229
+ The above copyright notice and this permission notice shall be included in
230
+ all copies or substantial portions of the Software.
231
+
232
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
233
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
234
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
235
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
236
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
237
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
238
+ THE SOFTWARE.
239
+
240
+ --------------------------------------------------------------------------------
241
+ Package: @ng-select/ng-select
242
+ License: "MIT"
243
+
244
+
245
+ --------------------------------------------------------------------------------
246
+ Package: @angular/material-moment-adapter
247
+ License: "MIT"
248
+
249
+ The MIT License
250
+
251
+ Copyright (c) 2024 Google LLC.
252
+
253
+ Permission is hereby granted, free of charge, to any person obtaining a copy
254
+ of this software and associated documentation files (the "Software"), to deal
255
+ in the Software without restriction, including without limitation the rights
256
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
257
+ copies of the Software, and to permit persons to whom the Software is
258
+ furnished to do so, subject to the following conditions:
259
+
260
+ The above copyright notice and this permission notice shall be included in
261
+ all copies or substantial portions of the Software.
262
+
263
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
264
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
265
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
266
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
267
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
268
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
269
+ THE SOFTWARE.
270
+
271
+ --------------------------------------------------------------------------------
272
+ Package: to-data-view
273
+ License: "MIT"
274
+
275
+
276
+ --------------------------------------------------------------------------------
277
+ Package: base32-encode
278
+ License: "MIT"
279
+
280
+ MIT License
281
+
282
+ Copyright (c) 2016-2021 Linus Unnebäck
283
+
284
+ Permission is hereby granted, free of charge, to any person obtaining a copy
285
+ of this software and associated documentation files (the "Software"), to deal
286
+ in the Software without restriction, including without limitation the rights
287
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
288
+ copies of the Software, and to permit persons to whom the Software is
289
+ furnished to do so, subject to the following conditions:
290
+
291
+ The above copyright notice and this permission notice shall be included in all
292
+ copies or substantial portions of the Software.
293
+
294
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
295
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
296
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
297
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
298
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
299
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
300
+ SOFTWARE.
301
+
302
+ --------------------------------------------------------------------------------
303
+ Package: angularx-qrcode
304
+ License: "MIT"
305
+
306
+ The MIT License (MIT)
307
+ ---------------------
308
+ Copyright (c) 2018 - present Andreas Jacob (Cordobo)
309
+
310
+ Permission is hereby granted, free of charge, to any person obtaining a copy
311
+ of this software and associated documentation files (the "Software"), to deal
312
+ in the Software without restriction, including without limitation the rights
313
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
314
+ copies of the Software, and to permit persons to whom the Software is
315
+ furnished to do so, subject to the following conditions:
316
+
317
+ The above copyright notice and this permission notice shall be included in
318
+ all copies or substantial portions of the Software.
319
+
320
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
321
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
322
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
323
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
324
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
325
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
326
+ THE SOFTWARE.
327
+ --------------------------------------------------------------------------------
328
+ Package: @angular/forms
329
+ License: "MIT"
330
+
331
+
332
+ --------------------------------------------------------------------------------
333
+ Package: @angular/core
334
+ License: "MIT"
335
+
336
+
337
+ --------------------------------------------------------------------------------
338
+ Package: rxjs
339
+ License: "Apache-2.0"
340
+
341
+ Apache License
342
+ Version 2.0, January 2004
343
+ http://www.apache.org/licenses/
344
+
345
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
346
+
347
+ 1. Definitions.
348
+
349
+ "License" shall mean the terms and conditions for use, reproduction,
350
+ and distribution as defined by Sections 1 through 9 of this document.
351
+
352
+ "Licensor" shall mean the copyright owner or entity authorized by
353
+ the copyright owner that is granting the License.
354
+
355
+ "Legal Entity" shall mean the union of the acting entity and all
356
+ other entities that control, are controlled by, or are under common
357
+ control with that entity. For the purposes of this definition,
358
+ "control" means (i) the power, direct or indirect, to cause the
359
+ direction or management of such entity, whether by contract or
360
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
361
+ outstanding shares, or (iii) beneficial ownership of such entity.
362
+
363
+ "You" (or "Your") shall mean an individual or Legal Entity
364
+ exercising permissions granted by this License.
365
+
366
+ "Source" form shall mean the preferred form for making modifications,
367
+ including but not limited to software source code, documentation
368
+ source, and configuration files.
369
+
370
+ "Object" form shall mean any form resulting from mechanical
371
+ transformation or translation of a Source form, including but
372
+ not limited to compiled object code, generated documentation,
373
+ and conversions to other media types.
374
+
375
+ "Work" shall mean the work of authorship, whether in Source or
376
+ Object form, made available under the License, as indicated by a
377
+ copyright notice that is included in or attached to the work
378
+ (an example is provided in the Appendix below).
379
+
380
+ "Derivative Works" shall mean any work, whether in Source or Object
381
+ form, that is based on (or derived from) the Work and for which the
382
+ editorial revisions, annotations, elaborations, or other modifications
383
+ represent, as a whole, an original work of authorship. For the purposes
384
+ of this License, Derivative Works shall not include works that remain
385
+ separable from, or merely link (or bind by name) to the interfaces of,
386
+ the Work and Derivative Works thereof.
387
+
388
+ "Contribution" shall mean any work of authorship, including
389
+ the original version of the Work and any modifications or additions
390
+ to that Work or Derivative Works thereof, that is intentionally
391
+ submitted to Licensor for inclusion in the Work by the copyright owner
392
+ or by an individual or Legal Entity authorized to submit on behalf of
393
+ the copyright owner. For the purposes of this definition, "submitted"
394
+ means any form of electronic, verbal, or written communication sent
395
+ to the Licensor or its representatives, including but not limited to
396
+ communication on electronic mailing lists, source code control systems,
397
+ and issue tracking systems that are managed by, or on behalf of, the
398
+ Licensor for the purpose of discussing and improving the Work, but
399
+ excluding communication that is conspicuously marked or otherwise
400
+ designated in writing by the copyright owner as "Not a Contribution."
401
+
402
+ "Contributor" shall mean Licensor and any individual or Legal Entity
403
+ on behalf of whom a Contribution has been received by Licensor and
404
+ subsequently incorporated within the Work.
405
+
406
+ 2. Grant of Copyright License. Subject to the terms and conditions of
407
+ this License, each Contributor hereby grants to You a perpetual,
408
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
409
+ copyright license to reproduce, prepare Derivative Works of,
410
+ publicly display, publicly perform, sublicense, and distribute the
411
+ Work and such Derivative Works in Source or Object form.
412
+
413
+ 3. Grant of Patent License. Subject to the terms and conditions of
414
+ this License, each Contributor hereby grants to You a perpetual,
415
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
416
+ (except as stated in this section) patent license to make, have made,
417
+ use, offer to sell, sell, import, and otherwise transfer the Work,
418
+ where such license applies only to those patent claims licensable
419
+ by such Contributor that are necessarily infringed by their
420
+ Contribution(s) alone or by combination of their Contribution(s)
421
+ with the Work to which such Contribution(s) was submitted. If You
422
+ institute patent litigation against any entity (including a
423
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
424
+ or a Contribution incorporated within the Work constitutes direct
425
+ or contributory patent infringement, then any patent licenses
426
+ granted to You under this License for that Work shall terminate
427
+ as of the date such litigation is filed.
428
+
429
+ 4. Redistribution. You may reproduce and distribute copies of the
430
+ Work or Derivative Works thereof in any medium, with or without
431
+ modifications, and in Source or Object form, provided that You
432
+ meet the following conditions:
433
+
434
+ (a) You must give any other recipients of the Work or
435
+ Derivative Works a copy of this License; and
436
+
437
+ (b) You must cause any modified files to carry prominent notices
438
+ stating that You changed the files; and
439
+
440
+ (c) You must retain, in the Source form of any Derivative Works
441
+ that You distribute, all copyright, patent, trademark, and
442
+ attribution notices from the Source form of the Work,
443
+ excluding those notices that do not pertain to any part of
444
+ the Derivative Works; and
445
+
446
+ (d) If the Work includes a "NOTICE" text file as part of its
447
+ distribution, then any Derivative Works that You distribute must
448
+ include a readable copy of the attribution notices contained
449
+ within such NOTICE file, excluding those notices that do not
450
+ pertain to any part of the Derivative Works, in at least one
451
+ of the following places: within a NOTICE text file distributed
452
+ as part of the Derivative Works; within the Source form or
453
+ documentation, if provided along with the Derivative Works; or,
454
+ within a display generated by the Derivative Works, if and
455
+ wherever such third-party notices normally appear. The contents
456
+ of the NOTICE file are for informational purposes only and
457
+ do not modify the License. You may add Your own attribution
458
+ notices within Derivative Works that You distribute, alongside
459
+ or as an addendum to the NOTICE text from the Work, provided
460
+ that such additional attribution notices cannot be construed
461
+ as modifying the License.
462
+
463
+ You may add Your own copyright statement to Your modifications and
464
+ may provide additional or different license terms and conditions
465
+ for use, reproduction, or distribution of Your modifications, or
466
+ for any such Derivative Works as a whole, provided Your use,
467
+ reproduction, and distribution of the Work otherwise complies with
468
+ the conditions stated in this License.
469
+
470
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
471
+ any Contribution intentionally submitted for inclusion in the Work
472
+ by You to the Licensor shall be under the terms and conditions of
473
+ this License, without any additional terms or conditions.
474
+ Notwithstanding the above, nothing herein shall supersede or modify
475
+ the terms of any separate license agreement you may have executed
476
+ with Licensor regarding such Contributions.
477
+
478
+ 6. Trademarks. This License does not grant permission to use the trade
479
+ names, trademarks, service marks, or product names of the Licensor,
480
+ except as required for reasonable and customary use in describing the
481
+ origin of the Work and reproducing the content of the NOTICE file.
482
+
483
+ 7. Disclaimer of Warranty. Unless required by applicable law or
484
+ agreed to in writing, Licensor provides the Work (and each
485
+ Contributor provides its Contributions) on an "AS IS" BASIS,
486
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
487
+ implied, including, without limitation, any warranties or conditions
488
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
489
+ PARTICULAR PURPOSE. You are solely responsible for determining the
490
+ appropriateness of using or redistributing the Work and assume any
491
+ risks associated with Your exercise of permissions under this License.
492
+
493
+ 8. Limitation of Liability. In no event and under no legal theory,
494
+ whether in tort (including negligence), contract, or otherwise,
495
+ unless required by applicable law (such as deliberate and grossly
496
+ negligent acts) or agreed to in writing, shall any Contributor be
497
+ liable to You for damages, including any direct, indirect, special,
498
+ incidental, or consequential damages of any character arising as a
499
+ result of this License or out of the use or inability to use the
500
+ Work (including but not limited to damages for loss of goodwill,
501
+ work stoppage, computer failure or malfunction, or any and all
502
+ other commercial damages or losses), even if such Contributor
503
+ has been advised of the possibility of such damages.
504
+
505
+ 9. Accepting Warranty or Additional Liability. While redistributing
506
+ the Work or Derivative Works thereof, You may choose to offer,
507
+ and charge a fee for, acceptance of support, warranty, indemnity,
508
+ or other liability obligations and/or rights consistent with this
509
+ License. However, in accepting such obligations, You may act only
510
+ on Your own behalf and on Your sole responsibility, not on behalf
511
+ of any other Contributor, and only if You agree to indemnify,
512
+ defend, and hold each Contributor harmless for any liability
513
+ incurred by, or claims asserted against, such Contributor by reason
514
+ of your accepting any such warranty or additional liability.
515
+
516
+ END OF TERMS AND CONDITIONS
517
+
518
+ APPENDIX: How to apply the Apache License to your work.
519
+
520
+ To apply the Apache License to your work, attach the following
521
+ boilerplate notice, with the fields enclosed by brackets "[]"
522
+ replaced with your own identifying information. (Don't include
523
+ the brackets!) The text should be enclosed in the appropriate
524
+ comment syntax for the file format. We also recommend that a
525
+ file or class name and description of purpose be included on the
526
+ same "printed page" as the copyright notice for easier
527
+ identification within third-party archives.
528
+
529
+ Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors
530
+
531
+ Licensed under the Apache License, Version 2.0 (the "License");
532
+ you may not use this file except in compliance with the License.
533
+ You may obtain a copy of the License at
534
+
535
+ http://www.apache.org/licenses/LICENSE-2.0
536
+
537
+ Unless required by applicable law or agreed to in writing, software
538
+ distributed under the License is distributed on an "AS IS" BASIS,
539
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
540
+ See the License for the specific language governing permissions and
541
+ limitations under the License.
542
+
543
+
544
+ --------------------------------------------------------------------------------
545
+ Package: tslib
546
+ License: "0BSD"
547
+
548
+ Copyright (c) Microsoft Corporation.
549
+
550
+ Permission to use, copy, modify, and/or distribute this software for any
551
+ purpose with or without fee is hereby granted.
552
+
553
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
554
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
555
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
556
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
557
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
558
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
559
+ PERFORMANCE OF THIS SOFTWARE.
560
+ --------------------------------------------------------------------------------
561
+ Package: @angular/common
562
+ License: "MIT"
563
+
564
+
565
+ --------------------------------------------------------------------------------
566
+ Package: ngx-toastr
567
+ License: "MIT"
568
+
569
+ The MIT License (MIT)
570
+
571
+ Copyright (c) Scott Cooper <scttcper@gmail.com>
572
+
573
+ Permission is hereby granted, free of charge, to any person obtaining a copy
574
+ of this software and associated documentation files (the "Software"), to deal
575
+ in the Software without restriction, including without limitation the rights
576
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
577
+ copies of the Software, and to permit persons to whom the Software is
578
+ furnished to do so, subject to the following conditions:
579
+
580
+ The above copyright notice and this permission notice shall be included in all
581
+ copies or substantial portions of the Software.
582
+
583
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
584
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
585
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
586
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
587
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
588
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
589
+ SOFTWARE.
590
+
591
+ --------------------------------------------------------------------------------
592
+ Package: @angular/router
593
+ License: "MIT"
594
+
595
+
596
+ --------------------------------------------------------------------------------
597
+ Package: zone.js
598
+ License: "MIT"
599
+
600
+ The MIT License
601
+
602
+ Copyright (c) 2010-2024 Google LLC. https://angular.io/license
603
+
604
+ Permission is hereby granted, free of charge, to any person obtaining a copy
605
+ of this software and associated documentation files (the "Software"), to deal
606
+ in the Software without restriction, including without limitation the rights
607
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
608
+ copies of the Software, and to permit persons to whom the Software is
609
+ furnished to do so, subject to the following conditions:
610
+
611
+ The above copyright notice and this permission notice shall be included in
612
+ all copies or substantial portions of the Software.
613
+
614
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
615
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
616
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
617
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
618
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
619
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
620
+ THE SOFTWARE.
621
+
622
+ --------------------------------------------------------------------------------
Binary file
Binary file
@@ -0,0 +1,40 @@
1
+ {
2
+ "version": "1.0.0",
3
+ "pages": [
4
+ {
5
+ "path": "products",
6
+ "title": "Products",
7
+ "children":[
8
+ {
9
+ "path": "in-marketplace",
10
+ "title": "Products in POS and Marketplace"
11
+ },
12
+ {
13
+ "path": "out-of-marketplace",
14
+ "title": "Products only in Marketplace"
15
+ },
16
+ {
17
+ "path": "not-in-pos",
18
+ "title": "Products only in POS"
19
+ }
20
+ ]
21
+ },
22
+ {
23
+ "path": "inventory",
24
+ "title": "Inventory"
25
+ },
26
+ {
27
+ "path": "price",
28
+ "title": "Price"
29
+ },
30
+ {
31
+ "path": "orders",
32
+ "title": "Orders"
33
+ },
34
+ {
35
+ "path": "channel",
36
+ "title": "Channel",
37
+ "roles": "Setup"
38
+ }
39
+ ]
40
+ }