@progress/kendo-angular-buttons 7.0.1-dev.202201191229 → 7.0.1
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/dist/cdn/js/kendo-angular-buttons.js +1 -1
- package/dist/cdn/main.js +1 -1
- package/dist/es/button/button.directive.js +1 -0
- package/dist/es/dropdownbutton/dropdownbutton.component.js +0 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/splitbutton/splitbutton.component.js +0 -1
- package/dist/es2015/button/button.directive.d.ts +1 -0
- package/dist/es2015/button/button.directive.js +1 -0
- package/dist/es2015/dropdownbutton/dropdownbutton.component.js +0 -1
- package/dist/es2015/index.metadata.json +1 -1
- package/dist/es2015/package-metadata.js +1 -1
- package/dist/es2015/splitbutton/splitbutton.component.js +0 -1
- package/dist/fesm2015/index.js +2 -3
- package/dist/fesm5/index.js +2 -3
- package/dist/npm/button/button.directive.js +1 -0
- package/dist/npm/dropdownbutton/dropdownbutton.component.js +0 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/splitbutton/splitbutton.component.js +0 -1
- package/dist/systemjs/kendo-angular-buttons.js +1 -1
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-buttons',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1642598733,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -244,7 +244,6 @@ let SplitButtonComponent = class SplitButtonComponent extends ListButton {
|
|
|
244
244
|
* * `link`
|
|
245
245
|
*/
|
|
246
246
|
set fillMode(fillMode) {
|
|
247
|
-
// Temporary workaround for missing 'clear' styles
|
|
248
247
|
this._fillMode = fillMode === 'clear' ? 'flat' : fillMode;
|
|
249
248
|
}
|
|
250
249
|
get fillMode() {
|
package/dist/fesm2015/index.js
CHANGED
|
@@ -39,7 +39,7 @@ const packageMetadata = {
|
|
|
39
39
|
name: '@progress/kendo-angular-buttons',
|
|
40
40
|
productName: 'Kendo UI for Angular',
|
|
41
41
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
42
|
-
publishDate:
|
|
42
|
+
publishDate: 1642598733,
|
|
43
43
|
version: '',
|
|
44
44
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
45
45
|
};
|
|
@@ -310,6 +310,7 @@ let ButtonDirective = class ButtonDirective {
|
|
|
310
310
|
* * `'flat'`
|
|
311
311
|
* * `'solid'` (default)
|
|
312
312
|
* * `'outline'`
|
|
313
|
+
* * `'clear'`
|
|
313
314
|
* * `'link'`
|
|
314
315
|
* * `null`
|
|
315
316
|
*/
|
|
@@ -2050,7 +2051,6 @@ let SplitButtonComponent = class SplitButtonComponent extends ListButton {
|
|
|
2050
2051
|
* * `link`
|
|
2051
2052
|
*/
|
|
2052
2053
|
set fillMode(fillMode) {
|
|
2053
|
-
// Temporary workaround for missing 'clear' styles
|
|
2054
2054
|
this._fillMode = fillMode === 'clear' ? 'flat' : fillMode;
|
|
2055
2055
|
}
|
|
2056
2056
|
get fillMode() {
|
|
@@ -2899,7 +2899,6 @@ let DropDownButtonComponent = class DropDownButtonComponent extends ListButton {
|
|
|
2899
2899
|
* * `null`
|
|
2900
2900
|
*/
|
|
2901
2901
|
set fillMode(fillMode) {
|
|
2902
|
-
// Temporary workaround for missing 'clear' styles
|
|
2903
2902
|
this._fillMode = fillMode === 'clear' ? 'flat' : fillMode;
|
|
2904
2903
|
}
|
|
2905
2904
|
get fillMode() {
|
package/dist/fesm5/index.js
CHANGED
|
@@ -37,7 +37,7 @@ var packageMetadata = {
|
|
|
37
37
|
name: '@progress/kendo-angular-buttons',
|
|
38
38
|
productName: 'Kendo UI for Angular',
|
|
39
39
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
40
|
-
publishDate:
|
|
40
|
+
publishDate: 1642598733,
|
|
41
41
|
version: '',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
43
43
|
};
|
|
@@ -356,6 +356,7 @@ var ButtonDirective = /** @class */ (function () {
|
|
|
356
356
|
* * `'flat'`
|
|
357
357
|
* * `'solid'` (default)
|
|
358
358
|
* * `'outline'`
|
|
359
|
+
* * `'clear'`
|
|
359
360
|
* * `'link'`
|
|
360
361
|
* * `null`
|
|
361
362
|
*/
|
|
@@ -2211,7 +2212,6 @@ var SplitButtonComponent = /** @class */ (function (_super) {
|
|
|
2211
2212
|
* * `link`
|
|
2212
2213
|
*/
|
|
2213
2214
|
set: function (fillMode) {
|
|
2214
|
-
// Temporary workaround for missing 'clear' styles
|
|
2215
2215
|
this._fillMode = fillMode === 'clear' ? 'flat' : fillMode;
|
|
2216
2216
|
},
|
|
2217
2217
|
enumerable: true,
|
|
@@ -3089,7 +3089,6 @@ var DropDownButtonComponent = /** @class */ (function (_super) {
|
|
|
3089
3089
|
* * `null`
|
|
3090
3090
|
*/
|
|
3091
3091
|
set: function (fillMode) {
|
|
3092
|
-
// Temporary workaround for missing 'clear' styles
|
|
3093
3092
|
this._fillMode = fillMode === 'clear' ? 'flat' : fillMode;
|
|
3094
3093
|
},
|
|
3095
3094
|
enumerable: true,
|
|
@@ -225,7 +225,6 @@ var DropDownButtonComponent = /** @class */ (function (_super) {
|
|
|
225
225
|
* * `null`
|
|
226
226
|
*/
|
|
227
227
|
set: function (fillMode) {
|
|
228
|
-
// Temporary workaround for missing 'clear' styles
|
|
229
228
|
this._fillMode = fillMode === 'clear' ? 'flat' : fillMode;
|
|
230
229
|
},
|
|
231
230
|
enumerable: true,
|
|
@@ -11,7 +11,7 @@ exports.packageMetadata = {
|
|
|
11
11
|
name: '@progress/kendo-angular-buttons',
|
|
12
12
|
productName: 'Kendo UI for Angular',
|
|
13
13
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
14
|
-
publishDate:
|
|
14
|
+
publishDate: 1642598733,
|
|
15
15
|
version: '',
|
|
16
16
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
17
17
|
};
|
|
@@ -257,7 +257,6 @@ var SplitButtonComponent = /** @class */ (function (_super) {
|
|
|
257
257
|
* * `link`
|
|
258
258
|
*/
|
|
259
259
|
set: function (fillMode) {
|
|
260
|
-
// Temporary workaround for missing 'clear' styles
|
|
261
260
|
this._fillMode = fillMode === 'clear' ? 'flat' : fillMode;
|
|
262
261
|
},
|
|
263
262
|
enumerable: true,
|