@telia/teddy 0.2.1 → 0.2.2
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/components/navigation-menu/global-navigation/global-navigation-desktop.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.cjs +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.d.ts +8 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +3 -4
- package/dist/components/navigation-menu/global-navigation/global-navigation-root.d.ts +5 -2
- package/dist/components/navigation-menu/global-navigation/utils.cjs +304 -35
- package/dist/components/navigation-menu/global-navigation/utils.d.ts +457 -23
- package/dist/components/navigation-menu/global-navigation/utils.js +305 -36
- package/dist/components/radio-card-group/radio-card-group-item-title.cjs +395 -339
- package/dist/components/radio-card-group/radio-card-group-item-title.js +396 -340
- package/dist/style.css +144 -202
- package/package.json +1 -1
|
@@ -16,6 +16,7 @@ export type Link = {
|
|
|
16
16
|
appKey?: AppKey;
|
|
17
17
|
links?: Link[];
|
|
18
18
|
icon?: IconName;
|
|
19
|
+
highlightedLinks?: Link[];
|
|
19
20
|
};
|
|
20
21
|
export declare const MY_PAGE_LINKS: {
|
|
21
22
|
readonly name: "Min Side";
|
|
@@ -150,15 +151,74 @@ export declare const PRIVATE_LINKS: {
|
|
|
150
151
|
readonly name: "Privat";
|
|
151
152
|
readonly link: "/";
|
|
152
153
|
readonly appKey: "open-pages";
|
|
154
|
+
readonly highlightedLinks: [{
|
|
155
|
+
readonly name: "Mobilabonnement";
|
|
156
|
+
readonly link: "/mobil/mobilabonnement/priser/";
|
|
157
|
+
readonly appKey: "web-shop";
|
|
158
|
+
}, {
|
|
159
|
+
readonly name: "Mobiltelefoner";
|
|
160
|
+
readonly link: "/mobil/mobiltelefoner/";
|
|
161
|
+
readonly appKey: "web-shop";
|
|
162
|
+
}, {
|
|
163
|
+
readonly name: "Varemerker ";
|
|
164
|
+
readonly link: "/varemerker/";
|
|
165
|
+
readonly appKey: "web-shop";
|
|
166
|
+
}, {
|
|
167
|
+
readonly name: "Kampanjer";
|
|
168
|
+
readonly link: "/kampanje/";
|
|
169
|
+
readonly appKey: "open-pages";
|
|
170
|
+
}, {
|
|
171
|
+
readonly name: "Faktura";
|
|
172
|
+
readonly link: "/hjelp/faktura/";
|
|
173
|
+
readonly appKey: "open-pages";
|
|
174
|
+
}, {
|
|
175
|
+
readonly name: "Se Telia Play";
|
|
176
|
+
readonly link: "https://www.teliaplay.no";
|
|
177
|
+
readonly appKey: "open-pages";
|
|
178
|
+
}];
|
|
153
179
|
readonly links: [{
|
|
154
180
|
readonly name: "Logo";
|
|
155
181
|
readonly link: "/";
|
|
156
182
|
readonly appKey: "open-pages";
|
|
157
183
|
readonly links: [];
|
|
184
|
+
readonly highlightedLinks: [];
|
|
158
185
|
}, {
|
|
159
|
-
readonly name: "
|
|
160
|
-
readonly link: "
|
|
186
|
+
readonly name: "Mobilabonnement";
|
|
187
|
+
readonly link: "";
|
|
161
188
|
readonly appKey: "open-pages";
|
|
189
|
+
readonly highlightedLinks: [{
|
|
190
|
+
readonly name: "Kjøp Telia X";
|
|
191
|
+
readonly link: "/mobil/mobilabonnement/ubegrenset-data/";
|
|
192
|
+
readonly appKey: "web-shop";
|
|
193
|
+
}, {
|
|
194
|
+
readonly name: "Pakketilbud";
|
|
195
|
+
readonly link: "/mobil/mobilabonnement/pakketilbud/";
|
|
196
|
+
readonly appKey: "web-shop";
|
|
197
|
+
}, {
|
|
198
|
+
readonly name: "Kjøp iPhone";
|
|
199
|
+
readonly link: "/varemerker/apple/iphone/";
|
|
200
|
+
readonly appKey: "web-shop";
|
|
201
|
+
}, {
|
|
202
|
+
readonly name: "Kjøp AirPods";
|
|
203
|
+
readonly link: "/varemerker/apple/airpods/";
|
|
204
|
+
readonly appKey: "web-shop";
|
|
205
|
+
}, {
|
|
206
|
+
readonly name: "Kampanjer";
|
|
207
|
+
readonly link: "/kampanje/";
|
|
208
|
+
readonly appKey: "open-pages";
|
|
209
|
+
}, {
|
|
210
|
+
readonly name: "SIM, PIN og PUK";
|
|
211
|
+
readonly link: "/mobil/mobilabonnement/sim-kort/";
|
|
212
|
+
readonly appKey: "open-pages";
|
|
213
|
+
}, {
|
|
214
|
+
readonly name: "Utland";
|
|
215
|
+
readonly link: "/mobil/mobilabonnement/utland/";
|
|
216
|
+
readonly appKey: "open-pages";
|
|
217
|
+
}, {
|
|
218
|
+
readonly name: "Eierskifte";
|
|
219
|
+
readonly link: "/mobil/hjelp/bytte-eier/";
|
|
220
|
+
readonly appKey: "open-pages";
|
|
221
|
+
}];
|
|
162
222
|
readonly links: [{
|
|
163
223
|
readonly name: "Mobilabonnement";
|
|
164
224
|
readonly link: "/mobil/mobilabonnement/";
|
|
@@ -179,10 +239,6 @@ export declare const PRIVATE_LINKS: {
|
|
|
179
239
|
readonly name: "Tilbehør";
|
|
180
240
|
readonly link: "/mobil/tilbehor/";
|
|
181
241
|
readonly appKey: "web-shop";
|
|
182
|
-
}, {
|
|
183
|
-
readonly name: "Pakketilbud";
|
|
184
|
-
readonly link: "/mobil/mobilabonnement/pakketilbud/";
|
|
185
|
-
readonly appKey: "web-shop";
|
|
186
242
|
}, {
|
|
187
243
|
readonly name: "Påfyll kontantkort";
|
|
188
244
|
readonly link: "/mobil/mobilabonnement/kontantkort/lade/";
|
|
@@ -191,15 +247,47 @@ export declare const PRIVATE_LINKS: {
|
|
|
191
247
|
readonly name: "Hjelp Mobil";
|
|
192
248
|
readonly link: "/mobil/hjelp/";
|
|
193
249
|
readonly appKey: "open-pages";
|
|
250
|
+
}, {
|
|
251
|
+
readonly name: "Alt om mobil";
|
|
252
|
+
readonly link: "/mobil/";
|
|
253
|
+
readonly appKey: "open-pages";
|
|
194
254
|
}];
|
|
195
255
|
}, {
|
|
196
256
|
readonly name: "TV";
|
|
197
|
-
readonly link: "
|
|
257
|
+
readonly link: "";
|
|
198
258
|
readonly appKey: "open-pages";
|
|
259
|
+
readonly highlightedLinks: [{
|
|
260
|
+
readonly name: "Valgmenyen i Telia Play";
|
|
261
|
+
readonly link: "https://account.teliaplay.no/subscription/selection-menu";
|
|
262
|
+
readonly appKey: "open-pages";
|
|
263
|
+
}, {
|
|
264
|
+
readonly name: "Aktivere strømmetjenester";
|
|
265
|
+
readonly link: "/tv/innholdsoversikt/strommetjenester/#registrere";
|
|
266
|
+
readonly appKey: "open-pages";
|
|
267
|
+
}, {
|
|
268
|
+
readonly name: "Kjøp Premier League";
|
|
269
|
+
readonly link: "/tv/innholdsoversikt/premiumtjenester/premier-league-v-premium/";
|
|
270
|
+
readonly appKey: "open-pages";
|
|
271
|
+
}, {
|
|
272
|
+
readonly name: "Kampanjer";
|
|
273
|
+
readonly link: "/kampanje/";
|
|
274
|
+
readonly appKey: "open-pages";
|
|
275
|
+
}, {
|
|
276
|
+
readonly name: "Kom i gang med Telia Play";
|
|
277
|
+
readonly link: "/tv/hjelp/kom-i-gang/";
|
|
278
|
+
readonly appKey: "open-pages";
|
|
279
|
+
}, {
|
|
280
|
+
readonly name: "Slik bruker du Telia Play";
|
|
281
|
+
readonly link: "/tv/hjelp/daglig-bruk/";
|
|
282
|
+
readonly appKey: "open-pages";
|
|
283
|
+
}, {
|
|
284
|
+
readonly name: "Driftsmeldinger og feilsøk";
|
|
285
|
+
readonly link: "/tv/hjelp/tv-feilsok/";
|
|
286
|
+
readonly appKey: "open-pages";
|
|
287
|
+
}];
|
|
199
288
|
readonly links: [{
|
|
200
289
|
readonly name: "Se Telia Play";
|
|
201
290
|
readonly link: "https://www.teliaplay.no";
|
|
202
|
-
readonly icon: "external";
|
|
203
291
|
readonly appKey: "open-pages";
|
|
204
292
|
}, {
|
|
205
293
|
readonly name: "Innholdsoversikt";
|
|
@@ -221,11 +309,40 @@ export declare const PRIVATE_LINKS: {
|
|
|
221
309
|
readonly name: "Hjelp TV";
|
|
222
310
|
readonly link: "/tv/hjelp/";
|
|
223
311
|
readonly appKey: "open-pages";
|
|
312
|
+
}, {
|
|
313
|
+
readonly name: "Alt om TV";
|
|
314
|
+
readonly link: "/tv/";
|
|
315
|
+
readonly appKey: "open-pages";
|
|
224
316
|
}];
|
|
225
317
|
}, {
|
|
226
318
|
readonly name: "Internett";
|
|
227
|
-
readonly link: "
|
|
319
|
+
readonly link: "";
|
|
228
320
|
readonly appKey: "open-pages";
|
|
321
|
+
readonly highlightedLinks: [{
|
|
322
|
+
readonly name: "Søk på adresse";
|
|
323
|
+
readonly link: "/internett/sok-adresse/";
|
|
324
|
+
readonly appKey: "open-pages";
|
|
325
|
+
}, {
|
|
326
|
+
readonly name: "Kjøp bredbånd til hytta";
|
|
327
|
+
readonly link: "/internett/tradlost-bredband-hytte/";
|
|
328
|
+
readonly appKey: "open-pages";
|
|
329
|
+
}, {
|
|
330
|
+
readonly name: "Kampanjer";
|
|
331
|
+
readonly link: "/kampanje/";
|
|
332
|
+
readonly appKey: "open-pages";
|
|
333
|
+
}, {
|
|
334
|
+
readonly name: "Problemer med internett";
|
|
335
|
+
readonly link: "/internett/internett-problemer/";
|
|
336
|
+
readonly appKey: "open-pages";
|
|
337
|
+
}, {
|
|
338
|
+
readonly name: "Rutere og innstillinger";
|
|
339
|
+
readonly link: "/internett/wifi/rutere/";
|
|
340
|
+
readonly appKey: "open-pages";
|
|
341
|
+
}, {
|
|
342
|
+
readonly name: "WiFi-tips";
|
|
343
|
+
readonly link: "/internett/wifi/wifi-tips/";
|
|
344
|
+
readonly appKey: "open-pages";
|
|
345
|
+
}];
|
|
229
346
|
readonly links: [{
|
|
230
347
|
readonly name: "Fast bredbånd";
|
|
231
348
|
readonly link: "/internett/bredband/";
|
|
@@ -254,11 +371,48 @@ export declare const PRIVATE_LINKS: {
|
|
|
254
371
|
readonly name: "Hjelp Internett";
|
|
255
372
|
readonly link: "/internett/hjelp/";
|
|
256
373
|
readonly appKey: "open-pages";
|
|
374
|
+
}, {
|
|
375
|
+
readonly name: "Alt om internett";
|
|
376
|
+
readonly link: "/internett/";
|
|
377
|
+
readonly appKey: "open-pages";
|
|
257
378
|
}];
|
|
258
379
|
}, {
|
|
259
380
|
readonly name: "Trygghet";
|
|
260
|
-
readonly link: "
|
|
381
|
+
readonly link: "";
|
|
261
382
|
readonly appKey: "open-pages";
|
|
383
|
+
readonly highlightedLinks: [{
|
|
384
|
+
readonly name: "Telia Trygg";
|
|
385
|
+
readonly link: "/trygghet/tjenester/telia-trygg/";
|
|
386
|
+
readonly appKey: "open-pages";
|
|
387
|
+
}, {
|
|
388
|
+
readonly name: "Mobilforsikring";
|
|
389
|
+
readonly link: "/trygghet/tjenester/mobilforsikring/";
|
|
390
|
+
readonly appKey: "open-pages";
|
|
391
|
+
}, {
|
|
392
|
+
readonly name: "Telia Sky";
|
|
393
|
+
readonly link: "/trygghet/tjenester/telia-sky/";
|
|
394
|
+
readonly appKey: "open-pages";
|
|
395
|
+
}, {
|
|
396
|
+
readonly name: "Trygg mobil for barn";
|
|
397
|
+
readonly link: "/trygghet/trygg-pa-skjerm/trygg-mobil-til-barn/";
|
|
398
|
+
readonly appKey: "open-pages";
|
|
399
|
+
}, {
|
|
400
|
+
readonly name: "Ta styring over skjermtiden";
|
|
401
|
+
readonly link: "/trygghet/skjermhelse/skjermtid/";
|
|
402
|
+
readonly appKey: "open-pages";
|
|
403
|
+
}, {
|
|
404
|
+
readonly name: "Falske nettbutikker";
|
|
405
|
+
readonly link: "/trygghet/svindel/falske-nettbutikker/";
|
|
406
|
+
readonly appKey: "open-pages";
|
|
407
|
+
}, {
|
|
408
|
+
readonly name: "ID-tyveri";
|
|
409
|
+
readonly link: "/trygghet/svindel/id-tyveri/";
|
|
410
|
+
readonly appKey: "open-pages";
|
|
411
|
+
}, {
|
|
412
|
+
readonly name: "Lynkurs - trygg på skjerm";
|
|
413
|
+
readonly link: "/trygghet/trygg-pa-skjerm/lynkurs/";
|
|
414
|
+
readonly appKey: "open-pages";
|
|
415
|
+
}];
|
|
262
416
|
readonly links: [{
|
|
263
417
|
readonly name: "Tjenester";
|
|
264
418
|
readonly link: "/trygghet/tjenester/";
|
|
@@ -283,11 +437,40 @@ export declare const PRIVATE_LINKS: {
|
|
|
283
437
|
readonly name: "Hjelp Trygghet";
|
|
284
438
|
readonly link: "/trygghet/hjelp/";
|
|
285
439
|
readonly appKey: "open-pages";
|
|
440
|
+
}, {
|
|
441
|
+
readonly name: "Alt om trygghet";
|
|
442
|
+
readonly link: "/trygghet/";
|
|
443
|
+
readonly appKey: "open-pages";
|
|
286
444
|
}];
|
|
287
445
|
}, {
|
|
288
446
|
readonly name: "Hjelp";
|
|
289
|
-
readonly link: "
|
|
447
|
+
readonly link: "";
|
|
290
448
|
readonly appKey: "open-pages";
|
|
449
|
+
readonly highlightedLinks: [{
|
|
450
|
+
readonly name: "SIM, PIN og PUK";
|
|
451
|
+
readonly link: "/mobil/mobilabonnement/sim-kort/";
|
|
452
|
+
readonly appKey: "open-pages";
|
|
453
|
+
}, {
|
|
454
|
+
readonly name: "Driftsmeldinger";
|
|
455
|
+
readonly link: "/hjelp/driftsmeldinger/";
|
|
456
|
+
readonly appKey: "open-pages";
|
|
457
|
+
}, {
|
|
458
|
+
readonly name: "Dekningskart";
|
|
459
|
+
readonly link: "/nett/dekning/";
|
|
460
|
+
readonly appKey: "open-pages";
|
|
461
|
+
}, {
|
|
462
|
+
readonly name: "Returnere rutere og TV-bokser";
|
|
463
|
+
readonly link: "/hjelp/retur-av-utstyr/";
|
|
464
|
+
readonly appKey: "open-pages";
|
|
465
|
+
}, {
|
|
466
|
+
readonly name: "Last ned apper";
|
|
467
|
+
readonly link: "/hjelp/apper/";
|
|
468
|
+
readonly appKey: "open-pages";
|
|
469
|
+
}, {
|
|
470
|
+
readonly name: "Se din faktura";
|
|
471
|
+
readonly link: "/minside/faktura/";
|
|
472
|
+
readonly appKey: "my-pages";
|
|
473
|
+
}];
|
|
291
474
|
readonly links: [{
|
|
292
475
|
readonly name: "Hjelp Mobil";
|
|
293
476
|
readonly link: "/mobil/hjelp/";
|
|
@@ -316,6 +499,10 @@ export declare const PRIVATE_LINKS: {
|
|
|
316
499
|
readonly name: "Finn butikk";
|
|
317
500
|
readonly link: "/hjelp/butikker-og-forhandlere/";
|
|
318
501
|
readonly appKey: "open-pages";
|
|
502
|
+
}, {
|
|
503
|
+
readonly name: "Hjelp til alt";
|
|
504
|
+
readonly link: "/hjelp/";
|
|
505
|
+
readonly appKey: "open-pages";
|
|
319
506
|
}];
|
|
320
507
|
}];
|
|
321
508
|
};
|
|
@@ -323,30 +510,36 @@ export declare const BUSINESS_LINKS: {
|
|
|
323
510
|
readonly name: "Bedrift";
|
|
324
511
|
readonly link: "/bedrift/";
|
|
325
512
|
readonly appKey: "open-pages";
|
|
513
|
+
readonly highlightedLinks: [];
|
|
326
514
|
readonly links: [{
|
|
327
515
|
readonly name: "Logo";
|
|
328
516
|
readonly link: "/bedrift/";
|
|
329
517
|
readonly appKey: "open-pages";
|
|
330
518
|
readonly links: [];
|
|
519
|
+
readonly highlightedLinks: [];
|
|
331
520
|
}, {
|
|
332
521
|
readonly name: "Produkter og tjenester";
|
|
333
522
|
readonly link: "/bedrift/produkter-og-tjenester/";
|
|
334
523
|
readonly appKey: "open-pages";
|
|
335
524
|
readonly links: [];
|
|
525
|
+
readonly highlightedLinks: [];
|
|
336
526
|
}, {
|
|
337
527
|
readonly name: "Sikkerhet";
|
|
338
528
|
readonly link: "/bedrift/sikkerhet/";
|
|
339
529
|
readonly appKey: "open-pages";
|
|
340
530
|
readonly links: [];
|
|
531
|
+
readonly highlightedLinks: [];
|
|
341
532
|
}, {
|
|
342
533
|
readonly name: "Innovasjon";
|
|
343
534
|
readonly link: "/bedrift/innovasjon-og-startup/";
|
|
344
535
|
readonly appKey: "open-pages";
|
|
345
536
|
readonly links: [];
|
|
537
|
+
readonly highlightedLinks: [];
|
|
346
538
|
}, {
|
|
347
539
|
readonly name: "Nettbutikk";
|
|
348
540
|
readonly link: "/bedrift/mobilabonnement/";
|
|
349
541
|
readonly appKey: "open-pages";
|
|
542
|
+
readonly highlightedLinks: [];
|
|
350
543
|
readonly links: [{
|
|
351
544
|
readonly name: "Mobilabonnement";
|
|
352
545
|
readonly link: "/bedrift/mobilabonnement/";
|
|
@@ -365,47 +558,131 @@ export declare const BUSINESS_LINKS: {
|
|
|
365
558
|
readonly link: "/bedrift/kundeservice/";
|
|
366
559
|
readonly appKey: "open-pages";
|
|
367
560
|
readonly links: [];
|
|
561
|
+
readonly highlightedLinks: [];
|
|
562
|
+
}];
|
|
563
|
+
};
|
|
564
|
+
export declare const BUSINESS_UKKO_LINKS: {
|
|
565
|
+
readonly name: "Bedrift";
|
|
566
|
+
readonly link: "/bedrift/";
|
|
567
|
+
readonly appKey: "open-pages";
|
|
568
|
+
readonly highlightedLinks: [];
|
|
569
|
+
readonly links: [{
|
|
570
|
+
readonly name: "Logo";
|
|
571
|
+
readonly link: "/bedrift/";
|
|
572
|
+
readonly appKey: "open-pages";
|
|
573
|
+
readonly links: [];
|
|
574
|
+
readonly highlightedLinks: [];
|
|
575
|
+
}, {
|
|
576
|
+
readonly name: "Hjem";
|
|
577
|
+
readonly link: "https://portal.stage.ukko.telia.io/shop";
|
|
578
|
+
readonly appKey: "open-pages";
|
|
579
|
+
readonly links: [];
|
|
580
|
+
readonly highlightedLinks: [];
|
|
368
581
|
}];
|
|
369
582
|
};
|
|
370
583
|
export declare const MDU_LINKS: {
|
|
371
584
|
readonly name: "Borettslag";
|
|
372
585
|
readonly link: "/borettslag/";
|
|
373
586
|
readonly appKey: "open-pages";
|
|
587
|
+
readonly highlightedLinks: [];
|
|
374
588
|
readonly links: [{
|
|
375
589
|
readonly name: "Logo";
|
|
376
590
|
readonly link: "/borettslag/";
|
|
377
591
|
readonly appKey: "open-pages";
|
|
378
592
|
readonly links: [];
|
|
593
|
+
readonly highlightedLinks: [];
|
|
379
594
|
}, {
|
|
380
595
|
readonly name: "Beboer";
|
|
381
596
|
readonly link: "/borettslag/beboer/";
|
|
382
597
|
readonly appKey: "open-pages";
|
|
383
598
|
readonly links: [];
|
|
599
|
+
readonly highlightedLinks: [];
|
|
384
600
|
}, {
|
|
385
601
|
readonly name: "Styre";
|
|
386
602
|
readonly link: "/borettslag/styre/";
|
|
387
603
|
readonly appKey: "open-pages";
|
|
388
604
|
readonly links: [];
|
|
605
|
+
readonly highlightedLinks: [];
|
|
389
606
|
}, {
|
|
390
607
|
readonly name: "Utbygger";
|
|
391
608
|
readonly link: "/borettslag/utbygger/";
|
|
392
609
|
readonly appKey: "open-pages";
|
|
393
610
|
readonly links: [];
|
|
611
|
+
readonly highlightedLinks: [];
|
|
394
612
|
}];
|
|
395
613
|
};
|
|
396
|
-
export declare const
|
|
614
|
+
export declare const getLinks: (ukko?: boolean) => [{
|
|
397
615
|
readonly name: "Privat";
|
|
398
616
|
readonly link: "/";
|
|
399
617
|
readonly appKey: "open-pages";
|
|
618
|
+
readonly highlightedLinks: [{
|
|
619
|
+
readonly name: "Mobilabonnement";
|
|
620
|
+
readonly link: "/mobil/mobilabonnement/priser/";
|
|
621
|
+
readonly appKey: "web-shop";
|
|
622
|
+
}, {
|
|
623
|
+
readonly name: "Mobiltelefoner";
|
|
624
|
+
readonly link: "/mobil/mobiltelefoner/";
|
|
625
|
+
readonly appKey: "web-shop";
|
|
626
|
+
}, {
|
|
627
|
+
readonly name: "Varemerker ";
|
|
628
|
+
readonly link: "/varemerker/";
|
|
629
|
+
readonly appKey: "web-shop";
|
|
630
|
+
}, {
|
|
631
|
+
readonly name: "Kampanjer";
|
|
632
|
+
readonly link: "/kampanje/";
|
|
633
|
+
readonly appKey: "open-pages";
|
|
634
|
+
}, {
|
|
635
|
+
readonly name: "Faktura";
|
|
636
|
+
readonly link: "/hjelp/faktura/";
|
|
637
|
+
readonly appKey: "open-pages";
|
|
638
|
+
}, {
|
|
639
|
+
readonly name: "Se Telia Play";
|
|
640
|
+
readonly link: "https://www.teliaplay.no";
|
|
641
|
+
readonly appKey: "open-pages";
|
|
642
|
+
}];
|
|
400
643
|
readonly links: [{
|
|
401
644
|
readonly name: "Logo";
|
|
402
645
|
readonly link: "/";
|
|
403
646
|
readonly appKey: "open-pages";
|
|
404
647
|
readonly links: [];
|
|
648
|
+
readonly highlightedLinks: [];
|
|
405
649
|
}, {
|
|
406
|
-
readonly name: "
|
|
407
|
-
readonly link: "
|
|
650
|
+
readonly name: "Mobilabonnement";
|
|
651
|
+
readonly link: "";
|
|
408
652
|
readonly appKey: "open-pages";
|
|
653
|
+
readonly highlightedLinks: [{
|
|
654
|
+
readonly name: "Kjøp Telia X";
|
|
655
|
+
readonly link: "/mobil/mobilabonnement/ubegrenset-data/";
|
|
656
|
+
readonly appKey: "web-shop";
|
|
657
|
+
}, {
|
|
658
|
+
readonly name: "Pakketilbud";
|
|
659
|
+
readonly link: "/mobil/mobilabonnement/pakketilbud/";
|
|
660
|
+
readonly appKey: "web-shop";
|
|
661
|
+
}, {
|
|
662
|
+
readonly name: "Kjøp iPhone";
|
|
663
|
+
readonly link: "/varemerker/apple/iphone/";
|
|
664
|
+
readonly appKey: "web-shop";
|
|
665
|
+
}, {
|
|
666
|
+
readonly name: "Kjøp AirPods";
|
|
667
|
+
readonly link: "/varemerker/apple/airpods/";
|
|
668
|
+
readonly appKey: "web-shop";
|
|
669
|
+
}, {
|
|
670
|
+
readonly name: "Kampanjer";
|
|
671
|
+
readonly link: "/kampanje/";
|
|
672
|
+
readonly appKey: "open-pages";
|
|
673
|
+
}, {
|
|
674
|
+
readonly name: "SIM, PIN og PUK";
|
|
675
|
+
readonly link: "/mobil/mobilabonnement/sim-kort/";
|
|
676
|
+
readonly appKey: "open-pages";
|
|
677
|
+
}, {
|
|
678
|
+
readonly name: "Utland";
|
|
679
|
+
readonly link: "/mobil/mobilabonnement/utland/";
|
|
680
|
+
readonly appKey: "open-pages";
|
|
681
|
+
}, {
|
|
682
|
+
readonly name: "Eierskifte";
|
|
683
|
+
readonly link: "/mobil/hjelp/bytte-eier/";
|
|
684
|
+
readonly appKey: "open-pages";
|
|
685
|
+
}];
|
|
409
686
|
readonly links: [{
|
|
410
687
|
readonly name: "Mobilabonnement";
|
|
411
688
|
readonly link: "/mobil/mobilabonnement/";
|
|
@@ -426,10 +703,6 @@ export declare const LINKS: [{
|
|
|
426
703
|
readonly name: "Tilbehør";
|
|
427
704
|
readonly link: "/mobil/tilbehor/";
|
|
428
705
|
readonly appKey: "web-shop";
|
|
429
|
-
}, {
|
|
430
|
-
readonly name: "Pakketilbud";
|
|
431
|
-
readonly link: "/mobil/mobilabonnement/pakketilbud/";
|
|
432
|
-
readonly appKey: "web-shop";
|
|
433
706
|
}, {
|
|
434
707
|
readonly name: "Påfyll kontantkort";
|
|
435
708
|
readonly link: "/mobil/mobilabonnement/kontantkort/lade/";
|
|
@@ -438,15 +711,47 @@ export declare const LINKS: [{
|
|
|
438
711
|
readonly name: "Hjelp Mobil";
|
|
439
712
|
readonly link: "/mobil/hjelp/";
|
|
440
713
|
readonly appKey: "open-pages";
|
|
714
|
+
}, {
|
|
715
|
+
readonly name: "Alt om mobil";
|
|
716
|
+
readonly link: "/mobil/";
|
|
717
|
+
readonly appKey: "open-pages";
|
|
441
718
|
}];
|
|
442
719
|
}, {
|
|
443
720
|
readonly name: "TV";
|
|
444
|
-
readonly link: "
|
|
721
|
+
readonly link: "";
|
|
445
722
|
readonly appKey: "open-pages";
|
|
723
|
+
readonly highlightedLinks: [{
|
|
724
|
+
readonly name: "Valgmenyen i Telia Play";
|
|
725
|
+
readonly link: "https://account.teliaplay.no/subscription/selection-menu";
|
|
726
|
+
readonly appKey: "open-pages";
|
|
727
|
+
}, {
|
|
728
|
+
readonly name: "Aktivere strømmetjenester";
|
|
729
|
+
readonly link: "/tv/innholdsoversikt/strommetjenester/#registrere";
|
|
730
|
+
readonly appKey: "open-pages";
|
|
731
|
+
}, {
|
|
732
|
+
readonly name: "Kjøp Premier League";
|
|
733
|
+
readonly link: "/tv/innholdsoversikt/premiumtjenester/premier-league-v-premium/";
|
|
734
|
+
readonly appKey: "open-pages";
|
|
735
|
+
}, {
|
|
736
|
+
readonly name: "Kampanjer";
|
|
737
|
+
readonly link: "/kampanje/";
|
|
738
|
+
readonly appKey: "open-pages";
|
|
739
|
+
}, {
|
|
740
|
+
readonly name: "Kom i gang med Telia Play";
|
|
741
|
+
readonly link: "/tv/hjelp/kom-i-gang/";
|
|
742
|
+
readonly appKey: "open-pages";
|
|
743
|
+
}, {
|
|
744
|
+
readonly name: "Slik bruker du Telia Play";
|
|
745
|
+
readonly link: "/tv/hjelp/daglig-bruk/";
|
|
746
|
+
readonly appKey: "open-pages";
|
|
747
|
+
}, {
|
|
748
|
+
readonly name: "Driftsmeldinger og feilsøk";
|
|
749
|
+
readonly link: "/tv/hjelp/tv-feilsok/";
|
|
750
|
+
readonly appKey: "open-pages";
|
|
751
|
+
}];
|
|
446
752
|
readonly links: [{
|
|
447
753
|
readonly name: "Se Telia Play";
|
|
448
754
|
readonly link: "https://www.teliaplay.no";
|
|
449
|
-
readonly icon: "external";
|
|
450
755
|
readonly appKey: "open-pages";
|
|
451
756
|
}, {
|
|
452
757
|
readonly name: "Innholdsoversikt";
|
|
@@ -468,11 +773,40 @@ export declare const LINKS: [{
|
|
|
468
773
|
readonly name: "Hjelp TV";
|
|
469
774
|
readonly link: "/tv/hjelp/";
|
|
470
775
|
readonly appKey: "open-pages";
|
|
776
|
+
}, {
|
|
777
|
+
readonly name: "Alt om TV";
|
|
778
|
+
readonly link: "/tv/";
|
|
779
|
+
readonly appKey: "open-pages";
|
|
471
780
|
}];
|
|
472
781
|
}, {
|
|
473
782
|
readonly name: "Internett";
|
|
474
|
-
readonly link: "
|
|
783
|
+
readonly link: "";
|
|
475
784
|
readonly appKey: "open-pages";
|
|
785
|
+
readonly highlightedLinks: [{
|
|
786
|
+
readonly name: "Søk på adresse";
|
|
787
|
+
readonly link: "/internett/sok-adresse/";
|
|
788
|
+
readonly appKey: "open-pages";
|
|
789
|
+
}, {
|
|
790
|
+
readonly name: "Kjøp bredbånd til hytta";
|
|
791
|
+
readonly link: "/internett/tradlost-bredband-hytte/";
|
|
792
|
+
readonly appKey: "open-pages";
|
|
793
|
+
}, {
|
|
794
|
+
readonly name: "Kampanjer";
|
|
795
|
+
readonly link: "/kampanje/";
|
|
796
|
+
readonly appKey: "open-pages";
|
|
797
|
+
}, {
|
|
798
|
+
readonly name: "Problemer med internett";
|
|
799
|
+
readonly link: "/internett/internett-problemer/";
|
|
800
|
+
readonly appKey: "open-pages";
|
|
801
|
+
}, {
|
|
802
|
+
readonly name: "Rutere og innstillinger";
|
|
803
|
+
readonly link: "/internett/wifi/rutere/";
|
|
804
|
+
readonly appKey: "open-pages";
|
|
805
|
+
}, {
|
|
806
|
+
readonly name: "WiFi-tips";
|
|
807
|
+
readonly link: "/internett/wifi/wifi-tips/";
|
|
808
|
+
readonly appKey: "open-pages";
|
|
809
|
+
}];
|
|
476
810
|
readonly links: [{
|
|
477
811
|
readonly name: "Fast bredbånd";
|
|
478
812
|
readonly link: "/internett/bredband/";
|
|
@@ -501,11 +835,48 @@ export declare const LINKS: [{
|
|
|
501
835
|
readonly name: "Hjelp Internett";
|
|
502
836
|
readonly link: "/internett/hjelp/";
|
|
503
837
|
readonly appKey: "open-pages";
|
|
838
|
+
}, {
|
|
839
|
+
readonly name: "Alt om internett";
|
|
840
|
+
readonly link: "/internett/";
|
|
841
|
+
readonly appKey: "open-pages";
|
|
504
842
|
}];
|
|
505
843
|
}, {
|
|
506
844
|
readonly name: "Trygghet";
|
|
507
|
-
readonly link: "
|
|
845
|
+
readonly link: "";
|
|
508
846
|
readonly appKey: "open-pages";
|
|
847
|
+
readonly highlightedLinks: [{
|
|
848
|
+
readonly name: "Telia Trygg";
|
|
849
|
+
readonly link: "/trygghet/tjenester/telia-trygg/";
|
|
850
|
+
readonly appKey: "open-pages";
|
|
851
|
+
}, {
|
|
852
|
+
readonly name: "Mobilforsikring";
|
|
853
|
+
readonly link: "/trygghet/tjenester/mobilforsikring/";
|
|
854
|
+
readonly appKey: "open-pages";
|
|
855
|
+
}, {
|
|
856
|
+
readonly name: "Telia Sky";
|
|
857
|
+
readonly link: "/trygghet/tjenester/telia-sky/";
|
|
858
|
+
readonly appKey: "open-pages";
|
|
859
|
+
}, {
|
|
860
|
+
readonly name: "Trygg mobil for barn";
|
|
861
|
+
readonly link: "/trygghet/trygg-pa-skjerm/trygg-mobil-til-barn/";
|
|
862
|
+
readonly appKey: "open-pages";
|
|
863
|
+
}, {
|
|
864
|
+
readonly name: "Ta styring over skjermtiden";
|
|
865
|
+
readonly link: "/trygghet/skjermhelse/skjermtid/";
|
|
866
|
+
readonly appKey: "open-pages";
|
|
867
|
+
}, {
|
|
868
|
+
readonly name: "Falske nettbutikker";
|
|
869
|
+
readonly link: "/trygghet/svindel/falske-nettbutikker/";
|
|
870
|
+
readonly appKey: "open-pages";
|
|
871
|
+
}, {
|
|
872
|
+
readonly name: "ID-tyveri";
|
|
873
|
+
readonly link: "/trygghet/svindel/id-tyveri/";
|
|
874
|
+
readonly appKey: "open-pages";
|
|
875
|
+
}, {
|
|
876
|
+
readonly name: "Lynkurs - trygg på skjerm";
|
|
877
|
+
readonly link: "/trygghet/trygg-pa-skjerm/lynkurs/";
|
|
878
|
+
readonly appKey: "open-pages";
|
|
879
|
+
}];
|
|
509
880
|
readonly links: [{
|
|
510
881
|
readonly name: "Tjenester";
|
|
511
882
|
readonly link: "/trygghet/tjenester/";
|
|
@@ -530,11 +901,40 @@ export declare const LINKS: [{
|
|
|
530
901
|
readonly name: "Hjelp Trygghet";
|
|
531
902
|
readonly link: "/trygghet/hjelp/";
|
|
532
903
|
readonly appKey: "open-pages";
|
|
904
|
+
}, {
|
|
905
|
+
readonly name: "Alt om trygghet";
|
|
906
|
+
readonly link: "/trygghet/";
|
|
907
|
+
readonly appKey: "open-pages";
|
|
533
908
|
}];
|
|
534
909
|
}, {
|
|
535
910
|
readonly name: "Hjelp";
|
|
536
|
-
readonly link: "
|
|
911
|
+
readonly link: "";
|
|
537
912
|
readonly appKey: "open-pages";
|
|
913
|
+
readonly highlightedLinks: [{
|
|
914
|
+
readonly name: "SIM, PIN og PUK";
|
|
915
|
+
readonly link: "/mobil/mobilabonnement/sim-kort/";
|
|
916
|
+
readonly appKey: "open-pages";
|
|
917
|
+
}, {
|
|
918
|
+
readonly name: "Driftsmeldinger";
|
|
919
|
+
readonly link: "/hjelp/driftsmeldinger/";
|
|
920
|
+
readonly appKey: "open-pages";
|
|
921
|
+
}, {
|
|
922
|
+
readonly name: "Dekningskart";
|
|
923
|
+
readonly link: "/nett/dekning/";
|
|
924
|
+
readonly appKey: "open-pages";
|
|
925
|
+
}, {
|
|
926
|
+
readonly name: "Returnere rutere og TV-bokser";
|
|
927
|
+
readonly link: "/hjelp/retur-av-utstyr/";
|
|
928
|
+
readonly appKey: "open-pages";
|
|
929
|
+
}, {
|
|
930
|
+
readonly name: "Last ned apper";
|
|
931
|
+
readonly link: "/hjelp/apper/";
|
|
932
|
+
readonly appKey: "open-pages";
|
|
933
|
+
}, {
|
|
934
|
+
readonly name: "Se din faktura";
|
|
935
|
+
readonly link: "/minside/faktura/";
|
|
936
|
+
readonly appKey: "my-pages";
|
|
937
|
+
}];
|
|
538
938
|
readonly links: [{
|
|
539
939
|
readonly name: "Hjelp Mobil";
|
|
540
940
|
readonly link: "/mobil/hjelp/";
|
|
@@ -563,36 +963,46 @@ export declare const LINKS: [{
|
|
|
563
963
|
readonly name: "Finn butikk";
|
|
564
964
|
readonly link: "/hjelp/butikker-og-forhandlere/";
|
|
565
965
|
readonly appKey: "open-pages";
|
|
966
|
+
}, {
|
|
967
|
+
readonly name: "Hjelp til alt";
|
|
968
|
+
readonly link: "/hjelp/";
|
|
969
|
+
readonly appKey: "open-pages";
|
|
566
970
|
}];
|
|
567
971
|
}];
|
|
568
972
|
}, {
|
|
569
973
|
readonly name: "Bedrift";
|
|
570
974
|
readonly link: "/bedrift/";
|
|
571
975
|
readonly appKey: "open-pages";
|
|
976
|
+
readonly highlightedLinks: [];
|
|
572
977
|
readonly links: [{
|
|
573
978
|
readonly name: "Logo";
|
|
574
979
|
readonly link: "/bedrift/";
|
|
575
980
|
readonly appKey: "open-pages";
|
|
576
981
|
readonly links: [];
|
|
982
|
+
readonly highlightedLinks: [];
|
|
577
983
|
}, {
|
|
578
984
|
readonly name: "Produkter og tjenester";
|
|
579
985
|
readonly link: "/bedrift/produkter-og-tjenester/";
|
|
580
986
|
readonly appKey: "open-pages";
|
|
581
987
|
readonly links: [];
|
|
988
|
+
readonly highlightedLinks: [];
|
|
582
989
|
}, {
|
|
583
990
|
readonly name: "Sikkerhet";
|
|
584
991
|
readonly link: "/bedrift/sikkerhet/";
|
|
585
992
|
readonly appKey: "open-pages";
|
|
586
993
|
readonly links: [];
|
|
994
|
+
readonly highlightedLinks: [];
|
|
587
995
|
}, {
|
|
588
996
|
readonly name: "Innovasjon";
|
|
589
997
|
readonly link: "/bedrift/innovasjon-og-startup/";
|
|
590
998
|
readonly appKey: "open-pages";
|
|
591
999
|
readonly links: [];
|
|
1000
|
+
readonly highlightedLinks: [];
|
|
592
1001
|
}, {
|
|
593
1002
|
readonly name: "Nettbutikk";
|
|
594
1003
|
readonly link: "/bedrift/mobilabonnement/";
|
|
595
1004
|
readonly appKey: "open-pages";
|
|
1005
|
+
readonly highlightedLinks: [];
|
|
596
1006
|
readonly links: [{
|
|
597
1007
|
readonly name: "Mobilabonnement";
|
|
598
1008
|
readonly link: "/bedrift/mobilabonnement/";
|
|
@@ -611,31 +1021,55 @@ export declare const LINKS: [{
|
|
|
611
1021
|
readonly link: "/bedrift/kundeservice/";
|
|
612
1022
|
readonly appKey: "open-pages";
|
|
613
1023
|
readonly links: [];
|
|
1024
|
+
readonly highlightedLinks: [];
|
|
1025
|
+
}];
|
|
1026
|
+
} | {
|
|
1027
|
+
readonly name: "Bedrift";
|
|
1028
|
+
readonly link: "/bedrift/";
|
|
1029
|
+
readonly appKey: "open-pages";
|
|
1030
|
+
readonly highlightedLinks: [];
|
|
1031
|
+
readonly links: [{
|
|
1032
|
+
readonly name: "Logo";
|
|
1033
|
+
readonly link: "/bedrift/";
|
|
1034
|
+
readonly appKey: "open-pages";
|
|
1035
|
+
readonly links: [];
|
|
1036
|
+
readonly highlightedLinks: [];
|
|
1037
|
+
}, {
|
|
1038
|
+
readonly name: "Hjem";
|
|
1039
|
+
readonly link: "https://portal.stage.ukko.telia.io/shop";
|
|
1040
|
+
readonly appKey: "open-pages";
|
|
1041
|
+
readonly links: [];
|
|
1042
|
+
readonly highlightedLinks: [];
|
|
614
1043
|
}];
|
|
615
1044
|
}, {
|
|
616
1045
|
readonly name: "Borettslag";
|
|
617
1046
|
readonly link: "/borettslag/";
|
|
618
1047
|
readonly appKey: "open-pages";
|
|
1048
|
+
readonly highlightedLinks: [];
|
|
619
1049
|
readonly links: [{
|
|
620
1050
|
readonly name: "Logo";
|
|
621
1051
|
readonly link: "/borettslag/";
|
|
622
1052
|
readonly appKey: "open-pages";
|
|
623
1053
|
readonly links: [];
|
|
1054
|
+
readonly highlightedLinks: [];
|
|
624
1055
|
}, {
|
|
625
1056
|
readonly name: "Beboer";
|
|
626
1057
|
readonly link: "/borettslag/beboer/";
|
|
627
1058
|
readonly appKey: "open-pages";
|
|
628
1059
|
readonly links: [];
|
|
1060
|
+
readonly highlightedLinks: [];
|
|
629
1061
|
}, {
|
|
630
1062
|
readonly name: "Styre";
|
|
631
1063
|
readonly link: "/borettslag/styre/";
|
|
632
1064
|
readonly appKey: "open-pages";
|
|
633
1065
|
readonly links: [];
|
|
1066
|
+
readonly highlightedLinks: [];
|
|
634
1067
|
}, {
|
|
635
1068
|
readonly name: "Utbygger";
|
|
636
1069
|
readonly link: "/borettslag/utbygger/";
|
|
637
1070
|
readonly appKey: "open-pages";
|
|
638
1071
|
readonly links: [];
|
|
1072
|
+
readonly highlightedLinks: [];
|
|
639
1073
|
}];
|
|
640
1074
|
}];
|
|
641
1075
|
export declare const getActiveSubLink: (path: string, links: Link[]) => string;
|