sep-yui 0.1.93 → 0.1.95
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 +1 -2
- package/dist/sep-yui.es.ts +9984 -10160
- package/dist/sep-yui.umd.ts +55 -55
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/components/Select/Filter.vue.d.ts +0 -39
@@ -10,7 +10,6 @@ import { default as Accordion } from './Accordion/Accordion.vue';
|
|
10
10
|
import { default as DragAndDrop } from './DragAndDrop/DragAndDrop.vue';
|
11
11
|
import { default as Card } from './Card/Card.vue';
|
12
12
|
import { default as Filter } from './Filter/Filter.vue';
|
13
|
-
import { default as SelectFilter } from './Select/Filter.vue';
|
14
13
|
import { default as Combobox } from './Select/Combobox.vue';
|
15
14
|
import { default as SelectList } from './Select/SelectList.vue';
|
16
15
|
import { default as Icon } from './Icon/Icon.vue';
|
@@ -56,4 +55,4 @@ declare const _default: {
|
|
56
55
|
install: (app: App) => void;
|
57
56
|
};
|
58
57
|
export default _default;
|
59
|
-
export { Accordion, Badges, BreadCrumbs, Button, Dialog, Card, Calendar, DragAndDrop, Switch, SelectList, Dropdown, Textarea, Filter, Icon, Input, Combobox, InputNumber, Search,
|
58
|
+
export { Accordion, Badges, BreadCrumbs, Button, Dialog, Card, Calendar, DragAndDrop, Switch, SelectList, Dropdown, Textarea, Filter, Icon, Input, Combobox, InputNumber, Search, PushNotification, Picture, Scroll, Modal, Slider, Checkbox, Toggle, UserMenu, CopyIcon, Loader, FilterTag, CircularProgress, Popover, Table, TableSimple, TableNew, TableRow, TableRowNew, TableTd, TableTh, SectionTableRow, HeadTableRow, HeadTableRowNew, PopoverHover, ScrollWrapper, Radio, Tooltip, BaseFilter, Range, type IDialogProps, type IRangeForDatePicker, type OptionsObject, getLastTime, getFirstTime };
|