@progress/kendo-angular-layout 19.3.0-develop.33 → 19.3.0-develop.34
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.
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
13
|
-
publishDate:
|
14
|
-
version: '19.3.0-develop.
|
13
|
+
publishDate: 1754894812,
|
14
|
+
version: '19.3.0-develop.34',
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
16
16
|
};
|
@@ -3,4 +3,5 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export { TabCloseEvent } from "./events/tabclose-event";
|
6
|
+
export { TabScrollEvent } from "./events/tabscroll-event";
|
6
7
|
export { SelectEvent } from "./events/select-event";
|
@@ -29,8 +29,8 @@ const packageMetadata = {
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
30
30
|
productCode: 'KENDOUIANGULAR',
|
31
31
|
productCodes: ['KENDOUIANGULAR'],
|
32
|
-
publishDate:
|
33
|
-
version: '19.3.0-develop.
|
32
|
+
publishDate: 1754894812,
|
33
|
+
version: '19.3.0-develop.34',
|
34
34
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
35
35
|
};
|
36
36
|
|
@@ -3078,6 +3078,25 @@ class TabCloseEvent {
|
|
3078
3078
|
}
|
3079
3079
|
}
|
3080
3080
|
|
3081
|
+
/**
|
3082
|
+
* Arguments for the `tabScroll` event of the TabStrip.
|
3083
|
+
* The `tabScroll` event fires when you scroll the tabs.
|
3084
|
+
*
|
3085
|
+
*/
|
3086
|
+
class TabScrollEvent extends PreventableEvent$1 {
|
3087
|
+
/**
|
3088
|
+
* The original DOM event that caused the tab scroll.
|
3089
|
+
*/
|
3090
|
+
originalEvent;
|
3091
|
+
/**
|
3092
|
+
* @hidden
|
3093
|
+
*/
|
3094
|
+
constructor(args) {
|
3095
|
+
super();
|
3096
|
+
Object.assign(this, args);
|
3097
|
+
}
|
3098
|
+
}
|
3099
|
+
|
3081
3100
|
/**
|
3082
3101
|
* Arguments for the `select` event of the TabStrip.
|
3083
3102
|
* The `select` event fires when tab is selected (clicked).
|
@@ -3569,25 +3588,6 @@ const normalizeSettings = ({ enabled = true, scrollButtons = 'auto', mouseScroll
|
|
3569
3588
|
*/
|
3570
3589
|
const normalizeScrollableSettings = (settings) => normalizeSettings(settings === false ? { enabled: false } : settings);
|
3571
3590
|
|
3572
|
-
/**
|
3573
|
-
* Arguments for the `tabScroll` event of the TabStrip.
|
3574
|
-
* The `tabScroll` event fires when you scroll the tabs.
|
3575
|
-
*
|
3576
|
-
*/
|
3577
|
-
class TabScrollEvent extends PreventableEvent$1 {
|
3578
|
-
/**
|
3579
|
-
* The original DOM event that caused the tab scroll.
|
3580
|
-
*/
|
3581
|
-
originalEvent;
|
3582
|
-
/**
|
3583
|
-
* @hidden
|
3584
|
-
*/
|
3585
|
-
constructor(args) {
|
3586
|
-
super();
|
3587
|
-
Object.assign(this, args);
|
3588
|
-
}
|
3589
|
-
}
|
3590
|
-
|
3591
3591
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
3592
3592
|
/**
|
3593
3593
|
* @hidden
|
@@ -13895,5 +13895,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
13895
13895
|
* Generated bundle index. Do not edit.
|
13896
13896
|
*/
|
13897
13897
|
|
13898
|
-
export { AvatarComponent, AvatarCustomMessagesComponent, AvatarModule, CardAction, CardActionsComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CardMediaDirective, CardModule, CardSeparatorDirective, CardSubtitleDirective, CardTitleDirective, DrawerComponent, DrawerContainerComponent, DrawerContentComponent, DrawerFooterTemplateDirective, DrawerHeaderTemplateDirective, DrawerItemTemplateDirective, DrawerModule, DrawerSelectEvent, DrawerTemplateDirective, ExpansionPanelActionEvent, ExpansionPanelComponent, ExpansionPanelModule, ExpansionPanelTitleDirective, GridLayoutComponent, GridLayoutItemComponent, GridLayoutModule, KENDO_AVATAR, KENDO_CARD, KENDO_DRAWER, KENDO_EXPANSIONPANEL, KENDO_GRIDLAYOUT, KENDO_LAYOUT, KENDO_PANELBAR, KENDO_SPLITTER, KENDO_STACKLAYOUT, KENDO_STEPPER, KENDO_TABSTRIP, KENDO_TILELAYOUT, KENDO_TIMELINE, LayoutModule, LocalizedAvatarMessagesDirective, LocalizedStepperMessagesDirective, LocalizedTabStripMessagesDirective, PanelBarCollapseEvent, PanelBarComponent, PanelBarContentDirective, PanelBarExpandEvent, PanelBarExpandMode, PanelBarItemClickEvent, PanelBarItemComponent, PanelBarItemTemplateDirective, PanelBarItemTitleDirective, PanelBarModule, PanelBarSelectEvent, PanelBarStateChangeEvent, SelectEvent, SplitterComponent, SplitterModule, SplitterPaneComponent, StackLayoutComponent, StackLayoutModule, StepperActivateEvent, StepperComponent, StepperCustomMessagesComponent, StepperIndicatorTemplateDirective, StepperLabelTemplateDirective, StepperModule, StepperStepTemplateDirective, TabCloseEvent, TabComponent, TabContentDirective, TabStripComponent, TabStripCustomMessagesComponent, TabStripModule, TabStripTabComponent, TabTemplateDirective, TabTitleDirective, TileLayoutComponent, TileLayoutItemBodyComponent, TileLayoutItemComponent, TileLayoutItemHeaderComponent, TileLayoutModule, TileLayoutReorderEvent, TileLayoutResizeEvent, TileLayoutResizeHandleDirective, TimelineCardActionsTemplateDirective, TimelineCardBodyTemplateDirective, TimelineCardHeaderTemplateDirective, TimelineComponent, TimelineCustomMessagesComponent, TimelineModule };
|
13898
|
+
export { AvatarComponent, AvatarCustomMessagesComponent, AvatarModule, CardAction, CardActionsComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CardMediaDirective, CardModule, CardSeparatorDirective, CardSubtitleDirective, CardTitleDirective, DrawerComponent, DrawerContainerComponent, DrawerContentComponent, DrawerFooterTemplateDirective, DrawerHeaderTemplateDirective, DrawerItemTemplateDirective, DrawerModule, DrawerSelectEvent, DrawerTemplateDirective, ExpansionPanelActionEvent, ExpansionPanelComponent, ExpansionPanelModule, ExpansionPanelTitleDirective, GridLayoutComponent, GridLayoutItemComponent, GridLayoutModule, KENDO_AVATAR, KENDO_CARD, KENDO_DRAWER, KENDO_EXPANSIONPANEL, KENDO_GRIDLAYOUT, KENDO_LAYOUT, KENDO_PANELBAR, KENDO_SPLITTER, KENDO_STACKLAYOUT, KENDO_STEPPER, KENDO_TABSTRIP, KENDO_TILELAYOUT, KENDO_TIMELINE, LayoutModule, LocalizedAvatarMessagesDirective, LocalizedStepperMessagesDirective, LocalizedTabStripMessagesDirective, PanelBarCollapseEvent, PanelBarComponent, PanelBarContentDirective, PanelBarExpandEvent, PanelBarExpandMode, PanelBarItemClickEvent, PanelBarItemComponent, PanelBarItemTemplateDirective, PanelBarItemTitleDirective, PanelBarModule, PanelBarSelectEvent, PanelBarStateChangeEvent, SelectEvent, SplitterComponent, SplitterModule, SplitterPaneComponent, StackLayoutComponent, StackLayoutModule, StepperActivateEvent, StepperComponent, StepperCustomMessagesComponent, StepperIndicatorTemplateDirective, StepperLabelTemplateDirective, StepperModule, StepperStepTemplateDirective, TabCloseEvent, TabComponent, TabContentDirective, TabScrollEvent, TabStripComponent, TabStripCustomMessagesComponent, TabStripModule, TabStripTabComponent, TabTemplateDirective, TabTitleDirective, TileLayoutComponent, TileLayoutItemBodyComponent, TileLayoutItemComponent, TileLayoutItemHeaderComponent, TileLayoutModule, TileLayoutReorderEvent, TileLayoutResizeEvent, TileLayoutResizeHandleDirective, TimelineCardActionsTemplateDirective, TimelineCardBodyTemplateDirective, TimelineCardHeaderTemplateDirective, TimelineComponent, TimelineCustomMessagesComponent, TimelineModule };
|
13899
13899
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
3
|
-
"version": "19.3.0-develop.
|
3
|
+
"version": "19.3.0-develop.34",
|
4
4
|
"description": "Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -50,7 +50,7 @@
|
|
50
50
|
"package": {
|
51
51
|
"productName": "Kendo UI for Angular",
|
52
52
|
"productCode": "KENDOUIANGULAR",
|
53
|
-
"publishDate":
|
53
|
+
"publishDate": 1754894812,
|
54
54
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
|
55
55
|
}
|
56
56
|
},
|
@@ -60,17 +60,17 @@
|
|
60
60
|
"@angular/core": "16 - 20",
|
61
61
|
"@angular/platform-browser": "16 - 20",
|
62
62
|
"@progress/kendo-licensing": "^1.7.0",
|
63
|
-
"@progress/kendo-angular-common": "19.3.0-develop.
|
64
|
-
"@progress/kendo-angular-l10n": "19.3.0-develop.
|
65
|
-
"@progress/kendo-angular-progressbar": "19.3.0-develop.
|
66
|
-
"@progress/kendo-angular-icons": "19.3.0-develop.
|
67
|
-
"@progress/kendo-angular-buttons": "19.3.0-develop.
|
68
|
-
"@progress/kendo-angular-intl": "19.3.0-develop.
|
63
|
+
"@progress/kendo-angular-common": "19.3.0-develop.34",
|
64
|
+
"@progress/kendo-angular-l10n": "19.3.0-develop.34",
|
65
|
+
"@progress/kendo-angular-progressbar": "19.3.0-develop.34",
|
66
|
+
"@progress/kendo-angular-icons": "19.3.0-develop.34",
|
67
|
+
"@progress/kendo-angular-buttons": "19.3.0-develop.34",
|
68
|
+
"@progress/kendo-angular-intl": "19.3.0-develop.34",
|
69
69
|
"rxjs": "^6.5.3 || ^7.0.0"
|
70
70
|
},
|
71
71
|
"dependencies": {
|
72
72
|
"tslib": "^2.3.1",
|
73
|
-
"@progress/kendo-angular-schematics": "19.3.0-develop.
|
73
|
+
"@progress/kendo-angular-schematics": "19.3.0-develop.34",
|
74
74
|
"@progress/kendo-draggable": "^3.0.2",
|
75
75
|
"node-html-parser": "^7.0.1"
|
76
76
|
},
|
package/tabstrip/events.d.ts
CHANGED
@@ -3,4 +3,5 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export { TabCloseEvent } from "./events/tabclose-event";
|
6
|
+
export { TabScrollEvent } from "./events/tabscroll-event";
|
6
7
|
export { SelectEvent } from "./events/select-event";
|