@progressive-development/pd-spa-helper 0.9.2 → 0.9.3
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/package.json +12 -12
- package/dist/generated/locale-wrapper/be-wrapper.d.ts +0 -98
- package/dist/generated/locale-wrapper/be-wrapper.d.ts.map +0 -1
- package/dist/generated/locale-wrapper/de-wrapper.d.ts +0 -98
- package/dist/generated/locale-wrapper/de-wrapper.d.ts.map +0 -1
- package/dist/generated/locale-wrapper/en-wrapper.d.ts +0 -98
- package/dist/generated/locale-wrapper/en-wrapper.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progressive-development/pd-spa-helper",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"description": "Webcomponent pd-spa-helper following open-wc recommendations",
|
|
5
5
|
"author": "PD Progressive Development",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"LICENSE"
|
|
19
19
|
],
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@progressive-development/pd-shared-styles": "0.4.
|
|
21
|
+
"@progressive-development/pd-shared-styles": "0.4.3-dev.0"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"lit": "^3.3.1",
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
"ts-action-operators": "^9.1.2",
|
|
31
31
|
"universal-router": "^10.0.0",
|
|
32
32
|
"tslib": "^2.8.1",
|
|
33
|
-
"@progressive-development/pd-provider-interfaces": "0.9.
|
|
34
|
-
"@progressive-development/pd-model": "1.2.
|
|
35
|
-
"@progressive-development/pd-icon": "1.1.
|
|
36
|
-
"@progressive-development/pd-
|
|
37
|
-
"@progressive-development/pd-
|
|
38
|
-
"@progressive-development/pd-
|
|
39
|
-
"@progressive-development/pd-
|
|
40
|
-
"@progressive-development/pd-order": "1.1.
|
|
41
|
-
"@progressive-development/pd-utils": "1.1.
|
|
42
|
-
"@progressive-development/pd-
|
|
33
|
+
"@progressive-development/pd-provider-interfaces": "0.9.3",
|
|
34
|
+
"@progressive-development/pd-model": "1.2.3-dev.0",
|
|
35
|
+
"@progressive-development/pd-icon": "1.1.3-dev.0",
|
|
36
|
+
"@progressive-development/pd-content": "1.1.3-dev.0",
|
|
37
|
+
"@progressive-development/pd-dialog": "1.1.3-dev.0",
|
|
38
|
+
"@progressive-development/pd-forms": "1.1.3-dev.0",
|
|
39
|
+
"@progressive-development/pd-page": "1.2.1-dev.0",
|
|
40
|
+
"@progressive-development/pd-order": "1.1.7-dev.0",
|
|
41
|
+
"@progressive-development/pd-utils": "1.1.3-dev.0",
|
|
42
|
+
"@progressive-development/pd-wizard": "1.1.3-dev.0"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "custom-elements.json",
|
|
45
45
|
"keywords": [
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
export declare const templates: {
|
|
2
|
-
"pd.form.field.checkRequired": string;
|
|
3
|
-
"pd.form.field.invalid.mail": string;
|
|
4
|
-
"pd.form.field.invalid.number": string;
|
|
5
|
-
"pd.form.field.invalid.phone": string;
|
|
6
|
-
"pd.form.field.invalid.vat": string;
|
|
7
|
-
"pd.form.field.rangeRequired": string;
|
|
8
|
-
"pd.form.field.required": string;
|
|
9
|
-
"pd.form.field.selectRequired": string;
|
|
10
|
-
"pd.form.required.missing": string;
|
|
11
|
-
"pd.form.required.valid": string;
|
|
12
|
-
s512f37f2dba563ec: import('@lit/localize').StrResult;
|
|
13
|
-
s8a355eeb33f58c5f: import('@lit/localize').StrResult;
|
|
14
|
-
"pd.suggestion.box.load.data": string;
|
|
15
|
-
"pd.suggestion.box.error.txt": string;
|
|
16
|
-
"pd.suggestion.box.add.new": import('@lit/localize').StrResult;
|
|
17
|
-
"pd.moreInfo.less": string;
|
|
18
|
-
"pd.moreInfo.more": string;
|
|
19
|
-
"pdContent.loadingstate.ariaLabel": string;
|
|
20
|
-
"pdContent.loadingstate.ariaLoading": string;
|
|
21
|
-
"pdContent.loadingstate.pleaseWait": string;
|
|
22
|
-
"pdContent.loadingstate.syncState": string;
|
|
23
|
-
"pd.edit.content.edit": string;
|
|
24
|
-
"pd.panel.viewer.aria.label": string;
|
|
25
|
-
"pd.panel.viewer.prev": string;
|
|
26
|
-
"pd.panel.viewer.next": string;
|
|
27
|
-
"pd.panel.viewer.progress": string;
|
|
28
|
-
"pd.panel.viewer.panel": string;
|
|
29
|
-
"pd.contactus.address.email": string;
|
|
30
|
-
"pd.contactus.address.message": string;
|
|
31
|
-
"pd.contactus.address.name": string;
|
|
32
|
-
"pd.contactus.address.phone": string;
|
|
33
|
-
"pd.contactus.address.send": string;
|
|
34
|
-
"pd.contactus.address.title": string;
|
|
35
|
-
"pd.contactus.title": string;
|
|
36
|
-
"pd.login.email.label": string;
|
|
37
|
-
"pd.login.forgot.back": string;
|
|
38
|
-
"pd.login.forgot.info": string;
|
|
39
|
-
"pd.login.forgot.password": string;
|
|
40
|
-
"pd.login.forgot.submit": string;
|
|
41
|
-
"pd.login.password.label": string;
|
|
42
|
-
"pd.login.submit": string;
|
|
43
|
-
"pdPage.toast.ariaClose": string;
|
|
44
|
-
"pd.footer.nav.aria": string;
|
|
45
|
-
"pd.menu.nav.aria": string;
|
|
46
|
-
"pd.menu.locale.aria": string;
|
|
47
|
-
"pd.menu.burger.aria": string;
|
|
48
|
-
"pd.socialmedia.aria.label": string;
|
|
49
|
-
"pd.socialmedia.empty": string;
|
|
50
|
-
"pd.socialmedia.new.entry": string;
|
|
51
|
-
"pd.socialmedia.placeholder": string;
|
|
52
|
-
"pd.socialmedia.delete": string;
|
|
53
|
-
"pd.socialmedia.cancel": string;
|
|
54
|
-
"pd.socialmedia.save": string;
|
|
55
|
-
"pd.wizard.button.back": string;
|
|
56
|
-
"pd.wizard.button.next": string;
|
|
57
|
-
"pd.wizard.button.send": string;
|
|
58
|
-
"pd.wizard.close.aria": string;
|
|
59
|
-
"pdWizard.close.popup.cancel": string;
|
|
60
|
-
"pdWizard.close.popup.noStorage.content": string;
|
|
61
|
-
"pdWizard.close.popup.ok": string;
|
|
62
|
-
"pdWizard.close.popup.storage.content": string;
|
|
63
|
-
"pdWizard.close.popup.title": string;
|
|
64
|
-
"pdWizard.reload.popup.cancel": string;
|
|
65
|
-
"pdWizard.reload.popup.lastModified": string;
|
|
66
|
-
"pdWizard.reload.popup.ok": string;
|
|
67
|
-
"pdWizard.reload.popup.title": string;
|
|
68
|
-
"pdWizard.storage.close.popup.cancel": string;
|
|
69
|
-
"pdWizard.storage.close.popup.ok": string;
|
|
70
|
-
"pd.steps.aria.label": string;
|
|
71
|
-
"pd.steps.aria.passed": import('@lit/localize').StrResult;
|
|
72
|
-
"pd.steps.aria.current": import('@lit/localize').StrResult;
|
|
73
|
-
"pd.steps.aria.pending": import('@lit/localize').StrResult;
|
|
74
|
-
"pdWizard.reload.popup.warning": string;
|
|
75
|
-
"pd.order.contacts.billingContact.inputHeader": string;
|
|
76
|
-
"pd.order.contacts.orderContact.inputHeader": string;
|
|
77
|
-
"pd.order.contacts.propertyContact.checkBox": string;
|
|
78
|
-
"pd.order.summary.agree.link1": string;
|
|
79
|
-
"pd.order.summary.agree.link2": string;
|
|
80
|
-
"pd.order.summary.agree.required": string;
|
|
81
|
-
"pd.order.summary.billing": string;
|
|
82
|
-
"pd.order.summary.title": string;
|
|
83
|
-
sa84bab91f8a49fe3: string;
|
|
84
|
-
s1d1be881bd7dd5f6: string;
|
|
85
|
-
s6c2e8c3fd63326fa: string;
|
|
86
|
-
s6cfee04ec1ab2f22: string;
|
|
87
|
-
se253c48907431e1f: string;
|
|
88
|
-
sa9bdcc9d5a643bb8: string;
|
|
89
|
-
sec4bd3f10d0782bd: string;
|
|
90
|
-
se52f82757214a82b: string;
|
|
91
|
-
sdd2fffdf86bf5b6e: string;
|
|
92
|
-
s5c9229e6891b5b83: string;
|
|
93
|
-
se1b4ea2cbb1f9bb4: string;
|
|
94
|
-
s3be4da85df39b1c2: string;
|
|
95
|
-
"pd.submit.dialog.closeStay": string;
|
|
96
|
-
"pd.submit.dialog.startPage": string;
|
|
97
|
-
};
|
|
98
|
-
//# sourceMappingURL=be-wrapper.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"be-wrapper.d.ts","sourceRoot":"","sources":["../../../src/generated/locale-wrapper/be-wrapper.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQrB,CAAC"}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
export declare const templates: {
|
|
2
|
-
"pd.form.field.required": string;
|
|
3
|
-
"pd.form.field.selectRequired": string;
|
|
4
|
-
"pd.form.field.checkRequired": string;
|
|
5
|
-
"pd.form.field.rangeRequired": string;
|
|
6
|
-
"pd.form.field.invalid.mail": string;
|
|
7
|
-
"pd.form.field.invalid.phone": string;
|
|
8
|
-
"pd.form.field.invalid.vat": string;
|
|
9
|
-
"pd.form.field.invalid.number": string;
|
|
10
|
-
"pd.form.required.valid": string;
|
|
11
|
-
"pd.form.required.missing": string;
|
|
12
|
-
s8a355eeb33f58c5f: import('@lit/localize').StrResult;
|
|
13
|
-
s512f37f2dba563ec: import('@lit/localize').StrResult;
|
|
14
|
-
"pd.suggestion.box.load.data": string;
|
|
15
|
-
"pd.suggestion.box.error.txt": string;
|
|
16
|
-
"pd.suggestion.box.add.new": import('@lit/localize').StrResult;
|
|
17
|
-
"pd.edit.content.edit": string;
|
|
18
|
-
"pd.moreInfo.more": string;
|
|
19
|
-
"pd.moreInfo.less": string;
|
|
20
|
-
"pd.panel.viewer.aria.label": string;
|
|
21
|
-
"pd.panel.viewer.prev": string;
|
|
22
|
-
"pd.panel.viewer.next": string;
|
|
23
|
-
"pd.panel.viewer.progress": string;
|
|
24
|
-
"pd.panel.viewer.panel": string;
|
|
25
|
-
"pdContent.loadingstate.ariaLabel": string;
|
|
26
|
-
"pdContent.loadingstate.ariaLoading": string;
|
|
27
|
-
"pdContent.loadingstate.syncState": string;
|
|
28
|
-
"pdContent.loadingstate.pleaseWait": string;
|
|
29
|
-
"pd.contactus.title": string;
|
|
30
|
-
"pd.contactus.address.title": string;
|
|
31
|
-
"pd.contactus.address.name": string;
|
|
32
|
-
"pd.contactus.address.email": string;
|
|
33
|
-
"pd.contactus.address.phone": string;
|
|
34
|
-
"pd.contactus.address.message": string;
|
|
35
|
-
"pd.contactus.address.send": string;
|
|
36
|
-
"pd.footer.nav.aria": string;
|
|
37
|
-
"pd.login.email.label": string;
|
|
38
|
-
"pd.login.password.label": string;
|
|
39
|
-
"pd.login.forgot.password": string;
|
|
40
|
-
"pd.login.submit": string;
|
|
41
|
-
"pd.login.forgot.info": string;
|
|
42
|
-
"pd.login.forgot.back": string;
|
|
43
|
-
"pd.login.forgot.submit": string;
|
|
44
|
-
"pd.menu.nav.aria": string;
|
|
45
|
-
"pd.menu.locale.aria": string;
|
|
46
|
-
"pd.menu.burger.aria": string;
|
|
47
|
-
"pd.socialmedia.aria.label": string;
|
|
48
|
-
"pd.socialmedia.empty": string;
|
|
49
|
-
"pd.socialmedia.new.entry": string;
|
|
50
|
-
"pd.socialmedia.placeholder": string;
|
|
51
|
-
"pd.socialmedia.delete": string;
|
|
52
|
-
"pd.socialmedia.cancel": string;
|
|
53
|
-
"pd.socialmedia.save": string;
|
|
54
|
-
"pdPage.toast.ariaClose": string;
|
|
55
|
-
"pd.steps.aria.label": string;
|
|
56
|
-
"pd.steps.aria.passed": import('@lit/localize').StrResult;
|
|
57
|
-
"pd.steps.aria.current": import('@lit/localize').StrResult;
|
|
58
|
-
"pd.steps.aria.pending": import('@lit/localize').StrResult;
|
|
59
|
-
"pd.wizard.close.aria": string;
|
|
60
|
-
"pd.wizard.button.back": string;
|
|
61
|
-
"pd.wizard.button.next": string;
|
|
62
|
-
"pd.wizard.button.send": string;
|
|
63
|
-
"pdWizard.reload.popup.title": string;
|
|
64
|
-
"pdWizard.reload.popup.lastModified": string;
|
|
65
|
-
"pdWizard.reload.popup.warning": string;
|
|
66
|
-
"pdWizard.close.popup.title": string;
|
|
67
|
-
"pdWizard.close.popup.storage.content": string;
|
|
68
|
-
"pdWizard.close.popup.noStorage.content": string;
|
|
69
|
-
"pdWizard.storage.close.popup.ok": string;
|
|
70
|
-
"pdWizard.storage.close.popup.cancel": string;
|
|
71
|
-
"pdWizard.close.popup.ok": string;
|
|
72
|
-
"pdWizard.close.popup.cancel": string;
|
|
73
|
-
"pdWizard.reload.popup.ok": string;
|
|
74
|
-
"pdWizard.reload.popup.cancel": string;
|
|
75
|
-
"pd.order.contacts.orderContact.inputHeader": string;
|
|
76
|
-
"pd.order.contacts.billingContact.inputHeader": string;
|
|
77
|
-
sa84bab91f8a49fe3: string;
|
|
78
|
-
s1d1be881bd7dd5f6: string;
|
|
79
|
-
s6c2e8c3fd63326fa: string;
|
|
80
|
-
"pd.order.contacts.propertyContact.checkBox": string;
|
|
81
|
-
s6cfee04ec1ab2f22: string;
|
|
82
|
-
se253c48907431e1f: string;
|
|
83
|
-
sa9bdcc9d5a643bb8: string;
|
|
84
|
-
sec4bd3f10d0782bd: string;
|
|
85
|
-
se52f82757214a82b: string;
|
|
86
|
-
sdd2fffdf86bf5b6e: string;
|
|
87
|
-
s5c9229e6891b5b83: string;
|
|
88
|
-
se1b4ea2cbb1f9bb4: string;
|
|
89
|
-
s3be4da85df39b1c2: string;
|
|
90
|
-
"pd.order.summary.title": string;
|
|
91
|
-
"pd.order.summary.billing": string;
|
|
92
|
-
"pd.order.summary.agree.required": string;
|
|
93
|
-
"pd.order.summary.agree.link1": string;
|
|
94
|
-
"pd.order.summary.agree.link2": string;
|
|
95
|
-
"pd.submit.dialog.closeStay": string;
|
|
96
|
-
"pd.submit.dialog.startPage": string;
|
|
97
|
-
};
|
|
98
|
-
//# sourceMappingURL=de-wrapper.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"de-wrapper.d.ts","sourceRoot":"","sources":["../../../src/generated/locale-wrapper/de-wrapper.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQrB,CAAC"}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
export declare const templates: {
|
|
2
|
-
"pd.form.field.checkRequired": string;
|
|
3
|
-
"pd.form.field.invalid.mail": string;
|
|
4
|
-
"pd.form.field.invalid.number": string;
|
|
5
|
-
"pd.form.field.invalid.phone": string;
|
|
6
|
-
"pd.form.field.invalid.vat": string;
|
|
7
|
-
"pd.form.field.rangeRequired": string;
|
|
8
|
-
"pd.form.field.required": string;
|
|
9
|
-
"pd.form.field.selectRequired": string;
|
|
10
|
-
"pd.form.required.missing": string;
|
|
11
|
-
"pd.form.required.valid": string;
|
|
12
|
-
s512f37f2dba563ec: import('@lit/localize').StrResult;
|
|
13
|
-
s8a355eeb33f58c5f: import('@lit/localize').StrResult;
|
|
14
|
-
"pd.suggestion.box.load.data": string;
|
|
15
|
-
"pd.suggestion.box.error.txt": string;
|
|
16
|
-
"pd.suggestion.box.add.new": import('@lit/localize').StrResult;
|
|
17
|
-
"pd.moreInfo.less": string;
|
|
18
|
-
"pd.moreInfo.more": string;
|
|
19
|
-
"pdContent.loadingstate.ariaLabel": string;
|
|
20
|
-
"pdContent.loadingstate.ariaLoading": string;
|
|
21
|
-
"pdContent.loadingstate.pleaseWait": string;
|
|
22
|
-
"pdContent.loadingstate.syncState": string;
|
|
23
|
-
"pd.edit.content.edit": string;
|
|
24
|
-
"pd.panel.viewer.aria.label": string;
|
|
25
|
-
"pd.panel.viewer.prev": string;
|
|
26
|
-
"pd.panel.viewer.next": string;
|
|
27
|
-
"pd.panel.viewer.progress": string;
|
|
28
|
-
"pd.panel.viewer.panel": string;
|
|
29
|
-
"pd.contactus.address.email": string;
|
|
30
|
-
"pd.contactus.address.message": string;
|
|
31
|
-
"pd.contactus.address.name": string;
|
|
32
|
-
"pd.contactus.address.phone": string;
|
|
33
|
-
"pd.contactus.address.send": string;
|
|
34
|
-
"pd.contactus.address.title": string;
|
|
35
|
-
"pd.contactus.title": string;
|
|
36
|
-
"pd.login.email.label": string;
|
|
37
|
-
"pd.login.forgot.back": string;
|
|
38
|
-
"pd.login.forgot.info": string;
|
|
39
|
-
"pd.login.forgot.password": string;
|
|
40
|
-
"pd.login.forgot.submit": string;
|
|
41
|
-
"pd.login.password.label": string;
|
|
42
|
-
"pd.login.submit": string;
|
|
43
|
-
"pdPage.toast.ariaClose": string;
|
|
44
|
-
"pd.footer.nav.aria": string;
|
|
45
|
-
"pd.menu.nav.aria": string;
|
|
46
|
-
"pd.menu.locale.aria": string;
|
|
47
|
-
"pd.menu.burger.aria": string;
|
|
48
|
-
"pd.socialmedia.aria.label": string;
|
|
49
|
-
"pd.socialmedia.empty": string;
|
|
50
|
-
"pd.socialmedia.new.entry": string;
|
|
51
|
-
"pd.socialmedia.placeholder": string;
|
|
52
|
-
"pd.socialmedia.delete": string;
|
|
53
|
-
"pd.socialmedia.cancel": string;
|
|
54
|
-
"pd.socialmedia.save": string;
|
|
55
|
-
"pd.wizard.button.back": string;
|
|
56
|
-
"pd.wizard.button.next": string;
|
|
57
|
-
"pd.wizard.button.send": string;
|
|
58
|
-
"pd.wizard.close.aria": string;
|
|
59
|
-
"pdWizard.close.popup.cancel": string;
|
|
60
|
-
"pdWizard.close.popup.noStorage.content": string;
|
|
61
|
-
"pdWizard.close.popup.ok": string;
|
|
62
|
-
"pdWizard.close.popup.storage.content": string;
|
|
63
|
-
"pdWizard.close.popup.title": string;
|
|
64
|
-
"pdWizard.reload.popup.cancel": string;
|
|
65
|
-
"pdWizard.reload.popup.lastModified": string;
|
|
66
|
-
"pdWizard.reload.popup.ok": string;
|
|
67
|
-
"pdWizard.reload.popup.title": string;
|
|
68
|
-
"pdWizard.reload.popup.warning": string;
|
|
69
|
-
"pdWizard.storage.close.popup.cancel": string;
|
|
70
|
-
"pdWizard.storage.close.popup.ok": string;
|
|
71
|
-
"pd.steps.aria.label": string;
|
|
72
|
-
"pd.steps.aria.passed": import('@lit/localize').StrResult;
|
|
73
|
-
"pd.steps.aria.current": import('@lit/localize').StrResult;
|
|
74
|
-
"pd.steps.aria.pending": import('@lit/localize').StrResult;
|
|
75
|
-
"pd.order.contacts.billingContact.inputHeader": string;
|
|
76
|
-
"pd.order.contacts.orderContact.inputHeader": string;
|
|
77
|
-
"pd.order.contacts.propertyContact.checkBox": string;
|
|
78
|
-
"pd.order.summary.agree.link1": string;
|
|
79
|
-
"pd.order.summary.agree.link2": string;
|
|
80
|
-
"pd.order.summary.agree.required": string;
|
|
81
|
-
"pd.order.summary.billing": string;
|
|
82
|
-
"pd.order.summary.title": string;
|
|
83
|
-
sa84bab91f8a49fe3: string;
|
|
84
|
-
s1d1be881bd7dd5f6: string;
|
|
85
|
-
s6c2e8c3fd63326fa: string;
|
|
86
|
-
s6cfee04ec1ab2f22: string;
|
|
87
|
-
se253c48907431e1f: string;
|
|
88
|
-
sa9bdcc9d5a643bb8: string;
|
|
89
|
-
sec4bd3f10d0782bd: string;
|
|
90
|
-
se52f82757214a82b: string;
|
|
91
|
-
sdd2fffdf86bf5b6e: string;
|
|
92
|
-
s5c9229e6891b5b83: string;
|
|
93
|
-
se1b4ea2cbb1f9bb4: string;
|
|
94
|
-
s3be4da85df39b1c2: string;
|
|
95
|
-
"pd.submit.dialog.closeStay": string;
|
|
96
|
-
"pd.submit.dialog.startPage": string;
|
|
97
|
-
};
|
|
98
|
-
//# sourceMappingURL=en-wrapper.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"en-wrapper.d.ts","sourceRoot":"","sources":["../../../src/generated/locale-wrapper/en-wrapper.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQrB,CAAC"}
|