@eric-emg/symphiq-components 1.2.301 → 1.2.302
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/symphiq-components.mjs +6 -6
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +16 -17
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -52499,6 +52499,11 @@ var ShopPlatformEnum;
|
|
|
52499
52499
|
ShopPlatformEnum["OTHER"] = "OTHER";
|
|
52500
52500
|
})(ShopPlatformEnum || (ShopPlatformEnum = {}));
|
|
52501
52501
|
class SymphiqCreateAccountDashboardComponent {
|
|
52502
|
+
set shopNameInput(el) {
|
|
52503
|
+
if (el && !this.accountData()) {
|
|
52504
|
+
el.nativeElement.focus();
|
|
52505
|
+
}
|
|
52506
|
+
}
|
|
52502
52507
|
constructor() {
|
|
52503
52508
|
this.embedded = input(false, ...(ngDevMode ? [{ debugName: "embedded" }] : []));
|
|
52504
52509
|
this.parentHeaderOffset = input(0, ...(ngDevMode ? [{ debugName: "parentHeaderOffset" }] : []));
|
|
@@ -52659,11 +52664,6 @@ class SymphiqCreateAccountDashboardComponent {
|
|
|
52659
52664
|
onScroll() {
|
|
52660
52665
|
this.headerScrollService.handleScroll(this.embedded());
|
|
52661
52666
|
}
|
|
52662
|
-
ngAfterViewInit() {
|
|
52663
|
-
if (!this.accountData() && this.shopNameInput) {
|
|
52664
|
-
this.shopNameInput.nativeElement.focus();
|
|
52665
|
-
}
|
|
52666
|
-
}
|
|
52667
52667
|
ngOnDestroy() {
|
|
52668
52668
|
}
|
|
52669
52669
|
toggleSameAsShopName() {
|
|
@@ -53713,7 +53713,7 @@ class SymphiqCreateAccountDashboardComponent {
|
|
|
53713
53713
|
type: HostListener,
|
|
53714
53714
|
args: ['window:scroll', ['$event']]
|
|
53715
53715
|
}] }); })();
|
|
53716
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqCreateAccountDashboardComponent, { className: "SymphiqCreateAccountDashboardComponent", filePath: "lib/components/create-account-dashboard/symphiq-create-account-dashboard.component.ts", lineNumber:
|
|
53716
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqCreateAccountDashboardComponent, { className: "SymphiqCreateAccountDashboardComponent", filePath: "lib/components/create-account-dashboard/symphiq-create-account-dashboard.component.ts", lineNumber: 624 }); })();
|
|
53717
53717
|
|
|
53718
53718
|
const _forTrack0$l = ($index, $item) => $item.id;
|
|
53719
53719
|
function SymphiqConnectGaDashboardComponent_Conditional_21_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|