@servicetitan/onboarding-ui 1.15.0 → 1.17.0
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/CHANGELOG.md +211 -0
- package/dist/address-suggestion-popover/components/address-suggestion-popover.js +13 -35
- package/dist/address-suggestion-popover/components/address-suggestion-popover.js.map +1 -1
- package/dist/address-suggestion-popover/index.js +2 -14
- package/dist/address-suggestion-popover/index.js.map +1 -1
- package/dist/address-suggestion-popover/utils/google-geocoder-suggestions-provider.js +1 -5
- package/dist/address-suggestion-popover/utils/google-geocoder-suggestions-provider.js.map +1 -1
- package/dist/address-suggestion-popover/utils/index.js +1 -13
- package/dist/address-suggestion-popover/utils/index.js.map +1 -1
- package/dist/company-profile/components/company-profile-form.d.ts.map +1 -1
- package/dist/company-profile/components/company-profile-form.js +18 -21
- package/dist/company-profile/components/company-profile-form.js.map +1 -1
- package/dist/company-profile/components/country-dropdown-input.d.ts.map +1 -1
- package/dist/company-profile/components/country-dropdown-input.js +6 -11
- package/dist/company-profile/components/country-dropdown-input.js.map +1 -1
- package/dist/company-profile/components/state-and-province-dropdown-input.js +7 -10
- package/dist/company-profile/components/state-and-province-dropdown-input.js.map +1 -1
- package/dist/company-profile/index.js +6 -18
- package/dist/company-profile/index.js.map +1 -1
- package/dist/company-profile/stores/__mocks__/company-profile-form-mock-data.js +3 -6
- package/dist/company-profile/stores/__mocks__/company-profile-form-mock-data.js.map +1 -1
- package/dist/company-profile/stores/company-profile-form.store.d.ts.map +1 -1
- package/dist/company-profile/stores/company-profile-form.store.js +38 -36
- package/dist/company-profile/stores/company-profile-form.store.js.map +1 -1
- package/dist/company-profile/utils/validators.js +1 -5
- package/dist/company-profile/utils/validators.js.map +1 -1
- package/dist/contentful/contentful.api.js +2 -5
- package/dist/contentful/contentful.api.js.map +1 -1
- package/dist/contentful/contentful.data.store.js +7 -13
- package/dist/contentful/contentful.data.store.js.map +1 -1
- package/dist/contentful/document-to-react-component.js +9 -13
- package/dist/contentful/document-to-react-component.js.map +1 -1
- package/dist/contentful/index.js +7 -19
- package/dist/contentful/index.js.map +1 -1
- package/dist/contentful/interfaces.js +1 -2
- package/dist/contentful/marketing-carousel.store.js +22 -28
- package/dist/contentful/marketing-carousel.store.js.map +1 -1
- package/dist/contentful/page-contentful.store.js +18 -21
- package/dist/contentful/page-contentful.store.js.map +1 -1
- package/dist/contentful/utils.js +7 -15
- package/dist/contentful/utils.js.map +1 -1
- package/dist/hooks/index.js +1 -13
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/use-scroll-to-error/index.js +1 -13
- package/dist/hooks/use-scroll-to-error/index.js.map +1 -1
- package/dist/hooks/use-scroll-to-error/use-scroll-to-error.js +5 -9
- package/dist/hooks/use-scroll-to-error/use-scroll-to-error.js.map +1 -1
- package/dist/index.js +4 -16
- package/dist/index.js.map +1 -1
- package/dist/utils/collection-helpers.js +1 -5
- package/dist/utils/collection-helpers.js.map +1 -1
- package/dist/utils/index.js +1 -13
- package/dist/utils/index.js.map +1 -1
- package/package.json +3 -4
- package/src/company-profile/components/company-profile-form.tsx +23 -9
- package/src/company-profile/components/country-dropdown-input.tsx +2 -4
- package/src/company-profile/stores/company-profile-form.store.ts +5 -1
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CompanyProfileFormCanadian = exports.CompanyProfileFormEmptyValues = exports.CompanyProfileFormCorrect = void 0;
|
|
4
|
-
exports.CompanyProfileFormCorrect = {
|
|
1
|
+
export const CompanyProfileFormCorrect = {
|
|
5
2
|
companyName: 'Wyatt Works',
|
|
6
3
|
adminPhone: '(310) 855-8585',
|
|
7
4
|
companyStreetAddress: '123 Main St.',
|
|
@@ -11,7 +8,7 @@ exports.CompanyProfileFormCorrect = {
|
|
|
11
8
|
companyZipCode: '12345',
|
|
12
9
|
einOrBn: '',
|
|
13
10
|
};
|
|
14
|
-
|
|
11
|
+
export const CompanyProfileFormEmptyValues = {
|
|
15
12
|
companyName: '',
|
|
16
13
|
adminPhone: '',
|
|
17
14
|
companyStreetAddress: '',
|
|
@@ -20,7 +17,7 @@ exports.CompanyProfileFormEmptyValues = {
|
|
|
20
17
|
companyCity: '',
|
|
21
18
|
companyZipCode: '',
|
|
22
19
|
};
|
|
23
|
-
|
|
20
|
+
export const CompanyProfileFormCanadian = {
|
|
24
21
|
companyName: 'Wyatt Works',
|
|
25
22
|
adminPhone: '(310) 855-8585',
|
|
26
23
|
companyStreetAddress: '123 Main St.',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"company-profile-form-mock-data.js","sourceRoot":"","sources":["../../../../src/company-profile/stores/__mocks__/company-profile-form-mock-data.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"company-profile-form-mock-data.js","sourceRoot":"","sources":["../../../../src/company-profile/stores/__mocks__/company-profile-form-mock-data.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,yBAAyB,GAAiB;IACnD,WAAW,EAAE,aAAa;IAC1B,UAAU,EAAE,gBAAgB;IAC5B,oBAAoB,EAAE,cAAc;IACpC,cAAc,EAAE,KAAK;IACrB,gBAAgB,EAAE,IAAI;IACtB,WAAW,EAAE,UAAU;IACvB,cAAc,EAAE,OAAO;IACvB,OAAO,EAAE,EAAE;CACd,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAAiB;IACvD,WAAW,EAAE,EAAE;IACf,UAAU,EAAE,EAAE;IACd,oBAAoB,EAAE,EAAE;IACxB,cAAc,EAAE,EAAE;IAClB,gBAAgB,EAAE,EAAE;IACpB,WAAW,EAAE,EAAE;IACf,cAAc,EAAE,EAAE;CACrB,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAiB;IACpD,WAAW,EAAE,aAAa;IAC1B,UAAU,EAAE,gBAAgB;IAC5B,oBAAoB,EAAE,cAAc;IACpC,cAAc,EAAE,IAAI;IACpB,gBAAgB,EAAE,IAAI;IACtB,WAAW,EAAE,UAAU;IACvB,cAAc,EAAE,OAAO;CAC1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"company-profile-form.store.d.ts","sourceRoot":"","sources":["../../../src/company-profile/stores/company-profile-form.store.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAClD,OAAO,EACH,eAAe,EACf,kBAAkB,EAGrB,MAAM,oBAAoB,CAAC;AAO5B,MAAM,WAAW,cAAc;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,kBAAkB;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,cAAc,EAAE,CAAC;CAC7B;AAED,MAAM,WAAW,YAAY;IACzB,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,oBAAoB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1C,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC;AAOD,MAAM,WAAW,uBAAuB;IACpC,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC,CAAC;IAC/B,WAAW,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;IACrC,UAAU,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;IACpC,oBAAoB,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;IAC9C,cAAc,EAAE,kBAAkB,CAAC,MAAM,CAAC,CAAC;IAC3C,gBAAgB,EAAE,kBAAkB,CAAC,MAAM,CAAC,CAAC;IAC7C,WAAW,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;IACrC,cAAc,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;IACxC,OAAO,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;CACpC;AAED,MAAM,WAAW,wBAAwB;IACrC,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,IAAI,EAAE,SAAS,CAAC,uBAAuB,CAAC,CAAC;CAC5C;AAED,UAAU,yBAAyB;IAC/B,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,oBAAoB,EAAE,kBAAkB,EAAE,CAAC;IAC3C,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACxC;AAED,qBACa,uBAAwB,YAAW,wBAAwB;IACxD,aAAa,UAAS;IACtB,cAAc,UAAS;IACvB,SAAS,EAAE,MAAM,EAAE,CAAM;IACzB,oBAAoB,EAAE,kBAAkB,EAAE,CAAM;IAChD,SAAS,SAAM;IACf,eAAe,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAa;IAE7D,IAAI,EAAE,SAAS,CAAC,uBAAuB,CAAC,CASrC;;IAsBH,iBAAiB,UAAW,OAAO,UAEjC;IAEF,QAAQ,YAAa,MAAM,aAGzB;IAEF,IACI,WAAW,wBAEd;IAED,IACI,WAAW,+BAEd;IAED,IACI,iBAAiB;;;MAUpB;IAGD,QAAQ,aAAc,YAAY,WAAW,yBAAyB,
|
|
1
|
+
{"version":3,"file":"company-profile-form.store.d.ts","sourceRoot":"","sources":["../../../src/company-profile/stores/company-profile-form.store.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAClD,OAAO,EACH,eAAe,EACf,kBAAkB,EAGrB,MAAM,oBAAoB,CAAC;AAO5B,MAAM,WAAW,cAAc;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,kBAAkB;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,cAAc,EAAE,CAAC;CAC7B;AAED,MAAM,WAAW,YAAY;IACzB,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,oBAAoB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1C,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC;AAOD,MAAM,WAAW,uBAAuB;IACpC,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC,CAAC;IAC/B,WAAW,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;IACrC,UAAU,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;IACpC,oBAAoB,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;IAC9C,cAAc,EAAE,kBAAkB,CAAC,MAAM,CAAC,CAAC;IAC3C,gBAAgB,EAAE,kBAAkB,CAAC,MAAM,CAAC,CAAC;IAC7C,WAAW,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;IACrC,cAAc,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;IACxC,OAAO,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;CACpC;AAED,MAAM,WAAW,wBAAwB;IACrC,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,IAAI,EAAE,SAAS,CAAC,uBAAuB,CAAC,CAAC;CAC5C;AAED,UAAU,yBAAyB;IAC/B,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,oBAAoB,EAAE,kBAAkB,EAAE,CAAC;IAC3C,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACxC;AAED,qBACa,uBAAwB,YAAW,wBAAwB;IACxD,aAAa,UAAS;IACtB,cAAc,UAAS;IACvB,SAAS,EAAE,MAAM,EAAE,CAAM;IACzB,oBAAoB,EAAE,kBAAkB,EAAE,CAAM;IAChD,SAAS,SAAM;IACf,eAAe,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAa;IAE7D,IAAI,EAAE,SAAS,CAAC,uBAAuB,CAAC,CASrC;;IAsBH,iBAAiB,UAAW,OAAO,UAEjC;IAEF,QAAQ,YAAa,MAAM,aAGzB;IAEF,IACI,WAAW,wBAEd;IAED,IACI,WAAW,+BAEd;IAED,IACI,iBAAiB;;;MAUpB;IAGD,QAAQ,aAAc,YAAY,WAAW,yBAAyB,UAYpE;IAGF,UAAU,aAAoC;CACjD"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
2
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
3
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -8,13 +7,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
8
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
9
|
};
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
const validators_1 = require("../utils/validators");
|
|
17
|
-
const mobx_1 = require("mobx");
|
|
10
|
+
import { FormState } from 'formstate';
|
|
11
|
+
import { InputFieldState, DropdownFieldState, commitFormState, setFormStateValues, } from '@servicetitan/form';
|
|
12
|
+
import { injectable } from '@servicetitan/react-ioc';
|
|
13
|
+
import { PhoneValidator } from '../utils/validators';
|
|
14
|
+
import { computed, action, observable, makeObservable } from 'mobx';
|
|
18
15
|
const required = (value) => (!value || value.length === 0) && 'cannot be empty string';
|
|
19
16
|
const usZipMask = '99999';
|
|
20
17
|
const canadaZipMask = '*** ***';
|
|
@@ -62,15 +59,15 @@ let CompanyProfileFormStore = class CompanyProfileFormStore {
|
|
|
62
59
|
enumerable: true,
|
|
63
60
|
configurable: true,
|
|
64
61
|
writable: true,
|
|
65
|
-
value: new
|
|
66
|
-
companyName: new
|
|
67
|
-
adminPhone: new
|
|
68
|
-
companyStreetAddress: new
|
|
69
|
-
companyCountry: new
|
|
70
|
-
companyStateCode: new
|
|
71
|
-
companyCity: new
|
|
72
|
-
companyZipCode: new
|
|
73
|
-
einOrBn: new
|
|
62
|
+
value: new FormState({
|
|
63
|
+
companyName: new InputFieldState('').validators(required),
|
|
64
|
+
adminPhone: new InputFieldState(''),
|
|
65
|
+
companyStreetAddress: new InputFieldState('').validators(required),
|
|
66
|
+
companyCountry: new DropdownFieldState('').validators(required),
|
|
67
|
+
companyStateCode: new DropdownFieldState('').validators(required),
|
|
68
|
+
companyCity: new InputFieldState('').validators(required),
|
|
69
|
+
companyZipCode: new InputFieldState('').validators(required),
|
|
70
|
+
einOrBn: new InputFieldState(''),
|
|
74
71
|
})
|
|
75
72
|
});
|
|
76
73
|
Object.defineProperty(this, "setFormErrorCheck", {
|
|
@@ -95,22 +92,27 @@ let CompanyProfileFormStore = class CompanyProfileFormStore {
|
|
|
95
92
|
configurable: true,
|
|
96
93
|
writable: true,
|
|
97
94
|
value: (formData, options) => {
|
|
98
|
-
|
|
95
|
+
var _a;
|
|
96
|
+
this.form.$.adminPhone.validators(PhoneValidator(options.phonePattern, false));
|
|
99
97
|
this.countries = options.countries;
|
|
100
98
|
this.countryAndRegionData = options.countryAndRegionData;
|
|
101
99
|
this.phoneMask = options.phoneMask;
|
|
102
100
|
this.regionToCodeMap = options.regionToCodeMap;
|
|
103
|
-
|
|
104
|
-
(
|
|
101
|
+
let companyCountry = formData.companyCountry;
|
|
102
|
+
if (companyCountry && this.countries && !((_a = this.countries) === null || _a === void 0 ? void 0 : _a.includes(companyCountry))) {
|
|
103
|
+
companyCountry = '';
|
|
104
|
+
}
|
|
105
|
+
setFormStateValues(this.form, Object.assign(Object.assign({}, formData), { companyCountry }));
|
|
106
|
+
commitFormState(this.form);
|
|
105
107
|
}
|
|
106
108
|
});
|
|
107
109
|
Object.defineProperty(this, "commitForm", {
|
|
108
110
|
enumerable: true,
|
|
109
111
|
configurable: true,
|
|
110
112
|
writable: true,
|
|
111
|
-
value: () =>
|
|
113
|
+
value: () => commitFormState(this.form)
|
|
112
114
|
});
|
|
113
|
-
|
|
115
|
+
makeObservable(this);
|
|
114
116
|
this.form.$.companyZipCode.validators(($) => {
|
|
115
117
|
const country = this.form.$.companyCountry.value;
|
|
116
118
|
const zip = ($ || '').toLowerCase().replace(/ /g, '');
|
|
@@ -142,59 +144,59 @@ let CompanyProfileFormStore = class CompanyProfileFormStore {
|
|
|
142
144
|
}
|
|
143
145
|
};
|
|
144
146
|
__decorate([
|
|
145
|
-
|
|
147
|
+
observable,
|
|
146
148
|
__metadata("design:type", Object)
|
|
147
149
|
], CompanyProfileFormStore.prototype, "showFormError", void 0);
|
|
148
150
|
__decorate([
|
|
149
|
-
|
|
151
|
+
observable,
|
|
150
152
|
__metadata("design:type", Object)
|
|
151
153
|
], CompanyProfileFormStore.prototype, "isInitializing", void 0);
|
|
152
154
|
__decorate([
|
|
153
|
-
|
|
155
|
+
observable,
|
|
154
156
|
__metadata("design:type", Array)
|
|
155
157
|
], CompanyProfileFormStore.prototype, "countries", void 0);
|
|
156
158
|
__decorate([
|
|
157
|
-
|
|
159
|
+
observable,
|
|
158
160
|
__metadata("design:type", Array)
|
|
159
161
|
], CompanyProfileFormStore.prototype, "countryAndRegionData", void 0);
|
|
160
162
|
__decorate([
|
|
161
|
-
|
|
163
|
+
observable,
|
|
162
164
|
__metadata("design:type", Object)
|
|
163
165
|
], CompanyProfileFormStore.prototype, "phoneMask", void 0);
|
|
164
166
|
__decorate([
|
|
165
|
-
|
|
167
|
+
observable,
|
|
166
168
|
__metadata("design:type", Map)
|
|
167
169
|
], CompanyProfileFormStore.prototype, "regionToCodeMap", void 0);
|
|
168
170
|
__decorate([
|
|
169
|
-
|
|
171
|
+
action,
|
|
170
172
|
__metadata("design:type", Object)
|
|
171
173
|
], CompanyProfileFormStore.prototype, "setFormErrorCheck", void 0);
|
|
172
174
|
__decorate([
|
|
173
|
-
|
|
175
|
+
computed,
|
|
174
176
|
__metadata("design:type", Object),
|
|
175
177
|
__metadata("design:paramtypes", [])
|
|
176
178
|
], CompanyProfileFormStore.prototype, "zipCodeMask", null);
|
|
177
179
|
__decorate([
|
|
178
|
-
|
|
180
|
+
computed,
|
|
179
181
|
__metadata("design:type", Object),
|
|
180
182
|
__metadata("design:paramtypes", [])
|
|
181
183
|
], CompanyProfileFormStore.prototype, "einOrBnMask", null);
|
|
182
184
|
__decorate([
|
|
183
|
-
|
|
185
|
+
computed,
|
|
184
186
|
__metadata("design:type", Object),
|
|
185
187
|
__metadata("design:paramtypes", [])
|
|
186
188
|
], CompanyProfileFormStore.prototype, "einOrBnInputProps", null);
|
|
187
189
|
__decorate([
|
|
188
|
-
|
|
190
|
+
action,
|
|
189
191
|
__metadata("design:type", Object)
|
|
190
192
|
], CompanyProfileFormStore.prototype, "initForm", void 0);
|
|
191
193
|
__decorate([
|
|
192
|
-
|
|
194
|
+
action,
|
|
193
195
|
__metadata("design:type", Object)
|
|
194
196
|
], CompanyProfileFormStore.prototype, "commitForm", void 0);
|
|
195
197
|
CompanyProfileFormStore = __decorate([
|
|
196
|
-
|
|
198
|
+
injectable(),
|
|
197
199
|
__metadata("design:paramtypes", [])
|
|
198
200
|
], CompanyProfileFormStore);
|
|
199
|
-
|
|
201
|
+
export { CompanyProfileFormStore };
|
|
200
202
|
//# sourceMappingURL=company-profile-form.store.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"company-profile-form.store.js","sourceRoot":"","sources":["../../../src/company-profile/stores/company-profile-form.store.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"company-profile-form.store.js","sourceRoot":"","sources":["../../../src/company-profile/stores/company-profile-form.store.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAc,SAAS,EAAE,MAAM,WAAW,CAAC;AAClD,OAAO,EACH,eAAe,EACf,kBAAkB,EAClB,eAAe,EACf,kBAAkB,GACrB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,MAAM,CAAC;AAEpE,MAAM,QAAQ,GAAG,CAAC,KAAa,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,CAAC,IAAI,wBAAwB,CAAC;AAuB/F,MAAM,SAAS,GAAG,OAAO,CAAC;AAC1B,MAAM,aAAa,GAAG,SAAS,CAAC;AAChC,MAAM,YAAY,GAAG,WAAW,CAAC;AACjC,MAAM,SAAS,GAAG,YAAY,CAAC;AA6B/B,IAAa,uBAAuB,GAApC,MAAa,uBAAuB;IAmBhC;QAlBY;;;;mBAAgB,KAAK;WAAC;QACtB;;;;mBAAiB,KAAK;WAAC;QACvB;;;;mBAAsB,EAAE;WAAC;QACzB;;;;mBAA6C,EAAE;WAAC;QAChD;;;;mBAAY,EAAE;WAAC;QACf;;;;mBAAuC,IAAI,GAAG,EAAE;WAAC;QAE7D;;;;mBAA2C,IAAI,SAAS,CAAC;gBACrD,WAAW,EAAE,IAAI,eAAe,CAAC,EAAE,CAAC,CAAC,UAAU,CAAC,QAAQ,CAAC;gBACzD,UAAU,EAAE,IAAI,eAAe,CAAC,EAAE,CAAC;gBACnC,oBAAoB,EAAE,IAAI,eAAe,CAAC,EAAE,CAAC,CAAC,UAAU,CAAC,QAAQ,CAAC;gBAClE,cAAc,EAAE,IAAI,kBAAkB,CAAC,EAAE,CAAC,CAAC,UAAU,CAAC,QAAQ,CAAC;gBAC/D,gBAAgB,EAAE,IAAI,kBAAkB,CAAC,EAAE,CAAC,CAAC,UAAU,CAAC,QAAQ,CAAC;gBACjE,WAAW,EAAE,IAAI,eAAe,CAAC,EAAE,CAAC,CAAC,UAAU,CAAC,QAAQ,CAAC;gBACzD,cAAc,EAAE,IAAI,eAAe,CAAC,EAAE,CAAC,CAAC,UAAU,CAAC,QAAQ,CAAC;gBAC5D,OAAO,EAAE,IAAI,eAAe,CAAC,EAAE,CAAC;aACnC,CAAC;WAAC;QAsBH;;;;mBAAoB,CAAC,KAAc,EAAE,EAAE;gBACnC,IAAI,CAAC,aAAa,GAAG,KAAK,CAAC;YAC/B,CAAC;WAAC;QAEF;;;;mBAAW,CAAC,OAAe,EAAE,EAAE;gBAC3B,MAAM,YAAY,GAAG,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,EAAE,CAAC;gBAC5C,OAAO,YAAY,KAAK,IAAI,IAAI,YAAY,KAAK,QAAQ,CAAC;YAC9D,CAAC;WAAC;QA0BF;;;;mBAAW,CAAC,QAAsB,EAAE,OAAkC,EAAE,EAAE;;gBACtE,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,cAAc,CAAC,OAAO,CAAC,YAAY,EAAE,KAAK,CAAC,CAAC,CAAC;gBAC/E,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;gBACnC,IAAI,CAAC,oBAAoB,GAAG,OAAO,CAAC,oBAAoB,CAAC;gBACzD,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;gBACnC,IAAI,CAAC,eAAe,GAAG,OAAO,CAAC,eAAe,CAAC;gBAC/C,IAAI,cAAc,GAAG,QAAQ,CAAC,cAAc,CAAC;gBAC7C,IAAI,cAAc,IAAI,IAAI,CAAC,SAAS,IAAI,CAAC,CAAA,MAAA,IAAI,CAAC,SAAS,0CAAE,QAAQ,CAAC,cAAc,CAAC,CAAA,EAAE;oBAC/E,cAAc,GAAG,EAAE,CAAC;iBACvB;gBACD,kBAAkB,CAAC,IAAI,CAAC,IAAI,kCAAO,QAAQ,KAAE,cAAc,IAAG,CAAC;gBAC/D,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YAC/B,CAAC;WAAC;QAGF;;;;mBAAa,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC;WAAC;QAnE1C,cAAc,CAAC,IAAI,CAAC,CAAC;QAErB,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC,CAAS,EAAE,EAAE;YAChD,MAAM,OAAO,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,KAAK,CAAC;YACjD,MAAM,GAAG,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,WAAW,EAAE,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;YACtD,OAAO,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC;gBACzB,CAAC,CAAC,CAAC,kBAAkB,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,kBAAkB;gBACrD,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,kBAAkB,CAAC;QACrD,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAS,EAAE,EAAE;YACzC,MAAM,YAAY,GAAG,WACjB,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAC7D,EAAE,CAAC;YACH,OAAO,CAAC,IAAI,CAAC,CAAC,MAAM,KAAK,CAAC,IAAI,YAAY,CAAC;QAC/C,CAAC,CAAC,CAAC;IACP,CAAC;IAaD,IAAI,WAAW;QACX,OAAO,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;IACnF,CAAC;IAGD,IAAI,WAAW;QACX,OAAO,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;IAClF,CAAC;IAGD,IAAI,iBAAiB;QACjB,OAAO,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC;YAC9C,CAAC,CAAC;gBACI,KAAK,EAAE,WAAW;gBAClB,WAAW,EAAE,WAAW;aAC3B;YACH,CAAC,CAAC;gBACI,KAAK,EAAE,YAAY;gBACnB,WAAW,EAAE,YAAY;aAC5B,CAAC;IACZ,CAAC;CAmBJ,CAAA;AAvFe;IAAX,UAAU;;8DAAuB;AACtB;IAAX,UAAU;;+DAAwB;AACvB;IAAX,UAAU;;0DAA0B;AACzB;IAAX,UAAU;;qEAAiD;AAChD;IAAX,UAAU;;0DAAgB;AACf;IAAX,UAAU;8BAAkB,GAAG;gEAA6B;AAiC7D;IADC,MAAM;;kEAGL;AAQF;IADC,QAAQ;;;0DAGR;AAGD;IADC,QAAQ;;;0DAGR;AAGD;IADC,QAAQ;;;gEAWR;AAGD;IADC,MAAM;;yDAaL;AAGF;IADC,MAAM;;2DACuC;AAvFrC,uBAAuB;IADnC,UAAU,EAAE;;GACA,uBAAuB,CAwFnC;SAxFY,uBAAuB"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PhoneValidator = void 0;
|
|
4
|
-
const PhoneValidator = (pattern, required) => {
|
|
1
|
+
export const PhoneValidator = (pattern, required) => {
|
|
5
2
|
return ($) => {
|
|
6
3
|
const phoneString = ($ || '').replace(/[^0-9.]/g, '');
|
|
7
4
|
const isRequired = !required ? phoneString : true;
|
|
@@ -10,5 +7,4 @@ const PhoneValidator = (pattern, required) => {
|
|
|
10
7
|
'Invalid phone number');
|
|
11
8
|
};
|
|
12
9
|
};
|
|
13
|
-
exports.PhoneValidator = PhoneValidator;
|
|
14
10
|
//# sourceMappingURL=validators.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validators.js","sourceRoot":"","sources":["../../../src/company-profile/utils/validators.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"validators.js","sourceRoot":"","sources":["../../../src/company-profile/utils/validators.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,OAAe,EAAE,QAAiB,EAAE,EAAE;IACjE,OAAO,CAAC,CAAS,EAAE,EAAE;QACjB,MAAM,WAAW,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;QACtD,MAAM,UAAU,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC;QAClD,OAAO,CACH,UAAU;YACV,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;YAClD,sBAAsB,CACzB,CAAC;IACN,CAAC,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.CONTENTFUL_API_TOKEN = void 0;
|
|
4
|
-
const react_ioc_1 = require("@servicetitan/react-ioc");
|
|
5
|
-
exports.CONTENTFUL_API_TOKEN = (0, react_ioc_1.symbolToken)('CONTENTFUL_API_TOKEN');
|
|
1
|
+
import { symbolToken } from '@servicetitan/react-ioc';
|
|
2
|
+
export const CONTENTFUL_API_TOKEN = symbolToken('CONTENTFUL_API_TOKEN');
|
|
6
3
|
//# sourceMappingURL=contentful.api.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contentful.api.js","sourceRoot":"","sources":["../../src/contentful/contentful.api.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"contentful.api.js","sourceRoot":"","sources":["../../src/contentful/contentful.api.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEtD,MAAM,CAAC,MAAM,oBAAoB,GAAG,WAAW,CAAiB,sBAAsB,CAAC,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
2
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
3
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -20,14 +19,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
20
19
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
21
20
|
});
|
|
22
21
|
};
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
};
|
|
26
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
-
exports.ContentfulDataStore = void 0;
|
|
28
|
-
const contentful_resolve_response_1 = __importDefault(require("contentful-resolve-response"));
|
|
29
|
-
const react_ioc_1 = require("@servicetitan/react-ioc");
|
|
30
|
-
const _1 = require(".");
|
|
22
|
+
import resolveResponse from 'contentful-resolve-response';
|
|
23
|
+
import { inject, injectable } from '@servicetitan/react-ioc';
|
|
24
|
+
import { CONTENTFUL_API_TOKEN } from '.';
|
|
31
25
|
let ContentfulDataStore = class ContentfulDataStore {
|
|
32
26
|
constructor(contentfulApi) {
|
|
33
27
|
Object.defineProperty(this, "contentfulApi", {
|
|
@@ -43,15 +37,15 @@ let ContentfulDataStore = class ContentfulDataStore {
|
|
|
43
37
|
value: ({ entryType, codeId, isPreview = false, }) => __awaiter(this, void 0, void 0, function* () {
|
|
44
38
|
var _a;
|
|
45
39
|
const { data } = yield this.contentfulApi.getContentfulContent(entryType, codeId, 10, isPreview);
|
|
46
|
-
return (_a = (
|
|
40
|
+
return (_a = resolveResponse(data)) === null || _a === void 0 ? void 0 : _a[0];
|
|
47
41
|
})
|
|
48
42
|
});
|
|
49
43
|
}
|
|
50
44
|
};
|
|
51
45
|
ContentfulDataStore = __decorate([
|
|
52
|
-
|
|
53
|
-
__param(0,
|
|
46
|
+
injectable(),
|
|
47
|
+
__param(0, inject(CONTENTFUL_API_TOKEN)),
|
|
54
48
|
__metadata("design:paramtypes", [Object])
|
|
55
49
|
], ContentfulDataStore);
|
|
56
|
-
|
|
50
|
+
export { ContentfulDataStore };
|
|
57
51
|
//# sourceMappingURL=contentful.data.store.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contentful.data.store.js","sourceRoot":"","sources":["../../src/contentful/contentful.data.store.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"contentful.data.store.js","sourceRoot":"","sources":["../../src/contentful/contentful.data.store.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,eAAe,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,oBAAoB,EAAyB,MAAM,GAAG,CAAC;AAShE,IAAa,mBAAmB,GAAhC,MAAa,mBAAmB;IAC5B,YAAkD,aAA6B;;;;;mBAA7B;;QAElD;;;;mBAAoB,CAAU,EAC1B,SAAS,EACT,MAAM,EACN,SAAS,GAAG,KAAK,GACG,EAAE,EAAE;;gBACxB,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,oBAAoB,CAC1D,SAAS,EACT,MAAM,EACN,EAAE,EACF,SAAS,CACZ,CAAC;gBACF,OAAO,MAAA,eAAe,CAAC,IAAI,CAAC,0CAAG,CAAC,CAAyB,CAAC;YAC9D,CAAC,CAAA;WAAC;IAdgF,CAAC;CAetF,CAAA;AAhBY,mBAAmB;IAD/B,UAAU,EAAE;IAEI,WAAA,MAAM,CAAC,oBAAoB,CAAC,CAAA;;GADhC,mBAAmB,CAgB/B;SAhBY,mBAAmB"}
|
|
@@ -1,20 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
const
|
|
6
|
-
const rich_text_types_1 = require("@contentful/rich-text-types");
|
|
7
|
-
const design_system_1 = require("@servicetitan/design-system");
|
|
8
|
-
exports.richTextRenderOptions = {
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { documentToReactComponents, } from '@contentful/rich-text-react-renderer';
|
|
3
|
+
import { INLINES } from '@contentful/rich-text-types';
|
|
4
|
+
import { Link } from '@servicetitan/design-system';
|
|
5
|
+
export const richTextRenderOptions = {
|
|
9
6
|
openHyperlinkInNewTab: {
|
|
10
|
-
[
|
|
11
|
-
return ((
|
|
7
|
+
[INLINES.HYPERLINK]: (node, children) => {
|
|
8
|
+
return (_jsx(Link, Object.assign({ primary: true, href: node.data.uri, target: "_blank", rel: "noopener noreferrer" }, { children: children })));
|
|
12
9
|
},
|
|
13
10
|
},
|
|
14
11
|
};
|
|
15
|
-
const documentToReactComponent = ({ document, options, renderNodes, }) => {
|
|
12
|
+
export const documentToReactComponent = ({ document, options, renderNodes, }) => {
|
|
16
13
|
const renderOptions = Object.assign(Object.assign({}, options), { renderNode: renderNodes === null || renderNodes === void 0 ? void 0 : renderNodes.reduce((acc, x) => (Object.assign(Object.assign({}, acc), x))) });
|
|
17
|
-
return document ?
|
|
14
|
+
return document ? documentToReactComponents(document, renderOptions) : undefined;
|
|
18
15
|
};
|
|
19
|
-
exports.documentToReactComponent = documentToReactComponent;
|
|
20
16
|
//# sourceMappingURL=document-to-react-component.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-to-react-component.js","sourceRoot":"","sources":["../../src/contentful/document-to-react-component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"document-to-react-component.js","sourceRoot":"","sources":["../../src/contentful/document-to-react-component.tsx"],"names":[],"mappings":";AACA,OAAO,EACH,yBAAyB,GAG5B,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAiB,OAAO,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AAGnD,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACjC,qBAAqB,EAAE;QACnB,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,CAAC,IAAoB,EAAE,QAAmB,EAAE,EAAE;YAC/D,OAAO,CACH,KAAC,IAAI,kBAAC,OAAO,QAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,MAAM,EAAC,QAAQ,EAAC,GAAG,EAAC,qBAAqB,gBACvE,QAAQ,IACN,CACV,CAAC;QACN,CAAC;KACU;CAClB,CAAC;AAQF,MAAM,CAAC,MAAM,wBAAwB,GAA0C,CAAC,EAC5E,QAAQ,EACR,OAAO,EACP,WAAW,GACd,EAAE,EAAE;IACD,MAAM,aAAa,mCACZ,OAAO,KACV,UAAU,EAAE,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,MAAM,CAAC,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC,iCAAM,GAAG,GAAK,CAAC,EAAG,CAAC,GAClE,CAAC;IACF,OAAO,QAAQ,CAAC,CAAC,CAAC,yBAAyB,CAAC,QAAQ,EAAE,aAAwB,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;AAChG,CAAC,CAAC"}
|
package/dist/contentful/index.js
CHANGED
|
@@ -1,20 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}));
|
|
9
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
__exportStar(require("./contentful.api"), exports);
|
|
14
|
-
__exportStar(require("./contentful.data.store"), exports);
|
|
15
|
-
__exportStar(require("./marketing-carousel.store"), exports);
|
|
16
|
-
__exportStar(require("./page-contentful.store"), exports);
|
|
17
|
-
__exportStar(require("./interfaces"), exports);
|
|
18
|
-
__exportStar(require("./utils"), exports);
|
|
19
|
-
__exportStar(require("./document-to-react-component"), exports);
|
|
1
|
+
export * from './contentful.api';
|
|
2
|
+
export * from './contentful.data.store';
|
|
3
|
+
export * from './marketing-carousel.store';
|
|
4
|
+
export * from './page-contentful.store';
|
|
5
|
+
export * from './interfaces';
|
|
6
|
+
export * from './utils';
|
|
7
|
+
export * from './document-to-react-component';
|
|
20
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/contentful/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/contentful/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,+BAA+B,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
2
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
3
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -31,21 +30,16 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
31
30
|
}
|
|
32
31
|
return t;
|
|
33
32
|
};
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
exports.MarketingCarouselStore = exports.MarketingCarouselColorTheme = void 0;
|
|
39
|
-
const react_ioc_1 = require("@servicetitan/react-ioc");
|
|
40
|
-
const mobx_1 = require("mobx");
|
|
41
|
-
const query_string_1 = __importDefault(require("query-string"));
|
|
42
|
-
const _1 = require(".");
|
|
33
|
+
import { inject, injectable } from '@servicetitan/react-ioc';
|
|
34
|
+
import { action, computed, makeObservable, observable, runInAction } from 'mobx';
|
|
35
|
+
import queryString from 'query-string';
|
|
36
|
+
import { ContentfulDataStore } from '.';
|
|
43
37
|
const carouselBackgroundLightPath = 'https://static.servicetitan.com/acm/auth/sign-in-carousel-background.png';
|
|
44
|
-
var MarketingCarouselColorTheme;
|
|
38
|
+
export var MarketingCarouselColorTheme;
|
|
45
39
|
(function (MarketingCarouselColorTheme) {
|
|
46
40
|
MarketingCarouselColorTheme["Light"] = "Light";
|
|
47
41
|
MarketingCarouselColorTheme["Dark"] = "Dark";
|
|
48
|
-
})(MarketingCarouselColorTheme
|
|
42
|
+
})(MarketingCarouselColorTheme || (MarketingCarouselColorTheme = {}));
|
|
49
43
|
let MarketingCarouselStore = class MarketingCarouselStore {
|
|
50
44
|
constructor(contentfulDataStore) {
|
|
51
45
|
Object.defineProperty(this, "contentfulDataStore", {
|
|
@@ -92,12 +86,12 @@ let MarketingCarouselStore = class MarketingCarouselStore {
|
|
|
92
86
|
codeId,
|
|
93
87
|
isPreview,
|
|
94
88
|
});
|
|
95
|
-
|
|
89
|
+
runInAction(() => {
|
|
96
90
|
this.photoGalleryData = data;
|
|
97
91
|
});
|
|
98
92
|
}
|
|
99
93
|
finally {
|
|
100
|
-
|
|
94
|
+
runInAction(() => {
|
|
101
95
|
this.isInitializing = false;
|
|
102
96
|
});
|
|
103
97
|
}
|
|
@@ -111,11 +105,11 @@ let MarketingCarouselStore = class MarketingCarouselStore {
|
|
|
111
105
|
if (!ctaTrackingCode) {
|
|
112
106
|
return ctaLink;
|
|
113
107
|
}
|
|
114
|
-
const qs =
|
|
108
|
+
const qs = queryString.parse(ctaTrackingCode);
|
|
115
109
|
if (this.utmSource) {
|
|
116
110
|
qs.utm_source = this.utmSource;
|
|
117
111
|
}
|
|
118
|
-
return `${ctaLink}?${
|
|
112
|
+
return `${ctaLink}?${queryString.stringify(qs)}`;
|
|
119
113
|
}
|
|
120
114
|
});
|
|
121
115
|
Object.defineProperty(this, "isDateRangeActive", {
|
|
@@ -132,7 +126,7 @@ let MarketingCarouselStore = class MarketingCarouselStore {
|
|
|
132
126
|
return inStartRange && inEndRange;
|
|
133
127
|
}
|
|
134
128
|
});
|
|
135
|
-
|
|
129
|
+
makeObservable(this);
|
|
136
130
|
}
|
|
137
131
|
// colorTheme and backgroundImageUrl are not not part of initial release of contentful
|
|
138
132
|
get carouselSettings() {
|
|
@@ -153,39 +147,39 @@ let MarketingCarouselStore = class MarketingCarouselStore {
|
|
|
153
147
|
}
|
|
154
148
|
};
|
|
155
149
|
__decorate([
|
|
156
|
-
|
|
150
|
+
observable,
|
|
157
151
|
__metadata("design:type", Object)
|
|
158
152
|
], MarketingCarouselStore.prototype, "isInitializing", void 0);
|
|
159
153
|
__decorate([
|
|
160
|
-
|
|
154
|
+
observable,
|
|
161
155
|
__metadata("design:type", Object)
|
|
162
156
|
], MarketingCarouselStore.prototype, "photoGalleryData", void 0);
|
|
163
157
|
__decorate([
|
|
164
|
-
|
|
158
|
+
observable,
|
|
165
159
|
__metadata("design:type", String)
|
|
166
160
|
], MarketingCarouselStore.prototype, "utmSource", void 0);
|
|
167
161
|
__decorate([
|
|
168
|
-
|
|
162
|
+
observable,
|
|
169
163
|
__metadata("design:type", Object)
|
|
170
164
|
], MarketingCarouselStore.prototype, "fallbackData", void 0);
|
|
171
165
|
__decorate([
|
|
172
|
-
|
|
166
|
+
action,
|
|
173
167
|
__metadata("design:type", Object)
|
|
174
168
|
], MarketingCarouselStore.prototype, "initialize", void 0);
|
|
175
169
|
__decorate([
|
|
176
|
-
|
|
170
|
+
computed,
|
|
177
171
|
__metadata("design:type", Object),
|
|
178
172
|
__metadata("design:paramtypes", [])
|
|
179
173
|
], MarketingCarouselStore.prototype, "carouselSettings", null);
|
|
180
174
|
__decorate([
|
|
181
|
-
|
|
175
|
+
computed,
|
|
182
176
|
__metadata("design:type", Object),
|
|
183
177
|
__metadata("design:paramtypes", [])
|
|
184
178
|
], MarketingCarouselStore.prototype, "carouselData", null);
|
|
185
179
|
MarketingCarouselStore = __decorate([
|
|
186
|
-
|
|
187
|
-
__param(0,
|
|
188
|
-
__metadata("design:paramtypes", [
|
|
180
|
+
injectable(),
|
|
181
|
+
__param(0, inject(ContentfulDataStore)),
|
|
182
|
+
__metadata("design:paramtypes", [ContentfulDataStore])
|
|
189
183
|
], MarketingCarouselStore);
|
|
190
|
-
|
|
184
|
+
export { MarketingCarouselStore };
|
|
191
185
|
//# sourceMappingURL=marketing-carousel.store.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marketing-carousel.store.js","sourceRoot":"","sources":["../../src/contentful/marketing-carousel.store.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"marketing-carousel.store.js","sourceRoot":"","sources":["../../src/contentful/marketing-carousel.store.ts"],"names":[],"mappings":"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"}
|