@progress/kendo-angular-pdfviewer 24.0.0-develop.3 → 24.0.0-develop.31
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/NOTICE.txt +2599 -172
- package/fesm2022/progress-kendo-angular-pdfviewer.mjs +32 -12
- package/package-metadata.mjs +2 -2
- package/package.json +15 -15
- package/pdfviewer.component.d.ts +5 -0
- package/schematics/ngAdd/index.js +2 -2
|
@@ -7,7 +7,7 @@ import { Input, Directive, forwardRef, Component, Injectable, HostBinding, Event
|
|
|
7
7
|
import * as i1 from '@progress/kendo-angular-l10n';
|
|
8
8
|
import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
9
9
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
10
|
-
import { PdfViewerInteractionMode,
|
|
10
|
+
import { PdfViewerInteractionMode, PdfViewer } from '@progress/kendo-pdfviewer-common';
|
|
11
11
|
import { PreventableEvent, Keys, normalizeKeys, focusableSelector, getLicenseMessage, shouldShowValidationUI, hasObservers, EventsOutsideAngularDirective, WatermarkOverlayComponent, ResizeBatchService } from '@progress/kendo-angular-common';
|
|
12
12
|
import { FileSelectComponent, UploadDropZoneComponent, CustomMessagesComponent as CustomMessagesComponent$1 } from '@progress/kendo-angular-upload';
|
|
13
13
|
import { Subscription } from 'rxjs';
|
|
@@ -340,8 +340,8 @@ const packageMetadata = {
|
|
|
340
340
|
productName: 'Kendo UI for Angular',
|
|
341
341
|
productCode: 'KENDOUIANGULAR',
|
|
342
342
|
productCodes: ['KENDOUIANGULAR'],
|
|
343
|
-
publishDate:
|
|
344
|
-
version: '24.0.0-develop.
|
|
343
|
+
publishDate: 1778841849,
|
|
344
|
+
version: '24.0.0-develop.31',
|
|
345
345
|
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',
|
|
346
346
|
};
|
|
347
347
|
|
|
@@ -1031,7 +1031,7 @@ class ToolbarComponent {
|
|
|
1031
1031
|
accept=".pdf, .PDF"
|
|
1032
1032
|
(change)="onFileSelect($event)" />
|
|
1033
1033
|
}
|
|
1034
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ToolbarInputWrapperComponent, selector: "kendo-toolbar-input-wrapper", inputs: ["toolbarTool"] }, { kind: "directive", type: ToolbarFocusableDirective, selector: "[kendoPDFViewerToolbarFocusable]" }, { kind: "component", type: PagerComponent, selector: "kendo-datapager, kendo-pager", inputs: ["externalTemplate", "total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size", "responsive", "adaptiveMode"], outputs: ["pageChange", "pageSizeChange", "pagerInputVisibilityChange", "pageTextVisibilityChange", "itemsTextVisibilityChange"], exportAs: ["kendoDataPager", "kendoPager"] }, { kind: "component", type: CustomMessagesComponent, selector: "kendo-datapager-messages, kendo-pager-messages" }, { kind: "component", type: ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"
|
|
1034
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ToolbarInputWrapperComponent, selector: "kendo-toolbar-input-wrapper", inputs: ["toolbarTool"] }, { kind: "directive", type: ToolbarFocusableDirective, selector: "[kendoPDFViewerToolbarFocusable]" }, { kind: "component", type: PagerComponent, selector: "kendo-datapager, kendo-pager", inputs: ["externalTemplate", "total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size", "responsive", "adaptiveMode"], outputs: ["pageChange", "pageSizeChange", "pagerInputVisibilityChange", "pageTextVisibilityChange", "itemsTextVisibilityChange"], exportAs: ["kendoDataPager", "kendoPager"] }, { kind: "component", type: CustomMessagesComponent, selector: "kendo-datapager-messages, kendo-pager-messages" }, { kind: "component", type: ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { 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"] }, { kind: "directive", type: ToolbarComboBoxDirective, selector: "[kendoPDFViewerComboBox]" }, { kind: "directive", type: ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }] });
|
|
1035
1035
|
}
|
|
1036
1036
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ToolbarComponent, decorators: [{
|
|
1037
1037
|
type: Component,
|
|
@@ -1468,7 +1468,7 @@ class PDFViewerSearchComponent {
|
|
|
1468
1468
|
(keydown.tab)="$event.preventDefault(); textbox.focus();"
|
|
1469
1469
|
icon='x'
|
|
1470
1470
|
[svgIcon]="xIcon"></button>
|
|
1471
|
-
`, 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: "directive", type: TextBoxSuffixTemplateDirective, selector: "[kendoTextBoxSuffixTemplate]", inputs: ["showSeparator"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"
|
|
1471
|
+
`, 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: "directive", type: TextBoxSuffixTemplateDirective, selector: "[kendoTextBoxSuffixTemplate]", inputs: ["showSeparator"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
1472
1472
|
}
|
|
1473
1473
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PDFViewerSearchComponent, decorators: [{
|
|
1474
1474
|
type: Component,
|
|
@@ -1567,7 +1567,7 @@ class LoaderComponent {
|
|
|
1567
1567
|
loaderPositionClass = true;
|
|
1568
1568
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LoaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1569
1569
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: LoaderComponent, isStandalone: true, selector: "[kendoPDFViewerLoader]", inputs: { settings: "settings" }, host: { properties: { "class.k-loader-container": "this.loaderContainerClass", "class.k-loader-container-md": "this.loaderContainerSizingClass", "class.k-loader-top": "this.loaderPositionClass" } }, ngImport: i0, template: `
|
|
1570
|
-
<div class="k-loader-container-overlay k-overlay
|
|
1570
|
+
<div class="k-loader-container-overlay k-overlay"></div>
|
|
1571
1571
|
<div class="k-loader-container-inner">
|
|
1572
1572
|
<kendo-loader
|
|
1573
1573
|
[size]="settings?.size"
|
|
@@ -1581,7 +1581,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
1581
1581
|
args: [{
|
|
1582
1582
|
selector: '[kendoPDFViewerLoader]',
|
|
1583
1583
|
template: `
|
|
1584
|
-
<div class="k-loader-container-overlay k-overlay
|
|
1584
|
+
<div class="k-loader-container-overlay k-overlay"></div>
|
|
1585
1585
|
<div class="k-loader-container-inner">
|
|
1586
1586
|
<kendo-loader
|
|
1587
1587
|
[size]="settings?.size"
|
|
@@ -1795,7 +1795,7 @@ class AnnotationPopupToolbarContentComponent {
|
|
|
1795
1795
|
(valueChange)="onColorValueChange($event)"
|
|
1796
1796
|
fillMode="flat"></kendo-flatcolorpicker>
|
|
1797
1797
|
}
|
|
1798
|
-
`, isInline: true, dependencies: [{ kind: "component", type: i2.ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"
|
|
1798
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i2.ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i3.FlatColorPickerComponent, selector: "kendo-flatcolorpicker", inputs: ["readonly", "disabled", "format", "value", "tabindex", "clearButton", "preview", "actionsLayout", "activeView", "views", "gradientSettings", "adaptiveMode", "paletteSettings", "size"], outputs: ["valueChange", "cancel", "activeViewChange", "clearButtonClick", "actionButtonClick"], exportAs: ["kendoFlatColorPicker"] }, { kind: "component", type: i1$1.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"] }] });
|
|
1799
1799
|
}
|
|
1800
1800
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AnnotationPopupToolbarContentComponent, decorators: [{
|
|
1801
1801
|
type: Component,
|
|
@@ -2058,7 +2058,7 @@ class PDFViewerComponent {
|
|
|
2058
2058
|
if (!this.pdfContext?.pdfPages.length) {
|
|
2059
2059
|
return;
|
|
2060
2060
|
}
|
|
2061
|
-
return this.pagesContainer.nativeElement.querySelectorAll('.k-page')[this.skip]?.getAttribute('id');
|
|
2061
|
+
return this.pagesContainer.nativeElement.querySelectorAll('.k-page:not(.k-blank-page)')[this.skip]?.getAttribute('id');
|
|
2062
2062
|
}
|
|
2063
2063
|
/**
|
|
2064
2064
|
* @hidden
|
|
@@ -2192,6 +2192,20 @@ class PDFViewerComponent {
|
|
|
2192
2192
|
scrollToPage(page) {
|
|
2193
2193
|
this.pdfViewerWidget?.scrollToPage({ pageNumber: page });
|
|
2194
2194
|
}
|
|
2195
|
+
/**
|
|
2196
|
+
* Unloads the PDF document and displays a blank page.
|
|
2197
|
+
*/
|
|
2198
|
+
unloadDocument() {
|
|
2199
|
+
this.ngZone.runOutsideAngular(() => {
|
|
2200
|
+
this.pdfViewerWidget?.destroy();
|
|
2201
|
+
this.removePdfPageElements();
|
|
2202
|
+
});
|
|
2203
|
+
this.pdfContext = null;
|
|
2204
|
+
this.loading = false;
|
|
2205
|
+
this.skip = 0;
|
|
2206
|
+
this._enabledSelection = true;
|
|
2207
|
+
this.cdr.markForCheck();
|
|
2208
|
+
}
|
|
2195
2209
|
/**
|
|
2196
2210
|
* @hidden
|
|
2197
2211
|
*/
|
|
@@ -2399,8 +2413,7 @@ class PDFViewerComponent {
|
|
|
2399
2413
|
this.emitLoad = true;
|
|
2400
2414
|
this.skip = 0;
|
|
2401
2415
|
this.ngZone.runOutsideAngular(() => {
|
|
2402
|
-
|
|
2403
|
-
this.pagesContainer && removeChildren(this.pagesContainer.nativeElement);
|
|
2416
|
+
this.removePdfPageElements();
|
|
2404
2417
|
const file = dataType === 'url' || dataType === 'data' ? { [dataType]: data } : { data };
|
|
2405
2418
|
this.pdfViewerWidget = new PdfViewer(this.host.nativeElement, {
|
|
2406
2419
|
loadOnDemand: this.loadOnDemand,
|
|
@@ -2426,8 +2439,15 @@ class PDFViewerComponent {
|
|
|
2426
2439
|
});
|
|
2427
2440
|
});
|
|
2428
2441
|
}
|
|
2442
|
+
removePdfPageElements() {
|
|
2443
|
+
const container = this.pagesContainer?.nativeElement;
|
|
2444
|
+
if (!container) {
|
|
2445
|
+
return;
|
|
2446
|
+
}
|
|
2447
|
+
Array.from(container.children).forEach((node) => container.removeChild(node));
|
|
2448
|
+
}
|
|
2429
2449
|
assignPageIds() {
|
|
2430
|
-
this.pagesContainer.nativeElement.querySelectorAll('.k-page').forEach((pageElement, index) => {
|
|
2450
|
+
this.pagesContainer.nativeElement.querySelectorAll('.k-page:not(.k-blank-page)').forEach((pageElement, index) => {
|
|
2431
2451
|
const id = `k-pdfviewer-${counter}-page-${index + 1}`;
|
|
2432
2452
|
this.renderer.setAttribute(pageElement, 'id', id);
|
|
2433
2453
|
});
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.0-develop.
|
|
10
|
+
"publishDate": 1778841849,
|
|
11
|
+
"version": "24.0.0-develop.31",
|
|
12
12
|
"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"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-pdfviewer",
|
|
3
|
-
"version": "24.0.0-develop.
|
|
3
|
+
"version": "24.0.0-develop.31",
|
|
4
4
|
"description": "Kendo UI PDFViewer for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1778841849,
|
|
23
23
|
"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"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,23 +29,23 @@
|
|
|
29
29
|
"@angular/core": "19 - 21",
|
|
30
30
|
"@angular/platform-browser": "19 - 21",
|
|
31
31
|
"@progress/kendo-licensing": "^1.11.0",
|
|
32
|
-
"@progress/kendo-angular-buttons": "24.0.0-develop.
|
|
33
|
-
"@progress/kendo-angular-common": "24.0.0-develop.
|
|
34
|
-
"@progress/kendo-angular-dialog": "24.0.0-develop.
|
|
35
|
-
"@progress/kendo-angular-dropdowns": "24.0.0-develop.
|
|
36
|
-
"@progress/kendo-angular-inputs": "24.0.0-develop.
|
|
37
|
-
"@progress/kendo-angular-intl": "24.0.0-develop.
|
|
38
|
-
"@progress/kendo-angular-l10n": "24.0.0-develop.
|
|
39
|
-
"@progress/kendo-angular-icons": "24.0.0-develop.
|
|
40
|
-
"@progress/kendo-angular-indicators": "24.0.0-develop.
|
|
41
|
-
"@progress/kendo-angular-pager": "24.0.0-develop.
|
|
42
|
-
"@progress/kendo-angular-popup": "24.0.0-develop.
|
|
43
|
-
"@progress/kendo-angular-upload": "24.0.0-develop.
|
|
32
|
+
"@progress/kendo-angular-buttons": "24.0.0-develop.31",
|
|
33
|
+
"@progress/kendo-angular-common": "24.0.0-develop.31",
|
|
34
|
+
"@progress/kendo-angular-dialog": "24.0.0-develop.31",
|
|
35
|
+
"@progress/kendo-angular-dropdowns": "24.0.0-develop.31",
|
|
36
|
+
"@progress/kendo-angular-inputs": "24.0.0-develop.31",
|
|
37
|
+
"@progress/kendo-angular-intl": "24.0.0-develop.31",
|
|
38
|
+
"@progress/kendo-angular-l10n": "24.0.0-develop.31",
|
|
39
|
+
"@progress/kendo-angular-icons": "24.0.0-develop.31",
|
|
40
|
+
"@progress/kendo-angular-indicators": "24.0.0-develop.31",
|
|
41
|
+
"@progress/kendo-angular-pager": "24.0.0-develop.31",
|
|
42
|
+
"@progress/kendo-angular-popup": "24.0.0-develop.31",
|
|
43
|
+
"@progress/kendo-angular-upload": "24.0.0-develop.31",
|
|
44
44
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"tslib": "^2.3.1",
|
|
48
|
-
"@progress/kendo-angular-schematics": "24.0.0-develop.
|
|
48
|
+
"@progress/kendo-angular-schematics": "24.0.0-develop.31",
|
|
49
49
|
"@progress/kendo-file-saver": "^1.0.1",
|
|
50
50
|
"@progress/kendo-pdfviewer-common": "0.6.4"
|
|
51
51
|
},
|
package/pdfviewer.component.d.ts
CHANGED
|
@@ -257,6 +257,10 @@ export declare class PDFViewerComponent implements OnInit, OnDestroy {
|
|
|
257
257
|
* ([see example](https://www.telerik.com/kendo-angular-ui/components/pdfviewer/tools#programmatically-scrolling-the-pdfviewer)).
|
|
258
258
|
*/
|
|
259
259
|
scrollToPage(page: number): void;
|
|
260
|
+
/**
|
|
261
|
+
* Unloads the PDF document and displays a blank page.
|
|
262
|
+
*/
|
|
263
|
+
unloadDocument(): void;
|
|
260
264
|
/**
|
|
261
265
|
* @hidden
|
|
262
266
|
*/
|
|
@@ -337,6 +341,7 @@ export declare class PDFViewerComponent implements OnInit, OnDestroy {
|
|
|
337
341
|
*/
|
|
338
342
|
toggleAnnotationsToolbar(): void;
|
|
339
343
|
private loadPdf;
|
|
344
|
+
private removePdfPageElements;
|
|
340
345
|
private assignPageIds;
|
|
341
346
|
private setZoomLevel;
|
|
342
347
|
private verifySettings;
|
|
@@ -9,8 +9,8 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'PDFViewerModule', package: 'pdfviewer', peerDependencies: {
|
|
11
11
|
// peers of the dropdowns
|
|
12
|
-
'@progress/kendo-angular-navigation': '24.0.0-develop.
|
|
13
|
-
'@progress/kendo-angular-treeview': '24.0.0-develop.
|
|
12
|
+
'@progress/kendo-angular-navigation': '24.0.0-develop.31',
|
|
13
|
+
'@progress/kendo-angular-treeview': '24.0.0-develop.31'
|
|
14
14
|
} });
|
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
16
16
|
}
|