@medyll/idae-slotui-svelte 0.33.0 → 0.35.0
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 +5 -5
- package/dist/index.js +5 -5
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export * from './componentCite.js';
|
|
2
|
-
export * from './csss/csss.js';
|
|
3
2
|
export * as windowMinCss from './slotui-css/window.min.css';
|
|
4
3
|
export * as windowCss from './slotui-css/window.css';
|
|
5
4
|
export * as treeMinCss from './slotui-css/tree.min.css';
|
|
@@ -107,6 +106,7 @@ export * as autoCompleteMinCss from './slotui-css/auto-complete.min.css';
|
|
|
107
106
|
export * as autoCompleteCss from './slotui-css/auto-complete.css';
|
|
108
107
|
export * as alertMinCss from './slotui-css/alert.min.css';
|
|
109
108
|
export * as alertCss from './slotui-css/alert.css';
|
|
109
|
+
export * from './csss/csss.js';
|
|
110
110
|
export * from './utils/uses/toggler.js';
|
|
111
111
|
export * from './utils/uses/positioner.js';
|
|
112
112
|
export * from './utils/uses/navigation.js';
|
|
@@ -188,10 +188,6 @@ export { default as BootStrApp } from './ui/bootstrapp/BootStrApp.svelte';
|
|
|
188
188
|
export * from './styles/slotuisheet/utils.js';
|
|
189
189
|
export * from './styles/slotuisheet/types.js';
|
|
190
190
|
export { default as SlotuiSheet } from './styles/slotuisheet/SlotuiSheet.svelte';
|
|
191
|
-
export * from './navigation/tabs/types.js';
|
|
192
|
-
export { default as Tabs } from './navigation/tabs/Tabs.svelte';
|
|
193
|
-
export * from './navigation/drawer/types.js';
|
|
194
|
-
export { default as Drawer } from './navigation/drawer/Drawer.svelte';
|
|
195
191
|
export * from './data/sorter/types.js';
|
|
196
192
|
export { default as Sorterer } from './data/sorter/Sorterer.svelte';
|
|
197
193
|
export { default as Sorter } from './data/sorter/Sorter.svelte';
|
|
@@ -211,6 +207,10 @@ export { default as DataListRow } from './data/dataList/DataListRow.svelte';
|
|
|
211
207
|
export { default as DataListHead } from './data/dataList/DataListHead.svelte';
|
|
212
208
|
export { default as DataListCell } from './data/dataList/DataListCell.svelte';
|
|
213
209
|
export { default as DataList } from './data/dataList/DataList.svelte';
|
|
210
|
+
export * from './navigation/tabs/types.js';
|
|
211
|
+
export { default as Tabs } from './navigation/tabs/Tabs.svelte';
|
|
212
|
+
export * from './navigation/drawer/types.js';
|
|
213
|
+
export { default as Drawer } from './navigation/drawer/Drawer.svelte';
|
|
214
214
|
export * from './controls/textfield/types.js';
|
|
215
215
|
export { default as TextField } from './controls/textfield/TextField.svelte';
|
|
216
216
|
export * from './controls/switch/types.js';
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
// auto exports of entry components
|
|
2
2
|
export * from './componentCite.js';
|
|
3
|
-
export * from './csss/csss.js';
|
|
4
3
|
export * as windowMinCss from './slotui-css/window.min.css';
|
|
5
4
|
export * as windowCss from './slotui-css/window.css';
|
|
6
5
|
export * as treeMinCss from './slotui-css/tree.min.css';
|
|
@@ -108,6 +107,7 @@ export * as autoCompleteMinCss from './slotui-css/auto-complete.min.css';
|
|
|
108
107
|
export * as autoCompleteCss from './slotui-css/auto-complete.css';
|
|
109
108
|
export * as alertMinCss from './slotui-css/alert.min.css';
|
|
110
109
|
export * as alertCss from './slotui-css/alert.css';
|
|
110
|
+
export * from './csss/csss.js';
|
|
111
111
|
export * from './utils/uses/toggler.js';
|
|
112
112
|
export * from './utils/uses/positioner.js';
|
|
113
113
|
export * from './utils/uses/navigation.js';
|
|
@@ -189,10 +189,6 @@ export { default as BootStrApp } from './ui/bootstrapp/BootStrApp.svelte';
|
|
|
189
189
|
export * from './styles/slotuisheet/utils.js';
|
|
190
190
|
export * from './styles/slotuisheet/types.js';
|
|
191
191
|
export { default as SlotuiSheet } from './styles/slotuisheet/SlotuiSheet.svelte';
|
|
192
|
-
export * from './navigation/tabs/types.js';
|
|
193
|
-
export { default as Tabs } from './navigation/tabs/Tabs.svelte';
|
|
194
|
-
export * from './navigation/drawer/types.js';
|
|
195
|
-
export { default as Drawer } from './navigation/drawer/Drawer.svelte';
|
|
196
192
|
export * from './data/sorter/types.js';
|
|
197
193
|
export { default as Sorterer } from './data/sorter/Sorterer.svelte';
|
|
198
194
|
export { default as Sorter } from './data/sorter/Sorter.svelte';
|
|
@@ -212,6 +208,10 @@ export { default as DataListRow } from './data/dataList/DataListRow.svelte';
|
|
|
212
208
|
export { default as DataListHead } from './data/dataList/DataListHead.svelte';
|
|
213
209
|
export { default as DataListCell } from './data/dataList/DataListCell.svelte';
|
|
214
210
|
export { default as DataList } from './data/dataList/DataList.svelte';
|
|
211
|
+
export * from './navigation/tabs/types.js';
|
|
212
|
+
export { default as Tabs } from './navigation/tabs/Tabs.svelte';
|
|
213
|
+
export * from './navigation/drawer/types.js';
|
|
214
|
+
export { default as Drawer } from './navigation/drawer/Drawer.svelte';
|
|
215
215
|
export * from './controls/textfield/types.js';
|
|
216
216
|
export { default as TextField } from './controls/textfield/TextField.svelte';
|
|
217
217
|
export * from './controls/switch/types.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medyll/idae-slotui-svelte",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.35.0",
|
|
4
4
|
"scope": "@medyll",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite dev",
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
"dependencies": {
|
|
88
88
|
"@iconify/svelte": "^4.0.2",
|
|
89
89
|
"@medyll/cssfabric": "^0.4.2",
|
|
90
|
-
"@medyll/idae-be": "^0.
|
|
91
|
-
"@medyll/idae-engine": "^1.
|
|
90
|
+
"@medyll/idae-be": "^0.35.0",
|
|
91
|
+
"@medyll/idae-engine": "^1.33.0",
|
|
92
92
|
"d3": "^7.9.0",
|
|
93
93
|
"lerna": "^8.1.8",
|
|
94
94
|
"npm-check-updates": "^17.0.2",
|