sep-yui 0.0.20 → 0.0.21
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/index.d.ts +2 -13
- package/dist/sep-yui.es.ts +53 -5100
- package/dist/sep-yui.umd.ts +1 -35
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/components/Badges/Badges.vue.d.ts +0 -38
- package/dist/components/BreadCrumbs/BreadCrumbs.vue.d.ts +0 -25
- package/dist/components/Dropdown/Dropdown.vue.d.ts +0 -25
- package/dist/components/Filter/Filter.vue.d.ts +0 -35
- package/dist/components/Icon/Icon.vue.d.ts +0 -34
- package/dist/components/Search/History.vue.d.ts +0 -17
- package/dist/components/Search/Search.vue.d.ts +0 -36
- package/dist/components/Search/SearchResult.vue.d.ts +0 -17
- package/dist/components/Slider/Slider.vue.d.ts +0 -21
- package/dist/components/Switch/Switch.vue.d.ts +0 -25
- package/dist/components/Table/Table.vue.d.ts +0 -2
- package/dist/components/Toggle/Toggle.vue.d.ts +0 -33
- package/dist/components/UserMenu/UserMenu.vue.d.ts +0 -31
@@ -1,14 +1,3 @@
|
|
1
|
-
import { default as
|
2
|
-
import { default as BreadCrumbs } from './BreadCrumbs/BreadCrumbs.vue';
|
3
|
-
import { default as Button } from './Button/Button.vue';
|
4
|
-
import { default as Switch } from './Switch/Switch.vue';
|
5
|
-
import { default as Dropdown } from './Dropdown/Dropdown.vue';
|
6
|
-
import { default as Filter } from './Filter/Filter.vue';
|
7
|
-
import { default as Icon } from './Icon/Icon.vue';
|
8
|
-
import { default as Search } from './Search/Search.vue';
|
9
|
-
import { default as Slider } from './Slider/Slider.vue';
|
10
|
-
import { default as Table } from './Table/Table.vue';
|
11
|
-
import { default as Toggle } from './Toggle/Toggle.vue';
|
12
|
-
import { default as UserMenu } from './UserMenu/UserMenu.vue';
|
1
|
+
import { default as Button } from './Button/';
|
13
2
|
|
14
|
-
export {
|
3
|
+
export { Button };
|