barsa-tiles 2.3.116 → 2.3.121
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/fesm2022/barsa-tiles.mjs +55 -30
- package/fesm2022/barsa-tiles.mjs.map +1 -1
- package/index.d.ts +4 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -582,12 +582,14 @@ declare class PinTileComponent extends BaseComponent implements OnInit {
|
|
|
582
582
|
};
|
|
583
583
|
private _dialogService;
|
|
584
584
|
private _dialogRef;
|
|
585
|
-
private
|
|
585
|
+
private _bbbTranslate;
|
|
586
|
+
private _tilesService;
|
|
586
587
|
constructor();
|
|
587
588
|
ngOnInit(): void;
|
|
588
589
|
onAccept(): void;
|
|
589
590
|
onClose(): void;
|
|
590
591
|
onNewGroup(): void;
|
|
592
|
+
onDeleteGroup(appTileGroup: MetaobjectDataModel): void;
|
|
591
593
|
_setLoading(loading: any): void;
|
|
592
594
|
_setDefaultPinTile(appTileGroup: MetaobjectDataModel, tileGroupsId: string[]): void;
|
|
593
595
|
_getChangedPinTileGroups(appTileGroup: MetaobjectDataModel, appTileGroupsPin: AppTileGroupPin[]): void;
|
|
@@ -1177,6 +1179,7 @@ declare class TilesViewerMegamenuComponent extends BaseComponent implements OnIn
|
|
|
1177
1179
|
*
|
|
1178
1180
|
*/
|
|
1179
1181
|
constructor();
|
|
1182
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1180
1183
|
onGroupVisibilityChange(e: {
|
|
1181
1184
|
visibility: string;
|
|
1182
1185
|
menu: MegaMenuGroup;
|