barsa-tiles 2.3.163 → 2.3.164
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/package.json
CHANGED
package/types/barsa-tiles.d.ts
CHANGED
|
@@ -1193,8 +1193,10 @@ declare class BarsaShellbarComponent extends BaseComponent implements OnInit {
|
|
|
1193
1193
|
private _dialogReference;
|
|
1194
1194
|
private _titleWidth;
|
|
1195
1195
|
private _brandingResizeObserver?;
|
|
1196
|
+
/** در اندازههای کوچک و متوسط، دستورات بهجای نمایش مستقیم داخل منوی overflow قرار میگیرند. */
|
|
1197
|
+
get isCompactShellbar(): boolean;
|
|
1196
1198
|
/**
|
|
1197
|
-
* روی موبایل همهی دستورات (global + workflow + grouped) توی یک منوی overflow (⋯) جمع میشن
|
|
1199
|
+
* روی موبایل و تبلت همهی دستورات (global + workflow + grouped) توی یک منوی overflow (⋯) جمع میشن
|
|
1198
1200
|
* تا شلبار سرریز نکنه و برندینگ/آواتار جا بمونن. این getter اون سه منبع رو به یک درختِ واحد ادغام میکنه.
|
|
1199
1201
|
*/
|
|
1200
1202
|
get mobileCommandNodes(): ShellbarCommandAction[];
|