@nativescript-community/ui-collectionview-swipemenu 5.0.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/CHANGELOG.md +455 -0
- package/README.md +172 -0
- package/angular/esm2020/index.mjs +2 -0
- package/angular/esm2020/module.mjs +213 -0
- package/angular/esm2020/nativescript-community-ui-collectionview-swipemenu-angular.mjs +5 -0
- package/angular/fesm2015/nativescript-community-ui-collectionview-swipemenu-angular.mjs +248 -0
- package/angular/fesm2015/nativescript-community-ui-collectionview-swipemenu-angular.mjs.map +1 -0
- package/angular/fesm2020/nativescript-community-ui-collectionview-swipemenu-angular.mjs +220 -0
- package/angular/fesm2020/nativescript-community-ui-collectionview-swipemenu-angular.mjs.map +1 -0
- package/angular/index.d.ts +1 -0
- package/angular/module.d.ts +84 -0
- package/angular/package.json +30 -0
- package/index.d.ts +27 -0
- package/index.js +141 -0
- package/package.json +46 -0
- package/svelte/index.d.ts +11 -0
- package/svelte/index.js +27 -0
- package/vue/component.d.ts +11 -0
- package/vue/component.js +25 -0
- package/vue/index.d.ts +4 -0
- package/vue/index.js +12 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,455 @@
|
|
|
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
|
+
## [5.0.3](https://github.com/nativescript-community/ui-collectionview/compare/v5.0.2...v5.0.3) (2023-04-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [5.0.2](https://github.com/nativescript-community/ui-collectionview/compare/v5.0.1...v5.0.2) (2023-04-06)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [5.0.1](https://github.com/nativescript-community/ui-collectionview/compare/v5.0.0...v5.0.1) (2023-03-31)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# [5.0.0](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.73...v5.0.0) (2023-03-30)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## [4.0.73](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.72...v4.0.73) (2023-03-28)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## [4.0.72](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.71...v4.0.72) (2023-03-27)
|
|
47
|
+
|
|
48
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## [4.0.71](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.70...v4.0.71) (2023-03-19)
|
|
55
|
+
|
|
56
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## [4.0.70](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.69...v4.0.70) (2023-02-05)
|
|
63
|
+
|
|
64
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
## [4.0.69](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.68...v4.0.69) (2023-01-26)
|
|
71
|
+
|
|
72
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
## [4.0.68](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.67...v4.0.68) (2023-01-24)
|
|
79
|
+
|
|
80
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
## [4.0.67](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.66...v4.0.67) (2023-01-24)
|
|
87
|
+
|
|
88
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## [4.0.66](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.65...v4.0.66) (2023-01-20)
|
|
95
|
+
|
|
96
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
## [4.0.65](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.64...v4.0.65) (2022-12-18)
|
|
103
|
+
|
|
104
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
## [4.0.64](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.63...v4.0.64) (2022-12-01)
|
|
111
|
+
|
|
112
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
## [4.0.63](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.62...v4.0.63) (2022-10-05)
|
|
119
|
+
|
|
120
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
## [4.0.62](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.61...v4.0.62) (2022-09-07)
|
|
127
|
+
|
|
128
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
## [4.0.61](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.60...v4.0.61) (2022-09-07)
|
|
135
|
+
|
|
136
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
## [4.0.60](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.59...v4.0.60) (2022-09-02)
|
|
143
|
+
|
|
144
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
## [4.0.59](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.58...v4.0.59) (2022-09-02)
|
|
151
|
+
|
|
152
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
## [4.0.58](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.57...v4.0.58) (2022-07-28)
|
|
159
|
+
|
|
160
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
## [4.0.57](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.56...v4.0.57) (2022-07-19)
|
|
167
|
+
|
|
168
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
## [4.0.56](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.55...v4.0.56) (2022-07-17)
|
|
175
|
+
|
|
176
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
## [4.0.55](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.54...v4.0.55) (2022-07-16)
|
|
183
|
+
|
|
184
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
## [4.0.54](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.53...v4.0.54) (2022-07-15)
|
|
191
|
+
|
|
192
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
## [4.0.53](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.52...v4.0.53) (2022-07-11)
|
|
199
|
+
|
|
200
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
## [4.0.52](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.51...v4.0.52) (2022-05-17)
|
|
207
|
+
|
|
208
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
## [4.0.51](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.50...v4.0.51) (2022-05-14)
|
|
215
|
+
|
|
216
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
## [4.0.50](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.49...v4.0.50) (2022-05-12)
|
|
223
|
+
|
|
224
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
## [4.0.49](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.48...v4.0.49) (2022-04-30)
|
|
231
|
+
|
|
232
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
## [4.0.48](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.47...v4.0.48) (2021-11-25)
|
|
239
|
+
|
|
240
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
## [4.0.47](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.46...v4.0.47) (2021-11-10)
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
### Bug Fixes
|
|
250
|
+
|
|
251
|
+
* file permissions ([52babd6](https://github.com/nativescript-community/ui-collectionview/commit/52babd68e7c64a0fded8433deac53cb08d5b3885))
|
|
252
|
+
* **waterfall:** fix issue with item marging ([08543ef](https://github.com/nativescript-community/ui-collectionview/commit/08543ef93b4722612fbc763b43f5bd90a62d9771))
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
## [4.0.46](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.45...v4.0.46) (2021-10-21)
|
|
259
|
+
|
|
260
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
## [4.0.45](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.44...v4.0.45) (2021-09-22)
|
|
267
|
+
|
|
268
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
## [4.0.44](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.43...v4.0.44) (2021-08-29)
|
|
275
|
+
|
|
276
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
## [4.0.43](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.42...v4.0.43) (2021-08-22)
|
|
283
|
+
|
|
284
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
## [4.0.42](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.41...v4.0.42) (2021-08-10)
|
|
291
|
+
|
|
292
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
## [4.0.41](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.40...v4.0.41) (2021-08-08)
|
|
299
|
+
|
|
300
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
## [4.0.40](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.39...v4.0.40) (2021-08-07)
|
|
307
|
+
|
|
308
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
## [4.0.39](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.38...v4.0.39) (2021-08-02)
|
|
315
|
+
|
|
316
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
## [4.0.38](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.37...v4.0.38) (2021-08-01)
|
|
323
|
+
|
|
324
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
## [4.0.37](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.36...v4.0.37) (2021-07-26)
|
|
331
|
+
|
|
332
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
## [4.0.36](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.35...v4.0.36) (2021-07-22)
|
|
339
|
+
|
|
340
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
## [4.0.35](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.34...v4.0.35) (2021-07-13)
|
|
347
|
+
|
|
348
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
## [4.0.34](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.33...v4.0.34) (2021-07-12)
|
|
355
|
+
|
|
356
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
## [4.0.33](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.32...v4.0.33) (2021-07-06)
|
|
363
|
+
|
|
364
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
## [4.0.32](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.31...v4.0.32) (2021-06-06)
|
|
371
|
+
|
|
372
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
## [4.0.31](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.30...v4.0.31) (2021-05-19)
|
|
379
|
+
|
|
380
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
## [4.0.30](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.29...v4.0.30) (2021-05-19)
|
|
387
|
+
|
|
388
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
## [4.0.29](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.28...v4.0.29) (2021-03-22)
|
|
395
|
+
|
|
396
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
## [4.0.28](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.27...v4.0.28) (2021-03-11)
|
|
403
|
+
|
|
404
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
## [4.0.27](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.26...v4.0.27) (2021-03-11)
|
|
411
|
+
|
|
412
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
## [4.0.26](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.25...v4.0.26) (2021-03-09)
|
|
419
|
+
|
|
420
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
## [4.0.25](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.24...v4.0.25) (2021-03-08)
|
|
427
|
+
|
|
428
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
## [4.0.24](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.23...v4.0.24) (2021-02-18)
|
|
435
|
+
|
|
436
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
# [1.1.0](https://github.com/nativescript-community/ui-collectionview-waterfall/compare/v1.0.10...v1.1.0) (2020-09-06)
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
### Features
|
|
446
|
+
|
|
447
|
+
* N7 and new plugin name ([375c0f5](https://github.com/nativescript-community/ui-collectionview-waterfall/commit/375c0f5a8991be8dd13544e8e01f6965e09ad881))
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
## 1.0.10 (2020-07-09)
|
|
454
|
+
|
|
455
|
+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
|
package/README.md
ADDED
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
<!-- ⚠️ This README has been generated from the file(s) "blueprint.md" ⚠️-->
|
|
2
|
+
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
3
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
4
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
5
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
6
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
7
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
8
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
9
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
11
|
+
DO NOT EDIT THIS READEME DIRECTLY! Edit "bluesprint.md" instead.
|
|
12
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
13
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
14
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
15
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
16
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
17
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
18
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
19
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
20
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
21
|
+
<h1 align="center">@nativescript-community/ui-collectionview-swipemenu</h1>
|
|
22
|
+
<p align="center">
|
|
23
|
+
<a href="https://npmcharts.com/compare/@nativescript-community/ui-collectionview-swipemenu?minimal=true"><img alt="Downloads per month" src="https://img.shields.io/npm/dm/@nativescript-community/ui-collectionview-swipemenu.svg" height="20"/></a>
|
|
24
|
+
<a href="https://www.npmjs.com/package/@nativescript-community/ui-collectionview-swipemenu"><img alt="NPM Version" src="https://img.shields.io/npm/v/@nativescript-community/ui-collectionview-swipemenu.svg" height="20"/></a>
|
|
25
|
+
</p>
|
|
26
|
+
|
|
27
|
+
<p align="center">
|
|
28
|
+
<b>A NativeScript CollectionView SwipeMenu Plugin.</b></br>
|
|
29
|
+
<sub><sub>
|
|
30
|
+
</p>
|
|
31
|
+
|
|
32
|
+
<br />
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
[](#table-of-contents)
|
|
37
|
+
|
|
38
|
+
## Table of Contents
|
|
39
|
+
|
|
40
|
+
* [Installation](#installation)
|
|
41
|
+
* [Configuration](#configuration)
|
|
42
|
+
* [Demos and Development](#demos-and-development)
|
|
43
|
+
* [Repo Setup](#repo-setup)
|
|
44
|
+
* [Build](#build)
|
|
45
|
+
* [Demos](#demos)
|
|
46
|
+
* [Contributing](#contributing)
|
|
47
|
+
* [Update repo ](#update-repo-)
|
|
48
|
+
* [Update readme ](#update-readme-)
|
|
49
|
+
* [Update doc ](#update-doc-)
|
|
50
|
+
* [Publish](#publish)
|
|
51
|
+
* [modifying submodules](#modifying-submodules)
|
|
52
|
+
* [Questions](#questions)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
[](#installation)
|
|
56
|
+
|
|
57
|
+
## Installation
|
|
58
|
+
Run the following command from the root of your project:
|
|
59
|
+
|
|
60
|
+
`ns plugin add @nativescript-community/ui-collectionview-swipemenu`
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
[](#configuration)
|
|
64
|
+
|
|
65
|
+
## Configuration
|
|
66
|
+
|
|
67
|
+
To install the plugin run:
|
|
68
|
+
```typescript
|
|
69
|
+
import install from '@nativescript-community/ui-collectionview-swipemenu';
|
|
70
|
+
install();
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
then simply use the `layoutStyle="waterfall"` as a collectionview property
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
[](#demos-and-development)
|
|
77
|
+
|
|
78
|
+
## Demos and Development
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Repo Setup
|
|
82
|
+
|
|
83
|
+
The repo uses submodules. If you did not clone with ` --recursive` then you need to call
|
|
84
|
+
```
|
|
85
|
+
git submodule update --init
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
The package manager used to install and link dependencies must be `pnpm` or `yarn`. `npm` wont work.
|
|
89
|
+
|
|
90
|
+
To develop and test:
|
|
91
|
+
if you use `yarn` then run `yarn`
|
|
92
|
+
if you use `pnpm` then run `pnpm i`
|
|
93
|
+
|
|
94
|
+
**Interactive Menu:**
|
|
95
|
+
|
|
96
|
+
To start the interactive menu, run `npm start` (or `yarn start` or `pnpm start`). This will list all of the commonly used scripts.
|
|
97
|
+
|
|
98
|
+
### Build
|
|
99
|
+
|
|
100
|
+
```bash
|
|
101
|
+
npm run build.all
|
|
102
|
+
```
|
|
103
|
+
WARNING: it seems `yarn build.all` wont always work (not finding binaries in `node_modules/.bin`) which is why the doc explicitly uses `npm run`
|
|
104
|
+
|
|
105
|
+
### Demos
|
|
106
|
+
|
|
107
|
+
```bash
|
|
108
|
+
npm run demo.[ng|react|svelte|vue].[ios|android]
|
|
109
|
+
|
|
110
|
+
npm run demo.svelte.ios # Example
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
Demo setup is a bit special in the sense that if you want to modify/add demos you dont work directly in `demo-[ng|react|svelte|vue]`
|
|
114
|
+
Instead you work in `demo-snippets/[ng|react|svelte|vue]`
|
|
115
|
+
You can start from the `install.ts` of each flavor to see how to register new demos
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
[](#contributing)
|
|
119
|
+
|
|
120
|
+
## Contributing
|
|
121
|
+
|
|
122
|
+
### Update repo
|
|
123
|
+
|
|
124
|
+
You can update the repo files quite easily
|
|
125
|
+
|
|
126
|
+
First update the submodules
|
|
127
|
+
|
|
128
|
+
```bash
|
|
129
|
+
npm run update
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
Then commit the changes
|
|
133
|
+
Then update common files
|
|
134
|
+
|
|
135
|
+
```bash
|
|
136
|
+
npm run sync
|
|
137
|
+
```
|
|
138
|
+
Then you can run `yarn|pnpm`, commit changed files if any
|
|
139
|
+
|
|
140
|
+
### Update readme
|
|
141
|
+
```bash
|
|
142
|
+
npm run readme
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
### Update doc
|
|
146
|
+
```bash
|
|
147
|
+
npm run doc
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
### Publish
|
|
151
|
+
|
|
152
|
+
The publishing is completely handled by `lerna` (you can add `-- --bump major` to force a major release)
|
|
153
|
+
Simply run
|
|
154
|
+
```shell
|
|
155
|
+
npm run publish
|
|
156
|
+
```
|
|
157
|
+
|
|
158
|
+
### modifying submodules
|
|
159
|
+
|
|
160
|
+
The repo uses https:// for submodules which means you won't be able to push directly into the submodules.
|
|
161
|
+
One easy solution is t modify `~/.gitconfig` and add
|
|
162
|
+
```
|
|
163
|
+
[url "ssh://git@github.com/"]
|
|
164
|
+
pushInsteadOf = https://github.com/
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
[](#questions)
|
|
169
|
+
|
|
170
|
+
## Questions
|
|
171
|
+
|
|
172
|
+
If you have any questions/issues/comments please feel free to create an issue or start a conversation in the [NativeScript Community Discord](https://nativescript.org/discord).
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './module';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvc3dpcGVtZW51L2FuZ3VsYXIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxVQUFVLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL21vZHVsZSc7XG4iXX0=
|