portal-design-system 0.0.938 → 0.0.939
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/index.cjs +17 -17
- package/dist/index.d.ts +2 -1
- package/dist/index.js +4114 -4041
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -17,5 +17,6 @@ import { default as DurationTimeline } from './components/DurationTimeline.vue';
|
|
|
17
17
|
import { default as DataGrid } from './components/DataGrid.vue';
|
|
18
18
|
import { default as Drawer } from './components/overlays/Drawer.vue';
|
|
19
19
|
import { default as Pagination } from './components/Pagination.vue';
|
|
20
|
+
import { default as RadioGroup } from './components/inputs/RadioGroup.vue';
|
|
20
21
|
export type { LoadOptionBaseType, DxCustomColumn, FilterOptionType, FilterOptionListType, SortOptionType, SortOptionListType } from './types';
|
|
21
|
-
export { Button, Select, Input, Error, Iconsax, IconsaxFont, Badge, Dialog, Icon, Text, Tabs, Dropdown, DurationTimeline, Drawer, DataGrid, Pagination, useOutsideClick, useWindowScroll, vTooltip };
|
|
22
|
+
export { Button, Select, Input, Error, Iconsax, IconsaxFont, Badge, Dialog, Icon, Text, Tabs, Dropdown, DurationTimeline, Drawer, DataGrid, Pagination, RadioGroup, useOutsideClick, useWindowScroll, vTooltip };
|