@servicetitan/onboarding-ui 9.2.0 → 9.3.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.
Files changed (51) hide show
  1. package/dist/address-suggestion-popover/components/address-suggestion-popover.js +5 -26
  2. package/dist/address-suggestion-popover/components/address-suggestion-popover.js.map +1 -1
  3. package/dist/address-suggestion-popover/utils/__tests__/data/google-geocoder-suggestions-provider.data.d.ts +234 -0
  4. package/dist/address-suggestion-popover/utils/__tests__/data/google-geocoder-suggestions-provider.data.d.ts.map +1 -0
  5. package/dist/address-suggestion-popover/utils/__tests__/data/google-geocoder-suggestions-provider.data.js +504 -0
  6. package/dist/address-suggestion-popover/utils/__tests__/data/google-geocoder-suggestions-provider.data.js.map +1 -0
  7. package/dist/address-suggestion-popover/utils/__tests__/google-geocoder-suggestions-provider.test.d.ts +2 -0
  8. package/dist/address-suggestion-popover/utils/__tests__/google-geocoder-suggestions-provider.test.d.ts.map +1 -0
  9. package/dist/address-suggestion-popover/utils/__tests__/google-geocoder-suggestions-provider.test.js +112 -0
  10. package/dist/address-suggestion-popover/utils/__tests__/google-geocoder-suggestions-provider.test.js.map +1 -0
  11. package/dist/address-suggestion-popover/utils/google-geocoder-suggestions-provider.d.ts +0 -1
  12. package/dist/address-suggestion-popover/utils/google-geocoder-suggestions-provider.d.ts.map +1 -1
  13. package/dist/address-suggestion-popover/utils/google-geocoder-suggestions-provider.js +3 -12
  14. package/dist/address-suggestion-popover/utils/google-geocoder-suggestions-provider.js.map +1 -1
  15. package/dist/company-profile/components/country-dropdown-input.js +2 -13
  16. package/dist/company-profile/components/country-dropdown-input.js.map +1 -1
  17. package/dist/company-profile/components/state-and-province-dropdown-input.js +2 -13
  18. package/dist/company-profile/components/state-and-province-dropdown-input.js.map +1 -1
  19. package/dist/company-profile/stores/__tests__/company-profile-form.store.test.d.ts +2 -0
  20. package/dist/company-profile/stores/__tests__/company-profile-form.store.test.d.ts.map +1 -0
  21. package/dist/company-profile/stores/__tests__/company-profile-form.store.test.js +33 -0
  22. package/dist/company-profile/stores/__tests__/company-profile-form.store.test.js.map +1 -0
  23. package/dist/company-profile/stores/company-profile-form.store.d.ts.map +1 -1
  24. package/dist/company-profile/stores/company-profile-form.store.js +2 -2
  25. package/dist/company-profile/stores/company-profile-form.store.js.map +1 -1
  26. package/dist/company-profile/utils/validators.d.ts.map +1 -1
  27. package/dist/components/card-selector/card-selector.d.ts.map +1 -1
  28. package/dist/components/zip-code-input.js +4 -16
  29. package/dist/components/zip-code-input.js.map +1 -1
  30. package/dist/contentful/marketing-carousel.store.d.ts.map +1 -1
  31. package/dist/contentful/marketing-carousel.store.js +8 -27
  32. package/dist/contentful/marketing-carousel.store.js.map +1 -1
  33. package/dist/customer-types/stores/customer-type-form.store.d.ts.map +1 -1
  34. package/dist/customer-types/stores/customer-type-form.store.js +4 -1
  35. package/dist/customer-types/stores/customer-type-form.store.js.map +1 -1
  36. package/dist/hooks/use-scroll-to-error/use-scroll-to-error.d.ts.map +1 -1
  37. package/dist/pusher/presence.store.d.ts.map +1 -1
  38. package/dist/pusher/presence.store.js +2 -11
  39. package/dist/pusher/presence.store.js.map +1 -1
  40. package/dist/pusher/pusher.store.d.ts.map +1 -1
  41. package/dist/utils/__tests__/country-helpers.test.d.ts +2 -0
  42. package/dist/utils/__tests__/country-helpers.test.d.ts.map +1 -0
  43. package/dist/utils/__tests__/country-helpers.test.js +30 -0
  44. package/dist/utils/__tests__/country-helpers.test.js.map +1 -0
  45. package/dist/utils/country-helpers.d.ts +1 -1
  46. package/dist/utils/country-helpers.d.ts.map +1 -1
  47. package/dist/utils/sort-by.d.ts +1 -1
  48. package/dist/utils/sort-by.d.ts.map +1 -1
  49. package/dist/utils/step-version-helper.js +4 -1
  50. package/dist/utils/step-version-helper.js.map +1 -1
  51. package/package.json +4 -7
@@ -1,23 +1,3 @@
1
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
- return new (P || (P = Promise))(function (resolve, reject) {
4
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
- step((generator = generator.apply(thisArg, _arguments || [])).next());
8
- });
9
- };
10
- var __rest = (this && this.__rest) || function (s, e) {
11
- var t = {};
12
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
13
- t[p] = s[p];
14
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
15
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
16
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
17
- t[p[i]] = s[p[i]];
18
- }
19
- return t;
20
- };
21
1
  import { jsx as _jsx } from "react/jsx-runtime";
22
2
  import { useEffect, useState } from 'react';
23
3
  import { useBoolean } from '@servicetitan/react-hooks';
@@ -30,28 +10,27 @@ const withVerifiedCountryValue = (address) => {
30
10
  address.country = (_a = getCountry(address.country)) !== null && _a !== void 0 ? _a : address.country;
31
11
  return address;
32
12
  };
33
- export const AddressSuggestionPopover = observer((_a) => {
34
- var { portal = true, width = 'm', direction = 'l', padding = 's', currentAddress, addressSuggestionsProvider, onSuggestionSelect } = _a, restProps = __rest(_a, ["portal", "width", "direction", "padding", "currentAddress", "addressSuggestionsProvider", "onSuggestionSelect"]);
13
+ export const AddressSuggestionPopover = observer(({ portal = true, width = 'm', direction = 'l', padding = 's', currentAddress, addressSuggestionsProvider, onSuggestionSelect, ...restProps }) => {
35
14
  const [isLoading, { setFalse: disableLoading, setTrue: enabledLoading }] = useBoolean(true);
36
15
  const [results, setResults] = useState(undefined);
37
16
  useEffect(() => {
38
- const bootstrap = () => __awaiter(void 0, void 0, void 0, function* () {
17
+ const bootstrap = async () => {
39
18
  if (!restProps.open) {
40
19
  return;
41
20
  }
42
21
  enabledLoading();
43
22
  setResults(undefined);
44
23
  try {
45
- const results = yield addressSuggestionsProvider.getSuggestions(currentAddress);
24
+ const results = await addressSuggestionsProvider.getSuggestions(currentAddress);
46
25
  setResults(results);
47
26
  }
48
27
  finally {
49
28
  disableLoading();
50
29
  }
51
- });
30
+ };
52
31
  bootstrap();
53
32
  // eslint-disable-next-line react-hooks/exhaustive-deps
54
33
  }, [restProps.open]);
55
- return (_jsx(Popover, Object.assign({ portal: portal, width: width, direction: direction, padding: padding }, restProps, { children: isLoading ? (_jsx("div", { className: "d-f justify-content-center", children: _jsx(Spinner, { size: "tiny" }) })) : typeof results === 'string' || !(results === null || results === void 0 ? void 0 : results.length) ? (_jsx(BodyText, { className: "ta-center", size: "small", children: typeof results === 'string' ? results : 'No suggestions' })) : (results.map(result => (_jsx(Button, { full: true, fill: "subtle", className: styles.verifyAddressBtn, color: "primary", onClick: () => onSuggestionSelect(withVerifiedCountryValue(result.value)), children: result.title }, result.key)))) })));
34
+ return (_jsx(Popover, { portal: portal, width: width, direction: direction, padding: padding, ...restProps, children: isLoading ? (_jsx("div", { className: "d-f justify-content-center", children: _jsx(Spinner, { size: "tiny" }) })) : typeof results === 'string' || !(results === null || results === void 0 ? void 0 : results.length) ? (_jsx(BodyText, { className: "ta-center", size: "small", children: typeof results === 'string' ? results : 'No suggestions' })) : (results.map(result => (_jsx(Button, { full: true, fill: "subtle", className: styles.verifyAddressBtn, color: "primary", onClick: () => onSuggestionSelect(withVerifiedCountryValue(result.value)), children: result.title }, result.key)))) }));
56
35
  });
57
36
  //# sourceMappingURL=address-suggestion-popover.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"address-suggestion-popover.js","sourceRoot":"","sources":["../../../src/address-suggestion-popover/components/address-suggestion-popover.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"address-suggestion-popover.js","sourceRoot":"","sources":["../../../src/address-suggestion-popover/components/address-suggestion-popover.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,234 @@
1
+ export declare const Canada_RockyView_235105WranglerDr: {
2
+ address_components: {
3
+ long_name: string;
4
+ short_name: string;
5
+ types: string[];
6
+ }[];
7
+ formatted_address: string;
8
+ geometry: {
9
+ location: {
10
+ lat: () => number;
11
+ lng: () => number;
12
+ };
13
+ location_type: string;
14
+ viewport: {
15
+ northeast: {
16
+ lat: () => number;
17
+ lng: () => number;
18
+ };
19
+ southwest: {
20
+ lat: () => number;
21
+ lng: () => number;
22
+ };
23
+ };
24
+ };
25
+ place_id: string;
26
+ plus_code: {
27
+ compound_code: string;
28
+ global_code: string;
29
+ };
30
+ types: string[];
31
+ };
32
+ export declare const Canada_Vancouver_285W18thAve: {
33
+ address_components: {
34
+ long_name: string;
35
+ short_name: string;
36
+ types: string[];
37
+ }[];
38
+ formatted_address: string;
39
+ geometry: {
40
+ bounds: {
41
+ northeast: {
42
+ lat: () => number;
43
+ lng: () => number;
44
+ };
45
+ southwest: {
46
+ lat: () => number;
47
+ lng: () => number;
48
+ };
49
+ };
50
+ location: {
51
+ lat: () => number;
52
+ lng: () => number;
53
+ };
54
+ location_type: string;
55
+ viewport: {
56
+ northeast: {
57
+ lat: () => number;
58
+ lng: () => number;
59
+ };
60
+ southwest: {
61
+ lat: () => number;
62
+ lng: () => number;
63
+ };
64
+ };
65
+ };
66
+ place_id: string;
67
+ types: string[];
68
+ };
69
+ export declare const Canada_Ottawa_215FloraSt: {
70
+ address_components: {
71
+ long_name: string;
72
+ short_name: string;
73
+ types: string[];
74
+ }[];
75
+ formatted_address: string;
76
+ geometry: {
77
+ location: {
78
+ lat: () => number;
79
+ lng: () => number;
80
+ };
81
+ location_type: string;
82
+ viewport: {
83
+ northeast: {
84
+ lat: () => number;
85
+ lng: () => number;
86
+ };
87
+ southwest: {
88
+ lat: () => number;
89
+ lng: () => number;
90
+ };
91
+ };
92
+ };
93
+ place_id: string;
94
+ types: string[];
95
+ };
96
+ export declare const Canada_Orleans_2178SaturnCrescent: {
97
+ address_components: {
98
+ long_name: string;
99
+ short_name: string;
100
+ types: string[];
101
+ }[];
102
+ formatted_address: string;
103
+ geometry: {
104
+ bounds: {
105
+ northeast: {
106
+ lat: () => number;
107
+ lng: () => number;
108
+ };
109
+ southwest: {
110
+ lat: () => number;
111
+ lng: () => number;
112
+ };
113
+ };
114
+ location: {
115
+ lat: () => number;
116
+ lng: () => number;
117
+ };
118
+ location_type: string;
119
+ viewport: {
120
+ northeast: {
121
+ lat: () => number;
122
+ lng: () => number;
123
+ };
124
+ southwest: {
125
+ lat: () => number;
126
+ lng: () => number;
127
+ };
128
+ };
129
+ };
130
+ place_id: string;
131
+ types: string[];
132
+ };
133
+ export declare const Canada_Embrun_15DollardSt: {
134
+ address_components: {
135
+ long_name: string;
136
+ short_name: string;
137
+ types: string[];
138
+ }[];
139
+ formatted_address: string;
140
+ geometry: {
141
+ bounds: {
142
+ northeast: {
143
+ lat: () => number;
144
+ lng: () => number;
145
+ };
146
+ southwest: {
147
+ lat: () => number;
148
+ lng: () => number;
149
+ };
150
+ };
151
+ location: {
152
+ lat: () => number;
153
+ lng: () => number;
154
+ };
155
+ location_type: string;
156
+ viewport: {
157
+ northeast: {
158
+ lat: () => number;
159
+ lng: () => number;
160
+ };
161
+ southwest: {
162
+ lat: () => number;
163
+ lng: () => number;
164
+ };
165
+ };
166
+ };
167
+ place_id: string;
168
+ types: string[];
169
+ };
170
+ export declare const USA_Glendale_800NBrandBlvd: {
171
+ address_components: {
172
+ long_name: string;
173
+ short_name: string;
174
+ types: string[];
175
+ }[];
176
+ formatted_address: string;
177
+ geometry: {
178
+ location: {
179
+ lat: () => number;
180
+ lng: () => number;
181
+ };
182
+ location_type: string;
183
+ viewport: {
184
+ northeast: {
185
+ lat: () => number;
186
+ lng: () => number;
187
+ };
188
+ southwest: {
189
+ lat: () => number;
190
+ lng: () => number;
191
+ };
192
+ };
193
+ };
194
+ place_id: string;
195
+ types: string[];
196
+ };
197
+ export declare const USA_Brooklyn_297SterlingPl: {
198
+ address_components: {
199
+ long_name: string;
200
+ short_name: string;
201
+ types: string[];
202
+ }[];
203
+ formatted_address: string;
204
+ geometry: {
205
+ bounds: {
206
+ northeast: {
207
+ lat: () => number;
208
+ lng: () => number;
209
+ };
210
+ southwest: {
211
+ lat: () => number;
212
+ lng: () => number;
213
+ };
214
+ };
215
+ location: {
216
+ lat: () => number;
217
+ lng: () => number;
218
+ };
219
+ location_type: string;
220
+ viewport: {
221
+ northeast: {
222
+ lat: () => number;
223
+ lng: () => number;
224
+ };
225
+ southwest: {
226
+ lat: () => number;
227
+ lng: () => number;
228
+ };
229
+ };
230
+ };
231
+ place_id: string;
232
+ types: string[];
233
+ };
234
+ //# sourceMappingURL=google-geocoder-suggestions-provider.data.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-geocoder-suggestions-provider.data.d.ts","sourceRoot":"","sources":["../../../../../src/address-suggestion-popover/utils/__tests__/data/google-geocoder-suggestions-provider.data.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyD7C,CAAC;AAEF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyExC,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;CAoEpC,CAAC;AAEF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8E7C,CAAC;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyErC,CAAC;AAEF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;CAoEtC,CAAC;AAEF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8EtC,CAAC"}