@liip/liipgpt 3.1.13 → 3.1.14
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 +26 -26
- package/chat/liipgpt-chat.iife.js +43 -43
- package/config/index.cjs +5 -0
- package/config/index.d.ts +40 -0
- package/config/index.js +5 -0
- package/configurator/_app/env.js +1 -1
- package/configurator/_app/immutable/chunks/BMUn1BIl.js +1 -0
- package/configurator/_app/immutable/chunks/{B5b20vC5.js → C2C28fhI.js} +1 -1
- package/configurator/_app/immutable/chunks/{wsC8zKOo.js → CBWLzh9d.js} +1 -1
- package/configurator/_app/immutable/chunks/{BmkBsBqo.js → CBycDsg8.js} +1 -1
- package/configurator/_app/immutable/chunks/{D7pwWfbv.js → CberKjNv.js} +2 -2
- package/configurator/_app/immutable/chunks/ClVels8W.js +279 -0
- package/configurator/_app/immutable/chunks/CunBM784.js +108 -0
- package/configurator/_app/immutable/chunks/{B0YFyw9m.js → DLsBQsIv.js} +1 -1
- package/configurator/_app/immutable/chunks/{BW5HGSQX.js → DfccEWAh.js} +1 -1
- package/configurator/_app/immutable/chunks/{Dti0Jy1F.js → NuPS2L4V.js} +1 -1
- package/configurator/_app/immutable/entry/{app.teVt-L9q.js → app.yyXfu0eF.js} +2 -2
- package/configurator/_app/immutable/entry/start.CUlbg1LP.js +1 -0
- package/configurator/_app/immutable/nodes/{0.CXBIpwD-.js → 0.CmvbsMpl.js} +1 -1
- package/configurator/_app/immutable/nodes/{1.BVvu-oNU.js → 1.Ok_iOTIE.js} +1 -1
- package/configurator/_app/immutable/nodes/{2.D0EYnTHa.js → 2.CF_-yxRZ.js} +3 -3
- package/configurator/_app/immutable/nodes/{3.metSClos.js → 3.BDPJK30L.js} +1 -1
- package/configurator/_app/version.json +1 -1
- package/configurator/index.html +7 -7
- package/configurator/sidebar.html +7 -7
- package/index.cjs +5 -0
- package/index.d.ts +90 -0
- package/index.js +5 -0
- package/package.json +1 -1
- package/configurator/_app/immutable/chunks/BTlA0abw.js +0 -1
- package/configurator/_app/immutable/chunks/Bui4vWcG.js +0 -108
- package/configurator/_app/immutable/chunks/CDPxb1-d.js +0 -279
- package/configurator/_app/immutable/entry/start.DdzAWzJ9.js +0 -1
package/index.d.ts
CHANGED
|
@@ -2180,6 +2180,11 @@ export declare const fullTranslations: z.ZodRecord<z.ZodEnum<[
|
|
|
2180
2180
|
ariaSettingsRegion: z.ZodString;
|
|
2181
2181
|
ariaReferencesRegion: z.ZodString;
|
|
2182
2182
|
ariaFlyoutRegion: z.ZodString;
|
|
2183
|
+
ariaSelected: z.ZodString;
|
|
2184
|
+
ariaUnselected: z.ZodString;
|
|
2185
|
+
ariaAllSelected: z.ZodString;
|
|
2186
|
+
ariaAllUnselected: z.ZodString;
|
|
2187
|
+
ariaAllReseted: z.ZodString;
|
|
2183
2188
|
popups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2184
2189
|
hash: z.ZodString;
|
|
2185
2190
|
title: z.ZodString;
|
|
@@ -2291,6 +2296,11 @@ export declare const fullTranslations: z.ZodRecord<z.ZodEnum<[
|
|
|
2291
2296
|
ariaSettingsRegion: string;
|
|
2292
2297
|
ariaReferencesRegion: string;
|
|
2293
2298
|
ariaFlyoutRegion: string;
|
|
2299
|
+
ariaSelected: string;
|
|
2300
|
+
ariaUnselected: string;
|
|
2301
|
+
ariaAllSelected: string;
|
|
2302
|
+
ariaAllUnselected: string;
|
|
2303
|
+
ariaAllReseted: string;
|
|
2294
2304
|
hideSettings: string;
|
|
2295
2305
|
showSettings: string;
|
|
2296
2306
|
chooseAtLeastOneOption: string;
|
|
@@ -2388,6 +2398,11 @@ export declare const fullTranslations: z.ZodRecord<z.ZodEnum<[
|
|
|
2388
2398
|
ariaSettingsRegion: string;
|
|
2389
2399
|
ariaReferencesRegion: string;
|
|
2390
2400
|
ariaFlyoutRegion: string;
|
|
2401
|
+
ariaSelected: string;
|
|
2402
|
+
ariaUnselected: string;
|
|
2403
|
+
ariaAllSelected: string;
|
|
2404
|
+
ariaAllUnselected: string;
|
|
2405
|
+
ariaAllReseted: string;
|
|
2391
2406
|
hideSettings: string;
|
|
2392
2407
|
showSettings: string;
|
|
2393
2408
|
chooseAtLeastOneOption: string;
|
|
@@ -6797,6 +6812,11 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
6797
6812
|
ariaSettingsRegion: z.ZodOptional<z.ZodString>;
|
|
6798
6813
|
ariaReferencesRegion: z.ZodOptional<z.ZodString>;
|
|
6799
6814
|
ariaFlyoutRegion: z.ZodOptional<z.ZodString>;
|
|
6815
|
+
ariaSelected: z.ZodOptional<z.ZodString>;
|
|
6816
|
+
ariaUnselected: z.ZodOptional<z.ZodString>;
|
|
6817
|
+
ariaAllSelected: z.ZodOptional<z.ZodString>;
|
|
6818
|
+
ariaAllUnselected: z.ZodOptional<z.ZodString>;
|
|
6819
|
+
ariaAllReseted: z.ZodOptional<z.ZodString>;
|
|
6800
6820
|
popups: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6801
6821
|
hash: z.ZodString;
|
|
6802
6822
|
title: z.ZodString;
|
|
@@ -6915,6 +6935,11 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
6915
6935
|
ariaSettingsRegion?: string | undefined;
|
|
6916
6936
|
ariaReferencesRegion?: string | undefined;
|
|
6917
6937
|
ariaFlyoutRegion?: string | undefined;
|
|
6938
|
+
ariaSelected?: string | undefined;
|
|
6939
|
+
ariaUnselected?: string | undefined;
|
|
6940
|
+
ariaAllSelected?: string | undefined;
|
|
6941
|
+
ariaAllUnselected?: string | undefined;
|
|
6942
|
+
ariaAllReseted?: string | undefined;
|
|
6918
6943
|
popups?: {
|
|
6919
6944
|
content: string;
|
|
6920
6945
|
title: string;
|
|
@@ -7012,6 +7037,11 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
7012
7037
|
ariaSettingsRegion?: string | undefined;
|
|
7013
7038
|
ariaReferencesRegion?: string | undefined;
|
|
7014
7039
|
ariaFlyoutRegion?: string | undefined;
|
|
7040
|
+
ariaSelected?: string | undefined;
|
|
7041
|
+
ariaUnselected?: string | undefined;
|
|
7042
|
+
ariaAllSelected?: string | undefined;
|
|
7043
|
+
ariaAllUnselected?: string | undefined;
|
|
7044
|
+
ariaAllReseted?: string | undefined;
|
|
7015
7045
|
popups?: {
|
|
7016
7046
|
content: string;
|
|
7017
7047
|
title: string;
|
|
@@ -7548,6 +7578,11 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
7548
7578
|
ariaSettingsRegion?: string | undefined;
|
|
7549
7579
|
ariaReferencesRegion?: string | undefined;
|
|
7550
7580
|
ariaFlyoutRegion?: string | undefined;
|
|
7581
|
+
ariaSelected?: string | undefined;
|
|
7582
|
+
ariaUnselected?: string | undefined;
|
|
7583
|
+
ariaAllSelected?: string | undefined;
|
|
7584
|
+
ariaAllUnselected?: string | undefined;
|
|
7585
|
+
ariaAllReseted?: string | undefined;
|
|
7551
7586
|
popups?: {
|
|
7552
7587
|
content: string;
|
|
7553
7588
|
title: string;
|
|
@@ -8065,6 +8100,11 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
8065
8100
|
ariaSettingsRegion?: string | undefined;
|
|
8066
8101
|
ariaReferencesRegion?: string | undefined;
|
|
8067
8102
|
ariaFlyoutRegion?: string | undefined;
|
|
8103
|
+
ariaSelected?: string | undefined;
|
|
8104
|
+
ariaUnselected?: string | undefined;
|
|
8105
|
+
ariaAllSelected?: string | undefined;
|
|
8106
|
+
ariaAllUnselected?: string | undefined;
|
|
8107
|
+
ariaAllReseted?: string | undefined;
|
|
8068
8108
|
popups?: {
|
|
8069
8109
|
content: string;
|
|
8070
8110
|
title: string;
|
|
@@ -12458,6 +12498,11 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
12458
12498
|
ariaSettingsRegion: z.ZodOptional<z.ZodString>;
|
|
12459
12499
|
ariaReferencesRegion: z.ZodOptional<z.ZodString>;
|
|
12460
12500
|
ariaFlyoutRegion: z.ZodOptional<z.ZodString>;
|
|
12501
|
+
ariaSelected: z.ZodOptional<z.ZodString>;
|
|
12502
|
+
ariaUnselected: z.ZodOptional<z.ZodString>;
|
|
12503
|
+
ariaAllSelected: z.ZodOptional<z.ZodString>;
|
|
12504
|
+
ariaAllUnselected: z.ZodOptional<z.ZodString>;
|
|
12505
|
+
ariaAllReseted: z.ZodOptional<z.ZodString>;
|
|
12461
12506
|
popups: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12462
12507
|
hash: z.ZodString;
|
|
12463
12508
|
title: z.ZodString;
|
|
@@ -12576,6 +12621,11 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
12576
12621
|
ariaSettingsRegion?: string | undefined;
|
|
12577
12622
|
ariaReferencesRegion?: string | undefined;
|
|
12578
12623
|
ariaFlyoutRegion?: string | undefined;
|
|
12624
|
+
ariaSelected?: string | undefined;
|
|
12625
|
+
ariaUnselected?: string | undefined;
|
|
12626
|
+
ariaAllSelected?: string | undefined;
|
|
12627
|
+
ariaAllUnselected?: string | undefined;
|
|
12628
|
+
ariaAllReseted?: string | undefined;
|
|
12579
12629
|
popups?: {
|
|
12580
12630
|
content: string;
|
|
12581
12631
|
title: string;
|
|
@@ -12673,6 +12723,11 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
12673
12723
|
ariaSettingsRegion?: string | undefined;
|
|
12674
12724
|
ariaReferencesRegion?: string | undefined;
|
|
12675
12725
|
ariaFlyoutRegion?: string | undefined;
|
|
12726
|
+
ariaSelected?: string | undefined;
|
|
12727
|
+
ariaUnselected?: string | undefined;
|
|
12728
|
+
ariaAllSelected?: string | undefined;
|
|
12729
|
+
ariaAllUnselected?: string | undefined;
|
|
12730
|
+
ariaAllReseted?: string | undefined;
|
|
12676
12731
|
popups?: {
|
|
12677
12732
|
content: string;
|
|
12678
12733
|
title: string;
|
|
@@ -13217,6 +13272,11 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
13217
13272
|
ariaSettingsRegion?: string | undefined;
|
|
13218
13273
|
ariaReferencesRegion?: string | undefined;
|
|
13219
13274
|
ariaFlyoutRegion?: string | undefined;
|
|
13275
|
+
ariaSelected?: string | undefined;
|
|
13276
|
+
ariaUnselected?: string | undefined;
|
|
13277
|
+
ariaAllSelected?: string | undefined;
|
|
13278
|
+
ariaAllUnselected?: string | undefined;
|
|
13279
|
+
ariaAllReseted?: string | undefined;
|
|
13220
13280
|
popups?: {
|
|
13221
13281
|
content: string;
|
|
13222
13282
|
title: string;
|
|
@@ -13734,6 +13794,11 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
13734
13794
|
ariaSettingsRegion?: string | undefined;
|
|
13735
13795
|
ariaReferencesRegion?: string | undefined;
|
|
13736
13796
|
ariaFlyoutRegion?: string | undefined;
|
|
13797
|
+
ariaSelected?: string | undefined;
|
|
13798
|
+
ariaUnselected?: string | undefined;
|
|
13799
|
+
ariaAllSelected?: string | undefined;
|
|
13800
|
+
ariaAllUnselected?: string | undefined;
|
|
13801
|
+
ariaAllReseted?: string | undefined;
|
|
13737
13802
|
popups?: {
|
|
13738
13803
|
content: string;
|
|
13739
13804
|
title: string;
|
|
@@ -18105,6 +18170,11 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
18105
18170
|
ariaSettingsRegion: z.ZodOptional<z.ZodString>;
|
|
18106
18171
|
ariaReferencesRegion: z.ZodOptional<z.ZodString>;
|
|
18107
18172
|
ariaFlyoutRegion: z.ZodOptional<z.ZodString>;
|
|
18173
|
+
ariaSelected: z.ZodOptional<z.ZodString>;
|
|
18174
|
+
ariaUnselected: z.ZodOptional<z.ZodString>;
|
|
18175
|
+
ariaAllSelected: z.ZodOptional<z.ZodString>;
|
|
18176
|
+
ariaAllUnselected: z.ZodOptional<z.ZodString>;
|
|
18177
|
+
ariaAllReseted: z.ZodOptional<z.ZodString>;
|
|
18108
18178
|
popups: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
18109
18179
|
hash: z.ZodString;
|
|
18110
18180
|
title: z.ZodString;
|
|
@@ -18223,6 +18293,11 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
18223
18293
|
ariaSettingsRegion?: string | undefined;
|
|
18224
18294
|
ariaReferencesRegion?: string | undefined;
|
|
18225
18295
|
ariaFlyoutRegion?: string | undefined;
|
|
18296
|
+
ariaSelected?: string | undefined;
|
|
18297
|
+
ariaUnselected?: string | undefined;
|
|
18298
|
+
ariaAllSelected?: string | undefined;
|
|
18299
|
+
ariaAllUnselected?: string | undefined;
|
|
18300
|
+
ariaAllReseted?: string | undefined;
|
|
18226
18301
|
popups?: {
|
|
18227
18302
|
content: string;
|
|
18228
18303
|
title: string;
|
|
@@ -18320,6 +18395,11 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
18320
18395
|
ariaSettingsRegion?: string | undefined;
|
|
18321
18396
|
ariaReferencesRegion?: string | undefined;
|
|
18322
18397
|
ariaFlyoutRegion?: string | undefined;
|
|
18398
|
+
ariaSelected?: string | undefined;
|
|
18399
|
+
ariaUnselected?: string | undefined;
|
|
18400
|
+
ariaAllSelected?: string | undefined;
|
|
18401
|
+
ariaAllUnselected?: string | undefined;
|
|
18402
|
+
ariaAllReseted?: string | undefined;
|
|
18323
18403
|
popups?: {
|
|
18324
18404
|
content: string;
|
|
18325
18405
|
title: string;
|
|
@@ -18864,6 +18944,11 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
18864
18944
|
ariaSettingsRegion?: string | undefined;
|
|
18865
18945
|
ariaReferencesRegion?: string | undefined;
|
|
18866
18946
|
ariaFlyoutRegion?: string | undefined;
|
|
18947
|
+
ariaSelected?: string | undefined;
|
|
18948
|
+
ariaUnselected?: string | undefined;
|
|
18949
|
+
ariaAllSelected?: string | undefined;
|
|
18950
|
+
ariaAllUnselected?: string | undefined;
|
|
18951
|
+
ariaAllReseted?: string | undefined;
|
|
18867
18952
|
popups?: {
|
|
18868
18953
|
content: string;
|
|
18869
18954
|
title: string;
|
|
@@ -19381,6 +19466,11 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
19381
19466
|
ariaSettingsRegion?: string | undefined;
|
|
19382
19467
|
ariaReferencesRegion?: string | undefined;
|
|
19383
19468
|
ariaFlyoutRegion?: string | undefined;
|
|
19469
|
+
ariaSelected?: string | undefined;
|
|
19470
|
+
ariaUnselected?: string | undefined;
|
|
19471
|
+
ariaAllSelected?: string | undefined;
|
|
19472
|
+
ariaAllUnselected?: string | undefined;
|
|
19473
|
+
ariaAllReseted?: string | undefined;
|
|
19384
19474
|
popups?: {
|
|
19385
19475
|
content: string;
|
|
19386
19476
|
title: string;
|
package/index.js
CHANGED
|
@@ -10645,6 +10645,11 @@ var translationSchema = exports_external.object({
|
|
|
10645
10645
|
ariaSettingsRegion: exports_external.string(),
|
|
10646
10646
|
ariaReferencesRegion: exports_external.string(),
|
|
10647
10647
|
ariaFlyoutRegion: exports_external.string(),
|
|
10648
|
+
ariaSelected: exports_external.string(),
|
|
10649
|
+
ariaUnselected: exports_external.string(),
|
|
10650
|
+
ariaAllSelected: exports_external.string(),
|
|
10651
|
+
ariaAllUnselected: exports_external.string(),
|
|
10652
|
+
ariaAllReseted: exports_external.string(),
|
|
10648
10653
|
popups: exports_external.array(popup).optional(),
|
|
10649
10654
|
termsTitle: exports_external.string().optional(),
|
|
10650
10655
|
termsContent: exports_external.string().optional(),
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{a7 as r}from"./Cx_YT9bD.js";import{s as t,p as e}from"./Dti0Jy1F.js";r();const a={get error(){return e.error},get status(){return e.status},get url(){return e.url}};t.updated.check;const p=a;export{p};
|