@syncfusion/ej2-vue-navigations
Advanced tools
Comparing version 22.2.11 to 23.1.36
@@ -5,2 +5,11 @@ # Changelog | ||
### TreeView | ||
#### Bug fixes | ||
- `#I496955` - The expanded state not maintained while check the child node has been resolved. | ||
- `#I488527` - The issue with when holding the mouse left click to select the TreeView nodes has been resolved. | ||
## 22.2.11 (2023-08-29) | ||
### Carousel | ||
@@ -7,0 +16,0 @@ |
/*! | ||
* filename: ej2-vue-navigations.umd.min.js | ||
* version : 22.2.11 | ||
* version : 23.1.36 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-vue-navigations@*", | ||
"_id": "@syncfusion/ej2-vue-navigations@22.2.8", | ||
"_id": "@syncfusion/ej2-vue-navigations@22.21.0", | ||
"_inBundle": false, | ||
"_integrity": "sha512-rkAACF2vGIMyWjCdQHuR96IwS4gOcrYwsc7RjJu7S2URlVZkUCTAA/WPvyv0k/nkomd0//CUkyhp+pc6Doj5Aw==", | ||
"_integrity": "sha512-ikENgeN294vMbblSdLx1iFSBBwWu5h7sRpe/Rh85RGbEYq+NetdI1WwzhBtBBk9DygJ+yVwMPKWaJu0Ng1c0nA==", | ||
"_location": "/@syncfusion/ej2-vue-navigations", | ||
@@ -22,6 +22,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-navigations/-/ej2-vue-navigations-22.2.8.tgz", | ||
"_shasum": "9708f133466fa234ba6c76ede87e7bec45afd3b5", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-navigations/-/ej2-vue-navigations-22.21.0.tgz", | ||
"_shasum": "8d0ed01d847e833417c9e442f717d14c82209d94", | ||
"_spec": "@syncfusion/ej2-vue-navigations@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included", | ||
"author": { | ||
@@ -35,5 +35,5 @@ "name": "Syncfusion Inc." | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~22.2.10", | ||
"@syncfusion/ej2-navigations": "22.2.11", | ||
"@syncfusion/ej2-vue-base": "~22.2.5" | ||
"@syncfusion/ej2-base": "~23.1.36", | ||
"@syncfusion/ej2-navigations": "23.1.36", | ||
"@syncfusion/ej2-vue-base": "~23.1.36" | ||
}, | ||
@@ -74,4 +74,4 @@ "deprecated": false, | ||
}, | ||
"version": "22.2.11", | ||
"version": "23.1.36", | ||
"sideEffects": false | ||
} |
@@ -0,1 +1,3 @@ | ||
import { DefineVueComponent } from '@syncfusion/ej2-vue-base'; | ||
import { AccordionModel } from '@syncfusion/ej2-navigations'; | ||
export declare const properties: string[]; | ||
@@ -11,3 +13,3 @@ export declare const modelProps: string[]; | ||
*/ | ||
export declare let AccordionComponent: any; | ||
export declare let AccordionComponent: DefineVueComponent<AccordionModel>; | ||
export declare type AccordionComponent = InstanceType<typeof AccordionComponent>; | ||
@@ -14,0 +16,0 @@ export declare const AccordionPlugin: { |
@@ -0,1 +1,3 @@ | ||
import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; | ||
import { AccordionItemModel } from '@syncfusion/ej2-navigations'; | ||
export declare let AccordionItemsDirective: any; | ||
@@ -18,3 +20,3 @@ export declare const AccordionItemsPlugin: { | ||
*/ | ||
export declare let AccordionItemDirective: any; | ||
export declare let AccordionItemDirective: DefineVueDirective<AccordionItemModel>; | ||
export declare const AccordionItemPlugin: { | ||
@@ -21,0 +23,0 @@ name: string; |
@@ -0,1 +1,3 @@ | ||
import { DefineVueComponent } from '@syncfusion/ej2-vue-base'; | ||
import { AppBarModel } from '@syncfusion/ej2-navigations'; | ||
export declare const properties: string[]; | ||
@@ -11,3 +13,3 @@ export declare const modelProps: string[]; | ||
*/ | ||
export declare let AppBarComponent: any; | ||
export declare let AppBarComponent: DefineVueComponent<AppBarModel>; | ||
export declare type AppBarComponent = InstanceType<typeof AppBarComponent>; | ||
@@ -14,0 +16,0 @@ export declare const AppBarPlugin: { |
@@ -0,1 +1,3 @@ | ||
import { DefineVueComponent } from '@syncfusion/ej2-vue-base'; | ||
import { BreadcrumbModel } from '@syncfusion/ej2-navigations'; | ||
export declare const properties: string[]; | ||
@@ -11,3 +13,3 @@ export declare const modelProps: string[]; | ||
*/ | ||
export declare let BreadcrumbComponent: any; | ||
export declare let BreadcrumbComponent: DefineVueComponent<BreadcrumbModel>; | ||
export declare type BreadcrumbComponent = InstanceType<typeof BreadcrumbComponent>; | ||
@@ -14,0 +16,0 @@ export declare const BreadcrumbPlugin: { |
@@ -0,1 +1,3 @@ | ||
import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; | ||
import { BreadcrumbItemModel } from '@syncfusion/ej2-navigations'; | ||
export declare let BreadcrumbItemsDirective: any; | ||
@@ -18,3 +20,3 @@ export declare const BreadcrumbItemsPlugin: { | ||
*/ | ||
export declare let BreadcrumbItemDirective: any; | ||
export declare let BreadcrumbItemDirective: DefineVueDirective<BreadcrumbItemModel>; | ||
export declare const BreadcrumbItemPlugin: { | ||
@@ -21,0 +23,0 @@ name: string; |
@@ -0,1 +1,3 @@ | ||
import { DefineVueComponent } from '@syncfusion/ej2-vue-base'; | ||
import { CarouselModel } from '@syncfusion/ej2-navigations'; | ||
export declare const properties: string[]; | ||
@@ -11,3 +13,3 @@ export declare const modelProps: string[]; | ||
*/ | ||
export declare let CarouselComponent: any; | ||
export declare let CarouselComponent: DefineVueComponent<CarouselModel>; | ||
export declare type CarouselComponent = InstanceType<typeof CarouselComponent>; | ||
@@ -14,0 +16,0 @@ export declare const CarouselPlugin: { |
@@ -0,1 +1,3 @@ | ||
import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; | ||
import { CarouselItemModel } from '@syncfusion/ej2-navigations'; | ||
export declare let CarouselItemsDirective: any; | ||
@@ -18,3 +20,3 @@ export declare const CarouselItemsPlugin: { | ||
*/ | ||
export declare let CarouselItemDirective: any; | ||
export declare let CarouselItemDirective: DefineVueDirective<CarouselItemModel>; | ||
export declare const CarouselItemPlugin: { | ||
@@ -21,0 +23,0 @@ name: string; |
@@ -0,1 +1,3 @@ | ||
import { DefineVueComponent } from '@syncfusion/ej2-vue-base'; | ||
import { ContextMenuModel } from '@syncfusion/ej2-navigations'; | ||
export declare const properties: string[]; | ||
@@ -12,3 +14,3 @@ export declare const modelProps: string[]; | ||
*/ | ||
export declare let ContextMenuComponent: any; | ||
export declare let ContextMenuComponent: DefineVueComponent<ContextMenuModel>; | ||
export declare type ContextMenuComponent = InstanceType<typeof ContextMenuComponent>; | ||
@@ -15,0 +17,0 @@ export declare const ContextMenuPlugin: { |
@@ -0,1 +1,3 @@ | ||
import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; | ||
import { MenuItemModel } from '@syncfusion/ej2-navigations'; | ||
export declare let MenuItemsDirective: any; | ||
@@ -6,3 +8,3 @@ export declare const MenuItemsPlugin: { | ||
}; | ||
export declare let MenuItemDirective: any; | ||
export declare let MenuItemDirective: DefineVueDirective<MenuItemModel>; | ||
export declare const MenuItemPlugin: { | ||
@@ -9,0 +11,0 @@ name: string; |
@@ -0,1 +1,3 @@ | ||
import { DefineVueComponent } from '@syncfusion/ej2-vue-base'; | ||
import { MenuModel } from '@syncfusion/ej2-navigations'; | ||
export declare const properties: string[]; | ||
@@ -11,3 +13,3 @@ export declare const modelProps: string[]; | ||
*/ | ||
export declare let MenuComponent: any; | ||
export declare let MenuComponent: DefineVueComponent<MenuModel>; | ||
export declare type MenuComponent = InstanceType<typeof MenuComponent>; | ||
@@ -14,0 +16,0 @@ export declare const MenuPlugin: { |
@@ -0,1 +1,3 @@ | ||
import { DefineVueComponent } from '@syncfusion/ej2-vue-base'; | ||
import { SidebarModel } from '@syncfusion/ej2-navigations'; | ||
export declare const properties: string[]; | ||
@@ -11,3 +13,3 @@ export declare const modelProps: string[]; | ||
*/ | ||
export declare let SidebarComponent: any; | ||
export declare let SidebarComponent: DefineVueComponent<SidebarModel>; | ||
export declare type SidebarComponent = InstanceType<typeof SidebarComponent>; | ||
@@ -14,0 +16,0 @@ export declare const SidebarPlugin: { |
@@ -0,1 +1,3 @@ | ||
import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; | ||
import { TabItemModel } from '@syncfusion/ej2-navigations'; | ||
export declare let TabItemsDirective: any; | ||
@@ -18,3 +20,3 @@ export declare const TabItemsPlugin: { | ||
*/ | ||
export declare let TabItemDirective: any; | ||
export declare let TabItemDirective: DefineVueDirective<TabItemModel>; | ||
export declare const TabItemPlugin: { | ||
@@ -21,0 +23,0 @@ name: string; |
@@ -0,1 +1,3 @@ | ||
import { DefineVueComponent } from '@syncfusion/ej2-vue-base'; | ||
import { TabModel } from '@syncfusion/ej2-navigations'; | ||
export declare const properties: string[]; | ||
@@ -11,3 +13,3 @@ export declare const modelProps: string[]; | ||
*/ | ||
export declare let TabComponent: any; | ||
export declare let TabComponent: DefineVueComponent<TabModel>; | ||
export declare type TabComponent = InstanceType<typeof TabComponent>; | ||
@@ -14,0 +16,0 @@ export declare const TabPlugin: { |
@@ -0,1 +1,3 @@ | ||
import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; | ||
import { ItemModel } from '@syncfusion/ej2-navigations'; | ||
export declare let ItemsDirective: any; | ||
@@ -18,3 +20,3 @@ export declare const ItemsPlugin: { | ||
*/ | ||
export declare let ItemDirective: any; | ||
export declare let ItemDirective: DefineVueDirective<ItemModel>; | ||
export declare const ItemPlugin: { | ||
@@ -21,0 +23,0 @@ name: string; |
@@ -0,1 +1,3 @@ | ||
import { DefineVueComponent } from '@syncfusion/ej2-vue-base'; | ||
import { ToolbarModel } from '@syncfusion/ej2-navigations'; | ||
export declare const properties: string[]; | ||
@@ -11,3 +13,3 @@ export declare const modelProps: string[]; | ||
*/ | ||
export declare let ToolbarComponent: any; | ||
export declare let ToolbarComponent: DefineVueComponent<ToolbarModel>; | ||
export declare type ToolbarComponent = InstanceType<typeof ToolbarComponent>; | ||
@@ -14,0 +16,0 @@ export declare const ToolbarPlugin: { |
@@ -0,1 +1,3 @@ | ||
import { DefineVueComponent } from '@syncfusion/ej2-vue-base'; | ||
import { TreeViewModel } from '@syncfusion/ej2-navigations'; | ||
export declare const properties: string[]; | ||
@@ -11,3 +13,3 @@ export declare const modelProps: string[]; | ||
*/ | ||
export declare let TreeViewComponent: any; | ||
export declare let TreeViewComponent: DefineVueComponent<TreeViewModel>; | ||
export declare type TreeViewComponent = InstanceType<typeof TreeViewComponent>; | ||
@@ -14,0 +16,0 @@ export declare const TreeViewPlugin: { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14245675
360193
+ Added@syncfusion/ej2-base@23.1.43(transitive)
+ Added@syncfusion/ej2-buttons@23.1.43(transitive)
+ Added@syncfusion/ej2-data@23.1.44(transitive)
+ Added@syncfusion/ej2-icons@23.1.36(transitive)
+ Added@syncfusion/ej2-inputs@23.1.43(transitive)
+ Added@syncfusion/ej2-lists@23.1.43(transitive)
+ Added@syncfusion/ej2-navigations@23.1.36(transitive)
+ Added@syncfusion/ej2-popups@23.1.45(transitive)
+ Added@syncfusion/ej2-splitbuttons@23.1.43(transitive)
+ Added@syncfusion/ej2-vue-base@23.1.36(transitive)
- Removed@syncfusion/ej2-base@22.2.12(transitive)
- Removed@syncfusion/ej2-buttons@22.2.9(transitive)
- Removed@syncfusion/ej2-data@22.2.5(transitive)
- Removed@syncfusion/ej2-icons@22.2.5(transitive)
- Removed@syncfusion/ej2-inputs@22.2.12(transitive)
- Removed@syncfusion/ej2-lists@22.2.11(transitive)
- Removed@syncfusion/ej2-navigations@22.2.11(transitive)
- Removed@syncfusion/ej2-popups@22.2.11(transitive)
- Removed@syncfusion/ej2-splitbuttons@22.2.8(transitive)
- Removed@syncfusion/ej2-vue-base@22.2.5(transitive)