@liip/liipgpt 3.0.6 → 3.1.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/button/liipgpt-button.iife.js +93 -5
- package/chat/liipgpt-chat.iife.js +159 -121
- package/config/index.cjs +30 -1
- package/config/index.d.ts +240 -8
- package/config/index.js +30 -1
- package/configurator/_app/env.js +1 -1
- package/configurator/_app/immutable/chunks/B0YFyw9m.js +1 -0
- package/configurator/_app/immutable/chunks/{BzNmKNYl.js → B0sgJJDB.js} +2 -2
- package/configurator/_app/immutable/chunks/B0tfJ4bw.js +15 -0
- package/configurator/_app/immutable/chunks/{Du-AngZl.js → BRavZ9ND.js} +1 -1
- package/configurator/_app/immutable/chunks/CBLxj_NM.js +1 -0
- package/configurator/_app/immutable/chunks/CDW8Ir6T.js +1 -0
- package/configurator/_app/immutable/chunks/CM-bA1kG.js +143 -0
- package/configurator/_app/immutable/chunks/Cx_YT9bD.js +1 -0
- package/configurator/_app/immutable/chunks/D54U55sL.js +1 -0
- package/configurator/_app/immutable/chunks/DaodQ0aw.js +108 -0
- package/configurator/_app/immutable/chunks/DePuinxN.js +1 -0
- package/configurator/_app/immutable/chunks/{CdOhT63o.js → DqdGvHNe.js} +1 -1
- package/configurator/_app/immutable/chunks/PRp3cksF.js +3 -0
- package/configurator/_app/immutable/chunks/PtcaWgCK.js +1 -0
- package/configurator/_app/immutable/entry/app.Dr4hHnS-.js +2 -0
- package/configurator/_app/immutable/entry/start.gWhxZZVU.js +1 -0
- package/configurator/_app/immutable/nodes/{0.DQ5pdmr8.js → 0.CA8UGTeg.js} +2 -2
- package/configurator/_app/immutable/nodes/1.D6sPv5-I.js +1 -0
- package/configurator/_app/immutable/nodes/2.7Va_fsEv.js +30 -0
- package/configurator/_app/immutable/nodes/3.BlJceQgE.js +897 -0
- package/configurator/_app/version.json +1 -1
- package/configurator/index.html +10 -10
- package/configurator/sidebar.html +10 -10
- package/index.cjs +95 -5
- package/index.d.ts +541 -18
- package/index.js +95 -5
- package/package.json +1 -1
- package/configurator/_app/immutable/chunks/6iiGzJiA.js +0 -1
- package/configurator/_app/immutable/chunks/7RznL39c.js +0 -1
- package/configurator/_app/immutable/chunks/BcxyVcfq.js +0 -1
- package/configurator/_app/immutable/chunks/BkMkT2yX.js +0 -1
- package/configurator/_app/immutable/chunks/CIVexZRw.js +0 -1
- package/configurator/_app/immutable/chunks/CO1VjDW9.js +0 -212
- package/configurator/_app/immutable/chunks/CknFvNnh.js +0 -3
- package/configurator/_app/immutable/chunks/DDyGsrRo.js +0 -1
- package/configurator/_app/immutable/chunks/DeC3Wj5S.js +0 -15
- package/configurator/_app/immutable/chunks/w-7tIaYZ.js +0 -1
- package/configurator/_app/immutable/entry/app.COsCZK0Q.js +0 -2
- package/configurator/_app/immutable/entry/start.t_88bEga.js +0 -1
- package/configurator/_app/immutable/nodes/1.iGq4bplI.js +0 -1
- package/configurator/_app/immutable/nodes/2.D1z7Il5A.js +0 -30
- package/configurator/_app/immutable/nodes/3.DO39A0EF.js +0 -897
package/config/index.cjs
CHANGED
|
@@ -4239,12 +4239,12 @@ var chatSelectorTranslationSchema = exports_external.object({
|
|
|
4239
4239
|
values: exports_external.record(exports_external.string(), exports_external.string())
|
|
4240
4240
|
});
|
|
4241
4241
|
var translationSchema = exports_external.object({
|
|
4242
|
-
predefinedQuestions: exports_external.string(),
|
|
4243
4242
|
introductionTitle: exports_external.string(),
|
|
4244
4243
|
introductionDisclaimer: exports_external.string().optional(),
|
|
4245
4244
|
chatInputPlaceholder: exports_external.string(),
|
|
4246
4245
|
chatInputPlaceholderListening: exports_external.string().optional(),
|
|
4247
4246
|
chatInputSubmit: exports_external.string(),
|
|
4247
|
+
chatInputAbort: exports_external.string(),
|
|
4248
4248
|
chatInputStartListening: exports_external.string(),
|
|
4249
4249
|
chatInputStopListening: exports_external.string(),
|
|
4250
4250
|
referenceLink: exports_external.string(),
|
|
@@ -4283,8 +4283,37 @@ var translationSchema = exports_external.object({
|
|
|
4283
4283
|
classificationThankYou: exports_external.string(),
|
|
4284
4284
|
classificationTitle: exports_external.string(),
|
|
4285
4285
|
selectLanguage: exports_external.string(),
|
|
4286
|
+
languageChanged: exports_external.string(),
|
|
4287
|
+
selectColorTheme: exports_external.string(),
|
|
4286
4288
|
lightMode: exports_external.string(),
|
|
4287
4289
|
darkMode: exports_external.string(),
|
|
4290
|
+
ariaMainNavigation: exports_external.string(),
|
|
4291
|
+
ariaMainNavigationRegion: exports_external.string(),
|
|
4292
|
+
ariaGotoMainNavigation: exports_external.string(),
|
|
4293
|
+
ariaAskQuestion: exports_external.string(),
|
|
4294
|
+
ariaAskQuestionRegion: exports_external.string(),
|
|
4295
|
+
ariaNotifications: exports_external.string(),
|
|
4296
|
+
ariaPredefinedQuestions: exports_external.string(),
|
|
4297
|
+
ariaPredefinedQuestionsRegion: exports_external.string(),
|
|
4298
|
+
ariaChatHistory: exports_external.string(),
|
|
4299
|
+
ariaOpenChat: exports_external.string(),
|
|
4300
|
+
ariaQuestionFromYou: exports_external.string(),
|
|
4301
|
+
ariaAnswerFromBot: exports_external.string(),
|
|
4302
|
+
ariaLastAnswerNavigation: exports_external.string(),
|
|
4303
|
+
ariaQuestionSent: exports_external.string(),
|
|
4304
|
+
ariaAnswerReady: exports_external.string(),
|
|
4305
|
+
ariaAnswerFinished: exports_external.string(),
|
|
4306
|
+
ariaAnswerGood: exports_external.string(),
|
|
4307
|
+
ariaAnswerBad: exports_external.string(),
|
|
4308
|
+
ariaReferenceSource: exports_external.string(),
|
|
4309
|
+
ariaGiveFeedback: exports_external.string(),
|
|
4310
|
+
ariaLanguageChanged: exports_external.string(),
|
|
4311
|
+
ariaLightSelected: exports_external.string(),
|
|
4312
|
+
ariaDarkSelected: exports_external.string(),
|
|
4313
|
+
ariaSettings: exports_external.string(),
|
|
4314
|
+
ariaSettingsRegion: exports_external.string(),
|
|
4315
|
+
ariaReferencesRegion: exports_external.string(),
|
|
4316
|
+
ariaFlyoutRegion: exports_external.string(),
|
|
4288
4317
|
termsTitle: exports_external.string().optional(),
|
|
4289
4318
|
termsContent: exports_external.string().optional(),
|
|
4290
4319
|
selectors: exports_external.record(exports_external.string(), chatSelectorTranslationSchema).optional(),
|
package/config/index.d.ts
CHANGED
|
@@ -1685,12 +1685,12 @@ declare const chatSelectorTranslationSchema: z.ZodObject<{
|
|
|
1685
1685
|
intro?: string | undefined;
|
|
1686
1686
|
}>;
|
|
1687
1687
|
declare const translationSchema: z.ZodObject<{
|
|
1688
|
-
predefinedQuestions: z.ZodString;
|
|
1689
1688
|
introductionTitle: z.ZodString;
|
|
1690
1689
|
introductionDisclaimer: z.ZodOptional<z.ZodString>;
|
|
1691
1690
|
chatInputPlaceholder: z.ZodString;
|
|
1692
1691
|
chatInputPlaceholderListening: z.ZodOptional<z.ZodString>;
|
|
1693
1692
|
chatInputSubmit: z.ZodString;
|
|
1693
|
+
chatInputAbort: z.ZodString;
|
|
1694
1694
|
chatInputStartListening: z.ZodString;
|
|
1695
1695
|
chatInputStopListening: z.ZodString;
|
|
1696
1696
|
referenceLink: z.ZodString;
|
|
@@ -1729,8 +1729,37 @@ declare const translationSchema: z.ZodObject<{
|
|
|
1729
1729
|
classificationThankYou: z.ZodString;
|
|
1730
1730
|
classificationTitle: z.ZodString;
|
|
1731
1731
|
selectLanguage: z.ZodString;
|
|
1732
|
+
languageChanged: z.ZodString;
|
|
1733
|
+
selectColorTheme: z.ZodString;
|
|
1732
1734
|
lightMode: z.ZodString;
|
|
1733
1735
|
darkMode: z.ZodString;
|
|
1736
|
+
ariaMainNavigation: z.ZodString;
|
|
1737
|
+
ariaMainNavigationRegion: z.ZodString;
|
|
1738
|
+
ariaGotoMainNavigation: z.ZodString;
|
|
1739
|
+
ariaAskQuestion: z.ZodString;
|
|
1740
|
+
ariaAskQuestionRegion: z.ZodString;
|
|
1741
|
+
ariaNotifications: z.ZodString;
|
|
1742
|
+
ariaPredefinedQuestions: z.ZodString;
|
|
1743
|
+
ariaPredefinedQuestionsRegion: z.ZodString;
|
|
1744
|
+
ariaChatHistory: z.ZodString;
|
|
1745
|
+
ariaOpenChat: z.ZodString;
|
|
1746
|
+
ariaQuestionFromYou: z.ZodString;
|
|
1747
|
+
ariaAnswerFromBot: z.ZodString;
|
|
1748
|
+
ariaLastAnswerNavigation: z.ZodString;
|
|
1749
|
+
ariaQuestionSent: z.ZodString;
|
|
1750
|
+
ariaAnswerReady: z.ZodString;
|
|
1751
|
+
ariaAnswerFinished: z.ZodString;
|
|
1752
|
+
ariaAnswerGood: z.ZodString;
|
|
1753
|
+
ariaAnswerBad: z.ZodString;
|
|
1754
|
+
ariaReferenceSource: z.ZodString;
|
|
1755
|
+
ariaGiveFeedback: z.ZodString;
|
|
1756
|
+
ariaLanguageChanged: z.ZodString;
|
|
1757
|
+
ariaLightSelected: z.ZodString;
|
|
1758
|
+
ariaDarkSelected: z.ZodString;
|
|
1759
|
+
ariaSettings: z.ZodString;
|
|
1760
|
+
ariaSettingsRegion: z.ZodString;
|
|
1761
|
+
ariaReferencesRegion: z.ZodString;
|
|
1762
|
+
ariaFlyoutRegion: z.ZodString;
|
|
1734
1763
|
termsTitle: z.ZodOptional<z.ZodString>;
|
|
1735
1764
|
termsContent: z.ZodOptional<z.ZodString>;
|
|
1736
1765
|
selectors: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -1759,10 +1788,10 @@ declare const translationSchema: z.ZodObject<{
|
|
|
1759
1788
|
selectNone: z.ZodString;
|
|
1760
1789
|
resetToDefaults: z.ZodString;
|
|
1761
1790
|
}, "strip", z.ZodTypeAny, {
|
|
1762
|
-
predefinedQuestions: string;
|
|
1763
1791
|
introductionTitle: string;
|
|
1764
1792
|
chatInputPlaceholder: string;
|
|
1765
1793
|
chatInputSubmit: string;
|
|
1794
|
+
chatInputAbort: string;
|
|
1766
1795
|
chatInputStartListening: string;
|
|
1767
1796
|
chatInputStopListening: string;
|
|
1768
1797
|
referenceLink: string;
|
|
@@ -1797,8 +1826,37 @@ declare const translationSchema: z.ZodObject<{
|
|
|
1797
1826
|
classificationThankYou: string;
|
|
1798
1827
|
classificationTitle: string;
|
|
1799
1828
|
selectLanguage: string;
|
|
1829
|
+
languageChanged: string;
|
|
1830
|
+
selectColorTheme: string;
|
|
1800
1831
|
lightMode: string;
|
|
1801
1832
|
darkMode: string;
|
|
1833
|
+
ariaMainNavigation: string;
|
|
1834
|
+
ariaMainNavigationRegion: string;
|
|
1835
|
+
ariaGotoMainNavigation: string;
|
|
1836
|
+
ariaAskQuestion: string;
|
|
1837
|
+
ariaAskQuestionRegion: string;
|
|
1838
|
+
ariaNotifications: string;
|
|
1839
|
+
ariaPredefinedQuestions: string;
|
|
1840
|
+
ariaPredefinedQuestionsRegion: string;
|
|
1841
|
+
ariaChatHistory: string;
|
|
1842
|
+
ariaOpenChat: string;
|
|
1843
|
+
ariaQuestionFromYou: string;
|
|
1844
|
+
ariaAnswerFromBot: string;
|
|
1845
|
+
ariaLastAnswerNavigation: string;
|
|
1846
|
+
ariaQuestionSent: string;
|
|
1847
|
+
ariaAnswerReady: string;
|
|
1848
|
+
ariaAnswerFinished: string;
|
|
1849
|
+
ariaAnswerGood: string;
|
|
1850
|
+
ariaAnswerBad: string;
|
|
1851
|
+
ariaReferenceSource: string;
|
|
1852
|
+
ariaGiveFeedback: string;
|
|
1853
|
+
ariaLanguageChanged: string;
|
|
1854
|
+
ariaLightSelected: string;
|
|
1855
|
+
ariaDarkSelected: string;
|
|
1856
|
+
ariaSettings: string;
|
|
1857
|
+
ariaSettingsRegion: string;
|
|
1858
|
+
ariaReferencesRegion: string;
|
|
1859
|
+
ariaFlyoutRegion: string;
|
|
1802
1860
|
hideSettings: string;
|
|
1803
1861
|
showSettings: string;
|
|
1804
1862
|
chooseAtLeastOneOption: string;
|
|
@@ -1821,10 +1879,10 @@ declare const translationSchema: z.ZodObject<{
|
|
|
1821
1879
|
intro?: string | undefined;
|
|
1822
1880
|
}> | undefined;
|
|
1823
1881
|
}, {
|
|
1824
|
-
predefinedQuestions: string;
|
|
1825
1882
|
introductionTitle: string;
|
|
1826
1883
|
chatInputPlaceholder: string;
|
|
1827
1884
|
chatInputSubmit: string;
|
|
1885
|
+
chatInputAbort: string;
|
|
1828
1886
|
chatInputStartListening: string;
|
|
1829
1887
|
chatInputStopListening: string;
|
|
1830
1888
|
referenceLink: string;
|
|
@@ -1859,8 +1917,37 @@ declare const translationSchema: z.ZodObject<{
|
|
|
1859
1917
|
classificationThankYou: string;
|
|
1860
1918
|
classificationTitle: string;
|
|
1861
1919
|
selectLanguage: string;
|
|
1920
|
+
languageChanged: string;
|
|
1921
|
+
selectColorTheme: string;
|
|
1862
1922
|
lightMode: string;
|
|
1863
1923
|
darkMode: string;
|
|
1924
|
+
ariaMainNavigation: string;
|
|
1925
|
+
ariaMainNavigationRegion: string;
|
|
1926
|
+
ariaGotoMainNavigation: string;
|
|
1927
|
+
ariaAskQuestion: string;
|
|
1928
|
+
ariaAskQuestionRegion: string;
|
|
1929
|
+
ariaNotifications: string;
|
|
1930
|
+
ariaPredefinedQuestions: string;
|
|
1931
|
+
ariaPredefinedQuestionsRegion: string;
|
|
1932
|
+
ariaChatHistory: string;
|
|
1933
|
+
ariaOpenChat: string;
|
|
1934
|
+
ariaQuestionFromYou: string;
|
|
1935
|
+
ariaAnswerFromBot: string;
|
|
1936
|
+
ariaLastAnswerNavigation: string;
|
|
1937
|
+
ariaQuestionSent: string;
|
|
1938
|
+
ariaAnswerReady: string;
|
|
1939
|
+
ariaAnswerFinished: string;
|
|
1940
|
+
ariaAnswerGood: string;
|
|
1941
|
+
ariaAnswerBad: string;
|
|
1942
|
+
ariaReferenceSource: string;
|
|
1943
|
+
ariaGiveFeedback: string;
|
|
1944
|
+
ariaLanguageChanged: string;
|
|
1945
|
+
ariaLightSelected: string;
|
|
1946
|
+
ariaDarkSelected: string;
|
|
1947
|
+
ariaSettings: string;
|
|
1948
|
+
ariaSettingsRegion: string;
|
|
1949
|
+
ariaReferencesRegion: string;
|
|
1950
|
+
ariaFlyoutRegion: string;
|
|
1864
1951
|
hideSettings: string;
|
|
1865
1952
|
showSettings: string;
|
|
1866
1953
|
chooseAtLeastOneOption: string;
|
|
@@ -8621,12 +8708,12 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
8621
8708
|
"fr",
|
|
8622
8709
|
"it"
|
|
8623
8710
|
]>, z.ZodObject<{
|
|
8624
|
-
predefinedQuestions: z.ZodOptional<z.ZodString>;
|
|
8625
8711
|
introductionTitle: z.ZodOptional<z.ZodString>;
|
|
8626
8712
|
introductionDisclaimer: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
8627
8713
|
chatInputPlaceholder: z.ZodOptional<z.ZodString>;
|
|
8628
8714
|
chatInputPlaceholderListening: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
8629
8715
|
chatInputSubmit: z.ZodOptional<z.ZodString>;
|
|
8716
|
+
chatInputAbort: z.ZodOptional<z.ZodString>;
|
|
8630
8717
|
chatInputStartListening: z.ZodOptional<z.ZodString>;
|
|
8631
8718
|
chatInputStopListening: z.ZodOptional<z.ZodString>;
|
|
8632
8719
|
referenceLink: z.ZodOptional<z.ZodString>;
|
|
@@ -8665,8 +8752,37 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
8665
8752
|
classificationThankYou: z.ZodOptional<z.ZodString>;
|
|
8666
8753
|
classificationTitle: z.ZodOptional<z.ZodString>;
|
|
8667
8754
|
selectLanguage: z.ZodOptional<z.ZodString>;
|
|
8755
|
+
languageChanged: z.ZodOptional<z.ZodString>;
|
|
8756
|
+
selectColorTheme: z.ZodOptional<z.ZodString>;
|
|
8668
8757
|
lightMode: z.ZodOptional<z.ZodString>;
|
|
8669
8758
|
darkMode: z.ZodOptional<z.ZodString>;
|
|
8759
|
+
ariaMainNavigation: z.ZodOptional<z.ZodString>;
|
|
8760
|
+
ariaMainNavigationRegion: z.ZodOptional<z.ZodString>;
|
|
8761
|
+
ariaGotoMainNavigation: z.ZodOptional<z.ZodString>;
|
|
8762
|
+
ariaAskQuestion: z.ZodOptional<z.ZodString>;
|
|
8763
|
+
ariaAskQuestionRegion: z.ZodOptional<z.ZodString>;
|
|
8764
|
+
ariaNotifications: z.ZodOptional<z.ZodString>;
|
|
8765
|
+
ariaPredefinedQuestions: z.ZodOptional<z.ZodString>;
|
|
8766
|
+
ariaPredefinedQuestionsRegion: z.ZodOptional<z.ZodString>;
|
|
8767
|
+
ariaChatHistory: z.ZodOptional<z.ZodString>;
|
|
8768
|
+
ariaOpenChat: z.ZodOptional<z.ZodString>;
|
|
8769
|
+
ariaQuestionFromYou: z.ZodOptional<z.ZodString>;
|
|
8770
|
+
ariaAnswerFromBot: z.ZodOptional<z.ZodString>;
|
|
8771
|
+
ariaLastAnswerNavigation: z.ZodOptional<z.ZodString>;
|
|
8772
|
+
ariaQuestionSent: z.ZodOptional<z.ZodString>;
|
|
8773
|
+
ariaAnswerReady: z.ZodOptional<z.ZodString>;
|
|
8774
|
+
ariaAnswerFinished: z.ZodOptional<z.ZodString>;
|
|
8775
|
+
ariaAnswerGood: z.ZodOptional<z.ZodString>;
|
|
8776
|
+
ariaAnswerBad: z.ZodOptional<z.ZodString>;
|
|
8777
|
+
ariaReferenceSource: z.ZodOptional<z.ZodString>;
|
|
8778
|
+
ariaGiveFeedback: z.ZodOptional<z.ZodString>;
|
|
8779
|
+
ariaLanguageChanged: z.ZodOptional<z.ZodString>;
|
|
8780
|
+
ariaLightSelected: z.ZodOptional<z.ZodString>;
|
|
8781
|
+
ariaDarkSelected: z.ZodOptional<z.ZodString>;
|
|
8782
|
+
ariaSettings: z.ZodOptional<z.ZodString>;
|
|
8783
|
+
ariaSettingsRegion: z.ZodOptional<z.ZodString>;
|
|
8784
|
+
ariaReferencesRegion: z.ZodOptional<z.ZodString>;
|
|
8785
|
+
ariaFlyoutRegion: z.ZodOptional<z.ZodString>;
|
|
8670
8786
|
termsTitle: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
8671
8787
|
termsContent: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
8672
8788
|
hideSettings: z.ZodOptional<z.ZodString>;
|
|
@@ -8696,12 +8812,12 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
8696
8812
|
intro?: string | undefined;
|
|
8697
8813
|
}>>>;
|
|
8698
8814
|
}, "strip", z.ZodTypeAny, {
|
|
8699
|
-
predefinedQuestions?: string | undefined;
|
|
8700
8815
|
introductionTitle?: string | undefined;
|
|
8701
8816
|
introductionDisclaimer?: string | undefined;
|
|
8702
8817
|
chatInputPlaceholder?: string | undefined;
|
|
8703
8818
|
chatInputPlaceholderListening?: string | undefined;
|
|
8704
8819
|
chatInputSubmit?: string | undefined;
|
|
8820
|
+
chatInputAbort?: string | undefined;
|
|
8705
8821
|
chatInputStartListening?: string | undefined;
|
|
8706
8822
|
chatInputStopListening?: string | undefined;
|
|
8707
8823
|
referenceLink?: string | undefined;
|
|
@@ -8740,8 +8856,37 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
8740
8856
|
classificationThankYou?: string | undefined;
|
|
8741
8857
|
classificationTitle?: string | undefined;
|
|
8742
8858
|
selectLanguage?: string | undefined;
|
|
8859
|
+
languageChanged?: string | undefined;
|
|
8860
|
+
selectColorTheme?: string | undefined;
|
|
8743
8861
|
lightMode?: string | undefined;
|
|
8744
8862
|
darkMode?: string | undefined;
|
|
8863
|
+
ariaMainNavigation?: string | undefined;
|
|
8864
|
+
ariaMainNavigationRegion?: string | undefined;
|
|
8865
|
+
ariaGotoMainNavigation?: string | undefined;
|
|
8866
|
+
ariaAskQuestion?: string | undefined;
|
|
8867
|
+
ariaAskQuestionRegion?: string | undefined;
|
|
8868
|
+
ariaNotifications?: string | undefined;
|
|
8869
|
+
ariaPredefinedQuestions?: string | undefined;
|
|
8870
|
+
ariaPredefinedQuestionsRegion?: string | undefined;
|
|
8871
|
+
ariaChatHistory?: string | undefined;
|
|
8872
|
+
ariaOpenChat?: string | undefined;
|
|
8873
|
+
ariaQuestionFromYou?: string | undefined;
|
|
8874
|
+
ariaAnswerFromBot?: string | undefined;
|
|
8875
|
+
ariaLastAnswerNavigation?: string | undefined;
|
|
8876
|
+
ariaQuestionSent?: string | undefined;
|
|
8877
|
+
ariaAnswerReady?: string | undefined;
|
|
8878
|
+
ariaAnswerFinished?: string | undefined;
|
|
8879
|
+
ariaAnswerGood?: string | undefined;
|
|
8880
|
+
ariaAnswerBad?: string | undefined;
|
|
8881
|
+
ariaReferenceSource?: string | undefined;
|
|
8882
|
+
ariaGiveFeedback?: string | undefined;
|
|
8883
|
+
ariaLanguageChanged?: string | undefined;
|
|
8884
|
+
ariaLightSelected?: string | undefined;
|
|
8885
|
+
ariaDarkSelected?: string | undefined;
|
|
8886
|
+
ariaSettings?: string | undefined;
|
|
8887
|
+
ariaSettingsRegion?: string | undefined;
|
|
8888
|
+
ariaReferencesRegion?: string | undefined;
|
|
8889
|
+
ariaFlyoutRegion?: string | undefined;
|
|
8745
8890
|
termsTitle?: string | undefined;
|
|
8746
8891
|
termsContent?: string | undefined;
|
|
8747
8892
|
selectors?: Record<string, {
|
|
@@ -8758,12 +8903,12 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
8758
8903
|
selectNone?: string | undefined;
|
|
8759
8904
|
resetToDefaults?: string | undefined;
|
|
8760
8905
|
}, {
|
|
8761
|
-
predefinedQuestions?: string | undefined;
|
|
8762
8906
|
introductionTitle?: string | undefined;
|
|
8763
8907
|
introductionDisclaimer?: string | undefined;
|
|
8764
8908
|
chatInputPlaceholder?: string | undefined;
|
|
8765
8909
|
chatInputPlaceholderListening?: string | undefined;
|
|
8766
8910
|
chatInputSubmit?: string | undefined;
|
|
8911
|
+
chatInputAbort?: string | undefined;
|
|
8767
8912
|
chatInputStartListening?: string | undefined;
|
|
8768
8913
|
chatInputStopListening?: string | undefined;
|
|
8769
8914
|
referenceLink?: string | undefined;
|
|
@@ -8802,8 +8947,37 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
8802
8947
|
classificationThankYou?: string | undefined;
|
|
8803
8948
|
classificationTitle?: string | undefined;
|
|
8804
8949
|
selectLanguage?: string | undefined;
|
|
8950
|
+
languageChanged?: string | undefined;
|
|
8951
|
+
selectColorTheme?: string | undefined;
|
|
8805
8952
|
lightMode?: string | undefined;
|
|
8806
8953
|
darkMode?: string | undefined;
|
|
8954
|
+
ariaMainNavigation?: string | undefined;
|
|
8955
|
+
ariaMainNavigationRegion?: string | undefined;
|
|
8956
|
+
ariaGotoMainNavigation?: string | undefined;
|
|
8957
|
+
ariaAskQuestion?: string | undefined;
|
|
8958
|
+
ariaAskQuestionRegion?: string | undefined;
|
|
8959
|
+
ariaNotifications?: string | undefined;
|
|
8960
|
+
ariaPredefinedQuestions?: string | undefined;
|
|
8961
|
+
ariaPredefinedQuestionsRegion?: string | undefined;
|
|
8962
|
+
ariaChatHistory?: string | undefined;
|
|
8963
|
+
ariaOpenChat?: string | undefined;
|
|
8964
|
+
ariaQuestionFromYou?: string | undefined;
|
|
8965
|
+
ariaAnswerFromBot?: string | undefined;
|
|
8966
|
+
ariaLastAnswerNavigation?: string | undefined;
|
|
8967
|
+
ariaQuestionSent?: string | undefined;
|
|
8968
|
+
ariaAnswerReady?: string | undefined;
|
|
8969
|
+
ariaAnswerFinished?: string | undefined;
|
|
8970
|
+
ariaAnswerGood?: string | undefined;
|
|
8971
|
+
ariaAnswerBad?: string | undefined;
|
|
8972
|
+
ariaReferenceSource?: string | undefined;
|
|
8973
|
+
ariaGiveFeedback?: string | undefined;
|
|
8974
|
+
ariaLanguageChanged?: string | undefined;
|
|
8975
|
+
ariaLightSelected?: string | undefined;
|
|
8976
|
+
ariaDarkSelected?: string | undefined;
|
|
8977
|
+
ariaSettings?: string | undefined;
|
|
8978
|
+
ariaSettingsRegion?: string | undefined;
|
|
8979
|
+
ariaReferencesRegion?: string | undefined;
|
|
8980
|
+
ariaFlyoutRegion?: string | undefined;
|
|
8807
8981
|
termsTitle?: string | undefined;
|
|
8808
8982
|
termsContent?: string | undefined;
|
|
8809
8983
|
selectors?: Record<string, {
|
|
@@ -9264,12 +9438,12 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9264
9438
|
} | undefined;
|
|
9265
9439
|
} | undefined;
|
|
9266
9440
|
translations?: Partial<Record<"en" | "de" | "fr" | "it", {
|
|
9267
|
-
predefinedQuestions?: string | undefined;
|
|
9268
9441
|
introductionTitle?: string | undefined;
|
|
9269
9442
|
introductionDisclaimer?: string | undefined;
|
|
9270
9443
|
chatInputPlaceholder?: string | undefined;
|
|
9271
9444
|
chatInputPlaceholderListening?: string | undefined;
|
|
9272
9445
|
chatInputSubmit?: string | undefined;
|
|
9446
|
+
chatInputAbort?: string | undefined;
|
|
9273
9447
|
chatInputStartListening?: string | undefined;
|
|
9274
9448
|
chatInputStopListening?: string | undefined;
|
|
9275
9449
|
referenceLink?: string | undefined;
|
|
@@ -9308,8 +9482,37 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9308
9482
|
classificationThankYou?: string | undefined;
|
|
9309
9483
|
classificationTitle?: string | undefined;
|
|
9310
9484
|
selectLanguage?: string | undefined;
|
|
9485
|
+
languageChanged?: string | undefined;
|
|
9486
|
+
selectColorTheme?: string | undefined;
|
|
9311
9487
|
lightMode?: string | undefined;
|
|
9312
9488
|
darkMode?: string | undefined;
|
|
9489
|
+
ariaMainNavigation?: string | undefined;
|
|
9490
|
+
ariaMainNavigationRegion?: string | undefined;
|
|
9491
|
+
ariaGotoMainNavigation?: string | undefined;
|
|
9492
|
+
ariaAskQuestion?: string | undefined;
|
|
9493
|
+
ariaAskQuestionRegion?: string | undefined;
|
|
9494
|
+
ariaNotifications?: string | undefined;
|
|
9495
|
+
ariaPredefinedQuestions?: string | undefined;
|
|
9496
|
+
ariaPredefinedQuestionsRegion?: string | undefined;
|
|
9497
|
+
ariaChatHistory?: string | undefined;
|
|
9498
|
+
ariaOpenChat?: string | undefined;
|
|
9499
|
+
ariaQuestionFromYou?: string | undefined;
|
|
9500
|
+
ariaAnswerFromBot?: string | undefined;
|
|
9501
|
+
ariaLastAnswerNavigation?: string | undefined;
|
|
9502
|
+
ariaQuestionSent?: string | undefined;
|
|
9503
|
+
ariaAnswerReady?: string | undefined;
|
|
9504
|
+
ariaAnswerFinished?: string | undefined;
|
|
9505
|
+
ariaAnswerGood?: string | undefined;
|
|
9506
|
+
ariaAnswerBad?: string | undefined;
|
|
9507
|
+
ariaReferenceSource?: string | undefined;
|
|
9508
|
+
ariaGiveFeedback?: string | undefined;
|
|
9509
|
+
ariaLanguageChanged?: string | undefined;
|
|
9510
|
+
ariaLightSelected?: string | undefined;
|
|
9511
|
+
ariaDarkSelected?: string | undefined;
|
|
9512
|
+
ariaSettings?: string | undefined;
|
|
9513
|
+
ariaSettingsRegion?: string | undefined;
|
|
9514
|
+
ariaReferencesRegion?: string | undefined;
|
|
9515
|
+
ariaFlyoutRegion?: string | undefined;
|
|
9313
9516
|
termsTitle?: string | undefined;
|
|
9314
9517
|
termsContent?: string | undefined;
|
|
9315
9518
|
selectors?: Record<string, {
|
|
@@ -9743,12 +9946,12 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9743
9946
|
} | undefined;
|
|
9744
9947
|
} | undefined;
|
|
9745
9948
|
translations?: Partial<Record<"en" | "de" | "fr" | "it", {
|
|
9746
|
-
predefinedQuestions?: string | undefined;
|
|
9747
9949
|
introductionTitle?: string | undefined;
|
|
9748
9950
|
introductionDisclaimer?: string | undefined;
|
|
9749
9951
|
chatInputPlaceholder?: string | undefined;
|
|
9750
9952
|
chatInputPlaceholderListening?: string | undefined;
|
|
9751
9953
|
chatInputSubmit?: string | undefined;
|
|
9954
|
+
chatInputAbort?: string | undefined;
|
|
9752
9955
|
chatInputStartListening?: string | undefined;
|
|
9753
9956
|
chatInputStopListening?: string | undefined;
|
|
9754
9957
|
referenceLink?: string | undefined;
|
|
@@ -9787,8 +9990,37 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9787
9990
|
classificationThankYou?: string | undefined;
|
|
9788
9991
|
classificationTitle?: string | undefined;
|
|
9789
9992
|
selectLanguage?: string | undefined;
|
|
9993
|
+
languageChanged?: string | undefined;
|
|
9994
|
+
selectColorTheme?: string | undefined;
|
|
9790
9995
|
lightMode?: string | undefined;
|
|
9791
9996
|
darkMode?: string | undefined;
|
|
9997
|
+
ariaMainNavigation?: string | undefined;
|
|
9998
|
+
ariaMainNavigationRegion?: string | undefined;
|
|
9999
|
+
ariaGotoMainNavigation?: string | undefined;
|
|
10000
|
+
ariaAskQuestion?: string | undefined;
|
|
10001
|
+
ariaAskQuestionRegion?: string | undefined;
|
|
10002
|
+
ariaNotifications?: string | undefined;
|
|
10003
|
+
ariaPredefinedQuestions?: string | undefined;
|
|
10004
|
+
ariaPredefinedQuestionsRegion?: string | undefined;
|
|
10005
|
+
ariaChatHistory?: string | undefined;
|
|
10006
|
+
ariaOpenChat?: string | undefined;
|
|
10007
|
+
ariaQuestionFromYou?: string | undefined;
|
|
10008
|
+
ariaAnswerFromBot?: string | undefined;
|
|
10009
|
+
ariaLastAnswerNavigation?: string | undefined;
|
|
10010
|
+
ariaQuestionSent?: string | undefined;
|
|
10011
|
+
ariaAnswerReady?: string | undefined;
|
|
10012
|
+
ariaAnswerFinished?: string | undefined;
|
|
10013
|
+
ariaAnswerGood?: string | undefined;
|
|
10014
|
+
ariaAnswerBad?: string | undefined;
|
|
10015
|
+
ariaReferenceSource?: string | undefined;
|
|
10016
|
+
ariaGiveFeedback?: string | undefined;
|
|
10017
|
+
ariaLanguageChanged?: string | undefined;
|
|
10018
|
+
ariaLightSelected?: string | undefined;
|
|
10019
|
+
ariaDarkSelected?: string | undefined;
|
|
10020
|
+
ariaSettings?: string | undefined;
|
|
10021
|
+
ariaSettingsRegion?: string | undefined;
|
|
10022
|
+
ariaReferencesRegion?: string | undefined;
|
|
10023
|
+
ariaFlyoutRegion?: string | undefined;
|
|
9792
10024
|
termsTitle?: string | undefined;
|
|
9793
10025
|
termsContent?: string | undefined;
|
|
9794
10026
|
selectors?: Record<string, {
|
package/config/index.js
CHANGED
|
@@ -4215,12 +4215,12 @@ var chatSelectorTranslationSchema = exports_external.object({
|
|
|
4215
4215
|
values: exports_external.record(exports_external.string(), exports_external.string())
|
|
4216
4216
|
});
|
|
4217
4217
|
var translationSchema = exports_external.object({
|
|
4218
|
-
predefinedQuestions: exports_external.string(),
|
|
4219
4218
|
introductionTitle: exports_external.string(),
|
|
4220
4219
|
introductionDisclaimer: exports_external.string().optional(),
|
|
4221
4220
|
chatInputPlaceholder: exports_external.string(),
|
|
4222
4221
|
chatInputPlaceholderListening: exports_external.string().optional(),
|
|
4223
4222
|
chatInputSubmit: exports_external.string(),
|
|
4223
|
+
chatInputAbort: exports_external.string(),
|
|
4224
4224
|
chatInputStartListening: exports_external.string(),
|
|
4225
4225
|
chatInputStopListening: exports_external.string(),
|
|
4226
4226
|
referenceLink: exports_external.string(),
|
|
@@ -4259,8 +4259,37 @@ var translationSchema = exports_external.object({
|
|
|
4259
4259
|
classificationThankYou: exports_external.string(),
|
|
4260
4260
|
classificationTitle: exports_external.string(),
|
|
4261
4261
|
selectLanguage: exports_external.string(),
|
|
4262
|
+
languageChanged: exports_external.string(),
|
|
4263
|
+
selectColorTheme: exports_external.string(),
|
|
4262
4264
|
lightMode: exports_external.string(),
|
|
4263
4265
|
darkMode: exports_external.string(),
|
|
4266
|
+
ariaMainNavigation: exports_external.string(),
|
|
4267
|
+
ariaMainNavigationRegion: exports_external.string(),
|
|
4268
|
+
ariaGotoMainNavigation: exports_external.string(),
|
|
4269
|
+
ariaAskQuestion: exports_external.string(),
|
|
4270
|
+
ariaAskQuestionRegion: exports_external.string(),
|
|
4271
|
+
ariaNotifications: exports_external.string(),
|
|
4272
|
+
ariaPredefinedQuestions: exports_external.string(),
|
|
4273
|
+
ariaPredefinedQuestionsRegion: exports_external.string(),
|
|
4274
|
+
ariaChatHistory: exports_external.string(),
|
|
4275
|
+
ariaOpenChat: exports_external.string(),
|
|
4276
|
+
ariaQuestionFromYou: exports_external.string(),
|
|
4277
|
+
ariaAnswerFromBot: exports_external.string(),
|
|
4278
|
+
ariaLastAnswerNavigation: exports_external.string(),
|
|
4279
|
+
ariaQuestionSent: exports_external.string(),
|
|
4280
|
+
ariaAnswerReady: exports_external.string(),
|
|
4281
|
+
ariaAnswerFinished: exports_external.string(),
|
|
4282
|
+
ariaAnswerGood: exports_external.string(),
|
|
4283
|
+
ariaAnswerBad: exports_external.string(),
|
|
4284
|
+
ariaReferenceSource: exports_external.string(),
|
|
4285
|
+
ariaGiveFeedback: exports_external.string(),
|
|
4286
|
+
ariaLanguageChanged: exports_external.string(),
|
|
4287
|
+
ariaLightSelected: exports_external.string(),
|
|
4288
|
+
ariaDarkSelected: exports_external.string(),
|
|
4289
|
+
ariaSettings: exports_external.string(),
|
|
4290
|
+
ariaSettingsRegion: exports_external.string(),
|
|
4291
|
+
ariaReferencesRegion: exports_external.string(),
|
|
4292
|
+
ariaFlyoutRegion: exports_external.string(),
|
|
4264
4293
|
termsTitle: exports_external.string().optional(),
|
|
4265
4294
|
termsContent: exports_external.string().optional(),
|
|
4266
4295
|
selectors: exports_external.record(exports_external.string(), chatSelectorTranslationSchema).optional(),
|
package/configurator/_app/env.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const env={"PUBLIC_API_URL":"https://liipgpt.api.dev.genai.liip.ch/liipgpt","PUBLIC_CI_COMMIT_TAG":"3.0
|
|
1
|
+
export const env={"PUBLIC_API_URL":"https://liipgpt.api.dev.genai.liip.ch/liipgpt","PUBLIC_CI_COMMIT_TAG":"3.1.0"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{aa as A,ab as N,ac as P,ad as k,ae as w,af as B,ag as L,ah as D,ai as C,aj as p,ak as q,al as F,am as j,an as x,ao as O,ap as S,aq as I,ar as U,as as M,o as Y,at as H,_ as W}from"./Cx_YT9bD.js";function J(s,l,f=!1){p&&q();var c=s,r=null,t=null,e=B,i=f?N:0,u=!1;const _=(v,n=!0)=>{u=!0,d(n,v)};var a=null;function o(){a!==null&&(a.lastChild.remove(),c.before(a),a=null);var v=e?r:t,n=e?t:r;v&&D(v),n&&C(n,()=>{e?t=null:r=null})}const d=(v,n)=>{if(e===(e=v))return;let h=!1;if(p){const $=F(c)===j;!!e===$&&(c=x(),O(c),S(!1),h=!0)}var m=L(),b=c;if(m&&(a=document.createDocumentFragment(),a.append(b=P())),e?r??=n&&k(()=>n(b)):t??=n&&k(()=>n(b)),m){var E=w,g=e?r:t,y=e?t:r;g&&E.skipped_effects.delete(g),y&&E.skipped_effects.add(y),E.add_callback(o)}else o();h&&S(!0)};A(()=>{u=!1,l(_),u||d(null,null)},i),p&&(c=I)}function K(s,l,f){p&&q();var c=s,r,t,e=null,i=null;function u(){t&&(C(t),t=null),e&&(e.lastChild.remove(),c.before(e),e=null),t=i,i=null}A(()=>{if(r!==(r=l())){var _=L();if(r){var a=c;_&&(e=document.createDocumentFragment(),e.append(a=P())),i=k(()=>f(a,r))}_?w.add_callback(u):u()}},N),p&&(c=I)}function T(s,l){return s===l||s?.[W]===l}function Q(s={},l,f,c){return U(()=>{var r,t;return M(()=>{r=t,t=[],Y(()=>{s!==f(...t)&&(l(s,...t),r&&T(f(...r),s)&&l(null,...r))})}),()=>{H(()=>{t&&T(f(...t),s)&&l(null,...t)})}}),s}const Z="modulepreload",z=function(s,l){return new URL(s,l).href},R={},V=function(l,f,c){let r=Promise.resolve();if(f&&f.length>0){let _=function(a){return Promise.all(a.map(o=>Promise.resolve(o).then(d=>({status:"fulfilled",value:d}),d=>({status:"rejected",reason:d}))))};const e=document.getElementsByTagName("link"),i=document.querySelector("meta[property=csp-nonce]"),u=i?.nonce||i?.getAttribute("nonce");r=_(f.map(a=>{if(a=z(a,c),a in R)return;R[a]=!0;const o=a.endsWith(".css"),d=o?'[rel="stylesheet"]':"";if(!!c)for(let h=e.length-1;h>=0;h--){const m=e[h];if(m.href===a&&(!o||m.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${a}"]${d}`))return;const n=document.createElement("link");if(n.rel=o?"stylesheet":Z,o||(n.as="script"),n.crossOrigin="",n.href=a,u&&n.setAttribute("nonce",u),document.head.appendChild(n),o)return new Promise((h,m)=>{n.addEventListener("load",h),n.addEventListener("error",()=>m(new Error(`Unable to preload CSS for ${a}`)))})}))}function t(e){const i=new Event("vite:preloadError",{cancelable:!0});if(i.payload=e,window.dispatchEvent(i),!i.defaultPrevented)throw e}return r.then(e=>{for(const i of e||[])i.status==="rejected"&&t(i.reason);return l().catch(t)})};export{V as _,Q as b,K as c,J as i};
|