@progress/kendo-angular-buttons 6.4.1 → 7.0.0-dev.202201061631

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.
Files changed (82) hide show
  1. package/dist/cdn/js/kendo-angular-buttons.js +2 -2
  2. package/dist/cdn/main.js +1 -1
  3. package/dist/es/button/button.directive.js +239 -89
  4. package/dist/es/button/button.service.js +1 -5
  5. package/dist/es/buttongroup/buttongroup.component.js +1 -53
  6. package/dist/es/chip/chip-list.component.js +54 -7
  7. package/dist/es/chip/chip.component.js +175 -86
  8. package/dist/es/{chip/models/chip-look.js → common/models/fillmode.js} +0 -0
  9. package/dist/es/{chip/models/type.js → common/models/rounded.js} +0 -0
  10. package/dist/{es2015/button-look.js → es/common/models/styling-classes.js} +0 -0
  11. package/dist/es/{button-look.js → common/models.js} +0 -0
  12. package/dist/es/dropdownbutton/dropdownbutton.component.js +74 -33
  13. package/dist/es/floatingactionbutton/dial-item.component.js +1 -1
  14. package/dist/es/floatingactionbutton/floatingactionbutton.component.js +66 -41
  15. package/dist/es/focusable/focusable.directive.js +4 -4
  16. package/dist/es/listbutton/list-button.js +1 -1
  17. package/dist/es/listbutton/list.component.js +20 -1
  18. package/dist/es/package-metadata.js +1 -1
  19. package/dist/es/splitbutton/splitbutton.component.js +62 -29
  20. package/dist/es/util.js +52 -0
  21. package/dist/es2015/button/button.directive.d.ts +85 -22
  22. package/dist/es2015/button/button.directive.js +222 -85
  23. package/dist/es2015/button/button.service.d.ts +1 -4
  24. package/dist/es2015/button/button.service.js +1 -5
  25. package/dist/es2015/buttongroup/buttongroup.component.d.ts +0 -15
  26. package/dist/es2015/buttongroup/buttongroup.component.js +1 -41
  27. package/dist/es2015/chip/chip-list.component.d.ts +19 -3
  28. package/dist/es2015/chip/chip-list.component.js +49 -7
  29. package/dist/es2015/chip/chip.component.d.ts +67 -32
  30. package/dist/es2015/chip/chip.component.js +186 -97
  31. package/dist/es2015/common/models/fillmode.d.ts +12 -0
  32. package/dist/es2015/{chip/models/type.js → common/models/fillmode.js} +0 -0
  33. package/dist/es2015/common/models/rounded.d.ts +12 -0
  34. package/dist/es2015/common/models/rounded.js +4 -0
  35. package/dist/es2015/common/models/shape.d.ts +2 -9
  36. package/dist/es2015/common/models/size.d.ts +9 -6
  37. package/dist/es2015/common/models/styling-classes.d.ts +11 -0
  38. package/dist/es2015/common/models/styling-classes.js +4 -0
  39. package/dist/es2015/common/models/theme-color.d.ts +15 -4
  40. package/dist/es2015/common/models.d.ts +10 -0
  41. package/dist/es2015/{chip/models/chip-look.js → common/models.js} +0 -0
  42. package/dist/es2015/dropdownbutton/dropdownbutton.component.d.ts +58 -7
  43. package/dist/es2015/dropdownbutton/dropdownbutton.component.js +81 -28
  44. package/dist/es2015/floatingactionbutton/dial-item.component.js +1 -1
  45. package/dist/es2015/floatingactionbutton/floatingactionbutton.component.d.ts +28 -21
  46. package/dist/es2015/floatingactionbutton/floatingactionbutton.component.js +62 -42
  47. package/dist/es2015/focusable/focusable.directive.js +4 -4
  48. package/dist/es2015/index.metadata.json +1 -1
  49. package/dist/es2015/listbutton/list-button.js +1 -1
  50. package/dist/es2015/listbutton/list.component.d.ts +3 -0
  51. package/dist/es2015/listbutton/list.component.js +37 -20
  52. package/dist/es2015/main.d.ts +4 -4
  53. package/dist/es2015/package-metadata.js +1 -1
  54. package/dist/es2015/splitbutton/splitbutton.component.d.ts +48 -5
  55. package/dist/es2015/splitbutton/splitbutton.component.js +76 -25
  56. package/dist/es2015/util.d.ts +21 -0
  57. package/dist/es2015/util.js +52 -0
  58. package/dist/fesm2015/index.js +809 -393
  59. package/dist/fesm5/index.js +795 -396
  60. package/dist/npm/button/button.directive.js +239 -89
  61. package/dist/npm/button/button.service.js +0 -4
  62. package/dist/npm/buttongroup/buttongroup.component.js +1 -53
  63. package/dist/npm/chip/chip-list.component.js +52 -5
  64. package/dist/npm/chip/chip.component.js +173 -84
  65. package/dist/npm/{chip/models/chip-look.js → common/models/fillmode.js} +0 -0
  66. package/dist/npm/{chip/models/type.js → common/models/rounded.js} +0 -0
  67. package/dist/npm/common/models/styling-classes.js +6 -0
  68. package/dist/npm/{button-look.js → common/models.js} +0 -0
  69. package/dist/npm/dropdownbutton/dropdownbutton.component.js +74 -33
  70. package/dist/npm/floatingactionbutton/dial-item.component.js +1 -1
  71. package/dist/npm/floatingactionbutton/floatingactionbutton.component.js +66 -41
  72. package/dist/npm/focusable/focusable.directive.js +4 -4
  73. package/dist/npm/listbutton/list-button.js +1 -1
  74. package/dist/npm/listbutton/list.component.js +20 -1
  75. package/dist/npm/package-metadata.js +1 -1
  76. package/dist/npm/splitbutton/splitbutton.component.js +62 -29
  77. package/dist/npm/util.js +52 -0
  78. package/dist/systemjs/kendo-angular-buttons.js +1 -1
  79. package/package.json +12 -9
  80. package/dist/es2015/button-look.d.ts +0 -21
  81. package/dist/es2015/chip/models/chip-look.d.ts +0 -20
  82. package/dist/es2015/chip/models/type.d.ts +0 -21
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Buttons Package for Angular",
4
4
  "author": "Progress",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
- "version": "6.4.1",
6
+ "version": "7.0.0-dev.202201061631",
7
7
  "main": "dist/npm/index.js",
8
8
  "module": "dist/fesm5/index.js",
9
9
  "es2015": "dist/fesm2015/index.js",
@@ -64,25 +64,26 @@
64
64
  "@angular/router": "^8.2.0",
65
65
  "@progress/kendo-angular-common": "^2.0.0",
66
66
  "@progress/kendo-angular-dropdowns": "latest",
67
- "@progress/kendo-angular-e2e": "^2.2.0",
67
+ "@progress/kendo-angular-e2e": "^3.0.0",
68
68
  "@progress/kendo-angular-inputs": "^7.1.0-dev.202101071457",
69
69
  "@progress/kendo-angular-intl": "^3.0.0",
70
70
  "@progress/kendo-angular-jest-preset": "^2.0.0",
71
71
  "@progress/kendo-angular-l10n": "^3.0.0",
72
+ "@progress/kendo-angular-label": "^3.0.0",
72
73
  "@progress/kendo-angular-layout": "^6.0.0",
73
74
  "@progress/kendo-angular-notification": "^3.0.0",
74
75
  "@progress/kendo-angular-popup": "^4.0.0",
75
76
  "@progress/kendo-angular-progressbar": "^2.0.0",
76
- "@progress/kendo-angular-tasks": "^18.0.2",
77
+ "@progress/kendo-angular-tasks": "19.0.2",
77
78
  "@progress/kendo-angular-treeview": "^5.0.0",
78
79
  "@progress/kendo-drawing": "^1.0.0",
79
80
  "@progress/kendo-e2e": "^0.7.0",
80
81
  "@progress/kendo-licensing": "^1.0.2",
81
- "@progress/kendo-theme-bootstrap": "^4.42.0",
82
- "@progress/kendo-theme-default": "^4.42.0",
83
- "@progress/kendo-theme-material": "^4.42.0",
82
+ "@progress/kendo-theme-bootstrap": "next",
83
+ "@progress/kendo-theme-default": "next",
84
+ "@progress/kendo-theme-material": "next",
84
85
  "@telerik/semantic-prerelease": "^1.0.0",
85
- "@types/jest": "^21.1.8",
86
+ "@types/jest": "^21.0.0",
86
87
  "@types/node": "ts3.4",
87
88
  "@types/zone.js": "0.0.27",
88
89
  "codelyzer": "^5.0.0",
@@ -90,11 +91,13 @@
90
91
  "cz-conventional-changelog": "^1.1.5",
91
92
  "ghooks": "^1.0.3",
92
93
  "gulp": "^4.0.0",
93
- "jest-cli": "^21.2.1",
94
- "jest-junit": "^8.0.0",
94
+ "jest": "^21.0.0",
95
+ "jest-cli": "^21.0.0",
96
+ "jest-junit": "^12.2.0",
95
97
  "rxjs": "~6.4.0",
96
98
  "rxjs-tslint-rules": "^4.23.1",
97
99
  "semantic-release": "^6.3.6",
100
+ "ts-jest": "^21.0.0",
98
101
  "tslint": "^5.20.1",
99
102
  "typescript": "~3.4.5",
100
103
  "validate-commit-msg": "^1.1.1",
@@ -1,21 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Enables the modification of the Button appearance
7
- * ([more information and examples]({% slug appearance_button %})).
8
- *
9
- * The available styling options are:
10
- * - `default`
11
- * - `flat`
12
- * - `outline`
13
- *
14
- * @example
15
- * ```ts-no-run
16
- * <button kendo-button look="flat"></button>
17
- * ```
18
- *
19
- * > The Bare Button is now deprecated. To apply identical styling, use the Flat Button.
20
- */
21
- export declare type ButtonLook = 'default' | 'flat' | 'bare' | 'outline';
@@ -1,20 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Sets the Chip appearance.
7
- *
8
- * The available styling options are:
9
- * - `solid` (default)
10
- * - `outline`
11
- * - `filled` (The `filled` option will be deprecated. To apply identical styling, use `solid` instead).
12
- * - `outlined` (The `outlined` option will be deprecated. To apply identical styling, use `outline` instead).
13
- *
14
- * @example
15
- * ```ts-no-run
16
- * <kendo-chip look="outline"></kendo-chip>
17
- * ```
18
- *
19
- */
20
- export declare type ChipLook = 'solid' | 'outline' | 'filled' | 'outlined';
@@ -1,21 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Specifies the Chip type
7
- *
8
- * The possible values are:
9
- * - `none` (default)
10
- * - `success`
11
- * - `error`
12
- * - `warning`
13
- * - `info`
14
- *
15
- * @example
16
- * ```ts-no-run
17
- * <kendo-chip type="success"></kendo-chip>
18
- * ```
19
- *
20
- */
21
- export declare type ChipType = 'none' | 'success' | 'error' | 'warning' | 'info';