@eric-emg/symphiq-components 1.2.444 → 1.2.445
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.
|
@@ -95814,6 +95814,9 @@ class SymphiqProfileFocusAreaDashboardComponent {
|
|
|
95814
95814
|
this.answerSave.emit(event);
|
|
95815
95815
|
}
|
|
95816
95816
|
handleContinueClick() {
|
|
95817
|
+
if (this.profileStatusCard) {
|
|
95818
|
+
this.profileStatusCard.openAllQuestionsAnswerMode();
|
|
95819
|
+
}
|
|
95817
95820
|
this.continueClick.emit();
|
|
95818
95821
|
}
|
|
95819
95822
|
getContainerClasses() {
|
|
@@ -95844,7 +95847,12 @@ class SymphiqProfileFocusAreaDashboardComponent {
|
|
|
95844
95847
|
return this.isLightMode() ? 'text-slate-600' : 'text-slate-400';
|
|
95845
95848
|
}
|
|
95846
95849
|
static { this.ɵfac = function SymphiqProfileFocusAreaDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileFocusAreaDashboardComponent)(); }; }
|
|
95847
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileFocusAreaDashboardComponent, selectors: [["symphiq-profile-focus-area-dashboard"]],
|
|
95850
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileFocusAreaDashboardComponent, selectors: [["symphiq-profile-focus-area-dashboard"]], viewQuery: function SymphiqProfileFocusAreaDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
95851
|
+
i0.ɵɵviewQuery(ProfileStatusCardComponent, 5);
|
|
95852
|
+
} if (rf & 2) {
|
|
95853
|
+
let _t;
|
|
95854
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.profileStatusCard = _t.first);
|
|
95855
|
+
} }, inputs: { viewMode: [1, "viewMode"], profileFocusArea: [1, "profileFocusArea"], profileFocusAreaQuestions: [1, "profileFocusAreaQuestions"], profileAnswers: [1, "profileAnswers"], profileAnswerHistories: [1, "profileAnswerHistories"], users: [1, "users"], isLoading: [1, "isLoading"], forDemo: [1, "forDemo"], currentUser: [1, "currentUser"] }, outputs: { startCategoryQuestions: "startCategoryQuestions", answerSave: "answerSave", continueClick: "continueClick" }, decls: 8, vars: 7, consts: [[1, "min-h-screen", "relative", 3, "ngClass"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [1, "relative", "z-10"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-8"], [1, "rounded-2xl", "border", "shadow-lg", "p-8", "backdrop-blur-sm", 3, "ngClass"], [3, "viewMode", "totalQuestions", "answeredQuestions", "questions", "profileAnswers", "profileAnswerHistories", "users", "config", "groupConfig", "categoryNameFormatter"], [1, "rounded-2xl", "border", "shadow-lg", "p-8", "text-center", 3, "ngClass"], [3, "viewMode", "totalQuestions", "answeredQuestions", "buttonConfig"], [1, "flex", "flex-col", "items-center", "justify-center", "space-y-4"], ["size", "large", 3, "viewMode"], [1, "text-center"], [1, "text-lg", "font-semibold", "mb-1", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], [3, "startCategoryQuestions", "answerSave", "viewMode", "totalQuestions", "answeredQuestions", "questions", "profileAnswers", "profileAnswerHistories", "users", "config", "groupConfig", "categoryNameFormatter"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-16", "h-16", "mx-auto", "mb-4", "opacity-50"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"], [1, "text-xl", "font-semibold", "mb-2", 3, "ngClass"], [3, "continueClick", "viewMode", "totalQuestions", "answeredQuestions", "buttonConfig"]], template: function SymphiqProfileFocusAreaDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
95848
95856
|
i0.ɵɵelementStart(0, "div", 0);
|
|
95849
95857
|
i0.ɵɵelement(1, "div", 1);
|
|
95850
95858
|
i0.ɵɵelementStart(2, "div", 2)(3, "main", 3);
|
|
@@ -95944,8 +95952,11 @@ class SymphiqProfileFocusAreaDashboardComponent {
|
|
|
95944
95952
|
</div>
|
|
95945
95953
|
`
|
|
95946
95954
|
}]
|
|
95947
|
-
}], null, {
|
|
95948
|
-
|
|
95955
|
+
}], null, { profileStatusCard: [{
|
|
95956
|
+
type: ViewChild,
|
|
95957
|
+
args: [ProfileStatusCardComponent]
|
|
95958
|
+
}], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], profileFocusArea: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileFocusArea", required: false }] }], profileFocusAreaQuestions: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileFocusAreaQuestions", required: false }] }], profileAnswers: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnswers", required: false }] }], profileAnswerHistories: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnswerHistories", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], currentUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentUser", required: false }] }], startCategoryQuestions: [{ type: i0.Output, args: ["startCategoryQuestions"] }], answerSave: [{ type: i0.Output, args: ["answerSave"] }], continueClick: [{ type: i0.Output, args: ["continueClick"] }] }); })();
|
|
95959
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileFocusAreaDashboardComponent, { className: "SymphiqProfileFocusAreaDashboardComponent", filePath: "lib/components/profile-focus-area-dashboard/symphiq-profile-focus-area-dashboard.component.ts", lineNumber: 105 }); })();
|
|
95949
95960
|
|
|
95950
95961
|
const _forTrack0$4 = ($index, $item) => $item.id;
|
|
95951
95962
|
function ShopProfileCategoryListComponent_For_2_Template(rf, ctx) { if (rf & 1) {
|