@react-pakistan/util-functions 2.0.2 → 3.0.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 (502) hide show
  1. package/constants/api-methods.d.mts +13 -0
  2. package/constants/api-methods.js +1 -1
  3. package/constants/api-methods.mjs +1 -0
  4. package/constants/cache-time.d.mts +7 -0
  5. package/constants/cache-time.js +1 -1
  6. package/constants/cache-time.mjs +1 -0
  7. package/constants/countries-timezones.d.mts +8 -0
  8. package/constants/countries-timezones.js +1 -1
  9. package/constants/countries-timezones.mjs +1 -0
  10. package/constants/currencies.d.mts +14 -0
  11. package/constants/currencies.js +1 -1
  12. package/constants/currencies.mjs +1 -0
  13. package/constants/dial-codes.d.mts +9 -0
  14. package/constants/dial-codes.js +1 -1
  15. package/constants/dial-codes.mjs +1 -0
  16. package/constants/layout-direction.d.mts +6 -0
  17. package/constants/layout-direction.js +1 -1
  18. package/constants/layout-direction.mjs +1 -0
  19. package/constants/react-pakistan-meta.d.mts +32 -0
  20. package/constants/react-pakistan-meta.js +1 -1
  21. package/constants/react-pakistan-meta.mjs +1 -0
  22. package/constants/react-pakistan.d.mts +15 -0
  23. package/constants/react-pakistan.js +1 -12
  24. package/constants/react-pakistan.mjs +1 -0
  25. package/constants/select-value-delimiter.d.mts +12 -0
  26. package/constants/select-value-delimiter.js +1 -1
  27. package/constants/select-value-delimiter.mjs +1 -0
  28. package/constants/social-media-colors.d.mts +40 -0
  29. package/constants/social-media-colors.js +1 -1
  30. package/constants/social-media-colors.mjs +1 -0
  31. package/constants/social-media-sizes.d.mts +323 -0
  32. package/constants/social-media-sizes.js +1 -1
  33. package/constants/social-media-sizes.mjs +1 -0
  34. package/constants/user-roles.d.mts +7 -0
  35. package/constants/user-roles.js +1 -1
  36. package/constants/user-roles.mjs +1 -0
  37. package/factory/generic-component-factory.d.mts +78 -0
  38. package/factory/generic-component-factory.js +1 -1
  39. package/factory/generic-component-factory.mjs +1 -0
  40. package/factory/generic-module-factory.d.mts +80 -0
  41. package/factory/generic-module-factory.js +1 -1
  42. package/factory/generic-module-factory.mjs +1 -0
  43. package/general/basic-get.d.mts +8 -0
  44. package/general/basic-get.js +1 -1
  45. package/general/basic-get.mjs +1 -0
  46. package/general/basic-post.d.mts +8 -0
  47. package/general/basic-post.js +1 -1
  48. package/general/basic-post.mjs +1 -0
  49. package/general/calculate-pages.d.mts +9 -0
  50. package/general/calculate-pages.js +1 -1
  51. package/general/calculate-pages.mjs +1 -0
  52. package/general/camel-to-sentence-case.d.mts +12 -0
  53. package/general/camel-to-sentence-case.js +1 -1
  54. package/general/camel-to-sentence-case.mjs +1 -0
  55. package/general/check-even-odd-length.d.mts +13 -0
  56. package/general/check-even-odd-length.js +1 -1
  57. package/general/check-even-odd-length.mjs +1 -0
  58. package/general/clear-cache.d.mts +10 -0
  59. package/general/clear-cache.js +1 -1
  60. package/general/clear-cache.mjs +1 -0
  61. package/general/cnic-formatter.d.mts +20 -0
  62. package/general/cnic-formatter.js +1 -1
  63. package/general/cnic-formatter.mjs +1 -0
  64. package/general/convert-url-to-base64.d.mts +57 -0
  65. package/general/convert-url-to-base64.js +1 -1
  66. package/general/convert-url-to-base64.mjs +1 -0
  67. package/general/countries.d.mts +268 -0
  68. package/general/countries.js +1 -1
  69. package/general/countries.mjs +1 -0
  70. package/general/create-date.d.mts +12 -0
  71. package/general/create-date.js +1 -1
  72. package/general/create-date.mjs +1 -0
  73. package/general/crypto.d.mts +11 -0
  74. package/general/crypto.js +1 -1
  75. package/general/crypto.mjs +1 -0
  76. package/general/currencies.d.mts +2 -0
  77. package/general/currencies.mjs +0 -0
  78. package/general/delete-image-from-private-supabase.d.mts +16 -0
  79. package/general/delete-image-from-private-supabase.js +1 -1
  80. package/general/delete-image-from-private-supabase.mjs +1 -0
  81. package/general/delete-image-from-public-supabase.d.mts +16 -0
  82. package/general/delete-image-from-public-supabase.js +1 -1
  83. package/general/delete-image-from-public-supabase.mjs +1 -0
  84. package/general/download-from-url.d.mts +8 -0
  85. package/general/download-from-url.js +1 -1
  86. package/general/download-from-url.mjs +1 -0
  87. package/general/dynamic-page-limit.d.mts +12 -0
  88. package/general/dynamic-page-limit.js +1 -1
  89. package/general/dynamic-page-limit.mjs +1 -0
  90. package/general/enum-to-text.d.mts +8 -0
  91. package/general/enum-to-text.js +1 -1
  92. package/general/enum-to-text.mjs +1 -0
  93. package/general/fetch-data.d.mts +25 -0
  94. package/general/fetch-data.js +1 -1
  95. package/general/fetch-data.mjs +1 -0
  96. package/general/fetch-supabase-image.d.mts +16 -0
  97. package/general/fetch-supabase-image.js +1 -1
  98. package/general/fetch-supabase-image.mjs +1 -0
  99. package/general/fetch-supabase-private-assets.d.mts +15 -0
  100. package/general/fetch-supabase-private-assets.js +1 -1
  101. package/general/fetch-supabase-private-assets.mjs +1 -0
  102. package/general/format-date.d.mts +18 -0
  103. package/general/format-date.js +1 -1
  104. package/general/format-date.mjs +1 -0
  105. package/general/format-number.d.mts +16 -0
  106. package/general/format-number.js +1 -1
  107. package/general/format-number.mjs +1 -0
  108. package/general/format-phone-display.d.mts +9 -0
  109. package/general/format-phone-display.js +1 -1
  110. package/general/format-phone-display.mjs +1 -0
  111. package/general/format-phone.d.mts +13 -0
  112. package/general/format-phone.d.ts +1 -3
  113. package/general/format-phone.js +1 -1
  114. package/general/format-phone.mjs +1 -0
  115. package/general/format-pricing.d.mts +8 -0
  116. package/general/format-pricing.js +1 -1
  117. package/general/format-pricing.mjs +1 -0
  118. package/general/format-secs.d.mts +8 -0
  119. package/general/format-secs.js +1 -1
  120. package/general/format-secs.mjs +1 -0
  121. package/general/format-time.d.mts +11 -0
  122. package/general/format-time.js +1 -1
  123. package/general/format-time.mjs +1 -0
  124. package/general/format-value.d.mts +8 -0
  125. package/general/format-value.js +1 -1
  126. package/general/format-value.mjs +1 -0
  127. package/general/full-month-range.d.mts +13 -0
  128. package/general/full-month-range.js +1 -1
  129. package/general/full-month-range.mjs +1 -0
  130. package/general/full-year-range.d.mts +12 -0
  131. package/general/full-year-range.js +1 -1
  132. package/general/full-year-range.mjs +1 -0
  133. package/general/generate-article-schema.d.mts +50 -0
  134. package/general/generate-article-schema.js +1 -1
  135. package/general/generate-article-schema.mjs +1 -0
  136. package/general/generate-blog-schema.d.mts +37 -0
  137. package/general/generate-blog-schema.js +1 -1
  138. package/general/generate-blog-schema.mjs +1 -0
  139. package/general/generate-book-schema.d.mts +58 -0
  140. package/general/generate-book-schema.js +1 -1
  141. package/general/generate-book-schema.mjs +1 -0
  142. package/general/generate-breadcrumb-schema.d.mts +40 -0
  143. package/general/generate-breadcrumb-schema.js +1 -1
  144. package/general/generate-breadcrumb-schema.mjs +1 -0
  145. package/general/generate-carousel-schema.d.mts +52 -0
  146. package/general/generate-carousel-schema.js +1 -1
  147. package/general/generate-carousel-schema.mjs +1 -0
  148. package/general/generate-course-schema.d.mts +53 -0
  149. package/general/generate-course-schema.js +1 -1
  150. package/general/generate-course-schema.mjs +1 -0
  151. package/general/generate-dataset-schema.d.mts +65 -0
  152. package/general/generate-dataset-schema.js +1 -1
  153. package/general/generate-dataset-schema.mjs +1 -0
  154. package/general/generate-discussion-forum-schema.d.mts +39 -0
  155. package/general/generate-discussion-forum-schema.js +1 -1
  156. package/general/generate-discussion-forum-schema.mjs +1 -0
  157. package/general/generate-education-schema.d.mts +68 -0
  158. package/general/generate-education-schema.js +1 -1
  159. package/general/generate-education-schema.mjs +1 -0
  160. package/general/generate-employer-aggregate-rating-schema.d.mts +29 -0
  161. package/general/generate-employer-aggregate-rating-schema.js +1 -1
  162. package/general/generate-employer-aggregate-rating-schema.mjs +1 -0
  163. package/general/generate-event-schema.d.mts +63 -0
  164. package/general/generate-event-schema.js +1 -1
  165. package/general/generate-event-schema.mjs +1 -0
  166. package/general/generate-faq-schema.d.mts +32 -0
  167. package/general/generate-faq-schema.js +1 -1
  168. package/general/generate-faq-schema.mjs +1 -0
  169. package/general/generate-grid.d.mts +17 -0
  170. package/general/generate-grid.js +1 -1
  171. package/general/generate-grid.mjs +1 -0
  172. package/general/generate-image-metadata-schema.d.mts +36 -0
  173. package/general/generate-image-metadata-schema.js +1 -1
  174. package/general/generate-image-metadata-schema.mjs +1 -0
  175. package/general/generate-job-posting-schema.d.mts +49 -0
  176. package/general/generate-job-posting-schema.js +1 -1
  177. package/general/generate-job-posting-schema.mjs +1 -0
  178. package/general/generate-local-business-schema.d.mts +42 -0
  179. package/general/generate-local-business-schema.js +1 -1
  180. package/general/generate-local-business-schema.mjs +1 -0
  181. package/general/generate-math-solver-schema.d.mts +45 -0
  182. package/general/generate-math-solver-schema.js +1 -1
  183. package/general/generate-math-solver-schema.mjs +1 -0
  184. package/general/generate-movie-carousel-schema.d.mts +51 -0
  185. package/general/generate-movie-carousel-schema.js +1 -1
  186. package/general/generate-movie-carousel-schema.mjs +1 -0
  187. package/general/generate-organization-schema.d.mts +49 -0
  188. package/general/generate-organization-schema.js +1 -1
  189. package/general/generate-organization-schema.mjs +1 -0
  190. package/general/generate-profile-page-schema.d.mts +37 -0
  191. package/general/generate-profile-page-schema.js +1 -1
  192. package/general/generate-profile-page-schema.mjs +1 -0
  193. package/general/generate-qa-page-schema.d.mts +34 -0
  194. package/general/generate-qa-page-schema.js +1 -1
  195. package/general/generate-qa-page-schema.mjs +1 -0
  196. package/general/generate-recipe-schema.d.mts +49 -0
  197. package/general/generate-recipe-schema.js +1 -1
  198. package/general/generate-recipe-schema.mjs +1 -0
  199. package/general/generate-ref.d.mts +11 -0
  200. package/general/generate-ref.js +1 -1
  201. package/general/generate-ref.mjs +1 -0
  202. package/general/generate-review-snippet-schema.d.mts +52 -0
  203. package/general/generate-review-snippet-schema.js +1 -1
  204. package/general/generate-review-snippet-schema.mjs +1 -0
  205. package/general/generate-shopping-loyalty-program-schema.d.mts +38 -0
  206. package/general/generate-shopping-loyalty-program-schema.js +1 -1
  207. package/general/generate-shopping-loyalty-program-schema.mjs +1 -0
  208. package/general/generate-shopping-merchant-listing-schema.d.mts +53 -0
  209. package/general/generate-shopping-merchant-listing-schema.js +1 -1
  210. package/general/generate-shopping-merchant-listing-schema.mjs +1 -0
  211. package/general/generate-shopping-merchant-return-policy-schema.d.mts +32 -0
  212. package/general/generate-shopping-merchant-return-policy-schema.js +1 -1
  213. package/general/generate-shopping-merchant-return-policy-schema.mjs +1 -0
  214. package/general/generate-shopping-merchant-shipping-policy-schema.d.mts +36 -0
  215. package/general/generate-shopping-merchant-shipping-policy-schema.js +1 -1
  216. package/general/generate-shopping-merchant-shipping-policy-schema.mjs +1 -0
  217. package/general/generate-shopping-overview-schema.d.mts +52 -0
  218. package/general/generate-shopping-overview-schema.js +1 -1
  219. package/general/generate-shopping-overview-schema.mjs +1 -0
  220. package/general/generate-shopping-product-snippet-schema.d.mts +57 -0
  221. package/general/generate-shopping-product-snippet-schema.js +1 -1
  222. package/general/generate-shopping-product-snippet-schema.mjs +1 -0
  223. package/general/generate-shopping-variants-schema.d.mts +46 -0
  224. package/general/generate-shopping-variants-schema.js +1 -1
  225. package/general/generate-shopping-variants-schema.mjs +1 -0
  226. package/general/generate-software-app-schema.d.mts +62 -0
  227. package/general/generate-software-app-schema.js +1 -1
  228. package/general/generate-software-app-schema.mjs +1 -0
  229. package/general/generate-speakable-schema.d.mts +64 -0
  230. package/general/generate-speakable-schema.js +1 -1
  231. package/general/generate-speakable-schema.mjs +1 -0
  232. package/general/generate-subscription-schema.d.mts +60 -0
  233. package/general/generate-subscription-schema.js +1 -1
  234. package/general/generate-subscription-schema.mjs +1 -0
  235. package/general/generate-vacation-rental-schema.d.mts +67 -0
  236. package/general/generate-vacation-rental-schema.js +1 -1
  237. package/general/generate-vacation-rental-schema.mjs +1 -0
  238. package/general/generate-video-schema.d.mts +75 -0
  239. package/general/generate-video-schema.js +1 -1
  240. package/general/generate-video-schema.mjs +1 -0
  241. package/general/generic-cache.d.mts +193 -0
  242. package/general/generic-cache.js +1 -1
  243. package/general/generic-cache.mjs +1 -0
  244. package/general/get-available-page-limit.d.mts +11 -0
  245. package/general/get-available-page-limit.js +1 -1
  246. package/general/get-available-page-limit.mjs +1 -0
  247. package/general/get-calendar-current-month.d.mts +15 -0
  248. package/general/get-calendar-current-month.js +1 -1
  249. package/general/get-calendar-current-month.mjs +1 -0
  250. package/general/get-calendar-dates.d.mts +15 -0
  251. package/general/get-calendar-dates.js +1 -1
  252. package/general/get-calendar-dates.mjs +1 -0
  253. package/general/get-calendar-next-month.d.mts +17 -0
  254. package/general/get-calendar-next-month.js +1 -1
  255. package/general/get-calendar-next-month.mjs +1 -0
  256. package/general/get-calendar-previous-month.d.mts +17 -0
  257. package/general/get-calendar-previous-month.js +1 -1
  258. package/general/get-calendar-previous-month.mjs +1 -0
  259. package/general/get-current-year.d.mts +7 -0
  260. package/general/get-current-year.js +1 -1
  261. package/general/get-current-year.mjs +1 -0
  262. package/general/get-day-name.d.mts +10 -0
  263. package/general/get-day-name.js +1 -1
  264. package/general/get-day-name.mjs +1 -0
  265. package/general/get-dial-code.d.mts +8 -0
  266. package/general/get-dial-code.js +1 -1
  267. package/general/get-dial-code.mjs +1 -0
  268. package/general/get-full-name.d.mts +13 -0
  269. package/general/get-full-name.js +1 -1
  270. package/general/get-full-name.mjs +1 -0
  271. package/general/get-href.d.mts +11 -0
  272. package/general/get-href.js +1 -1
  273. package/general/get-href.mjs +1 -0
  274. package/general/get-month-name.d.mts +10 -0
  275. package/general/get-month-name.js +1 -1
  276. package/general/get-month-name.mjs +1 -0
  277. package/general/get-month-number.d.mts +15 -0
  278. package/general/get-month-number.js +1 -1
  279. package/general/get-month-number.mjs +1 -0
  280. package/general/get-number-of-days-in-month.d.mts +13 -0
  281. package/general/get-number-of-days-in-month.js +1 -1
  282. package/general/get-number-of-days-in-month.mjs +1 -0
  283. package/general/get-pathname.d.mts +11 -0
  284. package/general/get-pathname.js +1 -1
  285. package/general/get-pathname.mjs +1 -0
  286. package/general/get-week-day.d.mts +8 -0
  287. package/general/get-week-day.js +1 -1
  288. package/general/get-week-day.mjs +1 -0
  289. package/general/image-url-to-base64.d.mts +9 -0
  290. package/general/image-url-to-base64.js +1 -1
  291. package/general/image-url-to-base64.mjs +1 -0
  292. package/general/is-created-or-updated.d.mts +13 -0
  293. package/general/is-created-or-updated.js +1 -1
  294. package/general/is-created-or-updated.mjs +1 -0
  295. package/general/is-next-button-disabled.d.mts +9 -0
  296. package/general/is-next-button-disabled.js +1 -1
  297. package/general/is-next-button-disabled.mjs +1 -0
  298. package/general/is-odd.d.mts +11 -0
  299. package/general/is-odd.js +1 -1
  300. package/general/is-odd.mjs +1 -0
  301. package/general/is-previous-button-disabled.d.mts +8 -0
  302. package/general/is-previous-button-disabled.js +1 -1
  303. package/general/is-previous-button-disabled.mjs +1 -0
  304. package/general/linear-gradients.d.mts +14 -0
  305. package/general/linear-gradients.js +1 -1
  306. package/general/linear-gradients.mjs +1 -0
  307. package/general/multi-part-search.d.mts +22 -0
  308. package/general/multi-part-search.js +1 -1
  309. package/general/multi-part-search.mjs +1 -0
  310. package/general/normalize-phone.d.mts +15 -0
  311. package/general/normalize-phone.js +1 -1
  312. package/general/normalize-phone.mjs +1 -0
  313. package/general/parse-frontmatter.d.mts +36 -0
  314. package/general/parse-frontmatter.js +1 -2
  315. package/general/parse-frontmatter.mjs +1 -0
  316. package/general/remove-data-image-prefix.d.mts +8 -0
  317. package/general/remove-data-image-prefix.js +1 -1
  318. package/general/remove-data-image-prefix.mjs +1 -0
  319. package/general/repeat-times.d.mts +15 -0
  320. package/general/repeat-times.js +1 -1
  321. package/general/repeat-times.mjs +1 -0
  322. package/general/resolve-anchor-link.d.mts +13 -0
  323. package/general/resolve-anchor-link.js +1 -1
  324. package/general/resolve-anchor-link.mjs +1 -0
  325. package/general/resolve-current-date.d.mts +12 -0
  326. package/general/resolve-current-date.js +1 -1
  327. package/general/resolve-current-date.mjs +1 -0
  328. package/general/resolve-grid.d.mts +14 -0
  329. package/general/resolve-grid.js +1 -1
  330. package/general/resolve-grid.mjs +1 -0
  331. package/general/resolve-initials.d.mts +12 -0
  332. package/general/resolve-initials.js +1 -1
  333. package/general/resolve-initials.mjs +1 -0
  334. package/general/set-timezone.d.mts +9 -0
  335. package/general/set-timezone.d.ts +1 -3
  336. package/general/set-timezone.js +1 -1
  337. package/general/set-timezone.mjs +1 -0
  338. package/general/slugify.d.mts +12 -0
  339. package/general/slugify.js +1 -1
  340. package/general/slugify.mjs +1 -0
  341. package/general/text-to-enum.d.mts +8 -0
  342. package/general/text-to-enum.js +1 -1
  343. package/general/text-to-enum.mjs +1 -0
  344. package/general/text-to-sentence-case.d.mts +12 -0
  345. package/general/text-to-sentence-case.js +1 -1
  346. package/general/text-to-sentence-case.mjs +1 -0
  347. package/general/time-out.d.mts +12 -0
  348. package/general/time-out.js +1 -1
  349. package/general/time-out.mjs +1 -0
  350. package/general/time-zones.d.mts +11 -0
  351. package/general/time-zones.js +1 -1
  352. package/general/time-zones.mjs +1 -0
  353. package/general/truncate-text.d.mts +14 -0
  354. package/general/truncate-text.js +1 -1
  355. package/general/truncate-text.mjs +1 -0
  356. package/general/type.d.mts +8 -0
  357. package/general/type.js +1 -1
  358. package/general/type.mjs +0 -0
  359. package/general/upload-blob-to-private-supabase.d.mts +24 -0
  360. package/general/upload-blob-to-private-supabase.js +1 -1
  361. package/general/upload-blob-to-private-supabase.mjs +1 -0
  362. package/general/upload-blob-to-public-supabase.d.mts +24 -0
  363. package/general/upload-blob-to-public-supabase.js +1 -1
  364. package/general/upload-blob-to-public-supabase.mjs +1 -0
  365. package/general/upload-image-to-private-supabase.d.mts +26 -0
  366. package/general/upload-image-to-private-supabase.js +1 -1
  367. package/general/upload-image-to-private-supabase.mjs +1 -0
  368. package/general/upload-image-to-public-supabase.d.mts +26 -0
  369. package/general/upload-image-to-public-supabase.js +1 -1
  370. package/general/upload-image-to-public-supabase.mjs +1 -0
  371. package/general/url-to-sentence-case.d.mts +12 -0
  372. package/general/url-to-sentence-case.js +1 -1
  373. package/general/url-to-sentence-case.mjs +1 -0
  374. package/general/validate-comment.d.mts +14 -0
  375. package/general/validate-comment.js +1 -1
  376. package/general/validate-comment.mjs +1 -0
  377. package/general/validate-email.d.mts +15 -0
  378. package/general/validate-email.js +1 -1
  379. package/general/validate-email.mjs +1 -0
  380. package/general/validate-form.d.mts +18 -0
  381. package/general/validate-form.js +1 -1
  382. package/general/validate-form.mjs +1 -0
  383. package/general/validate-name.d.mts +14 -0
  384. package/general/validate-name.js +1 -1
  385. package/general/validate-name.mjs +1 -0
  386. package/hooks/use-change.d.mts +11 -0
  387. package/hooks/use-change.js +1 -1
  388. package/hooks/use-change.mjs +1 -0
  389. package/hooks/use-debounce.d.mts +10 -0
  390. package/hooks/use-debounce.js +1 -1
  391. package/hooks/use-debounce.mjs +1 -0
  392. package/hooks/use-fetch.d.mts +42 -0
  393. package/hooks/use-fetch.js +1 -1
  394. package/hooks/use-fetch.mjs +1 -0
  395. package/hooks/use-force-render.d.mts +14 -0
  396. package/hooks/use-force-render.js +1 -1
  397. package/hooks/use-force-render.mjs +1 -0
  398. package/hooks/use-ip-geo-location.d.mts +12 -0
  399. package/hooks/use-ip-geo-location.js +1 -1
  400. package/hooks/use-ip-geo-location.mjs +1 -0
  401. package/hooks/use-is-mobile.d.mts +8 -0
  402. package/hooks/use-is-mobile.js +1 -1
  403. package/hooks/use-is-mobile.mjs +1 -0
  404. package/hooks/use-module-entity-v2.d.mts +105 -0
  405. package/hooks/use-module-entity-v2.js +1 -1
  406. package/hooks/use-module-entity-v2.mjs +1 -0
  407. package/hooks/use-module-entity.d.mts +98 -0
  408. package/hooks/use-module-entity.js +1 -1
  409. package/hooks/use-module-entity.mjs +1 -0
  410. package/hooks/use-phone-formatter.d.mts +17 -0
  411. package/hooks/use-phone-formatter.d.ts +1 -3
  412. package/hooks/use-phone-formatter.js +1 -1
  413. package/hooks/use-phone-formatter.mjs +1 -0
  414. package/hooks/use-position.d.mts +29 -0
  415. package/hooks/use-position.js +1 -1
  416. package/hooks/use-position.mjs +1 -0
  417. package/hooks/use-rtl.d.mts +46 -0
  418. package/hooks/use-rtl.js +1 -1
  419. package/hooks/use-rtl.mjs +1 -0
  420. package/hooks/use-sticky.d.mts +13 -0
  421. package/hooks/use-sticky.js +1 -1
  422. package/hooks/use-sticky.mjs +1 -0
  423. package/hooks/use-toggle-state.d.mts +14 -0
  424. package/hooks/use-toggle-state.js +1 -1
  425. package/hooks/use-toggle-state.mjs +1 -0
  426. package/hooks/use-window-event-listener.d.mts +9 -0
  427. package/hooks/use-window-event-listener.js +1 -1
  428. package/hooks/use-window-event-listener.mjs +1 -0
  429. package/hooks/with-seo.d.mts +19 -0
  430. package/hooks/with-seo.js +1 -1
  431. package/hooks/with-seo.mjs +1 -0
  432. package/local-storage/get-storage-value.d.mts +5 -0
  433. package/local-storage/get-storage-value.js +1 -1
  434. package/local-storage/get-storage-value.mjs +1 -0
  435. package/local-storage/remove-storage-value.d.mts +3 -0
  436. package/local-storage/remove-storage-value.js +1 -1
  437. package/local-storage/remove-storage-value.mjs +1 -0
  438. package/local-storage/set-storage-value.d.mts +3 -0
  439. package/local-storage/set-storage-value.js +1 -1
  440. package/local-storage/set-storage-value.mjs +1 -0
  441. package/local-storage/type.d.mts +3 -0
  442. package/local-storage/type.js +1 -1
  443. package/local-storage/type.mjs +0 -0
  444. package/npm.d.d.mts +2 -0
  445. package/npm.d.mjs +0 -0
  446. package/package.json +6 -5
  447. package/edu-pilot-pro/types/academics.d.ts +0 -2
  448. package/edu-pilot-pro/types/academics.js +0 -1
  449. package/edu-pilot-pro/types/admission.d.ts +0 -878
  450. package/edu-pilot-pro/types/admission.js +0 -1
  451. package/edu-pilot-pro/types/communication.d.ts +0 -2
  452. package/edu-pilot-pro/types/communication.js +0 -1
  453. package/edu-pilot-pro/types/enums.d.ts +0 -413
  454. package/edu-pilot-pro/types/enums.js +0 -1
  455. package/edu-pilot-pro/types/finance.d.ts +0 -2
  456. package/edu-pilot-pro/types/finance.js +0 -1
  457. package/edu-pilot-pro/types/index.d.ts +0 -2
  458. package/edu-pilot-pro/types/index.js +0 -1
  459. package/edu-pilot-pro/types/user-management.d.ts +0 -2
  460. package/edu-pilot-pro/types/user-management.js +0 -1
  461. package/stellar-solution/types/common.d.ts +0 -26
  462. package/stellar-solution/types/common.js +0 -1
  463. package/stellar-solution/types/erp.d.ts +0 -305
  464. package/stellar-solution/types/erp.js +0 -1
  465. package/stellar-solution/types/index.d.ts +0 -3
  466. package/stellar-solution/types/index.js +0 -1
  467. package/stellar-solution/types/pos.d.ts +0 -179
  468. package/stellar-solution/types/pos.js +0 -1
  469. package/storybook/generate-sitemap.d.ts +0 -16
  470. package/storybook/generate-sitemap.js +0 -17
  471. package/storybook/preview.d.ts +0 -148
  472. package/storybook/preview.js +0 -1
  473. package/storybook/react-design-story-script.d.ts +0 -12
  474. package/storybook/react-design-story-script.js +0 -5
  475. package/storybook/react-emoji-collection.d.ts +0 -13
  476. package/storybook/react-emoji-collection.js +0 -11
  477. package/storybook/react-emoji-story-script.d.ts +0 -12
  478. package/storybook/react-emoji-story-script.js +0 -5
  479. package/storybook/react-emoji-story-template.d.ts +0 -14
  480. package/storybook/react-emoji-story-template.js +0 -46
  481. package/storybook/react-icon-collection.d.ts +0 -13
  482. package/storybook/react-icon-collection.js +0 -11
  483. package/storybook/react-icon-story-script.d.ts +0 -12
  484. package/storybook/react-icon-story-script.js +0 -5
  485. package/storybook/react-icon-story-template.d.ts +0 -13
  486. package/storybook/react-icon-story-template.js +0 -46
  487. package/storybook/react-logo-collection.d.ts +0 -13
  488. package/storybook/react-logo-collection.js +0 -11
  489. package/storybook/react-logo-story-script.d.ts +0 -12
  490. package/storybook/react-logo-story-script.js +0 -5
  491. package/storybook/react-logo-story-template.d.ts +0 -13
  492. package/storybook/react-logo-story-template.js +0 -46
  493. package/storybook/react-pakistan-theme.d.ts +0 -25
  494. package/storybook/react-pakistan-theme.js +0 -1
  495. package/storybook/responsive-args.d.ts +0 -22
  496. package/storybook/responsive-args.js +0 -1
  497. package/storybook/responsive-component.d.ts +0 -33
  498. package/storybook/responsive-component.js +0 -37
  499. package/storybook/responsive-screens.d.ts +0 -108
  500. package/storybook/responsive-screens.js +0 -1
  501. package/storybook/theme.d.ts +0 -96
  502. package/storybook/theme.js +0 -1
@@ -0,0 +1,40 @@
1
+ declare enum SOCIAL_MEDIA_COLORS {
2
+ BEHANCE = "#131418",
3
+ BLOGGER = "#F57D00",
4
+ DRIBBBLE = "#EA4C89",
5
+ DROPBOX = "#007EE5",
6
+ FACEBOOK = "#3B5999",
7
+ FACEBOOK_MESSENGER = "#0084FF",
8
+ FLICKR = "#FF0084",
9
+ FOUR_SQUARE = "#F94877",
10
+ GOOGLE_PLUS = "#DD4B39",
11
+ HACKER_NEWS = "#FF6600",
12
+ INSTAGRAM = "#E4405F",
13
+ LINE = "#00C300",
14
+ LINKEDIN = "#0077B5",
15
+ MEDIUM = "#02B875",
16
+ PINTEREST = "#BD081C",
17
+ PRODUCT_HUNT = "#DA552F",
18
+ QUORA = "#B92B27",
19
+ READDIT = "#FF5700",
20
+ SKYPE = "#00AFF0",
21
+ SLACK = "#3AAF85",
22
+ SLIDESHARE = "#0077B6",
23
+ SNAP_CHAT = "#FFFC00",
24
+ SOUND_CLOUD = "#FF3300",
25
+ STUMBLE_UPON = "#EB4924",
26
+ TUMBLR = "#34465D",
27
+ TWITTER = "#55ACEE",
28
+ VIMEO = "#1AB7EA",
29
+ VINE = "#00B489",
30
+ VK = "#4C75A3",
31
+ WEIBO = "#DF2029",
32
+ WE_CHAT = "#09B83E",
33
+ WHATS_APP = "#25D366",
34
+ WORDPRESS = "#21759B",
35
+ YAHOO = "#410093",
36
+ YELP = "#AF0606",
37
+ YOUTUBE = "#CD201F"
38
+ }
39
+
40
+ export { SOCIAL_MEDIA_COLORS };
@@ -1 +1 @@
1
- var P=Object.defineProperty;var G=Object.getOwnPropertyDescriptor;var W=Object.getOwnPropertyNames;var E=Object.prototype.hasOwnProperty;var Y=(T,B)=>{for(var N in B)P(T,N,{get:B[N],enumerable:!0})},V=(T,B,N,H)=>{if(B&&typeof B=="object"||typeof B=="function")for(let U of W(B))!E.call(T,U)&&U!==N&&P(T,U,{get:()=>B[U],enumerable:!(H=G(B,U))||H.enumerable});return T};var e=T=>V(P({},"__esModule",{value:!0}),T);var Q={};Y(Q,{SOCIAL_MEDIA_COLORS:()=>K});module.exports=e(Q);var K=(F=>(F.BEHANCE="#131418",F.BLOGGER="#F57D00",F.DRIBBBLE="#EA4C89",F.DROPBOX="#007EE5",F.FACEBOOK="#3B5999",F.FACEBOOK_MESSENGER="#0084FF",F.FLICKR="#FF0084",F.FOUR_SQUARE="#F94877",F.GOOGLE_PLUS="#DD4B39",F.HACKER_NEWS="#FF6600",F.INSTAGRAM="#E4405F",F.LINE="#00C300",F.LINKEDIN="#0077B5",F.MEDIUM="#02B875",F.PINTEREST="#BD081C",F.PRODUCT_HUNT="#DA552F",F.QUORA="#B92B27",F.READDIT="#FF5700",F.SKYPE="#00AFF0",F.SLACK="#3AAF85",F.SLIDESHARE="#0077B6",F.SNAP_CHAT="#FFFC00",F.SOUND_CLOUD="#FF3300",F.STUMBLE_UPON="#EB4924",F.TUMBLR="#34465D",F.TWITTER="#55ACEE",F.VIMEO="#1AB7EA",F.VINE="#00B489",F.VK="#4C75A3",F.WEIBO="#DF2029",F.WE_CHAT="#09B83E",F.WHATS_APP="#25D366",F.WORDPRESS="#21759B",F.YAHOO="#410093",F.YELP="#AF0606",F.YOUTUBE="#CD201F",F))(K||{});0&&(module.exports={SOCIAL_MEDIA_COLORS});
1
+ var _0x2dec72=_0x18b4;(function(_0x22b6ca,_0x1e2929){var _0x3761d8=_0x18b4,_0x10391f=_0x22b6ca();while(!![]){try{var _0xf6015a=-parseInt(_0x3761d8(0x1a2))/0x1*(-parseInt(_0x3761d8(0x185))/0x2)+parseInt(_0x3761d8(0x1af))/0x3+-parseInt(_0x3761d8(0x17f))/0x4*(-parseInt(_0x3761d8(0x1b1))/0x5)+-parseInt(_0x3761d8(0x17d))/0x6*(parseInt(_0x3761d8(0x1a1))/0x7)+parseInt(_0x3761d8(0x19b))/0x8*(parseInt(_0x3761d8(0x180))/0x9)+-parseInt(_0x3761d8(0x196))/0xa*(-parseInt(_0x3761d8(0x197))/0xb)+-parseInt(_0x3761d8(0x17e))/0xc*(parseInt(_0x3761d8(0x1b7))/0xd);if(_0xf6015a===_0x1e2929)break;else _0x10391f['push'](_0x10391f['shift']());}catch(_0x19dfb0){_0x10391f['push'](_0x10391f['shift']());}}}(_0x29de,0xdca00));function _0x18b4(_0x59e2d9,_0xa15219){_0x59e2d9=_0x59e2d9-0x17d;var _0x3593ab=_0x29de();var _0xf15adb=_0x3593ab[_0x59e2d9];return _0xf15adb;}var _0x475c49=(function(){var _0x5d8808=!![];return function(_0x46e9f0,_0x1d8a95){var _0x9435d7=_0x5d8808?function(){if(_0x1d8a95){var _0x80a881=_0x1d8a95['apply'](_0x46e9f0,arguments);return _0x1d8a95=null,_0x80a881;}}:function(){};return _0x5d8808=![],_0x9435d7;};}()),_0xf15adb=_0x475c49(this,function(){var _0x459145=_0x18b4,_0x46a57a=function(){var _0x292c5b=_0x18b4,_0x34b6f7;try{_0x34b6f7=Function(_0x292c5b(0x187)+_0x292c5b(0x1a0)+');')();}catch(_0x8a2160){_0x34b6f7=window;}return _0x34b6f7;},_0x140761=_0x46a57a(),_0xcde07a=_0x140761['console']=_0x140761[_0x459145(0x1b2)]||{},_0x376559=['log',_0x459145(0x1a7),_0x459145(0x1aa),_0x459145(0x1a5),_0x459145(0x18f),_0x459145(0x1b8),'trace'];for(var _0x223670=0x0;_0x223670<_0x376559['length'];_0x223670++){var _0x2e7508=_0x475c49[_0x459145(0x19a)][_0x459145(0x1b6)][_0x459145(0x18a)](_0x475c49),_0xefcc63=_0x376559[_0x223670],_0x1a04c0=_0xcde07a[_0xefcc63]||_0x2e7508;_0x2e7508['__proto__']=_0x475c49['bind'](_0x475c49),_0x2e7508['toString']=_0x1a04c0[_0x459145(0x18b)]['bind'](_0x1a04c0),_0xcde07a[_0xefcc63]=_0x2e7508;}});_0xf15adb();var P=Object['defineProperty'],G=Object['getOwnPropertyDescriptor'],W=Object['getOwnPropertyNames'],E=Object['prototype'][_0x2dec72(0x1b5)],Y=(_0x499421,_0x4cd630)=>{for(var _0x47bcda in _0x4cd630)P(_0x499421,_0x47bcda,{'get':_0x4cd630[_0x47bcda],'enumerable':!0x0});},V=(_0x5e89c9,_0x2a1df2,_0x4bc592,_0x1ebde4)=>{var _0x279459=_0x2dec72;if(_0x2a1df2&&typeof _0x2a1df2==_0x279459(0x1a9)||typeof _0x2a1df2==_0x279459(0x191)){for(let _0x2b322e of W(_0x2a1df2))!E['call'](_0x5e89c9,_0x2b322e)&&_0x2b322e!==_0x4bc592&&P(_0x5e89c9,_0x2b322e,{'get':()=>_0x2a1df2[_0x2b322e],'enumerable':!(_0x1ebde4=G(_0x2a1df2,_0x2b322e))||_0x1ebde4[_0x279459(0x19e)]});}return _0x5e89c9;},e=_0x1b446d=>V(P({},'__esModule',{'value':!0x0}),_0x1b446d),Q={};Y(Q,{'SOCIAL_MEDIA_COLORS':()=>K}),module['exports']=e(Q);var K=(_0x54628c=>(_0x54628c['BEHANCE']=_0x2dec72(0x198),_0x54628c[_0x2dec72(0x18c)]='#F57D00',_0x54628c[_0x2dec72(0x193)]='#EA4C89',_0x54628c['DROPBOX']='#007EE5',_0x54628c['FACEBOOK']=_0x2dec72(0x1ad),_0x54628c[_0x2dec72(0x1a8)]='#0084FF',_0x54628c[_0x2dec72(0x1a6)]='#FF0084',_0x54628c['FOUR_SQUARE']=_0x2dec72(0x181),_0x54628c[_0x2dec72(0x18e)]=_0x2dec72(0x182),_0x54628c['HACKER_NEWS']=_0x2dec72(0x190),_0x54628c['INSTAGRAM']=_0x2dec72(0x189),_0x54628c['LINE']='#00C300',_0x54628c[_0x2dec72(0x195)]=_0x2dec72(0x199),_0x54628c['MEDIUM']='#02B875',_0x54628c['PINTEREST']='#BD081C',_0x54628c['PRODUCT_HUNT']=_0x2dec72(0x1a4),_0x54628c[_0x2dec72(0x18d)]='#B92B27',_0x54628c['READDIT']='#FF5700',_0x54628c['SKYPE']=_0x2dec72(0x188),_0x54628c['SLACK']=_0x2dec72(0x1a3),_0x54628c[_0x2dec72(0x1ac)]=_0x2dec72(0x1b3),_0x54628c['SNAP_CHAT']=_0x2dec72(0x1b9),_0x54628c['SOUND_CLOUD']=_0x2dec72(0x19f),_0x54628c['STUMBLE_UPON']=_0x2dec72(0x1ab),_0x54628c[_0x2dec72(0x186)]=_0x2dec72(0x194),_0x54628c['TWITTER']='#55ACEE',_0x54628c[_0x2dec72(0x1b4)]='#1AB7EA',_0x54628c['VINE']=_0x2dec72(0x192),_0x54628c['VK']=_0x2dec72(0x1b0),_0x54628c['WEIBO']=_0x2dec72(0x184),_0x54628c['WE_CHAT']='#09B83E',_0x54628c['WHATS_APP']='#25D366',_0x54628c[_0x2dec72(0x1ae)]='#21759B',_0x54628c['YAHOO']=_0x2dec72(0x183),_0x54628c['YELP']=_0x2dec72(0x19d),_0x54628c['YOUTUBE']='#CD201F',_0x54628c))(K||{});function _0x29de(){var _0x5f3895=['exports','#AF0606','enumerable','#FF3300','{}.constructor(\x22return\x20this\x22)(\x20)','112tlMmhE','565bHvdlH','#3AAF85','#DA552F','error','FLICKR','warn','FACEBOOK_MESSENGER','object','info','#EB4924','SLIDESHARE','#3B5999','WORDPRESS','625827BiikCM','#4C75A3','55qTPaLi','console','#0077B6','VIMEO','hasOwnProperty','prototype','1209pLZlHn','table','#FFFC00','91116ZiDAfA','258132HKTyxD','72916ArJSBD','954UofXDX','#F94877','#DD4B39','#410093','#DF2029','3876VhiiUv','TUMBLR','return\x20(function()\x20','#00AFF0','#E4405F','bind','toString','BLOGGER','QUORA','GOOGLE_PLUS','exception','#FF6600','function','#00B489','DRIBBBLE','#34465D','LINKEDIN','4330dCqdEJ','8261GWunKY','#131418','#0077B5','constructor','99464tQJqZo'];_0x29de=function(){return _0x5f3895;};return _0x29de();}0x0&&(module[_0x2dec72(0x19c)]={'SOCIAL_MEDIA_COLORS':SOCIAL_MEDIA_COLORS});
@@ -0,0 +1 @@
1
+ var _0xfc65bc=_0x5a9f;function _0x1a46(){var _0x28c520=['trace','#3AAF85','#3B5999','DROPBOX','#F57D00','TWITTER','8QgtJqe','READDIT','PINTEREST','error','822682ASXgjv','#FF6600','return\x20(function()\x20','1218570MmlAYx','SKYPE','#E4405F','toString','#FF3300','BEHANCE','637780GckqgP','LINKEDIN','VIMEO','#EA4C89','console','#BD081C','#1AB7EA','4WIeAPO','SOUND_CLOUD','156948QAYJTK','1491939wPZDqe','6qykzWa','VINE','{}.constructor(\x22return\x20this\x22)(\x20)','MEDIUM','YAHOO','#34465D','20486Eibbsp','SLIDESHARE','#DA552F','FACEBOOK','__proto__','#AF0606','2185395frquhy','BLOGGER','#25D366','length','TUMBLR','STUMBLE_UPON','#55ACEE','#FFFC00','#DF2029','info','LINE','PRODUCT_HUNT','INSTAGRAM'];_0x1a46=function(){return _0x28c520;};return _0x1a46();}(function(_0xb9146c,_0x865a50){var _0x25b24a=_0x5a9f,_0x125ad1=_0xb9146c();while(!![]){try{var _0x1c6f3a=parseInt(_0x25b24a(0x17d))/0x1*(parseInt(_0x25b24a(0x177))/0x2)+parseInt(_0x25b24a(0x166))/0x3*(parseInt(_0x25b24a(0x173))/0x4)+-parseInt(_0x25b24a(0x14c))/0x5+-parseInt(_0x25b24a(0x175))/0x6+parseInt(_0x25b24a(0x163))/0x7*(parseInt(_0x25b24a(0x15f))/0x8)+parseInt(_0x25b24a(0x176))/0x9+-parseInt(_0x25b24a(0x16c))/0xa;if(_0x1c6f3a===_0x865a50)break;else _0x125ad1['push'](_0x125ad1['shift']());}catch(_0x2e5394){_0x125ad1['push'](_0x125ad1['shift']());}}}(_0x1a46,0x36aba));var _0x2c21e1=(function(){var _0x52f932=!![];return function(_0x1fab0f,_0x3d4055){var _0x290431=_0x52f932?function(){if(_0x3d4055){var _0x525015=_0x3d4055['apply'](_0x1fab0f,arguments);return _0x3d4055=null,_0x525015;}}:function(){};return _0x52f932=![],_0x290431;};}()),_0x7ce3b0=_0x2c21e1(this,function(){var _0x28123c=_0x5a9f,_0xe7daa7;try{var _0x15351c=Function(_0x28123c(0x165)+_0x28123c(0x179)+');');_0xe7daa7=_0x15351c();}catch(_0x773ce7){_0xe7daa7=window;}var _0x3ca7c9=_0xe7daa7['console']=_0xe7daa7[_0x28123c(0x170)]||{},_0x352d93=['log','warn',_0x28123c(0x155),_0x28123c(0x162),'exception','table',_0x28123c(0x159)];for(var _0x5d1d71=0x0;_0x5d1d71<_0x352d93[_0x28123c(0x14f)];_0x5d1d71++){var _0x39ea81=_0x2c21e1['constructor']['prototype']['bind'](_0x2c21e1),_0x2c032d=_0x352d93[_0x5d1d71],_0x3d5998=_0x3ca7c9[_0x2c032d]||_0x39ea81;_0x39ea81[_0x28123c(0x14a)]=_0x2c21e1['bind'](_0x2c21e1),_0x39ea81[_0x28123c(0x169)]=_0x3d5998['toString']['bind'](_0x3d5998),_0x3ca7c9[_0x2c032d]=_0x39ea81;}});_0x7ce3b0();var B=(_0xe89b6c=>(_0xe89b6c[_0xfc65bc(0x16b)]='#131418',_0xe89b6c[_0xfc65bc(0x14d)]=_0xfc65bc(0x15d),_0xe89b6c['DRIBBBLE']=_0xfc65bc(0x16f),_0xe89b6c[_0xfc65bc(0x15c)]='#007EE5',_0xe89b6c[_0xfc65bc(0x149)]=_0xfc65bc(0x15b),_0xe89b6c['FACEBOOK_MESSENGER']='#0084FF',_0xe89b6c['FLICKR']='#FF0084',_0xe89b6c['FOUR_SQUARE']='#F94877',_0xe89b6c['GOOGLE_PLUS']='#DD4B39',_0xe89b6c['HACKER_NEWS']=_0xfc65bc(0x164),_0xe89b6c[_0xfc65bc(0x158)]=_0xfc65bc(0x168),_0xe89b6c[_0xfc65bc(0x156)]='#00C300',_0xe89b6c[_0xfc65bc(0x16d)]='#0077B5',_0xe89b6c[_0xfc65bc(0x17a)]='#02B875',_0xe89b6c[_0xfc65bc(0x161)]=_0xfc65bc(0x171),_0xe89b6c[_0xfc65bc(0x157)]=_0xfc65bc(0x17f),_0xe89b6c['QUORA']='#B92B27',_0xe89b6c[_0xfc65bc(0x160)]='#FF5700',_0xe89b6c[_0xfc65bc(0x167)]='#00AFF0',_0xe89b6c['SLACK']=_0xfc65bc(0x15a),_0xe89b6c[_0xfc65bc(0x17e)]='#0077B6',_0xe89b6c['SNAP_CHAT']=_0xfc65bc(0x153),_0xe89b6c[_0xfc65bc(0x174)]=_0xfc65bc(0x16a),_0xe89b6c[_0xfc65bc(0x151)]='#EB4924',_0xe89b6c[_0xfc65bc(0x150)]=_0xfc65bc(0x17c),_0xe89b6c[_0xfc65bc(0x15e)]=_0xfc65bc(0x152),_0xe89b6c[_0xfc65bc(0x16e)]=_0xfc65bc(0x172),_0xe89b6c[_0xfc65bc(0x178)]='#00B489',_0xe89b6c['VK']='#4C75A3',_0xe89b6c['WEIBO']=_0xfc65bc(0x154),_0xe89b6c['WE_CHAT']='#09B83E',_0xe89b6c['WHATS_APP']=_0xfc65bc(0x14e),_0xe89b6c['WORDPRESS']='#21759B',_0xe89b6c[_0xfc65bc(0x17b)]='#410093',_0xe89b6c['YELP']=_0xfc65bc(0x14b),_0xe89b6c['YOUTUBE']='#CD201F',_0xe89b6c))(B||{});function _0x5a9f(_0x7f8220,_0x2b19dc){_0x7f8220=_0x7f8220-0x149;var _0x434e67=_0x1a46();var _0x7ce3b0=_0x434e67[_0x7f8220];return _0x7ce3b0;}export{B as SOCIAL_MEDIA_COLORS};
@@ -0,0 +1,323 @@
1
+ declare enum SOCIAL_MEDIA_POST_TYPES {
2
+ FACEBOOK_COVER_PHOTO = "FACEBOOK_COVER_PHOTO",
3
+ FACEBOOK_EVENT_COVER = "FACEBOOK_EVENT_COVER",
4
+ FACEBOOK_PROFILE_PHOTO = "FACEBOOK_PROFILE_PHOTO",
5
+ FACEBOOK_POST_SHARE = "FACEBOOK_POST_SHARE",
6
+ FACEBOOK_STORIES = "FACEBOOK_STORIES",
7
+ INSTAGRAM_PROFILE_PHOTO = "INSTAGRAM_PROFILE_PHOTO",
8
+ INSTAGRAM_PHOTO_SHARE = "INSTAGRAM_PHOTO_SHARE",
9
+ INSTAGRAM_STORIES = "INSTAGRAM_STORIES",
10
+ LINKEDIN_PROFILE_PHOTO = "LINKEDIN_PROFILE_PHOTO",
11
+ LINKEDIN_PROFILE_BACKGROUND = "LINKEDIN_PROFILE_BACKGROUND",
12
+ LINKEDIN_COMPANY_LOGO = "LINKEDIN_COMPANY_LOGO",
13
+ LINKEDIN_COMPANY_COVER = "LINKEDIN_COMPANY_COVER",
14
+ LINKEDIN_SHARED_IMAGE = "LINKEDIN_SHARED_IMAGE",
15
+ LINKEDIN_SHARED_IMAGE_LINK = "LINKEDIN_SHARED_IMAGE_LINK",
16
+ PINTEREST_PROFILE_PHOTO = "PINTEREST_PROFILE_PHOTO",
17
+ PINTEREST_BOARD_COVER = "PINTEREST_BOARD_COVER",
18
+ PINTEREST_SHARED_PIN = "PINTEREST_SHARED_PIN",
19
+ PINTEREST_PROFILE_COVER = "PINTEREST_PROFILE_COVER",
20
+ SNAPCHAT_SHARED_IMAGE = "SNAPCHAT_SHARED_IMAGE",
21
+ TWITTER_HEADER = "TWITTER_HEADER",
22
+ TWITTER_PROFILE_PHOTO = "TWITTER_PROFILE_PHOTO",
23
+ TWITTER_POST_SHARE = "TWITTER_POST_SHARE",
24
+ YOUTUBE_CHANNEL_PROFILE = "YOUTUBE_CHANNEL_PROFILE",
25
+ YOUTUBE_CHANNEL_COVER = "YOUTUBE_CHANNEL_COVER"
26
+ }
27
+ declare const SOCIAL_MEDIA_POST_SIZES: {
28
+ FACEBOOK_COVER_PHOTO: {
29
+ height: string;
30
+ width: string;
31
+ };
32
+ FACEBOOK_EVENT_COVER: {
33
+ height: string;
34
+ width: string;
35
+ };
36
+ FACEBOOK_PROFILE_PHOTO: {
37
+ height: string;
38
+ width: string;
39
+ };
40
+ FACEBOOK_POST_SHARE: {
41
+ height: string;
42
+ width: string;
43
+ };
44
+ FACEBOOK_STORIES: {
45
+ height: string;
46
+ width: string;
47
+ };
48
+ INSTAGRAM_PROFILE_PHOTO: {
49
+ height: string;
50
+ width: string;
51
+ };
52
+ INSTAGRAM_PHOTO_SHARE: {
53
+ height: string;
54
+ width: string;
55
+ };
56
+ INSTAGRAM_STORIES: {
57
+ height: string;
58
+ width: string;
59
+ };
60
+ LINKEDIN_PROFILE_PHOTO: {
61
+ height: string;
62
+ width: string;
63
+ };
64
+ LINKEDIN_PROFILE_BACKGROUND: {
65
+ height: string;
66
+ width: string;
67
+ };
68
+ LINKEDIN_COMPANY_LOGO: {
69
+ height: string;
70
+ width: string;
71
+ };
72
+ LINKEDIN_COMPANY_COVER: {
73
+ height: string;
74
+ width: string;
75
+ };
76
+ LINKEDIN_SHARED_IMAGE: {
77
+ height: string;
78
+ width: string;
79
+ };
80
+ LINKEDIN_SHARED_IMAGE_LINK: {
81
+ height: string;
82
+ width: string;
83
+ };
84
+ PINTEREST_PROFILE_PHOTO: {
85
+ height: string;
86
+ width: string;
87
+ };
88
+ PINTEREST_BOARD_COVER: {
89
+ height: string;
90
+ width: string;
91
+ };
92
+ PINTEREST_SHARED_PIN: {
93
+ height: string;
94
+ width: string;
95
+ };
96
+ PINTEREST_PROFILE_COVER: {
97
+ height: string;
98
+ width: string;
99
+ };
100
+ SNAPCHAT_SHARED_IMAGE: {
101
+ height: string;
102
+ width: string;
103
+ };
104
+ TWITTER_HEADER: {
105
+ height: string;
106
+ width: string;
107
+ };
108
+ TWITTER_PROFILE_PHOTO: {
109
+ height: string;
110
+ width: string;
111
+ };
112
+ TWITTER_POST_SHARE: {
113
+ height: string;
114
+ width: string;
115
+ };
116
+ YOUTUBE_CHANNEL_PROFILE: {
117
+ height: string;
118
+ width: string;
119
+ };
120
+ YOUTUBE_CHANNEL_COVER: {
121
+ height: string;
122
+ width: string;
123
+ };
124
+ };
125
+ declare enum MOBILE_PLATFORM_TYPES {
126
+ ANDROID = "android",
127
+ IOS = "ios",
128
+ WINDOWS = "windows"
129
+ }
130
+ declare const MOBILE_PLATFORM_MEDIA_SIZES: {
131
+ android: {
132
+ appIcons: {
133
+ googlePlay: {
134
+ height: string;
135
+ width: string;
136
+ };
137
+ xxhdpi: {
138
+ height: string;
139
+ width: string;
140
+ };
141
+ xhdpi: {
142
+ height: string;
143
+ width: string;
144
+ };
145
+ hdpi: {
146
+ height: string;
147
+ width: string;
148
+ };
149
+ mdpi: {
150
+ height: string;
151
+ width: string;
152
+ };
153
+ };
154
+ actionBarIcons: {
155
+ xxhdpi: {
156
+ height: string;
157
+ width: string;
158
+ };
159
+ xhdpi: {
160
+ height: string;
161
+ width: string;
162
+ };
163
+ hdpi: {
164
+ height: string;
165
+ width: string;
166
+ };
167
+ mdpi: {
168
+ height: string;
169
+ width: string;
170
+ };
171
+ };
172
+ smallContextualIcons: {
173
+ xxhdpi: {
174
+ height: string;
175
+ width: string;
176
+ };
177
+ xhdpi: {
178
+ height: string;
179
+ width: string;
180
+ };
181
+ hdpi: {
182
+ height: string;
183
+ width: string;
184
+ };
185
+ mdpi: {
186
+ height: string;
187
+ width: string;
188
+ };
189
+ };
190
+ notificationIcons: {
191
+ xxhdpi: {
192
+ height: string;
193
+ width: string;
194
+ };
195
+ xhdpi: {
196
+ height: string;
197
+ width: string;
198
+ };
199
+ hdpi: {
200
+ height: string;
201
+ width: string;
202
+ };
203
+ mdpi: {
204
+ height: string;
205
+ width: string;
206
+ };
207
+ };
208
+ };
209
+ ios: {
210
+ appIcons: {
211
+ xxxxxlarge: {
212
+ height: string;
213
+ width: string;
214
+ };
215
+ xxxxlarge: {
216
+ height: string;
217
+ width: string;
218
+ };
219
+ xxxlarge: {
220
+ height: string;
221
+ width: string;
222
+ };
223
+ xxlarge: {
224
+ height: string;
225
+ width: string;
226
+ };
227
+ xlarge: {
228
+ height: string;
229
+ width: string;
230
+ };
231
+ large: {
232
+ height: string;
233
+ width: string;
234
+ };
235
+ medium: {
236
+ height: string;
237
+ width: string;
238
+ };
239
+ small: {
240
+ height: string;
241
+ width: string;
242
+ };
243
+ xsmall: {
244
+ height: string;
245
+ width: string;
246
+ };
247
+ xxsmall: {
248
+ height: string;
249
+ width: string;
250
+ };
251
+ xxxsmall: {
252
+ height: string;
253
+ width: string;
254
+ };
255
+ xxxxsmall: {
256
+ height: string;
257
+ width: string;
258
+ };
259
+ };
260
+ toolBarNavBarIcons: {
261
+ large: {
262
+ height: string;
263
+ width: string;
264
+ };
265
+ small: {
266
+ height: string;
267
+ width: string;
268
+ };
269
+ };
270
+ tabBarIcons: {
271
+ large: {
272
+ height: string;
273
+ width: string;
274
+ };
275
+ small: {
276
+ height: string;
277
+ width: string;
278
+ };
279
+ };
280
+ appleWatchNotificationCenterIcons: {
281
+ large: {
282
+ height: string;
283
+ width: string;
284
+ };
285
+ small: {
286
+ height: string;
287
+ width: string;
288
+ };
289
+ };
290
+ appleWatchLongLookNotificationIcons: {
291
+ largeWatch: {
292
+ height: string;
293
+ width: string;
294
+ };
295
+ smallWatch: {
296
+ height: string;
297
+ width: string;
298
+ };
299
+ };
300
+ };
301
+ appleWatchMenuIcons: {
302
+ largeWatch: {
303
+ height: string;
304
+ width: string;
305
+ };
306
+ smallWatch: {
307
+ height: string;
308
+ width: string;
309
+ };
310
+ };
311
+ appleWatchCompanionIcons: {
312
+ large: {
313
+ height: string;
314
+ width: string;
315
+ };
316
+ small: {
317
+ height: string;
318
+ width: string;
319
+ };
320
+ };
321
+ };
322
+
323
+ export { MOBILE_PLATFORM_MEDIA_SIZES, MOBILE_PLATFORM_TYPES, SOCIAL_MEDIA_POST_SIZES, SOCIAL_MEDIA_POST_TYPES };
@@ -1 +1 @@
1
- var t=Object.defineProperty;var R=Object.getOwnPropertyDescriptor;var T=Object.getOwnPropertyNames;var N=Object.prototype.hasOwnProperty;var A=(E,x)=>{for(var O in x)t(E,O,{get:x[O],enumerable:!0})},e=(E,x,O,p)=>{if(x&&typeof x=="object"||typeof x=="function")for(let i of T(x))!N.call(E,i)&&i!==O&&t(E,i,{get:()=>x[i],enumerable:!(p=R(x,i))||p.enumerable});return E};var d=E=>e(t({},"__esModule",{value:!0}),E);var S={};A(S,{MOBILE_PLATFORM_MEDIA_SIZES:()=>P,MOBILE_PLATFORM_TYPES:()=>I,SOCIAL_MEDIA_POST_SIZES:()=>g,SOCIAL_MEDIA_POST_TYPES:()=>_});module.exports=d(S);var _=(h=>(h.FACEBOOK_COVER_PHOTO="FACEBOOK_COVER_PHOTO",h.FACEBOOK_EVENT_COVER="FACEBOOK_EVENT_COVER",h.FACEBOOK_PROFILE_PHOTO="FACEBOOK_PROFILE_PHOTO",h.FACEBOOK_POST_SHARE="FACEBOOK_POST_SHARE",h.FACEBOOK_STORIES="FACEBOOK_STORIES",h.INSTAGRAM_PROFILE_PHOTO="INSTAGRAM_PROFILE_PHOTO",h.INSTAGRAM_PHOTO_SHARE="INSTAGRAM_PHOTO_SHARE",h.INSTAGRAM_STORIES="INSTAGRAM_STORIES",h.LINKEDIN_PROFILE_PHOTO="LINKEDIN_PROFILE_PHOTO",h.LINKEDIN_PROFILE_BACKGROUND="LINKEDIN_PROFILE_BACKGROUND",h.LINKEDIN_COMPANY_LOGO="LINKEDIN_COMPANY_LOGO",h.LINKEDIN_COMPANY_COVER="LINKEDIN_COMPANY_COVER",h.LINKEDIN_SHARED_IMAGE="LINKEDIN_SHARED_IMAGE",h.LINKEDIN_SHARED_IMAGE_LINK="LINKEDIN_SHARED_IMAGE_LINK",h.PINTEREST_PROFILE_PHOTO="PINTEREST_PROFILE_PHOTO",h.PINTEREST_BOARD_COVER="PINTEREST_BOARD_COVER",h.PINTEREST_SHARED_PIN="PINTEREST_SHARED_PIN",h.PINTEREST_PROFILE_COVER="PINTEREST_PROFILE_COVER",h.SNAPCHAT_SHARED_IMAGE="SNAPCHAT_SHARED_IMAGE",h.TWITTER_HEADER="TWITTER_HEADER",h.TWITTER_PROFILE_PHOTO="TWITTER_PROFILE_PHOTO",h.TWITTER_POST_SHARE="TWITTER_POST_SHARE",h.YOUTUBE_CHANNEL_PROFILE="YOUTUBE_CHANNEL_PROFILE",h.YOUTUBE_CHANNEL_COVER="YOUTUBE_CHANNEL_COVER",h))(_||{});const g={FACEBOOK_COVER_PHOTO:{height:"360px",width:"820px"},FACEBOOK_EVENT_COVER:{height:"1080px",width:"1920px"},FACEBOOK_PROFILE_PHOTO:{height:"400px",width:"400px"},FACEBOOK_POST_SHARE:{height:"630px",width:"1200px"},FACEBOOK_STORIES:{height:"1920px",width:"1080px"},INSTAGRAM_PROFILE_PHOTO:{height:"400px",width:"400px"},INSTAGRAM_PHOTO_SHARE:{height:"1080px",width:"1080px"},INSTAGRAM_STORIES:{height:"1920px",width:"1080px"},LINKEDIN_PROFILE_PHOTO:{height:"400px",width:"400px"},LINKEDIN_PROFILE_BACKGROUND:{height:"396px",width:"1584px"},LINKEDIN_COMPANY_LOGO:{height:"300px",width:"300px"},LINKEDIN_COMPANY_COVER:{height:"768px",width:"1536px"},LINKEDIN_SHARED_IMAGE:{height:"736px",width:"1200px"},LINKEDIN_SHARED_IMAGE_LINK:{height:"628px",width:"1200px"},PINTEREST_PROFILE_PHOTO:{height:"400px",width:"400px"},PINTEREST_BOARD_COVER:{height:"600px",width:"600px"},PINTEREST_SHARED_PIN:{height:"900px",width:"600px"},PINTEREST_PROFILE_COVER:{height:"1080px",width:"1920px"},SNAPCHAT_SHARED_IMAGE:{height:"1920px",width:"1080px"},TWITTER_HEADER:{height:"500px",width:"1500px"},TWITTER_PROFILE_PHOTO:{height:"400px",width:"400px"},TWITTER_POST_SHARE:{height:"630px",width:"1200px"},YOUTUBE_CHANNEL_PROFILE:{height:"800px",width:"800px"},YOUTUBE_CHANNEL_COVER:{height:"423px",width:"1546px"}};var I=(p=>(p.ANDROID="android",p.IOS="ios",p.WINDOWS="windows",p))(I||{});const P={android:{appIcons:{googlePlay:{height:"512px",width:"512px"},xxhdpi:{height:"144px",width:"144px"},xhdpi:{height:"96px",width:"96px"},hdpi:{height:"72px",width:"72px"},mdpi:{height:"48px",width:"48px"}},actionBarIcons:{xxhdpi:{height:"96px",width:"96px"},xhdpi:{height:"64px",width:"64px"},hdpi:{height:"48px",width:"48px"},mdpi:{height:"32px",width:"32px"}},smallContextualIcons:{xxhdpi:{height:"48px",width:"48px"},xhdpi:{height:"32px",width:"32px"},hdpi:{height:"24px",width:"24px"},mdpi:{height:"16px",width:"16px"}},notificationIcons:{xxhdpi:{height:"72px",width:"72px"},xhdpi:{height:"48px",width:"48px"},hdpi:{height:"36px",width:"36px"},mdpi:{height:"24px",width:"24px"}}},ios:{appIcons:{xxxxxlarge:{height:"1024px",width:"1024px"},xxxxlarge:{height:"512px",width:"512px"},xxxlarge:{height:"228px",width:"228px"},xxlarge:{height:"180px",width:"180px"},xlarge:{height:"152px",width:"152px"},large:{height:"120px",width:"120px"},medium:{height:"87px",width:"87px"},small:{height:"80px",width:"80px"},xsmall:{height:"76px",width:"76px"},xxsmall:{height:"58px",width:"58px"},xxxsmall:{height:"40px",width:"40px"},xxxxsmall:{height:"29px",width:"29px"}},toolBarNavBarIcons:{large:{height:"44px",width:"44px"},small:{height:"22px",width:"22px"}},tabBarIcons:{large:{height:"50px",width:"50px"},small:{height:"25px",width:"25px"}},appleWatchNotificationCenterIcons:{large:{height:"36px",width:"36px"},small:{height:"29px",width:"29px"}},appleWatchLongLookNotificationIcons:{largeWatch:{height:"196px",width:"196px"},smallWatch:{height:"172px",width:"172px"}}},appleWatchMenuIcons:{largeWatch:{height:"80px",width:"80px"},smallWatch:{height:"70px",width:"70px"}},appleWatchCompanionIcons:{large:{height:"87px",width:"87px"},small:{height:"58px",width:"58px"}}};0&&(module.exports={MOBILE_PLATFORM_MEDIA_SIZES,MOBILE_PLATFORM_TYPES,SOCIAL_MEDIA_POST_SIZES,SOCIAL_MEDIA_POST_TYPES});
1
+ var _0x31975f=_0x5195;(function(_0x74a28a,_0x11a5e1){var _0x5a94f5=_0x5195,_0x3ef609=_0x74a28a();while(!![]){try{var _0x4c3f23=-parseInt(_0x5a94f5(0x152))/0x1*(parseInt(_0x5a94f5(0x16d))/0x2)+parseInt(_0x5a94f5(0x126))/0x3+parseInt(_0x5a94f5(0x133))/0x4*(parseInt(_0x5a94f5(0x136))/0x5)+parseInt(_0x5a94f5(0x142))/0x6+-parseInt(_0x5a94f5(0x174))/0x7+parseInt(_0x5a94f5(0x156))/0x8+-parseInt(_0x5a94f5(0x16f))/0x9;if(_0x4c3f23===_0x11a5e1)break;else _0x3ef609['push'](_0x3ef609['shift']());}catch(_0x524582){_0x3ef609['push'](_0x3ef609['shift']());}}}(_0x115a,0xdaa82));function _0x115a(){var _0x55070a=['1080px','400px','36px','warn','PINTEREST_PROFILE_PHOTO','getOwnPropertyNames','40px','INSTAGRAM_STORIES','4rILcGa','LINKEDIN_COMPANY_LOGO','FACEBOOK_COVER_PHOTO','5098375lcDzLj','FACEBOOK_EVENT_COVER','900px','log','WINDOWS','enumerable','windows','50px','768px','196px','300px','44px','10588170BEtIBA','29px','1546px','1200px','TWITTER_POST_SHARE','PINTEREST_PROFILE_COVER','800px','prototype','FACEBOOK_STORIES','INSTAGRAM_PROFILE_PHOTO','hasOwnProperty','80px','87px','600px','630px','736px','1307161YnNGrL','70px','180px','152px','12485608XnRxIN','TWITTER_HEADER','YOUTUBE_CHANNEL_COVER','120px','512px','LINKEDIN_PROFILE_BACKGROUND','ios','bind','58px','FACEBOOK_PROFILE_PHOTO','72px','16px','423px','96px','exception','22px','1536px','32px','1920px','48px','call','24px','function','2lPHjBL','LINKEDIN_SHARED_IMAGE','25954272OyfMfw','820px','console','error','android','128128PadoSJ','info','PINTEREST_SHARED_PIN','396px','1024px','2279460SGIstU','628px','76px','trace','INSTAGRAM_PHOTO_SHARE'];_0x115a=function(){return _0x55070a;};return _0x115a();}var _0x14018b=(function(){var _0x34bc27=!![];return function(_0x1b1655,_0x4d0868){var _0x3f9962=_0x34bc27?function(){if(_0x4d0868){var _0x327db8=_0x4d0868['apply'](_0x1b1655,arguments);return _0x4d0868=null,_0x327db8;}}:function(){};return _0x34bc27=![],_0x3f9962;};}()),_0x13b9b8=_0x14018b(this,function(){var _0x3a816e=_0x5195,_0x3b5c94;try{var _0x200089=Function('return\x20(function()\x20'+'{}.constructor(\x22return\x20this\x22)(\x20)'+');');_0x3b5c94=_0x200089();}catch(_0x1e5d34){_0x3b5c94=window;}var _0x4ca533=_0x3b5c94[_0x3a816e(0x171)]=_0x3b5c94[_0x3a816e(0x171)]||{},_0x74c129=[_0x3a816e(0x139),_0x3a816e(0x12e),_0x3a816e(0x175),_0x3a816e(0x172),_0x3a816e(0x164),'table',_0x3a816e(0x129)];for(var _0x1ab127=0x0;_0x1ab127<_0x74c129['length'];_0x1ab127++){var _0x44d5dd=_0x14018b['constructor']['prototype']['bind'](_0x14018b),_0x3afb2e=_0x74c129[_0x1ab127],_0x67c2e3=_0x4ca533[_0x3afb2e]||_0x44d5dd;_0x44d5dd['__proto__']=_0x14018b[_0x3a816e(0x15d)](_0x14018b),_0x44d5dd['toString']=_0x67c2e3['toString']['bind'](_0x67c2e3),_0x4ca533[_0x3afb2e]=_0x44d5dd;}});_0x13b9b8();var t=Object['defineProperty'],R=Object['getOwnPropertyDescriptor'],T=Object[_0x31975f(0x130)],N=Object[_0x31975f(0x149)][_0x31975f(0x14c)],A=(_0x502a23,_0x33a356)=>{for(var _0x4a1656 in _0x33a356)t(_0x502a23,_0x4a1656,{'get':_0x33a356[_0x4a1656],'enumerable':!0x0});},e=(_0x5765cf,_0x35ec68,_0x453d01,_0x5d3125)=>{var _0x348b2f=_0x31975f;if(_0x35ec68&&typeof _0x35ec68=='object'||typeof _0x35ec68==_0x348b2f(0x16c)){for(let _0x2a06c5 of T(_0x35ec68))!N[_0x348b2f(0x16a)](_0x5765cf,_0x2a06c5)&&_0x2a06c5!==_0x453d01&&t(_0x5765cf,_0x2a06c5,{'get':()=>_0x35ec68[_0x2a06c5],'enumerable':!(_0x5d3125=R(_0x35ec68,_0x2a06c5))||_0x5d3125[_0x348b2f(0x13b)]});}return _0x5765cf;},d=_0x172ac3=>e(t({},'__esModule',{'value':!0x0}),_0x172ac3),S={};A(S,{'MOBILE_PLATFORM_MEDIA_SIZES':()=>P,'MOBILE_PLATFORM_TYPES':()=>I,'SOCIAL_MEDIA_POST_SIZES':()=>g,'SOCIAL_MEDIA_POST_TYPES':()=>_}),module['exports']=d(S);var _=(_0x4cc701=>(_0x4cc701[_0x31975f(0x135)]=_0x31975f(0x135),_0x4cc701[_0x31975f(0x137)]=_0x31975f(0x137),_0x4cc701['FACEBOOK_PROFILE_PHOTO']=_0x31975f(0x15f),_0x4cc701['FACEBOOK_POST_SHARE']='FACEBOOK_POST_SHARE',_0x4cc701['FACEBOOK_STORIES']=_0x31975f(0x14a),_0x4cc701[_0x31975f(0x14b)]='INSTAGRAM_PROFILE_PHOTO',_0x4cc701[_0x31975f(0x12a)]='INSTAGRAM_PHOTO_SHARE',_0x4cc701['INSTAGRAM_STORIES']=_0x31975f(0x132),_0x4cc701['LINKEDIN_PROFILE_PHOTO']='LINKEDIN_PROFILE_PHOTO',_0x4cc701[_0x31975f(0x15b)]=_0x31975f(0x15b),_0x4cc701[_0x31975f(0x134)]=_0x31975f(0x134),_0x4cc701['LINKEDIN_COMPANY_COVER']='LINKEDIN_COMPANY_COVER',_0x4cc701[_0x31975f(0x16e)]=_0x31975f(0x16e),_0x4cc701['LINKEDIN_SHARED_IMAGE_LINK']='LINKEDIN_SHARED_IMAGE_LINK',_0x4cc701[_0x31975f(0x12f)]='PINTEREST_PROFILE_PHOTO',_0x4cc701['PINTEREST_BOARD_COVER']='PINTEREST_BOARD_COVER',_0x4cc701['PINTEREST_SHARED_PIN']=_0x31975f(0x123),_0x4cc701[_0x31975f(0x147)]='PINTEREST_PROFILE_COVER',_0x4cc701['SNAPCHAT_SHARED_IMAGE']='SNAPCHAT_SHARED_IMAGE',_0x4cc701[_0x31975f(0x157)]=_0x31975f(0x157),_0x4cc701['TWITTER_PROFILE_PHOTO']='TWITTER_PROFILE_PHOTO',_0x4cc701[_0x31975f(0x146)]=_0x31975f(0x146),_0x4cc701['YOUTUBE_CHANNEL_PROFILE']='YOUTUBE_CHANNEL_PROFILE',_0x4cc701[_0x31975f(0x158)]='YOUTUBE_CHANNEL_COVER',_0x4cc701))(_||{});const g={'FACEBOOK_COVER_PHOTO':{'height':'360px','width':_0x31975f(0x170)},'FACEBOOK_EVENT_COVER':{'height':_0x31975f(0x12b),'width':'1920px'},'FACEBOOK_PROFILE_PHOTO':{'height':'400px','width':'400px'},'FACEBOOK_POST_SHARE':{'height':_0x31975f(0x150),'width':_0x31975f(0x145)},'FACEBOOK_STORIES':{'height':_0x31975f(0x168),'width':_0x31975f(0x12b)},'INSTAGRAM_PROFILE_PHOTO':{'height':'400px','width':_0x31975f(0x12c)},'INSTAGRAM_PHOTO_SHARE':{'height':'1080px','width':_0x31975f(0x12b)},'INSTAGRAM_STORIES':{'height':_0x31975f(0x168),'width':'1080px'},'LINKEDIN_PROFILE_PHOTO':{'height':'400px','width':_0x31975f(0x12c)},'LINKEDIN_PROFILE_BACKGROUND':{'height':_0x31975f(0x124),'width':'1584px'},'LINKEDIN_COMPANY_LOGO':{'height':_0x31975f(0x140),'width':'300px'},'LINKEDIN_COMPANY_COVER':{'height':_0x31975f(0x13e),'width':_0x31975f(0x166)},'LINKEDIN_SHARED_IMAGE':{'height':_0x31975f(0x151),'width':'1200px'},'LINKEDIN_SHARED_IMAGE_LINK':{'height':_0x31975f(0x127),'width':'1200px'},'PINTEREST_PROFILE_PHOTO':{'height':'400px','width':_0x31975f(0x12c)},'PINTEREST_BOARD_COVER':{'height':'600px','width':_0x31975f(0x14f)},'PINTEREST_SHARED_PIN':{'height':_0x31975f(0x138),'width':_0x31975f(0x14f)},'PINTEREST_PROFILE_COVER':{'height':_0x31975f(0x12b),'width':'1920px'},'SNAPCHAT_SHARED_IMAGE':{'height':'1920px','width':'1080px'},'TWITTER_HEADER':{'height':'500px','width':'1500px'},'TWITTER_PROFILE_PHOTO':{'height':'400px','width':_0x31975f(0x12c)},'TWITTER_POST_SHARE':{'height':_0x31975f(0x150),'width':'1200px'},'YOUTUBE_CHANNEL_PROFILE':{'height':_0x31975f(0x148),'width':_0x31975f(0x148)},'YOUTUBE_CHANNEL_COVER':{'height':_0x31975f(0x162),'width':_0x31975f(0x144)}};function _0x5195(_0x71ce74,_0x20a572){_0x71ce74=_0x71ce74-0x123;var _0xfa8b1=_0x115a();var _0x13b9b8=_0xfa8b1[_0x71ce74];return _0x13b9b8;}var I=(_0x2fdb16=>(_0x2fdb16['ANDROID']=_0x31975f(0x173),_0x2fdb16['IOS']=_0x31975f(0x15c),_0x2fdb16[_0x31975f(0x13a)]=_0x31975f(0x13c),_0x2fdb16))(I||{});const P={'android':{'appIcons':{'googlePlay':{'height':_0x31975f(0x15a),'width':'512px'},'xxhdpi':{'height':'144px','width':'144px'},'xhdpi':{'height':_0x31975f(0x163),'width':'96px'},'hdpi':{'height':_0x31975f(0x160),'width':_0x31975f(0x160)},'mdpi':{'height':'48px','width':'48px'}},'actionBarIcons':{'xxhdpi':{'height':'96px','width':_0x31975f(0x163)},'xhdpi':{'height':'64px','width':'64px'},'hdpi':{'height':'48px','width':'48px'},'mdpi':{'height':'32px','width':'32px'}},'smallContextualIcons':{'xxhdpi':{'height':_0x31975f(0x169),'width':'48px'},'xhdpi':{'height':'32px','width':_0x31975f(0x167)},'hdpi':{'height':_0x31975f(0x16b),'width':_0x31975f(0x16b)},'mdpi':{'height':_0x31975f(0x161),'width':'16px'}},'notificationIcons':{'xxhdpi':{'height':_0x31975f(0x160),'width':'72px'},'xhdpi':{'height':'48px','width':_0x31975f(0x169)},'hdpi':{'height':_0x31975f(0x12d),'width':_0x31975f(0x12d)},'mdpi':{'height':'24px','width':_0x31975f(0x16b)}}},'ios':{'appIcons':{'xxxxxlarge':{'height':_0x31975f(0x125),'width':_0x31975f(0x125)},'xxxxlarge':{'height':'512px','width':'512px'},'xxxlarge':{'height':'228px','width':'228px'},'xxlarge':{'height':_0x31975f(0x154),'width':'180px'},'xlarge':{'height':_0x31975f(0x155),'width':'152px'},'large':{'height':_0x31975f(0x159),'width':'120px'},'medium':{'height':'87px','width':'87px'},'small':{'height':_0x31975f(0x14d),'width':_0x31975f(0x14d)},'xsmall':{'height':_0x31975f(0x128),'width':'76px'},'xxsmall':{'height':_0x31975f(0x15e),'width':'58px'},'xxxsmall':{'height':_0x31975f(0x131),'width':_0x31975f(0x131)},'xxxxsmall':{'height':_0x31975f(0x143),'width':'29px'}},'toolBarNavBarIcons':{'large':{'height':_0x31975f(0x141),'width':'44px'},'small':{'height':_0x31975f(0x165),'width':'22px'}},'tabBarIcons':{'large':{'height':_0x31975f(0x13d),'width':_0x31975f(0x13d)},'small':{'height':'25px','width':'25px'}},'appleWatchNotificationCenterIcons':{'large':{'height':'36px','width':'36px'},'small':{'height':'29px','width':_0x31975f(0x143)}},'appleWatchLongLookNotificationIcons':{'largeWatch':{'height':_0x31975f(0x13f),'width':_0x31975f(0x13f)},'smallWatch':{'height':'172px','width':'172px'}}},'appleWatchMenuIcons':{'largeWatch':{'height':'80px','width':'80px'},'smallWatch':{'height':_0x31975f(0x153),'width':'70px'}},'appleWatchCompanionIcons':{'large':{'height':'87px','width':_0x31975f(0x14e)},'small':{'height':_0x31975f(0x15e),'width':'58px'}}};0x0&&(module['exports']={'MOBILE_PLATFORM_MEDIA_SIZES':MOBILE_PLATFORM_MEDIA_SIZES,'MOBILE_PLATFORM_TYPES':MOBILE_PLATFORM_TYPES,'SOCIAL_MEDIA_POST_SIZES':SOCIAL_MEDIA_POST_SIZES,'SOCIAL_MEDIA_POST_TYPES':SOCIAL_MEDIA_POST_TYPES});
@@ -0,0 +1 @@
1
+ var _0x5a26ee=_0x1f15;(function(_0x388e9d,_0x97cfee){var _0x518f2e=_0x1f15,_0x2a0700=_0x388e9d();while(!![]){try{var _0x8a4fc7=-parseInt(_0x518f2e(0x151))/0x1*(parseInt(_0x518f2e(0x15f))/0x2)+-parseInt(_0x518f2e(0x13b))/0x3*(-parseInt(_0x518f2e(0x128))/0x4)+parseInt(_0x518f2e(0x11f))/0x5*(parseInt(_0x518f2e(0x131))/0x6)+parseInt(_0x518f2e(0x12c))/0x7+-parseInt(_0x518f2e(0x165))/0x8*(-parseInt(_0x518f2e(0x154))/0x9)+-parseInt(_0x518f2e(0x163))/0xa*(-parseInt(_0x518f2e(0x140))/0xb)+parseInt(_0x518f2e(0x11c))/0xc*(-parseInt(_0x518f2e(0x139))/0xd);if(_0x8a4fc7===_0x97cfee)break;else _0x2a0700['push'](_0x2a0700['shift']());}catch(_0xc6797e){_0x2a0700['push'](_0x2a0700['shift']());}}}(_0x5cb5,0xd6f5a));var _0x1c5a1c=(function(){var _0x220cda=!![];return function(_0x5a1762,_0x17ccc0){var _0x3252e0=_0x220cda?function(){var _0x572ec1=_0x1f15;if(_0x17ccc0){var _0x420a74=_0x17ccc0[_0x572ec1(0x149)](_0x5a1762,arguments);return _0x17ccc0=null,_0x420a74;}}:function(){};return _0x220cda=![],_0x3252e0;};}()),_0x305c2f=_0x1c5a1c(this,function(){var _0x2d7fdf=_0x1f15,_0x497166;try{var _0x4348c8=Function(_0x2d7fdf(0x121)+_0x2d7fdf(0x15e)+');');_0x497166=_0x4348c8();}catch(_0x4b65ff){_0x497166=window;}var _0x474096=_0x497166[_0x2d7fdf(0x160)]=_0x497166['console']||{},_0x4a285a=[_0x2d7fdf(0x12d),'warn','info',_0x2d7fdf(0x13e),'exception',_0x2d7fdf(0x123),'trace'];for(var _0x4ed274=0x0;_0x4ed274<_0x4a285a['length'];_0x4ed274++){var _0x2e054c=_0x1c5a1c[_0x2d7fdf(0x144)]['prototype']['bind'](_0x1c5a1c),_0x5114f7=_0x4a285a[_0x4ed274],_0x3e128e=_0x474096[_0x5114f7]||_0x2e054c;_0x2e054c['__proto__']=_0x1c5a1c[_0x2d7fdf(0x135)](_0x1c5a1c),_0x2e054c['toString']=_0x3e128e['toString'][_0x2d7fdf(0x135)](_0x3e128e),_0x474096[_0x5114f7]=_0x2e054c;}});function _0x5cb5(){var _0x3058e3=['87px','FACEBOOK_COVER_PHOTO','SNAPCHAT_SHARED_IMAGE','{}.constructor(\x22return\x20this\x22)(\x20)','38ByyTin','console','LINKEDIN_COMPANY_COVER','1080px','1597010EWPJsG','80px','7921616vhIUdz','PINTEREST_PROFILE_PHOTO','ANDROID','360px','144px','512px','24px','PINTEREST_PROFILE_COVER','36px','60Gfkadq','FACEBOOK_EVENT_COVER','800px','8478165VgsXoD','396px','return\x20(function()\x20','228px','table','FACEBOOK_POST_SHARE','50px','1584px','152px','1588664lBwqFa','600px','400px','630px','7995050fmAanZ','log','1500px','FACEBOOK_PROFILE_PHOTO','INSTAGRAM_STORIES','6nZuQEq','29px','LINKEDIN_SHARED_IMAGE_LINK','44px','bind','PINTEREST_SHARED_PIN','32px','INSTAGRAM_PROFILE_PHOTO','11506183MfIjWj','IOS','6IMIMby','1200px','48px','error','768px','55fEvMLF','1920px','172px','TWITTER_PROFILE_PHOTO','constructor','windows','96px','820px','LINKEDIN_PROFILE_BACKGROUND','apply','58px','70px','76px','196px','PINTEREST_BOARD_COVER','180px','72px','6047GJypyR','736px','WINDOWS','9OtRIFp','LINKEDIN_COMPANY_LOGO','YOUTUBE_CHANNEL_COVER','INSTAGRAM_PHOTO_SHARE','900px','1546px','1024px'];_0x5cb5=function(){return _0x3058e3;};return _0x5cb5();}_0x305c2f();var E=(_0x5a7ab1=>(_0x5a7ab1['FACEBOOK_COVER_PHOTO']=_0x5a26ee(0x15c),_0x5a7ab1['FACEBOOK_EVENT_COVER']=_0x5a26ee(0x11d),_0x5a7ab1['FACEBOOK_PROFILE_PHOTO']=_0x5a26ee(0x12f),_0x5a7ab1[_0x5a26ee(0x124)]=_0x5a26ee(0x124),_0x5a7ab1['FACEBOOK_STORIES']='FACEBOOK_STORIES',_0x5a7ab1[_0x5a26ee(0x138)]='INSTAGRAM_PROFILE_PHOTO',_0x5a7ab1['INSTAGRAM_PHOTO_SHARE']=_0x5a26ee(0x157),_0x5a7ab1[_0x5a26ee(0x130)]='INSTAGRAM_STORIES',_0x5a7ab1['LINKEDIN_PROFILE_PHOTO']='LINKEDIN_PROFILE_PHOTO',_0x5a7ab1['LINKEDIN_PROFILE_BACKGROUND']=_0x5a26ee(0x148),_0x5a7ab1['LINKEDIN_COMPANY_LOGO']=_0x5a26ee(0x155),_0x5a7ab1[_0x5a26ee(0x161)]='LINKEDIN_COMPANY_COVER',_0x5a7ab1['LINKEDIN_SHARED_IMAGE']='LINKEDIN_SHARED_IMAGE',_0x5a7ab1[_0x5a26ee(0x133)]=_0x5a26ee(0x133),_0x5a7ab1['PINTEREST_PROFILE_PHOTO']=_0x5a26ee(0x166),_0x5a7ab1[_0x5a26ee(0x14e)]=_0x5a26ee(0x14e),_0x5a7ab1[_0x5a26ee(0x136)]=_0x5a26ee(0x136),_0x5a7ab1[_0x5a26ee(0x16c)]='PINTEREST_PROFILE_COVER',_0x5a7ab1[_0x5a26ee(0x15d)]=_0x5a26ee(0x15d),_0x5a7ab1['TWITTER_HEADER']='TWITTER_HEADER',_0x5a7ab1[_0x5a26ee(0x143)]=_0x5a26ee(0x143),_0x5a7ab1['TWITTER_POST_SHARE']='TWITTER_POST_SHARE',_0x5a7ab1['YOUTUBE_CHANNEL_PROFILE']='YOUTUBE_CHANNEL_PROFILE',_0x5a7ab1[_0x5a26ee(0x156)]=_0x5a26ee(0x156),_0x5a7ab1))(E||{});const i={'FACEBOOK_COVER_PHOTO':{'height':_0x5a26ee(0x168),'width':_0x5a26ee(0x147)},'FACEBOOK_EVENT_COVER':{'height':_0x5a26ee(0x162),'width':'1920px'},'FACEBOOK_PROFILE_PHOTO':{'height':'400px','width':_0x5a26ee(0x12a)},'FACEBOOK_POST_SHARE':{'height':'630px','width':_0x5a26ee(0x13c)},'FACEBOOK_STORIES':{'height':_0x5a26ee(0x141),'width':'1080px'},'INSTAGRAM_PROFILE_PHOTO':{'height':'400px','width':'400px'},'INSTAGRAM_PHOTO_SHARE':{'height':_0x5a26ee(0x162),'width':'1080px'},'INSTAGRAM_STORIES':{'height':_0x5a26ee(0x141),'width':'1080px'},'LINKEDIN_PROFILE_PHOTO':{'height':'400px','width':'400px'},'LINKEDIN_PROFILE_BACKGROUND':{'height':_0x5a26ee(0x120),'width':_0x5a26ee(0x126)},'LINKEDIN_COMPANY_LOGO':{'height':'300px','width':'300px'},'LINKEDIN_COMPANY_COVER':{'height':_0x5a26ee(0x13f),'width':'1536px'},'LINKEDIN_SHARED_IMAGE':{'height':_0x5a26ee(0x152),'width':_0x5a26ee(0x13c)},'LINKEDIN_SHARED_IMAGE_LINK':{'height':'628px','width':'1200px'},'PINTEREST_PROFILE_PHOTO':{'height':'400px','width':'400px'},'PINTEREST_BOARD_COVER':{'height':_0x5a26ee(0x129),'width':'600px'},'PINTEREST_SHARED_PIN':{'height':_0x5a26ee(0x158),'width':_0x5a26ee(0x129)},'PINTEREST_PROFILE_COVER':{'height':_0x5a26ee(0x162),'width':'1920px'},'SNAPCHAT_SHARED_IMAGE':{'height':_0x5a26ee(0x141),'width':_0x5a26ee(0x162)},'TWITTER_HEADER':{'height':'500px','width':_0x5a26ee(0x12e)},'TWITTER_PROFILE_PHOTO':{'height':_0x5a26ee(0x12a),'width':_0x5a26ee(0x12a)},'TWITTER_POST_SHARE':{'height':_0x5a26ee(0x12b),'width':'1200px'},'YOUTUBE_CHANNEL_PROFILE':{'height':'800px','width':_0x5a26ee(0x11e)},'YOUTUBE_CHANNEL_COVER':{'height':'423px','width':_0x5a26ee(0x159)}};var p=(_0x4e9a91=>(_0x4e9a91[_0x5a26ee(0x167)]='android',_0x4e9a91[_0x5a26ee(0x13a)]='ios',_0x4e9a91[_0x5a26ee(0x153)]=_0x5a26ee(0x145),_0x4e9a91))(p||{});function _0x1f15(_0x4531c7,_0x311424){_0x4531c7=_0x4531c7-0x11c;var _0x3f4192=_0x5cb5();var _0x305c2f=_0x3f4192[_0x4531c7];return _0x305c2f;}const O={'android':{'appIcons':{'googlePlay':{'height':_0x5a26ee(0x16a),'width':_0x5a26ee(0x16a)},'xxhdpi':{'height':'144px','width':_0x5a26ee(0x169)},'xhdpi':{'height':'96px','width':'96px'},'hdpi':{'height':'72px','width':_0x5a26ee(0x150)},'mdpi':{'height':_0x5a26ee(0x13d),'width':'48px'}},'actionBarIcons':{'xxhdpi':{'height':_0x5a26ee(0x146),'width':_0x5a26ee(0x146)},'xhdpi':{'height':'64px','width':'64px'},'hdpi':{'height':_0x5a26ee(0x13d),'width':_0x5a26ee(0x13d)},'mdpi':{'height':'32px','width':'32px'}},'smallContextualIcons':{'xxhdpi':{'height':'48px','width':_0x5a26ee(0x13d)},'xhdpi':{'height':_0x5a26ee(0x137),'width':_0x5a26ee(0x137)},'hdpi':{'height':'24px','width':'24px'},'mdpi':{'height':'16px','width':'16px'}},'notificationIcons':{'xxhdpi':{'height':'72px','width':'72px'},'xhdpi':{'height':'48px','width':_0x5a26ee(0x13d)},'hdpi':{'height':_0x5a26ee(0x16d),'width':_0x5a26ee(0x16d)},'mdpi':{'height':'24px','width':_0x5a26ee(0x16b)}}},'ios':{'appIcons':{'xxxxxlarge':{'height':_0x5a26ee(0x15a),'width':_0x5a26ee(0x15a)},'xxxxlarge':{'height':_0x5a26ee(0x16a),'width':'512px'},'xxxlarge':{'height':'228px','width':_0x5a26ee(0x122)},'xxlarge':{'height':_0x5a26ee(0x14f),'width':'180px'},'xlarge':{'height':_0x5a26ee(0x127),'width':'152px'},'large':{'height':'120px','width':'120px'},'medium':{'height':'87px','width':'87px'},'small':{'height':_0x5a26ee(0x164),'width':_0x5a26ee(0x164)},'xsmall':{'height':'76px','width':_0x5a26ee(0x14c)},'xxsmall':{'height':_0x5a26ee(0x14a),'width':'58px'},'xxxsmall':{'height':'40px','width':'40px'},'xxxxsmall':{'height':_0x5a26ee(0x132),'width':_0x5a26ee(0x132)}},'toolBarNavBarIcons':{'large':{'height':'44px','width':_0x5a26ee(0x134)},'small':{'height':'22px','width':'22px'}},'tabBarIcons':{'large':{'height':_0x5a26ee(0x125),'width':'50px'},'small':{'height':'25px','width':'25px'}},'appleWatchNotificationCenterIcons':{'large':{'height':_0x5a26ee(0x16d),'width':_0x5a26ee(0x16d)},'small':{'height':'29px','width':_0x5a26ee(0x132)}},'appleWatchLongLookNotificationIcons':{'largeWatch':{'height':'196px','width':_0x5a26ee(0x14d)},'smallWatch':{'height':_0x5a26ee(0x142),'width':'172px'}}},'appleWatchMenuIcons':{'largeWatch':{'height':'80px','width':'80px'},'smallWatch':{'height':_0x5a26ee(0x14b),'width':'70px'}},'appleWatchCompanionIcons':{'large':{'height':_0x5a26ee(0x15b),'width':_0x5a26ee(0x15b)},'small':{'height':'58px','width':_0x5a26ee(0x14a)}}};export{O as MOBILE_PLATFORM_MEDIA_SIZES,p as MOBILE_PLATFORM_TYPES,i as SOCIAL_MEDIA_POST_SIZES,E as SOCIAL_MEDIA_POST_TYPES};
@@ -0,0 +1,7 @@
1
+ declare enum USER_ROLES {
2
+ ADMIN = "Admin",
3
+ MANAGER = "Manager",
4
+ USER = "User"
5
+ }
6
+
7
+ export { USER_ROLES };
@@ -1 +1 @@
1
- var a=Object.defineProperty;var N=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var i=(A,e)=>{for(var M in e)a(A,M,{get:e[M],enumerable:!0})},o=(A,e,M,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of d(e))!g.call(A,r)&&r!==M&&a(A,r,{get:()=>e[r],enumerable:!(n=N(e,r))||n.enumerable});return A};var p=A=>o(a({},"__esModule",{value:!0}),A);var s={};i(s,{USER_ROLES:()=>m});module.exports=p(s);var m=(n=>(n.ADMIN="Admin",n.MANAGER="Manager",n.USER="User",n))(m||{});0&&(module.exports={USER_ROLES});
1
+ var _0x497f2d=_0x33fa;(function(_0x4fd97f,_0x18ede3){var _0x1fbdc1=_0x33fa,_0x3e5ed8=_0x4fd97f();while(!![]){try{var _0x383e7b=parseInt(_0x1fbdc1(0x1a5))/0x1*(parseInt(_0x1fbdc1(0x1a1))/0x2)+parseInt(_0x1fbdc1(0x1bb))/0x3*(-parseInt(_0x1fbdc1(0x1c0))/0x4)+parseInt(_0x1fbdc1(0x1bf))/0x5+-parseInt(_0x1fbdc1(0x1b5))/0x6+parseInt(_0x1fbdc1(0x1ac))/0x7+-parseInt(_0x1fbdc1(0x1b3))/0x8+parseInt(_0x1fbdc1(0x1b9))/0x9*(-parseInt(_0x1fbdc1(0x1bc))/0xa);if(_0x383e7b===_0x18ede3)break;else _0x3e5ed8['push'](_0x3e5ed8['shift']());}catch(_0x1b3c86){_0x3e5ed8['push'](_0x3e5ed8['shift']());}}}(_0x128a,0x9e06f));var _0x1745ab=(function(){var _0x585115=!![];return function(_0x1236c4,_0x5674e7){var _0x3848b7=_0x585115?function(){var _0x97f606=_0x33fa;if(_0x5674e7){var _0x50b930=_0x5674e7[_0x97f606(0x1ae)](_0x1236c4,arguments);return _0x5674e7=null,_0x50b930;}}:function(){};return _0x585115=![],_0x3848b7;};}()),_0x903f1d=_0x1745ab(this,function(){var _0x4c5a1a=_0x33fa,_0x1a4287=function(){var _0x3f0726=_0x33fa,_0x20a8c6;try{_0x20a8c6=Function(_0x3f0726(0x1ab)+_0x3f0726(0x1b1)+');')();}catch(_0x20e5c4){_0x20a8c6=window;}return _0x20a8c6;},_0x29faaa=_0x1a4287(),_0x123d70=_0x29faaa[_0x4c5a1a(0x1be)]=_0x29faaa['console']||{},_0x2b243d=['log',_0x4c5a1a(0x1a6),_0x4c5a1a(0x1b0),_0x4c5a1a(0x1a3),_0x4c5a1a(0x1ba),'table',_0x4c5a1a(0x1aa)];for(var _0x3d5fe6=0x0;_0x3d5fe6<_0x2b243d[_0x4c5a1a(0x1b4)];_0x3d5fe6++){var _0x326e43=_0x1745ab['constructor']['prototype']['bind'](_0x1745ab),_0x14e05b=_0x2b243d[_0x3d5fe6],_0x48229f=_0x123d70[_0x14e05b]||_0x326e43;_0x326e43[_0x4c5a1a(0x1a2)]=_0x1745ab['bind'](_0x1745ab),_0x326e43['toString']=_0x48229f[_0x4c5a1a(0x1b8)]['bind'](_0x48229f),_0x123d70[_0x14e05b]=_0x326e43;}});_0x903f1d();function _0x128a(){var _0xf803ca=['function','console','3838150zLJLIq','97896rmblRr','object','1506734OKtECw','__proto__','error','getOwnPropertyNames','1CKnGKX','warn','hasOwnProperty','exports','ADMIN','trace','return\x20(function()\x20','4551932YOLvoy','defineProperty','apply','enumerable','info','{}.constructor(\x22return\x20this\x22)(\x20)','Admin','610648jpUFqK','length','696630HuWdFc','prototype','MANAGER','toString','738279sdglCM','exception','123cubXrH','40GVDtef'];_0x128a=function(){return _0xf803ca;};return _0x128a();}var a=Object[_0x497f2d(0x1ad)],N=Object['getOwnPropertyDescriptor'],d=Object[_0x497f2d(0x1a4)],g=Object[_0x497f2d(0x1b6)][_0x497f2d(0x1a7)],i=(_0x512fc2,_0x50ca5d)=>{for(var _0x41b4dd in _0x50ca5d)a(_0x512fc2,_0x41b4dd,{'get':_0x50ca5d[_0x41b4dd],'enumerable':!0x0});},o=(_0x1d669c,_0x4a0293,_0xa5d0b7,_0x1901f7)=>{var _0x5b23f3=_0x497f2d;if(_0x4a0293&&typeof _0x4a0293==_0x5b23f3(0x1a0)||typeof _0x4a0293==_0x5b23f3(0x1bd)){for(let _0x2a24b2 of d(_0x4a0293))!g['call'](_0x1d669c,_0x2a24b2)&&_0x2a24b2!==_0xa5d0b7&&a(_0x1d669c,_0x2a24b2,{'get':()=>_0x4a0293[_0x2a24b2],'enumerable':!(_0x1901f7=N(_0x4a0293,_0x2a24b2))||_0x1901f7[_0x5b23f3(0x1af)]});}return _0x1d669c;},p=_0x413498=>o(a({},'__esModule',{'value':!0x0}),_0x413498),s={};i(s,{'USER_ROLES':()=>m}),module[_0x497f2d(0x1a8)]=p(s);var m=(_0x8bf151=>(_0x8bf151[_0x497f2d(0x1a9)]=_0x497f2d(0x1b2),_0x8bf151[_0x497f2d(0x1b7)]='Manager',_0x8bf151['USER']='User',_0x8bf151))(m||{});function _0x33fa(_0x273241,_0x5c0143){_0x273241=_0x273241-0x1a0;var _0x839c2b=_0x128a();var _0x903f1d=_0x839c2b[_0x273241];return _0x903f1d;}0x0&&(module['exports']={'USER_ROLES':USER_ROLES});
@@ -0,0 +1 @@
1
+ var _0x735aeb=_0xbed1;function _0x25be(){var _0x9558c5=['170WUJVLw','70719ejxfkU','3180rkcqsF','apply','Manager','bind','log','160iICZji','214waojTj','console','info','Admin','297032KbhFWb','26FkMHRM','3807192aMsXZV','3503KZmbZy','241402DTmNgc','warn','2127852MzGfcP','prototype','27tebCVe','__proto__','toString','3lTaPqL'];_0x25be=function(){return _0x9558c5;};return _0x25be();}(function(_0x3e169a,_0x29a0f9){var _0x56d17a=_0xbed1,_0x1c9144=_0x3e169a();while(!![]){try{var _0x1da55c=-parseInt(_0x56d17a(0x19e))/0x1*(-parseInt(_0x56d17a(0x197))/0x2)+parseInt(_0x56d17a(0x1a6))/0x3*(parseInt(_0x56d17a(0x1a1))/0x4)+parseInt(_0x56d17a(0x196))/0x5*(-parseInt(_0x56d17a(0x1a9))/0x6)+parseInt(_0x56d17a(0x19f))/0x7+parseInt(_0x56d17a(0x19b))/0x8*(-parseInt(_0x56d17a(0x1a3))/0x9)+-parseInt(_0x56d17a(0x1a7))/0xa*(-parseInt(_0x56d17a(0x1a8))/0xb)+parseInt(_0x56d17a(0x19d))/0xc*(-parseInt(_0x56d17a(0x19c))/0xd);if(_0x1da55c===_0x29a0f9)break;else _0x1c9144['push'](_0x1c9144['shift']());}catch(_0x3f45cd){_0x1c9144['push'](_0x1c9144['shift']());}}}(_0x25be,0x463c4));var _0x279578=(function(){var _0x3f12af=!![];return function(_0x5b95a9,_0x3e8fdb){var _0x365db1=_0x3f12af?function(){var _0x4ad31f=_0xbed1;if(_0x3e8fdb){var _0x5502a0=_0x3e8fdb[_0x4ad31f(0x1aa)](_0x5b95a9,arguments);return _0x3e8fdb=null,_0x5502a0;}}:function(){};return _0x3f12af=![],_0x365db1;};}()),_0x536b59=_0x279578(this,function(){var _0x28ade7=_0xbed1,_0x4ac9b9=function(){var _0x2e9223;try{_0x2e9223=Function('return\x20(function()\x20'+'{}.constructor(\x22return\x20this\x22)(\x20)'+');')();}catch(_0x423116){_0x2e9223=window;}return _0x2e9223;},_0xe5a433=_0x4ac9b9(),_0x35b995=_0xe5a433[_0x28ade7(0x198)]=_0xe5a433[_0x28ade7(0x198)]||{},_0x337bfd=[_0x28ade7(0x1ad),_0x28ade7(0x1a0),_0x28ade7(0x199),'error','exception','table','trace'];for(var _0x2bed55=0x0;_0x2bed55<_0x337bfd['length'];_0x2bed55++){var _0x5131c0=_0x279578['constructor'][_0x28ade7(0x1a2)][_0x28ade7(0x1ac)](_0x279578),_0x137af3=_0x337bfd[_0x2bed55],_0x278292=_0x35b995[_0x137af3]||_0x5131c0;_0x5131c0[_0x28ade7(0x1a4)]=_0x279578[_0x28ade7(0x1ac)](_0x279578),_0x5131c0[_0x28ade7(0x1a5)]=_0x278292['toString'][_0x28ade7(0x1ac)](_0x278292),_0x35b995[_0x137af3]=_0x5131c0;}});_0x536b59();var A=(_0xfcb753=>(_0xfcb753['ADMIN']=_0x735aeb(0x19a),_0xfcb753['MANAGER']=_0x735aeb(0x1ab),_0xfcb753['USER']='User',_0xfcb753))(A||{});function _0xbed1(_0xd44e20,_0x523b15){_0xd44e20=_0xd44e20-0x196;var _0x4ce668=_0x25be();var _0x536b59=_0x4ce668[_0xd44e20];return _0x536b59;}export{A as USER_ROLES};
@@ -0,0 +1,78 @@
1
+ import React, { FC } from 'react';
2
+ import { TableColumn, HeaderAction, COMPONENT_TYPE, RowAction } from '@appcorp/shadcn/components/enhanced-table';
3
+
4
+ /**
5
+ * Generic Component Factory
6
+ *
7
+ * Reusable UI components for CRUD modules with customizable configuration.
8
+ * Generates tables, forms, drawers, and other common UI patterns.
9
+ */
10
+
11
+ declare const DRAWER_TYPES: {
12
+ FORM_DRAWER: string;
13
+ FILTER_DRAWER: string;
14
+ VIEW_DRAWER: string;
15
+ MORE_ACTIONS_DRAWER: string;
16
+ };
17
+ interface ComponentConfig {
18
+ cancelLabel?: string;
19
+ drawerDescription?: string;
20
+ drawerFormTitle: string;
21
+ drawerFormDescription: string;
22
+ drawerViewTitle: string;
23
+ drawerViewDescription: string;
24
+ drawerFilterTitle: string;
25
+ drawerFilterDescription: string;
26
+ drawerMoreActionsTitle: string;
27
+ drawerMoreActionsDescription: string;
28
+ filterContent: React.ReactNode;
29
+ filterDrawerValue?: string;
30
+ formContent: React.ReactNode;
31
+ formDrawerValue?: string;
32
+ moduleName: string;
33
+ moreActionsContent: React.ReactNode;
34
+ numberOfFilters?: number;
35
+ onClearFilters: () => void;
36
+ saveLabel?: string;
37
+ searchPlaceholder: string;
38
+ size?: 'small' | 'medium' | 'large' | 'full';
39
+ tableColumns: TableColumn[];
40
+ tableDescription: string;
41
+ tableTitle: string;
42
+ viewContent: React.ReactNode;
43
+ viewDrawerValue?: string;
44
+ }
45
+ interface TableBodyCol {
46
+ key?: string | string[];
47
+ componentType: COMPONENT_TYPE | string;
48
+ textFormatter?: (value: unknown, row: unknown) => React.ReactNode;
49
+ }
50
+ interface GenericTableProps {
51
+ config: ComponentConfig;
52
+ context: any;
53
+ headerActions?: HeaderAction[];
54
+ iconMap?: Record<string, any>;
55
+ rowActions?: any[];
56
+ tableBodyCols: TableBodyCol[];
57
+ }
58
+ declare const GenericTable: FC<GenericTableProps>;
59
+ interface GenericDrawerProps {
60
+ config: ComponentConfig;
61
+ context: any;
62
+ formContent?: React.ReactNode;
63
+ viewContent?: React.ReactNode;
64
+ filterContent?: React.ReactNode;
65
+ moreActionsContent?: React.ReactNode;
66
+ }
67
+ declare const GenericDrawer: FC<GenericDrawerProps>;
68
+ interface GenericModulePageProps {
69
+ context: any;
70
+ headerActions?: HeaderAction[];
71
+ iconMap?: Record<string, any>;
72
+ overrideConfig: ComponentConfig;
73
+ rowActions?: RowAction[];
74
+ tableBodyCols: TableBodyCol[];
75
+ }
76
+ declare const createGenericModulePage: () => React.FC<GenericModulePageProps>;
77
+
78
+ export { type ComponentConfig, DRAWER_TYPES, GenericDrawer, GenericTable, type TableBodyCol, createGenericModulePage };