@osovitny/anatoly 3.17.107 → 3.17.111
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/esm2022/lib/data/exports.mjs +2 -1
- package/esm2022/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.mjs +3 -3
- package/esm2022/lib/ui/components/data-grid/control-panel.component.mjs +165 -0
- package/esm2022/lib/ui/components/exports.mjs +2 -1
- package/esm2022/lib/ui/components/index.mjs +3 -2
- package/esm2022/lib/ui/ui.module.mjs +31 -30
- package/fesm2022/osovitny-anatoly.mjs +225 -68
- package/fesm2022/osovitny-anatoly.mjs.map +1 -1
- package/lib/data/exports.d.ts +1 -0
- package/lib/ui/components/data-grid/control-panel.component.d.ts +30 -0
- package/lib/ui/components/exports.d.ts +1 -0
- package/lib/ui/components/index.d.ts +1 -1
- package/lib/ui/forms/index.d.ts +1 -1
- package/lib/ui/pipes/index.d.ts +1 -1
- package/lib/ui/ui.module.d.ts +36 -35
- package/package.json +1 -1
|
@@ -4183,7 +4183,7 @@ class DiscountCodesApiService extends ApiServiceBase {
|
|
|
4183
4183
|
</file>
|
|
4184
4184
|
*/
|
|
4185
4185
|
//Node
|
|
4186
|
-
const _c0$
|
|
4186
|
+
const _c0$h = a0 => ({ "show": a0 });
|
|
4187
4187
|
function OrderSummaryComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
4188
4188
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
4189
4189
|
i0.ɵɵelementStart(0, "div", 12)(1, "div", 13)(2, "input", 14);
|
|
@@ -4195,7 +4195,7 @@ function OrderSummaryComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
|
4195
4195
|
i0.ɵɵelementEnd()()();
|
|
4196
4196
|
} if (rf & 2) {
|
|
4197
4197
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
4198
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c0$
|
|
4198
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c0$h, ctx_r0.showPromoCode));
|
|
4199
4199
|
i0.ɵɵadvance(2);
|
|
4200
4200
|
i0.ɵɵproperty("ngModel", ctx_r0.promoCode);
|
|
4201
4201
|
} }
|
|
@@ -4294,7 +4294,7 @@ class OrderSummaryComponent extends ComponentBase {
|
|
|
4294
4294
|
i0.ɵɵadvance(12);
|
|
4295
4295
|
i0.ɵɵtextInterpolate1("$", ctx.ps.subtotal, "");
|
|
4296
4296
|
i0.ɵɵadvance(2);
|
|
4297
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c0$
|
|
4297
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c0$h, ctx.showPromoCode));
|
|
4298
4298
|
i0.ɵɵadvance(3);
|
|
4299
4299
|
i0.ɵɵconditional(17, ctx.showPromoCode ? 17 : -1);
|
|
4300
4300
|
i0.ɵɵadvance(6);
|
|
@@ -4424,7 +4424,7 @@ class PaymentMethodsComponent extends ComponentBase {
|
|
|
4424
4424
|
</file>
|
|
4425
4425
|
*/
|
|
4426
4426
|
//Node
|
|
4427
|
-
const _c0$
|
|
4427
|
+
const _c0$g = a0 => ({ "active": a0 });
|
|
4428
4428
|
class PaymentOptionsComponent extends ComponentBase {
|
|
4429
4429
|
constructor(ps) {
|
|
4430
4430
|
super();
|
|
@@ -4473,11 +4473,11 @@ class PaymentOptionsComponent extends ComponentBase {
|
|
|
4473
4473
|
i0.ɵɵelementEnd()()();
|
|
4474
4474
|
} if (rf & 2) {
|
|
4475
4475
|
i0.ɵɵadvance(3);
|
|
4476
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c0$
|
|
4476
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c0$g, ctx.ps.selectedPaymentType == 2));
|
|
4477
4477
|
i0.ɵɵadvance(7);
|
|
4478
4478
|
i0.ɵɵtextInterpolate1("$", ctx.priceWeekly, "");
|
|
4479
4479
|
i0.ɵɵadvance();
|
|
4480
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c0$
|
|
4480
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c0$g, ctx.ps.selectedPaymentType == 1));
|
|
4481
4481
|
i0.ɵɵadvance(5);
|
|
4482
4482
|
i0.ɵɵtextInterpolate1("Covers the full ", ctx.numberOfWeeks, " weeks ");
|
|
4483
4483
|
i0.ɵɵadvance(2);
|
|
@@ -4947,7 +4947,7 @@ class PayPalScriptService {
|
|
|
4947
4947
|
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
4948
4948
|
</file>
|
|
4949
4949
|
*/
|
|
4950
|
-
const _c0$
|
|
4950
|
+
const _c0$f = ["payPalButtonContainer"];
|
|
4951
4951
|
class PayPalComponent {
|
|
4952
4952
|
set payPalButtonContainer(content) {
|
|
4953
4953
|
this.payPalButtonContainerElem = content;
|
|
@@ -5214,7 +5214,7 @@ class PayPalComponent {
|
|
|
5214
5214
|
}
|
|
5215
5215
|
static { this.ɵfac = function PayPalComponent_Factory(t) { return new (t || PayPalComponent)(i0.ɵɵdirectiveInject(PayPalScriptService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.NgZone)); }; }
|
|
5216
5216
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PayPalComponent, selectors: [["anatoly-billing-paypal-container"]], viewQuery: function PayPalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
5217
|
-
i0.ɵɵviewQuery(_c0$
|
|
5217
|
+
i0.ɵɵviewQuery(_c0$f, 5);
|
|
5218
5218
|
} if (rf & 2) {
|
|
5219
5219
|
let _t;
|
|
5220
5220
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.payPalButtonContainer = _t.first);
|
|
@@ -5803,6 +5803,49 @@ class CurrenciesStorageService {
|
|
|
5803
5803
|
type: Injectable
|
|
5804
5804
|
}], () => [{ type: AppContextService }, { type: CurrenciesApiService }], null); })();
|
|
5805
5805
|
|
|
5806
|
+
/*
|
|
5807
|
+
<file>
|
|
5808
|
+
Project:
|
|
5809
|
+
@osovitny/anatoly
|
|
5810
|
+
|
|
5811
|
+
Authors:
|
|
5812
|
+
Vadim Osovitny vadim.osovitny@osovitny.com
|
|
5813
|
+
|
|
5814
|
+
Created:
|
|
5815
|
+
10 Nov 2024
|
|
5816
|
+
|
|
5817
|
+
Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
|
|
5818
|
+
</file>
|
|
5819
|
+
*/
|
|
5820
|
+
//Node
|
|
5821
|
+
class SubscriptionsApiService extends ApiServiceBase {
|
|
5822
|
+
constructor(http) {
|
|
5823
|
+
super(http);
|
|
5824
|
+
this.http = http;
|
|
5825
|
+
this.baseUrl = `${ApiUrl}/billing/subscriptions`;
|
|
5826
|
+
}
|
|
5827
|
+
getSubscriptions(data) {
|
|
5828
|
+
return this.get('getSubscriptions', data);
|
|
5829
|
+
}
|
|
5830
|
+
addSubscription(billingPlan, currentSubscriptionId, newSubscriptionId, success, error) {
|
|
5831
|
+
this.post('addSubscription', { billingPlan, currentSubscriptionId, newSubscriptionId }).subscribe({
|
|
5832
|
+
next: (data) => {
|
|
5833
|
+
if (success)
|
|
5834
|
+
success(data);
|
|
5835
|
+
},
|
|
5836
|
+
error: (e) => {
|
|
5837
|
+
if (error)
|
|
5838
|
+
error(e);
|
|
5839
|
+
}
|
|
5840
|
+
});
|
|
5841
|
+
}
|
|
5842
|
+
static { this.ɵfac = function SubscriptionsApiService_Factory(t) { return new (t || SubscriptionsApiService)(i0.ɵɵinject(i1$1.HttpClient)); }; }
|
|
5843
|
+
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: SubscriptionsApiService, factory: SubscriptionsApiService.ɵfac }); }
|
|
5844
|
+
}
|
|
5845
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SubscriptionsApiService, [{
|
|
5846
|
+
type: Injectable
|
|
5847
|
+
}], () => [{ type: i1$1.HttpClient }], null); })();
|
|
5848
|
+
|
|
5806
5849
|
/*
|
|
5807
5850
|
<file>
|
|
5808
5851
|
Project:
|
|
@@ -6299,7 +6342,7 @@ function SignUpButtonComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
6299
6342
|
i0.ɵɵadvance(3);
|
|
6300
6343
|
i0.ɵɵproperty("ngIf", !_r6.innerHTML.trim());
|
|
6301
6344
|
} }
|
|
6302
|
-
const _c0$
|
|
6345
|
+
const _c0$e = ["*"];
|
|
6303
6346
|
class SignUpButtonComponent extends ComponentBase {
|
|
6304
6347
|
constructor() {
|
|
6305
6348
|
super();
|
|
@@ -6318,7 +6361,7 @@ class SignUpButtonComponent extends ComponentBase {
|
|
|
6318
6361
|
}
|
|
6319
6362
|
}
|
|
6320
6363
|
static { this.ɵfac = function SignUpButtonComponent_Factory(t) { return new (t || SignUpButtonComponent)(); }; }
|
|
6321
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignUpButtonComponent, selectors: [["anatoly-signup-button"]], inputs: { qs: "qs" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$
|
|
6364
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignUpButtonComponent, selectors: [["anatoly-signup-button"]], inputs: { qs: "qs" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$e, decls: 4, vars: 2, consts: [[3, "href", "class", 4, "ngIf"], [3, "routerLink", "class", 4, "ngIf"], ["contentTemplate", ""], [3, "href"], [4, "ngTemplateOutlet"], [3, "routerLink"], ["ref", ""], [4, "ngIf"]], template: function SignUpButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
6322
6365
|
i0.ɵɵprojectionDef();
|
|
6323
6366
|
i0.ɵɵtemplate(0, SignUpButtonComponent_a_0_Template, 2, 5, "a", 0)(1, SignUpButtonComponent_a_1_Template, 2, 5, "a", 1)(2, SignUpButtonComponent_ng_template_2_Template, 4, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
|
|
6324
6367
|
} if (rf & 2) {
|
|
@@ -6567,12 +6610,12 @@ class SubscribePlanButtonComponent {
|
|
|
6567
6610
|
</file>
|
|
6568
6611
|
*/
|
|
6569
6612
|
//Node
|
|
6570
|
-
const _c0$
|
|
6613
|
+
const _c0$d = [[["card-header"]], [["card-body"]], "*", [["card-footer"]]];
|
|
6571
6614
|
const _c1 = ["card-header", "card-body", "*", "card-footer"];
|
|
6572
6615
|
class CardComponent extends ComponentBase {
|
|
6573
6616
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardComponent_BaseFactory; return function CardComponent_Factory(t) { return (ɵCardComponent_BaseFactory || (ɵCardComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardComponent)))(t || CardComponent); }; })(); }
|
|
6574
6617
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardComponent, selectors: [["anatoly-card"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1, decls: 5, vars: 3, template: function CardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
6575
|
-
i0.ɵɵprojectionDef(_c0$
|
|
6618
|
+
i0.ɵɵprojectionDef(_c0$d);
|
|
6576
6619
|
i0.ɵɵelementStart(0, "div");
|
|
6577
6620
|
i0.ɵɵprojection(1);
|
|
6578
6621
|
i0.ɵɵprojection(2, 1);
|
|
@@ -6613,10 +6656,10 @@ function CardHeaderComponent_h3_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
6613
6656
|
i0.ɵɵadvance();
|
|
6614
6657
|
i0.ɵɵtextInterpolate(ctx_r0.title);
|
|
6615
6658
|
} }
|
|
6616
|
-
const _c0$
|
|
6659
|
+
const _c0$c = ["*"];
|
|
6617
6660
|
class CardHeaderComponent extends ComponentBase {
|
|
6618
6661
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardHeaderComponent_BaseFactory; return function CardHeaderComponent_Factory(t) { return (ɵCardHeaderComponent_BaseFactory || (ɵCardHeaderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardHeaderComponent)))(t || CardHeaderComponent); }; })(); }
|
|
6619
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardHeaderComponent, selectors: [["anatoly-card-header"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$
|
|
6662
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardHeaderComponent, selectors: [["anatoly-card-header"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$c, decls: 4, vars: 4, consts: [[1, "card-title"], [4, "ngIf"]], template: function CardHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
6620
6663
|
i0.ɵɵprojectionDef();
|
|
6621
6664
|
i0.ɵɵelementStart(0, "div")(1, "div", 0);
|
|
6622
6665
|
i0.ɵɵtemplate(2, CardHeaderComponent_h3_2_Template, 2, 1, "h3", 1);
|
|
@@ -6650,10 +6693,10 @@ class CardHeaderComponent extends ComponentBase {
|
|
|
6650
6693
|
</file>
|
|
6651
6694
|
*/
|
|
6652
6695
|
//Node
|
|
6653
|
-
const _c0$
|
|
6696
|
+
const _c0$b = ["*"];
|
|
6654
6697
|
class CardBodyComponent extends ComponentBase {
|
|
6655
6698
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardBodyComponent_BaseFactory; return function CardBodyComponent_Factory(t) { return (ɵCardBodyComponent_BaseFactory || (ɵCardBodyComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardBodyComponent)))(t || CardBodyComponent); }; })(); }
|
|
6656
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardBodyComponent, selectors: [["anatoly-card-body"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$
|
|
6699
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardBodyComponent, selectors: [["anatoly-card-body"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$b, decls: 2, vars: 3, template: function CardBodyComponent_Template(rf, ctx) { if (rf & 1) {
|
|
6657
6700
|
i0.ɵɵprojectionDef();
|
|
6658
6701
|
i0.ɵɵelementStart(0, "div");
|
|
6659
6702
|
i0.ɵɵprojection(1);
|
|
@@ -6683,10 +6726,10 @@ class CardBodyComponent extends ComponentBase {
|
|
|
6683
6726
|
</file>
|
|
6684
6727
|
*/
|
|
6685
6728
|
//Node
|
|
6686
|
-
const _c0$
|
|
6729
|
+
const _c0$a = ["*"];
|
|
6687
6730
|
class CardFooterComponent extends ComponentBase {
|
|
6688
6731
|
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵCardFooterComponent_BaseFactory; return function CardFooterComponent_Factory(t) { return (ɵCardFooterComponent_BaseFactory || (ɵCardFooterComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CardFooterComponent)))(t || CardFooterComponent); }; })(); }
|
|
6689
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardFooterComponent, selectors: [["anatoly-card-footer"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$
|
|
6732
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardFooterComponent, selectors: [["anatoly-card-footer"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$a, decls: 2, vars: 3, template: function CardFooterComponent_Template(rf, ctx) { if (rf & 1) {
|
|
6690
6733
|
i0.ɵɵprojectionDef();
|
|
6691
6734
|
i0.ɵɵelementStart(0, "div");
|
|
6692
6735
|
i0.ɵɵprojection(1);
|
|
@@ -7555,14 +7598,14 @@ class HtmlEditorComponent extends HtmlEditorComponentBase {
|
|
|
7555
7598
|
</file>
|
|
7556
7599
|
*/
|
|
7557
7600
|
//Node
|
|
7558
|
-
const _c0$
|
|
7601
|
+
const _c0$9 = ["*"];
|
|
7559
7602
|
class CheckIconComponent {
|
|
7560
7603
|
constructor() {
|
|
7561
7604
|
//Inputs
|
|
7562
7605
|
this.checked = true;
|
|
7563
7606
|
}
|
|
7564
7607
|
static { this.ɵfac = function CheckIconComponent_Factory(t) { return new (t || CheckIconComponent)(); }; }
|
|
7565
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CheckIconComponent, selectors: [["anatoly-check-icon"]], inputs: { checked: "checked" }, ngContentSelectors: _c0$
|
|
7608
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CheckIconComponent, selectors: [["anatoly-check-icon"]], inputs: { checked: "checked" }, ngContentSelectors: _c0$9, decls: 2, vars: 2, consts: [[3, "icon", "ngClass"]], template: function CheckIconComponent_Template(rf, ctx) { if (rf & 1) {
|
|
7566
7609
|
i0.ɵɵprojectionDef();
|
|
7567
7610
|
i0.ɵɵelement(0, "fa-icon", 0);
|
|
7568
7611
|
i0.ɵɵprojection(1);
|
|
@@ -7578,6 +7621,162 @@ class CheckIconComponent {
|
|
|
7578
7621
|
}] }); })();
|
|
7579
7622
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CheckIconComponent, { className: "CheckIconComponent", filePath: "lib\\ui\\components\\check-icon\\check-icon.component.ts", lineNumber: 24 }); })();
|
|
7580
7623
|
|
|
7624
|
+
/*
|
|
7625
|
+
<file>
|
|
7626
|
+
Project:
|
|
7627
|
+
@osovitny/anatoly
|
|
7628
|
+
|
|
7629
|
+
Authors:
|
|
7630
|
+
Anatoly Osovitny anatoly.osovitny@osovitny.com
|
|
7631
|
+
|
|
7632
|
+
Created:
|
|
7633
|
+
23 Apr 2024
|
|
7634
|
+
|
|
7635
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
7636
|
+
</file>
|
|
7637
|
+
*/
|
|
7638
|
+
//Node
|
|
7639
|
+
function ControlPanelComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
7640
|
+
const _r3 = i0.ɵɵgetCurrentView();
|
|
7641
|
+
i0.ɵɵelementStart(0, "div", 9)(1, "h2");
|
|
7642
|
+
i0.ɵɵtext(2, "Sort By:");
|
|
7643
|
+
i0.ɵɵelementEnd();
|
|
7644
|
+
i0.ɵɵelementStart(3, "kendo-dropdownlist", 10);
|
|
7645
|
+
i0.ɵɵlistener("ngModelChange", function ControlPanelComponent_Conditional_7_Template_kendo_dropdownlist_ngModelChange_3_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.selectedSortBy = $event); })("valueChange", function ControlPanelComponent_Conditional_7_Template_kendo_dropdownlist_valueChange_3_listener() { i0.ɵɵrestoreView(_r3); const ctx_r4 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r4.onSortByChange()); });
|
|
7646
|
+
i0.ɵɵelementEnd()();
|
|
7647
|
+
} if (rf & 2) {
|
|
7648
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
7649
|
+
i0.ɵɵadvance(3);
|
|
7650
|
+
i0.ɵɵproperty("data", ctx_r0.sortByItems)("valuePrimitive", true)("ngModel", ctx_r0.selectedSortBy);
|
|
7651
|
+
} }
|
|
7652
|
+
function ControlPanelComponent_Conditional_8_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
7653
|
+
const _r7 = i0.ɵɵgetCurrentView();
|
|
7654
|
+
i0.ɵɵnamespaceSVG();
|
|
7655
|
+
i0.ɵɵnamespaceHTML();
|
|
7656
|
+
i0.ɵɵelementStart(0, "a", 20);
|
|
7657
|
+
i0.ɵɵlistener("click", function ControlPanelComponent_Conditional_8_Conditional_10_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r7); const ctx_r6 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r6.onAdd()); });
|
|
7658
|
+
i0.ɵɵelement(1, "fa-icon", 21);
|
|
7659
|
+
i0.ɵɵelementEnd();
|
|
7660
|
+
} }
|
|
7661
|
+
const _c0$8 = a0 => ({ "active": a0 });
|
|
7662
|
+
function ControlPanelComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
7663
|
+
const _r9 = i0.ɵɵgetCurrentView();
|
|
7664
|
+
i0.ɵɵelementStart(0, "div", 11)(1, "a", 3);
|
|
7665
|
+
i0.ɵɵlistener("click", function ControlPanelComponent_Conditional_8_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r9); const ctx_r8 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r8.onViewSwitch("grid")); });
|
|
7666
|
+
i0.ɵɵnamespaceSVG();
|
|
7667
|
+
i0.ɵɵelementStart(2, "svg", 12);
|
|
7668
|
+
i0.ɵɵelement(3, "path", 13)(4, "path", 14)(5, "path", 15)(6, "path", 16);
|
|
7669
|
+
i0.ɵɵelementEnd()();
|
|
7670
|
+
i0.ɵɵnamespaceHTML();
|
|
7671
|
+
i0.ɵɵelementStart(7, "a", 3);
|
|
7672
|
+
i0.ɵɵlistener("click", function ControlPanelComponent_Conditional_8_Template_a_click_7_listener() { i0.ɵɵrestoreView(_r9); const ctx_r10 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r10.onViewSwitch("list")); });
|
|
7673
|
+
i0.ɵɵnamespaceSVG();
|
|
7674
|
+
i0.ɵɵelementStart(8, "svg", 17);
|
|
7675
|
+
i0.ɵɵelement(9, "path", 18);
|
|
7676
|
+
i0.ɵɵelementEnd()();
|
|
7677
|
+
i0.ɵɵtemplate(10, ControlPanelComponent_Conditional_8_Conditional_10_Template, 2, 0, "a", 19);
|
|
7678
|
+
i0.ɵɵelementEnd();
|
|
7679
|
+
} if (rf & 2) {
|
|
7680
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
7681
|
+
i0.ɵɵadvance();
|
|
7682
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(3, _c0$8, ctx_r1.viewType == "grid"));
|
|
7683
|
+
i0.ɵɵadvance(6);
|
|
7684
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c0$8, ctx_r1.viewType == "list"));
|
|
7685
|
+
i0.ɵɵadvance(3);
|
|
7686
|
+
i0.ɵɵconditional(10, ctx_r1.addVisible ? 10 : -1);
|
|
7687
|
+
} }
|
|
7688
|
+
class ControlPanelComponent extends ComponentBase {
|
|
7689
|
+
constructor() {
|
|
7690
|
+
super(...arguments);
|
|
7691
|
+
this.addVisible = false;
|
|
7692
|
+
this.sortByVisible = false;
|
|
7693
|
+
this.viewTypeVisible = false;
|
|
7694
|
+
//Outputs
|
|
7695
|
+
this.settingsChange = new EventEmitter();
|
|
7696
|
+
this.add = new EventEmitter();
|
|
7697
|
+
}
|
|
7698
|
+
ngOnInit() {
|
|
7699
|
+
this.resetSettings();
|
|
7700
|
+
this.fireSettingsChange();
|
|
7701
|
+
}
|
|
7702
|
+
fireSettingsChange() {
|
|
7703
|
+
this.settingsChange.emit(this.getSettings());
|
|
7704
|
+
}
|
|
7705
|
+
fireAdd() {
|
|
7706
|
+
this.add.emit();
|
|
7707
|
+
}
|
|
7708
|
+
//Public
|
|
7709
|
+
resetSettings() {
|
|
7710
|
+
this.selectedSortBy = 1;
|
|
7711
|
+
this.filterVisible = false;
|
|
7712
|
+
this.viewType = DataViewType.List;
|
|
7713
|
+
}
|
|
7714
|
+
getSettings() {
|
|
7715
|
+
let sortBy = this.selectedSortBy;
|
|
7716
|
+
let filterVisible = this.filterVisible;
|
|
7717
|
+
let viewType = this.viewType;
|
|
7718
|
+
return {
|
|
7719
|
+
sortBy: sortBy,
|
|
7720
|
+
filterVisible: filterVisible,
|
|
7721
|
+
viewType: viewType
|
|
7722
|
+
};
|
|
7723
|
+
}
|
|
7724
|
+
//Events
|
|
7725
|
+
onFilterToggle() {
|
|
7726
|
+
this.filterVisible = !this.filterVisible;
|
|
7727
|
+
this.fireSettingsChange();
|
|
7728
|
+
}
|
|
7729
|
+
onSortByChange() {
|
|
7730
|
+
this.fireSettingsChange();
|
|
7731
|
+
}
|
|
7732
|
+
onViewSwitch(value) {
|
|
7733
|
+
this.viewType = value;
|
|
7734
|
+
this.fireSettingsChange();
|
|
7735
|
+
}
|
|
7736
|
+
onAdd() {
|
|
7737
|
+
this.fireAdd();
|
|
7738
|
+
}
|
|
7739
|
+
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵControlPanelComponent_BaseFactory; return function ControlPanelComponent_Factory(t) { return (ɵControlPanelComponent_BaseFactory || (ɵControlPanelComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ControlPanelComponent)))(t || ControlPanelComponent); }; })(); }
|
|
7740
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ControlPanelComponent, selectors: [["anatoly-data-grid-control-panel"]], inputs: { mode: "mode", sortByItems: "sortByItems", addVisible: "addVisible", sortByVisible: "sortByVisible", viewTypeVisible: "viewTypeVisible" }, outputs: { settingsChange: "settingsChange", add: "add" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 9, vars: 5, consts: [[1, "data-grid"], [1, "control-panel"], [1, "filter"], ["href", "javascript:void(0)", 1, "btn", "btn-icon", "btn-primary", 3, "ngClass", "click"], ["height", "22", "viewBox", "0 0 32 32", "width", "20", "xmlns", "http://www.w3.org/2000/svg"], ["d", "M2 7h.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2H9.858a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2zm4-3a2 2 0 1 1-2 2 2 2 0 0 1 2-2zm24 11h-.142a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2h20.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2zm-4 3a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm4 7H19.858a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2h10.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2zm-14 3a2 2 0 1 1 2-2 2 2 0 0 1-2 2z", "fill", "currentColor"], [1, "tools"], ["class", "sort-by"], ["class", "actions"], [1, "sort-by"], ["valueField", "value", "textField", "text", 3, "data", "valuePrimitive", "ngModel", "ngModelChange", "valueChange"], [1, "actions"], ["fill", "none", "height", "18", "viewBox", "0 0 18 18", "width", "18", "xmlns", "http://www.w3.org/2000/svg"], ["d", "M6 1H2C1.44772 1 1 1.44772 1 2V6C1 6.55228 1.44772 7 2 7H6C6.55228 7 7 6.55228 7 6V2C7 1.44772 6.55228 1 6 1Z", "stroke", "currentColor", "stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], ["d", "M16 1H12C11.4477 1 11 1.44772 11 2V6C11 6.55228 11.4477 7 12 7H16C16.5523 7 17 6.55228 17 6V2C17 1.44772 16.5523 1 16 1Z", "stroke", "currentColor", "stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], ["d", "M6 11H2C1.44772 11 1 11.4477 1 12V16C1 16.5523 1.44772 17 2 17H6C6.55228 17 7 16.5523 7 16V12C7 11.4477 6.55228 11 6 11Z", "stroke", "currentColor", "stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], ["d", "M16 11H12C11.4477 11 11 11.4477 11 12V16C11 16.5523 11.4477 17 12 17H16C16.5523 17 17 16.5523 17 16V12C17 11.4477 16.5523 11 16 11Z", "stroke", "currentColor", "stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], ["fill", "none", "height", "15", "viewBox", "0 0 19 15", "width", "19", "xmlns", "http://www.w3.org/2000/svg"], ["d", "M1.5 6C0.67 6 0 6.67 0 7.5C0 8.33 0.67 9 1.5 9C2.33 9 3 8.33 3 7.5C3 6.67 2.33 6 1.5 6ZM1.5 0C0.67 0 0 0.67 0 1.5C0 2.33 0.67 3 1.5 3C2.33 3 3 2.33 3 1.5C3 0.67 2.33 0 1.5 0ZM1.5 12C0.67 12 0 12.68 0 13.5C0 14.32 0.68 15 1.5 15C2.32 15 3 14.32 3 13.5C3 12.68 2.33 12 1.5 12ZM5.5 14.5H17.5C18.05 14.5 18.5 14.05 18.5 13.5C18.5 12.95 18.05 12.5 17.5 12.5H5.5C4.95 12.5 4.5 12.95 4.5 13.5C4.5 14.05 4.95 14.5 5.5 14.5ZM5.5 8.5H17.5C18.05 8.5 18.5 8.05 18.5 7.5C18.5 6.95 18.05 6.5 17.5 6.5H5.5C4.95 6.5 4.5 6.95 4.5 7.5C4.5 8.05 4.95 8.5 5.5 8.5ZM4.5 1.5C4.5 2.05 4.95 2.5 5.5 2.5H17.5C18.05 2.5 18.5 2.05 18.5 1.5C18.5 0.95 18.05 0.5 17.5 0.5H5.5C4.95 0.5 4.5 0.95 4.5 1.5Z", "fill", "currentColor"], ["class", "btn btn-icon btn-primary", "href", "javascript:void(0)"], ["href", "javascript:void(0)", 1, "btn", "btn-icon", "btn-primary", 3, "click"], ["icon", "plus"]], template: function ControlPanelComponent_Template(rf, ctx) { if (rf & 1) {
|
|
7741
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "a", 3);
|
|
7742
|
+
i0.ɵɵlistener("click", function ControlPanelComponent_Template_a_click_3_listener() { return ctx.onFilterToggle(); });
|
|
7743
|
+
i0.ɵɵnamespaceSVG();
|
|
7744
|
+
i0.ɵɵelementStart(4, "svg", 4);
|
|
7745
|
+
i0.ɵɵelement(5, "path", 5);
|
|
7746
|
+
i0.ɵɵelementEnd()()();
|
|
7747
|
+
i0.ɵɵnamespaceHTML();
|
|
7748
|
+
i0.ɵɵelementStart(6, "div", 6);
|
|
7749
|
+
i0.ɵɵtemplate(7, ControlPanelComponent_Conditional_7_Template, 4, 3, "div", 7)(8, ControlPanelComponent_Conditional_8_Template, 11, 7, "div", 8);
|
|
7750
|
+
i0.ɵɵelementEnd()()();
|
|
7751
|
+
} if (rf & 2) {
|
|
7752
|
+
i0.ɵɵadvance(3);
|
|
7753
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(3, _c0$8, ctx.filterVisible));
|
|
7754
|
+
i0.ɵɵadvance(4);
|
|
7755
|
+
i0.ɵɵconditional(7, ctx.sortByVisible ? 7 : -1);
|
|
7756
|
+
i0.ɵɵadvance();
|
|
7757
|
+
i0.ɵɵconditional(8, ctx.viewTypeVisible ? 8 : -1);
|
|
7758
|
+
} }, dependencies: [i1$2.NgClass, i2.NgControlStatus, i2.NgModel, i1$6.FaIconComponent, i3.DropDownListComponent], encapsulation: 2 }); }
|
|
7759
|
+
}
|
|
7760
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ControlPanelComponent, [{
|
|
7761
|
+
type: Component,
|
|
7762
|
+
args: [{ selector: 'anatoly-data-grid-control-panel', template: "<div class='data-grid'>\r\n <div class='control-panel'>\r\n <div class='filter'>\r\n <a (click)='onFilterToggle()'\r\n [ngClass]=\"{'active': filterVisible}\"\r\n class='btn btn-icon btn-primary'\r\n href='javascript:void(0)'>\r\n <svg height='22' viewBox='0 0 32 32' width='20' xmlns='http://www.w3.org/2000/svg'>\r\n <path d='M2 7h.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2H9.858a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2zm4-3a2 2 0 1 1-2 2 2 2 0 0 1 2-2zm24 11h-.142a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2h20.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2zm-4 3a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm4 7H19.858a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2h10.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2zm-14 3a2 2 0 1 1 2-2 2 2 0 0 1-2 2z'\r\n fill='currentColor'></path>\r\n </svg>\r\n </a>\r\n </div>\r\n <div class='tools'>\r\n @if (sortByVisible) {\r\n <div class='sort-by'>\r\n <h2>Sort By:</h2>\r\n <kendo-dropdownlist [data]='sortByItems'\r\n valueField='value'\r\n textField='text'\r\n [valuePrimitive]='true'\r\n [(ngModel)]='selectedSortBy'\r\n (valueChange)='onSortByChange()'>\r\n </kendo-dropdownlist>\r\n </div>\r\n }\r\n\r\n @if (viewTypeVisible) {\r\n <div class='actions'>\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)'\r\n [ngClass]=\"{'active': viewType == 'grid'}\"\r\n (click)=\"onViewSwitch('grid')\">\r\n <svg fill='none' height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'>\r\n <path d='M6 1H2C1.44772 1 1 1.44772 1 2V6C1 6.55228 1.44772 7 2 7H6C6.55228 7 7 6.55228 7 6V2C7 1.44772 6.55228 1 6 1Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2' />\r\n <path d='M16 1H12C11.4477 1 11 1.44772 11 2V6C11 6.55228 11.4477 7 12 7H16C16.5523 7 17 6.55228 17 6V2C17 1.44772 16.5523 1 16 1Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2' />\r\n <path d='M6 11H2C1.44772 11 1 11.4477 1 12V16C1 16.5523 1.44772 17 2 17H6C6.55228 17 7 16.5523 7 16V12C7 11.4477 6.55228 11 6 11Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2' />\r\n <path d='M16 11H12C11.4477 11 11 11.4477 11 12V16C11 16.5523 11.4477 17 12 17H16C16.5523 17 17 16.5523 17 16V12C17 11.4477 16.5523 11 16 11Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2' />\r\n </svg>\r\n </a>\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)'\r\n [ngClass]=\"{'active': viewType == 'list'}\"\r\n (click)=\"onViewSwitch('list')\">\r\n <svg fill='none' height='15' viewBox='0 0 19 15' width='19' xmlns='http://www.w3.org/2000/svg'>\r\n <path d='M1.5 6C0.67 6 0 6.67 0 7.5C0 8.33 0.67 9 1.5 9C2.33 9 3 8.33 3 7.5C3 6.67 2.33 6 1.5 6ZM1.5 0C0.67 0 0 0.67 0 1.5C0 2.33 0.67 3 1.5 3C2.33 3 3 2.33 3 1.5C3 0.67 2.33 0 1.5 0ZM1.5 12C0.67 12 0 12.68 0 13.5C0 14.32 0.68 15 1.5 15C2.32 15 3 14.32 3 13.5C3 12.68 2.33 12 1.5 12ZM5.5 14.5H17.5C18.05 14.5 18.5 14.05 18.5 13.5C18.5 12.95 18.05 12.5 17.5 12.5H5.5C4.95 12.5 4.5 12.95 4.5 13.5C4.5 14.05 4.95 14.5 5.5 14.5ZM5.5 8.5H17.5C18.05 8.5 18.5 8.05 18.5 7.5C18.5 6.95 18.05 6.5 17.5 6.5H5.5C4.95 6.5 4.5 6.95 4.5 7.5C4.5 8.05 4.95 8.5 5.5 8.5ZM4.5 1.5C4.5 2.05 4.95 2.5 5.5 2.5H17.5C18.05 2.5 18.5 2.05 18.5 1.5C18.5 0.95 18.05 0.5 17.5 0.5H5.5C4.95 0.5 4.5 0.95 4.5 1.5Z'\r\n fill='currentColor' />\r\n </svg>\r\n </a>\r\n\r\n @if (addVisible) {\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)' (click)='onAdd()'>\r\n <fa-icon icon='plus' />\r\n </a>\r\n }\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n" }]
|
|
7763
|
+
}], null, { mode: [{
|
|
7764
|
+
type: Input
|
|
7765
|
+
}], sortByItems: [{
|
|
7766
|
+
type: Input
|
|
7767
|
+
}], addVisible: [{
|
|
7768
|
+
type: Input
|
|
7769
|
+
}], sortByVisible: [{
|
|
7770
|
+
type: Input
|
|
7771
|
+
}], viewTypeVisible: [{
|
|
7772
|
+
type: Input
|
|
7773
|
+
}], settingsChange: [{
|
|
7774
|
+
type: Output
|
|
7775
|
+
}], add: [{
|
|
7776
|
+
type: Output
|
|
7777
|
+
}] }); })();
|
|
7778
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ControlPanelComponent, { className: "ControlPanelComponent", filePath: "lib\\ui\\components\\data-grid\\control-panel.component.ts", lineNumber: 27 }); })();
|
|
7779
|
+
|
|
7581
7780
|
/*
|
|
7582
7781
|
<file>
|
|
7583
7782
|
Project:
|
|
@@ -8148,12 +8347,12 @@ class Copy2ClipboardComponent extends ComponentBase {
|
|
|
8148
8347
|
i0.ɵɵelement(1, "fa-icon", 1);
|
|
8149
8348
|
i0.ɵɵelementEnd();
|
|
8150
8349
|
} if (rf & 2) {
|
|
8151
|
-
i0.ɵɵclassMapInterpolate1("btn ", ctx.classes, "");
|
|
8350
|
+
i0.ɵɵclassMapInterpolate1("btn btn-icon ", ctx.classes, "");
|
|
8152
8351
|
} }, dependencies: [i1$6.FaIconComponent], encapsulation: 2 }); }
|
|
8153
8352
|
}
|
|
8154
8353
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(Copy2ClipboardComponent, [{
|
|
8155
8354
|
type: Component,
|
|
8156
|
-
args: [{ selector: 'anatoly-copy-2-clipboard', template: "<a class=\"btn {{ classes }}\" (click)=\"onCopy2Clipboard($event)\">\r\n <fa-icon size=\"lg\" icon=\"copy\"
|
|
8355
|
+
args: [{ selector: 'anatoly-copy-2-clipboard', template: "<a class=\"btn btn-icon {{ classes }}\" (click)=\"onCopy2Clipboard($event)\">\r\n <fa-icon size=\"lg\" icon=\"copy\" />\r\n</a>\r\n" }]
|
|
8157
8356
|
}], null, { tooltip: [{
|
|
8158
8357
|
type: Input
|
|
8159
8358
|
}], text: [{
|
|
@@ -9453,49 +9652,6 @@ class AnatolyCoreModule {
|
|
|
9453
9652
|
LocalizationSettingsModule,
|
|
9454
9653
|
LocalizationModule] }); })();
|
|
9455
9654
|
|
|
9456
|
-
/*
|
|
9457
|
-
<file>
|
|
9458
|
-
Project:
|
|
9459
|
-
@osovitny/anatoly
|
|
9460
|
-
|
|
9461
|
-
Authors:
|
|
9462
|
-
Vadim Osovitny vadim.osovitny@osovitny.com
|
|
9463
|
-
|
|
9464
|
-
Created:
|
|
9465
|
-
10 Nov 2024
|
|
9466
|
-
|
|
9467
|
-
Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
|
|
9468
|
-
</file>
|
|
9469
|
-
*/
|
|
9470
|
-
//Node
|
|
9471
|
-
class SubscriptionsApiService extends ApiServiceBase {
|
|
9472
|
-
constructor(http) {
|
|
9473
|
-
super(http);
|
|
9474
|
-
this.http = http;
|
|
9475
|
-
this.baseUrl = `${ApiUrl}/billing/subscriptions`;
|
|
9476
|
-
}
|
|
9477
|
-
getSubscriptions(data) {
|
|
9478
|
-
return this.get('getSubscriptions', data);
|
|
9479
|
-
}
|
|
9480
|
-
addSubscription(billingPlan, currentSubscriptionId, newSubscriptionId, success, error) {
|
|
9481
|
-
this.post('addSubscription', { billingPlan, currentSubscriptionId, newSubscriptionId }).subscribe({
|
|
9482
|
-
next: (data) => {
|
|
9483
|
-
if (success)
|
|
9484
|
-
success(data);
|
|
9485
|
-
},
|
|
9486
|
-
error: (e) => {
|
|
9487
|
-
if (error)
|
|
9488
|
-
error(e);
|
|
9489
|
-
}
|
|
9490
|
-
});
|
|
9491
|
-
}
|
|
9492
|
-
static { this.ɵfac = function SubscriptionsApiService_Factory(t) { return new (t || SubscriptionsApiService)(i0.ɵɵinject(i1$1.HttpClient)); }; }
|
|
9493
|
-
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: SubscriptionsApiService, factory: SubscriptionsApiService.ɵfac }); }
|
|
9494
|
-
}
|
|
9495
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SubscriptionsApiService, [{
|
|
9496
|
-
type: Injectable
|
|
9497
|
-
}], () => [{ type: i1$1.HttpClient }], null); })();
|
|
9498
|
-
|
|
9499
9655
|
/*
|
|
9500
9656
|
<file>
|
|
9501
9657
|
Project:
|
|
@@ -10224,6 +10380,7 @@ const MAIN_COMPONENTS = [
|
|
|
10224
10380
|
CardFooterComponent,
|
|
10225
10381
|
CheckIconComponent,
|
|
10226
10382
|
Copy2ClipboardComponent,
|
|
10383
|
+
ControlPanelComponent,
|
|
10227
10384
|
DataPagerComponent,
|
|
10228
10385
|
//Dropdownlists
|
|
10229
10386
|
CountryDropdownlist,
|
|
@@ -10403,7 +10560,7 @@ class AnatolyUIModule {
|
|
|
10403
10560
|
]
|
|
10404
10561
|
}]
|
|
10405
10562
|
}], null, null); })();
|
|
10406
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyUIModule, { declarations: [BuyAccessButtonComponent, SubscribePlanButtonComponent, CardComponent, CardHeaderComponent, CardBodyComponent, CardFooterComponent, CheckIconComponent, Copy2ClipboardComponent, DataPagerComponent, CountryDropdownlist, ModerationStatusDropdownlist, PublishStatusDropdownlist, TimezoneDropdownlist, HtmlEditorComponent, SignInButtonComponent, SignUpButtonComponent, SignOutButtonComponent, NodataComponent, NoMobileSupportComponent, PageSpinnerComponent, LoadingComponent, UrlSlugComponent, FeatureWillBeReadyComponent, YouAgreeToOurTermsComponent, ContactUsDialog, NativeElementDirective, HoveringDirective, AddressComponent, CompanyComponent, ContactUsForm, SafeHtmlPipe, ReplaceTextPipe, FileSizePipe, FormValidationSummaryComponent, ItemValidationSummaryComponent], imports: [CommonModule,
|
|
10563
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyUIModule, { declarations: [BuyAccessButtonComponent, SubscribePlanButtonComponent, CardComponent, CardHeaderComponent, CardBodyComponent, CardFooterComponent, CheckIconComponent, Copy2ClipboardComponent, ControlPanelComponent, DataPagerComponent, CountryDropdownlist, ModerationStatusDropdownlist, PublishStatusDropdownlist, TimezoneDropdownlist, HtmlEditorComponent, SignInButtonComponent, SignUpButtonComponent, SignOutButtonComponent, NodataComponent, NoMobileSupportComponent, PageSpinnerComponent, LoadingComponent, UrlSlugComponent, FeatureWillBeReadyComponent, YouAgreeToOurTermsComponent, ContactUsDialog, NativeElementDirective, HoveringDirective, AddressComponent, CompanyComponent, ContactUsForm, SafeHtmlPipe, ReplaceTextPipe, FileSizePipe, FormValidationSummaryComponent, ItemValidationSummaryComponent], imports: [CommonModule,
|
|
10407
10564
|
RouterModule,
|
|
10408
10565
|
ReactiveFormsModule,
|
|
10409
10566
|
FormsModule,
|
|
@@ -10411,7 +10568,7 @@ class AnatolyUIModule {
|
|
|
10411
10568
|
FERootModule,
|
|
10412
10569
|
//External Modules
|
|
10413
10570
|
FaModule,
|
|
10414
|
-
KendoModule], exports: [BuyAccessButtonComponent, SubscribePlanButtonComponent, CardComponent, CardHeaderComponent, CardBodyComponent, CardFooterComponent, CheckIconComponent, Copy2ClipboardComponent, DataPagerComponent, CountryDropdownlist, ModerationStatusDropdownlist, PublishStatusDropdownlist, TimezoneDropdownlist, HtmlEditorComponent, SignInButtonComponent, SignUpButtonComponent, SignOutButtonComponent, NodataComponent, NoMobileSupportComponent, PageSpinnerComponent, LoadingComponent, UrlSlugComponent, FeatureWillBeReadyComponent, YouAgreeToOurTermsComponent, ContactUsDialog, NativeElementDirective, HoveringDirective, AddressComponent, CompanyComponent, ContactUsForm, SafeHtmlPipe, ReplaceTextPipe, FileSizePipe, FormValidationSummaryComponent, ItemValidationSummaryComponent] }); })();
|
|
10571
|
+
KendoModule], exports: [BuyAccessButtonComponent, SubscribePlanButtonComponent, CardComponent, CardHeaderComponent, CardBodyComponent, CardFooterComponent, CheckIconComponent, Copy2ClipboardComponent, ControlPanelComponent, DataPagerComponent, CountryDropdownlist, ModerationStatusDropdownlist, PublishStatusDropdownlist, TimezoneDropdownlist, HtmlEditorComponent, SignInButtonComponent, SignUpButtonComponent, SignOutButtonComponent, NodataComponent, NoMobileSupportComponent, PageSpinnerComponent, LoadingComponent, UrlSlugComponent, FeatureWillBeReadyComponent, YouAgreeToOurTermsComponent, ContactUsDialog, NativeElementDirective, HoveringDirective, AddressComponent, CompanyComponent, ContactUsForm, SafeHtmlPipe, ReplaceTextPipe, FileSizePipe, FormValidationSummaryComponent, ItemValidationSummaryComponent] }); })();
|
|
10415
10572
|
|
|
10416
10573
|
/*
|
|
10417
10574
|
<file>
|
|
@@ -10476,5 +10633,5 @@ class AnatolyModule {
|
|
|
10476
10633
|
* Generated bundle index. Do not edit.
|
|
10477
10634
|
*/
|
|
10478
10635
|
|
|
10479
|
-
export { AddressComponent, AdminGuard, Alerts, AnatolyBillingModule, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyIAMModule, AnatolyIAMPagesModule, AnatolyModule, AnatolyUIModule, ApiServiceBase, ApiUrl, AppContextService, AppCoreSettings, AppName, AppSettings, AppVersion, AppsGoServiceBase, AuthService, AuthenticationGuard, BillingUtils, BraintreeDialog, Browser, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, ClientApps, CompanyComponent, ComponentBase, ContactUsDialog, ContactUsForm, Convert, Copy2ClipboardComponent, CoreApiService, CountryDropdownlist, CurrenciesApiService, CurrenciesStorageService, DOM, DataPagerComponent, DataViewType, DateConvert, DefaultEditorOptions, DialogBase, DigitalMarketingService, DiscountCodeStatus, DiscountCodeType, DiscountCodesApiService, EditComponentBase, EditPageBase, EmailsApiService, EnumEditComponentBase, FeatureWillBeReadyComponent, FileSizePipe, FormValidationSummaryComponent, GABillingEvents, GAEvents, GlobalErrorHandler, GoServiceBase, GoogleAnalyticsService, GridEditServiceBase, GridReadServiceBase, Guid, HoveringDirective, HtmlEditorComponent, HtmlEditorComponentBase, IdleService, InjectorInstance, IsDevMode, IsProdMode, ItemValidationSummaryComponent, L10NUrl, L10nUtils, ListBase, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, MSALUtils, ModerationStatus, ModerationStatusDropdownlist, NativeElementDirective, NoMobileSupportComponent, NodataComponent, NotificationService, OrderSummaryComponent, PageBase, PageSpinnerComponent, PagedPageBase, PayPalComponent, PayPalScriptService, PaymentMethod, PaymentMethodsComponent, PaymentOptionsComponent, PaymentStage, PaymentType, PaymentsApiService, PaymentsService, PaypalButtonComponent, PublishStatus, PublishStatusDropdownlist, QSUtils, ReplaceTextPipe, SafeHtmlPipe, ScriptService, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, StarterGuard, StarterService, Stopwatch, StripeDialog, Subs, SubscribePlanButtonComponent, TimezoneDropdownlist, TransactionsApiService, UrlSlugComponent, Utils, ValidationSummaryComponent, XmlFormatter, YouAgreeToOurTermsComponent, dateFormats, dateTimeFormats, getAppSettingsById, getAppSettingsByName, is, localizationInitializerFactory, throwIfAlreadyLoaded, timeFormats, translateLoaderFactory };
|
|
10636
|
+
export { AddressComponent, AdminGuard, Alerts, AnatolyBillingModule, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyIAMModule, AnatolyIAMPagesModule, AnatolyModule, AnatolyUIModule, ApiServiceBase, ApiUrl, AppContextService, AppCoreSettings, AppName, AppSettings, AppVersion, AppsGoServiceBase, AuthService, AuthenticationGuard, BillingUtils, BraintreeDialog, Browser, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, ClientApps, CompanyComponent, ComponentBase, ContactUsDialog, ContactUsForm, ControlPanelComponent, Convert, Copy2ClipboardComponent, CoreApiService, CountryDropdownlist, CurrenciesApiService, CurrenciesStorageService, DOM, DataPagerComponent, DataViewType, DateConvert, DefaultEditorOptions, DialogBase, DigitalMarketingService, DiscountCodeStatus, DiscountCodeType, DiscountCodesApiService, EditComponentBase, EditPageBase, EmailsApiService, EnumEditComponentBase, FeatureWillBeReadyComponent, FileSizePipe, FormValidationSummaryComponent, GABillingEvents, GAEvents, GlobalErrorHandler, GoServiceBase, GoogleAnalyticsService, GridEditServiceBase, GridReadServiceBase, Guid, HoveringDirective, HtmlEditorComponent, HtmlEditorComponentBase, IdleService, InjectorInstance, IsDevMode, IsProdMode, ItemValidationSummaryComponent, L10NUrl, L10nUtils, ListBase, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, MSALUtils, ModerationStatus, ModerationStatusDropdownlist, NativeElementDirective, NoMobileSupportComponent, NodataComponent, NotificationService, OrderSummaryComponent, PageBase, PageSpinnerComponent, PagedPageBase, PayPalComponent, PayPalScriptService, PaymentMethod, PaymentMethodsComponent, PaymentOptionsComponent, PaymentStage, PaymentType, PaymentsApiService, PaymentsService, PaypalButtonComponent, PublishStatus, PublishStatusDropdownlist, QSUtils, ReplaceTextPipe, SafeHtmlPipe, ScriptService, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, StarterGuard, StarterService, Stopwatch, StripeDialog, Subs, SubscribePlanButtonComponent, SubscriptionsApiService, TimezoneDropdownlist, TransactionsApiService, UrlSlugComponent, Utils, ValidationSummaryComponent, XmlFormatter, YouAgreeToOurTermsComponent, dateFormats, dateTimeFormats, getAppSettingsById, getAppSettingsByName, is, localizationInitializerFactory, throwIfAlreadyLoaded, timeFormats, translateLoaderFactory };
|
|
10480
10637
|
//# sourceMappingURL=osovitny-anatoly.mjs.map
|