@proximus/lavender-angular 1.4.4-alpha.4 → 1.4.4-alpha.6
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.
|
@@ -30260,6 +30260,108 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30260
30260
|
type: Input,
|
|
30261
30261
|
args: ['order--desktop']
|
|
30262
30262
|
}] } });
|
|
30263
|
+
/**
|
|
30264
|
+
* @description Type-only wrapper for <px-table>
|
|
30265
|
+
*/
|
|
30266
|
+
class PxTable {
|
|
30267
|
+
elementRef;
|
|
30268
|
+
constructor(elementRef) {
|
|
30269
|
+
this.elementRef = elementRef;
|
|
30270
|
+
}
|
|
30271
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTable, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30272
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTable, selector: "px-table", ngImport: i0 });
|
|
30273
|
+
}
|
|
30274
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTable, decorators: [{
|
|
30275
|
+
type: Directive,
|
|
30276
|
+
args: [{
|
|
30277
|
+
selector: 'px-table',
|
|
30278
|
+
}]
|
|
30279
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
30280
|
+
/**
|
|
30281
|
+
* @description Type-only wrapper for <px-tbody>
|
|
30282
|
+
*/
|
|
30283
|
+
class PxTbody {
|
|
30284
|
+
elementRef;
|
|
30285
|
+
constructor(elementRef) {
|
|
30286
|
+
this.elementRef = elementRef;
|
|
30287
|
+
}
|
|
30288
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTbody, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30289
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTbody, selector: "px-tbody", ngImport: i0 });
|
|
30290
|
+
}
|
|
30291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTbody, decorators: [{
|
|
30292
|
+
type: Directive,
|
|
30293
|
+
args: [{
|
|
30294
|
+
selector: 'px-tbody',
|
|
30295
|
+
}]
|
|
30296
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
30297
|
+
/**
|
|
30298
|
+
* @description Type-only wrapper for <px-td>
|
|
30299
|
+
*/
|
|
30300
|
+
class PxTd {
|
|
30301
|
+
elementRef;
|
|
30302
|
+
constructor(elementRef) {
|
|
30303
|
+
this.elementRef = elementRef;
|
|
30304
|
+
}
|
|
30305
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTd, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30306
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTd, selector: "px-td", ngImport: i0 });
|
|
30307
|
+
}
|
|
30308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTd, decorators: [{
|
|
30309
|
+
type: Directive,
|
|
30310
|
+
args: [{
|
|
30311
|
+
selector: 'px-td',
|
|
30312
|
+
}]
|
|
30313
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
30314
|
+
/**
|
|
30315
|
+
* @description Type-only wrapper for <px-th>
|
|
30316
|
+
*/
|
|
30317
|
+
class PxTh {
|
|
30318
|
+
elementRef;
|
|
30319
|
+
constructor(elementRef) {
|
|
30320
|
+
this.elementRef = elementRef;
|
|
30321
|
+
}
|
|
30322
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTh, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30323
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTh, selector: "px-th", ngImport: i0 });
|
|
30324
|
+
}
|
|
30325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTh, decorators: [{
|
|
30326
|
+
type: Directive,
|
|
30327
|
+
args: [{
|
|
30328
|
+
selector: 'px-th',
|
|
30329
|
+
}]
|
|
30330
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
30331
|
+
/**
|
|
30332
|
+
* @description Type-only wrapper for <px-thead>
|
|
30333
|
+
*/
|
|
30334
|
+
class PxThead {
|
|
30335
|
+
elementRef;
|
|
30336
|
+
constructor(elementRef) {
|
|
30337
|
+
this.elementRef = elementRef;
|
|
30338
|
+
}
|
|
30339
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxThead, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30340
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxThead, selector: "px-thead", ngImport: i0 });
|
|
30341
|
+
}
|
|
30342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxThead, decorators: [{
|
|
30343
|
+
type: Directive,
|
|
30344
|
+
args: [{
|
|
30345
|
+
selector: 'px-thead',
|
|
30346
|
+
}]
|
|
30347
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
30348
|
+
/**
|
|
30349
|
+
* @description Type-only wrapper for <px-tr>
|
|
30350
|
+
*/
|
|
30351
|
+
class PxTr {
|
|
30352
|
+
elementRef;
|
|
30353
|
+
constructor(elementRef) {
|
|
30354
|
+
this.elementRef = elementRef;
|
|
30355
|
+
}
|
|
30356
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTr, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30357
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTr, selector: "px-tr", ngImport: i0 });
|
|
30358
|
+
}
|
|
30359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTr, decorators: [{
|
|
30360
|
+
type: Directive,
|
|
30361
|
+
args: [{
|
|
30362
|
+
selector: 'px-tr',
|
|
30363
|
+
}]
|
|
30364
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
30263
30365
|
/**
|
|
30264
30366
|
* @description Type-only wrapper for <px-tabs>
|
|
30265
30367
|
*/
|
|
@@ -30384,108 +30486,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
30384
30486
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { name: [{
|
|
30385
30487
|
type: Input
|
|
30386
30488
|
}] } });
|
|
30387
|
-
/**
|
|
30388
|
-
* @description Type-only wrapper for <px-table>
|
|
30389
|
-
*/
|
|
30390
|
-
class PxTable {
|
|
30391
|
-
elementRef;
|
|
30392
|
-
constructor(elementRef) {
|
|
30393
|
-
this.elementRef = elementRef;
|
|
30394
|
-
}
|
|
30395
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTable, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30396
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTable, selector: "px-table", ngImport: i0 });
|
|
30397
|
-
}
|
|
30398
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTable, decorators: [{
|
|
30399
|
-
type: Directive,
|
|
30400
|
-
args: [{
|
|
30401
|
-
selector: 'px-table',
|
|
30402
|
-
}]
|
|
30403
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
30404
|
-
/**
|
|
30405
|
-
* @description Type-only wrapper for <px-tbody>
|
|
30406
|
-
*/
|
|
30407
|
-
class PxTbody {
|
|
30408
|
-
elementRef;
|
|
30409
|
-
constructor(elementRef) {
|
|
30410
|
-
this.elementRef = elementRef;
|
|
30411
|
-
}
|
|
30412
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTbody, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30413
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTbody, selector: "px-tbody", ngImport: i0 });
|
|
30414
|
-
}
|
|
30415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTbody, decorators: [{
|
|
30416
|
-
type: Directive,
|
|
30417
|
-
args: [{
|
|
30418
|
-
selector: 'px-tbody',
|
|
30419
|
-
}]
|
|
30420
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
30421
|
-
/**
|
|
30422
|
-
* @description Type-only wrapper for <px-td>
|
|
30423
|
-
*/
|
|
30424
|
-
class PxTd {
|
|
30425
|
-
elementRef;
|
|
30426
|
-
constructor(elementRef) {
|
|
30427
|
-
this.elementRef = elementRef;
|
|
30428
|
-
}
|
|
30429
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTd, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30430
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTd, selector: "px-td", ngImport: i0 });
|
|
30431
|
-
}
|
|
30432
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTd, decorators: [{
|
|
30433
|
-
type: Directive,
|
|
30434
|
-
args: [{
|
|
30435
|
-
selector: 'px-td',
|
|
30436
|
-
}]
|
|
30437
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
30438
|
-
/**
|
|
30439
|
-
* @description Type-only wrapper for <px-th>
|
|
30440
|
-
*/
|
|
30441
|
-
class PxTh {
|
|
30442
|
-
elementRef;
|
|
30443
|
-
constructor(elementRef) {
|
|
30444
|
-
this.elementRef = elementRef;
|
|
30445
|
-
}
|
|
30446
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTh, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30447
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTh, selector: "px-th", ngImport: i0 });
|
|
30448
|
-
}
|
|
30449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTh, decorators: [{
|
|
30450
|
-
type: Directive,
|
|
30451
|
-
args: [{
|
|
30452
|
-
selector: 'px-th',
|
|
30453
|
-
}]
|
|
30454
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
30455
|
-
/**
|
|
30456
|
-
* @description Type-only wrapper for <px-thead>
|
|
30457
|
-
*/
|
|
30458
|
-
class PxThead {
|
|
30459
|
-
elementRef;
|
|
30460
|
-
constructor(elementRef) {
|
|
30461
|
-
this.elementRef = elementRef;
|
|
30462
|
-
}
|
|
30463
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxThead, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30464
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxThead, selector: "px-thead", ngImport: i0 });
|
|
30465
|
-
}
|
|
30466
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxThead, decorators: [{
|
|
30467
|
-
type: Directive,
|
|
30468
|
-
args: [{
|
|
30469
|
-
selector: 'px-thead',
|
|
30470
|
-
}]
|
|
30471
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
30472
|
-
/**
|
|
30473
|
-
* @description Type-only wrapper for <px-tr>
|
|
30474
|
-
*/
|
|
30475
|
-
class PxTr {
|
|
30476
|
-
elementRef;
|
|
30477
|
-
constructor(elementRef) {
|
|
30478
|
-
this.elementRef = elementRef;
|
|
30479
|
-
}
|
|
30480
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTr, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30481
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: PxTr, selector: "px-tr", ngImport: i0 });
|
|
30482
|
-
}
|
|
30483
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PxTr, decorators: [{
|
|
30484
|
-
type: Directive,
|
|
30485
|
-
args: [{
|
|
30486
|
-
selector: 'px-tr',
|
|
30487
|
-
}]
|
|
30488
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
30489
30489
|
/**
|
|
30490
30490
|
* @description Type-only wrapper for <px-tag>
|
|
30491
30491
|
*/
|
|
@@ -34425,7 +34425,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34425
34425
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
34426
34426
|
class Lavender {
|
|
34427
34427
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
34428
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxList, PxListItem, PxModal, PxP, PxPillar, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch,
|
|
34428
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: Lavender, declarations: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxList, PxListItem, PxModal, PxP, PxPillar, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider], exports: [PxAccordion, PxAgGridTable, PxAgGridTableThButton, PxAgGridTableThContent, PxBanner, PxBreadcrumbItem, PxBreadcrumb, PxButton, PxButtonIcon, PxCard, PxAppleseed, PxCarousel, PxCarouselItem, PxCell, PxCellButton, PxCellCheckbox, PxCellLink, PxCellRadio, PxCellSwitch, PxCheckbox, PxColorOption, PxColorOptionLink, PxContainer, PxContentHeader, PxDrawer, PxDropdown, PxFieldset, PxGrid, PxH1, PxH2, PxH3, PxH4, PxH5, PxH6, PxHeadingGroup, PxImg, PxPicture, PxInput, PxSelect, PxTextarea, PxFileupload, PxPage, PxSpacer, PxStack, PxVstack, PxHstack, PxA, PxList, PxListItem, PxModal, PxP, PxPillar, PxPrice, PxRadio, PxRadioBase, PxRadioGroup, PxRibbon, PxSection, PxSelectableBox, PxSelectableBoxCheckbox, PxSelectableBoxRadio, PxSeparator, PxSkeleton, PxSpan, PxSpinner, PxStatus, PxStatusCard, PxStickyContainer, PxThemeSwitcher, PxSwitch, PxTable, PxTbody, PxTd, PxTh, PxThead, PxTr, PxTabs, PxTab, PxTabPanel, PxTag, PxTile, PxTileButton, PxTileCheckbox, PxTileLink, PxTileRadio, PxTileSwitch, PxTimeline, PxTimelineItem, PxTypography, PxPatch, PxIcon, PxIconSet, PxThemeProvider, PxProximusThemeProvider, PxScarletThemeProvider] });
|
|
34429
34429
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender });
|
|
34430
34430
|
}
|
|
34431
34431
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Lavender, decorators: [{
|
|
@@ -34502,15 +34502,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34502
34502
|
PxStickyContainer,
|
|
34503
34503
|
PxThemeSwitcher,
|
|
34504
34504
|
PxSwitch,
|
|
34505
|
-
PxTabs,
|
|
34506
|
-
PxTab,
|
|
34507
|
-
PxTabPanel,
|
|
34508
34505
|
PxTable,
|
|
34509
34506
|
PxTbody,
|
|
34510
34507
|
PxTd,
|
|
34511
34508
|
PxTh,
|
|
34512
34509
|
PxThead,
|
|
34513
34510
|
PxTr,
|
|
34511
|
+
PxTabs,
|
|
34512
|
+
PxTab,
|
|
34513
|
+
PxTabPanel,
|
|
34514
34514
|
PxTag,
|
|
34515
34515
|
PxTile,
|
|
34516
34516
|
PxTileButton,
|
|
@@ -34599,15 +34599,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
34599
34599
|
PxStickyContainer,
|
|
34600
34600
|
PxThemeSwitcher,
|
|
34601
34601
|
PxSwitch,
|
|
34602
|
-
PxTabs,
|
|
34603
|
-
PxTab,
|
|
34604
|
-
PxTabPanel,
|
|
34605
34602
|
PxTable,
|
|
34606
34603
|
PxTbody,
|
|
34607
34604
|
PxTd,
|
|
34608
34605
|
PxTh,
|
|
34609
34606
|
PxThead,
|
|
34610
34607
|
PxTr,
|
|
34608
|
+
PxTabs,
|
|
34609
|
+
PxTab,
|
|
34610
|
+
PxTabPanel,
|
|
34611
34611
|
PxTag,
|
|
34612
34612
|
PxTile,
|
|
34613
34613
|
PxTileButton,
|