@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
|
@@ -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 { 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';
|
|
@@ -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 { 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/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 { 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 { 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 { 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, ElementRef, Inject, TemplateRef, ViewChild, 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 } 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 { alignCenterIcon, alignJustifyIcon, alignLeftIcon, alignRightIcon, boldIcon, dropletIcon, foregroundColorIcon, italicIcon, tableColumnDeleteIcon, tableColumnInsertLeftIcon, tableColumnInsertRightIcon, tableRowDeleteIcon, tableRowInsertAboveIcon, tableRowInsertBelowIcon, underlineIcon, arrowRotateCcwIcon, arrowRotateCwIcon, bordersNoneIcon, alignTopIcon, alignMiddleIcon, alignBottomIcon, textWrapIcon, folderOpenIcon, downloadIcon, customFormatIcon, fontSizeIcon, fontFamilyIcon, cellsMergeHorizontallyIcon, cellsMergeIcon, cellsMergeVerticallyIcon, tableUnmergeIcon, linkIcon, fontGrowIcon, fontShrinkIcon, decimalDecreaseIcon, decimalIncreaseIcon } 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
|
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 { 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 { 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 { 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 { SpreadsheetCommandBaseDirective } from './spreadsheet-command-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 { Component, ElementRef, EventEmitter, Inject, Output, TemplateRef, ViewChild } 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, ElementRef, EventEmitter, HostBinding, Input, Output, ViewChild } 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 { 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
|
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.2.1
|
|
50
|
+
publishDate: 1715264686,
|
|
51
|
+
version: '14.2.1',
|
|
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
|
|
|
@@ -264,13 +264,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
264
264
|
* @hidden
|
|
265
265
|
*/
|
|
266
266
|
class FormulaInputDirective {
|
|
267
|
-
constructor(element, popupService, spreadsheetService
|
|
267
|
+
constructor(element, popupService, spreadsheetService) {
|
|
268
268
|
this.element = element;
|
|
269
269
|
this.popupService = popupService;
|
|
270
270
|
this.spreadsheetService = spreadsheetService;
|
|
271
|
-
this.localization = localization;
|
|
272
271
|
this.hostClasses = true;
|
|
273
|
-
this.role = 'combobox';
|
|
274
272
|
this.ariaHasPopup = 'menu';
|
|
275
273
|
this.ariaExpanded = 'false';
|
|
276
274
|
this.focusedItem = () => { var _a; return (_a = this.list) === null || _a === void 0 ? void 0 : _a.element.nativeElement.querySelector('.k-focus'); };
|
|
@@ -299,9 +297,6 @@ class FormulaInputDirective {
|
|
|
299
297
|
}
|
|
300
298
|
};
|
|
301
299
|
}
|
|
302
|
-
get title() {
|
|
303
|
-
return this.localization.get('formulaInput');
|
|
304
|
-
}
|
|
305
300
|
get ariaControls() {
|
|
306
301
|
return this.ariaExpanded === 'true' ? this.spreadsheetService.formulaListId : null;
|
|
307
302
|
}
|
|
@@ -380,22 +375,16 @@ class FormulaInputDirective {
|
|
|
380
375
|
};
|
|
381
376
|
}
|
|
382
377
|
}
|
|
383
|
-
FormulaInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FormulaInputDirective, deps: [{ token: i0.ElementRef }, { token: i1.PopupService }, { token: SpreadsheetService }
|
|
384
|
-
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.
|
|
378
|
+
FormulaInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FormulaInputDirective, deps: [{ token: i0.ElementRef }, { token: i1.PopupService }, { token: SpreadsheetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
379
|
+
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 });
|
|
385
380
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FormulaInputDirective, decorators: [{
|
|
386
381
|
type: Directive,
|
|
387
382
|
args: [{
|
|
388
383
|
selector: '[kendoSpreadsheetFormulaInput]',
|
|
389
384
|
}]
|
|
390
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.PopupService }, { type: SpreadsheetService }
|
|
385
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.PopupService }, { type: SpreadsheetService }]; }, propDecorators: { hostClasses: [{
|
|
391
386
|
type: HostBinding,
|
|
392
387
|
args: ['class.k-spreadsheet-formula-input']
|
|
393
|
-
}], title: [{
|
|
394
|
-
type: HostBinding,
|
|
395
|
-
args: ['attr.title']
|
|
396
|
-
}], role: [{
|
|
397
|
-
type: HostBinding,
|
|
398
|
-
args: ['attr.role']
|
|
399
388
|
}], ariaHasPopup: [{
|
|
400
389
|
type: HostBinding,
|
|
401
390
|
args: ['attr.aria-haspopup']
|
|
@@ -1427,7 +1416,7 @@ SpreadsheetForeColorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
1427
1416
|
[tabindex]="tabindex"
|
|
1428
1417
|
role="menuitem"
|
|
1429
1418
|
class="k-item k-menu-item"
|
|
1430
|
-
(click)="openDialog()">
|
|
1419
|
+
(click)="openDialog();">
|
|
1431
1420
|
<span
|
|
1432
1421
|
class="k-link k-menu-link">
|
|
1433
1422
|
<kendo-icon-wrapper [name]="icon" [svgIcon]="svgIcon"></kendo-icon-wrapper>
|
|
@@ -1461,7 +1450,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1461
1450
|
[tabindex]="tabindex"
|
|
1462
1451
|
role="menuitem"
|
|
1463
1452
|
class="k-item k-menu-item"
|
|
1464
|
-
(click)="openDialog()">
|
|
1453
|
+
(click)="openDialog();">
|
|
1465
1454
|
<span
|
|
1466
1455
|
class="k-link k-menu-link">
|
|
1467
1456
|
<kendo-icon-wrapper [name]="icon" [svgIcon]="svgIcon"></kendo-icon-wrapper>
|
|
@@ -1508,7 +1497,7 @@ SpreadsheetBackColorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
1508
1497
|
[tabindex]="tabindex"
|
|
1509
1498
|
role="menuitem"
|
|
1510
1499
|
class="k-item k-menu-item"
|
|
1511
|
-
(click)="openDialog()">
|
|
1500
|
+
(click)="openDialog();">
|
|
1512
1501
|
<span
|
|
1513
1502
|
class="k-link k-menu-link">
|
|
1514
1503
|
<kendo-icon-wrapper [name]="icon" [svgIcon]="svgIcon"></kendo-icon-wrapper>
|
|
@@ -1542,7 +1531,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1542
1531
|
[tabindex]="tabindex"
|
|
1543
1532
|
role="menuitem"
|
|
1544
1533
|
class="k-item k-menu-item"
|
|
1545
|
-
(click)="openDialog()">
|
|
1534
|
+
(click)="openDialog();">
|
|
1546
1535
|
<span
|
|
1547
1536
|
class="k-link k-menu-link">
|
|
1548
1537
|
<kendo-icon-wrapper [name]="icon" [svgIcon]="svgIcon"></kendo-icon-wrapper>
|
|
@@ -1563,28 +1552,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1563
1552
|
* @hidden
|
|
1564
1553
|
*/
|
|
1565
1554
|
class NameBoxComponent {
|
|
1566
|
-
constructor(ngZone, host, localization
|
|
1555
|
+
constructor(ngZone, host, localization) {
|
|
1567
1556
|
this.ngZone = ngZone;
|
|
1568
1557
|
this.host = host;
|
|
1569
1558
|
this.localization = localization;
|
|
1570
|
-
this.renderer = renderer;
|
|
1571
1559
|
this.hostClass = true;
|
|
1572
1560
|
this.valueNormalizer = (text) => text.pipe(map((content) => ({ name: content })));
|
|
1573
1561
|
}
|
|
1574
1562
|
keyDownHandler() {
|
|
1575
1563
|
const editor = this.spreadsheetWidget.view.nameEditor;
|
|
1576
1564
|
if (editor) {
|
|
1577
|
-
const name = this.
|
|
1565
|
+
const name = this.host.nativeElement.querySelector('.k-input-inner').value;
|
|
1578
1566
|
editor.trigger('enter', { value: name });
|
|
1579
1567
|
}
|
|
1580
1568
|
}
|
|
1581
|
-
ngAfterViewInit() {
|
|
1582
|
-
this.renderer.setAttribute(this.inputElement, 'title', this.title);
|
|
1583
|
-
this.renderer.setAttribute(this.inputElement, 'aria-label', this.title);
|
|
1584
|
-
}
|
|
1585
|
-
get inputElement() {
|
|
1586
|
-
return this.host.nativeElement.querySelector('.k-input-inner');
|
|
1587
|
-
}
|
|
1588
1569
|
get current() {
|
|
1589
1570
|
return {
|
|
1590
1571
|
value: (val) => {
|
|
@@ -1621,7 +1602,7 @@ class NameBoxComponent {
|
|
|
1621
1602
|
}
|
|
1622
1603
|
;
|
|
1623
1604
|
}
|
|
1624
|
-
NameBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NameBoxComponent, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: SpreadsheetLocalizationService }
|
|
1605
|
+
NameBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NameBoxComponent, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: SpreadsheetLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1625
1606
|
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: `
|
|
1626
1607
|
<kendo-combobox #combobox
|
|
1627
1608
|
[popupSettings]="{popupClass: 'k-spreadsheet-names-popup'}"
|
|
@@ -1659,7 +1640,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1659
1640
|
></kendo-combobox>
|
|
1660
1641
|
`
|
|
1661
1642
|
}]
|
|
1662
|
-
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.ElementRef }, { type: SpreadsheetLocalizationService }
|
|
1643
|
+
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.ElementRef }, { type: SpreadsheetLocalizationService }]; }, propDecorators: { hostClass: [{
|
|
1663
1644
|
type: HostBinding,
|
|
1664
1645
|
args: ['class.k-spreadsheet-name-editor']
|
|
1665
1646
|
}], keyDownHandler: [{
|
|
@@ -2046,7 +2027,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2046
2027
|
class MessagesDirective extends ComponentMessages {
|
|
2047
2028
|
}
|
|
2048
2029
|
MessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MessagesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
2049
|
-
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",
|
|
2030
|
+
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 });
|
|
2050
2031
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MessagesDirective, decorators: [{
|
|
2051
2032
|
type: Directive,
|
|
2052
2033
|
args: [{
|
|
@@ -2138,8 +2119,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2138
2119
|
type: Input
|
|
2139
2120
|
}], nameBox: [{
|
|
2140
2121
|
type: Input
|
|
2141
|
-
}], formulaInput: [{
|
|
2142
|
-
type: Input
|
|
2143
2122
|
}], addSheet: [{
|
|
2144
2123
|
type: Input
|
|
2145
2124
|
}], sheetsMenu: [{
|
|
@@ -3214,7 +3193,7 @@ class SpreadsheetComponent {
|
|
|
3214
3193
|
this.ngZone.onStable.pipe(take(1)).subscribe(() => {
|
|
3215
3194
|
const normalizedItems = items.map(item => ({
|
|
3216
3195
|
active: item.active,
|
|
3217
|
-
text:
|
|
3196
|
+
text: this.messageFor(item.id),
|
|
3218
3197
|
cssClass: item.active ? 'k-active' : null,
|
|
3219
3198
|
id: item.id
|
|
3220
3199
|
}));
|
|
@@ -3469,8 +3448,6 @@ SpreadsheetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
3469
3448
|
delete="Delete Sheet"
|
|
3470
3449
|
i18n-nameBox="kendo.spreadsheet.nameBox|The title of the Name Box input."
|
|
3471
3450
|
nameBox="Name Box"
|
|
3472
|
-
i18n-formulaInput="kendo.spreadsheet.formulaInput|The title of the Formula input."
|
|
3473
|
-
formulaInput="Formula Input"
|
|
3474
3451
|
i18n-addSheet="kendo.spreadsheet.addSheet|The title of the Add new sheet button."
|
|
3475
3452
|
addSheet="Add New Sheet"
|
|
3476
3453
|
i18n-sheetsMenu="kendo.spreadsheet.sheetsMenu|The title of the Sheets menu button."
|
|
@@ -3718,8 +3695,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
3718
3695
|
delete="Delete Sheet"
|
|
3719
3696
|
i18n-nameBox="kendo.spreadsheet.nameBox|The title of the Name Box input."
|
|
3720
3697
|
nameBox="Name Box"
|
|
3721
|
-
i18n-formulaInput="kendo.spreadsheet.formulaInput|The title of the Formula input."
|
|
3722
|
-
formulaInput="Formula Input"
|
|
3723
3698
|
i18n-addSheet="kendo.spreadsheet.addSheet|The title of the Add new sheet button."
|
|
3724
3699
|
addSheet="Add New Sheet"
|
|
3725
3700
|
i18n-sheetsMenu="kendo.spreadsheet.sheetsMenu|The title of the Sheets menu button."
|