@deeksha2309/sunbird-collection-editor 8.0.7

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 (204) hide show
  1. package/README.md +24 -0
  2. package/esm2022/lib/collection-editor-cursor.service.mjs +3 -0
  3. package/esm2022/lib/collection-editor-library.component.mjs +16 -0
  4. package/esm2022/lib/collection-editor-library.module.mjs +137 -0
  5. package/esm2022/lib/components/answer/answer.component.mjs +43 -0
  6. package/esm2022/lib/components/asset-browser/asset-browser.component.mjs +325 -0
  7. package/esm2022/lib/components/asset-browser/asset-browser.data.mjs +53 -0
  8. package/esm2022/lib/components/assign-page-number/assign-page-number.component.mjs +191 -0
  9. package/esm2022/lib/components/ckeditor-tool/ckeditor-tool.component.mjs +895 -0
  10. package/esm2022/lib/components/collection-icon/collection-icon.component.mjs +43 -0
  11. package/esm2022/lib/components/contentplayer-page/contentplayer-page.component.mjs +351 -0
  12. package/esm2022/lib/components/csv-upload/csv-upload.component.mjs +178 -0
  13. package/esm2022/lib/components/dialcode/dialcode.component.mjs +182 -0
  14. package/esm2022/lib/components/editor/editor.component.mjs +1125 -0
  15. package/esm2022/lib/components/fancy-tree/fancy-tree.component.mjs +529 -0
  16. package/esm2022/lib/components/header/header.component.mjs +123 -0
  17. package/esm2022/lib/components/library/library.component.mjs +242 -0
  18. package/esm2022/lib/components/library-filter/library-filter.component.mjs +149 -0
  19. package/esm2022/lib/components/library-list/library-list.component.mjs +92 -0
  20. package/esm2022/lib/components/library-player/library-player.component.mjs +62 -0
  21. package/esm2022/lib/components/manage-collaborator/manage-collaborator.component.mjs +256 -0
  22. package/esm2022/lib/components/meta-form/meta-form.component.mjs +377 -0
  23. package/esm2022/lib/components/options/options.component.mjs +144 -0
  24. package/esm2022/lib/components/plain-tree/plain-tree.component.mjs +125 -0
  25. package/esm2022/lib/components/progress-status/progress-status.component.mjs +46 -0
  26. package/esm2022/lib/components/publish-checklist/publish-checklist.component.mjs +67 -0
  27. package/esm2022/lib/components/quality-params-modal/quality-params-modal.component.mjs +52 -0
  28. package/esm2022/lib/components/question/question.component.mjs +1360 -0
  29. package/esm2022/lib/components/quml-player/quml-player.component.mjs +73 -0
  30. package/esm2022/lib/components/qumlplayer-page/qumlplayer-page.component.mjs +84 -0
  31. package/esm2022/lib/components/resource-reorder/resource-reorder.component.mjs +143 -0
  32. package/esm2022/lib/components/skeleton-loader/skeleton-loader.component.mjs +26 -0
  33. package/esm2022/lib/components/template/template.component.mjs +42 -0
  34. package/esm2022/lib/components/term-and-condition/term-and-condition.component.mjs +68 -0
  35. package/esm2022/lib/directives/telemetry-interact/telemetry-interact.directive.mjs +33 -0
  36. package/esm2022/lib/interfaces/McqForm.mjs +29 -0
  37. package/esm2022/lib/interfaces/editor.mjs +2 -0
  38. package/esm2022/lib/interfaces/framework.mjs +2 -0
  39. package/esm2022/lib/interfaces/httpOptions.mjs +2 -0
  40. package/esm2022/lib/interfaces/requestParam.mjs +2 -0
  41. package/esm2022/lib/interfaces/serverResponse.mjs +2 -0
  42. package/esm2022/lib/pipes/sanitize-html.pipe.mjs +20 -0
  43. package/esm2022/lib/services/config/category.config.json +8 -0
  44. package/esm2022/lib/services/config/config.service.mjs +27 -0
  45. package/esm2022/lib/services/config/editor.config.json +31 -0
  46. package/esm2022/lib/services/config/label.config.json +314 -0
  47. package/esm2022/lib/services/config/player.config.json +96 -0
  48. package/esm2022/lib/services/config/url.config.json +69 -0
  49. package/esm2022/lib/services/data/data.service.mjs +192 -0
  50. package/esm2022/lib/services/dialcode/dialcode.service.mjs +309 -0
  51. package/esm2022/lib/services/editor/editor.service.mjs +682 -0
  52. package/esm2022/lib/services/framework/framework.service.mjs +106 -0
  53. package/esm2022/lib/services/helper/helper.service.mjs +160 -0
  54. package/esm2022/lib/services/player/player.service.mjs +99 -0
  55. package/esm2022/lib/services/public-data/public-data.service.mjs +21 -0
  56. package/esm2022/lib/services/question/question.service.mjs +167 -0
  57. package/esm2022/lib/services/telemetry/telemetry.service.mjs +120 -0
  58. package/esm2022/lib/services/toaster/toaster.service.mjs +105 -0
  59. package/esm2022/lib/services/tree/tree.service.mjs +284 -0
  60. package/esm2022/project-sunbird-sunbird-collection-editor.mjs +5 -0
  61. package/esm2022/public-api.mjs +4 -0
  62. package/fesm2022/project-sunbird-sunbird-collection-editor.mjs +10138 -0
  63. package/fesm2022/project-sunbird-sunbird-collection-editor.mjs.map +1 -0
  64. package/index.d.ts +6 -0
  65. package/lib/assets/.gitkeep +0 -0
  66. package/lib/assets/images/MCQ.png +0 -0
  67. package/lib/assets/images/Spin.gif +0 -0
  68. package/lib/assets/images/bulkuploadfile.png +0 -0
  69. package/lib/assets/images/cancel-sign copy.png +0 -0
  70. package/lib/assets/images/cancel-sign.png +0 -0
  71. package/lib/assets/images/emptyResult.svg +1 -0
  72. package/lib/assets/images/icons-rtl.gif +0 -0
  73. package/lib/assets/images/icons.gif +0 -0
  74. package/lib/assets/images/imageicon.svg +16 -0
  75. package/lib/assets/images/imageicon_blue.svg +16 -0
  76. package/lib/assets/images/layoutoneicon.svg +16 -0
  77. package/lib/assets/images/layoutoneicon_blue.svg +16 -0
  78. package/lib/assets/images/layoutthreeicon.svg +18 -0
  79. package/lib/assets/images/layoutthreeicon_blue.svg +18 -0
  80. package/lib/assets/images/layouttwoicon.svg +18 -0
  81. package/lib/assets/images/layouttwoicon_blue.svg +18 -0
  82. package/lib/assets/images/leftalignicon.svg +17 -0
  83. package/lib/assets/images/leftalignicon_blue.svg +17 -0
  84. package/lib/assets/images/loader.gif +0 -0
  85. package/lib/assets/images/loader.svg +1 -0
  86. package/lib/assets/images/loading.gif +0 -0
  87. package/lib/assets/images/middlealignicon.svg +17 -0
  88. package/lib/assets/images/middlealignicon_blue.svg +17 -0
  89. package/lib/assets/images/question_collection.svg +18 -0
  90. package/lib/assets/images/rightalignicon.svg +17 -0
  91. package/lib/assets/images/rightalignicon_blue.svg +17 -0
  92. package/lib/assets/images/vline-rtl.gif +0 -0
  93. package/lib/assets/images/vline.gif +0 -0
  94. package/lib/assets/images/writing.png +0 -0
  95. package/lib/collection-editor-cursor.service.d.ts +5 -0
  96. package/lib/collection-editor-cursor.service.d.ts.map +1 -0
  97. package/lib/collection-editor-library.component.d.ts +9 -0
  98. package/lib/collection-editor-library.component.d.ts.map +1 -0
  99. package/lib/collection-editor-library.module.d.ts +50 -0
  100. package/lib/collection-editor-library.module.d.ts.map +1 -0
  101. package/lib/components/answer/answer.component.d.ts +24 -0
  102. package/lib/components/answer/answer.component.d.ts.map +1 -0
  103. package/lib/components/asset-browser/asset-browser.component.d.ts +81 -0
  104. package/lib/components/asset-browser/asset-browser.component.d.ts.map +1 -0
  105. package/lib/components/asset-browser/asset-browser.data.d.ts +52 -0
  106. package/lib/components/asset-browser/asset-browser.data.d.ts.map +1 -0
  107. package/lib/components/assign-page-number/assign-page-number.component.d.ts +38 -0
  108. package/lib/components/assign-page-number/assign-page-number.component.d.ts.map +1 -0
  109. package/lib/components/ckeditor-tool/ckeditor-tool.component.d.ts +161 -0
  110. package/lib/components/ckeditor-tool/ckeditor-tool.component.d.ts.map +1 -0
  111. package/lib/components/collection-icon/collection-icon.component.d.ts +18 -0
  112. package/lib/components/collection-icon/collection-icon.component.d.ts.map +1 -0
  113. package/lib/components/contentplayer-page/contentplayer-page.component.d.ts +54 -0
  114. package/lib/components/contentplayer-page/contentplayer-page.component.d.ts.map +1 -0
  115. package/lib/components/csv-upload/csv-upload.component.d.ts +42 -0
  116. package/lib/components/csv-upload/csv-upload.component.d.ts.map +1 -0
  117. package/lib/components/dialcode/dialcode.component.d.ts +48 -0
  118. package/lib/components/dialcode/dialcode.component.d.ts.map +1 -0
  119. package/lib/components/editor/editor.component.d.ts +146 -0
  120. package/lib/components/editor/editor.component.d.ts.map +1 -0
  121. package/lib/components/fancy-tree/fancy-tree.component.d.ts +77 -0
  122. package/lib/components/fancy-tree/fancy-tree.component.d.ts.map +1 -0
  123. package/lib/components/header/header.component.d.ts +46 -0
  124. package/lib/components/header/header.component.d.ts.map +1 -0
  125. package/lib/components/library/library.component.d.ts +69 -0
  126. package/lib/components/library/library.component.d.ts.map +1 -0
  127. package/lib/components/library-filter/library-filter.component.d.ts +47 -0
  128. package/lib/components/library-filter/library-filter.component.d.ts.map +1 -0
  129. package/lib/components/library-list/library-list.component.d.ts +32 -0
  130. package/lib/components/library-list/library-list.component.d.ts.map +1 -0
  131. package/lib/components/library-player/library-player.component.d.ts +24 -0
  132. package/lib/components/library-player/library-player.component.d.ts.map +1 -0
  133. package/lib/components/manage-collaborator/manage-collaborator.component.d.ts +75 -0
  134. package/lib/components/manage-collaborator/manage-collaborator.component.d.ts.map +1 -0
  135. package/lib/components/meta-form/meta-form.component.d.ts +51 -0
  136. package/lib/components/meta-form/meta-form.component.d.ts.map +1 -0
  137. package/lib/components/options/options.component.d.ts +53 -0
  138. package/lib/components/options/options.component.d.ts.map +1 -0
  139. package/lib/components/plain-tree/plain-tree.component.d.ts +20 -0
  140. package/lib/components/plain-tree/plain-tree.component.d.ts.map +1 -0
  141. package/lib/components/progress-status/progress-status.component.d.ts +25 -0
  142. package/lib/components/progress-status/progress-status.component.d.ts.map +1 -0
  143. package/lib/components/publish-checklist/publish-checklist.component.d.ts +23 -0
  144. package/lib/components/publish-checklist/publish-checklist.component.d.ts.map +1 -0
  145. package/lib/components/quality-params-modal/quality-params-modal.component.d.ts +24 -0
  146. package/lib/components/quality-params-modal/quality-params-modal.component.d.ts.map +1 -0
  147. package/lib/components/question/question.component.d.ts +215 -0
  148. package/lib/components/question/question.component.d.ts.map +1 -0
  149. package/lib/components/quml-player/quml-player.component.d.ts +26 -0
  150. package/lib/components/quml-player/quml-player.component.d.ts.map +1 -0
  151. package/lib/components/qumlplayer-page/qumlplayer-page.component.d.ts +31 -0
  152. package/lib/components/qumlplayer-page/qumlplayer-page.component.d.ts.map +1 -0
  153. package/lib/components/resource-reorder/resource-reorder.component.d.ts +45 -0
  154. package/lib/components/resource-reorder/resource-reorder.component.d.ts.map +1 -0
  155. package/lib/components/skeleton-loader/skeleton-loader.component.d.ts +13 -0
  156. package/lib/components/skeleton-loader/skeleton-loader.component.d.ts.map +1 -0
  157. package/lib/components/template/template.component.d.ts +21 -0
  158. package/lib/components/template/template.component.d.ts.map +1 -0
  159. package/lib/components/term-and-condition/term-and-condition.component.d.ts +26 -0
  160. package/lib/components/term-and-condition/term-and-condition.component.d.ts.map +1 -0
  161. package/lib/directives/telemetry-interact/telemetry-interact.directive.d.ts +27 -0
  162. package/lib/directives/telemetry-interact/telemetry-interact.directive.d.ts.map +1 -0
  163. package/lib/interfaces/McqForm.d.ts +32 -0
  164. package/lib/interfaces/McqForm.d.ts.map +1 -0
  165. package/lib/interfaces/editor.d.ts +78 -0
  166. package/lib/interfaces/editor.d.ts.map +1 -0
  167. package/lib/interfaces/framework.d.ts +46 -0
  168. package/lib/interfaces/framework.d.ts.map +1 -0
  169. package/lib/interfaces/httpOptions.d.ts +35 -0
  170. package/lib/interfaces/httpOptions.d.ts.map +1 -0
  171. package/lib/interfaces/requestParam.d.ts +24 -0
  172. package/lib/interfaces/requestParam.d.ts.map +1 -0
  173. package/lib/interfaces/serverResponse.d.ts +38 -0
  174. package/lib/interfaces/serverResponse.d.ts.map +1 -0
  175. package/lib/pipes/sanitize-html.pipe.d.ts +11 -0
  176. package/lib/pipes/sanitize-html.pipe.d.ts.map +1 -0
  177. package/lib/services/config/config.service.d.ts +13 -0
  178. package/lib/services/config/config.service.d.ts.map +1 -0
  179. package/lib/services/data/data.service.d.ts +85 -0
  180. package/lib/services/data/data.service.d.ts.map +1 -0
  181. package/lib/services/dialcode/dialcode.service.d.ts +36 -0
  182. package/lib/services/dialcode/dialcode.service.d.ts.map +1 -0
  183. package/lib/services/editor/editor.service.d.ts +150 -0
  184. package/lib/services/editor/editor.service.d.ts.map +1 -0
  185. package/lib/services/framework/framework.service.d.ts +35 -0
  186. package/lib/services/framework/framework.service.d.ts.map +1 -0
  187. package/lib/services/helper/helper.service.d.ts +41 -0
  188. package/lib/services/helper/helper.service.d.ts.map +1 -0
  189. package/lib/services/player/player.service.d.ts +33 -0
  190. package/lib/services/player/player.service.d.ts.map +1 -0
  191. package/lib/services/public-data/public-data.service.d.ts +15 -0
  192. package/lib/services/public-data/public-data.service.d.ts.map +1 -0
  193. package/lib/services/question/question.service.d.ts +30 -0
  194. package/lib/services/question/question.service.d.ts.map +1 -0
  195. package/lib/services/telemetry/telemetry.service.d.ts +45 -0
  196. package/lib/services/telemetry/telemetry.service.d.ts.map +1 -0
  197. package/lib/services/toaster/toaster.service.d.ts +50 -0
  198. package/lib/services/toaster/toaster.service.d.ts.map +1 -0
  199. package/lib/services/tree/tree.service.d.ts +51 -0
  200. package/lib/services/tree/tree.service.d.ts.map +1 -0
  201. package/package.json +32 -0
  202. package/project-sunbird-sunbird-collection-editor.d.ts.map +1 -0
  203. package/public-api.d.ts +4 -0
  204. package/public-api.d.ts.map +1 -0
package/index.d.ts ADDED
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@project-sunbird/sunbird-collection-editor" />
5
+ export * from './public-api';
6
+ //# sourceMappingURL=project-sunbird-sunbird-collection-editor.d.ts.map
File without changes
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="101" height="124.428" viewBox="0 0 101 124.428"><defs><style>.a{fill:#9d9d9e;opacity:0.75;}.b{fill:#636060;}.b,.c,.d,.e,.h{stroke:#333;}.b,.c,.d,.e,.f,.h,.i{fill-rule:evenodd;}.c{fill:#e6f2ff;}.d,.j{fill:#d8d8d8;}.e{fill:#424040;}.f{fill:#111;}.g{fill:#fff;}.g,.i{stroke:#979797;}.h{fill:#a8a3a3;stroke-linecap:round;stroke-linejoin:bevel;}.i{fill:#333;stroke-width:0.5px;}</style></defs><g transform="translate(0 -0.572)"><g transform="translate(-590 -336)"><g transform="translate(590 337)"><ellipse class="a" cx="50.5" cy="5.5" rx="50.5" ry="5.5" transform="translate(0 113)"/><g transform="translate(16)"><path class="b" d="M14.792,18.8c0-6.974.936-14.848-8.267-15.324s-1.769,23.331,0,26.809C9.464,36.064,14.792,25.774,14.792,18.8Z"/><path class="c" d="M14.625,19.105c-.588-8.491-4.863-13.258-10.2-15.126q8.8-6.058,12.838-2.05c4.037,4.008,5.476,7.415,5.476,12.08C22.742,21.007,15.507,31.842,14.625,19.105Z"/><path class="b" d="M65.053-20.039c0,7.217.053,17.027-8.456,16.57s-.527-24.166,1.242-27.766C60.772-37.2,65.053-26.665,65.053-20.039Z" transform="translate(117.797) rotate(180)"/><path class="c" d="M54.288-19.105C53.7-10.614,50.075-5.337,44.742-3.469Q52.744,1.709,56.35-1c3.606-2.709,6.055-8.344,6.055-13.009C62.405-21.007,55.17-31.842,54.288-19.105Z" transform="translate(107.147) rotate(180)"/><path class="c" d="M.742,93.913Q3.151,98.4,4.289,98.694c14.5,3.764,25.382,1.786,32.784,1.786,7.231,0,16.81,1.806,28.263-1.786q1.192-.374,3.405-4.781V43.647A25.621,25.621,0,0,0,65.7,31.534Q55.218,12,34.742,12T3.784,31.534A25.621,25.621,0,0,0,.742,43.647Z"/><path class="d" d="M3.742,97.832q9.093,5.14,13.029,6.082c8.43,2.018,15,.431,19.723.431,4.89,0,10.82,1.729,18.179-.431q3.075-.9,10.068-6.082V56.84c0-18.563-13.608-33.661-30.5-33.84h0q.535,0,1.078.015h0c-17-.475-31.136,14.286-31.568,32.969q-.01.43-.01.859Z"/><path class="e" d="M64.6,67q1.755-30.812-17.861-40.581c-13.077-6.513-24.311-3.823-35.23,8.96Z"/><path class="f" d="M55.742,63V33.511Q44.679,22.245,32.194,23.054t-21.452,13.1Z"/><rect class="g" width="34" height="45" rx="2" transform="translate(22.242 21.5)"/><g transform="translate(31.742 30)"><ellipse cx="2.059" cy="2" rx="2.059" ry="2" transform="translate(10.141)"/><ellipse cx="2.224" cy="3.5" rx="2.224" ry="3.5" transform="translate(5.248 7)"/><ellipse cx="2.059" cy="2" rx="2.059" ry="2" transform="translate(0.258)"/></g><path class="h" d="M64.914,66.488l-55-30.035q1.476,23.508,17.147,32.92T64.914,66.488Z" transform="translate(0.965 -0.645) rotate(1)"/><path class="i" d="M64.5,76.891a2,2,0,0,0,2-2c0-1.1-.9-6.891-2-6.891s-2,5.787-2,6.891A2,2,0,0,0,64.5,76.891Z"/><circle class="j" cx="1" cy="1" r="1" transform="translate(63.5 73.5)"/><path class="c" d="M16.742,104.1V90.07A8.989,8.989,0,0,1,25.648,81H45.835a8.989,8.989,0,0,1,8.906,9.07V104.1Q43.1,107,36.429,107T16.742,104.1Z"/></g></g></g></g></svg>
Binary file
Binary file
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="14px" viewBox="0 0 18 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
4
+ <title>photo_size_select_large-24px (1)</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="QSC-1.4-Option-2.2" transform="translate(-274.000000, -263.000000)">
8
+ <g id="Group-3" transform="translate(274.000000, 261.000000)">
9
+ <g id="photo_size_select_large-24px-(1)">
10
+ <polygon id="Path" points="18 18 0 18 0 0 18 0"></polygon>
11
+ <path d="M15.75,11.25 L17.25,11.25 L17.25,12.75 L15.75,12.75 L15.75,11.25 Z M15.75,8.25 L17.25,8.25 L17.25,9.75 L15.75,9.75 L15.75,8.25 Z M17.25,14.25 L15.75,14.25 L15.75,15.75 C16.5,15.75 17.25,15 17.25,14.25 Z M9.75,2.25 L11.25,2.25 L11.25,3.75 L9.75,3.75 L9.75,2.25 Z M15.75,5.25 L17.25,5.25 L17.25,6.75 L15.75,6.75 L15.75,5.25 Z M15.75,2.25 L15.75,3.75 L17.25,3.75 C17.25,3 16.5,2.25 15.75,2.25 Z M0.75,5.25 L2.25,5.25 L2.25,6.75 L0.75,6.75 L0.75,5.25 Z M12.75,2.25 L14.25,2.25 L14.25,3.75 L12.75,3.75 L12.75,2.25 Z M12.75,14.25 L14.25,14.25 L14.25,15.75 L12.75,15.75 L12.75,14.25 Z M2.25,2.25 C1.5,2.25 0.75,3 0.75,3.75 L2.25,3.75 L2.25,2.25 Z M6.75,2.25 L8.25,2.25 L8.25,3.75 L6.75,3.75 L6.75,2.25 Z M3.75,2.25 L5.25,2.25 L5.25,3.75 L3.75,3.75 L3.75,2.25 Z M0.75,8.25 L0.75,14.25 C0.75,15.075 1.425,15.75 2.25,15.75 L11.25,15.75 L11.25,8.25 L0.75,8.25 Z M2.25,14.25 L4.125,11.8425 L5.4675,13.455 L7.3425,11.04 L9.75,14.25 L2.25,14.25 Z" id="Shape" fill="#262626" fill-rule="nonzero"></path>
12
+ </g>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </svg>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="14px" viewBox="0 0 18 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
4
+ <title>photo_size_select_large-24px (1)</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="QSC-1.4-Option-2.2" transform="translate(-274.000000, -263.000000)">
8
+ <g id="Group-3" transform="translate(274.000000, 261.000000)">
9
+ <g id="photo_size_select_large-24px-(1)">
10
+ <polygon id="Path" points="18 18 0 18 0 0 18 0"></polygon>
11
+ <path d="M15.75,11.25 L17.25,11.25 L17.25,12.75 L15.75,12.75 L15.75,11.25 Z M15.75,8.25 L17.25,8.25 L17.25,9.75 L15.75,9.75 L15.75,8.25 Z M17.25,14.25 L15.75,14.25 L15.75,15.75 C16.5,15.75 17.25,15 17.25,14.25 Z M9.75,2.25 L11.25,2.25 L11.25,3.75 L9.75,3.75 L9.75,2.25 Z M15.75,5.25 L17.25,5.25 L17.25,6.75 L15.75,6.75 L15.75,5.25 Z M15.75,2.25 L15.75,3.75 L17.25,3.75 C17.25,3 16.5,2.25 15.75,2.25 Z M0.75,5.25 L2.25,5.25 L2.25,6.75 L0.75,6.75 L0.75,5.25 Z M12.75,2.25 L14.25,2.25 L14.25,3.75 L12.75,3.75 L12.75,2.25 Z M12.75,14.25 L14.25,14.25 L14.25,15.75 L12.75,15.75 L12.75,14.25 Z M2.25,2.25 C1.5,2.25 0.75,3 0.75,3.75 L2.25,3.75 L2.25,2.25 Z M6.75,2.25 L8.25,2.25 L8.25,3.75 L6.75,3.75 L6.75,2.25 Z M3.75,2.25 L5.25,2.25 L5.25,3.75 L3.75,3.75 L3.75,2.25 Z M0.75,8.25 L0.75,14.25 C0.75,15.075 1.425,15.75 2.25,15.75 L11.25,15.75 L11.25,8.25 L0.75,8.25 Z M2.25,14.25 L4.125,11.8425 L5.4675,13.455 L7.3425,11.04 L9.75,14.25 L2.25,14.25 Z" id="Shape" fill="#024f9d" fill-rule="nonzero"></path>
12
+ </g>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </svg>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="9px" viewBox="0 0 18 9" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
4
+ <title>Group 5</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="QSC-1.4-Option-2.2" transform="translate(-184.000000, -266.000000)" fill="#262626">
8
+ <g id="Group-11" transform="translate(184.000000, 266.000000)">
9
+ <g id="Group-5">
10
+ <rect id="Rectangle" x="0" y="-6.06181771e-13" width="18" height="3.33333333"></rect>
11
+ <rect id="Rectangle-Copy-5" x="0" y="5.33333333" width="18" height="3.33333333"></rect>
12
+ </g>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </svg>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="9px" viewBox="0 0 18 9" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
4
+ <title>Group 5</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="QSC-1.4-Option-2.2" transform="translate(-184.000000, -266.000000)" fill="#024f9d">
8
+ <g id="Group-11" transform="translate(184.000000, 266.000000)">
9
+ <g id="Group-5">
10
+ <rect id="Rectangle" x="0" y="-6.06181771e-13" width="18" height="3.33333333"></rect>
11
+ <rect id="Rectangle-Copy-5" x="0" y="5.33333333" width="18" height="3.33333333"></rect>
12
+ </g>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </svg>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="4px" viewBox="0 0 18 4" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
4
+ <title>Group 28</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="QSC-1.4-Option-2.2" transform="translate(-246.000000, -269.000000)" fill="#262626">
8
+ <g id="Group-11" transform="translate(184.000000, 266.000000)">
9
+ <g id="Group-28" transform="translate(62.000000, 3.000000)">
10
+ <rect id="Rectangle-Copy-11" x="0" y="-3.64153152e-14" width="3.375" height="3.33"></rect>
11
+ <rect id="Rectangle-Copy-12" x="4.87125" y="-3.64153152e-14" width="3.375" height="3.33"></rect>
12
+ <rect id="Rectangle-Copy-13" x="9.7425" y="-3.64153152e-14" width="3.375" height="3.33"></rect>
13
+ <rect id="Rectangle-Copy-14" x="14.61375" y="-3.64153152e-14" width="3.375" height="3.33"></rect>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </svg>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="4px" viewBox="0 0 18 4" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
4
+ <title>Group 28</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="QSC-1.4-Option-2.2" transform="translate(-246.000000, -269.000000)" fill="#024f9d">
8
+ <g id="Group-11" transform="translate(184.000000, 266.000000)">
9
+ <g id="Group-28" transform="translate(62.000000, 3.000000)">
10
+ <rect id="Rectangle-Copy-11" x="0" y="-3.64153152e-14" width="3.375" height="3.33"></rect>
11
+ <rect id="Rectangle-Copy-12" x="4.87125" y="-3.64153152e-14" width="3.375" height="3.33"></rect>
12
+ <rect id="Rectangle-Copy-13" x="9.7425" y="-3.64153152e-14" width="3.375" height="3.33"></rect>
13
+ <rect id="Rectangle-Copy-14" x="14.61375" y="-3.64153152e-14" width="3.375" height="3.33"></rect>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </svg>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="9px" viewBox="0 0 18 9" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
4
+ <title>Group 23</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="QSC-1.4-Option-2.2" transform="translate(-215.000000, -266.000000)" fill="#262626">
8
+ <g id="Group-11" transform="translate(184.000000, 266.000000)">
9
+ <g id="Group-23" transform="translate(31.000000, 0.000000)">
10
+ <rect id="Rectangle-Copy-10" x="0" y="5.33" width="8" height="3.33"></rect>
11
+ <rect id="Rectangle-Copy-6" x="0" y="-3.64153152e-14" width="8" height="3.33"></rect>
12
+ <rect id="Rectangle-Copy-8" x="10" y="-3.64153152e-14" width="8" height="3.33"></rect>
13
+ <rect id="Rectangle-Copy-9" x="10" y="5.33" width="8" height="3.33"></rect>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </svg>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="9px" viewBox="0 0 18 9" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
4
+ <title>Group 23</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="QSC-1.4-Option-2.2" transform="translate(-215.000000, -266.000000)" fill="#024f9d">
8
+ <g id="Group-11" transform="translate(184.000000, 266.000000)">
9
+ <g id="Group-23" transform="translate(31.000000, 0.000000)">
10
+ <rect id="Rectangle-Copy-10" x="0" y="5.33" width="8" height="3.33"></rect>
11
+ <rect id="Rectangle-Copy-6" x="0" y="-3.64153152e-14" width="8" height="3.33"></rect>
12
+ <rect id="Rectangle-Copy-8" x="10" y="-3.64153152e-14" width="8" height="3.33"></rect>
13
+ <rect id="Rectangle-Copy-9" x="10" y="5.33" width="8" height="3.33"></rect>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </svg>
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="11px" viewBox="0 0 18 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
4
+ <title>Group 10</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="QSC-1.4-Option-2.2" transform="translate(-302.000000, -265.000000)" stroke="#262626">
8
+ <g id="Group-3" transform="translate(274.000000, 261.000000)">
9
+ <g id="Group-10" transform="translate(28.000000, 4.000000)">
10
+ <rect id="Rectangle" x="0.9" y="4" width="11.7" height="3"></rect>
11
+ <line x1="0.529411765" y1="0.5" x2="17.4705882" y2="0.5" id="Line-7" stroke-linecap="square"></line>
12
+ <line x1="0.529411765" y1="10.5" x2="17.4705882" y2="10.5" id="Line-7-Copy" stroke-linecap="square"></line>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </svg>
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="11px" viewBox="0 0 18 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
4
+ <title>Group 10</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="QSC-1.4-Option-2.2" transform="translate(-302.000000, -265.000000)" stroke="#024f9d">
8
+ <g id="Group-3" transform="translate(274.000000, 261.000000)">
9
+ <g id="Group-10" transform="translate(28.000000, 4.000000)">
10
+ <rect id="Rectangle" x="0.9" y="4" width="11.7" height="3"></rect>
11
+ <line x1="0.529411765" y1="0.5" x2="17.4705882" y2="0.5" id="Line-7" stroke-linecap="square"></line>
12
+ <line x1="0.529411765" y1="10.5" x2="17.4705882" y2="10.5" id="Line-7-Copy" stroke-linecap="square"></line>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </svg>
Binary file
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="64px" height="64px" viewBox="0 0 128 128" xml:space="preserve"><g><circle cx="8" cy="64" r="12" fill="#000000"/><circle cx="8" cy="64" r="12" fill="#000000" transform="rotate(45,64,64)"/><circle cx="8" cy="64" r="12" fill="#000000" transform="rotate(90,64,64)"/><circle cx="8" cy="64" r="12" fill="#000000" transform="rotate(135,64,64)"/><circle cx="8" cy="64" r="12" fill="#000000" transform="rotate(180,64,64)"/><circle cx="8" cy="64" r="12" fill="#000000" transform="rotate(225,64,64)"/><circle cx="8" cy="64" r="12" fill="#fff" transform="rotate(270,64,64)"/><circle cx="8" cy="64" r="12" fill="#fff" transform="rotate(315,64,64)"/><animateTransform attributeName="transform" type="rotate" values="0 64 64;315 64 64;270 64 64;225 64 64;180 64 64;135 64 64;90 64 64;45 64 64" calcMode="discrete" dur="720ms" repeatCount="indefinite"></animateTransform></g></svg>
Binary file
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="11px" viewBox="0 0 18 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
4
+ <title>Group 12</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="QSC-1.4-Option-2.2" transform="translate(-328.000000, -265.000000)" stroke="#262626">
8
+ <g id="Group-3" transform="translate(274.000000, 261.000000)">
9
+ <g id="Group-12" transform="translate(54.000000, 4.000000)">
10
+ <rect id="Rectangle" x="3" y="4" width="11.7" height="3"></rect>
11
+ <line x1="0.529411765" y1="0.5" x2="17.4705882" y2="0.5" id="Line-7" stroke-linecap="square"></line>
12
+ <line x1="0.529411765" y1="10.5" x2="17.4705882" y2="10.5" id="Line-7-Copy" stroke-linecap="square"></line>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </svg>
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="18px" height="11px" viewBox="0 0 18 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
4
+ <title>Group 12</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="QSC-1.4-Option-2.2" transform="translate(-328.000000, -265.000000)" stroke="#024f9d">
8
+ <g id="Group-3" transform="translate(274.000000, 261.000000)">
9
+ <g id="Group-12" transform="translate(54.000000, 4.000000)">
10
+ <rect id="Rectangle" x="3" y="4" width="11.7" height="3"></rect>
11
+ <line x1="0.529411765" y1="0.5" x2="17.4705882" y2="0.5" id="Line-7" stroke-linecap="square"></line>
12
+ <line x1="0.529411765" y1="10.5" x2="17.4705882" y2="10.5" id="Line-7-Copy" stroke-linecap="square"></line>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </svg>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
4
+ <title>book</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="3" transform="translate(-29.000000, -145.000000)" fill="#0A4F9D" fill-rule="nonzero" stroke="#0A4F9D" stroke-width="0.3">
8
+ <g id="Group-16" transform="translate(18.000000, 142.000000)">
9
+ <g id="Group-54-Copy">
10
+ <g id="book" transform="translate(12.000000, 4.000000)">
11
+ <path d="M6.93173293,0 L3.927982,0 C3.80038124,0 3.69692423,0.104475904 3.69692423,0.233333333 L3.69692423,1.86666667 L0.231057764,1.86666667 C0.103457009,1.86666667 0,1.97114257 0,2.1 L0,13.7666667 C0,13.8955241 0.103457009,14 0.231057764,14 L6.93173293,14 C7.05933369,14 7.1627907,13.8955241 7.1627907,13.7666667 L7.1627907,0.233333333 C7.1627907,0.104475904 7.05933369,0 6.93173293,0 Z M6.70067517,12.1333333 L4.15903976,12.1333333 L4.15903976,11.6666667 L6.70067517,11.6666667 L6.70067517,12.1333333 Z M0.462115529,3.5 L3.69692423,3.5 L3.69692423,10.5 L0.462115529,10.5 L0.462115529,3.5 Z M6.70067517,2.56666667 L4.15903976,2.56666667 L4.15903976,1.86666667 L6.70067517,1.86666667 L6.70067517,2.56666667 Z M0.462115529,10.9666667 L3.69692423,10.9666667 L3.69692423,11.6666667 L0.462115529,11.6666667 L0.462115529,10.9666667 Z M4.15903976,11.2 L4.15903976,3.03333333 L6.70067517,3.03333333 L6.70067517,11.2 L4.15903976,11.2 Z M6.70067517,0.466666667 L6.70067517,1.4 L4.15903976,1.4 L4.15903976,0.466666667 L6.70067517,0.466666667 Z M3.69692423,2.33333333 L3.69692423,3.03333333 L0.462115529,3.03333333 L0.462115529,2.33333333 L3.69692423,2.33333333 Z M0.462115529,12.1333333 L3.69692423,12.1333333 L3.69692423,13.5333333 L0.462115529,13.5333333 L0.462115529,12.1333333 Z M4.15903976,13.5333333 L4.15903976,12.6 L6.70067517,12.6 L6.70067517,13.5333333 L4.15903976,13.5333333 Z" id="Shape"></path>
12
+ <path d="M13.9924609,12.7836518 L11.1632763,2.12674835 C11.1475048,2.06702046 11.1081339,2.01600288 11.0537973,1.98489462 C10.9995759,1.95389946 10.9349937,1.94541537 10.8743255,1.96136546 L7.33784473,2.88805271 C7.21259437,2.92085779 7.1377665,3.04687457 7.1704605,3.17017647 L9.99964512,13.8270799 C10.0154166,13.8868078 10.0549026,13.9378253 10.1092392,13.9688205 C10.1634606,13.9997025 10.2280428,14.0080735 10.2885959,13.9920103 L13.8250767,13.0653231 C13.9500968,13.032518 14.0248096,12.9067274 13.9924609,12.7836518 L13.9924609,12.7836518 Z M8.06160302,4.6913146 L11.1425547,3.88419624 L11.2534151,4.30116024 L8.17269364,5.10952294 L8.06160302,4.6913146 Z M11.372449,4.75070312 L12.7398421,9.90483537 L9.66004168,10.7122931 L8.2926485,5.55782148 L11.372449,4.75070312 Z M12.8599121,10.3533601 L13.1013184,11.2625136 L10.0203667,12.069632 L9.7798814,11.1608178 L12.8599121,10.3533601 Z M10.7668036,2.46893937 L11.0235208,3.43612396 L7.94256912,4.24301606 L7.68608217,3.27628399 L10.7668036,2.46893937 Z M10.3961178,13.4848889 L10.1394006,12.5177043 L13.2203523,11.7103597 L13.4768392,12.6770918 L10.3961178,13.4848889 Z" id="Shape"></path>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </svg>
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="19px" height="11px" viewBox="0 0 19 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
4
+ <title>Group 15</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="QSC-1.4-Option-2.2" transform="translate(-354.000000, -265.000000)" stroke="#262626">
8
+ <g id="Group-3" transform="translate(274.000000, 261.000000)">
9
+ <g id="Group-15" transform="translate(80.000000, 4.000000)">
10
+ <rect id="Rectangle" x="6" y="4" width="11.7" height="3"></rect>
11
+ <line x1="0.529411765" y1="0.5" x2="17.4705882" y2="0.5" id="Line-7" stroke-linecap="square"></line>
12
+ <line x1="0.529411765" y1="10.5" x2="17.4705882" y2="10.5" id="Line-7-Copy" stroke-linecap="square"></line>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </svg>
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="19px" height="11px" viewBox="0 0 19 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
4
+ <title>Group 15</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="QSC-1.4-Option-2.2" transform="translate(-354.000000, -265.000000)" stroke="#024f9d">
8
+ <g id="Group-3" transform="translate(274.000000, 261.000000)">
9
+ <g id="Group-15" transform="translate(80.000000, 4.000000)">
10
+ <rect id="Rectangle" x="6" y="4" width="11.7" height="3"></rect>
11
+ <line x1="0.529411765" y1="0.5" x2="17.4705882" y2="0.5" id="Line-7" stroke-linecap="square"></line>
12
+ <line x1="0.529411765" y1="10.5" x2="17.4705882" y2="10.5" id="Line-7-Copy" stroke-linecap="square"></line>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </svg>
Binary file
Binary file
Binary file
@@ -0,0 +1,5 @@
1
+ export declare abstract class EditorCursor {
2
+ abstract setQuestionMap(key: string, value: any): void;
3
+ abstract clearQuestionMap(): void;
4
+ }
5
+ //# sourceMappingURL=collection-editor-cursor.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collection-editor-cursor.service.d.ts","sourceRoot":"","sources":["../../../projects/collection-editor-library/src/lib/collection-editor-cursor.service.ts"],"names":[],"mappings":"AAAA,8BAAsB,YAAY;IAEhC,QAAQ,CAAC,cAAc,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI;IACtD,QAAQ,CAAC,gBAAgB,IAAI,IAAI;CAElC"}
@@ -0,0 +1,9 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CollectionEditorLibraryComponent implements OnInit {
4
+ constructor();
5
+ ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<CollectionEditorLibraryComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<CollectionEditorLibraryComponent, "lib-collection-editor-library", never, {}, {}, never, never, false, never>;
8
+ }
9
+ //# sourceMappingURL=collection-editor-library.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collection-editor-library.component.d.ts","sourceRoot":"","sources":["../../../projects/collection-editor-library/src/lib/collection-editor-library.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;;AAClD,qBAMa,gCAAiC,YAAW,MAAM;;IAG7D,QAAQ;yCAHG,gCAAgC;2CAAhC,gCAAgC;CAM5C"}
@@ -0,0 +1,50 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./collection-editor-library.component";
3
+ import * as i2 from "./components/contentplayer-page/contentplayer-page.component";
4
+ import * as i3 from "./components/editor/editor.component";
5
+ import * as i4 from "./components/qumlplayer-page/qumlplayer-page.component";
6
+ import * as i5 from "./components/header/header.component";
7
+ import * as i6 from "./components/fancy-tree/fancy-tree.component";
8
+ import * as i7 from "./components/meta-form/meta-form.component";
9
+ import * as i8 from "./components/library/library.component";
10
+ import * as i9 from "./components/library-filter/library-filter.component";
11
+ import * as i10 from "./components/library-list/library-list.component";
12
+ import * as i11 from "./components/question/question.component";
13
+ import * as i12 from "./components/options/options.component";
14
+ import * as i13 from "./components/answer/answer.component";
15
+ import * as i14 from "./components/ckeditor-tool/ckeditor-tool.component";
16
+ import * as i15 from "./components/library-player/library-player.component";
17
+ import * as i16 from "./components/resource-reorder/resource-reorder.component";
18
+ import * as i17 from "./components/skeleton-loader/skeleton-loader.component";
19
+ import * as i18 from "./components/template/template.component";
20
+ import * as i19 from "./directives/telemetry-interact/telemetry-interact.directive";
21
+ import * as i20 from "./components/asset-browser/asset-browser.component";
22
+ import * as i21 from "./components/collection-icon/collection-icon.component";
23
+ import * as i22 from "./components/quml-player/quml-player.component";
24
+ import * as i23 from "./components/dialcode/dialcode.component";
25
+ import * as i24 from "./components/csv-upload/csv-upload.component";
26
+ import * as i25 from "./components/manage-collaborator/manage-collaborator.component";
27
+ import * as i26 from "./components/publish-checklist/publish-checklist.component";
28
+ import * as i27 from "./components/assign-page-number/assign-page-number.component";
29
+ import * as i28 from "./components/plain-tree/plain-tree.component";
30
+ import * as i29 from "./components/progress-status/progress-status.component";
31
+ import * as i30 from "./components/term-and-condition/term-and-condition.component";
32
+ import * as i31 from "./components/quality-params-modal/quality-params-modal.component";
33
+ import * as i32 from "./pipes/sanitize-html.pipe";
34
+ import * as i33 from "@angular/common";
35
+ import * as i34 from "@angular/forms";
36
+ import * as i35 from "@angular/router";
37
+ import * as i36 from "@project-sunbird/ng2-semantic-ui";
38
+ import * as i37 from "@project-sunbird/common-form-elements-full";
39
+ import * as i38 from "ngx-infinite-scroll";
40
+ import * as i39 from "@angular/common/http";
41
+ import * as i40 from "@project-sunbird/sunbird-quml-player";
42
+ import * as i41 from "ngx-bootstrap/carousel";
43
+ import * as i42 from "@project-sunbird/sunbird-resource-library";
44
+ import * as i43 from "@angular/cdk/a11y";
45
+ export declare class CollectionEditorLibraryModule {
46
+ static ɵfac: i0.ɵɵFactoryDeclaration<CollectionEditorLibraryModule, never>;
47
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CollectionEditorLibraryModule, [typeof i1.CollectionEditorLibraryComponent, typeof i2.ContentplayerPageComponent, typeof i3.EditorComponent, typeof i4.QumlplayerPageComponent, typeof i5.HeaderComponent, typeof i6.FancyTreeComponent, typeof i7.MetaFormComponent, typeof i8.LibraryComponent, typeof i9.LibraryFilterComponent, typeof i10.LibraryListComponent, typeof i11.QuestionComponent, typeof i12.OptionsComponent, typeof i13.AnswerComponent, typeof i14.CkeditorToolComponent, typeof i15.LibraryPlayerComponent, typeof i16.ResourceReorderComponent, typeof i17.SkeletonLoaderComponent, typeof i18.TemplateComponent, typeof i19.TelemetryInteractDirective, typeof i20.AssetBrowserComponent, typeof i21.CollectionIconComponent, typeof i22.QumlPlayerComponent, typeof i23.DialcodeComponent, typeof i24.CsvUploadComponent, typeof i25.ManageCollaboratorComponent, typeof i26.PublishChecklistComponent, typeof i27.AssignPageNumberComponent, typeof i28.PlainTreeComponent, typeof i29.ProgressStatusComponent, typeof i30.TermAndConditionComponent, typeof i31.QualityParamsModalComponent, typeof i32.SanitizeHtmlPipe], [typeof i33.CommonModule, typeof i34.FormsModule, typeof i34.ReactiveFormsModule, typeof i35.RouterModule, typeof i36.SuiModule, typeof i37.CommonFormElementsModule, typeof i38.InfiniteScrollModule, typeof i39.HttpClientModule, typeof i40.QumlLibraryModule, typeof i41.CarouselModule, typeof i42.ResourceLibraryModule, typeof i43.A11yModule], [typeof i3.EditorComponent]>;
48
+ static ɵinj: i0.ɵɵInjectorDeclaration<CollectionEditorLibraryModule>;
49
+ }
50
+ //# sourceMappingURL=collection-editor-library.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collection-editor-library.module.d.ts","sourceRoot":"","sources":["../../../projects/collection-editor-library/src/lib/collection-editor-library.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6CA,qBA4Ca,6BAA6B;yCAA7B,6BAA6B;0CAA7B,6BAA6B;0CAA7B,6BAA6B;CAAI"}
@@ -0,0 +1,24 @@
1
+ import { OnInit, EventEmitter } from '@angular/core';
2
+ import { ConfigService } from '../../services/config/config.service';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AnswerComponent implements OnInit {
5
+ configService: ConfigService;
6
+ editorState: any;
7
+ showFormError: any;
8
+ editorDataOutput: EventEmitter<any>;
9
+ constructor(configService: ConfigService);
10
+ ngOnInit(): void;
11
+ editorDataHandler(event: any): void;
12
+ prepareAnwserData(event: any): {
13
+ answer: any;
14
+ editorState: {
15
+ answer: any;
16
+ };
17
+ name: string;
18
+ qType: string;
19
+ primaryCategory: string;
20
+ };
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<AnswerComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnswerComponent, "lib-answer", never, { "editorState": { "alias": "editorState"; "required": false; }; "showFormError": { "alias": "showFormError"; "required": false; }; }, { "editorDataOutput": "editorDataOutput"; }, never, never, false, never>;
23
+ }
24
+ //# sourceMappingURL=answer.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"answer.component.d.ts","sourceRoot":"","sources":["../../../../../projects/collection-editor-library/src/lib/components/answer/answer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAU,YAAY,EAAE,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;;AACrE,qBAKa,eAAgB,YAAW,MAAM;IAIzB,aAAa,EAAE,aAAa;IAHtC,WAAW,MAAC;IACZ,aAAa,MAAC;IACb,gBAAgB,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;gBACrD,aAAa,EAAE,aAAa;IAE/C,QAAQ;IAIR,iBAAiB,CAAC,KAAK,KAAA;IAKvB,iBAAiB,CAAC,KAAK,KAAA;;;;;;;;;yCAfZ,eAAe;2CAAf,eAAe;CA0B3B"}
@@ -0,0 +1,81 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { EditorService } from '../../services/editor/editor.service';
4
+ import { QuestionService } from '../../services/question/question.service';
5
+ import { ConfigService } from '../../services/config/config.service';
6
+ import * as i0 from "@angular/core";
7
+ export declare class AssetBrowserComponent implements OnInit, OnDestroy {
8
+ private editorService;
9
+ configService: ConfigService;
10
+ private questionService;
11
+ showImagePicker: any;
12
+ assetBrowserEmitter: EventEmitter<any>;
13
+ modalDismissEmitter: EventEmitter<any>;
14
+ private modal;
15
+ constructor(editorService: EditorService, configService: ConfigService, questionService: QuestionService);
16
+ assetConfig: any;
17
+ myAssets: any[];
18
+ allImages: any[];
19
+ imageUploadLoader: boolean;
20
+ showImageUploadModal: boolean;
21
+ acceptImageType: any;
22
+ showErrorMsg: boolean;
23
+ errorMsg: string;
24
+ query: string;
25
+ uploader: any;
26
+ isClosable: boolean;
27
+ loading: boolean;
28
+ mediaobj: any;
29
+ assetProxyUrl: string;
30
+ editorInstance: any;
31
+ assetsCount: any;
32
+ searchMyInput: string;
33
+ searchAllInput: any;
34
+ showAddButton: boolean;
35
+ appIcon: any;
36
+ formData: any;
37
+ assestData: {};
38
+ formConfig: any;
39
+ initialFormConfig: any;
40
+ imageFormValid: any;
41
+ termsAndCondition: any;
42
+ assetName: any;
43
+ emptySearchMessage: any;
44
+ imageFile: any;
45
+ ngOnInit(): void;
46
+ getAcceptType(typeList: any, type: any): string;
47
+ initializeImagePicker(): void;
48
+ outputEventHandler(event: any): void;
49
+ getMyImages(offset: any, query?: any, search?: any): void;
50
+ addImageInEditor(imageUrl: any, imageId: any): void;
51
+ getAllImages(offset: any, query?: any, search?: any): void;
52
+ lazyloadMyImages(): void;
53
+ /**
54
+ * function to lazy load all images
55
+ */
56
+ lazyloadAllImages(): void;
57
+ uploadImage(event: any): void;
58
+ resetFormData(): void;
59
+ populateFormData(formData: any): void;
60
+ uploadAndUseImage(modal: any): void;
61
+ generateAssetCreateRequest(fileName: any, fileType: any, mediaType: any): {
62
+ name: any;
63
+ mediaType: any;
64
+ mimeType: any;
65
+ createdBy: any;
66
+ creator: any;
67
+ channel: any;
68
+ };
69
+ uploadToBlob(signedURL: any, file: any, config: any): Observable<any>;
70
+ dismissImageUploadModal(): void;
71
+ openImageUploadModal(): void;
72
+ dismissPops(modal: any): void;
73
+ dismissImagePicker(): void;
74
+ searchImages(event: any, type: any): void;
75
+ onStatusChanges(event: any): void;
76
+ valueChanges(event: any): void;
77
+ ngOnDestroy(): void;
78
+ static ɵfac: i0.ɵɵFactoryDeclaration<AssetBrowserComponent, never>;
79
+ static ɵcmp: i0.ɵɵComponentDeclaration<AssetBrowserComponent, "lib-asset-browser", never, { "showImagePicker": { "alias": "showImagePicker"; "required": false; }; }, { "assetBrowserEmitter": "assetBrowserEmitter"; "modalDismissEmitter": "modalDismissEmitter"; }, never, never, false, never>;
80
+ }
81
+ //# sourceMappingURL=asset-browser.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"asset-browser.component.d.ts","sourceRoot":"","sources":["../../../../../projects/collection-editor-library/src/lib/components/asset-browser/asset-browser.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AAGrG,OAAO,EAAc,UAAU,EAAE,MAAM,MAAM,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAE3E,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;;AAGrE,qBAKa,qBAAsB,YAAW,MAAM,EAAE,SAAS;IAKjD,OAAO,CAAC,aAAa;IAAwB,aAAa,EAAE,aAAa;IACnF,OAAO,CAAC,eAAe;IALhB,eAAe,MAAC;IACf,mBAAmB,oBAA2B;IAC9C,mBAAmB,oBAA2B;IACpC,OAAO,CAAC,KAAK,CAAC;gBACd,aAAa,EAAE,aAAa,EAAS,aAAa,EAAE,aAAa,EAC3E,eAAe,EAAE,eAAe;IAC1C,WAAW,EAAE,GAAG,CAAM;IACtB,QAAQ,QAAM;IACd,SAAS,QAAM;IACR,iBAAiB,UAAS;IACjC,oBAAoB,EAAE,OAAO,CAAC;IAC9B,eAAe,EAAE,GAAG,CAAC;IACrB,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,MAAC;IACT,UAAU,UAAQ;IAClB,OAAO,UAAS;IACT,QAAQ,MAAC;IACT,aAAa,SAAqB;IAClC,cAAc,EAAE,GAAG,CAAC;IACpB,WAAW,EAAE,GAAG,CAAC;IACjB,aAAa,SAAM;IACnB,cAAc,EAAE,GAAG,CAAC;IAC3B,aAAa,EAAE,OAAO,CAAC;IACvB,OAAO,MAAC;IACD,QAAQ,EAAE,GAAG,CAAC;IACd,UAAU,KAAM;IAChB,UAAU,EAAE,GAAG,CAAC;IAChB,iBAAiB,EAAE,GAAG,CAAC;IACvB,cAAc,EAAE,GAAG,CAAC;IACpB,iBAAiB,EAAE,GAAG,CAAC;IACvB,SAAS,EAAE,GAAG,CAAC;IACf,kBAAkB,EAAE,GAAG,CAAC;IACxB,SAAS,EAAE,GAAG,CAAC;IACtB,QAAQ;IASR,aAAa,CAAC,QAAQ,KAAA,EAAE,IAAI,KAAA;IAS5B,qBAAqB;IAIrB,kBAAkB,CAAC,KAAK,KAAA;IAIxB,WAAW,CAAC,MAAM,KAAA,EAAE,KAAK,CAAC,KAAA,EAAE,MAAM,CAAC,KAAA;IA+BnC,gBAAgB,CAAC,QAAQ,KAAA,EAAE,OAAO,KAAA;IAMlC,YAAY,CAAC,MAAM,KAAA,EAAE,KAAK,CAAC,KAAA,EAAE,MAAM,CAAC,KAAA;IA+BpC,gBAAgB;IAKhB;;OAEG;IACH,iBAAiB;IAIjB,WAAW,CAAC,KAAK,KAAA;IAiCjB,aAAa;IAKb,gBAAgB,CAAC,QAAQ,KAAA;IASzB,iBAAiB,CAAC,KAAK,KAAA;IAiDvB,0BAA0B,CAAC,QAAQ,KAAA,EAAE,QAAQ,KAAA,EAAE,SAAS,KAAA;;;;;;;;IAWxD,YAAY,CAAC,SAAS,KAAA,EAAE,IAAI,KAAA,EAAE,MAAM,KAAA,GAAG,UAAU,CAAC,GAAG,CAAC;IAkBtD,uBAAuB;IAIvB,oBAAoB;IAQpB,WAAW,CAAC,KAAK,KAAA;IAIjB,kBAAkB;IAIlB,YAAY,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAgBxB,eAAe,CAAC,KAAK,KAAA;IAOrB,YAAY,CAAC,KAAK,KAAA;IAIlB,WAAW;yCA1TA,qBAAqB;2CAArB,qBAAqB;CAgUjC"}
@@ -0,0 +1,52 @@
1
+ export declare const config: {
2
+ uploadIconFormConfig: ({
3
+ code: string;
4
+ dataType: string;
5
+ editable: boolean;
6
+ inputType: string;
7
+ label: string;
8
+ name: string;
9
+ placeholder: string;
10
+ renderingHints: {
11
+ class: string;
12
+ };
13
+ required: boolean;
14
+ visible: boolean;
15
+ validations: {
16
+ type: string;
17
+ message: string;
18
+ }[];
19
+ description?: undefined;
20
+ } | {
21
+ code: string;
22
+ visible: boolean;
23
+ editable: boolean;
24
+ dataType: string;
25
+ name: string;
26
+ placeholder: string;
27
+ renderingHints: {
28
+ class: string;
29
+ };
30
+ description: string;
31
+ inputType: string;
32
+ label: string;
33
+ required: boolean;
34
+ validations: any[];
35
+ } | {
36
+ code: string;
37
+ dataType: string;
38
+ editable: boolean;
39
+ inputType: string;
40
+ label: string;
41
+ name: string;
42
+ placeholder: string;
43
+ renderingHints: {
44
+ class: string;
45
+ };
46
+ required: boolean;
47
+ visible: boolean;
48
+ validations?: undefined;
49
+ description?: undefined;
50
+ })[];
51
+ };
52
+ //# sourceMappingURL=asset-browser.data.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"asset-browser.data.d.ts","sourceRoot":"","sources":["../../../../../projects/collection-editor-library/src/lib/components/asset-browser/asset-browser.data.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDlB,CAAA"}