@progress/kendo-angular-spreadsheet 20.1.2-develop.2 → 21.0.0-develop.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/action-bar/formula-input.directive.mjs +4 -4
- package/esm2022/action-bar/list.component.mjs +4 -4
- package/esm2022/action-bar/namebox.component.mjs +4 -4
- package/esm2022/common/calendar-editor.component.mjs +3 -3
- package/esm2022/common/error-handling.service.mjs +4 -4
- package/esm2022/common/list-editor.component.mjs +4 -4
- package/esm2022/common/main-menu.directive.mjs +4 -4
- package/esm2022/common/spreadsheet.service.mjs +4 -4
- package/esm2022/localization/custom-messages.component.mjs +4 -4
- package/esm2022/localization/localized-messages.directive.mjs +4 -4
- package/esm2022/localization/messages.mjs +3 -3
- package/esm2022/localization/spreadsheet-localization.service.mjs +5 -5
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/sheets-bar/action-dialog.component.mjs +4 -4
- package/esm2022/sheets-bar/sheets-bar.component.mjs +4 -4
- package/esm2022/spreadsheet.component.mjs +5 -5
- package/esm2022/spreadsheet.module.mjs +4 -4
- package/esm2022/tools/align/align-tool.directive.mjs +4 -4
- package/esm2022/tools/align/horizontal-align-tool.directive.mjs +4 -4
- package/esm2022/tools/align/vertical-align-tool.directive.mjs +4 -4
- package/esm2022/tools/colorpicker/spreadsheet-backcolor.component.mjs +5 -5
- package/esm2022/tools/colorpicker/spreadsheet-forecolor.component.mjs +5 -5
- package/esm2022/tools/data-validation-dialog.component.mjs +5 -5
- package/esm2022/tools/data-validation-tool.directive.mjs +5 -5
- package/esm2022/tools/decrease-decimal-tool.directive.mjs +4 -4
- package/esm2022/tools/font-family/font-family-dropdownlist.component.mjs +3 -3
- package/esm2022/tools/font-family/spreadsheet-fontfamily-tool.component.mjs +5 -5
- package/esm2022/tools/font-size/decrease-font-tool.directive.mjs +4 -4
- package/esm2022/tools/font-size/font-size-dropdownlist.component.mjs +3 -3
- package/esm2022/tools/font-size/increase-font-tool.directive.mjs +4 -4
- package/esm2022/tools/font-size/spreadsheet-fontsize-tool.component.mjs +5 -5
- package/esm2022/tools/format-tool.directive.mjs +4 -4
- package/esm2022/tools/gridlines-tool.directive.mjs +4 -4
- package/esm2022/tools/history/redo-tool.mjs +4 -4
- package/esm2022/tools/history/undo-tool.mjs +4 -4
- package/esm2022/tools/increase-decimal-tool.directive.mjs +4 -4
- package/esm2022/tools/insert/insert-link-dialog.component.mjs +4 -4
- package/esm2022/tools/insert/insert-link-tool.directive.mjs +4 -4
- package/esm2022/tools/load-file.component.mjs +5 -5
- package/esm2022/tools/save-file-tool.directive.mjs +4 -4
- package/esm2022/tools/shared/dialog-content.component.mjs +4 -4
- package/esm2022/tools/shared/spreadsheet-command-base.mjs +5 -5
- package/esm2022/tools/shared/spreadsheet-dropdown-tools-base.mjs +5 -5
- package/esm2022/tools/shared/spreadsheet-dropdownlist.base.mjs +3 -3
- package/esm2022/tools/tables/add-column-left-button.directive.mjs +4 -4
- package/esm2022/tools/tables/add-column-right-button.directive.mjs +4 -4
- package/esm2022/tools/tables/add-row-above-button.directive.mjs +4 -4
- package/esm2022/tools/tables/add-row-below-button.directive.mjs +4 -4
- package/esm2022/tools/tables/delete-column-button.directive.mjs +4 -4
- package/esm2022/tools/tables/delete-row-button.directive.mjs +4 -4
- package/esm2022/tools/tables/merge-tool.directive.mjs +4 -4
- package/esm2022/tools/text-wrap-tool.directive.mjs +4 -4
- package/esm2022/tools/tools.service.mjs +4 -4
- package/esm2022/tools/typographical-emphasis/bold-tool.directive.mjs +4 -4
- package/esm2022/tools/typographical-emphasis/italic-tool.directive.mjs +4 -4
- package/esm2022/tools/typographical-emphasis/underline-tool.directive.mjs +4 -4
- package/esm2022/tools/utils.mjs +1 -1
- package/fesm2022/progress-kendo-angular-spreadsheet.mjs +229 -229
- package/package.json +21 -21
- package/schematics/ngAdd/index.js +3 -3
- package/tools/tools.service.d.ts +1 -1
|
@@ -43,8 +43,8 @@ const packageMetadata = {
|
|
|
43
43
|
productName: 'Kendo UI for Angular',
|
|
44
44
|
productCode: 'KENDOUIANGULAR',
|
|
45
45
|
productCodes: ['KENDOUIANGULAR'],
|
|
46
|
-
publishDate:
|
|
47
|
-
version: '
|
|
46
|
+
publishDate: 1761752908,
|
|
47
|
+
version: '21.0.0-develop.2',
|
|
48
48
|
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',
|
|
49
49
|
};
|
|
50
50
|
|
|
@@ -82,12 +82,12 @@ class SpreadsheetService {
|
|
|
82
82
|
const sheets = this.spreadsheet.sheets();
|
|
83
83
|
this.sheetsChanged.next({ sheets, sheet: sheetInfo, actionType });
|
|
84
84
|
}
|
|
85
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
86
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
85
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
86
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetService });
|
|
87
87
|
}
|
|
88
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
88
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetService, decorators: [{
|
|
89
89
|
type: Injectable
|
|
90
|
-
}], ctorParameters:
|
|
90
|
+
}], ctorParameters: () => [] });
|
|
91
91
|
|
|
92
92
|
/**
|
|
93
93
|
* @hidden
|
|
@@ -136,12 +136,12 @@ class SpreadsheetToolsService {
|
|
|
136
136
|
}
|
|
137
137
|
});
|
|
138
138
|
};
|
|
139
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
140
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
139
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetToolsService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
140
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetToolsService });
|
|
141
141
|
}
|
|
142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetToolsService, decorators: [{
|
|
143
143
|
type: Injectable
|
|
144
|
-
}], ctorParameters:
|
|
144
|
+
}], ctorParameters: () => [{ type: i0.NgZone }], propDecorators: { stateChange: [{
|
|
145
145
|
type: Output
|
|
146
146
|
}] } });
|
|
147
147
|
|
|
@@ -152,12 +152,12 @@ class SpreadsheetLocalizationService extends LocalizationService {
|
|
|
152
152
|
constructor(prefix, messageService, _rtl) {
|
|
153
153
|
super(prefix, messageService, _rtl);
|
|
154
154
|
}
|
|
155
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
156
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
155
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetLocalizationService, deps: [{ token: L10N_PREFIX }, { token: i1.MessageService, optional: true }, { token: RTL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
156
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetLocalizationService });
|
|
157
157
|
}
|
|
158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetLocalizationService, decorators: [{
|
|
159
159
|
type: Injectable
|
|
160
|
-
}], ctorParameters:
|
|
160
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
161
161
|
type: Inject,
|
|
162
162
|
args: [L10N_PREFIX]
|
|
163
163
|
}] }, { type: i1.MessageService, decorators: [{
|
|
@@ -167,7 +167,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
167
167
|
}, {
|
|
168
168
|
type: Inject,
|
|
169
169
|
args: [RTL]
|
|
170
|
-
}] }]
|
|
170
|
+
}] }] });
|
|
171
171
|
|
|
172
172
|
/**
|
|
173
173
|
* @hidden
|
|
@@ -220,8 +220,8 @@ class FormulaListComponent {
|
|
|
220
220
|
handleMouseDown = (ev) => {
|
|
221
221
|
ev.preventDefault();
|
|
222
222
|
};
|
|
223
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
224
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
223
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormulaListComponent, deps: [{ token: i0.ElementRef }, { token: SpreadsheetService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
224
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FormulaListComponent, isStandalone: true, selector: "kendo-spreadsheet-formula-list", inputs: { maxHeight: "maxHeight", data: "data", itemClick: "itemClick" }, ngImport: i0, template: `
|
|
225
225
|
<ul #ulRef
|
|
226
226
|
class="k-spreadsheet-formula-list k-list-ul k-list-md k-group k-reset"
|
|
227
227
|
role="menu"
|
|
@@ -241,7 +241,7 @@ class FormulaListComponent {
|
|
|
241
241
|
</ul>
|
|
242
242
|
`, isInline: true, dependencies: [{ kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
243
243
|
}
|
|
244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormulaListComponent, decorators: [{
|
|
245
245
|
type: Component,
|
|
246
246
|
args: [{
|
|
247
247
|
selector: 'kendo-spreadsheet-formula-list',
|
|
@@ -267,7 +267,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
267
267
|
standalone: true,
|
|
268
268
|
imports: [EventsOutsideAngularDirective, NgFor, IconWrapperComponent]
|
|
269
269
|
}]
|
|
270
|
-
}], ctorParameters:
|
|
270
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: SpreadsheetService }, { type: i0.Renderer2 }], propDecorators: { maxHeight: [{
|
|
271
271
|
type: Input
|
|
272
272
|
}], data: [{
|
|
273
273
|
type: Input
|
|
@@ -415,16 +415,16 @@ class FormulaInputDirective {
|
|
|
415
415
|
}
|
|
416
416
|
}
|
|
417
417
|
};
|
|
418
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
419
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
418
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormulaInputDirective, deps: [{ token: i0.ElementRef }, { token: i1$1.PopupService }, { token: SpreadsheetService }, { token: SpreadsheetLocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
419
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FormulaInputDirective, isStandalone: true, selector: "[kendoSpreadsheetFormulaInput]", inputs: { formulaListMaxHeight: "formulaListMaxHeight" }, host: { properties: { "class.k-spreadsheet-formula-input": "this.hostClasses", "attr.title": "this.title", "attr.role": "this.role", "attr.aria-haspopup": "this.ariaHasPopup", "attr.aria-expanded": "this.ariaExpanded", "attr.aria-controls": "this.ariaControls" } }, ngImport: i0 });
|
|
420
420
|
}
|
|
421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormulaInputDirective, decorators: [{
|
|
422
422
|
type: Directive,
|
|
423
423
|
args: [{
|
|
424
424
|
selector: '[kendoSpreadsheetFormulaInput]',
|
|
425
425
|
standalone: true
|
|
426
426
|
}]
|
|
427
|
-
}], ctorParameters:
|
|
427
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1$1.PopupService }, { type: SpreadsheetService }, { type: SpreadsheetLocalizationService }], propDecorators: { hostClasses: [{
|
|
428
428
|
type: HostBinding,
|
|
429
429
|
args: ['class.k-spreadsheet-formula-input']
|
|
430
430
|
}], title: [{
|
|
@@ -568,12 +568,12 @@ class ErrorHandlingService {
|
|
|
568
568
|
messageFor(text) {
|
|
569
569
|
return this.localization.get(text);
|
|
570
570
|
}
|
|
571
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
572
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
571
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ErrorHandlingService, deps: [{ token: SpreadsheetService }, { token: i1.LocalizationService }, { token: i1$2.DialogService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
572
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ErrorHandlingService });
|
|
573
573
|
}
|
|
574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ErrorHandlingService, decorators: [{
|
|
575
575
|
type: Injectable
|
|
576
|
-
}], ctorParameters:
|
|
576
|
+
}], ctorParameters: () => [{ type: SpreadsheetService }, { type: i1.LocalizationService }, { type: i1$2.DialogService }] });
|
|
577
577
|
|
|
578
578
|
/**
|
|
579
579
|
* @hidden
|
|
@@ -696,8 +696,8 @@ class InsertLinkDialogComponent extends DialogContentBase {
|
|
|
696
696
|
setData(args) {
|
|
697
697
|
this.urlLink = args.link;
|
|
698
698
|
}
|
|
699
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
700
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
699
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: InsertLinkDialogComponent, deps: [{ token: i1$2.DialogRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
700
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: InsertLinkDialogComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `
|
|
701
701
|
<form class="k-form k-form-md" method="dialog">
|
|
702
702
|
<div class="k-form-field">
|
|
703
703
|
<kendo-label [for]="textbox" text="URL"></kendo-label>
|
|
@@ -708,7 +708,7 @@ class InsertLinkDialogComponent extends DialogContentBase {
|
|
|
708
708
|
</form>
|
|
709
709
|
`, isInline: true, dependencies: [{ kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }] });
|
|
710
710
|
}
|
|
711
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
711
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: InsertLinkDialogComponent, decorators: [{
|
|
712
712
|
type: Component,
|
|
713
713
|
args: [{
|
|
714
714
|
template: `
|
|
@@ -724,7 +724,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
724
724
|
standalone: true,
|
|
725
725
|
imports: [LabelComponent, TextBoxComponent]
|
|
726
726
|
}]
|
|
727
|
-
}], ctorParameters:
|
|
727
|
+
}], ctorParameters: () => [{ type: i1$2.DialogRef }] });
|
|
728
728
|
|
|
729
729
|
/**
|
|
730
730
|
* @hidden
|
|
@@ -743,8 +743,8 @@ class ActionDialogComponent extends DialogContentBase {
|
|
|
743
743
|
this.tabindex = args.tabindex;
|
|
744
744
|
this.commandName = args.commandName;
|
|
745
745
|
}
|
|
746
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
747
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
746
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ActionDialogComponent, deps: [{ token: i1$2.DialogRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
747
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ActionDialogComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `
|
|
748
748
|
<ng-container *ngIf="commandName === 'delete'">
|
|
749
749
|
<p>The deleted sheet data will be lost.</p>
|
|
750
750
|
<p>Are you sure you want to proceed?</p>
|
|
@@ -764,7 +764,7 @@ class ActionDialogComponent extends DialogContentBase {
|
|
|
764
764
|
</form>
|
|
765
765
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }] });
|
|
766
766
|
}
|
|
767
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
767
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ActionDialogComponent, decorators: [{
|
|
768
768
|
type: Component,
|
|
769
769
|
args: [{
|
|
770
770
|
template: `
|
|
@@ -789,7 +789,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
789
789
|
standalone: true,
|
|
790
790
|
imports: [NgIf, LabelComponent, TextBoxComponent]
|
|
791
791
|
}]
|
|
792
|
-
}], ctorParameters:
|
|
792
|
+
}], ctorParameters: () => [{ type: i1$2.DialogRef }] });
|
|
793
793
|
|
|
794
794
|
/**
|
|
795
795
|
* @hidden
|
|
@@ -1054,8 +1054,8 @@ class SheetsBarComponent {
|
|
|
1054
1054
|
});
|
|
1055
1055
|
this.ngZone.onStable.pipe(take(1)).subscribe(() => this.spreadsheetService.spreadsheet.view.clipboard.focus());
|
|
1056
1056
|
}
|
|
1057
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1058
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1057
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SheetsBarComponent, deps: [{ token: SpreadsheetService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: SpreadsheetLocalizationService }, { token: i1$2.DialogService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1058
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SheetsBarComponent, isStandalone: true, selector: "[kendoSpreadsheetSheetsBar]", inputs: { sheets: "sheets", sheetDescriptors: "sheetDescriptors" }, host: { properties: { "class.k-spreadsheet-sheets-bar": "this.hostClasses" } }, viewQueries: [{ propertyName: "addButton", first: true, predicate: ["addButton"], descendants: true }, { propertyName: "menuButton", first: true, predicate: ["menuButton"], descendants: true }, { propertyName: "tabstrip", first: true, predicate: ["tabstrip"], descendants: true }, { propertyName: "actionDdbs", predicate: ["sheetDdb"], descendants: true }, { propertyName: "actionDdbRefs", predicate: ["sheetDdb"], descendants: true, read: ElementRef }], usesOnChanges: true, ngImport: i0, template: `
|
|
1059
1059
|
<button kendoButton #addButton
|
|
1060
1060
|
[title]="messageFor('addSheet')"
|
|
1061
1061
|
type="button"
|
|
@@ -1112,7 +1112,7 @@ class SheetsBarComponent {
|
|
|
1112
1112
|
</kendo-tabstrip>
|
|
1113
1113
|
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: DropDownButtonComponent, selector: "kendo-dropdownbutton", inputs: ["arrowIcon", "icon", "svgIcon", "iconClass", "imageUrl", "textField", "data", "size", "rounded", "fillMode", "themeColor", "buttonAttributes"], outputs: ["itemClick", "focus", "blur"], exportAs: ["kendoDropDownButton"] }, { kind: "component", type: TabStripComponent, selector: "kendo-tabstrip", inputs: ["height", "animate", "tabAlignment", "tabPosition", "keepTabContent", "closable", "scrollable", "size", "closeIcon", "closeIconClass", "closeSVGIcon", "showContentArea"], outputs: ["tabSelect", "tabClose", "tabScroll"], exportAs: ["kendoTabStrip"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: TabStripTabComponent, selector: "kendo-tabstrip-tab", inputs: ["title", "disabled", "cssClass", "cssStyle", "selected", "closable", "closeIcon", "closeIconClass", "closeSVGIcon"], exportAs: ["kendoTabStripTab"] }, { kind: "directive", type: TabTemplateDirective, selector: "[kendoTabTemplate]" }] });
|
|
1114
1114
|
}
|
|
1115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SheetsBarComponent, decorators: [{
|
|
1116
1116
|
type: Component,
|
|
1117
1117
|
args: [{
|
|
1118
1118
|
selector: '[kendoSpreadsheetSheetsBar]',
|
|
@@ -1175,7 +1175,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1175
1175
|
standalone: true,
|
|
1176
1176
|
imports: [ButtonComponent, EventsOutsideAngularDirective, DropDownButtonComponent, TabStripComponent, NgFor, NgIf, TabStripTabComponent, TabTemplateDirective]
|
|
1177
1177
|
}]
|
|
1178
|
-
}], ctorParameters:
|
|
1178
|
+
}], ctorParameters: () => [{ type: SpreadsheetService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: SpreadsheetLocalizationService }, { type: i1$2.DialogService }, { type: i0.NgZone }], propDecorators: { hostClasses: [{
|
|
1179
1179
|
type: HostBinding,
|
|
1180
1180
|
args: ['class.k-spreadsheet-sheets-bar']
|
|
1181
1181
|
}], sheets: [{
|
|
@@ -1267,8 +1267,8 @@ class NameBoxComponent {
|
|
|
1267
1267
|
}
|
|
1268
1268
|
}
|
|
1269
1269
|
valueNormalizer = (text) => text.pipe(map((content) => ({ name: content })));
|
|
1270
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1271
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1270
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NameBoxComponent, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: SpreadsheetLocalizationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
1271
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: NameBoxComponent, isStandalone: true, 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: `
|
|
1272
1272
|
<kendo-combobox #combobox
|
|
1273
1273
|
[popupSettings]="{popupClass: 'k-spreadsheet-names-popup'}"
|
|
1274
1274
|
fillMode="flat"
|
|
@@ -1285,7 +1285,7 @@ class NameBoxComponent {
|
|
|
1285
1285
|
></kendo-combobox>
|
|
1286
1286
|
`, isInline: true, dependencies: [{ kind: "component", type: ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "inputAttributes", "showStickyHeader", "focusableId", "allowCustom", "data", "value", "textField", "valueField", "valuePrimitive", "valueNormalizer", "placeholder", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "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", "escape"], exportAs: ["kendoComboBox"] }] });
|
|
1287
1287
|
}
|
|
1288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NameBoxComponent, decorators: [{
|
|
1289
1289
|
type: Component,
|
|
1290
1290
|
args: [{
|
|
1291
1291
|
selector: '[kendoSpreadsheetNameBox]',
|
|
@@ -1308,7 +1308,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1308
1308
|
standalone: true,
|
|
1309
1309
|
imports: [ComboBoxComponent]
|
|
1310
1310
|
}]
|
|
1311
|
-
}], ctorParameters:
|
|
1311
|
+
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i0.ElementRef }, { type: SpreadsheetLocalizationService }, { type: i0.Renderer2 }], propDecorators: { hostClass: [{
|
|
1312
1312
|
type: HostBinding,
|
|
1313
1313
|
args: ['class.k-spreadsheet-name-editor']
|
|
1314
1314
|
}], keyDownHandler: [{
|
|
@@ -1431,18 +1431,18 @@ class SpreadsheetCommandBaseDirective {
|
|
|
1431
1431
|
}
|
|
1432
1432
|
clickHandler() { }
|
|
1433
1433
|
pointerdownHandler(_event) { }
|
|
1434
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1435
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1434
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetCommandBaseDirective, deps: [{ token: MY_TOKEN }, { token: i1$3.ToolBarButtonComponent }, { token: i1.LocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1435
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetCommandBaseDirective, selector: "[kendoSpreadsheetCommandBase]", ngImport: i0 });
|
|
1436
1436
|
}
|
|
1437
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1437
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetCommandBaseDirective, decorators: [{
|
|
1438
1438
|
type: Directive,
|
|
1439
1439
|
args: [{
|
|
1440
1440
|
selector: '[kendoSpreadsheetCommandBase]'
|
|
1441
1441
|
}]
|
|
1442
|
-
}], ctorParameters:
|
|
1442
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
1443
1443
|
type: Inject,
|
|
1444
1444
|
args: [MY_TOKEN]
|
|
1445
|
-
}] }, { type: i1$3.ToolBarButtonComponent }, { type: i1.LocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }]
|
|
1445
|
+
}] }, { type: i1$3.ToolBarButtonComponent }, { type: i1.LocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
1446
1446
|
|
|
1447
1447
|
/**
|
|
1448
1448
|
* @hidden
|
|
@@ -1493,16 +1493,16 @@ class SpreadsheetGridLinesDirective extends SpreadsheetCommandButton {
|
|
|
1493
1493
|
this.spreadsheetService.spreadsheet.executeCommand(options);
|
|
1494
1494
|
}
|
|
1495
1495
|
}
|
|
1496
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1497
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1496
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetGridLinesDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1497
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetGridLinesDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetGridLines]", usesInheritance: true, ngImport: i0 });
|
|
1498
1498
|
}
|
|
1499
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1499
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetGridLinesDirective, decorators: [{
|
|
1500
1500
|
type: Directive,
|
|
1501
1501
|
args: [{
|
|
1502
1502
|
selector: 'kendo-toolbar-button[kendoSpreadsheetGridLines]',
|
|
1503
1503
|
standalone: true
|
|
1504
1504
|
}]
|
|
1505
|
-
}], ctorParameters:
|
|
1505
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
1506
1506
|
|
|
1507
1507
|
/**
|
|
1508
1508
|
* @hidden
|
|
@@ -1551,16 +1551,16 @@ class SpreadsheetMergeDirective {
|
|
|
1551
1551
|
const range = sheet._ref(this.selectedRange);
|
|
1552
1552
|
return sheet._getMergedCells(range).hasMerged;
|
|
1553
1553
|
}
|
|
1554
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1555
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1554
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetMergeDirective, deps: [{ token: i1$3.ToolBarDropDownButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1555
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetMergeDirective, isStandalone: true, selector: "[kendoSpreadsheetMerge]", ngImport: i0 });
|
|
1556
1556
|
}
|
|
1557
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1557
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetMergeDirective, decorators: [{
|
|
1558
1558
|
type: Directive,
|
|
1559
1559
|
args: [{
|
|
1560
1560
|
selector: '[kendoSpreadsheetMerge]',
|
|
1561
1561
|
standalone: true
|
|
1562
1562
|
}]
|
|
1563
|
-
}], ctorParameters:
|
|
1563
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarDropDownButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }] });
|
|
1564
1564
|
|
|
1565
1565
|
/**
|
|
1566
1566
|
* @hidden
|
|
@@ -1578,16 +1578,16 @@ class SpreadsheetIncreaseDecimalDirective extends SpreadsheetCommandButton {
|
|
|
1578
1578
|
};
|
|
1579
1579
|
this.spreadsheetService.spreadsheet.executeCommand(options);
|
|
1580
1580
|
}
|
|
1581
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1582
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1581
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetIncreaseDecimalDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1582
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetIncreaseDecimalDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetIncreaseDecimal]", usesInheritance: true, ngImport: i0 });
|
|
1583
1583
|
}
|
|
1584
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1584
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetIncreaseDecimalDirective, decorators: [{
|
|
1585
1585
|
type: Directive,
|
|
1586
1586
|
args: [{
|
|
1587
1587
|
selector: 'kendo-toolbar-button[kendoSpreadsheetIncreaseDecimal]',
|
|
1588
1588
|
standalone: true
|
|
1589
1589
|
}]
|
|
1590
|
-
}], ctorParameters:
|
|
1590
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
1591
1591
|
|
|
1592
1592
|
/**
|
|
1593
1593
|
* @hidden
|
|
@@ -1605,16 +1605,16 @@ class SpreadsheetDecreaseDecimalDirective extends SpreadsheetCommandButton {
|
|
|
1605
1605
|
};
|
|
1606
1606
|
this.spreadsheetService.spreadsheet.executeCommand(options);
|
|
1607
1607
|
}
|
|
1608
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1609
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1608
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetDecreaseDecimalDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1609
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetDecreaseDecimalDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetDecreaseDecimal]", usesInheritance: true, ngImport: i0 });
|
|
1610
1610
|
}
|
|
1611
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetDecreaseDecimalDirective, decorators: [{
|
|
1612
1612
|
type: Directive,
|
|
1613
1613
|
args: [{
|
|
1614
1614
|
selector: 'kendo-toolbar-button[kendoSpreadsheetDecreaseDecimal]',
|
|
1615
1615
|
standalone: true
|
|
1616
1616
|
}]
|
|
1617
|
-
}], ctorParameters:
|
|
1617
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
1618
1618
|
|
|
1619
1619
|
/**
|
|
1620
1620
|
* @hidden
|
|
@@ -1626,16 +1626,16 @@ class SpreadsheetDeleteRowButtonDirective extends SpreadsheetCommandButton {
|
|
|
1626
1626
|
options: { property: 'deleteRow' }
|
|
1627
1627
|
});
|
|
1628
1628
|
}
|
|
1629
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1630
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1629
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetDeleteRowButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1630
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetDeleteRowButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetDeleteRowButton]", usesInheritance: true, ngImport: i0 });
|
|
1631
1631
|
}
|
|
1632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1632
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetDeleteRowButtonDirective, decorators: [{
|
|
1633
1633
|
type: Directive,
|
|
1634
1634
|
args: [{
|
|
1635
1635
|
selector: 'kendo-toolbar-button[kendoSpreadsheetDeleteRowButton]',
|
|
1636
1636
|
standalone: true
|
|
1637
1637
|
}]
|
|
1638
|
-
}], ctorParameters:
|
|
1638
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
1639
1639
|
|
|
1640
1640
|
/**
|
|
1641
1641
|
* @hidden
|
|
@@ -1647,16 +1647,16 @@ class SpreadsheetDeleteColumnButtonDirective extends SpreadsheetCommandButton {
|
|
|
1647
1647
|
options: { property: 'deleteColumn' }
|
|
1648
1648
|
});
|
|
1649
1649
|
}
|
|
1650
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1651
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1650
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetDeleteColumnButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1651
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetDeleteColumnButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetDeleteColumnButton]", usesInheritance: true, ngImport: i0 });
|
|
1652
1652
|
}
|
|
1653
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1653
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetDeleteColumnButtonDirective, decorators: [{
|
|
1654
1654
|
type: Directive,
|
|
1655
1655
|
args: [{
|
|
1656
1656
|
selector: 'kendo-toolbar-button[kendoSpreadsheetDeleteColumnButton]',
|
|
1657
1657
|
standalone: true
|
|
1658
1658
|
}]
|
|
1659
|
-
}], ctorParameters:
|
|
1659
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
1660
1660
|
|
|
1661
1661
|
/**
|
|
1662
1662
|
* @hidden
|
|
@@ -1670,16 +1670,16 @@ class SpreadsheetAddRowAboveButtonDirective extends SpreadsheetCommandButton {
|
|
|
1670
1670
|
}
|
|
1671
1671
|
});
|
|
1672
1672
|
}
|
|
1673
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1674
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1673
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetAddRowAboveButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1674
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetAddRowAboveButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetAddRowAboveButton]", usesInheritance: true, ngImport: i0 });
|
|
1675
1675
|
}
|
|
1676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetAddRowAboveButtonDirective, decorators: [{
|
|
1677
1677
|
type: Directive,
|
|
1678
1678
|
args: [{
|
|
1679
1679
|
selector: 'kendo-toolbar-button[kendoSpreadsheetAddRowAboveButton]',
|
|
1680
1680
|
standalone: true
|
|
1681
1681
|
}]
|
|
1682
|
-
}], ctorParameters:
|
|
1682
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
1683
1683
|
|
|
1684
1684
|
/**
|
|
1685
1685
|
* @hidden
|
|
@@ -1693,16 +1693,16 @@ class SpreadsheetAddRowBelowButtonDirective extends SpreadsheetCommandButton {
|
|
|
1693
1693
|
}
|
|
1694
1694
|
});
|
|
1695
1695
|
}
|
|
1696
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1697
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1696
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetAddRowBelowButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1697
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetAddRowBelowButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetAddRowBelowButton]", usesInheritance: true, ngImport: i0 });
|
|
1698
1698
|
}
|
|
1699
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1699
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetAddRowBelowButtonDirective, decorators: [{
|
|
1700
1700
|
type: Directive,
|
|
1701
1701
|
args: [{
|
|
1702
1702
|
selector: 'kendo-toolbar-button[kendoSpreadsheetAddRowBelowButton]',
|
|
1703
1703
|
standalone: true
|
|
1704
1704
|
}]
|
|
1705
|
-
}], ctorParameters:
|
|
1705
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
1706
1706
|
|
|
1707
1707
|
/**
|
|
1708
1708
|
* @hidden
|
|
@@ -1716,16 +1716,16 @@ class SpreadsheetAddColumnRightButtonDirective extends SpreadsheetCommandButton
|
|
|
1716
1716
|
}
|
|
1717
1717
|
});
|
|
1718
1718
|
}
|
|
1719
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1720
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1719
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetAddColumnRightButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1720
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetAddColumnRightButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetAddColumnRightButton]", usesInheritance: true, ngImport: i0 });
|
|
1721
1721
|
}
|
|
1722
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetAddColumnRightButtonDirective, decorators: [{
|
|
1723
1723
|
type: Directive,
|
|
1724
1724
|
args: [{
|
|
1725
1725
|
selector: 'kendo-toolbar-button[kendoSpreadsheetAddColumnRightButton]',
|
|
1726
1726
|
standalone: true
|
|
1727
1727
|
}]
|
|
1728
|
-
}], ctorParameters:
|
|
1728
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
1729
1729
|
|
|
1730
1730
|
/**
|
|
1731
1731
|
* @hidden
|
|
@@ -1739,16 +1739,16 @@ class SpreadsheetAddColumnLeftButtonDirective extends SpreadsheetCommandButton {
|
|
|
1739
1739
|
}
|
|
1740
1740
|
});
|
|
1741
1741
|
}
|
|
1742
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1743
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1742
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetAddColumnLeftButtonDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1743
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetAddColumnLeftButtonDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetAddColumnLeftButton]", usesInheritance: true, ngImport: i0 });
|
|
1744
1744
|
}
|
|
1745
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1745
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetAddColumnLeftButtonDirective, decorators: [{
|
|
1746
1746
|
type: Directive,
|
|
1747
1747
|
args: [{
|
|
1748
1748
|
selector: 'kendo-toolbar-button[kendoSpreadsheetAddColumnLeftButton]',
|
|
1749
1749
|
standalone: true
|
|
1750
1750
|
}]
|
|
1751
|
-
}], ctorParameters:
|
|
1751
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
1752
1752
|
|
|
1753
1753
|
/**
|
|
1754
1754
|
* @hidden
|
|
@@ -1817,16 +1817,16 @@ class SpreadsheetInsertLinkDirective extends SpreadsheetCommandButton {
|
|
|
1817
1817
|
});
|
|
1818
1818
|
});
|
|
1819
1819
|
}
|
|
1820
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1821
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1820
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetInsertLinkDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }, { token: i1$2.DialogService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1821
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetInsertLinkDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetInsertLink]", usesInheritance: true, ngImport: i0 });
|
|
1822
1822
|
}
|
|
1823
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetInsertLinkDirective, decorators: [{
|
|
1824
1824
|
type: Directive,
|
|
1825
1825
|
args: [{
|
|
1826
1826
|
selector: 'kendo-toolbar-button[kendoSpreadsheetInsertLink]',
|
|
1827
1827
|
standalone: true
|
|
1828
1828
|
}]
|
|
1829
|
-
}], ctorParameters:
|
|
1829
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }, { type: i1$2.DialogService }] });
|
|
1830
1830
|
|
|
1831
1831
|
/**
|
|
1832
1832
|
* @hidden
|
|
@@ -1866,16 +1866,16 @@ class SpreadsheetFormatDirective {
|
|
|
1866
1866
|
};
|
|
1867
1867
|
this.spreadsheetService.spreadsheet.executeCommand(options);
|
|
1868
1868
|
};
|
|
1869
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1870
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1869
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetFormatDirective, deps: [{ token: i1$3.ToolBarDropDownButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1870
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetFormatDirective, isStandalone: true, selector: "[kendoSpreadsheetFormat]", ngImport: i0 });
|
|
1871
1871
|
}
|
|
1872
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetFormatDirective, decorators: [{
|
|
1873
1873
|
type: Directive,
|
|
1874
1874
|
args: [{
|
|
1875
1875
|
selector: '[kendoSpreadsheetFormat]',
|
|
1876
1876
|
standalone: true
|
|
1877
1877
|
}]
|
|
1878
|
-
}], ctorParameters:
|
|
1878
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarDropDownButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
1879
1879
|
|
|
1880
1880
|
/**
|
|
1881
1881
|
* @hidden
|
|
@@ -1900,16 +1900,16 @@ class SpreadsheetTextWrapDirective extends SpreadsheetCommandButton {
|
|
|
1900
1900
|
this.spreadsheetService.spreadsheet.executeCommand(options);
|
|
1901
1901
|
}
|
|
1902
1902
|
}
|
|
1903
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1904
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1903
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetTextWrapDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1904
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetTextWrapDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetTextWrap]", usesInheritance: true, ngImport: i0 });
|
|
1905
1905
|
}
|
|
1906
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1906
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetTextWrapDirective, decorators: [{
|
|
1907
1907
|
type: Directive,
|
|
1908
1908
|
args: [{
|
|
1909
1909
|
selector: 'kendo-toolbar-button[kendoSpreadsheetTextWrap]',
|
|
1910
1910
|
standalone: true
|
|
1911
1911
|
}]
|
|
1912
|
-
}], ctorParameters:
|
|
1912
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
1913
1913
|
|
|
1914
1914
|
/**
|
|
1915
1915
|
* @hidden
|
|
@@ -1946,16 +1946,16 @@ class SpreadsheetVerticalTextAlignDirective {
|
|
|
1946
1946
|
};
|
|
1947
1947
|
this.spreadsheetService.spreadsheet.executeCommand(options);
|
|
1948
1948
|
}
|
|
1949
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1950
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1949
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetVerticalTextAlignDirective, deps: [{ token: i1$3.ToolBarDropDownButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1950
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetVerticalTextAlignDirective, isStandalone: true, selector: "[kendoSpreadsheetVerticalTextAlign]", ngImport: i0 });
|
|
1951
1951
|
}
|
|
1952
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1952
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetVerticalTextAlignDirective, decorators: [{
|
|
1953
1953
|
type: Directive,
|
|
1954
1954
|
args: [{
|
|
1955
1955
|
selector: '[kendoSpreadsheetVerticalTextAlign]',
|
|
1956
1956
|
standalone: true
|
|
1957
1957
|
}]
|
|
1958
|
-
}], ctorParameters:
|
|
1958
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarDropDownButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
1959
1959
|
|
|
1960
1960
|
/**
|
|
1961
1961
|
* @hidden
|
|
@@ -1992,16 +1992,16 @@ class SpreadsheetHorizontalTextAlignDirective {
|
|
|
1992
1992
|
};
|
|
1993
1993
|
this.spreadsheetService.spreadsheet.executeCommand(options);
|
|
1994
1994
|
}
|
|
1995
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1996
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1995
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetHorizontalTextAlignDirective, deps: [{ token: i1$3.ToolBarDropDownButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1996
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetHorizontalTextAlignDirective, isStandalone: true, selector: "[kendoSpreadsheetHorizontalTextAlign]", ngImport: i0 });
|
|
1997
1997
|
}
|
|
1998
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1998
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetHorizontalTextAlignDirective, decorators: [{
|
|
1999
1999
|
type: Directive,
|
|
2000
2000
|
args: [{
|
|
2001
2001
|
selector: '[kendoSpreadsheetHorizontalTextAlign]',
|
|
2002
2002
|
standalone: true
|
|
2003
2003
|
}]
|
|
2004
|
-
}], ctorParameters:
|
|
2004
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarDropDownButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
2005
2005
|
|
|
2006
2006
|
/**
|
|
2007
2007
|
* @hidden
|
|
@@ -2027,7 +2027,7 @@ const rangeValidator = (directive) => {
|
|
|
2027
2027
|
try {
|
|
2028
2028
|
range = directive.spreadsheetService.spreadsheet.activeSheet().range(control.value);
|
|
2029
2029
|
}
|
|
2030
|
-
catch (
|
|
2030
|
+
catch (_e) { /** noop */ }
|
|
2031
2031
|
if (!isPresent(range)) {
|
|
2032
2032
|
return err;
|
|
2033
2033
|
}
|
|
@@ -2053,10 +2053,10 @@ class DropDownListBase {
|
|
|
2053
2053
|
focus() {
|
|
2054
2054
|
this.dropDownList.focus();
|
|
2055
2055
|
}
|
|
2056
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2057
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2056
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropDownListBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2057
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DropDownListBase, selector: "kendo-spreadsheet-dropdownlist-base", inputs: { data: "data", value: "value", title: "title", tabindex: "tabindex" }, outputs: { valueChange: "valueChange" }, host: { properties: { "style.display": "this.display" } }, viewQueries: [{ propertyName: "element", first: true, predicate: ["element"], descendants: true, static: true }, { propertyName: "dropDownList", first: true, predicate: ["element"], descendants: true, read: DropDownListComponent, static: true }], ngImport: i0 });
|
|
2058
2058
|
}
|
|
2059
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2059
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropDownListBase, decorators: [{
|
|
2060
2060
|
type: Directive,
|
|
2061
2061
|
args: [{
|
|
2062
2062
|
selector: 'kendo-spreadsheet-dropdownlist-base'
|
|
@@ -2086,8 +2086,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2086
2086
|
* @hidden
|
|
2087
2087
|
*/
|
|
2088
2088
|
class FontSizeDropDownListComponent extends DropDownListBase {
|
|
2089
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2090
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2089
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FontSizeDropDownListComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2090
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FontSizeDropDownListComponent, isStandalone: true, selector: "kendo-spreadsheet-fontsize-dropdownlist", usesInheritance: true, ngImport: i0, template: `
|
|
2091
2091
|
<kendo-dropdownlist
|
|
2092
2092
|
#element
|
|
2093
2093
|
class="k-toolbar-dropdownlist"
|
|
@@ -2100,7 +2100,7 @@ class FontSizeDropDownListComponent extends DropDownListBase {
|
|
|
2100
2100
|
[fillMode]="fillMode"></kendo-dropdownlist>
|
|
2101
2101
|
`, isInline: true, dependencies: [{ kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }] });
|
|
2102
2102
|
}
|
|
2103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FontSizeDropDownListComponent, decorators: [{
|
|
2104
2104
|
type: Component,
|
|
2105
2105
|
args: [{
|
|
2106
2106
|
selector: 'kendo-spreadsheet-fontsize-dropdownlist',
|
|
@@ -2125,8 +2125,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2125
2125
|
* @hidden
|
|
2126
2126
|
*/
|
|
2127
2127
|
class FontFamilyDropDownListComponent extends DropDownListBase {
|
|
2128
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2129
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2128
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FontFamilyDropDownListComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2129
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FontFamilyDropDownListComponent, isStandalone: true, selector: "kendo-spreadsheet-fontfamily-dropdownlist", usesInheritance: true, ngImport: i0, template: `
|
|
2130
2130
|
<kendo-dropdownlist
|
|
2131
2131
|
#element
|
|
2132
2132
|
class="k-toolbar-dropdownlist"
|
|
@@ -2145,7 +2145,7 @@ class FontFamilyDropDownListComponent extends DropDownListBase {
|
|
|
2145
2145
|
</kendo-dropdownlist>
|
|
2146
2146
|
`, isInline: true, dependencies: [{ kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
2147
2147
|
}
|
|
2148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2148
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FontFamilyDropDownListComponent, decorators: [{
|
|
2149
2149
|
type: Component,
|
|
2150
2150
|
args: [{
|
|
2151
2151
|
selector: 'kendo-spreadsheet-fontfamily-dropdownlist',
|
|
@@ -2192,8 +2192,8 @@ class DialogContentComponent extends DialogContentBase {
|
|
|
2192
2192
|
this.tabindex = args.tabindex;
|
|
2193
2193
|
this.componentType = args.componentType;
|
|
2194
2194
|
}
|
|
2195
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2196
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2195
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DialogContentComponent, deps: [{ token: i1$2.DialogRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
2196
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DialogContentComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: `
|
|
2197
2197
|
<div
|
|
2198
2198
|
[ngSwitch]="componentType"
|
|
2199
2199
|
class="k-d-flex k-align-items-center k-justify-content-center">
|
|
@@ -2234,7 +2234,7 @@ class DialogContentComponent extends DialogContentBase {
|
|
|
2234
2234
|
</div>
|
|
2235
2235
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: FontFamilyDropDownListComponent, selector: "kendo-spreadsheet-fontfamily-dropdownlist" }, { kind: "component", type: FontSizeDropDownListComponent, selector: "kendo-spreadsheet-fontsize-dropdownlist" }, { kind: "component", type: ColorPickerComponent, selector: "kendo-colorpicker", inputs: ["views", "view", "adaptiveMode", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "svgIcon", "adaptiveTitle", "adaptiveSubtitle", "clearButton", "tabindex", "preview", "actionsLayout", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur", "cancel", "activeColorClick", "clearButtonClick", "activeViewChange"], exportAs: ["kendoColorPicker"] }] });
|
|
2236
2236
|
}
|
|
2237
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2237
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DialogContentComponent, decorators: [{
|
|
2238
2238
|
type: Component,
|
|
2239
2239
|
args: [{
|
|
2240
2240
|
template: `
|
|
@@ -2280,7 +2280,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2280
2280
|
standalone: true,
|
|
2281
2281
|
imports: [NgSwitch, NgSwitchCase, FontFamilyDropDownListComponent, FontSizeDropDownListComponent, ColorPickerComponent]
|
|
2282
2282
|
}]
|
|
2283
|
-
}], ctorParameters:
|
|
2283
|
+
}], ctorParameters: () => [{ type: i1$2.DialogRef }] });
|
|
2284
2284
|
|
|
2285
2285
|
/**
|
|
2286
2286
|
* @hidden
|
|
@@ -2431,18 +2431,18 @@ class SpreadsheetDropDownToolBase extends ToolBarToolComponent {
|
|
|
2431
2431
|
this.tabindex = -1;
|
|
2432
2432
|
return false;
|
|
2433
2433
|
}
|
|
2434
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2435
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2434
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetDropDownToolBase, deps: [{ token: MY_TOKEN }, { token: i1$2.DialogService }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }, { token: i1$3.ToolBarComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
2435
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetDropDownToolBase, selector: "ng-component", outputs: { valueChange: "valueChange" }, viewQueries: [{ propertyName: "element", first: true, predicate: ["element"], descendants: true, read: ElementRef }, { propertyName: "dropDownListRef", first: true, predicate: ["element"], descendants: true }, { propertyName: "popupButton", first: true, predicate: ["popupButton"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
2436
2436
|
}
|
|
2437
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2437
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetDropDownToolBase, decorators: [{
|
|
2438
2438
|
type: Component,
|
|
2439
2439
|
args: [{
|
|
2440
2440
|
template: ``
|
|
2441
2441
|
}]
|
|
2442
|
-
}], ctorParameters:
|
|
2442
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
2443
2443
|
type: Inject,
|
|
2444
2444
|
args: [MY_TOKEN]
|
|
2445
|
-
}] }, { type: i1$2.DialogService }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }, { type: i1$3.ToolBarComponent }]
|
|
2445
|
+
}] }, { type: i1$2.DialogService }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }, { type: i1$3.ToolBarComponent }], propDecorators: { element: [{
|
|
2446
2446
|
type: ViewChild,
|
|
2447
2447
|
args: ['element', { read: ElementRef }]
|
|
2448
2448
|
}], dropDownListRef: [{
|
|
@@ -2466,8 +2466,8 @@ class SpreadsheetBackColorComponent extends SpreadsheetDropDownToolBase {
|
|
|
2466
2466
|
constructor(dialogService, localization, spreadsheetService, toolsService, toolbar) {
|
|
2467
2467
|
super('background', dialogService, localization, spreadsheetService, toolsService, toolbar);
|
|
2468
2468
|
}
|
|
2469
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2470
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2469
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetBackColorComponent, deps: [{ token: i1$2.DialogService }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }, { token: ToolBarComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
2470
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetBackColorComponent, isStandalone: true, selector: "kendo-spreadsheet-backcolor-tool", providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => SpreadsheetBackColorComponent) }], usesInheritance: true, ngImport: i0, template: `
|
|
2471
2471
|
<ng-template #toolbarTemplate>
|
|
2472
2472
|
<div class="k-toolbar-item">
|
|
2473
2473
|
<kendo-colorpicker
|
|
@@ -2515,7 +2515,7 @@ class SpreadsheetBackColorComponent extends SpreadsheetDropDownToolBase {
|
|
|
2515
2515
|
</ng-template>
|
|
2516
2516
|
`, isInline: true, dependencies: [{ kind: "component", type: ColorPickerComponent, selector: "kendo-colorpicker", inputs: ["views", "view", "adaptiveMode", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "svgIcon", "adaptiveTitle", "adaptiveSubtitle", "clearButton", "tabindex", "preview", "actionsLayout", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur", "cancel", "activeColorClick", "clearButtonClick", "activeViewChange"], exportAs: ["kendoColorPicker"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2517
2517
|
}
|
|
2518
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetBackColorComponent, decorators: [{
|
|
2519
2519
|
type: Component,
|
|
2520
2520
|
args: [{
|
|
2521
2521
|
providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => SpreadsheetBackColorComponent) }],
|
|
@@ -2570,10 +2570,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2570
2570
|
standalone: true,
|
|
2571
2571
|
imports: [ColorPickerComponent, IconWrapperComponent, NgIf]
|
|
2572
2572
|
}]
|
|
2573
|
-
}], ctorParameters:
|
|
2573
|
+
}], ctorParameters: () => [{ type: i1$2.DialogService }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }, { type: i1$3.ToolBarComponent, decorators: [{
|
|
2574
2574
|
type: Inject,
|
|
2575
2575
|
args: [ToolBarComponent]
|
|
2576
|
-
}] }]
|
|
2576
|
+
}] }] });
|
|
2577
2577
|
|
|
2578
2578
|
/**
|
|
2579
2579
|
* A component which configures an existing `ColorPickerComponent` as a Spreadsheet tool to change the text color.
|
|
@@ -2586,8 +2586,8 @@ class SpreadsheetForeColorComponent extends SpreadsheetDropDownToolBase {
|
|
|
2586
2586
|
constructor(dialogService, localization, spreadsheetService, toolsService, toolbar) {
|
|
2587
2587
|
super('color', dialogService, localization, spreadsheetService, toolsService, toolbar);
|
|
2588
2588
|
}
|
|
2589
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2590
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2589
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetForeColorComponent, deps: [{ token: i1$2.DialogService }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }, { token: ToolBarComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
2590
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetForeColorComponent, isStandalone: true, selector: "kendo-spreadsheet-forecolor-tool", providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => SpreadsheetForeColorComponent) }], usesInheritance: true, ngImport: i0, template: `
|
|
2591
2591
|
<ng-template #toolbarTemplate>
|
|
2592
2592
|
<div class="k-toolbar-item">
|
|
2593
2593
|
<kendo-colorpicker
|
|
@@ -2635,7 +2635,7 @@ class SpreadsheetForeColorComponent extends SpreadsheetDropDownToolBase {
|
|
|
2635
2635
|
</ng-template>
|
|
2636
2636
|
`, isInline: true, dependencies: [{ kind: "component", type: ColorPickerComponent, selector: "kendo-colorpicker", inputs: ["views", "view", "adaptiveMode", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "svgIcon", "adaptiveTitle", "adaptiveSubtitle", "clearButton", "tabindex", "preview", "actionsLayout", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur", "cancel", "activeColorClick", "clearButtonClick", "activeViewChange"], exportAs: ["kendoColorPicker"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2637
2637
|
}
|
|
2638
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2638
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetForeColorComponent, decorators: [{
|
|
2639
2639
|
type: Component,
|
|
2640
2640
|
args: [{
|
|
2641
2641
|
providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => SpreadsheetForeColorComponent) }],
|
|
@@ -2690,10 +2690,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2690
2690
|
standalone: true,
|
|
2691
2691
|
imports: [ColorPickerComponent, IconWrapperComponent, NgIf]
|
|
2692
2692
|
}]
|
|
2693
|
-
}], ctorParameters:
|
|
2693
|
+
}], ctorParameters: () => [{ type: i1$2.DialogService }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }, { type: i1$3.ToolBarComponent, decorators: [{
|
|
2694
2694
|
type: Inject,
|
|
2695
2695
|
args: [ToolBarComponent]
|
|
2696
|
-
}] }]
|
|
2696
|
+
}] }] });
|
|
2697
2697
|
|
|
2698
2698
|
/**
|
|
2699
2699
|
* @hidden
|
|
@@ -2707,16 +2707,16 @@ class SpreadsheetUnderlineDirective extends SpreadsheetCommandButton {
|
|
|
2707
2707
|
}
|
|
2708
2708
|
});
|
|
2709
2709
|
}
|
|
2710
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2711
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2710
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetUnderlineDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2711
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetUnderlineDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetUnderline]", usesInheritance: true, ngImport: i0 });
|
|
2712
2712
|
}
|
|
2713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetUnderlineDirective, decorators: [{
|
|
2714
2714
|
type: Directive,
|
|
2715
2715
|
args: [{
|
|
2716
2716
|
selector: 'kendo-toolbar-button[kendoSpreadsheetUnderline]',
|
|
2717
2717
|
standalone: true
|
|
2718
2718
|
}]
|
|
2719
|
-
}], ctorParameters:
|
|
2719
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
2720
2720
|
|
|
2721
2721
|
/**
|
|
2722
2722
|
* @hidden
|
|
@@ -2730,16 +2730,16 @@ class SpreadsheetItalicDirective extends SpreadsheetCommandButton {
|
|
|
2730
2730
|
}
|
|
2731
2731
|
});
|
|
2732
2732
|
}
|
|
2733
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2734
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2733
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetItalicDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2734
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetItalicDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetItalic]", usesInheritance: true, ngImport: i0 });
|
|
2735
2735
|
}
|
|
2736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetItalicDirective, decorators: [{
|
|
2737
2737
|
type: Directive,
|
|
2738
2738
|
args: [{
|
|
2739
2739
|
selector: 'kendo-toolbar-button[kendoSpreadsheetItalic]',
|
|
2740
2740
|
standalone: true
|
|
2741
2741
|
}]
|
|
2742
|
-
}], ctorParameters:
|
|
2742
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
2743
2743
|
|
|
2744
2744
|
/**
|
|
2745
2745
|
* @hidden
|
|
@@ -2753,16 +2753,16 @@ class SpreadsheetBoldDirective extends SpreadsheetCommandButton {
|
|
|
2753
2753
|
}
|
|
2754
2754
|
});
|
|
2755
2755
|
}
|
|
2756
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2757
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2756
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetBoldDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2757
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetBoldDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetBold]", usesInheritance: true, ngImport: i0 });
|
|
2758
2758
|
}
|
|
2759
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2759
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetBoldDirective, decorators: [{
|
|
2760
2760
|
type: Directive,
|
|
2761
2761
|
args: [{
|
|
2762
2762
|
selector: 'kendo-toolbar-button[kendoSpreadsheetBold]',
|
|
2763
2763
|
standalone: true
|
|
2764
2764
|
}]
|
|
2765
|
-
}], ctorParameters:
|
|
2765
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
2766
2766
|
|
|
2767
2767
|
/**
|
|
2768
2768
|
* @hidden
|
|
@@ -2790,16 +2790,16 @@ class SpreadsheetDecreaseFontSizeDirective extends SpreadsheetCommandButton {
|
|
|
2790
2790
|
this.value = state['fontSize'];
|
|
2791
2791
|
}));
|
|
2792
2792
|
}
|
|
2793
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2794
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2793
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetDecreaseFontSizeDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2794
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetDecreaseFontSizeDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetDecreaseFontSize]", usesInheritance: true, ngImport: i0 });
|
|
2795
2795
|
}
|
|
2796
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2796
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetDecreaseFontSizeDirective, decorators: [{
|
|
2797
2797
|
type: Directive,
|
|
2798
2798
|
args: [{
|
|
2799
2799
|
selector: 'kendo-toolbar-button[kendoSpreadsheetDecreaseFontSize]',
|
|
2800
2800
|
standalone: true
|
|
2801
2801
|
}]
|
|
2802
|
-
}], ctorParameters:
|
|
2802
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
2803
2803
|
|
|
2804
2804
|
/**
|
|
2805
2805
|
* @hidden
|
|
@@ -2827,16 +2827,16 @@ class SpreadsheetIncreaseFontSizeDirective extends SpreadsheetCommandButton {
|
|
|
2827
2827
|
this.value = state['fontSize'];
|
|
2828
2828
|
}));
|
|
2829
2829
|
}
|
|
2830
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2831
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2830
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetIncreaseFontSizeDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2831
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetIncreaseFontSizeDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetIncreaseFontSize]", usesInheritance: true, ngImport: i0 });
|
|
2832
2832
|
}
|
|
2833
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2833
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetIncreaseFontSizeDirective, decorators: [{
|
|
2834
2834
|
type: Directive,
|
|
2835
2835
|
args: [{
|
|
2836
2836
|
selector: 'kendo-toolbar-button[kendoSpreadsheetIncreaseFontSize]',
|
|
2837
2837
|
standalone: true
|
|
2838
2838
|
}]
|
|
2839
|
-
}], ctorParameters:
|
|
2839
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
2840
2840
|
|
|
2841
2841
|
/**
|
|
2842
2842
|
* A component which configures an existing `DropDownListComponent` as a Spreadsheet tool.
|
|
@@ -2849,8 +2849,8 @@ class SpreadsheetFontSizeComponent extends SpreadsheetDropDownToolBase {
|
|
|
2849
2849
|
constructor(dialogService, localization, spreadsheetService, toolsService, toolbar) {
|
|
2850
2850
|
super('fontSize', dialogService, localization, spreadsheetService, toolsService, toolbar);
|
|
2851
2851
|
}
|
|
2852
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2853
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2852
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetFontSizeComponent, deps: [{ token: i1$2.DialogService }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }, { token: ToolBarComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
2853
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetFontSizeComponent, isStandalone: true, selector: "kendo-toolbar-dropdownlist[kendoSpreadsheetFontSize]", providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => SpreadsheetFontSizeComponent) }], usesInheritance: true, ngImport: i0, template: `
|
|
2854
2854
|
<ng-template #toolbarTemplate>
|
|
2855
2855
|
<kendo-spreadsheet-fontsize-dropdownlist
|
|
2856
2856
|
#element
|
|
@@ -2884,7 +2884,7 @@ class SpreadsheetFontSizeComponent extends SpreadsheetDropDownToolBase {
|
|
|
2884
2884
|
</ng-template>
|
|
2885
2885
|
`, isInline: true, dependencies: [{ kind: "component", type: FontSizeDropDownListComponent, selector: "kendo-spreadsheet-fontsize-dropdownlist" }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2886
2886
|
}
|
|
2887
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2887
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetFontSizeComponent, decorators: [{
|
|
2888
2888
|
type: Component,
|
|
2889
2889
|
args: [{
|
|
2890
2890
|
providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => SpreadsheetFontSizeComponent) }],
|
|
@@ -2925,10 +2925,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2925
2925
|
standalone: true,
|
|
2926
2926
|
imports: [FontSizeDropDownListComponent, IconWrapperComponent, NgIf]
|
|
2927
2927
|
}]
|
|
2928
|
-
}], ctorParameters:
|
|
2928
|
+
}], ctorParameters: () => [{ type: i1$2.DialogService }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }, { type: i1$3.ToolBarComponent, decorators: [{
|
|
2929
2929
|
type: Inject,
|
|
2930
2930
|
args: [ToolBarComponent]
|
|
2931
|
-
}] }]
|
|
2931
|
+
}] }] });
|
|
2932
2932
|
|
|
2933
2933
|
/**
|
|
2934
2934
|
* A component which configures an existing `DropDownListComponent` as a Spreadsheet tool.
|
|
@@ -2941,8 +2941,8 @@ class SpreadsheetFontFamilyComponent extends SpreadsheetDropDownToolBase {
|
|
|
2941
2941
|
constructor(dialogService, localization, spreadsheetService, toolsService, toolbar) {
|
|
2942
2942
|
super('fontFamily', dialogService, localization, spreadsheetService, toolsService, toolbar);
|
|
2943
2943
|
}
|
|
2944
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2945
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2944
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetFontFamilyComponent, deps: [{ token: i1$2.DialogService }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }, { token: ToolBarComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
2945
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetFontFamilyComponent, isStandalone: true, selector: "kendo-toolbar-dropdownlist[kendoSpreadsheetFontFamily]", providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => SpreadsheetFontFamilyComponent) }], usesInheritance: true, ngImport: i0, template: `
|
|
2946
2946
|
<ng-template #toolbarTemplate>
|
|
2947
2947
|
<kendo-spreadsheet-fontfamily-dropdownlist
|
|
2948
2948
|
#element
|
|
@@ -2976,7 +2976,7 @@ class SpreadsheetFontFamilyComponent extends SpreadsheetDropDownToolBase {
|
|
|
2976
2976
|
</ng-template>
|
|
2977
2977
|
`, isInline: true, dependencies: [{ kind: "component", type: FontFamilyDropDownListComponent, selector: "kendo-spreadsheet-fontfamily-dropdownlist" }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2978
2978
|
}
|
|
2979
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetFontFamilyComponent, decorators: [{
|
|
2980
2980
|
type: Component,
|
|
2981
2981
|
args: [{
|
|
2982
2982
|
providers: [{ provide: ToolBarToolComponent, useExisting: forwardRef(() => SpreadsheetFontFamilyComponent) }],
|
|
@@ -3017,10 +3017,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3017
3017
|
standalone: true,
|
|
3018
3018
|
imports: [FontFamilyDropDownListComponent, IconWrapperComponent, NgIf]
|
|
3019
3019
|
}]
|
|
3020
|
-
}], ctorParameters:
|
|
3020
|
+
}], ctorParameters: () => [{ type: i1$2.DialogService }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }, { type: i1$3.ToolBarComponent, decorators: [{
|
|
3021
3021
|
type: Inject,
|
|
3022
3022
|
args: [ToolBarComponent]
|
|
3023
|
-
}] }]
|
|
3023
|
+
}] }] });
|
|
3024
3024
|
|
|
3025
3025
|
/**
|
|
3026
3026
|
* @hidden
|
|
@@ -3034,16 +3034,16 @@ class SpreadsheetRedoDirective extends SpreadsheetCommandButton {
|
|
|
3034
3034
|
clickHandler() {
|
|
3035
3035
|
this.spreadsheetService.spreadsheet.workbook.undoRedoStack['redo']();
|
|
3036
3036
|
}
|
|
3037
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3038
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3037
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetRedoDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3038
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetRedoDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetRedo]", usesInheritance: true, ngImport: i0 });
|
|
3039
3039
|
}
|
|
3040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetRedoDirective, decorators: [{
|
|
3041
3041
|
type: Directive,
|
|
3042
3042
|
args: [{
|
|
3043
3043
|
selector: 'kendo-toolbar-button[kendoSpreadsheetRedo]',
|
|
3044
3044
|
standalone: true
|
|
3045
3045
|
}]
|
|
3046
|
-
}], ctorParameters:
|
|
3046
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
3047
3047
|
|
|
3048
3048
|
/**
|
|
3049
3049
|
* @hidden
|
|
@@ -3057,16 +3057,16 @@ class SpreadsheetUndoDirective extends SpreadsheetCommandButton {
|
|
|
3057
3057
|
clickHandler() {
|
|
3058
3058
|
this.spreadsheetService.spreadsheet.workbook.undoRedoStack['undo']();
|
|
3059
3059
|
}
|
|
3060
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3061
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3060
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetUndoDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3061
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetUndoDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetUndo]", usesInheritance: true, ngImport: i0 });
|
|
3062
3062
|
}
|
|
3063
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3063
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetUndoDirective, decorators: [{
|
|
3064
3064
|
type: Directive,
|
|
3065
3065
|
args: [{
|
|
3066
3066
|
selector: 'kendo-toolbar-button[kendoSpreadsheetUndo]',
|
|
3067
3067
|
standalone: true
|
|
3068
3068
|
}]
|
|
3069
|
-
}], ctorParameters:
|
|
3069
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
3070
3070
|
|
|
3071
3071
|
/**
|
|
3072
3072
|
* @hidden
|
|
@@ -3100,16 +3100,16 @@ class SpreadsheetSaveFileDirective {
|
|
|
3100
3100
|
ngOnDestroy() {
|
|
3101
3101
|
this.subs.unsubscribe();
|
|
3102
3102
|
}
|
|
3103
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3104
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3103
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetSaveFileDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3104
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetSaveFileDirective, isStandalone: true, selector: "[kendoSpreadsheetSaveFile]", ngImport: i0 });
|
|
3105
3105
|
}
|
|
3106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetSaveFileDirective, decorators: [{
|
|
3107
3107
|
type: Directive,
|
|
3108
3108
|
args: [{
|
|
3109
3109
|
selector: '[kendoSpreadsheetSaveFile]',
|
|
3110
3110
|
standalone: true
|
|
3111
3111
|
}]
|
|
3112
|
-
}], ctorParameters:
|
|
3112
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }] });
|
|
3113
3113
|
|
|
3114
3114
|
/**
|
|
3115
3115
|
* @hidden
|
|
@@ -3168,8 +3168,8 @@ class SpreadsheetLoadFileComponent extends ToolBarToolComponent {
|
|
|
3168
3168
|
this.tabindex = -1;
|
|
3169
3169
|
return false;
|
|
3170
3170
|
}
|
|
3171
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3172
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3171
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetLoadFileComponent, deps: [{ token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: ToolBarComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
3172
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetLoadFileComponent, isStandalone: true, selector: "kendo-spreadsheet-load-file-tool", providers: [
|
|
3173
3173
|
{
|
|
3174
3174
|
provide: ToolBarToolComponent,
|
|
3175
3175
|
useExisting: forwardRef(() => SpreadsheetLoadFileComponent),
|
|
@@ -3237,7 +3237,7 @@ class SpreadsheetLoadFileComponent extends ToolBarToolComponent {
|
|
|
3237
3237
|
</ng-template>
|
|
3238
3238
|
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
3239
3239
|
}
|
|
3240
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3240
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetLoadFileComponent, decorators: [{
|
|
3241
3241
|
type: Component,
|
|
3242
3242
|
args: [{
|
|
3243
3243
|
selector: 'kendo-spreadsheet-load-file-tool',
|
|
@@ -3312,10 +3312,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3312
3312
|
standalone: true,
|
|
3313
3313
|
imports: [ButtonComponent, IconWrapperComponent]
|
|
3314
3314
|
}]
|
|
3315
|
-
}], ctorParameters:
|
|
3315
|
+
}], ctorParameters: () => [{ type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: i1$3.ToolBarComponent, decorators: [{
|
|
3316
3316
|
type: Inject,
|
|
3317
3317
|
args: [ToolBarComponent]
|
|
3318
|
-
}] }]
|
|
3318
|
+
}] }], propDecorators: { overflowButtonElement: [{
|
|
3319
3319
|
type: ViewChild,
|
|
3320
3320
|
args: ['overflowButton', { read: ElementRef, static: false }]
|
|
3321
3321
|
}], button: [{
|
|
@@ -3336,16 +3336,16 @@ class MainMenuDirective {
|
|
|
3336
3336
|
ngAfterViewInit() {
|
|
3337
3337
|
isDocumentAvailable() && this.renderer.addClass(this.host.nativeElement.firstElementChild, 'k-spreadsheet-menu');
|
|
3338
3338
|
}
|
|
3339
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3340
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3339
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MainMenuDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3340
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: MainMenuDirective, isStandalone: true, selector: "[kendoSpreadsheetMenu]", ngImport: i0 });
|
|
3341
3341
|
}
|
|
3342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MainMenuDirective, decorators: [{
|
|
3343
3343
|
type: Directive,
|
|
3344
3344
|
args: [{
|
|
3345
3345
|
selector: '[kendoSpreadsheetMenu]',
|
|
3346
3346
|
standalone: true
|
|
3347
3347
|
}]
|
|
3348
|
-
}], ctorParameters:
|
|
3348
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
3349
3349
|
|
|
3350
3350
|
/**
|
|
3351
3351
|
* @hidden
|
|
@@ -3806,10 +3806,10 @@ class MessagesDirective extends ComponentMessages {
|
|
|
3806
3806
|
* internally with the current value, and the resulting label will be rendered as **A1% is invalid**.
|
|
3807
3807
|
*/
|
|
3808
3808
|
invalidNameError;
|
|
3809
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3810
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3809
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MessagesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
3810
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: MessagesDirective, isStandalone: true, selector: "[kendoSpreadsheetMessages]", inputs: { home: "home", file: "file", insert: "insert", formatTab: "formatTab", dataTab: "dataTab", saveFile: "saveFile", loadFile: "loadFile", bold: "bold", dataValidation: "dataValidation", validationCellRange: "validationCellRange", validationCriteria: "validationCriteria", validationComparer: "validationComparer", validationMinValue: "validationMinValue", validationMaxValue: "validationMaxValue", validationStartValue: "validationStartValue", validationEndValue: "validationEndValue", validationValue: "validationValue", validationShowListButtonCheckbox: "validationShowListButtonCheckbox", validationShowDateButtonCheckbox: "validationShowDateButtonCheckbox", validationIgnoreBlankCheckbox: "validationIgnoreBlankCheckbox", validationOnInvalidData: "validationOnInvalidData", validationRejectInput: "validationRejectInput", validationShowWarning: "validationShowWarning", validationShowHint: "validationShowHint", anyValueValidationCriteria: "anyValueValidationCriteria", numberValidationCriteria: "numberValidationCriteria", textValidationCriteria: "textValidationCriteria", dateValidationCriteria: "dateValidationCriteria", customFormulaValidationCriteria: "customFormulaValidationCriteria", listValidationCriteria: "listValidationCriteria", greaterThanValidationComparer: "greaterThanValidationComparer", lessThanValidationComparer: "lessThanValidationComparer", betweenValidationComparer: "betweenValidationComparer", notBetweenValidationComparer: "notBetweenValidationComparer", equalToValidationComparer: "equalToValidationComparer", notEqualToValidationComparer: "notEqualToValidationComparer", greaterThanOrEqualToValidationComparer: "greaterThanOrEqualToValidationComparer", lessThanOrEqualToValidationComparer: "lessThanOrEqualToValidationComparer", validationHintMessage: "validationHintMessage", validationHintTitle: "validationHintTitle", 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", dialogRemove: "dialogRemove", dialogRemoveLink: "dialogRemoveLink", delete: "delete", rename: "rename", nameBox: "nameBox", formulaInput: "formulaInput", 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", copy: "copy", cut: "cut", paste: "paste", hideRow: "hideRow", unhideRow: "unhideRow", hideColumn: "hideColumn", unhideColumn: "unhideColumn", sheetDelete: "sheetDelete", sheetRename: "sheetRename", sheetHide: "sheetHide", sheetDuplicate: "sheetDuplicate", sheetMoveLeft: "sheetMoveLeft", sheetMoveRight: "sheetMoveRight", invalidNameError: "invalidNameError" }, usesInheritance: true, ngImport: i0 });
|
|
3811
3811
|
}
|
|
3812
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3812
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MessagesDirective, decorators: [{
|
|
3813
3813
|
type: Directive,
|
|
3814
3814
|
args: [{
|
|
3815
3815
|
selector: '[kendoSpreadsheetMessages]',
|
|
@@ -4048,13 +4048,13 @@ class LocalizedMessagesDirective extends MessagesDirective {
|
|
|
4048
4048
|
super();
|
|
4049
4049
|
this.service = service;
|
|
4050
4050
|
}
|
|
4051
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4052
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4051
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4052
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoSpreadsheetLocalizedMessages]", providers: [{
|
|
4053
4053
|
provide: MessagesDirective,
|
|
4054
4054
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
4055
4055
|
}], usesInheritance: true, ngImport: i0 });
|
|
4056
4056
|
}
|
|
4057
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
4058
4058
|
type: Directive,
|
|
4059
4059
|
args: [{
|
|
4060
4060
|
providers: [{
|
|
@@ -4064,7 +4064,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4064
4064
|
selector: '[kendoSpreadsheetLocalizedMessages]',
|
|
4065
4065
|
standalone: true
|
|
4066
4066
|
}]
|
|
4067
|
-
}], ctorParameters:
|
|
4067
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
4068
4068
|
|
|
4069
4069
|
const COMPARER_VALUE_NUMBER = {
|
|
4070
4070
|
greaterThan: 'validationMinValue',
|
|
@@ -4163,7 +4163,7 @@ class DataValidationDialogComponent extends DialogContentBase {
|
|
|
4163
4163
|
try {
|
|
4164
4164
|
range = this.spreadsheetService.spreadsheet.activeSheet().range(value);
|
|
4165
4165
|
}
|
|
4166
|
-
catch (
|
|
4166
|
+
catch (_e) { /** noop */ }
|
|
4167
4167
|
if (isPresent(range)) {
|
|
4168
4168
|
range.select();
|
|
4169
4169
|
this.cellRange = value;
|
|
@@ -4272,8 +4272,8 @@ class DataValidationDialogComponent extends DialogContentBase {
|
|
|
4272
4272
|
});
|
|
4273
4273
|
}
|
|
4274
4274
|
}
|
|
4275
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4276
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4275
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DataValidationDialogComponent, deps: [{ token: i1.LocalizationService }, { token: SpreadsheetService }, { token: i0.NgZone }, { token: i1$2.DialogRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
4276
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DataValidationDialogComponent, isStandalone: true, selector: "ng-component", outputs: { dialogAction: "dialogAction" }, usesInheritance: true, ngImport: i0, template: `
|
|
4277
4277
|
<form class="k-form k-form-md" [formGroup]="validationFormGroup">
|
|
4278
4278
|
<div class="k-form-field">
|
|
4279
4279
|
<kendo-label class="k-form-label" [text]="getLocalizationMessage('validationCellRange')" [for]="rangeInput"></kendo-label>
|
|
@@ -4389,7 +4389,7 @@ class DataValidationDialogComponent extends DialogContentBase {
|
|
|
4389
4389
|
</kendo-dialog-actions>
|
|
4390
4390
|
`, isInline: true, dependencies: [{ kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "component", type: CheckBoxComponent, selector: "kendo-checkbox", inputs: ["checkedState", "rounded"], outputs: ["checkedStateChange"], exportAs: ["kendoCheckBox"] }, { kind: "component", type: RadioButtonComponent, selector: "kendo-radiobutton", inputs: ["checked"], outputs: ["checkedChange"], exportAs: ["kendoRadioButton"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
4391
4391
|
}
|
|
4392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DataValidationDialogComponent, decorators: [{
|
|
4393
4393
|
type: Component,
|
|
4394
4394
|
args: [{
|
|
4395
4395
|
template: `
|
|
@@ -4510,7 +4510,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4510
4510
|
standalone: true,
|
|
4511
4511
|
imports: [TextBoxComponent, DropDownListComponent, CheckBoxComponent, RadioButtonComponent, NgIf, ReactiveFormsModule, LabelComponent, DialogActionsComponent, ButtonComponent]
|
|
4512
4512
|
}]
|
|
4513
|
-
}], ctorParameters:
|
|
4513
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }, { type: SpreadsheetService }, { type: i0.NgZone }, { type: i1$2.DialogRef }], propDecorators: { dialogAction: [{
|
|
4514
4514
|
type: Output
|
|
4515
4515
|
}] } });
|
|
4516
4516
|
|
|
@@ -4619,7 +4619,7 @@ class SpreadsheetDataValidationDirective extends SpreadsheetCommandButton {
|
|
|
4619
4619
|
try {
|
|
4620
4620
|
isRangeValue = Boolean(this.spreadsheetService.spreadsheet.activeSheet().range(dialogContent.from));
|
|
4621
4621
|
}
|
|
4622
|
-
catch (
|
|
4622
|
+
catch (_e) {
|
|
4623
4623
|
isRangeValue = false;
|
|
4624
4624
|
}
|
|
4625
4625
|
if (!isWrappedInQuotes && !isRangeValue) {
|
|
@@ -4641,16 +4641,16 @@ class SpreadsheetDataValidationDirective extends SpreadsheetCommandButton {
|
|
|
4641
4641
|
this.renderer.setAttribute(this.button.toolbarButtonElement.nativeElement, 'aria-expanded', 'false');
|
|
4642
4642
|
});
|
|
4643
4643
|
}
|
|
4644
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4645
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4644
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetDataValidationDirective, deps: [{ token: i1$3.ToolBarButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }, { token: i1$2.DialogService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4645
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetDataValidationDirective, isStandalone: true, selector: "kendo-toolbar-button[kendoSpreadsheetDataValidation]", usesInheritance: true, ngImport: i0 });
|
|
4646
4646
|
}
|
|
4647
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetDataValidationDirective, decorators: [{
|
|
4648
4648
|
type: Directive,
|
|
4649
4649
|
args: [{
|
|
4650
4650
|
selector: 'kendo-toolbar-button[kendoSpreadsheetDataValidation]',
|
|
4651
4651
|
standalone: true
|
|
4652
4652
|
}]
|
|
4653
|
-
}], ctorParameters:
|
|
4653
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }, { type: i1$2.DialogService }, { type: i0.Renderer2 }] });
|
|
4654
4654
|
|
|
4655
4655
|
/**
|
|
4656
4656
|
* @hidden
|
|
@@ -4738,8 +4738,8 @@ class ListEditorComponent {
|
|
|
4738
4738
|
items[index].nativeElement.focus();
|
|
4739
4739
|
}
|
|
4740
4740
|
}
|
|
4741
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4742
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4741
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ListEditorComponent, deps: [{ token: i0.NgZone }, { token: SpreadsheetService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4742
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ListEditorComponent, isStandalone: true, selector: "ng-component", outputs: { itemSelect: "itemSelect", close: "close" }, viewQueries: [{ propertyName: "listItems", predicate: ["listItem"], descendants: true, read: ElementRef }], ngImport: i0, template: `
|
|
4743
4743
|
<ul class="k-list k-reset k-list-ul" role="listbox">
|
|
4744
4744
|
<li *ngFor="let item of data; let i = index"
|
|
4745
4745
|
role="option"
|
|
@@ -4755,7 +4755,7 @@ class ListEditorComponent {
|
|
|
4755
4755
|
</ul>
|
|
4756
4756
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
4757
4757
|
}
|
|
4758
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ListEditorComponent, decorators: [{
|
|
4759
4759
|
type: Component,
|
|
4760
4760
|
args: [{
|
|
4761
4761
|
template: `
|
|
@@ -4776,7 +4776,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4776
4776
|
standalone: true,
|
|
4777
4777
|
imports: [NgForOf]
|
|
4778
4778
|
}]
|
|
4779
|
-
}], ctorParameters:
|
|
4779
|
+
}], ctorParameters: () => [{ type: i0.NgZone }, { type: SpreadsheetService }], propDecorators: { itemSelect: [{
|
|
4780
4780
|
type: Output
|
|
4781
4781
|
}], close: [{
|
|
4782
4782
|
type: Output
|
|
@@ -4795,8 +4795,8 @@ class CalendarComponent {
|
|
|
4795
4795
|
max;
|
|
4796
4796
|
disabledDates;
|
|
4797
4797
|
valueChange = new EventEmitter();
|
|
4798
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4799
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4798
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4799
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: CalendarComponent, isStandalone: true, selector: "ng-component", outputs: { valueChange: "valueChange" }, ngImport: i0, template: `
|
|
4800
4800
|
<kendo-calendar
|
|
4801
4801
|
[type]="type"
|
|
4802
4802
|
[min]="min"
|
|
@@ -4807,7 +4807,7 @@ class CalendarComponent {
|
|
|
4807
4807
|
</kendo-calendar>
|
|
4808
4808
|
`, isInline: true, dependencies: [{ kind: "component", type: CalendarComponent$1, selector: "kendo-calendar", inputs: ["showOtherMonthDays", "id", "focusedDate", "min", "max", "rangeValidation", "weekDaysFormat", "footer", "selection", "allowReverse", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "navigationItemTemplate", "size", "activeRangeEnd"], outputs: ["closePopup", "activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }] });
|
|
4809
4809
|
}
|
|
4810
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4810
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarComponent, decorators: [{
|
|
4811
4811
|
type: Component,
|
|
4812
4812
|
args: [{
|
|
4813
4813
|
template: `
|
|
@@ -5203,7 +5203,7 @@ class SpreadsheetComponent {
|
|
|
5203
5203
|
const shift = e.shiftKey;
|
|
5204
5204
|
const altKey = e.altKey;
|
|
5205
5205
|
if (isCtrl && shift && e.code === Keys.KeyS) {
|
|
5206
|
-
this.spreadsheetService.onSheetsBarFocus.next();
|
|
5206
|
+
this.spreadsheetService.onSheetsBarFocus.next(undefined);
|
|
5207
5207
|
}
|
|
5208
5208
|
if (altKey) {
|
|
5209
5209
|
const currentSheet = e.sender.activeSheet();
|
|
@@ -5607,8 +5607,8 @@ class SpreadsheetComponent {
|
|
|
5607
5607
|
createDate(validation, sheet) {
|
|
5608
5608
|
return new Date(serialToDate(isPresent(sheet) ? sheet.range(validation.value.row, validation.value.col).value() : validation));
|
|
5609
5609
|
}
|
|
5610
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5611
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5610
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetComponent, deps: [{ token: i0.NgZone }, { token: i1$4.IntlService }, { token: i0.ElementRef }, { token: i1.LocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }, { token: ErrorHandlingService }, { token: i1$2.DialogService }, { token: i1$1.PopupService }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
5611
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetComponent, isStandalone: true, selector: "kendo-spreadsheet", inputs: { menuItems: "menuItems", overflow: "overflow", formulaListMaxHeight: "formulaListMaxHeight", activeSheet: "activeSheet", sheets: "sheets", columns: "columns", columnWidth: "columnWidth", defaultCellStyle: "defaultCellStyle", headerHeight: "headerHeight", headerWidth: "headerWidth", rowHeight: "rowHeight", rows: "rows", images: "images", excel: "excel" }, outputs: { change: "change", formatChange: "formatChange", selectionChange: "selectionChange", excelExport: "excelExport", excelImport: "excelImport", activeSheetChange: "activeSheetChange" }, host: { properties: { "class.k-spreadsheet": "this.hostClass", "attr.role": "this.role" } }, providers: [
|
|
5612
5612
|
SpreadsheetLocalizationService,
|
|
5613
5613
|
SpreadsheetService,
|
|
5614
5614
|
{
|
|
@@ -5969,7 +5969,7 @@ class SpreadsheetComponent {
|
|
|
5969
5969
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark" [licenseMessage]="licenseMessage"></div>
|
|
5970
5970
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoSpreadsheetLocalizedMessages]" }, { kind: "component", type: MenuComponent, selector: "kendo-menu", inputs: ["appendTo", "menuItemTemplate", "ariaRole", "menuItemLinkTemplate"], outputs: ["select", "open", "close"], exportAs: ["kendoMenu"] }, { kind: "directive", type: MainMenuDirective, selector: "[kendoSpreadsheetMenu]" }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: MenuItemComponent, selector: "kendo-menu-item", inputs: ["text", "url", "disabled", "cssClass", "cssStyle", "icon", "svgIcon", "data", "separator"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ToolBarComponent, selector: "kendo-toolbar", inputs: ["overflow", "resizable", "popupSettings", "fillMode", "tabindex", "size", "tabIndex", "showIcon", "showText"], outputs: ["open", "close"], exportAs: ["kendoToolBar"] }, { kind: "component", type: SpreadsheetLoadFileComponent, selector: "kendo-spreadsheet-load-file-tool" }, { kind: "component", type: ToolBarButtonComponent, selector: "kendo-toolbar-button", inputs: ["showText", "showIcon", "text", "style", "className", "title", "disabled", "toggleable", "look", "togglable", "selected", "fillMode", "rounded", "themeColor", "icon", "iconClass", "svgIcon", "imageUrl"], outputs: ["click", "pointerdown", "selectedChange"], exportAs: ["kendoToolBarButton"] }, { kind: "directive", type: SpreadsheetSaveFileDirective, selector: "[kendoSpreadsheetSaveFile]" }, { kind: "component", type: ToolBarButtonGroupComponent, selector: "kendo-toolbar-buttongroup", inputs: ["disabled", "fillMode", "selection", "width", "look"], exportAs: ["kendoToolBarButtonGroup"] }, { kind: "directive", type: SpreadsheetUndoDirective, selector: "kendo-toolbar-button[kendoSpreadsheetUndo]" }, { kind: "directive", type: SpreadsheetRedoDirective, selector: "kendo-toolbar-button[kendoSpreadsheetRedo]" }, { kind: "component", type: ToolBarSeparatorComponent, selector: "kendo-toolbar-separator", exportAs: ["kendoToolBarSeparator"] }, { kind: "component", type: SpreadsheetFontFamilyComponent, selector: "kendo-toolbar-dropdownlist[kendoSpreadsheetFontFamily]" }, { kind: "component", type: SpreadsheetFontSizeComponent, selector: "kendo-toolbar-dropdownlist[kendoSpreadsheetFontSize]" }, { kind: "directive", type: SpreadsheetIncreaseFontSizeDirective, selector: "kendo-toolbar-button[kendoSpreadsheetIncreaseFontSize]" }, { kind: "directive", type: SpreadsheetDecreaseFontSizeDirective, selector: "kendo-toolbar-button[kendoSpreadsheetDecreaseFontSize]" }, { kind: "directive", type: SpreadsheetBoldDirective, selector: "kendo-toolbar-button[kendoSpreadsheetBold]" }, { kind: "directive", type: SpreadsheetItalicDirective, selector: "kendo-toolbar-button[kendoSpreadsheetItalic]" }, { kind: "directive", type: SpreadsheetUnderlineDirective, selector: "kendo-toolbar-button[kendoSpreadsheetUnderline]" }, { kind: "component", type: SpreadsheetForeColorComponent, selector: "kendo-spreadsheet-forecolor-tool" }, { kind: "component", type: SpreadsheetBackColorComponent, selector: "kendo-spreadsheet-backcolor-tool" }, { kind: "component", type: ToolBarDropDownButtonComponent, selector: "kendo-toolbar-dropdownbutton", inputs: ["arrowIcon", "title", "showText", "showIcon", "text", "icon", "svgIcon", "iconClass", "imageUrl", "popupSettings", "look", "primary", "fillMode", "themeColor", "buttonClass", "textField", "disabled", "data"], outputs: ["itemClick", "open", "close"], exportAs: ["kendoToolBarDropDownButton"] }, { kind: "directive", type: SpreadsheetHorizontalTextAlignDirective, selector: "[kendoSpreadsheetHorizontalTextAlign]" }, { kind: "directive", type: SpreadsheetVerticalTextAlignDirective, selector: "[kendoSpreadsheetVerticalTextAlign]" }, { kind: "directive", type: SpreadsheetTextWrapDirective, selector: "kendo-toolbar-button[kendoSpreadsheetTextWrap]" }, { kind: "directive", type: SpreadsheetFormatDirective, selector: "[kendoSpreadsheetFormat]" }, { kind: "directive", type: SpreadsheetInsertLinkDirective, selector: "kendo-toolbar-button[kendoSpreadsheetInsertLink]" }, { kind: "directive", type: SpreadsheetAddColumnLeftButtonDirective, selector: "kendo-toolbar-button[kendoSpreadsheetAddColumnLeftButton]" }, { kind: "directive", type: SpreadsheetAddColumnRightButtonDirective, selector: "kendo-toolbar-button[kendoSpreadsheetAddColumnRightButton]" }, { kind: "directive", type: SpreadsheetAddRowBelowButtonDirective, selector: "kendo-toolbar-button[kendoSpreadsheetAddRowBelowButton]" }, { kind: "directive", type: SpreadsheetAddRowAboveButtonDirective, selector: "kendo-toolbar-button[kendoSpreadsheetAddRowAboveButton]" }, { kind: "directive", type: SpreadsheetDeleteColumnButtonDirective, selector: "kendo-toolbar-button[kendoSpreadsheetDeleteColumnButton]" }, { kind: "directive", type: SpreadsheetDeleteRowButtonDirective, selector: "kendo-toolbar-button[kendoSpreadsheetDeleteRowButton]" }, { kind: "directive", type: SpreadsheetDecreaseDecimalDirective, selector: "kendo-toolbar-button[kendoSpreadsheetDecreaseDecimal]" }, { kind: "directive", type: SpreadsheetIncreaseDecimalDirective, selector: "kendo-toolbar-button[kendoSpreadsheetIncreaseDecimal]" }, { kind: "directive", type: SpreadsheetMergeDirective, selector: "[kendoSpreadsheetMerge]" }, { kind: "directive", type: SpreadsheetGridLinesDirective, selector: "kendo-toolbar-button[kendoSpreadsheetGridLines]" }, { kind: "component", type: NameBoxComponent, selector: "[kendoSpreadsheetNameBox]", inputs: ["data", "spreadsheetWidget"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: FormulaInputDirective, selector: "[kendoSpreadsheetFormulaInput]", inputs: ["formulaListMaxHeight"] }, { kind: "component", type: SheetsBarComponent, selector: "[kendoSpreadsheetSheetsBar]", inputs: ["sheets", "sheetDescriptors"] }, { kind: "component", type: ContextMenuComponent, selector: "kendo-contextmenu", inputs: ["showOn", "target", "filter", "alignToAnchor", "vertical", "popupAnimate", "popupAlign", "anchorAlign", "collision", "appendTo", "ariaLabel"], outputs: ["popupOpen", "popupClose", "select", "open", "close"], exportAs: ["kendoContextMenu"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]", inputs: ["licenseMessage"] }, { kind: "directive", type: SpreadsheetDataValidationDirective, selector: "kendo-toolbar-button[kendoSpreadsheetDataValidation]" }] });
|
|
5971
5971
|
}
|
|
5972
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5972
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetComponent, decorators: [{
|
|
5973
5973
|
type: Component,
|
|
5974
5974
|
args: [{
|
|
5975
5975
|
exportAs: 'kendo-spreadsheet',
|
|
@@ -6338,7 +6338,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6338
6338
|
standalone: true,
|
|
6339
6339
|
imports: [LocalizedMessagesDirective, MenuComponent, MainMenuDirective, NgFor, MenuItemComponent, NgIf, ToolBarComponent, SpreadsheetLoadFileComponent, ToolBarButtonComponent, SpreadsheetSaveFileDirective, ToolBarButtonGroupComponent, SpreadsheetUndoDirective, SpreadsheetRedoDirective, ToolBarSeparatorComponent, SpreadsheetFontFamilyComponent, SpreadsheetFontSizeComponent, SpreadsheetIncreaseFontSizeDirective, SpreadsheetDecreaseFontSizeDirective, SpreadsheetBoldDirective, SpreadsheetItalicDirective, SpreadsheetUnderlineDirective, SpreadsheetForeColorComponent, SpreadsheetBackColorComponent, ToolBarDropDownButtonComponent, SpreadsheetHorizontalTextAlignDirective, SpreadsheetVerticalTextAlignDirective, SpreadsheetTextWrapDirective, SpreadsheetFormatDirective, SpreadsheetInsertLinkDirective, SpreadsheetAddColumnLeftButtonDirective, SpreadsheetAddColumnRightButtonDirective, SpreadsheetAddRowBelowButtonDirective, SpreadsheetAddRowAboveButtonDirective, SpreadsheetDeleteColumnButtonDirective, SpreadsheetDeleteRowButtonDirective, SpreadsheetDecreaseDecimalDirective, SpreadsheetIncreaseDecimalDirective, SpreadsheetMergeDirective, SpreadsheetGridLinesDirective, NameBoxComponent, IconWrapperComponent, FormulaInputDirective, SheetsBarComponent, ContextMenuComponent, WatermarkOverlayComponent, SpreadsheetDataValidationDirective]
|
|
6340
6340
|
}]
|
|
6341
|
-
}], ctorParameters:
|
|
6341
|
+
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i1$4.IntlService }, { type: i0.ElementRef }, { type: i1.LocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }, { type: ErrorHandlingService }, { type: i1$2.DialogService }, { type: i1$1.PopupService }, { type: i0.ViewContainerRef }], propDecorators: { formulaBarInputRef: [{
|
|
6342
6342
|
type: ViewChild,
|
|
6343
6343
|
args: ['formulaBar', { read: FormulaInputDirective }]
|
|
6344
6344
|
}], formulaCellInputRef: [{
|
|
@@ -6422,15 +6422,15 @@ class CustomMessagesComponent extends MessagesDirective {
|
|
|
6422
6422
|
get override() {
|
|
6423
6423
|
return true;
|
|
6424
6424
|
}
|
|
6425
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6426
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
6425
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6426
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-spreadsheet-messages", providers: [
|
|
6427
6427
|
{
|
|
6428
6428
|
provide: MessagesDirective,
|
|
6429
6429
|
useExisting: forwardRef(() => CustomMessagesComponent)
|
|
6430
6430
|
}
|
|
6431
6431
|
], usesInheritance: true, ngImport: i0 });
|
|
6432
6432
|
}
|
|
6433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6433
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
|
6434
6434
|
type: Directive,
|
|
6435
6435
|
args: [{
|
|
6436
6436
|
providers: [
|
|
@@ -6443,7 +6443,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6443
6443
|
selector: 'kendo-spreadsheet-messages',
|
|
6444
6444
|
standalone: true
|
|
6445
6445
|
}]
|
|
6446
|
-
}], ctorParameters:
|
|
6446
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
6447
6447
|
|
|
6448
6448
|
/**
|
|
6449
6449
|
* @hidden
|
|
@@ -6480,16 +6480,16 @@ class SpreadsheetTextAlignDirective {
|
|
|
6480
6480
|
};
|
|
6481
6481
|
this.spreadsheetService.spreadsheet.executeCommand(options);
|
|
6482
6482
|
}
|
|
6483
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6484
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
6483
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetTextAlignDirective, deps: [{ token: i1$3.ToolBarDropDownButtonComponent }, { token: SpreadsheetLocalizationService }, { token: SpreadsheetService }, { token: SpreadsheetToolsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6484
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SpreadsheetTextAlignDirective, isStandalone: true, selector: "[kendoSpreadsheetTextAlign]", ngImport: i0 });
|
|
6485
6485
|
}
|
|
6486
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6486
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetTextAlignDirective, decorators: [{
|
|
6487
6487
|
type: Directive,
|
|
6488
6488
|
args: [{
|
|
6489
6489
|
selector: '[kendoSpreadsheetTextAlign]',
|
|
6490
6490
|
standalone: true
|
|
6491
6491
|
}]
|
|
6492
|
-
}], ctorParameters:
|
|
6492
|
+
}], ctorParameters: () => [{ type: i1$3.ToolBarDropDownButtonComponent }, { type: SpreadsheetLocalizationService }, { type: SpreadsheetService }, { type: SpreadsheetToolsService }] });
|
|
6493
6493
|
|
|
6494
6494
|
/**
|
|
6495
6495
|
* Use this utility array to access all `@progress/kendo-angular-spreadsheet`-related components and directives in a standalone Angular component.
|
|
@@ -6561,11 +6561,11 @@ const KENDO_SPREADSHEET = [
|
|
|
6561
6561
|
* ```
|
|
6562
6562
|
*/
|
|
6563
6563
|
class SpreadsheetModule {
|
|
6564
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6565
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
6566
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6564
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6565
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetModule, imports: [SpreadsheetComponent, CustomMessagesComponent, SpreadsheetBoldDirective, SpreadsheetDataValidationDirective, SpreadsheetItalicDirective, SpreadsheetUnderlineDirective, SpreadsheetLoadFileComponent, SpreadsheetSaveFileDirective, SpreadsheetFormatDirective, SpreadsheetUndoDirective, SpreadsheetRedoDirective, SpreadsheetFontFamilyComponent, SpreadsheetFontSizeComponent, SpreadsheetBackColorComponent, SpreadsheetForeColorComponent, SpreadsheetGridLinesDirective, SpreadsheetAddColumnLeftButtonDirective, SpreadsheetAddColumnRightButtonDirective, SpreadsheetAddRowAboveButtonDirective, SpreadsheetAddRowBelowButtonDirective, SpreadsheetDeleteColumnButtonDirective, SpreadsheetDeleteRowButtonDirective, SpreadsheetTextAlignDirective, SpreadsheetTextWrapDirective, SpreadsheetMergeDirective, SpreadsheetInsertLinkDirective, SpreadsheetIncreaseFontSizeDirective, SpreadsheetDecreaseFontSizeDirective, SpreadsheetIncreaseDecimalDirective, SpreadsheetDecreaseDecimalDirective, SpreadsheetHorizontalTextAlignDirective, SpreadsheetVerticalTextAlignDirective], exports: [SpreadsheetComponent, CustomMessagesComponent, SpreadsheetBoldDirective, SpreadsheetDataValidationDirective, SpreadsheetItalicDirective, SpreadsheetUnderlineDirective, SpreadsheetLoadFileComponent, SpreadsheetSaveFileDirective, SpreadsheetFormatDirective, SpreadsheetUndoDirective, SpreadsheetRedoDirective, SpreadsheetFontFamilyComponent, SpreadsheetFontSizeComponent, SpreadsheetBackColorComponent, SpreadsheetForeColorComponent, SpreadsheetGridLinesDirective, SpreadsheetAddColumnLeftButtonDirective, SpreadsheetAddColumnRightButtonDirective, SpreadsheetAddRowAboveButtonDirective, SpreadsheetAddRowBelowButtonDirective, SpreadsheetDeleteColumnButtonDirective, SpreadsheetDeleteRowButtonDirective, SpreadsheetTextAlignDirective, SpreadsheetTextWrapDirective, SpreadsheetMergeDirective, SpreadsheetInsertLinkDirective, SpreadsheetIncreaseFontSizeDirective, SpreadsheetDecreaseFontSizeDirective, SpreadsheetIncreaseDecimalDirective, SpreadsheetDecreaseDecimalDirective, SpreadsheetHorizontalTextAlignDirective, SpreadsheetVerticalTextAlignDirective] });
|
|
6566
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetModule, providers: [IconsService, PopupService, ResizeBatchService, DialogContainerService, DialogService, WindowService, WindowContainerService], imports: [SpreadsheetComponent, SpreadsheetLoadFileComponent, SpreadsheetFontFamilyComponent, SpreadsheetFontSizeComponent, SpreadsheetBackColorComponent, SpreadsheetForeColorComponent] });
|
|
6567
6567
|
}
|
|
6568
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6568
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpreadsheetModule, decorators: [{
|
|
6569
6569
|
type: NgModule,
|
|
6570
6570
|
args: [{
|
|
6571
6571
|
exports: [...KENDO_SPREADSHEET],
|