@meetelise/chat 1.22.76 → 1.22.78
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 +1 -1
- package/public/demo/index.html +54 -2
- package/public/dist/index.js +159 -101
- package/src/WebComponent/Scheduler/date-picker.ts +13 -1
- package/src/WebComponent/Scheduler/time-picker.ts +1 -1
- package/src/WebComponent/icons/ApplyOutlineIcon.ts +22 -0
- package/src/WebComponent/launcher/Launcher.ts +61 -0
- package/src/WebComponent/launcher/mobile-launcher.ts +16 -0
- package/src/WebComponent/me-chat.ts +5 -0
- package/src/fetchBuildingWebchatView.ts +4 -0
package/package.json
CHANGED
package/public/demo/index.html
CHANGED
|
@@ -173,8 +173,60 @@
|
|
|
173
173
|
};
|
|
174
174
|
|
|
175
175
|
MEChat.start({
|
|
176
|
-
organization: "
|
|
177
|
-
building: "
|
|
176
|
+
// organization: "a55b5275-cfe6-44a3-ac17-b10f6fe85cce",
|
|
177
|
+
// building: "ce4ab608-2e7c-11ef-910a-873d6fb25892",
|
|
178
|
+
|
|
179
|
+
// organization: "Pacific Urban Residential",
|
|
180
|
+
// building: "c06117dc-7a80-11ed-bc9a-c3e28c7281ff",
|
|
181
|
+
|
|
182
|
+
// organization: "conam",
|
|
183
|
+
// building: "b912c9ee-61f8-11ed-bbed-07208d4c2146",
|
|
184
|
+
|
|
185
|
+
// organization: "e357e665-8152-494b-8059-5243cf7c4d7b",
|
|
186
|
+
// building: "c4d23fee-17c3-11ef-a8f9-2793b21baae2",
|
|
187
|
+
|
|
188
|
+
// organization: "lincoln",
|
|
189
|
+
// building: "8c47ac2a-0485-11ed-ad73-e74957fe3493",
|
|
190
|
+
|
|
191
|
+
// organization: "c259a157-cff3-470a-9ded-f6c5c8d917b8",
|
|
192
|
+
// building: "2c75381a-2286-11ee-a434-7bc2192a0c0e",
|
|
193
|
+
|
|
194
|
+
// organization: "ff17ce03-4528-4d75-b603-1f188e44559c",
|
|
195
|
+
// building: '03d354cc-9626-11ef-80ab-bf00a330bb81'
|
|
196
|
+
|
|
197
|
+
// organization: "conam",
|
|
198
|
+
// building: "b912c9ee-61f8-11ed-bbed-07208d4c2146"
|
|
199
|
+
// organization: "radco",
|
|
200
|
+
// building: "7eba79d2-22f5-11ed-9af3-4b3e8b1acfb4",
|
|
201
|
+
|
|
202
|
+
// organization: "c259a157-cff3-470a-9ded-f6c5c8d917b8",
|
|
203
|
+
// building: "22ea2d7e-5df4-11ee-a665-63eeb20a5762",
|
|
204
|
+
// onSstClose: () => {
|
|
205
|
+
// const meetEliseChats = document.getElementsByTagName("me-chat");
|
|
206
|
+
// if (!meetEliseChats || meetEliseChats.length === 0) {
|
|
207
|
+
// return;
|
|
208
|
+
// }
|
|
209
|
+
// const meetEliseChat = meetEliseChats[0];
|
|
210
|
+
// meetEliseChat.setAttribute("style", "display: none;");
|
|
211
|
+
// },
|
|
212
|
+
// onWidgetLoaded: onWidgetLoaded,
|
|
213
|
+
|
|
214
|
+
// organization: "4c78cac8-017a-4497-8b71-3df15779a83c",
|
|
215
|
+
|
|
216
|
+
// building: "43e3b1bc-d1b2-11ee-acb9-d77ba815aaac",
|
|
217
|
+
|
|
218
|
+
// organization: "cardinal-group",
|
|
219
|
+
// widgetType: "utilities",
|
|
220
|
+
|
|
221
|
+
organization: "test-company",
|
|
222
|
+
building: "e2e-test-yardi-building",
|
|
223
|
+
// overrideRentgrata: true,
|
|
224
|
+
// onWidgetLoaded: onWidgetLoaded,
|
|
225
|
+
|
|
226
|
+
// MEChat.healthcareStart({
|
|
227
|
+
// id: "6a9e65e5-9699-4c96-af75-1741d0df79aa",
|
|
228
|
+
// organization: "a5591ba9-5bd4-4369-b040-20606d73ecab",
|
|
229
|
+
// building: "94f2f06a-489d-11ef-abd9-8b55d643aa92",
|
|
178
230
|
});
|
|
179
231
|
|
|
180
232
|
// MEChat.healthcareStart({
|