@rolatech/angular-membership 20.2.6-beta.1 → 20.2.7-beta.2
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.
|
@@ -25,10 +25,10 @@ import * as i6 from '@angular/material/checkbox';
|
|
|
25
25
|
import { MatCheckboxModule } from '@angular/material/checkbox';
|
|
26
26
|
|
|
27
27
|
class MembershipIndex {
|
|
28
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
29
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.
|
|
28
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipIndex, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
29
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.6", type: MembershipIndex, isStandalone: true, selector: "rolatech-membership-index", ngImport: i0, template: "<rolatech-container>\n <rolatech-toolbar title=\"\u6211\u7684\u4F1A\u5458\" large> </rolatech-toolbar>\n</rolatech-container>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: ContainerComponent, selector: "rolatech-container" }, { kind: "component", type: ToolbarComponent, selector: "rolatech-toolbar", inputs: ["title", "subtitle", "back", "link", "large", "divider"] }, { kind: "ngmodule", type: MatButtonModule }] });
|
|
30
30
|
}
|
|
31
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipIndex, decorators: [{
|
|
32
32
|
type: Component,
|
|
33
33
|
args: [{ selector: 'rolatech-membership-index', imports: [CommonModule, ContainerComponent, ToolbarComponent, MatButtonModule], template: "<rolatech-container>\n <rolatech-toolbar title=\"\u6211\u7684\u4F1A\u5458\" large> </rolatech-toolbar>\n</rolatech-container>\n" }]
|
|
34
34
|
}] });
|
|
@@ -56,10 +56,10 @@ class MembershipPlan extends BaseComponent {
|
|
|
56
56
|
this.snackBarService.open('Please sign in');
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
60
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.
|
|
59
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipPlan, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
60
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.6", type: MembershipPlan, isStandalone: true, selector: "rolatech-membership-plan", usesInheritance: true, ngImport: i0, template: "<rolatech-container>\n <rolatech-toolbar title=\"\u5F00\u901A\u4F1A\u5458\" large> </rolatech-toolbar>\n <div class=\"text-3xl font-bold py-3 text-center\" i18n>Select a plan.</div>\n <div class=\"flex justify-center items-start gap-3\">\n @for (item of plans; track $index) {\n <div class=\"border border-dark-50 rounded-md p-3\">\n <div class=\"mb-3\">\n <div class=\"text-xl font-bold\">{{item.name}}</div>\n <div>{{item.description}}</div>\n <div>{{item.price}}</div>\n </div>\n <div>{{item.id}}</div>\n <div class=\"p-3\">\n <button mat-flat-button (click)=\"checkout(item)\">Select this plan</button>\n </div>\n <div>\n @for (benefit of item.benefits; track $index) {\n <div>{{benefit.title}}</div>\n }\n </div>\n </div>\n }\n </div>\n</rolatech-container>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: ContainerComponent, selector: "rolatech-container" }, { kind: "component", type: ToolbarComponent, selector: "rolatech-toolbar", inputs: ["title", "subtitle", "back", "link", "large", "divider"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i1.MatButton, selector: " button[matButton], a[matButton], button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button], a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button] ", inputs: ["matButton"], exportAs: ["matButton", "matAnchor"] }] });
|
|
61
61
|
}
|
|
62
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
62
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipPlan, decorators: [{
|
|
63
63
|
type: Component,
|
|
64
64
|
args: [{ selector: 'rolatech-membership-plan', imports: [CommonModule, ContainerComponent, ToolbarComponent, MatButtonModule], template: "<rolatech-container>\n <rolatech-toolbar title=\"\u5F00\u901A\u4F1A\u5458\" large> </rolatech-toolbar>\n <div class=\"text-3xl font-bold py-3 text-center\" i18n>Select a plan.</div>\n <div class=\"flex justify-center items-start gap-3\">\n @for (item of plans; track $index) {\n <div class=\"border border-dark-50 rounded-md p-3\">\n <div class=\"mb-3\">\n <div class=\"text-xl font-bold\">{{item.name}}</div>\n <div>{{item.description}}</div>\n <div>{{item.price}}</div>\n </div>\n <div>{{item.id}}</div>\n <div class=\"p-3\">\n <button mat-flat-button (click)=\"checkout(item)\">Select this plan</button>\n </div>\n <div>\n @for (benefit of item.benefits; track $index) {\n <div>{{benefit.title}}</div>\n }\n </div>\n </div>\n }\n </div>\n</rolatech-container>\n" }]
|
|
65
65
|
}] });
|
|
@@ -77,10 +77,10 @@ const membershipRoutes = [
|
|
|
77
77
|
|
|
78
78
|
class MembershipItemComponent {
|
|
79
79
|
membership = input.required(...(ngDevMode ? [{ debugName: "membership" }] : []));
|
|
80
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
81
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.
|
|
80
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
81
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.6", type: MembershipItemComponent, isStandalone: true, selector: "rolatech-membership-item", inputs: { membership: { classPropertyName: "membership", publicName: "membership", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: "<div class=\"flex items-center justify-between px-2 py-3 hover:bg-[--rt-raised-background] cursor-pointer\">\n <div>{{ membership().id }}</div>\n <div>{{ membership().plan.name }}</div>\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }] });
|
|
82
82
|
}
|
|
83
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
83
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipItemComponent, decorators: [{
|
|
84
84
|
type: Component,
|
|
85
85
|
args: [{ selector: 'rolatech-membership-item', imports: [CommonModule], template: "<div class=\"flex items-center justify-between px-2 py-3 hover:bg-[--rt-raised-background] cursor-pointer\">\n <div>{{ membership().id }}</div>\n <div>{{ membership().plan.name }}</div>\n</div>\n" }]
|
|
86
86
|
}], propDecorators: { membership: [{ type: i0.Input, args: [{ isSignal: true, alias: "membership", required: true }] }] } });
|
|
@@ -98,20 +98,20 @@ class MembershipManageIndexComponent {
|
|
|
98
98
|
},
|
|
99
99
|
});
|
|
100
100
|
}
|
|
101
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
102
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.
|
|
101
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipManageIndexComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
102
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.6", type: MembershipManageIndexComponent, isStandalone: true, selector: "rolatech-membership-manage-index", ngImport: i0, template: "<rolatech-toolbar title=\"Membership\"> </rolatech-toolbar>\n<div class=\"p-3\">\n @if (data && data.length > 0) {\n @for (item of data; track $index) {\n <rolatech-membership-item [membership]=\"item\" [routerLink]=\"['./', item.id]\"></rolatech-membership-item>\n }\n } @else {\n <rolatech-empty></rolatech-empty>\n }\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: ToolbarComponent, selector: "rolatech-toolbar", inputs: ["title", "subtitle", "back", "link", "large", "divider"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: MembershipItemComponent, selector: "rolatech-membership-item", inputs: ["membership"] }, { kind: "component", type: EmptyComponent, selector: "rolatech-empty" }] });
|
|
103
103
|
}
|
|
104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipManageIndexComponent, decorators: [{
|
|
105
105
|
type: Component,
|
|
106
106
|
args: [{ selector: 'rolatech-membership-manage-index', imports: [CommonModule, ToolbarComponent, MatButtonModule, RouterLink, MembershipItemComponent, EmptyComponent], template: "<rolatech-toolbar title=\"Membership\"> </rolatech-toolbar>\n<div class=\"p-3\">\n @if (data && data.length > 0) {\n @for (item of data; track $index) {\n <rolatech-membership-item [membership]=\"item\" [routerLink]=\"['./', item.id]\"></rolatech-membership-item>\n }\n } @else {\n <rolatech-empty></rolatech-empty>\n }\n</div>\n" }]
|
|
107
107
|
}] });
|
|
108
108
|
|
|
109
109
|
class MembershipPlanItemComponent {
|
|
110
110
|
plan = input.required(...(ngDevMode ? [{ debugName: "plan" }] : []));
|
|
111
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
112
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.
|
|
111
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipPlanItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
112
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.6", type: MembershipPlanItemComponent, isStandalone: true, selector: "rolatech-membership-plan-item", inputs: { plan: { classPropertyName: "plan", publicName: "plan", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: "<div class=\"flex items-center justify-between px-2 py-3 hover:bg-[--rt-raised-background] cursor-pointer\">\n <div class=\"flex flex-col\">\n <div>{{ plan().name }}</div>\n <div>{{ plan().description }}</div>\n </div>\n <div>\u00A5{{ plan().price | fixed }}</div>\n</div>\n<hr />\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: FixedPipe, name: "fixed" }] });
|
|
113
113
|
}
|
|
114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipPlanItemComponent, decorators: [{
|
|
115
115
|
type: Component,
|
|
116
116
|
args: [{ selector: 'rolatech-membership-plan-item', imports: [CommonModule, FixedPipe], template: "<div class=\"flex items-center justify-between px-2 py-3 hover:bg-[--rt-raised-background] cursor-pointer\">\n <div class=\"flex flex-col\">\n <div>{{ plan().name }}</div>\n <div>{{ plan().description }}</div>\n </div>\n <div>\u00A5{{ plan().price | fixed }}</div>\n</div>\n<hr />\n" }]
|
|
117
117
|
}], propDecorators: { plan: [{ type: i0.Input, args: [{ isSignal: true, alias: "plan", required: true }] }] } });
|
|
@@ -129,10 +129,10 @@ class MembershipManagePlanIndexComponent {
|
|
|
129
129
|
},
|
|
130
130
|
});
|
|
131
131
|
}
|
|
132
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
133
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.
|
|
132
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipManagePlanIndexComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
133
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.6", type: MembershipManagePlanIndexComponent, isStandalone: true, selector: "rolatech-membership-manage-plan-index", ngImport: i0, template: "<rolatech-toolbar title=\"Membership plans\">\n <button mat-flat-button routerLink=\"./create\">\n <mat-icon>add</mat-icon>\n <span i18n>Create Plan</span>\n </button>\n</rolatech-toolbar>\n<div class=\"p-3\">\n <div class=\"flex justify-between items-center text-lg font-bold p-2\">\n <div i18n>Name</div>\n <div i18n>Price</div>\n </div>\n @for (item of data; track $index) {\n <rolatech-membership-plan-item [plan]=\"item\" [routerLink]=\"['./', item.id]\"></rolatech-membership-plan-item>\n }\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i1.MatButton, selector: " button[matButton], a[matButton], button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button], a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button] ", inputs: ["matButton"], exportAs: ["matButton", "matAnchor"] }, { kind: "component", type: MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: ToolbarComponent, selector: "rolatech-toolbar", inputs: ["title", "subtitle", "back", "link", "large", "divider"] }, { kind: "component", type: MembershipPlanItemComponent, selector: "rolatech-membership-plan-item", inputs: ["plan"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] });
|
|
134
134
|
}
|
|
135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipManagePlanIndexComponent, decorators: [{
|
|
136
136
|
type: Component,
|
|
137
137
|
args: [{ selector: 'rolatech-membership-manage-plan-index', imports: [CommonModule, MatButtonModule, MatIcon, ToolbarComponent, MembershipPlanItemComponent, RouterLink], template: "<rolatech-toolbar title=\"Membership plans\">\n <button mat-flat-button routerLink=\"./create\">\n <mat-icon>add</mat-icon>\n <span i18n>Create Plan</span>\n </button>\n</rolatech-toolbar>\n<div class=\"p-3\">\n <div class=\"flex justify-between items-center text-lg font-bold p-2\">\n <div i18n>Name</div>\n <div i18n>Price</div>\n </div>\n @for (item of data; track $index) {\n <rolatech-membership-plan-item [plan]=\"item\" [routerLink]=\"['./', item.id]\"></rolatech-membership-plan-item>\n }\n</div>\n" }]
|
|
138
138
|
}] });
|
|
@@ -181,10 +181,10 @@ class MembershipManagePlanCreateComponent {
|
|
|
181
181
|
this.selected.splice(index, 1);
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
185
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.
|
|
184
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipManagePlanCreateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
185
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.6", type: MembershipManagePlanCreateComponent, isStandalone: true, selector: "rolatech-membership-manage-plan-create", ngImport: i0, template: "<rolatech-toolbar title=\"Create Plan\"></rolatech-toolbar>\n<div class=\"p-3\">\n <section>\n <form #productForm=\"ngForm\">\n <div class=\"flex flex-col px-2\">\n <mat-form-field appearance=\"fill\">\n <mat-label i18n> Name </mat-label>\n <input matInput type=\"text\" [(ngModel)]=\"plan.name\" name=\"name\" required />\n </mat-form-field>\n <mat-form-field appearance=\"fill\">\n <mat-label i18n> Description </mat-label>\n <textarea\n matInput\n type=\"text\"\n [(ngModel)]=\"plan.description\"\n name=\"description\"\n required\n cdkTextareaAutosize\n cdkAutosizeMinRows=\"3\"\n ></textarea>\n </mat-form-field>\n <mat-form-field appearance=\"fill\">\n <mat-label i18n> Price </mat-label>\n <input matInput type=\"text\" [(ngModel)]=\"plan.price\" name=\"price\" required />\n </mat-form-field>\n <mat-form-field appearance=\"fill\">\n <mat-label i18n> Duration Days </mat-label>\n <input matInput type=\"text\" [(ngModel)]=\"plan.durationDays\" name=\"durationDays\" required />\n </mat-form-field>\n <mat-form-field appearance=\"fill\">\n <mat-label i18n> Bonus points </mat-label>\n <input matInput type=\"text\" [(ngModel)]=\"plan.bonusPoints\" name=\"bonusPoints\" required />\n </mat-form-field>\n </div>\n <div class=\"flex flex-col\">\n <div class=\"text-xl font-bold p-2\" i18n>Benefits</div>\n @for (item of benefits; track $index) {\n <mat-checkbox (change)=\"toggleValue(item, $event.checked)\">\n {{ item.title }}\n </mat-checkbox>\n }\n </div>\n </form>\n </section>\n <div class=\"py-2\" i18n>* items are required</div>\n <div class=\"mt-3\">\n <button mat-flat-button class=\"w-28\" (click)=\"create()\" i18n>Create</button>\n </div>\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: ToolbarComponent, selector: "rolatech-toolbar", inputs: ["title", "subtitle", "back", "link", "large", "divider"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1$1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i1$1.NgForm, selector: "form:not([ngNoForm]):not([formGroup]):not([formArray]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i3.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }, { kind: "directive", type: i4.CdkTextareaAutosize, selector: "textarea[cdkTextareaAutosize]", inputs: ["cdkAutosizeMinRows", "cdkAutosizeMaxRows", "cdkTextareaAutosize", "placeholder"], exportAs: ["cdkTextareaAutosize"] }, { kind: "ngmodule", type: TextFieldModule }, { kind: "ngmodule", type: MatSelectModule }, { kind: "ngmodule", type: MatOptionModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i1.MatButton, selector: " button[matButton], a[matButton], button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button], a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button] ", inputs: ["matButton"], exportAs: ["matButton", "matAnchor"] }, { kind: "ngmodule", type: MatCheckboxModule }, { kind: "component", type: i6.MatCheckbox, selector: "mat-checkbox", inputs: ["aria-label", "aria-labelledby", "aria-describedby", "aria-expanded", "aria-controls", "aria-owns", "id", "required", "labelPosition", "name", "value", "disableRipple", "tabIndex", "color", "disabledInteractive", "checked", "disabled", "indeterminate"], outputs: ["change", "indeterminateChange"], exportAs: ["matCheckbox"] }] });
|
|
186
186
|
}
|
|
187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipManagePlanCreateComponent, decorators: [{
|
|
188
188
|
type: Component,
|
|
189
189
|
args: [{ selector: 'rolatech-membership-manage-plan-create', imports: [
|
|
190
190
|
CommonModule,
|
|
@@ -237,10 +237,10 @@ class MembershipPlanAddComponent {
|
|
|
237
237
|
};
|
|
238
238
|
this.output.emit(data);
|
|
239
239
|
}
|
|
240
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
241
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.
|
|
240
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipPlanAddComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
241
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.6", type: MembershipPlanAddComponent, isStandalone: true, selector: "rolatech-membership-plan-add", inputs: { plan: { classPropertyName: "plan", publicName: "plan", isSignal: true, isRequired: true, transformFunction: null }, benefits: { classPropertyName: "benefits", publicName: "benefits", isSignal: true, isRequired: true, transformFunction: null } }, outputs: { plan: "planChange", benefits: "benefitsChange", output: "output", select: "select" }, ngImport: i0, template: "<form #productForm=\"ngForm\">\n <div class=\"flex flex-col px-2\">\n <mat-form-field appearance=\"fill\">\n <mat-label i18n> Name </mat-label>\n <input matInput type=\"text\" [(ngModel)]=\"plan().name\" name=\"name\" required />\n </mat-form-field>\n <mat-form-field appearance=\"fill\">\n <mat-label i18n> Description </mat-label>\n <textarea\n matInput\n type=\"text\"\n [(ngModel)]=\"plan().description\"\n name=\"description\"\n required\n cdkTextareaAutosize\n cdkAutosizeMinRows=\"3\"\n ></textarea>\n </mat-form-field>\n <mat-form-field appearance=\"fill\">\n <mat-label i18n> Price </mat-label>\n <input matInput type=\"text\" [(ngModel)]=\"plan().price\" name=\"price\" required />\n </mat-form-field>\n <mat-form-field appearance=\"fill\">\n <mat-label i18n> Duration Days </mat-label>\n <input matInput type=\"text\" [(ngModel)]=\"plan().durationDays\" name=\"durationDays\" required />\n </mat-form-field>\n <mat-form-field appearance=\"fill\">\n <mat-label i18n> Bonus points </mat-label>\n <input matInput type=\"text\" [(ngModel)]=\"plan().bonusPoints\" name=\"bonusPoints\" required />\n </mat-form-field>\n </div>\n <div class=\"flex flex-col\">\n <div class=\"text-xl font-bold p-2\" i18n>Benefits</div>\n @for (item of benefits(); track $index) {\n <mat-checkbox [checked]=\"selected.includes(item.id)\" (change)=\"onSelect(item, $event.checked)\" [checked]=\"\">\n {{ item.title }}\n </mat-checkbox>\n }\n </div>\n</form>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1$1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i1$1.NgForm, selector: "form:not([ngNoForm]):not([formGroup]):not([formArray]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i3.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }, { kind: "directive", type: i4.CdkTextareaAutosize, selector: "textarea[cdkTextareaAutosize]", inputs: ["cdkAutosizeMinRows", "cdkAutosizeMaxRows", "cdkTextareaAutosize", "placeholder"], exportAs: ["cdkTextareaAutosize"] }, { kind: "ngmodule", type: TextFieldModule }, { kind: "ngmodule", type: MatSelectModule }, { kind: "ngmodule", type: MatOptionModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "ngmodule", type: MatCheckboxModule }, { kind: "component", type: i6.MatCheckbox, selector: "mat-checkbox", inputs: ["aria-label", "aria-labelledby", "aria-describedby", "aria-expanded", "aria-controls", "aria-owns", "id", "required", "labelPosition", "name", "value", "disableRipple", "tabIndex", "color", "disabledInteractive", "checked", "disabled", "indeterminate"], outputs: ["change", "indeterminateChange"], exportAs: ["matCheckbox"] }] });
|
|
242
242
|
}
|
|
243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
243
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipPlanAddComponent, decorators: [{
|
|
244
244
|
type: Component,
|
|
245
245
|
args: [{ selector: 'rolatech-membership-plan-add', imports: [
|
|
246
246
|
FormsModule,
|
|
@@ -293,20 +293,20 @@ class MembershipManagePlanDetailComponent extends BaseComponent {
|
|
|
293
293
|
next: (res) => { },
|
|
294
294
|
});
|
|
295
295
|
}
|
|
296
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
297
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.
|
|
296
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipManagePlanDetailComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
297
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.6", type: MembershipManagePlanDetailComponent, isStandalone: true, selector: "rolatech-membership-manage-plan-detail", usesInheritance: true, ngImport: i0, template: "<rolatech-toolbar title=\"Plan detail\" back>\n <button mat-flat-button (click)=\"update()\">\n <mat-icon>save</mat-icon>\n <span i18n>Save</span>\n </button>\n</rolatech-toolbar>\n<div class=\"p-3\">\n @if (plan) {\n <rolatech-membership-plan-add [plan]=\"plan\" [benefits]=\"benefits\"></rolatech-membership-plan-add>\n }\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: ToolbarComponent, selector: "rolatech-toolbar", inputs: ["title", "subtitle", "back", "link", "large", "divider"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i1.MatButton, selector: " button[matButton], a[matButton], button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button], a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button] ", inputs: ["matButton"], exportAs: ["matButton", "matAnchor"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: MembershipPlanAddComponent, selector: "rolatech-membership-plan-add", inputs: ["plan", "benefits"], outputs: ["planChange", "benefitsChange", "output", "select"] }] });
|
|
298
298
|
}
|
|
299
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipManagePlanDetailComponent, decorators: [{
|
|
300
300
|
type: Component,
|
|
301
301
|
args: [{ selector: 'rolatech-membership-manage-plan-detail', imports: [CommonModule, ToolbarComponent, MatButtonModule, MatIconModule, MembershipPlanAddComponent], template: "<rolatech-toolbar title=\"Plan detail\" back>\n <button mat-flat-button (click)=\"update()\">\n <mat-icon>save</mat-icon>\n <span i18n>Save</span>\n </button>\n</rolatech-toolbar>\n<div class=\"p-3\">\n @if (plan) {\n <rolatech-membership-plan-add [plan]=\"plan\" [benefits]=\"benefits\"></rolatech-membership-plan-add>\n }\n</div>\n" }]
|
|
302
302
|
}] });
|
|
303
303
|
|
|
304
304
|
class MembershipBenefitItemComponent {
|
|
305
305
|
benefit = input.required(...(ngDevMode ? [{ debugName: "benefit" }] : []));
|
|
306
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
307
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.
|
|
306
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipBenefitItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
307
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.6", type: MembershipBenefitItemComponent, isStandalone: true, selector: "rolatech-membership-benefit-item", inputs: { benefit: { classPropertyName: "benefit", publicName: "benefit", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: "<div class=\"flex items-center justify-between px-2 py-3 hover:bg-[--rt-raised-background] cursor-pointer\">\n <div>{{ benefit().title }}</div>\n <div>{{ benefit().description }}</div>\n</div>\n<hr />\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }] });
|
|
308
308
|
}
|
|
309
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
309
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipBenefitItemComponent, decorators: [{
|
|
310
310
|
type: Component,
|
|
311
311
|
args: [{ selector: 'rolatech-membership-benefit-item', imports: [CommonModule], template: "<div class=\"flex items-center justify-between px-2 py-3 hover:bg-[--rt-raised-background] cursor-pointer\">\n <div>{{ benefit().title }}</div>\n <div>{{ benefit().description }}</div>\n</div>\n<hr />\n" }]
|
|
312
312
|
}], propDecorators: { benefit: [{ type: i0.Input, args: [{ isSignal: true, alias: "benefit", required: true }] }] } });
|
|
@@ -324,10 +324,10 @@ class MembershipManageBenefitIndexComponent {
|
|
|
324
324
|
},
|
|
325
325
|
});
|
|
326
326
|
}
|
|
327
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
328
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.
|
|
327
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipManageBenefitIndexComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
328
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.6", type: MembershipManageBenefitIndexComponent, isStandalone: true, selector: "rolatech-membership-manage-benefit-index", ngImport: i0, template: "<rolatech-toolbar title=\"Membership benefits\">\n <button mat-flat-button routerLink=\"./create\">\n <mat-icon>add</mat-icon>\n <span i18n>Add benefit</span>\n </button>\n</rolatech-toolbar>\n<div class=\"p-3\">\n <div class=\"flex justify-between items-center text-lg font-bold p-2\">\n <div i18n>Title</div>\n <div i18n>Description</div>\n </div>\n @for (item of data; track $index) {\n <rolatech-membership-benefit-item [benefit]=\"item\" [routerLink]=\"['./', item.id]\"></rolatech-membership-benefit-item>\n }\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i1.MatButton, selector: " button[matButton], a[matButton], button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button], a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button] ", inputs: ["matButton"], exportAs: ["matButton", "matAnchor"] }, { kind: "component", type: MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: ToolbarComponent, selector: "rolatech-toolbar", inputs: ["title", "subtitle", "back", "link", "large", "divider"] }, { kind: "component", type: MembershipBenefitItemComponent, selector: "rolatech-membership-benefit-item", inputs: ["benefit"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] });
|
|
329
329
|
}
|
|
330
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
330
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipManageBenefitIndexComponent, decorators: [{
|
|
331
331
|
type: Component,
|
|
332
332
|
args: [{ selector: 'rolatech-membership-manage-benefit-index', imports: [CommonModule, MatButtonModule, MatIcon, ToolbarComponent, MembershipBenefitItemComponent, RouterLink], template: "<rolatech-toolbar title=\"Membership benefits\">\n <button mat-flat-button routerLink=\"./create\">\n <mat-icon>add</mat-icon>\n <span i18n>Add benefit</span>\n </button>\n</rolatech-toolbar>\n<div class=\"p-3\">\n <div class=\"flex justify-between items-center text-lg font-bold p-2\">\n <div i18n>Title</div>\n <div i18n>Description</div>\n </div>\n @for (item of data; track $index) {\n <rolatech-membership-benefit-item [benefit]=\"item\" [routerLink]=\"['./', item.id]\"></rolatech-membership-benefit-item>\n }\n</div>\n" }]
|
|
333
333
|
}] });
|
|
@@ -353,10 +353,10 @@ class MembershipManageBenefitCreateComponent {
|
|
|
353
353
|
},
|
|
354
354
|
});
|
|
355
355
|
}
|
|
356
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
357
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.
|
|
356
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipManageBenefitCreateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
357
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.6", type: MembershipManageBenefitCreateComponent, isStandalone: true, selector: "rolatech-membership-manage-benefit-create", ngImport: i0, template: "<rolatech-toolbar title=\"Add Benefit\"></rolatech-toolbar>\n<div class=\"p-3\">\n <section>\n <form #productForm=\"ngForm\">\n <div class=\"flex flex-col\">\n <mat-form-field appearance=\"fill\">\n <mat-label i18n> Title </mat-label>\n <input matInput type=\"text\" [(ngModel)]=\"benefit.title\" name=\"title\" required />\n </mat-form-field>\n <mat-form-field appearance=\"fill\">\n <mat-label i18n> Description </mat-label>\n <textarea\n matInput\n type=\"text\"\n [(ngModel)]=\"benefit.description\"\n name=\"description\"\n required\n cdkTextareaAutosize\n cdkAutosizeMinRows=\"3\"\n ></textarea>\n </mat-form-field>\n <mat-form-field appearance=\"fill\">\n <mat-label i18n> Sort order </mat-label>\n <input matInput type=\"text\" [(ngModel)]=\"benefit.sortOrder\" name=\"sortOrder\" required />\n </mat-form-field>\n </div>\n </form>\n </section>\n <div i18n>* items are required</div>\n <div class=\"mt-3\">\n <button mat-flat-button class=\"w-28\" (click)=\"create()\" i18n>Create</button>\n </div>\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: ToolbarComponent, selector: "rolatech-toolbar", inputs: ["title", "subtitle", "back", "link", "large", "divider"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1$1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i1$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i1$1.NgForm, selector: "form:not([ngNoForm]):not([formGroup]):not([formArray]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i3.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }, { kind: "directive", type: i4.CdkTextareaAutosize, selector: "textarea[cdkTextareaAutosize]", inputs: ["cdkAutosizeMinRows", "cdkAutosizeMaxRows", "cdkTextareaAutosize", "placeholder"], exportAs: ["cdkTextareaAutosize"] }, { kind: "ngmodule", type: TextFieldModule }, { kind: "ngmodule", type: MatSelectModule }, { kind: "ngmodule", type: MatOptionModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i1.MatButton, selector: " button[matButton], a[matButton], button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button], a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button] ", inputs: ["matButton"], exportAs: ["matButton", "matAnchor"] }] });
|
|
358
358
|
}
|
|
359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipManageBenefitCreateComponent, decorators: [{
|
|
360
360
|
type: Component,
|
|
361
361
|
args: [{ selector: 'rolatech-membership-manage-benefit-create', imports: [
|
|
362
362
|
CommonModule,
|
|
@@ -372,10 +372,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImpor
|
|
|
372
372
|
}] });
|
|
373
373
|
|
|
374
374
|
class MembershipManageBenefitDetailComponent {
|
|
375
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.
|
|
376
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.
|
|
375
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipManageBenefitDetailComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
376
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.6", type: MembershipManageBenefitDetailComponent, isStandalone: true, selector: "rolatech-membership-manage-benefit-detail", ngImport: i0, template: "<p>membership-manage-benefit-detail works!</p>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }] });
|
|
377
377
|
}
|
|
378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.
|
|
378
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: MembershipManageBenefitDetailComponent, decorators: [{
|
|
379
379
|
type: Component,
|
|
380
380
|
args: [{ selector: 'rolatech-membership-manage-benefit-detail', imports: [CommonModule], template: "<p>membership-manage-benefit-detail works!</p>\n" }]
|
|
381
381
|
}] });
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolatech/angular-membership",
|
|
3
|
-
"version": "20.2.
|
|
3
|
+
"version": "20.2.7-beta.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^20.0.0",
|
|
7
7
|
"@angular/core": "^20.0.0"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@rolatech/angular-common": "20.2.
|
|
11
|
-
"@rolatech/angular-components": "20.2.
|
|
12
|
-
"@rolatech/angular-services": "20.2.
|
|
10
|
+
"@rolatech/angular-common": "20.2.7-beta.2",
|
|
11
|
+
"@rolatech/angular-components": "20.2.7-beta.2",
|
|
12
|
+
"@rolatech/angular-services": "20.2.7-beta.2",
|
|
13
13
|
"tslib": "^2.3.0"
|
|
14
14
|
},
|
|
15
15
|
"sideEffects": false,
|