@syncfusion/ej2-vue-navigations 20.2.50 → 20.3.48

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 (265) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/README.md +14 -0
  3. package/appbar.d.ts +4 -0
  4. package/appbar.js +4 -0
  5. package/dist/ej2-vue-navigations.umd.min.js +2 -2
  6. package/dist/ej2-vue-navigations.umd.min.js.map +1 -1
  7. package/dist/es6/ej2-vue-navigations.es2015.js +224 -106
  8. package/dist/es6/ej2-vue-navigations.es2015.js.map +1 -1
  9. package/dist/es6/ej2-vue-navigations.es5.js +233 -106
  10. package/dist/es6/ej2-vue-navigations.es5.js.map +1 -1
  11. package/dist/global/ej2-vue-navigations.min.js +2 -2
  12. package/package.json +11 -9
  13. package/src/accordion/accordion.component.d.ts +0 -1
  14. package/src/accordion/accordion.component.js +3 -4
  15. package/src/accordion/items.directive.d.ts +0 -1
  16. package/src/accordion/items.directive.js +5 -6
  17. package/src/appbar/appbar.component.d.ts +35 -0
  18. package/src/appbar/appbar.component.js +142 -0
  19. package/src/appbar/index.d.ts +1 -0
  20. package/src/appbar/index.js +1 -0
  21. package/src/breadcrumb/breadcrumb.component.d.ts +0 -1
  22. package/src/breadcrumb/breadcrumb.component.js +3 -4
  23. package/src/breadcrumb/items.directive.d.ts +0 -1
  24. package/src/breadcrumb/items.directive.js +5 -6
  25. package/src/carousel/carousel.component.d.ts +0 -1
  26. package/src/carousel/carousel.component.js +4 -5
  27. package/src/carousel/items.directive.d.ts +0 -1
  28. package/src/carousel/items.directive.js +5 -6
  29. package/src/context-menu/contextmenu.component.d.ts +0 -1
  30. package/src/context-menu/contextmenu.component.js +3 -4
  31. package/src/index.d.ts +1 -0
  32. package/src/index.js +1 -0
  33. package/src/menu/items.directive.d.ts +0 -1
  34. package/src/menu/items.directive.js +5 -6
  35. package/src/menu/menu.component.d.ts +0 -1
  36. package/src/menu/menu.component.js +3 -4
  37. package/src/sidebar/sidebar.component.d.ts +0 -1
  38. package/src/sidebar/sidebar.component.js +3 -4
  39. package/src/tab/items.directive.d.ts +0 -1
  40. package/src/tab/items.directive.js +5 -6
  41. package/src/tab/tab.component.d.ts +1 -1
  42. package/src/tab/tab.component.js +6 -4
  43. package/src/toolbar/items.directive.d.ts +0 -1
  44. package/src/toolbar/items.directive.js +5 -6
  45. package/src/toolbar/toolbar.component.d.ts +0 -1
  46. package/src/toolbar/toolbar.component.js +3 -4
  47. package/src/treeview/treeview.component.d.ts +0 -1
  48. package/src/treeview/treeview.component.js +3 -4
  49. package/styles/accordion/bootstrap-dark.css +1 -0
  50. package/styles/accordion/bootstrap.css +1 -0
  51. package/styles/accordion/bootstrap4.css +1 -0
  52. package/styles/accordion/bootstrap5-dark.css +2 -0
  53. package/styles/accordion/bootstrap5.css +2 -0
  54. package/styles/accordion/fabric-dark.css +1 -0
  55. package/styles/accordion/fabric.css +1 -0
  56. package/styles/accordion/fluent-dark.css +1 -0
  57. package/styles/accordion/fluent.css +1 -0
  58. package/styles/accordion/highcontrast-light.css +1 -0
  59. package/styles/accordion/highcontrast.css +1 -0
  60. package/styles/accordion/material-dark.css +1 -0
  61. package/styles/accordion/material.css +1 -0
  62. package/styles/accordion/tailwind-dark.css +1 -0
  63. package/styles/accordion/tailwind.css +1 -0
  64. package/styles/appbar/bootstrap-dark.css +244 -0
  65. package/styles/appbar/bootstrap-dark.scss +1 -0
  66. package/styles/appbar/bootstrap.css +244 -0
  67. package/styles/appbar/bootstrap.scss +1 -0
  68. package/styles/appbar/bootstrap4.css +244 -0
  69. package/styles/appbar/bootstrap4.scss +1 -0
  70. package/styles/appbar/bootstrap5-dark.css +244 -0
  71. package/styles/appbar/bootstrap5-dark.scss +1 -0
  72. package/styles/appbar/bootstrap5.css +244 -0
  73. package/styles/appbar/bootstrap5.scss +1 -0
  74. package/styles/appbar/fabric-dark.css +244 -0
  75. package/styles/appbar/fabric-dark.scss +1 -0
  76. package/styles/appbar/fabric.css +244 -0
  77. package/styles/appbar/fabric.scss +1 -0
  78. package/styles/appbar/fluent-dark.css +244 -0
  79. package/styles/appbar/fluent-dark.scss +1 -0
  80. package/styles/appbar/fluent.css +244 -0
  81. package/styles/appbar/fluent.scss +1 -0
  82. package/styles/appbar/highcontrast-light.css +244 -0
  83. package/styles/appbar/highcontrast-light.scss +1 -0
  84. package/styles/appbar/highcontrast.css +244 -0
  85. package/styles/appbar/highcontrast.scss +1 -0
  86. package/styles/appbar/material-dark.css +245 -0
  87. package/styles/appbar/material-dark.scss +1 -0
  88. package/styles/appbar/material.css +245 -0
  89. package/styles/appbar/material.scss +1 -0
  90. package/styles/appbar/tailwind-dark.css +245 -0
  91. package/styles/appbar/tailwind-dark.scss +1 -0
  92. package/styles/appbar/tailwind.css +245 -0
  93. package/styles/appbar/tailwind.scss +1 -0
  94. package/styles/bootstrap-dark.css +340 -21
  95. package/styles/bootstrap-dark.scss +1 -0
  96. package/styles/bootstrap.css +345 -26
  97. package/styles/bootstrap.scss +1 -0
  98. package/styles/bootstrap4.css +348 -29
  99. package/styles/bootstrap4.scss +1 -0
  100. package/styles/bootstrap5-dark.css +360 -36
  101. package/styles/bootstrap5-dark.scss +1 -0
  102. package/styles/bootstrap5.css +360 -36
  103. package/styles/bootstrap5.scss +1 -0
  104. package/styles/carousel/bootstrap-dark.css +46 -11
  105. package/styles/carousel/bootstrap.css +46 -11
  106. package/styles/carousel/bootstrap4.css +46 -11
  107. package/styles/carousel/bootstrap5-dark.css +46 -11
  108. package/styles/carousel/bootstrap5.css +46 -11
  109. package/styles/carousel/fabric-dark.css +46 -11
  110. package/styles/carousel/fabric.css +46 -11
  111. package/styles/carousel/fluent-dark.css +46 -11
  112. package/styles/carousel/fluent.css +46 -11
  113. package/styles/carousel/highcontrast-light.css +46 -11
  114. package/styles/carousel/highcontrast.css +46 -11
  115. package/styles/carousel/material-dark.css +46 -11
  116. package/styles/carousel/material.css +46 -11
  117. package/styles/carousel/tailwind-dark.css +46 -11
  118. package/styles/carousel/tailwind.css +46 -11
  119. package/styles/context-menu/bootstrap4.css +2 -2
  120. package/styles/context-menu/bootstrap5-dark.css +3 -3
  121. package/styles/context-menu/bootstrap5.css +3 -3
  122. package/styles/context-menu/fluent-dark.css +1 -1
  123. package/styles/context-menu/fluent.css +1 -1
  124. package/styles/context-menu/tailwind-dark.css +1 -1
  125. package/styles/context-menu/tailwind.css +1 -1
  126. package/styles/fabric-dark.css +340 -21
  127. package/styles/fabric-dark.scss +1 -0
  128. package/styles/fabric.css +340 -21
  129. package/styles/fabric.scss +1 -0
  130. package/styles/fluent-dark.css +352 -33
  131. package/styles/fluent-dark.scss +1 -0
  132. package/styles/fluent.css +352 -33
  133. package/styles/fluent.scss +1 -0
  134. package/styles/h-scroll/bootstrap-dark.css +0 -2
  135. package/styles/h-scroll/bootstrap.css +0 -2
  136. package/styles/h-scroll/bootstrap4.css +0 -2
  137. package/styles/h-scroll/bootstrap5-dark.css +0 -2
  138. package/styles/h-scroll/bootstrap5.css +0 -2
  139. package/styles/h-scroll/fabric-dark.css +0 -2
  140. package/styles/h-scroll/fabric.css +0 -2
  141. package/styles/h-scroll/fluent-dark.css +0 -2
  142. package/styles/h-scroll/fluent.css +0 -2
  143. package/styles/h-scroll/highcontrast-light.css +0 -2
  144. package/styles/h-scroll/highcontrast.css +0 -2
  145. package/styles/h-scroll/material-dark.css +0 -2
  146. package/styles/h-scroll/material.css +0 -2
  147. package/styles/h-scroll/tailwind-dark.css +0 -2
  148. package/styles/h-scroll/tailwind.css +0 -2
  149. package/styles/highcontrast-light.css +339 -20
  150. package/styles/highcontrast-light.scss +1 -0
  151. package/styles/highcontrast.css +339 -20
  152. package/styles/highcontrast.scss +1 -0
  153. package/styles/material-dark.css +339 -20
  154. package/styles/material-dark.scss +1 -0
  155. package/styles/material.css +339 -20
  156. package/styles/material.scss +1 -0
  157. package/styles/menu/bootstrap-dark.css +22 -0
  158. package/styles/menu/bootstrap.css +22 -0
  159. package/styles/menu/bootstrap4.css +22 -0
  160. package/styles/menu/bootstrap5-dark.css +23 -1
  161. package/styles/menu/bootstrap5.css +23 -1
  162. package/styles/menu/fabric-dark.css +22 -0
  163. package/styles/menu/fabric.css +22 -0
  164. package/styles/menu/fluent-dark.css +23 -1
  165. package/styles/menu/fluent.css +23 -1
  166. package/styles/menu/highcontrast-light.css +22 -0
  167. package/styles/menu/highcontrast.css +22 -0
  168. package/styles/menu/material-dark.css +22 -0
  169. package/styles/menu/material.css +22 -0
  170. package/styles/menu/tailwind-dark.css +23 -1
  171. package/styles/menu/tailwind.css +23 -1
  172. package/styles/pager/bootstrap-dark.css +5 -3
  173. package/styles/pager/bootstrap.css +10 -8
  174. package/styles/pager/bootstrap4.css +11 -9
  175. package/styles/pager/bootstrap5-dark.css +14 -12
  176. package/styles/pager/bootstrap5.css +14 -12
  177. package/styles/pager/fabric-dark.css +5 -3
  178. package/styles/pager/fabric.css +5 -3
  179. package/styles/pager/fluent-dark.css +6 -4
  180. package/styles/pager/fluent.css +6 -4
  181. package/styles/pager/highcontrast-light.css +4 -2
  182. package/styles/pager/highcontrast.css +4 -2
  183. package/styles/pager/material-dark.css +4 -2
  184. package/styles/pager/material.css +4 -2
  185. package/styles/pager/tailwind-dark.css +19 -17
  186. package/styles/pager/tailwind.css +19 -17
  187. package/styles/sidebar/bootstrap-dark.css +4 -0
  188. package/styles/sidebar/bootstrap.css +4 -0
  189. package/styles/sidebar/bootstrap4.css +4 -0
  190. package/styles/sidebar/bootstrap5-dark.css +4 -0
  191. package/styles/sidebar/bootstrap5.css +4 -0
  192. package/styles/sidebar/fabric-dark.css +4 -0
  193. package/styles/sidebar/fabric.css +4 -0
  194. package/styles/sidebar/fluent-dark.css +4 -0
  195. package/styles/sidebar/fluent.css +4 -0
  196. package/styles/sidebar/highcontrast-light.css +4 -0
  197. package/styles/sidebar/highcontrast.css +4 -0
  198. package/styles/sidebar/material-dark.css +4 -0
  199. package/styles/sidebar/material.css +4 -0
  200. package/styles/sidebar/tailwind-dark.css +4 -0
  201. package/styles/sidebar/tailwind.css +4 -0
  202. package/styles/tab/bootstrap-dark.css +1 -1
  203. package/styles/tab/bootstrap.css +1 -1
  204. package/styles/tab/bootstrap4.css +1 -1
  205. package/styles/tab/bootstrap5-dark.css +5 -2
  206. package/styles/tab/bootstrap5.css +5 -2
  207. package/styles/tab/fabric-dark.css +1 -1
  208. package/styles/tab/fabric.css +1 -1
  209. package/styles/tab/fluent-dark.css +5 -5
  210. package/styles/tab/fluent.css +5 -5
  211. package/styles/tab/highcontrast-light.css +1 -1
  212. package/styles/tab/highcontrast.css +1 -1
  213. package/styles/tab/material-dark.css +1 -1
  214. package/styles/tab/material.css +1 -1
  215. package/styles/tab/tailwind-dark.css +1 -1
  216. package/styles/tab/tailwind.css +1 -1
  217. package/styles/tailwind-dark.css +359 -38
  218. package/styles/tailwind-dark.scss +1 -0
  219. package/styles/tailwind.css +359 -38
  220. package/styles/tailwind.scss +1 -0
  221. package/styles/toolbar/bootstrap-dark.css +10 -2
  222. package/styles/toolbar/bootstrap.css +10 -2
  223. package/styles/toolbar/bootstrap4.css +10 -2
  224. package/styles/toolbar/bootstrap5-dark.css +12 -3
  225. package/styles/toolbar/bootstrap5.css +12 -3
  226. package/styles/toolbar/fabric-dark.css +10 -2
  227. package/styles/toolbar/fabric.css +10 -2
  228. package/styles/toolbar/fluent-dark.css +15 -7
  229. package/styles/toolbar/fluent.css +15 -7
  230. package/styles/toolbar/highcontrast-light.css +10 -2
  231. package/styles/toolbar/highcontrast.css +10 -2
  232. package/styles/toolbar/material-dark.css +10 -2
  233. package/styles/toolbar/material.css +10 -2
  234. package/styles/toolbar/tailwind-dark.css +11 -3
  235. package/styles/toolbar/tailwind.css +11 -3
  236. package/styles/treeview/bootstrap-dark.css +6 -0
  237. package/styles/treeview/bootstrap.css +6 -0
  238. package/styles/treeview/bootstrap4.css +6 -0
  239. package/styles/treeview/bootstrap5-dark.css +6 -0
  240. package/styles/treeview/bootstrap5.css +6 -0
  241. package/styles/treeview/fabric-dark.css +6 -0
  242. package/styles/treeview/fabric.css +6 -0
  243. package/styles/treeview/fluent-dark.css +6 -0
  244. package/styles/treeview/fluent.css +6 -0
  245. package/styles/treeview/highcontrast-light.css +6 -0
  246. package/styles/treeview/highcontrast.css +6 -0
  247. package/styles/treeview/material-dark.css +6 -0
  248. package/styles/treeview/material.css +6 -0
  249. package/styles/treeview/tailwind-dark.css +7 -0
  250. package/styles/treeview/tailwind.css +7 -0
  251. package/styles/v-scroll/bootstrap-dark.css +0 -2
  252. package/styles/v-scroll/bootstrap.css +0 -2
  253. package/styles/v-scroll/bootstrap4.css +0 -2
  254. package/styles/v-scroll/bootstrap5-dark.css +0 -2
  255. package/styles/v-scroll/bootstrap5.css +0 -2
  256. package/styles/v-scroll/fabric-dark.css +0 -2
  257. package/styles/v-scroll/fabric.css +0 -2
  258. package/styles/v-scroll/fluent-dark.css +0 -2
  259. package/styles/v-scroll/fluent.css +0 -2
  260. package/styles/v-scroll/highcontrast-light.css +0 -2
  261. package/styles/v-scroll/highcontrast.css +0 -2
  262. package/styles/v-scroll/material-dark.css +0 -2
  263. package/styles/v-scroll/material.css +0 -2
  264. package/styles/v-scroll/tailwind-dark.css +0 -2
  265. package/styles/v-scroll/tailwind.css +0 -2
@@ -18,7 +18,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
20
  import { isUndefined } from '@syncfusion/ej2-base';
21
- import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
21
+ import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
22
22
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
23
23
  import { Sidebar } from '@syncfusion/ej2-navigations';
24
24
  import { Options } from 'vue-class-component';
@@ -33,7 +33,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
33
33
  var props_1 = modelProps_1[_i];
34
34
  emitProbs.push('update:' + props_1);
35
35
  }
36
- export var isExecute = gh ? false : true;
37
36
  /**
38
37
  * Represents the Essential JS 2 VueJS Sidebar Component.
39
38
  * ```html
@@ -149,10 +148,10 @@ var SidebarComponent = /** @class */ (function (_super) {
149
148
  }
150
149
  };
151
150
  SidebarComponent.prototype.render = function (createElement) {
152
- var h = gh || createElement;
151
+ var h = !isExecute ? gh : createElement;
153
152
  var slots = null;
154
153
  if (!isNullOrUndefined(this.$slots.default)) {
155
- slots = gh ? this.$slots.default() : this.$slots.default;
154
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
156
155
  }
157
156
  return h('div', slots);
158
157
  };
@@ -1,4 +1,3 @@
1
- export declare const isExecute: any;
2
1
  declare let vueImport: any;
3
2
  export declare class TabItemsDirective extends vueImport {
4
3
  constructor();
@@ -17,12 +17,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  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;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
20
+ import { EJComponentDecorator, allVue, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import * as Vue3 from 'vue-class-component';
22
22
  import { isNullOrUndefined } from '@syncfusion/ej2-base';
23
23
  import Vue from 'vue';
24
24
  import { Options } from 'vue-class-component';
25
- export var isExecute = gh ? false : true;
26
25
  var vueImport;
27
26
  if (!isExecute || parseInt(allVue.version) < 3) {
28
27
  vueImport = Vue3.Vue;
@@ -36,18 +35,18 @@ var TabItemsDirective = /** @class */ (function (_super) {
36
35
  return _super.call(this, arguments) || this;
37
36
  }
38
37
  TabItemsDirective.prototype.render = function (createElement) {
39
- if (gh) {
40
- var h = gh || createElement;
38
+ if (!isExecute) {
39
+ var h = !isExecute ? gh : createElement;
41
40
  var slots = null;
42
41
  if (!isNullOrUndefined(this.$slots.default)) {
43
- slots = gh ? this.$slots.default() : this.$slots.default;
42
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
44
43
  }
45
44
  return h('div', { class: 'e-directive' }, slots);
46
45
  }
47
46
  return;
48
47
  };
49
48
  TabItemsDirective.prototype.updated = function () {
50
- if (gh && this.custom) {
49
+ if (!isExecute && this.custom) {
51
50
  this.custom();
52
51
  }
53
52
  };
@@ -5,7 +5,6 @@ export declare const testProp: any;
5
5
  export declare const props: any;
6
6
  export declare const watch: any;
7
7
  export declare const emitProbs: any;
8
- export declare const isExecute: any;
9
8
  /**
10
9
  * Represents the VueJS Tab Component.
11
10
  * ```html
@@ -36,6 +35,7 @@ export declare class TabComponent extends ComponentBase {
36
35
  hideTab(index: number, value?: boolean): void;
37
36
  refresh(): void;
38
37
  refreshActiveTab(): void;
38
+ refreshActiveTabBorder(): void;
39
39
  removeTab(index: number): void;
40
40
  select(args: number | Object, event?: Object): void;
41
41
  }
@@ -17,7 +17,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  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;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
20
+ import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
22
22
  import { Tab } from '@syncfusion/ej2-navigations';
23
23
  import { TabItemsDirective, TabItemDirective, TabItemsPlugin, TabItemPlugin } from './items.directive';
@@ -33,7 +33,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
33
33
  var props_1 = modelProps_1[_i];
34
34
  emitProbs.push('update:' + props_1);
35
35
  }
36
- export var isExecute = gh ? false : true;
37
36
  /**
38
37
  * Represents the VueJS Tab Component.
39
38
  * ```html
@@ -108,10 +107,10 @@ var TabComponent = /** @class */ (function (_super) {
108
107
  }
109
108
  };
110
109
  TabComponent.prototype.render = function (createElement) {
111
- var h = gh || createElement;
110
+ var h = !isExecute ? gh : createElement;
112
111
  var slots = null;
113
112
  if (!isNullOrUndefined(this.$slots.default)) {
114
- slots = gh ? this.$slots.default() : this.$slots.default;
113
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
115
114
  }
116
115
  return h('div', slots);
117
116
  };
@@ -139,6 +138,9 @@ var TabComponent = /** @class */ (function (_super) {
139
138
  TabComponent.prototype.refreshActiveTab = function () {
140
139
  return this.ej2Instances.refreshActiveTab();
141
140
  };
141
+ TabComponent.prototype.refreshActiveTabBorder = function () {
142
+ return this.ej2Instances.refreshActiveTabBorder();
143
+ };
142
144
  TabComponent.prototype.removeTab = function (index) {
143
145
  return this.ej2Instances.removeTab(index);
144
146
  };
@@ -1,4 +1,3 @@
1
- export declare const isExecute: any;
2
1
  declare let vueImport: any;
3
2
  export declare class ItemsDirective extends vueImport {
4
3
  constructor();
@@ -17,12 +17,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  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;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
20
+ import { EJComponentDecorator, allVue, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import * as Vue3 from 'vue-class-component';
22
22
  import { isNullOrUndefined } from '@syncfusion/ej2-base';
23
23
  import Vue from 'vue';
24
24
  import { Options } from 'vue-class-component';
25
- export var isExecute = gh ? false : true;
26
25
  var vueImport;
27
26
  if (!isExecute || parseInt(allVue.version) < 3) {
28
27
  vueImport = Vue3.Vue;
@@ -36,18 +35,18 @@ var ItemsDirective = /** @class */ (function (_super) {
36
35
  return _super.call(this, arguments) || this;
37
36
  }
38
37
  ItemsDirective.prototype.render = function (createElement) {
39
- if (gh) {
40
- var h = gh || createElement;
38
+ if (!isExecute) {
39
+ var h = !isExecute ? gh : createElement;
41
40
  var slots = null;
42
41
  if (!isNullOrUndefined(this.$slots.default)) {
43
- slots = gh ? this.$slots.default() : this.$slots.default;
42
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
44
43
  }
45
44
  return h('div', { class: 'e-directive' }, slots);
46
45
  }
47
46
  return;
48
47
  };
49
48
  ItemsDirective.prototype.updated = function () {
50
- if (gh && this.custom) {
49
+ if (!isExecute && this.custom) {
51
50
  this.custom();
52
51
  }
53
52
  };
@@ -5,7 +5,6 @@ export declare const testProp: any;
5
5
  export declare const props: any;
6
6
  export declare const watch: any;
7
7
  export declare const emitProbs: any;
8
- export declare const isExecute: any;
9
8
  /**
10
9
  * Represents the VueJS Toolbar Component.
11
10
  * ```html
@@ -17,7 +17,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  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;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
20
+ import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
22
22
  import { Toolbar } from '@syncfusion/ej2-navigations';
23
23
  import { ItemsDirective, ItemDirective, ItemsPlugin, ItemPlugin } from './items.directive';
@@ -33,7 +33,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
33
33
  var props_1 = modelProps_1[_i];
34
34
  emitProbs.push('update:' + props_1);
35
35
  }
36
- export var isExecute = gh ? false : true;
37
36
  /**
38
37
  * Represents the VueJS Toolbar Component.
39
38
  * ```html
@@ -108,10 +107,10 @@ var ToolbarComponent = /** @class */ (function (_super) {
108
107
  }
109
108
  };
110
109
  ToolbarComponent.prototype.render = function (createElement) {
111
- var h = gh || createElement;
110
+ var h = !isExecute ? gh : createElement;
112
111
  var slots = null;
113
112
  if (!isNullOrUndefined(this.$slots.default)) {
114
- slots = gh ? this.$slots.default() : this.$slots.default;
113
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
115
114
  }
116
115
  return h('div', slots);
117
116
  };
@@ -5,7 +5,6 @@ export declare const testProp: any;
5
5
  export declare const props: any;
6
6
  export declare const watch: any;
7
7
  export declare const emitProbs: any;
8
- export declare const isExecute: any;
9
8
  /**
10
9
  * Represents the EJ2 VueJS TreeView Component.
11
10
  * ```html
@@ -17,7 +17,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
17
17
  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;
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
- import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
20
+ import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
21
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
22
22
  import { TreeView } from '@syncfusion/ej2-navigations';
23
23
  import { Options } from 'vue-class-component';
@@ -32,7 +32,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
32
32
  var props_1 = modelProps_1[_i];
33
33
  emitProbs.push('update:' + props_1);
34
34
  }
35
- export var isExecute = gh ? false : true;
36
35
  /**
37
36
  * Represents the EJ2 VueJS TreeView Component.
38
37
  * ```html
@@ -107,10 +106,10 @@ var TreeViewComponent = /** @class */ (function (_super) {
107
106
  }
108
107
  };
109
108
  TreeViewComponent.prototype.render = function (createElement) {
110
- var h = gh || createElement;
109
+ var h = !isExecute ? gh : createElement;
111
110
  var slots = null;
112
111
  if (!isNullOrUndefined(this.$slots.default)) {
113
- slots = gh ? this.$slots.default() : this.$slots.default;
112
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
114
113
  }
115
114
  return h('div', slots);
116
115
  };
@@ -259,6 +259,7 @@
259
259
  }
260
260
 
261
261
  /*! accordion theme */
262
+ /* stylelint-disable property-no-vendor-prefix */
262
263
  .e-accordion {
263
264
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
264
265
  background: #1a1a1a;
@@ -260,6 +260,7 @@
260
260
  }
261
261
 
262
262
  /*! accordion theme */
263
+ /* stylelint-disable property-no-vendor-prefix */
263
264
  .e-accordion {
264
265
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
265
266
  background: #fff;
@@ -250,6 +250,7 @@
250
250
  }
251
251
 
252
252
  /*! accordion theme */
253
+ /* stylelint-disable property-no-vendor-prefix */
253
254
  .e-accordion {
254
255
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
255
256
  background: #fff;
@@ -1,4 +1,5 @@
1
1
  /*! Accordion's bootstrap5 theme wise override definitions and variables */
2
+ /* stylelint-disable */
2
3
  /*! accordion icons */
3
4
  .e-accordion .e-tgl-collapse-icon::before {
4
5
  content: "\e729";
@@ -241,6 +242,7 @@
241
242
  }
242
243
 
243
244
  /*! accordion theme */
245
+ /* stylelint-disable property-no-vendor-prefix */
244
246
  .e-accordion {
245
247
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
246
248
  background: #212529;
@@ -1,4 +1,5 @@
1
1
  /*! Accordion's bootstrap5 theme wise override definitions and variables */
2
+ /* stylelint-disable */
2
3
  /*! accordion icons */
3
4
  .e-accordion .e-tgl-collapse-icon::before {
4
5
  content: "\e729";
@@ -241,6 +242,7 @@
241
242
  }
242
243
 
243
244
  /*! accordion theme */
245
+ /* stylelint-disable property-no-vendor-prefix */
244
246
  .e-accordion {
245
247
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
246
248
  background: #fff;
@@ -232,6 +232,7 @@
232
232
  }
233
233
 
234
234
  /*! accordion theme */
235
+ /* stylelint-disable property-no-vendor-prefix */
235
236
  .e-accordion {
236
237
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
237
238
  background: #201f1f;
@@ -233,6 +233,7 @@
233
233
  }
234
234
 
235
235
  /*! accordion theme */
236
+ /* stylelint-disable property-no-vendor-prefix */
236
237
  .e-accordion {
237
238
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
238
239
  background: #fff;
@@ -233,6 +233,7 @@
233
233
  }
234
234
 
235
235
  /*! accordion theme */
236
+ /* stylelint-disable property-no-vendor-prefix */
236
237
  .e-accordion {
237
238
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
238
239
  background: #1b1a19;
@@ -233,6 +233,7 @@
233
233
  }
234
234
 
235
235
  /*! accordion theme */
236
+ /* stylelint-disable property-no-vendor-prefix */
236
237
  .e-accordion {
237
238
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
238
239
  background: #fff;
@@ -233,6 +233,7 @@
233
233
  }
234
234
 
235
235
  /*! accordion theme */
236
+ /* stylelint-disable property-no-vendor-prefix */
236
237
  .e-accordion {
237
238
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
238
239
  background: #ccc;
@@ -234,6 +234,7 @@
234
234
  }
235
235
 
236
236
  /*! accordion theme */
237
+ /* stylelint-disable property-no-vendor-prefix */
237
238
  .e-accordion {
238
239
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
239
240
  background: #000;
@@ -239,6 +239,7 @@
239
239
  }
240
240
 
241
241
  /*! accordion theme */
242
+ /* stylelint-disable property-no-vendor-prefix */
242
243
  .e-accordion {
243
244
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
244
245
  background: #303030;
@@ -240,6 +240,7 @@
240
240
  }
241
241
 
242
242
  /*! accordion theme */
243
+ /* stylelint-disable property-no-vendor-prefix */
243
244
  .e-accordion {
244
245
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
245
246
  background: #fff;
@@ -242,6 +242,7 @@
242
242
  }
243
243
 
244
244
  /*! accordion theme */
245
+ /* stylelint-disable property-no-vendor-prefix */
245
246
  .e-accordion {
246
247
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
247
248
  background: #232e3e;
@@ -242,6 +242,7 @@
242
242
  }
243
243
 
244
244
  /*! accordion theme */
245
+ /* stylelint-disable property-no-vendor-prefix */
245
246
  .e-accordion {
246
247
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
247
248
  background: #f9fafb;
@@ -0,0 +1,244 @@
1
+ /*! AppBar component bootstrap-dark theme definitions and variables */
2
+ /*! appbar component styles */
3
+ .e-bigger .e-appbar,
4
+ .e-appbar.e-bigger {
5
+ height: 56px;
6
+ font-size: 16px;
7
+ }
8
+ .e-bigger .e-appbar.e-dense,
9
+ .e-appbar.e-bigger.e-dense {
10
+ height: 48px;
11
+ }
12
+ .e-bigger .e-appbar.e-prominent,
13
+ .e-appbar.e-bigger.e-prominent {
14
+ height: 112px;
15
+ }
16
+
17
+ .e-appbar {
18
+ display: -ms-flexbox;
19
+ display: flex;
20
+ width: 100%;
21
+ height: 48px;
22
+ -ms-flex-negative: 0;
23
+ flex-shrink: 0;
24
+ -ms-flex-direction: row;
25
+ flex-direction: row;
26
+ position: relative;
27
+ -ms-flex-align: center;
28
+ align-items: center;
29
+ padding: 8px;
30
+ overflow: hidden;
31
+ font-size: 14px;
32
+ }
33
+ .e-appbar > div:first-child {
34
+ display: -ms-flexbox;
35
+ display: flex;
36
+ -ms-flex-align: center;
37
+ align-items: center;
38
+ width: 100%;
39
+ height: 100%;
40
+ }
41
+ .e-appbar.e-sticky {
42
+ position: sticky;
43
+ top: 0;
44
+ z-index: 1000;
45
+ }
46
+ .e-appbar.e-prominent {
47
+ height: 94px;
48
+ -ms-flex-align: start;
49
+ align-items: flex-start;
50
+ }
51
+ .e-appbar.e-prominent > div:first-child {
52
+ -ms-flex-align: start;
53
+ align-items: flex-start;
54
+ }
55
+ .e-appbar.e-dense {
56
+ height: 40px;
57
+ }
58
+ .e-appbar.e-horizontal-bottom {
59
+ position: absolute;
60
+ bottom: 0;
61
+ right: 0;
62
+ left: 0;
63
+ }
64
+ .e-appbar.e-horizontal-bottom.e-sticky {
65
+ position: fixed;
66
+ top: auto;
67
+ }
68
+ .e-appbar .e-appbar-separator {
69
+ height: 32px;
70
+ }
71
+ .e-appbar .e-appbar-spacer {
72
+ -ms-flex-positive: 1;
73
+ flex-grow: 1;
74
+ }
75
+
76
+ .e-inherit.e-menu-wrapper.e-scrollable .e-menu,
77
+ .e-inherit.e-menu-container.e-scrollable .e-menu {
78
+ overflow: hidden;
79
+ }
80
+
81
+ /*! appbar component theme */
82
+ .e-appbar {
83
+ box-shadow: none;
84
+ }
85
+ .e-appbar.e-light {
86
+ background: #2a2a2a;
87
+ color: #f0f0f0;
88
+ border-color: #2a2a2a;
89
+ border: none;
90
+ }
91
+ .e-appbar.e-light .e-appbar-separator {
92
+ border-left: 1px solid #f0f0f0;
93
+ }
94
+ .e-appbar.e-light .e-btn.e-inherit:hover, .e-appbar.e-light .e-btn.e-inherit:focus, .e-appbar.e-light .e-btn.e-inherit:active, .e-appbar.e-light .e-btn.e-inherit.e-active,
95
+ .e-appbar.e-light .e-css.e-btn.e-inherit:hover,
96
+ .e-appbar.e-light .e-css.e-btn.e-inherit:focus,
97
+ .e-appbar.e-light .e-css.e-btn.e-inherit:active,
98
+ .e-appbar.e-light .e-css.e-btn.e-inherit.e-active,
99
+ .e-appbar.e-light .e-dropdown-btn.e-inherit:hover,
100
+ .e-appbar.e-light .e-dropdown-btn.e-inherit:focus,
101
+ .e-appbar.e-light .e-dropdown-btn.e-inherit:active,
102
+ .e-appbar.e-light .e-dropdown-btn.e-inherit.e-active,
103
+ .e-appbar.e-light .e-dropdown-btn.e-btn.e-inherit:hover,
104
+ .e-appbar.e-light .e-dropdown-btn.e-btn.e-inherit:focus,
105
+ .e-appbar.e-light .e-dropdown-btn.e-btn.e-inherit:active,
106
+ .e-appbar.e-light .e-dropdown-btn.e-btn.e-inherit.e-active {
107
+ background: rgba(255, 255, 255, 0.08);
108
+ }
109
+ .e-appbar.e-light .e-menu-wrapper.e-inherit,
110
+ .e-appbar.e-light .e-menu-container.e-inherit {
111
+ background: #2a2a2a;
112
+ color: #f0f0f0;
113
+ border-color: #2a2a2a;
114
+ box-shadow: none;
115
+ }
116
+ .e-appbar.e-light .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-selected, .e-appbar.e-light .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-focused,
117
+ .e-appbar.e-light .e-menu-container.e-inherit .e-menu .e-menu-item.e-selected,
118
+ .e-appbar.e-light .e-menu-container.e-inherit .e-menu .e-menu-item.e-focused {
119
+ background: rgba(255, 255, 255, 0.08);
120
+ }
121
+ .e-appbar.e-dark {
122
+ background: #a4a4a4;
123
+ color: #131313;
124
+ border-color: #a4a4a4;
125
+ }
126
+ .e-appbar.e-dark .e-appbar-separator {
127
+ border-left: 1px solid #131313;
128
+ }
129
+ .e-appbar.e-dark .e-btn.e-inherit:hover, .e-appbar.e-dark .e-btn.e-inherit:focus, .e-appbar.e-dark .e-btn.e-inherit:active, .e-appbar.e-dark .e-btn.e-inherit.e-active,
130
+ .e-appbar.e-dark .e-css.e-btn.e-inherit:hover,
131
+ .e-appbar.e-dark .e-css.e-btn.e-inherit:focus,
132
+ .e-appbar.e-dark .e-css.e-btn.e-inherit:active,
133
+ .e-appbar.e-dark .e-css.e-btn.e-inherit.e-active,
134
+ .e-appbar.e-dark .e-dropdown-btn.e-inherit:hover,
135
+ .e-appbar.e-dark .e-dropdown-btn.e-inherit:focus,
136
+ .e-appbar.e-dark .e-dropdown-btn.e-inherit:active,
137
+ .e-appbar.e-dark .e-dropdown-btn.e-inherit.e-active,
138
+ .e-appbar.e-dark .e-dropdown-btn.e-btn.e-inherit:hover,
139
+ .e-appbar.e-dark .e-dropdown-btn.e-btn.e-inherit:focus,
140
+ .e-appbar.e-dark .e-dropdown-btn.e-btn.e-inherit:active,
141
+ .e-appbar.e-dark .e-dropdown-btn.e-btn.e-inherit.e-active {
142
+ background: rgba(0, 0, 0, 0.056);
143
+ }
144
+ .e-appbar.e-dark .e-menu-wrapper.e-inherit,
145
+ .e-appbar.e-dark .e-menu-container.e-inherit {
146
+ background: #a4a4a4;
147
+ color: #131313;
148
+ border-color: #a4a4a4;
149
+ box-shadow: none;
150
+ }
151
+ .e-appbar.e-dark .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-selected, .e-appbar.e-dark .e-menu-wrapper.e-inherit .e-menu .e-menu-item.e-focused,
152
+ .e-appbar.e-dark .e-menu-container.e-inherit .e-menu .e-menu-item.e-selected,
153
+ .e-appbar.e-dark .e-menu-container.e-inherit .e-menu .e-menu-item.e-focused {
154
+ background: rgba(0, 0, 0, 0.056);
155
+ }
156
+ .e-appbar.e-primary {
157
+ background: #0070f0;
158
+ color: #fff;
159
+ border-color: #0070f0;
160
+ }
161
+ .e-appbar.e-primary .e-appbar-separator {
162
+ border-left: 1px solid #fff;
163
+ }
164
+ .e-appbar.e-primary .e-menu-wrapper.e-inherit,
165
+ .e-appbar.e-primary .e-menu-container.e-inherit {
166
+ background: #0070f0;
167
+ color: #fff;
168
+ border-color: #0070f0;
169
+ box-shadow: none;
170
+ }
171
+ .e-appbar.e-inherit {
172
+ background: inherit;
173
+ color: inherit;
174
+ border-color: inherit;
175
+ border: 1px solid;
176
+ }
177
+ .e-appbar.e-inherit .e-appbar-separator {
178
+ border-left: 1px solid;
179
+ }
180
+ .e-appbar.e-inherit .e-menu-wrapper.e-inherit,
181
+ .e-appbar.e-inherit .e-menu-container.e-inherit {
182
+ background: inherit;
183
+ color: inherit;
184
+ border-color: inherit;
185
+ box-shadow: none;
186
+ }
187
+ .e-appbar.e-horizontal-bottom {
188
+ box-shadow: none;
189
+ }
190
+
191
+ .e-light.e-inherit.e-input-group, .e-light.e-inherit.e-input-group.e-control-wrapper, .e-light.e-inherit.e-float-input, .e-light.e-inherit.e-float-input.e-input-group, .e-light.e-inherit.e-float-input.e-control-wrapper, .e-light.e-inherit.e-float-input.e-input-group.e-control-wrapper, .e-light.e-inherit.e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-light.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
192
+ background: #2a2a2a;
193
+ color: #f0f0f0;
194
+ }
195
+
196
+ .e-dark.e-inherit.e-input-group, .e-dark.e-inherit.e-input-group.e-control-wrapper, .e-dark.e-inherit.e-float-input, .e-dark.e-inherit.e-float-input.e-input-group, .e-dark.e-inherit.e-float-input.e-control-wrapper, .e-dark.e-inherit.e-float-input.e-input-group.e-control-wrapper, .e-dark.e-inherit.e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-dark.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
197
+ background: #a4a4a4;
198
+ color: #131313;
199
+ }
200
+
201
+ .e-primary.e-inherit.e-input-group, .e-primary.e-inherit.e-input-group.e-control-wrapper, .e-primary.e-inherit.e-float-input, .e-primary.e-inherit.e-float-input.e-input-group, .e-primary.e-inherit.e-float-input.e-control-wrapper, .e-primary.e-inherit.e-float-input.e-input-group.e-control-wrapper, .e-primary.e-inherit.e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-primary.e-inherit.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
202
+ background: #0070f0;
203
+ color: #fff;
204
+ }
205
+
206
+ .e-inherit.e-input-group,
207
+ .e-inherit.e-input-group.e-control-wrapper,
208
+ .e-inherit.e-float-input,
209
+ .e-inherit.e-float-input.e-input-group,
210
+ .e-inherit.e-float-input.e-control-wrapper,
211
+ .e-inherit.e-float-input.e-input-group.e-control-wrapper,
212
+ .e-inherit.e-input-group:not(.e-disabled) .e-input-group-icon:hover,
213
+ .e-inherit.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
214
+ color: inherit;
215
+ background: rgba(0, 0, 0, 0.056);
216
+ }
217
+
218
+ .e-inherit.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
219
+ .e-inherit.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
220
+ .e-inherit.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
221
+ .e-inherit.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
222
+ box-shadow: none;
223
+ }
224
+
225
+ .e-inherit.e-input-group.e-control-wrapper .e-searchinput:-ms-input-placeholder {
226
+ color: inherit;
227
+ opacity: 0.8;
228
+ }
229
+
230
+ .e-inherit.e-input-group.e-control-wrapper .e-searchinput::placeholder {
231
+ color: inherit;
232
+ opacity: 0.8;
233
+ }
234
+
235
+ .e-inherit.e-input-group .e-input-group-icon,
236
+ .e-inherit.e-input-group.e-control-wrapper .e-input-group-icon {
237
+ border: none;
238
+ color: inherit;
239
+ }
240
+
241
+ .e-inherit.e-input-group .e-clear-icon,
242
+ .e-inherit.e-input-group.e-control-wrapper .e-clear-icon {
243
+ color: inherit;
244
+ }
@@ -0,0 +1 @@
1
+ @import 'ej2-navigations/styles/appbar/bootstrap-dark.scss';