@progress/kendo-angular-buttons 7.0.2-dev.202201201235 → 8.0.0-next.202202171054
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 +36 -23
- 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/buttongroup → buttongroup}/buttongroup.component.d.ts +13 -9
- package/{dist/es2015/buttongroup → buttongroup}/buttongroup.module.d.ts +7 -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 +7 -3
- package/{dist/es2015/chip → chip}/chip-remove-event-args.interface.d.ts +0 -0
- package/{dist/es2015/chip → chip}/chip.component.d.ts +20 -13
- package/{dist/es2015/chip → chip}/chip.module.d.ts +7 -0
- package/{dist/es2015/chip → chip}/models/selection.d.ts +0 -0
- package/{dist/es2015/common → common}/models/fillmode.d.ts +0 -0
- package/{dist/es2015/common → common}/models/rounded.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/styling-classes.d.ts +0 -0
- package/{dist/es2015/common → common}/models/theme-color.d.ts +0 -0
- package/{dist/es2015/common → common}/models.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 -16
- package/dropdownbutton/dropdownbutton.module.d.ts +23 -0
- package/{dist/es2015 → esm2015}/button/button.directive.js +92 -153
- package/{dist/es2015 → esm2015}/button/button.module.js +13 -10
- package/{dist/es2015 → esm2015}/button/button.service.js +8 -10
- package/{dist/es → esm2015}/button/selection-settings.js +1 -0
- package/{dist/es2015 → esm2015}/buttongroup/buttongroup.component.js +82 -106
- 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 +58 -70
- package/{dist/es2015 → esm2015}/chip/chip-remove-event-args.interface.js +1 -0
- package/{dist/es2015 → esm2015}/chip/chip.component.js +124 -120
- package/{dist/es2015 → esm2015}/chip/chip.module.js +16 -11
- package/{dist/es → esm2015}/chip/models/selection.js +1 -0
- package/{dist/es → esm2015}/common/models/fillmode.js +1 -0
- package/{dist/es → esm2015}/common/models/rounded.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/styling-classes.js +1 -0
- package/{dist/es → esm2015}/common/models/theme-color.js +1 -0
- package/{dist/es → esm2015}/common/models.js +6 -0
- package/{dist/es → esm2015}/direction.js +1 -0
- package/{dist/es2015 → esm2015}/dropdownbutton/dropdownbutton.component.js +166 -183
- 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 +152 -155
- 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 +136 -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/es → esm2015}/main.js +6 -0
- 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/esm2015/splitbutton/localization/custom-messages.component.js +37 -0
- package/esm2015/splitbutton/localization/localized-messages.directive.js +36 -0
- package/esm2015/splitbutton/localization/messages.js +22 -0
- package/{dist/es2015 → esm2015}/splitbutton/splitbutton.component.js +198 -189
- package/esm2015/splitbutton/splitbutton.module.js +34 -0
- package/{dist/es2015 → esm2015}/util.js +3 -2
- package/{dist/fesm2015/index.js → fesm2015/kendo-angular-buttons.js} +1676 -1689
- 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 +30 -20
- 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 +4 -1
- 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} +6 -0
- 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 +37 -112
- 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}/localization/custom-messages.component.d.ts +4 -1
- package/{dist/es2015/splitbutton → splitbutton}/localization/localized-messages.directive.d.ts +3 -0
- package/{dist/es2015/splitbutton → splitbutton}/localization/messages.d.ts +3 -0
- package/{dist/es2015/splitbutton → splitbutton}/splitbutton.component.d.ts +28 -18
- package/splitbutton/splitbutton.module.d.ts +25 -0
- package/{dist/es2015/util.d.ts → util.d.ts} +0 -0
- 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 -769
- package/dist/es/button/button.module.js +0 -50
- package/dist/es/button/button.service.js +0 -24
- package/dist/es/buttongroup/buttongroup.component.js +0 -353
- 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 -214
- package/dist/es/chip/chip-remove-event-args.interface.js +0 -4
- package/dist/es/chip/chip.component.js +0 -449
- package/dist/es/chip/chip.module.js +0 -55
- package/dist/es/dropdownbutton/dropdownbutton.component.js +0 -704
- 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 -903
- 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 -243
- package/dist/es/listbutton/list.component.js +0 -85
- package/dist/es/listbutton/list.module.js +0 -33
- package/dist/es/listbutton/template-context.directive.js +0 -40
- 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 -830
- package/dist/es/splitbutton/splitbutton.module.js +0 -34
- package/dist/es/util.js +0 -97
- 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/models/selection.js +0 -4
- package/dist/es2015/common/models/fillmode.js +0 -4
- package/dist/es2015/common/models/rounded.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/styling-classes.js +0 -4
- package/dist/es2015/common/models/theme-color.js +0 -4
- package/dist/es2015/common/models.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 -113
- 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/main.js +0 -22
- 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.js +0 -36
- package/dist/es2015/splitbutton/localization/localized-messages.directive.js +0 -31
- 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 -5561
- package/dist/npm/button/button.directive.js +0 -771
- package/dist/npm/button/button.module.js +0 -52
- package/dist/npm/button/button.service.js +0 -26
- package/dist/npm/button/selection-settings.js +0 -6
- package/dist/npm/buttongroup/buttongroup.component.js +0 -355
- 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 -216
- package/dist/npm/chip/chip-remove-event-args.interface.js +0 -6
- package/dist/npm/chip/chip.component.js +0 -451
- package/dist/npm/chip/chip.module.js +0 -57
- package/dist/npm/chip/models/selection.js +0 -6
- package/dist/npm/common/models/fillmode.js +0 -6
- package/dist/npm/common/models/rounded.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/styling-classes.js +0 -6
- package/dist/npm/common/models/theme-color.js +0 -6
- package/dist/npm/common/models.js +0 -6
- package/dist/npm/direction.js +0 -6
- package/dist/npm/dropdownbutton/dropdownbutton.component.js +0 -706
- 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 -905
- 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 -245
- package/dist/npm/listbutton/list-item-model.js +0 -6
- package/dist/npm/listbutton/list.component.js +0 -87
- 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 -832
- package/dist/npm/splitbutton/splitbutton.module.js +0 -36
- package/dist/npm/util.js +0 -100
- package/dist/systemjs/kendo-angular-buttons.js +0 -5
package/package.json
CHANGED
|
@@ -1,108 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-buttons",
|
|
3
|
+
"version": "8.0.0-next.202202171054",
|
|
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 - 13",
|
|
40
|
-
"@angular/core": "8 - 13",
|
|
41
|
-
"@angular/forms": "8 - 13",
|
|
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 || ^7.0.0"
|
|
23
|
+
"@progress": {
|
|
24
|
+
"friendlyName": "Buttons"
|
|
47
25
|
},
|
|
48
26
|
"dependencies": {
|
|
49
27
|
"@progress/kendo-schematics": "^2.0.0",
|
|
50
|
-
"tslib": "^
|
|
28
|
+
"tslib": "^2.3.1"
|
|
51
29
|
},
|
|
52
|
-
"
|
|
53
|
-
"@angular
|
|
54
|
-
"@angular
|
|
55
|
-
"@angular/
|
|
56
|
-
"@angular/
|
|
57
|
-
"@angular
|
|
58
|
-
"@
|
|
59
|
-
"@angular
|
|
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",
|
|
65
|
-
"@progress/kendo-angular-common": "^2.0.0",
|
|
66
|
-
"@progress/kendo-angular-dropdowns": "latest",
|
|
67
|
-
"@progress/kendo-angular-e2e": "^3.0.0",
|
|
68
|
-
"@progress/kendo-angular-indicators": "^1.1.1",
|
|
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.0",
|
|
73
|
-
"@progress/kendo-angular-label": "^3.0.0",
|
|
74
|
-
"@progress/kendo-angular-layout": "^6.0.0",
|
|
75
|
-
"@progress/kendo-angular-notification": "^3.0.0",
|
|
76
|
-
"@progress/kendo-angular-popup": "^4.0.0",
|
|
77
|
-
"@progress/kendo-angular-progressbar": "^2.0.0",
|
|
78
|
-
"@progress/kendo-angular-tasks": "19.0.2",
|
|
79
|
-
"@progress/kendo-angular-treeview": "^5.0.0",
|
|
80
|
-
"@progress/kendo-drawing": "^1.0.0",
|
|
81
|
-
"@progress/kendo-e2e": "^0.7.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",
|
|
35
|
+
"@progress/kendo-angular-common": "next",
|
|
36
|
+
"@progress/kendo-angular-l10n": "next",
|
|
37
|
+
"@progress/kendo-angular-popup": "next",
|
|
82
38
|
"@progress/kendo-licensing": "^1.0.2",
|
|
83
|
-
"
|
|
84
|
-
"@progress/kendo-theme-default": "^5.0.0",
|
|
85
|
-
"@progress/kendo-theme-material": "^5.0.0",
|
|
86
|
-
"@telerik/semantic-prerelease": "^1.0.0",
|
|
87
|
-
"@types/jest": "^21.0.0",
|
|
88
|
-
"@types/node": "ts3.4",
|
|
89
|
-
"@types/zone.js": "0.0.27",
|
|
90
|
-
"codelyzer": "^5.0.0",
|
|
91
|
-
"core-js": "^2.2.2",
|
|
92
|
-
"cz-conventional-changelog": "^1.1.5",
|
|
93
|
-
"ghooks": "^1.0.3",
|
|
94
|
-
"gulp": "^4.0.0",
|
|
95
|
-
"jest": "^21.0.0",
|
|
96
|
-
"jest-cli": "^21.0.0",
|
|
97
|
-
"jest-junit": "^12.2.0",
|
|
98
|
-
"rxjs": "~6.4.0",
|
|
99
|
-
"rxjs-tslint-rules": "^4.23.1",
|
|
100
|
-
"semantic-release": "^6.3.6",
|
|
101
|
-
"ts-jest": "^21.0.0",
|
|
102
|
-
"tslint": "^5.20.1",
|
|
103
|
-
"typescript": "~3.4.5",
|
|
104
|
-
"validate-commit-msg": "^1.1.1",
|
|
105
|
-
"zone.js": "~0.9.1"
|
|
39
|
+
"rxjs": "^6.5.3 || ^7.0.0"
|
|
106
40
|
},
|
|
107
41
|
"config": {
|
|
108
42
|
"commitizen": {
|
|
@@ -127,27 +61,16 @@
|
|
|
127
61
|
"maxSubjectLength": 100
|
|
128
62
|
}
|
|
129
63
|
},
|
|
130
|
-
"
|
|
131
|
-
"preset": "@progress/kendo-angular-jest-preset"
|
|
132
|
-
},
|
|
133
|
-
"repository": {
|
|
134
|
-
"type": "git",
|
|
135
|
-
"url": "https://github.com/telerik/kendo-angular-buttons.git"
|
|
136
|
-
},
|
|
137
|
-
"bugs": {
|
|
138
|
-
"url": "https://github.com/telerik/kendo-angular"
|
|
139
|
-
},
|
|
140
|
-
"@progress": {
|
|
141
|
-
"friendlyName": "Buttons"
|
|
142
|
-
},
|
|
143
|
-
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
|
|
64
|
+
"schematics": "./schematics/collection.json",
|
|
144
65
|
"release": {
|
|
145
66
|
"debug": false,
|
|
146
67
|
"branchTags": {
|
|
147
|
-
"develop": "dev"
|
|
68
|
+
"develop": "dev",
|
|
69
|
+
"ng12-update": "next"
|
|
148
70
|
},
|
|
149
71
|
"fallbackTags": {
|
|
150
|
-
"dev": "latest"
|
|
72
|
+
"dev": "latest",
|
|
73
|
+
"next": "latest"
|
|
151
74
|
},
|
|
152
75
|
"analyzeCommits": "@telerik/semantic-prerelease/analyzeCommits",
|
|
153
76
|
"generateNotes": "@progress/kendo-angular-tasks/lib/generateNotes",
|
|
@@ -155,9 +78,11 @@
|
|
|
155
78
|
"verifyConditions": "@telerik/semantic-prerelease/verifyConditions",
|
|
156
79
|
"verifyRelease": "@telerik/semantic-prerelease/verifyRelease"
|
|
157
80
|
},
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
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
|
|
163
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"}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
6
|
import { Messages } from './messages';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
/**
|
|
8
9
|
* Custom component messages override default component messages
|
|
9
10
|
* ([see example]({% slug rtl_buttons %}).
|
|
@@ -11,5 +12,7 @@ import { Messages } from './messages';
|
|
|
11
12
|
export declare class SplitButtonCustomMessagesComponent extends Messages {
|
|
12
13
|
protected service: LocalizationService;
|
|
13
14
|
constructor(service: LocalizationService);
|
|
14
|
-
protected
|
|
15
|
+
protected get override(): boolean;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonCustomMessagesComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SplitButtonCustomMessagesComponent, "kendo-splitbutton-messages", never, {}, {}, never, never>;
|
|
15
18
|
}
|
package/{dist/es2015/splitbutton → splitbutton}/localization/localized-messages.directive.d.ts
RENAMED
|
@@ -4,10 +4,13 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
6
|
import { Messages } from './messages';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
/**
|
|
8
9
|
* @hidden
|
|
9
10
|
*/
|
|
10
11
|
export declare class LocalizedSplitButtonMessagesDirective extends Messages {
|
|
11
12
|
protected service: LocalizationService;
|
|
12
13
|
constructor(service: LocalizationService);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedSplitButtonMessagesDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedSplitButtonMessagesDirective, "[kendoSplitButtonLocalizedMessages]", never, {}, {}, never>;
|
|
13
16
|
}
|
|
@@ -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 } from '@progress/kendo-angular-l10n';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* @hidden
|
|
8
9
|
*/
|
|
@@ -29,4 +30,6 @@ export declare class Messages extends ComponentMessages {
|
|
|
29
30
|
* ```
|
|
30
31
|
*/
|
|
31
32
|
splitButtonLabel: string;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
|
|
34
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, "kendo-splitbutton-messages-base", never, { "splitButtonLabel": "splitButtonLabel"; }, {}, never>;
|
|
32
35
|
}
|
|
@@ -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 { ButtonFillMode, ButtonRounded, ButtonSize, ButtonThemeColor } from '../common/models';
|
|
15
|
+
import * as i0 from "@angular/core";
|
|
15
16
|
/**
|
|
16
17
|
* Represents the Kendo UI SplitButton component for Angular.
|
|
17
18
|
*
|
|
@@ -103,7 +104,8 @@ export declare class SplitButtonComponent extends ListButton implements AfterVie
|
|
|
103
104
|
* * `'full'`
|
|
104
105
|
* * `null`
|
|
105
106
|
*/
|
|
106
|
-
rounded: ButtonRounded;
|
|
107
|
+
set rounded(rounded: ButtonRounded);
|
|
108
|
+
get rounded(): ButtonRounded;
|
|
107
109
|
/**
|
|
108
110
|
* The fillMode property specifies the background and border styles of the SplitButton
|
|
109
111
|
* ([see example]({% slug api_buttons_splitbuttoncomponent %}#toc-fillMode)).
|
|
@@ -114,7 +116,8 @@ export declare class SplitButtonComponent extends ListButton implements AfterVie
|
|
|
114
116
|
* * `outline`
|
|
115
117
|
* * `link`
|
|
116
118
|
*/
|
|
117
|
-
fillMode: ButtonFillMode;
|
|
119
|
+
set fillMode(fillMode: ButtonFillMode);
|
|
120
|
+
get fillMode(): ButtonFillMode;
|
|
118
121
|
/**
|
|
119
122
|
* The SplitButton allows you to specify predefined theme colors.
|
|
120
123
|
* The theme color will be applied as a background and border color while also amending the text color accordingly
|
|
@@ -138,7 +141,8 @@ export declare class SplitButtonComponent extends ListButton implements AfterVie
|
|
|
138
141
|
* When set to `true`, disables a SplitButton item
|
|
139
142
|
* ([see example]({% slug databinding_splitbutton %}#toc-arrays-of-complex-data)).
|
|
140
143
|
*/
|
|
141
|
-
disabled: boolean;
|
|
144
|
+
set disabled(value: boolean);
|
|
145
|
+
get disabled(): boolean;
|
|
142
146
|
/**
|
|
143
147
|
* Configures the popup of the SplitButton.
|
|
144
148
|
*
|
|
@@ -148,7 +152,8 @@ export declare class SplitButtonComponent extends ListButton implements AfterVie
|
|
|
148
152
|
* - `appendTo: "root" | "component" | ViewContainerRef`—Specifies the component to which the popup will be appended.
|
|
149
153
|
* - `align: "left" | "center" | "right"`—Specifies the alignment of the popup.
|
|
150
154
|
*/
|
|
151
|
-
popupSettings: PopupSettings;
|
|
155
|
+
set popupSettings(settings: PopupSettings);
|
|
156
|
+
get popupSettings(): PopupSettings;
|
|
152
157
|
/**
|
|
153
158
|
* Specifies the [`tabIndex`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) of the component.
|
|
154
159
|
*/
|
|
@@ -162,7 +167,8 @@ export declare class SplitButtonComponent extends ListButton implements AfterVie
|
|
|
162
167
|
*
|
|
163
168
|
* > The data has to be provided in an array-like list.
|
|
164
169
|
*/
|
|
165
|
-
data: any;
|
|
170
|
+
set data(data: any);
|
|
171
|
+
get data(): any;
|
|
166
172
|
/**
|
|
167
173
|
* The CSS classes that will be rendered on the main button.
|
|
168
174
|
* Supports the type of values that are supported by [`ngClass`]({{ site.data.urls.angular['ngclassapi'] }}).
|
|
@@ -263,29 +269,31 @@ export declare class SplitButtonComponent extends ListButton implements AfterVie
|
|
|
263
269
|
/**
|
|
264
270
|
* @hidden
|
|
265
271
|
*/
|
|
272
|
+
set openState(open: boolean);
|
|
266
273
|
/**
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
openState: boolean;
|
|
274
|
+
* @hidden
|
|
275
|
+
*/
|
|
276
|
+
get openState(): boolean;
|
|
270
277
|
/**
|
|
271
278
|
* @hidden
|
|
272
279
|
*/
|
|
273
|
-
|
|
280
|
+
get active(): boolean;
|
|
274
281
|
/**
|
|
275
282
|
* @hidden
|
|
276
283
|
*/
|
|
277
|
-
|
|
284
|
+
get componentTabIndex(): number;
|
|
278
285
|
private buttonText;
|
|
279
286
|
private lockFocus;
|
|
280
287
|
private _rounded;
|
|
281
288
|
private _fillMode;
|
|
282
|
-
isFocused: boolean;
|
|
283
|
-
|
|
284
|
-
|
|
289
|
+
set isFocused(value: boolean);
|
|
290
|
+
get isFocused(): boolean;
|
|
291
|
+
get widgetClasses(): boolean;
|
|
292
|
+
get dir(): string;
|
|
285
293
|
/**
|
|
286
294
|
* @hidden
|
|
287
295
|
*/
|
|
288
|
-
|
|
296
|
+
get ariaLabel(): string;
|
|
289
297
|
/**
|
|
290
298
|
* @hidden
|
|
291
299
|
*/
|
|
@@ -341,11 +349,11 @@ export declare class SplitButtonComponent extends ListButton implements AfterVie
|
|
|
341
349
|
/**
|
|
342
350
|
* @hidden
|
|
343
351
|
*/
|
|
344
|
-
|
|
352
|
+
get anchorAlign(): Align;
|
|
345
353
|
/**
|
|
346
354
|
* @hidden
|
|
347
355
|
*/
|
|
348
|
-
|
|
356
|
+
get popupAlign(): Align;
|
|
349
357
|
/**
|
|
350
358
|
* Focuses the SplitButton component.
|
|
351
359
|
*/
|
|
@@ -366,12 +374,14 @@ export declare class SplitButtonComponent extends ListButton implements AfterVie
|
|
|
366
374
|
/**
|
|
367
375
|
* Returns the current open state of the popup.
|
|
368
376
|
*/
|
|
369
|
-
|
|
377
|
+
get isOpen(): boolean;
|
|
370
378
|
protected enterHandler(): void;
|
|
371
379
|
private updateButtonText;
|
|
372
|
-
private
|
|
380
|
+
private get appendTo();
|
|
373
381
|
private _toggle;
|
|
374
382
|
private createPopup;
|
|
375
383
|
private destroyPopup;
|
|
376
384
|
private handleClasses;
|
|
385
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonComponent, never>;
|
|
386
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SplitButtonComponent, "kendo-splitbutton", ["kendoSplitButton"], { "text": "text"; "icon": "icon"; "iconClass": "iconClass"; "type": "type"; "imageUrl": "imageUrl"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "themeColor": "themeColor"; "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"], ["*"]>;
|
|
377
387
|
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 "./localization/localized-messages.directive";
|
|
8
|
+
import * as i3 from "./localization/custom-messages.component";
|
|
9
|
+
import * as i4 from "@angular/common";
|
|
10
|
+
import * as i5 from "@progress/kendo-angular-popup";
|
|
11
|
+
import * as i6 from "../button/button.module";
|
|
12
|
+
import * as i7 from "../listbutton/list.module";
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*
|
|
16
|
+
* The exported package module.
|
|
17
|
+
*
|
|
18
|
+
* The package exports:
|
|
19
|
+
* - `SplitButtonComponent`—The SplitButtonComponent component class.
|
|
20
|
+
*/
|
|
21
|
+
export declare class SplitButtonModule {
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonModule, never>;
|
|
23
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SplitButtonModule, [typeof i1.SplitButtonComponent, typeof i2.LocalizedSplitButtonMessagesDirective, typeof i3.SplitButtonCustomMessagesComponent], [typeof i4.CommonModule, typeof i5.PopupModule, typeof i6.ButtonModule, typeof i7.ListModule], [typeof i1.SplitButtonComponent, typeof i7.ListModule, typeof i2.LocalizedSplitButtonMessagesDirective, typeof i3.SplitButtonCustomMessagesComponent]>;
|
|
24
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SplitButtonModule>;
|
|
25
|
+
}
|
|
File without changes
|