@smg-automotive/components 24.10.0 → 24.11.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/dist/cjs/components/navigation/footer/config/index.d.ts.map +1 -1
- package/dist/cjs/index.js +39 -22
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/locales/index.d.ts +4 -0
- package/dist/cjs/locales/index.d.ts.map +1 -1
- package/dist/esm/components/navigation/footer/config/index.d.ts.map +1 -1
- package/dist/esm/components/navigation/footer/config/index.js +35 -22
- package/dist/esm/components/navigation/footer/config/index.js.map +1 -1
- package/dist/esm/locales/de/dict.json.js +1 -0
- package/dist/esm/locales/de/dict.json.js.map +1 -1
- package/dist/esm/locales/en/dict.json.js +1 -0
- package/dist/esm/locales/en/dict.json.js.map +1 -1
- package/dist/esm/locales/fr/dict.json.js +1 -0
- package/dist/esm/locales/fr/dict.json.js.map +1 -1
- package/dist/esm/locales/index.d.ts +4 -0
- package/dist/esm/locales/index.d.ts.map +1 -1
- package/dist/esm/locales/it/dict.json.js +1 -0
- package/dist/esm/locales/it/dict.json.js.map +1 -1
- package/package.json +8 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/navigation/footer/config/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAE5D,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,QAAQ,EAAE;YACR,iBAAiB,EAAE,MAAM,IAAI,CAAC;SAC/B,CAAC;KACH;CACF;AAED,UAAU,iBAAiB;IACzB,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,KAAK,EAAE,UAAU,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,qBAAqB;IACpC,QAAQ,EAAE,iBAAiB,EAAE,CAAC;IAC9B,IAAI,EAAE;QACJ,OAAO,EAAE,UAAU,EAAE,CAAC;QACtB,KAAK,EAAE,UAAU,EAAE,CAAC;KACrB,CAAC;IACF,WAAW,EAAE;QACX,QAAQ,EAAE,UAAU,EAAE,CAAC;QACvB,SAAS,EAAE,UAAU,EAAE,CAAC;QACxB,OAAO,EAAE,UAAU,EAAE,CAAC;QACtB,QAAQ,EAAE,UAAU,EAAE,CAAC;QACvB,OAAO,EAAE,UAAU,EAAE,CAAC;KACvB,CAAC;IACF,SAAS,EAAE,UAAU,EAAE,CAAC;CACzB;AAED,eAAO,MAAM,YAAY,QAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/navigation/footer/config/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAE5D,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,QAAQ,EAAE;YACR,iBAAiB,EAAE,MAAM,IAAI,CAAC;SAC/B,CAAC;KACH;CACF;AAED,UAAU,iBAAiB;IACzB,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,KAAK,EAAE,UAAU,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,qBAAqB;IACpC,QAAQ,EAAE,iBAAiB,EAAE,CAAC;IAC9B,IAAI,EAAE;QACJ,OAAO,EAAE,UAAU,EAAE,CAAC;QACtB,KAAK,EAAE,UAAU,EAAE,CAAC;KACrB,CAAC;IACF,WAAW,EAAE;QACX,QAAQ,EAAE,UAAU,EAAE,CAAC;QACvB,SAAS,EAAE,UAAU,EAAE,CAAC;QACxB,OAAO,EAAE,UAAU,EAAE,CAAC;QACtB,QAAQ,EAAE,UAAU,EAAE,CAAC;QACvB,OAAO,EAAE,UAAU,EAAE,CAAC;KACvB,CAAC;IACF,SAAS,EAAE,UAAU,EAAE,CAAC;CACzB;AAED,eAAO,MAAM,YAAY,QAAO,qBAynB9B,CAAC"}
|
package/dist/cjs/index.js
CHANGED
|
@@ -5113,6 +5113,7 @@ var footer$3 = {
|
|
|
5113
5113
|
},
|
|
5114
5114
|
legal: {
|
|
5115
5115
|
agb: "Condizioni generali",
|
|
5116
|
+
agbDirect: "CG AutoScout24 Direct",
|
|
5116
5117
|
cookieSettings: "Impostazioni sulla privacy",
|
|
5117
5118
|
dataProtection: "Protezione dei dati",
|
|
5118
5119
|
imprint: "Colofone",
|
|
@@ -5325,6 +5326,7 @@ var footer$2 = {
|
|
|
5325
5326
|
},
|
|
5326
5327
|
legal: {
|
|
5327
5328
|
agb: "Conditions générales",
|
|
5329
|
+
agbDirect: "CG AutoScout24 Direct",
|
|
5328
5330
|
cookieSettings: "Paramètres de confidentialité",
|
|
5329
5331
|
dataProtection: "Protection des données",
|
|
5330
5332
|
imprint: "Impressum",
|
|
@@ -5537,6 +5539,7 @@ var footer$1 = {
|
|
|
5537
5539
|
},
|
|
5538
5540
|
legal: {
|
|
5539
5541
|
agb: "GTC",
|
|
5542
|
+
agbDirect: "GTC AutoScout24 Direct",
|
|
5540
5543
|
cookieSettings: "Privacy Settings",
|
|
5541
5544
|
dataProtection: "Data Protection",
|
|
5542
5545
|
imprint: "imprint",
|
|
@@ -5749,6 +5752,7 @@ var footer = {
|
|
|
5749
5752
|
},
|
|
5750
5753
|
legal: {
|
|
5751
5754
|
agb: "AGB",
|
|
5755
|
+
agbDirect: "AGB AutoScout24 Direct",
|
|
5752
5756
|
cookieSettings: "Privatsphäre-Einstellungen",
|
|
5753
5757
|
dataProtection: "Datenschutz",
|
|
5754
5758
|
imprint: "Impressum",
|
|
@@ -7692,7 +7696,7 @@ var FooterConfig = /** @class */ (function (_super) {
|
|
|
7692
7696
|
}(BaseConfig));
|
|
7693
7697
|
|
|
7694
7698
|
var footerConfig = function () {
|
|
7695
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23;
|
|
7699
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24;
|
|
7696
7700
|
return ({
|
|
7697
7701
|
sections: [
|
|
7698
7702
|
{
|
|
@@ -8021,10 +8025,23 @@ var footerConfig = function () {
|
|
|
8021
8025
|
it: '/it/content/condizioni-generali',
|
|
8022
8026
|
},
|
|
8023
8027
|
},
|
|
8028
|
+
{
|
|
8029
|
+
translationKey: 'footer.sections.legal.agbDirect',
|
|
8030
|
+
visibilitySettings: {
|
|
8031
|
+
brand: (_3 = {}, _3[Brand.AutoScout24] = true, _3[Brand.MotoScout24] = false, _3),
|
|
8032
|
+
},
|
|
8033
|
+
link: {
|
|
8034
|
+
de: 'https://b2b.autoscout24.ch/allgemeine-geschaeftsbedingungen-autoscout24-direct/',
|
|
8035
|
+
en: 'https://b2b.autoscout24.ch/allgemeine-geschaeftsbedingungen-autoscout24-direct/',
|
|
8036
|
+
fr: 'https://b2b.autoscout24.ch/conditions-generales-autoscout24-direct/',
|
|
8037
|
+
it: 'https://b2b.autoscout24.ch/condizioni-generali-autoscout24-direct/',
|
|
8038
|
+
},
|
|
8039
|
+
target: '_blank',
|
|
8040
|
+
},
|
|
8024
8041
|
{
|
|
8025
8042
|
translationKey: 'footer.sections.legal.dataProtection',
|
|
8026
8043
|
visibilitySettings: {
|
|
8027
|
-
brand: (
|
|
8044
|
+
brand: (_4 = {}, _4[Brand.AutoScout24] = true, _4[Brand.MotoScout24] = true, _4),
|
|
8028
8045
|
},
|
|
8029
8046
|
link: {
|
|
8030
8047
|
de: 'https://privacy.swissmarketplace.group/de/',
|
|
@@ -8037,7 +8054,7 @@ var footerConfig = function () {
|
|
|
8037
8054
|
{
|
|
8038
8055
|
translationKey: 'footer.sections.legal.cookieSettings',
|
|
8039
8056
|
visibilitySettings: {
|
|
8040
|
-
brand: (
|
|
8057
|
+
brand: (_5 = {}, _5[Brand.AutoScout24] = true, _5[Brand.MotoScout24] = true, _5),
|
|
8041
8058
|
},
|
|
8042
8059
|
onClick: function () {
|
|
8043
8060
|
var _a;
|
|
@@ -8048,7 +8065,7 @@ var footerConfig = function () {
|
|
|
8048
8065
|
{
|
|
8049
8066
|
translationKey: 'footer.sections.legal.imprint',
|
|
8050
8067
|
visibilitySettings: {
|
|
8051
|
-
brand: (
|
|
8068
|
+
brand: (_6 = {}, _6[Brand.AutoScout24] = true, _6[Brand.MotoScout24] = true, _6),
|
|
8052
8069
|
},
|
|
8053
8070
|
link: {
|
|
8054
8071
|
de: '/de/content/impressum',
|
|
@@ -8065,7 +8082,7 @@ var footerConfig = function () {
|
|
|
8065
8082
|
{
|
|
8066
8083
|
translationKey: '',
|
|
8067
8084
|
visibilitySettings: {
|
|
8068
|
-
brand: (
|
|
8085
|
+
brand: (_7 = {}, _7[Brand.AutoScout24] = true, _7[Brand.MotoScout24] = false, _7),
|
|
8069
8086
|
},
|
|
8070
8087
|
link: {
|
|
8071
8088
|
de: 'https://5kvw.app.link/AS24_Web_Footer_GP?%243p=a_custom_358666',
|
|
@@ -8078,7 +8095,7 @@ var footerConfig = function () {
|
|
|
8078
8095
|
{
|
|
8079
8096
|
translationKey: '',
|
|
8080
8097
|
visibilitySettings: {
|
|
8081
|
-
brand: (
|
|
8098
|
+
brand: (_8 = {}, _8[Brand.AutoScout24] = false, _8[Brand.MotoScout24] = true, _8),
|
|
8082
8099
|
},
|
|
8083
8100
|
link: {
|
|
8084
8101
|
de: 'https://9s76.app.link/MS24_Web_Footer_GP?%243p=a_custom_358667',
|
|
@@ -8093,7 +8110,7 @@ var footerConfig = function () {
|
|
|
8093
8110
|
{
|
|
8094
8111
|
translationKey: '',
|
|
8095
8112
|
visibilitySettings: {
|
|
8096
|
-
brand: (
|
|
8113
|
+
brand: (_9 = {}, _9[Brand.AutoScout24] = true, _9[Brand.MotoScout24] = false, _9),
|
|
8097
8114
|
},
|
|
8098
8115
|
link: {
|
|
8099
8116
|
de: 'https://5kvw.app.link/AS24_Web_Footer_iOS?%243p=a_custom_358666',
|
|
@@ -8106,7 +8123,7 @@ var footerConfig = function () {
|
|
|
8106
8123
|
{
|
|
8107
8124
|
translationKey: '',
|
|
8108
8125
|
visibilitySettings: {
|
|
8109
|
-
brand: (
|
|
8126
|
+
brand: (_10 = {}, _10[Brand.AutoScout24] = false, _10[Brand.MotoScout24] = true, _10),
|
|
8110
8127
|
},
|
|
8111
8128
|
link: {
|
|
8112
8129
|
de: 'https://9s76.app.link/MS24_Web_Footer_iOS?%243p=a_custom_358667',
|
|
@@ -8123,7 +8140,7 @@ var footerConfig = function () {
|
|
|
8123
8140
|
{
|
|
8124
8141
|
translationKey: '',
|
|
8125
8142
|
visibilitySettings: {
|
|
8126
|
-
brand: (
|
|
8143
|
+
brand: (_11 = {}, _11[Brand.AutoScout24] = true, _11[Brand.MotoScout24] = false, _11),
|
|
8127
8144
|
},
|
|
8128
8145
|
link: {
|
|
8129
8146
|
de: 'https://www.facebook.com/autoscout24.ch',
|
|
@@ -8136,7 +8153,7 @@ var footerConfig = function () {
|
|
|
8136
8153
|
{
|
|
8137
8154
|
translationKey: '',
|
|
8138
8155
|
visibilitySettings: {
|
|
8139
|
-
brand: (
|
|
8156
|
+
brand: (_12 = {}, _12[Brand.AutoScout24] = false, _12[Brand.MotoScout24] = true, _12),
|
|
8140
8157
|
},
|
|
8141
8158
|
link: {
|
|
8142
8159
|
de: 'https://www.facebook.com/motoscout24.ch',
|
|
@@ -8151,7 +8168,7 @@ var footerConfig = function () {
|
|
|
8151
8168
|
{
|
|
8152
8169
|
translationKey: '',
|
|
8153
8170
|
visibilitySettings: {
|
|
8154
|
-
brand: (
|
|
8171
|
+
brand: (_13 = {}, _13[Brand.AutoScout24] = true, _13[Brand.MotoScout24] = false, _13),
|
|
8155
8172
|
},
|
|
8156
8173
|
link: {
|
|
8157
8174
|
de: 'https://www.instagram.com/autoscout24ch/',
|
|
@@ -8164,7 +8181,7 @@ var footerConfig = function () {
|
|
|
8164
8181
|
{
|
|
8165
8182
|
translationKey: '',
|
|
8166
8183
|
visibilitySettings: {
|
|
8167
|
-
brand: (
|
|
8184
|
+
brand: (_14 = {}, _14[Brand.AutoScout24] = false, _14[Brand.MotoScout24] = true, _14),
|
|
8168
8185
|
},
|
|
8169
8186
|
link: {
|
|
8170
8187
|
de: 'https://www.instagram.com/motoscout24ch/',
|
|
@@ -8179,7 +8196,7 @@ var footerConfig = function () {
|
|
|
8179
8196
|
{
|
|
8180
8197
|
translationKey: '',
|
|
8181
8198
|
visibilitySettings: {
|
|
8182
|
-
brand: (
|
|
8199
|
+
brand: (_15 = {}, _15[Brand.AutoScout24] = true, _15[Brand.MotoScout24] = false, _15),
|
|
8183
8200
|
},
|
|
8184
8201
|
link: {
|
|
8185
8202
|
de: 'https://twitter.com/autoscout24_ch?lang=de',
|
|
@@ -8194,7 +8211,7 @@ var footerConfig = function () {
|
|
|
8194
8211
|
{
|
|
8195
8212
|
translationKey: '',
|
|
8196
8213
|
visibilitySettings: {
|
|
8197
|
-
brand: (
|
|
8214
|
+
brand: (_16 = {}, _16[Brand.AutoScout24] = true, _16[Brand.MotoScout24] = true, _16),
|
|
8198
8215
|
},
|
|
8199
8216
|
link: {
|
|
8200
8217
|
de: 'https://www.linkedin.com/company/autoscout24.ch/',
|
|
@@ -8209,7 +8226,7 @@ var footerConfig = function () {
|
|
|
8209
8226
|
{
|
|
8210
8227
|
translationKey: '',
|
|
8211
8228
|
visibilitySettings: {
|
|
8212
|
-
brand: (
|
|
8229
|
+
brand: (_17 = {}, _17[Brand.AutoScout24] = true, _17[Brand.MotoScout24] = false, _17),
|
|
8213
8230
|
},
|
|
8214
8231
|
link: {
|
|
8215
8232
|
de: 'https://www.youtube.com/user/autoscout24schweiz',
|
|
@@ -8222,7 +8239,7 @@ var footerConfig = function () {
|
|
|
8222
8239
|
{
|
|
8223
8240
|
translationKey: '',
|
|
8224
8241
|
visibilitySettings: {
|
|
8225
|
-
brand: (
|
|
8242
|
+
brand: (_18 = {}, _18[Brand.AutoScout24] = false, _18[Brand.MotoScout24] = true, _18),
|
|
8226
8243
|
},
|
|
8227
8244
|
link: {
|
|
8228
8245
|
de: 'https://www.youtube.com/user/motoscout24schweiz',
|
|
@@ -8238,7 +8255,7 @@ var footerConfig = function () {
|
|
|
8238
8255
|
{
|
|
8239
8256
|
translationKey: 'footer.companies.smg',
|
|
8240
8257
|
visibilitySettings: {
|
|
8241
|
-
brand: (
|
|
8258
|
+
brand: (_19 = {}, _19[Brand.AutoScout24] = true, _19[Brand.MotoScout24] = true, _19),
|
|
8242
8259
|
},
|
|
8243
8260
|
link: {
|
|
8244
8261
|
de: 'https://swissmarketplace.group/de/',
|
|
@@ -8251,7 +8268,7 @@ var footerConfig = function () {
|
|
|
8251
8268
|
{
|
|
8252
8269
|
translationKey: 'footer.companies.autoScout24',
|
|
8253
8270
|
visibilitySettings: {
|
|
8254
|
-
brand: (
|
|
8271
|
+
brand: (_20 = {}, _20[Brand.AutoScout24] = false, _20[Brand.MotoScout24] = true, _20),
|
|
8255
8272
|
},
|
|
8256
8273
|
link: {
|
|
8257
8274
|
de: 'https://www.autoscout24.ch/de/',
|
|
@@ -8264,7 +8281,7 @@ var footerConfig = function () {
|
|
|
8264
8281
|
{
|
|
8265
8282
|
translationKey: 'footer.companies.financeScout24',
|
|
8266
8283
|
visibilitySettings: {
|
|
8267
|
-
brand: (
|
|
8284
|
+
brand: (_21 = {}, _21[Brand.AutoScout24] = true, _21[Brand.MotoScout24] = true, _21),
|
|
8268
8285
|
},
|
|
8269
8286
|
link: {
|
|
8270
8287
|
de: 'https://www.financescout24.ch/de',
|
|
@@ -8277,7 +8294,7 @@ var footerConfig = function () {
|
|
|
8277
8294
|
{
|
|
8278
8295
|
translationKey: 'footer.companies.immoScout24',
|
|
8279
8296
|
visibilitySettings: {
|
|
8280
|
-
brand: (
|
|
8297
|
+
brand: (_22 = {}, _22[Brand.AutoScout24] = true, _22[Brand.MotoScout24] = true, _22),
|
|
8281
8298
|
},
|
|
8282
8299
|
link: {
|
|
8283
8300
|
de: 'https://www.immoscout24.ch/de',
|
|
@@ -8290,7 +8307,7 @@ var footerConfig = function () {
|
|
|
8290
8307
|
{
|
|
8291
8308
|
translationKey: 'footer.companies.motoScout24',
|
|
8292
8309
|
visibilitySettings: {
|
|
8293
|
-
brand: (
|
|
8310
|
+
brand: (_23 = {}, _23[Brand.AutoScout24] = true, _23[Brand.MotoScout24] = false, _23),
|
|
8294
8311
|
},
|
|
8295
8312
|
link: {
|
|
8296
8313
|
de: 'https://www.motoscout24.ch/de/',
|
|
@@ -8303,7 +8320,7 @@ var footerConfig = function () {
|
|
|
8303
8320
|
{
|
|
8304
8321
|
translationKey: 'footer.companies.anibis',
|
|
8305
8322
|
visibilitySettings: {
|
|
8306
|
-
brand: (
|
|
8323
|
+
brand: (_24 = {}, _24[Brand.AutoScout24] = true, _24[Brand.MotoScout24] = true, _24),
|
|
8307
8324
|
},
|
|
8308
8325
|
link: {
|
|
8309
8326
|
de: 'https://www.anibis.ch/de',
|