@progress/kendo-angular-buttons 6.4.0 → 7.0.0-next.202111120840
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-buttons.umd.js +5 -0
- package/{dist/es2015/button → button}/button.directive.d.ts +29 -21
- package/{dist/es2015/button → button}/button.module.d.ts +5 -0
- package/{dist/es2015/button → button}/button.service.d.ts +3 -0
- package/{dist/es2015/button → button}/selection-settings.d.ts +0 -0
- package/{dist/es2015/button-look.d.ts → button-look.d.ts} +0 -0
- package/{dist/es2015/buttongroup → buttongroup}/buttongroup.component.d.ts +16 -12
- package/buttongroup/buttongroup.module.d.ts +21 -0
- package/{dist/es2015/buttons.module.d.ts → buttons.module.d.ts} +10 -0
- package/{dist/es2015/chip → chip}/chip-content-click-event-args.interface.d.ts +0 -0
- package/{dist/es2015/chip → chip}/chip-list-remove-event-args.interface.d.ts +0 -0
- package/{dist/es2015/chip → chip}/chip-list.component.d.ts +5 -2
- package/{dist/es2015/chip → chip}/chip-remove-event-args.interface.d.ts +0 -0
- package/{dist/es2015/chip → chip}/chip.component.d.ts +15 -14
- package/{dist/es2015/chip → chip}/chip.module.d.ts +7 -0
- package/{dist/es2015/buttongroup/buttongroup.module.d.ts → chip/models/chip-look.d.ts} +10 -6
- package/{dist/es2015/chip → chip}/models/selection.d.ts +0 -0
- package/{dist/es2015/chip → chip}/models/type.d.ts +0 -0
- package/{dist/es2015/common → common}/models/shape.d.ts +0 -0
- package/{dist/es2015/common → common}/models/size.d.ts +0 -0
- package/{dist/es2015/common → common}/models/theme-color.d.ts +0 -0
- package/{dist/es2015/direction.d.ts → direction.d.ts} +0 -0
- package/{dist/es2015/dropdownbutton → dropdownbutton}/dropdownbutton.component.d.ts +24 -17
- package/dropdownbutton/dropdownbutton.module.d.ts +23 -0
- package/{dist/es2015 → esm2015}/button/button.directive.js +97 -151
- package/{dist/es → esm2015}/button/button.module.js +13 -13
- package/{dist/es2015 → esm2015}/button/button.service.js +8 -10
- package/{dist/es → esm2015}/button/selection-settings.js +1 -0
- package/{dist/es2015 → esm2015}/button-look.js +1 -0
- package/{dist/es2015 → esm2015}/buttongroup/buttongroup.component.js +93 -125
- package/esm2015/buttongroup/buttongroup.module.js +30 -0
- package/{dist/es → esm2015}/buttons.module.js +12 -12
- package/{dist/es2015 → esm2015}/chip/chip-content-click-event-args.interface.js +1 -0
- package/{dist/es2015 → esm2015}/chip/chip-list-remove-event-args.interface.js +1 -0
- package/{dist/es2015 → esm2015}/chip/chip-list.component.js +56 -63
- package/{dist/es → esm2015}/chip/chip-remove-event-args.interface.js +1 -0
- package/{dist/es2015 → esm2015}/chip/chip.component.js +121 -128
- package/{dist/es2015 → esm2015}/chip/chip.module.js +16 -11
- package/{dist/es → esm2015}/chip/models/chip-look.js +1 -0
- package/{dist/es → esm2015}/chip/models/selection.js +1 -0
- package/{dist/es → esm2015}/chip/models/type.js +1 -0
- package/{dist/es → esm2015}/common/models/shape.js +1 -0
- package/{dist/es → esm2015}/common/models/size.js +1 -0
- package/{dist/es → esm2015}/common/models/theme-color.js +1 -0
- package/{dist/es → esm2015}/direction.js +1 -0
- package/{dist/es2015 → esm2015}/dropdownbutton/dropdownbutton.component.js +162 -180
- package/esm2015/dropdownbutton/dropdownbutton.module.js +32 -0
- package/{dist/es2015 → esm2015}/floatingactionbutton/animations/animations.js +0 -0
- package/esm2015/floatingactionbutton/dial-item.component.js +126 -0
- package/esm2015/floatingactionbutton/dial-list.component.js +89 -0
- package/{dist/es2015 → esm2015}/floatingactionbutton/floatingactionbutton.component.js +150 -150
- package/{dist/es2015 → esm2015}/floatingactionbutton/floatingactionbutton.module.js +19 -11
- package/{dist/es → esm2015}/floatingactionbutton/models/align.js +1 -0
- package/{dist/es → esm2015}/floatingactionbutton/models/item-animation.interface.js +1 -0
- package/{dist/es → esm2015}/floatingactionbutton/models/item-click.event.js +1 -0
- package/{dist/es → esm2015}/floatingactionbutton/models/item.interface.js +1 -0
- package/{dist/es → esm2015}/floatingactionbutton/models/offset.js +1 -0
- package/{dist/es → esm2015}/floatingactionbutton/models/position-mode.js +1 -0
- package/esm2015/floatingactionbutton/templates/dial-item-template.directive.js +27 -0
- package/esm2015/floatingactionbutton/templates/fab-template.directive.js +27 -0
- package/{dist/es2015 → esm2015}/floatingactionbutton/utils.js +0 -0
- package/{dist/es2015 → esm2015}/focusable/focus.service.js +8 -10
- package/{dist/es2015 → esm2015}/focusable/focusable.directive.js +15 -16
- package/{dist/es2015/listbutton/list.module.d.ts → esm2015/kendo-angular-buttons.js} +2 -3
- package/{dist/es2015 → esm2015}/listbutton/button-item-template.directive.js +13 -12
- package/{dist/es2015 → esm2015}/listbutton/list-button.js +15 -2
- package/{dist/es → esm2015}/listbutton/list-item-model.js +1 -0
- package/esm2015/listbutton/list.component.js +120 -0
- package/esm2015/listbutton/list.module.js +39 -0
- package/{dist/es → esm2015}/listbutton/popup-settings.js +1 -0
- package/esm2015/listbutton/template-context.directive.js +33 -0
- package/{dist/es2015 → esm2015}/main.js +5 -1
- package/{dist/es → esm2015}/navigation/key-events.js +0 -0
- package/{dist/es → esm2015}/navigation/navigation-action.js +0 -0
- package/{dist/es2015 → esm2015}/navigation/navigation-config.js +0 -0
- package/{dist/es2015 → esm2015}/navigation/navigation.service.js +11 -9
- package/{dist/es2015 → esm2015}/package-metadata.js +1 -1
- package/{dist/es2015 → esm2015}/preventable-event.js +0 -0
- package/{dist/es2015 → esm2015}/splitbutton/splitbutton.component.js +186 -192
- package/esm2015/splitbutton/splitbutton.module.js +32 -0
- package/{dist/es2015 → esm2015}/util.js +2 -6
- package/{dist/fesm2015/index.js → fesm2015/kendo-angular-buttons.js} +1613 -1723
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/animations/animations.d.ts +0 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/dial-item.component.d.ts +8 -5
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/dial-list.component.d.ts +5 -2
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/floatingactionbutton.component.d.ts +28 -19
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/floatingactionbutton.module.d.ts +13 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/align.d.ts +0 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/item-animation.interface.d.ts +0 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/item-click.event.d.ts +0 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/item.interface.d.ts +0 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/offset.d.ts +0 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/position-mode.d.ts +0 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/templates/dial-item-template.directive.d.ts +3 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/templates/fab-template.directive.d.ts +3 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/utils.d.ts +0 -0
- package/{dist/es2015/focusable → focusable}/focus.service.d.ts +5 -1
- package/{dist/es2015/focusable → focusable}/focusable.directive.d.ts +3 -0
- package/kendo-angular-buttons.d.ts +9 -0
- package/{dist/es2015/listbutton → listbutton}/button-item-template.directive.d.ts +3 -0
- package/{dist/es2015/listbutton → listbutton}/list-button.d.ts +6 -2
- package/{dist/es2015/listbutton → listbutton}/list-item-model.d.ts +0 -0
- package/{dist/es2015/listbutton → listbutton}/list.component.d.ts +3 -0
- package/listbutton/list.module.d.ts +18 -0
- package/{dist/es2015/listbutton → listbutton}/popup-settings.d.ts +0 -0
- package/{dist/es2015/listbutton → listbutton}/template-context.directive.d.ts +4 -1
- package/{dist/es2015/main.d.ts → main.d.ts} +5 -1
- package/{dist/es2015/navigation → navigation}/key-events.d.ts +0 -0
- package/{dist/es2015/navigation → navigation}/navigation-action.d.ts +0 -0
- package/{dist/es2015/navigation → navigation}/navigation-config.d.ts +0 -0
- package/{dist/es2015/navigation → navigation}/navigation.service.d.ts +3 -0
- package/{dist/es2015/package-metadata.d.ts → package-metadata.d.ts} +0 -0
- package/package.json +34 -105
- package/{dist/es2015/preventable-event.d.ts → preventable-event.d.ts} +0 -0
- package/schematics/ngAdd/index.js +5 -2
- package/schematics/ngAdd/index.js.map +1 -1
- package/{dist/es2015/splitbutton → splitbutton}/splitbutton.component.d.ts +26 -19
- package/splitbutton/splitbutton.module.d.ts +23 -0
- package/{dist/es2015/util.d.ts → util.d.ts} +0 -4
- package/dist/cdn/js/kendo-angular-buttons.js +0 -20
- package/dist/cdn/main.js +0 -5
- package/dist/es/button/button.directive.js +0 -630
- package/dist/es/button/button.service.js +0 -28
- package/dist/es/button-look.js +0 -4
- package/dist/es/buttongroup/buttongroup.component.js +0 -402
- package/dist/es/buttongroup/buttongroup.module.js +0 -30
- package/dist/es/chip/chip-content-click-event-args.interface.js +0 -4
- package/dist/es/chip/chip-list-remove-event-args.interface.js +0 -4
- package/dist/es/chip/chip-list.component.js +0 -164
- package/dist/es/chip/chip.component.js +0 -360
- package/dist/es/chip/chip.module.js +0 -55
- package/dist/es/dropdownbutton/dropdownbutton.component.js +0 -652
- package/dist/es/dropdownbutton/dropdownbutton.module.js +0 -32
- package/dist/es/floatingactionbutton/animations/animations.js +0 -33
- package/dist/es/floatingactionbutton/dial-item.component.js +0 -143
- package/dist/es/floatingactionbutton/dial-list.component.js +0 -76
- package/dist/es/floatingactionbutton/floatingactionbutton.component.js +0 -878
- package/dist/es/floatingactionbutton/floatingactionbutton.module.js +0 -65
- package/dist/es/floatingactionbutton/templates/dial-item-template.directive.js +0 -26
- package/dist/es/floatingactionbutton/templates/fab-template.directive.js +0 -26
- package/dist/es/floatingactionbutton/utils.js +0 -38
- package/dist/es/focusable/focus.service.js +0 -43
- package/dist/es/focusable/focusable.directive.js +0 -68
- package/dist/es/index.js +0 -22
- package/dist/es/listbutton/button-item-template.directive.js +0 -68
- package/dist/es/listbutton/list-button.js +0 -240
- package/dist/es/listbutton/list.component.js +0 -66
- package/dist/es/listbutton/list.module.js +0 -33
- package/dist/es/listbutton/template-context.directive.js +0 -40
- package/dist/es/main.js +0 -22
- package/dist/es/navigation/navigation-config.js +0 -9
- package/dist/es/navigation/navigation.service.js +0 -114
- package/dist/es/package-metadata.js +0 -15
- package/dist/es/preventable-event.js +0 -29
- package/dist/es/splitbutton/localization/custom-messages.component.js +0 -44
- package/dist/es/splitbutton/localization/localized-messages.directive.js +0 -35
- package/dist/es/splitbutton/localization/messages.js +0 -22
- package/dist/es/splitbutton/splitbutton.component.js +0 -761
- package/dist/es/splitbutton/splitbutton.module.js +0 -34
- package/dist/es/util.js +0 -45
- package/dist/es2015/button/button.module.js +0 -47
- package/dist/es2015/button/selection-settings.js +0 -4
- package/dist/es2015/buttongroup/buttongroup.module.js +0 -27
- package/dist/es2015/buttons.module.js +0 -51
- package/dist/es2015/chip/chip-remove-event-args.interface.js +0 -4
- package/dist/es2015/chip/models/chip-look.d.ts +0 -20
- package/dist/es2015/chip/models/chip-look.js +0 -4
- package/dist/es2015/chip/models/selection.js +0 -4
- package/dist/es2015/chip/models/type.js +0 -4
- package/dist/es2015/common/models/shape.js +0 -4
- package/dist/es2015/common/models/size.js +0 -4
- package/dist/es2015/common/models/theme-color.js +0 -4
- package/dist/es2015/direction.js +0 -4
- package/dist/es2015/dropdownbutton/dropdownbutton.module.d.ts +0 -14
- package/dist/es2015/dropdownbutton/dropdownbutton.module.js +0 -29
- package/dist/es2015/floatingactionbutton/dial-item.component.js +0 -133
- package/dist/es2015/floatingactionbutton/dial-list.component.js +0 -81
- package/dist/es2015/floatingactionbutton/models/align.js +0 -4
- package/dist/es2015/floatingactionbutton/models/item-animation.interface.js +0 -4
- package/dist/es2015/floatingactionbutton/models/item-click.event.js +0 -4
- package/dist/es2015/floatingactionbutton/models/item.interface.js +0 -4
- package/dist/es2015/floatingactionbutton/models/offset.js +0 -4
- package/dist/es2015/floatingactionbutton/models/position-mode.js +0 -4
- package/dist/es2015/floatingactionbutton/templates/dial-item-template.directive.js +0 -25
- package/dist/es2015/floatingactionbutton/templates/fab-template.directive.js +0 -25
- package/dist/es2015/index.d.ts +0 -22
- package/dist/es2015/index.js +0 -22
- package/dist/es2015/index.metadata.json +0 -1
- package/dist/es2015/listbutton/list-item-model.js +0 -4
- package/dist/es2015/listbutton/list.component.js +0 -96
- package/dist/es2015/listbutton/list.module.js +0 -30
- package/dist/es2015/listbutton/popup-settings.js +0 -4
- package/dist/es2015/listbutton/template-context.directive.js +0 -35
- package/dist/es2015/navigation/key-events.js +0 -13
- package/dist/es2015/navigation/navigation-action.js +0 -19
- package/dist/es2015/splitbutton/localization/custom-messages.component.d.ts +0 -15
- package/dist/es2015/splitbutton/localization/custom-messages.component.js +0 -36
- package/dist/es2015/splitbutton/localization/localized-messages.directive.d.ts +0 -13
- package/dist/es2015/splitbutton/localization/localized-messages.directive.js +0 -31
- package/dist/es2015/splitbutton/localization/messages.d.ts +0 -32
- package/dist/es2015/splitbutton/localization/messages.js +0 -16
- package/dist/es2015/splitbutton/splitbutton.module.d.ts +0 -14
- package/dist/es2015/splitbutton/splitbutton.module.js +0 -31
- package/dist/fesm5/index.js +0 -5123
- package/dist/npm/button/button.directive.js +0 -632
- package/dist/npm/button/button.module.js +0 -52
- package/dist/npm/button/button.service.js +0 -30
- package/dist/npm/button/selection-settings.js +0 -6
- package/dist/npm/button-look.js +0 -6
- package/dist/npm/buttongroup/buttongroup.component.js +0 -404
- package/dist/npm/buttongroup/buttongroup.module.js +0 -32
- package/dist/npm/buttons.module.js +0 -56
- package/dist/npm/chip/chip-content-click-event-args.interface.js +0 -6
- package/dist/npm/chip/chip-list-remove-event-args.interface.js +0 -6
- package/dist/npm/chip/chip-list.component.js +0 -166
- package/dist/npm/chip/chip-remove-event-args.interface.js +0 -6
- package/dist/npm/chip/chip.component.js +0 -362
- package/dist/npm/chip/chip.module.js +0 -57
- package/dist/npm/chip/models/chip-look.js +0 -6
- package/dist/npm/chip/models/selection.js +0 -6
- package/dist/npm/chip/models/type.js +0 -6
- package/dist/npm/common/models/shape.js +0 -6
- package/dist/npm/common/models/size.js +0 -6
- package/dist/npm/common/models/theme-color.js +0 -6
- package/dist/npm/direction.js +0 -6
- package/dist/npm/dropdownbutton/dropdownbutton.component.js +0 -654
- package/dist/npm/dropdownbutton/dropdownbutton.module.js +0 -34
- package/dist/npm/floatingactionbutton/animations/animations.js +0 -37
- package/dist/npm/floatingactionbutton/dial-item.component.js +0 -145
- package/dist/npm/floatingactionbutton/dial-list.component.js +0 -78
- package/dist/npm/floatingactionbutton/floatingactionbutton.component.js +0 -880
- package/dist/npm/floatingactionbutton/floatingactionbutton.module.js +0 -67
- package/dist/npm/floatingactionbutton/models/align.js +0 -6
- package/dist/npm/floatingactionbutton/models/item-animation.interface.js +0 -6
- package/dist/npm/floatingactionbutton/models/item-click.event.js +0 -6
- package/dist/npm/floatingactionbutton/models/item.interface.js +0 -6
- package/dist/npm/floatingactionbutton/models/offset.js +0 -6
- package/dist/npm/floatingactionbutton/models/position-mode.js +0 -6
- package/dist/npm/floatingactionbutton/templates/dial-item-template.directive.js +0 -28
- package/dist/npm/floatingactionbutton/templates/fab-template.directive.js +0 -28
- package/dist/npm/floatingactionbutton/utils.js +0 -42
- package/dist/npm/focusable/focus.service.js +0 -45
- package/dist/npm/focusable/focusable.directive.js +0 -70
- package/dist/npm/index.js +0 -39
- package/dist/npm/listbutton/button-item-template.directive.js +0 -70
- package/dist/npm/listbutton/list-button.js +0 -242
- package/dist/npm/listbutton/list-item-model.js +0 -6
- package/dist/npm/listbutton/list.component.js +0 -68
- package/dist/npm/listbutton/list.module.js +0 -35
- package/dist/npm/listbutton/popup-settings.js +0 -6
- package/dist/npm/listbutton/template-context.directive.js +0 -42
- package/dist/npm/main.js +0 -45
- package/dist/npm/navigation/key-events.js +0 -15
- package/dist/npm/navigation/navigation-action.js +0 -21
- package/dist/npm/navigation/navigation-config.js +0 -11
- package/dist/npm/navigation/navigation.service.js +0 -116
- package/dist/npm/package-metadata.js +0 -17
- package/dist/npm/preventable-event.js +0 -31
- package/dist/npm/splitbutton/localization/custom-messages.component.js +0 -46
- package/dist/npm/splitbutton/localization/localized-messages.directive.js +0 -37
- package/dist/npm/splitbutton/localization/messages.js +0 -24
- package/dist/npm/splitbutton/splitbutton.component.js +0 -763
- package/dist/npm/splitbutton/splitbutton.module.js +0 -36
- package/dist/npm/util.js +0 -48
- package/dist/systemjs/kendo-angular-buttons.js +0 -5
package/package.json
CHANGED
|
@@ -1,104 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-buttons",
|
|
3
|
+
"version": "7.0.0-next.202111120840",
|
|
3
4
|
"description": "Buttons Package 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",
|
|
19
|
-
"test:watch": "jest --watch",
|
|
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-package": "gulp build-package",
|
|
26
|
-
"semantic-release": "semantic-release pre && semantic-prerelease publish && semantic-release post",
|
|
27
|
-
"ci-semantic-release": "ci-semantic-release"
|
|
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-buttons.git"
|
|
11
|
+
},
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/telerik/kendo-angular"
|
|
28
14
|
},
|
|
29
15
|
"keywords": [
|
|
30
|
-
"Kendo UI",
|
|
31
16
|
"Angular",
|
|
32
|
-
"Progress",
|
|
33
|
-
"Buttons",
|
|
34
17
|
"Button",
|
|
35
|
-
"ButtonGroup"
|
|
18
|
+
"ButtonGroup",
|
|
19
|
+
"Buttons",
|
|
20
|
+
"Kendo UI",
|
|
21
|
+
"Progress"
|
|
36
22
|
],
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"@angular/common": "8 - 12",
|
|
40
|
-
"@angular/core": "8 - 12",
|
|
41
|
-
"@angular/forms": "8 - 12",
|
|
42
|
-
"@progress/kendo-angular-common": "^2.0.0",
|
|
43
|
-
"@progress/kendo-angular-l10n": "^3.0.0",
|
|
44
|
-
"@progress/kendo-angular-popup": "^4.0.0",
|
|
45
|
-
"@progress/kendo-licensing": "^1.0.2",
|
|
46
|
-
"rxjs": "^6.4.0"
|
|
23
|
+
"@progress": {
|
|
24
|
+
"friendlyName": "Buttons"
|
|
47
25
|
},
|
|
48
26
|
"dependencies": {
|
|
49
27
|
"@progress/kendo-schematics": "^1.1.0",
|
|
50
|
-
"tslib": "^
|
|
28
|
+
"tslib": "^2.3.1"
|
|
51
29
|
},
|
|
52
|
-
"
|
|
53
|
-
"@angular
|
|
54
|
-
"@angular
|
|
55
|
-
"@angular/
|
|
56
|
-
"@angular/
|
|
57
|
-
"@angular/compiler": "^8.2.0",
|
|
58
|
-
"@angular/compiler-cli": "^8.2.0",
|
|
59
|
-
"@angular/core": "^8.2.0",
|
|
60
|
-
"@angular/forms": "^8.2.0",
|
|
61
|
-
"@angular/platform-browser": "^8.2.0",
|
|
62
|
-
"@angular/platform-browser-dynamic": "^8.2.0",
|
|
63
|
-
"@angular/platform-server": "^8.2.0",
|
|
64
|
-
"@angular/router": "^8.2.0",
|
|
30
|
+
"peerDependencies": {
|
|
31
|
+
"@angular/animations": "^12.0.0 || ^13.0.0",
|
|
32
|
+
"@angular/common": "^12.0.0 || ^13.0.0",
|
|
33
|
+
"@angular/core": "^12.0.0 || ^13.0.0",
|
|
34
|
+
"@angular/forms": "^12.0.0 || ^13.0.0",
|
|
65
35
|
"@progress/kendo-angular-common": "^2.0.0",
|
|
66
|
-
"@progress/kendo-angular-dropdowns": "latest",
|
|
67
|
-
"@progress/kendo-angular-e2e": "^2.2.0",
|
|
68
|
-
"@progress/kendo-angular-inputs": "^7.1.0-dev.202101071457",
|
|
69
|
-
"@progress/kendo-angular-intl": "^3.0.0",
|
|
70
|
-
"@progress/kendo-angular-jest-preset": "^2.0.0",
|
|
71
36
|
"@progress/kendo-angular-l10n": "^3.0.0",
|
|
72
|
-
"@progress/kendo-angular-layout": "^6.0.0",
|
|
73
|
-
"@progress/kendo-angular-notification": "^3.0.0",
|
|
74
37
|
"@progress/kendo-angular-popup": "^4.0.0",
|
|
75
|
-
"@progress/kendo-angular-progressbar": "^2.0.0",
|
|
76
|
-
"@progress/kendo-angular-tasks": "^18.0.2",
|
|
77
|
-
"@progress/kendo-angular-treeview": "^5.0.0",
|
|
78
|
-
"@progress/kendo-drawing": "^1.0.0",
|
|
79
|
-
"@progress/kendo-e2e": "^0.7.0",
|
|
80
38
|
"@progress/kendo-licensing": "^1.0.2",
|
|
81
|
-
"
|
|
82
|
-
"@progress/kendo-theme-default": "^4.42.0",
|
|
83
|
-
"@progress/kendo-theme-material": "^4.42.0",
|
|
84
|
-
"@telerik/semantic-prerelease": "^1.0.0",
|
|
85
|
-
"@types/jest": "^21.1.8",
|
|
86
|
-
"@types/node": "ts3.4",
|
|
87
|
-
"@types/zone.js": "0.0.27",
|
|
88
|
-
"codelyzer": "^5.0.0",
|
|
89
|
-
"core-js": "^2.2.2",
|
|
90
|
-
"cz-conventional-changelog": "^1.1.5",
|
|
91
|
-
"ghooks": "^1.0.3",
|
|
92
|
-
"gulp": "^4.0.0",
|
|
93
|
-
"jest-cli": "^21.2.1",
|
|
94
|
-
"jest-junit": "^8.0.0",
|
|
95
|
-
"rxjs": "~6.4.0",
|
|
96
|
-
"rxjs-tslint-rules": "^4.23.1",
|
|
97
|
-
"semantic-release": "^6.3.6",
|
|
98
|
-
"tslint": "^5.20.1",
|
|
99
|
-
"typescript": "~3.4.5",
|
|
100
|
-
"validate-commit-msg": "^1.1.1",
|
|
101
|
-
"zone.js": "~0.9.1"
|
|
39
|
+
"rxjs": "^6.5.3 || ^7.0.0"
|
|
102
40
|
},
|
|
103
41
|
"config": {
|
|
104
42
|
"commitizen": {
|
|
@@ -123,27 +61,16 @@
|
|
|
123
61
|
"maxSubjectLength": 100
|
|
124
62
|
}
|
|
125
63
|
},
|
|
126
|
-
"
|
|
127
|
-
"preset": "@progress/kendo-angular-jest-preset"
|
|
128
|
-
},
|
|
129
|
-
"repository": {
|
|
130
|
-
"type": "git",
|
|
131
|
-
"url": "https://github.com/telerik/kendo-angular-buttons.git"
|
|
132
|
-
},
|
|
133
|
-
"bugs": {
|
|
134
|
-
"url": "https://github.com/telerik/kendo-angular"
|
|
135
|
-
},
|
|
136
|
-
"@progress": {
|
|
137
|
-
"friendlyName": "Buttons"
|
|
138
|
-
},
|
|
139
|
-
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
|
|
64
|
+
"schematics": "./schematics/collection.json",
|
|
140
65
|
"release": {
|
|
141
66
|
"debug": false,
|
|
142
67
|
"branchTags": {
|
|
143
|
-
"develop": "dev"
|
|
68
|
+
"develop": "dev",
|
|
69
|
+
"ng12-update": "next"
|
|
144
70
|
},
|
|
145
71
|
"fallbackTags": {
|
|
146
|
-
"dev": "latest"
|
|
72
|
+
"dev": "latest",
|
|
73
|
+
"next": "latest"
|
|
147
74
|
},
|
|
148
75
|
"analyzeCommits": "@telerik/semantic-prerelease/analyzeCommits",
|
|
149
76
|
"generateNotes": "@progress/kendo-angular-tasks/lib/generateNotes",
|
|
@@ -151,9 +78,11 @@
|
|
|
151
78
|
"verifyConditions": "@telerik/semantic-prerelease/verifyConditions",
|
|
152
79
|
"verifyRelease": "@telerik/semantic-prerelease/verifyRelease"
|
|
153
80
|
},
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
81
|
+
"main": "bundles/kendo-angular-buttons.umd.js",
|
|
82
|
+
"module": "fesm2015/kendo-angular-buttons.js",
|
|
83
|
+
"es2015": "fesm2015/kendo-angular-buttons.js",
|
|
84
|
+
"esm2015": "esm2015/kendo-angular-buttons.js",
|
|
85
|
+
"fesm2015": "fesm2015/kendo-angular-buttons.js",
|
|
86
|
+
"typings": "kendo-angular-buttons.d.ts",
|
|
87
|
+
"sideEffects": false
|
|
159
88
|
}
|
|
File without changes
|
|
@@ -1,10 +1,13 @@
|
|
|
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: 'ButtonsModule', package: 'buttons' //package name, e.g grid
|
|
9
|
+
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'ButtonsModule', package: 'buttons' //package name, e.g grid
|
|
6
10
|
});
|
|
7
11
|
return schematics_1.externalSchematic('@progress/kendo-schematics', 'ng-add', finalOptions);
|
|
8
12
|
}
|
|
9
13
|
exports.default = default_1;
|
|
10
|
-
//# 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,eAAe,EAC7B,OAAO,EAAE,SAAS,CAAC,wBAAwB;OAC9C,CAAC;IAEF,OAAO,8BAAiB,CAAC,4BAA4B,EAAE,QAAQ,EAAE,YAAY,CAAC,CAAC;AACnF,CAAC;AARD,4BAQC"}
|
|
@@ -12,6 +12,7 @@ import { FocusService } from './../focusable/focus.service';
|
|
|
12
12
|
import { NavigationService } from './../navigation/navigation.service';
|
|
13
13
|
import { PreventableEvent } from '../preventable-event';
|
|
14
14
|
import { ButtonLook } from '../button-look';
|
|
15
|
+
import * as i0 from "@angular/core";
|
|
15
16
|
/**
|
|
16
17
|
* Represents the Kendo UI SplitButton component for Angular.
|
|
17
18
|
*
|
|
@@ -56,7 +57,6 @@ import { ButtonLook } from '../button-look';
|
|
|
56
57
|
export declare class SplitButtonComponent extends ListButton implements AfterViewInit, OnChanges {
|
|
57
58
|
private popupService;
|
|
58
59
|
private elRef;
|
|
59
|
-
private localization;
|
|
60
60
|
/**
|
|
61
61
|
* Sets the text of the SplitButton.
|
|
62
62
|
*/
|
|
@@ -92,7 +92,8 @@ export declare class SplitButtonComponent extends ListButton implements AfterVie
|
|
|
92
92
|
* When set to `true`, disables a SplitButton item
|
|
93
93
|
* ([see example]({% slug databinding_splitbutton %}#toc-arrays-of-complex-data)).
|
|
94
94
|
*/
|
|
95
|
-
disabled: boolean;
|
|
95
|
+
set disabled(value: boolean);
|
|
96
|
+
get disabled(): boolean;
|
|
96
97
|
/**
|
|
97
98
|
* Configures the popup of the SplitButton.
|
|
98
99
|
*
|
|
@@ -102,7 +103,8 @@ export declare class SplitButtonComponent extends ListButton implements AfterVie
|
|
|
102
103
|
* - `appendTo: "root" | "component" | ViewContainerRef`—Specifies the component to which the popup will be appended.
|
|
103
104
|
* - `align: "left" | "center" | "right"`—Specifies the alignment of the popup.
|
|
104
105
|
*/
|
|
105
|
-
popupSettings: PopupSettings;
|
|
106
|
+
set popupSettings(settings: PopupSettings);
|
|
107
|
+
get popupSettings(): PopupSettings;
|
|
106
108
|
/**
|
|
107
109
|
* Specifies the [`tabIndex`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) of the component.
|
|
108
110
|
*/
|
|
@@ -116,7 +118,8 @@ export declare class SplitButtonComponent extends ListButton implements AfterVie
|
|
|
116
118
|
*
|
|
117
119
|
* > The data has to be provided in an array-like list.
|
|
118
120
|
*/
|
|
119
|
-
data: any;
|
|
121
|
+
set data(data: any);
|
|
122
|
+
get data(): any;
|
|
120
123
|
/**
|
|
121
124
|
* The CSS classes that will be rendered on the main button.
|
|
122
125
|
* Supports the type of values that are supported by [`ngClass`]({{ site.data.urls.angular['ngclassapi'] }}).
|
|
@@ -212,34 +215,36 @@ export declare class SplitButtonComponent extends ListButton implements AfterVie
|
|
|
212
215
|
/**
|
|
213
216
|
* @hidden
|
|
214
217
|
*/
|
|
218
|
+
set openState(open: boolean);
|
|
215
219
|
/**
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
openState: boolean;
|
|
220
|
+
* @hidden
|
|
221
|
+
*/
|
|
222
|
+
get openState(): boolean;
|
|
219
223
|
listId: string;
|
|
220
224
|
/**
|
|
221
225
|
* @hidden
|
|
222
226
|
*/
|
|
223
|
-
|
|
227
|
+
get active(): boolean;
|
|
224
228
|
/**
|
|
225
229
|
* @hidden
|
|
226
230
|
*/
|
|
227
|
-
|
|
231
|
+
get componentTabIndex(): number;
|
|
228
232
|
/**
|
|
229
233
|
* @hidden
|
|
230
234
|
*/
|
|
231
235
|
activeArrow: boolean;
|
|
232
236
|
private buttonText;
|
|
233
237
|
private lockFocus;
|
|
234
|
-
isFocused: boolean;
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
238
|
+
set isFocused(value: boolean);
|
|
239
|
+
get isFocused(): boolean;
|
|
240
|
+
get isFlat(): boolean;
|
|
241
|
+
get isOutline(): boolean;
|
|
242
|
+
get widgetClasses(): boolean;
|
|
243
|
+
get dir(): string;
|
|
239
244
|
/**
|
|
240
245
|
* @hidden
|
|
241
246
|
*/
|
|
242
|
-
|
|
247
|
+
get ariaLabel(): string;
|
|
243
248
|
/**
|
|
244
249
|
* @hidden
|
|
245
250
|
*/
|
|
@@ -295,11 +300,11 @@ export declare class SplitButtonComponent extends ListButton implements AfterVie
|
|
|
295
300
|
/**
|
|
296
301
|
* @hidden
|
|
297
302
|
*/
|
|
298
|
-
|
|
303
|
+
get anchorAlign(): Align;
|
|
299
304
|
/**
|
|
300
305
|
* @hidden
|
|
301
306
|
*/
|
|
302
|
-
|
|
307
|
+
get popupAlign(): Align;
|
|
303
308
|
/**
|
|
304
309
|
* Focuses the SplitButton component.
|
|
305
310
|
*/
|
|
@@ -320,11 +325,13 @@ export declare class SplitButtonComponent extends ListButton implements AfterVie
|
|
|
320
325
|
/**
|
|
321
326
|
* Returns the current open state of the popup.
|
|
322
327
|
*/
|
|
323
|
-
|
|
328
|
+
get isOpen(): boolean;
|
|
324
329
|
protected enterHandler(): void;
|
|
325
330
|
private updateButtonText;
|
|
326
|
-
private
|
|
331
|
+
private get appendTo();
|
|
327
332
|
private _toggle;
|
|
328
333
|
private createPopup;
|
|
329
334
|
private destroyPopup;
|
|
335
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonComponent, never>;
|
|
336
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SplitButtonComponent, "kendo-splitbutton", ["kendoSplitButton"], { "text": "text"; "icon": "icon"; "iconClass": "iconClass"; "type": "type"; "imageUrl": "imageUrl"; "look": "look"; "disabled": "disabled"; "popupSettings": "popupSettings"; "tabIndex": "tabIndex"; "textField": "textField"; "data": "data"; "buttonClass": "buttonClass"; "arrowButtonClass": "arrowButtonClass"; "arrowButtonIcon": "arrowButtonIcon"; }, { "buttonClick": "buttonClick"; "itemClick": "itemClick"; "onFocus": "focus"; "onBlur": "blur"; "open": "open"; "close": "close"; }, ["itemTemplate"], ["*"]>;
|
|
330
337
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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 "./splitbutton.component";
|
|
7
|
+
import * as i2 from "@angular/common";
|
|
8
|
+
import * as i3 from "@progress/kendo-angular-popup";
|
|
9
|
+
import * as i4 from "../button/button.module";
|
|
10
|
+
import * as i5 from "../listbutton/list.module";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*
|
|
14
|
+
* The exported package module.
|
|
15
|
+
*
|
|
16
|
+
* The package exports:
|
|
17
|
+
* - `SplitButtonComponent`—The SplitButtonComponent component class.
|
|
18
|
+
*/
|
|
19
|
+
export declare class SplitButtonModule {
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonModule, never>;
|
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SplitButtonModule, [typeof i1.SplitButtonComponent], [typeof i2.CommonModule, typeof i3.PopupModule, typeof i4.ButtonModule, typeof i5.ListModule], [typeof i1.SplitButtonComponent, typeof i5.ListModule]>;
|
|
22
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SplitButtonModule>;
|
|
23
|
+
}
|
|
@@ -14,7 +14,3 @@ export declare const tick: (f: any) => Promise<any>;
|
|
|
14
14
|
* @hidden
|
|
15
15
|
*/
|
|
16
16
|
export declare function closest(element: any, selector: string): any;
|
|
17
|
-
/**
|
|
18
|
-
* @hidden
|
|
19
|
-
*/
|
|
20
|
-
export declare const replaceMessagePlaceholder: (message: string, name: string, value: string) => string;
|