generic-skin 3.7.8 → 3.8.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/apps/vueChrono.js +26 -26
- package/apps/vueChrono.min.js +1 -1
- package/apps/vueDefault.js +24 -24
- package/apps/vueDefault.min.js +2 -2
- package/apps/vueMulti.js +24 -24
- package/apps/vueMulti.min.js +1 -1
- package/apps/vueRela.js +28 -28
- package/apps/vueRela.min.js +1 -1
- package/config/vueComponents.js +86 -86
- package/config/vueComponents.min.js +2 -2
- package/extensions/vueRouter.js +1 -1
- package/general.js +6 -6
- package/general.min.js +1 -1
- package/options/noManagers.js +15 -15
- package/options/noManagers.min.js +1 -1
- package/package.json +1 -1
- package/pages/ucp.js +14 -14
- package/pages/ucp.min.js +1 -1
package/pages/ucp.js
CHANGED
|
@@ -21,8 +21,8 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
|
|
|
21
21
|
component: {
|
|
22
22
|
page_name: 'Editar perfil',
|
|
23
23
|
template: `
|
|
24
|
-
<wiki-contenido
|
|
25
|
-
<panel-control
|
|
24
|
+
<wiki-contenido mode="app">
|
|
25
|
+
<panel-control elements="` + JSON.stringify(forumConfig.profileEdit).replace(/"/g, "'") + `" />
|
|
26
26
|
</wiki-contenido>
|
|
27
27
|
`
|
|
28
28
|
}
|
|
@@ -34,7 +34,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
|
|
|
34
34
|
component: {
|
|
35
35
|
page_name: 'Multicuentas',
|
|
36
36
|
template: `
|
|
37
|
-
<wiki-contenido
|
|
37
|
+
<wiki-contenido mode="app">
|
|
38
38
|
<gestor-multicuentas />
|
|
39
39
|
</wiki-contenido>
|
|
40
40
|
`
|
|
@@ -47,7 +47,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
|
|
|
47
47
|
component: {
|
|
48
48
|
page_name: 'Supervisados',
|
|
49
49
|
template: `
|
|
50
|
-
<wiki-contenido
|
|
50
|
+
<wiki-contenido mode="app">
|
|
51
51
|
<lista-seguidos />
|
|
52
52
|
</wiki-contenido>
|
|
53
53
|
`
|
|
@@ -59,7 +59,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
|
|
|
59
59
|
component: {
|
|
60
60
|
page_name: 'Bosquejos',
|
|
61
61
|
template: `
|
|
62
|
-
<wiki-contenido
|
|
62
|
+
<wiki-contenido mode="app">
|
|
63
63
|
<lista-bosquejos />
|
|
64
64
|
</wiki-contenido>
|
|
65
65
|
`
|
|
@@ -86,8 +86,8 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
|
|
|
86
86
|
page_name: 'Editar',
|
|
87
87
|
page_parent: 'Perfil de usuario',
|
|
88
88
|
template: `
|
|
89
|
-
<wiki-contenido
|
|
90
|
-
<panel-control
|
|
89
|
+
<wiki-contenido mode="app">
|
|
90
|
+
<panel-control elements="` + JSON.stringify(forumConfig.profileEdit).replace(/"/g, "'") + `" />
|
|
91
91
|
</wiki-contenido>
|
|
92
92
|
`
|
|
93
93
|
}
|
|
@@ -99,7 +99,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
|
|
|
99
99
|
page_name: 'Multicuentas',
|
|
100
100
|
page_parent: 'Perfil de usuario',
|
|
101
101
|
template: `
|
|
102
|
-
<wiki-contenido
|
|
102
|
+
<wiki-contenido mode="app">
|
|
103
103
|
<gestor-multicuentas />
|
|
104
104
|
</wiki-contenido>
|
|
105
105
|
`
|
|
@@ -116,8 +116,8 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
|
|
|
116
116
|
component: {
|
|
117
117
|
page_name: 'Editar perfil',
|
|
118
118
|
template: `
|
|
119
|
-
<wiki-contenido
|
|
120
|
-
<panel-control
|
|
119
|
+
<wiki-contenido mode="app">
|
|
120
|
+
<panel-control elements="` + JSON.stringify(forumConfig.profileEdit).replace(/"/g, "'") + `" />
|
|
121
121
|
</wiki-contenido>
|
|
122
122
|
`
|
|
123
123
|
}
|
|
@@ -139,7 +139,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
|
|
|
139
139
|
page_name: 'Cronología',
|
|
140
140
|
page_parent: 'Otros',
|
|
141
141
|
template: `
|
|
142
|
-
<wiki-contenido
|
|
142
|
+
<wiki-contenido mode="app">
|
|
143
143
|
<gestor-cronologia />
|
|
144
144
|
</wiki-contenido>
|
|
145
145
|
`
|
|
@@ -154,7 +154,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
|
|
|
154
154
|
page_name: 'Relaciones',
|
|
155
155
|
page_parent: 'Otros',
|
|
156
156
|
template: `
|
|
157
|
-
<wiki-contenido
|
|
157
|
+
<wiki-contenido mode="app">
|
|
158
158
|
<gestor-relaciones />
|
|
159
159
|
</wiki-contenido>
|
|
160
160
|
`
|
|
@@ -168,7 +168,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
|
|
|
168
168
|
page_name: 'Supervisados',
|
|
169
169
|
page_parent: 'Otros',
|
|
170
170
|
template: `
|
|
171
|
-
<wiki-contenido
|
|
171
|
+
<wiki-contenido mode="app">
|
|
172
172
|
<lista-seguidos />
|
|
173
173
|
</wiki-contenido>
|
|
174
174
|
`
|
|
@@ -181,7 +181,7 @@ if (typeof forumConfig.profileUser.cronoField === 'undefined' && typeof forumCon
|
|
|
181
181
|
page_name: 'Bosquejos',
|
|
182
182
|
page_parent: 'Otros',
|
|
183
183
|
template: `
|
|
184
|
-
<wiki-contenido
|
|
184
|
+
<wiki-contenido mode="app">
|
|
185
185
|
<lista-bosquejos />
|
|
186
186
|
</wiki-contenido>
|
|
187
187
|
`
|
package/pages/ucp.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
_userdata.session_logged_in||window.location.replace("/");const routes=[{path:"/",redirect:"/inicio"},{path:"/home",redirect:"/inicio"}];void 0===forumConfig.profileUser.cronoField&&void 0===forumConfig.profileUser.relaField?(routes.push({path:"/inicio",redirect:"/editar"}),routes.push({path:"/editar",component:{page_name:"Editar perfil",template:'\n<wiki-contenido
|
|
1
|
+
_userdata.session_logged_in||window.location.replace("/");const routes=[{path:"/",redirect:"/inicio"},{path:"/home",redirect:"/inicio"}];void 0===forumConfig.profileUser.cronoField&&void 0===forumConfig.profileUser.relaField?(routes.push({path:"/inicio",redirect:"/editar"}),routes.push({path:"/editar",component:{page_name:"Editar perfil",template:'\n<wiki-contenido mode="app">\n <panel-control elements="'+JSON.stringify(forumConfig.profileEdit).replace(/"/g,"'")+'" />\n</wiki-contenido>\n '}}),void 0!==forumConfig.profileUser.accountsField&&routes.push({path:"/multicuentas",component:{page_name:"Multicuentas",template:'\n<wiki-contenido mode="app">\n <gestor-multicuentas />\n</wiki-contenido>\n '}}),routes.push({path:"/supervisados",component:{page_name:"Supervisados",template:'\n<wiki-contenido mode="app">\n <lista-seguidos />\n</wiki-contenido>\n '}}),routes.push({path:"/bosquejos",component:{page_name:"Bosquejos",template:'\n<wiki-contenido mode="app">\n <lista-bosquejos />\n</wiki-contenido>\n '}})):(void 0!==forumConfig.profileUser.accountsField?(routes.push({path:"/inicio",redirect:"/perfil/editar"}),routes.push({path:"/perfil",redirect:"/inicio",component:{page_name:"Perfil de usuario"}}),routes.push({path:"/perfil/editar",component:{page_name:"Editar",page_parent:"Perfil de usuario",template:'\n<wiki-contenido mode="app">\n <panel-control elements="'+JSON.stringify(forumConfig.profileEdit).replace(/"/g,"'")+'" />\n</wiki-contenido>\n '}}),routes.push({path:"/perfil/multicuentas",component:{page_name:"Multicuentas",page_parent:"Perfil de usuario",template:'\n <wiki-contenido mode="app">\n <gestor-multicuentas />\n </wiki-contenido>\n '}})):(routes.push({path:"/inicio",redirect:"/editar"}),routes.push({path:"/editar",component:{page_name:"Editar perfil",template:'\n<wiki-contenido mode="app">\n <panel-control elements="'+JSON.stringify(forumConfig.profileEdit).replace(/"/g,"'")+'" />\n</wiki-contenido>\n '}})),routes.push({path:"/otros",redirect:"/inicio",component:{page_name:"Otros"}}),void 0!==forumConfig.profileUser.cronoField&&routes.push({path:"/otros/cronologia",component:{page_name:"Cronología",page_parent:"Otros",template:'\n<wiki-contenido mode="app">\n <gestor-cronologia />\n</wiki-contenido>\n '}}),void 0!==forumConfig.profileUser.relaField&&routes.push({path:"/otros/relaciones",component:{page_name:"Relaciones",page_parent:"Otros",template:'\n<wiki-contenido mode="app">\n <gestor-relaciones />\n</wiki-contenido>\n '}}),routes.push({path:"/otros/supervisados",component:{page_name:"Supervisados",page_parent:"Otros",template:'\n<wiki-contenido mode="app">\n <lista-seguidos />\n</wiki-contenido>\n '}}),routes.push({path:"/otros/bosquejos",component:{page_name:"Bosquejos",page_parent:"Otros",template:'\n<wiki-contenido mode="app">\n <lista-bosquejos />\n</wiki-contenido>\n '},alias:"/bosquejos"}),routes.push({path:"/bosquejos",redirect:"/otros/bosquejos"}),routes.push({path:"/supervisados",redirect:"/otros/supervisados"}));const router=new VueRouter({routes:routes});
|