crm.sdk.js 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852
  1. var ZOHO = (function () {
  2. var c,
  3. m = {},
  4. h = !1,
  5. n = void 0
  6. return {
  7. embeddedApp: {
  8. on: function (b, c) {
  9. m[b] = c
  10. },
  11. init: function () {
  12. if (!h) {
  13. h = !0
  14. c = new ZSDK()
  15. var b
  16. n = new Promise(function (c, n) {
  17. b = c
  18. })
  19. c.OnLoad(function () {
  20. c.getContext()
  21. .Event.Trigger('ZDK_EVENT', { action: 'get_zdk_url' }, !0)
  22. .then(function (k) {
  23. self._zdksdk = c
  24. var n = document.createElement('script')
  25. n.setAttribute('src', k)
  26. document.body.appendChild(n)
  27. b()
  28. })
  29. .catch(function (c) {
  30. console.error('ZDK import failed', c)
  31. b()
  32. })
  33. })
  34. for (var t in m) c.getContext().Event.Listen(t, m[t])
  35. }
  36. return n
  37. },
  38. },
  39. CRM: (function () {
  40. function b(a) {
  41. a.sdkVersion = '1'
  42. return c.getContext().Event.Trigger('CRM_EVENT', a, !0)
  43. }
  44. function n(a) {
  45. return new File([a], a.name, { type: a.type })
  46. }
  47. function k(a, d, e, f) {
  48. if (d.FileData) {
  49. var c = n(d.FileData)
  50. d.FileData = c
  51. }
  52. a = { category: 'CREATE', Entity: a, RelatedID: e, APIData: d }
  53. a.type = f || 'RECORD'
  54. return b(a)
  55. }
  56. function m(a) {
  57. a.category = 'BLUEPRINT'
  58. return b(a)
  59. }
  60. function h(a) {
  61. a.category = 'APPROVALS'
  62. return b(a)
  63. }
  64. function p(a, d, e) {
  65. if (d.FILE) {
  66. var f = n(d.FILE.file)
  67. d.FILE.file = f
  68. }
  69. f = void 0
  70. if (e) f = d
  71. else {
  72. var f = d.url,
  73. c = d.params,
  74. g = d.headers,
  75. k = d.body,
  76. h = d.PARTS,
  77. m = d.PART_BOUNDARY,
  78. w = d.CONTENT_TYPE,
  79. D = d.RESPONSE_TYPE
  80. d = d.FILE
  81. if (!f) throw { Message: 'Url missing' }
  82. if (c) {
  83. var x,
  84. l = []
  85. for (x in c)
  86. l.push(encodeURIComponent(x) + '\x3d' + encodeURIComponent(c[x]))
  87. x = l.join('\x26')
  88. f += (-1 < f.indexOf('?') ? '\x26' : '?') + x
  89. }
  90. f = {
  91. url: f,
  92. Header: g,
  93. Body: k,
  94. CONTENT_TYPE: w,
  95. RESPONSE_TYPE: D,
  96. PARTS: h,
  97. PARTS_BOUNDARY: m,
  98. FILE: d,
  99. }
  100. }
  101. return b({ category: 'CONNECTOR', nameSpace: a, data: f, type: e })
  102. }
  103. function g(a) {
  104. a.category = 'UI'
  105. return b(a)
  106. }
  107. function r(a, d, e) {
  108. return b({ category: 'CONFIG', type: a, nameSpace: d, APIData: e })
  109. }
  110. function u(a) {
  111. var d = { category: 'USER' }
  112. a.ID
  113. ? (d.ID = a.ID)
  114. : a.Type &&
  115. ((d.Type = a.Type),
  116. a.page && (d.page = a.page),
  117. a.per_page && (d.per_page = a.per_page))
  118. return b(d)
  119. }
  120. function l(a) {
  121. return b({ category: 'META', type: a.type, Entity: a.Entity, Id: a.Id })
  122. }
  123. return {
  124. ACTION: {
  125. setConfig: function (a) {
  126. return b({
  127. category: 'ACTION',
  128. type: 'CUSTOM_ACTION_SAVE_CONFIG',
  129. object: a,
  130. })
  131. },
  132. enableAccountAccess: function (a) {
  133. return b({
  134. category: 'ACTION',
  135. type: 'ENABLE_ACCOUNT_ACCESS',
  136. object: a,
  137. })
  138. },
  139. },
  140. FUNCTIONS: {
  141. execute: function (a, d) {
  142. var e = {}
  143. d.auth_type = 'oauth'
  144. e.data = d
  145. return b({
  146. category: 'FUNCTIONS_EXECUTE',
  147. customFunctionName: a,
  148. data: e,
  149. })
  150. },
  151. },
  152. CONFIG: {
  153. getOrgInfo: function (a) {
  154. return r('ORG')
  155. },
  156. getCurrentUser: function () {
  157. return r('CURRENT_USER')
  158. },
  159. GetCurrentEnvironment: function () {
  160. return r('ORG_LEVEL_INFO')
  161. },
  162. },
  163. META: {
  164. getFields: function (a) {
  165. a.type = 'FIELD_LIST'
  166. return l(a)
  167. },
  168. getModules: function () {
  169. return l({ type: 'MODULE_LIST' })
  170. },
  171. getAssignmentRules: function (a) {
  172. a.type = 'ASSIGNMENT_RULES'
  173. return l(a)
  174. },
  175. getLayouts: function (a) {
  176. a.id = a.id ? a.id : a.LayoutId
  177. a.type = a.Id ? 'LAYOUT' : 'LAYOUTS'
  178. return l(a)
  179. },
  180. getRelatedList: function (a) {
  181. a.type = 'RELATED_LIST'
  182. return l(a)
  183. },
  184. getCustomViews: function (a) {
  185. a.type = a.Id ? 'CUSTOM_VIEW' : 'CUSTOM_VIEWS'
  186. return l(a)
  187. },
  188. },
  189. API: {
  190. addNotes: function (a) {
  191. return k(
  192. a.Entity,
  193. { data: [{ Note_Title: a.Title, Note_Content: a.Content }] },
  194. a.RecordID,
  195. 'NOTES',
  196. )
  197. },
  198. addNotesAttachment: function (a) {
  199. return b({
  200. category: 'UPDATE',
  201. type: 'NOTES',
  202. Entity: a.Entity,
  203. RecordID: a.RecordID,
  204. RelatedRecordID: a.RelatedRecordID,
  205. APIData: {
  206. Files: { FileName: File.Name, FileData: File.Content },
  207. },
  208. })
  209. },
  210. coql: function (a) {
  211. return b({ category: 'QUERY', APIData: a })
  212. },
  213. insertRecord: function (a) {
  214. var b = a.Entity,
  215. e = a.APIData
  216. e.trigger = a.Trigger
  217. return k(b, e)
  218. },
  219. upsertRecord: function (a) {
  220. var b = a.Entity,
  221. e = a.APIData
  222. e.trigger = a.Trigger
  223. e.action = 'UPSERT'
  224. a.duplicate_check_fields &&
  225. a.duplicate_check_fields instanceof Array &&
  226. (e.duplicate_check_fields = a.duplicate_check_fields.join(','))
  227. return k(b, e)
  228. },
  229. getRecord: function (a) {
  230. return b({ category: 'READ', APIData: a })
  231. },
  232. getBluePrint: function (a) {
  233. return m({
  234. Entity: a.Entity,
  235. RecordID: a.RecordID,
  236. action: 'GET_BLUEPRINT_STATUS',
  237. })
  238. },
  239. updateBluePrint: function (a) {
  240. return m({
  241. Entity: a.Entity,
  242. RecordID: a.RecordID,
  243. BlueprintData: a.BlueprintData,
  244. action: 'UPDATE_BLUEPRINT_STATUS',
  245. })
  246. },
  247. uploadFile: function (a) {
  248. if (a.FILE) {
  249. var d = n(a.FILE.file)
  250. a.FILE.file = d
  251. }
  252. return b({ FileData: a, category: 'FILES', type: 'UPLOAD_FILE' })
  253. },
  254. getFile: function (a) {
  255. a.category = 'FILES'
  256. a.type = 'DOWNLOAD_FILE'
  257. return b(a)
  258. },
  259. getAllRecords: function (a) {
  260. return b({ category: 'READ', APIData: a })
  261. },
  262. updateRecord: function (a) {
  263. var d = a.Entity,
  264. e = a.APIData
  265. e.trigger = a.Trigger
  266. return b({
  267. category: 'UPDATE',
  268. type: 'RECORD',
  269. Entity: d,
  270. APIData: e,
  271. })
  272. },
  273. deleteRecord: function (a) {
  274. return b({
  275. category: 'DELETE',
  276. type: 'RECORD',
  277. Entity: a.Entity,
  278. RecordID: a.RecordID,
  279. })
  280. },
  281. searchRecord: function (a) {
  282. return b({
  283. category: 'SEARCH',
  284. Entity: a.Entity,
  285. Type: a.Type,
  286. Query: a.Query,
  287. page: a.page,
  288. per_page: a.per_page,
  289. delay: a.delay,
  290. })
  291. },
  292. getAllActions: function (a) {
  293. a.action = 'GET_ALL_ACTIONS'
  294. return h(a)
  295. },
  296. getApprovalRecords: function (a) {
  297. var b = {}
  298. a
  299. ? (a.action = 'GET_APPROVAL_RECORDS')
  300. : ((b.action = 'GET_APPROVAL_RECORDS'), (a = b))
  301. return h(a)
  302. },
  303. getApprovalById: function (a) {
  304. a.action = 'GET_APPROVALBYID'
  305. return h(a)
  306. },
  307. getApprovalsHistory: function () {
  308. return h({ action: 'GET_APPROVALS_HISTORY' })
  309. },
  310. approveRecord: function (a) {
  311. a.action = 'UPDATE_APPROVAL'
  312. return h(a)
  313. },
  314. getAllUsers: function (a) {
  315. return u({ Type: a.Type, page: a.page, per_page: a.per_page })
  316. },
  317. getUser: function (a) {
  318. return u({ ID: a.ID })
  319. },
  320. getRelatedRecords: function (a) {
  321. return b({ category: 'READ', APIData: a })
  322. },
  323. updateRelatedRecords: function (a) {
  324. return b({
  325. category: 'UPDATE',
  326. type: 'RELATED_RECORD',
  327. Entity: a.Entity,
  328. RecordID: a.RecordID,
  329. RelatedList: a.RelatedList,
  330. RelatedRecordID: a.RelatedRecordID,
  331. APIData: a.APIData,
  332. })
  333. },
  334. delinkRelatedRecord: function (a) {
  335. return b({
  336. category: 'DELETE',
  337. type: 'RELATED_RECORD',
  338. Entity: a.Entity,
  339. RecordID: a.RecordID,
  340. RelatedList: a.RelatedList,
  341. RelatedRecordID: a.RelatedRecordID,
  342. })
  343. },
  344. attachFile: function (a) {
  345. var b = a.Entity,
  346. e = a.RecordID
  347. a = a.File
  348. a = { FileName: a.Name, FileData: a.Content }
  349. return k(b, a, e, 'ATTACHMENT')
  350. },
  351. getAllProfiles: function (a) {
  352. return b({ category: 'PROFILES', type: 'GET_ALL_PROFILES' })
  353. },
  354. getProfile: function (a) {
  355. return b({ category: 'PROFILES', type: 'GET_PROFILE', ID: a.ID })
  356. },
  357. updateProfile: function (a) {
  358. return b({
  359. category: 'UPDATE',
  360. type: 'PROFILE',
  361. ID: a.ID,
  362. APIData: a.APIData,
  363. })
  364. },
  365. getOrgVariable: function (a) {
  366. return r('VARIABLE', a)
  367. },
  368. },
  369. UI: {
  370. Resize: function (a) {
  371. a = { action: 'RESIZE', data: { width: a.width, height: a.height } }
  372. return g(a)
  373. },
  374. Dialer: {
  375. maximize: function () {
  376. return g({ action: { telephony: 'MAXIMIZE' } })
  377. },
  378. minimize: function () {
  379. return g({ action: { telephony: 'MINIMIZE' } })
  380. },
  381. notify: function () {
  382. return g({ action: { telephony: 'NOTIFY' } })
  383. },
  384. },
  385. Record: {
  386. open: function (a) {
  387. a = {
  388. action: { record: 'OPEN' },
  389. data: {
  390. Entity: a.Entity,
  391. RecordID: a.RecordID,
  392. target: a.Target,
  393. },
  394. }
  395. return g(a)
  396. },
  397. edit: function (a) {
  398. a = {
  399. action: { record: 'EDIT' },
  400. data: {
  401. Entity: a.Entity,
  402. RecordID: a.RecordID,
  403. target: a.Target,
  404. },
  405. }
  406. return g(a)
  407. },
  408. create: function (a) {
  409. a = {
  410. action: { record: 'CREATE' },
  411. data: {
  412. Entity: a.Entity,
  413. RecordID: a.RecordID,
  414. target: a.Target,
  415. },
  416. }
  417. return g(a)
  418. },
  419. populate: function (a) {
  420. return g({ action: { record: 'POPULATE' }, data: a })
  421. },
  422. },
  423. Popup: {
  424. close: function () {
  425. return g({ action: { popup: 'CLOSE' } })
  426. },
  427. closeReload: function () {
  428. return g({ action: { popup: 'CLOSE_RELOAD' } })
  429. },
  430. },
  431. Widget: {
  432. open: function (a) {
  433. a = { action: { webTab: 'OPEN' }, data: a }
  434. return g(a)
  435. },
  436. },
  437. },
  438. HTTP: {
  439. get: function (a) {
  440. return p('wget.get', a)
  441. },
  442. post: function (a) {
  443. return p('wget.post', a)
  444. },
  445. put: function (a) {
  446. return p('wget.put', a)
  447. },
  448. patch: function (a) {
  449. return p('wget.patch', a)
  450. },
  451. delete: function (a) {
  452. return p('wget.delete', a)
  453. },
  454. },
  455. CONNECTOR: {
  456. invokeAPI: function (a, b) {
  457. return p(a, b, 'CONNECTOR_API')
  458. },
  459. authorize: function (a) {
  460. return p(a, {}, 'CONNECTOR_AUTHORIZE')
  461. },
  462. },
  463. CONNECTION: {
  464. invoke: function (a, d) {
  465. var e = {},
  466. f = {}
  467. f.url = d.url
  468. f.method = d.method
  469. f.param_type = d.param_type
  470. f.parameters = JSON.stringify(d.parameters)
  471. f.headers = JSON.stringify(d.headers)
  472. e.data = f
  473. return b({ category: 'CRM_CONNECTION', connectionName: a, data: e })
  474. },
  475. },
  476. WIZARD: {
  477. post: function (a) {
  478. a = { category: 'CRM_WIZARD', data: JSON.stringify(a) }
  479. return b(a)
  480. },
  481. },
  482. BLUEPRINT: {
  483. proceed: function () {
  484. return b({ category: 'CRM_BLUEPRINT' })
  485. },
  486. },
  487. }
  488. })(),
  489. }
  490. })()
  491. var ZSDKUtil = (function (c) {
  492. function m(b) {}
  493. function h(b) {
  494. var c = {}
  495. b = b || window.location.href
  496. b.substr(b.indexOf('?') + 1)
  497. .split('\x26')
  498. .forEach(function (b, n) {
  499. var h = b.split('\x3d')
  500. c[h[0]] = h[1]
  501. })
  502. c.hasOwnProperty('serviceOrigin') &&
  503. (c.serviceOrigin = decodeURIComponent(c.serviceOrigin))
  504. return c
  505. }
  506. var n = h(),
  507. b
  508. m.prototype.Info = function () {
  509. (c.isDevMode() || c.isLogEnabled()) &&
  510. window.console.info.apply(null, arguments)
  511. }
  512. m.prototype.Error = function () {
  513. (c.isDevMode() || c.isLogEnabled()) &&
  514. window.console.error.apply(null, arguments)
  515. }
  516. c.GetQueryParams = h
  517. c.isDevMode = function () {
  518. return n && n.isDevMode
  519. }
  520. c.isLogEnabled = function () {
  521. return n && n.isLogEnabled
  522. }
  523. c.getLogger = function () {
  524. (b && b instanceof m) || (b = new m())
  525. return b
  526. }
  527. c.Sleep = function (b) {
  528. for (var c = new Date().getTime(); c + b > new Date().getTime(); );
  529. }
  530. return c
  531. })(window.ZSDKUtil || {}),
  532. ZSDKMessageManager = (function (c) {
  533. function m(e) {
  534. try {
  535. var f = 'string' === typeof e.data ? JSON.parse(e.data) : e.data
  536. } catch (c) {
  537. f = e.data
  538. }
  539. var l = f.type,
  540. m = f.eventName
  541. try {
  542. var k
  543. if (!(k = 'SET_CONTEXT' === m)) {
  544. var p = e.source,
  545. q = e.origin
  546. k =
  547. g.isAppRegistered() && a === p && d === q
  548. ? !0
  549. : Error('Un-Authorized Message.')
  550. }
  551. if (k)
  552. switch (l) {
  553. case 'FRAMEWORK.EVENT':
  554. var w = {
  555. SET_CONTEXT: h,
  556. UPDATE_CONTEXT: n,
  557. EVENT_RESPONSE: b,
  558. EVENT_RESPONSE_FAILURE: t,
  559. }[f.eventName]
  560. w && 'function' === typeof w
  561. ? w(e, f)
  562. : ZSDKEventManager.NotifyEventListeners(
  563. g.AppContext,
  564. f.eventName,
  565. f.data,
  566. )
  567. break
  568. default:
  569. g.MessageInterceptor(e, f)
  570. }
  571. } catch (c) {
  572. r.Error('[SDK.MessageHandler] \x3d\x3e ', c.stack)
  573. }
  574. }
  575. function h(b, c) {
  576. a = window.parent
  577. d = g.QueryParams.serviceOrigin
  578. g.SetContext(c.data)
  579. g.ExecuteLoadHandler()
  580. }
  581. function n(a, b) {}
  582. function b(a, b) {
  583. k(b.promiseid, !0, b.data)
  584. }
  585. function t(a, b) {
  586. k(b.promiseid, !1, b.data)
  587. }
  588. function k(a, b, c) {
  589. l.hasOwnProperty(a) &&
  590. (b ? l[a].resolve(c) : l[a].reject(c), (l[a] = void 0), delete l[a])
  591. }
  592. function y(a) {
  593. return new Promise(function (b, c) {
  594. l[a] = { resolve: b, reject: c, time: new Date().getTime() }
  595. })
  596. }
  597. function v(b) {
  598. 'object' === typeof b && (b.appOrigin = encodeURIComponent(p()))
  599. if (!a) throw Error('Parentwindow reference not found.')
  600. a.postMessage(b, g.QueryParams.serviceOrigin)
  601. }
  602. function p() {
  603. return (
  604. window.location.protocol +
  605. '//' +
  606. window.location.host +
  607. window.location.pathname
  608. )
  609. }
  610. var g,
  611. r = ZSDKUtil.getLogger(),
  612. u = 100,
  613. l = {},
  614. a,
  615. d
  616. c.Init = function (a, b) {
  617. if (!a || 'object' !== typeof a)
  618. throw Error('Invalid Context object passed')
  619. if (b && 'object' !== typeof b)
  620. throw Error('Invalid Configuration Passed to MessageManager')
  621. g = a
  622. return m.bind(c)
  623. }
  624. c.RegisterApp = function () {
  625. var a = {
  626. type: 'SDK.EVENT',
  627. eventName: 'REGISTER',
  628. appOrigin: encodeURIComponent(p()),
  629. }
  630. window.parent.postMessage(a, g.QueryParams.serviceOrigin)
  631. }
  632. c.DERegisterApp = function () {
  633. var a = {
  634. type: 'SDK.EVENT',
  635. eventName: 'DEREGISTER',
  636. uniqueID: g.getUniqueID(),
  637. }
  638. v(a)
  639. }
  640. c.SendRequest = function (a) {
  641. if (!a || 'object' !== typeof a) throw Error('Invalid Options passed')
  642. var b
  643. b = 'Promise' + u++
  644. a = {
  645. type: 'SDK.EVENT',
  646. eventName: 'HTTP_REQUEST',
  647. uniqueID: g.getUniqueID(),
  648. time: new Date().getTime(),
  649. promiseid: b,
  650. data: a,
  651. }
  652. v(a)
  653. b = y(b)
  654. return b
  655. }
  656. c.TriggerEvent = function (a, b, c) {
  657. if (!a) throw Error('Invalid Eventname : ', a)
  658. var d = c ? 'Promise' + u++ : void 0
  659. a = {
  660. type: 'SDK.EVENT',
  661. eventName: a,
  662. uniqueID: g.getUniqueID(),
  663. time: new Date().getTime(),
  664. promiseid: d,
  665. data: b,
  666. }
  667. v(a)
  668. if (c) return y(d)
  669. }
  670. return c
  671. })(window.ZSDKMessageManager || {}),
  672. ZSDKEventManager = (function (c) {
  673. var m = ZSDKUtil.getLogger(),
  674. h = {}
  675. c.AttachEventListener = function (c, b) {
  676. 'function' === typeof b &&
  677. (Array.isArray(h[c]) || (h[c] = []), h[c].push(b))
  678. }
  679. c.NotifyEventListeners = function (c, b, t) {
  680. var k = b.match(/^\__[A-Za-z_]+\__$/gi)
  681. Array.isArray(k)
  682. if ((k = h[b]) && Array.isArray(k))
  683. for (b = 0; b < k.length; b++) k[b].call(c, t)
  684. else m.Info('Cannot find EventListeners for Event : ', b)
  685. }
  686. c.NotifyInternalEventHandler = function (c, b) {
  687. var h = b.eventName
  688. '__APP_INIT__' === h
  689. ? (c.SetContext(b.data), c.ExecuteLoadHandler())
  690. : '__APP_CONTEXT_UPDATE__' === h &&
  691. (c.UpdateContext(b.data), c.ExecuteContextUpdateHandler())
  692. }
  693. return c
  694. })(window.ZSDKEventManager || {})
  695. function ZSDK() {
  696. function c() {
  697. 'function' !== typeof l
  698. ? z.Error('No OnLoad Handler provided to execute.')
  699. : C
  700. ? z.Error('OnLoad event already triggered.')
  701. : (l.call(q, q), (C = !0))
  702. }
  703. function m() {
  704. a.call(q, q)
  705. }
  706. function h() {
  707. return B
  708. }
  709. function n(a, b, c) {
  710. return ZSDKMessageManager.TriggerEvent(a, b, c)
  711. }
  712. function b(a) {
  713. z.Info('Setting AppContext data')
  714. var b = (a && a.model) || {}
  715. isDevMode &&
  716. a.locale &&
  717. a.localeResource &&
  718. 0 === Object.keys(a.localeResource).length &&
  719. a.localeResource.constructor === Object &&
  720. a.locale &&
  721. v(a.locale)
  722. if ('undefined' !== typeof ZSDKModelManager) {
  723. for (var c in b) ZSDKModelManager.AddModel(c, b[c])
  724. q.Model = ZSDKModelManager.GetModelStore()
  725. }
  726. f = a.uniqueID
  727. d = a.connectors
  728. z.Info('App Connectors ', d)
  729. B = !0
  730. }
  731. function t() {
  732. return f
  733. }
  734. function k(a) {}
  735. function y() {
  736. return d
  737. }
  738. function v(a) {
  739. p('/app-translations/' + a + '.json', function (a) {
  740. A = JSON.parse(a)
  741. u()
  742. })
  743. }
  744. function p(a, b) {
  745. var c = new XMLHttpRequest()
  746. c.open('GET', a, !1)
  747. c.onreadystatechange = function () {
  748. 4 == c.readyState && '200' == c.status && b(c.responseText)
  749. }
  750. c.send(null)
  751. }
  752. function g(a, b, c) {
  753. for (var d = ''; d != a; ) (d = a), (a = a.replace(b, c))
  754. return a
  755. }
  756. function r(a, b) {
  757. b = b.replace(/\[(\w+)\]/g, '.$1')
  758. b = b.replace(/^\./, '')
  759. for (var c = b.split('.'), d = 0, e = c.length; d < e; ++d) {
  760. var f = c[d]
  761. if (f in a) a = a[f]
  762. else return
  763. }
  764. return a
  765. }
  766. function u() {
  767. var a = document.querySelectorAll('[data-i18n]'),
  768. b
  769. for (b in a)
  770. if (a.hasOwnProperty(b)) {
  771. var c = r(A, a[b].getAttribute('data-i18n'))
  772. if (!c) return !1
  773. if (a[b].hasAttribute('data-options')) {
  774. var d = JSON.parse(
  775. JSON.stringify(
  776. eval('(' + a[b].getAttribute('data-options') + ')'),
  777. ),
  778. ),
  779. e = Object.keys(d),
  780. f
  781. for (f in e) c = g(c, '${' + e[f] + '}', d[e[f]])
  782. }
  783. a[b].innerHTML = c
  784. }
  785. }
  786. var l,
  787. a,
  788. d,
  789. e,
  790. f,
  791. A = {},
  792. z = ZSDKUtil.getLogger(),
  793. B = !1,
  794. C = !1
  795. this.isContextReady = !1
  796. this.HelperContext = {}
  797. this.isDevMode = !1
  798. this.getContext = function () {
  799. return q
  800. }
  801. var q = { Model: {}, Event: {} }
  802. q.Event.Listen = function (a, b) {
  803. ZSDKEventManager.AttachEventListener(a, b)
  804. }
  805. q.Event.Trigger = n
  806. q.GetRequest = function (a) {
  807. return ZSDKMessageManager.SendRequest(a)
  808. }
  809. q.QueryParams = e
  810. q.Translate = function (a, b) {
  811. var c = ''
  812. a && (c = r(A, a))
  813. if (!c) return !1
  814. if (b) {
  815. var d = JSON.parse(JSON.stringify(eval(b))),
  816. e = Object.keys(d)
  817. for (a in e) c = g(c, '${' + e[a] + '}', d[e[a]])
  818. }
  819. return c
  820. }
  821. this.OnLoad = function (a) {
  822. if ('function' !== typeof a) throw Error('Invalid Function value is passed')
  823. l = a
  824. B && c()
  825. }
  826. this.OnUnLoad = function (a) {}
  827. this.OnContextUpdate = function (b) {
  828. a = b
  829. }
  830. ;(function () {
  831. e = ZSDKUtil.GetQueryParams()
  832. isDevMode = !!e.isDevMode
  833. var a = {}
  834. a.isDevMode = isDevMode
  835. a.ExecuteLoadHandler = c
  836. a.SetContext = b
  837. a.UpdateContext = k
  838. a.QueryParams = e
  839. a.GetConnectors = y
  840. a.TriggerEvent = n
  841. a.ExecuteContextUpdateHandler = m
  842. a.getUniqueID = t
  843. a.isAppRegistered = h
  844. var d = ZSDKMessageManager.Init(a)
  845. window.addEventListener('message', d)
  846. window.addEventListener('unload', function () {
  847. ZSDKMessageManager.DERegisterApp()
  848. })
  849. 'undefined' !== typeof ZSDKModelManager && ZSDKModelManager.Init(a)
  850. ZSDKMessageManager.RegisterApp()
  851. })()
  852. }