@visma-swno/gaia-chat-ui 1.0.1 → 1.1.0-beta
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 +8 -8
- package/dist/core/auth/auth.service.d.ts +1 -0
- package/dist/core/auth/auth.service.d.ts.map +1 -1
- package/dist/core/auth/auth.store.d.ts +1 -0
- package/dist/core/auth/auth.store.d.ts.map +1 -1
- package/dist/core/auth/index.d.ts +2 -4
- package/dist/core/auth/index.d.ts.map +1 -1
- package/dist/core/chat/ai-chat.service.d.ts.map +1 -1
- package/dist/core/chat/chat.facade.d.ts +1 -0
- package/dist/core/chat/chat.facade.d.ts.map +1 -1
- package/dist/core/chat/chat.store.d.ts +1 -0
- package/dist/core/chat/chat.store.d.ts.map +1 -1
- package/dist/core/chat/chat.utils.d.ts.map +1 -1
- package/dist/core/chat/index.d.ts +2 -4
- package/dist/core/chat/index.d.ts.map +1 -1
- package/dist/core/chat/support-chat.service.d.ts.map +1 -1
- package/dist/core/localization.d.ts +7 -0
- package/dist/core/localization.d.ts.map +1 -0
- package/dist/gaia-chat-ui.es.js +2243 -2531
- package/dist/gaia-chat-ui.es.js.map +1 -1
- package/dist/gaia-chat-ui.umd.js +206 -151
- package/dist/gaia-chat-ui.umd.js.map +1 -1
- package/dist/generated/locale-codes.d.ts +14 -0
- package/dist/generated/locale-codes.d.ts.map +1 -0
- package/dist/generated/locales/nb.d.ts +9 -0
- package/dist/generated/locales/nb.d.ts.map +1 -0
- package/dist/nb-BZbF0mEc.js +16 -0
- package/dist/nb-BZbF0mEc.js.map +1 -0
- package/dist/ui/chat/chat-message-list.d.ts +1 -0
- package/dist/ui/chat/chat-message-list.d.ts.map +1 -1
- package/dist/ui/chat/chat-message.d.ts +3 -0
- package/dist/ui/chat/chat-message.d.ts.map +1 -1
- package/dist/ui/chat/chat.d.ts.map +1 -1
- package/dist/ui/chat/user-input.d.ts.map +1 -1
- package/package.json +29 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
### Bug Fixes
|
|
7
|
-
|
|
8
|
-
* allow typing new message while waiting for AI response ([#724](https://github.com/visma-swno/vsn-assistant/issues/724)) ([fb52a24](https://github.com/visma-swno/vsn-assistant/commit/fb52a243a3106eb2d705a86af4120f5dae7a72c2))
|
|
9
|
-
|
|
10
|
-
## 1.0.0 (2025-07-22)
|
|
3
|
+
## 1.1.0-beta (2025-08-06)
|
|
11
4
|
|
|
12
5
|
|
|
13
6
|
### Features
|
|
14
7
|
|
|
8
|
+
* add localization ([#876](https://github.com/visma-swno/vsn-assistant/issues/876)) ([98307bc](https://github.com/visma-swno/vsn-assistant/commit/98307bc25be4d9588fd2877c967fe869267d440e)), closes [#269](https://github.com/visma-swno/vsn-assistant/issues/269)
|
|
15
9
|
* Add liveleader support ([#661](https://github.com/visma-swno/vsn-assistant/issues/661)) ([76b79ab](https://github.com/visma-swno/vsn-assistant/commit/76b79ab678f8ea3d31a45101f4d5012cbc40dded))
|
|
16
10
|
* **api:** Refactor chat messages ([#634](https://github.com/visma-swno/vsn-assistant/issues/634)) ([3b7ecf9](https://github.com/visma-swno/vsn-assistant/commit/3b7ecf971f2f35011d6cabafb3fed6d3fbaaa824))
|
|
17
11
|
|
|
18
12
|
|
|
19
13
|
### Bug Fixes
|
|
20
14
|
|
|
15
|
+
* update release ([#887](https://github.com/visma-swno/vsn-assistant/issues/887)) ([dd19931](https://github.com/visma-swno/vsn-assistant/commit/dd19931d63677dfcb1e2c50bee75abaa9294ea02))
|
|
16
|
+
* **security:** bump koa dependency to patched version ([#860](https://github.com/visma-swno/vsn-assistant/issues/860)) ([ccf58d5](https://github.com/visma-swno/vsn-assistant/commit/ccf58d50acd3cf989df7d19ba569372f15ce4e2b))
|
|
17
|
+
* brace-expansion Regular Expression Denial of Service vulnerability ([#845](https://github.com/visma-swno/vsn-assistant/issues/845)) ([233a2d8](https://github.com/visma-swno/vsn-assistant/commit/233a2d8eaf9681eb2896a72894304a84894d0ddb))
|
|
18
|
+
* **deps:** bump marked from 15.0.11 to 16.1.2 in /chat-ui ([#840](https://github.com/visma-swno/vsn-assistant/issues/840)) ([2a740fc](https://github.com/visma-swno/vsn-assistant/commit/2a740fc124a81e7ebd2d8c123c43420c79ebb522))
|
|
19
|
+
* allow typing new message while waiting for AI response ([#724](https://github.com/visma-swno/vsn-assistant/issues/724)) ([fb52a24](https://github.com/visma-swno/vsn-assistant/commit/fb52a243a3106eb2d705a86af4120f5dae7a72c2))
|
|
21
20
|
* **api:** Improve conversation stream ([#632](https://github.com/visma-swno/vsn-assistant/issues/632)) ([74be1f6](https://github.com/visma-swno/vsn-assistant/commit/74be1f6243479f09d82c14239327e97f54afcb11))
|
|
22
21
|
* **chat-ui:** Add error handler ([#639](https://github.com/visma-swno/vsn-assistant/issues/639)) ([a0ea255](https://github.com/visma-swno/vsn-assistant/commit/a0ea2556d5143fcf2bb496b42ca69ec3cbc5ba6c))
|
|
23
22
|
* **chat-ui:** Add user input length limitations ([#654](https://github.com/visma-swno/vsn-assistant/issues/654)) ([3f9c867](https://github.com/visma-swno/vsn-assistant/commit/3f9c867eaa6d0cea2757297fdb620edf035432ea)), closes [#648](https://github.com/visma-swno/vsn-assistant/issues/648)
|
|
@@ -25,3 +24,4 @@
|
|
|
25
24
|
* **chat-ui:** Read expiration time from token payload ([#624](https://github.com/visma-swno/vsn-assistant/issues/624)) ([78096df](https://github.com/visma-swno/vsn-assistant/commit/78096dffe95dd343ba8347bfc8df86078ac91a0f))
|
|
26
25
|
* **chat-ui:** update package version ([#663](https://github.com/visma-swno/vsn-assistant/issues/663)) ([4ab1927](https://github.com/visma-swno/vsn-assistant/commit/4ab19273476b03308a1ee696e9151e09c1fe6c13))
|
|
27
26
|
* **chat-ui:** Update popover to latest Gaia guidelines ([#565](https://github.com/visma-swno/vsn-assistant/issues/565)) ([0ad466d](https://github.com/visma-swno/vsn-assistant/commit/0ad466d74ea26a736855e06760d7c41d9de901bc))
|
|
27
|
+
* set initial beta-version ([#770](https://github.com/visma-swno/vsn-assistant/issues/770)) ([e77e00a](https://github.com/visma-swno/vsn-assistant/commit/e77e00affe7a14975aec51bca202eeed497aa217))
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth.service.d.ts","sourceRoot":"","sources":["../../../src/core/auth/auth.service.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAI/D,qBAAa,WAAW;IACtB,SAAS,CAAC,QAAQ,EAAE,YAAY,GAAG,IAAI,CAAQ;IAEzC,IAAI,CAAC,MAAM,EAAE,UAAU;IA0BvB,SAAS;IAMT,OAAO;IAMP,MAAM;IAMZ,eAAe,IAAI,OAAO;IAK1B,SAAS,CAAC,WAAW,IAAI,OAAO,CAAC,IAAI,IAAI,IAAI,GAAG;QAAE,QAAQ,EAAE,YAAY,CAAA;KAAE;CAK3E"}
|
|
1
|
+
{"version":3,"file":"auth.service.d.ts","sourceRoot":"","sources":["../../../src/core/auth/auth.service.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAI/D,qBAAa,WAAW;IACtB,SAAS,CAAC,QAAQ,EAAE,YAAY,GAAG,IAAI,CAAQ;IAEzC,IAAI,CAAC,MAAM,EAAE,UAAU;IA0BvB,SAAS;IAMT,OAAO;IAMP,MAAM;IAMZ,eAAe,IAAI,OAAO;IAK1B,SAAS,CAAC,WAAW,IAAI,OAAO,CAAC,IAAI,IAAI,IAAI,GAAG;QAAE,QAAQ,EAAE,YAAY,CAAA;KAAE;CAK3E;AAED,eAAO,MAAM,WAAW,aAAoB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth.store.d.ts","sourceRoot":"","sources":["../../../src/core/auth/auth.store.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,OAAO,EAAE,SAAS,EAAmB,MAAM,cAAc,CAAC;AAG1D,qBAAa,SAAU,SAAQ,KAAK,CAAC,SAAS,CAAC;IAC7C,OAAO,CAAC,QAAQ,CAAC,eAAe,CAA8B;IAC9D,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAc;IAC/C,OAAO,CAAC,eAAe,CAAC,CAAiB;;IAclC,QAAQ,CAAC,KAAK,EAAE;QAAE,WAAW,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,OAAO,CAAA;KAAE;IAkB3D,UAAU;IAaV,aAAa,IAAI,OAAO;IAQxB,cAAc,IAAI,OAAO;IAIhC,OAAO,CAAC,eAAe;IAKvB,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,gBAAgB;IAmBxB,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,qBAAqB;CAS9B"}
|
|
1
|
+
{"version":3,"file":"auth.store.d.ts","sourceRoot":"","sources":["../../../src/core/auth/auth.store.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,OAAO,EAAE,SAAS,EAAmB,MAAM,cAAc,CAAC;AAG1D,qBAAa,SAAU,SAAQ,KAAK,CAAC,SAAS,CAAC;IAC7C,OAAO,CAAC,QAAQ,CAAC,eAAe,CAA8B;IAC9D,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAc;IAC/C,OAAO,CAAC,eAAe,CAAC,CAAiB;;IAclC,QAAQ,CAAC,KAAK,EAAE;QAAE,WAAW,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,OAAO,CAAA;KAAE;IAkB3D,UAAU;IAaV,aAAa,IAAI,OAAO;IAQxB,cAAc,IAAI,OAAO;IAIhC,OAAO,CAAC,eAAe;IAKvB,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,gBAAgB;IAmBxB,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,qBAAqB;CAS9B;AAED,eAAO,MAAM,UAAU,WAAkB,CAAC"}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare const authStore$: AuthStore;
|
|
4
|
-
export declare const authService: AuthService;
|
|
1
|
+
export { authService } from './auth.service';
|
|
2
|
+
export { authStore$ } from './auth.store';
|
|
5
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/auth/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/auth/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai-chat.service.d.ts","sourceRoot":"","sources":["../../../src/core/chat/ai-chat.service.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ai-chat.service.d.ts","sourceRoot":"","sources":["../../../src/core/chat/ai-chat.service.ts"],"names":[],"mappings":"AAIA,OAAO,EAEL,2BAA2B,EAE5B,MAAM,YAAY,CAAC;AAIpB,qBAAa,aAAa;IAClB,WAAW,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAgB9D,gBAAgB,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IAkBzF,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;IAKrC,mBAAmB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,2BAA2B,CAAC;YAQ7D,mBAAmB;CAqClC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat.facade.d.ts","sourceRoot":"","sources":["../../../src/core/chat/chat.facade.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"chat.facade.d.ts","sourceRoot":"","sources":["../../../src/core/chat/chat.facade.ts"],"names":[],"mappings":"AAOA,qBAAa,UAAU;IACrB,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAuB;IACrD,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAA4B;IAEzD,IAAI;IA+BJ,WAAW,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAQ9D,gBAAgB,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IAIzF,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;CAM5C;AAED,eAAO,MAAM,UAAU,YAAmB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat.store.d.ts","sourceRoot":"","sources":["../../../src/core/chat/chat.store.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAc9D,qBAAa,SAAU,SAAQ,KAAK,CAAC,iBAAiB,CAAC;IACrD,OAAO,CAAC,QAAQ,CAAC,uBAAuB,CAAsC;;IAUvE,WAAW,IAAI,WAAW,EAAE;IAI5B,cAAc,IAAI,WAAW,GAAG,IAAI;IAKpC,SAAS,CAAC,MAAM,EAAE,iBAAiB,CAAC,QAAQ,CAAC;IAO7C,WAAW,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC;IAOjD,cAAc,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAOpC,UAAU,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW;IAUlD,aAAa,CAAC,SAAS,EAAE,MAAM;IAS/B,UAAU,CAAC,OAAO,EAAE,WAAW;IAW/B,KAAK,CAAC,EAAE,EAAE,MAAM;IAQhB,mBAAmB,CAAC,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC;IA8BhD,UAAU;IAKjB,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,gBAAgB;IAUjB,YAAY;CAGpB"}
|
|
1
|
+
{"version":3,"file":"chat.store.d.ts","sourceRoot":"","sources":["../../../src/core/chat/chat.store.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAc9D,qBAAa,SAAU,SAAQ,KAAK,CAAC,iBAAiB,CAAC;IACrD,OAAO,CAAC,QAAQ,CAAC,uBAAuB,CAAsC;;IAUvE,WAAW,IAAI,WAAW,EAAE;IAI5B,cAAc,IAAI,WAAW,GAAG,IAAI;IAKpC,SAAS,CAAC,MAAM,EAAE,iBAAiB,CAAC,QAAQ,CAAC;IAO7C,WAAW,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC;IAOjD,cAAc,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAOpC,UAAU,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW;IAUlD,aAAa,CAAC,SAAS,EAAE,MAAM;IAS/B,UAAU,CAAC,OAAO,EAAE,WAAW;IAW/B,KAAK,CAAC,EAAE,EAAE,MAAM;IAQhB,mBAAmB,CAAC,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC;IA8BhD,UAAU;IAKjB,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,gBAAgB;IAUjB,YAAY;CAGpB;AAED,eAAO,MAAM,UAAU,WAAkB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat.utils.d.ts","sourceRoot":"","sources":["../../../src/core/chat/chat.utils.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAmB,cAAc,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"chat.utils.d.ts","sourceRoot":"","sources":["../../../src/core/chat/chat.utils.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAmB,cAAc,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC1F,OAAO,EAEL,WAAW,EACX,gBAAgB,EAChB,eAAe,EACf,iBAAiB,EAIlB,MAAM,cAAc,CAAC;AAEtB,qBAAa,kBAAkB;IAC7B,OAAO,CAAC,EAAE,CAAoB;IAC9B,OAAO,CAAC,MAAM,CAAiC;IAC/C,OAAO,CAAC,MAAM,CAA6C;IAC3D,OAAO,CAAC,KAAK,CAA+B;IAC5C,OAAO,CAAC,OAAO,CAAgB;IAC/B,OAAO,CAAC,SAAS,CAAkB;IACnC,OAAO,CAAC,SAAS,CAAkB;IACnC,OAAO,CAAC,QAAQ,CAGd;IACF,OAAO,CAAC,SAAS,CAAoB;IAErC,MAAM,CAAC,EAAE,EAAE,MAAM;IAKjB,QAAQ,CAAC,IAAI,EAAE,eAAe;IAK9B,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS;IAKvC,mBAAmB,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS;IAKjD,UAAU,CAAC,MAAM,EAAE,iBAAiB;IAKpC,SAAS,CAAC,KAAK,EAAE,gBAAgB;IAKjC,UAAU,CAAC,OAAO,EAAE,MAAM;IAK1B,WAAW,CAAC,OAAO,EAAE,MAAM;IAK3B,aAAa,CAAC,SAAS,EAAE,IAAI;IAK7B,KAAK,IAAI,WAAW;CAcrB;AAED,eAAO,MAAM,iBAAiB,GAAI,SAAS,MAAM,KAAG,WACoB,CAAC;AAEzE,eAAO,MAAM,kBAAkB,GAAI,UAAU,MAAM,KAAG,WAYrD,CAAC;AAGF,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,CAAC,UAAU,EAAE,YAAY,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IACrD,SAAS,EAAE,CAAC,OAAO,EAAE,cAAc,KAAK,IAAI,CAAC;IAC7C,QAAQ,EAAE,CAAC,MAAM,EAAE,aAAa,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;CACnD;AAED;;;;GAIG;AACH,wBAAsB,eAAe,CACnC,MAAM,EAAE,cAAc,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC,EAC/C,QAAQ,EAAE,gBAAgB,GACzB,OAAO,CAAC,IAAI,CAAC,CAiCf;AAED,OAAO,CAAC,MAAM,CAAC;IAEb,UAAU,cAAc,CAAC,CAAC,GAAG,GAAG;QAC9B,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,qBAAqB,CAAC,CAAC,CAAC,CAAC;KACpD;CACF"}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare const chatStore$: ChatStore;
|
|
4
|
-
export declare const chatFacade: ChatFacade;
|
|
1
|
+
export { chatFacade } from './chat.facade';
|
|
2
|
+
export { chatStore$ } from './chat.store';
|
|
5
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/chat/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/chat/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"support-chat.service.d.ts","sourceRoot":"","sources":["../../../src/core/chat/support-chat.service.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"support-chat.service.d.ts","sourceRoot":"","sources":["../../../src/core/chat/support-chat.service.ts"],"names":[],"mappings":"AAOA,qBAAa,kBAAkB;IAC7B,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAoB;;IAMhD,OAAO,CAAC,UAAU,EAAE,MAAM,EAAE,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAgBzE,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IAe3B,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;YAyBnC,YAAY;CA8C3B"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const getLocale: (() => string) & {
|
|
2
|
+
_LIT_LOCALIZE_GET_LOCALE_?: never;
|
|
3
|
+
}, setLocale: ((newLocale: string) => Promise<void>) & {
|
|
4
|
+
_LIT_LOCALIZE_SET_LOCALE_?: never;
|
|
5
|
+
};
|
|
6
|
+
export declare const setLocaleFromUrl: () => Promise<void>;
|
|
7
|
+
//# sourceMappingURL=localization.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"localization.d.ts","sourceRoot":"","sources":["../../src/core/localization.ts"],"names":[],"mappings":"AAIA,eAAO,MAAQ,SAAS;;GAAE,SAAS;;CAIjC,CAAC;AAEH,eAAO,MAAM,gBAAgB,qBAI5B,CAAC"}
|