@progress/kendo-angular-tooltip 3.1.7-dev.202203090915 → 4.0.0-dev.202204191143
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/bundles/kendo-angular-tooltip.umd.js +5 -0
- package/{dist/es/constants.d.ts → constants.d.ts} +0 -0
- package/{dist/es2015 → esm2015}/constants.js +0 -0
- package/{dist/es/models/functions.model.js → esm2015/kendo-angular-tooltip.js} +4 -0
- package/esm2015/localization/localized-messages.directive.js +38 -0
- package/{dist/es → esm2015}/main.js +2 -0
- package/{dist/es2015 → esm2015}/models/animation.model.js +1 -0
- package/{dist/es2015 → esm2015}/models/events.js +0 -0
- package/{dist/es2015 → esm2015}/models/functions.model.js +1 -0
- package/{dist/es → esm2015}/models/popover-show-option.type.js +1 -0
- package/{dist/es2015 → esm2015}/models/position.type.js +1 -0
- package/{dist/es → esm2015}/models/show.option.type.js +1 -0
- package/{dist/es2015 → esm2015}/package-metadata.js +1 -1
- package/{dist/es2015 → esm2015}/popover/anchor.directive.js +22 -19
- package/{dist/es2015 → esm2015}/popover/container.directive.js +24 -23
- package/{dist/es2015 → esm2015}/popover/directives-base.js +13 -12
- package/{dist/es2015 → esm2015}/popover/popover.component.js +118 -108
- package/{dist/es2015 → esm2015}/popover/popover.service.js +9 -9
- package/esm2015/popover/template-directives/actions-template.directive.js +27 -0
- package/esm2015/popover/template-directives/body-template.directive.js +27 -0
- package/esm2015/popover/template-directives/title-template.directive.js +27 -0
- package/{dist/es2015 → esm2015}/popover.module.js +31 -16
- package/{dist/es2015 → esm2015}/tooltip/tooltip.content.component.js +95 -73
- package/{dist/es2015 → esm2015}/tooltip/tooltip.directive.js +57 -80
- package/{dist/es2015 → esm2015}/tooltip/tooltip.settings.js +12 -7
- package/{dist/es2015 → esm2015}/tooltip.module.js +15 -12
- package/{dist/es2015 → esm2015}/tooltips.module.js +12 -9
- package/{dist/es2015 → esm2015}/utils.js +0 -1
- package/{dist/fesm2015/index.js → fesm2015/kendo-angular-tooltip.js} +456 -399
- package/{dist/es2015/constants.d.ts → kendo-angular-tooltip.d.ts} +3 -6
- package/{dist/es2015/localization → localization}/localized-messages.directive.d.ts +3 -0
- package/{dist/es/main.d.ts → main.d.ts} +3 -0
- package/{dist/es/models → models}/animation.model.d.ts +0 -0
- package/{dist/es/models → models}/events.d.ts +0 -0
- package/{dist/es/models → models}/functions.model.d.ts +0 -0
- package/{dist/es/models → models}/popover-show-option.type.d.ts +0 -0
- package/{dist/es/models → models}/position.type.d.ts +0 -0
- package/{dist/es/models → models}/show.option.type.d.ts +0 -0
- package/{dist/es/package-metadata.d.ts → package-metadata.d.ts} +0 -0
- package/package.json +30 -111
- package/{dist/es2015/popover → popover}/anchor.directive.d.ts +3 -0
- package/{dist/es/popover → popover}/container.directive.d.ts +3 -0
- package/{dist/es2015/popover → popover}/directives-base.d.ts +9 -4
- package/{dist/es2015/popover → popover}/popover.component.d.ts +21 -8
- package/{dist/es/popover → popover}/popover.service.d.ts +7 -4
- package/{dist/es2015/popover → popover}/template-directives/actions-template.directive.d.ts +3 -0
- package/{dist/es2015/popover → popover}/template-directives/body-template.directive.d.ts +3 -0
- package/{dist/es2015/popover → popover}/template-directives/title-template.directive.d.ts +3 -0
- package/popover.module.d.ts +43 -0
- package/schematics/ngAdd/index.js +5 -2
- package/schematics/ngAdd/index.js.map +1 -1
- package/{dist/es/tooltip → tooltip}/tooltip.content.component.d.ts +7 -4
- package/{dist/es/tooltip → tooltip}/tooltip.directive.d.ts +5 -1
- package/{dist/es/tooltip → tooltip}/tooltip.settings.d.ts +7 -0
- package/{dist/es2015/tooltip.module.d.ts → tooltip.module.d.ts} +9 -0
- package/{dist/es2015/tooltips.module.d.ts → tooltips.module.d.ts} +6 -0
- package/{dist/es/utils.d.ts → utils.d.ts} +0 -0
- package/dist/cdn/js/kendo-angular-tooltip.js +0 -20
- package/dist/cdn/main.js +0 -5
- package/dist/es/constants.js +0 -12
- package/dist/es/index.d.ts +0 -12
- package/dist/es/index.js +0 -12
- package/dist/es/index.metadata.json +0 -1
- package/dist/es/localization/localized-messages.directive.d.ts +0 -16
- package/dist/es/localization/localized-messages.directive.js +0 -38
- package/dist/es/models/animation.model.js +0 -4
- package/dist/es/models/events.js +0 -78
- package/dist/es/models/position.type.js +0 -4
- package/dist/es/package-metadata.js +0 -15
- package/dist/es/popover/anchor.directive.d.ts +0 -44
- package/dist/es/popover/anchor.directive.js +0 -156
- package/dist/es/popover/container.directive.js +0 -182
- package/dist/es/popover/directives-base.d.ts +0 -90
- package/dist/es/popover/directives-base.js +0 -294
- package/dist/es/popover/popover.component.d.ts +0 -166
- package/dist/es/popover/popover.component.js +0 -300
- package/dist/es/popover/popover.service.js +0 -88
- package/dist/es/popover/template-directives/actions-template.directive.d.ts +0 -15
- package/dist/es/popover/template-directives/actions-template.directive.js +0 -26
- package/dist/es/popover/template-directives/body-template.directive.d.ts +0 -15
- package/dist/es/popover/template-directives/body-template.directive.js +0 -26
- package/dist/es/popover/template-directives/title-template.directive.d.ts +0 -15
- package/dist/es/popover/template-directives/title-template.directive.js +0 -26
- package/dist/es/popover.module.d.ts +0 -31
- package/dist/es/popover.module.js +0 -65
- package/dist/es/tooltip/tooltip.content.component.js +0 -192
- package/dist/es/tooltip/tooltip.directive.js +0 -452
- package/dist/es/tooltip/tooltip.settings.js +0 -46
- package/dist/es/tooltip.module.d.ts +0 -36
- package/dist/es/tooltip.module.js +0 -57
- package/dist/es/tooltips.module.d.ts +0 -32
- package/dist/es/tooltips.module.js +0 -45
- package/dist/es/utils.js +0 -113
- package/dist/es2015/index.d.ts +0 -12
- package/dist/es2015/index.js +0 -12
- package/dist/es2015/index.metadata.json +0 -1
- package/dist/es2015/localization/localized-messages.directive.js +0 -34
- package/dist/es2015/main.d.ts +0 -22
- package/dist/es2015/main.js +0 -18
- package/dist/es2015/models/animation.model.d.ts +0 -9
- package/dist/es2015/models/events.d.ts +0 -78
- package/dist/es2015/models/functions.model.d.ts +0 -17
- package/dist/es2015/models/popover-show-option.type.d.ts +0 -8
- package/dist/es2015/models/popover-show-option.type.js +0 -4
- package/dist/es2015/models/position.type.d.ts +0 -14
- package/dist/es2015/models/show.option.type.d.ts +0 -13
- package/dist/es2015/models/show.option.type.js +0 -4
- package/dist/es2015/package-metadata.d.ts +0 -9
- package/dist/es2015/popover/container.directive.d.ts +0 -56
- package/dist/es2015/popover/popover.service.d.ts +0 -30
- package/dist/es2015/popover/template-directives/actions-template.directive.js +0 -25
- package/dist/es2015/popover/template-directives/body-template.directive.js +0 -25
- package/dist/es2015/popover/template-directives/title-template.directive.js +0 -25
- package/dist/es2015/popover.module.d.ts +0 -31
- package/dist/es2015/tooltip/tooltip.content.component.d.ts +0 -41
- package/dist/es2015/tooltip/tooltip.directive.d.ts +0 -156
- package/dist/es2015/tooltip/tooltip.settings.d.ts +0 -72
- package/dist/es2015/utils.d.ts +0 -34
- package/dist/fesm5/index.js +0 -2071
- package/dist/npm/constants.js +0 -14
- package/dist/npm/index.js +0 -19
- package/dist/npm/localization/localized-messages.directive.js +0 -40
- package/dist/npm/main.js +0 -36
- package/dist/npm/models/animation.model.js +0 -6
- package/dist/npm/models/events.js +0 -80
- package/dist/npm/models/functions.model.js +0 -6
- package/dist/npm/models/popover-show-option.type.js +0 -6
- package/dist/npm/models/position.type.js +0 -6
- package/dist/npm/models/show.option.type.js +0 -6
- package/dist/npm/package-metadata.js +0 -17
- package/dist/npm/popover/anchor.directive.js +0 -158
- package/dist/npm/popover/container.directive.js +0 -184
- package/dist/npm/popover/directives-base.js +0 -296
- package/dist/npm/popover/popover.component.js +0 -302
- package/dist/npm/popover/popover.service.js +0 -90
- package/dist/npm/popover/template-directives/actions-template.directive.js +0 -28
- package/dist/npm/popover/template-directives/body-template.directive.js +0 -28
- package/dist/npm/popover/template-directives/title-template.directive.js +0 -28
- package/dist/npm/popover.module.js +0 -67
- package/dist/npm/tooltip/tooltip.content.component.js +0 -194
- package/dist/npm/tooltip/tooltip.directive.js +0 -454
- package/dist/npm/tooltip/tooltip.settings.js +0 -48
- package/dist/npm/tooltip.module.js +0 -59
- package/dist/npm/tooltips.module.js +0 -47
- package/dist/npm/utils.js +0 -121
- package/dist/systemjs/kendo-angular-tooltip.js +0 -5
|
@@ -3,10 +3,7 @@
|
|
|
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
|
-
|
|
9
|
-
|
|
10
|
-
templateData: string;
|
|
11
|
-
showOn: string;
|
|
12
|
-
};
|
|
8
|
+
/// <amd-module name="@progress/kendo-angular-tooltip" />
|
|
9
|
+
export * from './main';
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ComponentMessages, LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* @hidden
|
|
8
9
|
*/
|
|
@@ -13,4 +14,6 @@ export declare class LocalizedMessagesDirective extends ComponentMessages {
|
|
|
13
14
|
*/
|
|
14
15
|
closeTitle: string;
|
|
15
16
|
constructor(service: LocalizationService);
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedMessagesDirective, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoTooltipLocalizedMessages]", never, { "closeTitle": "closeTitle"; }, {}, never>;
|
|
16
19
|
}
|
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
* Copyright © 2021 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
|
+
/** @hidden */
|
|
5
6
|
export { Collision } from '@progress/kendo-angular-popup';
|
|
6
7
|
export { TooltipDirective } from './tooltip/tooltip.directive';
|
|
7
8
|
export { TooltipSettings, TOOLTIP_SETTINGS } from './tooltip/tooltip.settings';
|
|
9
|
+
export { TooltipContentComponent } from './tooltip/tooltip.content.component';
|
|
10
|
+
export { LocalizedMessagesDirective } from './localization/localized-messages.directive';
|
|
8
11
|
export { PopoverComponent } from './popover/popover.component';
|
|
9
12
|
export { PopoverContainerDirective } from './popover/container.directive';
|
|
10
13
|
export { PopoverAnchorDirective } from './popover/anchor.directive';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,108 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-tooltip",
|
|
3
|
+
"version": "4.0.0-dev.202204191143",
|
|
3
4
|
"description": "Kendo UI Tooltip for Angular",
|
|
4
|
-
"author": "Progress",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
"jsdelivr": "dist/cdn/main.js",
|
|
15
|
-
"unpkg": "dist/cdn/main.js",
|
|
16
|
-
"sideEffects": false,
|
|
17
|
-
"scripts": {
|
|
18
|
-
"test": "jest --env=jsdom",
|
|
19
|
-
"test:watch": "jest --watch --env=jsdom",
|
|
20
|
-
"test:ci": "ci-angular-test",
|
|
21
|
-
"start": "gulp start",
|
|
22
|
-
"e2e:ci": "ci-angular-e2e",
|
|
23
|
-
"lint": "gulp lint && gulp lint-docs",
|
|
24
|
-
"api-check": "gulp api-check",
|
|
25
|
-
"build-cdn": "gulp build-cdn",
|
|
26
|
-
"build-package": "gulp build-package",
|
|
27
|
-
"semantic-release": "semantic-release pre && semantic-prerelease publish && semantic-release post"
|
|
6
|
+
"author": "Progress",
|
|
7
|
+
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/telerik/kendo-angular-tooltip.git"
|
|
11
|
+
},
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/telerik/kendo-angular"
|
|
28
14
|
},
|
|
29
15
|
"keywords": [
|
|
30
|
-
"Kendo UI",
|
|
31
16
|
"Angular",
|
|
17
|
+
"Kendo UI",
|
|
32
18
|
"Progress",
|
|
33
19
|
"Tooltip"
|
|
34
20
|
],
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"@angular/core": "8 - 13",
|
|
38
|
-
"@progress/kendo-angular-common": "^2.0.0",
|
|
39
|
-
"@progress/kendo-angular-l10n": "^3.0.0",
|
|
40
|
-
"@progress/kendo-angular-popup": "^4.0.0",
|
|
41
|
-
"@progress/kendo-licensing": "^1.0.2",
|
|
42
|
-
"rxjs": "^6.4.0 || ^7.0.0"
|
|
21
|
+
"@progress": {
|
|
22
|
+
"friendlyName": "Tooltip"
|
|
43
23
|
},
|
|
44
24
|
"dependencies": {
|
|
45
|
-
"@progress/kendo-schematics": "^
|
|
46
|
-
"tslib": "^
|
|
25
|
+
"@progress/kendo-schematics": "^3.0.0",
|
|
26
|
+
"tslib": "^2.3.1"
|
|
47
27
|
},
|
|
48
|
-
"
|
|
49
|
-
"@angular
|
|
50
|
-
"@angular
|
|
51
|
-
"@angular
|
|
52
|
-
"@angular
|
|
53
|
-
"@angular
|
|
54
|
-
"@
|
|
55
|
-
"
|
|
56
|
-
"@angular/forms": "^8.2.0",
|
|
57
|
-
"@angular/platform-browser": "^8.2.0",
|
|
58
|
-
"@angular/platform-browser-dynamic": "^8.2.0",
|
|
59
|
-
"@angular/platform-server": "^8.2.0",
|
|
60
|
-
"@angular/router": "^8.2.0",
|
|
61
|
-
"@progress/kendo-angular-buttons": "^7.0.0",
|
|
62
|
-
"@progress/kendo-angular-icons": "^0.4.4",
|
|
63
|
-
"@progress/kendo-angular-common": "^2.0.2",
|
|
64
|
-
"@progress/kendo-angular-dateinputs": "^6.0.0",
|
|
65
|
-
"@progress/kendo-angular-dropdowns": "^6.0.0",
|
|
66
|
-
"@progress/kendo-angular-e2e": "^3.0.0",
|
|
67
|
-
"@progress/kendo-angular-excel-export": "^4.0.0",
|
|
68
|
-
"@progress/kendo-angular-grid": "dev",
|
|
69
|
-
"@progress/kendo-angular-inputs": "^8.0.0",
|
|
70
|
-
"@progress/kendo-angular-intl": "^3.0.0",
|
|
71
|
-
"@progress/kendo-angular-jest-preset": "^2.0.0",
|
|
72
|
-
"@progress/kendo-angular-l10n": "^3.0.3",
|
|
73
|
-
"@progress/kendo-angular-label": "^3.0.0",
|
|
74
|
-
"@progress/kendo-angular-pdf-export": "^3.0.0",
|
|
75
|
-
"@progress/kendo-angular-popup": "^4.0.2",
|
|
76
|
-
"@progress/kendo-angular-tasks": "^19.3.3",
|
|
77
|
-
"@progress/kendo-angular-treeview": "^6.0.0",
|
|
78
|
-
"@progress/kendo-data-query": "^1.5.0",
|
|
79
|
-
"@progress/kendo-drawing": "^1.5.7",
|
|
80
|
-
"@progress/kendo-licensing": "^1.2.1",
|
|
81
|
-
"@progress/kendo-e2e": "^0.7.0",
|
|
82
|
-
"@progress/kendo-theme-bootstrap": "^4.44.0 || ^5.0.0",
|
|
83
|
-
"@progress/kendo-theme-default": "^4.44.0 || ^5.0.0",
|
|
84
|
-
"@progress/kendo-theme-material": "^4.44.0 || ^5.0.0",
|
|
85
|
-
"@telerik/semantic-prerelease": "^1.0.0",
|
|
86
|
-
"@types/jest": "^24.9.0",
|
|
87
|
-
"@types/node": "ts3.4",
|
|
88
|
-
"@types/zone.js": "0.0.27",
|
|
89
|
-
"codelyzer": "^5.0.0",
|
|
90
|
-
"core-js": "^2.2.2",
|
|
91
|
-
"cz-conventional-changelog": "^1.1.5",
|
|
92
|
-
"ghooks": "^1.0.3",
|
|
93
|
-
"gulp": "^4.0.0",
|
|
94
|
-
"gulp-typedoc": "2.2.0",
|
|
95
|
-
"jest": "^24.9.0",
|
|
96
|
-
"jest-cli": "^24.9.0",
|
|
97
|
-
"jest-junit": "^12.2.0",
|
|
98
|
-
"jest-environment-jsdom": "^24.9.0",
|
|
99
|
-
"rxjs": "~6.4.0",
|
|
100
|
-
"rxjs-tslint-rules": "^4.23.1",
|
|
101
|
-
"semantic-release": "^6.3.6",
|
|
102
|
-
"tslint": "^5.20.1",
|
|
103
|
-
"typescript": "~3.4.5",
|
|
104
|
-
"validate-commit-msg": "^1.1.1",
|
|
105
|
-
"zone.js": "~0.9.1"
|
|
28
|
+
"peerDependencies": {
|
|
29
|
+
"@angular/common": "12 - 14",
|
|
30
|
+
"@angular/core": "12 - 14",
|
|
31
|
+
"@progress/kendo-angular-common": "^3.0.0",
|
|
32
|
+
"@progress/kendo-angular-l10n": "^4.0.0",
|
|
33
|
+
"@progress/kendo-angular-popup": "^5.0.0",
|
|
34
|
+
"@progress/kendo-licensing": "^1.0.2",
|
|
35
|
+
"rxjs": "^6.5.3 || ^7.0.0"
|
|
106
36
|
},
|
|
107
37
|
"config": {
|
|
108
38
|
"commitizen": {
|
|
@@ -127,20 +57,7 @@
|
|
|
127
57
|
"maxSubjectLength": 100
|
|
128
58
|
}
|
|
129
59
|
},
|
|
130
|
-
"
|
|
131
|
-
"preset": "@progress/kendo-angular-jest-preset"
|
|
132
|
-
},
|
|
133
|
-
"repository": {
|
|
134
|
-
"type": "git",
|
|
135
|
-
"url": "https://github.com/telerik/kendo-angular-tooltip.git"
|
|
136
|
-
},
|
|
137
|
-
"bugs": {
|
|
138
|
-
"url": "https://github.com/telerik/kendo-angular"
|
|
139
|
-
},
|
|
140
|
-
"@progress": {
|
|
141
|
-
"friendlyName": "Tooltip"
|
|
142
|
-
},
|
|
143
|
-
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
|
|
60
|
+
"schematics": "./schematics/collection.json",
|
|
144
61
|
"release": {
|
|
145
62
|
"debug": false,
|
|
146
63
|
"branchTags": {
|
|
@@ -155,9 +72,11 @@
|
|
|
155
72
|
"verifyConditions": "@telerik/semantic-prerelease/verifyConditions",
|
|
156
73
|
"verifyRelease": "@telerik/semantic-prerelease/verifyRelease"
|
|
157
74
|
},
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
75
|
+
"main": "bundles/kendo-angular-tooltip.umd.js",
|
|
76
|
+
"module": "fesm2015/kendo-angular-tooltip.js",
|
|
77
|
+
"es2015": "fesm2015/kendo-angular-tooltip.js",
|
|
78
|
+
"esm2015": "esm2015/kendo-angular-tooltip.js",
|
|
79
|
+
"fesm2015": "fesm2015/kendo-angular-tooltip.js",
|
|
80
|
+
"typings": "kendo-angular-tooltip.d.ts",
|
|
81
|
+
"sideEffects": false
|
|
163
82
|
}
|
|
@@ -6,6 +6,7 @@ import { ElementRef, NgZone, Renderer2 } from "@angular/core";
|
|
|
6
6
|
import { PopupService } from "@progress/kendo-angular-popup";
|
|
7
7
|
import { PopoverDirectivesBase } from "./directives-base";
|
|
8
8
|
import { PopoverService } from "./popover.service";
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
9
10
|
/**
|
|
10
11
|
* Represents the [`kendoPopoverAnchor`]({% slug configuration_popover %}#toc-anchordirective) directive.
|
|
11
12
|
* It is used to target an element, which should display a popover on interaction.
|
|
@@ -41,4 +42,6 @@ export declare class PopoverAnchorDirective extends PopoverDirectivesBase {
|
|
|
41
42
|
*/
|
|
42
43
|
private onClick;
|
|
43
44
|
private controlVisibility;
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverAnchorDirective, never>;
|
|
46
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverAnchorDirective, "[kendoPopoverAnchor]", ["kendoPopoverAnchor"], {}, {}, never>;
|
|
44
47
|
}
|
|
@@ -6,6 +6,7 @@ import { ElementRef, NgZone, Renderer2 } from "@angular/core";
|
|
|
6
6
|
import { PopupService } from "@progress/kendo-angular-popup";
|
|
7
7
|
import { PopoverDirectivesBase } from './directives-base';
|
|
8
8
|
import { PopoverService } from "./popover.service";
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
9
10
|
/**
|
|
10
11
|
* Represents the [`kendoPopoverContainer`]({% slug configuration_popover %}#toc-containerdirective) directive.
|
|
11
12
|
* It is used to filter and target multiple elements, which should display a popover on interaction.
|
|
@@ -53,4 +54,6 @@ export declare class PopoverContainerDirective extends PopoverDirectivesBase {
|
|
|
53
54
|
protected subscribeToEvents(arr: any[]): void;
|
|
54
55
|
private clickHandler;
|
|
55
56
|
private controlVisibility;
|
|
57
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverContainerDirective, never>;
|
|
58
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverContainerDirective, "[kendoPopoverContainer]", ["kendoPopoverContainer"], { "filter": "filter"; }, {}, never>;
|
|
56
59
|
}
|
|
@@ -2,17 +2,18 @@
|
|
|
2
2
|
* Copyright © 2021 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 { ComponentRef, ElementRef, NgZone,
|
|
5
|
+
import { ComponentRef, ElementRef, NgZone, Renderer2 } from "@angular/core";
|
|
6
6
|
import { PopupRef, PopupService } from "@progress/kendo-angular-popup";
|
|
7
7
|
import { PopoverFn } from "../models/functions.model";
|
|
8
8
|
import { PopoverShowOption } from "../models/popover-show-option.type";
|
|
9
9
|
import { PopoverComponent } from "./popover.component";
|
|
10
10
|
import { PopoverService } from "./popover.service";
|
|
11
11
|
import { Subscription } from "rxjs";
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
12
13
|
/**
|
|
13
14
|
* @hidden
|
|
14
15
|
*/
|
|
15
|
-
export declare abstract class PopoverDirectivesBase
|
|
16
|
+
export declare abstract class PopoverDirectivesBase {
|
|
16
17
|
protected ngZone: NgZone;
|
|
17
18
|
protected popupService: PopupService;
|
|
18
19
|
protected renderer: Renderer2;
|
|
@@ -24,7 +25,8 @@ export declare abstract class PopoverDirectivesBase implements OnDestroy {
|
|
|
24
25
|
*
|
|
25
26
|
* [See example]({% slug templates_popover %}#toc-popovercallback)
|
|
26
27
|
*/
|
|
27
|
-
popover: PopoverComponent | PopoverFn;
|
|
28
|
+
set popover(value: PopoverComponent | PopoverFn);
|
|
29
|
+
get popover(): PopoverComponent | PopoverFn;
|
|
28
30
|
/**
|
|
29
31
|
* The event on which the Popover will be shown
|
|
30
32
|
*
|
|
@@ -34,7 +36,8 @@ export declare abstract class PopoverDirectivesBase implements OnDestroy {
|
|
|
34
36
|
* - `focus`—The Popover will be shown when its `anchor` element is focused.
|
|
35
37
|
* - `none`—The Popover will not be shown on user interaction. It could be rendered via the Popover API methods.
|
|
36
38
|
*/
|
|
37
|
-
showOn: PopoverShowOption;
|
|
39
|
+
set showOn(value: PopoverShowOption);
|
|
40
|
+
get showOn(): PopoverShowOption;
|
|
38
41
|
popupRef: PopupRef;
|
|
39
42
|
protected disposeHoverOverListener: () => void;
|
|
40
43
|
protected disposeHoverOutListener: () => void;
|
|
@@ -87,4 +90,6 @@ export declare abstract class PopoverDirectivesBase implements OnDestroy {
|
|
|
87
90
|
private initializeCompletionEvents;
|
|
88
91
|
private shouldEmitEvent;
|
|
89
92
|
private shouldEmitCompletionEvents;
|
|
93
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverDirectivesBase, never>;
|
|
94
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverDirectivesBase, never, never, { "popover": "popover"; "showOn": "showOn"; }, {}, never>;
|
|
90
95
|
}
|
|
@@ -11,6 +11,7 @@ import { PopoverBodyTemplateDirective } from './template-directives/body-templat
|
|
|
11
11
|
import { PopoverActionsTemplateDirective } from './template-directives/actions-template.directive';
|
|
12
12
|
import { PopoverHideEvent, PopoverShowEvent, PopoverShownEvent } from '../models/events';
|
|
13
13
|
import { PopoverAnimation } from '../models/animation.model';
|
|
14
|
+
import * as i0 from "@angular/core";
|
|
14
15
|
/**
|
|
15
16
|
* Represents the [Kendo UI Popover component for Angular]({% slug overview_popover %}).
|
|
16
17
|
* Used to display additional information that is related to a target element.
|
|
@@ -45,17 +46,20 @@ export declare class PopoverComponent {
|
|
|
45
46
|
*
|
|
46
47
|
* @default `6`
|
|
47
48
|
*/
|
|
48
|
-
offset: number;
|
|
49
|
+
set offset(value: number);
|
|
50
|
+
get offset(): number;
|
|
49
51
|
/**
|
|
50
52
|
* Determines the width of the popover. Numeric values are treated as pixels.
|
|
51
53
|
* @default 'auto'
|
|
52
54
|
*/
|
|
53
|
-
width: number | string;
|
|
55
|
+
set width(value: number | string);
|
|
56
|
+
get width(): string | number;
|
|
54
57
|
/**
|
|
55
58
|
* Determines the height of the popover. Numeric values are treated as pixels.
|
|
56
59
|
* @default 'auto'
|
|
57
60
|
*/
|
|
58
|
-
height: number | string;
|
|
61
|
+
set height(value: number | string);
|
|
62
|
+
get height(): string | number;
|
|
59
63
|
/**
|
|
60
64
|
* @hidden
|
|
61
65
|
*/
|
|
@@ -100,7 +104,8 @@ export declare class PopoverComponent {
|
|
|
100
104
|
* Defines a callback function which returns custom data passed to the Popover templates.
|
|
101
105
|
* It exposes the current anchor element as an argument. [See example]({% slug templates_popover %}#toc-popoverdatacallback)
|
|
102
106
|
*/
|
|
103
|
-
templateData: PopoverDataFn;
|
|
107
|
+
set templateData(fn: PopoverDataFn);
|
|
108
|
+
get templateData(): PopoverDataFn;
|
|
104
109
|
/**
|
|
105
110
|
* @hidden
|
|
106
111
|
* Determines the visibility of the Popover.
|
|
@@ -109,11 +114,11 @@ export declare class PopoverComponent {
|
|
|
109
114
|
/**
|
|
110
115
|
* @hidden
|
|
111
116
|
*/
|
|
112
|
-
|
|
117
|
+
get isHidden(): boolean;
|
|
113
118
|
/**
|
|
114
119
|
* @hidden
|
|
115
120
|
*/
|
|
116
|
-
|
|
121
|
+
get hasAttributeHidden(): boolean;
|
|
117
122
|
/**
|
|
118
123
|
* Fires before the Popover is about to be shown ([see example]({% slug events_popover %})).
|
|
119
124
|
* The event is preventable. If canceled, the Popover will not be displayed. [See example]({% slug events_popover %})
|
|
@@ -148,9 +153,15 @@ export declare class PopoverComponent {
|
|
|
148
153
|
* @hidden
|
|
149
154
|
*/
|
|
150
155
|
contextData: any;
|
|
156
|
+
/**
|
|
157
|
+
* @hidden
|
|
158
|
+
*/
|
|
159
|
+
_width: string;
|
|
160
|
+
/**
|
|
161
|
+
* @hidden
|
|
162
|
+
*/
|
|
163
|
+
_height: string;
|
|
151
164
|
private _offset;
|
|
152
|
-
private _width;
|
|
153
|
-
private _height;
|
|
154
165
|
private subs;
|
|
155
166
|
constructor(localization: LocalizationService);
|
|
156
167
|
ngOnInit(): void;
|
|
@@ -163,4 +174,6 @@ export declare class PopoverComponent {
|
|
|
163
174
|
* @hidden
|
|
164
175
|
*/
|
|
165
176
|
private _templateData;
|
|
177
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>;
|
|
178
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "kendo-popover", never, { "position": "position"; "offset": "offset"; "width": "width"; "height": "height"; "title": "title"; "subtitle": "subtitle"; "body": "body"; "callout": "callout"; "animation": "animation"; "templateData": "templateData"; }, { "show": "show"; "shown": "shown"; "hide": "hide"; "hidden": "hidden"; }, ["titleTemplate", "bodyTemplate", "actionsTemplate"], never>;
|
|
166
179
|
}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgZone, OnDestroy } from '@angular/core';
|
|
6
6
|
import { Observable } from 'rxjs';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
/**
|
|
8
9
|
* @hidden
|
|
9
10
|
*/
|
|
@@ -19,12 +20,14 @@ export declare class PopoverService implements OnDestroy {
|
|
|
19
20
|
private subs;
|
|
20
21
|
constructor(ngZone: NgZone);
|
|
21
22
|
ngOnDestroy(): void;
|
|
22
|
-
|
|
23
|
+
get isPopoverHovered(): Observable<any>;
|
|
23
24
|
emitPopoverState(isHovered: boolean): void;
|
|
24
|
-
|
|
25
|
+
get isAnchorHovered(): Observable<any>;
|
|
25
26
|
emitAnchorState(isHovered: boolean, anchor: any): void;
|
|
26
|
-
|
|
27
|
+
get isFocusInsidePopover(): Observable<any>;
|
|
27
28
|
emitFocusInsidePopover(isFocused: boolean): void;
|
|
28
|
-
|
|
29
|
+
get hidePopover(): Observable<any>;
|
|
29
30
|
monitor(): void;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverService, never>;
|
|
32
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PopoverService>;
|
|
30
33
|
}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* Represents a template that defines the content of the Popover actions.
|
|
8
9
|
*
|
|
@@ -12,4 +13,6 @@ import { TemplateRef } from '@angular/core';
|
|
|
12
13
|
export declare class PopoverActionsTemplateDirective {
|
|
13
14
|
templateRef: TemplateRef<any>;
|
|
14
15
|
constructor(templateRef: TemplateRef<any>);
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverActionsTemplateDirective, [{ optional: true; }]>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverActionsTemplateDirective, "[kendoPopoverActionsTemplate]", never, {}, {}, never>;
|
|
15
18
|
}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* Represents a template that defines the content of the Popover body.
|
|
8
9
|
*
|
|
@@ -12,4 +13,6 @@ import { TemplateRef } from '@angular/core';
|
|
|
12
13
|
export declare class PopoverBodyTemplateDirective {
|
|
13
14
|
templateRef: TemplateRef<any>;
|
|
14
15
|
constructor(templateRef: TemplateRef<any>);
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverBodyTemplateDirective, [{ optional: true; }]>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverBodyTemplateDirective, "[kendoPopoverBodyTemplate]", never, {}, {}, never>;
|
|
15
18
|
}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* Represents a template that defines the content of the Popover title.
|
|
8
9
|
*
|
|
@@ -12,4 +13,6 @@ import { TemplateRef } from '@angular/core';
|
|
|
12
13
|
export declare class PopoverTitleTemplateDirective {
|
|
13
14
|
templateRef: TemplateRef<any>;
|
|
14
15
|
constructor(templateRef: TemplateRef<any>);
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverTitleTemplateDirective, [{ optional: true; }]>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverTitleTemplateDirective, "[kendoPopoverTitleTemplate]", never, {}, {}, never>;
|
|
15
18
|
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "./popover/template-directives/actions-template.directive";
|
|
7
|
+
import * as i2 from "./popover/template-directives/body-template.directive";
|
|
8
|
+
import * as i3 from "./popover/template-directives/title-template.directive";
|
|
9
|
+
import * as i4 from "./popover/anchor.directive";
|
|
10
|
+
import * as i5 from "./popover/container.directive";
|
|
11
|
+
import * as i6 from "./popover/popover.component";
|
|
12
|
+
import * as i7 from "@angular/common";
|
|
13
|
+
import * as i8 from "@progress/kendo-angular-popup";
|
|
14
|
+
/**
|
|
15
|
+
* Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
|
|
16
|
+
* definition for the Popover component.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
*
|
|
20
|
+
* ```ts-no-run
|
|
21
|
+
* import { PopoverModule } from '@progress/kendo-angular-tooltip';
|
|
22
|
+
*
|
|
23
|
+
* import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
24
|
+
* import { NgModule } from '@angular/core';
|
|
25
|
+
*
|
|
26
|
+
* import { AppComponent } from './app.component';
|
|
27
|
+
*
|
|
28
|
+
* _@NgModule({
|
|
29
|
+
* declarations: [AppComponent],
|
|
30
|
+
* imports: [BrowserModule, PopoverModule],
|
|
31
|
+
* bootstrap: [AppComponent]
|
|
32
|
+
* })
|
|
33
|
+
* export class AppModule {}
|
|
34
|
+
*
|
|
35
|
+
* platformBrowserDynamic().bootstrapModule(AppModule);
|
|
36
|
+
*
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
export declare class PopoverModule {
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverModule, never>;
|
|
41
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PopoverModule, [typeof i1.PopoverActionsTemplateDirective, typeof i2.PopoverBodyTemplateDirective, typeof i3.PopoverTitleTemplateDirective, typeof i4.PopoverAnchorDirective, typeof i5.PopoverContainerDirective, typeof i6.PopoverComponent], [typeof i7.CommonModule, typeof i8.PopupModule], [typeof i1.PopoverActionsTemplateDirective, typeof i2.PopoverBodyTemplateDirective, typeof i3.PopoverTitleTemplateDirective, typeof i4.PopoverAnchorDirective, typeof i5.PopoverContainerDirective, typeof i6.PopoverComponent]>;
|
|
42
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PopoverModule>;
|
|
43
|
+
}
|
|
@@ -1,9 +1,12 @@
|
|
|
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
|
+
*-------------------------------------------------------------------------------------------*/
|
|
1
5
|
"use strict";
|
|
2
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
7
|
const schematics_1 = require("@angular-devkit/schematics");
|
|
4
8
|
function default_1(options) {
|
|
5
|
-
const finalOptions = Object.assign({}, options, { mainNgModule: 'TooltipsModule', package: 'tooltip' });
|
|
9
|
+
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TooltipsModule', package: 'tooltip' });
|
|
6
10
|
return schematics_1.externalSchematic('@progress/kendo-schematics', 'ng-add', finalOptions);
|
|
7
11
|
}
|
|
8
12
|
exports.default = default_1;
|
|
9
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../tooling/schematics/ngAdd/index.ts"],"names":[],"mappings":";;AAAA,2DAKqC;AAErC,mBAAyB,OAAY;IACjC,MAAM,YAAY,
|
|
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,gBAAgB,EAC9B,OAAO,EAAE,SAAS,GACrB,CAAC;IAEF,OAAO,8BAAiB,CAAC,4BAA4B,EAAE,QAAQ,EAAE,YAAY,CAAC,CAAC;AACnF,CAAC;AARD,4BAQC"}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { ElementRef, TemplateRef, EventEmitter } from '@angular/core';
|
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
7
|
import { Position } from '../models/position.type';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
8
9
|
/**
|
|
9
10
|
* @hidden
|
|
10
11
|
*/
|
|
@@ -16,9 +17,9 @@ export declare class TooltipContentComponent {
|
|
|
16
17
|
*/
|
|
17
18
|
direction: string;
|
|
18
19
|
close: EventEmitter<any>;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
get cssClasses(): string;
|
|
21
|
+
get className(): boolean;
|
|
22
|
+
get cssPosition(): string;
|
|
22
23
|
tooltipWidth: number;
|
|
23
24
|
tooltipHeight: number;
|
|
24
25
|
titleTemplate?: TemplateRef<any>;
|
|
@@ -33,9 +34,11 @@ export declare class TooltipContentComponent {
|
|
|
33
34
|
constructor(content: ElementRef, localizationService: LocalizationService);
|
|
34
35
|
ngOnInit(): void;
|
|
35
36
|
ngOnDestroy(): void;
|
|
36
|
-
|
|
37
|
+
get closeButtonTitle(): string;
|
|
37
38
|
calloutPositionClass(): string;
|
|
38
39
|
onCloseClick(event: any): void;
|
|
39
40
|
updateCalloutPosition(position: Position, isFlip: boolean): void;
|
|
40
41
|
private calloutStyles;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipContentComponent, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipContentComponent, "kendo-tooltip", never, { "tooltipWidth": "tooltipWidth"; "tooltipHeight": "tooltipHeight"; "titleTemplate": "titleTemplate"; "anchor": "anchor"; "closable": "closable"; "templateRef": "templateRef"; "templateString": "templateString"; }, { "close": "close"; }, never, never>;
|
|
41
44
|
}
|
|
@@ -7,6 +7,7 @@ import { PopupService, PopupRef, Collision } from '@progress/kendo-angular-popup
|
|
|
7
7
|
import { TooltipSettings } from './tooltip.settings';
|
|
8
8
|
import { Position } from '../models/position.type';
|
|
9
9
|
import { ShowOption } from '../models/show.option.type';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
10
11
|
/**
|
|
11
12
|
* Represents the [Kendo UI Tooltip directive for Angular]({% slug overview_tooltip %}).
|
|
12
13
|
* Used to display additional information that is related to an element.
|
|
@@ -107,7 +108,8 @@ export declare class TooltipDirective implements OnDestroy, OnChanges, AfterView
|
|
|
107
108
|
* Sets the content of the Tooltip as a template reference
|
|
108
109
|
* ([see example]({% slug templates_tooltip %})).
|
|
109
110
|
*/
|
|
110
|
-
tooltipTemplate: TemplateRef<any
|
|
111
|
+
set tooltipTemplate(value: TemplateRef<any>);
|
|
112
|
+
get tooltipTemplate(): TemplateRef<any>;
|
|
111
113
|
popupRef: PopupRef;
|
|
112
114
|
template: TemplateRef<any>;
|
|
113
115
|
private showTimeout;
|
|
@@ -153,4 +155,6 @@ export declare class TooltipDirective implements OnDestroy, OnChanges, AfterView
|
|
|
153
155
|
private onMouseOver;
|
|
154
156
|
private onMouseOut;
|
|
155
157
|
private verifyProperties;
|
|
158
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, [null, null, null, null, { optional: true; }, { optional: true; }]>;
|
|
159
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[kendoTooltip]", ["kendoTooltip"], { "filter": "filter"; "position": "position"; "titleTemplate": "titleTemplate"; "showOn": "showOn"; "showAfter": "showAfter"; "callout": "callout"; "closable": "closable"; "offset": "offset"; "tooltipWidth": "tooltipWidth"; "tooltipHeight": "tooltipHeight"; "tooltipClass": "tooltipClass"; "collision": "collision"; "closeTitle": "closeTitle"; "tooltipTemplate": "tooltipTemplate"; }, {}, never>;
|
|
156
160
|
}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { InjectionToken } from '@angular/core';
|
|
6
6
|
import { Position } from '../models/position.type';
|
|
7
7
|
import { ShowOption } from '../models/show.option.type';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
8
9
|
/**
|
|
9
10
|
* Obsolete. Provide the TooltipSettings class instead.
|
|
10
11
|
*
|
|
@@ -69,4 +70,10 @@ export declare class TooltipSettings {
|
|
|
69
70
|
* * `none`
|
|
70
71
|
*/
|
|
71
72
|
showOn?: ShowOption;
|
|
73
|
+
/**
|
|
74
|
+
* @hidden
|
|
75
|
+
*/
|
|
76
|
+
constructor();
|
|
77
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipSettings, never>;
|
|
78
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TooltipSettings>;
|
|
72
79
|
}
|
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
* Copyright © 2021 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 * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "./tooltip/tooltip.directive";
|
|
7
|
+
import * as i2 from "./tooltip/tooltip.content.component";
|
|
8
|
+
import * as i3 from "./localization/localized-messages.directive";
|
|
9
|
+
import * as i4 from "@angular/common";
|
|
10
|
+
import * as i5 from "@progress/kendo-angular-popup";
|
|
5
11
|
/**
|
|
6
12
|
* Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
|
|
7
13
|
* definition for the Tooltip component.
|
|
@@ -33,4 +39,7 @@
|
|
|
33
39
|
* ```
|
|
34
40
|
*/
|
|
35
41
|
export declare class TooltipModule {
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipModule, never>;
|
|
43
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, [typeof i1.TooltipDirective, typeof i2.TooltipContentComponent, typeof i3.LocalizedMessagesDirective], [typeof i4.CommonModule, typeof i5.PopupModule], [typeof i1.TooltipDirective, typeof i2.TooltipContentComponent, typeof i3.LocalizedMessagesDirective]>;
|
|
44
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TooltipModule>;
|
|
36
45
|
}
|