@sprucelabs/spruce-form-utils 13.1.11 → 13.1.12
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.
|
@@ -180,5 +180,5 @@ class FormPlayerCardViewController extends heartwood_view_controllers_1.Abstract
|
|
|
180
180
|
return this.swipeVc.render();
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
|
-
exports.default = FormPlayerCardViewController;
|
|
184
183
|
FormPlayerCardViewController.id = 'form-player-card';
|
|
184
|
+
exports.default = FormPlayerCardViewController;
|
|
@@ -20,7 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
20
20
|
};
|
|
21
21
|
import { AbstractViewController, removeUniversalViewOptions, } from '@sprucelabs/heartwood-view-controllers';
|
|
22
22
|
import { SchemaError } from '@sprucelabs/schema';
|
|
23
|
-
|
|
23
|
+
class FormPlayerCardViewController extends AbstractViewController {
|
|
24
24
|
constructor(options) {
|
|
25
25
|
super(options);
|
|
26
26
|
this.shouldIgnoreChanges = false;
|
|
@@ -200,3 +200,4 @@ export default class FormPlayerCardViewController extends AbstractViewController
|
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
202
|
FormPlayerCardViewController.id = 'form-player-card';
|
|
203
|
+
export default FormPlayerCardViewController;
|