@progress/kendo-vue-scheduler 3.1.5 → 3.2.0-dev.202204120815

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.
@@ -29,7 +29,13 @@ var SchedulerActionButtonsVue2 = {
29
29
 
30
30
  var h = gh || createElement;
31
31
  return (// @ts-ignore function children
32
- h(DialogActionsBar, this.v3 ? function () {
32
+ h(DialogActionsBar, {
33
+ buttonGroupClass: false,
34
+ attrs: this.v3 ? undefined : {
35
+ buttonGroupClass: false
36
+ },
37
+ "class": 'k-form-buttons'
38
+ }, this.v3 ? function () {
33
39
  return [// @ts-ignore function children
34
40
  h(Button, {
35
41
  type: "submit",
@@ -111,13 +111,27 @@ var SchedulerFormVue2 = {
111
111
  },
112
112
  validator: _this.formValidator
113
113
  }, _this.v3 ? function () {
114
- return [h(SchedulerFormEditor // {...this.renderProps}
114
+ return [// @ts-ignore function children
115
+ h(SchedulerFormEditor // {...this.renderProps}
115
116
  , {
116
117
  as: Editor,
117
118
  attrs: _this.v3 ? undefined : {
118
119
  as: Editor
119
120
  }
120
- }), h(SchedulerActionButtons, {
121
+ }, _this.v3 ? function () {
122
+ return [h(SchedulerActionButtons, {
123
+ editSaveMessage: editSaveMessage,
124
+ attrs: _this.v3 ? undefined : {
125
+ editSaveMessage: editSaveMessage,
126
+ editCancelMessage: editCancelMessage
127
+ },
128
+ editCancelMessage: editCancelMessage,
129
+ onCancel: _this.handleCancel,
130
+ on: _this.v3 ? undefined : {
131
+ "cancel": _this.handleCancel
132
+ }
133
+ })];
134
+ } : [h(SchedulerActionButtons, {
121
135
  editSaveMessage: editSaveMessage,
122
136
  attrs: _this.v3 ? undefined : {
123
137
  editSaveMessage: editSaveMessage,
@@ -128,13 +142,26 @@ var SchedulerFormVue2 = {
128
142
  on: _this.v3 ? undefined : {
129
143
  "cancel": _this.handleCancel
130
144
  }
131
- })];
145
+ })])];
132
146
  } : [h(SchedulerFormEditor, {
133
147
  as: Editor,
134
148
  attrs: _this.v3 ? undefined : {
135
149
  as: Editor
136
150
  }
137
- }), h(SchedulerActionButtons, {
151
+ }, _this.v3 ? function () {
152
+ return [h(SchedulerActionButtons, {
153
+ editSaveMessage: editSaveMessage,
154
+ attrs: _this.v3 ? undefined : {
155
+ editSaveMessage: editSaveMessage,
156
+ editCancelMessage: editCancelMessage
157
+ },
158
+ editCancelMessage: editCancelMessage,
159
+ onCancel: _this.handleCancel,
160
+ on: _this.v3 ? undefined : {
161
+ "cancel": _this.handleCancel
162
+ }
163
+ })];
164
+ } : [h(SchedulerActionButtons, {
138
165
  editSaveMessage: editSaveMessage,
139
166
  attrs: _this.v3 ? undefined : {
140
167
  editSaveMessage: editSaveMessage,
@@ -145,7 +172,7 @@ var SchedulerFormVue2 = {
145
172
  on: _this.v3 ? undefined : {
146
173
  "cancel": _this.handleCancel
147
174
  }
148
- })])];
175
+ })])])];
149
176
  } : [h(Form, {
150
177
  initialValues: _this.$props.dataItem,
151
178
  attrs: _this.v3 ? undefined : {
@@ -163,7 +190,20 @@ var SchedulerFormVue2 = {
163
190
  attrs: _this.v3 ? undefined : {
164
191
  as: Editor
165
192
  }
166
- }), h(SchedulerActionButtons, {
193
+ }, _this.v3 ? function () {
194
+ return [h(SchedulerActionButtons, {
195
+ editSaveMessage: editSaveMessage,
196
+ attrs: _this.v3 ? undefined : {
197
+ editSaveMessage: editSaveMessage,
198
+ editCancelMessage: editCancelMessage
199
+ },
200
+ editCancelMessage: editCancelMessage,
201
+ onCancel: _this.handleCancel,
202
+ on: _this.v3 ? undefined : {
203
+ "cancel": _this.handleCancel
204
+ }
205
+ })];
206
+ } : [h(SchedulerActionButtons, {
167
207
  editSaveMessage: editSaveMessage,
168
208
  attrs: _this.v3 ? undefined : {
169
209
  editSaveMessage: editSaveMessage,
@@ -174,13 +214,26 @@ var SchedulerFormVue2 = {
174
214
  on: _this.v3 ? undefined : {
175
215
  "cancel": _this.handleCancel
176
216
  }
177
- })];
217
+ })])];
178
218
  } : [h(SchedulerFormEditor, {
179
219
  as: Editor,
180
220
  attrs: _this.v3 ? undefined : {
181
221
  as: Editor
182
222
  }
183
- }), h(SchedulerActionButtons, {
223
+ }, _this.v3 ? function () {
224
+ return [h(SchedulerActionButtons, {
225
+ editSaveMessage: editSaveMessage,
226
+ attrs: _this.v3 ? undefined : {
227
+ editSaveMessage: editSaveMessage,
228
+ editCancelMessage: editCancelMessage
229
+ },
230
+ editCancelMessage: editCancelMessage,
231
+ onCancel: _this.handleCancel,
232
+ on: _this.v3 ? undefined : {
233
+ "cancel": _this.handleCancel
234
+ }
235
+ })];
236
+ } : [h(SchedulerActionButtons, {
184
237
  editSaveMessage: editSaveMessage,
185
238
  attrs: _this.v3 ? undefined : {
186
239
  editSaveMessage: editSaveMessage,
@@ -191,7 +244,7 @@ var SchedulerFormVue2 = {
191
244
  on: _this.v3 ? undefined : {
192
245
  "cancel": _this.handleCancel
193
246
  }
194
- })])])
247
+ })])])])
195
248
  );
196
249
  },
197
250
  methods: {