RubyGems
npm
Organizations
Log in
Sign up
npm
comand-component-library
Versions diffs
4.0.78 → 4.0.79
Page 3
comand-component-library 4.0.78 → 4.0.79
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (4)
hide
show
package/dist/comand-component-library.js
+1
-0
package/dist/comand-component-library.umd.cjs
+1
-1
package/package.json
+1
-1
package/src/components/CmdNewsletterSubscription.vue
+1
-0
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "comand-component-library",
3
-
"version": "4.0.
78
",
3
+
"version": "4.0.
79
",
4
4
"private": false,
5
5
"type": "module",
6
6
"license": "GPL-3.0-only",
package/src/components/CmdNewsletterSubscription.vue
CHANGED
Viewed
@@ -84,6 +84,7 @@ export default {
84
84
* @requiredForAccessiblity: true
85
85
*/
86
86
legend: {
87
+
type: Object,
87
88
default() {
88
89
return {
89
90
show: true,
« First
‹ Prev
1
2
3