@progress/kendo-angular-spreadsheet 14.4.0-develop.2 → 14.4.0-develop.21
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 +147 -594
- package/README.md +1 -1
- package/action-bar/formula-input.directive.d.ts +1 -1
- package/action-bar/list.component.d.ts +1 -1
- package/action-bar/namebox.component.d.ts +1 -1
- 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 +1 -1
- package/esm2020/action-bar/list.component.mjs +1 -1
- package/esm2020/action-bar/namebox.component.mjs +2 -2
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/esm2020/tools/colorpicker/spreadsheet-forecolor.component.mjs +1 -1
- 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 +4 -4
- package/fesm2020/progress-kendo-angular-spreadsheet.mjs +4 -4
- 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 +1 -1
- 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 +14 -14
- 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
@@ -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 { SpreadsheetAddColumnLeftButtonDirective } from './add-column-left-button.directive';
|
@@ -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 { EventEmitter, Injectable, NgZone, Output } 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';
|
package/esm2020/tools/utils.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
|
/**
|
package/esm2020/utils.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
|
/**
|
@@ -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 * as i0 from '@angular/core';
|
@@ -47,8 +47,8 @@ const packageMetadata = {
|
|
47
47
|
name: '@progress/kendo-angular-spreadsheet',
|
48
48
|
productName: 'Kendo UI for Angular',
|
49
49
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
50
|
-
publishDate:
|
51
|
-
version: '14.4.0-develop.
|
50
|
+
publishDate: 1706522947,
|
51
|
+
version: '14.4.0-develop.21',
|
52
52
|
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',
|
53
53
|
};
|
54
54
|
|
@@ -1736,7 +1736,7 @@ NameBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
1736
1736
|
[valueNormalizer]="valueNormalizer"
|
1737
1737
|
[attr.title]="title"
|
1738
1738
|
></kendo-combobox>
|
1739
|
-
`, isInline: true, components: [{ type: i1$3.ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "showStickyHeader", "focusableId", "allowCustom", "data", "value", "textField", "valueField", "valuePrimitive", "valueNormalizer", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "suggest", "clearButton", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "selectionChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoComboBox"] }] });
|
1739
|
+
`, isInline: true, components: [{ type: i1$3.ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "showStickyHeader", "focusableId", "allowCustom", "data", "value", "textField", "valueField", "valuePrimitive", "valueNormalizer", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "suggest", "clearButton", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "selectionChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoComboBox"] }] });
|
1740
1740
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NameBoxComponent, decorators: [{
|
1741
1741
|
type: Component,
|
1742
1742
|
args: [{
|
@@ -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 * as i0 from '@angular/core';
|
@@ -47,8 +47,8 @@ const packageMetadata = {
|
|
47
47
|
name: '@progress/kendo-angular-spreadsheet',
|
48
48
|
productName: 'Kendo UI for Angular',
|
49
49
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
50
|
-
publishDate:
|
51
|
-
version: '14.4.0-develop.
|
50
|
+
publishDate: 1706522947,
|
51
|
+
version: '14.4.0-develop.21',
|
52
52
|
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',
|
53
53
|
};
|
54
54
|
|
@@ -1715,7 +1715,7 @@ NameBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
1715
1715
|
[valueNormalizer]="valueNormalizer"
|
1716
1716
|
[attr.title]="title"
|
1717
1717
|
></kendo-combobox>
|
1718
|
-
`, isInline: true, components: [{ type: i1$3.ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "showStickyHeader", "focusableId", "allowCustom", "data", "value", "textField", "valueField", "valuePrimitive", "valueNormalizer", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "suggest", "clearButton", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "selectionChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoComboBox"] }] });
|
1718
|
+
`, isInline: true, components: [{ type: i1$3.ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "showStickyHeader", "focusableId", "allowCustom", "data", "value", "textField", "valueField", "valuePrimitive", "valueNormalizer", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "suggest", "clearButton", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "selectionChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoComboBox"] }] });
|
1719
1719
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NameBoxComponent, decorators: [{
|
1720
1720
|
type: Component,
|
1721
1721
|
args: [{
|
package/index.d.ts
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 { 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 { 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 { ComponentMessages } 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 { LocalizationService, MessageService } from '@progress/kendo-angular-l10n';
|
package/models/events.d.ts
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
|
import { Range, Sheet, SpreadsheetWidget, Workbook } from "@progress/kendo-spreadsheet-common";
|
package/models/index.d.ts
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
|
/**
|
package/models/sheet-info.d.ts
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
|
import { SheetDescriptor } from '@progress/kendo-spreadsheet-common';
|
package/package-metadata.d.ts
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
|
import { PackageMetadata } from '@progress/kendo-licensing';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-spreadsheet",
|
3
|
-
"version": "14.4.0-develop.
|
3
|
+
"version": "14.4.0-develop.21",
|
4
4
|
"description": "A Spreadsheet Component for Angular",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -23,26 +23,26 @@
|
|
23
23
|
"@angular/core": "13 - 17",
|
24
24
|
"@angular/platform-browser": "13 - 17",
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
26
|
-
"@progress/kendo-angular-buttons": "14.4.0-develop.
|
27
|
-
"@progress/kendo-angular-common": "14.4.0-develop.
|
28
|
-
"@progress/kendo-angular-dialog": "14.4.0-develop.
|
29
|
-
"@progress/kendo-angular-dropdowns": "14.4.0-develop.
|
30
|
-
"@progress/kendo-angular-icons": "14.4.0-develop.
|
31
|
-
"@progress/kendo-angular-l10n": "14.4.0-develop.
|
32
|
-
"@progress/kendo-angular-layout": "14.4.0-develop.
|
33
|
-
"@progress/kendo-angular-menu": "14.4.0-develop.
|
34
|
-
"@progress/kendo-angular-popup": "14.4.0-develop.
|
35
|
-
"@progress/kendo-angular-toolbar": "14.4.0-develop.
|
36
|
-
"@progress/kendo-angular-intl": "14.4.0-develop.
|
26
|
+
"@progress/kendo-angular-buttons": "14.4.0-develop.21",
|
27
|
+
"@progress/kendo-angular-common": "14.4.0-develop.21",
|
28
|
+
"@progress/kendo-angular-dialog": "14.4.0-develop.21",
|
29
|
+
"@progress/kendo-angular-dropdowns": "14.4.0-develop.21",
|
30
|
+
"@progress/kendo-angular-icons": "14.4.0-develop.21",
|
31
|
+
"@progress/kendo-angular-l10n": "14.4.0-develop.21",
|
32
|
+
"@progress/kendo-angular-layout": "14.4.0-develop.21",
|
33
|
+
"@progress/kendo-angular-menu": "14.4.0-develop.21",
|
34
|
+
"@progress/kendo-angular-popup": "14.4.0-develop.21",
|
35
|
+
"@progress/kendo-angular-toolbar": "14.4.0-develop.21",
|
36
|
+
"@progress/kendo-angular-intl": "14.4.0-develop.21",
|
37
37
|
"rxjs": "^6.5.3 || ^7.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
40
|
"tslib": "^2.3.1",
|
41
|
-
"@progress/kendo-angular-schematics": "14.4.0-develop.
|
41
|
+
"@progress/kendo-angular-schematics": "14.4.0-develop.21",
|
42
42
|
"@progress/jszip-esm": "^1.0.3",
|
43
43
|
"@progress/kendo-common": "^0.2.2",
|
44
44
|
"@progress/kendo-date-math": "^1.5.10",
|
45
|
-
"@progress/kendo-drawing": "^1.
|
45
|
+
"@progress/kendo-drawing": "^1.19.0",
|
46
46
|
"@progress/kendo-file-saver": "^1.1.1",
|
47
47
|
"@progress/kendo-ooxml": "^1.8.0",
|
48
48
|
"@progress/kendo-spreadsheet-common": "^1.1.0"
|
@@ -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
|
/**
|
@@ -6,7 +6,7 @@ function default_1(options) {
|
|
6
6
|
// Peer dependency of icons
|
7
7
|
'@progress/kendo-svg-icons': '^2.0.0',
|
8
8
|
// peer dep of the dropdowns
|
9
|
-
'@progress/kendo-angular-treeview': '14.4.0-develop.
|
9
|
+
'@progress/kendo-angular-treeview': '14.4.0-develop.21'
|
10
10
|
} });
|
11
11
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
12
12
|
}
|
@@ -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 { DialogRef, DialogContentBase } from '@progress/kendo-angular-dialog';
|
@@ -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, NgZone, OnDestroy, QueryList, Renderer2, SimpleChanges } from '@angular/core';
|
package/sheets-bar/utils.d.ts
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
|
import { SheetDescriptor } 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 { AfterViewInit, ElementRef, EventEmitter, NgZone, OnChanges, SimpleChanges, ViewContainerRef } from '@angular/core';
|
package/spreadsheet.module.d.ts
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
|
import * as i0 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 { SpreadsheetLocalizationService } from '../../localization/spreadsheet-localization.service';
|
@@ -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 { SpreadsheetLocalizationService } from '../../localization/spreadsheet-localization.service';
|
@@ -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 { SpreadsheetLocalizationService } from '../../localization/spreadsheet-localization.service';
|
@@ -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 { ToolBarComponent } from '@progress/kendo-angular-toolbar';
|
@@ -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 { ToolBarComponent } from '@progress/kendo-angular-toolbar';
|
@@ -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 { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
@@ -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 { DropDownListBase } from '../shared/spreadsheet-dropdownlist.base';
|
@@ -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 { ToolBarComponent } from '@progress/kendo-angular-toolbar';
|
@@ -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 } 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 { DropDownListBase } from '../shared/spreadsheet-dropdownlist.base';
|
@@ -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 } 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 { ToolBarComponent } from '@progress/kendo-angular-toolbar';
|
@@ -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 { ToolBarDropDownButtonComponent } from '@progress/kendo-angular-toolbar';
|
@@ -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 { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
@@ -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 { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
@@ -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 { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
@@ -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 { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
package/tools/index.d.ts
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 { SpreadsheetBackColorComponent } from './colorpicker/spreadsheet-backcolor.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 { DialogRef, DialogContentBase } from '@progress/kendo-angular-dialog';
|
@@ -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 { DialogService } from '@progress/kendo-angular-dialog';
|
@@ -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 { TemplateRef } 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 { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
@@ -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 { SVGIcon } 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
|
/**
|
@@ -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 { InjectionToken } 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 { DialogRef, DialogContentBase } from '@progress/kendo-angular-dialog';
|
@@ -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 { Subscription } from 'rxjs';
|
@@ -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 { ElementRef, EventEmitter, OnDestroy, OnInit, TemplateRef } 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 { ElementRef, EventEmitter } 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 { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|