@progress/kendo-angular-layout 16.5.0 → 16.6.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/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
|
@@ -40,10 +40,11 @@ export class TabContentDirective {
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
TabContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
43
|
-
TabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabContentDirective, selector: "[kendoTabContent]", ngImport: i0 });
|
|
43
|
+
TabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabContentDirective, isStandalone: true, selector: "[kendoTabContent]", ngImport: i0 });
|
|
44
44
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabContentDirective, decorators: [{
|
|
45
45
|
type: Directive,
|
|
46
46
|
args: [{
|
|
47
|
-
selector: '[kendoTabContent]'
|
|
47
|
+
selector: '[kendoTabContent]',
|
|
48
|
+
standalone: true
|
|
48
49
|
}]
|
|
49
50
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -45,10 +45,11 @@ export class TabTitleDirective {
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
TabTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTitleDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
48
|
-
TabTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabTitleDirective, selector: "[kendoTabTitle]", ngImport: i0 });
|
|
48
|
+
TabTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabTitleDirective, isStandalone: true, selector: "[kendoTabTitle]", ngImport: i0 });
|
|
49
49
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTitleDirective, decorators: [{
|
|
50
50
|
type: Directive,
|
|
51
51
|
args: [{
|
|
52
|
-
selector: '[kendoTabTitle]'
|
|
52
|
+
selector: '[kendoTabTitle]',
|
|
53
|
+
standalone: true
|
|
53
54
|
}]
|
|
54
55
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -13,10 +13,11 @@ export class TabTemplateDirective {
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
TabTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16
|
-
TabTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabTemplateDirective, selector: "[kendoTabTemplate]", ngImport: i0 });
|
|
16
|
+
TabTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TabTemplateDirective, isStandalone: true, selector: "[kendoTabTemplate]", ngImport: i0 });
|
|
17
17
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabTemplateDirective, decorators: [{
|
|
18
18
|
type: Directive,
|
|
19
19
|
args: [{
|
|
20
|
-
selector: '[kendoTabTemplate]'
|
|
20
|
+
selector: '[kendoTabTemplate]',
|
|
21
|
+
standalone: true
|
|
21
22
|
}]
|
|
22
23
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -21,7 +21,7 @@ export class TabStripCustomMessagesComponent extends TabStripMessages {
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
TabStripCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
24
|
-
TabStripCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripCustomMessagesComponent, selector: "kendo-tabstrip-messages", providers: [
|
|
24
|
+
TabStripCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripCustomMessagesComponent, isStandalone: true, selector: "kendo-tabstrip-messages", providers: [
|
|
25
25
|
{
|
|
26
26
|
provide: TabStripMessages,
|
|
27
27
|
useExisting: forwardRef(() => TabStripCustomMessagesComponent)
|
|
@@ -37,6 +37,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
37
37
|
}
|
|
38
38
|
],
|
|
39
39
|
selector: 'kendo-tabstrip-messages',
|
|
40
|
-
template:
|
|
40
|
+
template: ``,
|
|
41
|
+
standalone: true
|
|
41
42
|
}]
|
|
42
43
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
@@ -17,7 +17,7 @@ export class LocalizedTabStripMessagesDirective extends TabStripMessages {
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
LocalizedTabStripMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedTabStripMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20
|
-
LocalizedTabStripMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]", providers: [
|
|
20
|
+
LocalizedTabStripMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedTabStripMessagesDirective, isStandalone: true, selector: "[kendoTabStripLocalizedMessages]", providers: [
|
|
21
21
|
{
|
|
22
22
|
provide: TabStripMessages,
|
|
23
23
|
useExisting: forwardRef(() => LocalizedTabStripMessagesDirective)
|
|
@@ -32,6 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
32
32
|
useExisting: forwardRef(() => LocalizedTabStripMessagesDirective)
|
|
33
33
|
}
|
|
34
34
|
],
|
|
35
|
-
selector: `[kendoTabStripLocalizedMessages]
|
|
35
|
+
selector: `[kendoTabStripLocalizedMessages]`,
|
|
36
|
+
standalone: true
|
|
36
37
|
}]
|
|
37
38
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
@@ -39,13 +39,14 @@ export class TabStripTabComponent {
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
TabStripTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripTabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
42
|
-
TabStripTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripTabComponent, selector: "kendo-tabstrip-tab", inputs: { title: "title", disabled: "disabled", cssClass: "cssClass", cssStyle: "cssStyle", selected: "selected", closable: "closable", closeIcon: "closeIcon", closeIconClass: "closeIconClass", closeSVGIcon: "closeSVGIcon" }, queries: [{ propertyName: "_tabDirective", predicate: TabTemplateDirective }, { propertyName: "_tabContent", predicate: TabContentDirective }, { propertyName: "_tabTitleDirective", predicate: TabTitleDirective }], exportAs: ["kendoTabStripTab"], ngImport: i0, template: ``, isInline: true });
|
|
42
|
+
TabStripTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripTabComponent, isStandalone: true, selector: "kendo-tabstrip-tab", inputs: { title: "title", disabled: "disabled", cssClass: "cssClass", cssStyle: "cssStyle", selected: "selected", closable: "closable", closeIcon: "closeIcon", closeIconClass: "closeIconClass", closeSVGIcon: "closeSVGIcon" }, queries: [{ propertyName: "_tabDirective", predicate: TabTemplateDirective }, { propertyName: "_tabContent", predicate: TabContentDirective }, { propertyName: "_tabTitleDirective", predicate: TabTitleDirective }], exportAs: ["kendoTabStripTab"], ngImport: i0, template: ``, isInline: true });
|
|
43
43
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripTabComponent, decorators: [{
|
|
44
44
|
type: Component,
|
|
45
45
|
args: [{
|
|
46
46
|
exportAs: 'kendoTabStripTab',
|
|
47
47
|
selector: 'kendo-tabstrip-tab',
|
|
48
|
-
template:
|
|
48
|
+
template: ``,
|
|
49
|
+
standalone: true
|
|
49
50
|
}]
|
|
50
51
|
}], propDecorators: { title: [{
|
|
51
52
|
type: Input
|
|
@@ -7,10 +7,10 @@ import { Component, EventEmitter, HostBinding, Input, Output } from '@angular/co
|
|
|
7
7
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
8
|
import { TabCloseEvent } from '../events/tabclose-event';
|
|
9
9
|
import { xIcon } from '@progress/kendo-svg-icons';
|
|
10
|
+
import { ButtonComponent } from '@progress/kendo-angular-buttons';
|
|
11
|
+
import { NgIf, NgTemplateOutlet } from '@angular/common';
|
|
10
12
|
import * as i0 from "@angular/core";
|
|
11
13
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
12
|
-
import * as i2 from "@angular/common";
|
|
13
|
-
import * as i3 from "@progress/kendo-angular-buttons";
|
|
14
14
|
/**
|
|
15
15
|
* @hidden
|
|
16
16
|
*/
|
|
@@ -75,7 +75,7 @@ export class TabComponent {
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
TabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
78
|
-
TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabComponent, selector: "[kendoTabStripTab]", inputs: { tab: "tab", index: "index", tabStripClosable: "tabStripClosable", tabStripCloseIcon: "tabStripCloseIcon", customTabstripCloseIcon: "customTabstripCloseIcon", closeSVGIcon: "closeSVGIcon" }, outputs: { tabClose: "tabClose" }, host: { properties: { "class.k-item": "this.hostClasses", "class.k-tabstrip-item": "this.hostClasses", "attr.aria-selected": "this.activeClass", "class.k-active": "this.activeClass", "attr.aria-disabled": "this.disabledClass", "class.k-disabled": "this.disabledClass", "class.k-focus": "this.focusedClass", "attr.tabindex": "this.tabIndex" } }, ngImport: i0, template: `
|
|
78
|
+
TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabComponent, isStandalone: true, selector: "[kendoTabStripTab]", inputs: { tab: "tab", index: "index", tabStripClosable: "tabStripClosable", tabStripCloseIcon: "tabStripCloseIcon", customTabstripCloseIcon: "customTabstripCloseIcon", closeSVGIcon: "closeSVGIcon" }, outputs: { tabClose: "tabClose" }, host: { properties: { "class.k-item": "this.hostClasses", "class.k-tabstrip-item": "this.hostClasses", "attr.aria-selected": "this.activeClass", "class.k-active": "this.activeClass", "attr.aria-disabled": "this.disabledClass", "class.k-disabled": "this.disabledClass", "class.k-focus": "this.focusedClass", "attr.tabindex": "this.tabIndex" } }, ngImport: i0, template: `
|
|
79
79
|
<ng-container *ngIf="!tab.tabTemplate; else tabTemplate">
|
|
80
80
|
<span class="k-link" *ngIf="!tab.tabTitle">{{ tab.title }}</span>
|
|
81
81
|
<span class="k-link" *ngIf="tab.tabTitle">
|
|
@@ -101,7 +101,7 @@ TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
101
101
|
(click)="closeTab(index)"
|
|
102
102
|
class="k-remove-tab k-icon-button"
|
|
103
103
|
></button>
|
|
104
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
104
|
+
`, 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: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
105
105
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabComponent, decorators: [{
|
|
106
106
|
type: Component,
|
|
107
107
|
args: [{
|
|
@@ -133,7 +133,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
133
133
|
(click)="closeTab(index)"
|
|
134
134
|
class="k-remove-tab k-icon-button"
|
|
135
135
|
></button>
|
|
136
|
-
|
|
136
|
+
`,
|
|
137
|
+
standalone: true,
|
|
138
|
+
imports: [NgIf, NgTemplateOutlet, ButtonComponent]
|
|
137
139
|
}]
|
|
138
140
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { tab: [{
|
|
139
141
|
type: Input
|
|
@@ -10,9 +10,9 @@ import { isTablistHorizontal } from './util';
|
|
|
10
10
|
import { TabScrollEvent } from './events/tabscroll-event';
|
|
11
11
|
import { caretAltDownIcon, caretAltLeftIcon, caretAltRightIcon, caretAltUpIcon } from '@progress/kendo-svg-icons';
|
|
12
12
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
13
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
15
|
-
import * as i2 from "@progress/kendo-angular-icons";
|
|
16
16
|
/**
|
|
17
17
|
* @hidden
|
|
18
18
|
*/
|
|
@@ -131,7 +131,7 @@ export class TabStripScrollableButtonComponent {
|
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
TabStripScrollableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripScrollableButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
134
|
-
TabStripScrollableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripScrollableButtonComponent, selector: "[kendoTabStripScrollableButton]", inputs: { prev: "prev", tabPosition: "tabPosition", scrollable: "scrollable" }, outputs: { tabScroll: "tabScroll", onClick: "onClick" }, host: { properties: { "class.k-tabstrip-prev": "this.prevClass", "class.k-tabstrip-next": "this.nextClass" } }, ngImport: i0, template: `
|
|
134
|
+
TabStripScrollableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripScrollableButtonComponent, isStandalone: true, selector: "[kendoTabStripScrollableButton]", inputs: { prev: "prev", tabPosition: "tabPosition", scrollable: "scrollable" }, outputs: { tabScroll: "tabScroll", onClick: "onClick" }, host: { properties: { "class.k-tabstrip-prev": "this.prevClass", "class.k-tabstrip-next": "this.nextClass" } }, ngImport: i0, template: `
|
|
135
135
|
<kendo-icon-wrapper
|
|
136
136
|
[name]="iconClass"
|
|
137
137
|
[customFontClass]="customIconClass"
|
|
@@ -139,7 +139,7 @@ TabStripScrollableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion
|
|
|
139
139
|
innerCssClass="k-button-icon"
|
|
140
140
|
>
|
|
141
141
|
</kendo-icon-wrapper>
|
|
142
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
|
142
|
+
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
143
143
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripScrollableButtonComponent, decorators: [{
|
|
144
144
|
type: Component,
|
|
145
145
|
args: [{
|
|
@@ -153,7 +153,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
153
153
|
</kendo-icon-wrapper>
|
|
154
154
|
`,
|
|
155
155
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
156
|
-
selector: '[kendoTabStripScrollableButton]'
|
|
156
|
+
selector: '[kendoTabStripScrollableButton]',
|
|
157
|
+
standalone: true,
|
|
158
|
+
imports: [IconWrapperComponent]
|
|
157
159
|
}]
|
|
158
160
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.LocalizationService }]; }, propDecorators: { prevClass: [{
|
|
159
161
|
type: HostBinding,
|
|
@@ -18,16 +18,14 @@ import { normalizeScrollableSettings } from './models/scrollable-settings';
|
|
|
18
18
|
import { TabScrollEvent } from './events/tabscroll-event';
|
|
19
19
|
import { TabStripScrollableButtonComponent } from './scrollable-button.component';
|
|
20
20
|
import { take } from 'rxjs/operators';
|
|
21
|
-
import { guid, isDocumentAvailable, shouldShowValidationUI } from '@progress/kendo-angular-common';
|
|
21
|
+
import { guid, isDocumentAvailable, shouldShowValidationUI, WatermarkOverlayComponent, ResizeSensorComponent } from '@progress/kendo-angular-common';
|
|
22
|
+
import { TabComponent } from './rendering/tab.component';
|
|
23
|
+
import { NgIf, NgTemplateOutlet, NgClass, NgFor, NgStyle } from '@angular/common';
|
|
24
|
+
import { LocalizedTabStripMessagesDirective } from './localization/localized-messages.directive';
|
|
22
25
|
import * as i0 from "@angular/core";
|
|
23
26
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
24
27
|
import * as i2 from "./tabstrip.service";
|
|
25
28
|
import * as i3 from "./tabstrip-scroll.service";
|
|
26
|
-
import * as i4 from "@angular/common";
|
|
27
|
-
import * as i5 from "@progress/kendo-angular-common";
|
|
28
|
-
import * as i6 from "./rendering/tab.component";
|
|
29
|
-
import * as i7 from "./localization/localized-messages.directive";
|
|
30
|
-
import * as i8 from "./scrollable-button.component";
|
|
31
29
|
/**
|
|
32
30
|
* Represents the [Kendo UI TabStrip component for Angular]({% slug overview_tabstrip %}).
|
|
33
31
|
*/
|
|
@@ -413,7 +411,7 @@ export class TabStripComponent {
|
|
|
413
411
|
}
|
|
414
412
|
}
|
|
415
413
|
TabStripComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i2.TabStripService }, { token: i3.ScrollService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
416
|
-
TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripComponent, selector: "kendo-tabstrip", inputs: { height: "height", animate: "animate", tabAlignment: "tabAlignment", tabPosition: "tabPosition", keepTabContent: "keepTabContent", closable: "closable", scrollable: "scrollable", closeIcon: "closeIcon", closeIconClass: "closeIconClass", closeSVGIcon: "closeSVGIcon", showContentArea: "showContentArea" }, outputs: { tabSelect: "tabSelect", tabClose: "tabClose", tabScroll: "tabScroll" }, host: { properties: { "class.k-tabstrip": "this.hostClasses", "class.k-pos-relative": "this.hostClasses", "class.k-tabstrip-top": "this.tabsAtTop", "class.k-tabstrip-right": "this.tabsAtRight", "class.k-tabstrip-bottom": "this.tabsAtBottom", "class.k-tabstrip-left": "this.tabsAtLeft", "attr.dir": "this.dir", "class.k-tabstrip-scrollable": "this.tabStripScrollable" } }, providers: [
|
|
414
|
+
TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TabStripComponent, isStandalone: true, selector: "kendo-tabstrip", inputs: { height: "height", animate: "animate", tabAlignment: "tabAlignment", tabPosition: "tabPosition", keepTabContent: "keepTabContent", closable: "closable", scrollable: "scrollable", closeIcon: "closeIcon", closeIconClass: "closeIconClass", closeSVGIcon: "closeSVGIcon", showContentArea: "showContentArea" }, outputs: { tabSelect: "tabSelect", tabClose: "tabClose", tabScroll: "tabScroll" }, host: { properties: { "class.k-tabstrip": "this.hostClasses", "class.k-pos-relative": "this.hostClasses", "class.k-tabstrip-top": "this.tabsAtTop", "class.k-tabstrip-right": "this.tabsAtRight", "class.k-tabstrip-bottom": "this.tabsAtBottom", "class.k-tabstrip-left": "this.tabsAtLeft", "attr.dir": "this.dir", "class.k-tabstrip-scrollable": "this.tabStripScrollable" } }, providers: [
|
|
417
415
|
TabStripService,
|
|
418
416
|
ScrollService,
|
|
419
417
|
LocalizationService,
|
|
@@ -521,7 +519,7 @@ TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
521
519
|
</ng-template>
|
|
522
520
|
<kendo-resize-sensor *ngIf="isScrollable" (resize)="onResize()"></kendo-resize-sensor>
|
|
523
521
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
524
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
522
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: TabStripScrollableButtonComponent, selector: "[kendoTabStripScrollableButton]", inputs: ["prev", "tabPosition", "scrollable"], outputs: ["tabScroll", "onClick"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: TabComponent, selector: "[kendoTabStripTab]", inputs: ["tab", "index", "tabStripClosable", "tabStripCloseIcon", "customTabstripCloseIcon", "closeSVGIcon"], outputs: ["tabClose"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], animations: [
|
|
525
523
|
trigger('state', [
|
|
526
524
|
state('active', style({ opacity: 1 })),
|
|
527
525
|
transition('* => active', [
|
|
@@ -653,7 +651,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
653
651
|
</ng-template>
|
|
654
652
|
<kendo-resize-sensor *ngIf="isScrollable" (resize)="onResize()"></kendo-resize-sensor>
|
|
655
653
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
656
|
-
|
|
654
|
+
`,
|
|
655
|
+
standalone: true,
|
|
656
|
+
imports: [LocalizedTabStripMessagesDirective, NgIf, NgTemplateOutlet, NgClass, TabStripScrollableButtonComponent, NgFor, TabComponent, NgStyle, ResizeSensorComponent, WatermarkOverlayComponent]
|
|
657
657
|
}]
|
|
658
658
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i2.TabStripService }, { type: i3.ScrollService }, { type: i0.NgZone }]; }, propDecorators: { height: [{
|
|
659
659
|
type: Input
|
|
@@ -2,35 +2,15 @@
|
|
|
2
2
|
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TabComponent } from './tabstrip/rendering/tab.component';
|
|
6
5
|
import { NgModule } from '@angular/core';
|
|
7
|
-
import {
|
|
8
|
-
import { TabStripComponent } from './tabstrip/tabstrip.component';
|
|
9
|
-
import { TabStripTabComponent } from './tabstrip/models/tabstrip-tab.component';
|
|
10
|
-
import { TabContentDirective } from './tabstrip/directives/tab-content.directive';
|
|
11
|
-
import { TabTitleDirective } from './tabstrip/directives/tab-title.directive';
|
|
12
|
-
import { TabStripCustomMessagesComponent } from './tabstrip/localization/custom-messages.component';
|
|
13
|
-
import { LocalizedTabStripMessagesDirective } from './tabstrip/localization/localized-messages.directive';
|
|
14
|
-
import { ResizeSensorModule, WatermarkModule } from '@progress/kendo-angular-common';
|
|
15
|
-
import { TabStripScrollableButtonComponent } from './tabstrip/scrollable-button.component';
|
|
16
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
17
|
-
import { ButtonModule } from '@progress/kendo-angular-buttons';
|
|
18
|
-
import { TabTemplateDirective } from './tabstrip/directives/tab.directive';
|
|
6
|
+
import { KENDO_TABSTRIP } from './directives';
|
|
19
7
|
import * as i0 from "@angular/core";
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
TabStripCustomMessagesComponent,
|
|
27
|
-
LocalizedTabStripMessagesDirective,
|
|
28
|
-
TabTemplateDirective
|
|
29
|
-
];
|
|
30
|
-
const declarations = [
|
|
31
|
-
...exportedModules,
|
|
32
|
-
TabStripScrollableButtonComponent
|
|
33
|
-
];
|
|
8
|
+
import * as i1 from "./tabstrip/tabstrip.component";
|
|
9
|
+
import * as i2 from "./tabstrip/models/tabstrip-tab.component";
|
|
10
|
+
import * as i3 from "./tabstrip/directives/tab-content.directive";
|
|
11
|
+
import * as i4 from "./tabstrip/directives/tab-title.directive";
|
|
12
|
+
import * as i5 from "./tabstrip/localization/custom-messages.component";
|
|
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 TabStrip component.
|
|
@@ -44,27 +24,12 @@ const declarations = [
|
|
|
44
24
|
export class TabStripModule {
|
|
45
25
|
}
|
|
46
26
|
TabStripModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
47
|
-
TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule,
|
|
48
|
-
|
|
49
|
-
TabContentDirective,
|
|
50
|
-
TabTitleDirective,
|
|
51
|
-
TabComponent,
|
|
52
|
-
TabStripCustomMessagesComponent,
|
|
53
|
-
LocalizedTabStripMessagesDirective,
|
|
54
|
-
TabTemplateDirective, TabStripScrollableButtonComponent], imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule], exports: [TabStripComponent,
|
|
55
|
-
TabStripTabComponent,
|
|
56
|
-
TabContentDirective,
|
|
57
|
-
TabTitleDirective,
|
|
58
|
-
TabComponent,
|
|
59
|
-
TabStripCustomMessagesComponent,
|
|
60
|
-
LocalizedTabStripMessagesDirective,
|
|
61
|
-
TabTemplateDirective] });
|
|
62
|
-
TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule] });
|
|
27
|
+
TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, imports: [i1.TabStripComponent, i2.TabStripTabComponent, i3.TabContentDirective, i4.TabTitleDirective, i5.TabStripCustomMessagesComponent], exports: [i1.TabStripComponent, i2.TabStripTabComponent, i3.TabContentDirective, i4.TabTitleDirective, i5.TabStripCustomMessagesComponent] });
|
|
28
|
+
TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, imports: [i1.TabStripComponent, i2.TabStripTabComponent, i5.TabStripCustomMessagesComponent] });
|
|
63
29
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TabStripModule, decorators: [{
|
|
64
30
|
type: NgModule,
|
|
65
31
|
args: [{
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule]
|
|
32
|
+
exports: [...KENDO_TABSTRIP],
|
|
33
|
+
imports: [...KENDO_TABSTRIP]
|
|
69
34
|
}]
|
|
70
35
|
}] });
|
|
@@ -14,7 +14,7 @@ export class TileLayoutItemBodyComponent {
|
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
TileLayoutItemBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
-
TileLayoutItemBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutItemBodyComponent, selector: "kendo-tilelayout-item-body", host: { properties: { "class.k-tilelayout-item-body": "this.hostClass", "class.k-card-body": "this.hostClass", "style.min-height": "this.minHeight" } }, ngImport: i0, template: `
|
|
17
|
+
TileLayoutItemBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutItemBodyComponent, isStandalone: true, selector: "kendo-tilelayout-item-body", host: { properties: { "class.k-tilelayout-item-body": "this.hostClass", "class.k-card-body": "this.hostClass", "style.min-height": "this.minHeight" } }, ngImport: i0, template: `
|
|
18
18
|
<ng-content></ng-content>
|
|
19
19
|
`, isInline: true });
|
|
20
20
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemBodyComponent, decorators: [{
|
|
@@ -23,7 +23,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
23
23
|
selector: 'kendo-tilelayout-item-body',
|
|
24
24
|
template: `
|
|
25
25
|
<ng-content></ng-content>
|
|
26
|
-
|
|
26
|
+
`,
|
|
27
|
+
standalone: true
|
|
27
28
|
}]
|
|
28
29
|
}], propDecorators: { hostClass: [{
|
|
29
30
|
type: HostBinding,
|
|
@@ -30,7 +30,7 @@ export class TileLayoutItemHeaderComponent {
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
TileLayoutItemHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemHeaderComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
33
|
-
TileLayoutItemHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutItemHeaderComponent, selector: "kendo-tilelayout-item-header", inputs: { reorderable: "reorderable" }, host: { properties: { "class.k-tilelayout-item-header": "this.hostClass", "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
|
|
33
|
+
TileLayoutItemHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutItemHeaderComponent, isStandalone: true, selector: "kendo-tilelayout-item-header", inputs: { reorderable: "reorderable" }, host: { properties: { "class.k-tilelayout-item-header": "this.hostClass", "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
|
|
34
34
|
<ng-content></ng-content>
|
|
35
35
|
`, isInline: true });
|
|
36
36
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemHeaderComponent, decorators: [{
|
|
@@ -39,7 +39,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
39
39
|
selector: 'kendo-tilelayout-item-header',
|
|
40
40
|
template: `
|
|
41
41
|
<ng-content></ng-content>
|
|
42
|
-
|
|
42
|
+
`,
|
|
43
|
+
standalone: true
|
|
43
44
|
}]
|
|
44
45
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { hostClass: [{
|
|
45
46
|
type: HostBinding,
|
|
@@ -11,13 +11,12 @@ import { isPresent } from './../common/util';
|
|
|
11
11
|
import { RESIZE_DIRECTIONS, RTL_RESIZE_DIRECTIONS } from './constants';
|
|
12
12
|
import { TileLayoutItemHeaderComponent } from './tilelayout-item-header.component';
|
|
13
13
|
import { getId } from './util';
|
|
14
|
+
import { TileLayoutResizeHandleDirective } from './tilelayout-resize-handle.directive';
|
|
15
|
+
import { NgIf, NgFor } from '@angular/common';
|
|
14
16
|
import * as i0 from "@angular/core";
|
|
15
17
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
16
18
|
import * as i2 from "./dragging-service";
|
|
17
19
|
import * as i3 from "./keyboard-navigation.service";
|
|
18
|
-
import * as i4 from "@angular/common";
|
|
19
|
-
import * as i5 from "./tilelayout-item-header.component";
|
|
20
|
-
import * as i6 from "./tilelayout-resize-handle.directive";
|
|
21
20
|
/**
|
|
22
21
|
* Represents a tile item within the TileLayoutComponent.
|
|
23
22
|
*/
|
|
@@ -180,7 +179,7 @@ export class TileLayoutItemComponent {
|
|
|
180
179
|
}
|
|
181
180
|
}
|
|
182
181
|
TileLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i2.TileLayoutDraggingService }, { token: i3.TileLayoutKeyboardNavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
183
|
-
TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutItemComponent, selector: "kendo-tilelayout-item", inputs: { title: "title", rowSpan: "rowSpan", colSpan: "colSpan", order: "order", col: "col", row: "row", reorderable: "reorderable", resizable: "resizable" }, host: { properties: { "class.k-tilelayout-item": "this.itemClass", "class.k-card": "this.itemClass", "attr.role": "this.hostRole", "attr.aria-dropeffect": "this.hostDropEffect", "attr.tabindex": "this.hostTabindex", "attr.aria-keyshortcuts": "this.ariaKeyShortcuts", "attr.aria-grabbed": "this.hostGrabbed", "attr.aria-labelledby": "this.hostLabelledBy", "style.grid-column-end": "this.colEnd", "style.grid-row-end": "this.rowEnd", "style.grid-column-start": "this.colStart", "style.grid-row-start": "this.rowStart" } }, queries: [{ propertyName: "headers", predicate: TileLayoutItemHeaderComponent }], usesOnChanges: true, ngImport: i0, template: `
|
|
182
|
+
TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutItemComponent, isStandalone: true, selector: "kendo-tilelayout-item", inputs: { title: "title", rowSpan: "rowSpan", colSpan: "colSpan", order: "order", col: "col", row: "row", reorderable: "reorderable", resizable: "resizable" }, host: { properties: { "class.k-tilelayout-item": "this.itemClass", "class.k-card": "this.itemClass", "attr.role": "this.hostRole", "attr.aria-dropeffect": "this.hostDropEffect", "attr.tabindex": "this.hostTabindex", "attr.aria-keyshortcuts": "this.ariaKeyShortcuts", "attr.aria-grabbed": "this.hostGrabbed", "attr.aria-labelledby": "this.hostLabelledBy", "style.grid-column-end": "this.colEnd", "style.grid-row-end": "this.rowEnd", "style.grid-column-start": "this.colStart", "style.grid-row-start": "this.rowStart" } }, queries: [{ propertyName: "headers", predicate: TileLayoutItemHeaderComponent }], usesOnChanges: true, ngImport: i0, template: `
|
|
184
183
|
<kendo-tilelayout-item-header [reorderable]="isReorderable" *ngIf="title">
|
|
185
184
|
<h5 [id]="titleId" class="k-card-title">{{ title }}</h5>
|
|
186
185
|
</kendo-tilelayout-item-header>
|
|
@@ -194,7 +193,7 @@ TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
194
193
|
[resizeDirection]="dir">
|
|
195
194
|
</div>
|
|
196
195
|
</ng-container>
|
|
197
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
196
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: TileLayoutItemHeaderComponent, selector: "kendo-tilelayout-item-header", inputs: ["reorderable"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: ["resizeDirection", "rtl"] }] });
|
|
198
197
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutItemComponent, decorators: [{
|
|
199
198
|
type: Component,
|
|
200
199
|
args: [{
|
|
@@ -213,7 +212,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
213
212
|
[resizeDirection]="dir">
|
|
214
213
|
</div>
|
|
215
214
|
</ng-container>
|
|
216
|
-
|
|
215
|
+
`,
|
|
216
|
+
standalone: true,
|
|
217
|
+
imports: [NgIf, TileLayoutItemHeaderComponent, NgFor, TileLayoutResizeHandleDirective]
|
|
217
218
|
}]
|
|
218
219
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: i2.TileLayoutDraggingService }, { type: i3.TileLayoutKeyboardNavigationService }]; }, propDecorators: { title: [{
|
|
219
220
|
type: Input
|
|
@@ -43,11 +43,12 @@ export class TileLayoutResizeHandleDirective {
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
TileLayoutResizeHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutResizeHandleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
46
|
-
TileLayoutResizeHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: { resizeDirection: "resizeDirection", rtl: "rtl" }, ngImport: i0 });
|
|
46
|
+
TileLayoutResizeHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutResizeHandleDirective, isStandalone: true, selector: "[kendoTileLayoutResizeHandle]", inputs: { resizeDirection: "resizeDirection", rtl: "rtl" }, ngImport: i0 });
|
|
47
47
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutResizeHandleDirective, decorators: [{
|
|
48
48
|
type: Directive,
|
|
49
49
|
args: [{
|
|
50
|
-
selector: '[kendoTileLayoutResizeHandle]'
|
|
50
|
+
selector: '[kendoTileLayoutResizeHandle]',
|
|
51
|
+
standalone: true
|
|
51
52
|
}]
|
|
52
53
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { resizeDirection: [{
|
|
53
54
|
type: Input
|
|
@@ -8,17 +8,16 @@ import { Subscription } from 'rxjs';
|
|
|
8
8
|
import { Draggable } from '@progress/kendo-draggable';
|
|
9
9
|
import { TileLayoutItemComponent } from './tilelayout-item.component';
|
|
10
10
|
import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
11
|
-
import { hasObservers, isChanged, shouldShowValidationUI } from '@progress/kendo-angular-common';
|
|
11
|
+
import { hasObservers, isChanged, shouldShowValidationUI, WatermarkOverlayComponent } from '@progress/kendo-angular-common';
|
|
12
12
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
13
13
|
import { packageMetadata } from '../package-metadata';
|
|
14
14
|
import { isPresent } from '../common/util';
|
|
15
15
|
import { TileLayoutKeyboardNavigationService } from './keyboard-navigation.service';
|
|
16
|
+
import { NgIf } from '@angular/common';
|
|
16
17
|
import * as i0 from "@angular/core";
|
|
17
18
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
18
19
|
import * as i2 from "./dragging-service";
|
|
19
20
|
import * as i3 from "./keyboard-navigation.service";
|
|
20
|
-
import * as i4 from "@angular/common";
|
|
21
|
-
import * as i5 from "@progress/kendo-angular-common";
|
|
22
21
|
const autoFlowClasses = {
|
|
23
22
|
column: 'k-grid-flow-col',
|
|
24
23
|
row: 'k-grid-flow-row',
|
|
@@ -255,7 +254,7 @@ export class TileLayoutComponent {
|
|
|
255
254
|
}
|
|
256
255
|
}
|
|
257
256
|
TileLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutComponent, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i2.TileLayoutDraggingService }, { token: i3.TileLayoutKeyboardNavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
258
|
-
TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutComponent, selector: "kendo-tilelayout", inputs: { columns: "columns", columnWidth: "columnWidth", gap: "gap", reorderable: "reorderable", resizable: "resizable", rowHeight: "rowHeight", autoFlow: "autoFlow", navigable: "navigable" }, outputs: { reorder: "reorder", resize: "resize" }, host: { properties: { "class.k-tilelayout": "this.hostClass", "class.k-pos-relative": "this.hostClass", "attr.role": "this.hostRole", "style.gap": "this.gapStyle", "style.padding": "this.gapStyle", "attr.dir": "this.direction" } }, providers: [
|
|
257
|
+
TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TileLayoutComponent, isStandalone: true, selector: "kendo-tilelayout", inputs: { columns: "columns", columnWidth: "columnWidth", gap: "gap", reorderable: "reorderable", resizable: "resizable", rowHeight: "rowHeight", autoFlow: "autoFlow", navigable: "navigable" }, outputs: { reorder: "reorder", resize: "resize" }, host: { properties: { "class.k-tilelayout": "this.hostClass", "class.k-pos-relative": "this.hostClass", "attr.role": "this.hostRole", "style.gap": "this.gapStyle", "style.padding": "this.gapStyle", "attr.dir": "this.direction" } }, providers: [
|
|
259
258
|
LocalizationService,
|
|
260
259
|
TileLayoutDraggingService,
|
|
261
260
|
TileLayoutKeyboardNavigationService,
|
|
@@ -275,7 +274,7 @@ TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
275
274
|
[style.zIndex]="'1'">
|
|
276
275
|
</div>
|
|
277
276
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
278
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
277
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }] });
|
|
279
278
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutComponent, decorators: [{
|
|
280
279
|
type: Component,
|
|
281
280
|
args: [{
|
|
@@ -301,7 +300,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
301
300
|
[style.zIndex]="'1'">
|
|
302
301
|
</div>
|
|
303
302
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
304
|
-
|
|
303
|
+
`,
|
|
304
|
+
standalone: true,
|
|
305
|
+
imports: [NgIf, WatermarkOverlayComponent]
|
|
305
306
|
}]
|
|
306
307
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: i2.TileLayoutDraggingService }, { type: i3.TileLayoutKeyboardNavigationService }]; }, propDecorators: { columns: [{
|
|
307
308
|
type: Input
|
|
@@ -3,24 +3,13 @@
|
|
|
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 { WatermarkModule } from '@progress/kendo-angular-common';
|
|
8
|
-
import { TileLayoutComponent } from './tilelayout/tilelayout.component';
|
|
9
|
-
import { TileLayoutItemComponent } from './tilelayout/tilelayout-item.component';
|
|
10
|
-
import { TileLayoutItemHeaderComponent } from './tilelayout/tilelayout-item-header.component';
|
|
11
|
-
import { TileLayoutItemBodyComponent } from './tilelayout/tilelayout-item-body.component';
|
|
12
|
-
import { TileLayoutResizeHandleDirective } from './tilelayout/tilelayout-resize-handle.directive';
|
|
6
|
+
import { KENDO_TILELAYOUT } from './directives';
|
|
13
7
|
import * as i0 from "@angular/core";
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
TileLayoutResizeHandleDirective
|
|
20
|
-
];
|
|
21
|
-
const declarations = [
|
|
22
|
-
...exportedModules
|
|
23
|
-
];
|
|
8
|
+
import * as i1 from "./tilelayout/tilelayout.component";
|
|
9
|
+
import * as i2 from "./tilelayout/tilelayout-item-body.component";
|
|
10
|
+
import * as i3 from "./tilelayout/tilelayout-item.component";
|
|
11
|
+
import * as i4 from "./tilelayout/tilelayout-item-header.component";
|
|
12
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
24
13
|
/**
|
|
25
14
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
26
15
|
* definition for the TileLayout component.
|
|
@@ -34,21 +23,12 @@ const declarations = [
|
|
|
34
23
|
export class TileLayoutModule {
|
|
35
24
|
}
|
|
36
25
|
TileLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
37
|
-
TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule,
|
|
38
|
-
|
|
39
|
-
TileLayoutItemHeaderComponent,
|
|
40
|
-
TileLayoutItemBodyComponent,
|
|
41
|
-
TileLayoutResizeHandleDirective], imports: [CommonModule, WatermarkModule], exports: [TileLayoutComponent,
|
|
42
|
-
TileLayoutItemComponent,
|
|
43
|
-
TileLayoutItemHeaderComponent,
|
|
44
|
-
TileLayoutItemBodyComponent,
|
|
45
|
-
TileLayoutResizeHandleDirective] });
|
|
46
|
-
TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, imports: [CommonModule, WatermarkModule] });
|
|
26
|
+
TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, imports: [i1.TileLayoutComponent, i2.TileLayoutItemBodyComponent, i3.TileLayoutItemComponent, i4.TileLayoutItemHeaderComponent], exports: [i1.TileLayoutComponent, i2.TileLayoutItemBodyComponent, i3.TileLayoutItemComponent, i4.TileLayoutItemHeaderComponent] });
|
|
27
|
+
TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, imports: [KENDO_TILELAYOUT] });
|
|
47
28
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TileLayoutModule, decorators: [{
|
|
48
29
|
type: NgModule,
|
|
49
30
|
args: [{
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
imports: [CommonModule, WatermarkModule]
|
|
31
|
+
exports: [...KENDO_TILELAYOUT],
|
|
32
|
+
imports: [...KENDO_TILELAYOUT]
|
|
53
33
|
}]
|
|
54
34
|
}] });
|
|
@@ -20,7 +20,7 @@ export class TimelineCustomMessagesComponent extends TimelineMessages {
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
TimelineCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
23
|
-
TimelineCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCustomMessagesComponent, selector: "kendo-timeline-messages", providers: [
|
|
23
|
+
TimelineCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCustomMessagesComponent, isStandalone: true, selector: "kendo-timeline-messages", providers: [
|
|
24
24
|
{
|
|
25
25
|
provide: TimelineMessages,
|
|
26
26
|
useExisting: forwardRef(() => TimelineCustomMessagesComponent),
|
|
@@ -37,5 +37,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
37
37
|
],
|
|
38
38
|
selector: 'kendo-timeline-messages',
|
|
39
39
|
template: ``,
|
|
40
|
+
standalone: true
|
|
40
41
|
}]
|
|
41
42
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
@@ -17,7 +17,7 @@ export class LocalizedTimelineMessagesDirective extends TimelineMessages {
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
LocalizedTimelineMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedTimelineMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20
|
-
LocalizedTimelineMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedTimelineMessagesDirective, selector: "[kendoTimelineLocalizedMessages]", providers: [
|
|
20
|
+
LocalizedTimelineMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedTimelineMessagesDirective, isStandalone: true, selector: "[kendoTimelineLocalizedMessages]", providers: [
|
|
21
21
|
{
|
|
22
22
|
provide: TimelineMessages,
|
|
23
23
|
useExisting: forwardRef(() => LocalizedTimelineMessagesDirective),
|
|
@@ -32,6 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
32
32
|
useExisting: forwardRef(() => LocalizedTimelineMessagesDirective),
|
|
33
33
|
},
|
|
34
34
|
],
|
|
35
|
-
selector: `[kendoTimelineLocalizedMessages]
|
|
35
|
+
selector: `[kendoTimelineLocalizedMessages]`,
|
|
36
|
+
standalone: true
|
|
36
37
|
}]
|
|
37
38
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
@@ -18,11 +18,12 @@ export class TimelineCardActionsTemplateDirective {
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
TimelineCardActionsTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardActionsTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21
|
-
TimelineCardActionsTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardActionsTemplateDirective, selector: "[kendoTimelineCardActionsTemplate]", ngImport: i0 });
|
|
21
|
+
TimelineCardActionsTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardActionsTemplateDirective, isStandalone: true, selector: "[kendoTimelineCardActionsTemplate]", ngImport: i0 });
|
|
22
22
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardActionsTemplateDirective, decorators: [{
|
|
23
23
|
type: Directive,
|
|
24
24
|
args: [{
|
|
25
|
-
selector: '[kendoTimelineCardActionsTemplate]'
|
|
25
|
+
selector: '[kendoTimelineCardActionsTemplate]',
|
|
26
|
+
standalone: true
|
|
26
27
|
}]
|
|
27
28
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
28
29
|
type: Optional
|