@progress/kendo-angular-buttons 7.0.1 → 7.0.2-dev.202201201235

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.
@@ -181,7 +181,7 @@ var ButtonDirective = /** @class */ (function () {
181
181
  },
182
182
  /**
183
183
  * The size property specifies the padding of the Button
184
- * ([see example]({% slug appearance_buttondirective %}#toc-size)).
184
+ * ([see example]({% slug appearance_button %}#toc-size)).
185
185
  *
186
186
  * The possible values are:
187
187
  * * `'small'`
@@ -202,7 +202,7 @@ var ButtonDirective = /** @class */ (function () {
202
202
  },
203
203
  /**
204
204
  * The rounded property specifies the border radius of the Button
205
- * ([see example]({% slug appearance_buttondirective %}#toc-rounded)).
205
+ * ([see example]({% slug appearance_button %}#toc-rounded)).
206
206
  *
207
207
  * The possible values are:
208
208
  * * `'small'`
@@ -224,7 +224,7 @@ var ButtonDirective = /** @class */ (function () {
224
224
  },
225
225
  /**
226
226
  * The fillMode property specifies the background and border styles of the Button
227
- * ([see example]({% slug appearance_buttondirective %}#toc-fillMode)).
227
+ * ([see example]({% slug appearance_button %}#toc-fillMode)).
228
228
  *
229
229
  * The possible values are:
230
230
  * * `'flat'`
@@ -248,7 +248,7 @@ var ButtonDirective = /** @class */ (function () {
248
248
  /**
249
249
  * The Button allows you to specify predefined theme colors.
250
250
  * The theme color will be applied as a background and border color while also amending the text color accordingly
251
- * ([see example]({% slug appearance_buttondirective %}#toc-themeColor)).
251
+ * ([see example]({% slug appearance_button %}#toc-themeColor)).
252
252
  *
253
253
  * The possible values are:
254
254
  * * `'base'` (default)
@@ -276,7 +276,7 @@ var ButtonDirective = /** @class */ (function () {
276
276
  },
277
277
  /**
278
278
  * The shape property specifies if the Button will form a rectangle or square.
279
- * ([see example]({% slug appearance_buttondirective %}#toc-shape)).
279
+ * ([see example]({% slug appearance_button %}#toc-shape)).
280
280
  *
281
281
  * The possible values are:
282
282
  * * `'square'`
@@ -9,7 +9,7 @@ export var packageMetadata = {
9
9
  name: '@progress/kendo-angular-buttons',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1642598733,
12
+ publishDate: 1642682008,
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
  };
@@ -55,7 +55,7 @@ export declare class ButtonDirective implements OnDestroy, AfterViewInit {
55
55
  disabled: boolean;
56
56
  /**
57
57
  * The size property specifies the padding of the Button
58
- * ([see example]({% slug appearance_buttondirective %}#toc-size)).
58
+ * ([see example]({% slug appearance_button %}#toc-size)).
59
59
  *
60
60
  * The possible values are:
61
61
  * * `'small'`
@@ -66,7 +66,7 @@ export declare class ButtonDirective implements OnDestroy, AfterViewInit {
66
66
  size: ButtonSize;
67
67
  /**
68
68
  * The rounded property specifies the border radius of the Button
69
- * ([see example]({% slug appearance_buttondirective %}#toc-rounded)).
69
+ * ([see example]({% slug appearance_button %}#toc-rounded)).
70
70
  *
71
71
  * The possible values are:
72
72
  * * `'small'`
@@ -78,7 +78,7 @@ export declare class ButtonDirective implements OnDestroy, AfterViewInit {
78
78
  rounded: ButtonRounded;
79
79
  /**
80
80
  * The fillMode property specifies the background and border styles of the Button
81
- * ([see example]({% slug appearance_buttondirective %}#toc-fillMode)).
81
+ * ([see example]({% slug appearance_button %}#toc-fillMode)).
82
82
  *
83
83
  * The possible values are:
84
84
  * * `'flat'`
@@ -92,7 +92,7 @@ export declare class ButtonDirective implements OnDestroy, AfterViewInit {
92
92
  /**
93
93
  * The Button allows you to specify predefined theme colors.
94
94
  * The theme color will be applied as a background and border color while also amending the text color accordingly
95
- * ([see example]({% slug appearance_buttondirective %}#toc-themeColor)).
95
+ * ([see example]({% slug appearance_button %}#toc-themeColor)).
96
96
  *
97
97
  * The possible values are:
98
98
  * * `'base'` (default)
@@ -110,7 +110,7 @@ export declare class ButtonDirective implements OnDestroy, AfterViewInit {
110
110
  themeColor: ButtonThemeColor;
111
111
  /**
112
112
  * The shape property specifies if the Button will form a rectangle or square.
113
- * ([see example]({% slug appearance_buttondirective %}#toc-shape)).
113
+ * ([see example]({% slug appearance_button %}#toc-shape)).
114
114
  *
115
115
  * The possible values are:
116
116
  * * `'square'`
@@ -143,7 +143,7 @@ let ButtonDirective = class ButtonDirective {
143
143
  }
144
144
  /**
145
145
  * The size property specifies the padding of the Button
146
- * ([see example]({% slug appearance_buttondirective %}#toc-size)).
146
+ * ([see example]({% slug appearance_button %}#toc-size)).
147
147
  *
148
148
  * The possible values are:
149
149
  * * `'small'`
@@ -160,7 +160,7 @@ let ButtonDirective = class ButtonDirective {
160
160
  }
161
161
  /**
162
162
  * The rounded property specifies the border radius of the Button
163
- * ([see example]({% slug appearance_buttondirective %}#toc-rounded)).
163
+ * ([see example]({% slug appearance_button %}#toc-rounded)).
164
164
  *
165
165
  * The possible values are:
166
166
  * * `'small'`
@@ -178,7 +178,7 @@ let ButtonDirective = class ButtonDirective {
178
178
  }
179
179
  /**
180
180
  * The fillMode property specifies the background and border styles of the Button
181
- * ([see example]({% slug appearance_buttondirective %}#toc-fillMode)).
181
+ * ([see example]({% slug appearance_button %}#toc-fillMode)).
182
182
  *
183
183
  * The possible values are:
184
184
  * * `'flat'`
@@ -198,7 +198,7 @@ let ButtonDirective = class ButtonDirective {
198
198
  /**
199
199
  * The Button allows you to specify predefined theme colors.
200
200
  * The theme color will be applied as a background and border color while also amending the text color accordingly
201
- * ([see example]({% slug appearance_buttondirective %}#toc-themeColor)).
201
+ * ([see example]({% slug appearance_button %}#toc-themeColor)).
202
202
  *
203
203
  * The possible values are:
204
204
  * * `'base'` (default)
@@ -222,7 +222,7 @@ let ButtonDirective = class ButtonDirective {
222
222
  }
223
223
  /**
224
224
  * The shape property specifies if the Button will form a rectangle or square.
225
- * ([see example]({% slug appearance_buttondirective %}#toc-shape)).
225
+ * ([see example]({% slug appearance_button %}#toc-shape)).
226
226
  *
227
227
  * The possible values are:
228
228
  * * `'square'`
@@ -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: 1642598733,
12
+ publishDate: 1642682008,
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
  };
@@ -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: 1642598733,
42
+ publishDate: 1642682008,
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
  };
@@ -269,7 +269,7 @@ let ButtonDirective = class ButtonDirective {
269
269
  }
270
270
  /**
271
271
  * The size property specifies the padding of the Button
272
- * ([see example]({% slug appearance_buttondirective %}#toc-size)).
272
+ * ([see example]({% slug appearance_button %}#toc-size)).
273
273
  *
274
274
  * The possible values are:
275
275
  * * `'small'`
@@ -286,7 +286,7 @@ let ButtonDirective = class ButtonDirective {
286
286
  }
287
287
  /**
288
288
  * The rounded property specifies the border radius of the Button
289
- * ([see example]({% slug appearance_buttondirective %}#toc-rounded)).
289
+ * ([see example]({% slug appearance_button %}#toc-rounded)).
290
290
  *
291
291
  * The possible values are:
292
292
  * * `'small'`
@@ -304,7 +304,7 @@ let ButtonDirective = class ButtonDirective {
304
304
  }
305
305
  /**
306
306
  * The fillMode property specifies the background and border styles of the Button
307
- * ([see example]({% slug appearance_buttondirective %}#toc-fillMode)).
307
+ * ([see example]({% slug appearance_button %}#toc-fillMode)).
308
308
  *
309
309
  * The possible values are:
310
310
  * * `'flat'`
@@ -324,7 +324,7 @@ let ButtonDirective = class ButtonDirective {
324
324
  /**
325
325
  * The Button allows you to specify predefined theme colors.
326
326
  * The theme color will be applied as a background and border color while also amending the text color accordingly
327
- * ([see example]({% slug appearance_buttondirective %}#toc-themeColor)).
327
+ * ([see example]({% slug appearance_button %}#toc-themeColor)).
328
328
  *
329
329
  * The possible values are:
330
330
  * * `'base'` (default)
@@ -348,7 +348,7 @@ let ButtonDirective = class ButtonDirective {
348
348
  }
349
349
  /**
350
350
  * The shape property specifies if the Button will form a rectangle or square.
351
- * ([see example]({% slug appearance_buttondirective %}#toc-shape)).
351
+ * ([see example]({% slug appearance_button %}#toc-shape)).
352
352
  *
353
353
  * The possible values are:
354
354
  * * `'square'`
@@ -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: 1642598733,
40
+ publishDate: 1642682008,
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
  };
@@ -307,7 +307,7 @@ var ButtonDirective = /** @class */ (function () {
307
307
  },
308
308
  /**
309
309
  * The size property specifies the padding of the Button
310
- * ([see example]({% slug appearance_buttondirective %}#toc-size)).
310
+ * ([see example]({% slug appearance_button %}#toc-size)).
311
311
  *
312
312
  * The possible values are:
313
313
  * * `'small'`
@@ -328,7 +328,7 @@ var ButtonDirective = /** @class */ (function () {
328
328
  },
329
329
  /**
330
330
  * The rounded property specifies the border radius of the Button
331
- * ([see example]({% slug appearance_buttondirective %}#toc-rounded)).
331
+ * ([see example]({% slug appearance_button %}#toc-rounded)).
332
332
  *
333
333
  * The possible values are:
334
334
  * * `'small'`
@@ -350,7 +350,7 @@ var ButtonDirective = /** @class */ (function () {
350
350
  },
351
351
  /**
352
352
  * The fillMode property specifies the background and border styles of the Button
353
- * ([see example]({% slug appearance_buttondirective %}#toc-fillMode)).
353
+ * ([see example]({% slug appearance_button %}#toc-fillMode)).
354
354
  *
355
355
  * The possible values are:
356
356
  * * `'flat'`
@@ -374,7 +374,7 @@ var ButtonDirective = /** @class */ (function () {
374
374
  /**
375
375
  * The Button allows you to specify predefined theme colors.
376
376
  * The theme color will be applied as a background and border color while also amending the text color accordingly
377
- * ([see example]({% slug appearance_buttondirective %}#toc-themeColor)).
377
+ * ([see example]({% slug appearance_button %}#toc-themeColor)).
378
378
  *
379
379
  * The possible values are:
380
380
  * * `'base'` (default)
@@ -402,7 +402,7 @@ var ButtonDirective = /** @class */ (function () {
402
402
  },
403
403
  /**
404
404
  * The shape property specifies if the Button will form a rectangle or square.
405
- * ([see example]({% slug appearance_buttondirective %}#toc-shape)).
405
+ * ([see example]({% slug appearance_button %}#toc-shape)).
406
406
  *
407
407
  * The possible values are:
408
408
  * * `'square'`
@@ -183,7 +183,7 @@ var ButtonDirective = /** @class */ (function () {
183
183
  },
184
184
  /**
185
185
  * The size property specifies the padding of the Button
186
- * ([see example]({% slug appearance_buttondirective %}#toc-size)).
186
+ * ([see example]({% slug appearance_button %}#toc-size)).
187
187
  *
188
188
  * The possible values are:
189
189
  * * `'small'`
@@ -204,7 +204,7 @@ var ButtonDirective = /** @class */ (function () {
204
204
  },
205
205
  /**
206
206
  * The rounded property specifies the border radius of the Button
207
- * ([see example]({% slug appearance_buttondirective %}#toc-rounded)).
207
+ * ([see example]({% slug appearance_button %}#toc-rounded)).
208
208
  *
209
209
  * The possible values are:
210
210
  * * `'small'`
@@ -226,7 +226,7 @@ var ButtonDirective = /** @class */ (function () {
226
226
  },
227
227
  /**
228
228
  * The fillMode property specifies the background and border styles of the Button
229
- * ([see example]({% slug appearance_buttondirective %}#toc-fillMode)).
229
+ * ([see example]({% slug appearance_button %}#toc-fillMode)).
230
230
  *
231
231
  * The possible values are:
232
232
  * * `'flat'`
@@ -250,7 +250,7 @@ var ButtonDirective = /** @class */ (function () {
250
250
  /**
251
251
  * The Button allows you to specify predefined theme colors.
252
252
  * The theme color will be applied as a background and border color while also amending the text color accordingly
253
- * ([see example]({% slug appearance_buttondirective %}#toc-themeColor)).
253
+ * ([see example]({% slug appearance_button %}#toc-themeColor)).
254
254
  *
255
255
  * The possible values are:
256
256
  * * `'base'` (default)
@@ -278,7 +278,7 @@ var ButtonDirective = /** @class */ (function () {
278
278
  },
279
279
  /**
280
280
  * The shape property specifies if the Button will form a rectangle or square.
281
- * ([see example]({% slug appearance_buttondirective %}#toc-shape)).
281
+ * ([see example]({% slug appearance_button %}#toc-shape)).
282
282
  *
283
283
  * The possible values are:
284
284
  * * `'square'`
@@ -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: 1642598733,
14
+ publishDate: 1642682008,
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
  };