@agnos-ui/svelte-bootstrap 0.9.3 → 0.9.4
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.
|
@@ -37,7 +37,7 @@ import {BROWSER as __AgnosUISveltePreprocess__BROWSER} from 'esm-env';
|
|
|
37
37
|
{/each}
|
|
38
38
|
{#each state.sortedHandles as item, i (item.id)}
|
|
39
39
|
<Slot content={state.handle} props={{item, ...widget}} />
|
|
40
|
-
{#if state.showValueLabels
|
|
40
|
+
{#if state.showValueLabels}
|
|
41
41
|
<div use:directives.handleLabelDisplayDirective={{index: i}} {...__AgnosUISveltePreprocess__BROWSER ? {} : __AgnosUISveltePreprocess__ssrAttributes([directives.handleLabelDisplayDirective, {index: i}])}>
|
|
42
42
|
<Slot content={state.label} props={{value: state.values[i], ...widget}} />
|
|
43
43
|
</div>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agnos-ui/svelte-bootstrap",
|
|
3
3
|
"description": "Bootstrap-based component library for Svelte.",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
7
7
|
"module": "./index.js",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@agnos-ui/core-bootstrap": "0.9.
|
|
53
|
-
"@agnos-ui/svelte-headless": "0.9.
|
|
52
|
+
"@agnos-ui/core-bootstrap": "0.9.4",
|
|
53
|
+
"@agnos-ui/svelte-headless": "0.9.4"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"@amadeus-it-group/tansu": "^2.0.0",
|