@progress/kendo-vue-layout 8.1.2-develop.1 → 8.2.0-develop.1
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/NOTICE.txt +117 -53
- package/contextmenu/ContextMenu.d.ts +86 -0
- package/contextmenu/ContextMenu.js +8 -0
- package/contextmenu/ContextMenu.mjs +101 -0
- package/dist/cdn/js/kendo-vue-layout.js +1 -1
- package/index.d.mts +1 -0
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.mjs +67 -65
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +7 -7
package/index.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./tabstrip/TabStrip.js"),i=require("./tabstrip/TabStripContent.js"),a=require("./tabstrip/TabStripNavigation.js"),n=require("./tabstrip/TabStripNavigationItem.js"),o=require("./tabstrip/TabStripTab.js"),c=require("./card/Card.js"),u=require("./card/CardHeader.js"),s=require("./card/CardTitle.js"),d=require("./card/CardBody.js"),p=require("./card/CardActions.js"),S=require("./card/CardImage.js"),m=require("./card/CardSubtitle.js"),l=require("./card/CardFooter.js"),q=require("./card/Avatar.js"),
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./tabstrip/TabStrip.js"),i=require("./tabstrip/TabStripContent.js"),a=require("./tabstrip/TabStripNavigation.js"),n=require("./tabstrip/TabStripNavigationItem.js"),o=require("./tabstrip/TabStripTab.js"),c=require("./card/Card.js"),u=require("./card/CardHeader.js"),s=require("./card/CardTitle.js"),d=require("./card/CardBody.js"),p=require("./card/CardActions.js"),S=require("./card/CardImage.js"),m=require("./card/CardSubtitle.js"),l=require("./card/CardFooter.js"),q=require("./card/Avatar.js"),C=require("./drawer/Drawer.js"),b=require("./drawer/DrawerNavigation.js"),I=require("./drawer/DrawerContent.js"),A=require("./drawer/DrawerItem.js"),B=require("./stepper/Stepper.js"),g=require("./stepper/Step.js"),T=require("./menu/components/Menu.js"),L=require("./menu/components/MenuItemLink.js"),r=require("./menu/components/MenuItemArrow.js"),h=require("./contextmenu/ContextMenu.js"),w=require("./splitter/Splitter.js"),v=require("./splitter/SplitterPane.js"),y=require("./panelbar/PanelBar.js"),P=require("./panelbar/PanelBarItem.js"),e=require("./panelbar/util.js"),D=require("./tilelayout/TileLayout.js"),N=require("./appbar/AppBar.js"),M=require("./appbar/AppBarSection.js"),f=require("./appbar/AppBarSpacer.js"),k=require("./bottomnavigation/BottomNavigation.js"),x=require("./bottomnavigation/BottomNavigationItem.js"),E=require("./gridlayout/GridLayout.js"),F=require("./gridlayout/GridLayoutItem.js"),G=require("./actionsheet/ActionSheet.js"),H=require("./actionsheet/ActionSheetItem.js"),O=require("./actionsheet/ActionSheetHeader.js"),V=require("./actionsheet/ActionSheetContent.js"),j=require("./actionsheet/ActionSheetFooter.js"),z=require("./stacklayout/StackLayout.js"),J=require("./breadcrumb/Breadcrumb.js"),K=require("./breadcrumb/BreadcrumbOrderedList.js"),Q=require("./breadcrumb/BreadcrumbListItem.js"),R=require("./breadcrumb/BreadcrumbDelimiter.js"),U=require("./breadcrumb/BreadcrumbLink.js"),W=require("./expansionpanel/ExpansionPanel.js"),X=require("./expansionpanel/ExpansionPanelContent.js");exports.TabStrip=t.TabStrip;exports.TabStripContent=i.TabStripContent;exports.TabStripNavigation=a.TabStripNavigation;exports.TabStripNavigationItem=n.TabStripNavigationItem;exports.TabStripTab=o.TabStripTab;exports.Card=c.Card;exports.CardHeader=u.CardHeader;exports.CardTitle=s.CardTitle;exports.CardBody=d.CardBody;exports.CardActions=p.CardActions;exports.CardImage=S.CardImage;exports.CardSubtitle=m.CardSubtitle;exports.CardFooter=l.CardFooter;exports.Avatar=q.Avatar;exports.Drawer=C.Drawer;exports.DrawerNavigation=b.DrawerNavigation;exports.DrawerContent=I.DrawerContent;exports.DrawerItem=A.DrawerItem;exports.Stepper=B.Stepper;exports.Step=g.Step;exports.Menu=T.Menu;exports.MenuItemLink=L.MenuItemLink;exports.MenuItemArrow=r.MenuItemArrow;exports.downArrowIcon=r.downArrowIcon;exports.leftArrowIcon=r.leftArrowIcon;exports.rightArrowIcon=r.rightArrowIcon;exports.ContextMenu=h.ContextMenu;exports.Splitter=w.Splitter;exports.SplitterPane=v.SplitterPane;exports.PanelBar=y.PanelBar;exports.PanelBarItem=P.PanelBarItem;exports.flatChildren=e.flatChildren;exports.flatVisibleChildren=e.flatVisibleChildren;exports.flatVisibleItems=e.flatVisibleItems;exports.getFirstId=e.getFirstId;exports.getInitialState=e.getInitialState;exports.isArrayEqual=e.isArrayEqual;exports.isPresent=e.isPresent;exports.renderChildren=e.renderChildren;exports.TileLayout=D.TileLayout;exports.AppBar=N.AppBar;exports.AppBarSection=M.AppBarSection;exports.AppBarSpacer=f.AppBarSpacer;exports.BottomNavigation=k.BottomNavigation;exports.BottomNavigationItem=x.BottomNavigationItem;exports.GridLayout=E.GridLayout;exports.GridLayoutItem=F.GridLayoutItem;exports.ActionSheet=G.ActionSheet;exports.ActionSheetItem=H.ActionSheetItem;exports.ActionSheetHeader=O.ActionSheetHeader;exports.ActionSheetContent=V.ActionSheetContent;exports.ActionSheetFooter=j.ActionSheetFooter;exports.StackLayout=z.StackLayout;exports.Breadcrumb=J.Breadcrumb;exports.BreadcrumbOrderedList=K.BreadcrumbOrderedList;exports.BreadcrumbListItem=Q.BreadcrumbListItem;exports.BreadcrumbDelimiter=R.BreadcrumbDelimiter;exports.BreadcrumbLink=U.BreadcrumbLink;exports.ExpansionPanel=W.ExpansionPanel;exports.ExpansionPanelContent=X.ExpansionPanelContent;
|
package/index.mjs
CHANGED
|
@@ -12,89 +12,91 @@ import { TabStripNavigationItem as x } from "./tabstrip/TabStripNavigationItem.m
|
|
|
12
12
|
import { TabStripTab as n } from "./tabstrip/TabStripTab.mjs";
|
|
13
13
|
import { Card as l } from "./card/Card.mjs";
|
|
14
14
|
import { CardHeader as c } from "./card/CardHeader.mjs";
|
|
15
|
-
import { CardTitle as
|
|
16
|
-
import { CardBody as
|
|
15
|
+
import { CardTitle as I } from "./card/CardTitle.mjs";
|
|
16
|
+
import { CardBody as A } from "./card/CardBody.mjs";
|
|
17
17
|
import { CardActions as B } from "./card/CardActions.mjs";
|
|
18
18
|
import { CardImage as g } from "./card/CardImage.mjs";
|
|
19
19
|
import { CardSubtitle as w } from "./card/CardSubtitle.mjs";
|
|
20
20
|
import { CardFooter as T } from "./card/CardFooter.mjs";
|
|
21
21
|
import { Avatar as y } from "./card/Avatar.mjs";
|
|
22
22
|
import { Drawer as D } from "./drawer/Drawer.mjs";
|
|
23
|
-
import { DrawerNavigation as
|
|
24
|
-
import { DrawerContent as
|
|
23
|
+
import { DrawerNavigation as M } from "./drawer/DrawerNavigation.mjs";
|
|
24
|
+
import { DrawerContent as E } from "./drawer/DrawerContent.mjs";
|
|
25
25
|
import { DrawerItem as G } from "./drawer/DrawerItem.mjs";
|
|
26
26
|
import { Stepper as V } from "./stepper/Stepper.mjs";
|
|
27
27
|
import { Step as O } from "./stepper/Step.mjs";
|
|
28
28
|
import { Menu as z } from "./menu/components/Menu.mjs";
|
|
29
29
|
import { MenuItemLink as K } from "./menu/components/MenuItemLink.mjs";
|
|
30
30
|
import { MenuItemArrow as R, downArrowIcon as U, leftArrowIcon as W, rightArrowIcon as X } from "./menu/components/MenuItemArrow.mjs";
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
31
|
+
import { ContextMenu as Z } from "./contextmenu/ContextMenu.mjs";
|
|
32
|
+
import { Splitter as $ } from "./splitter/Splitter.mjs";
|
|
33
|
+
import { SplitterPane as or } from "./splitter/SplitterPane.mjs";
|
|
34
|
+
import { PanelBar as er } from "./panelbar/PanelBar.mjs";
|
|
35
|
+
import { PanelBarItem as pr } from "./panelbar/PanelBarItem.mjs";
|
|
36
|
+
import { flatChildren as fr, flatVisibleChildren as xr, flatVisibleItems as ir, getFirstId as nr, getInitialState as dr, isArrayEqual as lr, isPresent as Sr, renderChildren as cr } from "./panelbar/util.mjs";
|
|
37
|
+
import { TileLayout as Ir } from "./tilelayout/TileLayout.mjs";
|
|
37
38
|
import { AppBar as Ar } from "./appbar/AppBar.mjs";
|
|
38
|
-
import { AppBarSection as
|
|
39
|
-
import { AppBarSpacer as
|
|
40
|
-
import { BottomNavigation as
|
|
41
|
-
import { BottomNavigationItem as
|
|
42
|
-
import { GridLayout as
|
|
43
|
-
import { GridLayoutItem as
|
|
44
|
-
import { ActionSheet as
|
|
45
|
-
import { ActionSheetItem as
|
|
46
|
-
import { ActionSheetHeader as
|
|
47
|
-
import { ActionSheetContent as
|
|
48
|
-
import { ActionSheetFooter as
|
|
49
|
-
import { StackLayout as
|
|
50
|
-
import { Breadcrumb as
|
|
51
|
-
import { BreadcrumbOrderedList as
|
|
52
|
-
import { BreadcrumbListItem as
|
|
53
|
-
import { BreadcrumbDelimiter as
|
|
54
|
-
import { BreadcrumbLink as
|
|
55
|
-
import { ExpansionPanel as
|
|
56
|
-
import { ExpansionPanelContent as
|
|
39
|
+
import { AppBarSection as Br } from "./appbar/AppBarSection.mjs";
|
|
40
|
+
import { AppBarSpacer as gr } from "./appbar/AppBarSpacer.mjs";
|
|
41
|
+
import { BottomNavigation as wr } from "./bottomnavigation/BottomNavigation.mjs";
|
|
42
|
+
import { BottomNavigationItem as Tr } from "./bottomnavigation/BottomNavigationItem.mjs";
|
|
43
|
+
import { GridLayout as yr } from "./gridlayout/GridLayout.mjs";
|
|
44
|
+
import { GridLayoutItem as Dr } from "./gridlayout/GridLayoutItem.mjs";
|
|
45
|
+
import { ActionSheet as Mr } from "./actionsheet/ActionSheet.mjs";
|
|
46
|
+
import { ActionSheetItem as Er } from "./actionsheet/ActionSheetItem.mjs";
|
|
47
|
+
import { ActionSheetHeader as Gr } from "./actionsheet/ActionSheetHeader.mjs";
|
|
48
|
+
import { ActionSheetContent as Vr } from "./actionsheet/ActionSheetContent.mjs";
|
|
49
|
+
import { ActionSheetFooter as Or } from "./actionsheet/ActionSheetFooter.mjs";
|
|
50
|
+
import { StackLayout as zr } from "./stacklayout/StackLayout.mjs";
|
|
51
|
+
import { Breadcrumb as Kr } from "./breadcrumb/Breadcrumb.mjs";
|
|
52
|
+
import { BreadcrumbOrderedList as Rr } from "./breadcrumb/BreadcrumbOrderedList.mjs";
|
|
53
|
+
import { BreadcrumbListItem as Wr } from "./breadcrumb/BreadcrumbListItem.mjs";
|
|
54
|
+
import { BreadcrumbDelimiter as Yr } from "./breadcrumb/BreadcrumbDelimiter.mjs";
|
|
55
|
+
import { BreadcrumbLink as _r } from "./breadcrumb/BreadcrumbLink.mjs";
|
|
56
|
+
import { ExpansionPanel as ro } from "./expansionpanel/ExpansionPanel.mjs";
|
|
57
|
+
import { ExpansionPanelContent as to } from "./expansionpanel/ExpansionPanelContent.mjs";
|
|
57
58
|
export {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
59
|
+
Mr as ActionSheet,
|
|
60
|
+
Vr as ActionSheetContent,
|
|
61
|
+
Or as ActionSheetFooter,
|
|
62
|
+
Gr as ActionSheetHeader,
|
|
63
|
+
Er as ActionSheetItem,
|
|
63
64
|
Ar as AppBar,
|
|
64
|
-
|
|
65
|
-
|
|
65
|
+
Br as AppBarSection,
|
|
66
|
+
gr as AppBarSpacer,
|
|
66
67
|
y as Avatar,
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
68
|
+
wr as BottomNavigation,
|
|
69
|
+
Tr as BottomNavigationItem,
|
|
70
|
+
Kr as Breadcrumb,
|
|
71
|
+
Yr as BreadcrumbDelimiter,
|
|
72
|
+
_r as BreadcrumbLink,
|
|
73
|
+
Wr as BreadcrumbListItem,
|
|
74
|
+
Rr as BreadcrumbOrderedList,
|
|
74
75
|
l as Card,
|
|
75
76
|
B as CardActions,
|
|
76
|
-
|
|
77
|
+
A as CardBody,
|
|
77
78
|
T as CardFooter,
|
|
78
79
|
c as CardHeader,
|
|
79
80
|
g as CardImage,
|
|
80
81
|
w as CardSubtitle,
|
|
81
|
-
|
|
82
|
+
I as CardTitle,
|
|
83
|
+
Z as ContextMenu,
|
|
82
84
|
D as Drawer,
|
|
83
|
-
|
|
85
|
+
E as DrawerContent,
|
|
84
86
|
G as DrawerItem,
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
87
|
+
M as DrawerNavigation,
|
|
88
|
+
ro as ExpansionPanel,
|
|
89
|
+
to as ExpansionPanelContent,
|
|
90
|
+
yr as GridLayout,
|
|
91
|
+
Dr as GridLayoutItem,
|
|
90
92
|
z as Menu,
|
|
91
93
|
R as MenuItemArrow,
|
|
92
94
|
K as MenuItemLink,
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
95
|
+
er as PanelBar,
|
|
96
|
+
pr as PanelBarItem,
|
|
97
|
+
$ as Splitter,
|
|
98
|
+
or as SplitterPane,
|
|
99
|
+
zr as StackLayout,
|
|
98
100
|
O as Step,
|
|
99
101
|
V as Stepper,
|
|
100
102
|
t as TabStrip,
|
|
@@ -102,16 +104,16 @@ export {
|
|
|
102
104
|
a as TabStripNavigation,
|
|
103
105
|
x as TabStripNavigationItem,
|
|
104
106
|
n as TabStripTab,
|
|
105
|
-
|
|
107
|
+
Ir as TileLayout,
|
|
106
108
|
U as downArrowIcon,
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
109
|
+
fr as flatChildren,
|
|
110
|
+
xr as flatVisibleChildren,
|
|
111
|
+
ir as flatVisibleItems,
|
|
112
|
+
nr as getFirstId,
|
|
113
|
+
dr as getInitialState,
|
|
114
|
+
lr as isArrayEqual,
|
|
115
|
+
Sr as isPresent,
|
|
114
116
|
W as leftArrowIcon,
|
|
115
|
-
|
|
117
|
+
cr as renderChildren,
|
|
116
118
|
X as rightArrowIcon
|
|
117
119
|
};
|
package/package-metadata.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-layout",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate:
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-layout",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1776348653,version:"8.2.0-develop.1",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/components/my-license/?utm_medium=product&utm_source=vue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"};exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -10,8 +10,8 @@ const e = {
|
|
|
10
10
|
productName: "Kendo UI for Vue",
|
|
11
11
|
productCode: "KENDOUIVUE",
|
|
12
12
|
productCodes: ["KENDOUIVUE"],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: "8.
|
|
13
|
+
publishDate: 1776348653,
|
|
14
|
+
version: "8.2.0-develop.1",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-vue-ui/components/my-license/?utm_medium=product&utm_source=vue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
|
|
16
16
|
};
|
|
17
17
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-layout",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.2.0-develop.1",
|
|
4
4
|
"description": "TODO",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"sideEffects": false,
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@progress/kendo-licensing": "^1.7.2",
|
|
28
|
-
"@progress/kendo-vue-animation": "8.
|
|
29
|
-
"@progress/kendo-vue-common": "8.
|
|
30
|
-
"@progress/kendo-vue-intl": "8.
|
|
31
|
-
"@progress/kendo-vue-popup": "8.
|
|
32
|
-
"@progress/kendo-vue-progressbars": "8.
|
|
28
|
+
"@progress/kendo-vue-animation": "8.2.0-develop.1",
|
|
29
|
+
"@progress/kendo-vue-common": "8.2.0-develop.1",
|
|
30
|
+
"@progress/kendo-vue-intl": "8.2.0-develop.1",
|
|
31
|
+
"@progress/kendo-vue-popup": "8.2.0-develop.1",
|
|
32
|
+
"@progress/kendo-vue-progressbars": "8.2.0-develop.1",
|
|
33
33
|
"@progress/kendo-svg-icons": "^4.4.0",
|
|
34
34
|
"vue": "^3.0.2"
|
|
35
35
|
},
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"package": {
|
|
51
51
|
"productName": "Kendo UI for Vue",
|
|
52
52
|
"productCode": "KENDOUIVUE",
|
|
53
|
-
"publishDate":
|
|
53
|
+
"publishDate": 1776348653,
|
|
54
54
|
"licensingDocsUrl": "https://www.telerik.com/kendo-vue-ui/components/my-license/?utm_medium=product&utm_source=vue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
|
|
55
55
|
}
|
|
56
56
|
},
|