@vanjana/vue-ui 0.1.108 → 0.1.110
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/types/components/index.d.ts +3 -2
- package/dist/vanjana-vue-ui.es.js +1084 -948
- package/dist/vanjana-vue-ui.umd.js +1 -1
- package/dist/vue-ui.css +1 -1
- package/package.json +1 -1
|
@@ -18,8 +18,9 @@ import Paginator from './paginator.vue';
|
|
|
18
18
|
import SearchField from './search-field.vue';
|
|
19
19
|
import Separator from './separator.vue';
|
|
20
20
|
import Spinner from './spinner.vue';
|
|
21
|
-
import TabView from './tab-view.vue';
|
|
22
21
|
import Tab from './tab.vue';
|
|
22
|
+
import TabView from './tab-view.vue';
|
|
23
|
+
import Timer from './timer.vue';
|
|
23
24
|
import EditableLabel from './editable-label.vue';
|
|
24
25
|
import Skeleton from './skeleton.vue';
|
|
25
26
|
import AmountBar from './amount-bar.vue';
|
|
@@ -27,4 +28,4 @@ export type { ChipSelectorOption, ChipSelectorProps } from './chip-selector.vue'
|
|
|
27
28
|
export * from './form';
|
|
28
29
|
export * from './shell';
|
|
29
30
|
export * from './notification';
|
|
30
|
-
export { AmountBar, Button, ButtonBar, Card, Carousel, Checkbox, Radio, Chip, ChipGroup, ChipSelector, Dialog, DotMenu, Icon, LinkButton, Menu, MenuAction, Page, Paginator, SearchField, Separator, Spinner, Tab, TabView, EditableLabel, Skeleton, };
|
|
31
|
+
export { AmountBar, Button, ButtonBar, Card, Carousel, Checkbox, Radio, Chip, ChipGroup, ChipSelector, Dialog, DotMenu, Icon, LinkButton, Menu, MenuAction, Page, Paginator, SearchField, Separator, Spinner, Tab, TabView, Timer, EditableLabel, Skeleton, };
|