@progress/kendo-angular-ripple 4.0.1 → 11.0.0-develop.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/NOTICE.txt +4 -4
- package/README.md +1 -1
- package/{esm2015/main.js → esm2020/index.mjs} +1 -1
- package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
- package/{esm2015/kendo-angular-ripple.js → esm2020/progress-kendo-angular-ripple.mjs} +2 -2
- package/{esm2015/ripple-container.directive.js → esm2020/ripple-container.directive.mjs} +5 -5
- package/{esm2015/ripple.module.js → esm2020/ripple.module.mjs} +5 -5
- package/fesm2015/{kendo-angular-ripple.js → progress-kendo-angular-ripple.mjs} +10 -10
- package/fesm2020/progress-kendo-angular-ripple.mjs +158 -0
- package/{main.d.ts → index.d.ts} +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +27 -53
- package/{kendo-angular-ripple.d.ts → progress-kendo-angular-ripple.d.ts} +2 -2
- package/ripple-container.directive.d.ts +1 -1
- package/ripple.module.d.ts +1 -1
- package/schematics/ngAdd/index.js +1 -5
- package/bundles/kendo-angular-ripple.umd.js +0 -5
- package/schematics/ngAdd/index.js.map +0 -1
package/LICENSE.md
CHANGED
|
@@ -8,4 +8,4 @@ This is commercial software. To use it, you need to agree to the [**Telerik End
|
|
|
8
8
|
|
|
9
9
|
All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.
|
|
10
10
|
|
|
11
|
-
*Copyright ©
|
|
11
|
+
*Copyright © 2023 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
|
package/NOTICE.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Progress Kendo UI for Angular
|
|
1
|
+
Progress Kendo UI for Angular 2023
|
|
2
2
|
|
|
3
3
|
Copyright (c) 2016-2022 Progress Software Corporation and/or one of its
|
|
4
4
|
subsidiaries or affiliates. All rights reserved.
|
|
@@ -37,7 +37,7 @@ DefinitelyTyped.org | @types/prosemirror-view | 1.11.4 - Open Source | MIT-style
|
|
|
37
37
|
Isaac Z. Schlueter | glob | 7.1.3 - Open Source | ISC-style License
|
|
38
38
|
Jorik Tangelder (Eight Media) | HammerJS | 2.0.8 - Open Source | MIT-style License
|
|
39
39
|
Matt Mueller | cheerio | 0.22 - Open Source | MIT-style License
|
|
40
|
-
Progress Software Corporation | Kendo UI Licensing CLI | 1.1 - Proprietary |
|
|
40
|
+
Progress Software Corporation | Kendo UI Licensing CLI | 1.1 - Proprietary |
|
|
41
41
|
Progress Software Corporation | jszip-esm | 1.0.0 - Open Source | MIT-style License
|
|
42
42
|
Progress Software Corporation | pako-esm | 1.0.0 - Open Source | MIT-style License
|
|
43
43
|
ProseMirror | prosemiror-inputrules | 1.0.1 - Open Source | MIT-style License
|
|
@@ -433,7 +433,7 @@ subject to the following terms and conditions:
|
|
|
433
433
|
@types/prosemirror-inputrules v1*, @types/prosemirror-keymap v1*, @types/prosemirror-model v1*,
|
|
434
434
|
@types/prosemirror-schema-list v1*, @types/prosemirror-state v1*, @types/prosemirror-tables v0.9*,
|
|
435
435
|
@types/prosemirror-transform v1*, and @types/prosemirror-view v1*. Such technologies are
|
|
436
|
-
subject to the following terms and conditions:
|
|
436
|
+
subject to the following terms and conditions:
|
|
437
437
|
|
|
438
438
|
This project is licensed under the MIT license.
|
|
439
439
|
Copyrights are respective of each contributor listed at the beginning of each
|
|
@@ -640,7 +640,7 @@ Such technology is subject to the following terms and conditions:
|
|
|
640
640
|
2. Special Notices Regarding Commercially Licensed Third-Party Components
|
|
641
641
|
incorporated into the Product: NONE
|
|
642
642
|
|
|
643
|
-
3. Special Notices Regarding Progress Products incorporated into the Product:
|
|
643
|
+
3. Special Notices Regarding Progress Products incorporated into the Product:
|
|
644
644
|
|
|
645
645
|
(a) Progress Kendo UI for Angular 2022 incorporates Kendo UI Licensing CLI v1.1
|
|
646
646
|
from Progress Software Corporation. See NOTICE.txt text file within product for
|
package/README.md
CHANGED
|
@@ -28,6 +28,6 @@ Kendo UI for Angular is a commercial UI library designed and built for developin
|
|
|
28
28
|
* [Feedback Portal](https://feedback.telerik.com/kendo-angular-ui)
|
|
29
29
|
* [StackOverflow](https://stackoverflow.com/questions/tagged/kendo-ui-angular2)
|
|
30
30
|
|
|
31
|
-
*Copyright ©
|
|
31
|
+
*Copyright © 2023 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
|
|
32
32
|
|
|
33
33
|
*Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export { RippleContainerDirective } from './ripple-container.directive';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-ripple',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1673469099,
|
|
13
13
|
version: '',
|
|
14
|
-
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license
|
|
14
|
+
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
6
|
* Generated bundle index. Do not edit.
|
|
7
7
|
*/
|
|
8
|
-
export * from './
|
|
8
|
+
export * from './index';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { HostBinding, Directive, Input } from '@angular/core';
|
|
5
|
+
import { ElementRef, HostBinding, Directive, Renderer2, Input, NgZone } from '@angular/core';
|
|
6
6
|
import { register } from '@progress/kendo-ripple';
|
|
7
7
|
import { isDocumentAvailable } from '@progress/kendo-angular-common';
|
|
8
8
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
@@ -79,9 +79,9 @@ export class RippleContainerDirective {
|
|
|
79
79
|
this.removeListeners = callback;
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
|
-
RippleContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
83
|
-
RippleContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
84
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
82
|
+
RippleContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RippleContainerDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
83
|
+
RippleContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: RippleContainerDirective, selector: "[kendoRippleContainer]", inputs: { disabled: "disabled" }, host: { properties: { "class.k-ripple-container": "this.containerClass" } }, ngImport: i0 });
|
|
84
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RippleContainerDirective, decorators: [{
|
|
85
85
|
type: Directive,
|
|
86
86
|
args: [{
|
|
87
87
|
selector: '[kendoRippleContainer]'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
@@ -39,10 +39,10 @@ const COMPONENT_DIRECTIVES = [RippleContainerDirective];
|
|
|
39
39
|
*/
|
|
40
40
|
export class RippleModule {
|
|
41
41
|
}
|
|
42
|
-
RippleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
43
|
-
RippleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
44
|
-
RippleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
45
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
42
|
+
RippleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RippleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
43
|
+
RippleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RippleModule, declarations: [RippleContainerDirective], exports: [RippleContainerDirective] });
|
|
44
|
+
RippleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RippleModule });
|
|
45
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RippleModule, decorators: [{
|
|
46
46
|
type: NgModule,
|
|
47
47
|
args: [{
|
|
48
48
|
declarations: [COMPONENT_DIRECTIVES],
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
@@ -15,9 +15,9 @@ const packageMetadata = {
|
|
|
15
15
|
name: '@progress/kendo-angular-ripple',
|
|
16
16
|
productName: 'Kendo UI for Angular',
|
|
17
17
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
18
|
-
publishDate:
|
|
18
|
+
publishDate: 1673469099,
|
|
19
19
|
version: '',
|
|
20
|
-
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license
|
|
20
|
+
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
21
21
|
};
|
|
22
22
|
|
|
23
23
|
/**
|
|
@@ -91,9 +91,9 @@ class RippleContainerDirective {
|
|
|
91
91
|
this.removeListeners = callback;
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
|
-
RippleContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
95
|
-
RippleContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
96
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
94
|
+
RippleContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RippleContainerDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
95
|
+
RippleContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: RippleContainerDirective, selector: "[kendoRippleContainer]", inputs: { disabled: "disabled" }, host: { properties: { "class.k-ripple-container": "this.containerClass" } }, ngImport: i0 });
|
|
96
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RippleContainerDirective, decorators: [{
|
|
97
97
|
type: Directive,
|
|
98
98
|
args: [{
|
|
99
99
|
selector: '[kendoRippleContainer]'
|
|
@@ -139,10 +139,10 @@ const COMPONENT_DIRECTIVES = [RippleContainerDirective];
|
|
|
139
139
|
*/
|
|
140
140
|
class RippleModule {
|
|
141
141
|
}
|
|
142
|
-
RippleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
143
|
-
RippleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
144
|
-
RippleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
142
|
+
RippleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RippleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
143
|
+
RippleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RippleModule, declarations: [RippleContainerDirective], exports: [RippleContainerDirective] });
|
|
144
|
+
RippleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RippleModule });
|
|
145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RippleModule, decorators: [{
|
|
146
146
|
type: NgModule,
|
|
147
147
|
args: [{
|
|
148
148
|
declarations: [COMPONENT_DIRECTIVES],
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import * as i0 from '@angular/core';
|
|
6
|
+
import { Directive, Input, HostBinding, NgModule } from '@angular/core';
|
|
7
|
+
import { register } from '@progress/kendo-ripple';
|
|
8
|
+
import { isDocumentAvailable } from '@progress/kendo-angular-common';
|
|
9
|
+
import { validatePackage } from '@progress/kendo-licensing';
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
const packageMetadata = {
|
|
15
|
+
name: '@progress/kendo-angular-ripple',
|
|
16
|
+
productName: 'Kendo UI for Angular',
|
|
17
|
+
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
18
|
+
publishDate: 1673469099,
|
|
19
|
+
version: '',
|
|
20
|
+
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Represents the Ripple container component.
|
|
25
|
+
*
|
|
26
|
+
* You can apply this directive to any container element.
|
|
27
|
+
* The ripple effect will show on the following elements:
|
|
28
|
+
* - Buttons
|
|
29
|
+
* - Checkboxes
|
|
30
|
+
* - Radio buttons
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* ```ts-no-run
|
|
34
|
+
* <div kendoRippleContainer>
|
|
35
|
+
* <button kendoButton>Default Button</button>
|
|
36
|
+
*
|
|
37
|
+
* <button kendoButton [primary]="true">Primary Button</button>
|
|
38
|
+
* </div>
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
class RippleContainerDirective {
|
|
42
|
+
constructor(renderer, element, ngZone) {
|
|
43
|
+
this.renderer = renderer;
|
|
44
|
+
this.element = element;
|
|
45
|
+
this.ngZone = ngZone;
|
|
46
|
+
this.isDisabled = false;
|
|
47
|
+
this.removeListeners = () => { };
|
|
48
|
+
validatePackage(packageMetadata);
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Provides an option to disable the ripple effect of the `kendoRippleContainer` element.
|
|
52
|
+
* By default, `disabled` is set to `false`.
|
|
53
|
+
*/
|
|
54
|
+
set disabled(disabled) {
|
|
55
|
+
this.isDisabled = disabled;
|
|
56
|
+
if (this.isDisabled) {
|
|
57
|
+
this.removeListeners();
|
|
58
|
+
}
|
|
59
|
+
else {
|
|
60
|
+
this.registerListeners();
|
|
61
|
+
}
|
|
62
|
+
this.renderer.setProperty(this.element.nativeElement, 'disabled', disabled);
|
|
63
|
+
}
|
|
64
|
+
get containerClass() {
|
|
65
|
+
return true;
|
|
66
|
+
}
|
|
67
|
+
ngOnDestroy() {
|
|
68
|
+
this.removeListeners();
|
|
69
|
+
}
|
|
70
|
+
ngAfterViewInit() {
|
|
71
|
+
if (!this.isDisabled) {
|
|
72
|
+
this.ngZone.runOutsideAngular(() => {
|
|
73
|
+
this.registerListeners();
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
registerListeners() {
|
|
78
|
+
if (!isDocumentAvailable()) {
|
|
79
|
+
return;
|
|
80
|
+
}
|
|
81
|
+
this.removeListeners();
|
|
82
|
+
const callback = register(this.element.nativeElement, [
|
|
83
|
+
{ selector: ".k-button:not(li)" },
|
|
84
|
+
{ selector: ".k-list>.k-item", options: { global: true } },
|
|
85
|
+
{ selector: ".k-checkbox,.k-radio",
|
|
86
|
+
options: {
|
|
87
|
+
events: ["focusin", "animationend", "click"]
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
]);
|
|
91
|
+
this.removeListeners = callback;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
RippleContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RippleContainerDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
95
|
+
RippleContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: RippleContainerDirective, selector: "[kendoRippleContainer]", inputs: { disabled: "disabled" }, host: { properties: { "class.k-ripple-container": "this.containerClass" } }, ngImport: i0 });
|
|
96
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RippleContainerDirective, decorators: [{
|
|
97
|
+
type: Directive,
|
|
98
|
+
args: [{
|
|
99
|
+
selector: '[kendoRippleContainer]'
|
|
100
|
+
}]
|
|
101
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { disabled: [{
|
|
102
|
+
type: Input
|
|
103
|
+
}], containerClass: [{
|
|
104
|
+
type: HostBinding,
|
|
105
|
+
args: ['class.k-ripple-container']
|
|
106
|
+
}] } });
|
|
107
|
+
|
|
108
|
+
const COMPONENT_DIRECTIVES = [RippleContainerDirective];
|
|
109
|
+
/**
|
|
110
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
111
|
+
* definition for the Ripple directive.
|
|
112
|
+
*
|
|
113
|
+
* @example
|
|
114
|
+
*
|
|
115
|
+
* ```ts-no-run
|
|
116
|
+
* // Import the Ripple module
|
|
117
|
+
* import { RippleModule } from '@progress/kendo-angular-ripple';
|
|
118
|
+
*
|
|
119
|
+
* // The browser platform with a compiler
|
|
120
|
+
* import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
121
|
+
*
|
|
122
|
+
* import { NgModule } from '@angular/core';
|
|
123
|
+
*
|
|
124
|
+
* // Import the app component
|
|
125
|
+
* import { AppComponent } from './app.component';
|
|
126
|
+
*
|
|
127
|
+
* // Define the app module
|
|
128
|
+
* _@NgModule({
|
|
129
|
+
* declarations: [AppComponent], // declare app component
|
|
130
|
+
* imports: [BrowserModule, RippleModule], // import Ripple module
|
|
131
|
+
* bootstrap: [AppComponent]
|
|
132
|
+
* })
|
|
133
|
+
* export class AppModule {}
|
|
134
|
+
*
|
|
135
|
+
* // Compile and launch the module
|
|
136
|
+
* platformBrowserDynamic().bootstrapModule(AppModule);
|
|
137
|
+
*
|
|
138
|
+
* ```
|
|
139
|
+
*/
|
|
140
|
+
class RippleModule {
|
|
141
|
+
}
|
|
142
|
+
RippleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RippleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
143
|
+
RippleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RippleModule, declarations: [RippleContainerDirective], exports: [RippleContainerDirective] });
|
|
144
|
+
RippleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RippleModule });
|
|
145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RippleModule, decorators: [{
|
|
146
|
+
type: NgModule,
|
|
147
|
+
args: [{
|
|
148
|
+
declarations: [COMPONENT_DIRECTIVES],
|
|
149
|
+
exports: [COMPONENT_DIRECTIVES]
|
|
150
|
+
}]
|
|
151
|
+
}] });
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Generated bundle index. Do not edit.
|
|
155
|
+
*/
|
|
156
|
+
|
|
157
|
+
export { RippleContainerDirective, RippleModule };
|
|
158
|
+
|
package/{main.d.ts → index.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export { RippleContainerDirective } from './ripple-container.directive';
|
package/package-metadata.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { PackageMetadata } from '@progress/kendo-licensing';
|
package/package.json
CHANGED
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-ripple",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "11.0.0-develop.100",
|
|
4
4
|
"description": "Ripple Package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
7
7
|
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/telerik/kendo-angular-ripple.git"
|
|
11
|
-
},
|
|
12
8
|
"bugs": {
|
|
13
9
|
"url": "https://github.com/telerik/kendo-angular"
|
|
14
10
|
},
|
|
@@ -22,61 +18,39 @@
|
|
|
22
18
|
"@progress": {
|
|
23
19
|
"friendlyName": "Ripple"
|
|
24
20
|
},
|
|
25
|
-
"dependencies": {
|
|
26
|
-
"@progress/kendo-ripple": "^1.0.1",
|
|
27
|
-
"@progress/kendo-schematics": "^3.0.0",
|
|
28
|
-
"tslib": "^2.3.1"
|
|
29
|
-
},
|
|
30
21
|
"peerDependencies": {
|
|
31
|
-
"@angular/
|
|
32
|
-
"@angular/
|
|
33
|
-
"@
|
|
22
|
+
"@angular/animations": "13 - 15",
|
|
23
|
+
"@angular/common": "13 - 15",
|
|
24
|
+
"@angular/core": "13 - 15",
|
|
25
|
+
"@angular/platform-browser": "13 - 15",
|
|
34
26
|
"@progress/kendo-licensing": "^1.0.2",
|
|
27
|
+
"@progress/kendo-ripple": "^1.0.1",
|
|
28
|
+
"@progress/kendo-angular-common": "11.0.0-develop.100",
|
|
29
|
+
"@progress/kendo-angular-schematics": "11.0.0-develop.100",
|
|
35
30
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
36
31
|
},
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"path": "./node_modules/cz-conventional-changelog"
|
|
40
|
-
},
|
|
41
|
-
"ghooks": {
|
|
42
|
-
"commit-msg": "validate-commit-msg"
|
|
43
|
-
},
|
|
44
|
-
"validate-commit-msg": {
|
|
45
|
-
"types": [
|
|
46
|
-
"feat",
|
|
47
|
-
"fix",
|
|
48
|
-
"docs",
|
|
49
|
-
"style",
|
|
50
|
-
"refactor",
|
|
51
|
-
"perf",
|
|
52
|
-
"test",
|
|
53
|
-
"chore",
|
|
54
|
-
"revert"
|
|
55
|
-
],
|
|
56
|
-
"warnOnFail": false,
|
|
57
|
-
"maxSubjectLength": 100
|
|
58
|
-
}
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"tslib": "^2.3.1"
|
|
59
34
|
},
|
|
60
35
|
"schematics": "./schematics/collection.json",
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
36
|
+
"module": "fesm2015/progress-kendo-angular-ripple.mjs",
|
|
37
|
+
"es2020": "fesm2020/progress-kendo-angular-ripple.mjs",
|
|
38
|
+
"esm2020": "esm2020/progress-kendo-angular-ripple.mjs",
|
|
39
|
+
"fesm2020": "fesm2020/progress-kendo-angular-ripple.mjs",
|
|
40
|
+
"fesm2015": "fesm2015/progress-kendo-angular-ripple.mjs",
|
|
41
|
+
"typings": "progress-kendo-angular-ripple.d.ts",
|
|
42
|
+
"exports": {
|
|
43
|
+
"./package.json": {
|
|
44
|
+
"default": "./package.json"
|
|
68
45
|
},
|
|
69
|
-
"
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
46
|
+
".": {
|
|
47
|
+
"types": "./progress-kendo-angular-ripple.d.ts",
|
|
48
|
+
"esm2020": "./esm2020/progress-kendo-angular-ripple.mjs",
|
|
49
|
+
"es2020": "./fesm2020/progress-kendo-angular-ripple.mjs",
|
|
50
|
+
"es2015": "./fesm2015/progress-kendo-angular-ripple.mjs",
|
|
51
|
+
"node": "./fesm2015/progress-kendo-angular-ripple.mjs",
|
|
52
|
+
"default": "./fesm2020/progress-kendo-angular-ripple.mjs"
|
|
53
|
+
}
|
|
74
54
|
},
|
|
75
|
-
"main": "bundles/kendo-angular-ripple.umd.js",
|
|
76
|
-
"module": "fesm2015/kendo-angular-ripple.js",
|
|
77
|
-
"es2015": "fesm2015/kendo-angular-ripple.js",
|
|
78
|
-
"esm2015": "esm2015/kendo-angular-ripple.js",
|
|
79
|
-
"fesm2015": "fesm2015/kendo-angular-ripple.js",
|
|
80
|
-
"typings": "kendo-angular-ripple.d.ts",
|
|
81
55
|
"sideEffects": false
|
|
82
56
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
6
|
* Generated bundle index. Do not edit.
|
|
7
7
|
*/
|
|
8
8
|
/// <amd-module name="@progress/kendo-angular-ripple" />
|
|
9
|
-
export * from './
|
|
9
|
+
export * from './index';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ElementRef, Renderer2, AfterViewInit, OnDestroy, NgZone } from '@angular/core';
|
package/ripple.module.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
1
|
"use strict";
|
|
6
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
3
|
const schematics_1 = require("@angular-devkit/schematics");
|
|
8
4
|
function default_1(options) {
|
|
9
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'RippleModule', package: 'ripple' //package name, e.g grid
|
|
10
6
|
});
|
|
11
|
-
return schematics_1.externalSchematic('@progress/kendo-schematics', 'ng-add', finalOptions);
|
|
7
|
+
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
12
8
|
}
|
|
13
9
|
exports.default = default_1;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("@angular/core"),require("@progress/kendo-ripple"),require("@progress/kendo-angular-common"),require("@progress/kendo-licensing")):"function"==typeof define&&define.amd?define("KendoAngularRipple",["exports","@angular/core","@progress/kendo-ripple","@progress/kendo-angular-common","@progress/kendo-licensing"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).KendoAngularRipple={},e.ng.core,e.KendoRipple,e.KendoAngularCommon,e.KendoLicensing)}(this,function(e,n,r,t,o){"use strict";function i(r){var t;return r&&r.__esModule?r:(t=Object.create(null),r&&Object.keys(r).forEach(function(e){var n;"default"!==e&&(n=Object.getOwnPropertyDescriptor(r,e),Object.defineProperty(t,e,n.get?n:{enumerable:!0,get:function(){return r[e]}}))}),t.default=r,Object.freeze(t))}var s=i(n),a={name:"@progress/kendo-angular-ripple",productName:"Kendo UI for Angular",productCodes:["KENDOUIANGULAR","KENDOUICOMPLETE"],publishDate:1668698916,version:"",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"},l=(Object.defineProperty(p.prototype,"disabled",{set:function(e){this.isDisabled=e,this.isDisabled?this.removeListeners():this.registerListeners(),this.renderer.setProperty(this.element.nativeElement,"disabled",e)},enumerable:!1,configurable:!0}),Object.defineProperty(p.prototype,"containerClass",{get:function(){return!0},enumerable:!1,configurable:!0}),p.prototype.ngOnDestroy=function(){this.removeListeners()},p.prototype.ngAfterViewInit=function(){var e=this;this.isDisabled||this.ngZone.runOutsideAngular(function(){e.registerListeners()})},p.prototype.registerListeners=function(){var e;t.isDocumentAvailable()&&(this.removeListeners(),e=r.register(this.element.nativeElement,[{selector:".k-button:not(li)"},{selector:".k-list>.k-item",options:{global:!0}},{selector:".k-checkbox,.k-radio",options:{events:["focusin","animationend","click"]}}]),this.removeListeners=e)},p);function p(e,n,r){this.renderer=e,this.element=n,this.ngZone=r,this.isDisabled=!1,this.removeListeners=function(){},o.validatePackage(a)}l.ɵfac=s.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.16",ngImport:s,type:l,deps:[{token:s.Renderer2},{token:s.ElementRef},{token:s.NgZone}],target:s.ɵɵFactoryTarget.Directive}),l.ɵdir=s.ɵɵngDeclareDirective({minVersion:"12.0.0",version:"12.2.16",type:l,selector:"[kendoRippleContainer]",inputs:{disabled:"disabled"},host:{properties:{"class.k-ripple-container":"this.containerClass"}},ngImport:s}),s.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.16",ngImport:s,type:l,decorators:[{type:n.Directive,args:[{selector:"[kendoRippleContainer]"}]}],ctorParameters:function(){return[{type:s.Renderer2},{type:s.ElementRef},{type:s.NgZone}]},propDecorators:{disabled:[{type:n.Input}],containerClass:[{type:n.HostBinding,args:["class.k-ripple-container"]}]}});var c=[l],d=function(){};d.ɵfac=s.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.16",ngImport:s,type:d,deps:[],target:s.ɵɵFactoryTarget.NgModule}),d.ɵmod=s.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.16",ngImport:s,type:d,declarations:[l],exports:[l]}),d.ɵinj=s.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.16",ngImport:s,type:d}),s.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.16",ngImport:s,type:d,decorators:[{type:n.NgModule,args:[{declarations:[c],exports:[c]}]}]}),e.RippleContainerDirective=l,e.RippleModule=d,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../tooling/schematics/ngAdd/index.ts"],"names":[],"mappings":";;AAAA,2DAKqC;AAErC,mBAAyB,OAAY;IACjC,MAAM,YAAY,mCACX,OAAO,KACV,YAAY,EAAE,cAAc,EAC5B,OAAO,EAAE,QAAQ,CAAC,wBAAwB;OAC7C,CAAC;IAEF,OAAO,8BAAiB,CAAC,4BAA4B,EAAE,QAAQ,EAAE,YAAY,CAAC,CAAC;AACnF,CAAC;AARD,4BAQC"}
|