@slickgrid-universal/empty-warning-component 1.1.0 → 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.
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2020-2021, Ghislain B. - Slickgrid-Universal
1
+ Copyright (c) 2020-2022, Ghislain B. - Slickgrid-Universal
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
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.1.0",
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": "^0.19.2"
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": "fd29e770b19fc58a0b7fdd08769a03a2e3f5456d"
57
+ "gitHead": "8f9a87cfe68f6e1d6e196114cdf798065b823d01"
58
58
  }
package/CHANGELOG.md DELETED
@@ -1,320 +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.1.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.2...v1.1.0) (2021-12-11)
7
-
8
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
9
-
10
-
11
-
12
-
13
-
14
-
15
- ## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)
16
-
17
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
18
-
19
-
20
-
21
-
22
-
23
-
24
- ## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15)
25
-
26
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
27
-
28
-
29
-
30
-
31
-
32
-
33
- # [0.19.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.18.0...v0.19.0) (2021-10-28)
34
-
35
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
36
-
37
-
38
-
39
-
40
-
41
-
42
- # [0.18.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.17.0...v0.18.0) (2021-09-29)
43
-
44
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
45
-
46
-
47
-
48
-
49
-
50
-
51
- # [0.17.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.16.2...v0.17.0) (2021-09-09)
52
-
53
-
54
- ### Features
55
-
56
- * **sanitize:** make sure any string sent to innerHtml are sanitized ([fe55046](https://github.com/ghiscoding/slickgrid-universal/commit/fe550461d27d01cb5c54d93812db82fa7213f96b))
57
-
58
-
59
-
60
-
61
-
62
- ## [0.16.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.16.1...v0.16.2) (2021-07-23)
63
-
64
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
65
-
66
-
67
-
68
-
69
-
70
- ## [0.16.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.16.0...v0.16.1) (2021-07-16)
71
-
72
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
73
-
74
-
75
-
76
-
77
-
78
- # [0.16.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.15.0...v0.16.0) (2021-07-16)
79
-
80
-
81
- ### Features
82
-
83
- * **services:** make everything extendable by using `protected` ([ecbb93a](https://github.com/ghiscoding/slickgrid-universal/commit/ecbb93a56abba39dd050bbd6019b86694495edd1))
84
-
85
-
86
-
87
-
88
-
89
- # [0.15.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.1...v0.15.0) (2021-07-06)
90
-
91
-
92
- ### Bug Fixes
93
-
94
- * **build:** the "files" property should be included in pkg.json ([3d8f12e](https://github.com/ghiscoding/slickgrid-universal/commit/3d8f12e5f55079445c6fb5cde767f8e0b4511ebb))
95
-
96
-
97
- ### Features
98
-
99
- * **components:** extract Custom Footer to be an external component ([1794c27](https://github.com/ghiscoding/slickgrid-universal/commit/1794c27d7669c172f606d709d3360bc5d2f77798))
100
-
101
-
102
-
103
-
104
-
105
-
106
- ## [0.14.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.0...v0.14.1) (2021-05-22)
107
-
108
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
109
-
110
-
111
-
112
-
113
-
114
- # [0.14.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.13.0...v0.14.0) (2021-05-22)
115
-
116
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
117
-
118
-
119
-
120
-
121
-
122
-
123
- # [0.13.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.12.0...v0.13.0) (2021-04-27)
124
-
125
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
126
-
127
-
128
-
129
-
130
-
131
-
132
- # [0.12.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.2...v0.12.0) (2021-03-24)
133
-
134
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
135
-
136
-
137
-
138
-
139
-
140
-
141
- ## [0.11.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.1...v0.11.2) (2021-02-27)
142
-
143
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
144
-
145
-
146
-
147
-
148
-
149
- ## [0.11.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.0...v0.11.1) (2021-02-27)
150
-
151
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
152
-
153
-
154
-
155
-
156
-
157
- # [0.11.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.10.2...v0.11.0) (2021-02-27)
158
-
159
-
160
- ### Bug Fixes
161
-
162
- * **build:** enable tsconfig strict mode tsconfig ([#269](https://github.com/ghiscoding/slickgrid-universal/issues/269)) ([095fc71](https://github.com/ghiscoding/slickgrid-universal/commit/095fc71052c1f4e776544781da5fe762cfa16238))
163
-
164
-
165
-
166
-
167
-
168
-
169
- ## [0.10.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.10.1...v0.10.2) (2021-01-28)
170
-
171
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
172
-
173
-
174
-
175
-
176
-
177
- ## [0.10.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.10.0...v0.10.1) (2021-01-28)
178
-
179
-
180
- ### Bug Fixes
181
-
182
- * **build:** decrease tsc target to es2017 instead of es2020 ([2f2e5f4](https://github.com/ghiscoding/slickgrid-universal/commit/2f2e5f46a3b25897f1a4a59daa1346b5d577ddb8))
183
-
184
-
185
-
186
-
187
-
188
-
189
- # [0.10.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.9.0...v0.10.0) (2021-01-28)
190
-
191
-
192
- ### Bug Fixes
193
-
194
- * **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))
195
- * **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))
196
- * **core:** fix types index.d.ts url ([a76b3a3](https://github.com/ghiscoding/slickgrid-universal/commit/a76b3a3d97a6d211ec2e7e8d9060fd8dd0719f58))
197
-
198
-
199
- ### Features
200
-
201
- * **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))
202
-
203
-
204
-
205
-
206
-
207
- # [0.9.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.8.0...v0.9.0) (2021-01-06)
208
-
209
-
210
- ### Features
211
-
212
- * **build:** upgrade to WebPack 5 ([#225](https://github.com/ghiscoding/slickgrid-universal/issues/225)) ([c6b3ad3](https://github.com/ghiscoding/slickgrid-universal/commit/c6b3ad3eb6fb64306bfd8bd300fcc1e86b27e5a6))
213
- * **ci:** replace CircleCI with GitHub Actions ([#211](https://github.com/ghiscoding/slickgrid-universal/issues/211)) ([4f91140](https://github.com/ghiscoding/slickgrid-universal/commit/4f9114031ca6236ef45f04b67dcba1a9981035c4))
214
-
215
-
216
-
217
-
218
-
219
-
220
- # [0.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.7...v0.8.0) (2020-12-22)
221
-
222
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
223
-
224
-
225
-
226
-
227
-
228
- ## [0.7.7](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.6...v0.7.7) (2020-12-20)
229
-
230
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
231
-
232
-
233
-
234
-
235
-
236
- ## [0.7.6](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.5...v0.7.6) (2020-12-20)
237
-
238
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
239
-
240
-
241
-
242
-
243
-
244
- ## [0.7.5](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.4...v0.7.5) (2020-12-20)
245
-
246
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
247
-
248
-
249
-
250
-
251
-
252
- ## [0.7.4](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.3...v0.7.4) (2020-12-20)
253
-
254
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
255
-
256
-
257
-
258
-
259
-
260
-
261
- ## [0.7.3](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.2...v0.7.3) (2020-12-20)
262
-
263
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
264
-
265
-
266
-
267
-
268
-
269
-
270
- ## [0.7.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.1...v0.7.2) (2020-12-17)
271
-
272
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
273
-
274
-
275
-
276
-
277
-
278
-
279
- ## [0.7.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.0...v0.7.1) (2020-12-17)
280
-
281
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
282
-
283
-
284
-
285
-
286
-
287
-
288
- # [0.7.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.6.0...v0.7.0) (2020-12-16)
289
-
290
-
291
- ### Bug Fixes
292
-
293
- * **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))
294
-
295
-
296
-
297
-
298
-
299
- # [0.6.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.1...v0.6.0) (2020-12-14)
300
-
301
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
302
-
303
-
304
-
305
-
306
-
307
- ## [0.5.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.5.0...v0.5.1) (2020-12-10)
308
-
309
- **Note:** Version bump only for package @slickgrid-universal/empty-warning-component
310
-
311
-
312
-
313
-
314
-
315
- # [0.5.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.4.2...v0.5.0) (2020-12-10)
316
-
317
-
318
- ### Features
319
-
320
- * **components:** extract CompositeEditor & EmptyWarning Components ([#191](https://github.com/ghiscoding/slickgrid-universal/issues/191)) ([00cf9a2](https://github.com/ghiscoding/slickgrid-universal/commit/00cf9a22e1924a46ed637d52bba8efc02ef7eea1))