@sprucelabs/spruce-calendar-components 32.0.22 → 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.
- package/build/.spruce/schemas/schemas.types.d.ts +1319 -1319
- package/build/esm/.spruce/schemas/schemas.types.d.ts +1319 -1319
- package/build/esm/tools/EventDateTimeTool.vc.js +1 -1
- package/build/esm/tools/EventDurationTool.vc.js +1 -1
- package/build/esm/tools/EventRepeatingTool.vc.js +1 -1
- package/build/esm/tools/EventTitleTool.vc.js +1 -1
- package/build/tools/EventDateTimeTool.vc.js +1 -1
- package/build/tools/EventDurationTool.vc.js +1 -1
- package/build/tools/EventRepeatingTool.vc.js +1 -1
- package/build/tools/EventTitleTool.vc.js +1 -1
- package/package.json +1 -1
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
29
|
+
shouldRenderSubmitControls: false,
|
|
30
30
|
onChange: () => this.handleChangeForm(),
|
|
31
31
|
sections: [
|
|
32
32
|
{
|