sveltekit-ui 1.0.58 → 1.0.60
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/ContentInput/AttributesInput/CustomConfig/TimeInput/index.svelte.js +0 -1
- package/dist/Components/Location/index.svelte +1 -1
- package/dist/Components/LocationInput/index.svelte +1 -1
- package/dist/Components/Slider/index.svelte +1 -1
- package/dist/Components/TransparentBackground/index.svelte +1 -1
- package/dist/actions/{intersection_observer.js → index.js} +1 -1
- package/dist/client/index.js +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
- package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/TimeInput/index.svelte.js +0 -1
- package/src/lib/Components/Location/index.svelte +1 -1
- package/src/lib/Components/LocationInput/index.svelte +1 -1
- package/src/lib/Components/Slider/index.svelte +1 -1
- package/src/lib/Components/TransparentBackground/index.svelte +1 -1
- package/src/lib/actions/{intersection_observer.js → index.js} +1 -1
- package/src/lib/client/index.js +1 -0
- package/src/lib/index.js +1 -0
|
@@ -2,7 +2,6 @@ import { create_checkbox_manager } from "../../../../Checkbox/index.svelte.js"
|
|
|
2
2
|
import { create_time_input_manager } from "../../../../TimeInput/index.svelte.js"
|
|
3
3
|
import { create_dropdown_manager } from "../../../../Dropdown/index.svelte.js"
|
|
4
4
|
import { create_defined_type_input_manager } from "../../DefinedTypeInput/index.svelte.js"
|
|
5
|
-
import { set_closurable } from "../../../../../client/index.js"
|
|
6
5
|
import { time_formats } from "../../../../TimeInput/index.js"
|
|
7
6
|
|
|
8
7
|
export function create_time_input_config_manager(config) {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import Button from "../Button/index.svelte"
|
|
4
4
|
import LoadingWheel from "../LoadingWheel/index.svelte"
|
|
5
5
|
import { slide } from "svelte/transition"
|
|
6
|
-
import intersection_observer from "
|
|
6
|
+
import { intersection_observer } from "../../actions/index.js"
|
|
7
7
|
|
|
8
8
|
let { manager } = $props()
|
|
9
9
|
</script>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import Dropdown from "../Dropdown/index.svelte"
|
|
7
7
|
import LoadingWheel from "../LoadingWheel/index.svelte"
|
|
8
8
|
import { slide } from "svelte/transition"
|
|
9
|
-
import intersection_observer from "
|
|
9
|
+
import { intersection_observer } from "../../actions/index.js"
|
|
10
10
|
|
|
11
11
|
let { manager } = $props()
|
|
12
12
|
</script>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import LoadingWheel from "../LoadingWheel/index.svelte"
|
|
3
3
|
import ErrorX from "../ErrorX/index.svelte"
|
|
4
|
-
import intersection_observer from "
|
|
4
|
+
import { intersection_observer } from "../../actions/index.js"
|
|
5
5
|
import Button from "../Button/index.svelte"
|
|
6
6
|
|
|
7
7
|
let { manager } = $props()
|
package/dist/client/index.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/TimeInput/index.svelte.js
CHANGED
|
@@ -2,7 +2,6 @@ import { create_checkbox_manager } from "$lib/Components/Checkbox/index.svelte.j
|
|
|
2
2
|
import { create_time_input_manager } from "$lib/Components/TimeInput/index.svelte.js"
|
|
3
3
|
import { create_dropdown_manager } from "$lib/Components/Dropdown/index.svelte.js"
|
|
4
4
|
import { create_defined_type_input_manager } from "$lib/Components/ContentInput/AttributesInput/DefinedTypeInput/index.svelte.js"
|
|
5
|
-
import { set_closurable } from "$lib/client/index.js"
|
|
6
5
|
import { time_formats } from "$lib/Components/TimeInput/index.js"
|
|
7
6
|
|
|
8
7
|
export function create_time_input_config_manager(config) {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import Button from "$lib/Components/Button/index.svelte"
|
|
4
4
|
import LoadingWheel from "$lib/Components/LoadingWheel/index.svelte"
|
|
5
5
|
import { slide } from "svelte/transition"
|
|
6
|
-
import intersection_observer from "$lib/actions/
|
|
6
|
+
import { intersection_observer } from "$lib/actions/index.js"
|
|
7
7
|
|
|
8
8
|
let { manager } = $props()
|
|
9
9
|
</script>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import Dropdown from "$lib/Components/Dropdown/index.svelte"
|
|
7
7
|
import LoadingWheel from "$lib/Components/LoadingWheel/index.svelte"
|
|
8
8
|
import { slide } from "svelte/transition"
|
|
9
|
-
import intersection_observer from "$lib/actions/
|
|
9
|
+
import { intersection_observer } from "$lib/actions/index.js"
|
|
10
10
|
|
|
11
11
|
let { manager } = $props()
|
|
12
12
|
</script>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import LoadingWheel from "$lib/Components/LoadingWheel/index.svelte"
|
|
3
3
|
import ErrorX from "$lib/Components/ErrorX/index.svelte"
|
|
4
|
-
import intersection_observer from "$lib/actions/
|
|
4
|
+
import { intersection_observer } from "$lib/actions/index.js"
|
|
5
5
|
import Button from "$lib/Components/Button/index.svelte"
|
|
6
6
|
|
|
7
7
|
let { manager } = $props()
|
package/src/lib/client/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./types/index.js"
|
|
2
2
|
export * from "./astc_formatting/index.js"
|
|
3
3
|
export * from "$lib/Components/TimeInput/index.js"
|
|
4
|
+
export { intersection_observer } from "$lib/actions/index.js"
|
|
4
5
|
|
|
5
6
|
export function format_date(date, is_add_zero = false) {
|
|
6
7
|
if (date) {
|