@syncfusion/ej2-vue-navigations 22.2.5 → 22.2.8-184993
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.
- package/CHANGELOG.md +89 -5
- package/README.md +1 -1
- package/dist/ej2-vue-navigations.umd.min.js +1 -10
- package/dist/ej2-vue-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-navigations.es2015.js +1 -1
- package/dist/es6/ej2-vue-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-navigations.es5.js +1 -1
- package/dist/es6/ej2-vue-navigations.es5.js.map +1 -1
- package/dist/global/ej2-vue-navigations.min.js +1 -10
- package/package.json +74 -74
- package/src/accordion/accordion.component.d.ts +3 -1
- package/src/accordion/items.directive.d.ts +3 -1
- package/src/appbar/appbar.component.d.ts +3 -1
- package/src/breadcrumb/breadcrumb.component.d.ts +3 -1
- package/src/breadcrumb/items.directive.d.ts +3 -1
- package/src/carousel/carousel.component.d.ts +3 -1
- package/src/carousel/items.directive.d.ts +3 -1
- package/src/context-menu/contextmenu.component.d.ts +3 -1
- package/src/menu/items.directive.d.ts +3 -1
- package/src/menu/menu.component.d.ts +3 -1
- package/src/sidebar/sidebar.component.d.ts +3 -1
- package/src/tab/items.directive.d.ts +3 -1
- package/src/tab/tab.component.d.ts +3 -1
- package/src/tab/tab.component.js +1 -1
- package/src/toolbar/items.directive.d.ts +3 -1
- package/src/toolbar/toolbar.component.d.ts +3 -1
- package/src/treeview/treeview.component.d.ts +3 -1
- package/styles/accordion/bootstrap-dark.css +3 -0
- package/styles/accordion/bootstrap.css +3 -0
- package/styles/accordion/bootstrap4.css +3 -0
- package/styles/accordion/bootstrap5-dark.css +3 -0
- package/styles/accordion/bootstrap5.css +3 -0
- package/styles/accordion/fabric-dark.css +3 -0
- package/styles/accordion/fabric.css +3 -0
- package/styles/accordion/fluent-dark.css +3 -0
- package/styles/accordion/fluent.css +3 -0
- package/styles/accordion/highcontrast-light.css +3 -0
- package/styles/accordion/highcontrast.css +3 -0
- package/styles/accordion/material-dark.css +3 -1
- package/styles/accordion/material.css +3 -1
- package/styles/accordion/material3-dark.css +3 -1
- package/styles/accordion/material3-dark.scss +1 -1
- package/styles/accordion/material3.css +3 -1
- package/styles/accordion/material3.scss +1 -1
- package/styles/accordion/tailwind-dark.css +3 -1
- package/styles/accordion/tailwind.css +3 -1
- package/styles/appbar/material-dark.css +0 -1
- package/styles/appbar/material.css +0 -1
- package/styles/appbar/material3-dark.css +0 -1
- package/styles/appbar/material3-dark.scss +1 -1
- package/styles/appbar/material3.css +0 -1
- package/styles/appbar/material3.scss +1 -1
- package/styles/appbar/tailwind-dark.css +0 -1
- package/styles/appbar/tailwind.css +0 -1
- package/styles/bootstrap-dark.css +17 -9
- package/styles/bootstrap.css +17 -9
- package/styles/bootstrap4.css +25 -14
- package/styles/bootstrap5-dark.css +21 -13
- package/styles/bootstrap5.css +21 -13
- package/styles/breadcrumb/material-dark.css +0 -1
- package/styles/breadcrumb/material.css +0 -1
- package/styles/breadcrumb/material3-dark.css +0 -1
- package/styles/breadcrumb/material3-dark.scss +1 -1
- package/styles/breadcrumb/material3.css +0 -1
- package/styles/breadcrumb/material3.scss +1 -1
- package/styles/breadcrumb/tailwind-dark.css +0 -1
- package/styles/breadcrumb/tailwind.css +0 -1
- package/styles/carousel/material-dark.css +0 -1
- package/styles/carousel/material.css +0 -1
- package/styles/carousel/material3-dark.css +0 -1
- package/styles/carousel/material3-dark.scss +1 -1
- package/styles/carousel/material3.css +0 -1
- package/styles/carousel/material3.scss +1 -1
- package/styles/carousel/tailwind-dark.css +0 -1
- package/styles/carousel/tailwind.css +0 -1
- package/styles/context-menu/material-dark.css +0 -1
- package/styles/context-menu/material.css +0 -1
- package/styles/context-menu/material3-dark.css +0 -1
- package/styles/context-menu/material3-dark.scss +1 -1
- package/styles/context-menu/material3.css +0 -1
- package/styles/context-menu/material3.scss +1 -1
- package/styles/context-menu/tailwind-dark.css +0 -1
- package/styles/context-menu/tailwind.css +0 -1
- package/styles/fabric-dark.css +17 -9
- package/styles/fabric.css +17 -9
- package/styles/fluent-dark.css +17 -9
- package/styles/fluent.css +17 -9
- package/styles/h-scroll/material-dark.css +0 -1
- package/styles/h-scroll/material.css +0 -1
- package/styles/h-scroll/material3-dark.css +0 -1
- package/styles/h-scroll/material3-dark.scss +1 -1
- package/styles/h-scroll/material3.css +0 -1
- package/styles/h-scroll/material3.scss +1 -1
- package/styles/h-scroll/tailwind-dark.css +0 -1
- package/styles/h-scroll/tailwind.css +0 -1
- package/styles/highcontrast-light.css +17 -9
- package/styles/highcontrast.css +17 -9
- package/styles/material-dark.css +17 -10
- package/styles/material.css +17 -10
- package/styles/material3-dark.css +19 -24
- package/styles/material3.css +19 -12
- package/styles/menu/bootstrap-dark.css +14 -9
- package/styles/menu/bootstrap.css +14 -9
- package/styles/menu/bootstrap4.css +22 -14
- package/styles/menu/bootstrap5-dark.css +14 -9
- package/styles/menu/bootstrap5.css +14 -9
- package/styles/menu/fabric-dark.css +14 -9
- package/styles/menu/fabric.css +14 -9
- package/styles/menu/fluent-dark.css +14 -9
- package/styles/menu/fluent.css +14 -9
- package/styles/menu/highcontrast-light.css +14 -9
- package/styles/menu/highcontrast.css +14 -9
- package/styles/menu/material-dark.css +14 -10
- package/styles/menu/material.css +14 -10
- package/styles/menu/material3-dark.css +14 -10
- package/styles/menu/material3-dark.scss +1 -1
- package/styles/menu/material3.css +14 -10
- package/styles/menu/material3.scss +1 -1
- package/styles/menu/tailwind-dark.css +14 -10
- package/styles/menu/tailwind.css +14 -10
- package/styles/pager/material-dark.css +0 -1
- package/styles/pager/material.css +0 -1
- package/styles/pager/material3-dark.css +0 -1
- package/styles/pager/material3-dark.scss +1 -1
- package/styles/pager/material3.css +0 -1
- package/styles/pager/material3.scss +1 -1
- package/styles/pager/tailwind-dark.css +0 -1
- package/styles/pager/tailwind.css +0 -1
- package/styles/sidebar/material-dark.css +0 -1
- package/styles/sidebar/material.css +0 -1
- package/styles/sidebar/material3-dark.css +0 -1
- package/styles/sidebar/material3-dark.scss +1 -1
- package/styles/sidebar/material3.css +0 -1
- package/styles/sidebar/material3.scss +1 -1
- package/styles/sidebar/tailwind-dark.css +0 -1
- package/styles/sidebar/tailwind.css +0 -1
- package/styles/tab/material-dark.css +0 -1
- package/styles/tab/material.css +0 -1
- package/styles/tab/material3-dark.css +0 -1
- package/styles/tab/material3-dark.scss +1 -1
- package/styles/tab/material3.css +0 -1
- package/styles/tab/material3.scss +1 -1
- package/styles/tab/tailwind-dark.css +2 -3
- package/styles/tab/tailwind.css +2 -3
- package/styles/tailwind-dark.css +21 -26
- package/styles/tailwind.css +21 -26
- package/styles/toolbar/bootstrap5-dark.css +4 -4
- package/styles/toolbar/bootstrap5.css +4 -4
- package/styles/toolbar/material-dark.css +0 -1
- package/styles/toolbar/material.css +0 -1
- package/styles/toolbar/material3-dark.css +1 -2
- package/styles/toolbar/material3-dark.scss +1 -1
- package/styles/toolbar/material3.css +1 -2
- package/styles/toolbar/material3.scss +1 -1
- package/styles/toolbar/tailwind-dark.css +2 -3
- package/styles/toolbar/tailwind.css +2 -3
- package/styles/treeview/material-dark.css +0 -1
- package/styles/treeview/material.css +0 -1
- package/styles/treeview/material3-dark.css +1 -2
- package/styles/treeview/material3-dark.scss +1 -1
- package/styles/treeview/material3.css +1 -2
- package/styles/treeview/material3.scss +1 -1
- package/styles/treeview/tailwind-dark.css +0 -1
- package/styles/treeview/tailwind.css +0 -1
- package/styles/v-scroll/material-dark.css +0 -1
- package/styles/v-scroll/material.css +0 -1
- package/styles/v-scroll/material3-dark.css +0 -1
- package/styles/v-scroll/material3-dark.scss +1 -1
- package/styles/v-scroll/material3.css +0 -1
- package/styles/v-scroll/material3.scss +1 -1
- package/styles/v-scroll/tailwind-dark.css +0 -1
- package/styles/v-scroll/tailwind.css +0 -1
package/package.json
CHANGED
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"_from": "@syncfusion/ej2-vue-navigations@*",
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-navigations@22.2.7",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-EwxIvYobRIom61zz4XIPQfxcySCfTKzb1/moqoVEEnrAbR1xiWVRu8pl7JQPl3RBSGPCRVPbTBlPN+2FN4yo2w==",
|
|
6
|
+
"_location": "/@syncfusion/ej2-vue-navigations",
|
|
7
|
+
"_phantomChildren": {},
|
|
8
|
+
"_requested": {
|
|
9
|
+
"type": "range",
|
|
10
|
+
"registry": true,
|
|
11
|
+
"raw": "@syncfusion/ej2-vue-navigations@*",
|
|
12
|
+
"name": "@syncfusion/ej2-vue-navigations",
|
|
13
|
+
"escapedName": "@syncfusion%2fej2-vue-navigations",
|
|
14
|
+
"scope": "@syncfusion",
|
|
15
|
+
"rawSpec": "*",
|
|
16
|
+
"saveSpec": null,
|
|
17
|
+
"fetchSpec": "*"
|
|
18
|
+
},
|
|
19
|
+
"_requiredBy": [
|
|
20
|
+
"/"
|
|
21
|
+
],
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-navigations/-/ej2-vue-navigations-22.2.7.tgz",
|
|
23
|
+
"_shasum": "27d8a87b1fdece44e0f6e217016de5b4eafb3aa1",
|
|
24
|
+
"_spec": "@syncfusion/ej2-vue-navigations@*",
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
|
+
"author": {
|
|
27
|
+
"name": "Syncfusion Inc."
|
|
28
|
+
},
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/syncfusion/ej2-vue-ui-components/issues"
|
|
31
|
+
},
|
|
32
|
+
"bundleDependencies": false,
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@syncfusion/ej2-base": "~22.2.5",
|
|
35
|
+
"@syncfusion/ej2-navigations": "22.2.8-184993",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~22.2.5"
|
|
37
|
+
},
|
|
38
|
+
"deprecated": false,
|
|
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 Vue",
|
|
40
|
+
"devDependencies": {},
|
|
41
|
+
"es2015": "dist/es6/ej2-vue-navigations.es2015.js",
|
|
42
|
+
"homepage": "https://www.syncfusion.com/vue-components",
|
|
43
|
+
"keywords": [
|
|
44
|
+
"vue",
|
|
45
|
+
"ej2-vue-navigations",
|
|
46
|
+
" vue-navigations",
|
|
47
|
+
"vue-toolbar",
|
|
48
|
+
" vue-tab",
|
|
49
|
+
"vue-routing",
|
|
50
|
+
" vue-contextmenu",
|
|
51
|
+
"vue tree",
|
|
52
|
+
"vue treeview",
|
|
53
|
+
"vue tree component",
|
|
54
|
+
"vue menu",
|
|
55
|
+
"vue menu component",
|
|
56
|
+
"vue breadcrumb",
|
|
57
|
+
"vue carousel",
|
|
58
|
+
"vue appbar"
|
|
59
|
+
],
|
|
60
|
+
"license": "SEE LICENSE IN license",
|
|
61
|
+
"main": "./dist/ej2-vue-navigations.umd.min.js",
|
|
62
|
+
"module": "./index.js",
|
|
63
|
+
"name": "@syncfusion/ej2-vue-navigations",
|
|
64
|
+
"repository": {
|
|
65
|
+
"type": "git",
|
|
66
|
+
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
67
|
+
},
|
|
68
|
+
"scripts": {
|
|
69
|
+
"ci-publish": "gulp ci-publish",
|
|
70
|
+
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
71
|
+
},
|
|
72
|
+
"version": "22.2.8-184993",
|
|
73
|
+
"sideEffects": false
|
|
74
|
+
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { AccordionModel } from '@syncfusion/ej2-navigations';
|
|
1
3
|
export declare const properties: string[];
|
|
2
4
|
export declare const modelProps: string[];
|
|
3
5
|
export declare const testProp: any;
|
|
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
|
|
|
8
10
|
* <ejs-accordion></ejs-accordion>
|
|
9
11
|
* ```
|
|
10
12
|
*/
|
|
11
|
-
export declare let AccordionComponent:
|
|
13
|
+
export declare let AccordionComponent: DefineVueComponent<AccordionModel>;
|
|
12
14
|
export declare type AccordionComponent = InstanceType<typeof AccordionComponent>;
|
|
13
15
|
export declare const AccordionPlugin: {
|
|
14
16
|
name: string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { AccordionItemModel } from '@syncfusion/ej2-navigations';
|
|
1
3
|
export declare let AccordionItemsDirective: any;
|
|
2
4
|
export declare const AccordionItemsPlugin: {
|
|
3
5
|
name: string;
|
|
@@ -15,7 +17,7 @@ export declare const AccordionItemsPlugin: {
|
|
|
15
17
|
* </ejs-accordion>
|
|
16
18
|
* ```
|
|
17
19
|
*/
|
|
18
|
-
export declare let AccordionItemDirective:
|
|
20
|
+
export declare let AccordionItemDirective: DefineVueDirective<AccordionItemModel>;
|
|
19
21
|
export declare const AccordionItemPlugin: {
|
|
20
22
|
name: string;
|
|
21
23
|
install(Vue: any): void;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { AppBarModel } from '@syncfusion/ej2-navigations';
|
|
1
3
|
export declare const properties: string[];
|
|
2
4
|
export declare const modelProps: string[];
|
|
3
5
|
export declare const testProp: any;
|
|
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
|
|
|
8
10
|
* <ejs-appbar></ejs-appbar>
|
|
9
11
|
* ```
|
|
10
12
|
*/
|
|
11
|
-
export declare let AppBarComponent:
|
|
13
|
+
export declare let AppBarComponent: DefineVueComponent<AppBarModel>;
|
|
12
14
|
export declare type AppBarComponent = InstanceType<typeof AppBarComponent>;
|
|
13
15
|
export declare const AppBarPlugin: {
|
|
14
16
|
name: string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { BreadcrumbModel } from '@syncfusion/ej2-navigations';
|
|
1
3
|
export declare const properties: string[];
|
|
2
4
|
export declare const modelProps: string[];
|
|
3
5
|
export declare const testProp: any;
|
|
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
|
|
|
8
10
|
* <ejs-breadcrumb :items='breadcrumbItems'></ejs-breadcrumb>
|
|
9
11
|
* ```
|
|
10
12
|
*/
|
|
11
|
-
export declare let BreadcrumbComponent:
|
|
13
|
+
export declare let BreadcrumbComponent: DefineVueComponent<BreadcrumbModel>;
|
|
12
14
|
export declare type BreadcrumbComponent = InstanceType<typeof BreadcrumbComponent>;
|
|
13
15
|
export declare const BreadcrumbPlugin: {
|
|
14
16
|
name: string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { BreadcrumbItemModel } from '@syncfusion/ej2-navigations';
|
|
1
3
|
export declare let BreadcrumbItemsDirective: any;
|
|
2
4
|
export declare const BreadcrumbItemsPlugin: {
|
|
3
5
|
name: string;
|
|
@@ -15,7 +17,7 @@ export declare const BreadcrumbItemsPlugin: {
|
|
|
15
17
|
* </ejs-breadcrumb>
|
|
16
18
|
* ```
|
|
17
19
|
*/
|
|
18
|
-
export declare let BreadcrumbItemDirective:
|
|
20
|
+
export declare let BreadcrumbItemDirective: DefineVueDirective<BreadcrumbItemModel>;
|
|
19
21
|
export declare const BreadcrumbItemPlugin: {
|
|
20
22
|
name: string;
|
|
21
23
|
install(Vue: any): void;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { CarouselModel } from '@syncfusion/ej2-navigations';
|
|
1
3
|
export declare const properties: string[];
|
|
2
4
|
export declare const modelProps: string[];
|
|
3
5
|
export declare const testProp: any;
|
|
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
|
|
|
8
10
|
* <ejs-carousel :items='carouselItems'></ejs-carousel>
|
|
9
11
|
* ```
|
|
10
12
|
*/
|
|
11
|
-
export declare let CarouselComponent:
|
|
13
|
+
export declare let CarouselComponent: DefineVueComponent<CarouselModel>;
|
|
12
14
|
export declare type CarouselComponent = InstanceType<typeof CarouselComponent>;
|
|
13
15
|
export declare const CarouselPlugin: {
|
|
14
16
|
name: string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { CarouselItemModel } from '@syncfusion/ej2-navigations';
|
|
1
3
|
export declare let CarouselItemsDirective: any;
|
|
2
4
|
export declare const CarouselItemsPlugin: {
|
|
3
5
|
name: string;
|
|
@@ -15,7 +17,7 @@ export declare const CarouselItemsPlugin: {
|
|
|
15
17
|
* </ejs-carousel>
|
|
16
18
|
* ```
|
|
17
19
|
*/
|
|
18
|
-
export declare let CarouselItemDirective:
|
|
20
|
+
export declare let CarouselItemDirective: DefineVueDirective<CarouselItemModel>;
|
|
19
21
|
export declare const CarouselItemPlugin: {
|
|
20
22
|
name: string;
|
|
21
23
|
install(Vue: any): void;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { ContextMenuModel } from '@syncfusion/ej2-navigations';
|
|
1
3
|
export declare const properties: string[];
|
|
2
4
|
export declare const modelProps: string[];
|
|
3
5
|
export declare const testProp: any;
|
|
@@ -9,7 +11,7 @@ export declare const props: any, watch: any, emitProbs: any;
|
|
|
9
11
|
* <ejs-contextmenu target='#target' :items='menuItems'></ejs-contextmenu>
|
|
10
12
|
* ```
|
|
11
13
|
*/
|
|
12
|
-
export declare let ContextMenuComponent:
|
|
14
|
+
export declare let ContextMenuComponent: DefineVueComponent<ContextMenuModel>;
|
|
13
15
|
export declare type ContextMenuComponent = InstanceType<typeof ContextMenuComponent>;
|
|
14
16
|
export declare const ContextMenuPlugin: {
|
|
15
17
|
name: string;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { MenuItemModel } from '@syncfusion/ej2-navigations';
|
|
1
3
|
export declare let MenuItemsDirective: any;
|
|
2
4
|
export declare const MenuItemsPlugin: {
|
|
3
5
|
name: string;
|
|
4
6
|
install(Vue: any): void;
|
|
5
7
|
};
|
|
6
|
-
export declare let MenuItemDirective:
|
|
8
|
+
export declare let MenuItemDirective: DefineVueDirective<MenuItemModel>;
|
|
7
9
|
export declare const MenuItemPlugin: {
|
|
8
10
|
name: string;
|
|
9
11
|
install(Vue: any): void;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { MenuModel } from '@syncfusion/ej2-navigations';
|
|
1
3
|
export declare const properties: string[];
|
|
2
4
|
export declare const modelProps: string[];
|
|
3
5
|
export declare const testProp: any;
|
|
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
|
|
|
8
10
|
* <ejs-menu :items='menuItems'></ejs-menu>
|
|
9
11
|
* ```
|
|
10
12
|
*/
|
|
11
|
-
export declare let MenuComponent:
|
|
13
|
+
export declare let MenuComponent: DefineVueComponent<MenuModel>;
|
|
12
14
|
export declare type MenuComponent = InstanceType<typeof MenuComponent>;
|
|
13
15
|
export declare const MenuPlugin: {
|
|
14
16
|
name: string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { SidebarModel } from '@syncfusion/ej2-navigations';
|
|
1
3
|
export declare const properties: string[];
|
|
2
4
|
export declare const modelProps: string[];
|
|
3
5
|
export declare const testProp: any;
|
|
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
|
|
|
8
10
|
* <ejs-sidebar></ejs-sidebar>
|
|
9
11
|
* ```
|
|
10
12
|
*/
|
|
11
|
-
export declare let SidebarComponent:
|
|
13
|
+
export declare let SidebarComponent: DefineVueComponent<SidebarModel>;
|
|
12
14
|
export declare type SidebarComponent = InstanceType<typeof SidebarComponent>;
|
|
13
15
|
export declare const SidebarPlugin: {
|
|
14
16
|
name: string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { TabItemModel } from '@syncfusion/ej2-navigations';
|
|
1
3
|
export declare let TabItemsDirective: any;
|
|
2
4
|
export declare const TabItemsPlugin: {
|
|
3
5
|
name: string;
|
|
@@ -15,7 +17,7 @@ export declare const TabItemsPlugin: {
|
|
|
15
17
|
* </ejs-tab>
|
|
16
18
|
* ```
|
|
17
19
|
*/
|
|
18
|
-
export declare let TabItemDirective:
|
|
20
|
+
export declare let TabItemDirective: DefineVueDirective<TabItemModel>;
|
|
19
21
|
export declare const TabItemPlugin: {
|
|
20
22
|
name: string;
|
|
21
23
|
install(Vue: any): void;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { TabModel } from '@syncfusion/ej2-navigations';
|
|
1
3
|
export declare const properties: string[];
|
|
2
4
|
export declare const modelProps: string[];
|
|
3
5
|
export declare const testProp: any;
|
|
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
|
|
|
8
10
|
* <ejs-tab></ejs-tab>
|
|
9
11
|
* ```
|
|
10
12
|
*/
|
|
11
|
-
export declare let TabComponent:
|
|
13
|
+
export declare let TabComponent: DefineVueComponent<TabModel>;
|
|
12
14
|
export declare type TabComponent = InstanceType<typeof TabComponent>;
|
|
13
15
|
export declare const TabPlugin: {
|
|
14
16
|
name: string;
|
package/src/tab/tab.component.js
CHANGED
|
@@ -2,7 +2,7 @@ import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syn
|
|
|
2
2
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
3
3
|
import { Tab } from '@syncfusion/ej2-navigations';
|
|
4
4
|
import { TabItemsDirective, TabItemDirective, TabItemsPlugin, TabItemPlugin } from './items.directive';
|
|
5
|
-
export var properties = ['isLazyUpdate', 'plugins', 'allowDragAndDrop', 'animation', 'cssClass', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'loadOn', 'locale', 'overflowMode', 'reorderActiveTab', 'scrollStep', 'selectedItem', 'showCloseButton', 'width', 'added', 'adding', 'created', 'destroyed', 'dragged', 'dragging', 'onDragStart', 'removed', 'removing', 'selected', 'selecting'];
|
|
5
|
+
export var properties = ['isLazyUpdate', 'plugins', 'allowDragAndDrop', 'animation', 'clearTemplates', 'cssClass', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'loadOn', 'locale', 'overflowMode', 'reorderActiveTab', 'scrollStep', 'selectedItem', 'showCloseButton', 'width', 'added', 'adding', 'created', 'destroyed', 'dragged', 'dragging', 'onDragStart', 'removed', 'removing', 'selected', 'selecting'];
|
|
6
6
|
export var modelProps = [];
|
|
7
7
|
export var testProp = getProps({ props: properties });
|
|
8
8
|
export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { ItemModel } from '@syncfusion/ej2-navigations';
|
|
1
3
|
export declare let ItemsDirective: any;
|
|
2
4
|
export declare const ItemsPlugin: {
|
|
3
5
|
name: string;
|
|
@@ -15,7 +17,7 @@ export declare const ItemsPlugin: {
|
|
|
15
17
|
* </ejs-toolbar>
|
|
16
18
|
* ```
|
|
17
19
|
*/
|
|
18
|
-
export declare let ItemDirective:
|
|
20
|
+
export declare let ItemDirective: DefineVueDirective<ItemModel>;
|
|
19
21
|
export declare const ItemPlugin: {
|
|
20
22
|
name: string;
|
|
21
23
|
install(Vue: any): void;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { ToolbarModel } from '@syncfusion/ej2-navigations';
|
|
1
3
|
export declare const properties: string[];
|
|
2
4
|
export declare const modelProps: string[];
|
|
3
5
|
export declare const testProp: any;
|
|
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
|
|
|
8
10
|
* <ejs-toolbar></ejs-toolbar>
|
|
9
11
|
* ```
|
|
10
12
|
*/
|
|
11
|
-
export declare let ToolbarComponent:
|
|
13
|
+
export declare let ToolbarComponent: DefineVueComponent<ToolbarModel>;
|
|
12
14
|
export declare type ToolbarComponent = InstanceType<typeof ToolbarComponent>;
|
|
13
15
|
export declare const ToolbarPlugin: {
|
|
14
16
|
name: string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { TreeViewModel } from '@syncfusion/ej2-navigations';
|
|
1
3
|
export declare const properties: string[];
|
|
2
4
|
export declare const modelProps: string[];
|
|
3
5
|
export declare const testProp: any;
|
|
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
|
|
|
8
10
|
* <ejs-treeview></ejs-treeview>
|
|
9
11
|
* ```
|
|
10
12
|
*/
|
|
11
|
-
export declare let TreeViewComponent:
|
|
13
|
+
export declare let TreeViewComponent: DefineVueComponent<TreeViewModel>;
|
|
12
14
|
export declare type TreeViewComponent = InstanceType<typeof TreeViewComponent>;
|
|
13
15
|
export declare const TreeViewPlugin: {
|
|
14
16
|
name: string;
|
|
@@ -398,6 +398,9 @@
|
|
|
398
398
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
399
399
|
color: #3e98ff;
|
|
400
400
|
}
|
|
401
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
402
|
+
border: 0;
|
|
403
|
+
}
|
|
401
404
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
402
405
|
background: transparent;
|
|
403
406
|
border: 0;
|
|
@@ -399,6 +399,9 @@
|
|
|
399
399
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
400
400
|
color: #333;
|
|
401
401
|
}
|
|
402
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
403
|
+
border: 0;
|
|
404
|
+
}
|
|
402
405
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
403
406
|
background: transparent;
|
|
404
407
|
border: 0;
|
|
@@ -398,6 +398,9 @@
|
|
|
398
398
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
399
399
|
color: #007bff;
|
|
400
400
|
}
|
|
401
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
402
|
+
border: 0;
|
|
403
|
+
}
|
|
401
404
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
402
405
|
background: #f8f9fa;
|
|
403
406
|
border: 0;
|
|
@@ -400,6 +400,9 @@
|
|
|
400
400
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
401
401
|
color: #adb5bd;
|
|
402
402
|
}
|
|
403
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
404
|
+
border: 0;
|
|
405
|
+
}
|
|
403
406
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
404
407
|
background: none;
|
|
405
408
|
border: 0;
|
|
@@ -400,6 +400,9 @@
|
|
|
400
400
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
401
401
|
color: #6c757d;
|
|
402
402
|
}
|
|
403
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
404
|
+
border: 0;
|
|
405
|
+
}
|
|
403
406
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
404
407
|
background: none;
|
|
405
408
|
border: 0;
|
|
@@ -398,6 +398,9 @@
|
|
|
398
398
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
399
399
|
color: #dadada;
|
|
400
400
|
}
|
|
401
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
402
|
+
border: 1px solid #dadada;
|
|
403
|
+
}
|
|
401
404
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
402
405
|
background: #514f4f;
|
|
403
406
|
border: 1px solid #dadada;
|
|
@@ -399,6 +399,9 @@
|
|
|
399
399
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
400
400
|
color: #333;
|
|
401
401
|
}
|
|
402
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
403
|
+
border: 1px solid #666;
|
|
404
|
+
}
|
|
402
405
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
403
406
|
background: #d1ebff;
|
|
404
407
|
border: 1px solid #666;
|
|
@@ -399,6 +399,9 @@
|
|
|
399
399
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
400
400
|
color: #a19f9d;
|
|
401
401
|
}
|
|
402
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
403
|
+
border: 1px solid #f3f2f1;
|
|
404
|
+
}
|
|
402
405
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
403
406
|
background: #252423;
|
|
404
407
|
border: 1px solid #f3f2f1;
|
|
@@ -399,6 +399,9 @@
|
|
|
399
399
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
400
400
|
color: #605e5c;
|
|
401
401
|
}
|
|
402
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
403
|
+
border: 1px solid #201f1e;
|
|
404
|
+
}
|
|
402
405
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
403
406
|
background: #f3f2f1;
|
|
404
407
|
border: 1px solid #201f1e;
|
|
@@ -398,6 +398,9 @@
|
|
|
398
398
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
399
399
|
color: #000;
|
|
400
400
|
}
|
|
401
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
402
|
+
border: 2px dashed #000;
|
|
403
|
+
}
|
|
401
404
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
402
405
|
background: #400074;
|
|
403
406
|
border: 2px dashed #000;
|
|
@@ -399,6 +399,9 @@
|
|
|
399
399
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
400
400
|
color: #fff;
|
|
401
401
|
}
|
|
402
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
403
|
+
border: 2px dashed #fff;
|
|
404
|
+
}
|
|
402
405
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
403
406
|
background: #ffd939;
|
|
404
407
|
border: 2px dashed #fff;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
1
|
/*! accordion icons */
|
|
3
2
|
.e-accordion .e-tgl-collapse-icon::before {
|
|
4
3
|
content: "\e916";
|
|
@@ -399,6 +398,9 @@
|
|
|
399
398
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
400
399
|
color: rgba(255, 255, 255, 0.7);
|
|
401
400
|
}
|
|
401
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
402
|
+
border: 0;
|
|
403
|
+
}
|
|
402
404
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
403
405
|
background: rgba(255, 255, 255, 0.05);
|
|
404
406
|
border: 0;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
1
|
/*! component's theme wise override material-definitions and variables */
|
|
3
2
|
/*! accordion icons */
|
|
4
3
|
.e-accordion .e-tgl-collapse-icon::before {
|
|
@@ -400,6 +399,9 @@
|
|
|
400
399
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
401
400
|
color: rgba(0, 0, 0, 0.54);
|
|
402
401
|
}
|
|
402
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
403
|
+
border: 0;
|
|
404
|
+
}
|
|
403
405
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
404
406
|
background: #eee;
|
|
405
407
|
border: 0;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -459,6 +458,9 @@
|
|
|
459
458
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
460
459
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
461
460
|
}
|
|
461
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
462
|
+
border: 0;
|
|
463
|
+
}
|
|
462
464
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
463
465
|
background: none;
|
|
464
466
|
border: 0;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@import 'ej2-base/styles/material3-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/material3-dark.scss';
|
|
2
2
|
@import 'ej2-navigations/styles/accordion/material3-dark.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -515,6 +514,9 @@
|
|
|
515
514
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
516
515
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
517
516
|
}
|
|
517
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
518
|
+
border: 0;
|
|
519
|
+
}
|
|
518
520
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
519
521
|
background: none;
|
|
520
522
|
border: 0;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@import 'ej2-base/styles/material3
|
|
1
|
+
@import 'ej2-base/styles/definition/material3.scss';
|
|
2
2
|
@import 'ej2-navigations/styles/accordion/material3.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
/*! component's theme wise override tailwind-definitions and variables */
|
|
3
2
|
/*! accordion icons */
|
|
4
3
|
.e-accordion .e-tgl-collapse-icon::before {
|
|
@@ -400,6 +399,9 @@
|
|
|
400
399
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
401
400
|
color: #d1d5db;
|
|
402
401
|
}
|
|
402
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
403
|
+
border: 0;
|
|
404
|
+
}
|
|
403
405
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
404
406
|
background: #4b5563;
|
|
405
407
|
border: 0;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
/*! component's theme wise override tailwind-definitions and variables */
|
|
3
2
|
/*! accordion icons */
|
|
4
3
|
.e-accordion .e-tgl-collapse-icon::before {
|
|
@@ -400,6 +399,9 @@
|
|
|
400
399
|
.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
|
|
401
400
|
color: #6b7280;
|
|
402
401
|
}
|
|
402
|
+
.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header:focus {
|
|
403
|
+
border: 0;
|
|
404
|
+
}
|
|
403
405
|
.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
|
|
404
406
|
background: #f3f4f6;
|
|
405
407
|
border: 0;
|