ngx-bimplus-components 0.0.197-modelviewer02 → 0.0.197-modelviewer04
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/index.d.ts
CHANGED
|
@@ -2321,15 +2321,16 @@ declare class BimplusLinkTooltipMessageComponent implements AfterViewInit {
|
|
|
2321
2321
|
|
|
2322
2322
|
declare class BimplusUpgradeLinkComponent extends BimplusLocalizedWidgetComponent {
|
|
2323
2323
|
constructor();
|
|
2324
|
-
private readonly upgradeUrlSuffix;
|
|
2325
|
-
private readonly _environmentDomainMap;
|
|
2326
2324
|
private _getLangParamValue;
|
|
2327
2325
|
private _getCountryIsoParam;
|
|
2326
|
+
private defaultShopUrl;
|
|
2327
|
+
shopUrl: string;
|
|
2328
|
+
isTouch: boolean;
|
|
2328
2329
|
linkClicked: EventEmitter<string>;
|
|
2329
|
-
env: 'dev' | 'stage' | 'prod';
|
|
2330
2330
|
_linkClicked(): void;
|
|
2331
2331
|
static ɵfac: i0.ɵɵFactoryDeclaration<BimplusUpgradeLinkComponent, never>;
|
|
2332
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BimplusUpgradeLinkComponent, "lib-bimplus-upgrade-link", never, { "
|
|
2332
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BimplusUpgradeLinkComponent, "lib-bimplus-upgrade-link", never, { "shopUrl": { "alias": "shopUrl"; "required": false; }; "isTouch": { "alias": "isTouch"; "required": false; }; }, { "linkClicked": "linkClicked"; }, never, never, true, never>;
|
|
2333
|
+
static ngAcceptInputType_isTouch: unknown;
|
|
2333
2334
|
}
|
|
2334
2335
|
|
|
2335
2336
|
interface StatusBarData {
|