@progress/kendo-angular-layout 16.5.0 → 16.6.0-develop.2
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/avatar/avatar.component.d.ts +1 -1
- package/avatar/l10n/custom-messages.component.d.ts +1 -1
- package/avatar/l10n/localized-messages.directive.d.ts +1 -1
- package/avatar.module.d.ts +3 -6
- package/card/card-actions.component.d.ts +1 -1
- package/card/card-body.component.d.ts +1 -1
- package/card/card-footer.component.d.ts +1 -1
- package/card/card-header.component.d.ts +1 -1
- package/card/card.component.d.ts +1 -1
- package/card/directives/card-media.directive.d.ts +1 -1
- package/card/directives/card-separator.directive.d.ts +1 -1
- package/card/directives/card-subtitle.directive.d.ts +1 -1
- package/card/directives/card-title.directive.d.ts +1 -1
- package/card.module.d.ts +7 -8
- package/directives.d.ts +61 -0
- package/drawer/drawer-container.component.d.ts +1 -1
- package/drawer/drawer-content.component.d.ts +1 -1
- package/drawer/drawer.component.d.ts +1 -1
- package/drawer/item.component.d.ts +1 -1
- package/drawer/list.component.d.ts +1 -1
- package/drawer/template-directives/drawer-template.directive.d.ts +1 -1
- package/drawer/template-directives/footer-template.directive.d.ts +1 -1
- package/drawer/template-directives/header-template.directive.d.ts +1 -1
- package/drawer/template-directives/item-template.directive.d.ts +1 -1
- package/drawer.module.d.ts +8 -13
- package/esm2020/avatar/avatar.component.mjs +8 -6
- package/esm2020/avatar/l10n/custom-messages.component.mjs +3 -2
- package/esm2020/avatar/l10n/localized-messages.directive.mjs +3 -2
- package/esm2020/avatar.module.mjs +8 -20
- package/esm2020/card/card-actions.component.mjs +6 -4
- package/esm2020/card/card-body.component.mjs +3 -2
- package/esm2020/card/card-footer.component.mjs +3 -2
- package/esm2020/card/card-header.component.mjs +3 -2
- package/esm2020/card/card.component.mjs +3 -2
- package/esm2020/card/directives/card-media.directive.mjs +3 -2
- package/esm2020/card/directives/card-separator.directive.mjs +3 -2
- package/esm2020/card/directives/card-subtitle.directive.mjs +3 -2
- package/esm2020/card/directives/card-title.directive.mjs +3 -2
- package/esm2020/card.module.mjs +15 -44
- package/esm2020/directives.mjs +135 -0
- package/esm2020/drawer/drawer-container.component.mjs +6 -4
- package/esm2020/drawer/drawer-content.component.mjs +3 -2
- package/esm2020/drawer/drawer.component.mjs +8 -7
- package/esm2020/drawer/item.component.mjs +7 -5
- package/esm2020/drawer/list.component.mjs +5 -4
- package/esm2020/drawer/template-directives/drawer-template.directive.mjs +3 -2
- package/esm2020/drawer/template-directives/footer-template.directive.mjs +3 -2
- package/esm2020/drawer/template-directives/header-template.directive.mjs +3 -2
- package/esm2020/drawer/template-directives/item-template.directive.mjs +3 -2
- package/esm2020/drawer.module.mjs +13 -42
- package/esm2020/expansionpanel/expansionpanel-title.directive.mjs +3 -2
- package/esm2020/expansionpanel/expansionpanel.component.mjs +7 -5
- package/esm2020/expansionpanel.module.mjs +8 -19
- package/esm2020/gridlayout.module.mjs +8 -17
- package/esm2020/index.mjs +1 -0
- package/esm2020/layout.module.mjs +55 -50
- package/esm2020/layouts/grid-layout.component.mjs +3 -2
- package/esm2020/layouts/gridlayout-item.component.mjs +3 -2
- package/esm2020/layouts/stack-layout.component.mjs +3 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/panelbar/panelbar-content.directive.mjs +3 -2
- package/esm2020/panelbar/panelbar-item-template.directive.mjs +3 -2
- package/esm2020/panelbar/panelbar-item-title.directive.mjs +3 -2
- package/esm2020/panelbar/panelbar-item.component.mjs +7 -5
- package/esm2020/panelbar/panelbar.component.mjs +7 -7
- package/esm2020/panelbar.module.mjs +11 -31
- package/esm2020/splitter/splitter-bar.component.mjs +7 -5
- package/esm2020/splitter/splitter-pane.component.mjs +6 -4
- package/esm2020/splitter/splitter.component.mjs +10 -9
- package/esm2020/splitter.module.mjs +8 -29
- package/esm2020/stacklayout.module.mjs +7 -13
- package/esm2020/stepper/list.component.mjs +6 -4
- package/esm2020/stepper/localization/custom-messages.component.mjs +3 -2
- package/esm2020/stepper/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/stepper/step.component.mjs +7 -5
- package/esm2020/stepper/stepper.component.mjs +9 -7
- package/esm2020/stepper/template-directives/indicator-template.directive.mjs +3 -2
- package/esm2020/stepper/template-directives/label-template.directive.mjs +3 -2
- package/esm2020/stepper/template-directives/step-template.directive.mjs +3 -2
- package/esm2020/stepper.module.mjs +11 -40
- package/esm2020/tabstrip/directives/tab-content.directive.mjs +3 -2
- package/esm2020/tabstrip/directives/tab-title.directive.mjs +3 -2
- package/esm2020/tabstrip/directives/tab.directive.mjs +3 -2
- package/esm2020/tabstrip/localization/custom-messages.component.mjs +3 -2
- package/esm2020/tabstrip/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/tabstrip/models/tabstrip-tab.component.mjs +3 -2
- package/esm2020/tabstrip/rendering/tab.component.mjs +7 -5
- package/esm2020/tabstrip/scrollable-button.component.mjs +6 -4
- package/esm2020/tabstrip/tabstrip.component.mjs +9 -9
- package/esm2020/tabstrip.module.mjs +11 -46
- package/esm2020/tilelayout/tilelayout-item-body.component.mjs +3 -2
- package/esm2020/tilelayout/tilelayout-item-header.component.mjs +3 -2
- package/esm2020/tilelayout/tilelayout-item.component.mjs +7 -6
- package/esm2020/tilelayout/tilelayout-resize-handle.directive.mjs +3 -2
- package/esm2020/tilelayout/tilelayout.component.mjs +7 -6
- package/esm2020/tilelayout.module.mjs +10 -30
- package/esm2020/timeline/localization/custom-messages.component.mjs +2 -1
- package/esm2020/timeline/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/timeline/templates/timeline-card-actions.directive.mjs +3 -2
- package/esm2020/timeline/templates/timeline-card-body.directive.mjs +3 -2
- package/esm2020/timeline/templates/timeline-card-header.directive.mjs +3 -2
- package/esm2020/timeline/timeline-card.component.mjs +13 -11
- package/esm2020/timeline/timeline-horizontal.component.mjs +7 -6
- package/esm2020/timeline/timeline-vertical.component.mjs +7 -5
- package/esm2020/timeline/timeline.component.mjs +6 -6
- package/esm2020/timeline.module.mjs +11 -44
- package/expansionpanel/expansionpanel-title.directive.d.ts +1 -1
- package/expansionpanel/expansionpanel.component.d.ts +1 -1
- package/expansionpanel.module.d.ts +1 -4
- package/fesm2015/progress-kendo-angular-layout.mjs +1075 -1158
- package/fesm2020/progress-kendo-angular-layout.mjs +806 -889
- package/gridlayout.module.d.ts +1 -2
- package/index.d.ts +1 -0
- package/layout.module.d.ts +50 -13
- package/layouts/grid-layout.component.d.ts +1 -1
- package/layouts/gridlayout-item.component.d.ts +1 -1
- package/layouts/stack-layout.component.d.ts +1 -1
- package/package.json +8 -8
- package/panelbar/panelbar-content.directive.d.ts +1 -1
- package/panelbar/panelbar-item-template.directive.d.ts +1 -1
- package/panelbar/panelbar-item-title.directive.d.ts +1 -1
- package/panelbar/panelbar-item.component.d.ts +1 -1
- package/panelbar/panelbar.component.d.ts +1 -1
- package/panelbar.module.d.ts +1 -4
- package/splitter/splitter-bar.component.d.ts +1 -1
- package/splitter/splitter-pane.component.d.ts +1 -1
- package/splitter/splitter.component.d.ts +1 -1
- package/splitter.module.d.ts +3 -7
- package/stacklayout.module.d.ts +1 -2
- package/stepper/list.component.d.ts +1 -1
- package/stepper/localization/custom-messages.component.d.ts +1 -1
- package/stepper/localization/localized-messages.directive.d.ts +1 -1
- package/stepper/step.component.d.ts +1 -1
- package/stepper/stepper.component.d.ts +1 -1
- package/stepper/template-directives/indicator-template.directive.d.ts +1 -1
- package/stepper/template-directives/label-template.directive.d.ts +1 -1
- package/stepper/template-directives/step-template.directive.d.ts +1 -1
- package/stepper.module.d.ts +6 -12
- package/tabstrip/directives/tab-content.directive.d.ts +1 -1
- package/tabstrip/directives/tab-title.directive.d.ts +1 -1
- package/tabstrip/directives/tab.directive.d.ts +1 -1
- package/tabstrip/localization/custom-messages.component.d.ts +1 -1
- package/tabstrip/localization/localized-messages.directive.d.ts +1 -1
- package/tabstrip/models/tabstrip-tab.component.d.ts +1 -1
- package/tabstrip/rendering/tab.component.d.ts +1 -1
- package/tabstrip/scrollable-button.component.d.ts +1 -1
- package/tabstrip/tabstrip.component.d.ts +1 -1
- package/tabstrip.module.d.ts +2 -10
- package/tilelayout/tilelayout-item-body.component.d.ts +1 -1
- package/tilelayout/tilelayout-item-header.component.d.ts +1 -1
- package/tilelayout/tilelayout-item.component.d.ts +1 -1
- package/tilelayout/tilelayout-resize-handle.directive.d.ts +1 -1
- package/tilelayout/tilelayout.component.d.ts +1 -1
- package/tilelayout.module.d.ts +4 -7
- package/timeline/localization/custom-messages.component.d.ts +1 -1
- package/timeline/localization/localized-messages.directive.d.ts +1 -1
- package/timeline/templates/timeline-card-actions.directive.d.ts +1 -1
- package/timeline/templates/timeline-card-body.directive.d.ts +1 -1
- package/timeline/templates/timeline-card-header.directive.d.ts +1 -1
- package/timeline/timeline-card.component.d.ts +1 -1
- package/timeline/timeline-horizontal.component.d.ts +1 -1
- package/timeline/timeline-vertical.component.d.ts +1 -1
- package/timeline/timeline.component.d.ts +1 -1
- package/timeline.module.d.ts +3 -12
|
@@ -3,25 +3,14 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import {
|
|
7
|
-
import { PanelBarComponent } from './panelbar/panelbar.component';
|
|
8
|
-
import { PanelBarItemComponent } from './panelbar/panelbar-item.component';
|
|
9
|
-
import { PanelBarContentDirective } from './panelbar/panelbar-content.directive';
|
|
10
|
-
import { PanelBarItemTemplateDirective } from './panelbar/panelbar-item-template.directive';
|
|
11
|
-
import { PanelBarItemTitleDirective } from './panelbar/panelbar-item-title.directive';
|
|
12
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
13
|
-
import { WatermarkModule } from '@progress/kendo-angular-common';
|
|
6
|
+
import { KENDO_PANELBAR } from './directives';
|
|
14
7
|
import * as i0 from "@angular/core";
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
];
|
|
22
|
-
const declarations = [
|
|
23
|
-
...exportedModules
|
|
24
|
-
];
|
|
8
|
+
import * as i1 from "./panelbar/panelbar.component";
|
|
9
|
+
import * as i2 from "./panelbar/panelbar-item.component";
|
|
10
|
+
import * as i3 from "./panelbar/panelbar-content.directive";
|
|
11
|
+
import * as i4 from "./panelbar/panelbar-item-template.directive";
|
|
12
|
+
import * as i5 from "./panelbar/panelbar-item-title.directive";
|
|
13
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
25
14
|
/**
|
|
26
15
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
27
16
|
* definition for the PanelBar component.
|
|
@@ -36,21 +25,12 @@ const declarations = [
|
|
|
36
25
|
export class PanelBarModule {
|
|
37
26
|
}
|
|
38
27
|
PanelBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
39
|
-
PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule,
|
|
40
|
-
|
|
41
|
-
PanelBarContentDirective,
|
|
42
|
-
PanelBarItemTemplateDirective,
|
|
43
|
-
PanelBarItemTitleDirective], imports: [CommonModule, IconsModule, WatermarkModule], exports: [PanelBarComponent,
|
|
44
|
-
PanelBarItemComponent,
|
|
45
|
-
PanelBarContentDirective,
|
|
46
|
-
PanelBarItemTemplateDirective,
|
|
47
|
-
PanelBarItemTitleDirective] });
|
|
48
|
-
PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, imports: [CommonModule, IconsModule, WatermarkModule] });
|
|
28
|
+
PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, imports: [i1.PanelBarComponent, i2.PanelBarItemComponent, i3.PanelBarContentDirective, i4.PanelBarItemTemplateDirective, i5.PanelBarItemTitleDirective], exports: [i1.PanelBarComponent, i2.PanelBarItemComponent, i3.PanelBarContentDirective, i4.PanelBarItemTemplateDirective, i5.PanelBarItemTitleDirective] });
|
|
29
|
+
PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, imports: [i1.PanelBarComponent, i2.PanelBarItemComponent] });
|
|
49
30
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PanelBarModule, decorators: [{
|
|
50
31
|
type: NgModule,
|
|
51
32
|
args: [{
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
imports: [CommonModule, IconsModule, WatermarkModule]
|
|
33
|
+
exports: [...KENDO_PANELBAR],
|
|
34
|
+
imports: [...KENDO_PANELBAR]
|
|
55
35
|
}]
|
|
56
36
|
}] });
|
|
@@ -11,12 +11,12 @@ import { Subscription, of } from 'rxjs';
|
|
|
11
11
|
import { delay, filter, map, switchMap, takeUntil, tap } from 'rxjs/operators';
|
|
12
12
|
import { shouldToggleOrResize } from './util';
|
|
13
13
|
import { caretAltDownIcon, caretAltLeftIcon, caretAltRightIcon, caretAltUpIcon } from '@progress/kendo-svg-icons';
|
|
14
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
15
|
+
import { NgIf } from '@angular/common';
|
|
14
16
|
import * as i0 from "@angular/core";
|
|
15
17
|
import * as i1 from "@progress/kendo-angular-common";
|
|
16
18
|
import * as i2 from "@progress/kendo-angular-l10n";
|
|
17
19
|
import * as i3 from "./splitter.service";
|
|
18
|
-
import * as i4 from "@angular/common";
|
|
19
|
-
import * as i5 from "@progress/kendo-angular-icons";
|
|
20
20
|
const stopPropagation = ({ originalEvent: event }) => {
|
|
21
21
|
event.stopPropagation();
|
|
22
22
|
event.preventDefault();
|
|
@@ -218,7 +218,7 @@ export class SplitterBarComponent {
|
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
220
|
SplitterBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterBarComponent, deps: [{ token: i1.DraggableDirective, host: true }, { token: i2.LocalizationService }, { token: i3.SplitterService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
221
|
-
SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterBarComponent, selector: "kendo-splitter-bar", inputs: { orientation: "orientation", index: "index" }, host: { properties: { "attr.role": "this.ariaRole", "class.k-focus": "this.focused", "attr.aria-orientation": "this.hostOrientation", "attr.tabindex": "this.tabIndex", "class": "this.hostClasses", "style.-ms-flex-order": "this.order", "style.order": "this.order" } }, ngImport: i0, template: `
|
|
221
|
+
SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterBarComponent, isStandalone: true, selector: "kendo-splitter-bar", inputs: { orientation: "orientation", index: "index" }, host: { properties: { "attr.role": "this.ariaRole", "class.k-focus": "this.focused", "attr.aria-orientation": "this.hostOrientation", "attr.tabindex": "this.tabIndex", "class": "this.hostClasses", "style.-ms-flex-order": "this.order", "style.order": "this.order" } }, ngImport: i0, template: `
|
|
222
222
|
<div *ngIf="shouldShowIcon('prev')" class="k-collapse-prev" (click)="togglePrevious()">
|
|
223
223
|
<kendo-icon-wrapper
|
|
224
224
|
size="xsmall"
|
|
@@ -234,7 +234,7 @@ SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
234
234
|
[svgIcon]="nextSVGArrowClass()"
|
|
235
235
|
></kendo-icon-wrapper>
|
|
236
236
|
</div>
|
|
237
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
237
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
238
238
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterBarComponent, decorators: [{
|
|
239
239
|
type: Component,
|
|
240
240
|
args: [{
|
|
@@ -255,7 +255,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
255
255
|
[svgIcon]="nextSVGArrowClass()"
|
|
256
256
|
></kendo-icon-wrapper>
|
|
257
257
|
</div>
|
|
258
|
-
|
|
258
|
+
`,
|
|
259
|
+
standalone: true,
|
|
260
|
+
imports: [NgIf, IconWrapperComponent]
|
|
259
261
|
}]
|
|
260
262
|
}], ctorParameters: function () { return [{ type: i1.DraggableDirective, decorators: [{
|
|
261
263
|
type: Host
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectorRef, Component, ElementRef, EventEmitter, HostBinding, Renderer2, Input, Output } from '@angular/core';
|
|
6
|
+
import { NgIf } from '@angular/common';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "@angular/common";
|
|
8
8
|
/**
|
|
9
9
|
* Represents the pane component of the Splitter.
|
|
10
10
|
*/
|
|
@@ -163,10 +163,10 @@ export class SplitterPaneComponent {
|
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
SplitterPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterPaneComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
166
|
-
SplitterPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterPaneComponent, selector: "kendo-splitter-pane", inputs: { order: "order", size: "size", separatorLabel: "separatorLabel", min: "min", max: "max", resizable: "resizable", collapsible: "collapsible", scrollable: "scrollable", collapsed: "collapsed", orientation: "orientation", containsSplitter: "containsSplitter", overlayContent: "overlayContent" }, outputs: { sizeChange: "sizeChange", collapsedChange: "collapsedChange" }, host: { properties: { "attr.role": "this.ariaRole", "class.k-pane": "this.hostClass", "class.k-pane-static": "this.staticPaneClass", "class.k-scrollable": "this.scrollablePaneClass" } }, exportAs: ["kendoSplitterPane"], ngImport: i0, template: `
|
|
166
|
+
SplitterPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterPaneComponent, isStandalone: true, selector: "kendo-splitter-pane", inputs: { order: "order", size: "size", separatorLabel: "separatorLabel", min: "min", max: "max", resizable: "resizable", collapsible: "collapsible", scrollable: "scrollable", collapsed: "collapsed", orientation: "orientation", containsSplitter: "containsSplitter", overlayContent: "overlayContent" }, outputs: { sizeChange: "sizeChange", collapsedChange: "collapsedChange" }, host: { properties: { "attr.role": "this.ariaRole", "class.k-pane": "this.hostClass", "class.k-pane-static": "this.staticPaneClass", "class.k-scrollable": "this.scrollablePaneClass" } }, exportAs: ["kendoSplitterPane"], ngImport: i0, template: `
|
|
167
167
|
<ng-container *ngIf="!collapsed"><ng-content></ng-content></ng-container>
|
|
168
168
|
<div *ngIf="overlayContent" class="k-splitter-overlay k-overlay"></div>
|
|
169
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
169
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
170
170
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterPaneComponent, decorators: [{
|
|
171
171
|
type: Component,
|
|
172
172
|
args: [{
|
|
@@ -175,7 +175,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
175
175
|
template: `
|
|
176
176
|
<ng-container *ngIf="!collapsed"><ng-content></ng-content></ng-container>
|
|
177
177
|
<div *ngIf="overlayContent" class="k-splitter-overlay k-overlay"></div>
|
|
178
|
-
|
|
178
|
+
`,
|
|
179
|
+
standalone: true,
|
|
180
|
+
imports: [NgIf]
|
|
179
181
|
}]
|
|
180
182
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { order: [{
|
|
181
183
|
type: Input
|
|
@@ -7,17 +7,16 @@ import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
|
7
7
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
8
8
|
import { isDocumentAvailable } from '@progress/kendo-angular-common';
|
|
9
9
|
import { packageMetadata } from '../package-metadata';
|
|
10
|
-
import { isPresent } from '../common/util';
|
|
11
10
|
import { SplitterPaneComponent } from './splitter-pane.component';
|
|
12
11
|
import { SplitterBarComponent } from './splitter-bar.component';
|
|
13
12
|
import { SplitterService } from './splitter.service';
|
|
13
|
+
import { isPresent } from '../common/util';
|
|
14
|
+
import { DraggableDirective } from '@progress/kendo-angular-common';
|
|
15
|
+
import { NgFor, NgIf, NgStyle } from '@angular/common';
|
|
14
16
|
import * as i0 from "@angular/core";
|
|
15
17
|
import * as i1 from "./splitter.service";
|
|
16
18
|
import * as i2 from "@progress/kendo-angular-l10n";
|
|
17
|
-
import * as i3 from "
|
|
18
|
-
import * as i4 from "@progress/kendo-angular-common";
|
|
19
|
-
import * as i5 from "./splitter-bar.component";
|
|
20
|
-
import * as i6 from "./splitter-pane.component";
|
|
19
|
+
import * as i3 from "./splitter-pane.component";
|
|
21
20
|
/**
|
|
22
21
|
* Represents the [Kendo UI Splitter component for Angular]({% slug overview_splitter %}).
|
|
23
22
|
*
|
|
@@ -162,7 +161,7 @@ export class SplitterComponent {
|
|
|
162
161
|
}
|
|
163
162
|
}
|
|
164
163
|
SplitterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterComponent, deps: [{ token: i0.ElementRef }, { token: i1.SplitterService }, { token: i2.LocalizationService }, { token: i0.Renderer2 }, { token: SplitterPaneComponent, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
165
|
-
SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterComponent, selector: "kendo-splitter", inputs: { orientation: "orientation", splitbarWidth: "splitbarWidth", resizeStep: "resizeStep" }, outputs: { layoutChange: "layoutChange" }, host: { properties: { "class.k-splitter": "this.hostClasses", "class.k-splitter-flex": "this.hostClasses", "class.k-splitter-horizontal": "this.horizontalHostClasses", "class.k-splitter-vertical": "this.verticalHostClasses", "attr.dir": "this.dir" } }, providers: [
|
|
164
|
+
SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitterComponent, isStandalone: true, selector: "kendo-splitter", inputs: { orientation: "orientation", splitbarWidth: "splitbarWidth", resizeStep: "resizeStep" }, outputs: { layoutChange: "layoutChange" }, host: { properties: { "class.k-splitter": "this.hostClasses", "class.k-splitter-flex": "this.hostClasses", "class.k-splitter-horizontal": "this.horizontalHostClasses", "class.k-splitter-vertical": "this.verticalHostClasses", "attr.dir": "this.dir" } }, providers: [
|
|
166
165
|
SplitterService,
|
|
167
166
|
LocalizationService,
|
|
168
167
|
{
|
|
@@ -187,7 +186,7 @@ SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
187
186
|
}">
|
|
188
187
|
</kendo-splitter-bar>
|
|
189
188
|
</ng-container>
|
|
190
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
189
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: SplitterBarComponent, selector: "kendo-splitter-bar", inputs: ["orientation", "index"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
191
190
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterComponent, decorators: [{
|
|
192
191
|
type: Component,
|
|
193
192
|
args: [{
|
|
@@ -219,9 +218,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
219
218
|
}">
|
|
220
219
|
</kendo-splitter-bar>
|
|
221
220
|
</ng-container>
|
|
222
|
-
|
|
221
|
+
`,
|
|
222
|
+
standalone: true,
|
|
223
|
+
imports: [NgFor, NgIf, SplitterBarComponent, DraggableDirective, NgStyle]
|
|
223
224
|
}]
|
|
224
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.SplitterService }, { type: i2.LocalizationService }, { type: i0.Renderer2 }, { type:
|
|
225
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.SplitterService }, { type: i2.LocalizationService }, { type: i0.Renderer2 }, { type: i3.SplitterPaneComponent, decorators: [{
|
|
225
226
|
type: Optional
|
|
226
227
|
}, {
|
|
227
228
|
type: Host
|
|
@@ -3,21 +3,11 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import {
|
|
7
|
-
import { DraggableModule } from '@progress/kendo-angular-common';
|
|
8
|
-
import { SplitterComponent } from './splitter/splitter.component';
|
|
9
|
-
import { SplitterBarComponent } from './splitter/splitter-bar.component';
|
|
10
|
-
import { SplitterPaneComponent } from './splitter/splitter-pane.component';
|
|
11
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
6
|
+
import { KENDO_SPLITTER } from './directives';
|
|
12
7
|
import * as i0 from "@angular/core";
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
];
|
|
17
|
-
const declarations = [
|
|
18
|
-
SplitterBarComponent,
|
|
19
|
-
...exportedModules
|
|
20
|
-
];
|
|
8
|
+
import * as i1 from "./splitter/splitter.component";
|
|
9
|
+
import * as i2 from "./splitter/splitter-pane.component";
|
|
10
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
21
11
|
/**
|
|
22
12
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
23
13
|
* definition for the Splitter component.
|
|
@@ -29,23 +19,12 @@ const declarations = [
|
|
|
29
19
|
export class SplitterModule {
|
|
30
20
|
}
|
|
31
21
|
SplitterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
32
|
-
SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule,
|
|
33
|
-
|
|
34
|
-
DraggableModule,
|
|
35
|
-
IconsModule], exports: [SplitterComponent,
|
|
36
|
-
SplitterPaneComponent] });
|
|
37
|
-
SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, imports: [CommonModule,
|
|
38
|
-
DraggableModule,
|
|
39
|
-
IconsModule] });
|
|
22
|
+
SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, imports: [i1.SplitterComponent, i2.SplitterPaneComponent], exports: [i1.SplitterComponent, i2.SplitterPaneComponent] });
|
|
23
|
+
SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, imports: [KENDO_SPLITTER] });
|
|
40
24
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitterModule, decorators: [{
|
|
41
25
|
type: NgModule,
|
|
42
26
|
args: [{
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
imports: [
|
|
46
|
-
CommonModule,
|
|
47
|
-
DraggableModule,
|
|
48
|
-
IconsModule
|
|
49
|
-
]
|
|
27
|
+
exports: [...KENDO_SPLITTER],
|
|
28
|
+
imports: [...KENDO_SPLITTER]
|
|
50
29
|
}]
|
|
51
30
|
}] });
|
|
@@ -3,15 +3,10 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import {
|
|
7
|
-
import { StackLayoutComponent } from './layouts/stack-layout.component';
|
|
6
|
+
import { KENDO_STACKLAYOUT } from './directives';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
];
|
|
12
|
-
const declarations = [
|
|
13
|
-
...exportedModules
|
|
14
|
-
];
|
|
8
|
+
import * as i1 from "./layouts/stack-layout.component";
|
|
9
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
15
10
|
/**
|
|
16
11
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
17
12
|
* definition for the StackLayout component.
|
|
@@ -19,13 +14,12 @@ const declarations = [
|
|
|
19
14
|
export class StackLayoutModule {
|
|
20
15
|
}
|
|
21
16
|
StackLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
22
|
-
StackLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule,
|
|
23
|
-
StackLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, imports: [
|
|
17
|
+
StackLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, imports: [i1.StackLayoutComponent], exports: [i1.StackLayoutComponent] });
|
|
18
|
+
StackLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, imports: [KENDO_STACKLAYOUT] });
|
|
24
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StackLayoutModule, decorators: [{
|
|
25
20
|
type: NgModule,
|
|
26
21
|
args: [{
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
imports: [CommonModule]
|
|
22
|
+
exports: [...KENDO_STACKLAYOUT],
|
|
23
|
+
imports: [...KENDO_STACKLAYOUT]
|
|
30
24
|
}]
|
|
31
25
|
}] });
|
|
@@ -7,10 +7,10 @@ import { closestItem, itemIndex, hasClass } from '../common/dom-queries';
|
|
|
7
7
|
import { STEPPER_STEP_INDEX } from '../stepper/models/constants';
|
|
8
8
|
import { StepperService } from "./stepper.service";
|
|
9
9
|
import { isPresent } from "@progress/kendo-angular-common";
|
|
10
|
+
import { StepperStepComponent } from "./step.component";
|
|
11
|
+
import { NgFor, NgClass, NgStyle } from "@angular/common";
|
|
10
12
|
import * as i0 from "@angular/core";
|
|
11
13
|
import * as i1 from "./stepper.service";
|
|
12
|
-
import * as i2 from "@angular/common";
|
|
13
|
-
import * as i3 from "./step.component";
|
|
14
14
|
/**
|
|
15
15
|
* @hidden
|
|
16
16
|
*/
|
|
@@ -93,7 +93,7 @@ export class StepperListComponent {
|
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
StepperListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperListComponent, deps: [{ token: i0.Renderer2 }, { token: i0.NgZone }, { token: i1.StepperService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
96
|
-
StepperListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperListComponent, selector: "[kendoStepperList]", inputs: { linear: "linear", stepType: "stepType", orientation: "orientation", currentStep: "currentStep", steps: "steps", successIcon: "successIcon", successSVGIcon: "successSVGIcon", errorIcon: "errorIcon", errorSVGIcon: "errorSVGIcon", svgIcon: "svgIcon", indicatorTemplate: "indicatorTemplate", labelTemplate: "labelTemplate", stepTemplate: "stepTemplate" }, outputs: { listKeydown: "listKeydown", listClick: "listClick" }, ngImport: i0, template: "\n <ng-container *ngFor='let step of steps; let idx = index'>\n <li kendoStepperStep\n [attr.data-kendo-stepper-index]='idx'\n [type]='stepType'\n [step]='step'\n [index]='idx'\n [current]='currentStep'\n [successIcon]='successIcon'\n [successSVGIcon]='successSVGIcon'\n [errorIcon]='errorIcon'\n [errorSVGIcon]='errorSVGIcon'\n [svgIcon]='svgIcon'\n [indicatorTemplate]='indicatorTemplate'\n [labelTemplate]='labelTemplate'\n [stepTemplate]='stepTemplate'\n class='k-step'\n [class.k-step-first]='idx === 0'\n [class.k-step-last]='idx === steps.length - 1'\n [class.k-step-done]='idx < currentStep'\n [class.k-step-current]='idx === currentStep'\n [class.k-step-optional]='step.optional'\n [class.k-disabled]='step.disabled'\n [class.k-focus]='idx === focusedStep || (!isPresent(focusedStep) && idx === currentStep)'\n [ngClass]='step.cssClass'\n [ngStyle]='step.cssStyle'\n [style.max-width.%] = 'maxStepWidth'\n [style.max-height.%] = 'maxStepHeight'\n >\n </li>\n </ng-container>\n ", isInline: true, dependencies: [{ kind: "directive", type:
|
|
96
|
+
StepperListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperListComponent, isStandalone: true, selector: "[kendoStepperList]", inputs: { linear: "linear", stepType: "stepType", orientation: "orientation", currentStep: "currentStep", steps: "steps", successIcon: "successIcon", successSVGIcon: "successSVGIcon", errorIcon: "errorIcon", errorSVGIcon: "errorSVGIcon", svgIcon: "svgIcon", indicatorTemplate: "indicatorTemplate", labelTemplate: "labelTemplate", stepTemplate: "stepTemplate" }, outputs: { listKeydown: "listKeydown", listClick: "listClick" }, ngImport: i0, template: "\n <ng-container *ngFor='let step of steps; let idx = index'>\n <li kendoStepperStep\n [attr.data-kendo-stepper-index]='idx'\n [type]='stepType'\n [step]='step'\n [index]='idx'\n [current]='currentStep'\n [successIcon]='successIcon'\n [successSVGIcon]='successSVGIcon'\n [errorIcon]='errorIcon'\n [errorSVGIcon]='errorSVGIcon'\n [svgIcon]='svgIcon'\n [indicatorTemplate]='indicatorTemplate'\n [labelTemplate]='labelTemplate'\n [stepTemplate]='stepTemplate'\n class='k-step'\n [class.k-step-first]='idx === 0'\n [class.k-step-last]='idx === steps.length - 1'\n [class.k-step-done]='idx < currentStep'\n [class.k-step-current]='idx === currentStep'\n [class.k-step-optional]='step.optional'\n [class.k-disabled]='step.disabled'\n [class.k-focus]='idx === focusedStep || (!isPresent(focusedStep) && idx === currentStep)'\n [ngClass]='step.cssClass'\n [ngStyle]='step.cssStyle'\n [style.max-width.%] = 'maxStepWidth'\n [style.max-height.%] = 'maxStepHeight'\n >\n </li>\n </ng-container>\n ", isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: StepperStepComponent, selector: "[kendoStepperStep]", inputs: ["step", "index", "current", "type", "successIcon", "successSVGIcon", "errorIcon", "errorSVGIcon", "svgIcon", "indicatorTemplate", "labelTemplate", "stepTemplate"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
97
97
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperListComponent, decorators: [{
|
|
98
98
|
type: Component,
|
|
99
99
|
args: [{
|
|
@@ -130,7 +130,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
130
130
|
>
|
|
131
131
|
</li>
|
|
132
132
|
</ng-container>
|
|
133
|
-
|
|
133
|
+
`,
|
|
134
|
+
standalone: true,
|
|
135
|
+
imports: [NgFor, StepperStepComponent, NgClass, NgStyle]
|
|
134
136
|
}]
|
|
135
137
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.StepperService }, { type: i0.ElementRef }]; }, propDecorators: { linear: [{
|
|
136
138
|
type: Input
|
|
@@ -21,7 +21,7 @@ export class StepperCustomMessagesComponent extends StepperMessages {
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
StepperCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
24
|
-
StepperCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperCustomMessagesComponent, selector: "kendo-stepper-messages", providers: [
|
|
24
|
+
StepperCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperCustomMessagesComponent, isStandalone: true, selector: "kendo-stepper-messages", providers: [
|
|
25
25
|
{
|
|
26
26
|
provide: StepperMessages,
|
|
27
27
|
useExisting: forwardRef(() => StepperCustomMessagesComponent)
|
|
@@ -37,6 +37,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
37
37
|
}
|
|
38
38
|
],
|
|
39
39
|
selector: 'kendo-stepper-messages',
|
|
40
|
-
template:
|
|
40
|
+
template: ``,
|
|
41
|
+
standalone: true
|
|
41
42
|
}]
|
|
42
43
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
@@ -17,7 +17,7 @@ export class LocalizedStepperMessagesDirective extends StepperMessages {
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
LocalizedStepperMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedStepperMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20
|
-
LocalizedStepperMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n ", providers: [
|
|
20
|
+
LocalizedStepperMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedStepperMessagesDirective, isStandalone: true, selector: "\n [kendoStepperLocalizedMessages]\n ", providers: [
|
|
21
21
|
{
|
|
22
22
|
provide: StepperMessages,
|
|
23
23
|
useExisting: forwardRef(() => LocalizedStepperMessagesDirective)
|
|
@@ -34,6 +34,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
34
34
|
],
|
|
35
35
|
selector: `
|
|
36
36
|
[kendoStepperLocalizedMessages]
|
|
37
|
-
|
|
37
|
+
`,
|
|
38
|
+
standalone: true
|
|
38
39
|
}]
|
|
39
40
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
@@ -9,11 +9,11 @@ import { isPresent } from '../common/util';
|
|
|
9
9
|
import { StepperService } from './stepper.service';
|
|
10
10
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
11
11
|
import { checkCircleIcon, exclamationCircleIcon } from '@progress/kendo-svg-icons';
|
|
12
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
13
|
+
import { NgIf, NgTemplateOutlet } from '@angular/common';
|
|
12
14
|
import * as i0 from "@angular/core";
|
|
13
15
|
import * as i1 from "./stepper.service";
|
|
14
16
|
import * as i2 from "@progress/kendo-angular-l10n";
|
|
15
|
-
import * as i3 from "@angular/common";
|
|
16
|
-
import * as i4 from "@progress/kendo-angular-icons";
|
|
17
17
|
/**
|
|
18
18
|
* @hidden
|
|
19
19
|
*/
|
|
@@ -187,7 +187,7 @@ export class StepperStepComponent {
|
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
189
|
StepperStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperStepComponent, deps: [{ token: i1.StepperService }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
190
|
-
StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperStepComponent, selector: "[kendoStepperStep]", inputs: { step: "step", index: "index", current: "current", type: "type", successIcon: "successIcon", successSVGIcon: "successSVGIcon", errorIcon: "errorIcon", errorSVGIcon: "errorSVGIcon", svgIcon: "svgIcon", indicatorTemplate: "indicatorTemplate", labelTemplate: "labelTemplate", stepTemplate: "stepTemplate" }, host: { properties: { "class.k-step-error": "this.errorStepClass", "class.k-step-success": "this.successStepClass" } }, viewQueries: [{ propertyName: "stepLink", first: true, predicate: ["stepLink"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
190
|
+
StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperStepComponent, isStandalone: true, selector: "[kendoStepperStep]", inputs: { step: "step", index: "index", current: "current", type: "type", successIcon: "successIcon", successSVGIcon: "successSVGIcon", errorIcon: "errorIcon", errorSVGIcon: "errorSVGIcon", svgIcon: "svgIcon", indicatorTemplate: "indicatorTemplate", labelTemplate: "labelTemplate", stepTemplate: "stepTemplate" }, host: { properties: { "class.k-step-error": "this.errorStepClass", "class.k-step-success": "this.successStepClass" } }, viewQueries: [{ propertyName: "stepLink", first: true, predicate: ["stepLink"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
191
191
|
<a href='#' class='k-step-link' #stepLink
|
|
192
192
|
[attr.tabindex]='tabIndexAttr'
|
|
193
193
|
[attr.title]='step.label'
|
|
@@ -245,7 +245,7 @@ StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
245
245
|
</span>
|
|
246
246
|
</ng-container>
|
|
247
247
|
</a>
|
|
248
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
248
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
249
249
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperStepComponent, decorators: [{
|
|
250
250
|
type: Component,
|
|
251
251
|
args: [{
|
|
@@ -309,7 +309,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
309
309
|
</span>
|
|
310
310
|
</ng-container>
|
|
311
311
|
</a>
|
|
312
|
-
|
|
312
|
+
`,
|
|
313
|
+
standalone: true,
|
|
314
|
+
imports: [NgIf, NgTemplateOutlet, IconWrapperComponent]
|
|
313
315
|
}]
|
|
314
316
|
}], ctorParameters: function () { return [{ type: i1.StepperService }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { step: [{
|
|
315
317
|
type: Input
|
|
@@ -9,13 +9,13 @@ import { StepperLabelTemplateDirective } from './template-directives/label-templ
|
|
|
9
9
|
import { isPresent } from '../common/util';
|
|
10
10
|
import { StepperIndicatorTemplateDirective } from './template-directives/indicator-template.directive';
|
|
11
11
|
import { StepperService } from './stepper.service';
|
|
12
|
+
import { ProgressBarComponent } from '@progress/kendo-angular-progressbar';
|
|
13
|
+
import { NgStyle, NgIf } from '@angular/common';
|
|
14
|
+
import { StepperListComponent } from './list.component';
|
|
15
|
+
import { LocalizedStepperMessagesDirective } from './localization/localized-messages.directive';
|
|
12
16
|
import * as i0 from "@angular/core";
|
|
13
17
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
14
18
|
import * as i2 from "./stepper.service";
|
|
15
|
-
import * as i3 from "@angular/common";
|
|
16
|
-
import * as i4 from "@progress/kendo-angular-progressbar";
|
|
17
|
-
import * as i5 from "./list.component";
|
|
18
|
-
import * as i6 from "./localization/localized-messages.directive";
|
|
19
19
|
const DEFAULT_ANIMATION_DURATION = 400;
|
|
20
20
|
/**
|
|
21
21
|
* Represents the [Kendo UI Stepper component for Angular]({% slug overview_stepper %}).
|
|
@@ -231,7 +231,7 @@ export class StepperComponent {
|
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
233
|
StepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i2.StepperService }], target: i0.ɵɵFactoryTarget.Component });
|
|
234
|
-
StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperComponent, selector: "kendo-stepper", inputs: { stepType: "stepType", linear: "linear", orientation: "orientation", currentStep: "currentStep", steps: "steps", svgIcon: "svgIcon", successSVGIcon: "successSVGIcon", errorSVGIcon: "errorSVGIcon", successIcon: "successIcon", errorIcon: "errorIcon", animation: "animation" }, outputs: { activate: "activate", currentStepChange: "currentStepChange" }, host: { properties: { "class.k-stepper": "this.hostClasses", "class.k-stepper-linear": "this.linearClass", "attr.role": "this.ariaRole", "attr.dir": "this.direction", "style.display": "this.displayStyle" } }, providers: [
|
|
234
|
+
StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StepperComponent, isStandalone: true, selector: "kendo-stepper", inputs: { stepType: "stepType", linear: "linear", orientation: "orientation", currentStep: "currentStep", steps: "steps", svgIcon: "svgIcon", successSVGIcon: "successSVGIcon", errorSVGIcon: "errorSVGIcon", successIcon: "successIcon", errorIcon: "errorIcon", animation: "animation" }, outputs: { activate: "activate", currentStepChange: "currentStepChange" }, host: { properties: { "class.k-stepper": "this.hostClasses", "class.k-stepper-linear": "this.linearClass", "attr.role": "this.ariaRole", "attr.dir": "this.direction", "style.display": "this.displayStyle" } }, providers: [
|
|
235
235
|
LocalizationService,
|
|
236
236
|
StepperService,
|
|
237
237
|
{
|
|
@@ -276,7 +276,7 @@ StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
|
276
276
|
[value]='currentStep'
|
|
277
277
|
[ngStyle]='progressBarStyling'>
|
|
278
278
|
</kendo-progressbar>
|
|
279
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
279
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n " }, { kind: "component", type: StepperListComponent, selector: "[kendoStepperList]", inputs: ["linear", "stepType", "orientation", "currentStep", "steps", "successIcon", "successSVGIcon", "errorIcon", "errorSVGIcon", "svgIcon", "indicatorTemplate", "labelTemplate", "stepTemplate"], outputs: ["listKeydown", "listClick"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }] });
|
|
280
280
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperComponent, decorators: [{
|
|
281
281
|
type: Component,
|
|
282
282
|
args: [{
|
|
@@ -328,7 +328,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
328
328
|
[value]='currentStep'
|
|
329
329
|
[ngStyle]='progressBarStyling'>
|
|
330
330
|
</kendo-progressbar>
|
|
331
|
-
|
|
331
|
+
`,
|
|
332
|
+
standalone: true,
|
|
333
|
+
imports: [LocalizedStepperMessagesDirective, StepperListComponent, NgStyle, NgIf, ProgressBarComponent]
|
|
332
334
|
}]
|
|
333
335
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i2.StepperService }]; }, propDecorators: { hostClasses: [{
|
|
334
336
|
type: HostBinding,
|
|
@@ -15,11 +15,12 @@ export class StepperIndicatorTemplateDirective {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
StepperIndicatorTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperIndicatorTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18
|
-
StepperIndicatorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperIndicatorTemplateDirective, selector: "[kendoStepperIndicatorTemplate]", ngImport: i0 });
|
|
18
|
+
StepperIndicatorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperIndicatorTemplateDirective, isStandalone: true, selector: "[kendoStepperIndicatorTemplate]", ngImport: i0 });
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperIndicatorTemplateDirective, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
|
-
selector: '[kendoStepperIndicatorTemplate]'
|
|
22
|
+
selector: '[kendoStepperIndicatorTemplate]',
|
|
23
|
+
standalone: true
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
25
26
|
type: Optional
|
|
@@ -15,11 +15,12 @@ export class StepperLabelTemplateDirective {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
StepperLabelTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperLabelTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18
|
-
StepperLabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperLabelTemplateDirective, selector: "[kendoStepperLabelTemplate]", ngImport: i0 });
|
|
18
|
+
StepperLabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperLabelTemplateDirective, isStandalone: true, selector: "[kendoStepperLabelTemplate]", ngImport: i0 });
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperLabelTemplateDirective, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
|
-
selector: '[kendoStepperLabelTemplate]'
|
|
22
|
+
selector: '[kendoStepperLabelTemplate]',
|
|
23
|
+
standalone: true
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
25
26
|
type: Optional
|
|
@@ -15,11 +15,12 @@ export class StepperStepTemplateDirective {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
StepperStepTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperStepTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18
|
-
StepperStepTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperStepTemplateDirective, selector: "[kendoStepperStepTemplate]", ngImport: i0 });
|
|
18
|
+
StepperStepTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StepperStepTemplateDirective, isStandalone: true, selector: "[kendoStepperStepTemplate]", ngImport: i0 });
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperStepTemplateDirective, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
|
-
selector: '[kendoStepperStepTemplate]'
|
|
22
|
+
selector: '[kendoStepperStepTemplate]',
|
|
23
|
+
standalone: true
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
25
26
|
type: Optional
|
|
@@ -3,34 +3,14 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import {
|
|
7
|
-
import { ProgressBarModule } from '@progress/kendo-angular-progressbar';
|
|
8
|
-
import { StepperComponent } from './stepper/stepper.component';
|
|
9
|
-
import { StepperStepComponent } from './stepper/step.component';
|
|
10
|
-
import { StepperListComponent } from './stepper/list.component';
|
|
11
|
-
import { StepperIndicatorTemplateDirective } from './stepper/template-directives/indicator-template.directive';
|
|
12
|
-
import { StepperLabelTemplateDirective } from './stepper/template-directives/label-template.directive';
|
|
13
|
-
import { StepperStepTemplateDirective } from './stepper/template-directives/step-template.directive';
|
|
14
|
-
import { LocalizedStepperMessagesDirective } from './stepper/localization/localized-messages.directive';
|
|
15
|
-
import { StepperCustomMessagesComponent } from './stepper/localization/custom-messages.component';
|
|
16
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
6
|
+
import { KENDO_STEPPER } from './directives';
|
|
17
7
|
import * as i0 from "@angular/core";
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
StepperComponent,
|
|
25
|
-
StepperCustomMessagesComponent,
|
|
26
|
-
...templateDirectives
|
|
27
|
-
];
|
|
28
|
-
const declarations = [
|
|
29
|
-
StepperStepComponent,
|
|
30
|
-
StepperListComponent,
|
|
31
|
-
LocalizedStepperMessagesDirective,
|
|
32
|
-
...exportedModules
|
|
33
|
-
];
|
|
8
|
+
import * as i1 from "./stepper/stepper.component";
|
|
9
|
+
import * as i2 from "./stepper/localization/custom-messages.component";
|
|
10
|
+
import * as i3 from "./stepper/template-directives/indicator-template.directive";
|
|
11
|
+
import * as i4 from "./stepper/template-directives/label-template.directive";
|
|
12
|
+
import * as i5 from "./stepper/template-directives/step-template.directive";
|
|
13
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
34
14
|
/**
|
|
35
15
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
36
16
|
* definition for the Stepper component.
|
|
@@ -38,21 +18,12 @@ const declarations = [
|
|
|
38
18
|
export class StepperModule {
|
|
39
19
|
}
|
|
40
20
|
StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41
|
-
StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: StepperModule,
|
|
42
|
-
|
|
43
|
-
LocalizedStepperMessagesDirective, StepperComponent,
|
|
44
|
-
StepperCustomMessagesComponent, StepperStepTemplateDirective,
|
|
45
|
-
StepperLabelTemplateDirective,
|
|
46
|
-
StepperIndicatorTemplateDirective], imports: [CommonModule, ProgressBarModule, IconsModule], exports: [StepperComponent,
|
|
47
|
-
StepperCustomMessagesComponent, StepperStepTemplateDirective,
|
|
48
|
-
StepperLabelTemplateDirective,
|
|
49
|
-
StepperIndicatorTemplateDirective] });
|
|
50
|
-
StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, imports: [CommonModule, ProgressBarModule, IconsModule] });
|
|
21
|
+
StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, imports: [i1.StepperComponent, i2.StepperCustomMessagesComponent, i3.StepperIndicatorTemplateDirective, i4.StepperLabelTemplateDirective, i5.StepperStepTemplateDirective], exports: [i1.StepperComponent, i2.StepperCustomMessagesComponent, i3.StepperIndicatorTemplateDirective, i4.StepperLabelTemplateDirective, i5.StepperStepTemplateDirective] });
|
|
22
|
+
StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, imports: [i1.StepperComponent, i2.StepperCustomMessagesComponent] });
|
|
51
23
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StepperModule, decorators: [{
|
|
52
24
|
type: NgModule,
|
|
53
25
|
args: [{
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
imports: [CommonModule, ProgressBarModule, IconsModule]
|
|
26
|
+
exports: [...KENDO_STEPPER],
|
|
27
|
+
imports: [...KENDO_STEPPER]
|
|
57
28
|
}]
|
|
58
29
|
}] });
|