@rxap/ngx-localize 19.0.1-dev.5 → 19.0.2-dev.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/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [19.0.2-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.1...@rxap/ngx-localize@19.0.2-dev.0) (2025-02-18)
7
+
8
+ **Note:** Version bump only for package @rxap/ngx-localize
9
+
10
+ ## [19.0.1](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.1-dev.6...@rxap/ngx-localize@19.0.1) (2025-02-13)
11
+
12
+ **Note:** Version bump only for package @rxap/ngx-localize
13
+
14
+ ## [19.0.1-dev.6](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.1-dev.5...@rxap/ngx-localize@19.0.1-dev.6) (2025-02-13)
15
+
16
+ ### Bug Fixes
17
+
18
+ - update package groups ([21378b7](https://gitlab.com/rxap/packages/commit/21378b776550fac07c12e59e98c1466e80ea1232))
19
+
6
20
  ## [19.0.1-dev.5](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.1-dev.4...@rxap/ngx-localize@19.0.1-dev.5) (2025-02-13)
7
21
 
8
22
  **Note:** Version bump only for package @rxap/ngx-localize
package/README.md CHANGED
@@ -1,33 +1,35 @@
1
1
  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.
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@rxap/ngx-localize?style=flat-square)](https://www.npmjs.com/package/@rxap/ngx-localize)
4
- [![commitizen
5
- friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](https://commitizen.github.io/cz-cli/)
6
- [![styled with
7
- prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
8
- ![Libraries.io dependency status for latest release, scoped npm
9
- package](https://img.shields.io/librariesio/release/npm/@rxap/ngx-localize)
4
+ [![commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](https://commitizen.github.io/cz-cli/)
5
+ [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
6
+ ![Libraries.io dependency status for latest release, scoped npm package](https://img.shields.io/librariesio/release/npm/@rxap/ngx-localize)
10
7
  ![npm](https://img.shields.io/npm/dm/@rxap/ngx-localize)
11
- ![NPM](https://img.shields.io/npm/l/@rxap/ngx-localize) -
12
- [Installation](#installation)
8
+ ![NPM](https://img.shields.io/npm/l/@rxap/ngx-localize)
9
+
10
+ - [Installation](#installation)
13
11
  - [Generators](#generators)
14
- - [init](#init)
12
+ - [init](#init)
13
+
14
+ # Installation
15
15
 
16
- # Installation **Add the package to your workspace:** ```bash yarn add
17
- @rxap/ngx-localize
16
+ **Add the package to your workspace:**
17
+ ```bash
18
+ yarn add @rxap/ngx-localize
19
+ ```
20
+ **Install peer dependencies:**
21
+ ```bash
22
+ yarn add @angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/config@^19.0.1 @rxap/ngx-user@^19.0.1 rxjs@^7.8.1
23
+ ```
24
+ **Execute the init generator:**
25
+ ```bash
26
+ yarn nx g @rxap/ngx-localize:init
18
27
  ```
19
- **Install peer dependencies:** ```bash yarn add
20
- @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
21
- ```
22
- **Execute the init generator:** ```bash yarn nx g
23
- @rxap/ngx-localize:init ```
24
28
  # Generators
25
29
 
26
- ##
27
- init
28
- >
29
- Initialize the package in the workspace
30
+ ## init
31
+ > Initialize the package in the workspace
30
32
 
31
- ```bash nx g
32
- @rxap/ngx-localize:init
33
- ```
33
+ ```bash
34
+ nx g @rxap/ngx-localize:init
35
+ ```
@@ -85,6 +85,15 @@
85
85
  <h1>Change Log</h1>
86
86
  <p>All notable changes to this project will be documented in this file.
87
87
  See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p>
88
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.1...@rxap/ngx-localize@19.0.2-dev.0">19.0.2-dev.0</a> (2025-02-18)</h2>
89
+ <p><strong>Note:</strong> Version bump only for package @rxap/ngx-localize</p>
90
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.1-dev.6...@rxap/ngx-localize@19.0.1">19.0.1</a> (2025-02-13)</h2>
91
+ <p><strong>Note:</strong> Version bump only for package @rxap/ngx-localize</p>
92
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.1-dev.5...@rxap/ngx-localize@19.0.1-dev.6">19.0.1-dev.6</a> (2025-02-13)</h2>
93
+ <h3>Bug Fixes</h3>
94
+ <ul>
95
+ <li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/21378b776550fac07c12e59e98c1466e80ea1232">21378b7</a>)</li>
96
+ </ul>
88
97
  <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.1-dev.4...@rxap/ngx-localize@19.0.1-dev.5">19.0.1-dev.5</a> (2025-02-13)</h2>
89
98
  <p><strong>Note:</strong> Version bump only for package @rxap/ngx-localize</p>
90
99
  <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.1-dev.3...@rxap/ngx-localize@19.0.1-dev.4">19.0.1-dev.4</a> (2025-02-10)</h2>
@@ -117,9 +117,9 @@
117
117
  <li>
118
118
  <b>@angular/core</b> : ^19.1.3</li>
119
119
  <li>
120
- <b>@rxap/config</b> : ^19.0.1-dev.4</li>
120
+ <b>@rxap/config</b> : ^19.0.1</li>
121
121
  <li>
122
- <b>@rxap/ngx-user</b> : ^19.0.1-dev.4</li>
122
+ <b>@rxap/ngx-user</b> : ^19.0.1</li>
123
123
  <li>
124
124
  <b>rxjs</b> : ^7.8.1</li>
125
125
  </ul>
@@ -84,34 +84,28 @@
84
84
 
85
85
  <p>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.</p>
86
86
  <p><a href="https://www.npmjs.com/package/@rxap/ngx-localize"><img src="https://img.shields.io/npm/v/@rxap/ngx-localize?style=flat-square" alt="npm version" class="img-responsive"></a>
87
- <a href="https://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square" alt="commitizen
88
- friendly" class="img-responsive"></a>
89
- <a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square" alt="styled with
90
- prettier" class="img-responsive"></a>
91
- <img src="https://img.shields.io/librariesio/release/npm/@rxap/ngx-localize" alt="Libraries.io dependency status for latest release, scoped npm
92
- package" class="img-responsive">
87
+ <a href="https://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square" alt="commitizen friendly" class="img-responsive"></a>
88
+ <a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square" alt="styled with prettier" class="img-responsive"></a>
89
+ <img src="https://img.shields.io/librariesio/release/npm/@rxap/ngx-localize" alt="Libraries.io dependency status for latest release, scoped npm package" class="img-responsive">
93
90
  <img src="https://img.shields.io/npm/dm/@rxap/ngx-localize" alt="npm" class="img-responsive">
94
- <img src="https://img.shields.io/npm/l/@rxap/ngx-localize" alt="NPM" class="img-responsive"> -
95
- <a href="#installation">Installation</a></p>
91
+ <img src="https://img.shields.io/npm/l/@rxap/ngx-localize" alt="NPM" class="img-responsive"></p>
96
92
  <ul>
93
+ <li><a href="#installation">Installation</a></li>
97
94
  <li><a href="#generators">Generators</a><ul>
98
95
  <li><a href="#init">init</a></li>
99
96
  </ul>
100
97
  </li>
101
98
  </ul>
102
- <h1>Installation <strong>Add the package to your workspace:</strong> ```bash yarn add</h1>
103
- <p>@rxap/ngx-localize</p>
104
- <b>Example :</b><div><pre class="line-numbers"><code class="language-none">**Install peer dependencies:** ```bash yarn add
105
- &#64;angular/common&#64;^19.1.3 &#64;angular/core&#64;^19.1.3 &#64;rxap/config&#64;^19.0.1-dev.4 &#64;rxap/ngx-user&#64;^19.0.1-dev.4 rxjs&#64;^7.8.1 </code></pre></div><p><strong>Execute the init generator:</strong> <code>bash yarn nx g @rxap/ngx-localize:init </code></p>
106
- <h1>Generators</h1>
107
- <b>Example :</b><div><pre class="line-numbers"><code class="language-none">##
108
- init
109
- &gt;
110
- Initialize the package in the workspace
111
-
112
- ```bash nx g
113
- &#64;rxap/ngx-localize:init
114
- ```</code></pre></div>
99
+ <h1>Installation</h1>
100
+ <p><strong>Add the package to your workspace:</strong></p>
101
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add &#64;rxap/ngx-localize</code></pre></div><p><strong>Install peer dependencies:</strong></p>
102
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn add &#64;angular/common&#64;^19.1.3 &#64;angular/core&#64;^19.1.3 &#64;rxap/config&#64;^19.0.1 &#64;rxap/ngx-user&#64;^19.0.1 rxjs&#64;^7.8.1 </code></pre></div><p><strong>Execute the init generator:</strong></p>
103
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">yarn nx g &#64;rxap/ngx-localize:init</code></pre></div><h1>Generators</h1>
104
+ <h2>init</h2>
105
+ <blockquote>
106
+ <p>Initialize the package in the workspace</p>
107
+ </blockquote>
108
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-bash">nx g &#64;rxap/ngx-localize:init</code></pre></div>
115
109
 
116
110
 
117
111
 
@@ -82,6 +82,9 @@ customElements.define('compodoc-menu', class extends HTMLElement {
82
82
  <li class="link">
83
83
  <a href="miscellaneous/functions.html" data-type="entity-link">Functions</a>
84
84
  </li>
85
+ <li class="link">
86
+ <a href="miscellaneous/variables.html" data-type="entity-link">Variables</a>
87
+ </li>
85
88
  </ul>
86
89
  </li>
87
90
  <li class="divider"></li>
@@ -33,7 +33,7 @@ customElements.define('compodoc-menu', /*#__PURE__*/function (_HTMLElement) {
33
33
  }, {
34
34
  key: "render",
35
35
  value: function render(isNormalMode) {
36
- var tp = lithtml.html("\n <nav>\n <ul class=\"list\">\n <li class=\"title\">\n <a href=\"index.html\" data-type=\"index-link\">angular-localize</a>\n </li>\n\n <li class=\"divider\"></li>\n ".concat(isNormalMode ? "<div id=\"book-search-input\" role=\"search\"><input type=\"text\" placeholder=\"Type to search\"></div>" : '', "\n <li class=\"chapter\">\n <a data-type=\"chapter-link\" href=\"index.html\"><span class=\"icon ion-ios-home\"></span>Getting started</a>\n <ul class=\"links\">\n <li class=\"link\">\n <a href=\"overview.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-keypad\"></span>Overview\n </a>\n </li>\n <li class=\"link\">\n <a href=\"index.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-paper\"></span>README\n </a>\n </li>\n <li class=\"link\">\n <a href=\"changelog.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-paper\"></span>CHANGELOG\n </a>\n </li>\n <li class=\"link\">\n <a href=\"license.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-paper\"></span>LICENSE\n </a>\n </li>\n <li class=\"link\">\n <a href=\"dependencies.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-list\"></span>Dependencies\n </a>\n </li>\n <li class=\"link\">\n <a href=\"properties.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-apps\"></span>Properties\n </a>\n </li>\n </ul>\n </li>\n <li class=\"chapter\">\n <div class=\"simple menu-toggler\" data-bs-toggle=\"collapse\" ").concat(isNormalMode ? 'data-bs-target="#injectables-links"' : 'data-bs-target="#xs-injectables-links"', ">\n <span class=\"icon ion-md-arrow-round-down\"></span>\n <span>Injectables</span>\n <span class=\"icon ion-ios-arrow-down\"></span>\n </div>\n <ul class=\"links collapse \" ").concat(isNormalMode ? 'id="injectables-links"' : 'id="xs-injectables-links"', ">\n <li class=\"link\">\n <a href=\"injectables/I18nService.html\" data-type=\"entity-link\" >I18nService</a>\n </li>\n <li class=\"link\">\n <a href=\"injectables/LanguageSelectorService.html\" data-type=\"entity-link\" >LanguageSelectorService</a>\n </li>\n </ul>\n </li>\n <li class=\"chapter\">\n <div class=\"simple menu-toggler\" data-bs-toggle=\"collapse\" ").concat(isNormalMode ? 'data-bs-target="#miscellaneous-links"' : 'data-bs-target="#xs-miscellaneous-links"', ">\n <span class=\"icon ion-ios-cube\"></span>\n <span>Miscellaneous</span>\n <span class=\"icon ion-ios-arrow-down\"></span>\n </div>\n <ul class=\"links collapse \" ").concat(isNormalMode ? 'id="miscellaneous-links"' : 'id="xs-miscellaneous-links"', ">\n <li class=\"link\">\n <a href=\"miscellaneous/functions.html\" data-type=\"entity-link\">Functions</a>\n </li>\n </ul>\n </li>\n <li class=\"divider\"></li>\n <li class=\"copyright\">\n Documentation generated using <a href=\"https://compodoc.app/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img data-src=\"images/compodoc-vectorise.png\" class=\"img-responsive\" data-type=\"compodoc-logo\">\n </a>\n </li>\n </ul>\n </nav>\n "));
36
+ var tp = lithtml.html("\n <nav>\n <ul class=\"list\">\n <li class=\"title\">\n <a href=\"index.html\" data-type=\"index-link\">angular-localize</a>\n </li>\n\n <li class=\"divider\"></li>\n ".concat(isNormalMode ? "<div id=\"book-search-input\" role=\"search\"><input type=\"text\" placeholder=\"Type to search\"></div>" : '', "\n <li class=\"chapter\">\n <a data-type=\"chapter-link\" href=\"index.html\"><span class=\"icon ion-ios-home\"></span>Getting started</a>\n <ul class=\"links\">\n <li class=\"link\">\n <a href=\"overview.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-keypad\"></span>Overview\n </a>\n </li>\n <li class=\"link\">\n <a href=\"index.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-paper\"></span>README\n </a>\n </li>\n <li class=\"link\">\n <a href=\"changelog.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-paper\"></span>CHANGELOG\n </a>\n </li>\n <li class=\"link\">\n <a href=\"license.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-paper\"></span>LICENSE\n </a>\n </li>\n <li class=\"link\">\n <a href=\"dependencies.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-list\"></span>Dependencies\n </a>\n </li>\n <li class=\"link\">\n <a href=\"properties.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-apps\"></span>Properties\n </a>\n </li>\n </ul>\n </li>\n <li class=\"chapter\">\n <div class=\"simple menu-toggler\" data-bs-toggle=\"collapse\" ").concat(isNormalMode ? 'data-bs-target="#injectables-links"' : 'data-bs-target="#xs-injectables-links"', ">\n <span class=\"icon ion-md-arrow-round-down\"></span>\n <span>Injectables</span>\n <span class=\"icon ion-ios-arrow-down\"></span>\n </div>\n <ul class=\"links collapse \" ").concat(isNormalMode ? 'id="injectables-links"' : 'id="xs-injectables-links"', ">\n <li class=\"link\">\n <a href=\"injectables/I18nService.html\" data-type=\"entity-link\" >I18nService</a>\n </li>\n <li class=\"link\">\n <a href=\"injectables/LanguageSelectorService.html\" data-type=\"entity-link\" >LanguageSelectorService</a>\n </li>\n </ul>\n </li>\n <li class=\"chapter\">\n <div class=\"simple menu-toggler\" data-bs-toggle=\"collapse\" ").concat(isNormalMode ? 'data-bs-target="#miscellaneous-links"' : 'data-bs-target="#xs-miscellaneous-links"', ">\n <span class=\"icon ion-ios-cube\"></span>\n <span>Miscellaneous</span>\n <span class=\"icon ion-ios-arrow-down\"></span>\n </div>\n <ul class=\"links collapse \" ").concat(isNormalMode ? 'id="miscellaneous-links"' : 'id="xs-miscellaneous-links"', ">\n <li class=\"link\">\n <a href=\"miscellaneous/functions.html\" data-type=\"entity-link\">Functions</a>\n </li>\n <li class=\"link\">\n <a href=\"miscellaneous/variables.html\" data-type=\"entity-link\">Variables</a>\n </li>\n </ul>\n </li>\n <li class=\"divider\"></li>\n <li class=\"copyright\">\n Documentation generated using <a href=\"https://compodoc.app/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img data-src=\"images/compodoc-vectorise.png\" class=\"img-responsive\" data-type=\"compodoc-logo\">\n </a>\n </li>\n </ul>\n </nav>\n "));
37
37
  this.innerHTML = tp.strings;
38
38
  }
39
39
  }]);