@slickgrid-universal/empty-warning-component 1.2.1 → 1.2.3

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 (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
  3. package/CHANGELOG.md +0 -347
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2
2
  [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
3
- [![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
3
+ [![lerna--lite](https://img.shields.io/badge/maintained%20with-lerna--lite-blueviolet)](https://github.com/ghiscoding/lerna-lite)
4
4
  [![npm](https://img.shields.io/npm/v/@slickgrid-universal/empty-warning-component.svg?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/empty-warning-component)
5
5
  [![npm](https://img.shields.io/npm/dy/@slickgrid-universal/empty-warning-component?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/empty-warning-component)
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slickgrid-universal/empty-warning-component",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "Slick Empty Warning Component - Vanilla Implementation of an Empty Dataset Warning Component",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -14,14 +14,14 @@
14
14
  ],
15
15
  "scripts": {
16
16
  "build": "cross-env tsc --build",
17
- "postbuild": "npm-run-all bundle:commonjs",
17
+ "postbuild": "npm-run-all bundle:commonjs --npm-path npm",
18
18
  "build:watch": "cross-env tsc --incremental --watch",
19
- "dev": "run-s build",
20
- "dev:watch": "run-p build:watch",
21
- "bundle": "run-p bundle:commonjs bundle:esm",
19
+ "dev": "npm run build",
20
+ "dev:watch": "run-p build:watch --npm-path npm",
21
+ "bundle": "run-p bundle:commonjs bundle:esm --npm-path npm",
22
22
  "bundle:commonjs": "tsc --project tsconfig.bundle.json --outDir dist/commonjs --module commonjs",
23
23
  "bundle:esm": "cross-env tsc --project tsconfig.bundle.json --outDir dist/esm --module esnext --target es2018",
24
- "prebundle": "npm-run-all delete:dist",
24
+ "prebundle": "npm-run-all delete:dist --npm-path npm",
25
25
  "delete:dist": "cross-env rimraf --maxBusyTries=10 dist",
26
26
  "package:add-browser-prop": "cross-env node ../change-package-browser.js --add-browser=true --folder-name=empty-warning-component",
27
27
  "package:remove-browser-prop": "cross-env node ../change-package-browser.js --remove-browser=true --folder-name=empty-warning-component"
@@ -38,8 +38,8 @@
38
38
  "url": "https://github.com/ghiscoding/slickgrid-universal/issues"
39
39
  },
40
40
  "engines": {
41
- "node": ">=14.17.0",
42
- "npm": ">=6.14.8"
41
+ "node": ">=16.11.0",
42
+ "npm": ">=8.0.0"
43
43
  },
44
44
  "browserslist": [
45
45
  "last 2 version",
@@ -47,12 +47,12 @@
47
47
  "not dead"
48
48
  ],
49
49
  "dependencies": {
50
- "@slickgrid-universal/common": "^1.2.1"
50
+ "@slickgrid-universal/common": "^1.2.3"
51
51
  },
52
52
  "devDependencies": {
53
53
  "cross-env": "^7.0.3",
54
54
  "npm-run-all": "^4.1.5",
55
55
  "rimraf": "^3.0.2"
56
56
  },
57
- "gitHead": "11a05e9877ac0a42d53eaefb1edf95586dcd41b3"
57
+ "gitHead": "8f9a87cfe68f6e1d6e196114cdf798065b823d01"
58
58
  }
package/CHANGELOG.md DELETED
@@ -1,347 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [1.2.1](https://github.com/ghiscoding/slickgrid-universal/compare/v1.2.0...v1.2.1) (2022-01-18)
7
-
8
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
9
-
10
-
11
-
12
-
13
-
14
- # [1.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v1.1.1...v1.2.0) (2022-01-06)
15
-
16
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
17
-
18
-
19
-
20
-
21
-
22
- ## [1.1.1](https://github.com/ghiscoding/slickgrid-universal/compare/v1.1.0...v1.1.1) (2021-12-11)
23
-
24
-
25
- ### Bug Fixes
26
-
27
- * **build:** bump version manually bcoz of previous force push ([5e9a610](https://github.com/ghiscoding/slickgrid-universal/commit/5e9a610ad01d752673856591f9b5de73b0ece0e9))
28
-
29
-
30
-
31
-
32
-
33
- # [1.1.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.2...v1.1.0) (2021-12-11)
34
-
35
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
36
-
37
-
38
-
39
-
40
-
41
-
42
- ## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)
43
-
44
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
45
-
46
-
47
-
48
-
49
-
50
-
51
- ## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15)
52
-
53
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
54
-
55
-
56
-
57
-
58
-
59
-
60
- # [0.19.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.18.0...v0.19.0) (2021-10-28)
61
-
62
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
63
-
64
-
65
-
66
-
67
-
68
-
69
- # [0.18.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.17.0...v0.18.0) (2021-09-29)
70
-
71
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
72
-
73
-
74
-
75
-
76
-
77
-
78
- # [0.17.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.16.2...v0.17.0) (2021-09-09)
79
-
80
-
81
- ### Features
82
-
83
- * **sanitize:** make sure any string sent to innerHtml are sanitized ([fe55046](https://github.com/ghiscoding/slickgrid-universal/commit/fe550461d27d01cb5c54d93812db82fa7213f96b))
84
-
85
-
86
-
87
-
88
-
89
- ## [0.16.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.16.1...v0.16.2) (2021-07-23)
90
-
91
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
92
-
93
-
94
-
95
-
96
-
97
- ## [0.16.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.16.0...v0.16.1) (2021-07-16)
98
-
99
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
100
-
101
-
102
-
103
-
104
-
105
- # [0.16.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.15.0...v0.16.0) (2021-07-16)
106
-
107
-
108
- ### Features
109
-
110
- * **services:** make everything extendable by using `protected` ([ecbb93a](https://github.com/ghiscoding/slickgrid-universal/commit/ecbb93a56abba39dd050bbd6019b86694495edd1))
111
-
112
-
113
-
114
-
115
-
116
- # [0.15.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.1...v0.15.0) (2021-07-06)
117
-
118
-
119
- ### Bug Fixes
120
-
121
- * **build:** the "files" property should be included in pkg.json ([3d8f12e](https://github.com/ghiscoding/slickgrid-universal/commit/3d8f12e5f55079445c6fb5cde767f8e0b4511ebb))
122
-
123
-
124
- ### Features
125
-
126
- * **components:** extract Custom Footer to be an external component ([1794c27](https://github.com/ghiscoding/slickgrid-universal/commit/1794c27d7669c172f606d709d3360bc5d2f77798))
127
-
128
-
129
-
130
-
131
-
132
-
133
- ## [0.14.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.0...v0.14.1) (2021-05-22)
134
-
135
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
136
-
137
-
138
-
139
-
140
-
141
- # [0.14.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.13.0...v0.14.0) (2021-05-22)
142
-
143
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
144
-
145
-
146
-
147
-
148
-
149
-
150
- # [0.13.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.12.0...v0.13.0) (2021-04-27)
151
-
152
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
153
-
154
-
155
-
156
-
157
-
158
-
159
- # [0.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.2...v0.12.0) (2021-03-24)
160
-
161
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
162
-
163
-
164
-
165
-
166
-
167
-
168
- ## [0.11.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.1...v0.11.2) (2021-02-27)
169
-
170
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
171
-
172
-
173
-
174
-
175
-
176
- ## [0.11.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.0...v0.11.1) (2021-02-27)
177
-
178
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
179
-
180
-
181
-
182
-
183
-
184
- # [0.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.10.2...v0.11.0) (2021-02-27)
185
-
186
-
187
- ### Bug Fixes
188
-
189
- * **build:** enable tsconfig strict mode tsconfig ([#269](https://github.com/ghiscoding/slickgrid-universal/issues/269)) ([095fc71](https://github.com/ghiscoding/slickgrid-universal/commit/095fc71052c1f4e776544781da5fe762cfa16238))
190
-
191
-
192
-
193
-
194
-
195
-
196
- ## [0.10.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.10.1...v0.10.2) (2021-01-28)
197
-
198
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
199
-
200
-
201
-
202
-
203
-
204
- ## [0.10.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.10.0...v0.10.1) (2021-01-28)
205
-
206
-
207
- ### Bug Fixes
208
-
209
- * **build:** decrease tsc target to es2017 instead of es2020 ([2f2e5f4](https://github.com/ghiscoding/slickgrid-universal/commit/2f2e5f46a3b25897f1a4a59daa1346b5d577ddb8))
210
-
211
-
212
-
213
-
214
-
215
-
216
- # [0.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.9.0...v0.10.0) (2021-01-28)
217
-
218
-
219
- ### Bug Fixes
220
-
221
- * **comp:** empty data warning should work with autoheight grid ([#240](https://github.com/ghiscoding/slickgrid-universal/issues/240)) ([8c9cb84](https://github.com/ghiscoding/slickgrid-universal/commit/8c9cb84847bfd08a678d333a8555ae6fc9295670))
222
- * **components:** empty data warning should work with autoheight grid ([#234](https://github.com/ghiscoding/slickgrid-universal/issues/234)) ([16daa36](https://github.com/ghiscoding/slickgrid-universal/commit/16daa368f0e46112fc1d1dd0b1a944ec2b60ced0))
223
- * **core:** fix types index.d.ts url ([a76b3a3](https://github.com/ghiscoding/slickgrid-universal/commit/a76b3a3d97a6d211ec2e7e8d9060fd8dd0719f58))
224
-
225
-
226
- ### Features
227
-
228
- * **editors:** add Clone functionality to Composite Editor ([#236](https://github.com/ghiscoding/slickgrid-universal/issues/236)) ([df545e4](https://github.com/ghiscoding/slickgrid-universal/commit/df545e4ec64271307b1979feb5e786f449433639))
229
-
230
-
231
-
232
-
233
-
234
- # [0.9.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.8.0...v0.9.0) (2021-01-06)
235
-
236
-
237
- ### Features
238
-
239
- * **build:** upgrade to WebPack 5 ([#225](https://github.com/ghiscoding/slickgrid-universal/issues/225)) ([c6b3ad3](https://github.com/ghiscoding/slickgrid-universal/commit/c6b3ad3eb6fb64306bfd8bd300fcc1e86b27e5a6))
240
- * **ci:** replace CircleCI with GitHub Actions ([#211](https://github.com/ghiscoding/slickgrid-universal/issues/211)) ([4f91140](https://github.com/ghiscoding/slickgrid-universal/commit/4f9114031ca6236ef45f04b67dcba1a9981035c4))
241
-
242
-
243
-
244
-
245
-
246
-
247
- # [0.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.7...v0.8.0) (2020-12-22)
248
-
249
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
250
-
251
-
252
-
253
-
254
-
255
- ## [0.7.7](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.6...v0.7.7) (2020-12-20)
256
-
257
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
258
-
259
-
260
-
261
-
262
-
263
- ## [0.7.6](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.5...v0.7.6) (2020-12-20)
264
-
265
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
266
-
267
-
268
-
269
-
270
-
271
- ## [0.7.5](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.4...v0.7.5) (2020-12-20)
272
-
273
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
274
-
275
-
276
-
277
-
278
-
279
- ## [0.7.4](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.3...v0.7.4) (2020-12-20)
280
-
281
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
282
-
283
-
284
-
285
-
286
-
287
-
288
- ## [0.7.3](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.2...v0.7.3) (2020-12-20)
289
-
290
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
291
-
292
-
293
-
294
-
295
-
296
-
297
- ## [0.7.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.1...v0.7.2) (2020-12-17)
298
-
299
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
300
-
301
-
302
-
303
-
304
-
305
-
306
- ## [0.7.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.0...v0.7.1) (2020-12-17)
307
-
308
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
309
-
310
-
311
-
312
-
313
-
314
-
315
- # [0.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.6.0...v0.7.0) (2020-12-16)
316
-
317
-
318
- ### Bug Fixes
319
-
320
- * **components:** refactor to use registerExternalResources grid option ([#199](https://github.com/ghiscoding/slickgrid-universal/issues/199)) ([7ca42f4](https://github.com/ghiscoding/slickgrid-universal/commit/7ca42f4242bfddd4dd746d7f3f37dbe1e3f7368b))
321
-
322
-
323
-
324
-
325
-
326
- # [0.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.1...v0.6.0) (2020-12-14)
327
-
328
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
329
-
330
-
331
-
332
-
333
-
334
- ## [0.5.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.0...v0.5.1) (2020-12-10)
335
-
336
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
337
-
338
-
339
-
340
-
341
-
342
- # [0.5.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.4.2...v0.5.0) (2020-12-10)
343
-
344
-
345
- ### Features
346
-
347
- * **components:** extract CompositeEditor & EmptyWarning Components ([#191](https://github.com/ghiscoding/slickgrid-universal/issues/191)) ([00cf9a2](https://github.com/ghiscoding/slickgrid-universal/commit/00cf9a22e1924a46ed637d52bba8efc02ef7eea1))