generic-skin 3.0.6 → 3.0.9
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 +0 -0
- package/apps/vueChrono.min.js +0 -0
- package/apps/vueDefault.js +0 -0
- package/apps/vueDefault.min.js +0 -0
- package/apps/vueMulti.js +0 -0
- package/apps/vueMulti.min.js +0 -0
- package/apps/vueRela.js +0 -0
- package/apps/vueRela.min.js +0 -0
- package/config/vueComponents.js +1 -10
- package/config/vueComponents.min.js +0 -0
- package/config/vueElements.js +0 -0
- package/config/vueElements.min.js +0 -0
- package/config/vueFilters.js +0 -0
- package/config/vueFilters.min.js +0 -0
- package/extensions/vueRouter.js +0 -0
- package/extensions/vueRouter.min.js +0 -0
- package/frameworks/FNRFramework.js +860 -860
- package/frameworks/FNRFramework.min.js +0 -0
- package/general.js +0 -0
- package/general.min.js +0 -0
- package/options/noManagers.js +0 -0
- package/options/noManagers.min.js +0 -0
- package/package.json +1 -1
- package/pages/ucp.js +0 -0
- package/pages/ucp.min.js +0 -0
- package/plugins/sjcl.min.js +0 -0
- package/readme.md +0 -0
- package/stylesheet.css +0 -0
- package/stylesheet.min.css +0 -0
package/apps/vueChrono.js
CHANGED
|
File without changes
|
package/apps/vueChrono.min.js
CHANGED
|
File without changes
|
package/apps/vueDefault.js
CHANGED
|
File without changes
|
package/apps/vueDefault.min.js
CHANGED
|
File without changes
|
package/apps/vueMulti.js
CHANGED
|
File without changes
|
package/apps/vueMulti.min.js
CHANGED
|
File without changes
|
package/apps/vueRela.js
CHANGED
|
File without changes
|
package/apps/vueRela.min.js
CHANGED
|
File without changes
|
package/config/vueComponents.js
CHANGED
|
@@ -162,17 +162,8 @@ Vue.component('mando-foro', {
|
|
|
162
162
|
/* Componentes del foro */
|
|
163
163
|
Vue.component('titulo-especial', {
|
|
164
164
|
props: ['dataTitle'],
|
|
165
|
-
computed: {
|
|
166
|
-
cleaned: function () {
|
|
167
|
-
if (this.dataTitle.indexOf('<h2>') > -1) return this.dataTitle.split('<h2>')[1].split('</h2>')[0];
|
|
168
|
-
else return this.dataTitle;
|
|
169
|
-
},
|
|
170
|
-
minimized: function () {
|
|
171
|
-
return FNR.utility.genSlug(this.cleaned, ' ');
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
165
|
template: `
|
|
175
|
-
<h3 class="is-tweakeable"><span class="is-measurable"
|
|
166
|
+
<h3 class="is-tweakeable"><span class="is-measurable">{{ dataTitle }}</span></h3>
|
|
176
167
|
`
|
|
177
168
|
});
|
|
178
169
|
|
|
File without changes
|
package/config/vueElements.js
CHANGED
|
File without changes
|
|
File without changes
|
package/config/vueFilters.js
CHANGED
|
File without changes
|
package/config/vueFilters.min.js
CHANGED
|
File without changes
|
package/extensions/vueRouter.js
CHANGED
|
File without changes
|
|
File without changes
|