@aleph-alpha/ui-library 1.17.0 → 1.18.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aleph-alpha/ui-library",
3
- "version": "1.17.0",
3
+ "version": "1.18.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/system/lib.js",
@@ -13,7 +13,7 @@
13
13
  <template>
14
14
  <ShadcnDropdownMenuRadioGroup
15
15
  :model-value="props.modelValue"
16
- @update:model-value="emit('update:modelValue', $event)"
16
+ @update:model-value="emit('update:modelValue', $event as string)"
17
17
  >
18
18
  <slot />
19
19
  </ShadcnDropdownMenuRadioGroup>
@@ -1,7 +0,0 @@
1
- import { CalendarDate as o, UiCalendar as r, getLocalTimeZone as t, today as d } from "./lib.js";
2
- export {
3
- o as CalendarDate,
4
- r as UiCalendar,
5
- t as getLocalTimeZone,
6
- d as today
7
- };
@@ -1,7 +0,0 @@
1
- import { CalendarDate as o, UiRangeCalendar as n, getLocalTimeZone as r, today as t } from "./lib.js";
2
- export {
3
- o as CalendarDate,
4
- n as UiRangeCalendar,
5
- r as getLocalTimeZone,
6
- t as today
7
- };