@progress/kendo-angular-spreadsheet 14.2.1-develop.1 → 14.2.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/LICENSE.md +1 -1
- package/NOTICE.txt +1 -1
- package/README.md +1 -1
- package/action-bar/formula-input.directive.d.ts +2 -6
- package/action-bar/list.component.d.ts +1 -1
- package/action-bar/namebox.component.d.ts +4 -7
- package/common/error-handling.service.d.ts +1 -1
- package/common/main-menu.directive.d.ts +1 -1
- package/common/sheet-changes.d.ts +1 -1
- package/common/spreadsheet.service.d.ts +1 -1
- package/esm2020/action-bar/formula-input.directive.mjs +5 -18
- package/esm2020/action-bar/list.component.mjs +1 -1
- package/esm2020/action-bar/namebox.component.mjs +6 -14
- package/esm2020/common/error-handling.service.mjs +1 -1
- package/esm2020/common/main-menu.directive.mjs +1 -1
- package/esm2020/common/sheet-changes.mjs +1 -1
- package/esm2020/common/spreadsheet.service.mjs +1 -1
- package/esm2020/index.mjs +1 -1
- package/esm2020/localization/custom-messages.component.mjs +1 -1
- package/esm2020/localization/localized-messages.directive.mjs +1 -1
- package/esm2020/localization/messages.mjs +2 -4
- package/esm2020/localization/spreadsheet-localization.service.mjs +1 -1
- package/esm2020/models/events.mjs +1 -1
- package/esm2020/models/index.mjs +1 -1
- package/esm2020/models/main-menu-item.mjs +1 -1
- package/esm2020/models/sheet-info.mjs +1 -1
- package/esm2020/package-metadata.mjs +3 -3
- package/esm2020/progress-kendo-angular-spreadsheet.mjs +1 -1
- package/esm2020/sheets-bar/action-dialog.component.mjs +1 -1
- package/esm2020/sheets-bar/sheets-bar.component.mjs +1 -1
- package/esm2020/sheets-bar/utils.mjs +1 -1
- package/esm2020/spreadsheet.component.mjs +2 -6
- package/esm2020/spreadsheet.module.mjs +1 -1
- package/esm2020/tools/align/align-tool.directive.mjs +1 -1
- package/esm2020/tools/align/horizontal-align-tool.directive.mjs +1 -1
- package/esm2020/tools/align/vertical-align-tool.directive.mjs +1 -1
- package/esm2020/tools/colorpicker/spreadsheet-backcolor.component.mjs +3 -3
- package/esm2020/tools/colorpicker/spreadsheet-forecolor.component.mjs +3 -3
- package/esm2020/tools/decrease-decimal-tool.directive.mjs +1 -1
- package/esm2020/tools/font-family/font-family-dropdownlist.component.mjs +1 -1
- package/esm2020/tools/font-family/spreadsheet-fontfamily-tool.component.mjs +1 -1
- package/esm2020/tools/font-size/decrease-font-tool.directive.mjs +1 -1
- package/esm2020/tools/font-size/font-size-dropdownlist.component.mjs +1 -1
- package/esm2020/tools/font-size/increase-font-tool.directive.mjs +1 -1
- package/esm2020/tools/font-size/spreadsheet-fontsize-tool.component.mjs +1 -1
- package/esm2020/tools/format-tool.directive.mjs +1 -1
- package/esm2020/tools/gridlines-tool.directive.mjs +1 -1
- package/esm2020/tools/history/redo-tool.mjs +1 -1
- package/esm2020/tools/history/undo-tool.mjs +1 -1
- package/esm2020/tools/increase-decimal-tool.directive.mjs +1 -1
- package/esm2020/tools/index.mjs +1 -1
- package/esm2020/tools/insert/insert-link-dialog.component.mjs +1 -1
- package/esm2020/tools/insert/insert-link-tool.directive.mjs +1 -1
- package/esm2020/tools/load-file.component.mjs +1 -1
- package/esm2020/tools/save-file-tool.directive.mjs +1 -1
- package/esm2020/tools/shared/command-icons.mjs +1 -1
- package/esm2020/tools/shared/commands.mjs +1 -1
- package/esm2020/tools/shared/constants.mjs +1 -1
- package/esm2020/tools/shared/dialog-content.component.mjs +1 -1
- package/esm2020/tools/shared/spreadsheet-command-base.mjs +1 -1
- package/esm2020/tools/shared/spreadsheet-command-button.mjs +1 -1
- package/esm2020/tools/shared/spreadsheet-dropdown-tools-base.mjs +1 -1
- package/esm2020/tools/shared/spreadsheet-dropdownlist.base.mjs +1 -1
- package/esm2020/tools/tables/add-column-left-button.directive.mjs +1 -1
- package/esm2020/tools/tables/add-column-right-button.directive.mjs +1 -1
- package/esm2020/tools/tables/add-row-above-button.directive.mjs +1 -1
- package/esm2020/tools/tables/add-row-below-button.directive.mjs +1 -1
- package/esm2020/tools/tables/delete-column-button.directive.mjs +1 -1
- package/esm2020/tools/tables/delete-row-button.directive.mjs +1 -1
- package/esm2020/tools/tables/index.mjs +1 -1
- package/esm2020/tools/tables/merge-tool.directive.mjs +1 -1
- package/esm2020/tools/text-wrap-tool.directive.mjs +1 -1
- package/esm2020/tools/tools.service.mjs +1 -1
- package/esm2020/tools/typographical-emphasis/bold-tool.directive.mjs +1 -1
- package/esm2020/tools/typographical-emphasis/italic-tool.directive.mjs +1 -1
- package/esm2020/tools/typographical-emphasis/underline-tool.directive.mjs +1 -1
- package/esm2020/tools/utils.mjs +1 -1
- package/esm2020/utils.mjs +1 -1
- package/fesm2015/progress-kendo-angular-spreadsheet.mjs +17 -42
- package/fesm2020/progress-kendo-angular-spreadsheet.mjs +17 -42
- package/index.d.ts +1 -1
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/localization/messages.d.ts +2 -6
- package/localization/spreadsheet-localization.service.d.ts +1 -1
- package/models/events.d.ts +1 -1
- package/models/index.d.ts +1 -1
- package/models/main-menu-item.d.ts +1 -1
- package/models/sheet-info.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +13 -13
- package/progress-kendo-angular-spreadsheet.d.ts +1 -1
- package/schematics/ngAdd/index.js +1 -1
- package/sheets-bar/action-dialog.component.d.ts +1 -1
- package/sheets-bar/sheets-bar.component.d.ts +1 -1
- package/sheets-bar/utils.d.ts +1 -1
- package/spreadsheet.component.d.ts +1 -1
- package/spreadsheet.module.d.ts +1 -1
- package/tools/align/align-tool.directive.d.ts +1 -1
- package/tools/align/horizontal-align-tool.directive.d.ts +1 -1
- package/tools/align/vertical-align-tool.directive.d.ts +1 -1
- package/tools/colorpicker/spreadsheet-backcolor.component.d.ts +1 -1
- package/tools/colorpicker/spreadsheet-forecolor.component.d.ts +1 -1
- package/tools/decrease-decimal-tool.directive.d.ts +1 -1
- package/tools/font-family/font-family-dropdownlist.component.d.ts +1 -1
- package/tools/font-family/spreadsheet-fontfamily-tool.component.d.ts +1 -1
- package/tools/font-size/decrease-font-tool.directive.d.ts +1 -1
- package/tools/font-size/font-size-dropdownlist.component.d.ts +1 -1
- package/tools/font-size/increase-font-tool.directive.d.ts +1 -1
- package/tools/font-size/spreadsheet-fontsize-tool.component.d.ts +1 -1
- package/tools/format-tool.directive.d.ts +1 -1
- package/tools/gridlines-tool.directive.d.ts +1 -1
- package/tools/history/redo-tool.d.ts +1 -1
- package/tools/history/undo-tool.d.ts +1 -1
- package/tools/increase-decimal-tool.directive.d.ts +1 -1
- package/tools/index.d.ts +1 -1
- package/tools/insert/insert-link-dialog.component.d.ts +1 -1
- package/tools/insert/insert-link-tool.directive.d.ts +1 -1
- package/tools/load-file.component.d.ts +1 -1
- package/tools/save-file-tool.directive.d.ts +1 -1
- package/tools/shared/command-icons.d.ts +1 -1
- package/tools/shared/commands.d.ts +1 -1
- package/tools/shared/constants.d.ts +1 -1
- package/tools/shared/dialog-content.component.d.ts +1 -1
- package/tools/shared/spreadsheet-command-base.d.ts +1 -1
- package/tools/shared/spreadsheet-command-button.d.ts +1 -1
- package/tools/shared/spreadsheet-dropdown-tools-base.d.ts +1 -1
- package/tools/shared/spreadsheet-dropdownlist.base.d.ts +1 -1
- package/tools/tables/add-column-left-button.directive.d.ts +1 -1
- package/tools/tables/add-column-right-button.directive.d.ts +1 -1
- package/tools/tables/add-row-above-button.directive.d.ts +1 -1
- package/tools/tables/add-row-below-button.directive.d.ts +1 -1
- package/tools/tables/delete-column-button.directive.d.ts +1 -1
- package/tools/tables/delete-row-button.directive.d.ts +1 -1
- package/tools/tables/index.d.ts +1 -1
- package/tools/tables/merge-tool.directive.d.ts +1 -1
- package/tools/text-wrap-tool.directive.d.ts +1 -1
- package/tools/tools.service.d.ts +1 -1
- package/tools/typographical-emphasis/bold-tool.directive.d.ts +1 -1
- package/tools/typographical-emphasis/italic-tool.directive.d.ts +1 -1
- package/tools/typographical-emphasis/underline-tool.directive.d.ts +1 -1
- package/tools/utils.d.ts +1 -1
- package/utils.d.ts +1 -1
package/LICENSE.md
CHANGED
|
@@ -8,4 +8,4 @@ This is commercial software. To use it, you need to agree to the [**Telerik End
|
|
|
8
8
|
|
|
9
9
|
All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.
|
|
10
10
|
|
|
11
|
-
*Copyright ©
|
|
11
|
+
*Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
|
package/NOTICE.txt
CHANGED
package/README.md
CHANGED
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
- [Feedback Portal](https://feedback.telerik.com/kendo-angular-ui)
|
|
28
28
|
- [StackOverflow](https://stackoverflow.com/questions/tagged/kendo-ui-angular2)
|
|
29
29
|
|
|
30
|
-
_Copyright ©
|
|
30
|
+
_Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved._
|
|
31
31
|
|
|
32
32
|
_Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries._
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { ElementRef } from '@angular/core';
|
|
6
6
|
import { FormulaListComponent } from './list.component';
|
|
7
7
|
import { PopupService } from '@progress/kendo-angular-popup';
|
|
8
8
|
import { SpreadsheetService } from '../common/spreadsheet.service';
|
|
9
|
-
import { SpreadsheetLocalizationService } from '../localization/spreadsheet-localization.service';
|
|
10
9
|
import * as i0 from "@angular/core";
|
|
11
10
|
/**
|
|
12
11
|
* @hidden
|
|
@@ -15,16 +14,13 @@ export declare class FormulaInputDirective {
|
|
|
15
14
|
element: ElementRef;
|
|
16
15
|
private popupService;
|
|
17
16
|
private spreadsheetService;
|
|
18
|
-
private localization;
|
|
19
17
|
hostClasses: boolean;
|
|
20
|
-
get title(): string;
|
|
21
|
-
role: string;
|
|
22
18
|
ariaHasPopup: string;
|
|
23
19
|
ariaExpanded: string;
|
|
24
20
|
get ariaControls(): string;
|
|
25
21
|
list: FormulaListComponent;
|
|
26
22
|
data: any[];
|
|
27
|
-
constructor(element: ElementRef, popupService: PopupService, spreadsheetService: SpreadsheetService
|
|
23
|
+
constructor(element: ElementRef, popupService: PopupService, spreadsheetService: SpreadsheetService);
|
|
28
24
|
private popupRef;
|
|
29
25
|
private handler;
|
|
30
26
|
private get listElement();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { ElementRef } from '@angular/core';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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 {
|
|
5
|
+
import { ElementRef, NgZone } from '@angular/core';
|
|
6
6
|
import { SpreadsheetWidget } from '@progress/kendo-spreadsheet-common';
|
|
7
7
|
import { Observable } from 'rxjs';
|
|
8
8
|
import { SpreadsheetLocalizationService } from '../localization/spreadsheet-localization.service';
|
|
@@ -10,20 +10,17 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
13
|
-
export declare class NameBoxComponent
|
|
13
|
+
export declare class NameBoxComponent {
|
|
14
14
|
private ngZone;
|
|
15
15
|
private host;
|
|
16
16
|
protected localization: SpreadsheetLocalizationService;
|
|
17
|
-
private renderer;
|
|
18
17
|
hostClass: boolean;
|
|
19
18
|
keyDownHandler(): void;
|
|
20
19
|
private combobox;
|
|
21
20
|
data: any[];
|
|
22
21
|
spreadsheetWidget: SpreadsheetWidget;
|
|
23
|
-
constructor(ngZone: NgZone, host: ElementRef, localization: SpreadsheetLocalizationService
|
|
24
|
-
ngAfterViewInit(): void;
|
|
22
|
+
constructor(ngZone: NgZone, host: ElementRef, localization: SpreadsheetLocalizationService);
|
|
25
23
|
value: any;
|
|
26
|
-
get inputElement(): any;
|
|
27
24
|
get current(): any;
|
|
28
25
|
get title(): string;
|
|
29
26
|
onSelectionChange(value: any): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { AfterViewInit, ElementRef, Renderer2 } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Sheet } from "@progress/kendo-spreadsheet-common";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { ViewContainerRef } from '@angular/core';
|
|
@@ -1,27 +1,23 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Directive, ElementRef, HostBinding } from '@angular/core';
|
|
6
6
|
import { FormulaListComponent } from './list.component';
|
|
7
7
|
import { PopupService } from '@progress/kendo-angular-popup';
|
|
8
8
|
import { SpreadsheetService } from '../common/spreadsheet.service';
|
|
9
|
-
import { SpreadsheetLocalizationService } from '../localization/spreadsheet-localization.service';
|
|
10
9
|
import * as i0 from "@angular/core";
|
|
11
10
|
import * as i1 from "@progress/kendo-angular-popup";
|
|
12
11
|
import * as i2 from "../common/spreadsheet.service";
|
|
13
|
-
import * as i3 from "../localization/spreadsheet-localization.service";
|
|
14
12
|
/**
|
|
15
13
|
* @hidden
|
|
16
14
|
*/
|
|
17
15
|
export class FormulaInputDirective {
|
|
18
|
-
constructor(element, popupService, spreadsheetService
|
|
16
|
+
constructor(element, popupService, spreadsheetService) {
|
|
19
17
|
this.element = element;
|
|
20
18
|
this.popupService = popupService;
|
|
21
19
|
this.spreadsheetService = spreadsheetService;
|
|
22
|
-
this.localization = localization;
|
|
23
20
|
this.hostClasses = true;
|
|
24
|
-
this.role = 'combobox';
|
|
25
21
|
this.ariaHasPopup = 'menu';
|
|
26
22
|
this.ariaExpanded = 'false';
|
|
27
23
|
this.focusedItem = () => this.list?.element.nativeElement.querySelector('.k-focus');
|
|
@@ -49,9 +45,6 @@ export class FormulaInputDirective {
|
|
|
49
45
|
}
|
|
50
46
|
};
|
|
51
47
|
}
|
|
52
|
-
get title() {
|
|
53
|
-
return this.localization.get('formulaInput');
|
|
54
|
-
}
|
|
55
48
|
get ariaControls() {
|
|
56
49
|
return this.ariaExpanded === 'true' ? this.spreadsheetService.formulaListId : null;
|
|
57
50
|
}
|
|
@@ -127,22 +120,16 @@ export class FormulaInputDirective {
|
|
|
127
120
|
};
|
|
128
121
|
}
|
|
129
122
|
}
|
|
130
|
-
FormulaInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FormulaInputDirective, deps: [{ token: i0.ElementRef }, { token: i1.PopupService }, { token: i2.SpreadsheetService }
|
|
131
|
-
FormulaInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: FormulaInputDirective, selector: "[kendoSpreadsheetFormulaInput]", host: { properties: { "class.k-spreadsheet-formula-input": "this.hostClasses", "attr.
|
|
123
|
+
FormulaInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FormulaInputDirective, deps: [{ token: i0.ElementRef }, { token: i1.PopupService }, { token: i2.SpreadsheetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
124
|
+
FormulaInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: FormulaInputDirective, selector: "[kendoSpreadsheetFormulaInput]", host: { properties: { "class.k-spreadsheet-formula-input": "this.hostClasses", "attr.aria-haspopup": "this.ariaHasPopup", "attr.aria-expanded": "this.ariaExpanded", "attr.aria-controls": "this.ariaControls" } }, ngImport: i0 });
|
|
132
125
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FormulaInputDirective, decorators: [{
|
|
133
126
|
type: Directive,
|
|
134
127
|
args: [{
|
|
135
128
|
selector: '[kendoSpreadsheetFormulaInput]',
|
|
136
129
|
}]
|
|
137
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.PopupService }, { type: i2.SpreadsheetService }
|
|
130
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.PopupService }, { type: i2.SpreadsheetService }]; }, propDecorators: { hostClasses: [{
|
|
138
131
|
type: HostBinding,
|
|
139
132
|
args: ['class.k-spreadsheet-formula-input']
|
|
140
|
-
}], title: [{
|
|
141
|
-
type: HostBinding,
|
|
142
|
-
args: ['attr.title']
|
|
143
|
-
}], role: [{
|
|
144
|
-
type: HostBinding,
|
|
145
|
-
args: ['attr.role']
|
|
146
133
|
}], ariaHasPopup: [{
|
|
147
134
|
type: HostBinding,
|
|
148
135
|
args: ['attr.aria-haspopup']
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Component, ElementRef, HostBinding, Input } from '@angular/core';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { ComboBoxComponent } from '@progress/kendo-angular-dropdowns';
|
|
6
|
-
import { Component, ElementRef, HostBinding, HostListener, Input, NgZone,
|
|
6
|
+
import { Component, ElementRef, HostBinding, HostListener, Input, NgZone, ViewChild } from '@angular/core';
|
|
7
7
|
import { SpreadsheetWidget } from '@progress/kendo-spreadsheet-common';
|
|
8
8
|
import { map } from 'rxjs/operators';
|
|
9
9
|
import { SpreadsheetLocalizationService } from '../localization/spreadsheet-localization.service';
|
|
@@ -14,28 +14,20 @@ import * as i2 from "@progress/kendo-angular-dropdowns";
|
|
|
14
14
|
* @hidden
|
|
15
15
|
*/
|
|
16
16
|
export class NameBoxComponent {
|
|
17
|
-
constructor(ngZone, host, localization
|
|
17
|
+
constructor(ngZone, host, localization) {
|
|
18
18
|
this.ngZone = ngZone;
|
|
19
19
|
this.host = host;
|
|
20
20
|
this.localization = localization;
|
|
21
|
-
this.renderer = renderer;
|
|
22
21
|
this.hostClass = true;
|
|
23
22
|
this.valueNormalizer = (text) => text.pipe(map((content) => ({ name: content })));
|
|
24
23
|
}
|
|
25
24
|
keyDownHandler() {
|
|
26
25
|
const editor = this.spreadsheetWidget.view.nameEditor;
|
|
27
26
|
if (editor) {
|
|
28
|
-
const name = this.
|
|
27
|
+
const name = this.host.nativeElement.querySelector('.k-input-inner').value;
|
|
29
28
|
editor.trigger('enter', { value: name });
|
|
30
29
|
}
|
|
31
30
|
}
|
|
32
|
-
ngAfterViewInit() {
|
|
33
|
-
this.renderer.setAttribute(this.inputElement, 'title', this.title);
|
|
34
|
-
this.renderer.setAttribute(this.inputElement, 'aria-label', this.title);
|
|
35
|
-
}
|
|
36
|
-
get inputElement() {
|
|
37
|
-
return this.host.nativeElement.querySelector('.k-input-inner');
|
|
38
|
-
}
|
|
39
31
|
get current() {
|
|
40
32
|
return {
|
|
41
33
|
value: (val) => {
|
|
@@ -72,7 +64,7 @@ export class NameBoxComponent {
|
|
|
72
64
|
}
|
|
73
65
|
;
|
|
74
66
|
}
|
|
75
|
-
NameBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NameBoxComponent, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i1.SpreadsheetLocalizationService }
|
|
67
|
+
NameBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NameBoxComponent, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i1.SpreadsheetLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
76
68
|
NameBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: NameBoxComponent, selector: "[kendoSpreadsheetNameBox]", inputs: { data: "data", spreadsheetWidget: "spreadsheetWidget" }, host: { listeners: { "keydown.enter": "keyDownHandler()" }, properties: { "class.k-spreadsheet-name-editor": "this.hostClass" } }, viewQueries: [{ propertyName: "combobox", first: true, predicate: ["combobox"], descendants: true }], ngImport: i0, template: `
|
|
77
69
|
<kendo-combobox #combobox
|
|
78
70
|
[popupSettings]="{popupClass: 'k-spreadsheet-names-popup'}"
|
|
@@ -110,7 +102,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
110
102
|
></kendo-combobox>
|
|
111
103
|
`
|
|
112
104
|
}]
|
|
113
|
-
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.ElementRef }, { type: i1.SpreadsheetLocalizationService }
|
|
105
|
+
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.ElementRef }, { type: i1.SpreadsheetLocalizationService }]; }, propDecorators: { hostClass: [{
|
|
114
106
|
type: HostBinding,
|
|
115
107
|
args: ['class.k-spreadsheet-name-editor']
|
|
116
108
|
}], keyDownHandler: [{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Directive, ElementRef, Renderer2 } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Injectable } from '@angular/core';
|
package/esm2020/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
export { SpreadsheetComponent } from './spreadsheet.component';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Directive, forwardRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Directive, forwardRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Directive, Input } from '@angular/core';
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
export class MessagesDirective extends ComponentMessages {
|
|
12
12
|
}
|
|
13
13
|
MessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MessagesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
14
|
-
MessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: MessagesDirective, selector: "[kendoSpreadsheetMessages]", inputs: { home: "home", file: "file", insert: "insert", formatTab: "formatTab", saveFile: "saveFile", loadFile: "loadFile", bold: "bold", italic: "italic", underline: "underline", format: "format", fontFamily: "fontFamily", fontSize: "fontSize", undo: "undo", redo: "redo", background: "background", color: "color", gridLines: "gridLines", addColumnLeft: "addColumnLeft", addColumnRight: "addColumnRight", addRowBelow: "addRowBelow", addRowAbove: "addRowAbove", deleteColumn: "deleteColumn", deleteRow: "deleteRow", wrap: "wrap", align: "align", alignHorizontal: "alignHorizontal", alignVertical: "alignVertical", alignLeft: "alignLeft", alignCenter: "alignCenter", alignRight: "alignRight", alignJustify: "alignJustify", alignTop: "alignTop", alignMiddle: "alignMiddle", alignBottom: "alignBottom", dialogApply: "dialogApply", dialogCancel: "dialogCancel", dialogDelete: "dialogDelete", dialogRename: "dialogRename", dialogInsert: "dialogInsert", dialogRemoveLink: "dialogRemoveLink", delete: "delete", rename: "rename", nameBox: "nameBox",
|
|
14
|
+
MessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: MessagesDirective, selector: "[kendoSpreadsheetMessages]", inputs: { home: "home", file: "file", insert: "insert", formatTab: "formatTab", saveFile: "saveFile", loadFile: "loadFile", bold: "bold", italic: "italic", underline: "underline", format: "format", fontFamily: "fontFamily", fontSize: "fontSize", undo: "undo", redo: "redo", background: "background", color: "color", gridLines: "gridLines", addColumnLeft: "addColumnLeft", addColumnRight: "addColumnRight", addRowBelow: "addRowBelow", addRowAbove: "addRowAbove", deleteColumn: "deleteColumn", deleteRow: "deleteRow", wrap: "wrap", align: "align", alignHorizontal: "alignHorizontal", alignVertical: "alignVertical", alignLeft: "alignLeft", alignCenter: "alignCenter", alignRight: "alignRight", alignJustify: "alignJustify", alignTop: "alignTop", alignMiddle: "alignMiddle", alignBottom: "alignBottom", dialogApply: "dialogApply", dialogCancel: "dialogCancel", dialogDelete: "dialogDelete", dialogRename: "dialogRename", dialogInsert: "dialogInsert", dialogRemoveLink: "dialogRemoveLink", delete: "delete", rename: "rename", nameBox: "nameBox", addSheet: "addSheet", sheetsMenu: "sheetsMenu", view: "view", merge: "merge", mergeHorizontally: "mergeHorizontally", mergeVertically: "mergeVertically", mergeAll: "mergeAll", unmerge: "unmerge", insertLink: "insertLink", increaseDecimal: "increaseDecimal", decreaseDecimal: "decreaseDecimal", increaseFontSize: "increaseFontSize", decreaseFontSize: "decreaseFontSize", openUnsupported: "openUnsupported", modifyMerged: "modifyMerged", cannotModifyDisabled: "cannotModifyDisabled", dialogOk: "dialogOk", dialogError: "dialogError", duplicateSheetName: "duplicateSheetName" }, usesInheritance: true, ngImport: i0 });
|
|
15
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MessagesDirective, decorators: [{
|
|
16
16
|
type: Directive,
|
|
17
17
|
args: [{
|
|
@@ -103,8 +103,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
103
103
|
type: Input
|
|
104
104
|
}], nameBox: [{
|
|
105
105
|
type: Input
|
|
106
|
-
}], formulaInput: [{
|
|
107
|
-
type: Input
|
|
108
106
|
}], addSheet: [{
|
|
109
107
|
type: Input
|
|
110
108
|
}], sheetsMenu: [{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Inject, Injectable, Optional } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
export {};
|
package/esm2020/models/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
export * from './sheet-info';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
/**
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-spreadsheet',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '14.2.1
|
|
12
|
+
publishDate: 1715264686,
|
|
13
|
+
version: '14.2.1',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning',
|
|
15
15
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Component } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Component, ElementRef, HostBinding, Input, NgZone, QueryList, Renderer2, ViewChild, ViewChildren } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { trashIcon, pencilIcon, copyIcon, arrowRightIcon, arrowLeftIcon } from '@progress/kendo-svg-icons';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Component, ElementRef, EventEmitter, HostBinding, Input, NgZone, Output, ViewChild, ViewContainerRef } from '@angular/core';
|
|
@@ -219,7 +219,7 @@ export class SpreadsheetComponent {
|
|
|
219
219
|
this.ngZone.onStable.pipe(take(1)).subscribe(() => {
|
|
220
220
|
const normalizedItems = items.map(item => ({
|
|
221
221
|
active: item.active,
|
|
222
|
-
text:
|
|
222
|
+
text: this.messageFor(item.id),
|
|
223
223
|
cssClass: item.active ? 'k-active' : null,
|
|
224
224
|
id: item.id
|
|
225
225
|
}));
|
|
@@ -495,8 +495,6 @@ SpreadsheetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
495
495
|
delete="Delete Sheet"
|
|
496
496
|
i18n-nameBox="kendo.spreadsheet.nameBox|The title of the Name Box input."
|
|
497
497
|
nameBox="Name Box"
|
|
498
|
-
i18n-formulaInput="kendo.spreadsheet.formulaInput|The title of the Formula input."
|
|
499
|
-
formulaInput="Formula Input"
|
|
500
498
|
i18n-addSheet="kendo.spreadsheet.addSheet|The title of the Add new sheet button."
|
|
501
499
|
addSheet="Add New Sheet"
|
|
502
500
|
i18n-sheetsMenu="kendo.spreadsheet.sheetsMenu|The title of the Sheets menu button."
|
|
@@ -744,8 +742,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
744
742
|
delete="Delete Sheet"
|
|
745
743
|
i18n-nameBox="kendo.spreadsheet.nameBox|The title of the Name Box input."
|
|
746
744
|
nameBox="Name Box"
|
|
747
|
-
i18n-formulaInput="kendo.spreadsheet.formulaInput|The title of the Formula input."
|
|
748
|
-
formulaInput="Formula Input"
|
|
749
745
|
i18n-addSheet="kendo.spreadsheet.addSheet|The title of the Add new sheet button."
|
|
750
746
|
addSheet="Add New Sheet"
|
|
751
747
|
i18n-sheetsMenu="kendo.spreadsheet.sheetsMenu|The title of the Sheets menu button."
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { NgModule } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Directive } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Directive } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Directive } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Component, forwardRef, Inject } from '@angular/core';
|
|
@@ -48,7 +48,7 @@ SpreadsheetBackColorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
48
48
|
[tabindex]="tabindex"
|
|
49
49
|
role="menuitem"
|
|
50
50
|
class="k-item k-menu-item"
|
|
51
|
-
(click)="openDialog()">
|
|
51
|
+
(click)="openDialog();">
|
|
52
52
|
<span
|
|
53
53
|
class="k-link k-menu-link">
|
|
54
54
|
<kendo-icon-wrapper [name]="icon" [svgIcon]="svgIcon"></kendo-icon-wrapper>
|
|
@@ -82,7 +82,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
82
82
|
[tabindex]="tabindex"
|
|
83
83
|
role="menuitem"
|
|
84
84
|
class="k-item k-menu-item"
|
|
85
|
-
(click)="openDialog()">
|
|
85
|
+
(click)="openDialog();">
|
|
86
86
|
<span
|
|
87
87
|
class="k-link k-menu-link">
|
|
88
88
|
<kendo-icon-wrapper [name]="icon" [svgIcon]="svgIcon"></kendo-icon-wrapper>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Component, forwardRef, Inject } from '@angular/core';
|
|
@@ -48,7 +48,7 @@ SpreadsheetForeColorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
48
48
|
[tabindex]="tabindex"
|
|
49
49
|
role="menuitem"
|
|
50
50
|
class="k-item k-menu-item"
|
|
51
|
-
(click)="openDialog()">
|
|
51
|
+
(click)="openDialog();">
|
|
52
52
|
<span
|
|
53
53
|
class="k-link k-menu-link">
|
|
54
54
|
<kendo-icon-wrapper [name]="icon" [svgIcon]="svgIcon"></kendo-icon-wrapper>
|
|
@@ -82,7 +82,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
82
82
|
[tabindex]="tabindex"
|
|
83
83
|
role="menuitem"
|
|
84
84
|
class="k-item k-menu-item"
|
|
85
|
-
(click)="openDialog()">
|
|
85
|
+
(click)="openDialog();">
|
|
86
86
|
<span
|
|
87
87
|
class="k-link k-menu-link">
|
|
88
88
|
<kendo-icon-wrapper [name]="icon" [svgIcon]="svgIcon"></kendo-icon-wrapper>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Directive } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Component } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Component, forwardRef, Inject } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
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
5
|
import { Directive } from '@angular/core';
|