@cleavelandprice/ngx-lib 4.4.13 → 4.4.15

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 (360) hide show
  1. package/README.md +5 -5
  2. package/active-directory/index.d.ts +120 -5
  3. package/active-directory/material/index.d.ts +161 -5
  4. package/authentication/index.d.ts +57 -5
  5. package/authentication/material/index.d.ts +81 -5
  6. package/authentication/object/index.d.ts +37 -5
  7. package/authentication/token/index.d.ts +60 -5
  8. package/dialog/index.d.ts +106 -5
  9. package/fesm2022/cleavelandprice-ngx-lib-active-directory-material.mjs +17 -17
  10. package/fesm2022/cleavelandprice-ngx-lib-active-directory-material.mjs.map +1 -1
  11. package/fesm2022/cleavelandprice-ngx-lib-active-directory.mjs +8 -8
  12. package/fesm2022/cleavelandprice-ngx-lib-active-directory.mjs.map +1 -1
  13. package/fesm2022/cleavelandprice-ngx-lib-authentication-material.mjs +18 -18
  14. package/fesm2022/cleavelandprice-ngx-lib-authentication-material.mjs.map +1 -1
  15. package/fesm2022/cleavelandprice-ngx-lib-authentication-object.mjs +8 -8
  16. package/fesm2022/cleavelandprice-ngx-lib-authentication-object.mjs.map +1 -1
  17. package/fesm2022/cleavelandprice-ngx-lib-authentication-token.mjs +8 -8
  18. package/fesm2022/cleavelandprice-ngx-lib-authentication-token.mjs.map +1 -1
  19. package/fesm2022/cleavelandprice-ngx-lib-authentication.mjs +5 -5
  20. package/fesm2022/cleavelandprice-ngx-lib-authentication.mjs.map +1 -1
  21. package/fesm2022/cleavelandprice-ngx-lib-dialog.mjs +27 -27
  22. package/fesm2022/cleavelandprice-ngx-lib-dialog.mjs.map +1 -1
  23. package/fesm2022/cleavelandprice-ngx-lib-msgraph.mjs +5 -5
  24. package/fesm2022/cleavelandprice-ngx-lib-msgraph.mjs.map +1 -1
  25. package/fesm2022/cleavelandprice-ngx-lib-quill-mention.mjs +12 -12
  26. package/fesm2022/cleavelandprice-ngx-lib-quill-mention.mjs.map +1 -1
  27. package/fesm2022/cleavelandprice-ngx-lib-quill.mjs +32 -32
  28. package/fesm2022/cleavelandprice-ngx-lib-quill.mjs.map +1 -1
  29. package/fesm2022/cleavelandprice-ngx-lib-sharepoint.mjs +18 -18
  30. package/fesm2022/cleavelandprice-ngx-lib-sharepoint.mjs.map +1 -1
  31. package/fesm2022/cleavelandprice-ngx-lib-table.mjs +54 -29
  32. package/fesm2022/cleavelandprice-ngx-lib-table.mjs.map +1 -1
  33. package/fesm2022/cleavelandprice-ngx-lib-upload.mjs +15 -15
  34. package/fesm2022/cleavelandprice-ngx-lib-upload.mjs.map +1 -1
  35. package/fesm2022/cleavelandprice-ngx-lib-url-utilities.mjs +13 -13
  36. package/fesm2022/cleavelandprice-ngx-lib-url-utilities.mjs.map +1 -1
  37. package/fesm2022/cleavelandprice-ngx-lib.mjs +8 -8
  38. package/fesm2022/cleavelandprice-ngx-lib.mjs.map +1 -1
  39. package/index.d.ts +91 -5
  40. package/msgraph/index.d.ts +211 -5
  41. package/package.json +3 -33
  42. package/quill/index.d.ts +200 -5
  43. package/quill/mention/index.d.ts +33 -5
  44. package/sharepoint/index.d.ts +138 -5
  45. package/table/index.d.ts +146 -5
  46. package/upload/index.d.ts +135 -5
  47. package/url-utilities/index.d.ts +35 -5
  48. package/active-directory/active-directory.api.d.ts +0 -10
  49. package/active-directory/active-directory.module.d.ts +0 -11
  50. package/active-directory/material/components/user-chooser/user-chooser.component.d.ts +0 -58
  51. package/active-directory/material/components/user-form-field/user-form-field.component.d.ts +0 -27
  52. package/active-directory/material/mat-active-directory.api.d.ts +0 -10
  53. package/active-directory/material/mat-active-directory.module.d.ts +0 -25
  54. package/active-directory/material/model/default-user-chooser-data.d.ts +0 -2
  55. package/active-directory/material/model/default-user-chooser-filter-options.d.ts +0 -2
  56. package/active-directory/material/model/selectable-group.d.ts +0 -4
  57. package/active-directory/material/model/selectable-user.d.ts +0 -5
  58. package/active-directory/material/model/user-chooser-data.d.ts +0 -25
  59. package/active-directory/material/model/user-chooser-filter-options.d.ts +0 -7
  60. package/active-directory/material/model/user-chooser-mode.d.ts +0 -4
  61. package/active-directory/material/model/user-chooser-pre-processing-group.d.ts +0 -6
  62. package/active-directory/model/active-directory-service-options-token.d.ts +0 -3
  63. package/active-directory/model/active-directory-service-options.d.ts +0 -5
  64. package/active-directory/model/ad-object-with-children.d.ts +0 -4
  65. package/active-directory/model/ad-object.d.ts +0 -13
  66. package/active-directory/model/cache-object.d.ts +0 -5
  67. package/active-directory/model/cleaveland-price-user.d.ts +0 -19
  68. package/active-directory/model/group.d.ts +0 -7
  69. package/active-directory/model/user-or-group.d.ts +0 -7
  70. package/active-directory/model/user.d.ts +0 -23
  71. package/active-directory/services/active-directory.service.d.ts +0 -31
  72. package/authentication/authentication.api.d.ts +0 -6
  73. package/authentication/authentication.base.module.d.ts +0 -11
  74. package/authentication/material/components/login/login.component.d.ts +0 -14
  75. package/authentication/material/components/login-form/login-form.component.d.ts +0 -27
  76. package/authentication/material/mat-authentication.api.d.ts +0 -7
  77. package/authentication/material/mat-authentication.module.d.ts +0 -21
  78. package/authentication/material/model/login-form-data.d.ts +0 -4
  79. package/authentication/material/model/mat-authentication-service-options-token.d.ts +0 -3
  80. package/authentication/material/model/mat-authentication-service-options.d.ts +0 -4
  81. package/authentication/material/services/mat-authentication.service.d.ts +0 -11
  82. package/authentication/model/abstract-authentication-service.d.ts +0 -16
  83. package/authentication/model/authenticated-user.d.ts +0 -9
  84. package/authentication/model/authentication-request.d.ts +0 -8
  85. package/authentication/model/authentication-service-options-token.d.ts +0 -3
  86. package/authentication/model/authentication-service-options.d.ts +0 -6
  87. package/authentication/object/authentication-object.api.d.ts +0 -3
  88. package/authentication/object/authentication-object.module.d.ts +0 -11
  89. package/authentication/object/services/authentication-object.service.d.ts +0 -24
  90. package/authentication/token/authentication-token.api.d.ts +0 -5
  91. package/authentication/token/authetiction-token.module.d.ts +0 -11
  92. package/authentication/token/model/authentication-token-service-options-token.d.ts +0 -3
  93. package/authentication/token/model/authentication-token-service-options.d.ts +0 -4
  94. package/authentication/token/model/authentication-token.d.ts +0 -17
  95. package/authentication/token/services/authentication-token.service.d.ts +0 -24
  96. package/dialog/components/base/base.component.d.ts +0 -23
  97. package/dialog/components/choice/choice.component.d.ts +0 -13
  98. package/dialog/components/confirmation/confirmation.component.d.ts +0 -13
  99. package/dialog/components/input/input.component.d.ts +0 -13
  100. package/dialog/components/message/message.component.d.ts +0 -13
  101. package/dialog/dialog.api.d.ts +0 -9
  102. package/dialog/dialog.module.d.ts +0 -18
  103. package/dialog/model/confirmation-dialog-mode.d.ts +0 -6
  104. package/dialog/model/dialog-base-data.d.ts +0 -10
  105. package/dialog/model/dialog-choice-data.d.ts +0 -4
  106. package/dialog/model/dialog-type.d.ts +0 -6
  107. package/esm2022/active-directory/active-directory.api.mjs +0 -11
  108. package/esm2022/active-directory/active-directory.module.mjs +0 -40
  109. package/esm2022/active-directory/cleavelandprice-ngx-lib-active-directory.mjs +0 -5
  110. package/esm2022/active-directory/material/cleavelandprice-ngx-lib-active-directory-material.mjs +0 -5
  111. package/esm2022/active-directory/material/components/user-chooser/user-chooser.component.mjs +0 -437
  112. package/esm2022/active-directory/material/components/user-form-field/user-form-field.component.mjs +0 -159
  113. package/esm2022/active-directory/material/mat-active-directory.api.mjs +0 -11
  114. package/esm2022/active-directory/material/mat-active-directory.module.mjs +0 -100
  115. package/esm2022/active-directory/material/model/default-user-chooser-data.mjs +0 -15
  116. package/esm2022/active-directory/material/model/default-user-chooser-filter-options.mjs +0 -8
  117. package/esm2022/active-directory/material/model/selectable-group.mjs +0 -2
  118. package/esm2022/active-directory/material/model/selectable-user.mjs +0 -2
  119. package/esm2022/active-directory/material/model/user-chooser-data.mjs +0 -2
  120. package/esm2022/active-directory/material/model/user-chooser-filter-options.mjs +0 -3
  121. package/esm2022/active-directory/material/model/user-chooser-mode.mjs +0 -6
  122. package/esm2022/active-directory/material/model/user-chooser-pre-processing-group.mjs +0 -3
  123. package/esm2022/active-directory/model/active-directory-service-options-token.mjs +0 -3
  124. package/esm2022/active-directory/model/active-directory-service-options.mjs +0 -2
  125. package/esm2022/active-directory/model/ad-object-with-children.mjs +0 -2
  126. package/esm2022/active-directory/model/ad-object.mjs +0 -2
  127. package/esm2022/active-directory/model/cache-object.mjs +0 -3
  128. package/esm2022/active-directory/model/cleaveland-price-user.mjs +0 -2
  129. package/esm2022/active-directory/model/group.mjs +0 -2
  130. package/esm2022/active-directory/model/user-or-group.mjs +0 -2
  131. package/esm2022/active-directory/model/user.mjs +0 -2
  132. package/esm2022/active-directory/services/active-directory.service.mjs +0 -131
  133. package/esm2022/authentication/authentication.api.mjs +0 -7
  134. package/esm2022/authentication/authentication.base.module.mjs +0 -40
  135. package/esm2022/authentication/cleavelandprice-ngx-lib-authentication.mjs +0 -5
  136. package/esm2022/authentication/material/cleavelandprice-ngx-lib-authentication-material.mjs +0 -5
  137. package/esm2022/authentication/material/components/login/login.component.mjs +0 -49
  138. package/esm2022/authentication/material/components/login-form/login-form.component.mjs +0 -82
  139. package/esm2022/authentication/material/mat-authentication.api.mjs +0 -8
  140. package/esm2022/authentication/material/mat-authentication.module.mjs +0 -84
  141. package/esm2022/authentication/material/model/login-form-data.mjs +0 -2
  142. package/esm2022/authentication/material/model/mat-authentication-service-options-token.mjs +0 -3
  143. package/esm2022/authentication/material/model/mat-authentication-service-options.mjs +0 -2
  144. package/esm2022/authentication/material/services/mat-authentication.service.mjs +0 -67
  145. package/esm2022/authentication/model/abstract-authentication-service.mjs +0 -2
  146. package/esm2022/authentication/model/authenticated-user.mjs +0 -2
  147. package/esm2022/authentication/model/authentication-request.mjs +0 -2
  148. package/esm2022/authentication/model/authentication-service-options-token.mjs +0 -3
  149. package/esm2022/authentication/model/authentication-service-options.mjs +0 -2
  150. package/esm2022/authentication/object/authentication-object.api.mjs +0 -6
  151. package/esm2022/authentication/object/authentication-object.module.mjs +0 -40
  152. package/esm2022/authentication/object/cleavelandprice-ngx-lib-authentication-object.mjs +0 -5
  153. package/esm2022/authentication/object/services/authentication-object.service.mjs +0 -129
  154. package/esm2022/authentication/token/authentication-token.api.mjs +0 -6
  155. package/esm2022/authentication/token/authetiction-token.module.mjs +0 -40
  156. package/esm2022/authentication/token/cleavelandprice-ngx-lib-authentication-token.mjs +0 -5
  157. package/esm2022/authentication/token/model/authentication-token-service-options-token.mjs +0 -3
  158. package/esm2022/authentication/token/model/authentication-token-service-options.mjs +0 -2
  159. package/esm2022/authentication/token/model/authentication-token.mjs +0 -2
  160. package/esm2022/authentication/token/services/authentication-token.service.mjs +0 -138
  161. package/esm2022/cleavelandprice-ngx-lib.mjs +0 -5
  162. package/esm2022/dialog/cleavelandprice-ngx-lib-dialog.mjs +0 -5
  163. package/esm2022/dialog/components/base/base.component.mjs +0 -102
  164. package/esm2022/dialog/components/choice/choice.component.mjs +0 -21
  165. package/esm2022/dialog/components/confirmation/confirmation.component.mjs +0 -21
  166. package/esm2022/dialog/components/input/input.component.mjs +0 -21
  167. package/esm2022/dialog/components/message/message.component.mjs +0 -21
  168. package/esm2022/dialog/dialog.api.mjs +0 -20
  169. package/esm2022/dialog/dialog.module.mjs +0 -73
  170. package/esm2022/dialog/model/confirmation-dialog-mode.mjs +0 -8
  171. package/esm2022/dialog/model/dialog-base-data.mjs +0 -2
  172. package/esm2022/dialog/model/dialog-choice-data.mjs +0 -2
  173. package/esm2022/dialog/model/dialog-type.mjs +0 -8
  174. package/esm2022/lib/model/app-path-config.mjs +0 -2
  175. package/esm2022/lib/model/app-type.mjs +0 -2
  176. package/esm2022/lib/model/app.mjs +0 -2
  177. package/esm2022/lib/model/caching-config.mjs +0 -2
  178. package/esm2022/lib/model/credentials.mjs +0 -2
  179. package/esm2022/lib/model/logging-config.mjs +0 -2
  180. package/esm2022/lib/model/service-options-token.mjs +0 -3
  181. package/esm2022/lib/model/service-options.mjs +0 -2
  182. package/esm2022/lib/ngx-lib.module.mjs +0 -37
  183. package/esm2022/lib/services/app-path-config.service.mjs +0 -50
  184. package/esm2022/lib/services/service-base.mjs +0 -26
  185. package/esm2022/msgraph/cleavelandprice-ngx-lib-msgraph.mjs +0 -5
  186. package/esm2022/msgraph/model/address.mjs +0 -2
  187. package/esm2022/msgraph/model/attendee.mjs +0 -2
  188. package/esm2022/msgraph/model/bulk-calendar-events.mjs +0 -2
  189. package/esm2022/msgraph/model/bulk-calendar-request.mjs +0 -2
  190. package/esm2022/msgraph/model/calendar-event.mjs +0 -2
  191. package/esm2022/msgraph/model/coordinates.mjs +0 -2
  192. package/esm2022/msgraph/model/email-address.mjs +0 -2
  193. package/esm2022/msgraph/model/location.mjs +0 -2
  194. package/esm2022/msgraph/model/online-meeting-info.mjs +0 -2
  195. package/esm2022/msgraph/model/patterned-recurrence.mjs +0 -2
  196. package/esm2022/msgraph/model/phone.mjs +0 -2
  197. package/esm2022/msgraph/model/recipient.mjs +0 -2
  198. package/esm2022/msgraph/model/recurrence-pattern.mjs +0 -2
  199. package/esm2022/msgraph/model/recurrence-range.mjs +0 -2
  200. package/esm2022/msgraph/model/response-status.mjs +0 -2
  201. package/esm2022/msgraph/model/room.mjs +0 -6
  202. package/esm2022/msgraph/model/user.mjs +0 -132
  203. package/esm2022/msgraph/msgraph.api.mjs +0 -19
  204. package/esm2022/msgraph/msgraph.module.mjs +0 -27
  205. package/esm2022/public_api.mjs +0 -15
  206. package/esm2022/quill/cleavelandprice-ngx-lib-quill.mjs +0 -5
  207. package/esm2022/quill/components/editor/editor.component.mjs +0 -282
  208. package/esm2022/quill/components/raw/raw.component.mjs +0 -30
  209. package/esm2022/quill/mention/cleavelandprice-ngx-lib-quill-mention.mjs +0 -5
  210. package/esm2022/quill/mention/components/editor/editor.component.mjs +0 -151
  211. package/esm2022/quill/mention/model/dialog-data.mjs +0 -2
  212. package/esm2022/quill/mention/quill-mention.api.mjs +0 -9
  213. package/esm2022/quill/mention/quill-mention.module.mjs +0 -65
  214. package/esm2022/quill/model/buttons.mjs +0 -3
  215. package/esm2022/quill/model/config.mjs +0 -3
  216. package/esm2022/quill/model/default-buttons.mjs +0 -50
  217. package/esm2022/quill/model/default-config.mjs +0 -28
  218. package/esm2022/quill/model/default-icons.mjs +0 -7
  219. package/esm2022/quill/model/default-tooltips.mjs +0 -53
  220. package/esm2022/quill/model/dialog-data.mjs +0 -2
  221. package/esm2022/quill/model/icons.mjs +0 -3
  222. package/esm2022/quill/model/tooltips.mjs +0 -3
  223. package/esm2022/quill/quill.api.mjs +0 -13
  224. package/esm2022/quill/quill.module.mjs +0 -75
  225. package/esm2022/sharepoint/cleavelandprice-ngx-lib-sharepoint.mjs +0 -5
  226. package/esm2022/sharepoint/components/user-photo/user-photo.component.mjs +0 -40
  227. package/esm2022/sharepoint/default-credentials.mjs +0 -6
  228. package/esm2022/sharepoint/model/base-item.mjs +0 -2
  229. package/esm2022/sharepoint/model/base-request-credential.mjs +0 -2
  230. package/esm2022/sharepoint/model/base-request.mjs +0 -2
  231. package/esm2022/sharepoint/model/cache-object.mjs +0 -3
  232. package/esm2022/sharepoint/model/file-request.mjs +0 -2
  233. package/esm2022/sharepoint/model/folder-request.mjs +0 -2
  234. package/esm2022/sharepoint/model/list-item.mjs +0 -2
  235. package/esm2022/sharepoint/model/list-items-request.mjs +0 -2
  236. package/esm2022/sharepoint/model/photo-item.mjs +0 -2
  237. package/esm2022/sharepoint/model/sharepoint-service-options.mjs +0 -3
  238. package/esm2022/sharepoint/model/uri-request.mjs +0 -2
  239. package/esm2022/sharepoint/model/user-request.mjs +0 -2
  240. package/esm2022/sharepoint/model/user.mjs +0 -2
  241. package/esm2022/sharepoint/pipes/user-photo-url.pipe.mjs +0 -37
  242. package/esm2022/sharepoint/services/sharepoint.service.mjs +0 -155
  243. package/esm2022/sharepoint/sharepoint.api.mjs +0 -17
  244. package/esm2022/sharepoint/sharepoint.module.mjs +0 -50
  245. package/esm2022/table/cleavelandprice-ngx-lib-table.mjs +0 -5
  246. package/esm2022/table/components/table/table.component.mjs +0 -141
  247. package/esm2022/table/model/table-column.mjs +0 -2
  248. package/esm2022/table/pipes/decimalPoints.mjs +0 -14
  249. package/esm2022/table/pipes/roundNumber.mjs +0 -14
  250. package/esm2022/table/table.api.mjs +0 -6
  251. package/esm2022/table/table.module.mjs +0 -78
  252. package/esm2022/upload/cleavelandprice-ngx-lib-upload.mjs +0 -5
  253. package/esm2022/upload/components/upload/upload.component.mjs +0 -32
  254. package/esm2022/upload/components/upload-dialog/upload-dialog.component.mjs +0 -98
  255. package/esm2022/upload/model/database-file-info.mjs +0 -2
  256. package/esm2022/upload/model/file-upload-request.mjs +0 -2
  257. package/esm2022/upload/model/filesystem-file-info.mjs +0 -2
  258. package/esm2022/upload/model/msg-file-content.mjs +0 -5
  259. package/esm2022/upload/model/upload-service-options-token.mjs +0 -3
  260. package/esm2022/upload/model/upload-service-options.mjs +0 -3
  261. package/esm2022/upload/model/upload-status.mjs +0 -2
  262. package/esm2022/upload/services/upload.service.mjs +0 -106
  263. package/esm2022/upload/upload.api.mjs +0 -11
  264. package/esm2022/upload/upload.module.mjs +0 -68
  265. package/esm2022/url-utilities/cleavelandprice-ngx-lib-url-utilities.mjs +0 -5
  266. package/esm2022/url-utilities/pipes/safe-resource-url.pipe.mjs +0 -19
  267. package/esm2022/url-utilities/pipes/safe-url.pipe.mjs +0 -19
  268. package/esm2022/url-utilities/pipes/uri-scheme.pipe.mjs +0 -106
  269. package/esm2022/url-utilities/url-utilities.api.mjs +0 -13
  270. package/esm2022/url-utilities/url-utilities.module.mjs +0 -34
  271. package/lib/model/app-path-config.d.ts +0 -10
  272. package/lib/model/app-type.d.ts +0 -5
  273. package/lib/model/app.d.ts +0 -16
  274. package/lib/model/caching-config.d.ts +0 -4
  275. package/lib/model/credentials.d.ts +0 -4
  276. package/lib/model/logging-config.d.ts +0 -6
  277. package/lib/model/service-options-token.d.ts +0 -3
  278. package/lib/model/service-options.d.ts +0 -4
  279. package/lib/ngx-lib.module.d.ts +0 -10
  280. package/lib/services/app-path-config.service.d.ts +0 -18
  281. package/lib/services/service-base.d.ts +0 -7
  282. package/msgraph/model/address.d.ts +0 -7
  283. package/msgraph/model/attendee.d.ts +0 -13
  284. package/msgraph/model/bulk-calendar-events.d.ts +0 -5
  285. package/msgraph/model/bulk-calendar-request.d.ts +0 -3
  286. package/msgraph/model/calendar-event.d.ts +0 -53
  287. package/msgraph/model/coordinates.d.ts +0 -7
  288. package/msgraph/model/email-address.d.ts +0 -4
  289. package/msgraph/model/location.d.ts +0 -12
  290. package/msgraph/model/online-meeting-info.d.ts +0 -9
  291. package/msgraph/model/patterned-recurrence.d.ts +0 -6
  292. package/msgraph/model/phone.d.ts +0 -4
  293. package/msgraph/model/recipient.d.ts +0 -4
  294. package/msgraph/model/recurrence-pattern.d.ts +0 -9
  295. package/msgraph/model/recurrence-range.d.ts +0 -7
  296. package/msgraph/model/response-status.d.ts +0 -4
  297. package/msgraph/model/room.d.ts +0 -22
  298. package/msgraph/model/user.d.ts +0 -29
  299. package/msgraph/msgraph.api.d.ts +0 -18
  300. package/msgraph/msgraph.module.d.ts +0 -8
  301. package/public_api.d.ts +0 -11
  302. package/quill/components/editor/editor.component.d.ts +0 -55
  303. package/quill/components/raw/raw.component.d.ts +0 -6
  304. package/quill/mention/components/editor/editor.component.d.ts +0 -15
  305. package/quill/mention/model/dialog-data.d.ts +0 -5
  306. package/quill/mention/quill-mention.api.d.ts +0 -3
  307. package/quill/mention/quill-mention.module.d.ts +0 -17
  308. package/quill/model/buttons.d.ts +0 -29
  309. package/quill/model/config.d.ts +0 -23
  310. package/quill/model/default-buttons.d.ts +0 -2
  311. package/quill/model/default-config.d.ts +0 -2
  312. package/quill/model/default-icons.d.ts +0 -2
  313. package/quill/model/default-tooltips.d.ts +0 -2
  314. package/quill/model/dialog-data.d.ts +0 -21
  315. package/quill/model/icons.d.ts +0 -6
  316. package/quill/model/tooltips.d.ts +0 -32
  317. package/quill/quill.api.d.ts +0 -12
  318. package/quill/quill.module.d.ts +0 -18
  319. package/sharepoint/components/user-photo/user-photo.component.d.ts +0 -15
  320. package/sharepoint/default-credentials.d.ts +0 -4
  321. package/sharepoint/model/base-item.d.ts +0 -4
  322. package/sharepoint/model/base-request-credential.d.ts +0 -4
  323. package/sharepoint/model/base-request.d.ts +0 -8
  324. package/sharepoint/model/cache-object.d.ts +0 -5
  325. package/sharepoint/model/file-request.d.ts +0 -4
  326. package/sharepoint/model/folder-request.d.ts +0 -4
  327. package/sharepoint/model/list-item.d.ts +0 -10
  328. package/sharepoint/model/list-items-request.d.ts +0 -5
  329. package/sharepoint/model/photo-item.d.ts +0 -11
  330. package/sharepoint/model/sharepoint-service-options.d.ts +0 -19
  331. package/sharepoint/model/uri-request.d.ts +0 -4
  332. package/sharepoint/model/user-request.d.ts +0 -4
  333. package/sharepoint/model/user.d.ts +0 -12
  334. package/sharepoint/pipes/user-photo-url.pipe.d.ts +0 -10
  335. package/sharepoint/services/sharepoint.service.d.ts +0 -20
  336. package/sharepoint/sharepoint.api.d.ts +0 -16
  337. package/sharepoint/sharepoint.module.d.ts +0 -13
  338. package/table/components/table/table.component.d.ts +0 -42
  339. package/table/model/table-column.d.ts +0 -70
  340. package/table/pipes/decimalPoints.d.ts +0 -7
  341. package/table/pipes/roundNumber.d.ts +0 -7
  342. package/table/table.api.d.ts +0 -5
  343. package/table/table.module.d.ts +0 -20
  344. package/upload/components/upload/upload.component.d.ts +0 -10
  345. package/upload/components/upload-dialog/upload-dialog.component.d.ts +0 -25
  346. package/upload/model/database-file-info.d.ts +0 -7
  347. package/upload/model/file-upload-request.d.ts +0 -6
  348. package/upload/model/filesystem-file-info.d.ts +0 -12
  349. package/upload/model/msg-file-content.d.ts +0 -21
  350. package/upload/model/upload-service-options-token.d.ts +0 -3
  351. package/upload/model/upload-service-options.d.ts +0 -14
  352. package/upload/model/upload-status.d.ts +0 -6
  353. package/upload/services/upload.service.d.ts +0 -21
  354. package/upload/upload.api.d.ts +0 -10
  355. package/upload/upload.module.d.ts +0 -17
  356. package/url-utilities/pipes/safe-resource-url.pipe.d.ts +0 -9
  357. package/url-utilities/pipes/safe-url.pipe.d.ts +0 -9
  358. package/url-utilities/pipes/uri-scheme.pipe.d.ts +0 -8
  359. package/url-utilities/url-utilities.api.d.ts +0 -8
  360. package/url-utilities/url-utilities.module.d.ts +0 -10
@@ -1,18 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "@angular/forms";
4
- import * as i3 from "@angular/material/button";
5
- import * as i4 from "@angular/material/checkbox";
6
- import * as i5 from "@angular/material/dialog";
7
- import * as i6 from "@angular/material/form-field";
8
- import * as i7 from "@angular/material/input";
9
- import * as i8 from "./components/base/base.component";
10
- import * as i9 from "./components/choice/choice.component";
11
- import * as i10 from "./components/confirmation/confirmation.component";
12
- import * as i11 from "./components/input/input.component";
13
- import * as i12 from "./components/message/message.component";
14
- export declare class DialogModule {
15
- static ɵfac: i0.ɵɵFactoryDeclaration<DialogModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.MatButtonModule, typeof i4.MatCheckboxModule, typeof i5.MatDialogModule, typeof i6.MatFormFieldModule, typeof i7.MatInputModule, typeof i8.BaseComponent, typeof i9.ChoiceComponent, typeof i10.ConfirmationComponent, typeof i11.InputComponent, typeof i12.MessageComponent], [typeof i8.BaseComponent, typeof i9.ChoiceComponent, typeof i10.ConfirmationComponent, typeof i11.InputComponent, typeof i12.MessageComponent]>;
17
- static ɵinj: i0.ɵɵInjectorDeclaration<DialogModule>;
18
- }
@@ -1,6 +0,0 @@
1
- export declare enum ConfirmationDialogMode {
2
- OkCancel = 0,
3
- YesNo = 1,
4
- TrueFalse = 2,
5
- Custom = 3
6
- }
@@ -1,10 +0,0 @@
1
- import { ConfirmationDialogMode } from "./confirmation-dialog-mode";
2
- export interface DialogBaseData {
3
- customTrueFalseText?: string[];
4
- checkboxMessage?: string;
5
- message?: string;
6
- mode?: ConfirmationDialogMode;
7
- placeholder?: string;
8
- title?: string;
9
- value?: string;
10
- }
@@ -1,4 +0,0 @@
1
- import { DialogBaseData } from "./dialog-base-data";
2
- export interface DialogChoiceData extends DialogBaseData {
3
- choices: string[];
4
- }
@@ -1,6 +0,0 @@
1
- export declare enum DialogType {
2
- Choice = 0,
3
- Confirmation = 1,
4
- Input = 2,
5
- Message = 3
6
- }
@@ -1,11 +0,0 @@
1
- export * from './model/active-directory-service-options';
2
- export * from './model/active-directory-service-options-token';
3
- export * from './model/ad-object';
4
- export * from './model/ad-object-with-children';
5
- export * from './model/cleaveland-price-user';
6
- export * from './model/group';
7
- export * from './model/user';
8
- export * from './model/user-or-group';
9
- export * from './services/active-directory.service';
10
- export * from './active-directory.module';
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aXZlLWRpcmVjdG9yeS5hcGkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jbGVhdmVsYW5kcHJpY2Uvbmd4LWxpYi9hY3RpdmUtZGlyZWN0b3J5L3NyYy9hY3RpdmUtZGlyZWN0b3J5LmFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDBDQUEwQyxDQUFDO0FBQ3pELGNBQWMsZ0RBQWdELENBQUM7QUFDL0QsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyx1QkFBdUIsQ0FBQztBQUV0QyxjQUFjLHFDQUFxQyxDQUFDO0FBRXBELGNBQWMsMkJBQTJCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL21vZGVsL2FjdGl2ZS1kaXJlY3Rvcnktc2VydmljZS1vcHRpb25zJztcclxuZXhwb3J0ICogZnJvbSAnLi9tb2RlbC9hY3RpdmUtZGlyZWN0b3J5LXNlcnZpY2Utb3B0aW9ucy10b2tlbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbW9kZWwvYWQtb2JqZWN0JztcclxuZXhwb3J0ICogZnJvbSAnLi9tb2RlbC9hZC1vYmplY3Qtd2l0aC1jaGlsZHJlbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbW9kZWwvY2xlYXZlbGFuZC1wcmljZS11c2VyJztcclxuZXhwb3J0ICogZnJvbSAnLi9tb2RlbC9ncm91cCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbW9kZWwvdXNlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbW9kZWwvdXNlci1vci1ncm91cCc7XHJcblxyXG5leHBvcnQgKiBmcm9tICcuL3NlcnZpY2VzL2FjdGl2ZS1kaXJlY3Rvcnkuc2VydmljZSc7XHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2FjdGl2ZS1kaXJlY3RvcnkubW9kdWxlJztcclxuXHJcbiJdfQ==
@@ -1,40 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule, Optional, SkipSelf } from '@angular/core';
3
- import { ActiveDirectoryServiceOptionsToken } from './model/active-directory-service-options-token';
4
- import * as i0 from "@angular/core";
5
- export class ActiveDirectoryModule {
6
- static forRoot(config) {
7
- return {
8
- ngModule: ActiveDirectoryModule,
9
- providers: [
10
- {
11
- provide: ActiveDirectoryServiceOptionsToken,
12
- useValue: config
13
- }
14
- ]
15
- };
16
- }
17
- constructor(parentModule) {
18
- if (parentModule) {
19
- throw new Error('ActiveDirectoryModule is already loaded. Import it in the AppModule only');
20
- }
21
- }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ActiveDirectoryModule, deps: [{ token: ActiveDirectoryModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
23
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: ActiveDirectoryModule, imports: [CommonModule] }); }
24
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ActiveDirectoryModule, imports: [CommonModule] }); }
25
- }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ActiveDirectoryModule, decorators: [{
27
- type: NgModule,
28
- args: [{
29
- declarations: [],
30
- imports: [
31
- CommonModule
32
- ],
33
- exports: []
34
- }]
35
- }], ctorParameters: () => [{ type: ActiveDirectoryModule, decorators: [{
36
- type: Optional
37
- }, {
38
- type: SkipSelf
39
- }] }] });
40
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aXZlLWRpcmVjdG9yeS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jbGVhdmVsYW5kcHJpY2Uvbmd4LWxpYi9hY3RpdmUtZGlyZWN0b3J5L3NyYy9hY3RpdmUtZGlyZWN0b3J5Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUF1QixRQUFRLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUdsRixPQUFPLEVBQUUsa0NBQWtDLEVBQUUsTUFBTSxnREFBZ0QsQ0FBQzs7QUFTcEcsTUFBTSxPQUFPLHFCQUFxQjtJQUNoQyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQXFDO1FBQ2xELE9BQU87WUFDTCxRQUFRLEVBQUUscUJBQXFCO1lBQy9CLFNBQVMsRUFBRTtnQkFDVDtvQkFDRSxPQUFPLEVBQUUsa0NBQWtDO29CQUMzQyxRQUFRLEVBQUUsTUFBTTtpQkFDakI7YUFDRjtTQUNGLENBQUM7SUFDSixDQUFDO0lBRUQsWUFBb0MsWUFBbUM7UUFDckUsSUFBSSxZQUFZLEVBQUUsQ0FBQztZQUNqQixNQUFNLElBQUksS0FBSyxDQUNiLDBFQUEwRSxDQUFDLENBQUM7UUFDaEYsQ0FBQztJQUNILENBQUM7OEdBbEJVLHFCQUFxQjsrR0FBckIscUJBQXFCLFlBSjlCLFlBQVk7K0dBSUgscUJBQXFCLFlBSjlCLFlBQVk7OzJGQUlILHFCQUFxQjtrQkFQakMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsRUFBRTtvQkFDaEIsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7b0JBQ0QsT0FBTyxFQUFFLEVBQUU7aUJBQ1o7OzBCQWNjLFFBQVE7OzBCQUFJLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBNb2R1bGVXaXRoUHJvdmlkZXJzLCBOZ01vZHVsZSwgT3B0aW9uYWwsIFNraXBTZWxmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5pbXBvcnQgeyBBY3RpdmVEaXJlY3RvcnlTZXJ2aWNlT3B0aW9ucyB9IGZyb20gJy4vbW9kZWwvYWN0aXZlLWRpcmVjdG9yeS1zZXJ2aWNlLW9wdGlvbnMnO1xyXG5pbXBvcnQgeyBBY3RpdmVEaXJlY3RvcnlTZXJ2aWNlT3B0aW9uc1Rva2VuIH0gZnJvbSAnLi9tb2RlbC9hY3RpdmUtZGlyZWN0b3J5LXNlcnZpY2Utb3B0aW9ucy10b2tlbic7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW10sXHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29tbW9uTW9kdWxlXHJcbiAgXSxcclxuICBleHBvcnRzOiBbXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQWN0aXZlRGlyZWN0b3J5TW9kdWxlIHtcclxuICBzdGF0aWMgZm9yUm9vdChjb25maWc6IEFjdGl2ZURpcmVjdG9yeVNlcnZpY2VPcHRpb25zKTogTW9kdWxlV2l0aFByb3ZpZGVyczxBY3RpdmVEaXJlY3RvcnlNb2R1bGU+IHtcclxuICAgIHJldHVybiB7XHJcbiAgICAgIG5nTW9kdWxlOiBBY3RpdmVEaXJlY3RvcnlNb2R1bGUsXHJcbiAgICAgIHByb3ZpZGVyczogW1xyXG4gICAgICAgIHtcclxuICAgICAgICAgIHByb3ZpZGU6IEFjdGl2ZURpcmVjdG9yeVNlcnZpY2VPcHRpb25zVG9rZW4sXHJcbiAgICAgICAgICB1c2VWYWx1ZTogY29uZmlnXHJcbiAgICAgICAgfVxyXG4gICAgICBdXHJcbiAgICB9O1xyXG4gIH1cclxuXHJcbiAgY29uc3RydWN0b3IoQE9wdGlvbmFsKCkgQFNraXBTZWxmKCkgcGFyZW50TW9kdWxlOiBBY3RpdmVEaXJlY3RvcnlNb2R1bGUpIHtcclxuICAgIGlmIChwYXJlbnRNb2R1bGUpIHtcclxuICAgICAgdGhyb3cgbmV3IEVycm9yKFxyXG4gICAgICAgICdBY3RpdmVEaXJlY3RvcnlNb2R1bGUgaXMgYWxyZWFkeSBsb2FkZWQuIEltcG9ydCBpdCBpbiB0aGUgQXBwTW9kdWxlIG9ubHknKTtcclxuICAgIH1cclxuICB9XHJcbn1cclxuIl19
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './active-directory.api';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xlYXZlbGFuZHByaWNlLW5neC1saWItYWN0aXZlLWRpcmVjdG9yeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NsZWF2ZWxhbmRwcmljZS9uZ3gtbGliL2FjdGl2ZS1kaXJlY3Rvcnkvc3JjL2NsZWF2ZWxhbmRwcmljZS1uZ3gtbGliLWFjdGl2ZS1kaXJlY3RvcnkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLHdCQUF3QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2FjdGl2ZS1kaXJlY3RvcnkuYXBpJztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './mat-active-directory.api';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xlYXZlbGFuZHByaWNlLW5neC1saWItYWN0aXZlLWRpcmVjdG9yeS1tYXRlcmlhbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NsZWF2ZWxhbmRwcmljZS9uZ3gtbGliL2FjdGl2ZS1kaXJlY3RvcnkvbWF0ZXJpYWwvc3JjL2NsZWF2ZWxhbmRwcmljZS1uZ3gtbGliLWFjdGl2ZS1kaXJlY3RvcnktbWF0ZXJpYWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLDRCQUE0QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL21hdC1hY3RpdmUtZGlyZWN0b3J5LmFwaSc7XG4iXX0=