@ulu/frontend-vue 0.1.3-beta.6 → 0.1.3-beta.7

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.
@@ -4016,11 +4016,11 @@ const $h = /* @__PURE__ */ j(Zl, [["render", tr]]), Ch = {
4016
4016
  /**
4017
4017
  * The value of the selected radio button in the group (for v-model).
4018
4018
  */
4019
- modelValue: String,
4019
+ modelValue: [String, Number],
4020
4020
  /**
4021
4021
  * The value of this radio button.
4022
4022
  */
4023
- value: String,
4023
+ value: [String, Number],
4024
4024
  /**
4025
4025
  * The name of the radio button group.
4026
4026
  */
@@ -7,10 +7,10 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  $emit: typeof __VLS_emit;
8
8
  $props: Partial<typeof __VLS_props>;
9
9
  required: boolean;
10
- value?: string | undefined;
10
+ value?: string | number | undefined;
11
11
  name?: string | undefined;
12
12
  label?: string | undefined;
13
- modelValue?: string | undefined;
13
+ modelValue?: string | number | undefined;
14
14
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
15
15
  type __VLS_Slots = {
16
16
  default?: ((props: {}) => any) | undefined;
@@ -18,9 +18,9 @@ type __VLS_Slots = {
18
18
  declare const __VLS_emit: (event: "update:modelValue", ...args: any[]) => void;
19
19
  declare const __VLS_props: {
20
20
  readonly required: boolean;
21
- readonly value?: string | undefined;
21
+ readonly value?: string | number | undefined;
22
22
  readonly name?: string | undefined;
23
23
  readonly label?: string | undefined;
24
- readonly modelValue?: string | undefined;
24
+ readonly modelValue?: string | number | undefined;
25
25
  };
26
26
  //# sourceMappingURL=UluFormRadio.vue.d.ts.map
@@ -27,11 +27,11 @@ defineProps({
27
27
  /**
28
28
  * The value of the selected radio button in the group (for v-model).
29
29
  */
30
- modelValue: String,
30
+ modelValue: [String, Number],
31
31
  /**
32
32
  * The value of this radio button.
33
33
  */
34
- value: String,
34
+ value: [String, Number],
35
35
  /**
36
36
  * The name of the radio button group.
37
37
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ulu/frontend-vue",
3
- "version": "0.1.3-beta.6",
3
+ "version": "0.1.3-beta.7",
4
4
  "description": "A modular and tree-shakeable Vue 3 component library for the Ulu frontend",
5
5
  "type": "module",
6
6
  "files": [