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