@sprucelabs/spruce-calendar-components 25.1.2 → 25.1.3

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.
@@ -21,6 +21,9 @@ class EventDurationToolViewController extends AbstractViewController {
21
21
  }
22
22
  CardVc() {
23
23
  return this.Controller('card', {
24
+ header: {
25
+ title: 'For how long?',
26
+ },
24
27
  body: {
25
28
  sections: [
26
29
  {
@@ -34,6 +37,7 @@ class EventDurationToolViewController extends AbstractViewController {
34
37
  return this.Controller('form', buildForm({
35
38
  values: { durationMs: this.getDurationMsFromEvent() },
36
39
  onChange: this.handleChangeForm.bind(this),
40
+ shouldShowSubmitControls: false,
37
41
  sections: [
38
42
  {
39
43
  fields: [
@@ -14,6 +14,9 @@ class EventDurationToolViewController extends heartwood_view_controllers_1.Abstr
14
14
  }
15
15
  CardVc() {
16
16
  return this.Controller('card', {
17
+ header: {
18
+ title: 'For how long?',
19
+ },
17
20
  body: {
18
21
  sections: [
19
22
  {
@@ -27,6 +30,7 @@ class EventDurationToolViewController extends heartwood_view_controllers_1.Abstr
27
30
  return this.Controller('form', (0, heartwood_view_controllers_1.buildForm)({
28
31
  values: { durationMs: this.getDurationMsFromEvent() },
29
32
  onChange: this.handleChangeForm.bind(this),
33
+ shouldShowSubmitControls: false,
30
34
  sections: [
31
35
  {
32
36
  fields: [
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": "25.1.2",
4
+ "version": "25.1.3",
5
5
  "skill": {
6
6
  "namespace": "calendar"
7
7
  },