@syncfusion/ej2-vue-layouts 19.4.52 → 20.1.47

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.
Files changed (72) hide show
  1. package/CHANGELOG.md +0 -16
  2. package/dist/ej2-vue-layouts.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-layouts.es2015.js +101 -9
  4. package/dist/es6/ej2-vue-layouts.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-layouts.es5.js +68 -8
  6. package/dist/es6/ej2-vue-layouts.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-layouts.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/dashboard-layout/dashboardlayout.component.d.ts +1 -0
  10. package/src/dashboard-layout/dashboardlayout.component.js +10 -1
  11. package/src/dashboard-layout/panels.directive.d.ts +3 -1
  12. package/src/dashboard-layout/panels.directive.js +24 -2
  13. package/src/splitter/panesettings.directive.d.ts +3 -1
  14. package/src/splitter/panesettings.directive.js +24 -2
  15. package/src/splitter/splitter.component.d.ts +1 -0
  16. package/src/splitter/splitter.component.js +10 -1
  17. package/styles/avatar/bootstrap5-dark.css +2 -0
  18. package/styles/avatar/bootstrap5.css +2 -0
  19. package/styles/avatar/fluent-dark.css +61 -0
  20. package/styles/avatar/fluent-dark.scss +1 -0
  21. package/styles/avatar/fluent.css +61 -0
  22. package/styles/avatar/fluent.scss +1 -0
  23. package/styles/bootstrap-dark.css +4 -4
  24. package/styles/bootstrap.css +4 -4
  25. package/styles/bootstrap4.css +4 -4
  26. package/styles/bootstrap5-dark.css +14 -10
  27. package/styles/bootstrap5.css +14 -10
  28. package/styles/card/bootstrap5-dark.css +5 -3
  29. package/styles/card/bootstrap5.css +5 -3
  30. package/styles/card/fluent-dark.css +602 -0
  31. package/styles/card/fluent-dark.scss +1 -0
  32. package/styles/card/fluent.css +602 -0
  33. package/styles/card/fluent.scss +1 -0
  34. package/styles/card/tailwind-dark.css +8 -8
  35. package/styles/card/tailwind.css +8 -8
  36. package/styles/dashboard-layout/bootstrap5-dark.css +1 -1
  37. package/styles/dashboard-layout/bootstrap5.css +1 -1
  38. package/styles/dashboard-layout/fluent-dark.css +388 -0
  39. package/styles/dashboard-layout/fluent-dark.scss +1 -0
  40. package/styles/dashboard-layout/fluent.css +388 -0
  41. package/styles/dashboard-layout/fluent.scss +1 -0
  42. package/styles/dashboard-layout/tailwind-dark.css +18 -15
  43. package/styles/dashboard-layout/tailwind.css +16 -13
  44. package/styles/fabric-dark.css +4 -4
  45. package/styles/fabric.css +4 -4
  46. package/styles/fluent-dark.css +1628 -0
  47. package/styles/fluent-dark.scss +4 -0
  48. package/styles/fluent.css +1628 -0
  49. package/styles/fluent.scss +4 -0
  50. package/styles/highcontrast-light.css +4 -4
  51. package/styles/highcontrast.css +4 -4
  52. package/styles/material-dark.css +4 -4
  53. package/styles/material.css +4 -4
  54. package/styles/splitter/bootstrap-dark.css +4 -4
  55. package/styles/splitter/bootstrap.css +4 -4
  56. package/styles/splitter/bootstrap4.css +4 -4
  57. package/styles/splitter/bootstrap5-dark.css +6 -6
  58. package/styles/splitter/bootstrap5.css +6 -6
  59. package/styles/splitter/fabric-dark.css +4 -4
  60. package/styles/splitter/fabric.css +4 -4
  61. package/styles/splitter/fluent-dark.css +574 -0
  62. package/styles/splitter/fluent-dark.scss +1 -0
  63. package/styles/splitter/fluent.css +574 -0
  64. package/styles/splitter/fluent.scss +1 -0
  65. package/styles/splitter/highcontrast-light.css +4 -4
  66. package/styles/splitter/highcontrast.css +4 -4
  67. package/styles/splitter/material-dark.css +4 -4
  68. package/styles/splitter/material.css +4 -4
  69. package/styles/splitter/tailwind-dark.css +8 -16
  70. package/styles/splitter/tailwind.css +8 -16
  71. package/styles/tailwind-dark.css +34 -39
  72. package/styles/tailwind.css +32 -37
package/CHANGELOG.md CHANGED
@@ -2,22 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## 19.4.47 (2022-01-25)
6
-
7
- ### Dashboard Layout
8
-
9
- #### Bug Fixes
10
-
11
- - `#SF-361218` - The issue with "The Dashboard Layout with nested panels throws a script error on page resizing" has been resolved.
12
-
13
- ## 19.4.43 (2022-01-18)
14
-
15
- ### Splitter
16
-
17
- #### Bug Fixes
18
-
19
- - `#I360945` - Now, the splitter works properly when the target element is passed as a variable in the Splitter constructor.
20
-
21
5
  ## 19.3.43 (2021-09-30)
22
6
 
23
7
  ### Splitter
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-layouts.umd.min.js
3
- * version : 19.4.52
3
+ * version : 20.1.47
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,8 +1,8 @@
1
1
  import { DashboardLayout, Splitter } from '@syncfusion/ej2-layouts';
2
2
  import { ComponentBase, EJComponentDecorator, allVue, getProps, gh } from '@syncfusion/ej2-vue-base';
3
3
  import { Vue } from 'vue-class-component';
4
- import Vue$1 from 'vue';
5
4
  import { getValue, isNullOrUndefined } from '@syncfusion/ej2-base';
5
+ import Vue$1 from 'vue';
6
6
 
7
7
  var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
8
8
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -10,6 +10,7 @@ var __decorate = (undefined && undefined.__decorate) || function (decorators, ta
10
10
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
11
11
  return c > 3 && r && Object.defineProperty(target, key, r), r;
12
12
  };
13
+ // {{VueImport}}
13
14
  const isExecute = gh ? false : true;
14
15
  let vueImport;
15
16
  if (!isExecute || parseInt(allVue.version) < 3) {
@@ -18,16 +19,47 @@ if (!isExecute || parseInt(allVue.version) < 3) {
18
19
  else {
19
20
  vueImport = Vue$1;
20
21
  }
21
- let PanesDirective = class PanesDirective extends vueImport {
22
- render() {
22
+ let PanesDirective =
23
+ /* Start Options({
24
+ inject: {
25
+ custom: {
26
+ default: null
27
+ }
28
+ }
29
+ }) End */
30
+ class PanesDirective extends vueImport {
31
+ constructor() {
32
+ super(arguments);
33
+ }
34
+ render(createElement) {
35
+ if (gh) {
36
+ let h = gh || createElement;
37
+ let slots = null;
38
+ if (!isNullOrUndefined(this.$slots.default)) {
39
+ slots = gh ? this.$slots.default() : this.$slots.default;
40
+ }
41
+ return h('div', { class: 'e-directive' }, slots);
42
+ }
23
43
  return;
24
44
  }
45
+ updated() {
46
+ if (gh && this.custom) {
47
+ this.custom();
48
+ }
49
+ }
25
50
  getTag() {
26
51
  return 'e-panes';
27
52
  }
28
53
  };
29
54
  PanesDirective = __decorate([
30
55
  EJComponentDecorator({}, isExecute)
56
+ /* Start Options({
57
+ inject: {
58
+ custom: {
59
+ default: null
60
+ }
61
+ }
62
+ }) End */
31
63
  ], PanesDirective);
32
64
  const PanesPlugin = {
33
65
  name: 'e-panes',
@@ -93,7 +125,12 @@ let SplitterComponent =
93
125
  /* Start Options({
94
126
  props: props,
95
127
  watch: watch,
96
- emits: emitProbs
128
+ emits: emitProbs,
129
+ provide: function provide() {
130
+ return {
131
+ custom: this.custom
132
+ };
133
+ }
97
134
  }) End */
98
135
  class SplitterComponent extends ComponentBase {
99
136
  constructor() {
@@ -110,6 +147,7 @@ class SplitterComponent extends ComponentBase {
110
147
  this.ej2Instances._setProperties = this.ej2Instances.setProperties;
111
148
  this.ej2Instances.setProperties = this.setProperties;
112
149
  this.ej2Instances.clearTemplate = this.clearTemplate;
150
+ this.updated = this.updated;
113
151
  }
114
152
  clearTemplate(templateNames) {
115
153
  if (!templateNames) {
@@ -164,6 +202,9 @@ class SplitterComponent extends ComponentBase {
164
202
  }
165
203
  return h('div', slots);
166
204
  }
205
+ custom() {
206
+ this.updated();
207
+ }
167
208
  addPane(paneProperties, index) {
168
209
  return this.ej2Instances.addPane(paneProperties, index);
169
210
  }
@@ -184,7 +225,12 @@ SplitterComponent = __decorate$1([
184
225
  /* Start Options({
185
226
  props: props,
186
227
  watch: watch,
187
- emits: emitProbs
228
+ emits: emitProbs,
229
+ provide: function provide() {
230
+ return {
231
+ custom: this.custom
232
+ };
233
+ }
188
234
  }) End */
189
235
  ], SplitterComponent);
190
236
  const SplitterPlugin = {
@@ -202,6 +248,7 @@ var __decorate$2 = (undefined && undefined.__decorate) || function (decorators,
202
248
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
203
249
  return c > 3 && r && Object.defineProperty(target, key, r), r;
204
250
  };
251
+ // {{VueImport}}
205
252
  const isExecute$2 = gh ? false : true;
206
253
  let vueImport$1;
207
254
  if (!isExecute$2 || parseInt(allVue.version) < 3) {
@@ -210,16 +257,47 @@ if (!isExecute$2 || parseInt(allVue.version) < 3) {
210
257
  else {
211
258
  vueImport$1 = Vue$1;
212
259
  }
213
- let PanelsDirective = class PanelsDirective extends vueImport$1 {
214
- render() {
260
+ let PanelsDirective =
261
+ /* Start Options({
262
+ inject: {
263
+ custom: {
264
+ default: null
265
+ }
266
+ }
267
+ }) End */
268
+ class PanelsDirective extends vueImport$1 {
269
+ constructor() {
270
+ super(arguments);
271
+ }
272
+ render(createElement) {
273
+ if (gh) {
274
+ let h = gh || createElement;
275
+ let slots = null;
276
+ if (!isNullOrUndefined(this.$slots.default)) {
277
+ slots = gh ? this.$slots.default() : this.$slots.default;
278
+ }
279
+ return h('div', { class: 'e-directive' }, slots);
280
+ }
215
281
  return;
216
282
  }
283
+ updated() {
284
+ if (gh && this.custom) {
285
+ this.custom();
286
+ }
287
+ }
217
288
  getTag() {
218
289
  return 'e-panels';
219
290
  }
220
291
  };
221
292
  PanelsDirective = __decorate$2([
222
293
  EJComponentDecorator({}, isExecute$2)
294
+ /* Start Options({
295
+ inject: {
296
+ custom: {
297
+ default: null
298
+ }
299
+ }
300
+ }) End */
223
301
  ], PanelsDirective);
224
302
  const PanelsPlugin = {
225
303
  name: 'e-panels',
@@ -285,7 +363,12 @@ let DashboardLayoutComponent =
285
363
  /* Start Options({
286
364
  props: props,
287
365
  watch: watch,
288
- emits: emitProbs
366
+ emits: emitProbs,
367
+ provide: function provide() {
368
+ return {
369
+ custom: this.custom
370
+ };
371
+ }
289
372
  }) End */
290
373
  class DashboardLayoutComponent extends ComponentBase {
291
374
  constructor() {
@@ -302,6 +385,7 @@ class DashboardLayoutComponent extends ComponentBase {
302
385
  this.ej2Instances._setProperties = this.ej2Instances.setProperties;
303
386
  this.ej2Instances.setProperties = this.setProperties;
304
387
  this.ej2Instances.clearTemplate = this.clearTemplate;
388
+ this.updated = this.updated;
305
389
  }
306
390
  clearTemplate(templateNames) {
307
391
  if (!templateNames) {
@@ -356,6 +440,9 @@ class DashboardLayoutComponent extends ComponentBase {
356
440
  }
357
441
  return h('div', slots);
358
442
  }
443
+ custom() {
444
+ this.updated();
445
+ }
359
446
  addPanel(panel) {
360
447
  return this.ej2Instances.addPanel(panel);
361
448
  }
@@ -388,7 +475,12 @@ DashboardLayoutComponent = __decorate$3([
388
475
  /* Start Options({
389
476
  props: props,
390
477
  watch: watch,
391
- emits: emitProbs
478
+ emits: emitProbs,
479
+ provide: function provide() {
480
+ return {
481
+ custom: this.custom
482
+ };
483
+ }
392
484
  }) End */
393
485
  ], DashboardLayoutComponent);
394
486
  const DashboardLayoutPlugin = {
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-vue-layouts.es2015.js","sources":["../src/es6/splitter/panesettings.directive.js","../src/es6/splitter/splitter.component.js","../src/es6/dashboard-layout/panels.directive.js","../src/es6/dashboard-layout/dashboardlayout.component.js"],"sourcesContent":["var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport const isExecute = gh ? false : true;\nlet vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\nlet PanesDirective = class PanesDirective extends vueImport {\n render() {\n return;\n }\n getTag() {\n return 'e-panes';\n }\n};\nPanesDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n], PanesDirective);\nexport { PanesDirective };\nexport const PanesPlugin = {\n name: 'e-panes',\n install(Vue) {\n Vue.component(PanesPlugin.name, PanesDirective);\n }\n};\n/**\n * 'e-pane' directive represent a pane of Vue Splitter\n * It must be contained in a Splitter component(`ejs-splitter`).\n * ```html\n * <ejs-splitter id='splitter'>\n * <e-panes>\n * <e-pane size='150px'></e-pane>\n * <e-pane size='150px'></e-pane>\n * </e-panes>\n * </ejs-splitter>\n * ```\n */\nlet PaneDirective = class PaneDirective extends vueImport {\n render() {\n return;\n }\n getTag() {\n return 'e-pane';\n }\n};\nPaneDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n], PaneDirective);\nexport { PaneDirective };\nexport const PanePlugin = {\n name: 'e-pane',\n install(Vue) {\n Vue.component(PanePlugin.name, PaneDirective);\n }\n};\n","var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { Splitter } from '@syncfusion/ej2-layouts';\nimport { PanesDirective, PaneDirective, PanesPlugin, PanePlugin } from './panesettings.directive';\n// {{VueImport}}\nexport const properties = ['isLazyUpdate', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableReversePanes', 'enableRtl', 'enabled', 'height', 'locale', 'orientation', 'paneSettings', 'separatorSize', 'width', 'beforeCollapse', 'beforeExpand', 'beforeSanitizeHtml', 'collapsed', 'created', 'expanded', 'resizeStart', 'resizeStop', 'resizing'];\nexport const modelProps = [];\nexport const testProp = getProps({ props: properties });\nexport const props = testProp[0];\nexport const watch = testProp[1];\nexport const emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged');\nfor (let props of modelProps) {\n emitProbs.push('update:' + props);\n}\nexport const isExecute = gh ? false : true;\n/**\n * Represents the VueJS Splitter component\n * ```html\n * <ejs-splitter></ejs-splitter>\n * ```\n */\nlet SplitterComponent = \n/* Start Options({\n props: props,\n watch: watch,\n emits: emitProbs\n}) End */\nclass SplitterComponent extends ComponentBase {\n constructor() {\n super(arguments);\n this.propKeys = properties;\n this.models = modelProps;\n this.hasChildDirective = true;\n this.hasInjectedModules = false;\n this.tagMapper = { \"e-panes\": \"e-pane\" };\n this.tagNameMapper = { \"e-panes\": \"e-paneSettings\" };\n this.isVue3 = !isExecute;\n this.ej2Instances = new Splitter({});\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n }\n clearTemplate(templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (let tempName of templateNames) {\n let elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (let ele of elementCollection) {\n let destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n }\n setProperties(prop, muteOnChange) {\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map((key) => {\n this.models.map((model) => {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (this.isVue3) {\n this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n this.$emit('update:' + key, prop[key]);\n this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n }\n render(createElement) {\n let h = gh || createElement;\n let slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = gh ? this.$slots.default() : this.$slots.default;\n }\n return h('div', slots);\n }\n addPane(paneProperties, index) {\n return this.ej2Instances.addPane(paneProperties, index);\n }\n collapse(index) {\n return this.ej2Instances.collapse(index);\n }\n expand(index) {\n return this.ej2Instances.expand(index);\n }\n removePane(index) {\n return this.ej2Instances.removePane(index);\n }\n};\nSplitterComponent = __decorate([\n EJComponentDecorator({\n props: properties\n }, isExecute)\n /* Start Options({\n props: props,\n watch: watch,\n emits: emitProbs\n }) End */\n], SplitterComponent);\nexport { SplitterComponent };\nexport const SplitterPlugin = {\n name: 'ejs-splitter',\n install(Vue) {\n Vue.component(SplitterPlugin.name, SplitterComponent);\n Vue.component(PanePlugin.name, PaneDirective);\n Vue.component(PanesPlugin.name, PanesDirective);\n }\n};\n","var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport const isExecute = gh ? false : true;\nlet vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\nlet PanelsDirective = class PanelsDirective extends vueImport {\n render() {\n return;\n }\n getTag() {\n return 'e-panels';\n }\n};\nPanelsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n], PanelsDirective);\nexport { PanelsDirective };\nexport const PanelsPlugin = {\n name: 'e-panels',\n install(Vue) {\n Vue.component(PanelsPlugin.name, PanelsDirective);\n }\n};\n/**\n * 'e-panels' directive represent a presets of VueJS dashboardlayout component\n * It must be contained in a dashboardlayout component(`ejs-dashboardlayout`).\n * ```html\n * <ejs-dashboardlayout>\n * <e-panels>\n * <e-panel></e-panel>\n * <e-panel></e-panel>\n * </e-panels>\n * </ejs-dashboardlayout>\n * ```\n */\nlet PanelDirective = class PanelDirective extends vueImport {\n render() {\n return;\n }\n getTag() {\n return 'e-panel';\n }\n};\nPanelDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n], PanelDirective);\nexport { PanelDirective };\nexport const PanelPlugin = {\n name: 'e-panel',\n install(Vue) {\n Vue.component(PanelPlugin.name, PanelDirective);\n }\n};\n","var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { DashboardLayout } from '@syncfusion/ej2-layouts';\nimport { PanelsDirective, PanelDirective, PanelsPlugin, PanelPlugin } from './panels.directive';\n// {{VueImport}}\nexport const properties = ['isLazyUpdate', 'allowDragging', 'allowFloating', 'allowPushing', 'allowResizing', 'cellAspectRatio', 'cellSpacing', 'columns', 'draggableHandle', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'locale', 'mediaQuery', 'panels', 'resizableHandles', 'showGridLines', 'change', 'created', 'destroyed', 'drag', 'dragStart', 'dragStop', 'resize', 'resizeStart', 'resizeStop'];\nexport const modelProps = [];\nexport const testProp = getProps({ props: properties });\nexport const props = testProp[0];\nexport const watch = testProp[1];\nexport const emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged');\nfor (let props of modelProps) {\n emitProbs.push('update:' + props);\n}\nexport const isExecute = gh ? false : true;\n/**\n * Represents the Essential JS 2 VueJS DashboardLayout Component.\n * ```html\n * <ejs-dashboardlayout></ejs-dashboardlayout>\n * ```\n */\nlet DashboardLayoutComponent = \n/* Start Options({\n props: props,\n watch: watch,\n emits: emitProbs\n}) End */\nclass DashboardLayoutComponent extends ComponentBase {\n constructor() {\n super(arguments);\n this.propKeys = properties;\n this.models = modelProps;\n this.hasChildDirective = true;\n this.hasInjectedModules = false;\n this.tagMapper = { \"e-panels\": \"e-panel\" };\n this.tagNameMapper = {};\n this.isVue3 = !isExecute;\n this.ej2Instances = new DashboardLayout({});\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n }\n clearTemplate(templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (let tempName of templateNames) {\n let elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (let ele of elementCollection) {\n let destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n }\n setProperties(prop, muteOnChange) {\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map((key) => {\n this.models.map((model) => {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (this.isVue3) {\n this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n this.$emit('update:' + key, prop[key]);\n this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n }\n render(createElement) {\n let h = gh || createElement;\n let slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = gh ? this.$slots.default() : this.$slots.default;\n }\n return h('div', slots);\n }\n addPanel(panel) {\n return this.ej2Instances.addPanel(panel);\n }\n movePanel(id, row, col) {\n return this.ej2Instances.movePanel(id, row, col);\n }\n refresh() {\n return this.ej2Instances.refresh();\n }\n removeAll() {\n return this.ej2Instances.removeAll();\n }\n removePanel(id) {\n return this.ej2Instances.removePanel(id);\n }\n resizePanel(id, sizeX, sizeY) {\n return this.ej2Instances.resizePanel(id, sizeX, sizeY);\n }\n serialize() {\n return this.ej2Instances.serialize();\n }\n updatePanel(panel) {\n return this.ej2Instances.updatePanel(panel);\n }\n};\nDashboardLayoutComponent = __decorate([\n EJComponentDecorator({\n props: properties\n }, isExecute)\n /* Start Options({\n props: props,\n watch: watch,\n emits: emitProbs\n }) End */\n], DashboardLayoutComponent);\nexport { DashboardLayoutComponent };\nexport const DashboardLayoutPlugin = {\n name: 'ejs-dashboardlayout',\n install(Vue) {\n Vue.component(DashboardLayoutPlugin.name, DashboardLayoutComponent);\n Vue.component(PanelPlugin.name, PanelDirective);\n Vue.component(PanelsPlugin.name, PanelsDirective);\n }\n};\n"],"names":["this","Vue3.Vue","Vue","__decorate","isExecute","vueImport","properties","modelProps","testProp","props","watch","emitProbs"],"mappings":"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"}
1
+ {"version":3,"file":"ej2-vue-layouts.es2015.js","sources":["../src/es6/splitter/panesettings.directive.js","../src/es6/splitter/splitter.component.js","../src/es6/dashboard-layout/panels.directive.js","../src/es6/dashboard-layout/dashboardlayout.component.js"],"sourcesContent":["var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport Vue from 'vue';\n// {{VueImport}}\nexport const isExecute = gh ? false : true;\nlet vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\nlet PanesDirective = \n/* Start Options({\n inject: {\n custom: {\n default: null\n }\n }\n}) End */\nclass PanesDirective extends vueImport {\n constructor() {\n super(arguments);\n }\n render(createElement) {\n if (gh) {\n let h = gh || createElement;\n let slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = gh ? this.$slots.default() : this.$slots.default;\n }\n return h('div', { class: 'e-directive' }, slots);\n }\n return;\n }\n updated() {\n if (gh && this.custom) {\n this.custom();\n }\n }\n getTag() {\n return 'e-panes';\n }\n};\nPanesDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n /* Start Options({\n inject: {\n custom: {\n default: null\n }\n }\n }) End */\n], PanesDirective);\nexport { PanesDirective };\nexport const PanesPlugin = {\n name: 'e-panes',\n install(Vue) {\n Vue.component(PanesPlugin.name, PanesDirective);\n }\n};\n/**\n * 'e-pane' directive represent a pane of Vue Splitter\n * It must be contained in a Splitter component(`ejs-splitter`).\n * ```html\n * <ejs-splitter id='splitter'>\n * <e-panes>\n * <e-pane size='150px'></e-pane>\n * <e-pane size='150px'></e-pane>\n * </e-panes>\n * </ejs-splitter>\n * ```\n */\nlet PaneDirective = class PaneDirective extends vueImport {\n render() {\n return;\n }\n getTag() {\n return 'e-pane';\n }\n};\nPaneDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n], PaneDirective);\nexport { PaneDirective };\nexport const PanePlugin = {\n name: 'e-pane',\n install(Vue) {\n Vue.component(PanePlugin.name, PaneDirective);\n }\n};\n","var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { Splitter } from '@syncfusion/ej2-layouts';\nimport { PanesDirective, PaneDirective, PanesPlugin, PanePlugin } from './panesettings.directive';\n// {{VueImport}}\nexport const properties = ['isLazyUpdate', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableReversePanes', 'enableRtl', 'enabled', 'height', 'locale', 'orientation', 'paneSettings', 'separatorSize', 'width', 'beforeCollapse', 'beforeExpand', 'beforeSanitizeHtml', 'collapsed', 'created', 'expanded', 'resizeStart', 'resizeStop', 'resizing'];\nexport const modelProps = [];\nexport const testProp = getProps({ props: properties });\nexport const props = testProp[0];\nexport const watch = testProp[1];\nexport const emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged');\nfor (let props of modelProps) {\n emitProbs.push('update:' + props);\n}\nexport const isExecute = gh ? false : true;\n/**\n * Represents the VueJS Splitter component\n * ```html\n * <ejs-splitter></ejs-splitter>\n * ```\n */\nlet SplitterComponent = \n/* Start Options({\n props: props,\n watch: watch,\n emits: emitProbs,\n provide: function provide() {\n return {\n custom: this.custom\n };\n }\n}) End */\nclass SplitterComponent extends ComponentBase {\n constructor() {\n super(arguments);\n this.propKeys = properties;\n this.models = modelProps;\n this.hasChildDirective = true;\n this.hasInjectedModules = false;\n this.tagMapper = { \"e-panes\": \"e-pane\" };\n this.tagNameMapper = { \"e-panes\": \"e-paneSettings\" };\n this.isVue3 = !isExecute;\n this.ej2Instances = new Splitter({});\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n this.updated = this.updated;\n }\n clearTemplate(templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (let tempName of templateNames) {\n let elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (let ele of elementCollection) {\n let destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n }\n setProperties(prop, muteOnChange) {\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map((key) => {\n this.models.map((model) => {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (this.isVue3) {\n this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n this.$emit('update:' + key, prop[key]);\n this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n }\n render(createElement) {\n let h = gh || createElement;\n let slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = gh ? this.$slots.default() : this.$slots.default;\n }\n return h('div', slots);\n }\n custom() {\n this.updated();\n }\n addPane(paneProperties, index) {\n return this.ej2Instances.addPane(paneProperties, index);\n }\n collapse(index) {\n return this.ej2Instances.collapse(index);\n }\n expand(index) {\n return this.ej2Instances.expand(index);\n }\n removePane(index) {\n return this.ej2Instances.removePane(index);\n }\n};\nSplitterComponent = __decorate([\n EJComponentDecorator({\n props: properties\n }, isExecute)\n /* Start Options({\n props: props,\n watch: watch,\n emits: emitProbs,\n provide: function provide() {\n return {\n custom: this.custom\n };\n }\n }) End */\n], SplitterComponent);\nexport { SplitterComponent };\nexport const SplitterPlugin = {\n name: 'ejs-splitter',\n install(Vue) {\n Vue.component(SplitterPlugin.name, SplitterComponent);\n Vue.component(PanePlugin.name, PaneDirective);\n Vue.component(PanesPlugin.name, PanesDirective);\n }\n};\n","var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport Vue from 'vue';\n// {{VueImport}}\nexport const isExecute = gh ? false : true;\nlet vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\nlet PanelsDirective = \n/* Start Options({\n inject: {\n custom: {\n default: null\n }\n }\n}) End */\nclass PanelsDirective extends vueImport {\n constructor() {\n super(arguments);\n }\n render(createElement) {\n if (gh) {\n let h = gh || createElement;\n let slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = gh ? this.$slots.default() : this.$slots.default;\n }\n return h('div', { class: 'e-directive' }, slots);\n }\n return;\n }\n updated() {\n if (gh && this.custom) {\n this.custom();\n }\n }\n getTag() {\n return 'e-panels';\n }\n};\nPanelsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n /* Start Options({\n inject: {\n custom: {\n default: null\n }\n }\n }) End */\n], PanelsDirective);\nexport { PanelsDirective };\nexport const PanelsPlugin = {\n name: 'e-panels',\n install(Vue) {\n Vue.component(PanelsPlugin.name, PanelsDirective);\n }\n};\n/**\n * 'e-panels' directive represent a presets of VueJS dashboardlayout component\n * It must be contained in a dashboardlayout component(`ejs-dashboardlayout`).\n * ```html\n * <ejs-dashboardlayout>\n * <e-panels>\n * <e-panel></e-panel>\n * <e-panel></e-panel>\n * </e-panels>\n * </ejs-dashboardlayout>\n * ```\n */\nlet PanelDirective = class PanelDirective extends vueImport {\n render() {\n return;\n }\n getTag() {\n return 'e-panel';\n }\n};\nPanelDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n], PanelDirective);\nexport { PanelDirective };\nexport const PanelPlugin = {\n name: 'e-panel',\n install(Vue) {\n Vue.component(PanelPlugin.name, PanelDirective);\n }\n};\n","var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { DashboardLayout } from '@syncfusion/ej2-layouts';\nimport { PanelsDirective, PanelDirective, PanelsPlugin, PanelPlugin } from './panels.directive';\n// {{VueImport}}\nexport const properties = ['isLazyUpdate', 'allowDragging', 'allowFloating', 'allowPushing', 'allowResizing', 'cellAspectRatio', 'cellSpacing', 'columns', 'draggableHandle', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'locale', 'mediaQuery', 'panels', 'resizableHandles', 'showGridLines', 'change', 'created', 'destroyed', 'drag', 'dragStart', 'dragStop', 'resize', 'resizeStart', 'resizeStop'];\nexport const modelProps = [];\nexport const testProp = getProps({ props: properties });\nexport const props = testProp[0];\nexport const watch = testProp[1];\nexport const emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged');\nfor (let props of modelProps) {\n emitProbs.push('update:' + props);\n}\nexport const isExecute = gh ? false : true;\n/**\n * Represents the Essential JS 2 VueJS DashboardLayout Component.\n * ```html\n * <ejs-dashboardlayout></ejs-dashboardlayout>\n * ```\n */\nlet DashboardLayoutComponent = \n/* Start Options({\n props: props,\n watch: watch,\n emits: emitProbs,\n provide: function provide() {\n return {\n custom: this.custom\n };\n }\n}) End */\nclass DashboardLayoutComponent extends ComponentBase {\n constructor() {\n super(arguments);\n this.propKeys = properties;\n this.models = modelProps;\n this.hasChildDirective = true;\n this.hasInjectedModules = false;\n this.tagMapper = { \"e-panels\": \"e-panel\" };\n this.tagNameMapper = {};\n this.isVue3 = !isExecute;\n this.ej2Instances = new DashboardLayout({});\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n this.updated = this.updated;\n }\n clearTemplate(templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (let tempName of templateNames) {\n let elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (let ele of elementCollection) {\n let destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n }\n setProperties(prop, muteOnChange) {\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map((key) => {\n this.models.map((model) => {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (this.isVue3) {\n this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n this.$emit('update:' + key, prop[key]);\n this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n }\n render(createElement) {\n let h = gh || createElement;\n let slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = gh ? this.$slots.default() : this.$slots.default;\n }\n return h('div', slots);\n }\n custom() {\n this.updated();\n }\n addPanel(panel) {\n return this.ej2Instances.addPanel(panel);\n }\n movePanel(id, row, col) {\n return this.ej2Instances.movePanel(id, row, col);\n }\n refresh() {\n return this.ej2Instances.refresh();\n }\n removeAll() {\n return this.ej2Instances.removeAll();\n }\n removePanel(id) {\n return this.ej2Instances.removePanel(id);\n }\n resizePanel(id, sizeX, sizeY) {\n return this.ej2Instances.resizePanel(id, sizeX, sizeY);\n }\n serialize() {\n return this.ej2Instances.serialize();\n }\n updatePanel(panel) {\n return this.ej2Instances.updatePanel(panel);\n }\n};\nDashboardLayoutComponent = __decorate([\n EJComponentDecorator({\n props: properties\n }, isExecute)\n /* Start Options({\n props: props,\n watch: watch,\n emits: emitProbs,\n provide: function provide() {\n return {\n custom: this.custom\n };\n }\n }) End */\n], DashboardLayoutComponent);\nexport { DashboardLayoutComponent };\nexport const DashboardLayoutPlugin = {\n name: 'ejs-dashboardlayout',\n install(Vue) {\n Vue.component(DashboardLayoutPlugin.name, DashboardLayoutComponent);\n Vue.component(PanelPlugin.name, PanelDirective);\n Vue.component(PanelsPlugin.name, PanelsDirective);\n }\n};\n"],"names":["this","Vue3.Vue","Vue","__decorate","isExecute","vueImport","properties","modelProps","testProp","props","watch","emitProbs"],"mappings":"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"}
@@ -1,8 +1,8 @@
1
1
  import { DashboardLayout, Splitter } from '@syncfusion/ej2-layouts';
2
2
  import { ComponentBase, EJComponentDecorator, allVue, getProps, gh } from '@syncfusion/ej2-vue-base';
3
3
  import { Vue } from 'vue-class-component';
4
- import Vue$1 from 'vue';
5
4
  import { getValue, isNullOrUndefined } from '@syncfusion/ej2-base';
5
+ import Vue$1 from 'vue';
6
6
 
7
7
  var __extends = (undefined && undefined.__extends) || (function () {
8
8
  var extendStatics = function (d, b) {
@@ -23,6 +23,7 @@ var __decorate = (undefined && undefined.__decorate) || function (decorators, ta
23
23
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
24
24
  return c > 3 && r && Object.defineProperty(target, key, r), r;
25
25
  };
26
+ import { Options } from 'vue-class-component';
26
27
  var isExecute = gh ? false : true;
27
28
  var vueImport;
28
29
  if (!isExecute || parseInt(allVue.version) < 3) {
@@ -34,16 +35,36 @@ else {
34
35
  var PanesDirective = /** @__PURE__ @class */ (function (_super) {
35
36
  __extends(PanesDirective, _super);
36
37
  function PanesDirective() {
37
- return _super !== null && _super.apply(this, arguments) || this;
38
+ return _super.call(this, arguments) || this;
38
39
  }
39
- PanesDirective.prototype.render = function () {
40
+ PanesDirective.prototype.render = function (createElement) {
41
+ if (gh) {
42
+ var h = gh || createElement;
43
+ var slots = null;
44
+ if (!isNullOrUndefined(this.$slots.default)) {
45
+ slots = gh ? this.$slots.default() : this.$slots.default;
46
+ }
47
+ return h('div', { class: 'e-directive' }, slots);
48
+ }
40
49
  return;
41
50
  };
51
+ PanesDirective.prototype.updated = function () {
52
+ if (gh && this.custom) {
53
+ this.custom();
54
+ }
55
+ };
42
56
  PanesDirective.prototype.getTag = function () {
43
57
  return 'e-panes';
44
58
  };
45
59
  PanesDirective = __decorate([
46
60
  EJComponentDecorator({}, isExecute)
61
+ ,Options({
62
+ inject: {
63
+ custom: {
64
+ default: null
65
+ }
66
+ }
67
+ })
47
68
  ], PanesDirective);
48
69
  return PanesDirective;
49
70
  }(vueImport));
@@ -107,7 +128,7 @@ var __decorate$1 = (undefined && undefined.__decorate) || function (decorators,
107
128
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
108
129
  return c > 3 && r && Object.defineProperty(target, key, r), r;
109
130
  };
110
- import { Options } from 'vue-class-component';
131
+ // {{VueImport}}
111
132
  var properties = ['isLazyUpdate', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableReversePanes', 'enableRtl', 'enabled', 'height', 'locale', 'orientation', 'paneSettings', 'separatorSize', 'width', 'beforeCollapse', 'beforeExpand', 'beforeSanitizeHtml', 'collapsed', 'created', 'expanded', 'resizeStart', 'resizeStop', 'resizing'];
112
133
  var modelProps = [];
113
134
  var testProp = getProps({ props: properties });
@@ -142,6 +163,7 @@ var SplitterComponent = /** @__PURE__ @class */ (function (_super) {
142
163
  _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
143
164
  _this.ej2Instances.setProperties = _this.setProperties;
144
165
  _this.ej2Instances.clearTemplate = _this.clearTemplate;
166
+ _this.updated = _this.updated;
145
167
  return _this;
146
168
  }
147
169
  SplitterComponent.prototype.clearTemplate = function (templateNames) {
@@ -200,6 +222,9 @@ var SplitterComponent = /** @__PURE__ @class */ (function (_super) {
200
222
  }
201
223
  return h('div', slots);
202
224
  };
225
+ SplitterComponent.prototype.custom = function () {
226
+ this.updated();
227
+ };
203
228
  SplitterComponent.prototype.addPane = function (paneProperties, index) {
204
229
  return this.ej2Instances.addPane(paneProperties, index);
205
230
  };
@@ -219,7 +244,12 @@ var SplitterComponent = /** @__PURE__ @class */ (function (_super) {
219
244
  ,Options({
220
245
  props: props,
221
246
  watch: watch,
222
- emits: emitProbs
247
+ emits: emitProbs,
248
+ provide: function provide() {
249
+ return {
250
+ custom: this.custom
251
+ };
252
+ }
223
253
  })
224
254
  ], SplitterComponent);
225
255
  return SplitterComponent;
@@ -252,6 +282,7 @@ var __decorate$2 = (undefined && undefined.__decorate) || function (decorators,
252
282
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
253
283
  return c > 3 && r && Object.defineProperty(target, key, r), r;
254
284
  };
285
+ // {{VueImport}}
255
286
  var isExecute$2 = gh ? false : true;
256
287
  var vueImport$1;
257
288
  if (!isExecute$2 || parseInt(allVue.version) < 3) {
@@ -263,16 +294,36 @@ else {
263
294
  var PanelsDirective = /** @__PURE__ @class */ (function (_super) {
264
295
  __extends$2(PanelsDirective, _super);
265
296
  function PanelsDirective() {
266
- return _super !== null && _super.apply(this, arguments) || this;
297
+ return _super.call(this, arguments) || this;
267
298
  }
268
- PanelsDirective.prototype.render = function () {
299
+ PanelsDirective.prototype.render = function (createElement) {
300
+ if (gh) {
301
+ var h = gh || createElement;
302
+ var slots = null;
303
+ if (!isNullOrUndefined(this.$slots.default)) {
304
+ slots = gh ? this.$slots.default() : this.$slots.default;
305
+ }
306
+ return h('div', { class: 'e-directive' }, slots);
307
+ }
269
308
  return;
270
309
  };
310
+ PanelsDirective.prototype.updated = function () {
311
+ if (gh && this.custom) {
312
+ this.custom();
313
+ }
314
+ };
271
315
  PanelsDirective.prototype.getTag = function () {
272
316
  return 'e-panels';
273
317
  };
274
318
  PanelsDirective = __decorate$2([
275
319
  EJComponentDecorator({}, isExecute$2)
320
+ ,Options({
321
+ inject: {
322
+ custom: {
323
+ default: null
324
+ }
325
+ }
326
+ })
276
327
  ], PanelsDirective);
277
328
  return PanelsDirective;
278
329
  }(vueImport$1));
@@ -371,6 +422,7 @@ var DashboardLayoutComponent = /** @__PURE__ @class */ (function (_super) {
371
422
  _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
372
423
  _this.ej2Instances.setProperties = _this.setProperties;
373
424
  _this.ej2Instances.clearTemplate = _this.clearTemplate;
425
+ _this.updated = _this.updated;
374
426
  return _this;
375
427
  }
376
428
  DashboardLayoutComponent.prototype.clearTemplate = function (templateNames) {
@@ -429,6 +481,9 @@ var DashboardLayoutComponent = /** @__PURE__ @class */ (function (_super) {
429
481
  }
430
482
  return h('div', slots);
431
483
  };
484
+ DashboardLayoutComponent.prototype.custom = function () {
485
+ this.updated();
486
+ };
432
487
  DashboardLayoutComponent.prototype.addPanel = function (panel) {
433
488
  return this.ej2Instances.addPanel(panel);
434
489
  };
@@ -460,7 +515,12 @@ var DashboardLayoutComponent = /** @__PURE__ @class */ (function (_super) {
460
515
  ,Options({
461
516
  props: props,
462
517
  watch: watch,
463
- emits: emitProbs
518
+ emits: emitProbs,
519
+ provide: function provide() {
520
+ return {
521
+ custom: this.custom
522
+ };
523
+ }
464
524
  })
465
525
  ], DashboardLayoutComponent);
466
526
  return DashboardLayoutComponent;