@liip/liipgpt 3.0.5 → 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 +34 -3
- package/config/index.d.ts +254 -11
- package/config/index.js +34 -3
- package/configurator/_app/env.js +1 -1
- package/configurator/_app/immutable/chunks/B0YFyw9m.js +1 -0
- package/configurator/_app/immutable/chunks/{BnkvG7IB.js → B0sgJJDB.js} +2 -2
- package/configurator/_app/immutable/chunks/B0tfJ4bw.js +15 -0
- package/configurator/_app/immutable/chunks/{BXxSlBOI.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/{CUzNvOh0.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.6Nyp5YF7.js → 0.CA8UGTeg.js} +20 -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 +99 -7
- package/index.d.ts +579 -28
- package/index.js +99 -7
- package/package.json +1 -1
- package/configurator/_app/immutable/chunks/BPqAw_M_.js +0 -1
- package/configurator/_app/immutable/chunks/BkMkT2yX.js +0 -1
- package/configurator/_app/immutable/chunks/BrRo6Gg5.js +0 -15
- package/configurator/_app/immutable/chunks/CIVexZRw.js +0 -1
- package/configurator/_app/immutable/chunks/Cp1S0mah.js +0 -3
- package/configurator/_app/immutable/chunks/DDyGsrRo.js +0 -1
- package/configurator/_app/immutable/chunks/DP_7kP9j.js +0 -1
- package/configurator/_app/immutable/chunks/HNsM71V8.js +0 -212
- package/configurator/_app/immutable/chunks/TjkIfco8.js +0 -1
- package/configurator/_app/immutable/chunks/w-7tIaYZ.js +0 -1
- package/configurator/_app/immutable/entry/app.WFBs3H0o.js +0 -2
- package/configurator/_app/immutable/entry/start.BSXxI4bC.js +0 -1
- package/configurator/_app/immutable/nodes/1.DQmrEIHy.js +0 -1
- package/configurator/_app/immutable/nodes/2.QtKjmXTG.js +0 -30
- package/configurator/_app/immutable/nodes/3.Cza37V1o.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(),
|
|
@@ -4292,7 +4321,8 @@ var translationSchema = exports_external.object({
|
|
|
4292
4321
|
showSettings: exports_external.string(),
|
|
4293
4322
|
chooseAtLeastOneOption: exports_external.string(),
|
|
4294
4323
|
selectAll: exports_external.string(),
|
|
4295
|
-
selectNone: exports_external.string()
|
|
4324
|
+
selectNone: exports_external.string(),
|
|
4325
|
+
resetToDefaults: exports_external.string()
|
|
4296
4326
|
});
|
|
4297
4327
|
var allLanguages = ["en", "de", "fr", "it"];
|
|
4298
4328
|
var languagesSchema = exports_external.enum(allLanguages);
|
|
@@ -4357,13 +4387,14 @@ var completeChatConfigSchema = exports_external.object({
|
|
|
4357
4387
|
showContextInfo: exports_external.boolean(),
|
|
4358
4388
|
showReferencesByDefault: exports_external.boolean(),
|
|
4359
4389
|
showExpandedSelectors: exports_external.boolean(),
|
|
4390
|
+
showTextFeedback: exports_external.boolean(),
|
|
4391
|
+
inlineLayout: exports_external.boolean(),
|
|
4360
4392
|
allowAudioInput: exports_external.boolean(),
|
|
4361
4393
|
blockPII: exports_external.boolean(),
|
|
4362
4394
|
questionPrefix: exports_external.string(),
|
|
4363
4395
|
menu: exports_external.record(languagesSchema, exports_external.array(menuItemSchema)).optional(),
|
|
4364
4396
|
supportedLanguages: exports_external.array(languagesSchema),
|
|
4365
4397
|
classification: classificationConfigSchema.optional(),
|
|
4366
|
-
showTextFeedback: exports_external.boolean(),
|
|
4367
4398
|
theme: themeSchema2,
|
|
4368
4399
|
translations: translationsSchema,
|
|
4369
4400
|
buttonHref: exports_external.string().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<{
|
|
@@ -1757,11 +1786,12 @@ declare const translationSchema: z.ZodObject<{
|
|
|
1757
1786
|
chooseAtLeastOneOption: z.ZodString;
|
|
1758
1787
|
selectAll: z.ZodString;
|
|
1759
1788
|
selectNone: z.ZodString;
|
|
1789
|
+
resetToDefaults: z.ZodString;
|
|
1760
1790
|
}, "strip", z.ZodTypeAny, {
|
|
1761
|
-
predefinedQuestions: string;
|
|
1762
1791
|
introductionTitle: string;
|
|
1763
1792
|
chatInputPlaceholder: string;
|
|
1764
1793
|
chatInputSubmit: string;
|
|
1794
|
+
chatInputAbort: string;
|
|
1765
1795
|
chatInputStartListening: string;
|
|
1766
1796
|
chatInputStopListening: string;
|
|
1767
1797
|
referenceLink: string;
|
|
@@ -1796,13 +1826,43 @@ declare const translationSchema: z.ZodObject<{
|
|
|
1796
1826
|
classificationThankYou: string;
|
|
1797
1827
|
classificationTitle: string;
|
|
1798
1828
|
selectLanguage: string;
|
|
1829
|
+
languageChanged: string;
|
|
1830
|
+
selectColorTheme: string;
|
|
1799
1831
|
lightMode: string;
|
|
1800
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;
|
|
1801
1860
|
hideSettings: string;
|
|
1802
1861
|
showSettings: string;
|
|
1803
1862
|
chooseAtLeastOneOption: string;
|
|
1804
1863
|
selectAll: string;
|
|
1805
1864
|
selectNone: string;
|
|
1865
|
+
resetToDefaults: string;
|
|
1806
1866
|
introductionDisclaimer?: string | undefined;
|
|
1807
1867
|
chatInputPlaceholderListening?: string | undefined;
|
|
1808
1868
|
chatFooterText?: string | undefined;
|
|
@@ -1819,10 +1879,10 @@ declare const translationSchema: z.ZodObject<{
|
|
|
1819
1879
|
intro?: string | undefined;
|
|
1820
1880
|
}> | undefined;
|
|
1821
1881
|
}, {
|
|
1822
|
-
predefinedQuestions: string;
|
|
1823
1882
|
introductionTitle: string;
|
|
1824
1883
|
chatInputPlaceholder: string;
|
|
1825
1884
|
chatInputSubmit: string;
|
|
1885
|
+
chatInputAbort: string;
|
|
1826
1886
|
chatInputStartListening: string;
|
|
1827
1887
|
chatInputStopListening: string;
|
|
1828
1888
|
referenceLink: string;
|
|
@@ -1857,13 +1917,43 @@ declare const translationSchema: z.ZodObject<{
|
|
|
1857
1917
|
classificationThankYou: string;
|
|
1858
1918
|
classificationTitle: string;
|
|
1859
1919
|
selectLanguage: string;
|
|
1920
|
+
languageChanged: string;
|
|
1921
|
+
selectColorTheme: string;
|
|
1860
1922
|
lightMode: string;
|
|
1861
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;
|
|
1862
1951
|
hideSettings: string;
|
|
1863
1952
|
showSettings: string;
|
|
1864
1953
|
chooseAtLeastOneOption: string;
|
|
1865
1954
|
selectAll: string;
|
|
1866
1955
|
selectNone: string;
|
|
1956
|
+
resetToDefaults: string;
|
|
1867
1957
|
introductionDisclaimer?: string | undefined;
|
|
1868
1958
|
chatInputPlaceholderListening?: string | undefined;
|
|
1869
1959
|
chatFooterText?: string | undefined;
|
|
@@ -4372,6 +4462,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
4372
4462
|
showContextInfo: z.ZodOptional<z.ZodBoolean>;
|
|
4373
4463
|
showReferencesByDefault: z.ZodOptional<z.ZodBoolean>;
|
|
4374
4464
|
showExpandedSelectors: z.ZodOptional<z.ZodBoolean>;
|
|
4465
|
+
showTextFeedback: z.ZodOptional<z.ZodBoolean>;
|
|
4466
|
+
inlineLayout: z.ZodOptional<z.ZodBoolean>;
|
|
4375
4467
|
allowAudioInput: z.ZodOptional<z.ZodBoolean>;
|
|
4376
4468
|
blockPII: z.ZodOptional<z.ZodBoolean>;
|
|
4377
4469
|
questionPrefix: z.ZodOptional<z.ZodString>;
|
|
@@ -4487,7 +4579,6 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
4487
4579
|
label: string;
|
|
4488
4580
|
} | undefined;
|
|
4489
4581
|
}>>>;
|
|
4490
|
-
showTextFeedback: z.ZodOptional<z.ZodBoolean>;
|
|
4491
4582
|
theme: z.ZodOptional<z.ZodObject<{
|
|
4492
4583
|
avatarImageUrl: z.ZodOptional<z.ZodString>;
|
|
4493
4584
|
colors: z.ZodOptional<z.ZodObject<{
|
|
@@ -8617,12 +8708,12 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
8617
8708
|
"fr",
|
|
8618
8709
|
"it"
|
|
8619
8710
|
]>, z.ZodObject<{
|
|
8620
|
-
predefinedQuestions: z.ZodOptional<z.ZodString>;
|
|
8621
8711
|
introductionTitle: z.ZodOptional<z.ZodString>;
|
|
8622
8712
|
introductionDisclaimer: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
8623
8713
|
chatInputPlaceholder: z.ZodOptional<z.ZodString>;
|
|
8624
8714
|
chatInputPlaceholderListening: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
8625
8715
|
chatInputSubmit: z.ZodOptional<z.ZodString>;
|
|
8716
|
+
chatInputAbort: z.ZodOptional<z.ZodString>;
|
|
8626
8717
|
chatInputStartListening: z.ZodOptional<z.ZodString>;
|
|
8627
8718
|
chatInputStopListening: z.ZodOptional<z.ZodString>;
|
|
8628
8719
|
referenceLink: z.ZodOptional<z.ZodString>;
|
|
@@ -8661,8 +8752,37 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
8661
8752
|
classificationThankYou: z.ZodOptional<z.ZodString>;
|
|
8662
8753
|
classificationTitle: z.ZodOptional<z.ZodString>;
|
|
8663
8754
|
selectLanguage: z.ZodOptional<z.ZodString>;
|
|
8755
|
+
languageChanged: z.ZodOptional<z.ZodString>;
|
|
8756
|
+
selectColorTheme: z.ZodOptional<z.ZodString>;
|
|
8664
8757
|
lightMode: z.ZodOptional<z.ZodString>;
|
|
8665
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>;
|
|
8666
8786
|
termsTitle: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
8667
8787
|
termsContent: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
8668
8788
|
hideSettings: z.ZodOptional<z.ZodString>;
|
|
@@ -8670,6 +8790,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
8670
8790
|
chooseAtLeastOneOption: z.ZodOptional<z.ZodString>;
|
|
8671
8791
|
selectAll: z.ZodOptional<z.ZodString>;
|
|
8672
8792
|
selectNone: z.ZodOptional<z.ZodString>;
|
|
8793
|
+
resetToDefaults: z.ZodOptional<z.ZodString>;
|
|
8673
8794
|
} & {
|
|
8674
8795
|
selectors: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
8675
8796
|
name: z.ZodString;
|
|
@@ -8691,12 +8812,12 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
8691
8812
|
intro?: string | undefined;
|
|
8692
8813
|
}>>>;
|
|
8693
8814
|
}, "strip", z.ZodTypeAny, {
|
|
8694
|
-
predefinedQuestions?: string | undefined;
|
|
8695
8815
|
introductionTitle?: string | undefined;
|
|
8696
8816
|
introductionDisclaimer?: string | undefined;
|
|
8697
8817
|
chatInputPlaceholder?: string | undefined;
|
|
8698
8818
|
chatInputPlaceholderListening?: string | undefined;
|
|
8699
8819
|
chatInputSubmit?: string | undefined;
|
|
8820
|
+
chatInputAbort?: string | undefined;
|
|
8700
8821
|
chatInputStartListening?: string | undefined;
|
|
8701
8822
|
chatInputStopListening?: string | undefined;
|
|
8702
8823
|
referenceLink?: string | undefined;
|
|
@@ -8735,8 +8856,37 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
8735
8856
|
classificationThankYou?: string | undefined;
|
|
8736
8857
|
classificationTitle?: string | undefined;
|
|
8737
8858
|
selectLanguage?: string | undefined;
|
|
8859
|
+
languageChanged?: string | undefined;
|
|
8860
|
+
selectColorTheme?: string | undefined;
|
|
8738
8861
|
lightMode?: string | undefined;
|
|
8739
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;
|
|
8740
8890
|
termsTitle?: string | undefined;
|
|
8741
8891
|
termsContent?: string | undefined;
|
|
8742
8892
|
selectors?: Record<string, {
|
|
@@ -8751,13 +8901,14 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
8751
8901
|
chooseAtLeastOneOption?: string | undefined;
|
|
8752
8902
|
selectAll?: string | undefined;
|
|
8753
8903
|
selectNone?: string | undefined;
|
|
8904
|
+
resetToDefaults?: string | undefined;
|
|
8754
8905
|
}, {
|
|
8755
|
-
predefinedQuestions?: string | undefined;
|
|
8756
8906
|
introductionTitle?: string | undefined;
|
|
8757
8907
|
introductionDisclaimer?: string | undefined;
|
|
8758
8908
|
chatInputPlaceholder?: string | undefined;
|
|
8759
8909
|
chatInputPlaceholderListening?: string | undefined;
|
|
8760
8910
|
chatInputSubmit?: string | undefined;
|
|
8911
|
+
chatInputAbort?: string | undefined;
|
|
8761
8912
|
chatInputStartListening?: string | undefined;
|
|
8762
8913
|
chatInputStopListening?: string | undefined;
|
|
8763
8914
|
referenceLink?: string | undefined;
|
|
@@ -8796,8 +8947,37 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
8796
8947
|
classificationThankYou?: string | undefined;
|
|
8797
8948
|
classificationTitle?: string | undefined;
|
|
8798
8949
|
selectLanguage?: string | undefined;
|
|
8950
|
+
languageChanged?: string | undefined;
|
|
8951
|
+
selectColorTheme?: string | undefined;
|
|
8799
8952
|
lightMode?: string | undefined;
|
|
8800
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;
|
|
8801
8981
|
termsTitle?: string | undefined;
|
|
8802
8982
|
termsContent?: string | undefined;
|
|
8803
8983
|
selectors?: Record<string, {
|
|
@@ -8812,6 +8992,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
8812
8992
|
chooseAtLeastOneOption?: string | undefined;
|
|
8813
8993
|
selectAll?: string | undefined;
|
|
8814
8994
|
selectNone?: string | undefined;
|
|
8995
|
+
resetToDefaults?: string | undefined;
|
|
8815
8996
|
}>>>;
|
|
8816
8997
|
buttonHref: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
8817
8998
|
addQueryToUrlParams: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -8884,11 +9065,12 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
8884
9065
|
showContextInfo?: boolean | undefined;
|
|
8885
9066
|
showReferencesByDefault?: boolean | undefined;
|
|
8886
9067
|
showExpandedSelectors?: boolean | undefined;
|
|
9068
|
+
showTextFeedback?: boolean | undefined;
|
|
9069
|
+
inlineLayout?: boolean | undefined;
|
|
8887
9070
|
allowAudioInput?: boolean | undefined;
|
|
8888
9071
|
blockPII?: boolean | undefined;
|
|
8889
9072
|
questionPrefix?: string | undefined;
|
|
8890
9073
|
supportedLanguages?: ("en" | "de" | "fr" | "it")[] | undefined;
|
|
8891
|
-
showTextFeedback?: boolean | undefined;
|
|
8892
9074
|
theme?: {
|
|
8893
9075
|
borderRadius?: string | {
|
|
8894
9076
|
minRem: number;
|
|
@@ -9256,12 +9438,12 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9256
9438
|
} | undefined;
|
|
9257
9439
|
} | undefined;
|
|
9258
9440
|
translations?: Partial<Record<"en" | "de" | "fr" | "it", {
|
|
9259
|
-
predefinedQuestions?: string | undefined;
|
|
9260
9441
|
introductionTitle?: string | undefined;
|
|
9261
9442
|
introductionDisclaimer?: string | undefined;
|
|
9262
9443
|
chatInputPlaceholder?: string | undefined;
|
|
9263
9444
|
chatInputPlaceholderListening?: string | undefined;
|
|
9264
9445
|
chatInputSubmit?: string | undefined;
|
|
9446
|
+
chatInputAbort?: string | undefined;
|
|
9265
9447
|
chatInputStartListening?: string | undefined;
|
|
9266
9448
|
chatInputStopListening?: string | undefined;
|
|
9267
9449
|
referenceLink?: string | undefined;
|
|
@@ -9300,8 +9482,37 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9300
9482
|
classificationThankYou?: string | undefined;
|
|
9301
9483
|
classificationTitle?: string | undefined;
|
|
9302
9484
|
selectLanguage?: string | undefined;
|
|
9485
|
+
languageChanged?: string | undefined;
|
|
9486
|
+
selectColorTheme?: string | undefined;
|
|
9303
9487
|
lightMode?: string | undefined;
|
|
9304
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;
|
|
9305
9516
|
termsTitle?: string | undefined;
|
|
9306
9517
|
termsContent?: string | undefined;
|
|
9307
9518
|
selectors?: Record<string, {
|
|
@@ -9316,6 +9527,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9316
9527
|
chooseAtLeastOneOption?: string | undefined;
|
|
9317
9528
|
selectAll?: string | undefined;
|
|
9318
9529
|
selectNone?: string | undefined;
|
|
9530
|
+
resetToDefaults?: string | undefined;
|
|
9319
9531
|
}>> | undefined;
|
|
9320
9532
|
buttonHref?: string | undefined;
|
|
9321
9533
|
addQueryToUrlParams?: boolean | undefined;
|
|
@@ -9361,11 +9573,12 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9361
9573
|
showContextInfo?: boolean | undefined;
|
|
9362
9574
|
showReferencesByDefault?: boolean | undefined;
|
|
9363
9575
|
showExpandedSelectors?: boolean | undefined;
|
|
9576
|
+
showTextFeedback?: boolean | undefined;
|
|
9577
|
+
inlineLayout?: boolean | undefined;
|
|
9364
9578
|
allowAudioInput?: boolean | undefined;
|
|
9365
9579
|
blockPII?: boolean | undefined;
|
|
9366
9580
|
questionPrefix?: string | undefined;
|
|
9367
9581
|
supportedLanguages?: ("en" | "de" | "fr" | "it")[] | undefined;
|
|
9368
|
-
showTextFeedback?: boolean | undefined;
|
|
9369
9582
|
theme?: {
|
|
9370
9583
|
borderRadius?: string | {
|
|
9371
9584
|
minRem: number;
|
|
@@ -9733,12 +9946,12 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9733
9946
|
} | undefined;
|
|
9734
9947
|
} | undefined;
|
|
9735
9948
|
translations?: Partial<Record<"en" | "de" | "fr" | "it", {
|
|
9736
|
-
predefinedQuestions?: string | undefined;
|
|
9737
9949
|
introductionTitle?: string | undefined;
|
|
9738
9950
|
introductionDisclaimer?: string | undefined;
|
|
9739
9951
|
chatInputPlaceholder?: string | undefined;
|
|
9740
9952
|
chatInputPlaceholderListening?: string | undefined;
|
|
9741
9953
|
chatInputSubmit?: string | undefined;
|
|
9954
|
+
chatInputAbort?: string | undefined;
|
|
9742
9955
|
chatInputStartListening?: string | undefined;
|
|
9743
9956
|
chatInputStopListening?: string | undefined;
|
|
9744
9957
|
referenceLink?: string | undefined;
|
|
@@ -9777,8 +9990,37 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9777
9990
|
classificationThankYou?: string | undefined;
|
|
9778
9991
|
classificationTitle?: string | undefined;
|
|
9779
9992
|
selectLanguage?: string | undefined;
|
|
9993
|
+
languageChanged?: string | undefined;
|
|
9994
|
+
selectColorTheme?: string | undefined;
|
|
9780
9995
|
lightMode?: string | undefined;
|
|
9781
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;
|
|
9782
10024
|
termsTitle?: string | undefined;
|
|
9783
10025
|
termsContent?: string | undefined;
|
|
9784
10026
|
selectors?: Record<string, {
|
|
@@ -9793,6 +10035,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9793
10035
|
chooseAtLeastOneOption?: string | undefined;
|
|
9794
10036
|
selectAll?: string | undefined;
|
|
9795
10037
|
selectNone?: string | undefined;
|
|
10038
|
+
resetToDefaults?: string | undefined;
|
|
9796
10039
|
}>> | undefined;
|
|
9797
10040
|
buttonHref?: string | undefined;
|
|
9798
10041
|
addQueryToUrlParams?: boolean | undefined;
|
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(),
|
|
@@ -4268,7 +4297,8 @@ var translationSchema = exports_external.object({
|
|
|
4268
4297
|
showSettings: exports_external.string(),
|
|
4269
4298
|
chooseAtLeastOneOption: exports_external.string(),
|
|
4270
4299
|
selectAll: exports_external.string(),
|
|
4271
|
-
selectNone: exports_external.string()
|
|
4300
|
+
selectNone: exports_external.string(),
|
|
4301
|
+
resetToDefaults: exports_external.string()
|
|
4272
4302
|
});
|
|
4273
4303
|
var allLanguages = ["en", "de", "fr", "it"];
|
|
4274
4304
|
var languagesSchema = exports_external.enum(allLanguages);
|
|
@@ -4333,13 +4363,14 @@ var completeChatConfigSchema = exports_external.object({
|
|
|
4333
4363
|
showContextInfo: exports_external.boolean(),
|
|
4334
4364
|
showReferencesByDefault: exports_external.boolean(),
|
|
4335
4365
|
showExpandedSelectors: exports_external.boolean(),
|
|
4366
|
+
showTextFeedback: exports_external.boolean(),
|
|
4367
|
+
inlineLayout: exports_external.boolean(),
|
|
4336
4368
|
allowAudioInput: exports_external.boolean(),
|
|
4337
4369
|
blockPII: exports_external.boolean(),
|
|
4338
4370
|
questionPrefix: exports_external.string(),
|
|
4339
4371
|
menu: exports_external.record(languagesSchema, exports_external.array(menuItemSchema)).optional(),
|
|
4340
4372
|
supportedLanguages: exports_external.array(languagesSchema),
|
|
4341
4373
|
classification: classificationConfigSchema.optional(),
|
|
4342
|
-
showTextFeedback: exports_external.boolean(),
|
|
4343
4374
|
theme: themeSchema2,
|
|
4344
4375
|
translations: translationsSchema,
|
|
4345
4376
|
buttonHref: exports_external.string().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};
|