angular-slickgrid 4.2.0 → 4.2.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 (232) hide show
  1. package/{dist/angular-slickgrid.d.ts → angular-slickgrid.d.ts} +0 -0
  2. package/{dist/app → app}/modules/angular-slickgrid/components/angular-slickgrid.component.d.ts +0 -0
  3. package/{dist/app → app}/modules/angular-slickgrid/constants.d.ts +0 -0
  4. package/{dist/app → app}/modules/angular-slickgrid/extensions/index.d.ts +0 -0
  5. package/{dist/app → app}/modules/angular-slickgrid/extensions/slickRowDetailView.d.ts +0 -0
  6. package/{dist/app → app}/modules/angular-slickgrid/global-grid-options.d.ts +0 -0
  7. package/{dist/app → app}/modules/angular-slickgrid/index.d.ts +0 -0
  8. package/{dist/app → app}/modules/angular-slickgrid/models/angularComponentOutput.interface.d.ts +0 -0
  9. package/{dist/app → app}/modules/angular-slickgrid/models/angularGridInstance.interface.d.ts +0 -0
  10. package/{dist/app → app}/modules/angular-slickgrid/models/externalTestingDependencies.interface.d.ts +0 -0
  11. package/{dist/app → app}/modules/angular-slickgrid/models/gridOption.interface.d.ts +0 -0
  12. package/{dist/app → app}/modules/angular-slickgrid/models/index.d.ts +0 -0
  13. package/{dist/app → app}/modules/angular-slickgrid/models/rowDetailView.interface.d.ts +0 -0
  14. package/{dist/app → app}/modules/angular-slickgrid/models/slickGrid.interface.d.ts +0 -0
  15. package/{dist/app → app}/modules/angular-slickgrid/modules/angular-slickgrid.module.d.ts +0 -0
  16. package/{dist/app → app}/modules/angular-slickgrid/services/angularUtil.service.d.ts +0 -0
  17. package/{dist/app → app}/modules/angular-slickgrid/services/bsDropdown.service.d.ts +0 -0
  18. package/{dist/app → app}/modules/angular-slickgrid/services/container.service.d.ts +0 -0
  19. package/{dist/app → app}/modules/angular-slickgrid/services/index.d.ts +0 -0
  20. package/{dist/app → app}/modules/angular-slickgrid/services/translater.service.d.ts +0 -0
  21. package/{dist/app → app}/modules/angular-slickgrid/services/utilities.d.ts +0 -0
  22. package/{dist/app → app}/modules/angular-slickgrid/slickgrid-config.d.ts +0 -0
  23. package/docs/assets/lib/multiple-select/README.md +17 -0
  24. package/{dist/esm2020 → esm2020}/angular-slickgrid.mjs +0 -0
  25. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/components/angular-slickgrid.component.mjs +0 -0
  26. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/constants.mjs +0 -0
  27. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/extensions/index.mjs +0 -0
  28. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/extensions/slickRowDetailView.mjs +0 -0
  29. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/global-grid-options.mjs +0 -0
  30. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/index.mjs +0 -0
  31. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/angularComponentOutput.interface.mjs +0 -0
  32. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/angularGridInstance.interface.mjs +0 -0
  33. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/externalTestingDependencies.interface.mjs +0 -0
  34. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/gridOption.interface.mjs +0 -0
  35. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/index.mjs +0 -0
  36. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/rowDetailView.interface.mjs +0 -0
  37. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/slickGrid.interface.mjs +0 -0
  38. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/modules/angular-slickgrid.module.mjs +0 -0
  39. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/angularUtil.service.mjs +0 -0
  40. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/bsDropdown.service.mjs +0 -0
  41. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/container.service.mjs +0 -0
  42. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/index.mjs +0 -0
  43. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/translater.service.mjs +0 -0
  44. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/utilities.mjs +0 -0
  45. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/slickgrid-config.mjs +0 -0
  46. package/{dist/esm2020 → esm2020}/public_api.mjs +0 -0
  47. package/{dist/fesm2015 → fesm2015}/angular-slickgrid.mjs +0 -0
  48. package/{dist/fesm2015 → fesm2015}/angular-slickgrid.mjs.map +0 -0
  49. package/{dist/fesm2020 → fesm2020}/angular-slickgrid.mjs +0 -0
  50. package/{dist/fesm2020 → fesm2020}/angular-slickgrid.mjs.map +0 -0
  51. package/{dist/i18n → i18n}/en.json +0 -0
  52. package/{dist/i18n → i18n}/fr.json +0 -0
  53. package/package.json +25 -110
  54. package/{dist/public_api.d.ts → public_api.d.ts} +0 -0
  55. package/.browserslistrc +0 -12
  56. package/.codecov.yml +0 -17
  57. package/.editorconfig +0 -18
  58. package/.eslintrc.json +0 -50
  59. package/.github/CODE_OF_CONDUCT.md +0 -76
  60. package/.github/FUNDING.yml +0 -8
  61. package/.github/ISSUE_TEMPLATE/bug_report.yml +0 -54
  62. package/.github/ISSUE_TEMPLATE/config.yml +0 -5
  63. package/.github/ISSUE_TEMPLATE/feature_request.yml +0 -44
  64. package/.github/renovate.json5 +0 -26
  65. package/.github/stale.yml +0 -7
  66. package/.github/workflows/main.yml +0 -83
  67. package/.vscode/extensions.json +0 -9
  68. package/.vscode/launch.json +0 -72
  69. package/.vscode/settings.json +0 -7
  70. package/.vscode/tasks.json +0 -77
  71. package/CHANGELOG.md +0 -1172
  72. package/angular.json +0 -148
  73. package/dist/LICENSE +0 -20
  74. package/dist/README.md +0 -182
  75. package/dist/package.json +0 -79
  76. package/global.d.ts +0 -1
  77. package/ngcc.config.js +0 -13
  78. package/screenshots/column-picker.png +0 -0
  79. package/screenshots/composite-editor.png +0 -0
  80. package/screenshots/draggable-grouping.png +0 -0
  81. package/screenshots/editors.png +0 -0
  82. package/screenshots/export-to-file.png +0 -0
  83. package/screenshots/filter_and_sort.png +0 -0
  84. package/screenshots/formatters.png +0 -0
  85. package/screenshots/frozen.png +0 -0
  86. package/screenshots/multipleSelectFilter.png +0 -0
  87. package/screenshots/pagination.png +0 -0
  88. package/screenshots/selectFilter.png +0 -0
  89. package/screenshots/singleFilter.png +0 -0
  90. package/src/app/app-routing.module.ts +0 -83
  91. package/src/app/app.component.html +0 -160
  92. package/src/app/app.component.scss +0 -65
  93. package/src/app/app.component.ts +0 -10
  94. package/src/app/app.module.ts +0 -175
  95. package/src/app/examples/custom-angularComponentEditor.ts +0 -184
  96. package/src/app/examples/custom-angularComponentFilter.ts +0 -126
  97. package/src/app/examples/custom-inputEditor.ts +0 -124
  98. package/src/app/examples/custom-inputFilter.ts +0 -142
  99. package/src/app/examples/custom-titleFormatter.component.ts +0 -8
  100. package/src/app/examples/editor-ng-select.component.ts +0 -37
  101. package/src/app/examples/filter-ng-select.component.ts +0 -32
  102. package/src/app/examples/grid-additem.component.html +0 -48
  103. package/src/app/examples/grid-additem.component.ts +0 -272
  104. package/src/app/examples/grid-angular.component.html +0 -79
  105. package/src/app/examples/grid-angular.component.scss +0 -28
  106. package/src/app/examples/grid-angular.component.ts +0 -370
  107. package/src/app/examples/grid-autoheight.component.html +0 -52
  108. package/src/app/examples/grid-autoheight.component.ts +0 -147
  109. package/src/app/examples/grid-basic.component.html +0 -29
  110. package/src/app/examples/grid-basic.component.ts +0 -82
  111. package/src/app/examples/grid-clientside.component.html +0 -51
  112. package/src/app/examples/grid-clientside.component.ts +0 -293
  113. package/src/app/examples/grid-colspan.component.html +0 -39
  114. package/src/app/examples/grid-colspan.component.scss +0 -11
  115. package/src/app/examples/grid-colspan.component.ts +0 -155
  116. package/src/app/examples/grid-composite-editor.component.html +0 -79
  117. package/src/app/examples/grid-composite-editor.component.scss +0 -19
  118. package/src/app/examples/grid-composite-editor.component.ts +0 -948
  119. package/src/app/examples/grid-contextmenu.component.html +0 -62
  120. package/src/app/examples/grid-contextmenu.component.scss +0 -44
  121. package/src/app/examples/grid-contextmenu.component.ts +0 -473
  122. package/src/app/examples/grid-custom-tooltip.component.html +0 -25
  123. package/src/app/examples/grid-custom-tooltip.component.scss +0 -77
  124. package/src/app/examples/grid-custom-tooltip.component.ts +0 -483
  125. package/src/app/examples/grid-draggrouping.component.html +0 -93
  126. package/src/app/examples/grid-draggrouping.component.ts +0 -397
  127. package/src/app/examples/grid-editor.component.html +0 -88
  128. package/src/app/examples/grid-editor.component.ts +0 -699
  129. package/src/app/examples/grid-formatter.component.html +0 -26
  130. package/src/app/examples/grid-formatter.component.ts +0 -162
  131. package/src/app/examples/grid-frozen.component.html +0 -65
  132. package/src/app/examples/grid-frozen.component.scss +0 -11
  133. package/src/app/examples/grid-frozen.component.ts +0 -303
  134. package/src/app/examples/grid-graphql-nopage.component.html +0 -33
  135. package/src/app/examples/grid-graphql-nopage.component.scss +0 -9
  136. package/src/app/examples/grid-graphql-nopage.component.ts +0 -242
  137. package/src/app/examples/grid-graphql.component.html +0 -87
  138. package/src/app/examples/grid-graphql.component.ts +0 -304
  139. package/src/app/examples/grid-grouping.component.html +0 -80
  140. package/src/app/examples/grid-grouping.component.ts +0 -313
  141. package/src/app/examples/grid-headerbutton.component.html +0 -31
  142. package/src/app/examples/grid-headerbutton.component.scss +0 -10
  143. package/src/app/examples/grid-headerbutton.component.ts +0 -233
  144. package/src/app/examples/grid-headermenu.component.html +0 -31
  145. package/src/app/examples/grid-headermenu.component.scss +0 -25
  146. package/src/app/examples/grid-headermenu.component.ts +0 -159
  147. package/src/app/examples/grid-localization.component.html +0 -54
  148. package/src/app/examples/grid-localization.component.ts +0 -293
  149. package/src/app/examples/grid-menu.component.html +0 -37
  150. package/src/app/examples/grid-menu.component.scss +0 -28
  151. package/src/app/examples/grid-menu.component.ts +0 -229
  152. package/src/app/examples/grid-odata.component.html +0 -116
  153. package/src/app/examples/grid-odata.component.ts +0 -441
  154. package/src/app/examples/grid-range.component.html +0 -74
  155. package/src/app/examples/grid-range.component.ts +0 -291
  156. package/src/app/examples/grid-remote.component.html +0 -37
  157. package/src/app/examples/grid-remote.component.ts +0 -153
  158. package/src/app/examples/grid-resize-by-content.component.html +0 -62
  159. package/src/app/examples/grid-resize-by-content.component.scss +0 -19
  160. package/src/app/examples/grid-resize-by-content.component.ts +0 -780
  161. package/src/app/examples/grid-rowdetail.component.html +0 -35
  162. package/src/app/examples/grid-rowdetail.component.ts +0 -205
  163. package/src/app/examples/grid-rowmove.component.html +0 -49
  164. package/src/app/examples/grid-rowmove.component.ts +0 -234
  165. package/src/app/examples/grid-rowselection.component.html +0 -76
  166. package/src/app/examples/grid-rowselection.component.ts +0 -267
  167. package/src/app/examples/grid-state.component.html +0 -36
  168. package/src/app/examples/grid-state.component.ts +0 -259
  169. package/src/app/examples/grid-tabs.component.html +0 -35
  170. package/src/app/examples/grid-tabs.component.ts +0 -115
  171. package/src/app/examples/grid-trading.component.html +0 -58
  172. package/src/app/examples/grid-trading.component.scss +0 -49
  173. package/src/app/examples/grid-trading.component.ts +0 -319
  174. package/src/app/examples/grid-tree-data-hierarchical.component.html +0 -79
  175. package/src/app/examples/grid-tree-data-hierarchical.component.scss +0 -47
  176. package/src/app/examples/grid-tree-data-hierarchical.component.ts +0 -311
  177. package/src/app/examples/grid-tree-data-parent-child.component.html +0 -108
  178. package/src/app/examples/grid-tree-data-parent-child.component.scss +0 -10
  179. package/src/app/examples/grid-tree-data-parent-child.component.ts +0 -351
  180. package/src/app/examples/home.component.html +0 -41
  181. package/src/app/examples/home.component.ts +0 -9
  182. package/src/app/examples/rowdetail-preload.component.ts +0 -10
  183. package/src/app/examples/rowdetail-view.component.html +0 -36
  184. package/src/app/examples/rowdetail-view.component.ts +0 -54
  185. package/src/app/examples/swt-common-grid-pagination.component.ts +0 -156
  186. package/src/app/examples/swt-common-grid-test.component.html +0 -30
  187. package/src/app/examples/swt-common-grid-test.component.ts +0 -219
  188. package/src/app/examples/swt-common-grid.component.ts +0 -436
  189. package/src/app/examples/swt-logger.service.ts +0 -165
  190. package/src/app/modules/angular-slickgrid/components/angular-slickgrid.component.html +0 -4
  191. package/src/app/modules/angular-slickgrid/components/angular-slickgrid.component.ts +0 -1395
  192. package/src/app/modules/angular-slickgrid/constants.ts +0 -97
  193. package/src/app/modules/angular-slickgrid/extensions/index.ts +0 -1
  194. package/src/app/modules/angular-slickgrid/extensions/slickRowDetailView.ts +0 -375
  195. package/src/app/modules/angular-slickgrid/global-grid-options.ts +0 -245
  196. package/src/app/modules/angular-slickgrid/index.ts +0 -11
  197. package/src/app/modules/angular-slickgrid/models/angularComponentOutput.interface.ts +0 -6
  198. package/src/app/modules/angular-slickgrid/models/angularGridInstance.interface.ts +0 -68
  199. package/src/app/modules/angular-slickgrid/models/externalTestingDependencies.interface.ts +0 -37
  200. package/src/app/modules/angular-slickgrid/models/gridOption.interface.ts +0 -12
  201. package/src/app/modules/angular-slickgrid/models/index.ts +0 -6
  202. package/src/app/modules/angular-slickgrid/models/rowDetailView.interface.ts +0 -33
  203. package/src/app/modules/angular-slickgrid/models/slickGrid.interface.ts +0 -7
  204. package/src/app/modules/angular-slickgrid/modules/angular-slickgrid.module.ts +0 -37
  205. package/src/app/modules/angular-slickgrid/services/angularUtil.service.ts +0 -48
  206. package/src/app/modules/angular-slickgrid/services/bsDropdown.service.ts +0 -142
  207. package/src/app/modules/angular-slickgrid/services/container.service.ts +0 -24
  208. package/src/app/modules/angular-slickgrid/services/index.ts +0 -5
  209. package/src/app/modules/angular-slickgrid/services/translater.service.ts +0 -38
  210. package/src/app/modules/angular-slickgrid/services/utilities.ts +0 -19
  211. package/src/app/modules/angular-slickgrid/slickgrid-config.ts +0 -10
  212. package/src/app/slickgrid-custom-variables.scss +0 -10
  213. package/src/assets/.gitkeep +0 -0
  214. package/src/assets/data/collection_100_numbers.json +0 -12
  215. package/src/assets/data/collection_500_numbers.json +0 -52
  216. package/src/assets/data/countries.json +0 -245
  217. package/src/assets/data/country_names.json +0 -245
  218. package/src/assets/data/customers_100.json +0 -102
  219. package/src/assets/i18n/en.json +0 -90
  220. package/src/assets/i18n/fr.json +0 -91
  221. package/src/environments/environment.prod.ts +0 -3
  222. package/src/environments/environment.ts +0 -8
  223. package/src/favicon.ico +0 -0
  224. package/src/index.html +0 -18
  225. package/src/main.ts +0 -13
  226. package/src/polyfills.ts +0 -52
  227. package/src/public_api.ts +0 -1
  228. package/src/styles.scss +0 -66
  229. package/src/typings.d.ts +0 -10
  230. package/tsconfig.app.json +0 -25
  231. package/tsconfig.json +0 -40
  232. package/tsconfig.spec.json +0 -23
@@ -0,0 +1,17 @@
1
+ # Multiple Select
2
+
3
+ Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
4
+
5
+ To get started checkout examples and documentation at http://wenzhixin.net.cn/p/multiple-select
6
+
7
+ ## jsFiddle examples
8
+
9
+ https://github.com/wenzhixin/multiple-select/issues/255
10
+
11
+ ## Changelog
12
+
13
+ [CHANGELOG](https://github.com/wenzhixin/multiple-select/blob/master/CHANGELOG.md)
14
+
15
+ ## LICENSE
16
+
17
+ [The MIT License](https://github.com/wenzhixin/multiple-select/blob/master/LICENSE)
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-slickgrid",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Slickgrid components made available in Angular",
5
5
  "keywords": [
6
6
  "angular",
@@ -15,41 +15,6 @@
15
15
  "bugs": {
16
16
  "url": "https://github.com/ghiscoding/Angular-Slickgrid/issues"
17
17
  },
18
- "scripts": {
19
- "ng": "ng",
20
- "start": "ng serve --port 4300",
21
- "postinstall": "ngcc",
22
- "prebuild": "npm-run-all delete:dist lint",
23
- "build": "npm run packagr",
24
- "postbuild": "npm-run-all copy:i18n copy:lib",
25
- "build:with-e2e": "npm-run-all build cypress:ci",
26
- "build:gh-demo": "npm run build",
27
- "postbuild:gh-demo": "npm-run-all del-demo:dist copy-demo:dist",
28
- "build:gh-demo:with-e2e": "npm run build:gh-demo",
29
- "postbuild:gh-demo:with-e2e": "npm run cypress:ci",
30
- "delete:dist": "cross-env rimraf dist",
31
- "cypress": "cd test/cypress && node node_modules/cypress/bin/cypress open",
32
- "cypress:ci": "cd test/cypress && npm run cypress:ci",
33
- "lint": "ng lint",
34
- "test": "npm run test:jest",
35
- "test:jest": "npx jest --config test/jest.config.js",
36
- "jest:ci": "npx jest --runInBand --coverage=true --ci --config ./test/jest.config.js",
37
- "jest:clear": "npx jest --clearCache",
38
- "jest:watch": "npx jest --config test/jest.config.js --watch",
39
- "jest:coverage": "npx jest --config test/jest.config.js --runInBand --coverage",
40
- "jest:snapshot": "npx jest --config test/jest.config.js --coverage -u",
41
- "copy:i18n": "cross-env copyfiles -f src/assets/i18n/*.json dist/i18n",
42
- "copy:lib": "cross-env copyfiles --up 2 src/assets/lib/** dist",
43
- "copy-demo:dist": "cross-env copyfiles --up 1 dist/**/*.* ../angular-slickgrid-demos/bootstrap3-demo-with-translate/node_modules/angular-slickgrid",
44
- "del-demo:dist": "cross-env rimraf ../angular-slickgrid-demos/bootstrap3-demo-with-translate/node_modules/angular-slickgrid",
45
- "packagr": "ng-packagr -p package.json",
46
- "changelog": "cross-env conventional-changelog -p angular -i doc/CHANGELOG.md -s",
47
- "bump-version": "npm --no-git-tag-version version",
48
- "prepare-release": "cross-env npm run changelog && npm run build && npm run doc",
49
- "release": "standard-version",
50
- "build:demo": "ng build --configuration=production",
51
- "pack-lib": "npm pack ./dist"
52
- },
53
18
  "repository": {
54
19
  "type": "git",
55
20
  "url": "http://github.com/ghiscoding/angular-slickgrid"
@@ -63,16 +28,6 @@
63
28
  "type": "ko_fi",
64
29
  "url": "https://ko-fi.com/ghiscoding"
65
30
  },
66
- "ngPackage": {
67
- "$schema": "./node_modules/ng-packagr/ng-package.schema.json",
68
- "allowedNonPeerDependencies": [
69
- "."
70
- ],
71
- "dest": "dist",
72
- "lib": {
73
- "entryFile": "src/public_api.ts"
74
- }
75
- },
76
31
  "dependencies": {
77
32
  "@slickgrid-universal/common": "^1.3.0",
78
33
  "@slickgrid-universal/custom-footer-component": "^1.3.0",
@@ -88,77 +43,37 @@
88
43
  "font-awesome": "^4.7.0",
89
44
  "jquery": "^3.6.0",
90
45
  "moment-mini": "^2.24.0",
91
- "rxjs": "^7.5.5"
46
+ "rxjs": "^7.5.5",
47
+ "tslib": "^2.3.0"
92
48
  },
93
49
  "peerDependencies": {
94
50
  "@ngx-translate/core": ">=14.0.0"
95
51
  },
96
- "devDependencies": {
97
- "@angular-devkit/build-angular": "~13.3.8",
98
- "@angular-eslint/builder": "^13.5.0",
99
- "@angular-eslint/eslint-plugin": "^13.5.0",
100
- "@angular-eslint/eslint-plugin-template": "^13.5.0",
101
- "@angular-eslint/schematics": "^13.5.0",
102
- "@angular-eslint/template-parser": "^13.5.0",
103
- "@angular/animations": "^13.3.11",
104
- "@angular/cli": "^13.3.8",
105
- "@angular/common": "^13.3.11",
106
- "@angular/compiler": "^13.3.11",
107
- "@angular/compiler-cli": "^13.3.11",
108
- "@angular/core": "^13.3.11",
109
- "@angular/forms": "^13.3.11",
110
- "@angular/language-service": "^13.3.11",
111
- "@angular/platform-browser": "^13.3.11",
112
- "@angular/platform-browser-dynamic": "^13.3.11",
113
- "@angular/router": "^13.3.11",
114
- "@faker-js/faker": "^7.2.0",
115
- "@fnando/sparkline": "^0.3.10",
116
- "@ng-select/ng-select": "^8.3.0",
117
- "@ngx-translate/core": "^14.0.0",
118
- "@ngx-translate/http-loader": "^7.0.0",
119
- "@slickgrid-universal/composite-editor-component": "^1.3.0",
120
- "@slickgrid-universal/custom-tooltip-plugin": "^1.3.0",
121
- "@slickgrid-universal/excel-export": "^1.3.0",
122
- "@slickgrid-universal/graphql": "^1.3.0",
123
- "@slickgrid-universal/odata": "^1.3.0",
124
- "@slickgrid-universal/text-export": "^1.3.0",
125
- "@types/flatpickr": "^3.1.2",
126
- "@types/fnando__sparkline": "^0.3.4",
127
- "@types/jest": "^28.1.2",
128
- "@types/moment": "^2.13.0",
129
- "@types/node": "^18.0.0",
130
- "@types/text-encoding-utf-8": "^1.0.2",
131
- "@typescript-eslint/eslint-plugin": "^5.28.0",
132
- "@typescript-eslint/parser": "^5.28.0",
133
- "autoprefixer": "^10.4.7",
134
- "bootstrap": "^5.1.3",
135
- "conventional-changelog": "^3.1.25",
136
- "copyfiles": "^2.4.1",
137
- "cross-env": "^7.0.3",
138
- "custom-event-polyfill": "^1.0.7",
139
- "eslint": "^8.18.0",
140
- "jest": "^28.1.1",
141
- "jest-extended": "^2.0.0",
142
- "jest-preset-angular": "^12.1.0",
143
- "ng-packagr": "^13.3.1",
144
- "ngx-bootstrap": "^8.0.0",
145
- "npm-run-all2": "^6.0.1",
146
- "postcss": "^8.4.14",
147
- "postcss-cli": "^9.1.0",
148
- "rimraf": "^3.0.2",
149
- "sass": "^1.52.3",
150
- "standard-version": "^9.5.0",
151
- "stream-browserify": "^3.0.0",
152
- "ts-node": "^10.8.1",
153
- "tslib": "^2.4.0",
154
- "typescript": "~4.4.4",
155
- "zone.js": "~0.11.6"
156
- },
157
52
  "engines": {
158
53
  "node": ">=14.17.0",
159
54
  "npm": ">=6.14.13"
160
55
  },
161
56
  "resolutions": {
162
57
  "caniuse-lite": "1.0.30001356"
163
- }
164
- }
58
+ },
59
+ "module": "fesm2015/angular-slickgrid.mjs",
60
+ "es2020": "fesm2020/angular-slickgrid.mjs",
61
+ "esm2020": "esm2020/angular-slickgrid.mjs",
62
+ "fesm2020": "fesm2020/angular-slickgrid.mjs",
63
+ "fesm2015": "fesm2015/angular-slickgrid.mjs",
64
+ "typings": "angular-slickgrid.d.ts",
65
+ "exports": {
66
+ "./package.json": {
67
+ "default": "./package.json"
68
+ },
69
+ ".": {
70
+ "types": "./angular-slickgrid.d.ts",
71
+ "esm2020": "./esm2020/angular-slickgrid.mjs",
72
+ "es2020": "./fesm2020/angular-slickgrid.mjs",
73
+ "es2015": "./fesm2015/angular-slickgrid.mjs",
74
+ "node": "./fesm2015/angular-slickgrid.mjs",
75
+ "default": "./fesm2020/angular-slickgrid.mjs"
76
+ }
77
+ },
78
+ "sideEffects": false
79
+ }
File without changes
package/.browserslistrc DELETED
@@ -1,12 +0,0 @@
1
- # This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
2
- # For additional information regarding the format and rule options, please see:
3
- # https://github.com/browserslist/browserslist#queries
4
-
5
- # You can see what browsers were selected by your queries by running:
6
- # npx browserslist
7
-
8
- > 0.5%
9
- last 2 versions
10
- Firefox ESR
11
- not dead
12
- not IE 9-11 # For IE 9-11 support, remove 'not'.
package/.codecov.yml DELETED
@@ -1,17 +0,0 @@
1
- coverage:
2
- precision: 2
3
- round: up
4
- range: "50...95"
5
-
6
- status:
7
- project:
8
- default:
9
- target: auto
10
- # Fail the status if coverage drops by >= 3%
11
- threshold: 3%
12
- branches: null
13
- patch:
14
- default:
15
- threshold: 5%
16
- github_checks:
17
- annotations: false
package/.editorconfig DELETED
@@ -1,18 +0,0 @@
1
- # http://editorconfig.org
2
- root = true
3
-
4
- [*]
5
- charset = utf-8
6
- end_of_line = lf
7
- indent_style = space
8
- indent_size = 4
9
- insert_final_newline = false
10
- trim_trailing_whitespace = true
11
-
12
- [*]
13
- indent_style = space
14
- indent_size = 2
15
-
16
- [*.md]
17
- max_line_length = 0
18
- trim_trailing_whitespace = false
package/.eslintrc.json DELETED
@@ -1,50 +0,0 @@
1
- {
2
- "root": true,
3
- "ignorePatterns": [
4
- "projects/**/*"
5
- ],
6
- "overrides": [
7
- {
8
- "files": [
9
- "*.ts"
10
- ],
11
- "parserOptions": {
12
- "project": [
13
- "tsconfig.json"
14
- ],
15
- "createDefaultProgram": true
16
- },
17
- "extends": [
18
- "plugin:@angular-eslint/recommended",
19
- "plugin:@angular-eslint/template/process-inline-templates"
20
- ],
21
- "rules": {
22
- "@angular-eslint/directive-selector": [
23
- "error",
24
- {
25
- "type": "attribute",
26
- "prefix": "app",
27
- "style": "camelCase"
28
- }
29
- ],
30
- "@angular-eslint/component-selector": [
31
- "error",
32
- {
33
- "type": "element",
34
- "style": "kebab-case"
35
- }
36
- ],
37
- "@angular-eslint/no-output-on-prefix": 0
38
- }
39
- },
40
- {
41
- "files": [
42
- "*.html"
43
- ],
44
- "extends": [
45
- "plugin:@angular-eslint/template/recommended"
46
- ],
47
- "rules": {}
48
- }
49
- ]
50
- }
@@ -1,76 +0,0 @@
1
- # Angular-Slickgrid Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- In the interest of fostering an open and welcoming environment, we as
6
- contributors and maintainers pledge to making participation in our project and
7
- our community a harassment-free experience for everyone, regardless of age, body
8
- size, disability, ethnicity, sex characteristics, gender identity and expression,
9
- level of experience, education, socio-economic status, nationality, personal
10
- appearance, race, religion, or sexual identity and orientation.
11
-
12
- ## Our Standards
13
-
14
- Examples of behavior that contributes to creating a positive environment
15
- include:
16
-
17
- * Using welcoming and inclusive language
18
- * Being respectful of differing viewpoints and experiences
19
- * Gracefully accepting constructive criticism
20
- * Focusing on what is best for the community
21
- * Showing empathy towards other community members
22
-
23
- Examples of unacceptable behavior by participants include:
24
-
25
- * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
27
- * Trolling, insulting/derogatory comments, and personal or political attacks
28
- * Public or private harassment
29
- * Publishing others' private information, such as a physical or electronic
30
- address, without explicit permission
31
- * Other conduct which could reasonably be considered inappropriate in a
32
- professional setting
33
-
34
- ## Our Responsibilities
35
-
36
- Project maintainers are responsible for clarifying the standards of acceptable
37
- behavior and are expected to take appropriate and fair corrective action in
38
- response to any instances of unacceptable behavior.
39
-
40
- Project maintainers have the right and responsibility to remove, edit, or
41
- reject comments, commits, code, wiki edits, issues, and other contributions
42
- that are not aligned to this Code of Conduct, or to ban temporarily or
43
- permanently any contributor for other behaviors that they deem inappropriate,
44
- threatening, offensive, or harmful.
45
-
46
- ## Scope
47
-
48
- This Code of Conduct applies within all project spaces, and it also applies when
49
- an individual is representing the project or its community in public spaces.
50
- Examples of representing a project or community include using an official
51
- project e-mail address, posting via an official social media account, or acting
52
- as an appointed representative at an online or offline event. Representation of
53
- a project may be further defined and clarified by project maintainers.
54
-
55
- ## Enforcement
56
-
57
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team. All
59
- complaints will be reviewed and investigated and will result in a response that
60
- is deemed necessary and appropriate to the circumstances. The project team is
61
- obligated to maintain confidentiality with regard to the reporter of an incident.
62
- Further details of specific enforcement policies may be posted separately.
63
-
64
- Project maintainers who do not follow or enforce the Code of Conduct in good
65
- faith may face temporary or permanent repercussions as determined by other
66
- members of the project's leadership.
67
-
68
- ## Attribution
69
-
70
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
- available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
72
-
73
- [homepage]: https://www.contributor-covenant.org
74
-
75
- For answers to common questions about this code of conduct, see
76
- https://www.contributor-covenant.org/faq
@@ -1,8 +0,0 @@
1
- # These are supported funding model platforms
2
-
3
- github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4
- patreon: # Replace with a single Patreon username
5
- open_collective: # Replace with a single Open Collective username
6
- ko_fi: ghiscoding
7
- tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8
- custom: # Replace with a single custom sponsorship URL
@@ -1,54 +0,0 @@
1
- name: 🐞 Bug report
2
- description: Report an issue with Angular-Slickgrid
3
- labels: [pending triage]
4
- body:
5
- - type: markdown
6
- attributes:
7
- value: |
8
- Thanks for taking the time to fill out this bug report!
9
- - type: textarea
10
- id: bug-description
11
- attributes:
12
- label: Describe the bug
13
- description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
14
- placeholder: Bug description
15
- validations:
16
- required: true
17
- - type: textarea
18
- id: reproduction
19
- attributes:
20
- label: Reproduction
21
- description: Please provide a way to reproduce the problem you ran into. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) would be nice unless you are absolutely sure that the issue is obvious and the provided information is enough to understand the problem.
22
- placeholder: Reproduction
23
- validations:
24
- required: true
25
- - type: textarea
26
- id: system-info
27
- attributes:
28
- label: Environment Info
29
- description: versions number of each systems and libs (Angular, Angular-Slickgrid, TypeScript)
30
- render: shell
31
- placeholder: |
32
- Angular (x.y)
33
- Angular-Slickgrid (x.y)
34
- TypeScript (x.y)
35
- Browser(s)
36
- System OS
37
- validations:
38
- required: true
39
- - type: checkboxes
40
- id: checkboxes
41
- attributes:
42
- label: Validations
43
- description: Before submitting the issue, please make sure you do the following
44
- options:
45
- - label: Follow our [Code of Conduct](https://github.com/ghiscoding/Angular-Slickgrid/blob/master/.github/CODE_OF_CONDUCT.md)
46
- required: true
47
- - label: Read the [HOWTO - Step by Step](https://github.com/ghiscoding/angular-slickgrid/wiki/HOWTO---Step-by-Step).
48
- required: true
49
- - label: Check that there isn't [already an issue](https://github.com/ghiscoding/Angular-Slickgrid/issues) that reports the same bug to avoid creating a duplicate.
50
- required: true
51
- - label: Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/ghiscoding/Angular-Slickgrid/discussions).
52
- required: true
53
- - label: The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
54
- required: true
@@ -1,5 +0,0 @@
1
- blank_issues_enabled: false
2
- contact_links:
3
- - name: Questions & Discussions
4
- url: https://github.com/ghiscoding/Angular-Slickgrid/discussions
5
- about: Use GitHub discussions for message-board style questions and discussions.
@@ -1,44 +0,0 @@
1
- name: 🚀 New feature proposal
2
- description: Propose a new feature to be added to Angular-Slickgrid
3
- labels: ['enhancement: pending triage']
4
- body:
5
- - type: markdown
6
- attributes:
7
- value: |
8
- Thanks for your interest in the project and taking the time to fill out this feature report!
9
- - type: textarea
10
- id: feature-description
11
- attributes:
12
- label: Clear and concise description of the problem
13
- description: 'As a developer using Angular-Slickgrid I want [goal / wish] so that [benefit]. If you intend to submit a PR for this issue, tell us in the description. Thanks!'
14
- validations:
15
- required: true
16
- - type: textarea
17
- id: suggested-solution
18
- attributes:
19
- label: Suggested solution
20
- description: We could provide following implementation...
21
- validations:
22
- required: true
23
- - type: textarea
24
- id: alternative
25
- attributes:
26
- label: Alternative
27
- description: Clear and concise description of any alternative solutions or features you've considered.
28
- - type: textarea
29
- id: additional-context
30
- attributes:
31
- label: Additional context
32
- description: Any other context or screenshots about the feature request here.
33
- - type: checkboxes
34
- id: checkboxes
35
- attributes:
36
- label: Validations
37
- description: Before submitting the issue, please make sure you do the following
38
- options:
39
- - label: Follow our [Code of Conduct](https://github.com/ghiscoding/Angular-Slickgrid/blob/master/.github/CODE_OF_CONDUCT.md)
40
- required: true
41
- - label: Read the [HOWTO - Step by Step](https://github.com/ghiscoding/angular-slickgrid/wiki/HOWTO---Step-by-Step).
42
- required: true
43
- - label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
44
- required: true
@@ -1,26 +0,0 @@
1
- {
2
- extends: ["config:base", "group:allNonMajor"],
3
- labels: ["dependencies"],
4
- ignorePaths: ["**/__tests__/**"],
5
- dependencyDashboard: false,
6
- node: false,
7
- pin: false,
8
- rangeStrategy: "bump",
9
- packageRules: [
10
- {
11
- depTypeList: ["peerDependencies"],
12
- enabled: false,
13
- },
14
- // allow Node14/npm8 until its EOL June 2023
15
- {
16
- packageNames: ["node"],
17
- allowedVersions: "14.17.0",
18
- },
19
- {
20
- packageNames: ["npm"],
21
- allowedVersions: "6.14.13",
22
- },
23
- ],
24
- schedule: ["on Friday"],
25
- ignoreDeps: ["typescript"],
26
- }
package/.github/stale.yml DELETED
@@ -1,7 +0,0 @@
1
- # Configuration for probot-stale - https://github.com/probot/stale
2
-
3
- # Number of days of inactivity before an Issue or Pull Request becomes stale
4
- daysUntilStale: 180
5
-
6
- # Label to use when marking as stale
7
- staleLabel: stale