solid-element-ui 0.1.12 → 0.1.14
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.d.ts +74 -0
- package/package.json +5 -7
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
export { SeButton } from '../components/button/src/button.tsx';
|
|
2
|
+
export { SeButtonGroup } from '../components/button/src/button-group.tsx';
|
|
3
|
+
export { SeAffix } from '../components/affix/src/affix.tsx';
|
|
4
|
+
export { SeBreadcrumb } from '../components/breadcrumb/src/breadcrumb.tsx';
|
|
5
|
+
export { SeBreadcrumbItem } from '../components/breadcrumb/src/breadcrumb-item.tsx';
|
|
6
|
+
export { SeAnchor } from '../components/anchor/src/anchor.tsx';
|
|
7
|
+
export { SeAnchorLink } from '../components/anchor/src/anchor-link.tsx';
|
|
8
|
+
export { SeDivider } from '../components/divider/src/divider.tsx';
|
|
9
|
+
export { SeAutocomplete } from '../components/autocomplete/src/autocomplete.tsx';
|
|
10
|
+
export { SeCascader } from '../components/cascader/src/cascader.tsx';
|
|
11
|
+
export { SeCheckbox } from '../components/checkbox/src/checkbox.tsx';
|
|
12
|
+
export { SeColorPicker } from '../components/color-picker/src/color-picker.tsx';
|
|
13
|
+
export { SeDatePicker } from '../components/date-picker/src/date-picker.tsx';
|
|
14
|
+
export { SeForm } from '../components/form/src/form.tsx';
|
|
15
|
+
export { SeFormItem } from '../components/form/src/form-item.tsx';
|
|
16
|
+
export { SeInput } from '../components/input/src/input.tsx';
|
|
17
|
+
export { SeInputNumber } from '../components/input-number/src/input-number.tsx';
|
|
18
|
+
export { SeInputTag } from '../components/input-tag/src/input-tag.tsx';
|
|
19
|
+
export { SeMentions } from '../components/mentions/src/mentions.tsx';
|
|
20
|
+
export { SeRadio } from '../components/radio/src/radio.tsx';
|
|
21
|
+
export { SeRadioGroup } from '../components/radio/src/radio-group.tsx';
|
|
22
|
+
export { SeRate } from '../components/rate/src/rate.tsx';
|
|
23
|
+
export { SeSelect } from '../components/select/src/select.tsx';
|
|
24
|
+
export { SeSlider } from '../components/slider/src/slider.tsx';
|
|
25
|
+
export { SeSwitch } from '../components/switch/src/switch.tsx';
|
|
26
|
+
export { SeTimePicker } from '../components/time-picker/src/time-picker.tsx';
|
|
27
|
+
export { SeTransfer } from '../components/transfer/src/transfer.tsx';
|
|
28
|
+
export { SeTreeSelect } from '../components/tree-select/src/tree-select.tsx';
|
|
29
|
+
export { SeUpload } from '../components/upload/src/upload.tsx';
|
|
30
|
+
export { type UploadFile } from '../components/upload/src/setting.ts';
|
|
31
|
+
export { SeAvatar } from '../components/avatar/src/avatar.tsx';
|
|
32
|
+
export { SeBadge } from '../components/badge/src/badge.tsx';
|
|
33
|
+
export { SeCalendar } from '../components/calendar/src/calendar.tsx';
|
|
34
|
+
export { SeCard } from '../components/card/src/card.tsx';
|
|
35
|
+
export { SeCarousel } from '../components/carousel/src/carousel.tsx';
|
|
36
|
+
export { SeCollapse } from '../components/collapse/src/collapse.tsx';
|
|
37
|
+
export { SeCollapsePanel } from '../components/collapse/src/collapse-panel.tsx';
|
|
38
|
+
export { SeDescription } from '../components/description/src/description.tsx';
|
|
39
|
+
export { SeDescriptionItem } from '../components/description/src/description-item.tsx';
|
|
40
|
+
export { SeEmpty } from '../components/empty/src/empty.tsx';
|
|
41
|
+
export { SeImage } from '../components/image/src/image.tsx';
|
|
42
|
+
export { SePopover } from '../components/popover/src/popover.tsx';
|
|
43
|
+
export { SeSegmented } from '../components/segmented/src/segmented.tsx';
|
|
44
|
+
export { SeStatistic } from '../components/statistic/src/statistic.tsx';
|
|
45
|
+
export { SeTable } from '../components/table/src/table.tsx';
|
|
46
|
+
export { type ColumnType } from '../components/table/src/setting.ts';
|
|
47
|
+
export { SeTag } from '../components/tag/src/tag.tsx';
|
|
48
|
+
export { SeTimeline } from '../components/timeline/src/timeline.tsx';
|
|
49
|
+
export { SeTimelineItem } from '../components/timeline/src/timeline-item.tsx';
|
|
50
|
+
export { SeTooltip } from '../components/tooltip/src/tooltip.tsx';
|
|
51
|
+
export { SeTour } from '../components/tour/src/tour.tsx';
|
|
52
|
+
export { SeTree } from '../components/tree/src/tree.tsx';
|
|
53
|
+
export { type TreeData } from '../components/tree/src/setting.ts';
|
|
54
|
+
export { SeAlert } from '../components/alert/src/alert.tsx';
|
|
55
|
+
export { SeDrawer } from '../components/drawer/src/drawer.tsx';
|
|
56
|
+
export { SeMessage } from '../components/message/src/message.tsx';
|
|
57
|
+
export { SeModal } from '../components/modal/src/modal.tsx';
|
|
58
|
+
export { SeNotification } from '../components/notification/src/notification.tsx';
|
|
59
|
+
export { SePopconfirm } from '../components/popconfirm/src/popconfirm.tsx';
|
|
60
|
+
export { SeProgress } from '../components/progress/src/progress.tsx';
|
|
61
|
+
export { SeResult } from '../components/result/src/result.tsx';
|
|
62
|
+
export { SeSkeleton } from '../components/skeleton/src/skeleton.tsx';
|
|
63
|
+
export { SeSkeletonElement } from '../components/skeleton/src/skeleton.tsx';
|
|
64
|
+
export { SeSpin } from '../components/spin/src/spin.tsx';
|
|
65
|
+
export { SeWatermark } from '../components/watermark/src/watermark.tsx';
|
|
66
|
+
export { SeDropdown } from '../components/dropdown/src/dropdown.tsx';
|
|
67
|
+
export { SeMenu } from '../components/menu/src/menu.tsx';
|
|
68
|
+
export { type MenuItemType } from '../components/menu/src/setting.ts';
|
|
69
|
+
export { SePagination } from '../components/pagination/src/pagination.tsx';
|
|
70
|
+
export { SeSteps } from '../components/steps/src/steps.tsx';
|
|
71
|
+
export { SeTabs } from '../components/tabs/src/tabs.tsx';
|
|
72
|
+
export { SeMasonry } from '../components/masonry/src/masonry.tsx';
|
|
73
|
+
declare const justForTest: () => void;
|
|
74
|
+
export default justForTest;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solid-element-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
4
4
|
"description": "A Component Library for solidjs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -12,15 +12,13 @@
|
|
|
12
12
|
"main": "./dist/index.js",
|
|
13
13
|
"module": "./dist/index.js",
|
|
14
14
|
"types": "./dist/index.d.ts",
|
|
15
|
-
"source": "./index.tsx",
|
|
16
15
|
"exports": {
|
|
17
16
|
".": {
|
|
18
17
|
"types": "./dist/index.d.ts",
|
|
19
18
|
"import": "./dist/index.js",
|
|
20
|
-
"browser": "./dist/index.js"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
19
|
+
"browser": "./dist/index.js"
|
|
20
|
+
},
|
|
21
|
+
"./style": "./dist/index.css"
|
|
24
22
|
},
|
|
25
23
|
"scripts": {
|
|
26
24
|
"dev": "vite",
|
|
@@ -28,7 +26,7 @@
|
|
|
28
26
|
"preview": "vite preview"
|
|
29
27
|
},
|
|
30
28
|
"peerDependencies": {
|
|
31
|
-
"solid-js": "
|
|
29
|
+
"solid-js": ">=1.9.10"
|
|
32
30
|
},
|
|
33
31
|
"devDependencies": {
|
|
34
32
|
"@solid-element-ui/components": "workspace:*",
|