@fleetbase/ember-ui 0.3.5 → 0.3.6
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.
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
{{#let (resolve-component widget.component) as |ResolvedComponent|}}
|
|
5
5
|
{{#if ResolvedComponent}}
|
|
6
6
|
<GridStackItem id={{widget.id}} @options={{spread-widget-options (hash id=widget.id options=widget.grid_options)}} class="relative">
|
|
7
|
-
{{component ResolvedComponent options=widget.options}}
|
|
7
|
+
{{component ResolvedComponent widget=widget options=widget.options}}
|
|
8
8
|
|
|
9
9
|
{{#if @isEdit}}
|
|
10
10
|
<div class="absolute top-2 right-2">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fleetbase/ember-ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"description": "Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fleetbase-ui",
|