matcha-components 1.0.14 → 1.0.15
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/esm2022/lib/matcha-grid/grid.component.mjs +111 -0
- package/esm2022/lib/matcha-grid/grid.module.mjs +19 -0
- package/esm2022/public-api.mjs +38 -38
- package/fesm2022/matcha-components.mjs +702 -580
- package/fesm2022/matcha-components.mjs.map +1 -1
- package/lib/matcha-grid/grid.component.d.ts +25 -0
- package/lib/matcha-grid/grid.module.d.ts +8 -0
- package/package.json +2 -5
- package/public-api.d.ts +34 -32
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, Input,
|
|
2
|
+
import { Component, Input, NgModule, Directive } from '@angular/core';
|
|
3
3
|
import { CommonModule } from '@angular/common';
|
|
4
4
|
|
|
5
5
|
class MatchaCardComponent {
|
|
@@ -152,557 +152,155 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
152
152
|
class MatchaCardFooter {
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
class
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
160
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-input');
|
|
161
|
-
}
|
|
162
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaInputDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
163
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaInputDirective, selector: "[matcha-input]", ngImport: i0 }); }
|
|
164
|
-
}
|
|
165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaInputDirective, decorators: [{
|
|
166
|
-
type: Directive,
|
|
167
|
-
args: [{
|
|
168
|
-
selector: '[matcha-input]',
|
|
169
|
-
}]
|
|
170
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
171
|
-
|
|
172
|
-
class MatchaTreeDirective {
|
|
173
|
-
constructor(_elementRef, _renderer) {
|
|
174
|
-
this._elementRef = _elementRef;
|
|
175
|
-
this._renderer = _renderer;
|
|
176
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
177
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-tree');
|
|
178
|
-
}
|
|
179
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTreeDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
180
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaTreeDirective, selector: "[matchaTree]", ngImport: i0 }); }
|
|
181
|
-
}
|
|
182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTreeDirective, decorators: [{
|
|
183
|
-
type: Directive,
|
|
184
|
-
args: [{
|
|
185
|
-
selector: '[matchaTree]'
|
|
186
|
-
}]
|
|
187
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
188
|
-
|
|
189
|
-
class MatchaTooltipDirective {
|
|
190
|
-
constructor(_elementRef, _renderer) {
|
|
191
|
-
this._elementRef = _elementRef;
|
|
192
|
-
this._renderer = _renderer;
|
|
193
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
194
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-tooltip');
|
|
195
|
-
}
|
|
196
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTooltipDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
197
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaTooltipDirective, selector: "[matchaTooltip]", ngImport: i0 }); }
|
|
198
|
-
}
|
|
199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTooltipDirective, decorators: [{
|
|
200
|
-
type: Directive,
|
|
201
|
-
args: [{
|
|
202
|
-
selector: '[matchaTooltip]'
|
|
203
|
-
}]
|
|
204
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
205
|
-
|
|
206
|
-
class MatchaTableDirective {
|
|
207
|
-
constructor(_elementRef, _renderer) {
|
|
208
|
-
this._elementRef = _elementRef;
|
|
209
|
-
this._renderer = _renderer;
|
|
210
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
211
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-table');
|
|
212
|
-
}
|
|
213
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
214
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaTableDirective, selector: "[matchaTable]", ngImport: i0 }); }
|
|
215
|
-
}
|
|
216
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTableDirective, decorators: [{
|
|
217
|
-
type: Directive,
|
|
218
|
-
args: [{
|
|
219
|
-
selector: '[matchaTable]'
|
|
220
|
-
}]
|
|
221
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
222
|
-
|
|
223
|
-
class MatchaStepperDirective {
|
|
224
|
-
constructor(_elementRef, _renderer) {
|
|
225
|
-
this._elementRef = _elementRef;
|
|
226
|
-
this._renderer = _renderer;
|
|
227
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
228
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-stepper');
|
|
229
|
-
}
|
|
230
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaStepperDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
231
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaStepperDirective, selector: "[matchaStepper]", ngImport: i0 }); }
|
|
232
|
-
}
|
|
233
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaStepperDirective, decorators: [{
|
|
234
|
-
type: Directive,
|
|
235
|
-
args: [{
|
|
236
|
-
selector: '[matchaStepper]'
|
|
237
|
-
}]
|
|
238
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
239
|
-
|
|
240
|
-
class MatchaSortHeaderDirective {
|
|
241
|
-
constructor(_elementRef, _renderer) {
|
|
242
|
-
this._elementRef = _elementRef;
|
|
243
|
-
this._renderer = _renderer;
|
|
244
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
245
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-sort-header');
|
|
246
|
-
}
|
|
247
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSortHeaderDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
248
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaSortHeaderDirective, selector: "[matchaSortHeader]", ngImport: i0 }); }
|
|
249
|
-
}
|
|
250
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSortHeaderDirective, decorators: [{
|
|
251
|
-
type: Directive,
|
|
252
|
-
args: [{
|
|
253
|
-
selector: '[matchaSortHeader]'
|
|
254
|
-
}]
|
|
255
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
256
|
-
|
|
257
|
-
class MatchaSnackBarDirective {
|
|
258
|
-
constructor(_elementRef, _renderer) {
|
|
259
|
-
this._elementRef = _elementRef;
|
|
260
|
-
this._renderer = _renderer;
|
|
261
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
262
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-snackbar');
|
|
263
|
-
}
|
|
264
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSnackBarDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
265
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaSnackBarDirective, selector: "[matchaSnackBar]", ngImport: i0 }); }
|
|
266
|
-
}
|
|
267
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSnackBarDirective, decorators: [{
|
|
268
|
-
type: Directive,
|
|
269
|
-
args: [{
|
|
270
|
-
selector: '[matchaSnackBar]',
|
|
271
|
-
}]
|
|
272
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
273
|
-
|
|
274
|
-
class MatchaSliderDirective {
|
|
275
|
-
constructor(_elementRef, _renderer) {
|
|
276
|
-
this._elementRef = _elementRef;
|
|
277
|
-
this._renderer = _renderer;
|
|
278
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
279
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-slider');
|
|
280
|
-
}
|
|
281
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSliderDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
282
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaSliderDirective, selector: "[matchaSlider]", ngImport: i0 }); }
|
|
283
|
-
}
|
|
284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSliderDirective, decorators: [{
|
|
285
|
-
type: Directive,
|
|
286
|
-
args: [{
|
|
287
|
-
selector: '[matchaSlider]'
|
|
288
|
-
}]
|
|
289
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
290
|
-
|
|
291
|
-
class MatchaSlideToggleDirective {
|
|
292
|
-
constructor(_elementRef, _renderer) {
|
|
293
|
-
this._elementRef = _elementRef;
|
|
294
|
-
this._renderer = _renderer;
|
|
295
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
296
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-slide-toggle');
|
|
155
|
+
class MatchaGridComponent {
|
|
156
|
+
getStringSplited(inputValue) {
|
|
157
|
+
const stringWithoutSpaces = inputValue.replace(/\s+/g, '');
|
|
158
|
+
return stringWithoutSpaces.split(',');
|
|
297
159
|
}
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
}
|
|
318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSelectDirective, decorators: [{
|
|
319
|
-
type: Directive,
|
|
320
|
-
args: [{
|
|
321
|
-
selector: '[matcha-select]',
|
|
322
|
-
}]
|
|
323
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
324
|
-
|
|
325
|
-
class MatchaRadioButtonDirective {
|
|
326
|
-
constructor(_elementRef, _renderer) {
|
|
327
|
-
this._elementRef = _elementRef;
|
|
328
|
-
this._renderer = _renderer;
|
|
329
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
330
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-radio-button');
|
|
331
|
-
}
|
|
332
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaRadioButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
333
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaRadioButtonDirective, selector: "[matchaRadioButton]", ngImport: i0 }); }
|
|
334
|
-
}
|
|
335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaRadioButtonDirective, decorators: [{
|
|
336
|
-
type: Directive,
|
|
337
|
-
args: [{
|
|
338
|
-
selector: '[matchaRadioButton]'
|
|
339
|
-
}]
|
|
340
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
341
|
-
|
|
342
|
-
class MatchaProgressSpinnerDirective {
|
|
343
|
-
constructor(_elementRef, _renderer) {
|
|
344
|
-
this._elementRef = _elementRef;
|
|
345
|
-
this._renderer = _renderer;
|
|
346
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
347
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-progress-spinner');
|
|
348
|
-
}
|
|
349
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressSpinnerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
350
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaProgressSpinnerDirective, selector: "[matcha-progress-spinner]", ngImport: i0 }); }
|
|
351
|
-
}
|
|
352
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressSpinnerDirective, decorators: [{
|
|
353
|
-
type: Directive,
|
|
354
|
-
args: [{
|
|
355
|
-
selector: '[matcha-progress-spinner]'
|
|
356
|
-
}]
|
|
357
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
358
|
-
|
|
359
|
-
class MatchaProgressBarDirective {
|
|
360
|
-
constructor(_elementRef, _renderer) {
|
|
361
|
-
this._elementRef = _elementRef;
|
|
362
|
-
this._renderer = _renderer;
|
|
363
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
364
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-progress-bar');
|
|
365
|
-
}
|
|
366
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressBarDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
367
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaProgressBarDirective, selector: "[matcha-progress-bar]", ngImport: i0 }); }
|
|
368
|
-
}
|
|
369
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressBarDirective, decorators: [{
|
|
370
|
-
type: Directive,
|
|
371
|
-
args: [{
|
|
372
|
-
selector: '[matcha-progress-bar]'
|
|
373
|
-
}]
|
|
374
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
375
|
-
|
|
376
|
-
class MatchaPaginatorDirective {
|
|
377
|
-
constructor(_elementRef, _renderer) {
|
|
378
|
-
this._elementRef = _elementRef;
|
|
379
|
-
this._renderer = _renderer;
|
|
380
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
381
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-paginator');
|
|
382
|
-
}
|
|
383
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaPaginatorDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
384
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaPaginatorDirective, selector: "[matchaPaginator]", ngImport: i0 }); }
|
|
385
|
-
}
|
|
386
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaPaginatorDirective, decorators: [{
|
|
387
|
-
type: Directive,
|
|
388
|
-
args: [{
|
|
389
|
-
selector: '[matchaPaginator]'
|
|
390
|
-
}]
|
|
391
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
392
|
-
|
|
393
|
-
class MatchaSidenavDirective {
|
|
394
|
-
constructor(_elementRef, _renderer) {
|
|
395
|
-
this._elementRef = _elementRef;
|
|
396
|
-
this._renderer = _renderer;
|
|
397
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
398
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-sidenav');
|
|
399
|
-
}
|
|
400
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSidenavDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
401
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaSidenavDirective, selector: "[matcha-sidenav]", ngImport: i0 }); }
|
|
402
|
-
}
|
|
403
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSidenavDirective, decorators: [{
|
|
404
|
-
type: Directive,
|
|
405
|
-
args: [{
|
|
406
|
-
selector: '[matcha-sidenav]',
|
|
407
|
-
}]
|
|
408
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
409
|
-
|
|
410
|
-
class MatchaMenuDirective {
|
|
411
|
-
constructor(_elementRef, _renderer) {
|
|
412
|
-
this._elementRef = _elementRef;
|
|
413
|
-
this._renderer = _renderer;
|
|
414
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
415
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-menu');
|
|
416
|
-
}
|
|
417
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaMenuDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
418
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaMenuDirective, selector: "[matchaMenu]", ngImport: i0 }); }
|
|
419
|
-
}
|
|
420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaMenuDirective, decorators: [{
|
|
421
|
-
type: Directive,
|
|
422
|
-
args: [{
|
|
423
|
-
selector: '[matchaMenu]'
|
|
424
|
-
}]
|
|
425
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
426
|
-
|
|
427
|
-
class MatchaListDirective {
|
|
428
|
-
constructor(_elementRef, _renderer) {
|
|
429
|
-
this._elementRef = _elementRef;
|
|
430
|
-
this._renderer = _renderer;
|
|
431
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
432
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-list');
|
|
433
|
-
}
|
|
434
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaListDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
435
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaListDirective, selector: "[matchaList]", ngImport: i0 }); }
|
|
436
|
-
}
|
|
437
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaListDirective, decorators: [{
|
|
438
|
-
type: Directive,
|
|
439
|
-
args: [{
|
|
440
|
-
selector: '[matchaList]',
|
|
441
|
-
}]
|
|
442
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
443
|
-
|
|
444
|
-
class MatchaFormFieldDirective {
|
|
445
|
-
constructor(_elementRef, _renderer) {
|
|
446
|
-
this._elementRef = _elementRef;
|
|
447
|
-
this._renderer = _renderer;
|
|
448
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
449
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-form-field');
|
|
450
|
-
}
|
|
451
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaFormFieldDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
452
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaFormFieldDirective, selector: "[matchaFormField]", ngImport: i0 }); }
|
|
453
|
-
}
|
|
454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaFormFieldDirective, decorators: [{
|
|
455
|
-
type: Directive,
|
|
456
|
-
args: [{
|
|
457
|
-
selector: '[matchaFormField]',
|
|
458
|
-
}]
|
|
459
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
460
|
-
|
|
461
|
-
class MatchaExpansionDirective {
|
|
462
|
-
constructor(_elementRef, _renderer) {
|
|
463
|
-
this._elementRef = _elementRef;
|
|
464
|
-
this._renderer = _renderer;
|
|
465
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
466
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-expansion-panel');
|
|
467
|
-
}
|
|
468
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaExpansionDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
469
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaExpansionDirective, selector: "[matchaExpansion]", ngImport: i0 }); }
|
|
470
|
-
}
|
|
471
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaExpansionDirective, decorators: [{
|
|
472
|
-
type: Directive,
|
|
473
|
-
args: [{
|
|
474
|
-
selector: '[matchaExpansion]',
|
|
475
|
-
}]
|
|
476
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
477
|
-
|
|
478
|
-
class MatchaElevationDirective {
|
|
479
|
-
constructor(_elementRef, _renderer) {
|
|
480
|
-
this._elementRef = _elementRef;
|
|
481
|
-
this._renderer = _renderer;
|
|
482
|
-
this.elevation = 0; // Valor padrão para elevação é 0
|
|
483
|
-
}
|
|
484
|
-
ngOnChanges() {
|
|
485
|
-
// Remove qualquer classe de elevação existente
|
|
486
|
-
for (let i = 0; i <= 24; i++) {
|
|
487
|
-
this._renderer.removeClass(this._elementRef.nativeElement, `elevation-z-${i}`);
|
|
160
|
+
getGridClasses(breakpoint, col) {
|
|
161
|
+
const breakpoints = this.getStringSplited(breakpoint);
|
|
162
|
+
const columns = this.getStringSplited(col);
|
|
163
|
+
let breakpointClasses = '';
|
|
164
|
+
for (let i = 0; i < breakpoints.length; i++) {
|
|
165
|
+
if (breakpoints[i] === '' || breakpoints[i] === 'xs') {
|
|
166
|
+
breakpointClasses += `grid-${columns[i]} `;
|
|
167
|
+
}
|
|
168
|
+
if (breakpoints[i] === 'sm' && columns[i] !== undefined) {
|
|
169
|
+
breakpointClasses += `grid-sm-${columns[i]} `;
|
|
170
|
+
}
|
|
171
|
+
if (breakpoints[i] === 'md' && columns[i] !== undefined) {
|
|
172
|
+
breakpointClasses += `grid-md-${columns[i]} `;
|
|
173
|
+
}
|
|
174
|
+
if (breakpoints[i] === 'lg' && columns[i] !== undefined) {
|
|
175
|
+
breakpointClasses += `grid-lg-${columns[i]} `;
|
|
176
|
+
}
|
|
177
|
+
if (breakpoints[i] === 'xl' && columns[i] !== undefined) {
|
|
178
|
+
breakpointClasses += `grid-xl-${columns[i]} `;
|
|
179
|
+
}
|
|
488
180
|
}
|
|
489
|
-
|
|
490
|
-
if (this.elevation >= 1 && this.elevation <= 24) {
|
|
491
|
-
this._renderer.addClass(this._elementRef.nativeElement, `elevation-z-${this.elevation}`);
|
|
492
|
-
}
|
|
493
|
-
else {
|
|
494
|
-
this._renderer.addClass(this._elementRef.nativeElement, `elevation-z-0`);
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaElevationDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
498
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaElevationDirective, selector: "[elevation]", inputs: { elevation: "elevation" }, usesOnChanges: true, ngImport: i0 }); }
|
|
499
|
-
}
|
|
500
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaElevationDirective, decorators: [{
|
|
501
|
-
type: Directive,
|
|
502
|
-
args: [{
|
|
503
|
-
selector: '[elevation]',
|
|
504
|
-
}]
|
|
505
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { elevation: [{
|
|
506
|
-
type: Input,
|
|
507
|
-
args: ['elevation']
|
|
508
|
-
}] } });
|
|
509
|
-
|
|
510
|
-
class MatchaDividerDirective {
|
|
511
|
-
constructor(_elementRef, _renderer) {
|
|
512
|
-
this._elementRef = _elementRef;
|
|
513
|
-
this._renderer = _renderer;
|
|
514
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
515
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-dialog');
|
|
516
|
-
}
|
|
517
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDividerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
518
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaDividerDirective, selector: "[matchaDivider]", ngImport: i0 }); }
|
|
519
|
-
}
|
|
520
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDividerDirective, decorators: [{
|
|
521
|
-
type: Directive,
|
|
522
|
-
args: [{
|
|
523
|
-
selector: '[matchaDivider]'
|
|
524
|
-
}]
|
|
525
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
526
|
-
|
|
527
|
-
class MatchaDialogDirective {
|
|
528
|
-
constructor(_elementRef, _renderer) {
|
|
529
|
-
this._elementRef = _elementRef;
|
|
530
|
-
this._renderer = _renderer;
|
|
531
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
532
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-dialog');
|
|
181
|
+
return breakpointClasses;
|
|
533
182
|
}
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
selector: '[matchaDialog]'
|
|
541
|
-
}]
|
|
542
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
543
|
-
|
|
544
|
-
class MatchaDatepickerDirective {
|
|
545
|
-
constructor(_elementRef, _renderer) {
|
|
546
|
-
this._elementRef = _elementRef;
|
|
547
|
-
this._renderer = _renderer;
|
|
548
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
549
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-datepicker');
|
|
550
|
-
}
|
|
551
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDatepickerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
552
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaDatepickerDirective, selector: "[matcha-datepicker]", ngImport: i0 }); }
|
|
553
|
-
}
|
|
554
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDatepickerDirective, decorators: [{
|
|
555
|
-
type: Directive,
|
|
556
|
-
args: [{
|
|
557
|
-
selector: '[matcha-datepicker]',
|
|
558
|
-
}]
|
|
559
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
560
|
-
|
|
561
|
-
class MatchaChipsDirective {
|
|
562
|
-
constructor(_elementRef, _renderer) {
|
|
563
|
-
this._elementRef = _elementRef;
|
|
564
|
-
this._renderer = _renderer;
|
|
565
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
566
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-chips');
|
|
567
|
-
}
|
|
568
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaChipsDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
569
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaChipsDirective, selector: "[matchaChips]", ngImport: i0 }); }
|
|
570
|
-
}
|
|
571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaChipsDirective, decorators: [{
|
|
572
|
-
type: Directive,
|
|
573
|
-
args: [{
|
|
574
|
-
selector: '[matchaChips]'
|
|
575
|
-
}]
|
|
576
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
577
|
-
|
|
578
|
-
class MatchaCheckboxDirective {
|
|
579
|
-
constructor(_elementRef, _renderer) {
|
|
580
|
-
this._elementRef = _elementRef;
|
|
581
|
-
this._renderer = _renderer;
|
|
582
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
583
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-checkbox');
|
|
183
|
+
setColspanClasses(span, breakpoint) {
|
|
184
|
+
if (span) {
|
|
185
|
+
const spanClasses = this.el.nativeElement.className.split(' ').filter((c) => c.startsWith('colspan-'));
|
|
186
|
+
spanClasses.forEach((c) => this.renderer.removeClass(this.el.nativeElement, c));
|
|
187
|
+
this.renderer.addClass(this.el.nativeElement, `colspan${breakpoint ? '-' + breakpoint : '-sm'}-${span}`);
|
|
188
|
+
}
|
|
584
189
|
}
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
190
|
+
setRowspanClasses(span, breakpoint) {
|
|
191
|
+
if (span) {
|
|
192
|
+
const spanClasses = this.el.nativeElement.className.split(' ').filter((c) => c.startsWith('rowspan-'));
|
|
193
|
+
spanClasses.forEach((c) => this.renderer.removeClass(this.el.nativeElement, c));
|
|
194
|
+
this.renderer.addClass(this.el.nativeElement, `rowspan${breakpoint ? '-' + breakpoint : '-sm'}-${span}`);
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
// public setRowspanClasses(rowspan: string, breakpoint: string): void {
|
|
198
|
+
// const elementsWithRowspanClasses = this.el.nativeElement.className.split(' ').filter((c: string) => c.startsWith('rowspan-'));
|
|
199
|
+
// elementsWithRowspanClasses.forEach((c: string) => this.renderer.removeClass(this.el.nativeElement, c));
|
|
200
|
+
// //função que executa a adição de classe para cada breakpoint
|
|
201
|
+
// const breakpoints = this.getStringSplited(breakpoint);
|
|
202
|
+
// const prefix: string = ' rowspan';
|
|
203
|
+
// const rows = this.getStringSplited(rowspan);
|
|
204
|
+
// let rowspanClasses = '';
|
|
205
|
+
// for (let i = 0; i < rows.length; i++) {
|
|
206
|
+
// rowspanClasses = prefix + rows[i];
|
|
207
|
+
// }
|
|
208
|
+
// this.renderer.addClass(this.el.nativeElement, `${rowspanClasses}`);
|
|
209
|
+
// }
|
|
210
|
+
get classes() {
|
|
211
|
+
this.class = 'teste';
|
|
212
|
+
const breakpoints = this.getGridClasses(this.breakpoint, this.col);
|
|
213
|
+
const activeClasses = `grid-1 ${breakpoints} gap-${this.gap} ${this.loading ? 'loading' : ''}`;
|
|
214
|
+
return activeClasses;
|
|
215
|
+
}
|
|
216
|
+
constructor(el, renderer) {
|
|
217
|
+
this.el = el;
|
|
218
|
+
this.renderer = renderer;
|
|
219
|
+
this.breakpoint = '';
|
|
220
|
+
this.col = '';
|
|
221
|
+
this.gap = '';
|
|
222
|
+
this.class = '';
|
|
223
|
+
this.span = '';
|
|
224
|
+
this.rowspan = '';
|
|
225
|
+
this.colspan = '';
|
|
226
|
+
this.direction = '';
|
|
227
|
+
this.loading = false;
|
|
601
228
|
}
|
|
602
229
|
ngOnInit() {
|
|
603
|
-
this.
|
|
230
|
+
this.setColspanClasses(this.colspan, this.breakpoint);
|
|
231
|
+
this.setRowspanClasses(this.rowspan, this.breakpoint);
|
|
604
232
|
}
|
|
605
233
|
ngOnChanges() {
|
|
606
|
-
this.
|
|
607
|
-
|
|
608
|
-
}
|
|
609
|
-
_setConfig() {
|
|
610
|
-
// Remove todas as classes relacionadas ao tamanho
|
|
611
|
-
['xs', 'sm', 'md', 'lg', 'xl'].forEach((size) => {
|
|
612
|
-
this._renderer.removeClass(this._elementRef.nativeElement, `matcha-button-${size}`);
|
|
613
|
-
});
|
|
614
|
-
// Adicione a classe correspondente ao novo tamanho (se houver)
|
|
615
|
-
if (this.size) {
|
|
616
|
-
this._renderer.addClass(this._elementRef.nativeElement, `matcha-button-${this.size}`);
|
|
617
|
-
}
|
|
618
|
-
if (this.pill) {
|
|
619
|
-
this._renderer.addClass(this._elementRef.nativeElement, `matcha-button-pill`);
|
|
620
|
-
}
|
|
621
|
-
else {
|
|
622
|
-
this._renderer.removeClass(this._elementRef.nativeElement, `matcha-button-pill`);
|
|
623
|
-
}
|
|
234
|
+
this.setColspanClasses(this.colspan, this.breakpoint);
|
|
235
|
+
this.setRowspanClasses(this.rowspan, this.breakpoint);
|
|
624
236
|
}
|
|
625
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type:
|
|
626
|
-
static { this.ɵ
|
|
237
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaGridComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
238
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: MatchaGridComponent, selector: "matcha-grid", inputs: { breakpoint: "breakpoint", col: "col", gap: "gap", class: "class", span: "span", rowspan: "rowspan", colspan: "colspan", direction: "direction", loading: "loading" }, usesOnChanges: true, ngImport: i0, template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n", styles: [""] }); }
|
|
627
239
|
}
|
|
628
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type:
|
|
629
|
-
type:
|
|
630
|
-
args: [{
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
}],
|
|
638
|
-
type: Input
|
|
639
|
-
|
|
240
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaGridComponent, decorators: [{
|
|
241
|
+
type: Component,
|
|
242
|
+
args: [{ selector: 'matcha-grid', template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n" }]
|
|
243
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { breakpoint: [{
|
|
244
|
+
type: Input
|
|
245
|
+
}], col: [{
|
|
246
|
+
type: Input
|
|
247
|
+
}], gap: [{
|
|
248
|
+
type: Input
|
|
249
|
+
}], class: [{
|
|
250
|
+
type: Input
|
|
251
|
+
}], span: [{
|
|
252
|
+
type: Input
|
|
253
|
+
}], rowspan: [{
|
|
254
|
+
type: Input
|
|
255
|
+
}], colspan: [{
|
|
256
|
+
type: Input
|
|
257
|
+
}], direction: [{
|
|
258
|
+
type: Input
|
|
259
|
+
}], loading: [{
|
|
260
|
+
type: Input
|
|
640
261
|
}] } });
|
|
641
262
|
|
|
642
|
-
class
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-button-toggle');
|
|
647
|
-
}
|
|
648
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonToggleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
649
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaButtonToggleDirective, selector: "[matcha-button-toggle]", ngImport: i0 }); }
|
|
650
|
-
}
|
|
651
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonToggleDirective, decorators: [{
|
|
652
|
-
type: Directive,
|
|
653
|
-
args: [{
|
|
654
|
-
selector: '[matcha-button-toggle]'
|
|
655
|
-
}]
|
|
656
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
657
|
-
|
|
658
|
-
class MatchaBottomSheetDirective {
|
|
659
|
-
constructor(_elementRef, _renderer) {
|
|
660
|
-
this._elementRef = _elementRef;
|
|
661
|
-
this._renderer = _renderer;
|
|
662
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
663
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-bottom-sheet');
|
|
664
|
-
}
|
|
665
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaBottomSheetDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
666
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaBottomSheetDirective, selector: "[matcha-bottom-sheet]", ngImport: i0 }); }
|
|
263
|
+
class MatchaCardModule {
|
|
264
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
265
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaCardModule, declarations: [MatchaCardComponent], imports: [CommonModule], exports: [MatchaCardComponent] }); }
|
|
266
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCardModule, imports: [CommonModule] }); }
|
|
667
267
|
}
|
|
668
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type:
|
|
669
|
-
type:
|
|
268
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCardModule, decorators: [{
|
|
269
|
+
type: NgModule,
|
|
670
270
|
args: [{
|
|
671
|
-
|
|
271
|
+
declarations: [MatchaCardComponent],
|
|
272
|
+
imports: [CommonModule],
|
|
273
|
+
exports: [MatchaCardComponent],
|
|
672
274
|
}]
|
|
673
|
-
}]
|
|
275
|
+
}] });
|
|
674
276
|
|
|
675
|
-
class
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
680
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-tabs');
|
|
681
|
-
}
|
|
682
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTabsDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
683
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaTabsDirective, selector: "[matchaTabs]", ngImport: i0 }); }
|
|
277
|
+
class MatchaHeadersModule {
|
|
278
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaHeadersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
279
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaHeadersModule, declarations: [MatchaTitleComponent, MatchaHeadlineComponent, MatchaSubheadComponent], imports: [CommonModule], exports: [MatchaTitleComponent, MatchaHeadlineComponent, MatchaSubheadComponent] }); }
|
|
280
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaHeadersModule, imports: [CommonModule] }); }
|
|
684
281
|
}
|
|
685
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type:
|
|
686
|
-
type:
|
|
282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaHeadersModule, decorators: [{
|
|
283
|
+
type: NgModule,
|
|
687
284
|
args: [{
|
|
688
|
-
|
|
285
|
+
declarations: [MatchaTitleComponent, MatchaHeadlineComponent, MatchaSubheadComponent],
|
|
286
|
+
imports: [CommonModule],
|
|
287
|
+
exports: [MatchaTitleComponent, MatchaHeadlineComponent, MatchaSubheadComponent],
|
|
689
288
|
}]
|
|
690
|
-
}]
|
|
289
|
+
}] });
|
|
691
290
|
|
|
692
|
-
class
|
|
291
|
+
class MatchaAutocompleteDirective {
|
|
693
292
|
constructor(_elementRef, _renderer) {
|
|
694
293
|
this._elementRef = _elementRef;
|
|
695
294
|
this._renderer = _renderer;
|
|
696
|
-
|
|
697
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-badge');
|
|
295
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-autocomplete');
|
|
698
296
|
}
|
|
699
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type:
|
|
700
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type:
|
|
297
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaAutocompleteDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
298
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaAutocompleteDirective, selector: "[matcha-autocomplete]", ngImport: i0 }); }
|
|
701
299
|
}
|
|
702
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type:
|
|
300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaAutocompleteDirective, decorators: [{
|
|
703
301
|
type: Directive,
|
|
704
302
|
args: [{
|
|
705
|
-
selector: '[matcha-
|
|
303
|
+
selector: '[matcha-autocomplete]'
|
|
706
304
|
}]
|
|
707
305
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
708
306
|
|
|
@@ -723,50 +321,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
723
321
|
}]
|
|
724
322
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
725
323
|
|
|
726
|
-
class MatchaAutocompleteDirective {
|
|
727
|
-
constructor(_elementRef, _renderer) {
|
|
728
|
-
this._elementRef = _elementRef;
|
|
729
|
-
this._renderer = _renderer;
|
|
730
|
-
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-autocomplete');
|
|
731
|
-
}
|
|
732
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaAutocompleteDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
733
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaAutocompleteDirective, selector: "[matcha-autocomplete]", ngImport: i0 }); }
|
|
734
|
-
}
|
|
735
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaAutocompleteDirective, decorators: [{
|
|
736
|
-
type: Directive,
|
|
737
|
-
args: [{
|
|
738
|
-
selector: '[matcha-autocomplete]'
|
|
739
|
-
}]
|
|
740
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
741
|
-
|
|
742
|
-
class MatchaCardModule {
|
|
743
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
744
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaCardModule, declarations: [MatchaCardComponent], imports: [CommonModule], exports: [MatchaCardComponent] }); }
|
|
745
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCardModule, imports: [CommonModule] }); }
|
|
746
|
-
}
|
|
747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCardModule, decorators: [{
|
|
748
|
-
type: NgModule,
|
|
749
|
-
args: [{
|
|
750
|
-
declarations: [MatchaCardComponent],
|
|
751
|
-
imports: [CommonModule],
|
|
752
|
-
exports: [MatchaCardComponent],
|
|
753
|
-
}]
|
|
754
|
-
}] });
|
|
755
|
-
|
|
756
|
-
class MatchaHeadersModule {
|
|
757
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaHeadersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
758
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaHeadersModule, declarations: [MatchaTitleComponent, MatchaHeadlineComponent, MatchaSubheadComponent], imports: [CommonModule], exports: [MatchaTitleComponent, MatchaHeadlineComponent, MatchaSubheadComponent] }); }
|
|
759
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaHeadersModule, imports: [CommonModule] }); }
|
|
760
|
-
}
|
|
761
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaHeadersModule, decorators: [{
|
|
762
|
-
type: NgModule,
|
|
763
|
-
args: [{
|
|
764
|
-
declarations: [MatchaTitleComponent, MatchaHeadlineComponent, MatchaSubheadComponent],
|
|
765
|
-
imports: [CommonModule],
|
|
766
|
-
exports: [MatchaTitleComponent, MatchaHeadlineComponent, MatchaSubheadComponent],
|
|
767
|
-
}]
|
|
768
|
-
}] });
|
|
769
|
-
|
|
770
324
|
class MatchaAutocompleteModule {
|
|
771
325
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaAutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
772
326
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaAutocompleteModule, declarations: [MatchaAutocompleteDirective,
|
|
@@ -785,6 +339,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
785
339
|
}]
|
|
786
340
|
}] });
|
|
787
341
|
|
|
342
|
+
class MatchaBadgeDirective {
|
|
343
|
+
constructor(_elementRef, _renderer) {
|
|
344
|
+
this._elementRef = _elementRef;
|
|
345
|
+
this._renderer = _renderer;
|
|
346
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
347
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-badge');
|
|
348
|
+
}
|
|
349
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaBadgeDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
350
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaBadgeDirective, selector: "[matcha-badge]", ngImport: i0 }); }
|
|
351
|
+
}
|
|
352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaBadgeDirective, decorators: [{
|
|
353
|
+
type: Directive,
|
|
354
|
+
args: [{
|
|
355
|
+
selector: '[matcha-badge]',
|
|
356
|
+
}]
|
|
357
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
358
|
+
|
|
788
359
|
class MatchaBadgeModule {
|
|
789
360
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
790
361
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaBadgeModule, declarations: [MatchaBadgeDirective], exports: [MatchaBadgeDirective] }); }
|
|
@@ -799,6 +370,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
799
370
|
}]
|
|
800
371
|
}] });
|
|
801
372
|
|
|
373
|
+
class MatchaTabsDirective {
|
|
374
|
+
constructor(_elementRef, _renderer) {
|
|
375
|
+
this._elementRef = _elementRef;
|
|
376
|
+
this._renderer = _renderer;
|
|
377
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
378
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-tabs');
|
|
379
|
+
}
|
|
380
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTabsDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
381
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaTabsDirective, selector: "[matchaTabs]", ngImport: i0 }); }
|
|
382
|
+
}
|
|
383
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTabsDirective, decorators: [{
|
|
384
|
+
type: Directive,
|
|
385
|
+
args: [{
|
|
386
|
+
selector: '[matchaTabs]'
|
|
387
|
+
}]
|
|
388
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
389
|
+
|
|
802
390
|
class MatchaTabsModule {
|
|
803
391
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
804
392
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaTabsModule, declarations: [MatchaTabsDirective], imports: [CommonModule], exports: [MatchaTabsDirective] }); }
|
|
@@ -813,6 +401,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
813
401
|
}]
|
|
814
402
|
}] });
|
|
815
403
|
|
|
404
|
+
class MatchaBottomSheetDirective {
|
|
405
|
+
constructor(_elementRef, _renderer) {
|
|
406
|
+
this._elementRef = _elementRef;
|
|
407
|
+
this._renderer = _renderer;
|
|
408
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
409
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-bottom-sheet');
|
|
410
|
+
}
|
|
411
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaBottomSheetDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
412
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaBottomSheetDirective, selector: "[matcha-bottom-sheet]", ngImport: i0 }); }
|
|
413
|
+
}
|
|
414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaBottomSheetDirective, decorators: [{
|
|
415
|
+
type: Directive,
|
|
416
|
+
args: [{
|
|
417
|
+
selector: '[matcha-bottom-sheet]'
|
|
418
|
+
}]
|
|
419
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
420
|
+
|
|
816
421
|
class MatchaBottomSheetModule {
|
|
817
422
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaBottomSheetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
818
423
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaBottomSheetModule, declarations: [MatchaBottomSheetDirective], exports: [MatchaBottomSheetDirective] }); }
|
|
@@ -821,11 +426,27 @@ class MatchaBottomSheetModule {
|
|
|
821
426
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaBottomSheetModule, decorators: [{
|
|
822
427
|
type: NgModule,
|
|
823
428
|
args: [{
|
|
824
|
-
declarations: [MatchaBottomSheetDirective],
|
|
825
|
-
imports: [],
|
|
826
|
-
exports: [MatchaBottomSheetDirective],
|
|
429
|
+
declarations: [MatchaBottomSheetDirective],
|
|
430
|
+
imports: [],
|
|
431
|
+
exports: [MatchaBottomSheetDirective],
|
|
432
|
+
}]
|
|
433
|
+
}] });
|
|
434
|
+
|
|
435
|
+
class MatchaButtonToggleDirective {
|
|
436
|
+
constructor(_elementRef, _renderer) {
|
|
437
|
+
this._elementRef = _elementRef;
|
|
438
|
+
this._renderer = _renderer;
|
|
439
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-button-toggle');
|
|
440
|
+
}
|
|
441
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonToggleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
442
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaButtonToggleDirective, selector: "[matcha-button-toggle]", ngImport: i0 }); }
|
|
443
|
+
}
|
|
444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonToggleDirective, decorators: [{
|
|
445
|
+
type: Directive,
|
|
446
|
+
args: [{
|
|
447
|
+
selector: '[matcha-button-toggle]'
|
|
827
448
|
}]
|
|
828
|
-
}] });
|
|
449
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
829
450
|
|
|
830
451
|
class MatchaButtonToggleModule {
|
|
831
452
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
@@ -845,6 +466,53 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
845
466
|
}]
|
|
846
467
|
}] });
|
|
847
468
|
|
|
469
|
+
class MatchaButtonDirective {
|
|
470
|
+
constructor(_elementRef, _renderer) {
|
|
471
|
+
this._elementRef = _elementRef;
|
|
472
|
+
this._renderer = _renderer;
|
|
473
|
+
this.pill = false;
|
|
474
|
+
this.size = null;
|
|
475
|
+
}
|
|
476
|
+
ngOnInit() {
|
|
477
|
+
this._setConfig();
|
|
478
|
+
}
|
|
479
|
+
ngOnChanges() {
|
|
480
|
+
this._setConfig();
|
|
481
|
+
console.log(this.size);
|
|
482
|
+
}
|
|
483
|
+
_setConfig() {
|
|
484
|
+
// Remove todas as classes relacionadas ao tamanho
|
|
485
|
+
['xs', 'sm', 'md', 'lg', 'xl'].forEach((size) => {
|
|
486
|
+
this._renderer.removeClass(this._elementRef.nativeElement, `matcha-button-${size}`);
|
|
487
|
+
});
|
|
488
|
+
// Adicione a classe correspondente ao novo tamanho (se houver)
|
|
489
|
+
if (this.size) {
|
|
490
|
+
this._renderer.addClass(this._elementRef.nativeElement, `matcha-button-${this.size}`);
|
|
491
|
+
}
|
|
492
|
+
if (this.pill) {
|
|
493
|
+
this._renderer.addClass(this._elementRef.nativeElement, `matcha-button-pill`);
|
|
494
|
+
}
|
|
495
|
+
else {
|
|
496
|
+
this._renderer.removeClass(this._elementRef.nativeElement, `matcha-button-pill`);
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
500
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaButtonDirective, selector: "[matcha-button]", inputs: { pill: "pill", size: "size" }, usesOnChanges: true, ngImport: i0 }); }
|
|
501
|
+
}
|
|
502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonDirective, decorators: [{
|
|
503
|
+
type: Directive,
|
|
504
|
+
args: [{
|
|
505
|
+
selector: '[matcha-button]',
|
|
506
|
+
standalone: false,
|
|
507
|
+
}]
|
|
508
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { pill: [{
|
|
509
|
+
type: Input,
|
|
510
|
+
args: ['pill']
|
|
511
|
+
}], size: [{
|
|
512
|
+
type: Input,
|
|
513
|
+
args: ['size']
|
|
514
|
+
}] } });
|
|
515
|
+
|
|
848
516
|
class MatchaButtonModule {
|
|
849
517
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
850
518
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonModule, declarations: [MatchaButtonDirective], exports: [MatchaButtonDirective] }); }
|
|
@@ -859,6 +527,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
859
527
|
}]
|
|
860
528
|
}] });
|
|
861
529
|
|
|
530
|
+
class MatchaCheckboxDirective {
|
|
531
|
+
constructor(_elementRef, _renderer) {
|
|
532
|
+
this._elementRef = _elementRef;
|
|
533
|
+
this._renderer = _renderer;
|
|
534
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
535
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-checkbox');
|
|
536
|
+
}
|
|
537
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCheckboxDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
538
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaCheckboxDirective, selector: "[matcha-checkbox]", ngImport: i0 }); }
|
|
539
|
+
}
|
|
540
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCheckboxDirective, decorators: [{
|
|
541
|
+
type: Directive,
|
|
542
|
+
args: [{
|
|
543
|
+
selector: '[matcha-checkbox]',
|
|
544
|
+
}]
|
|
545
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
546
|
+
|
|
862
547
|
class MatchaCheckboxModule {
|
|
863
548
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
864
549
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaCheckboxModule, declarations: [MatchaCheckboxDirective], exports: [MatchaCheckboxDirective] }); }
|
|
@@ -873,6 +558,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
873
558
|
}]
|
|
874
559
|
}] });
|
|
875
560
|
|
|
561
|
+
class MatchaChipsDirective {
|
|
562
|
+
constructor(_elementRef, _renderer) {
|
|
563
|
+
this._elementRef = _elementRef;
|
|
564
|
+
this._renderer = _renderer;
|
|
565
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
566
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-chips');
|
|
567
|
+
}
|
|
568
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaChipsDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
569
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaChipsDirective, selector: "[matchaChips]", ngImport: i0 }); }
|
|
570
|
+
}
|
|
571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaChipsDirective, decorators: [{
|
|
572
|
+
type: Directive,
|
|
573
|
+
args: [{
|
|
574
|
+
selector: '[matchaChips]'
|
|
575
|
+
}]
|
|
576
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
577
|
+
|
|
876
578
|
class MatchaChipsModule {
|
|
877
579
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaChipsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
878
580
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaChipsModule, declarations: [MatchaChipsDirective], exports: [MatchaChipsDirective] }); }
|
|
@@ -889,6 +591,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
889
591
|
}]
|
|
890
592
|
}] });
|
|
891
593
|
|
|
594
|
+
class MatchaDatepickerDirective {
|
|
595
|
+
constructor(_elementRef, _renderer) {
|
|
596
|
+
this._elementRef = _elementRef;
|
|
597
|
+
this._renderer = _renderer;
|
|
598
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
599
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-datepicker');
|
|
600
|
+
}
|
|
601
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDatepickerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
602
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaDatepickerDirective, selector: "[matcha-datepicker]", ngImport: i0 }); }
|
|
603
|
+
}
|
|
604
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDatepickerDirective, decorators: [{
|
|
605
|
+
type: Directive,
|
|
606
|
+
args: [{
|
|
607
|
+
selector: '[matcha-datepicker]',
|
|
608
|
+
}]
|
|
609
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
610
|
+
|
|
892
611
|
class MatchaDatepickerModule {
|
|
893
612
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDatepickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
894
613
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaDatepickerModule, declarations: [MatchaDatepickerDirective], exports: [MatchaDatepickerDirective] }); }
|
|
@@ -903,6 +622,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
903
622
|
}]
|
|
904
623
|
}] });
|
|
905
624
|
|
|
625
|
+
class MatchaDialogDirective {
|
|
626
|
+
constructor(_elementRef, _renderer) {
|
|
627
|
+
this._elementRef = _elementRef;
|
|
628
|
+
this._renderer = _renderer;
|
|
629
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
630
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-dialog');
|
|
631
|
+
}
|
|
632
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDialogDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
633
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaDialogDirective, selector: "[matchaDialog]", ngImport: i0 }); }
|
|
634
|
+
}
|
|
635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDialogDirective, decorators: [{
|
|
636
|
+
type: Directive,
|
|
637
|
+
args: [{
|
|
638
|
+
selector: '[matchaDialog]'
|
|
639
|
+
}]
|
|
640
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
641
|
+
|
|
906
642
|
class MatchaDialogModule {
|
|
907
643
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
908
644
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaDialogModule, declarations: [MatchaDialogDirective], imports: [CommonModule], exports: [MatchaDialogDirective] }); }
|
|
@@ -921,6 +657,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
921
657
|
}]
|
|
922
658
|
}] });
|
|
923
659
|
|
|
660
|
+
class MatchaDividerDirective {
|
|
661
|
+
constructor(_elementRef, _renderer) {
|
|
662
|
+
this._elementRef = _elementRef;
|
|
663
|
+
this._renderer = _renderer;
|
|
664
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
665
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-dialog');
|
|
666
|
+
}
|
|
667
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDividerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
668
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaDividerDirective, selector: "[matchaDivider]", ngImport: i0 }); }
|
|
669
|
+
}
|
|
670
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDividerDirective, decorators: [{
|
|
671
|
+
type: Directive,
|
|
672
|
+
args: [{
|
|
673
|
+
selector: '[matchaDivider]'
|
|
674
|
+
}]
|
|
675
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
676
|
+
|
|
924
677
|
class MatchaDividerModule {
|
|
925
678
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDividerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
926
679
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaDividerModule, declarations: [MatchaDividerDirective], imports: [CommonModule], exports: [MatchaDividerDirective] }); }
|
|
@@ -935,6 +688,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
935
688
|
}]
|
|
936
689
|
}] });
|
|
937
690
|
|
|
691
|
+
class MatchaElevationDirective {
|
|
692
|
+
constructor(_elementRef, _renderer) {
|
|
693
|
+
this._elementRef = _elementRef;
|
|
694
|
+
this._renderer = _renderer;
|
|
695
|
+
this.elevation = 0; // Valor padrão para elevação é 0
|
|
696
|
+
}
|
|
697
|
+
ngOnChanges() {
|
|
698
|
+
// Remove qualquer classe de elevação existente
|
|
699
|
+
for (let i = 0; i <= 24; i++) {
|
|
700
|
+
this._renderer.removeClass(this._elementRef.nativeElement, `elevation-z-${i}`);
|
|
701
|
+
}
|
|
702
|
+
// Adiciona a classe de elevação correspondente
|
|
703
|
+
if (this.elevation >= 1 && this.elevation <= 24) {
|
|
704
|
+
this._renderer.addClass(this._elementRef.nativeElement, `elevation-z-${this.elevation}`);
|
|
705
|
+
}
|
|
706
|
+
else {
|
|
707
|
+
this._renderer.addClass(this._elementRef.nativeElement, `elevation-z-0`);
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaElevationDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
711
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaElevationDirective, selector: "[elevation]", inputs: { elevation: "elevation" }, usesOnChanges: true, ngImport: i0 }); }
|
|
712
|
+
}
|
|
713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaElevationDirective, decorators: [{
|
|
714
|
+
type: Directive,
|
|
715
|
+
args: [{
|
|
716
|
+
selector: '[elevation]',
|
|
717
|
+
}]
|
|
718
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { elevation: [{
|
|
719
|
+
type: Input,
|
|
720
|
+
args: ['elevation']
|
|
721
|
+
}] } });
|
|
722
|
+
|
|
938
723
|
class MatchaElevationModule {
|
|
939
724
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaElevationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
940
725
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaElevationModule, declarations: [MatchaElevationDirective], imports: [CommonModule], exports: [MatchaElevationDirective] }); }
|
|
@@ -949,6 +734,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
949
734
|
}]
|
|
950
735
|
}] });
|
|
951
736
|
|
|
737
|
+
class MatchaExpansionDirective {
|
|
738
|
+
constructor(_elementRef, _renderer) {
|
|
739
|
+
this._elementRef = _elementRef;
|
|
740
|
+
this._renderer = _renderer;
|
|
741
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
742
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-expansion-panel');
|
|
743
|
+
}
|
|
744
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaExpansionDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
745
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaExpansionDirective, selector: "[matchaExpansion]", ngImport: i0 }); }
|
|
746
|
+
}
|
|
747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaExpansionDirective, decorators: [{
|
|
748
|
+
type: Directive,
|
|
749
|
+
args: [{
|
|
750
|
+
selector: '[matchaExpansion]',
|
|
751
|
+
}]
|
|
752
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
753
|
+
|
|
952
754
|
class MatchaExpansionModule {
|
|
953
755
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaExpansionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
954
756
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaExpansionModule, declarations: [MatchaExpansionDirective], imports: [CommonModule], exports: [MatchaExpansionDirective] }); }
|
|
@@ -963,6 +765,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
963
765
|
}]
|
|
964
766
|
}] });
|
|
965
767
|
|
|
768
|
+
class MatchaFormFieldDirective {
|
|
769
|
+
constructor(_elementRef, _renderer) {
|
|
770
|
+
this._elementRef = _elementRef;
|
|
771
|
+
this._renderer = _renderer;
|
|
772
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
773
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-form-field');
|
|
774
|
+
}
|
|
775
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaFormFieldDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
776
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaFormFieldDirective, selector: "[matchaFormField]", ngImport: i0 }); }
|
|
777
|
+
}
|
|
778
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaFormFieldDirective, decorators: [{
|
|
779
|
+
type: Directive,
|
|
780
|
+
args: [{
|
|
781
|
+
selector: '[matchaFormField]',
|
|
782
|
+
}]
|
|
783
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
784
|
+
|
|
966
785
|
class MatchaFormsModule {
|
|
967
786
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
968
787
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaFormsModule, declarations: [MatchaFormFieldDirective], imports: [CommonModule], exports: [MatchaFormFieldDirective] }); }
|
|
@@ -991,6 +810,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
991
810
|
}]
|
|
992
811
|
}] });
|
|
993
812
|
|
|
813
|
+
class MatchaInputDirective {
|
|
814
|
+
constructor(_elementRef, _renderer) {
|
|
815
|
+
this._elementRef = _elementRef;
|
|
816
|
+
this._renderer = _renderer;
|
|
817
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
818
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-input');
|
|
819
|
+
}
|
|
820
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaInputDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
821
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaInputDirective, selector: "[matcha-input]", ngImport: i0 }); }
|
|
822
|
+
}
|
|
823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaInputDirective, decorators: [{
|
|
824
|
+
type: Directive,
|
|
825
|
+
args: [{
|
|
826
|
+
selector: '[matcha-input]',
|
|
827
|
+
}]
|
|
828
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
829
|
+
|
|
994
830
|
class MatchaInputModule {
|
|
995
831
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
996
832
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaInputModule, declarations: [MatchaInputDirective], exports: [MatchaInputDirective] }); }
|
|
@@ -1005,19 +841,53 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1005
841
|
}]
|
|
1006
842
|
}] });
|
|
1007
843
|
|
|
844
|
+
class MatchaListDirective {
|
|
845
|
+
constructor(_elementRef, _renderer) {
|
|
846
|
+
this._elementRef = _elementRef;
|
|
847
|
+
this._renderer = _renderer;
|
|
848
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
849
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-list');
|
|
850
|
+
}
|
|
851
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaListDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
852
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaListDirective, selector: "[matchaList]", ngImport: i0 }); }
|
|
853
|
+
}
|
|
854
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaListDirective, decorators: [{
|
|
855
|
+
type: Directive,
|
|
856
|
+
args: [{
|
|
857
|
+
selector: '[matchaList]',
|
|
858
|
+
}]
|
|
859
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
860
|
+
|
|
1008
861
|
class MatchaListModule {
|
|
1009
862
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1010
863
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaListModule, declarations: [MatchaListDirective], imports: [CommonModule], exports: [MatchaListDirective] }); }
|
|
1011
864
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaListModule, imports: [CommonModule] }); }
|
|
1012
865
|
}
|
|
1013
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaListModule, decorators: [{
|
|
1014
|
-
type: NgModule,
|
|
866
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaListModule, decorators: [{
|
|
867
|
+
type: NgModule,
|
|
868
|
+
args: [{
|
|
869
|
+
declarations: [MatchaListDirective],
|
|
870
|
+
imports: [CommonModule],
|
|
871
|
+
exports: [MatchaListDirective],
|
|
872
|
+
}]
|
|
873
|
+
}] });
|
|
874
|
+
|
|
875
|
+
class MatchaMenuDirective {
|
|
876
|
+
constructor(_elementRef, _renderer) {
|
|
877
|
+
this._elementRef = _elementRef;
|
|
878
|
+
this._renderer = _renderer;
|
|
879
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
880
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-menu');
|
|
881
|
+
}
|
|
882
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaMenuDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
883
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaMenuDirective, selector: "[matchaMenu]", ngImport: i0 }); }
|
|
884
|
+
}
|
|
885
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaMenuDirective, decorators: [{
|
|
886
|
+
type: Directive,
|
|
1015
887
|
args: [{
|
|
1016
|
-
|
|
1017
|
-
imports: [CommonModule],
|
|
1018
|
-
exports: [MatchaListDirective],
|
|
888
|
+
selector: '[matchaMenu]'
|
|
1019
889
|
}]
|
|
1020
|
-
}] });
|
|
890
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
1021
891
|
|
|
1022
892
|
class MatchaMenuModule {
|
|
1023
893
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
@@ -1033,6 +903,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1033
903
|
}]
|
|
1034
904
|
}] });
|
|
1035
905
|
|
|
906
|
+
class MatchaSidenavDirective {
|
|
907
|
+
constructor(_elementRef, _renderer) {
|
|
908
|
+
this._elementRef = _elementRef;
|
|
909
|
+
this._renderer = _renderer;
|
|
910
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
911
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-sidenav');
|
|
912
|
+
}
|
|
913
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSidenavDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
914
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaSidenavDirective, selector: "[matcha-sidenav]", ngImport: i0 }); }
|
|
915
|
+
}
|
|
916
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSidenavDirective, decorators: [{
|
|
917
|
+
type: Directive,
|
|
918
|
+
args: [{
|
|
919
|
+
selector: '[matcha-sidenav]',
|
|
920
|
+
}]
|
|
921
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
922
|
+
|
|
1036
923
|
class MatchaSidenavModule {
|
|
1037
924
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSidenavModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1038
925
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaSidenavModule, declarations: [MatchaSidenavDirective], imports: [CommonModule], exports: [MatchaSidenavDirective] }); }
|
|
@@ -1047,6 +934,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1047
934
|
}]
|
|
1048
935
|
}] });
|
|
1049
936
|
|
|
937
|
+
class MatchaPaginatorDirective {
|
|
938
|
+
constructor(_elementRef, _renderer) {
|
|
939
|
+
this._elementRef = _elementRef;
|
|
940
|
+
this._renderer = _renderer;
|
|
941
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
942
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-paginator');
|
|
943
|
+
}
|
|
944
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaPaginatorDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
945
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaPaginatorDirective, selector: "[matchaPaginator]", ngImport: i0 }); }
|
|
946
|
+
}
|
|
947
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaPaginatorDirective, decorators: [{
|
|
948
|
+
type: Directive,
|
|
949
|
+
args: [{
|
|
950
|
+
selector: '[matchaPaginator]'
|
|
951
|
+
}]
|
|
952
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
953
|
+
|
|
1050
954
|
class MatchaPaginatorModule {
|
|
1051
955
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaPaginatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1052
956
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaPaginatorModule, declarations: [MatchaPaginatorDirective], imports: [CommonModule], exports: [MatchaPaginatorDirective] }); }
|
|
@@ -1061,6 +965,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1061
965
|
}]
|
|
1062
966
|
}] });
|
|
1063
967
|
|
|
968
|
+
class MatchaProgressBarDirective {
|
|
969
|
+
constructor(_elementRef, _renderer) {
|
|
970
|
+
this._elementRef = _elementRef;
|
|
971
|
+
this._renderer = _renderer;
|
|
972
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
973
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-progress-bar');
|
|
974
|
+
}
|
|
975
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressBarDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
976
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaProgressBarDirective, selector: "[matcha-progress-bar]", ngImport: i0 }); }
|
|
977
|
+
}
|
|
978
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressBarDirective, decorators: [{
|
|
979
|
+
type: Directive,
|
|
980
|
+
args: [{
|
|
981
|
+
selector: '[matcha-progress-bar]'
|
|
982
|
+
}]
|
|
983
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
984
|
+
|
|
1064
985
|
class MatchaProgressBarModule {
|
|
1065
986
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1066
987
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressBarModule, declarations: [MatchaProgressBarDirective], imports: [CommonModule], exports: [MatchaProgressBarDirective] }); }
|
|
@@ -1079,6 +1000,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1079
1000
|
}]
|
|
1080
1001
|
}] });
|
|
1081
1002
|
|
|
1003
|
+
class MatchaProgressSpinnerDirective {
|
|
1004
|
+
constructor(_elementRef, _renderer) {
|
|
1005
|
+
this._elementRef = _elementRef;
|
|
1006
|
+
this._renderer = _renderer;
|
|
1007
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1008
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-progress-spinner');
|
|
1009
|
+
}
|
|
1010
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressSpinnerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1011
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaProgressSpinnerDirective, selector: "[matcha-progress-spinner]", ngImport: i0 }); }
|
|
1012
|
+
}
|
|
1013
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressSpinnerDirective, decorators: [{
|
|
1014
|
+
type: Directive,
|
|
1015
|
+
args: [{
|
|
1016
|
+
selector: '[matcha-progress-spinner]'
|
|
1017
|
+
}]
|
|
1018
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
1019
|
+
|
|
1082
1020
|
class MatchaProgressSpinnerModule {
|
|
1083
1021
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1084
1022
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressSpinnerModule, declarations: [MatchaProgressSpinnerDirective], imports: [CommonModule], exports: [MatchaProgressSpinnerDirective] }); }
|
|
@@ -1097,6 +1035,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1097
1035
|
}]
|
|
1098
1036
|
}] });
|
|
1099
1037
|
|
|
1038
|
+
class MatchaRadioButtonDirective {
|
|
1039
|
+
constructor(_elementRef, _renderer) {
|
|
1040
|
+
this._elementRef = _elementRef;
|
|
1041
|
+
this._renderer = _renderer;
|
|
1042
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1043
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-radio-button');
|
|
1044
|
+
}
|
|
1045
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaRadioButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1046
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaRadioButtonDirective, selector: "[matchaRadioButton]", ngImport: i0 }); }
|
|
1047
|
+
}
|
|
1048
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaRadioButtonDirective, decorators: [{
|
|
1049
|
+
type: Directive,
|
|
1050
|
+
args: [{
|
|
1051
|
+
selector: '[matchaRadioButton]'
|
|
1052
|
+
}]
|
|
1053
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
1054
|
+
|
|
1100
1055
|
class MatchaRadioButtonModule {
|
|
1101
1056
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaRadioButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1102
1057
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaRadioButtonModule, declarations: [MatchaRadioButtonDirective], imports: [CommonModule], exports: [MatchaRadioButtonDirective] }); }
|
|
@@ -1113,6 +1068,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1113
1068
|
}]
|
|
1114
1069
|
}] });
|
|
1115
1070
|
|
|
1071
|
+
class MatchaSelectDirective {
|
|
1072
|
+
constructor(_elementRef, _renderer) {
|
|
1073
|
+
this._elementRef = _elementRef;
|
|
1074
|
+
this._renderer = _renderer;
|
|
1075
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1076
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-select');
|
|
1077
|
+
}
|
|
1078
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSelectDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1079
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaSelectDirective, selector: "[matcha-select]", ngImport: i0 }); }
|
|
1080
|
+
}
|
|
1081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSelectDirective, decorators: [{
|
|
1082
|
+
type: Directive,
|
|
1083
|
+
args: [{
|
|
1084
|
+
selector: '[matcha-select]',
|
|
1085
|
+
}]
|
|
1086
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
1087
|
+
|
|
1116
1088
|
class MatchaSelectModule {
|
|
1117
1089
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1118
1090
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaSelectModule, declarations: [MatchaSelectDirective], imports: [CommonModule], exports: [MatchaSelectDirective] }); }
|
|
@@ -1127,6 +1099,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1127
1099
|
}]
|
|
1128
1100
|
}] });
|
|
1129
1101
|
|
|
1102
|
+
class MatchaSlideToggleDirective {
|
|
1103
|
+
constructor(_elementRef, _renderer) {
|
|
1104
|
+
this._elementRef = _elementRef;
|
|
1105
|
+
this._renderer = _renderer;
|
|
1106
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1107
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-slide-toggle');
|
|
1108
|
+
}
|
|
1109
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSlideToggleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1110
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaSlideToggleDirective, selector: "[slide-toggle]", ngImport: i0 }); }
|
|
1111
|
+
}
|
|
1112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSlideToggleDirective, decorators: [{
|
|
1113
|
+
type: Directive,
|
|
1114
|
+
args: [{
|
|
1115
|
+
selector: '[slide-toggle]'
|
|
1116
|
+
}]
|
|
1117
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
1118
|
+
|
|
1130
1119
|
class MatchaSlideToggleModule {
|
|
1131
1120
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSlideToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1132
1121
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaSlideToggleModule, declarations: [MatchaSlideToggleDirective], imports: [CommonModule], exports: [MatchaSlideToggleDirective] }); }
|
|
@@ -1143,6 +1132,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1143
1132
|
}]
|
|
1144
1133
|
}] });
|
|
1145
1134
|
|
|
1135
|
+
class MatchaSliderDirective {
|
|
1136
|
+
constructor(_elementRef, _renderer) {
|
|
1137
|
+
this._elementRef = _elementRef;
|
|
1138
|
+
this._renderer = _renderer;
|
|
1139
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1140
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-slider');
|
|
1141
|
+
}
|
|
1142
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSliderDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1143
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaSliderDirective, selector: "[matchaSlider]", ngImport: i0 }); }
|
|
1144
|
+
}
|
|
1145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSliderDirective, decorators: [{
|
|
1146
|
+
type: Directive,
|
|
1147
|
+
args: [{
|
|
1148
|
+
selector: '[matchaSlider]'
|
|
1149
|
+
}]
|
|
1150
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
1151
|
+
|
|
1146
1152
|
class MatchaSliderModule {
|
|
1147
1153
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1148
1154
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaSliderModule, declarations: [MatchaSliderDirective], imports: [CommonModule], exports: [MatchaSliderDirective] }); }
|
|
@@ -1159,6 +1165,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1159
1165
|
}]
|
|
1160
1166
|
}] });
|
|
1161
1167
|
|
|
1168
|
+
class MatchaSnackBarDirective {
|
|
1169
|
+
constructor(_elementRef, _renderer) {
|
|
1170
|
+
this._elementRef = _elementRef;
|
|
1171
|
+
this._renderer = _renderer;
|
|
1172
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1173
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-snackbar');
|
|
1174
|
+
}
|
|
1175
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSnackBarDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1176
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaSnackBarDirective, selector: "[matchaSnackBar]", ngImport: i0 }); }
|
|
1177
|
+
}
|
|
1178
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSnackBarDirective, decorators: [{
|
|
1179
|
+
type: Directive,
|
|
1180
|
+
args: [{
|
|
1181
|
+
selector: '[matchaSnackBar]',
|
|
1182
|
+
}]
|
|
1183
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
1184
|
+
|
|
1162
1185
|
class MatchaSnackBarModule {
|
|
1163
1186
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSnackBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1164
1187
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaSnackBarModule, declarations: [MatchaSnackBarDirective], imports: [CommonModule], exports: [MatchaSnackBarDirective] }); }
|
|
@@ -1173,6 +1196,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1173
1196
|
}]
|
|
1174
1197
|
}] });
|
|
1175
1198
|
|
|
1199
|
+
class MatchaSortHeaderDirective {
|
|
1200
|
+
constructor(_elementRef, _renderer) {
|
|
1201
|
+
this._elementRef = _elementRef;
|
|
1202
|
+
this._renderer = _renderer;
|
|
1203
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1204
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-sort-header');
|
|
1205
|
+
}
|
|
1206
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSortHeaderDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1207
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaSortHeaderDirective, selector: "[matchaSortHeader]", ngImport: i0 }); }
|
|
1208
|
+
}
|
|
1209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSortHeaderDirective, decorators: [{
|
|
1210
|
+
type: Directive,
|
|
1211
|
+
args: [{
|
|
1212
|
+
selector: '[matchaSortHeader]'
|
|
1213
|
+
}]
|
|
1214
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
1215
|
+
|
|
1176
1216
|
class MatchaSortHeaderModule {
|
|
1177
1217
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSortHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1178
1218
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaSortHeaderModule, declarations: [MatchaSortHeaderDirective], imports: [CommonModule], exports: [MatchaSortHeaderDirective] }); }
|
|
@@ -1187,6 +1227,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1187
1227
|
}]
|
|
1188
1228
|
}] });
|
|
1189
1229
|
|
|
1230
|
+
class MatchaStepperDirective {
|
|
1231
|
+
constructor(_elementRef, _renderer) {
|
|
1232
|
+
this._elementRef = _elementRef;
|
|
1233
|
+
this._renderer = _renderer;
|
|
1234
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1235
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-stepper');
|
|
1236
|
+
}
|
|
1237
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaStepperDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1238
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaStepperDirective, selector: "[matchaStepper]", ngImport: i0 }); }
|
|
1239
|
+
}
|
|
1240
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaStepperDirective, decorators: [{
|
|
1241
|
+
type: Directive,
|
|
1242
|
+
args: [{
|
|
1243
|
+
selector: '[matchaStepper]'
|
|
1244
|
+
}]
|
|
1245
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
1246
|
+
|
|
1190
1247
|
class MatchaStepperModule {
|
|
1191
1248
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1192
1249
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaStepperModule, declarations: [MatchaStepperDirective], imports: [CommonModule], exports: [MatchaStepperDirective] }); }
|
|
@@ -1201,6 +1258,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1201
1258
|
}]
|
|
1202
1259
|
}] });
|
|
1203
1260
|
|
|
1261
|
+
class MatchaTableDirective {
|
|
1262
|
+
constructor(_elementRef, _renderer) {
|
|
1263
|
+
this._elementRef = _elementRef;
|
|
1264
|
+
this._renderer = _renderer;
|
|
1265
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1266
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-table');
|
|
1267
|
+
}
|
|
1268
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1269
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaTableDirective, selector: "[matchaTable]", ngImport: i0 }); }
|
|
1270
|
+
}
|
|
1271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTableDirective, decorators: [{
|
|
1272
|
+
type: Directive,
|
|
1273
|
+
args: [{
|
|
1274
|
+
selector: '[matchaTable]'
|
|
1275
|
+
}]
|
|
1276
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
1277
|
+
|
|
1204
1278
|
class MatchaTableModule {
|
|
1205
1279
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1206
1280
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaTableModule, declarations: [MatchaTableDirective], imports: [CommonModule], exports: [MatchaTableDirective] }); }
|
|
@@ -1215,6 +1289,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1215
1289
|
}]
|
|
1216
1290
|
}] });
|
|
1217
1291
|
|
|
1292
|
+
class MatchaTooltipDirective {
|
|
1293
|
+
constructor(_elementRef, _renderer) {
|
|
1294
|
+
this._elementRef = _elementRef;
|
|
1295
|
+
this._renderer = _renderer;
|
|
1296
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1297
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-tooltip');
|
|
1298
|
+
}
|
|
1299
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTooltipDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1300
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaTooltipDirective, selector: "[matchaTooltip]", ngImport: i0 }); }
|
|
1301
|
+
}
|
|
1302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTooltipDirective, decorators: [{
|
|
1303
|
+
type: Directive,
|
|
1304
|
+
args: [{
|
|
1305
|
+
selector: '[matchaTooltip]'
|
|
1306
|
+
}]
|
|
1307
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
1308
|
+
|
|
1218
1309
|
class MatchaTooltipModule {
|
|
1219
1310
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1220
1311
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaTooltipModule, declarations: [MatchaTooltipDirective], imports: [CommonModule], exports: [MatchaTooltipDirective] }); }
|
|
@@ -1229,6 +1320,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1229
1320
|
}]
|
|
1230
1321
|
}] });
|
|
1231
1322
|
|
|
1323
|
+
class MatchaTreeDirective {
|
|
1324
|
+
constructor(_elementRef, _renderer) {
|
|
1325
|
+
this._elementRef = _elementRef;
|
|
1326
|
+
this._renderer = _renderer;
|
|
1327
|
+
//this._elementRef.nativeElement.style.backgroundColor = 'grey';
|
|
1328
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'matcha-tree');
|
|
1329
|
+
}
|
|
1330
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTreeDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1331
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaTreeDirective, selector: "[matchaTree]", ngImport: i0 }); }
|
|
1332
|
+
}
|
|
1333
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTreeDirective, decorators: [{
|
|
1334
|
+
type: Directive,
|
|
1335
|
+
args: [{
|
|
1336
|
+
selector: '[matchaTree]'
|
|
1337
|
+
}]
|
|
1338
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
1339
|
+
|
|
1232
1340
|
class MatchaTreeModule {
|
|
1233
1341
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTreeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1234
1342
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaTreeModule, declarations: [MatchaTreeDirective], imports: [CommonModule], exports: [MatchaTreeDirective] }); }
|
|
@@ -1257,6 +1365,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1257
1365
|
}]
|
|
1258
1366
|
}] });
|
|
1259
1367
|
|
|
1368
|
+
class MatchaGridModule {
|
|
1369
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1370
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaGridModule, declarations: [MatchaGridComponent], imports: [CommonModule], exports: [MatchaGridComponent] }); }
|
|
1371
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaGridModule, imports: [CommonModule] }); }
|
|
1372
|
+
}
|
|
1373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaGridModule, decorators: [{
|
|
1374
|
+
type: NgModule,
|
|
1375
|
+
args: [{
|
|
1376
|
+
declarations: [MatchaGridComponent],
|
|
1377
|
+
imports: [CommonModule],
|
|
1378
|
+
exports: [MatchaGridComponent],
|
|
1379
|
+
}]
|
|
1380
|
+
}] });
|
|
1381
|
+
|
|
1260
1382
|
/*
|
|
1261
1383
|
* Public API Surface of matcha-components
|
|
1262
1384
|
*/
|
|
@@ -1276,5 +1398,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1276
1398
|
* Generated bundle index. Do not edit.
|
|
1277
1399
|
*/
|
|
1278
1400
|
|
|
1279
|
-
export { MatchaAutocompleteDirective, MatchaAutocompleteModule, MatchaAutocompleteOverviewDirective, MatchaBadgeDirective, MatchaBadgeModule, MatchaBottomSheetDirective, MatchaBottomSheetModule, MatchaButtonDirective, MatchaButtonModule, MatchaButtonToggleDirective, MatchaButtonToggleModule, MatchaCardComponent, MatchaCardFooter, MatchaCardModule, MatchaCheckboxDirective, MatchaCheckboxModule, MatchaChipsDirective, MatchaChipsModule, MatchaComponentsModule, MatchaDatepickerDirective, MatchaDatepickerModule, MatchaDialogDirective, MatchaDialogModule, MatchaDividerDirective, MatchaDividerModule, MatchaElevationDirective, MatchaElevationModule, MatchaExpansionDirective, MatchaExpansionModule, MatchaFormFieldDirective, MatchaFormsModule, MatchaHeadersModule, MatchaHeadlineComponent, MatchaIconComponent, MatchaIconModule, MatchaInputDirective, MatchaInputModule, MatchaListDirective, MatchaListModule, MatchaMenuDirective, MatchaMenuModule, MatchaPaginatorDirective, MatchaPaginatorModule, MatchaProgressBarDirective, MatchaProgressBarModule, MatchaProgressSpinnerDirective, MatchaProgressSpinnerModule, MatchaRadioButtonDirective, MatchaRadioButtonModule, MatchaSelectDirective, MatchaSelectModule, MatchaSidenavDirective, MatchaSidenavModule, MatchaSlideToggleDirective, MatchaSlideToggleModule, MatchaSliderDirective, MatchaSliderModule, MatchaSnackBarDirective, MatchaSnackBarModule, MatchaSortHeaderDirective, MatchaSortHeaderModule, MatchaStepperDirective, MatchaStepperModule, MatchaSubheadComponent, MatchaTableDirective, MatchaTableModule, MatchaTabsDirective, MatchaTabsModule, MatchaTitleComponent, MatchaTooltipDirective, MatchaTooltipModule, MatchaTreeDirective, MatchaTreeModule };
|
|
1401
|
+
export { MatchaAutocompleteDirective, MatchaAutocompleteModule, MatchaAutocompleteOverviewDirective, MatchaBadgeDirective, MatchaBadgeModule, MatchaBottomSheetDirective, MatchaBottomSheetModule, MatchaButtonDirective, MatchaButtonModule, MatchaButtonToggleDirective, MatchaButtonToggleModule, MatchaCardComponent, MatchaCardFooter, MatchaCardModule, MatchaCheckboxDirective, MatchaCheckboxModule, MatchaChipsDirective, MatchaChipsModule, MatchaComponentsModule, MatchaDatepickerDirective, MatchaDatepickerModule, MatchaDialogDirective, MatchaDialogModule, MatchaDividerDirective, MatchaDividerModule, MatchaElevationDirective, MatchaElevationModule, MatchaExpansionDirective, MatchaExpansionModule, MatchaFormFieldDirective, MatchaFormsModule, MatchaGridComponent, MatchaGridModule, MatchaHeadersModule, MatchaHeadlineComponent, MatchaIconComponent, MatchaIconModule, MatchaInputDirective, MatchaInputModule, MatchaListDirective, MatchaListModule, MatchaMenuDirective, MatchaMenuModule, MatchaPaginatorDirective, MatchaPaginatorModule, MatchaProgressBarDirective, MatchaProgressBarModule, MatchaProgressSpinnerDirective, MatchaProgressSpinnerModule, MatchaRadioButtonDirective, MatchaRadioButtonModule, MatchaSelectDirective, MatchaSelectModule, MatchaSidenavDirective, MatchaSidenavModule, MatchaSlideToggleDirective, MatchaSlideToggleModule, MatchaSliderDirective, MatchaSliderModule, MatchaSnackBarDirective, MatchaSnackBarModule, MatchaSortHeaderDirective, MatchaSortHeaderModule, MatchaStepperDirective, MatchaStepperModule, MatchaSubheadComponent, MatchaTableDirective, MatchaTableModule, MatchaTabsDirective, MatchaTabsModule, MatchaTitleComponent, MatchaTooltipDirective, MatchaTooltipModule, MatchaTreeDirective, MatchaTreeModule };
|
|
1280
1402
|
//# sourceMappingURL=matcha-components.mjs.map
|