@sprucelabs/heartwood-view-controllers 122.3.0 → 122.3.1

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.
@@ -156,7 +156,7 @@ const bigFormSchema = {
156
156
  options: { schema: talkingSprucebot_schema_1.default, }
157
157
  },
158
158
  /** . Where should the status render? By default it is at the top of each slide. */
159
- 'statusRenderPosition': {
159
+ 'labelRenderPosition': {
160
160
  type: 'select',
161
161
  hint: 'Where should the status render? By default it is at the top of each slide.',
162
162
  defaultValue: "topOfSlide",
@@ -9001,7 +9001,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
9001
9001
  'shouldRenderFirstFieldsLabel'?: boolean | undefined | null;
9002
9002
  'talkingSprucebot'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.TalkingSprucebot | undefined | null;
9003
9003
  /** . Where should the status render? By default it is at the top of each slide. */
9004
- 'statusRenderPosition'?: ("topOfSlide" | "headerAltTitle") | undefined | null;
9004
+ 'labelRenderPosition'?: ("topOfSlide" | "headerAltTitle") | undefined | null;
9005
9005
  /** Present slide. The slide showing now! */
9006
9006
  'presentSlide'?: number | undefined | null;
9007
9007
  /** Submit handler. */
@@ -9182,7 +9182,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
9182
9182
  };
9183
9183
  };
9184
9184
  /** . Where should the status render? By default it is at the top of each slide. */
9185
- 'statusRenderPosition': {
9185
+ 'labelRenderPosition': {
9186
9186
  type: 'select';
9187
9187
  hint: 'Where should the status render? By default it is at the top of each slide.';
9188
9188
  defaultValue: "topOfSlide";
@@ -151,7 +151,7 @@ const bigFormSchema = {
151
151
  options: { schema: talkingSprucebotSchema_v2021_02_11, }
152
152
  },
153
153
  /** . Where should the status render? By default it is at the top of each slide. */
154
- 'statusRenderPosition': {
154
+ 'labelRenderPosition': {
155
155
  type: 'select',
156
156
  hint: 'Where should the status render? By default it is at the top of each slide.',
157
157
  defaultValue: "topOfSlide",
@@ -9001,7 +9001,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
9001
9001
  'shouldRenderFirstFieldsLabel'?: boolean | undefined | null;
9002
9002
  'talkingSprucebot'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.TalkingSprucebot | undefined | null;
9003
9003
  /** . Where should the status render? By default it is at the top of each slide. */
9004
- 'statusRenderPosition'?: ("topOfSlide" | "headerAltTitle") | undefined | null;
9004
+ 'labelRenderPosition'?: ("topOfSlide" | "headerAltTitle") | undefined | null;
9005
9005
  /** Present slide. The slide showing now! */
9006
9006
  'presentSlide'?: number | undefined | null;
9007
9007
  /** Submit handler. */
@@ -9182,7 +9182,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
9182
9182
  };
9183
9183
  };
9184
9184
  /** . Where should the status render? By default it is at the top of each slide. */
9185
- 'statusRenderPosition': {
9185
+ 'labelRenderPosition': {
9186
9186
  type: 'select';
9187
9187
  hint: 'Where should the status render? By default it is at the top of each slide.';
9188
9188
  defaultValue: "topOfSlide";
@@ -21317,7 +21317,7 @@ declare const _default: {
21317
21317
  isRequired: true;
21318
21318
  isArray: true;
21319
21319
  };
21320
- statusRenderPosition: {
21320
+ labelRenderPosition: {
21321
21321
  type: "select";
21322
21322
  options: {
21323
21323
  choices: {
@@ -14155,7 +14155,7 @@ declare const _default: {
14155
14155
  isRequired: true;
14156
14156
  isArray: true;
14157
14157
  };
14158
- statusRenderPosition: {
14158
+ labelRenderPosition: {
14159
14159
  type: "select";
14160
14160
  options: {
14161
14161
  choices: {
@@ -14105,7 +14105,7 @@ declare const _default: {
14105
14105
  isRequired: true;
14106
14106
  isArray: true;
14107
14107
  };
14108
- statusRenderPosition: {
14108
+ labelRenderPosition: {
14109
14109
  type: "select";
14110
14110
  options: {
14111
14111
  choices: {
@@ -21348,7 +21348,7 @@ declare const _default: {
21348
21348
  isRequired: true;
21349
21349
  isArray: true;
21350
21350
  };
21351
- statusRenderPosition: {
21351
+ labelRenderPosition: {
21352
21352
  type: "select";
21353
21353
  options: {
21354
21354
  choices: {
@@ -6919,7 +6919,7 @@ declare const _default: {
6919
6919
  isRequired: true;
6920
6920
  isArray: true;
6921
6921
  };
6922
- statusRenderPosition: {
6922
+ labelRenderPosition: {
6923
6923
  type: "select";
6924
6924
  options: {
6925
6925
  choices: {
@@ -24,7 +24,7 @@ export default buildSchema({
24
24
  },
25
25
  }, sections: Object.assign(Object.assign({}, formBuilder.fields.sections), { options: Object.assign(Object.assign({}, formBuilder.fields.sections.options), { schema: Object.assign(Object.assign({}, formSectionBuilder), { id: 'bigFormSection', fields: Object.assign(Object.assign({}, formSectionBuilder.fields), { shouldShowSubmitButton: {
26
26
  type: 'boolean',
27
- } }) }) }) }), statusRenderPosition: {
27
+ } }) }) }) }), labelRenderPosition: {
28
28
  type: 'select',
29
29
  options: {
30
30
  choices: [
@@ -21389,7 +21389,7 @@ declare const _default: {
21389
21389
  isRequired: true;
21390
21390
  isArray: true;
21391
21391
  };
21392
- statusRenderPosition: {
21392
+ labelRenderPosition: {
21393
21393
  type: "select";
21394
21394
  options: {
21395
21395
  choices: {
@@ -21317,7 +21317,7 @@ declare const _default: {
21317
21317
  isRequired: true;
21318
21318
  isArray: true;
21319
21319
  };
21320
- statusRenderPosition: {
21320
+ labelRenderPosition: {
21321
21321
  type: "select";
21322
21322
  options: {
21323
21323
  choices: {
@@ -14155,7 +14155,7 @@ declare const _default: {
14155
14155
  isRequired: true;
14156
14156
  isArray: true;
14157
14157
  };
14158
- statusRenderPosition: {
14158
+ labelRenderPosition: {
14159
14159
  type: "select";
14160
14160
  options: {
14161
14161
  choices: {
@@ -14105,7 +14105,7 @@ declare const _default: {
14105
14105
  isRequired: true;
14106
14106
  isArray: true;
14107
14107
  };
14108
- statusRenderPosition: {
14108
+ labelRenderPosition: {
14109
14109
  type: "select";
14110
14110
  options: {
14111
14111
  choices: {
@@ -21348,7 +21348,7 @@ declare const _default: {
21348
21348
  isRequired: true;
21349
21349
  isArray: true;
21350
21350
  };
21351
- statusRenderPosition: {
21351
+ labelRenderPosition: {
21352
21352
  type: "select";
21353
21353
  options: {
21354
21354
  choices: {
@@ -6919,7 +6919,7 @@ declare const _default: {
6919
6919
  isRequired: true;
6920
6920
  isArray: true;
6921
6921
  };
6922
- statusRenderPosition: {
6922
+ labelRenderPosition: {
6923
6923
  type: "select";
6924
6924
  options: {
6925
6925
  choices: {
@@ -48,7 +48,7 @@ exports.default = (0, schema_1.buildSchema)({
48
48
  },
49
49
  },
50
50
  },
51
- statusRenderPosition: {
51
+ labelRenderPosition: {
52
52
  type: 'select',
53
53
  options: {
54
54
  choices: [
@@ -21389,7 +21389,7 @@ declare const _default: {
21389
21389
  isRequired: true;
21390
21390
  isArray: true;
21391
21391
  };
21392
- statusRenderPosition: {
21392
+ labelRenderPosition: {
21393
21393
  type: "select";
21394
21394
  options: {
21395
21395
  choices: {
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "sideEffects": false,
14
14
  "license": "MIT",
15
15
  "description": "All the power of Heartwood in one, convenient package.",
16
- "version": "122.3.0",
16
+ "version": "122.3.1",
17
17
  "skill": {
18
18
  "namespace": "HeartwoodViewControllers",
19
19
  "commandOverrides": {