@telia/teddy 0.7.46 → 0.7.47
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.
|
@@ -42,21 +42,27 @@ const MY_PAGE_LINKS = {
|
|
|
42
42
|
]
|
|
43
43
|
};
|
|
44
44
|
const MY_PAGE_RETAILER_LINKS = {
|
|
45
|
-
name: "
|
|
45
|
+
name: "Forhandler",
|
|
46
46
|
link: "/forhandler",
|
|
47
47
|
appKey: APP_KEYS["web-shop"],
|
|
48
48
|
links: [
|
|
49
49
|
{
|
|
50
|
-
name: "
|
|
51
|
-
link: "/forhandler/
|
|
50
|
+
name: "Ordreoversikt",
|
|
51
|
+
link: "/forhandler/ordreoversikt",
|
|
52
52
|
appKey: APP_KEYS["web-shop"],
|
|
53
|
-
icon: "
|
|
53
|
+
icon: "report"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
name: "
|
|
57
|
-
link: "/forhandler/
|
|
56
|
+
name: "Salgsrapporter",
|
|
57
|
+
link: "/forhandler/salgsrapporter/",
|
|
58
58
|
appKey: APP_KEYS["web-shop"],
|
|
59
|
-
icon: "
|
|
59
|
+
icon: "graph"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
name: "Salgsstøtte",
|
|
63
|
+
link: "/forhandler/salgsstotte/",
|
|
64
|
+
appKey: APP_KEYS["web-shop"],
|
|
65
|
+
icon: "end-user"
|
|
60
66
|
},
|
|
61
67
|
{
|
|
62
68
|
name: "Administrasjon",
|
|
@@ -65,10 +71,16 @@ const MY_PAGE_RETAILER_LINKS = {
|
|
|
65
71
|
icon: "settings"
|
|
66
72
|
},
|
|
67
73
|
{
|
|
68
|
-
name: "
|
|
69
|
-
link: "/forhandler/
|
|
74
|
+
name: "Velg Butikk",
|
|
75
|
+
link: "/forhandler/butikker",
|
|
70
76
|
appKey: APP_KEYS["web-shop"],
|
|
71
|
-
icon: "
|
|
77
|
+
icon: "store"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
name: "Start ny ordre",
|
|
81
|
+
link: "/forhandler/nyordre",
|
|
82
|
+
appKey: APP_KEYS["web-shop"],
|
|
83
|
+
icon: "new-group"
|
|
72
84
|
}
|
|
73
85
|
]
|
|
74
86
|
};
|
|
@@ -46,29 +46,39 @@ export declare const MY_PAGE_LINKS: {
|
|
|
46
46
|
}];
|
|
47
47
|
};
|
|
48
48
|
export declare const MY_PAGE_RETAILER_LINKS: {
|
|
49
|
-
readonly name: "
|
|
49
|
+
readonly name: "Forhandler";
|
|
50
50
|
readonly link: "/forhandler";
|
|
51
51
|
readonly appKey: "web-shop";
|
|
52
52
|
readonly links: [{
|
|
53
|
-
readonly name: "
|
|
54
|
-
readonly link: "/forhandler/
|
|
53
|
+
readonly name: "Ordreoversikt";
|
|
54
|
+
readonly link: "/forhandler/ordreoversikt";
|
|
55
55
|
readonly appKey: "web-shop";
|
|
56
|
-
readonly icon: "
|
|
56
|
+
readonly icon: "report";
|
|
57
57
|
}, {
|
|
58
|
-
readonly name: "
|
|
59
|
-
readonly link: "/forhandler/
|
|
58
|
+
readonly name: "Salgsrapporter";
|
|
59
|
+
readonly link: "/forhandler/salgsrapporter/";
|
|
60
60
|
readonly appKey: "web-shop";
|
|
61
|
-
readonly icon: "
|
|
61
|
+
readonly icon: "graph";
|
|
62
|
+
}, {
|
|
63
|
+
readonly name: "Salgsstøtte";
|
|
64
|
+
readonly link: "/forhandler/salgsstotte/";
|
|
65
|
+
readonly appKey: "web-shop";
|
|
66
|
+
readonly icon: "end-user";
|
|
62
67
|
}, {
|
|
63
68
|
readonly name: "Administrasjon";
|
|
64
69
|
readonly link: "/forhandler/administrasjon";
|
|
65
70
|
readonly appKey: "web-shop";
|
|
66
71
|
readonly icon: "settings";
|
|
67
72
|
}, {
|
|
68
|
-
readonly name: "
|
|
69
|
-
readonly link: "/forhandler/
|
|
73
|
+
readonly name: "Velg Butikk";
|
|
74
|
+
readonly link: "/forhandler/butikker";
|
|
70
75
|
readonly appKey: "web-shop";
|
|
71
|
-
readonly icon: "
|
|
76
|
+
readonly icon: "store";
|
|
77
|
+
}, {
|
|
78
|
+
readonly name: "Start ny ordre";
|
|
79
|
+
readonly link: "/forhandler/nyordre";
|
|
80
|
+
readonly appKey: "web-shop";
|
|
81
|
+
readonly icon: "new-group";
|
|
72
82
|
}];
|
|
73
83
|
};
|
|
74
84
|
export declare const MY_BUSINESS_LINKS: {
|
|
@@ -40,21 +40,27 @@ const MY_PAGE_LINKS = {
|
|
|
40
40
|
]
|
|
41
41
|
};
|
|
42
42
|
const MY_PAGE_RETAILER_LINKS = {
|
|
43
|
-
name: "
|
|
43
|
+
name: "Forhandler",
|
|
44
44
|
link: "/forhandler",
|
|
45
45
|
appKey: APP_KEYS["web-shop"],
|
|
46
46
|
links: [
|
|
47
47
|
{
|
|
48
|
-
name: "
|
|
49
|
-
link: "/forhandler/
|
|
48
|
+
name: "Ordreoversikt",
|
|
49
|
+
link: "/forhandler/ordreoversikt",
|
|
50
50
|
appKey: APP_KEYS["web-shop"],
|
|
51
|
-
icon: "
|
|
51
|
+
icon: "report"
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
|
-
name: "
|
|
55
|
-
link: "/forhandler/
|
|
54
|
+
name: "Salgsrapporter",
|
|
55
|
+
link: "/forhandler/salgsrapporter/",
|
|
56
56
|
appKey: APP_KEYS["web-shop"],
|
|
57
|
-
icon: "
|
|
57
|
+
icon: "graph"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
name: "Salgsstøtte",
|
|
61
|
+
link: "/forhandler/salgsstotte/",
|
|
62
|
+
appKey: APP_KEYS["web-shop"],
|
|
63
|
+
icon: "end-user"
|
|
58
64
|
},
|
|
59
65
|
{
|
|
60
66
|
name: "Administrasjon",
|
|
@@ -63,10 +69,16 @@ const MY_PAGE_RETAILER_LINKS = {
|
|
|
63
69
|
icon: "settings"
|
|
64
70
|
},
|
|
65
71
|
{
|
|
66
|
-
name: "
|
|
67
|
-
link: "/forhandler/
|
|
72
|
+
name: "Velg Butikk",
|
|
73
|
+
link: "/forhandler/butikker",
|
|
68
74
|
appKey: APP_KEYS["web-shop"],
|
|
69
|
-
icon: "
|
|
75
|
+
icon: "store"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
name: "Start ny ordre",
|
|
79
|
+
link: "/forhandler/nyordre",
|
|
80
|
+
appKey: APP_KEYS["web-shop"],
|
|
81
|
+
icon: "new-group"
|
|
70
82
|
}
|
|
71
83
|
]
|
|
72
84
|
};
|