@medyll/idae-slotui-svelte 0.35.0 → 0.36.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,4 +1,5 @@
|
|
|
1
1
|
export * from './componentCite.js';
|
|
2
|
+
export * from './csss/csss.js';
|
|
2
3
|
export * as windowMinCss from './slotui-css/window.min.css';
|
|
3
4
|
export * as windowCss from './slotui-css/window.css';
|
|
4
5
|
export * as treeMinCss from './slotui-css/tree.min.css';
|
|
@@ -106,7 +107,6 @@ export * as autoCompleteMinCss from './slotui-css/auto-complete.min.css';
|
|
|
106
107
|
export * as autoCompleteCss from './slotui-css/auto-complete.css';
|
|
107
108
|
export * as alertMinCss from './slotui-css/alert.min.css';
|
|
108
109
|
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,6 +188,10 @@ 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';
|
|
191
195
|
export * from './data/sorter/types.js';
|
|
192
196
|
export { default as Sorterer } from './data/sorter/Sorterer.svelte';
|
|
193
197
|
export { default as Sorter } from './data/sorter/Sorter.svelte';
|
|
@@ -207,10 +211,6 @@ export { default as DataListRow } from './data/dataList/DataListRow.svelte';
|
|
|
207
211
|
export { default as DataListHead } from './data/dataList/DataListHead.svelte';
|
|
208
212
|
export { default as DataListCell } from './data/dataList/DataListCell.svelte';
|
|
209
213
|
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,5 +1,6 @@
|
|
|
1
1
|
// auto exports of entry components
|
|
2
2
|
export * from './componentCite.js';
|
|
3
|
+
export * from './csss/csss.js';
|
|
3
4
|
export * as windowMinCss from './slotui-css/window.min.css';
|
|
4
5
|
export * as windowCss from './slotui-css/window.css';
|
|
5
6
|
export * as treeMinCss from './slotui-css/tree.min.css';
|
|
@@ -107,7 +108,6 @@ export * as autoCompleteMinCss from './slotui-css/auto-complete.min.css';
|
|
|
107
108
|
export * as autoCompleteCss from './slotui-css/auto-complete.css';
|
|
108
109
|
export * as alertMinCss from './slotui-css/alert.min.css';
|
|
109
110
|
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,6 +189,10 @@ 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';
|
|
192
196
|
export * from './data/sorter/types.js';
|
|
193
197
|
export { default as Sorterer } from './data/sorter/Sorterer.svelte';
|
|
194
198
|
export { default as Sorter } from './data/sorter/Sorter.svelte';
|
|
@@ -208,10 +212,6 @@ export { default as DataListRow } from './data/dataList/DataListRow.svelte';
|
|
|
208
212
|
export { default as DataListHead } from './data/dataList/DataListHead.svelte';
|
|
209
213
|
export { default as DataListCell } from './data/dataList/DataListCell.svelte';
|
|
210
214
|
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.36.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.36.0",
|
|
91
|
+
"@medyll/idae-engine": "^1.34.0",
|
|
92
92
|
"d3": "^7.9.0",
|
|
93
93
|
"lerna": "^8.1.8",
|
|
94
94
|
"npm-check-updates": "^17.0.2",
|