@projectcaluma/ember-form 14.14.1 → 14.14.2

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
- <CfFormWrapper
128
- @document={{this.documentToEdit}}
129
- @fieldset={{object-at 0 this.documentToEdit.fieldsets}}
130
- @disabled={{or @disabled this.add.isRunning}}
131
- @context={{@context}}
132
- @compare={{@compare}}
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.14.1",
3
+ "version": "14.14.2",
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.14.1"
42
+ "@projectcaluma/ember-core": "^14.14.2"
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.14.1",
78
- "@projectcaluma/ember-testing": "14.14.1"
77
+ "@projectcaluma/ember-workflow": "14.14.2",
78
+ "@projectcaluma/ember-testing": "14.14.2"
79
79
  },
80
80
  "peerDependencies": {
81
81
  "ember-source": ">= 4.0.0",
82
- "@projectcaluma/ember-workflow": "^14.14.1"
82
+ "@projectcaluma/ember-workflow": "^14.14.2"
83
83
  },
84
84
  "dependenciesMeta": {
85
85
  "@projectcaluma/ember-core": {