@sprucelabs/spruce-calendar-components 32.0.21 → 33.0.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.
@@ -118,7 +118,7 @@ class EventDateTimeToolViewController extends AbstractViewController {
118
118
  return this.Controller('form', buildForm({
119
119
  schema,
120
120
  onChange: this.handleChangeForm.bind(this),
121
- shouldShowSubmitControls: false,
121
+ shouldRenderSubmitControls: false,
122
122
  sections: [
123
123
  {
124
124
  fields: ['startDateTime'],
@@ -37,7 +37,7 @@ class EventDurationToolViewController extends AbstractViewController {
37
37
  return this.Controller('form', buildForm({
38
38
  values: { durationMs: this.getDurationMsFromEvent() },
39
39
  onChange: this.handleChangeForm.bind(this),
40
- shouldShowSubmitControls: false,
40
+ shouldRenderSubmitControls: false,
41
41
  sections: [
42
42
  {
43
43
  fields: [
@@ -64,7 +64,7 @@ class EventRepeatingToolViewController extends AbstractViewController {
64
64
  return this.Controller('form', buildForm({
65
65
  id: 'repeatingForm',
66
66
  schema,
67
- shouldShowSubmitControls: false,
67
+ shouldRenderSubmitControls: false,
68
68
  sections: [
69
69
  {
70
70
  list: this.controlsListVc.render(),
@@ -34,7 +34,7 @@ class EventTitleToolViewController extends AbstractViewController {
34
34
  const timeBlock = (_b = (_a = this.getContext().event) === null || _a === void 0 ? void 0 : _a.timeBlocks) === null || _b === void 0 ? void 0 : _b[0];
35
35
  return this.Controller('form', buildForm({
36
36
  schema: formSchema,
37
- shouldShowSubmitControls: false,
37
+ shouldRenderSubmitControls: false,
38
38
  onChange: () => this.handleChangeForm(),
39
39
  sections: [
40
40
  {
@@ -107,7 +107,7 @@ class EventDateTimeToolViewController extends heartwood_view_controllers_1.Abstr
107
107
  return this.Controller('form', (0, heartwood_view_controllers_1.buildForm)({
108
108
  schema,
109
109
  onChange: this.handleChangeForm.bind(this),
110
- shouldShowSubmitControls: false,
110
+ shouldRenderSubmitControls: false,
111
111
  sections: [
112
112
  {
113
113
  fields: ['startDateTime'],
@@ -30,7 +30,7 @@ class EventDurationToolViewController extends heartwood_view_controllers_1.Abstr
30
30
  return this.Controller('form', (0, heartwood_view_controllers_1.buildForm)({
31
31
  values: { durationMs: this.getDurationMsFromEvent() },
32
32
  onChange: this.handleChangeForm.bind(this),
33
- shouldShowSubmitControls: false,
33
+ shouldRenderSubmitControls: false,
34
34
  sections: [
35
35
  {
36
36
  fields: [
@@ -66,7 +66,7 @@ class EventRepeatingToolViewController extends heartwood_view_controllers_1.Abst
66
66
  return this.Controller('form', (0, heartwood_view_controllers_1.buildForm)({
67
67
  id: 'repeatingForm',
68
68
  schema,
69
- shouldShowSubmitControls: false,
69
+ shouldRenderSubmitControls: false,
70
70
  sections: [
71
71
  {
72
72
  list: this.controlsListVc.render(),
@@ -26,7 +26,7 @@ class EventTitleToolViewController extends heartwood_view_controllers_1.Abstract
26
26
  const timeBlock = this.getContext().event?.timeBlocks?.[0];
27
27
  return this.Controller('form', (0, heartwood_view_controllers_1.buildForm)({
28
28
  schema: formSchema,
29
- shouldShowSubmitControls: false,
29
+ shouldRenderSubmitControls: false,
30
30
  onChange: () => this.handleChangeForm(),
31
31
  sections: [
32
32
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-calendar-components",
3
3
  "description": "Calendar components for working with calendars and Sprucebot.",
4
- "version": "32.0.21",
4
+ "version": "33.0.0",
5
5
  "skill": {
6
6
  "namespace": "calendar"
7
7
  },