@bimplus/navigation 0.0.199-modelviewer07 → 0.0.200-support01
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/assets/@bimplus/navigation/assets/bimplus_Components_Contact_From.svg +12 -0
- package/assets/@bimplus/navigation/languages/strings_en.json +6 -1
- package/fesm2022/bimplus-navigation.mjs +8 -90
- package/fesm2022/bimplus-navigation.mjs.map +1 -1
- package/index.d.ts +5 -20
- package/package.json +1 -1
- package/assets/@bimplus/navigation/assets/bimplus_Components_Support.svg +0 -21
package/index.d.ts
CHANGED
|
@@ -374,21 +374,6 @@ declare class BimplusStorageInfoComponent extends BimplusLocalizedWidgetComponen
|
|
|
374
374
|
static ɵcmp: i0.ɵɵComponentDeclaration<BimplusStorageInfoComponent, "lib-bimplus-storage-info", never, { "usedStorage": { "alias": "usedStorage"; "required": false; "isSignal": true; }; }, { "bimplusStorageInfoClicked": "bimplusStorageInfoClicked"; }, never, never, true, never>;
|
|
375
375
|
}
|
|
376
376
|
|
|
377
|
-
declare class BimplusUpgradeLinkComponent extends BimplusLocalizedWidgetComponent {
|
|
378
|
-
constructor();
|
|
379
|
-
private _getLangParamValue;
|
|
380
|
-
private _getCountryIsoParam;
|
|
381
|
-
private defaultShopUrl;
|
|
382
|
-
shopUrl: string;
|
|
383
|
-
country: string;
|
|
384
|
-
isTouch: boolean;
|
|
385
|
-
linkClicked: EventEmitter<string>;
|
|
386
|
-
_linkClicked(): void;
|
|
387
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BimplusUpgradeLinkComponent, never>;
|
|
388
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BimplusUpgradeLinkComponent, "lib-bimplus-upgrade-link", never, { "shopUrl": { "alias": "shopUrl"; "required": false; }; "country": { "alias": "country"; "required": false; }; "isTouch": { "alias": "isTouch"; "required": false; }; }, { "linkClicked": "linkClicked"; }, never, never, true, never>;
|
|
389
|
-
static ngAcceptInputType_isTouch: unknown;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
377
|
interface MenuItem {
|
|
393
378
|
id: string;
|
|
394
379
|
action: string;
|
|
@@ -424,7 +409,7 @@ declare class BimplusUserMenuComponent extends BimplusLocalizedWidgetComponent i
|
|
|
424
409
|
accountSettingsVisible: boolean;
|
|
425
410
|
removeConnectedAppsVisible: boolean;
|
|
426
411
|
userGuideVisible: boolean;
|
|
427
|
-
|
|
412
|
+
contactFormVisible: boolean;
|
|
428
413
|
forumVisible: boolean;
|
|
429
414
|
releaseNotesVisible: boolean;
|
|
430
415
|
submenuVisible: boolean;
|
|
@@ -441,7 +426,7 @@ declare class BimplusUserMenuComponent extends BimplusLocalizedWidgetComponent i
|
|
|
441
426
|
userName: string;
|
|
442
427
|
userPhotoUrl: string;
|
|
443
428
|
userGuideLinkUrl: string;
|
|
444
|
-
|
|
429
|
+
contactFormLinkUrl: string;
|
|
445
430
|
forumLinkUrl: string;
|
|
446
431
|
/**--------------------------------------------------------------------------
|
|
447
432
|
* Component events
|
|
@@ -478,11 +463,11 @@ declare class BimplusUserMenuComponent extends BimplusLocalizedWidgetComponent i
|
|
|
478
463
|
_getMenuItems(): (MenuItem | undefined)[];
|
|
479
464
|
_getLangId(lang: LangItem | undefined): string;
|
|
480
465
|
static ɵfac: i0.ɵɵFactoryDeclaration<BimplusUserMenuComponent, never>;
|
|
481
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BimplusUserMenuComponent, "lib-bimplus-user-menu", never, { "accountSettingsVisible": { "alias": "accountSettingsVisible"; "required": false; }; "removeConnectedAppsVisible": { "alias": "removeConnectedAppsVisible"; "required": false; }; "userGuideVisible": { "alias": "userGuideVisible"; "required": false; }; "
|
|
466
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BimplusUserMenuComponent, "lib-bimplus-user-menu", never, { "accountSettingsVisible": { "alias": "accountSettingsVisible"; "required": false; }; "removeConnectedAppsVisible": { "alias": "removeConnectedAppsVisible"; "required": false; }; "userGuideVisible": { "alias": "userGuideVisible"; "required": false; }; "contactFormVisible": { "alias": "contactFormVisible"; "required": false; }; "forumVisible": { "alias": "forumVisible"; "required": false; }; "releaseNotesVisible": { "alias": "releaseNotesVisible"; "required": false; }; "submenuVisible": { "alias": "submenuVisible"; "required": false; }; "clearCacheVisible": { "alias": "clearCacheVisible"; "required": false; }; "dividerLoggedInVisible": { "alias": "dividerLoggedInVisible"; "required": false; }; "logoutVisible": { "alias": "logoutVisible"; "required": false; }; "isEmbedded": { "alias": "isEmbedded"; "required": false; }; "isTouch": { "alias": "isTouch"; "required": false; }; "allowRcaItem": { "alias": "allowRcaItem"; "required": false; }; "buttonTitle": { "alias": "buttonTitle"; "required": false; }; "userName": { "alias": "userName"; "required": false; }; "userPhotoUrl": { "alias": "userPhotoUrl"; "required": false; }; "userGuideLinkUrl": { "alias": "userGuideLinkUrl"; "required": false; }; "contactFormLinkUrl": { "alias": "contactFormLinkUrl"; "required": false; }; "forumLinkUrl": { "alias": "forumLinkUrl"; "required": false; }; }, { "bimplusUserMenuClicked": "bimplusUserMenuClicked"; "bimplusLanguageSelected": "bimplusLanguageSelected"; }, never, never, true, never>;
|
|
482
467
|
static ngAcceptInputType_accountSettingsVisible: unknown;
|
|
483
468
|
static ngAcceptInputType_removeConnectedAppsVisible: unknown;
|
|
484
469
|
static ngAcceptInputType_userGuideVisible: unknown;
|
|
485
|
-
static
|
|
470
|
+
static ngAcceptInputType_contactFormVisible: unknown;
|
|
486
471
|
static ngAcceptInputType_forumVisible: unknown;
|
|
487
472
|
static ngAcceptInputType_releaseNotesVisible: unknown;
|
|
488
473
|
static ngAcceptInputType_submenuVisible: unknown;
|
|
@@ -689,5 +674,5 @@ declare class LanguageStringsService {
|
|
|
689
674
|
static ɵprov: i0.ɵɵInjectableDeclaration<LanguageStringsService>;
|
|
690
675
|
}
|
|
691
676
|
|
|
692
|
-
export { BimplusContactComponent, BimplusLanguageMenuComponent, BimplusLocalizedWidgetComponent, BimplusMainMenuComponent, BimplusNavbarComponent, BimplusNotifyComponent, BimplusProjectMenuComponent, BimplusScrollableContainerComponent, BimplusStorageInfoComponent, BimplusTouchMenuComponent,
|
|
677
|
+
export { BimplusContactComponent, BimplusLanguageMenuComponent, BimplusLocalizedWidgetComponent, BimplusMainMenuComponent, BimplusNavbarComponent, BimplusNotifyComponent, BimplusProjectMenuComponent, BimplusScrollableContainerComponent, BimplusStorageInfoComponent, BimplusTouchMenuComponent, BimplusUserMenuComponent, BimplusZoomComponent, LanguageStringsService, LogoState, NavigationComponent, NavigationService };
|
|
693
678
|
export type { BimplusMainMenuComponentAttribute, BimplusProjectMenuComponentAttribute, LangItem, LocalizedStrings, MenuItem, MenuItemEventData, MenuListType };
|
package/package.json
CHANGED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 18 18" style="enable-background:new 0 0 18 18;" xml:space="preserve">
|
|
5
|
-
<style type="text/css">
|
|
6
|
-
.st0{fill:#444444;}
|
|
7
|
-
</style>
|
|
8
|
-
<path class="st0" d="M16.7,13.6c0,0,0-0.1,0.1-0.1c0.1-0.2,0.2-0.4,0.3-0.7v-0.1l0,0C17.7,11.6,18,10.3,18,9c0-5-4-9-9-9S0,4,0,9
|
|
9
|
-
c0,1.1,0.2,2.2,0.6,3.2l0,0l0,0c0.1,0.2,0.2,0.5,0.3,0.7V13c0.1,0.2,0.2,0.5,0.4,0.7c0,0,0,0.1,0.1,0.1c0.1,0.2,0.3,0.4,0.4,0.6
|
|
10
|
-
c0,0,0,0.1,0.1,0.1c0.2,0.2,0.3,0.4,0.5,0.6l0.1,0.1c0.2,0.2,0.3,0.3,0.5,0.5l0.1,0.1c0.2,0.2,0.4,0.3,0.5,0.4l0.1,0.1
|
|
11
|
-
c0.2,0.1,0.4,0.2,0.6,0.4c0.1,0,0.1,0.1,0.2,0.1c0.2,0.1,0.4,0.2,0.6,0.3c0.1,0,0.1,0.1,0.2,0.1l0,0C6.4,17.7,7.7,18,9,18
|
|
12
|
-
c3,0,5.6-1.5,7.3-3.7c0,0,0,0,0-0.1C16.5,14,16.6,13.8,16.7,13.6z M11.1,12.4c0,0-0.1,0-0.1,0.1c-0.2,0.1-0.4,0.2-0.6,0.3
|
|
13
|
-
C10,12.9,9.5,13,9,13c-0.6,0-1.2-0.2-1.7-0.4c-0.2-0.1-0.4-0.2-0.6-0.3l0,0c-0.2-0.1-0.4-0.3-0.5-0.5l0,0c-0.2-0.2-0.3-0.4-0.4-0.6
|
|
14
|
-
l0,0c-0.1-0.2-0.2-0.4-0.3-0.7C5.1,10,5,9.5,5,9c0-0.6,0.1-1.1,0.4-1.6l0,0c0.4-1,1.2-1.7,2.2-2.1l0,0C8,5.1,8.5,5,9,5
|
|
15
|
-
c0.6,0,1.1,0.1,1.6,0.4l0,0c1,0.4,1.7,1.2,2.1,2.2l0,0C12.9,8,13,8.5,13,9c0,0.6-0.2,1.2-0.4,1.7c-0.1,0.2-0.2,0.4-0.3,0.6l-0.1,0.1
|
|
16
|
-
c-0.1,0.2-0.3,0.3-0.4,0.5L11.7,12C11.5,12.1,11.3,12.3,11.1,12.4z M13.5,11.1C13.8,10.4,14,9.7,14,9c0-0.6-0.1-1.2-0.3-1.8l2.8-1.1
|
|
17
|
-
C16.8,7.1,17,8,17,9c0,1.2-0.3,2.3-0.7,3.3L13.5,11.1z M12.3,1.7l-1.2,2.7C10.4,4.2,9.7,4,9,4C8.4,4,7.8,4.1,7.2,4.3l-1-2.8
|
|
18
|
-
C7.1,1.2,8,1,9,1C10.2,1,11.3,1.3,12.3,1.7z M1,9c0-1.2,0.3-2.3,0.7-3.3l2.7,1.2C4.2,7.6,4,8.3,4,9c0,0.6,0.1,1.2,0.3,1.8l-2.8,1.1
|
|
19
|
-
C1.2,10.9,1,10,1,9z M5.7,16.3l1.2-2.7C7.6,13.8,8.3,14,9,14c0.6,0,1.2-0.1,1.8-0.3l1.1,2.8C10.9,16.8,10,17,9,17
|
|
20
|
-
C7.8,17,6.7,16.7,5.7,16.3z"/>
|
|
21
|
-
</svg>
|