@osovitny/anatoly 3.17.104 → 3.17.105
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/core/services/appcontext.service.mjs +4 -13
- package/esm2022/lib/ui/forms/components/address/address.component.mjs +34 -34
- package/esm2022/lib/ui/forms/components/company/company.component.mjs +17 -17
- package/fesm2022/osovitny-anatoly.mjs +52 -61
- package/fesm2022/osovitny-anatoly.mjs.map +1 -1
- package/lib/core/services/appcontext.service.d.ts +2 -2
- package/lib/ui/components/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1281,16 +1281,7 @@ class AppContextService extends ApiServiceBase {
|
|
|
1281
1281
|
this.subscription.unsubscribe();
|
|
1282
1282
|
this.subscription = null;
|
|
1283
1283
|
}
|
|
1284
|
-
|
|
1285
|
-
if (getCachedIfExist) {
|
|
1286
|
-
let context = this.getCurrent4Session();
|
|
1287
|
-
if (context != null) {
|
|
1288
|
-
if (success) {
|
|
1289
|
-
success(context);
|
|
1290
|
-
}
|
|
1291
|
-
return;
|
|
1292
|
-
}
|
|
1293
|
-
}
|
|
1284
|
+
getCurrentContext() {
|
|
1294
1285
|
if (this.subscription != null) {
|
|
1295
1286
|
return;
|
|
1296
1287
|
}
|
|
@@ -1340,8 +1331,8 @@ class AppContextService extends ApiServiceBase {
|
|
|
1340
1331
|
loadRequiredItems() {
|
|
1341
1332
|
return null;
|
|
1342
1333
|
}
|
|
1343
|
-
updateCurrent(
|
|
1344
|
-
this.
|
|
1334
|
+
updateCurrent() {
|
|
1335
|
+
this.getCurrentContext();
|
|
1345
1336
|
}
|
|
1346
1337
|
//Storage
|
|
1347
1338
|
clearLocalStorage() {
|
|
@@ -8868,13 +8859,13 @@ class HoveringDirective {
|
|
|
8868
8859
|
*/
|
|
8869
8860
|
//Node
|
|
8870
8861
|
function AddressComponent_anatoly_card_header_1_Template(rf, ctx) { if (rf & 1) {
|
|
8871
|
-
i0.ɵɵelement(0, "anatoly-card-header",
|
|
8862
|
+
i0.ɵɵelement(0, "anatoly-card-header", 17);
|
|
8872
8863
|
} if (rf & 2) {
|
|
8873
8864
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
8874
8865
|
i0.ɵɵproperty("title", ctx_r0.title);
|
|
8875
8866
|
} }
|
|
8876
|
-
function
|
|
8877
|
-
i0.ɵɵelementStart(0, "option",
|
|
8867
|
+
function AddressComponent_div_16_option_4_Template(rf, ctx) { if (rf & 1) {
|
|
8868
|
+
i0.ɵɵelementStart(0, "option", 20);
|
|
8878
8869
|
i0.ɵɵtext(1);
|
|
8879
8870
|
i0.ɵɵelementEnd();
|
|
8880
8871
|
} if (rf & 2) {
|
|
@@ -8884,16 +8875,16 @@ function AddressComponent_div_17_option_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
8884
8875
|
i0.ɵɵtextInterpolate(state_r4.name);
|
|
8885
8876
|
} }
|
|
8886
8877
|
const _c0$1 = a0 => ({ "has-error": a0 });
|
|
8887
|
-
function
|
|
8878
|
+
function AddressComponent_div_16_Template(rf, ctx) { if (rf & 1) {
|
|
8888
8879
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
8889
|
-
i0.ɵɵelementStart(0, "div",
|
|
8880
|
+
i0.ɵɵelementStart(0, "div", 8)(1, "label");
|
|
8890
8881
|
i0.ɵɵtext(2, "State");
|
|
8891
8882
|
i0.ɵɵelementEnd();
|
|
8892
|
-
i0.ɵɵelementStart(3, "select",
|
|
8893
|
-
i0.ɵɵlistener("change", function
|
|
8894
|
-
i0.ɵɵtemplate(4,
|
|
8883
|
+
i0.ɵɵelementStart(3, "select", 18);
|
|
8884
|
+
i0.ɵɵlistener("change", function AddressComponent_div_16_Template_select_change_3_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.onUSStateChange($event)); });
|
|
8885
|
+
i0.ɵɵtemplate(4, AddressComponent_div_16_option_4_Template, 2, 2, "option", 15);
|
|
8895
8886
|
i0.ɵɵelementEnd();
|
|
8896
|
-
i0.ɵɵelement(5, "anatoly-item-validation-summary",
|
|
8887
|
+
i0.ɵɵelement(5, "anatoly-item-validation-summary", 19);
|
|
8897
8888
|
i0.ɵɵelementEnd();
|
|
8898
8889
|
} if (rf & 2) {
|
|
8899
8890
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -8903,8 +8894,8 @@ function AddressComponent_div_17_Template(rf, ctx) { if (rf & 1) {
|
|
|
8903
8894
|
i0.ɵɵadvance();
|
|
8904
8895
|
i0.ɵɵproperty("formGroup", ctx_r1.formGroup)("formSubmitted", ctx_r1.formSubmitted);
|
|
8905
8896
|
} }
|
|
8906
|
-
function
|
|
8907
|
-
i0.ɵɵelementStart(0, "option",
|
|
8897
|
+
function AddressComponent_option_26_Template(rf, ctx) { if (rf & 1) {
|
|
8898
|
+
i0.ɵɵelementStart(0, "option", 20);
|
|
8908
8899
|
i0.ɵɵtext(1);
|
|
8909
8900
|
i0.ɵɵelementEnd();
|
|
8910
8901
|
} if (rf & 2) {
|
|
@@ -9006,41 +8997,41 @@ class AddressComponent extends EditComponentBase {
|
|
|
9006
8997
|
this.change.emit(usState);
|
|
9007
8998
|
}
|
|
9008
8999
|
static { this.ɵfac = function AddressComponent_Factory(t) { return new (t || AddressComponent)(i0.ɵɵdirectiveInject(i2.FormBuilder), i0.ɵɵdirectiveInject(CoreApiService)); }; }
|
|
9009
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AddressComponent, selectors: [["anatoly-forms-address"]], inputs: { address: "address" }, outputs: { change: "change" }, features: [i0.ɵɵInheritDefinitionFeature], decls:
|
|
9000
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AddressComponent, selectors: [["anatoly-forms-address"]], inputs: { address: "address" }, outputs: { change: "change" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 28, vars: 29, consts: [["classes", "card-outline card-primary"], [3, "title", 4, "ngIf"], [3, "formGroup"], [1, "form-group", 3, "ngClass"], ["type", "text", "formControlName", "address_street", "placeholder", "Street Address", 1, "form-control"], ["controlName", "address_street", "controlTitle", "Street", 3, "formGroup", "formSubmitted"], ["type", "text", "formControlName", "address_street2", "placeholder", "Apartment, suite, unit, building, floor, etc.", 1, "form-control"], ["controlName", "address_street2", "controlTitle", "Street2", 3, "formGroup", "formSubmitted"], [1, "form-group", "col-3", "mb-0", 3, "ngClass"], ["type", "text", "formControlName", "address_city", "placeholder", "City", 1, "form-control"], ["controlName", "address_city", "controlTitle", "City", 3, "formGroup", "formSubmitted"], ["class", "form-group col-3 mb-0", 3, "ngClass", 4, "ngIf"], ["type", "text", "formControlName", "address_zipcode", "placeholder", "zipcode", 1, "form-control"], ["controlName", "address_zipcode", "controlTitle", "zipcode", 3, "formGroup", "formSubmitted"], ["formControlName", "address_country", "data-placeholder", "Select a Country", 1, "form-control", 3, "change"], [3, "value", 4, "ngFor", "ngForOf"], ["controlName", "address_country", "controlTitle", "Country", 3, "formGroup", "formSubmitted"], [3, "title"], ["formControlName", "address_stateOrRegion", 1, "form-control", 3, "change"], ["controlName", "address_stateOrRegion", "controlTitle", "State", 3, "formGroup", "formSubmitted"], [3, "value"]], template: function AddressComponent_Template(rf, ctx) { if (rf & 1) {
|
|
9010
9001
|
i0.ɵɵelementStart(0, "anatoly-card", 0);
|
|
9011
9002
|
i0.ɵɵtemplate(1, AddressComponent_anatoly_card_header_1_Template, 1, 1, "anatoly-card-header", 1);
|
|
9012
|
-
i0.ɵɵelementStart(2, "anatoly-card-body"
|
|
9013
|
-
i0.ɵɵtext(
|
|
9003
|
+
i0.ɵɵelementStart(2, "anatoly-card-body", 2)(3, "div", 3)(4, "label");
|
|
9004
|
+
i0.ɵɵtext(5, "Street Address");
|
|
9014
9005
|
i0.ɵɵelementEnd();
|
|
9015
|
-
i0.ɵɵelement(
|
|
9006
|
+
i0.ɵɵelement(6, "input", 4)(7, "anatoly-item-validation-summary", 5);
|
|
9016
9007
|
i0.ɵɵelementEnd();
|
|
9017
|
-
i0.ɵɵelementStart(
|
|
9018
|
-
i0.ɵɵelement(
|
|
9008
|
+
i0.ɵɵelementStart(8, "div", 3);
|
|
9009
|
+
i0.ɵɵelement(9, "input", 6)(10, "anatoly-item-validation-summary", 7);
|
|
9019
9010
|
i0.ɵɵelementEnd();
|
|
9020
|
-
i0.ɵɵelementStart(
|
|
9021
|
-
i0.ɵɵtext(
|
|
9011
|
+
i0.ɵɵelementStart(11, "div", 8)(12, "label");
|
|
9012
|
+
i0.ɵɵtext(13, "City");
|
|
9022
9013
|
i0.ɵɵelementEnd();
|
|
9023
|
-
i0.ɵɵelement(
|
|
9014
|
+
i0.ɵɵelement(14, "input", 9)(15, "anatoly-item-validation-summary", 10);
|
|
9024
9015
|
i0.ɵɵelementEnd();
|
|
9025
|
-
i0.ɵɵtemplate(
|
|
9026
|
-
i0.ɵɵelementStart(
|
|
9027
|
-
i0.ɵɵtext(
|
|
9016
|
+
i0.ɵɵtemplate(16, AddressComponent_div_16_Template, 6, 6, "div", 11);
|
|
9017
|
+
i0.ɵɵelementStart(17, "div", 8)(18, "label");
|
|
9018
|
+
i0.ɵɵtext(19, "zipcode");
|
|
9028
9019
|
i0.ɵɵelementEnd();
|
|
9029
|
-
i0.ɵɵelement(
|
|
9020
|
+
i0.ɵɵelement(20, "input", 12)(21, "anatoly-item-validation-summary", 13);
|
|
9030
9021
|
i0.ɵɵelementEnd();
|
|
9031
|
-
i0.ɵɵelementStart(
|
|
9032
|
-
i0.ɵɵtext(
|
|
9022
|
+
i0.ɵɵelementStart(22, "div", 8)(23, "label");
|
|
9023
|
+
i0.ɵɵtext(24, "Country");
|
|
9033
9024
|
i0.ɵɵelementEnd();
|
|
9034
|
-
i0.ɵɵelementStart(
|
|
9035
|
-
i0.ɵɵlistener("change", function
|
|
9036
|
-
i0.ɵɵtemplate(
|
|
9025
|
+
i0.ɵɵelementStart(25, "select", 14);
|
|
9026
|
+
i0.ɵɵlistener("change", function AddressComponent_Template_select_change_25_listener($event) { return ctx.onCountryChange($event); });
|
|
9027
|
+
i0.ɵɵtemplate(26, AddressComponent_option_26_Template, 2, 2, "option", 15);
|
|
9037
9028
|
i0.ɵɵelementEnd();
|
|
9038
|
-
i0.ɵɵelement(
|
|
9039
|
-
i0.ɵɵelementEnd()()()
|
|
9029
|
+
i0.ɵɵelement(27, "anatoly-item-validation-summary", 16);
|
|
9030
|
+
i0.ɵɵelementEnd()()();
|
|
9040
9031
|
} if (rf & 2) {
|
|
9041
9032
|
i0.ɵɵadvance();
|
|
9042
9033
|
i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
|
|
9043
|
-
i0.ɵɵadvance(
|
|
9034
|
+
i0.ɵɵadvance();
|
|
9044
9035
|
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
9045
9036
|
i0.ɵɵadvance();
|
|
9046
9037
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(19, _c0$1, ctx.isControlInvalid("address_street")));
|
|
@@ -9070,7 +9061,7 @@ class AddressComponent extends EditComponentBase {
|
|
|
9070
9061
|
}
|
|
9071
9062
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddressComponent, [{
|
|
9072
9063
|
type: Component,
|
|
9073
|
-
args: [{ selector: 'anatoly-forms-address', template: "<anatoly-card classes='card-
|
|
9064
|
+
args: [{ selector: 'anatoly-forms-address', template: "<anatoly-card classes='card-outline card-primary'>\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title' />\r\n <anatoly-card-body [formGroup]='formGroup'>\r\n <div class='form-group' [ngClass]=\"{'has-error': isControlInvalid('address_street')}\" >\r\n <label>Street Address</label>\r\n <input type='text' class='form-control' formControlName='address_street' placeholder='Street Address'>\r\n <anatoly-item-validation-summary controlName='address_street'\r\n controlTitle='Street'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group' [ngClass]=\"{'has-error': isControlInvalid('address_street2')}\" >\r\n <input type='text' class='form-control' formControlName='address_street2' placeholder='Apartment, suite, unit, building, floor, etc.'>\r\n <anatoly-item-validation-summary controlName='address_street2'\r\n controlTitle='Street2'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-3 mb-0' [ngClass]=\"{'has-error': isControlInvalid('address_city')}\">\r\n <label>City</label>\r\n <input type='text' class='form-control' formControlName='address_city' placeholder='City'>\r\n <anatoly-item-validation-summary controlName='address_city'\r\n controlTitle='City'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-3 mb-0' *ngIf=\"formGroup.value.address_country == 'US'\" [ngClass]=\"{'has-error': isControlInvalid('address_stateOrRegion')}\">\r\n <label>State</label>\r\n <select class='form-control' (change)='onUSStateChange($event)' formControlName='address_stateOrRegion'>\r\n <option *ngFor='let state of usStateData' [value]='state.code'>{{state.name}}</option>\r\n </select>\r\n <anatoly-item-validation-summary controlName='address_stateOrRegion'\r\n controlTitle='State'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-3 mb-0' [ngClass]=\"{'has-error': isControlInvalid('address_zipcode')}\" >\r\n <label>zipcode</label>\r\n <input type='text' class='form-control' formControlName='address_zipcode' placeholder='zipcode'>\r\n <anatoly-item-validation-summary controlName='address_zipcode'\r\n controlTitle='zipcode'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-3 mb-0' [ngClass]=\"{'has-error': isControlInvalid('address_country')}\">\r\n <label>Country</label>\r\n <select class='form-control' (change)='onCountryChange($event)' formControlName='address_country' data-placeholder='Select a Country'>\r\n <option *ngFor='let country of countryData' [value]='country.code'>{{country.name}}</option>\r\n </select>\r\n <anatoly-item-validation-summary controlName='address_country'\r\n controlTitle='Country'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n" }]
|
|
9074
9065
|
}], () => [{ type: i2.FormBuilder }, { type: CoreApiService }], { address: [{
|
|
9075
9066
|
type: Input
|
|
9076
9067
|
}], change: [{
|
|
@@ -9151,33 +9142,33 @@ class CompanyComponent extends EditComponentBase {
|
|
|
9151
9142
|
return JSON.stringify(data);
|
|
9152
9143
|
}
|
|
9153
9144
|
static { this.ɵfac = function CompanyComponent_Factory(t) { return new (t || CompanyComponent)(i0.ɵɵdirectiveInject(i2.FormBuilder)); }; }
|
|
9154
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CompanyComponent, selectors: [["anatoly-forms-company"]], inputs: { company: "company" }, features: [i0.ɵɵInheritDefinitionFeature], decls:
|
|
9145
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CompanyComponent, selectors: [["anatoly-forms-company"]], inputs: { company: "company" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 23, vars: 22, consts: [["classes", "card-outline card-primary"], [3, "title", 4, "ngIf"], [3, "formGroup"], [1, "form-group", "col-6", 3, "ngClass"], ["type", "text", "formControlName", "company_name", "placeholder", "Company Name", 1, "form-control"], ["controlName", "company_name", "controlTitle", "Company Name", 3, "formGroup", "formSubmitted"], ["type", "tel", "formControlName", "company_phone", "placeholder", "Company Phone", 1, "form-control"], ["controlName", "company_phone", "controlTitle", "Company Phone", 3, "formGroup", "formSubmitted"], [1, "form-group", "col-6", "mb-0", 3, "ngClass"], ["type", "email", "formControlName", "company_email", "placeholder", "Company Email", 1, "form-control"], ["controlName", "company_email", "controlTitle", "Company Email", 3, "formGroup", "formSubmitted"], ["type", "url", "placeholder", "https://example.com", "pattern", "https://.*", "size", "30", "formControlName", "company_websiteUrl", 1, "form-control"], ["controlName", "company_websiteUrl", "controlTitle", "Company website url", 3, "formGroup", "formSubmitted"], [3, "title"]], template: function CompanyComponent_Template(rf, ctx) { if (rf & 1) {
|
|
9155
9146
|
i0.ɵɵelementStart(0, "anatoly-card", 0);
|
|
9156
9147
|
i0.ɵɵtemplate(1, CompanyComponent_anatoly_card_header_1_Template, 1, 1, "anatoly-card-header", 1);
|
|
9157
|
-
i0.ɵɵelementStart(2, "anatoly-card-body"
|
|
9158
|
-
i0.ɵɵtext(
|
|
9148
|
+
i0.ɵɵelementStart(2, "anatoly-card-body", 2)(3, "div", 3)(4, "label");
|
|
9149
|
+
i0.ɵɵtext(5, "Name");
|
|
9159
9150
|
i0.ɵɵelementEnd();
|
|
9160
|
-
i0.ɵɵelement(
|
|
9151
|
+
i0.ɵɵelement(6, "input", 4)(7, "anatoly-item-validation-summary", 5);
|
|
9161
9152
|
i0.ɵɵelementEnd();
|
|
9162
|
-
i0.ɵɵelementStart(
|
|
9163
|
-
i0.ɵɵtext(
|
|
9153
|
+
i0.ɵɵelementStart(8, "div", 3)(9, "label");
|
|
9154
|
+
i0.ɵɵtext(10, "Phone");
|
|
9164
9155
|
i0.ɵɵelementEnd();
|
|
9165
|
-
i0.ɵɵelement(
|
|
9156
|
+
i0.ɵɵelement(11, "input", 6)(12, "anatoly-item-validation-summary", 7);
|
|
9166
9157
|
i0.ɵɵelementEnd();
|
|
9167
|
-
i0.ɵɵelementStart(
|
|
9168
|
-
i0.ɵɵtext(
|
|
9158
|
+
i0.ɵɵelementStart(13, "div", 8)(14, "label");
|
|
9159
|
+
i0.ɵɵtext(15, "Email");
|
|
9169
9160
|
i0.ɵɵelementEnd();
|
|
9170
|
-
i0.ɵɵelement(
|
|
9161
|
+
i0.ɵɵelement(16, "input", 9)(17, "anatoly-item-validation-summary", 10);
|
|
9171
9162
|
i0.ɵɵelementEnd();
|
|
9172
|
-
i0.ɵɵelementStart(
|
|
9173
|
-
i0.ɵɵtext(
|
|
9163
|
+
i0.ɵɵelementStart(18, "div", 8)(19, "label");
|
|
9164
|
+
i0.ɵɵtext(20, "Website Url");
|
|
9174
9165
|
i0.ɵɵelementEnd();
|
|
9175
|
-
i0.ɵɵelement(
|
|
9176
|
-
i0.ɵɵelementEnd()()()
|
|
9166
|
+
i0.ɵɵelement(21, "input", 11)(22, "anatoly-item-validation-summary", 12);
|
|
9167
|
+
i0.ɵɵelementEnd()()();
|
|
9177
9168
|
} if (rf & 2) {
|
|
9178
9169
|
i0.ɵɵadvance();
|
|
9179
9170
|
i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
|
|
9180
|
-
i0.ɵɵadvance(
|
|
9171
|
+
i0.ɵɵadvance();
|
|
9181
9172
|
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
9182
9173
|
i0.ɵɵadvance();
|
|
9183
9174
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(14, _c0, ctx.isControlInvalid("company_name")));
|
|
@@ -9199,7 +9190,7 @@ class CompanyComponent extends EditComponentBase {
|
|
|
9199
9190
|
}
|
|
9200
9191
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CompanyComponent, [{
|
|
9201
9192
|
type: Component,
|
|
9202
|
-
args: [{ selector: 'anatoly-forms-company', template: "<anatoly-card classes='card-
|
|
9193
|
+
args: [{ selector: 'anatoly-forms-company', template: "<anatoly-card classes='card-outline card-primary'>\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title' />\r\n <anatoly-card-body [formGroup]='formGroup' >\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_name') }\">\r\n <label>Name</label>\r\n <input type='text' class='form-control' formControlName='company_name' placeholder='Company Name'>\r\n <anatoly-item-validation-summary controlName='company_name'\r\n controlTitle='Company Name'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_phone') }\">\r\n <label>Phone</label>\r\n <input type='tel' class='form-control' formControlName='company_phone' placeholder='Company Phone'>\r\n <anatoly-item-validation-summary controlName='company_phone'\r\n controlTitle='Company Phone'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6 mb-0' [ngClass]=\"{'has-error': isControlInvalid('company_email') }\">\r\n <label>Email</label>\r\n <input type='email' class='form-control' formControlName='company_email' placeholder='Company Email'>\r\n <anatoly-item-validation-summary controlName='company_email'\r\n controlTitle='Company Email'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6 mb-0' [ngClass]=\"{'has-error': isControlInvalid('company_websiteUrl') }\">\r\n <label>Website Url</label>\r\n <input type='url' placeholder='https://example.com' pattern='https://.*' size='30'\r\n class='form-control' formControlName='company_websiteUrl'>\r\n <anatoly-item-validation-summary controlName='company_websiteUrl'\r\n controlTitle='Company website url'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n" }]
|
|
9203
9194
|
}], () => [{ type: i2.FormBuilder }], { company: [{
|
|
9204
9195
|
type: Input
|
|
9205
9196
|
}] }); })();
|