@sprucelabs/spruce-form-utils 11.1.12 → 11.1.18

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.
@@ -1,4 +1,4 @@
1
1
  export { default as formAssert } from './__tests__/support/formAssert';
2
- export { default as formCompletionCalculator } from './fillingOutAForm/formCompletionCalculator';
3
- export { default as FormPlayerCardViewController } from './fillingOutAForm/FormPlayerCard.vc';
2
+ export { default as formCompletionCalculator } from './completing/formCompletionCalculator';
3
+ export { default as FormPlayerCardViewController } from './completing/FormPlayerCard.vc';
4
4
  export * from './types/types-module';
@@ -1,4 +1,4 @@
1
1
  export { default as formAssert } from './__tests__/support/formAssert.js';
2
- export { default as formCompletionCalculator } from './fillingOutAForm/formCompletionCalculator.js';
3
- export { default as FormPlayerCardViewController } from './fillingOutAForm/FormPlayerCard.vc.js';
2
+ export { default as formCompletionCalculator } from './completing/formCompletionCalculator.js';
3
+ export { default as FormPlayerCardViewController } from './completing/FormPlayerCard.vc.js';
4
4
  export * from './types/types-module.js';
@@ -1,5 +1,5 @@
1
1
  import { Scope, SpruceSchemas, ViewController } from '@sprucelabs/heartwood-view-controllers';
2
- import FormPlayerCardViewController, { FormPlayerCardViewControllerOptions } from '../fillingOutAForm/FormPlayerCard.vc';
2
+ import FormPlayerCardViewController, { FormPlayerCardViewControllerOptions } from '../completing/FormPlayerCard.vc';
3
3
  declare type Card = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card;
4
4
  export declare type UpdateForm = SpruceSchemas.Forms.v2021_07_02.UpdateForm;
5
5
  export interface RemoteFormBuilderCardLoadOptions {
@@ -1,4 +1,4 @@
1
1
  export { default as formAssert } from './__tests__/support/formAssert';
2
- export { default as formCompletionCalculator } from './fillingOutAForm/formCompletionCalculator';
3
- export { default as FormPlayerCardViewController } from './fillingOutAForm/FormPlayerCard.vc';
2
+ export { default as formCompletionCalculator } from './completing/formCompletionCalculator';
3
+ export { default as FormPlayerCardViewController } from './completing/FormPlayerCard.vc';
4
4
  export * from './types/types-module';
@@ -20,8 +20,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
20
20
  exports.FormPlayerCardViewController = exports.formCompletionCalculator = exports.formAssert = void 0;
21
21
  var formAssert_1 = require("./__tests__/support/formAssert");
22
22
  Object.defineProperty(exports, "formAssert", { enumerable: true, get: function () { return __importDefault(formAssert_1).default; } });
23
- var formCompletionCalculator_1 = require("./fillingOutAForm/formCompletionCalculator");
23
+ var formCompletionCalculator_1 = require("./completing/formCompletionCalculator");
24
24
  Object.defineProperty(exports, "formCompletionCalculator", { enumerable: true, get: function () { return __importDefault(formCompletionCalculator_1).default; } });
25
- var FormPlayerCard_vc_1 = require("./fillingOutAForm/FormPlayerCard.vc");
25
+ var FormPlayerCard_vc_1 = require("./completing/FormPlayerCard.vc");
26
26
  Object.defineProperty(exports, "FormPlayerCardViewController", { enumerable: true, get: function () { return __importDefault(FormPlayerCard_vc_1).default; } });
27
27
  __exportStar(require("./types/types-module"), exports);
@@ -1,5 +1,5 @@
1
1
  import { Scope, SpruceSchemas, ViewController } from '@sprucelabs/heartwood-view-controllers';
2
- import FormPlayerCardViewController, { FormPlayerCardViewControllerOptions } from '../fillingOutAForm/FormPlayerCard.vc';
2
+ import FormPlayerCardViewController, { FormPlayerCardViewControllerOptions } from '../completing/FormPlayerCard.vc';
3
3
  declare type Card = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card;
4
4
  export declare type UpdateForm = SpruceSchemas.Forms.v2021_07_02.UpdateForm;
5
5
  export interface RemoteFormBuilderCardLoadOptions {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-form-utils",
3
3
  "description": "Support for working with forms and Sprucebot. 📄",
4
- "version": "11.1.12",
4
+ "version": "11.1.18",
5
5
  "skill": {
6
6
  "namespace": "forms"
7
7
  },
@@ -22,14 +22,14 @@
22
22
  "build/__tests__/support/formAssert.d.ts",
23
23
  "build/esm/__tests__/support/formAssert.js",
24
24
  "build/esm/__tests__/support/formAssert.d.ts",
25
- "build/fillingOutAForm/FormPlayerCard.vc.js",
26
- "build/fillingOutAForm/FormPlayerCard.vc.d.ts",
27
- "build/esm/fillingOutAForm/FormPlayerCard.vc.js",
28
- "build/esm/fillingOutAForm/FormPlayerCard.vc.d.ts",
29
- "build/fillingOutAForm/formCompletionCalculator.js",
30
- "build/fillingOutAForm/formCompletionCalculator.d.ts",
31
- "build/esm/fillingOutAForm/formCompletionCalculator.js",
32
- "build/esm/fillingOutAForm/formCompletionCalculator.d.ts",
25
+ "build/completing/FormPlayerCard.vc.js",
26
+ "build/completing/FormPlayerCard.vc.d.ts",
27
+ "build/esm/completing/FormPlayerCard.vc.js",
28
+ "build/esm/completing/FormPlayerCard.vc.d.ts",
29
+ "build/completing/formCompletionCalculator.js",
30
+ "build/completing/formCompletionCalculator.d.ts",
31
+ "build/esm/completing/formCompletionCalculator.js",
32
+ "build/esm/completing/formCompletionCalculator.d.ts",
33
33
  "build/types/types-module.js",
34
34
  "build/types/types-module.d.ts",
35
35
  "build/esm/types/types-module.js",