@utrecht/web-component-library-vue 1.0.0-alpha.38 → 1.0.0-alpha.41
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.d.ts +19 -0
- package/dist/components.js +1 -0
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -636,6 +636,25 @@ export declare const UtrechtIconArrow: import("vue").DefineComponent<JSX.Utrecht
|
|
|
636
636
|
isPrototypeOf?: unknown;
|
|
637
637
|
propertyIsEnumerable?: unknown;
|
|
638
638
|
}>, {}>;
|
|
639
|
+
export declare const UtrechtIconCheckmark: import("vue").DefineComponent<JSX.UtrechtIconCheckmark & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
640
|
+
modelValue?: unknown;
|
|
641
|
+
constructor?: unknown;
|
|
642
|
+
toString?: unknown;
|
|
643
|
+
toLocaleString?: unknown;
|
|
644
|
+
valueOf?: unknown;
|
|
645
|
+
hasOwnProperty?: unknown;
|
|
646
|
+
isPrototypeOf?: unknown;
|
|
647
|
+
propertyIsEnumerable?: unknown;
|
|
648
|
+
} & {} & {
|
|
649
|
+
modelValue?: unknown;
|
|
650
|
+
toString?: unknown;
|
|
651
|
+
toLocaleString?: unknown;
|
|
652
|
+
constructor?: unknown;
|
|
653
|
+
valueOf?: unknown;
|
|
654
|
+
hasOwnProperty?: unknown;
|
|
655
|
+
isPrototypeOf?: unknown;
|
|
656
|
+
propertyIsEnumerable?: unknown;
|
|
657
|
+
}>, {}>;
|
|
639
658
|
export declare const UtrechtIconCross: import("vue").DefineComponent<JSX.UtrechtIconCross & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
640
659
|
modelValue?: unknown;
|
|
641
660
|
constructor?: unknown;
|
package/dist/components.js
CHANGED
|
@@ -103,6 +103,7 @@ export const UtrechtHeading5 = /*@__PURE__*/ defineContainer('utrecht-heading-5'
|
|
|
103
103
|
export const UtrechtHeading6 = /*@__PURE__*/ defineContainer('utrecht-heading-6', undefined);
|
|
104
104
|
export const UtrechtHtmlContent = /*@__PURE__*/ defineContainer('utrecht-html-content', undefined);
|
|
105
105
|
export const UtrechtIconArrow = /*@__PURE__*/ defineContainer('utrecht-icon-arrow', undefined);
|
|
106
|
+
export const UtrechtIconCheckmark = /*@__PURE__*/ defineContainer('utrecht-icon-checkmark', undefined);
|
|
106
107
|
export const UtrechtIconCross = /*@__PURE__*/ defineContainer('utrecht-icon-cross', undefined);
|
|
107
108
|
export const UtrechtIconFacebook = /*@__PURE__*/ defineContainer('utrecht-icon-facebook', undefined);
|
|
108
109
|
export const UtrechtIconFilter = /*@__PURE__*/ defineContainer('utrecht-icon-filter', undefined);
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.41",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Vue.js web components for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"dist/"
|
|
28
28
|
],
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@utrecht/web-component-library-stencil": "1.0.0-alpha.
|
|
30
|
+
"@utrecht/web-component-library-stencil": "1.0.0-alpha.95",
|
|
31
31
|
"rimraf": "3.0.2",
|
|
32
32
|
"typescript": "4.1.6 <4.2",
|
|
33
33
|
"vue": "3.2.12"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "7159835f38d0251f7408662231ed50bcfb784033"
|
|
36
36
|
}
|