@projectcaluma/ember-form 14.14.1 → 14.15.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.
|
@@ -124,13 +124,19 @@
|
|
|
124
124
|
as |modal|
|
|
125
125
|
>
|
|
126
126
|
<modal.body>
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
127
|
+
{{#if this.add.isRunning}}
|
|
128
|
+
<div class="uk-text-center">
|
|
129
|
+
<UkSpinner class="uk-animation-fade" @ratio={{2}} />
|
|
130
|
+
</div>
|
|
131
|
+
{{else}}
|
|
132
|
+
<CfFormWrapper
|
|
133
|
+
@document={{this.documentToEdit}}
|
|
134
|
+
@fieldset={{object-at 0 this.documentToEdit.fieldsets}}
|
|
135
|
+
@disabled={{@disabled}}
|
|
136
|
+
@context={{@context}}
|
|
137
|
+
@compare={{@compare}}
|
|
138
|
+
/>
|
|
139
|
+
{{/if}}
|
|
134
140
|
</modal.body>
|
|
135
141
|
|
|
136
142
|
<modal.footer class="uk-text-right">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@projectcaluma/ember-form",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.15.0",
|
|
4
4
|
"description": "Ember addon for rendering Caluma forms.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"luxon": "^3.5.0",
|
|
40
40
|
"reactiveweb": "^1.3.0",
|
|
41
41
|
"tracked-toolbox": "^2.0.0",
|
|
42
|
-
"@projectcaluma/ember-core": "^14.
|
|
42
|
+
"@projectcaluma/ember-core": "^14.15.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@ember/optional-features": "3.0.0",
|
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
"uikit": "3.25.6",
|
|
75
75
|
"uuid": "14.0.1",
|
|
76
76
|
"webpack": "5.109.2",
|
|
77
|
-
"@projectcaluma/ember-workflow": "14.
|
|
78
|
-
"@projectcaluma/ember-testing": "14.
|
|
77
|
+
"@projectcaluma/ember-workflow": "14.15.0",
|
|
78
|
+
"@projectcaluma/ember-testing": "14.15.0"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"ember-source": ">= 4.0.0",
|
|
82
|
-
"@projectcaluma/ember-workflow": "^14.
|
|
82
|
+
"@projectcaluma/ember-workflow": "^14.15.0"
|
|
83
83
|
},
|
|
84
84
|
"dependenciesMeta": {
|
|
85
85
|
"@projectcaluma/ember-core": {
|