angular-slickgrid 5.0.2 → 5.1.1

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 (207) hide show
  1. package/LICENSE +20 -20
  2. package/README.md +182 -181
  3. package/app/modules/angular-slickgrid/components/angular-slickgrid.component.d.ts +3 -2
  4. package/app/modules/angular-slickgrid/models/angularGridInstance.interface.d.ts +3 -0
  5. package/esm2020/app/modules/angular-slickgrid/components/angular-slickgrid.component.mjs +21 -7
  6. package/esm2020/app/modules/angular-slickgrid/constants.mjs +1 -1
  7. package/esm2020/app/modules/angular-slickgrid/extensions/index.mjs +1 -1
  8. package/esm2020/app/modules/angular-slickgrid/extensions/slickRowDetailView.mjs +3 -3
  9. package/esm2020/app/modules/angular-slickgrid/global-grid-options.mjs +1 -1
  10. package/esm2020/app/modules/angular-slickgrid/index.mjs +1 -1
  11. package/esm2020/app/modules/angular-slickgrid/models/angularComponentOutput.interface.mjs +1 -1
  12. package/esm2020/app/modules/angular-slickgrid/models/angularGridInstance.interface.mjs +1 -1
  13. package/esm2020/app/modules/angular-slickgrid/models/externalTestingDependencies.interface.mjs +1 -1
  14. package/esm2020/app/modules/angular-slickgrid/models/gridOption.interface.mjs +1 -1
  15. package/esm2020/app/modules/angular-slickgrid/models/index.mjs +1 -1
  16. package/esm2020/app/modules/angular-slickgrid/models/rowDetailView.interface.mjs +1 -1
  17. package/esm2020/app/modules/angular-slickgrid/models/slickGrid.interface.mjs +1 -1
  18. package/esm2020/app/modules/angular-slickgrid/modules/angular-slickgrid.module.mjs +5 -5
  19. package/esm2020/app/modules/angular-slickgrid/services/angularUtil.service.mjs +4 -4
  20. package/esm2020/app/modules/angular-slickgrid/services/container.service.mjs +4 -4
  21. package/esm2020/app/modules/angular-slickgrid/services/index.mjs +1 -1
  22. package/esm2020/app/modules/angular-slickgrid/services/translater.service.mjs +4 -4
  23. package/esm2020/app/modules/angular-slickgrid/services/utilities.mjs +1 -1
  24. package/esm2020/app/modules/angular-slickgrid/slickgrid-config.mjs +1 -1
  25. package/esm2020/public_api.mjs +1 -1
  26. package/fesm2015/angular-slickgrid.mjs +35 -21
  27. package/fesm2015/angular-slickgrid.mjs.map +1 -1
  28. package/fesm2020/angular-slickgrid.mjs +35 -21
  29. package/fesm2020/angular-slickgrid.mjs.map +1 -1
  30. package/i18n/en.json +90 -90
  31. package/i18n/fr.json +91 -91
  32. package/package.json +10 -10
  33. package/test/cypress/node_modules/@4tw/cypress-drag-drop/README.md +169 -0
  34. package/test/cypress/node_modules/@cypress/request/README.md +1038 -0
  35. package/test/cypress/node_modules/@cypress/xvfb/README.md +48 -0
  36. package/test/cypress/node_modules/@cypress/xvfb/node_modules/debug/README.md +437 -0
  37. package/test/cypress/node_modules/@types/node/README.md +16 -0
  38. package/test/cypress/node_modules/@types/sinonjs__fake-timers/README.md +16 -0
  39. package/test/cypress/node_modules/@types/sizzle/README.md +16 -0
  40. package/test/cypress/node_modules/@types/yauzl/README.md +16 -0
  41. package/test/cypress/node_modules/@types/yauzl/node_modules/@types/node/README.md +16 -0
  42. package/test/cypress/node_modules/aggregate-error/README.md +61 -0
  43. package/test/cypress/node_modules/ansi-colors/README.md +315 -0
  44. package/test/cypress/node_modules/ansi-escapes/README.md +245 -0
  45. package/test/cypress/node_modules/ansi-regex/README.md +78 -0
  46. package/test/cypress/node_modules/ansi-styles/README.md +152 -0
  47. package/test/cypress/node_modules/arch/README.md +71 -0
  48. package/test/cypress/node_modules/asn1/README.md +50 -0
  49. package/test/cypress/node_modules/assert-plus/README.md +162 -0
  50. package/test/cypress/node_modules/astral-regex/README.md +46 -0
  51. package/test/cypress/node_modules/async/README.md +60 -0
  52. package/test/cypress/node_modules/asynckit/README.md +233 -0
  53. package/test/cypress/node_modules/at-least-node/README.md +25 -0
  54. package/test/cypress/node_modules/aws-sign2/README.md +4 -0
  55. package/test/cypress/node_modules/aws4/README.md +183 -0
  56. package/test/cypress/node_modules/balanced-match/README.md +91 -0
  57. package/test/cypress/node_modules/base64-js/README.md +34 -0
  58. package/test/cypress/node_modules/bcrypt-pbkdf/README.md +45 -0
  59. package/test/cypress/node_modules/blob-util/README.md +623 -0
  60. package/test/cypress/node_modules/bluebird/README.md +57 -0
  61. package/test/cypress/node_modules/brace-expansion/README.md +129 -0
  62. package/test/cypress/node_modules/buffer/README.md +410 -0
  63. package/test/cypress/node_modules/buffer-crc32/README.md +47 -0
  64. package/test/cypress/node_modules/cachedir/README.md +27 -0
  65. package/test/cypress/node_modules/caseless/README.md +45 -0
  66. package/test/cypress/node_modules/chalk/README.md +293 -0
  67. package/test/cypress/node_modules/chalk/node_modules/supports-color/README.md +76 -0
  68. package/test/cypress/node_modules/check-more-types/README.md +952 -0
  69. package/test/cypress/node_modules/ci-info/README.md +114 -0
  70. package/test/cypress/node_modules/clean-stack/README.md +76 -0
  71. package/test/cypress/node_modules/cli-cursor/README.md +55 -0
  72. package/test/cypress/node_modules/cli-table3/README.md +218 -0
  73. package/test/cypress/node_modules/cli-truncate/README.md +139 -0
  74. package/test/cypress/node_modules/color-convert/README.md +68 -0
  75. package/test/cypress/node_modules/color-name/README.md +11 -0
  76. package/test/cypress/node_modules/colorette/README.md +102 -0
  77. package/test/cypress/node_modules/colors/README.md +221 -0
  78. package/test/cypress/node_modules/combined-stream/README.md +138 -0
  79. package/test/cypress/node_modules/commander/README.md +737 -0
  80. package/test/cypress/node_modules/common-tags/README.md +687 -0
  81. package/test/cypress/node_modules/core-util-is/README.md +3 -0
  82. package/test/cypress/node_modules/cross-spawn/README.md +96 -0
  83. package/test/cypress/node_modules/cypress/README.md +25 -0
  84. package/test/cypress/node_modules/cypress/angular/README.md +10 -0
  85. package/test/cypress/node_modules/cypress/mount-utils/README.md +140 -0
  86. package/test/cypress/node_modules/cypress/react/README.md +14 -0
  87. package/test/cypress/node_modules/cypress/react18/README.md +7 -0
  88. package/test/cypress/node_modules/cypress/svelte/README.md +15 -0
  89. package/test/cypress/node_modules/cypress/vue/README.md +14 -0
  90. package/test/cypress/node_modules/cypress/vue2/README.md +7 -0
  91. package/test/cypress/node_modules/dashdash/README.md +574 -0
  92. package/test/cypress/node_modules/dayjs/README.md +128 -0
  93. package/test/cypress/node_modules/debug/README.md +455 -0
  94. package/test/cypress/node_modules/delayed-stream/README.md +141 -0
  95. package/test/cypress/node_modules/ecc-jsbn/README.md +8 -0
  96. package/test/cypress/node_modules/emoji-regex/README.md +73 -0
  97. package/test/cypress/node_modules/end-of-stream/README.md +54 -0
  98. package/test/cypress/node_modules/enquirer/README.md +1752 -0
  99. package/test/cypress/node_modules/escape-string-regexp/README.md +27 -0
  100. package/test/cypress/node_modules/eventemitter2/README.md +809 -0
  101. package/test/cypress/node_modules/execa/README.md +656 -0
  102. package/test/cypress/node_modules/executable/README.md +64 -0
  103. package/test/cypress/node_modules/extend/README.md +81 -0
  104. package/test/cypress/node_modules/extract-zip/README.md +57 -0
  105. package/test/cypress/node_modules/extract-zip/node_modules/debug/README.md +455 -0
  106. package/test/cypress/node_modules/extsprintf/README.md +46 -0
  107. package/test/cypress/node_modules/fd-slicer/README.md +199 -0
  108. package/test/cypress/node_modules/figures/README.md +139 -0
  109. package/test/cypress/node_modules/forever-agent/README.md +4 -0
  110. package/test/cypress/node_modules/form-data/README.md +234 -0
  111. package/test/cypress/node_modules/fs-extra/README.md +264 -0
  112. package/test/cypress/node_modules/fs.realpath/README.md +33 -0
  113. package/test/cypress/node_modules/get-stream/README.md +124 -0
  114. package/test/cypress/node_modules/getos/README.md +79 -0
  115. package/test/cypress/node_modules/getpass/README.md +32 -0
  116. package/test/cypress/node_modules/glob/README.md +375 -0
  117. package/test/cypress/node_modules/global-dirs/README.md +72 -0
  118. package/test/cypress/node_modules/graceful-fs/README.md +133 -0
  119. package/test/cypress/node_modules/has-flag/README.md +89 -0
  120. package/test/cypress/node_modules/http-signature/README.md +80 -0
  121. package/test/cypress/node_modules/human-signals/README.md +155 -0
  122. package/test/cypress/node_modules/ieee754/README.md +51 -0
  123. package/test/cypress/node_modules/indent-string/README.md +70 -0
  124. package/test/cypress/node_modules/inflight/README.md +37 -0
  125. package/test/cypress/node_modules/inherits/README.md +42 -0
  126. package/test/cypress/node_modules/ini/README.md +102 -0
  127. package/test/cypress/node_modules/is-ci/README.md +50 -0
  128. package/test/cypress/node_modules/is-fullwidth-code-point/README.md +39 -0
  129. package/test/cypress/node_modules/is-installed-globally/README.md +31 -0
  130. package/test/cypress/node_modules/is-path-inside/README.md +63 -0
  131. package/test/cypress/node_modules/is-stream/README.md +57 -0
  132. package/test/cypress/node_modules/is-typedarray/README.md +16 -0
  133. package/test/cypress/node_modules/isexe/README.md +51 -0
  134. package/test/cypress/node_modules/isstream/README.md +66 -0
  135. package/test/cypress/node_modules/jsbn/README.md +175 -0
  136. package/test/cypress/node_modules/json-schema/README.md +3 -0
  137. package/test/cypress/node_modules/json-stringify-safe/README.md +52 -0
  138. package/test/cypress/node_modules/jsonfile/README.md +205 -0
  139. package/test/cypress/node_modules/jsonfile/node_modules/universalify/README.md +76 -0
  140. package/test/cypress/node_modules/jsprim/README.md +287 -0
  141. package/test/cypress/node_modules/lazy-ass/README.md +269 -0
  142. package/test/cypress/node_modules/listr2/README.md +17 -0
  143. package/test/cypress/node_modules/lodash/README.md +39 -0
  144. package/test/cypress/node_modules/lodash.once/README.md +18 -0
  145. package/test/cypress/node_modules/log-symbols/README.md +51 -0
  146. package/test/cypress/node_modules/log-update/README.md +97 -0
  147. package/test/cypress/node_modules/log-update/node_modules/slice-ansi/README.md +66 -0
  148. package/test/cypress/node_modules/log-update/node_modules/wrap-ansi/README.md +97 -0
  149. package/test/cypress/node_modules/lru-cache/README.md +166 -0
  150. package/test/cypress/node_modules/merge-stream/README.md +78 -0
  151. package/test/cypress/node_modules/mime-db/README.md +102 -0
  152. package/test/cypress/node_modules/mime-types/README.md +123 -0
  153. package/test/cypress/node_modules/mimic-fn/README.md +69 -0
  154. package/test/cypress/node_modules/minimatch/README.md +209 -0
  155. package/test/cypress/node_modules/ms/README.md +60 -0
  156. package/test/cypress/node_modules/npm-run-path/README.md +115 -0
  157. package/test/cypress/node_modules/once/README.md +79 -0
  158. package/test/cypress/node_modules/onetime/README.md +94 -0
  159. package/test/cypress/node_modules/ospath/README.md +53 -0
  160. package/test/cypress/node_modules/p-map/README.md +89 -0
  161. package/test/cypress/node_modules/path-is-absolute/README.md +59 -0
  162. package/test/cypress/node_modules/path-key/README.md +61 -0
  163. package/test/cypress/node_modules/pend/README.md +41 -0
  164. package/test/cypress/node_modules/performance-now/README.md +30 -0
  165. package/test/cypress/node_modules/pify/README.md +119 -0
  166. package/test/cypress/node_modules/pretty-bytes/README.md +131 -0
  167. package/test/cypress/node_modules/proxy-from-env/README.md +131 -0
  168. package/test/cypress/node_modules/psl/README.md +215 -0
  169. package/test/cypress/node_modules/pump/README.md +65 -0
  170. package/test/cypress/node_modules/punycode/README.md +122 -0
  171. package/test/cypress/node_modules/qs/README.md +475 -0
  172. package/test/cypress/node_modules/request-progress/README.md +78 -0
  173. package/test/cypress/node_modules/restore-cursor/README.md +26 -0
  174. package/test/cypress/node_modules/rimraf/README.md +101 -0
  175. package/test/cypress/node_modules/rxjs/README.md +147 -0
  176. package/test/cypress/node_modules/rxjs/_esm2015/README.md +147 -0
  177. package/test/cypress/node_modules/rxjs/_esm5/README.md +147 -0
  178. package/test/cypress/node_modules/rxjs/src/README.md +147 -0
  179. package/test/cypress/node_modules/safe-buffer/README.md +584 -0
  180. package/test/cypress/node_modules/safer-buffer/README.md +156 -0
  181. package/test/cypress/node_modules/semver/README.md +566 -0
  182. package/test/cypress/node_modules/shebang-command/README.md +34 -0
  183. package/test/cypress/node_modules/shebang-regex/README.md +33 -0
  184. package/test/cypress/node_modules/signal-exit/README.md +39 -0
  185. package/test/cypress/node_modules/slice-ansi/README.md +72 -0
  186. package/test/cypress/node_modules/sshpk/README.md +804 -0
  187. package/test/cypress/node_modules/string-width/README.md +50 -0
  188. package/test/cypress/node_modules/strip-ansi/README.md +46 -0
  189. package/test/cypress/node_modules/strip-final-newline/README.md +30 -0
  190. package/test/cypress/node_modules/supports-color/README.md +77 -0
  191. package/test/cypress/node_modules/throttleit/README.md +32 -0
  192. package/test/cypress/node_modules/tmp/README.md +365 -0
  193. package/test/cypress/node_modules/tough-cookie/README.md +527 -0
  194. package/test/cypress/node_modules/tslib/README.md +142 -0
  195. package/test/cypress/node_modules/tunnel-agent/README.md +4 -0
  196. package/test/cypress/node_modules/tweetnacl/README.md +459 -0
  197. package/test/cypress/node_modules/type-fest/README.md +760 -0
  198. package/test/cypress/node_modules/universalify/README.md +76 -0
  199. package/test/cypress/node_modules/untildify/README.md +30 -0
  200. package/test/cypress/node_modules/uuid/README.md +505 -0
  201. package/test/cypress/node_modules/verror/README.md +528 -0
  202. package/test/cypress/node_modules/verror/node_modules/extsprintf/README.md +46 -0
  203. package/test/cypress/node_modules/which/README.md +54 -0
  204. package/test/cypress/node_modules/wrap-ansi/README.md +91 -0
  205. package/test/cypress/node_modules/wrappy/README.md +36 -0
  206. package/test/cypress/node_modules/yallist/README.md +204 -0
  207. package/test/cypress/node_modules/yauzl/README.md +658 -0
@@ -14,4 +14,4 @@ export function unsubscribeAllObservables(subscriptions) {
14
14
  }
15
15
  return subscriptions;
16
16
  }
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRpbGl0aWVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2FuZ3VsYXItc2xpY2tncmlkL3NlcnZpY2VzL3V0aWxpdGllcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTs7OztHQUlHO0FBQ0gsTUFBTSxVQUFVLHlCQUF5QixDQUFDLGFBQTZCO0lBQ3JFLElBQUksS0FBSyxDQUFDLE9BQU8sQ0FBQyxhQUFhLENBQUMsRUFBRTtRQUNoQyxhQUFhLENBQUMsT0FBTyxDQUFDLENBQUMsWUFBMEIsRUFBRSxFQUFFO1lBQ25ELElBQUksWUFBWSxJQUFJLFlBQVksQ0FBQyxXQUFXLEVBQUU7Z0JBQzVDLFlBQVksQ0FBQyxXQUFXLEVBQUUsQ0FBQzthQUM1QjtRQUNILENBQUMsQ0FBQyxDQUFDO1FBQ0gsYUFBYSxHQUFHLEVBQUUsQ0FBQztLQUNwQjtJQUVELE9BQU8sYUFBYSxDQUFDO0FBQ3ZCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBTdWJzY3JpcHRpb24gfSBmcm9tICdyeGpzJztcclxuXHJcbi8qKlxyXG4gKiBVbnN1YnNjcmliZSBhbGwgT2JzZXJ2YWJsZXMgU3Vic2NyaXB0aW9uc1xyXG4gKiBJdCB3aWxsIHJldHVybiBhbiBlbXB0eSBhcnJheSBpZiBpdCBhbGwgd2VudCB3ZWxsXHJcbiAqIEBwYXJhbSBzdWJzY3JpcHRpb25zXHJcbiAqL1xyXG5leHBvcnQgZnVuY3Rpb24gdW5zdWJzY3JpYmVBbGxPYnNlcnZhYmxlcyhzdWJzY3JpcHRpb25zOiBTdWJzY3JpcHRpb25bXSk6IFN1YnNjcmlwdGlvbltdIHtcclxuICBpZiAoQXJyYXkuaXNBcnJheShzdWJzY3JpcHRpb25zKSkge1xyXG4gICAgc3Vic2NyaXB0aW9ucy5mb3JFYWNoKChzdWJzY3JpcHRpb246IFN1YnNjcmlwdGlvbikgPT4ge1xyXG4gICAgICBpZiAoc3Vic2NyaXB0aW9uICYmIHN1YnNjcmlwdGlvbi51bnN1YnNjcmliZSkge1xyXG4gICAgICAgIHN1YnNjcmlwdGlvbi51bnN1YnNjcmliZSgpO1xyXG4gICAgICB9XHJcbiAgICB9KTtcclxuICAgIHN1YnNjcmlwdGlvbnMgPSBbXTtcclxuICB9XHJcblxyXG4gIHJldHVybiBzdWJzY3JpcHRpb25zO1xyXG59XHJcbiJdfQ==
17
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRpbGl0aWVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2FuZ3VsYXItc2xpY2tncmlkL3NlcnZpY2VzL3V0aWxpdGllcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQTs7OztHQUlHO0FBQ0gsTUFBTSxVQUFVLHlCQUF5QixDQUFDLGFBQTZCO0lBQ3JFLElBQUksS0FBSyxDQUFDLE9BQU8sQ0FBQyxhQUFhLENBQUMsRUFBRTtRQUNoQyxhQUFhLENBQUMsT0FBTyxDQUFDLENBQUMsWUFBMEIsRUFBRSxFQUFFO1lBQ25ELElBQUksWUFBWSxJQUFJLFlBQVksQ0FBQyxXQUFXLEVBQUU7Z0JBQzVDLFlBQVksQ0FBQyxXQUFXLEVBQUUsQ0FBQzthQUM1QjtRQUNILENBQUMsQ0FBQyxDQUFDO1FBQ0gsYUFBYSxHQUFHLEVBQUUsQ0FBQztLQUNwQjtJQUVELE9BQU8sYUFBYSxDQUFDO0FBQ3ZCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBTdWJzY3JpcHRpb24gfSBmcm9tICdyeGpzJztcblxuLyoqXG4gKiBVbnN1YnNjcmliZSBhbGwgT2JzZXJ2YWJsZXMgU3Vic2NyaXB0aW9uc1xuICogSXQgd2lsbCByZXR1cm4gYW4gZW1wdHkgYXJyYXkgaWYgaXQgYWxsIHdlbnQgd2VsbFxuICogQHBhcmFtIHN1YnNjcmlwdGlvbnNcbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIHVuc3Vic2NyaWJlQWxsT2JzZXJ2YWJsZXMoc3Vic2NyaXB0aW9uczogU3Vic2NyaXB0aW9uW10pOiBTdWJzY3JpcHRpb25bXSB7XG4gIGlmIChBcnJheS5pc0FycmF5KHN1YnNjcmlwdGlvbnMpKSB7XG4gICAgc3Vic2NyaXB0aW9ucy5mb3JFYWNoKChzdWJzY3JpcHRpb246IFN1YnNjcmlwdGlvbikgPT4ge1xuICAgICAgaWYgKHN1YnNjcmlwdGlvbiAmJiBzdWJzY3JpcHRpb24udW5zdWJzY3JpYmUpIHtcbiAgICAgICAgc3Vic2NyaXB0aW9uLnVuc3Vic2NyaWJlKCk7XG4gICAgICB9XG4gICAgfSk7XG4gICAgc3Vic2NyaXB0aW9ucyA9IFtdO1xuICB9XG5cbiAgcmV0dXJuIHN1YnNjcmlwdGlvbnM7XG59XG4iXX0=
@@ -4,4 +4,4 @@ export class SlickgridConfig {
4
4
  this.options = GlobalGridOptions;
5
5
  }
6
6
  }
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpY2tncmlkLWNvbmZpZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9hbmd1bGFyLXNsaWNrZ3JpZC9zbGlja2dyaWQtY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBRTFELE1BQU0sT0FBTyxlQUFlO0lBRzFCO1FBQ0UsSUFBSSxDQUFDLE9BQU8sR0FBRyxpQkFBaUIsQ0FBQztJQUNuQyxDQUFDO0NBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBHcmlkT3B0aW9uIH0gZnJvbSAnLi9tb2RlbHMvZ3JpZE9wdGlvbi5pbnRlcmZhY2UnO1xyXG5pbXBvcnQgeyBHbG9iYWxHcmlkT3B0aW9ucyB9IGZyb20gJy4vZ2xvYmFsLWdyaWQtb3B0aW9ucyc7XHJcblxyXG5leHBvcnQgY2xhc3MgU2xpY2tncmlkQ29uZmlnIHtcclxuICBvcHRpb25zOiBQYXJ0aWFsPEdyaWRPcHRpb24+O1xyXG5cclxuICBjb25zdHJ1Y3RvcigpIHtcclxuICAgIHRoaXMub3B0aW9ucyA9IEdsb2JhbEdyaWRPcHRpb25zO1xyXG4gIH1cclxufVxyXG4iXX0=
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpY2tncmlkLWNvbmZpZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9hbmd1bGFyLXNsaWNrZ3JpZC9zbGlja2dyaWQtY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBRTFELE1BQU0sT0FBTyxlQUFlO0lBRzFCO1FBQ0UsSUFBSSxDQUFDLE9BQU8sR0FBRyxpQkFBaUIsQ0FBQztJQUNuQyxDQUFDO0NBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBHcmlkT3B0aW9uIH0gZnJvbSAnLi9tb2RlbHMvZ3JpZE9wdGlvbi5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgR2xvYmFsR3JpZE9wdGlvbnMgfSBmcm9tICcuL2dsb2JhbC1ncmlkLW9wdGlvbnMnO1xuXG5leHBvcnQgY2xhc3MgU2xpY2tncmlkQ29uZmlnIHtcbiAgb3B0aW9uczogUGFydGlhbDxHcmlkT3B0aW9uPjtcblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB0aGlzLm9wdGlvbnMgPSBHbG9iYWxHcmlkT3B0aW9ucztcbiAgfVxufVxuIl19
@@ -1,2 +1,2 @@
1
1
  export * from './app/modules/angular-slickgrid/index';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsdUNBQXVDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2FwcC9tb2R1bGVzL2FuZ3VsYXItc2xpY2tncmlkL2luZGV4JztcclxuIl19
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsdUNBQXVDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2FwcC9tb2R1bGVzL2FuZ3VsYXItc2xpY2tncmlkL2luZGV4JztcbiJdfQ==
@@ -1,7 +1,7 @@
1
1
  import { unsubscribeAll, SlickRowSelectionModel, castObservableToPromise, addToArrayWhenNotExists, Filters, OperatorType, EventNamingStyle, FileType, DelimiterType, SlickgridConfig as SlickgridConfig$1, BackendUtilityService, GridEventService, SharedService, CollectionService, ExtensionUtility, FilterFactory, FilterService, ResizerService, SortService, TreeDataService, PaginationService, ExtensionService, GridStateService, GridService, GroupingAndColspanService, emptyElement, SlickGroupItemMetadataProvider, autoAddEditorFormatterToColumnsWithEditor, GridStateType, ExtensionName } from '@slickgrid-universal/common';
2
2
  export * from '@slickgrid-universal/common';
3
3
  import * as i0 from '@angular/core';
4
- import { Injectable, Optional, ApplicationRef, Component, Inject, Input, NgModule } from '@angular/core';
4
+ import { Injectable, Optional, EventEmitter, ApplicationRef, Component, Inject, Input, Output, NgModule } from '@angular/core';
5
5
  import { __awaiter } from 'tslib';
6
6
  import * as i1 from '@ngx-translate/core';
7
7
  import { TranslateModule } from '@ngx-translate/core';
@@ -58,9 +58,9 @@ class AngularUtilService {
58
58
  return componentOutput;
59
59
  }
60
60
  }
61
- AngularUtilService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: AngularUtilService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ApplicationRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
62
- AngularUtilService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: AngularUtilService });
63
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: AngularUtilService, decorators: [{
61
+ AngularUtilService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: AngularUtilService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ApplicationRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
62
+ AngularUtilService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: AngularUtilService });
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: AngularUtilService, decorators: [{
64
64
  type: Injectable
65
65
  }], ctorParameters: function () { return [{ type: i0.ComponentFactoryResolver }, { type: i0.ApplicationRef }, { type: i0.Injector }]; } });
66
66
 
@@ -85,9 +85,9 @@ class ContainerService {
85
85
  }
86
86
  }
87
87
  }
88
- ContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: ContainerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
89
- ContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: ContainerService });
90
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: ContainerService, decorators: [{
88
+ ContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: ContainerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
89
+ ContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: ContainerService });
90
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: ContainerService, decorators: [{
91
91
  type: Injectable
92
92
  }], ctorParameters: function () { return []; } });
93
93
 
@@ -128,9 +128,9 @@ class TranslaterService {
128
128
  return (_b = (_a = this.translateService) === null || _a === void 0 ? void 0 : _a.instant) === null || _b === void 0 ? void 0 : _b.call(_a, translationKey || ' ');
129
129
  }
130
130
  }
131
- TranslaterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: TranslaterService, deps: [{ token: i1.TranslateService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
132
- TranslaterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: TranslaterService });
133
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: TranslaterService, decorators: [{
131
+ TranslaterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: TranslaterService, deps: [{ token: i1.TranslateService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
132
+ TranslaterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: TranslaterService });
133
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: TranslaterService, decorators: [{
134
134
  type: Injectable
135
135
  }], ctorParameters: function () {
136
136
  return [{ type: i1.TranslateService, decorators: [{
@@ -159,7 +159,7 @@ const ROW_DETAIL_CONTAINER_PREFIX = 'container_';
159
159
  const PRELOAD_CONTAINER_PREFIX = 'container_loading';
160
160
  class SlickRowDetailView extends SlickRowDetailView$1 {
161
161
  constructor(angularUtilService, appRef, eventPubSubService, gridContainerElement, rxjs) {
162
- super();
162
+ super(eventPubSubService);
163
163
  this.angularUtilService = angularUtilService;
164
164
  this.appRef = appRef;
165
165
  this.eventPubSubService = eventPubSubService;
@@ -407,7 +407,7 @@ class SlickRowDetailView extends SlickRowDetailView$1 {
407
407
  awaitedItemDetail = yield castObservableToPromise(this.rxjs, response); // from Angular-http-client
408
408
  }
409
409
  if (!awaitedItemDetail || !awaitedItemDetail.hasOwnProperty(this.datasetIdPropName)) {
410
- throw new Error(`[Angular-Slickgrid] could not process the Row Detail, you must make sure that your "process" callback
410
+ throw new Error(`[Angular-Slickgrid] could not process the Row Detail, you must make sure that your "process" callback
411
411
  (a Promise or an HttpClient call returning an Observable) returns an item object that has an "${this.datasetIdPropName}" property`);
412
412
  }
413
413
  // notify the plugin with the new item details
@@ -823,6 +823,9 @@ class AngularSlickgridComponent {
823
823
  this.totalItems = 0;
824
824
  this.subscriptions = [];
825
825
  this.gridId = '';
826
+ // make the columnDefinitions a 2-way binding so that plugin adding cols
827
+ // are synched on user's side as well (RowMove, RowDetail, RowSelections)
828
+ this.columnDefinitionsChange = new EventEmitter(true);
826
829
  const slickgridConfig = new SlickgridConfig$1();
827
830
  // initialize and assign all Service Dependencies
828
831
  this._eventPubSubService = (_a = externalServices === null || externalServices === void 0 ? void 0 : externalServices.eventPubSubService) !== null && _a !== void 0 ? _a : new EventPubSubService(this.elm.nativeElement);
@@ -1121,6 +1124,14 @@ class AngularSlickgridComponent {
1121
1124
  // save reference for all columns before they optionally become hidden/visible
1122
1125
  this.sharedService.allColumns = this._columnDefinitions;
1123
1126
  this.sharedService.visibleColumns = this._columnDefinitions;
1127
+ // before certain extentions/plugins potentially adds extra columns not created by the user itself (RowMove, RowDetail, RowSelections)
1128
+ // we'll subscribe to the event and push back the change to the user so they always use full column defs array including extra cols
1129
+ this.subscriptions.push(this._eventPubSubService.subscribe('onPluginColumnsChanged', data => {
1130
+ this._columnDefinitions = data.columns;
1131
+ this.columnDefinitionsChange.emit(this._columnDefinitions);
1132
+ }));
1133
+ // after subscribing to potential columns changed, we are ready to create these optional extensions
1134
+ // when we did find some to create (RowMove, RowDetail, RowSelections), it will automatically modify column definitions (by previous subscribe)
1124
1135
  this.extensionService.createExtensionsBeforeGridCreation(this._columnDefinitions, this.gridOptions);
1125
1136
  // if user entered some Pinning/Frozen "presets", we need to apply them in the grid options
1126
1137
  if ((_h = this.gridOptions.presets) === null || _h === void 0 ? void 0 : _h.pinning) {
@@ -1224,6 +1235,7 @@ class AngularSlickgridComponent {
1224
1235
  destroy: this.destroy.bind(this),
1225
1236
  // return all available Services (non-singleton)
1226
1237
  backendService: (_r = (_q = this.gridOptions) === null || _q === void 0 ? void 0 : _q.backendServiceApi) === null || _r === void 0 ? void 0 : _r.service,
1238
+ eventPubSubService: this._eventPubSubService,
1227
1239
  filterService: this.filterService,
1228
1240
  gridEventService: this.gridEventService,
1229
1241
  gridStateService: this.gridStateService,
@@ -1915,21 +1927,21 @@ class AngularSlickgridComponent {
1915
1927
  }
1916
1928
  }
1917
1929
  }
1918
- AngularSlickgridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: AngularSlickgridComponent, deps: [{ token: AngularUtilService }, { token: i0.ApplicationRef }, { token: i0.ChangeDetectorRef }, { token: ContainerService }, { token: i0.ElementRef }, { token: i1.TranslateService, optional: true }, { token: TranslaterService, optional: true }, { token: 'config' }, { token: 'externalService' }], target: i0.ɵɵFactoryTarget.Component });
1919
- AngularSlickgridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.6", type: AngularSlickgridComponent, selector: "angular-slickgrid", inputs: { customDataView: "customDataView", gridId: "gridId", gridOptions: "gridOptions", paginationOptions: "paginationOptions", columnDefinitions: "columnDefinitions", dataset: "dataset", datasetHierarchical: "datasetHierarchical" }, providers: [
1930
+ AngularSlickgridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: AngularSlickgridComponent, deps: [{ token: AngularUtilService }, { token: i0.ApplicationRef }, { token: i0.ChangeDetectorRef }, { token: ContainerService }, { token: i0.ElementRef }, { token: i1.TranslateService, optional: true }, { token: TranslaterService, optional: true }, { token: 'config' }, { token: 'externalService' }], target: i0.ɵɵFactoryTarget.Component });
1931
+ AngularSlickgridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.11", type: AngularSlickgridComponent, selector: "angular-slickgrid", inputs: { customDataView: "customDataView", gridId: "gridId", gridOptions: "gridOptions", paginationOptions: "paginationOptions", columnDefinitions: "columnDefinitions", dataset: "dataset", datasetHierarchical: "datasetHierarchical" }, outputs: { columnDefinitionsChange: "columnDefinitionsChange" }, providers: [
1920
1932
  // make everything transient (non-singleton)
1921
1933
  AngularUtilService,
1922
1934
  ApplicationRef,
1923
1935
  TranslaterService,
1924
- ], ngImport: i0, template: "<div id=\"slickGridContainer-{{gridId}}\" class=\"gridPane\">\r\n <div attr.id='{{gridId}}' class=\"slickgrid-container\" style=\"width: 100%\">\r\n </div>\r\n</div>" });
1925
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: AngularSlickgridComponent, decorators: [{
1936
+ ], ngImport: i0, template: "<div id=\"slickGridContainer-{{gridId}}\" class=\"gridPane\">\n <div attr.id='{{gridId}}' class=\"slickgrid-container\" style=\"width: 100%\">\n </div>\n</div>" });
1937
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: AngularSlickgridComponent, decorators: [{
1926
1938
  type: Component,
1927
1939
  args: [{ selector: 'angular-slickgrid', providers: [
1928
1940
  // make everything transient (non-singleton)
1929
1941
  AngularUtilService,
1930
1942
  ApplicationRef,
1931
1943
  TranslaterService,
1932
- ], template: "<div id=\"slickGridContainer-{{gridId}}\" class=\"gridPane\">\r\n <div attr.id='{{gridId}}' class=\"slickgrid-container\" style=\"width: 100%\">\r\n </div>\r\n</div>" }]
1944
+ ], template: "<div id=\"slickGridContainer-{{gridId}}\" class=\"gridPane\">\n <div attr.id='{{gridId}}' class=\"slickgrid-container\" style=\"width: 100%\">\n </div>\n</div>" }]
1933
1945
  }], ctorParameters: function () {
1934
1946
  return [{ type: AngularUtilService }, { type: i0.ApplicationRef }, { type: i0.ChangeDetectorRef }, { type: ContainerService }, { type: i0.ElementRef }, { type: i1.TranslateService, decorators: [{
1935
1947
  type: Optional
@@ -1952,6 +1964,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImpor
1952
1964
  type: Input
1953
1965
  }], columnDefinitions: [{
1954
1966
  type: Input
1967
+ }], columnDefinitionsChange: [{
1968
+ type: Output
1955
1969
  }], dataset: [{
1956
1970
  type: Input
1957
1971
  }], datasetHierarchical: [{
@@ -1971,12 +1985,12 @@ class AngularSlickgridModule {
1971
1985
  };
1972
1986
  }
1973
1987
  }
1974
- AngularSlickgridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: AngularSlickgridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1975
- AngularSlickgridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.6", ngImport: i0, type: AngularSlickgridModule, declarations: [AngularSlickgridComponent], imports: [CommonModule,
1988
+ AngularSlickgridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: AngularSlickgridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1989
+ AngularSlickgridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.11", ngImport: i0, type: AngularSlickgridModule, declarations: [AngularSlickgridComponent], imports: [CommonModule,
1976
1990
  TranslateModule], exports: [AngularSlickgridComponent] });
1977
- AngularSlickgridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: AngularSlickgridModule, imports: [CommonModule,
1991
+ AngularSlickgridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: AngularSlickgridModule, imports: [CommonModule,
1978
1992
  TranslateModule] });
1979
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.6", ngImport: i0, type: AngularSlickgridModule, decorators: [{
1993
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: AngularSlickgridModule, decorators: [{
1980
1994
  type: NgModule,
1981
1995
  args: [{
1982
1996
  imports: [