angular-slickgrid 4.2.1 → 4.2.2

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 (205) hide show
  1. package/LICENSE +20 -20
  2. package/app/modules/angular-slickgrid/components/angular-slickgrid.component.d.ts +2 -2
  3. package/app/modules/angular-slickgrid/extensions/slickRowDetailView.d.ts +0 -2
  4. package/docs/assets/lib/multiple-select/README.md +17 -17
  5. package/esm2020/app/modules/angular-slickgrid/components/angular-slickgrid.component.mjs +14 -14
  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 +2 -4
  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 +7 -10
  19. package/esm2020/app/modules/angular-slickgrid/services/angularUtil.service.mjs +4 -4
  20. package/esm2020/app/modules/angular-slickgrid/services/bsDropdown.service.mjs +4 -4
  21. package/esm2020/app/modules/angular-slickgrid/services/container.service.mjs +4 -4
  22. package/esm2020/app/modules/angular-slickgrid/services/index.mjs +1 -1
  23. package/esm2020/app/modules/angular-slickgrid/services/translater.service.mjs +4 -4
  24. package/esm2020/app/modules/angular-slickgrid/services/utilities.mjs +1 -1
  25. package/esm2020/app/modules/angular-slickgrid/slickgrid-config.mjs +1 -1
  26. package/esm2020/public_api.mjs +1 -1
  27. package/fesm2015/angular-slickgrid.mjs +32 -37
  28. package/fesm2015/angular-slickgrid.mjs.map +1 -1
  29. package/fesm2020/angular-slickgrid.mjs +32 -37
  30. package/fesm2020/angular-slickgrid.mjs.map +1 -1
  31. package/i18n/en.json +89 -89
  32. package/i18n/fr.json +90 -90
  33. package/{angular-slickgrid.d.ts → index.d.ts} +0 -0
  34. package/package.json +11 -11
  35. package/test/cypress/node_modules/@cypress/request/README.md +1038 -0
  36. package/test/cypress/node_modules/@cypress/xvfb/README.md +48 -0
  37. package/test/cypress/node_modules/@cypress/xvfb/node_modules/debug/README.md +437 -0
  38. package/test/cypress/node_modules/@types/node/README.md +16 -0
  39. package/test/cypress/node_modules/@types/sinonjs__fake-timers/README.md +16 -0
  40. package/test/cypress/node_modules/@types/sizzle/README.md +16 -0
  41. package/test/cypress/node_modules/@types/yauzl/README.md +16 -0
  42. package/test/cypress/node_modules/@types/yauzl/node_modules/@types/node/README.md +16 -0
  43. package/test/cypress/node_modules/aggregate-error/README.md +61 -0
  44. package/test/cypress/node_modules/ansi-colors/README.md +315 -0
  45. package/test/cypress/node_modules/ansi-escapes/README.md +245 -0
  46. package/test/cypress/node_modules/ansi-regex/README.md +78 -0
  47. package/test/cypress/node_modules/ansi-styles/README.md +152 -0
  48. package/test/cypress/node_modules/arch/README.md +71 -0
  49. package/test/cypress/node_modules/asn1/README.md +50 -0
  50. package/test/cypress/node_modules/assert-plus/README.md +162 -0
  51. package/test/cypress/node_modules/astral-regex/README.md +46 -0
  52. package/test/cypress/node_modules/async/README.md +60 -0
  53. package/test/cypress/node_modules/asynckit/README.md +233 -0
  54. package/test/cypress/node_modules/at-least-node/README.md +25 -0
  55. package/test/cypress/node_modules/aws-sign2/README.md +4 -0
  56. package/test/cypress/node_modules/aws4/README.md +183 -0
  57. package/test/cypress/node_modules/balanced-match/README.md +91 -0
  58. package/test/cypress/node_modules/base64-js/README.md +34 -0
  59. package/test/cypress/node_modules/bcrypt-pbkdf/README.md +45 -0
  60. package/test/cypress/node_modules/blob-util/README.md +623 -0
  61. package/test/cypress/node_modules/bluebird/README.md +57 -0
  62. package/test/cypress/node_modules/brace-expansion/README.md +129 -0
  63. package/test/cypress/node_modules/buffer/README.md +410 -0
  64. package/test/cypress/node_modules/buffer-crc32/README.md +47 -0
  65. package/test/cypress/node_modules/cachedir/README.md +27 -0
  66. package/test/cypress/node_modules/caseless/README.md +45 -0
  67. package/test/cypress/node_modules/chalk/README.md +293 -0
  68. package/test/cypress/node_modules/chalk/node_modules/supports-color/README.md +76 -0
  69. package/test/cypress/node_modules/check-more-types/README.md +952 -0
  70. package/test/cypress/node_modules/ci-info/README.md +114 -0
  71. package/test/cypress/node_modules/clean-stack/README.md +76 -0
  72. package/test/cypress/node_modules/cli-cursor/README.md +55 -0
  73. package/test/cypress/node_modules/cli-table3/README.md +218 -0
  74. package/test/cypress/node_modules/cli-truncate/README.md +139 -0
  75. package/test/cypress/node_modules/color-convert/README.md +68 -0
  76. package/test/cypress/node_modules/color-name/README.md +11 -0
  77. package/test/cypress/node_modules/colorette/README.md +102 -0
  78. package/test/cypress/node_modules/colors/README.md +221 -0
  79. package/test/cypress/node_modules/combined-stream/README.md +138 -0
  80. package/test/cypress/node_modules/commander/README.md +737 -0
  81. package/test/cypress/node_modules/common-tags/README.md +687 -0
  82. package/test/cypress/node_modules/core-util-is/README.md +3 -0
  83. package/test/cypress/node_modules/cross-spawn/README.md +96 -0
  84. package/test/cypress/node_modules/cypress/README.md +25 -0
  85. package/test/cypress/node_modules/cypress/mount-utils/README.md +14 -0
  86. package/test/cypress/node_modules/cypress/react/README.md +414 -0
  87. package/test/cypress/node_modules/cypress/vue/README.md +678 -0
  88. package/test/cypress/node_modules/cypress/vue2/README.md +693 -0
  89. package/test/cypress/node_modules/dashdash/README.md +574 -0
  90. package/test/cypress/node_modules/dayjs/README.md +128 -0
  91. package/test/cypress/node_modules/debug/README.md +455 -0
  92. package/test/cypress/node_modules/delayed-stream/README.md +141 -0
  93. package/test/cypress/node_modules/ecc-jsbn/README.md +8 -0
  94. package/test/cypress/node_modules/emoji-regex/README.md +73 -0
  95. package/test/cypress/node_modules/end-of-stream/README.md +54 -0
  96. package/test/cypress/node_modules/enquirer/README.md +1752 -0
  97. package/test/cypress/node_modules/escape-string-regexp/README.md +27 -0
  98. package/test/cypress/node_modules/eventemitter2/README.md +809 -0
  99. package/test/cypress/node_modules/execa/README.md +656 -0
  100. package/test/cypress/node_modules/executable/README.md +64 -0
  101. package/test/cypress/node_modules/extend/README.md +81 -0
  102. package/test/cypress/node_modules/extract-zip/README.md +57 -0
  103. package/test/cypress/node_modules/extract-zip/node_modules/debug/README.md +455 -0
  104. package/test/cypress/node_modules/extsprintf/README.md +46 -0
  105. package/test/cypress/node_modules/fd-slicer/README.md +199 -0
  106. package/test/cypress/node_modules/figures/README.md +139 -0
  107. package/test/cypress/node_modules/forever-agent/README.md +4 -0
  108. package/test/cypress/node_modules/form-data/README.md +234 -0
  109. package/test/cypress/node_modules/fs-extra/README.md +264 -0
  110. package/test/cypress/node_modules/fs.realpath/README.md +33 -0
  111. package/test/cypress/node_modules/get-stream/README.md +124 -0
  112. package/test/cypress/node_modules/getos/README.md +79 -0
  113. package/test/cypress/node_modules/getpass/README.md +32 -0
  114. package/test/cypress/node_modules/glob/README.md +375 -0
  115. package/test/cypress/node_modules/global-dirs/README.md +72 -0
  116. package/test/cypress/node_modules/graceful-fs/README.md +133 -0
  117. package/test/cypress/node_modules/has-flag/README.md +89 -0
  118. package/test/cypress/node_modules/http-signature/README.md +80 -0
  119. package/test/cypress/node_modules/human-signals/README.md +155 -0
  120. package/test/cypress/node_modules/ieee754/README.md +51 -0
  121. package/test/cypress/node_modules/indent-string/README.md +70 -0
  122. package/test/cypress/node_modules/inflight/README.md +37 -0
  123. package/test/cypress/node_modules/inherits/README.md +42 -0
  124. package/test/cypress/node_modules/ini/README.md +102 -0
  125. package/test/cypress/node_modules/is-ci/README.md +50 -0
  126. package/test/cypress/node_modules/is-fullwidth-code-point/README.md +39 -0
  127. package/test/cypress/node_modules/is-installed-globally/README.md +31 -0
  128. package/test/cypress/node_modules/is-path-inside/README.md +63 -0
  129. package/test/cypress/node_modules/is-stream/README.md +57 -0
  130. package/test/cypress/node_modules/is-typedarray/README.md +16 -0
  131. package/test/cypress/node_modules/isexe/README.md +51 -0
  132. package/test/cypress/node_modules/isstream/README.md +66 -0
  133. package/test/cypress/node_modules/jsbn/README.md +175 -0
  134. package/test/cypress/node_modules/json-schema/README.md +3 -0
  135. package/test/cypress/node_modules/json-stringify-safe/README.md +52 -0
  136. package/test/cypress/node_modules/jsonfile/README.md +205 -0
  137. package/test/cypress/node_modules/jsonfile/node_modules/universalify/README.md +76 -0
  138. package/test/cypress/node_modules/jsprim/README.md +287 -0
  139. package/test/cypress/node_modules/lazy-ass/README.md +269 -0
  140. package/test/cypress/node_modules/listr2/README.md +17 -0
  141. package/test/cypress/node_modules/lodash/README.md +39 -0
  142. package/test/cypress/node_modules/lodash.once/README.md +18 -0
  143. package/test/cypress/node_modules/log-symbols/README.md +51 -0
  144. package/test/cypress/node_modules/log-update/README.md +97 -0
  145. package/test/cypress/node_modules/log-update/node_modules/slice-ansi/README.md +66 -0
  146. package/test/cypress/node_modules/log-update/node_modules/wrap-ansi/README.md +97 -0
  147. package/test/cypress/node_modules/lru-cache/README.md +166 -0
  148. package/test/cypress/node_modules/merge-stream/README.md +78 -0
  149. package/test/cypress/node_modules/mime-db/README.md +102 -0
  150. package/test/cypress/node_modules/mime-types/README.md +123 -0
  151. package/test/cypress/node_modules/mimic-fn/README.md +69 -0
  152. package/test/cypress/node_modules/minimatch/README.md +209 -0
  153. package/test/cypress/node_modules/ms/README.md +60 -0
  154. package/test/cypress/node_modules/npm-run-path/README.md +115 -0
  155. package/test/cypress/node_modules/once/README.md +79 -0
  156. package/test/cypress/node_modules/onetime/README.md +94 -0
  157. package/test/cypress/node_modules/ospath/README.md +53 -0
  158. package/test/cypress/node_modules/p-map/README.md +89 -0
  159. package/test/cypress/node_modules/path-is-absolute/README.md +59 -0
  160. package/test/cypress/node_modules/path-key/README.md +61 -0
  161. package/test/cypress/node_modules/pend/README.md +41 -0
  162. package/test/cypress/node_modules/performance-now/README.md +30 -0
  163. package/test/cypress/node_modules/pify/README.md +119 -0
  164. package/test/cypress/node_modules/pretty-bytes/README.md +131 -0
  165. package/test/cypress/node_modules/proxy-from-env/README.md +131 -0
  166. package/test/cypress/node_modules/psl/README.md +215 -0
  167. package/test/cypress/node_modules/pump/README.md +65 -0
  168. package/test/cypress/node_modules/punycode/README.md +122 -0
  169. package/test/cypress/node_modules/qs/README.md +475 -0
  170. package/test/cypress/node_modules/request-progress/README.md +78 -0
  171. package/test/cypress/node_modules/restore-cursor/README.md +26 -0
  172. package/test/cypress/node_modules/rimraf/README.md +101 -0
  173. package/test/cypress/node_modules/rxjs/README.md +147 -0
  174. package/test/cypress/node_modules/rxjs/_esm2015/README.md +147 -0
  175. package/test/cypress/node_modules/rxjs/_esm5/README.md +147 -0
  176. package/test/cypress/node_modules/rxjs/src/README.md +147 -0
  177. package/test/cypress/node_modules/safe-buffer/README.md +584 -0
  178. package/test/cypress/node_modules/safer-buffer/README.md +156 -0
  179. package/test/cypress/node_modules/semver/README.md +566 -0
  180. package/test/cypress/node_modules/shebang-command/README.md +34 -0
  181. package/test/cypress/node_modules/shebang-regex/README.md +33 -0
  182. package/test/cypress/node_modules/signal-exit/README.md +39 -0
  183. package/test/cypress/node_modules/slice-ansi/README.md +72 -0
  184. package/test/cypress/node_modules/sshpk/README.md +804 -0
  185. package/test/cypress/node_modules/string-width/README.md +50 -0
  186. package/test/cypress/node_modules/strip-ansi/README.md +46 -0
  187. package/test/cypress/node_modules/strip-final-newline/README.md +30 -0
  188. package/test/cypress/node_modules/supports-color/README.md +77 -0
  189. package/test/cypress/node_modules/throttleit/README.md +32 -0
  190. package/test/cypress/node_modules/tmp/README.md +365 -0
  191. package/test/cypress/node_modules/tough-cookie/README.md +527 -0
  192. package/test/cypress/node_modules/tslib/README.md +142 -0
  193. package/test/cypress/node_modules/tunnel-agent/README.md +4 -0
  194. package/test/cypress/node_modules/tweetnacl/README.md +459 -0
  195. package/test/cypress/node_modules/type-fest/README.md +760 -0
  196. package/test/cypress/node_modules/universalify/README.md +76 -0
  197. package/test/cypress/node_modules/untildify/README.md +30 -0
  198. package/test/cypress/node_modules/uuid/README.md +505 -0
  199. package/test/cypress/node_modules/verror/README.md +528 -0
  200. package/test/cypress/node_modules/verror/node_modules/extsprintf/README.md +46 -0
  201. package/test/cypress/node_modules/which/README.md +54 -0
  202. package/test/cypress/node_modules/wrap-ansi/README.md +91 -0
  203. package/test/cypress/node_modules/wrappy/README.md +36 -0
  204. package/test/cypress/node_modules/yallist/README.md +204 -0
  205. package/test/cypress/node_modules/yauzl/README.md +658 -0
@@ -0,0 +1,147 @@
1
+ # <img src="docs_app/assets/Rx_Logo_S.png" alt="RxJS Logo" width="86" height="86"> RxJS: Reactive Extensions For JavaScript
2
+
3
+ [![CircleCI](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x.svg?style=svg)](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x)
4
+ [![npm version](https://badge.fury.io/js/%40reactivex%2Frxjs.svg)](http://badge.fury.io/js/%40reactivex%2Frxjs)
5
+ [![Join the chat at https://gitter.im/Reactive-Extensions/RxJS](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Reactive-Extensions/RxJS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6
+
7
+ # RxJS 6 Stable
8
+
9
+ ### MIGRATION AND RELEASE INFORMATION:
10
+
11
+ Find out how to update to v6, **automatically update your TypeScript code**, and more!
12
+
13
+ - [Current home is MIGRATION.md](./docs_app/content/guide/v6/migration.md)
14
+
15
+ ### FOR V 5.X PLEASE GO TO [THE 5.0 BRANCH](https://github.com/ReactiveX/rxjs/tree/5.x)
16
+
17
+ Reactive Extensions Library for JavaScript. This is a rewrite of [Reactive-Extensions/RxJS](https://github.com/Reactive-Extensions/RxJS) and is the latest production-ready version of RxJS. This rewrite is meant to have better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface.
18
+
19
+ [Apache 2.0 License](LICENSE.txt)
20
+
21
+ - [Code of Conduct](CODE_OF_CONDUCT.md)
22
+ - [Contribution Guidelines](CONTRIBUTING.md)
23
+ - [Maintainer Guidelines](doc_app/content/maintainer-guidelines.md)
24
+ - [API Documentation](https://rxjs.dev/)
25
+
26
+ ## Versions In This Repository
27
+
28
+ - [master](https://github.com/ReactiveX/rxjs/commits/master) - This is all of the current, unreleased work, which is against v6 of RxJS right now
29
+ - [stable](https://github.com/ReactiveX/rxjs/commits/stable) - This is the branch for the latest version you'd get if you do `npm install rxjs`
30
+
31
+ ## Important
32
+
33
+ By contributing or commenting on issues in this repository, whether you've read them or not, you're agreeing to the [Contributor Code of Conduct](CODE_OF_CONDUCT.md). Much like traffic laws, ignorance doesn't grant you immunity.
34
+
35
+ ## Installation and Usage
36
+
37
+ ### ES6 via npm
38
+
39
+ ```sh
40
+ npm install rxjs
41
+ ```
42
+
43
+ It's recommended to pull in the Observable creation methods you need directly from `'rxjs'` as shown below with `range`. And you can pull in any operator you need from one spot, under `'rxjs/operators'`.
44
+
45
+ ```ts
46
+ import { range } from "rxjs";
47
+ import { map, filter } from "rxjs/operators";
48
+
49
+ range(1, 200)
50
+ .pipe(
51
+ filter(x => x % 2 === 1),
52
+ map(x => x + x)
53
+ )
54
+ .subscribe(x => console.log(x));
55
+ ```
56
+
57
+ Here, we're using the built-in `pipe` method on Observables to combine operators. See [pipeable operators](https://github.com/ReactiveX/rxjs/blob/master/doc/pipeable-operators.md) for more information.
58
+
59
+ ### CommonJS via npm
60
+
61
+ To install this library for CommonJS (CJS) usage, use the following command:
62
+
63
+ ```sh
64
+ npm install rxjs
65
+ ```
66
+
67
+ (Note: destructuring available in Node 8+)
68
+
69
+ ```js
70
+ const { range } = require('rxjs');
71
+ const { map, filter } = require('rxjs/operators');
72
+
73
+ range(1, 200).pipe(
74
+ filter(x => x % 2 === 1),
75
+ map(x => x + x)
76
+ ).subscribe(x => console.log(x));
77
+ ```
78
+
79
+ ### CDN
80
+
81
+ For CDN, you can use [unpkg](https://unpkg.com/):
82
+
83
+ https://unpkg.com/rxjs/bundles/rxjs.umd.min.js
84
+
85
+ The global namespace for rxjs is `rxjs`:
86
+
87
+ ```js
88
+ const { range } = rxjs;
89
+ const { map, filter } = rxjs.operators;
90
+
91
+ range(1, 200)
92
+ .pipe(
93
+ filter(x => x % 2 === 1),
94
+ map(x => x + x)
95
+ )
96
+ .subscribe(x => console.log(x));
97
+ ```
98
+
99
+ ## Goals
100
+
101
+ - Smaller overall bundles sizes
102
+ - Provide better performance than preceding versions of RxJS
103
+ - To model/follow the [Observable Spec Proposal](https://github.com/zenparsing/es-observable) to the observable
104
+ - Provide more modular file structure in a variety of formats
105
+ - Provide more debuggable call stacks than preceding versions of RxJS
106
+
107
+ ## Building/Testing
108
+
109
+ - `npm run build_all` - builds everything
110
+ - `npm test` - runs tests
111
+ - `npm run test_no_cache` - run test with `ts-node` set to false
112
+
113
+ ## Performance Tests
114
+
115
+ Run `npm run build_perf` or `npm run perf` to run the performance tests with `protractor`.
116
+
117
+ Run `npm run perf_micro [operator]` to run micro performance test benchmarking operator.
118
+
119
+ ## Adding documentation
120
+
121
+ We appreciate all contributions to the documentation of any type. All of the information needed to get the docs app up and running locally as well as how to contribute can be found in the [documentation directory](./docs_app).
122
+
123
+ ## Generating PNG marble diagrams
124
+
125
+ The script `npm run tests2png` requires some native packages installed locally: `imagemagick`, `graphicsmagick`, and `ghostscript`.
126
+
127
+ For Mac OS X with [Homebrew](http://brew.sh/):
128
+
129
+ - `brew install imagemagick`
130
+ - `brew install graphicsmagick`
131
+ - `brew install ghostscript`
132
+ - You may need to install the Ghostscript fonts manually:
133
+ - Download the tarball from the [gs-fonts project](https://sourceforge.net/projects/gs-fonts)
134
+ - `mkdir -p /usr/local/share/ghostscript && tar zxvf /path/to/ghostscript-fonts.tar.gz -C /usr/local/share/ghostscript`
135
+
136
+ For Debian Linux:
137
+
138
+ - `sudo add-apt-repository ppa:dhor/myway`
139
+ - `apt-get install imagemagick`
140
+ - `apt-get install graphicsmagick`
141
+ - `apt-get install ghostscript`
142
+
143
+ For Windows and other Operating Systems, check the download instructions here:
144
+
145
+ - http://imagemagick.org
146
+ - http://www.graphicsmagick.org
147
+ - http://www.ghostscript.com/
@@ -0,0 +1,147 @@
1
+ # <img src="docs_app/assets/Rx_Logo_S.png" alt="RxJS Logo" width="86" height="86"> RxJS: Reactive Extensions For JavaScript
2
+
3
+ [![CircleCI](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x.svg?style=svg)](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x)
4
+ [![npm version](https://badge.fury.io/js/%40reactivex%2Frxjs.svg)](http://badge.fury.io/js/%40reactivex%2Frxjs)
5
+ [![Join the chat at https://gitter.im/Reactive-Extensions/RxJS](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Reactive-Extensions/RxJS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6
+
7
+ # RxJS 6 Stable
8
+
9
+ ### MIGRATION AND RELEASE INFORMATION:
10
+
11
+ Find out how to update to v6, **automatically update your TypeScript code**, and more!
12
+
13
+ - [Current home is MIGRATION.md](./docs_app/content/guide/v6/migration.md)
14
+
15
+ ### FOR V 5.X PLEASE GO TO [THE 5.0 BRANCH](https://github.com/ReactiveX/rxjs/tree/5.x)
16
+
17
+ Reactive Extensions Library for JavaScript. This is a rewrite of [Reactive-Extensions/RxJS](https://github.com/Reactive-Extensions/RxJS) and is the latest production-ready version of RxJS. This rewrite is meant to have better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface.
18
+
19
+ [Apache 2.0 License](LICENSE.txt)
20
+
21
+ - [Code of Conduct](CODE_OF_CONDUCT.md)
22
+ - [Contribution Guidelines](CONTRIBUTING.md)
23
+ - [Maintainer Guidelines](doc_app/content/maintainer-guidelines.md)
24
+ - [API Documentation](https://rxjs.dev/)
25
+
26
+ ## Versions In This Repository
27
+
28
+ - [master](https://github.com/ReactiveX/rxjs/commits/master) - This is all of the current, unreleased work, which is against v6 of RxJS right now
29
+ - [stable](https://github.com/ReactiveX/rxjs/commits/stable) - This is the branch for the latest version you'd get if you do `npm install rxjs`
30
+
31
+ ## Important
32
+
33
+ By contributing or commenting on issues in this repository, whether you've read them or not, you're agreeing to the [Contributor Code of Conduct](CODE_OF_CONDUCT.md). Much like traffic laws, ignorance doesn't grant you immunity.
34
+
35
+ ## Installation and Usage
36
+
37
+ ### ES6 via npm
38
+
39
+ ```sh
40
+ npm install rxjs
41
+ ```
42
+
43
+ It's recommended to pull in the Observable creation methods you need directly from `'rxjs'` as shown below with `range`. And you can pull in any operator you need from one spot, under `'rxjs/operators'`.
44
+
45
+ ```ts
46
+ import { range } from "rxjs";
47
+ import { map, filter } from "rxjs/operators";
48
+
49
+ range(1, 200)
50
+ .pipe(
51
+ filter(x => x % 2 === 1),
52
+ map(x => x + x)
53
+ )
54
+ .subscribe(x => console.log(x));
55
+ ```
56
+
57
+ Here, we're using the built-in `pipe` method on Observables to combine operators. See [pipeable operators](https://github.com/ReactiveX/rxjs/blob/master/doc/pipeable-operators.md) for more information.
58
+
59
+ ### CommonJS via npm
60
+
61
+ To install this library for CommonJS (CJS) usage, use the following command:
62
+
63
+ ```sh
64
+ npm install rxjs
65
+ ```
66
+
67
+ (Note: destructuring available in Node 8+)
68
+
69
+ ```js
70
+ const { range } = require('rxjs');
71
+ const { map, filter } = require('rxjs/operators');
72
+
73
+ range(1, 200).pipe(
74
+ filter(x => x % 2 === 1),
75
+ map(x => x + x)
76
+ ).subscribe(x => console.log(x));
77
+ ```
78
+
79
+ ### CDN
80
+
81
+ For CDN, you can use [unpkg](https://unpkg.com/):
82
+
83
+ https://unpkg.com/rxjs/bundles/rxjs.umd.min.js
84
+
85
+ The global namespace for rxjs is `rxjs`:
86
+
87
+ ```js
88
+ const { range } = rxjs;
89
+ const { map, filter } = rxjs.operators;
90
+
91
+ range(1, 200)
92
+ .pipe(
93
+ filter(x => x % 2 === 1),
94
+ map(x => x + x)
95
+ )
96
+ .subscribe(x => console.log(x));
97
+ ```
98
+
99
+ ## Goals
100
+
101
+ - Smaller overall bundles sizes
102
+ - Provide better performance than preceding versions of RxJS
103
+ - To model/follow the [Observable Spec Proposal](https://github.com/zenparsing/es-observable) to the observable
104
+ - Provide more modular file structure in a variety of formats
105
+ - Provide more debuggable call stacks than preceding versions of RxJS
106
+
107
+ ## Building/Testing
108
+
109
+ - `npm run build_all` - builds everything
110
+ - `npm test` - runs tests
111
+ - `npm run test_no_cache` - run test with `ts-node` set to false
112
+
113
+ ## Performance Tests
114
+
115
+ Run `npm run build_perf` or `npm run perf` to run the performance tests with `protractor`.
116
+
117
+ Run `npm run perf_micro [operator]` to run micro performance test benchmarking operator.
118
+
119
+ ## Adding documentation
120
+
121
+ We appreciate all contributions to the documentation of any type. All of the information needed to get the docs app up and running locally as well as how to contribute can be found in the [documentation directory](./docs_app).
122
+
123
+ ## Generating PNG marble diagrams
124
+
125
+ The script `npm run tests2png` requires some native packages installed locally: `imagemagick`, `graphicsmagick`, and `ghostscript`.
126
+
127
+ For Mac OS X with [Homebrew](http://brew.sh/):
128
+
129
+ - `brew install imagemagick`
130
+ - `brew install graphicsmagick`
131
+ - `brew install ghostscript`
132
+ - You may need to install the Ghostscript fonts manually:
133
+ - Download the tarball from the [gs-fonts project](https://sourceforge.net/projects/gs-fonts)
134
+ - `mkdir -p /usr/local/share/ghostscript && tar zxvf /path/to/ghostscript-fonts.tar.gz -C /usr/local/share/ghostscript`
135
+
136
+ For Debian Linux:
137
+
138
+ - `sudo add-apt-repository ppa:dhor/myway`
139
+ - `apt-get install imagemagick`
140
+ - `apt-get install graphicsmagick`
141
+ - `apt-get install ghostscript`
142
+
143
+ For Windows and other Operating Systems, check the download instructions here:
144
+
145
+ - http://imagemagick.org
146
+ - http://www.graphicsmagick.org
147
+ - http://www.ghostscript.com/
@@ -0,0 +1,147 @@
1
+ # <img src="docs_app/assets/Rx_Logo_S.png" alt="RxJS Logo" width="86" height="86"> RxJS: Reactive Extensions For JavaScript
2
+
3
+ [![CircleCI](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x.svg?style=svg)](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x)
4
+ [![npm version](https://badge.fury.io/js/%40reactivex%2Frxjs.svg)](http://badge.fury.io/js/%40reactivex%2Frxjs)
5
+ [![Join the chat at https://gitter.im/Reactive-Extensions/RxJS](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Reactive-Extensions/RxJS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6
+
7
+ # RxJS 6 Stable
8
+
9
+ ### MIGRATION AND RELEASE INFORMATION:
10
+
11
+ Find out how to update to v6, **automatically update your TypeScript code**, and more!
12
+
13
+ - [Current home is MIGRATION.md](./docs_app/content/guide/v6/migration.md)
14
+
15
+ ### FOR V 5.X PLEASE GO TO [THE 5.0 BRANCH](https://github.com/ReactiveX/rxjs/tree/5.x)
16
+
17
+ Reactive Extensions Library for JavaScript. This is a rewrite of [Reactive-Extensions/RxJS](https://github.com/Reactive-Extensions/RxJS) and is the latest production-ready version of RxJS. This rewrite is meant to have better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface.
18
+
19
+ [Apache 2.0 License](LICENSE.txt)
20
+
21
+ - [Code of Conduct](CODE_OF_CONDUCT.md)
22
+ - [Contribution Guidelines](CONTRIBUTING.md)
23
+ - [Maintainer Guidelines](doc_app/content/maintainer-guidelines.md)
24
+ - [API Documentation](https://rxjs.dev/)
25
+
26
+ ## Versions In This Repository
27
+
28
+ - [master](https://github.com/ReactiveX/rxjs/commits/master) - This is all of the current, unreleased work, which is against v6 of RxJS right now
29
+ - [stable](https://github.com/ReactiveX/rxjs/commits/stable) - This is the branch for the latest version you'd get if you do `npm install rxjs`
30
+
31
+ ## Important
32
+
33
+ By contributing or commenting on issues in this repository, whether you've read them or not, you're agreeing to the [Contributor Code of Conduct](CODE_OF_CONDUCT.md). Much like traffic laws, ignorance doesn't grant you immunity.
34
+
35
+ ## Installation and Usage
36
+
37
+ ### ES6 via npm
38
+
39
+ ```sh
40
+ npm install rxjs
41
+ ```
42
+
43
+ It's recommended to pull in the Observable creation methods you need directly from `'rxjs'` as shown below with `range`. And you can pull in any operator you need from one spot, under `'rxjs/operators'`.
44
+
45
+ ```ts
46
+ import { range } from "rxjs";
47
+ import { map, filter } from "rxjs/operators";
48
+
49
+ range(1, 200)
50
+ .pipe(
51
+ filter(x => x % 2 === 1),
52
+ map(x => x + x)
53
+ )
54
+ .subscribe(x => console.log(x));
55
+ ```
56
+
57
+ Here, we're using the built-in `pipe` method on Observables to combine operators. See [pipeable operators](https://github.com/ReactiveX/rxjs/blob/master/doc/pipeable-operators.md) for more information.
58
+
59
+ ### CommonJS via npm
60
+
61
+ To install this library for CommonJS (CJS) usage, use the following command:
62
+
63
+ ```sh
64
+ npm install rxjs
65
+ ```
66
+
67
+ (Note: destructuring available in Node 8+)
68
+
69
+ ```js
70
+ const { range } = require('rxjs');
71
+ const { map, filter } = require('rxjs/operators');
72
+
73
+ range(1, 200).pipe(
74
+ filter(x => x % 2 === 1),
75
+ map(x => x + x)
76
+ ).subscribe(x => console.log(x));
77
+ ```
78
+
79
+ ### CDN
80
+
81
+ For CDN, you can use [unpkg](https://unpkg.com/):
82
+
83
+ https://unpkg.com/rxjs/bundles/rxjs.umd.min.js
84
+
85
+ The global namespace for rxjs is `rxjs`:
86
+
87
+ ```js
88
+ const { range } = rxjs;
89
+ const { map, filter } = rxjs.operators;
90
+
91
+ range(1, 200)
92
+ .pipe(
93
+ filter(x => x % 2 === 1),
94
+ map(x => x + x)
95
+ )
96
+ .subscribe(x => console.log(x));
97
+ ```
98
+
99
+ ## Goals
100
+
101
+ - Smaller overall bundles sizes
102
+ - Provide better performance than preceding versions of RxJS
103
+ - To model/follow the [Observable Spec Proposal](https://github.com/zenparsing/es-observable) to the observable
104
+ - Provide more modular file structure in a variety of formats
105
+ - Provide more debuggable call stacks than preceding versions of RxJS
106
+
107
+ ## Building/Testing
108
+
109
+ - `npm run build_all` - builds everything
110
+ - `npm test` - runs tests
111
+ - `npm run test_no_cache` - run test with `ts-node` set to false
112
+
113
+ ## Performance Tests
114
+
115
+ Run `npm run build_perf` or `npm run perf` to run the performance tests with `protractor`.
116
+
117
+ Run `npm run perf_micro [operator]` to run micro performance test benchmarking operator.
118
+
119
+ ## Adding documentation
120
+
121
+ We appreciate all contributions to the documentation of any type. All of the information needed to get the docs app up and running locally as well as how to contribute can be found in the [documentation directory](./docs_app).
122
+
123
+ ## Generating PNG marble diagrams
124
+
125
+ The script `npm run tests2png` requires some native packages installed locally: `imagemagick`, `graphicsmagick`, and `ghostscript`.
126
+
127
+ For Mac OS X with [Homebrew](http://brew.sh/):
128
+
129
+ - `brew install imagemagick`
130
+ - `brew install graphicsmagick`
131
+ - `brew install ghostscript`
132
+ - You may need to install the Ghostscript fonts manually:
133
+ - Download the tarball from the [gs-fonts project](https://sourceforge.net/projects/gs-fonts)
134
+ - `mkdir -p /usr/local/share/ghostscript && tar zxvf /path/to/ghostscript-fonts.tar.gz -C /usr/local/share/ghostscript`
135
+
136
+ For Debian Linux:
137
+
138
+ - `sudo add-apt-repository ppa:dhor/myway`
139
+ - `apt-get install imagemagick`
140
+ - `apt-get install graphicsmagick`
141
+ - `apt-get install ghostscript`
142
+
143
+ For Windows and other Operating Systems, check the download instructions here:
144
+
145
+ - http://imagemagick.org
146
+ - http://www.graphicsmagick.org
147
+ - http://www.ghostscript.com/
@@ -0,0 +1,147 @@
1
+ # <img src="docs_app/assets/Rx_Logo_S.png" alt="RxJS Logo" width="86" height="86"> RxJS: Reactive Extensions For JavaScript
2
+
3
+ [![CircleCI](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x.svg?style=svg)](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x)
4
+ [![npm version](https://badge.fury.io/js/%40reactivex%2Frxjs.svg)](http://badge.fury.io/js/%40reactivex%2Frxjs)
5
+ [![Join the chat at https://gitter.im/Reactive-Extensions/RxJS](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Reactive-Extensions/RxJS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6
+
7
+ # RxJS 6 Stable
8
+
9
+ ### MIGRATION AND RELEASE INFORMATION:
10
+
11
+ Find out how to update to v6, **automatically update your TypeScript code**, and more!
12
+
13
+ - [Current home is MIGRATION.md](./docs_app/content/guide/v6/migration.md)
14
+
15
+ ### FOR V 5.X PLEASE GO TO [THE 5.0 BRANCH](https://github.com/ReactiveX/rxjs/tree/5.x)
16
+
17
+ Reactive Extensions Library for JavaScript. This is a rewrite of [Reactive-Extensions/RxJS](https://github.com/Reactive-Extensions/RxJS) and is the latest production-ready version of RxJS. This rewrite is meant to have better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface.
18
+
19
+ [Apache 2.0 License](LICENSE.txt)
20
+
21
+ - [Code of Conduct](CODE_OF_CONDUCT.md)
22
+ - [Contribution Guidelines](CONTRIBUTING.md)
23
+ - [Maintainer Guidelines](doc_app/content/maintainer-guidelines.md)
24
+ - [API Documentation](https://rxjs.dev/)
25
+
26
+ ## Versions In This Repository
27
+
28
+ - [master](https://github.com/ReactiveX/rxjs/commits/master) - This is all of the current, unreleased work, which is against v6 of RxJS right now
29
+ - [stable](https://github.com/ReactiveX/rxjs/commits/stable) - This is the branch for the latest version you'd get if you do `npm install rxjs`
30
+
31
+ ## Important
32
+
33
+ By contributing or commenting on issues in this repository, whether you've read them or not, you're agreeing to the [Contributor Code of Conduct](CODE_OF_CONDUCT.md). Much like traffic laws, ignorance doesn't grant you immunity.
34
+
35
+ ## Installation and Usage
36
+
37
+ ### ES6 via npm
38
+
39
+ ```sh
40
+ npm install rxjs
41
+ ```
42
+
43
+ It's recommended to pull in the Observable creation methods you need directly from `'rxjs'` as shown below with `range`. And you can pull in any operator you need from one spot, under `'rxjs/operators'`.
44
+
45
+ ```ts
46
+ import { range } from "rxjs";
47
+ import { map, filter } from "rxjs/operators";
48
+
49
+ range(1, 200)
50
+ .pipe(
51
+ filter(x => x % 2 === 1),
52
+ map(x => x + x)
53
+ )
54
+ .subscribe(x => console.log(x));
55
+ ```
56
+
57
+ Here, we're using the built-in `pipe` method on Observables to combine operators. See [pipeable operators](https://github.com/ReactiveX/rxjs/blob/master/doc/pipeable-operators.md) for more information.
58
+
59
+ ### CommonJS via npm
60
+
61
+ To install this library for CommonJS (CJS) usage, use the following command:
62
+
63
+ ```sh
64
+ npm install rxjs
65
+ ```
66
+
67
+ (Note: destructuring available in Node 8+)
68
+
69
+ ```js
70
+ const { range } = require('rxjs');
71
+ const { map, filter } = require('rxjs/operators');
72
+
73
+ range(1, 200).pipe(
74
+ filter(x => x % 2 === 1),
75
+ map(x => x + x)
76
+ ).subscribe(x => console.log(x));
77
+ ```
78
+
79
+ ### CDN
80
+
81
+ For CDN, you can use [unpkg](https://unpkg.com/):
82
+
83
+ https://unpkg.com/rxjs/bundles/rxjs.umd.min.js
84
+
85
+ The global namespace for rxjs is `rxjs`:
86
+
87
+ ```js
88
+ const { range } = rxjs;
89
+ const { map, filter } = rxjs.operators;
90
+
91
+ range(1, 200)
92
+ .pipe(
93
+ filter(x => x % 2 === 1),
94
+ map(x => x + x)
95
+ )
96
+ .subscribe(x => console.log(x));
97
+ ```
98
+
99
+ ## Goals
100
+
101
+ - Smaller overall bundles sizes
102
+ - Provide better performance than preceding versions of RxJS
103
+ - To model/follow the [Observable Spec Proposal](https://github.com/zenparsing/es-observable) to the observable
104
+ - Provide more modular file structure in a variety of formats
105
+ - Provide more debuggable call stacks than preceding versions of RxJS
106
+
107
+ ## Building/Testing
108
+
109
+ - `npm run build_all` - builds everything
110
+ - `npm test` - runs tests
111
+ - `npm run test_no_cache` - run test with `ts-node` set to false
112
+
113
+ ## Performance Tests
114
+
115
+ Run `npm run build_perf` or `npm run perf` to run the performance tests with `protractor`.
116
+
117
+ Run `npm run perf_micro [operator]` to run micro performance test benchmarking operator.
118
+
119
+ ## Adding documentation
120
+
121
+ We appreciate all contributions to the documentation of any type. All of the information needed to get the docs app up and running locally as well as how to contribute can be found in the [documentation directory](./docs_app).
122
+
123
+ ## Generating PNG marble diagrams
124
+
125
+ The script `npm run tests2png` requires some native packages installed locally: `imagemagick`, `graphicsmagick`, and `ghostscript`.
126
+
127
+ For Mac OS X with [Homebrew](http://brew.sh/):
128
+
129
+ - `brew install imagemagick`
130
+ - `brew install graphicsmagick`
131
+ - `brew install ghostscript`
132
+ - You may need to install the Ghostscript fonts manually:
133
+ - Download the tarball from the [gs-fonts project](https://sourceforge.net/projects/gs-fonts)
134
+ - `mkdir -p /usr/local/share/ghostscript && tar zxvf /path/to/ghostscript-fonts.tar.gz -C /usr/local/share/ghostscript`
135
+
136
+ For Debian Linux:
137
+
138
+ - `sudo add-apt-repository ppa:dhor/myway`
139
+ - `apt-get install imagemagick`
140
+ - `apt-get install graphicsmagick`
141
+ - `apt-get install ghostscript`
142
+
143
+ For Windows and other Operating Systems, check the download instructions here:
144
+
145
+ - http://imagemagick.org
146
+ - http://www.graphicsmagick.org
147
+ - http://www.ghostscript.com/