@rxap/ngx-localize 19.0.1-dev.2 → 19.0.1-dev.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.
Files changed (44) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +24 -25
  3. package/compodoc/changelog.html +6 -0
  4. package/compodoc/dependencies.html +3 -3
  5. package/compodoc/index.html +26 -17
  6. package/compodoc/js/search/search_index.js +2 -2
  7. package/compodoc/properties.html +4 -1
  8. package/docs/documentation.json +54 -176
  9. package/docs/html/assets/hierarchy.js +1 -0
  10. package/docs/{assets → html/assets}/highlight.css +13 -6
  11. package/docs/html/assets/icons.js +18 -0
  12. package/docs/html/assets/icons.svg +1 -0
  13. package/docs/{assets → html/assets}/main.js +5 -4
  14. package/docs/html/assets/navigation.js +1 -0
  15. package/docs/html/assets/search.js +1 -0
  16. package/docs/html/assets/style.css +1611 -0
  17. package/docs/html/classes/I18nService.html +5 -0
  18. package/docs/html/classes/LanguageSelectorService.html +7 -0
  19. package/docs/html/functions/LanguageInterceptor.html +1 -0
  20. package/docs/html/index.html +33 -0
  21. package/docs/html/modules.html +1 -0
  22. package/docs/markdown/README.md +37 -0
  23. package/docs/markdown/classes/I18nService.md +67 -0
  24. package/docs/markdown/classes/LanguageSelectorService.md +71 -0
  25. package/docs/markdown/functions/LanguageInterceptor.md +25 -0
  26. package/docs/markdown/globals.md +14 -0
  27. package/docs/wiki/Class.I18nService.md +63 -0
  28. package/docs/wiki/Class.LanguageSelectorService.md +67 -0
  29. package/docs/wiki/Function.LanguageInterceptor.md +21 -0
  30. package/docs/wiki/Home.md +33 -0
  31. package/docs/wiki/_Sidebar.md +10 -0
  32. package/docs/wiki/globals.md +10 -0
  33. package/package.json +21 -19
  34. package/docs/assets/icons.js +0 -15
  35. package/docs/assets/icons.svg +0 -1
  36. package/docs/assets/navigation.js +0 -1
  37. package/docs/assets/search.js +0 -1
  38. package/docs/assets/style.css +0 -1412
  39. package/docs/classes/I18nService.html +0 -7
  40. package/docs/classes/LanguageSelectorService.html +0 -9
  41. package/docs/functions/LanguageInterceptor.html +0 -1
  42. package/docs/index.html +0 -25
  43. package/docs/modules.html +0 -4
  44. /package/docs/{.nojekyll → html/.nojekyll} +0 -0
@@ -102,7 +102,10 @@
102
102
  </ol>
103
103
  <ul class="properties-list">
104
104
  <li>
105
- <b>Version</b> : 19.0.1-dev.2</li>
105
+ <b>Version</b> : 19.0.1-dev.5</li>
106
+ <li>
107
+ <b>Description</b> : This package provides internationalization (i18n) support for Angular applications, including services for language management, an HTTP interceptor for setting the `Accept-Language` header, and a language selector component. It allows you to set and manage the current language of your application, redirect users based on their language preference, and configure available languages. The package also includes an init generator to handle peer dependencies.
108
+ </li>
106
109
  <li>
107
110
  <b>Keywords</b> : angular, angular-localize, ngx, packages, rxap, scope:compose</li>
108
111
  <li>
@@ -21,7 +21,7 @@
21
21
  "signatures": [
22
22
  {
23
23
  "id": 3,
24
- "name": "new I18nService",
24
+ "name": "I18nService",
25
25
  "variant": "signature",
26
26
  "kind": 16384,
27
27
  "flags": {},
@@ -45,10 +45,10 @@
45
45
  },
46
46
  "sources": [
47
47
  {
48
- "fileName": "lib/i18n.service.ts",
48
+ "fileName": "i18n.service.ts",
49
49
  "line": 17,
50
50
  "character": 18,
51
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/i18n.service.ts#L17"
51
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/localize/src/lib/i18n.service.ts#L17"
52
52
  }
53
53
  ],
54
54
  "type": {
@@ -68,57 +68,6 @@
68
68
  },
69
69
  "defaultValue": "..."
70
70
  },
71
- {
72
- "id": 4,
73
- "name": "localId",
74
- "variant": "declaration",
75
- "kind": 1024,
76
- "flags": {
77
- "isPrivate": true,
78
- "isReadonly": true
79
- },
80
- "sources": [
81
- {
82
- "fileName": "lib/i18n.service.ts",
83
- "line": 14,
84
- "character": 19,
85
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/i18n.service.ts#L14"
86
- }
87
- ],
88
- "type": {
89
- "type": "intrinsic",
90
- "name": "string"
91
- },
92
- "defaultValue": "..."
93
- },
94
- {
95
- "id": 5,
96
- "name": "userSettingsLanguageService",
97
- "variant": "declaration",
98
- "kind": 1024,
99
- "flags": {
100
- "isPrivate": true,
101
- "isReadonly": true
102
- },
103
- "sources": [
104
- {
105
- "fileName": "lib/i18n.service.ts",
106
- "line": 15,
107
- "character": 19,
108
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/i18n.service.ts#L15"
109
- }
110
- ],
111
- "type": {
112
- "type": "reference",
113
- "target": {
114
- "sourceFileName": "packages/angular/user/src/lib/user-settings-language.service.ts",
115
- "qualifiedName": "UserSettingsLanguageService"
116
- },
117
- "name": "UserSettingsLanguageService",
118
- "package": "@rxap/ngx-user"
119
- },
120
- "defaultValue": "..."
121
- },
122
71
  {
123
72
  "id": 10,
124
73
  "name": "redirect",
@@ -129,10 +78,10 @@
129
78
  },
130
79
  "sources": [
131
80
  {
132
- "fileName": "lib/i18n.service.ts",
81
+ "fileName": "i18n.service.ts",
133
82
  "line": 29,
134
83
  "character": 9,
135
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/i18n.service.ts#L29"
84
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/localize/src/lib/i18n.service.ts#L29"
136
85
  }
137
86
  ],
138
87
  "signatures": [
@@ -144,10 +93,10 @@
144
93
  "flags": {},
145
94
  "sources": [
146
95
  {
147
- "fileName": "lib/i18n.service.ts",
96
+ "fileName": "i18n.service.ts",
148
97
  "line": 29,
149
98
  "character": 9,
150
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/i18n.service.ts#L29"
99
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/localize/src/lib/i18n.service.ts#L29"
151
100
  }
152
101
  ],
153
102
  "parameters": [
@@ -192,10 +141,10 @@
192
141
  },
193
142
  "sources": [
194
143
  {
195
- "fileName": "lib/i18n.service.ts",
144
+ "fileName": "i18n.service.ts",
196
145
  "line": 19,
197
146
  "character": 15,
198
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/i18n.service.ts#L19"
147
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/localize/src/lib/i18n.service.ts#L19"
199
148
  }
200
149
  ],
201
150
  "signatures": [
@@ -207,10 +156,10 @@
207
156
  "flags": {},
208
157
  "sources": [
209
158
  {
210
- "fileName": "lib/i18n.service.ts",
159
+ "fileName": "i18n.service.ts",
211
160
  "line": 19,
212
161
  "character": 15,
213
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/i18n.service.ts#L19"
162
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/localize/src/lib/i18n.service.ts#L19"
214
163
  }
215
164
  ],
216
165
  "parameters": [
@@ -255,9 +204,7 @@
255
204
  {
256
205
  "title": "Properties",
257
206
  "children": [
258
- 6,
259
- 4,
260
- 5
207
+ 6
261
208
  ]
262
209
  },
263
210
  {
@@ -270,10 +217,10 @@
270
217
  ],
271
218
  "sources": [
272
219
  {
273
- "fileName": "lib/i18n.service.ts",
220
+ "fileName": "i18n.service.ts",
274
221
  "line": 12,
275
222
  "character": 13,
276
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/i18n.service.ts#L12"
223
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/localize/src/lib/i18n.service.ts#L12"
277
224
  }
278
225
  ]
279
226
  },
@@ -292,25 +239,25 @@
292
239
  "flags": {},
293
240
  "sources": [
294
241
  {
295
- "fileName": "lib/language-selector.service.ts",
242
+ "fileName": "language-selector.service.ts",
296
243
  "line": 26,
297
244
  "character": 2,
298
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/language-selector.service.ts#L26"
245
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/localize/src/lib/language-selector.service.ts#L26"
299
246
  }
300
247
  ],
301
248
  "signatures": [
302
249
  {
303
250
  "id": 20,
304
- "name": "new LanguageSelectorService",
251
+ "name": "LanguageSelectorService",
305
252
  "variant": "signature",
306
253
  "kind": 16384,
307
254
  "flags": {},
308
255
  "sources": [
309
256
  {
310
- "fileName": "lib/language-selector.service.ts",
257
+ "fileName": "language-selector.service.ts",
311
258
  "line": 26,
312
259
  "character": 2,
313
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/language-selector.service.ts#L26"
260
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/localize/src/lib/language-selector.service.ts#L26"
314
261
  }
315
262
  ],
316
263
  "type": {
@@ -322,40 +269,6 @@
322
269
  }
323
270
  ]
324
271
  },
325
- {
326
- "id": 21,
327
- "name": "config",
328
- "variant": "declaration",
329
- "kind": 1024,
330
- "flags": {
331
- "isPrivate": true,
332
- "isReadonly": true
333
- },
334
- "sources": [
335
- {
336
- "fileName": "lib/language-selector.service.ts",
337
- "line": 17,
338
- "character": 19,
339
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/language-selector.service.ts#L17"
340
- }
341
- ],
342
- "type": {
343
- "type": "reference",
344
- "target": {
345
- "sourceFileName": "packages/angular/config/src/lib/config.service.ts",
346
- "qualifiedName": "ConfigService"
347
- },
348
- "typeArguments": [
349
- {
350
- "type": "intrinsic",
351
- "name": "any"
352
- }
353
- ],
354
- "name": "ConfigService",
355
- "package": "@rxap/config"
356
- },
357
- "defaultValue": "..."
358
- },
359
272
  {
360
273
  "id": 24,
361
274
  "name": "defaultLanguage",
@@ -367,10 +280,10 @@
367
280
  },
368
281
  "sources": [
369
282
  {
370
- "fileName": "lib/language-selector.service.ts",
283
+ "fileName": "language-selector.service.ts",
371
284
  "line": 21,
372
285
  "character": 18,
373
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/language-selector.service.ts#L21"
286
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/localize/src/lib/language-selector.service.ts#L21"
374
287
  }
375
288
  ],
376
289
  "type": {
@@ -401,10 +314,10 @@
401
314
  },
402
315
  "sources": [
403
316
  {
404
- "fileName": "lib/language-selector.service.ts",
317
+ "fileName": "language-selector.service.ts",
405
318
  "line": 24,
406
319
  "character": 18,
407
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/language-selector.service.ts#L24"
320
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/localize/src/lib/language-selector.service.ts#L24"
408
321
  }
409
322
  ],
410
323
  "type": {
@@ -424,31 +337,6 @@
424
337
  },
425
338
  "defaultValue": "..."
426
339
  },
427
- {
428
- "id": 22,
429
- "name": "i18nService",
430
- "variant": "declaration",
431
- "kind": 1024,
432
- "flags": {
433
- "isPrivate": true,
434
- "isReadonly": true
435
- },
436
- "sources": [
437
- {
438
- "fileName": "lib/language-selector.service.ts",
439
- "line": 18,
440
- "character": 19,
441
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/language-selector.service.ts#L18"
442
- }
443
- ],
444
- "type": {
445
- "type": "reference",
446
- "target": 1,
447
- "name": "I18nService",
448
- "package": "@rxap/ngx-localize"
449
- },
450
- "defaultValue": "..."
451
- },
452
340
  {
453
341
  "id": 23,
454
342
  "name": "languages",
@@ -460,10 +348,10 @@
460
348
  },
461
349
  "sources": [
462
350
  {
463
- "fileName": "lib/language-selector.service.ts",
351
+ "fileName": "language-selector.service.ts",
464
352
  "line": 20,
465
353
  "character": 18,
466
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/language-selector.service.ts#L20"
354
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/localize/src/lib/language-selector.service.ts#L20"
467
355
  }
468
356
  ],
469
357
  "type": {
@@ -499,10 +387,10 @@
499
387
  },
500
388
  "sources": [
501
389
  {
502
- "fileName": "lib/language-selector.service.ts",
390
+ "fileName": "language-selector.service.ts",
503
391
  "line": 22,
504
392
  "character": 18,
505
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/language-selector.service.ts#L22"
393
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/localize/src/lib/language-selector.service.ts#L22"
506
394
  }
507
395
  ],
508
396
  "type": {
@@ -532,10 +420,10 @@
532
420
  },
533
421
  "sources": [
534
422
  {
535
- "fileName": "lib/language-selector.service.ts",
423
+ "fileName": "language-selector.service.ts",
536
424
  "line": 33,
537
425
  "character": 15,
538
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/language-selector.service.ts#L33"
426
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/localize/src/lib/language-selector.service.ts#L33"
539
427
  }
540
428
  ],
541
429
  "signatures": [
@@ -547,10 +435,10 @@
547
435
  "flags": {},
548
436
  "sources": [
549
437
  {
550
- "fileName": "lib/language-selector.service.ts",
438
+ "fileName": "language-selector.service.ts",
551
439
  "line": 33,
552
440
  "character": 15,
553
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/language-selector.service.ts#L33"
441
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/localize/src/lib/language-selector.service.ts#L33"
554
442
  }
555
443
  ],
556
444
  "parameters": [
@@ -595,10 +483,8 @@
595
483
  {
596
484
  "title": "Properties",
597
485
  "children": [
598
- 21,
599
486
  24,
600
487
  26,
601
- 22,
602
488
  23,
603
489
  25
604
490
  ]
@@ -612,10 +498,10 @@
612
498
  ],
613
499
  "sources": [
614
500
  {
615
- "fileName": "lib/language-selector.service.ts",
501
+ "fileName": "language-selector.service.ts",
616
502
  "line": 16,
617
503
  "character": 13,
618
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/language-selector.service.ts#L16"
504
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/localize/src/lib/language-selector.service.ts#L16"
619
505
  }
620
506
  ]
621
507
  },
@@ -627,10 +513,10 @@
627
513
  "flags": {},
628
514
  "sources": [
629
515
  {
630
- "fileName": "lib/language-interceptor.ts",
516
+ "fileName": "language-interceptor.ts",
631
517
  "line": 8,
632
518
  "character": 16,
633
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/language-interceptor.ts#L8"
519
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/localize/src/lib/language-interceptor.ts#L8"
634
520
  }
635
521
  ],
636
522
  "signatures": [
@@ -642,10 +528,10 @@
642
528
  "flags": {},
643
529
  "sources": [
644
530
  {
645
- "fileName": "lib/language-interceptor.ts",
531
+ "fileName": "language-interceptor.ts",
646
532
  "line": 8,
647
533
  "character": 16,
648
- "url": "https://gitlab.com/rxap/packages/-/blob/252cb4808fa3f6e01d8533353e154163dd70a168/packages/angular/localize/src/lib/language-interceptor.ts#L8"
534
+ "url": "https://gitlab.com/rxap/packages/-/blob/969f0867a1da05a157f626d5bdd316bd0a67494a/packages/angular/localize/src/lib/language-interceptor.ts#L8"
649
535
  }
650
536
  ],
651
537
  "parameters": [
@@ -737,35 +623,35 @@
737
623
  "readme": [
738
624
  {
739
625
  "kind": "text",
740
- "text": "# @rxap/ngx-localize\n\n[![npm version](https://img.shields.io/npm/v/@rxap/ngx-localize?style=flat-square)](https://www.npmjs.com/package/@rxap/ngx-localize)\n[![commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](https://commitizen.github.io/cz-cli/)\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n![Libraries.io dependency status for latest release, scoped npm package](https://img.shields.io/librariesio/release/npm/@rxap/ngx-localize)\n![npm](https://img.shields.io/npm/dm/@rxap/ngx-localize)\n![NPM](https://img.shields.io/npm/l/@rxap/ngx-localize)\n\n- [Installation](#installation)\n- [Generators](#generators)\n\n# Installation\n\n**Add the package to your workspace:**\n"
626
+ "text": "This package provides internationalization (i18n) support for Angular applications, including services for language management, an HTTP interceptor for setting the &#x60;Accept-Language&#x60; header, and a language selector component. It allows you to set and manage the current language of your application, redirect users based on their language preference, and configure available languages. The package also includes an init generator to handle peer dependencies.\n\n[![npm version](https://img.shields.io/npm/v/@rxap/ngx-localize?style=flat-square)](https://www.npmjs.com/package/@rxap/ngx-localize)\n[![commitizen\nfriendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](https://commitizen.github.io/cz-cli/)\n[![styled with\nprettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n![Libraries.io dependency status for latest release, scoped npm\npackage](https://img.shields.io/librariesio/release/npm/@rxap/ngx-localize)\n![npm](https://img.shields.io/npm/dm/@rxap/ngx-localize)\n![NPM](https://img.shields.io/npm/l/@rxap/ngx-localize) -\n[Installation](#installation)\n- [Generators](#generators)\n - [init](#init)\n\n# Installation **Add the package to your workspace:** "
741
627
  },
742
628
  {
743
629
  "kind": "code",
744
- "text": "```bash\nyarn add @rxap/ngx-localize\n```"
630
+ "text": "```bash yarn add\n@rxap/ngx-localize\n```"
745
631
  },
746
632
  {
747
633
  "kind": "text",
748
- "text": "\n**Install peer dependencies:**\n"
634
+ "text": "\n**Install peer dependencies:** "
749
635
  },
750
636
  {
751
637
  "kind": "code",
752
- "text": "```bash\nyarn add @angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/config@^19.0.1-dev.2 @rxap/ngx-user@^19.0.1-dev.2 rxjs@^7.8.1 \n```"
638
+ "text": "```bash yarn add\n @angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/config@^19.0.1-dev.4 @rxap/ngx-user@^19.0.1-dev.4 rxjs@^7.8.1 \n ```"
753
639
  },
754
640
  {
755
641
  "kind": "text",
756
- "text": "\n**Execute the init generator:**\n"
642
+ "text": "\n**Execute the init generator:** "
757
643
  },
758
644
  {
759
645
  "kind": "code",
760
- "text": "```bash\nyarn nx g @rxap/ngx-localize:init\n```"
646
+ "text": "```bash yarn nx g\n @rxap/ngx-localize:init ```"
761
647
  },
762
648
  {
763
649
  "kind": "text",
764
- "text": "\n# Generators\n\n## init\n> Initialize the package in the workspace\n\n"
650
+ "text": "\n# Generators\n\n ##\n init\n >\n Initialize the package in the workspace\n\n "
765
651
  },
766
652
  {
767
653
  "kind": "code",
768
- "text": "```bash\nyarn nx g @rxap/ngx-localize:init\n```"
654
+ "text": "```bash nx g\n @rxap/ngx-localize:init\n ```"
769
655
  }
770
656
  ],
771
657
  "symbolIdMap": {
@@ -777,14 +663,6 @@
777
663
  "sourceFileName": "packages/angular/localize/src/lib/i18n.service.ts",
778
664
  "qualifiedName": "I18nService"
779
665
  },
780
- "4": {
781
- "sourceFileName": "packages/angular/localize/src/lib/i18n.service.ts",
782
- "qualifiedName": "I18nService.localId"
783
- },
784
- "5": {
785
- "sourceFileName": "packages/angular/localize/src/lib/i18n.service.ts",
786
- "qualifiedName": "I18nService.userSettingsLanguageService"
787
- },
788
666
  "6": {
789
667
  "sourceFileName": "packages/angular/localize/src/lib/i18n.service.ts",
790
668
  "qualifiedName": "I18nService.currentLanguage"
@@ -845,14 +723,6 @@
845
723
  "sourceFileName": "packages/angular/localize/src/lib/language-selector.service.ts",
846
724
  "qualifiedName": "LanguageSelectorService"
847
725
  },
848
- "21": {
849
- "sourceFileName": "packages/angular/localize/src/lib/language-selector.service.ts",
850
- "qualifiedName": "LanguageSelectorService.config"
851
- },
852
- "22": {
853
- "sourceFileName": "packages/angular/localize/src/lib/language-selector.service.ts",
854
- "qualifiedName": "LanguageSelectorService.i18nService"
855
- },
856
726
  "23": {
857
727
  "sourceFileName": "packages/angular/localize/src/lib/language-selector.service.ts",
858
728
  "qualifiedName": "LanguageSelectorService.languages"
@@ -881,5 +751,13 @@
881
751
  "sourceFileName": "packages/angular/localize/src/lib/language-selector.service.ts",
882
752
  "qualifiedName": "language"
883
753
  }
754
+ },
755
+ "files": {
756
+ "entries": {
757
+ "1": "packages/angular/localize/src/index.ts"
758
+ },
759
+ "reflections": {
760
+ "1": 0
761
+ }
884
762
  }
885
- }
763
+ }
@@ -0,0 +1 @@
1
+ window.hierarchyData = "eJyrVirKzy8pVrKKjtVRKkpNy0lNLsnMzwMKVNfWAgCbHgqm"
@@ -1,10 +1,12 @@
1
1
  :root {
2
- --light-hl-0: #795E26;
3
- --dark-hl-0: #DCDCAA;
4
- --light-hl-1: #000000;
5
- --dark-hl-1: #D4D4D4;
6
- --light-hl-2: #A31515;
7
- --dark-hl-2: #CE9178;
2
+ --light-hl-0: #000000;
3
+ --dark-hl-0: #D4D4D4;
4
+ --light-hl-1: #001080;
5
+ --dark-hl-1: #9CDCFE;
6
+ --light-hl-2: #000000;
7
+ --dark-hl-2: #C8C8C8;
8
+ --light-hl-3: #A31515;
9
+ --dark-hl-3: #CE9178;
8
10
  --light-code-background: #FFFFFF;
9
11
  --dark-code-background: #1E1E1E;
10
12
  }
@@ -13,6 +15,7 @@
13
15
  --hl-0: var(--light-hl-0);
14
16
  --hl-1: var(--light-hl-1);
15
17
  --hl-2: var(--light-hl-2);
18
+ --hl-3: var(--light-hl-3);
16
19
  --code-background: var(--light-code-background);
17
20
  } }
18
21
 
@@ -20,6 +23,7 @@
20
23
  --hl-0: var(--dark-hl-0);
21
24
  --hl-1: var(--dark-hl-1);
22
25
  --hl-2: var(--dark-hl-2);
26
+ --hl-3: var(--dark-hl-3);
23
27
  --code-background: var(--dark-code-background);
24
28
  } }
25
29
 
@@ -27,6 +31,7 @@
27
31
  --hl-0: var(--light-hl-0);
28
32
  --hl-1: var(--light-hl-1);
29
33
  --hl-2: var(--light-hl-2);
34
+ --hl-3: var(--light-hl-3);
30
35
  --code-background: var(--light-code-background);
31
36
  }
32
37
 
@@ -34,10 +39,12 @@
34
39
  --hl-0: var(--dark-hl-0);
35
40
  --hl-1: var(--dark-hl-1);
36
41
  --hl-2: var(--dark-hl-2);
42
+ --hl-3: var(--dark-hl-3);
37
43
  --code-background: var(--dark-code-background);
38
44
  }
39
45
 
40
46
  .hl-0 { color: var(--hl-0); }
41
47
  .hl-1 { color: var(--hl-1); }
42
48
  .hl-2 { color: var(--hl-2); }
49
+ .hl-3 { color: var(--hl-3); }
43
50
  pre, code { background: var(--code-background); }
@@ -0,0 +1,18 @@
1
+ (function() {
2
+ addIcons();
3
+ function addIcons() {
4
+ if (document.readyState === "loading") return document.addEventListener("DOMContentLoaded", addIcons);
5
+ const svg = document.body.appendChild(document.createElementNS("http://www.w3.org/2000/svg", "svg"));
6
+ svg.innerHTML = `<g id="icon-1" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-2" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-4" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">N</text></g><g id="icon-8" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">E</text></g><g id="icon-16" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-32" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">V</text></g><g id="icon-64" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">F</text></g><g id="icon-128" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-256" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">I</text></g><g id="icon-512" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-1024" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-2048" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-method)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-4096" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">F</text></g><g id="icon-8192" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-16384" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-32768" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-65536" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-131072" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-262144" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-524288" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-1048576" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-2097152" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-4194304" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-reference)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">R</text></g><g id="icon-8388608" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="6,5 6,19 18,19, 18,10 13,5"></polygon><line x1="9" y1="9" x2="13" y2="9"></line><line x1="9" y1="12" x2="15" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line></g></g><g id="icon-folder" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="5,5 10,5 12,8 19,8 19,18 5,18"></polygon></g></g><g id="icon-chevronDown" class="tsd-no-select"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-icon-text)"></path></g><g id="icon-chevronSmall" class="tsd-no-select"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-icon-text)"></path></g><g id="icon-checkbox" class="tsd-no-select"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></g><g id="icon-menu" class="tsd-no-select"><rect x="1" y="3" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-icon-text)"></rect></g><g id="icon-search" class="tsd-no-select"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-icon-text)"></path></g><g id="icon-anchor" class="tsd-no-select"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></g><g id="icon-alertNote" class="tsd-no-select"><path fill="var(--color-alert-note)" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></g><g id="icon-alertTip" class="tsd-no-select"><path fill="var(--color-alert-tip)" d="M8 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 0 1-1.484.211c-.04-.282-.163-.547-.37-.847a8.456 8.456 0 0 0-.542-.68c-.084-.1-.173-.205-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259-.095.115-.184.22-.268.319-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.751.751 0 0 1-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848.075-.088.147-.173.213-.253.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75ZM5.75 12h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5ZM6 15.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z"></path></g><g id="icon-alertImportant" class="tsd-no-select"><path fill="var(--color-alert-important)" d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path></g><g id="icon-alertWarning" class="tsd-no-select"><path fill="var(--color-alert-warning)" d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path></g><g id="icon-alertCaution" class="tsd-no-select"><path fill="var(--color-alert-caution)" d="M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></g>`;
7
+ svg.style.display = "none";
8
+ if (location.protocol === "file:") updateUseElements();
9
+ }
10
+
11
+ function updateUseElements() {
12
+ document.querySelectorAll("use").forEach(el => {
13
+ if (el.getAttribute("href").includes("#icon-")) {
14
+ el.setAttribute("href", el.getAttribute("href").replace(/.*#/, "#"));
15
+ }
16
+ });
17
+ }
18
+ })()
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg"><g id="icon-1" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-2" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-4" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">N</text></g><g id="icon-8" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">E</text></g><g id="icon-16" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-32" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">V</text></g><g id="icon-64" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">F</text></g><g id="icon-128" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-256" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">I</text></g><g id="icon-512" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-1024" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-2048" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-method)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-4096" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">F</text></g><g id="icon-8192" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-16384" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-32768" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-65536" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-131072" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-262144" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-524288" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-1048576" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-2097152" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-4194304" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-reference)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">R</text></g><g id="icon-8388608" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="6,5 6,19 18,19, 18,10 13,5"></polygon><line x1="9" y1="9" x2="13" y2="9"></line><line x1="9" y1="12" x2="15" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line></g></g><g id="icon-folder" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="5,5 10,5 12,8 19,8 19,18 5,18"></polygon></g></g><g id="icon-chevronDown" class="tsd-no-select"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-icon-text)"></path></g><g id="icon-chevronSmall" class="tsd-no-select"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-icon-text)"></path></g><g id="icon-checkbox" class="tsd-no-select"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></g><g id="icon-menu" class="tsd-no-select"><rect x="1" y="3" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-icon-text)"></rect></g><g id="icon-search" class="tsd-no-select"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-icon-text)"></path></g><g id="icon-anchor" class="tsd-no-select"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></g><g id="icon-alertNote" class="tsd-no-select"><path fill="var(--color-alert-note)" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></g><g id="icon-alertTip" class="tsd-no-select"><path fill="var(--color-alert-tip)" d="M8 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 0 1-1.484.211c-.04-.282-.163-.547-.37-.847a8.456 8.456 0 0 0-.542-.68c-.084-.1-.173-.205-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259-.095.115-.184.22-.268.319-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.751.751 0 0 1-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848.075-.088.147-.173.213-.253.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75ZM5.75 12h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5ZM6 15.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z"></path></g><g id="icon-alertImportant" class="tsd-no-select"><path fill="var(--color-alert-important)" d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path></g><g id="icon-alertWarning" class="tsd-no-select"><path fill="var(--color-alert-warning)" d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path></g><g id="icon-alertCaution" class="tsd-no-select"><path fill="var(--color-alert-caution)" d="M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></g></svg>