@syncfusion/ej2-react-navigations 20.4.53 → 21.1.35

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 (149) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +213 -144
  3. package/diConfig.json +3 -0
  4. package/dist/ej2-react-navigations.min.js +2 -2
  5. package/dist/ej2-react-navigations.umd.min.js +2 -2
  6. package/dist/ej2-react-navigations.umd.min.js.map +1 -1
  7. package/dist/es6/ej2-react-navigations.es2015.js +10 -0
  8. package/dist/es6/ej2-react-navigations.es2015.js.map +1 -1
  9. package/package.json +9 -9
  10. package/src/accordion/accordion.component.d.ts +1 -0
  11. package/src/accordion/accordion.component.js +1 -0
  12. package/src/appbar/appbar.component.d.ts +1 -0
  13. package/src/appbar/appbar.component.js +1 -0
  14. package/src/breadcrumb/breadcrumb.component.d.ts +1 -0
  15. package/src/breadcrumb/breadcrumb.component.js +1 -0
  16. package/src/carousel/carousel.component.d.ts +1 -0
  17. package/src/carousel/carousel.component.js +1 -0
  18. package/src/context-menu/contextmenu.component.d.ts +1 -0
  19. package/src/context-menu/contextmenu.component.js +1 -0
  20. package/src/menu/menu.component.d.ts +1 -0
  21. package/src/menu/menu.component.js +1 -0
  22. package/src/sidebar/sidebar.component.d.ts +1 -0
  23. package/src/sidebar/sidebar.component.js +1 -0
  24. package/src/tab/tab.component.d.ts +1 -0
  25. package/src/tab/tab.component.js +1 -0
  26. package/src/toolbar/toolbar.component.d.ts +1 -0
  27. package/src/toolbar/toolbar.component.js +1 -0
  28. package/src/treeview/treeview.component.d.ts +1 -0
  29. package/src/treeview/treeview.component.js +1 -0
  30. package/styles/accordion/bootstrap-dark.css +0 -1
  31. package/styles/accordion/bootstrap.css +0 -1
  32. package/styles/accordion/bootstrap4.css +0 -1
  33. package/styles/accordion/bootstrap5-dark.css +3 -4
  34. package/styles/accordion/bootstrap5.css +3 -4
  35. package/styles/accordion/fabric-dark.css +0 -1
  36. package/styles/accordion/fabric.css +0 -1
  37. package/styles/accordion/fluent-dark.css +3 -4
  38. package/styles/accordion/fluent.css +3 -4
  39. package/styles/accordion/highcontrast-light.css +0 -1
  40. package/styles/accordion/highcontrast.css +0 -1
  41. package/styles/accordion/material-dark.css +0 -1
  42. package/styles/accordion/material.css +0 -1
  43. package/styles/accordion/tailwind-dark.css +3 -4
  44. package/styles/accordion/tailwind.css +3 -4
  45. package/styles/appbar/bootstrap-dark.css +3 -0
  46. package/styles/appbar/bootstrap.css +3 -0
  47. package/styles/appbar/bootstrap4.css +3 -0
  48. package/styles/appbar/bootstrap5-dark.css +3 -0
  49. package/styles/appbar/bootstrap5.css +3 -0
  50. package/styles/appbar/fabric-dark.css +3 -0
  51. package/styles/appbar/fabric.css +3 -0
  52. package/styles/appbar/fluent-dark.css +3 -0
  53. package/styles/appbar/fluent.css +3 -0
  54. package/styles/appbar/highcontrast-light.css +3 -0
  55. package/styles/appbar/highcontrast.css +3 -0
  56. package/styles/appbar/material-dark.css +3 -0
  57. package/styles/appbar/material.css +3 -0
  58. package/styles/appbar/tailwind-dark.css +3 -0
  59. package/styles/appbar/tailwind.css +3 -0
  60. package/styles/bootstrap-dark.css +669 -938
  61. package/styles/bootstrap.css +658 -927
  62. package/styles/bootstrap4.css +724 -993
  63. package/styles/bootstrap5-dark.css +685 -954
  64. package/styles/bootstrap5.css +686 -955
  65. package/styles/carousel/bootstrap-dark.css +4 -0
  66. package/styles/carousel/bootstrap.css +4 -0
  67. package/styles/carousel/bootstrap4.css +4 -0
  68. package/styles/carousel/bootstrap5-dark.css +4 -0
  69. package/styles/carousel/bootstrap5.css +4 -0
  70. package/styles/carousel/fabric-dark.css +4 -0
  71. package/styles/carousel/fabric.css +4 -0
  72. package/styles/carousel/fluent-dark.css +4 -0
  73. package/styles/carousel/fluent.css +4 -0
  74. package/styles/carousel/highcontrast-light.css +4 -0
  75. package/styles/carousel/highcontrast.css +4 -0
  76. package/styles/carousel/material-dark.css +4 -0
  77. package/styles/carousel/material.css +4 -0
  78. package/styles/carousel/tailwind-dark.css +4 -0
  79. package/styles/carousel/tailwind.css +4 -0
  80. package/styles/fabric-dark.css +669 -938
  81. package/styles/fabric.css +669 -938
  82. package/styles/fluent-dark.css +677 -946
  83. package/styles/fluent.css +677 -946
  84. package/styles/h-scroll/bootstrap-dark.css +1 -1
  85. package/styles/h-scroll/bootstrap.css +1 -1
  86. package/styles/h-scroll/bootstrap4.css +1 -1
  87. package/styles/h-scroll/bootstrap5-dark.css +1 -1
  88. package/styles/h-scroll/bootstrap5.css +1 -1
  89. package/styles/h-scroll/fabric-dark.css +1 -1
  90. package/styles/h-scroll/fabric.css +1 -1
  91. package/styles/h-scroll/fluent-dark.css +1 -1
  92. package/styles/h-scroll/fluent.css +1 -1
  93. package/styles/h-scroll/highcontrast-light.css +1 -1
  94. package/styles/h-scroll/highcontrast.css +1 -1
  95. package/styles/h-scroll/material-dark.css +1 -1
  96. package/styles/h-scroll/material.css +1 -1
  97. package/styles/h-scroll/tailwind-dark.css +1 -1
  98. package/styles/h-scroll/tailwind.css +1 -1
  99. package/styles/highcontrast-light.css +668 -937
  100. package/styles/highcontrast.css +675 -944
  101. package/styles/material-dark.css +669 -938
  102. package/styles/material.css +661 -930
  103. package/styles/menu/bootstrap-dark.css +7 -7
  104. package/styles/menu/bootstrap.css +7 -7
  105. package/styles/menu/bootstrap4.css +10 -10
  106. package/styles/menu/bootstrap5-dark.css +7 -7
  107. package/styles/menu/bootstrap5.css +7 -7
  108. package/styles/menu/fabric-dark.css +7 -7
  109. package/styles/menu/fabric.css +7 -7
  110. package/styles/menu/fluent-dark.css +7 -7
  111. package/styles/menu/fluent.css +7 -7
  112. package/styles/menu/highcontrast-light.css +7 -7
  113. package/styles/menu/highcontrast.css +7 -7
  114. package/styles/menu/material-dark.css +7 -7
  115. package/styles/menu/material.css +7 -7
  116. package/styles/menu/tailwind-dark.css +7 -7
  117. package/styles/menu/tailwind.css +7 -7
  118. package/styles/tab/bootstrap-dark.css +5 -2
  119. package/styles/tab/bootstrap.css +5 -2
  120. package/styles/tab/bootstrap4.css +12 -9
  121. package/styles/tab/bootstrap5-dark.css +11 -8
  122. package/styles/tab/bootstrap5.css +11 -8
  123. package/styles/tab/fabric-dark.css +7 -4
  124. package/styles/tab/fabric.css +7 -4
  125. package/styles/tab/fluent-dark.css +8 -5
  126. package/styles/tab/fluent.css +8 -5
  127. package/styles/tab/highcontrast-light.css +10 -7
  128. package/styles/tab/highcontrast.css +10 -7
  129. package/styles/tab/material-dark.css +4 -1
  130. package/styles/tab/material.css +4 -1
  131. package/styles/tab/tailwind-dark.css +8 -5
  132. package/styles/tab/tailwind.css +8 -5
  133. package/styles/tailwind-dark.css +668 -937
  134. package/styles/tailwind.css +668 -937
  135. package/styles/toolbar/bootstrap-dark.css +647 -925
  136. package/styles/toolbar/bootstrap.css +638 -916
  137. package/styles/toolbar/bootstrap4.css +657 -935
  138. package/styles/toolbar/bootstrap5-dark.css +658 -936
  139. package/styles/toolbar/bootstrap5.css +658 -936
  140. package/styles/toolbar/fabric-dark.css +645 -923
  141. package/styles/toolbar/fabric.css +651 -929
  142. package/styles/toolbar/fluent-dark.css +650 -928
  143. package/styles/toolbar/fluent.css +650 -928
  144. package/styles/toolbar/highcontrast-light.css +642 -920
  145. package/styles/toolbar/highcontrast.css +647 -925
  146. package/styles/toolbar/material-dark.css +649 -927
  147. package/styles/toolbar/material.css +646 -924
  148. package/styles/toolbar/tailwind-dark.css +647 -925
  149. package/styles/toolbar/tailwind.css +645 -923
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-react-navigations.es2015.js","sources":["../src/es6/accordion/items-directive.js","../src/es6/accordion/accordion.component.js","../src/es6/toolbar/items-directive.js","../src/es6/toolbar/toolbar.component.js","../src/es6/context-menu/contextmenu.component.js","../src/es6/breadcrumb/items-directive.js","../src/es6/breadcrumb/breadcrumb.component.js","../src/es6/carousel/items-directive.js","../src/es6/carousel/carousel.component.js","../src/es6/tab/items-directive.js","../src/es6/tab/tab.component.js","../src/es6/treeview/treeview.component.js","../src/es6/sidebar/sidebar.component.js","../src/es6/menu/items-directive.js","../src/es6/menu/menu.component.js","../src/es6/appbar/appbar.component.js"],"sourcesContent":["import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `AccordionItemDirective` represent a item of the React Accordion.\n * It must be contained in a Accordion component(`AccordionComponent`).\n * ```tsx\n * <AccordionComponent>\n * <AccordionItemsDirective>\n * <AccordionItemDirective header='Header1'></AccordionItemDirective>\n * <AccordionItemDirective header='Header2' content='Content2'></AccordionItemDirective>\n * <AccordionItemsDirective>\n * </AccordionComponent>\n * ```\n */\nexport class AccordionItemDirective extends ComplexBase {\n}\nAccordionItemDirective.moduleName = 'accordionItem';\nexport class AccordionItemsDirective extends ComplexBase {\n}\nAccordionItemsDirective.propertyName = 'items';\nAccordionItemsDirective.moduleName = 'accordionItems';\n","import * as React from 'react';\nimport { Accordion } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents the React Accordion Component.\n * ```html\n * <AccordionComponent></AccordionComponent\n * ```\n */\nexport class AccordionComponent extends Accordion {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = false;\n this.directivekeys = { 'accordionItems': 'accordionItem' };\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(AccordionComponent, [ComponentBase, React.Component]);\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `ItemDirective` directive represent a item of the React Toolbar.\n * It must be contained in a Toolbar component(`ToolbarComponent`).\n * ```tsx\n * <ToolbarComponent>\n * <ItemsDirective>\n * <ItemDirective text='Cut'></ItemDirective>\n * <ItemDirective text='Copy'></ItemDirective>\n * <ItemsDirective>\n * </ToolbarComponent>\n * ```\n */\nexport class ItemDirective extends ComplexBase {\n}\nItemDirective.moduleName = 'item';\nexport class ItemsDirective extends ComplexBase {\n}\nItemsDirective.propertyName = 'items';\nItemsDirective.moduleName = 'items';\n","import * as React from 'react';\nimport { Toolbar } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents the React Toolbar Component.\n * ```html\n * <ToolbarComponent></ToolbarComponent\n * ```\n */\nexport class ToolbarComponent extends Toolbar {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = false;\n this.directivekeys = { 'items': 'item' };\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(ToolbarComponent, [ComponentBase, React.Component]);\n","import * as React from 'react';\nimport { ContextMenu } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `ContextMenuComponent` represents the react ContextMenu Component.\n * ```ts\n * <div id='target'>Right click / Touch hold to open the ContextMenu</div>\n * <ContextMenuComponent target='#target' items={menuItems} />\n * ```\n */\nexport class ContextMenuComponent extends ContextMenu {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = false;\n this.immediateRender = true;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('ul', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(ContextMenuComponent, [ComponentBase, React.Component]);\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `BreadcrumbItemDirective` represent a item of the React Breadcrumb.\n * It must be contained in a Breadcrumb component(`BreadcrumbComponent`).\n * ```tsx\n * <BreadcrumbComponent>\n * <BreadcrumbItemsDirective>\n * <BreadcrumbItemDirective text='Home' url='/'></BreadcrumbItemDirective>\n * <BreadcrumbItemDirective text='Index' url='./index'></BreadcrumbItemDirective>\n * </BreadcrumbItemsDirective>\n * </BreadcrumbComponent>\n * ```\n */\nexport class BreadcrumbItemDirective extends ComplexBase {\n}\nBreadcrumbItemDirective.moduleName = 'breadcrumbItem';\nexport class BreadcrumbItemsDirective extends ComplexBase {\n}\nBreadcrumbItemsDirective.propertyName = 'items';\nBreadcrumbItemsDirective.moduleName = 'breadcrumbItems';\n","import * as React from 'react';\nimport { Breadcrumb } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `BreadcrumbComponent` represents the react Breadcrumb Component.\n * ```ts\n * <BreadcrumbComponent items={breadcrumbItems} />\n * ```\n */\nexport class BreadcrumbComponent extends Breadcrumb {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = false;\n this.directivekeys = { 'breadcrumbItems': 'breadcrumbItem' };\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('nav', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(BreadcrumbComponent, [ComponentBase, React.Component]);\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `CarouselItemDirective` represent a item of the React Carousel.\n * It must be contained in a Carousel component(`CarouselComponent`).\n * ```tsx\n * <CarouselComponent>\n * <CarouselItemsDirective>\n * <CarouselItemDirective template='#item1'></CarouselItemDirective>\n * <CarouselItemDirective template='#item2'></CarouselItemDirective>\n * </CarouselItemsDirective>\n * </CarouselComponent>\n * ```\n */\nexport class CarouselItemDirective extends ComplexBase {\n}\nCarouselItemDirective.moduleName = 'carouselItem';\nexport class CarouselItemsDirective extends ComplexBase {\n}\nCarouselItemsDirective.propertyName = 'items';\nCarouselItemsDirective.moduleName = 'carouselItems';\n","import * as React from 'react';\nimport { Carousel } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `CarouselComponent` represents the react Carousel Component.\n * ```ts\n * <CarouselComponent items={carouselItems} />\n * ```\n */\nexport class CarouselComponent extends Carousel {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = false;\n this.directivekeys = { 'carouselItems': 'carouselItem' };\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(CarouselComponent, [ComponentBase, React.Component]);\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `TabItemDirective` represent a item of the React Tab.\n * It must be contained in a Tab component(`Tab`).\n * ```tsx\n * <TabComponent>\n * <TabItemsDirective>\n * <TabItemDirective header= { 'Header 1' } content= { 'Content 1' } />\n * <TabItemDirective header= { 'Header 2' } content= { 'Content 2' } />\n * <TabItemsDirective>\n * </TabComponent>\n * ```\n */\nexport class TabItemDirective extends ComplexBase {\n}\nTabItemDirective.moduleName = 'tabItem';\nTabItemDirective.complexTemplate = { 'headerText': 'header.text' };\nexport class TabItemsDirective extends ComplexBase {\n}\nTabItemsDirective.propertyName = 'items';\nTabItemsDirective.moduleName = 'tabItems';\n","import * as React from 'react';\nimport { Tab } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents the React Tab Component.\n * ```html\n * <TabComponent></TabComponent>\n * ```\n */\nexport class TabComponent extends Tab {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = false;\n this.directivekeys = { 'tabItems': 'tabItem' };\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(TabComponent, [ComponentBase, React.Component]);\n","import * as React from 'react';\nimport { TreeView } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `TreeViewComponent` represents the react TreeView Component.\n * ```ts\n * <TreeViewComponent allowDragAndDrop={true}></TreeViewComponent>\n * ```\n */\nexport class TreeViewComponent extends TreeView {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = true;\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(TreeViewComponent, [ComponentBase, React.Component]);\n","import * as React from 'react';\nimport { Sidebar } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `SidebarComponent` represents the Essential JS 2 React Sidebar Component.\n * ```ts\n * <SidebarComponent></SidebarComponent>\n * ```\n */\nexport class SidebarComponent extends Sidebar {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = true;\n this.immediateRender = true;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(SidebarComponent, [ComponentBase, React.Component]);\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\nexport class MenuItemDirective extends ComplexBase {\n}\nMenuItemDirective.moduleName = 'menuItem';\nexport class MenuItemsDirective extends ComplexBase {\n}\nMenuItemsDirective.propertyName = 'items';\nMenuItemsDirective.moduleName = 'menuItems';\n","import * as React from 'react';\nimport { Menu } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `MenuComponent` represents the react Menu Component.\n * ```ts\n * <MenuComponent items={menuItems} />\n * ```\n */\nexport class MenuComponent extends Menu {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = false;\n this.directivekeys = { 'menuItems': 'menuItem' };\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('ul', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(MenuComponent, [ComponentBase, React.Component]);\n","import * as React from 'react';\nimport { AppBar } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `AppBarComponent` represents the Essential JS 2 React AppBar Component.\n * ```ts\n * <AppBarComponent></AppBarComponent>\n * ```\n */\nexport class AppBarComponent extends AppBar {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = true;\n this.immediateRender = true;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('header', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(AppBarComponent, [ComponentBase, React.Component]);\n"],"names":["React.createElement","React.Component"],"mappings":"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"}
1
+ {"version":3,"file":"ej2-react-navigations.es2015.js","sources":["../src/es6/accordion/items-directive.js","../src/es6/accordion/accordion.component.js","../src/es6/toolbar/items-directive.js","../src/es6/toolbar/toolbar.component.js","../src/es6/context-menu/contextmenu.component.js","../src/es6/breadcrumb/items-directive.js","../src/es6/breadcrumb/breadcrumb.component.js","../src/es6/carousel/items-directive.js","../src/es6/carousel/carousel.component.js","../src/es6/tab/items-directive.js","../src/es6/tab/tab.component.js","../src/es6/treeview/treeview.component.js","../src/es6/sidebar/sidebar.component.js","../src/es6/menu/items-directive.js","../src/es6/menu/menu.component.js","../src/es6/appbar/appbar.component.js"],"sourcesContent":["import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `AccordionItemDirective` represent a item of the React Accordion.\n * It must be contained in a Accordion component(`AccordionComponent`).\n * ```tsx\n * <AccordionComponent>\n * <AccordionItemsDirective>\n * <AccordionItemDirective header='Header1'></AccordionItemDirective>\n * <AccordionItemDirective header='Header2' content='Content2'></AccordionItemDirective>\n * <AccordionItemsDirective>\n * </AccordionComponent>\n * ```\n */\nexport class AccordionItemDirective extends ComplexBase {\n}\nAccordionItemDirective.moduleName = 'accordionItem';\nexport class AccordionItemsDirective extends ComplexBase {\n}\nAccordionItemsDirective.propertyName = 'items';\nAccordionItemsDirective.moduleName = 'accordionItems';\n","import * as React from 'react';\nimport { Accordion } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents the React Accordion Component.\n * ```html\n * <AccordionComponent></AccordionComponent\n * ```\n */\nexport class AccordionComponent extends Accordion {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = false;\n this.directivekeys = { 'accordionItems': 'accordionItem' };\n this.statelessTemplateProps = [\"itemTemplate\", \"headerTemplate\"];\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(AccordionComponent, [ComponentBase, React.Component]);\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `ItemDirective` directive represent a item of the React Toolbar.\n * It must be contained in a Toolbar component(`ToolbarComponent`).\n * ```tsx\n * <ToolbarComponent>\n * <ItemsDirective>\n * <ItemDirective text='Cut'></ItemDirective>\n * <ItemDirective text='Copy'></ItemDirective>\n * <ItemsDirective>\n * </ToolbarComponent>\n * ```\n */\nexport class ItemDirective extends ComplexBase {\n}\nItemDirective.moduleName = 'item';\nexport class ItemsDirective extends ComplexBase {\n}\nItemsDirective.propertyName = 'items';\nItemsDirective.moduleName = 'items';\n","import * as React from 'react';\nimport { Toolbar } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents the React Toolbar Component.\n * ```html\n * <ToolbarComponent></ToolbarComponent\n * ```\n */\nexport class ToolbarComponent extends Toolbar {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = false;\n this.directivekeys = { 'items': 'item' };\n this.statelessTemplateProps = null;\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(ToolbarComponent, [ComponentBase, React.Component]);\n","import * as React from 'react';\nimport { ContextMenu } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `ContextMenuComponent` represents the react ContextMenu Component.\n * ```ts\n * <div id='target'>Right click / Touch hold to open the ContextMenu</div>\n * <ContextMenuComponent target='#target' items={menuItems} />\n * ```\n */\nexport class ContextMenuComponent extends ContextMenu {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = false;\n this.statelessTemplateProps = null;\n this.immediateRender = true;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('ul', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(ContextMenuComponent, [ComponentBase, React.Component]);\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `BreadcrumbItemDirective` represent a item of the React Breadcrumb.\n * It must be contained in a Breadcrumb component(`BreadcrumbComponent`).\n * ```tsx\n * <BreadcrumbComponent>\n * <BreadcrumbItemsDirective>\n * <BreadcrumbItemDirective text='Home' url='/'></BreadcrumbItemDirective>\n * <BreadcrumbItemDirective text='Index' url='./index'></BreadcrumbItemDirective>\n * </BreadcrumbItemsDirective>\n * </BreadcrumbComponent>\n * ```\n */\nexport class BreadcrumbItemDirective extends ComplexBase {\n}\nBreadcrumbItemDirective.moduleName = 'breadcrumbItem';\nexport class BreadcrumbItemsDirective extends ComplexBase {\n}\nBreadcrumbItemsDirective.propertyName = 'items';\nBreadcrumbItemsDirective.moduleName = 'breadcrumbItems';\n","import * as React from 'react';\nimport { Breadcrumb } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `BreadcrumbComponent` represents the react Breadcrumb Component.\n * ```ts\n * <BreadcrumbComponent items={breadcrumbItems} />\n * ```\n */\nexport class BreadcrumbComponent extends Breadcrumb {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = false;\n this.directivekeys = { 'breadcrumbItems': 'breadcrumbItem' };\n this.statelessTemplateProps = [\"itemTemplate\"];\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('nav', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(BreadcrumbComponent, [ComponentBase, React.Component]);\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `CarouselItemDirective` represent a item of the React Carousel.\n * It must be contained in a Carousel component(`CarouselComponent`).\n * ```tsx\n * <CarouselComponent>\n * <CarouselItemsDirective>\n * <CarouselItemDirective template='#item1'></CarouselItemDirective>\n * <CarouselItemDirective template='#item2'></CarouselItemDirective>\n * </CarouselItemsDirective>\n * </CarouselComponent>\n * ```\n */\nexport class CarouselItemDirective extends ComplexBase {\n}\nCarouselItemDirective.moduleName = 'carouselItem';\nexport class CarouselItemsDirective extends ComplexBase {\n}\nCarouselItemsDirective.propertyName = 'items';\nCarouselItemsDirective.moduleName = 'carouselItems';\n","import * as React from 'react';\nimport { Carousel } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `CarouselComponent` represents the react Carousel Component.\n * ```ts\n * <CarouselComponent items={carouselItems} />\n * ```\n */\nexport class CarouselComponent extends Carousel {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = false;\n this.directivekeys = { 'carouselItems': 'carouselItem' };\n this.statelessTemplateProps = [\"itemTemplate\"];\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(CarouselComponent, [ComponentBase, React.Component]);\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\n/**\n * `TabItemDirective` represent a item of the React Tab.\n * It must be contained in a Tab component(`Tab`).\n * ```tsx\n * <TabComponent>\n * <TabItemsDirective>\n * <TabItemDirective header= { 'Header 1' } content= { 'Content 1' } />\n * <TabItemDirective header= { 'Header 2' } content= { 'Content 2' } />\n * <TabItemsDirective>\n * </TabComponent>\n * ```\n */\nexport class TabItemDirective extends ComplexBase {\n}\nTabItemDirective.moduleName = 'tabItem';\nTabItemDirective.complexTemplate = { 'headerText': 'header.text' };\nexport class TabItemsDirective extends ComplexBase {\n}\nTabItemsDirective.propertyName = 'items';\nTabItemsDirective.moduleName = 'tabItems';\n","import * as React from 'react';\nimport { Tab } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * Represents the React Tab Component.\n * ```html\n * <TabComponent></TabComponent>\n * ```\n */\nexport class TabComponent extends Tab {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = false;\n this.directivekeys = { 'tabItems': 'tabItem' };\n this.statelessTemplateProps = null;\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(TabComponent, [ComponentBase, React.Component]);\n","import * as React from 'react';\nimport { TreeView } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `TreeViewComponent` represents the react TreeView Component.\n * ```ts\n * <TreeViewComponent allowDragAndDrop={true}></TreeViewComponent>\n * ```\n */\nexport class TreeViewComponent extends TreeView {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = true;\n this.statelessTemplateProps = null;\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(TreeViewComponent, [ComponentBase, React.Component]);\n","import * as React from 'react';\nimport { Sidebar } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `SidebarComponent` represents the Essential JS 2 React Sidebar Component.\n * ```ts\n * <SidebarComponent></SidebarComponent>\n * ```\n */\nexport class SidebarComponent extends Sidebar {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = true;\n this.statelessTemplateProps = null;\n this.immediateRender = true;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(SidebarComponent, [ComponentBase, React.Component]);\n","import { ComplexBase } from '@syncfusion/ej2-react-base';\nexport class MenuItemDirective extends ComplexBase {\n}\nMenuItemDirective.moduleName = 'menuItem';\nexport class MenuItemsDirective extends ComplexBase {\n}\nMenuItemsDirective.propertyName = 'items';\nMenuItemsDirective.moduleName = 'menuItems';\n","import * as React from 'react';\nimport { Menu } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `MenuComponent` represents the react Menu Component.\n * ```ts\n * <MenuComponent items={menuItems} />\n * ```\n */\nexport class MenuComponent extends Menu {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = false;\n this.directivekeys = { 'menuItems': 'menuItem' };\n this.statelessTemplateProps = null;\n this.immediateRender = false;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('ul', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(MenuComponent, [ComponentBase, React.Component]);\n","import * as React from 'react';\nimport { AppBar } from '@syncfusion/ej2-navigations';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `AppBarComponent` represents the Essential JS 2 React AppBar Component.\n * ```ts\n * <AppBarComponent></AppBarComponent>\n * ```\n */\nexport class AppBarComponent extends AppBar {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = true;\n this.statelessTemplateProps = null;\n this.immediateRender = true;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('header', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(AppBarComponent, [ComponentBase, React.Component]);\n"],"names":["React.createElement","React.Component"],"mappings":"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"}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-navigations@*",
3
- "_id": "@syncfusion/ej2-react-navigations@20.4.52",
3
+ "_id": "@syncfusion/ej2-react-navigations@19.91.2",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-1yqcb/Cn4HIPnUXFNh1KCMSfn9lLkLQ/Ut+ohm/+E2RKoJzPvePZyCKzjeFYEzaeQ8ZMogsnlymSwD4QJH51yg==",
5
+ "_integrity": "sha512-Kk+L3igoTFNk8jGy3Z6XaZUa4NMvvJcfy+SRnac80pwstu8+gZCdMG0hzclD0sD/HOkdNExJQXFBBbx3t4tx+g==",
6
6
  "_location": "/@syncfusion/ej2-react-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-20.4.52.tgz",
23
- "_shasum": "28d399a32de4a411c225ecab979aa61121b2fb05",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-19.91.2.tgz",
23
+ "_shasum": "200642333525a3e8aa0e5f8df8e236c2dc847a1d",
24
24
  "_spec": "@syncfusion/ej2-react-navigations@*",
25
- "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.4.51",
35
- "@syncfusion/ej2-navigations": "20.4.53",
36
- "@syncfusion/ej2-react-base": "~20.4.48"
34
+ "@syncfusion/ej2-base": "~21.1.35",
35
+ "@syncfusion/ej2-navigations": "21.1.35",
36
+ "@syncfusion/ej2-react-base": "~21.1.35"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for React",
@@ -66,6 +66,6 @@
66
66
  "type": "git",
67
67
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
68
68
  },
69
- "version": "20.4.53",
69
+ "version": "21.1.35",
70
70
  "sideEffects": false
71
71
  }
@@ -22,6 +22,7 @@ export declare class AccordionComponent extends Accordion {
22
22
  directivekeys: {
23
23
  [key: string]: Object;
24
24
  };
25
+ private statelessTemplateProps;
25
26
  private immediateRender;
26
27
  props: Readonly<{
27
28
  children?: React.ReactNode | React.ReactNode[];
@@ -27,6 +27,7 @@ var AccordionComponent = /** @class */ (function (_super) {
27
27
  _this.initRenderCalled = false;
28
28
  _this.checkInjectedModules = false;
29
29
  _this.directivekeys = { 'accordionItems': 'accordionItem' };
30
+ _this.statelessTemplateProps = ["itemTemplate", "headerTemplate"];
30
31
  _this.immediateRender = false;
31
32
  _this.portals = [];
32
33
  return _this;
@@ -15,6 +15,7 @@ export declare class AppBarComponent extends AppBar {
15
15
  private getDefaultAttributes;
16
16
  initRenderCalled: boolean;
17
17
  private checkInjectedModules;
18
+ private statelessTemplateProps;
18
19
  private immediateRender;
19
20
  props: Readonly<{
20
21
  children?: React.ReactNode | React.ReactNode[];
@@ -26,6 +26,7 @@ var AppBarComponent = /** @class */ (function (_super) {
26
26
  var _this = _super.call(this, props) || this;
27
27
  _this.initRenderCalled = false;
28
28
  _this.checkInjectedModules = true;
29
+ _this.statelessTemplateProps = null;
29
30
  _this.immediateRender = true;
30
31
  _this.portals = [];
31
32
  return _this;
@@ -22,6 +22,7 @@ export declare class BreadcrumbComponent extends Breadcrumb {
22
22
  directivekeys: {
23
23
  [key: string]: Object;
24
24
  };
25
+ private statelessTemplateProps;
25
26
  private immediateRender;
26
27
  props: Readonly<{
27
28
  children?: React.ReactNode | React.ReactNode[];
@@ -27,6 +27,7 @@ var BreadcrumbComponent = /** @class */ (function (_super) {
27
27
  _this.initRenderCalled = false;
28
28
  _this.checkInjectedModules = false;
29
29
  _this.directivekeys = { 'breadcrumbItems': 'breadcrumbItem' };
30
+ _this.statelessTemplateProps = ["itemTemplate"];
30
31
  _this.immediateRender = false;
31
32
  _this.portals = [];
32
33
  return _this;
@@ -25,6 +25,7 @@ export declare class CarouselComponent extends Carousel {
25
25
  directivekeys: {
26
26
  [key: string]: Object;
27
27
  };
28
+ private statelessTemplateProps;
28
29
  private immediateRender;
29
30
  props: Readonly<{
30
31
  children?: React.ReactNode | React.ReactNode[];
@@ -27,6 +27,7 @@ var CarouselComponent = /** @class */ (function (_super) {
27
27
  _this.initRenderCalled = false;
28
28
  _this.checkInjectedModules = false;
29
29
  _this.directivekeys = { 'carouselItems': 'carouselItem' };
30
+ _this.statelessTemplateProps = ["itemTemplate"];
30
31
  _this.immediateRender = false;
31
32
  _this.portals = [];
32
33
  return _this;
@@ -16,6 +16,7 @@ export declare class ContextMenuComponent extends ContextMenu {
16
16
  private getDefaultAttributes;
17
17
  initRenderCalled: boolean;
18
18
  private checkInjectedModules;
19
+ private statelessTemplateProps;
19
20
  private immediateRender;
20
21
  props: Readonly<{
21
22
  children?: React.ReactNode | React.ReactNode[];
@@ -27,6 +27,7 @@ var ContextMenuComponent = /** @class */ (function (_super) {
27
27
  var _this = _super.call(this, props) || this;
28
28
  _this.initRenderCalled = false;
29
29
  _this.checkInjectedModules = false;
30
+ _this.statelessTemplateProps = null;
30
31
  _this.immediateRender = true;
31
32
  _this.portals = [];
32
33
  return _this;
@@ -21,6 +21,7 @@ export declare class MenuComponent extends Menu {
21
21
  directivekeys: {
22
22
  [key: string]: Object;
23
23
  };
24
+ private statelessTemplateProps;
24
25
  private immediateRender;
25
26
  props: Readonly<{
26
27
  children?: React.ReactNode | React.ReactNode[];
@@ -27,6 +27,7 @@ var MenuComponent = /** @class */ (function (_super) {
27
27
  _this.initRenderCalled = false;
28
28
  _this.checkInjectedModules = false;
29
29
  _this.directivekeys = { 'menuItems': 'menuItem' };
30
+ _this.statelessTemplateProps = null;
30
31
  _this.immediateRender = false;
31
32
  _this.portals = [];
32
33
  return _this;
@@ -15,6 +15,7 @@ export declare class SidebarComponent extends Sidebar {
15
15
  private getDefaultAttributes;
16
16
  initRenderCalled: boolean;
17
17
  private checkInjectedModules;
18
+ private statelessTemplateProps;
18
19
  private immediateRender;
19
20
  props: Readonly<{
20
21
  children?: React.ReactNode | React.ReactNode[];
@@ -26,6 +26,7 @@ var SidebarComponent = /** @class */ (function (_super) {
26
26
  var _this = _super.call(this, props) || this;
27
27
  _this.initRenderCalled = false;
28
28
  _this.checkInjectedModules = true;
29
+ _this.statelessTemplateProps = null;
29
30
  _this.immediateRender = true;
30
31
  _this.portals = [];
31
32
  return _this;
@@ -18,6 +18,7 @@ export declare class TabComponent extends Tab {
18
18
  directivekeys: {
19
19
  [key: string]: Object;
20
20
  };
21
+ private statelessTemplateProps;
21
22
  private immediateRender;
22
23
  props: Readonly<{
23
24
  children?: React.ReactNode | React.ReactNode[];
@@ -27,6 +27,7 @@ var TabComponent = /** @class */ (function (_super) {
27
27
  _this.initRenderCalled = false;
28
28
  _this.checkInjectedModules = false;
29
29
  _this.directivekeys = { 'tabItems': 'tabItem' };
30
+ _this.statelessTemplateProps = null;
30
31
  _this.immediateRender = false;
31
32
  _this.portals = [];
32
33
  return _this;
@@ -18,6 +18,7 @@ export declare class ToolbarComponent extends Toolbar {
18
18
  directivekeys: {
19
19
  [key: string]: Object;
20
20
  };
21
+ private statelessTemplateProps;
21
22
  private immediateRender;
22
23
  props: Readonly<{
23
24
  children?: React.ReactNode | React.ReactNode[];
@@ -27,6 +27,7 @@ var ToolbarComponent = /** @class */ (function (_super) {
27
27
  _this.initRenderCalled = false;
28
28
  _this.checkInjectedModules = false;
29
29
  _this.directivekeys = { 'items': 'item' };
30
+ _this.statelessTemplateProps = null;
30
31
  _this.immediateRender = false;
31
32
  _this.portals = [];
32
33
  return _this;
@@ -18,6 +18,7 @@ export declare class TreeViewComponent extends TreeView {
18
18
  private getDefaultAttributes;
19
19
  initRenderCalled: boolean;
20
20
  private checkInjectedModules;
21
+ private statelessTemplateProps;
21
22
  private immediateRender;
22
23
  props: Readonly<{
23
24
  children?: React.ReactNode | React.ReactNode[];
@@ -26,6 +26,7 @@ var TreeViewComponent = /** @class */ (function (_super) {
26
26
  var _this = _super.call(this, props) || this;
27
27
  _this.initRenderCalled = false;
28
28
  _this.checkInjectedModules = true;
29
+ _this.statelessTemplateProps = null;
29
30
  _this.immediateRender = false;
30
31
  _this.portals = [];
31
32
  return _this;
@@ -161,7 +161,6 @@
161
161
  text-decoration: none;
162
162
  text-overflow: ellipsis;
163
163
  white-space: nowrap;
164
- margin-bottom: 0;
165
164
  }
166
165
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
167
166
  display: inline-block;
@@ -162,7 +162,6 @@
162
162
  text-decoration: none;
163
163
  text-overflow: ellipsis;
164
164
  white-space: nowrap;
165
- margin-bottom: 0;
166
165
  }
167
166
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
168
167
  display: inline-block;
@@ -161,7 +161,6 @@
161
161
  text-decoration: none;
162
162
  text-overflow: ellipsis;
163
163
  white-space: nowrap;
164
- margin-bottom: 0;
165
164
  }
166
165
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
167
166
  display: inline-block;
@@ -58,7 +58,7 @@
58
58
  min-height: 48px;
59
59
  min-width: 24px;
60
60
  right: 16px;
61
- font-size: 22px;
61
+ font-size: 20px;
62
62
  }
63
63
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
64
64
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -67,7 +67,7 @@
67
67
  }
68
68
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
69
69
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
70
- font-size: 22px;
70
+ font-size: 20px;
71
71
  }
72
72
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
73
73
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -163,7 +163,6 @@
163
163
  text-decoration: none;
164
164
  text-overflow: ellipsis;
165
165
  white-space: nowrap;
166
- margin-bottom: 4px;
167
166
  }
168
167
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
169
168
  display: inline-block;
@@ -224,7 +223,7 @@
224
223
  padding: 20px 20px 20px 38px;
225
224
  }
226
225
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
227
- font-weight: normal;
226
+ font-weight: 400;
228
227
  }
229
228
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
230
229
  font-weight: normal;
@@ -58,7 +58,7 @@
58
58
  min-height: 48px;
59
59
  min-width: 24px;
60
60
  right: 16px;
61
- font-size: 22px;
61
+ font-size: 20px;
62
62
  }
63
63
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
64
64
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -67,7 +67,7 @@
67
67
  }
68
68
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
69
69
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
70
- font-size: 22px;
70
+ font-size: 20px;
71
71
  }
72
72
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
73
73
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -163,7 +163,6 @@
163
163
  text-decoration: none;
164
164
  text-overflow: ellipsis;
165
165
  white-space: nowrap;
166
- margin-bottom: 4px;
167
166
  }
168
167
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
169
168
  display: inline-block;
@@ -224,7 +223,7 @@
224
223
  padding: 20px 20px 20px 38px;
225
224
  }
226
225
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
227
- font-weight: normal;
226
+ font-weight: 400;
228
227
  }
229
228
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
230
229
  font-weight: normal;
@@ -161,7 +161,6 @@
161
161
  text-decoration: none;
162
162
  text-overflow: ellipsis;
163
163
  white-space: nowrap;
164
- margin-bottom: 0;
165
164
  }
166
165
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
167
166
  display: inline-block;
@@ -162,7 +162,6 @@
162
162
  text-decoration: none;
163
163
  text-overflow: ellipsis;
164
164
  white-space: nowrap;
165
- margin-bottom: 0;
166
165
  }
167
166
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
168
167
  display: inline-block;
@@ -57,7 +57,7 @@
57
57
  min-height: 48px;
58
58
  min-width: 24px;
59
59
  right: 16px;
60
- font-size: 22px;
60
+ font-size: 20px;
61
61
  }
62
62
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
63
63
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -66,7 +66,7 @@
66
66
  }
67
67
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
68
68
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
69
- font-size: 22px;
69
+ font-size: 20px;
70
70
  }
71
71
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
72
72
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -162,7 +162,6 @@
162
162
  text-decoration: none;
163
163
  text-overflow: ellipsis;
164
164
  white-space: nowrap;
165
- margin-bottom: 0;
166
165
  }
167
166
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
168
167
  display: inline-block;
@@ -223,7 +222,7 @@
223
222
  padding: 20px 20px 20px 38px;
224
223
  }
225
224
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
226
- font-weight: normal;
225
+ font-weight: 400;
227
226
  }
228
227
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
229
228
  font-weight: normal;
@@ -57,7 +57,7 @@
57
57
  min-height: 48px;
58
58
  min-width: 24px;
59
59
  right: 16px;
60
- font-size: 22px;
60
+ font-size: 20px;
61
61
  }
62
62
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
63
63
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -66,7 +66,7 @@
66
66
  }
67
67
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
68
68
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
69
- font-size: 22px;
69
+ font-size: 20px;
70
70
  }
71
71
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
72
72
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -162,7 +162,6 @@
162
162
  text-decoration: none;
163
163
  text-overflow: ellipsis;
164
164
  white-space: nowrap;
165
- margin-bottom: 0;
166
165
  }
167
166
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
168
167
  display: inline-block;
@@ -223,7 +222,7 @@
223
222
  padding: 20px 20px 20px 38px;
224
223
  }
225
224
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
226
- font-weight: normal;
225
+ font-weight: 400;
227
226
  }
228
227
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
229
228
  font-weight: normal;
@@ -161,7 +161,6 @@
161
161
  text-decoration: none;
162
162
  text-overflow: ellipsis;
163
163
  white-space: nowrap;
164
- margin-bottom: 0;
165
164
  }
166
165
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
167
166
  display: inline-block;
@@ -162,7 +162,6 @@
162
162
  text-decoration: none;
163
163
  text-overflow: ellipsis;
164
164
  white-space: nowrap;
165
- margin-bottom: 0;
166
165
  }
167
166
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
168
167
  display: inline-block;
@@ -162,7 +162,6 @@
162
162
  text-decoration: none;
163
163
  text-overflow: ellipsis;
164
164
  white-space: nowrap;
165
- margin-bottom: 0;
166
165
  }
167
166
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
168
167
  display: inline-block;
@@ -163,7 +163,6 @@
163
163
  text-decoration: none;
164
164
  text-overflow: ellipsis;
165
165
  white-space: nowrap;
166
- margin-bottom: 0;
167
166
  }
168
167
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
169
168
  display: inline-block;
@@ -58,7 +58,7 @@
58
58
  min-height: 48px;
59
59
  min-width: 24px;
60
60
  right: 16px;
61
- font-size: 22px;
61
+ font-size: 20px;
62
62
  }
63
63
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
64
64
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
@@ -67,7 +67,7 @@
67
67
  }
68
68
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,
69
69
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons {
70
- font-size: 22px;
70
+ font-size: 20px;
71
71
  }
72
72
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
73
73
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
@@ -163,7 +163,6 @@
163
163
  text-decoration: none;
164
164
  text-overflow: ellipsis;
165
165
  white-space: nowrap;
166
- margin-bottom: 0;
167
166
  }
168
167
  .e-accordion .e-acrdn-item .e-acrdn-header > * {
169
168
  display: inline-block;
@@ -224,7 +223,7 @@
224
223
  padding: 20px 20px 20px 38px;
225
224
  }
226
225
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content {
227
- font-weight: normal;
226
+ font-weight: 400;
228
227
  }
229
228
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
230
229
  font-weight: normal;