angular-slickgrid 5.6.3 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (234) hide show
  1. package/README.md +26 -27
  2. package/app/modules/angular-slickgrid/components/angular-slickgrid.component.d.ts +198 -198
  3. package/app/modules/angular-slickgrid/constants.d.ts +30 -30
  4. package/app/modules/angular-slickgrid/extensions/index.d.ts +1 -1
  5. package/app/modules/angular-slickgrid/extensions/slickRowDetailView.d.ts +87 -88
  6. package/app/modules/angular-slickgrid/global-grid-options.d.ts +3 -3
  7. package/app/modules/angular-slickgrid/index.d.ts +7 -7
  8. package/app/modules/angular-slickgrid/models/angularComponentOutput.interface.d.ts +5 -5
  9. package/app/modules/angular-slickgrid/models/angularGridInstance.interface.d.ts +36 -36
  10. package/app/modules/angular-slickgrid/models/externalTestingDependencies.interface.d.ts +20 -20
  11. package/app/modules/angular-slickgrid/models/gridOption.interface.d.ts +9 -9
  12. package/app/modules/angular-slickgrid/models/index.d.ts +6 -6
  13. package/app/modules/angular-slickgrid/models/rowDetailView.interface.d.ts +25 -25
  14. package/app/modules/angular-slickgrid/models/slickGrid.interface.d.ts +6 -6
  15. package/app/modules/angular-slickgrid/modules/angular-slickgrid.module.d.ts +12 -12
  16. package/app/modules/angular-slickgrid/services/angularUtil.service.d.ts +11 -13
  17. package/app/modules/angular-slickgrid/services/container.service.d.ts +10 -11
  18. package/app/modules/angular-slickgrid/services/index.d.ts +4 -4
  19. package/app/modules/angular-slickgrid/services/translater.service.d.ts +30 -30
  20. package/app/modules/angular-slickgrid/services/utilities.d.ts +8 -8
  21. package/app/modules/angular-slickgrid/slickgrid-config.d.ts +5 -5
  22. package/{esm2020 → esm2022}/angular-slickgrid.mjs +4 -4
  23. package/esm2022/app/modules/angular-slickgrid/components/angular-slickgrid.component.mjs +1245 -0
  24. package/esm2022/app/modules/angular-slickgrid/constants.mjs +96 -0
  25. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/extensions/index.mjs +1 -1
  26. package/esm2022/app/modules/angular-slickgrid/extensions/slickRowDetailView.mjs +307 -0
  27. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/global-grid-options.mjs +246 -246
  28. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/index.mjs +7 -7
  29. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/models/angularComponentOutput.interface.mjs +1 -1
  30. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/models/angularGridInstance.interface.mjs +1 -1
  31. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/models/externalTestingDependencies.interface.mjs +1 -1
  32. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/models/gridOption.interface.mjs +1 -1
  33. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/models/index.mjs +6 -6
  34. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/models/rowDetailView.interface.mjs +1 -1
  35. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/models/slickGrid.interface.mjs +1 -1
  36. package/esm2022/app/modules/angular-slickgrid/modules/angular-slickgrid.module.mjs +42 -0
  37. package/esm2022/app/modules/angular-slickgrid/services/angularUtil.service.mjs +40 -0
  38. package/esm2022/app/modules/angular-slickgrid/services/container.service.mjs +28 -0
  39. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/services/index.mjs +4 -4
  40. package/esm2022/app/modules/angular-slickgrid/services/translater.service.mjs +45 -0
  41. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/services/utilities.mjs +18 -18
  42. package/esm2022/app/modules/angular-slickgrid/slickgrid-config.mjs +8 -0
  43. package/{esm2020 → esm2022}/public_api.mjs +1 -1
  44. package/{fesm2020 → fesm2022}/angular-slickgrid.mjs +2006 -1960
  45. package/fesm2022/angular-slickgrid.mjs.map +1 -0
  46. package/index.d.ts +5 -5
  47. package/package.json +16 -24
  48. package/public_api.d.ts +1 -1
  49. package/esm2020/app/modules/angular-slickgrid/components/angular-slickgrid.component.mjs +0 -1200
  50. package/esm2020/app/modules/angular-slickgrid/constants.mjs +0 -95
  51. package/esm2020/app/modules/angular-slickgrid/extensions/slickRowDetailView.mjs +0 -298
  52. package/esm2020/app/modules/angular-slickgrid/modules/angular-slickgrid.module.mjs +0 -41
  53. package/esm2020/app/modules/angular-slickgrid/services/angularUtil.service.mjs +0 -46
  54. package/esm2020/app/modules/angular-slickgrid/services/container.service.mjs +0 -29
  55. package/esm2020/app/modules/angular-slickgrid/services/translater.service.mjs +0 -43
  56. package/esm2020/app/modules/angular-slickgrid/slickgrid-config.mjs +0 -7
  57. package/fesm2015/angular-slickgrid.mjs +0 -2044
  58. package/fesm2015/angular-slickgrid.mjs.map +0 -1
  59. package/fesm2020/angular-slickgrid.mjs.map +0 -1
  60. package/test/cypress/node_modules/@4tw/cypress-drag-drop/README.md +0 -169
  61. package/test/cypress/node_modules/@cypress/request/README.md +0 -1038
  62. package/test/cypress/node_modules/@cypress/xvfb/README.md +0 -48
  63. package/test/cypress/node_modules/@cypress/xvfb/node_modules/debug/README.md +0 -437
  64. package/test/cypress/node_modules/@types/node/README.md +0 -16
  65. package/test/cypress/node_modules/@types/sinonjs__fake-timers/README.md +0 -16
  66. package/test/cypress/node_modules/@types/sizzle/README.md +0 -16
  67. package/test/cypress/node_modules/@types/yauzl/README.md +0 -16
  68. package/test/cypress/node_modules/@types/yauzl/node_modules/@types/node/README.md +0 -16
  69. package/test/cypress/node_modules/aggregate-error/README.md +0 -61
  70. package/test/cypress/node_modules/ansi-colors/README.md +0 -315
  71. package/test/cypress/node_modules/ansi-escapes/README.md +0 -245
  72. package/test/cypress/node_modules/ansi-regex/README.md +0 -78
  73. package/test/cypress/node_modules/ansi-styles/README.md +0 -152
  74. package/test/cypress/node_modules/arch/README.md +0 -71
  75. package/test/cypress/node_modules/asn1/README.md +0 -50
  76. package/test/cypress/node_modules/assert-plus/README.md +0 -162
  77. package/test/cypress/node_modules/astral-regex/README.md +0 -46
  78. package/test/cypress/node_modules/async/README.md +0 -60
  79. package/test/cypress/node_modules/asynckit/README.md +0 -233
  80. package/test/cypress/node_modules/at-least-node/README.md +0 -25
  81. package/test/cypress/node_modules/aws-sign2/README.md +0 -4
  82. package/test/cypress/node_modules/aws4/README.md +0 -183
  83. package/test/cypress/node_modules/balanced-match/README.md +0 -91
  84. package/test/cypress/node_modules/base64-js/README.md +0 -34
  85. package/test/cypress/node_modules/bcrypt-pbkdf/README.md +0 -45
  86. package/test/cypress/node_modules/blob-util/README.md +0 -623
  87. package/test/cypress/node_modules/bluebird/README.md +0 -57
  88. package/test/cypress/node_modules/brace-expansion/README.md +0 -129
  89. package/test/cypress/node_modules/buffer/README.md +0 -410
  90. package/test/cypress/node_modules/buffer-crc32/README.md +0 -47
  91. package/test/cypress/node_modules/cachedir/README.md +0 -27
  92. package/test/cypress/node_modules/caseless/README.md +0 -45
  93. package/test/cypress/node_modules/chalk/README.md +0 -293
  94. package/test/cypress/node_modules/chalk/node_modules/supports-color/README.md +0 -76
  95. package/test/cypress/node_modules/check-more-types/README.md +0 -952
  96. package/test/cypress/node_modules/ci-info/README.md +0 -114
  97. package/test/cypress/node_modules/clean-stack/README.md +0 -76
  98. package/test/cypress/node_modules/cli-cursor/README.md +0 -55
  99. package/test/cypress/node_modules/cli-table3/README.md +0 -218
  100. package/test/cypress/node_modules/cli-truncate/README.md +0 -139
  101. package/test/cypress/node_modules/color-convert/README.md +0 -68
  102. package/test/cypress/node_modules/color-name/README.md +0 -11
  103. package/test/cypress/node_modules/colorette/README.md +0 -102
  104. package/test/cypress/node_modules/colors/README.md +0 -221
  105. package/test/cypress/node_modules/combined-stream/README.md +0 -138
  106. package/test/cypress/node_modules/commander/README.md +0 -737
  107. package/test/cypress/node_modules/common-tags/README.md +0 -687
  108. package/test/cypress/node_modules/core-util-is/README.md +0 -3
  109. package/test/cypress/node_modules/cross-spawn/README.md +0 -96
  110. package/test/cypress/node_modules/cypress/README.md +0 -25
  111. package/test/cypress/node_modules/cypress/angular/README.md +0 -10
  112. package/test/cypress/node_modules/cypress/mount-utils/README.md +0 -140
  113. package/test/cypress/node_modules/cypress/react/README.md +0 -14
  114. package/test/cypress/node_modules/cypress/react18/README.md +0 -7
  115. package/test/cypress/node_modules/cypress/svelte/README.md +0 -15
  116. package/test/cypress/node_modules/cypress/vue/README.md +0 -14
  117. package/test/cypress/node_modules/cypress/vue2/README.md +0 -7
  118. package/test/cypress/node_modules/dashdash/README.md +0 -574
  119. package/test/cypress/node_modules/dayjs/README.md +0 -128
  120. package/test/cypress/node_modules/debug/README.md +0 -481
  121. package/test/cypress/node_modules/delayed-stream/README.md +0 -141
  122. package/test/cypress/node_modules/ecc-jsbn/README.md +0 -8
  123. package/test/cypress/node_modules/emoji-regex/README.md +0 -73
  124. package/test/cypress/node_modules/end-of-stream/README.md +0 -54
  125. package/test/cypress/node_modules/enquirer/README.md +0 -1752
  126. package/test/cypress/node_modules/escape-string-regexp/README.md +0 -27
  127. package/test/cypress/node_modules/eventemitter2/README.md +0 -809
  128. package/test/cypress/node_modules/execa/README.md +0 -656
  129. package/test/cypress/node_modules/executable/README.md +0 -64
  130. package/test/cypress/node_modules/extend/README.md +0 -81
  131. package/test/cypress/node_modules/extract-zip/README.md +0 -57
  132. package/test/cypress/node_modules/extract-zip/node_modules/debug/README.md +0 -455
  133. package/test/cypress/node_modules/extsprintf/README.md +0 -46
  134. package/test/cypress/node_modules/fd-slicer/README.md +0 -199
  135. package/test/cypress/node_modules/figures/README.md +0 -139
  136. package/test/cypress/node_modules/forever-agent/README.md +0 -4
  137. package/test/cypress/node_modules/form-data/README.md +0 -234
  138. package/test/cypress/node_modules/fs-extra/README.md +0 -264
  139. package/test/cypress/node_modules/fs.realpath/README.md +0 -33
  140. package/test/cypress/node_modules/get-stream/README.md +0 -124
  141. package/test/cypress/node_modules/getos/README.md +0 -79
  142. package/test/cypress/node_modules/getpass/README.md +0 -32
  143. package/test/cypress/node_modules/glob/README.md +0 -375
  144. package/test/cypress/node_modules/global-dirs/README.md +0 -72
  145. package/test/cypress/node_modules/graceful-fs/README.md +0 -133
  146. package/test/cypress/node_modules/has-flag/README.md +0 -89
  147. package/test/cypress/node_modules/http-signature/README.md +0 -80
  148. package/test/cypress/node_modules/human-signals/README.md +0 -155
  149. package/test/cypress/node_modules/ieee754/README.md +0 -51
  150. package/test/cypress/node_modules/indent-string/README.md +0 -70
  151. package/test/cypress/node_modules/inflight/README.md +0 -37
  152. package/test/cypress/node_modules/inherits/README.md +0 -42
  153. package/test/cypress/node_modules/ini/README.md +0 -102
  154. package/test/cypress/node_modules/is-ci/README.md +0 -50
  155. package/test/cypress/node_modules/is-fullwidth-code-point/README.md +0 -39
  156. package/test/cypress/node_modules/is-installed-globally/README.md +0 -31
  157. package/test/cypress/node_modules/is-path-inside/README.md +0 -63
  158. package/test/cypress/node_modules/is-stream/README.md +0 -57
  159. package/test/cypress/node_modules/is-typedarray/README.md +0 -16
  160. package/test/cypress/node_modules/isexe/README.md +0 -51
  161. package/test/cypress/node_modules/isstream/README.md +0 -66
  162. package/test/cypress/node_modules/jsbn/README.md +0 -175
  163. package/test/cypress/node_modules/json-schema/README.md +0 -3
  164. package/test/cypress/node_modules/json-stringify-safe/README.md +0 -52
  165. package/test/cypress/node_modules/jsonfile/README.md +0 -205
  166. package/test/cypress/node_modules/jsonfile/node_modules/universalify/README.md +0 -76
  167. package/test/cypress/node_modules/jsprim/README.md +0 -287
  168. package/test/cypress/node_modules/lazy-ass/README.md +0 -269
  169. package/test/cypress/node_modules/listr2/README.md +0 -17
  170. package/test/cypress/node_modules/lodash/README.md +0 -39
  171. package/test/cypress/node_modules/lodash.once/README.md +0 -18
  172. package/test/cypress/node_modules/log-symbols/README.md +0 -51
  173. package/test/cypress/node_modules/log-update/README.md +0 -97
  174. package/test/cypress/node_modules/log-update/node_modules/slice-ansi/README.md +0 -66
  175. package/test/cypress/node_modules/log-update/node_modules/wrap-ansi/README.md +0 -97
  176. package/test/cypress/node_modules/lru-cache/README.md +0 -166
  177. package/test/cypress/node_modules/merge-stream/README.md +0 -78
  178. package/test/cypress/node_modules/mime-db/README.md +0 -102
  179. package/test/cypress/node_modules/mime-types/README.md +0 -123
  180. package/test/cypress/node_modules/mimic-fn/README.md +0 -69
  181. package/test/cypress/node_modules/minimatch/README.md +0 -209
  182. package/test/cypress/node_modules/ms/README.md +0 -60
  183. package/test/cypress/node_modules/npm-run-path/README.md +0 -115
  184. package/test/cypress/node_modules/once/README.md +0 -79
  185. package/test/cypress/node_modules/onetime/README.md +0 -94
  186. package/test/cypress/node_modules/ospath/README.md +0 -53
  187. package/test/cypress/node_modules/p-map/README.md +0 -89
  188. package/test/cypress/node_modules/path-is-absolute/README.md +0 -59
  189. package/test/cypress/node_modules/path-key/README.md +0 -61
  190. package/test/cypress/node_modules/pend/README.md +0 -41
  191. package/test/cypress/node_modules/performance-now/README.md +0 -30
  192. package/test/cypress/node_modules/pify/README.md +0 -119
  193. package/test/cypress/node_modules/pretty-bytes/README.md +0 -131
  194. package/test/cypress/node_modules/proxy-from-env/README.md +0 -131
  195. package/test/cypress/node_modules/psl/README.md +0 -215
  196. package/test/cypress/node_modules/pump/README.md +0 -65
  197. package/test/cypress/node_modules/punycode/README.md +0 -122
  198. package/test/cypress/node_modules/qs/README.md +0 -510
  199. package/test/cypress/node_modules/request-progress/README.md +0 -78
  200. package/test/cypress/node_modules/restore-cursor/README.md +0 -26
  201. package/test/cypress/node_modules/rimraf/README.md +0 -101
  202. package/test/cypress/node_modules/rxjs/README.md +0 -147
  203. package/test/cypress/node_modules/rxjs/_esm2015/README.md +0 -147
  204. package/test/cypress/node_modules/rxjs/_esm5/README.md +0 -147
  205. package/test/cypress/node_modules/rxjs/src/README.md +0 -147
  206. package/test/cypress/node_modules/safe-buffer/README.md +0 -584
  207. package/test/cypress/node_modules/safer-buffer/README.md +0 -156
  208. package/test/cypress/node_modules/semver/README.md +0 -566
  209. package/test/cypress/node_modules/shebang-command/README.md +0 -34
  210. package/test/cypress/node_modules/shebang-regex/README.md +0 -33
  211. package/test/cypress/node_modules/signal-exit/README.md +0 -39
  212. package/test/cypress/node_modules/slice-ansi/README.md +0 -72
  213. package/test/cypress/node_modules/sshpk/README.md +0 -804
  214. package/test/cypress/node_modules/string-width/README.md +0 -50
  215. package/test/cypress/node_modules/strip-ansi/README.md +0 -46
  216. package/test/cypress/node_modules/strip-final-newline/README.md +0 -30
  217. package/test/cypress/node_modules/supports-color/README.md +0 -77
  218. package/test/cypress/node_modules/throttleit/README.md +0 -32
  219. package/test/cypress/node_modules/tmp/README.md +0 -365
  220. package/test/cypress/node_modules/tough-cookie/README.md +0 -527
  221. package/test/cypress/node_modules/tslib/README.md +0 -142
  222. package/test/cypress/node_modules/tunnel-agent/README.md +0 -4
  223. package/test/cypress/node_modules/tweetnacl/README.md +0 -459
  224. package/test/cypress/node_modules/type-fest/README.md +0 -760
  225. package/test/cypress/node_modules/universalify/README.md +0 -76
  226. package/test/cypress/node_modules/untildify/README.md +0 -30
  227. package/test/cypress/node_modules/uuid/README.md +0 -505
  228. package/test/cypress/node_modules/verror/README.md +0 -528
  229. package/test/cypress/node_modules/verror/node_modules/extsprintf/README.md +0 -46
  230. package/test/cypress/node_modules/which/README.md +0 -54
  231. package/test/cypress/node_modules/wrap-ansi/README.md +0 -91
  232. package/test/cypress/node_modules/wrappy/README.md +0 -36
  233. package/test/cypress/node_modules/yallist/README.md +0 -204
  234. package/test/cypress/node_modules/yauzl/README.md +0 -658
@@ -1,72 +0,0 @@
1
- # slice-ansi [![Build Status](https://travis-ci.org/chalk/slice-ansi.svg?branch=master)](https://travis-ci.org/chalk/slice-ansi) [![XO: Linted](https://img.shields.io/badge/xo-linted-blue.svg)](https://github.com/xojs/xo)
2
-
3
- > Slice a string with [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code#Colors_and_Styles)
4
-
5
-
6
- ## Install
7
-
8
- ```
9
- $ npm install slice-ansi
10
- ```
11
-
12
-
13
- ## Usage
14
-
15
- ```js
16
- const chalk = require('chalk');
17
- const sliceAnsi = require('slice-ansi');
18
-
19
- const string = 'The quick brown ' + chalk.red('fox jumped over ') +
20
- 'the lazy ' + chalk.green('dog and then ran away with the unicorn.');
21
-
22
- console.log(sliceAnsi(string, 20, 30));
23
- ```
24
-
25
-
26
- ## API
27
-
28
- ### sliceAnsi(string, beginSlice, endSlice?)
29
-
30
- #### string
31
-
32
- Type: `string`
33
-
34
- String with ANSI escape codes. Like one styled by [`chalk`](https://github.com/chalk/chalk).
35
-
36
- #### beginSlice
37
-
38
- Type: `number`
39
-
40
- Zero-based index at which to begin the slice.
41
-
42
- #### endSlice
43
-
44
- Type: `number`
45
-
46
- Zero-based index at which to end the slice.
47
-
48
-
49
- ## Related
50
-
51
- - [wrap-ansi](https://github.com/chalk/wrap-ansi) - Wordwrap a string with ANSI escape codes
52
- - [cli-truncate](https://github.com/sindresorhus/cli-truncate) - Truncate a string to a specific width in the terminal
53
- - [chalk](https://github.com/chalk/chalk) - Terminal string styling done right
54
-
55
-
56
- ## Maintainers
57
-
58
- - [Sindre Sorhus](https://github.com/sindresorhus)
59
- - [Josh Junon](https://github.com/qix-)
60
-
61
-
62
- ---
63
-
64
- <div align="center">
65
- <b>
66
- <a href="https://tidelift.com/subscription/pkg/npm-slice_ansi?utm_source=npm-slice-ansi&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
67
- </b>
68
- <br>
69
- <sub>
70
- Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
71
- </sub>
72
- </div>