@medyll/idae-slotui-svelte 0.141.0 → 0.142.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
|
@@ -128,8 +128,8 @@ export * from './utils/engine/presets.js';
|
|
|
128
128
|
export * from './utils/engine/engine.js';
|
|
129
129
|
export * from './utils/engine/elem.js';
|
|
130
130
|
export * from './utils/effects/transitions.js';
|
|
131
|
-
export { default as ContextRooter } from './utils/contextRooter/ContextRooter.svelte';
|
|
132
131
|
export { default as Css } from './utils/css/Css.svelte';
|
|
132
|
+
export { default as ContextRooter } from './utils/contextRooter/ContextRooter.svelte';
|
|
133
133
|
export * from './utils/content/types.js';
|
|
134
134
|
export { default as Content } from './utils/content/Content.svelte';
|
|
135
135
|
export * from './ui/window/types.js';
|
|
@@ -218,15 +218,15 @@ export * from './controls/stepper/types.js';
|
|
|
218
218
|
export { default as Stepper } from './controls/stepper/Stepper.svelte';
|
|
219
219
|
export * from './controls/switch/types.js';
|
|
220
220
|
export { default as Switch } from './controls/switch/Switch.svelte';
|
|
221
|
-
export { default as Select } from './controls/select/Select.svelte';
|
|
222
221
|
export * from './controls/slider/types.js';
|
|
223
222
|
export { default as Slider } from './controls/slider/Slider.svelte';
|
|
223
|
+
export { default as Select } from './controls/select/Select.svelte';
|
|
224
224
|
export * from './controls/rating/types.js';
|
|
225
225
|
export { default as Rating } from './controls/rating/Rating.svelte';
|
|
226
|
-
export * from './controls/inplaceedit/types.js';
|
|
227
|
-
export { default as InPlaceEdit } from './controls/inplaceedit/InPlaceEdit.svelte';
|
|
228
226
|
export * from './controls/progress/types.js';
|
|
229
227
|
export { default as Progress } from './controls/progress/Progress.svelte';
|
|
228
|
+
export * from './controls/inplaceedit/types.js';
|
|
229
|
+
export { default as InPlaceEdit } from './controls/inplaceedit/InPlaceEdit.svelte';
|
|
230
230
|
export * from './controls/confirm/types.js';
|
|
231
231
|
export { default as Confirm } from './controls/confirm/Confirm.svelte';
|
|
232
232
|
export * from './controls/checkbox/types.js';
|
|
@@ -278,7 +278,7 @@ export * from './base/alert/types.js';
|
|
|
278
278
|
export { default as Alert } from './base/alert/Alert.svelte';
|
|
279
279
|
export * from './utils/uses/sx4u/sx4uPreprocess.js';
|
|
280
280
|
export * from './utils/uses/sx4u/sx4u.js';
|
|
281
|
-
export * from './utils/uses/resizer/resizer.js';
|
|
282
281
|
export * from './utils/uses/stickTo/stickTo.js';
|
|
282
|
+
export * from './utils/uses/resizer/resizer.js';
|
|
283
283
|
export * from './utils/uses/clickAway/clickAway.js';
|
|
284
284
|
export * from './utils/uses/autofocus/autofocus.js';
|
package/dist/index.js
CHANGED
|
@@ -129,8 +129,8 @@ export * from './utils/engine/presets.js';
|
|
|
129
129
|
export * from './utils/engine/engine.js';
|
|
130
130
|
export * from './utils/engine/elem.js';
|
|
131
131
|
export * from './utils/effects/transitions.js';
|
|
132
|
-
export { default as ContextRooter } from './utils/contextRooter/ContextRooter.svelte';
|
|
133
132
|
export { default as Css } from './utils/css/Css.svelte';
|
|
133
|
+
export { default as ContextRooter } from './utils/contextRooter/ContextRooter.svelte';
|
|
134
134
|
export * from './utils/content/types.js';
|
|
135
135
|
export { default as Content } from './utils/content/Content.svelte';
|
|
136
136
|
export * from './ui/window/types.js';
|
|
@@ -219,15 +219,15 @@ export * from './controls/stepper/types.js';
|
|
|
219
219
|
export { default as Stepper } from './controls/stepper/Stepper.svelte';
|
|
220
220
|
export * from './controls/switch/types.js';
|
|
221
221
|
export { default as Switch } from './controls/switch/Switch.svelte';
|
|
222
|
-
export { default as Select } from './controls/select/Select.svelte';
|
|
223
222
|
export * from './controls/slider/types.js';
|
|
224
223
|
export { default as Slider } from './controls/slider/Slider.svelte';
|
|
224
|
+
export { default as Select } from './controls/select/Select.svelte';
|
|
225
225
|
export * from './controls/rating/types.js';
|
|
226
226
|
export { default as Rating } from './controls/rating/Rating.svelte';
|
|
227
|
-
export * from './controls/inplaceedit/types.js';
|
|
228
|
-
export { default as InPlaceEdit } from './controls/inplaceedit/InPlaceEdit.svelte';
|
|
229
227
|
export * from './controls/progress/types.js';
|
|
230
228
|
export { default as Progress } from './controls/progress/Progress.svelte';
|
|
229
|
+
export * from './controls/inplaceedit/types.js';
|
|
230
|
+
export { default as InPlaceEdit } from './controls/inplaceedit/InPlaceEdit.svelte';
|
|
231
231
|
export * from './controls/confirm/types.js';
|
|
232
232
|
export { default as Confirm } from './controls/confirm/Confirm.svelte';
|
|
233
233
|
export * from './controls/checkbox/types.js';
|
|
@@ -279,7 +279,7 @@ export * from './base/alert/types.js';
|
|
|
279
279
|
export { default as Alert } from './base/alert/Alert.svelte';
|
|
280
280
|
export * from './utils/uses/sx4u/sx4uPreprocess.js';
|
|
281
281
|
export * from './utils/uses/sx4u/sx4u.js';
|
|
282
|
-
export * from './utils/uses/resizer/resizer.js';
|
|
283
282
|
export * from './utils/uses/stickTo/stickTo.js';
|
|
283
|
+
export * from './utils/uses/resizer/resizer.js';
|
|
284
284
|
export * from './utils/uses/clickAway/clickAway.js';
|
|
285
285
|
export * from './utils/uses/autofocus/autofocus.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medyll/idae-slotui-svelte",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.142.0",
|
|
4
4
|
"scope": "@medyll",
|
|
5
5
|
"description": "A Svelte 5 component library for building modular and reactive user interfaces.",
|
|
6
6
|
"scripts": {
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"@iconify/svelte": "^4.2.0",
|
|
91
91
|
"@medyll/cssfabric": "^0.4.2",
|
|
92
|
-
"@medyll/idae-be": "^1.
|
|
93
|
-
"@medyll/idae-engine": "^1.
|
|
92
|
+
"@medyll/idae-be": "^1.50.0",
|
|
93
|
+
"@medyll/idae-engine": "^1.139.0",
|
|
94
94
|
"d3": "^7.9.0",
|
|
95
95
|
"lerna": "^8.2.1",
|
|
96
96
|
"npm-check-updates": "^17.1.16",
|