@idevs/corelib 0.0.97 → 1.0.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 (119) hide show
  1. package/CHANGELOG.md +743 -0
  2. package/README.md +221 -24
  3. package/dist/editors/checkboxButtonEditor.d.ts +3 -1
  4. package/dist/editors/checkboxButtonEditor.d.ts.map +1 -0
  5. package/dist/editors/checkboxButtonEditor.js +28 -18
  6. package/dist/editors/checkboxButtonEditor.js.map +1 -1
  7. package/dist/editors/dateMonthEditor.d.ts +3 -1
  8. package/dist/editors/dateMonthEditor.d.ts.map +1 -0
  9. package/dist/editors/dateMonthEditor.js +14 -7
  10. package/dist/editors/dateMonthEditor.js.map +1 -1
  11. package/dist/editors/index.d.ts +2 -1
  12. package/dist/editors/index.d.ts.map +1 -0
  13. package/dist/editors/index.js +18 -2
  14. package/dist/editors/index.js.map +1 -1
  15. package/dist/formatters/formatters.d.ts +2 -1
  16. package/dist/formatters/formatters.d.ts.map +1 -0
  17. package/dist/formatters/formatters.js +35 -23
  18. package/dist/formatters/formatters.js.map +1 -1
  19. package/dist/formatters/index.d.ts +2 -1
  20. package/dist/formatters/index.d.ts.map +1 -0
  21. package/dist/formatters/index.js +17 -1
  22. package/dist/formatters/index.js.map +1 -1
  23. package/dist/globals/index.d.ts +17 -10
  24. package/dist/globals/index.d.ts.map +1 -0
  25. package/dist/globals/index.js +65 -105
  26. package/dist/globals/index.js.map +1 -1
  27. package/dist/helpers/custom-fonts.d.ts +2 -1
  28. package/dist/helpers/custom-fonts.d.ts.map +1 -0
  29. package/dist/helpers/custom-fonts.js +4 -1
  30. package/dist/helpers/custom-fonts.js.map +1 -1
  31. package/dist/helpers/dialogHelper.d.ts +6 -9
  32. package/dist/helpers/dialogHelper.d.ts.map +1 -0
  33. package/dist/helpers/dialogHelper.js +17 -10
  34. package/dist/helpers/dialogHelper.js.map +1 -1
  35. package/dist/helpers/excelExportHelper.d.ts +2 -1
  36. package/dist/helpers/excelExportHelper.d.ts.map +1 -0
  37. package/dist/helpers/excelExportHelper.js +7 -4
  38. package/dist/helpers/excelExportHelper.js.map +1 -1
  39. package/dist/helpers/gridHelper.d.ts +2 -1
  40. package/dist/helpers/gridHelper.d.ts.map +1 -0
  41. package/dist/helpers/gridHelper.js +14 -9
  42. package/dist/helpers/gridHelper.js.map +1 -1
  43. package/dist/helpers/index.d.ts +2 -1
  44. package/dist/helpers/index.d.ts.map +1 -0
  45. package/dist/helpers/index.js +20 -4
  46. package/dist/helpers/index.js.map +1 -1
  47. package/dist/helpers/pdfExportHelper.d.ts +2 -1
  48. package/dist/helpers/pdfExportHelper.d.ts.map +1 -0
  49. package/dist/helpers/pdfExportHelper.js +83 -17
  50. package/dist/helpers/pdfExportHelper.js.map +1 -1
  51. package/dist/index.d.ts +5 -2
  52. package/dist/index.d.ts.map +1 -0
  53. package/dist/index.js +26 -5
  54. package/dist/index.js.map +1 -1
  55. package/dist/types/common.d.ts +12 -0
  56. package/dist/types/common.d.ts.map +1 -0
  57. package/dist/types/common.js +3 -0
  58. package/dist/types/common.js.map +1 -0
  59. package/dist/types/export.d.ts +50 -0
  60. package/dist/types/export.d.ts.map +1 -0
  61. package/dist/types/export.js +24 -0
  62. package/dist/types/export.js.map +1 -0
  63. package/dist/types/index.d.ts +3 -0
  64. package/dist/types/index.d.ts.map +1 -0
  65. package/dist/types/index.js +19 -0
  66. package/dist/types/index.js.map +1 -0
  67. package/dist/ui/DropdownToolButton.d.ts +2 -1
  68. package/dist/ui/DropdownToolButton.d.ts.map +1 -0
  69. package/dist/ui/DropdownToolButton.js +15 -11
  70. package/dist/ui/DropdownToolButton.js.map +1 -1
  71. package/dist/ui/ToggleToolButton.d.ts +2 -1
  72. package/dist/ui/ToggleToolButton.d.ts.map +1 -0
  73. package/dist/ui/ToggleToolButton.js +7 -3
  74. package/dist/ui/ToggleToolButton.js.map +1 -1
  75. package/dist/ui/index.d.ts +2 -1
  76. package/dist/ui/index.d.ts.map +1 -0
  77. package/dist/ui/index.js +18 -2
  78. package/dist/ui/index.js.map +1 -1
  79. package/dist/utils/date.d.ts +16 -0
  80. package/dist/utils/date.d.ts.map +1 -0
  81. package/dist/utils/date.js +85 -0
  82. package/dist/utils/date.js.map +1 -0
  83. package/dist/utils/dom.d.ts +13 -0
  84. package/dist/utils/dom.d.ts.map +1 -0
  85. package/dist/utils/dom.js +78 -0
  86. package/dist/utils/dom.js.map +1 -0
  87. package/dist/utils/format.d.ts +22 -0
  88. package/dist/utils/format.d.ts.map +1 -0
  89. package/dist/utils/format.js +100 -0
  90. package/dist/utils/format.js.map +1 -0
  91. package/dist/utils/index.d.ts +4 -0
  92. package/dist/utils/index.d.ts.map +1 -0
  93. package/dist/utils/index.js +20 -0
  94. package/dist/utils/index.js.map +1 -0
  95. package/package.json +48 -29
  96. package/dist/ui/ToolDropdownButton.d.ts +0 -49
  97. package/dist/ui/ToolDropdownButton.js +0 -230
  98. package/dist/ui/ToolDropdownButton.js.map +0 -1
  99. package/src/editors/checkboxButtonEditor.ts +0 -184
  100. package/src/editors/dateMonthEditor.ts +0 -47
  101. package/src/editors/index.ts +0 -2
  102. package/src/formatters/formatters.ts +0 -185
  103. package/src/formatters/index.ts +0 -1
  104. package/src/globals/index.ts +0 -385
  105. package/src/helpers/custom-fonts.d.ts +0 -5
  106. package/src/helpers/custom-fonts.ts +0 -18
  107. package/src/helpers/dialogHelper.ts +0 -143
  108. package/src/helpers/excelExportHelper.ts +0 -29
  109. package/src/helpers/gridHelper.ts +0 -107
  110. package/src/helpers/html2pdf.d.ts +0 -19
  111. package/src/helpers/index.ts +0 -4
  112. package/src/helpers/pdfExportHelper.ts +0 -179
  113. package/src/index.ts +0 -5
  114. package/src/tsconfig.json +0 -29
  115. package/src/ui/DropdownToolButton.ts +0 -305
  116. package/src/ui/ToggleToolButton.ts +0 -71
  117. package/src/ui/index.ts +0 -2
  118. /package/{css → dist/css}/idevs.dropdown.css +0 -0
  119. /package/{css → dist/css}/idevs.print.css +0 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,743 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [1.0.1] - 2025-01-26
9
+
10
+ ### Fixed
11
+
12
+ - **Type compatibility issue**: Fixed `PageSize` type definition in `src/globals/index.ts` where the `Size` property was incorrectly self-referencing instead of referencing the `PageSizes` enum. This resolves the TypeScript error when using `doExportPdf` function across different projects.
13
+
14
+ ## [1.0.0] - 2024-08-16
15
+
16
+ > **BREAKING CHANGES**: This is a major refactoring release with breaking changes. See migration guide below.
17
+
18
+ ### 📦 Dependencies Updated - 2024-08-16
19
+
20
+ #### Major Updates
21
+
22
+ - **ESLint**: Updated from v8.57.0 to v9.33.0 with new flat config format
23
+ - **jsPDF**: Updated from v2.5.1 to v3.0.1 (major version update)
24
+ - **Prettier**: Updated from v2.8.8 to v3.6.2 (major version update)
25
+ - **TypeScript**: Updated from v5.5.4 to v5.9.2
26
+
27
+ #### Updated Dependencies
28
+
29
+ - `@serenity-is/corelib`: 8.6.2 → 8.8.6
30
+ - `@serenity-is/sleekgrid`: 1.9.0 → 1.9.6
31
+ - `@serenity-is/tsbuild`: 8.6.0 → 8.8.7
32
+ - `@types/jquery`: 3.5.29 → 3.5.32
33
+ - `@types/jquery.validation`: 1.16.10 → 1.17.0
34
+ - `@types/jqueryui`: 1.12.22 → 1.12.24
35
+ - `@types/pdfmake`: 0.2.9 → 0.2.11
36
+ - `@typescript-eslint/eslint-plugin`: 5.62.0 → 8.39.1
37
+ - `@typescript-eslint/parser`: 5.62.0 → 8.39.1
38
+ - `@typescript-eslint/typescript-estree`: 8.1.0 → 8.39.1
39
+ - `bootstrap`: 5.3.3 → 5.3.7
40
+ - `eslint-config-prettier`: 8.10.0 → 10.1.8
41
+ - `html-to-pdfmake`: 2.5.13 → 2.5.30
42
+ - `html2pdf.js`: 0.10.2 → 0.10.3
43
+ - `pdfmake`: 0.2.12 → 0.2.20
44
+
45
+ #### Configuration Changes
46
+
47
+ - **Migrated to ESLint v9 flat configuration format**
48
+ - Created new `eslint.config.js` replacing `.eslintrc`
49
+ - Updated all npm scripts to work with new ESLint
50
+ - Fixed security vulnerability in `brace-expansion` dependency
51
+
52
+ #### Benefits
53
+
54
+ - Latest security fixes and performance improvements
55
+ - Enhanced TypeScript support with newer versions
56
+ - Better linting with updated ESLint rules
57
+ - Improved PDF generation with jsPDF v3
58
+
59
+ ### 🔄 Major Refactoring
60
+
61
+ #### Added
62
+
63
+ - **New modular structure** with separate utility modules:
64
+ - `utils/date` - Date manipulation utilities
65
+ - `utils/dom` - DOM manipulation utilities
66
+ - `utils/format` - String and number formatting utilities
67
+ - `types/common` - Common type definitions
68
+ - `types/export` - Export-related types and functions
69
+ - **Modern build configuration**:
70
+ - Updated package.json with proper exports field
71
+ - Modern TypeScript configuration with strict mode
72
+ - Enhanced ESLint rules with type checking
73
+ - Updated Prettier configuration
74
+ - **Improved documentation**:
75
+ - Comprehensive README with API examples
76
+ - Migration guide for breaking changes
77
+ - TypeScript configuration examples
78
+
79
+ #### Changed
80
+
81
+ - **Package structure**:
82
+ - Main entry point now points to `dist/index.js` instead of `src/index.js`
83
+ - Added proper TypeScript declaration files output
84
+ - Moved type definitions to devDependencies where appropriate
85
+ - **Code organization**:
86
+ - Separated concerns with dedicated utility modules
87
+ - Improved type safety with strict TypeScript settings
88
+ - Better naming conventions (camelCase functions)
89
+ - Enhanced error handling and null checks
90
+ - **Build system**:
91
+ - Updated build scripts for modern workflow
92
+ - Added development scripts (watch, typecheck, etc.)
93
+ - Improved dependency management
94
+
95
+ #### Deprecated
96
+
97
+ - **Prototype extensions**: While still functional, users are encouraged to use utility functions directly:
98
+ - `String.prototype.truncate` → `truncateString()`
99
+ - `Number.prototype.toTimeString` → `toTimeString()`
100
+ - `Date.prototype.toSqlDate` → `toSqlDateString()`
101
+ - And more...
102
+
103
+ #### Fixed
104
+
105
+ - **Type safety issues**: Resolved TypeScript strict mode violations
106
+ - **Import/export consistency**: Standardized module exports
107
+ - **Code quality**: Fixed ESLint violations and improved code style
108
+ - **Build issues**: Resolved package.json configuration problems
109
+
110
+ ### 📦 Technical Improvements
111
+
112
+ - **Dependencies**: Updated and reorganized dependencies
113
+ - **TypeScript**: Enabled strict mode and modern compiler options
114
+ - **ESLint**: Added comprehensive rules with type checking
115
+ - **Prettier**: Updated formatting configuration
116
+ - **Documentation**: Added comprehensive API documentation and examples
117
+
118
+ ### 🔧 Developer Experience
119
+
120
+ - **Better IDE support**: Improved TypeScript definitions and imports
121
+ - **Enhanced debugging**: Better source maps and declaration maps
122
+ - **Modern tooling**: Updated build tools and configurations
123
+ - **Clear structure**: Organized code into logical modules
124
+
125
+ ---
126
+
127
+ ## Previous versions
128
+
129
+ _For versions prior to this refactoring, please refer to the git commit history._
130
+
131
+ # Changelog
132
+
133
+ ## 0.1.0 (2025-07-)
134
+
135
+ ### Updates
136
+
137
+ ## 0.0.97 (2024-09-08)
138
+
139
+ ### Add
140
+
141
+ - Add makePdf function based on html-to-pdfmake and pdfmake
142
+
143
+ ## 0.0.96 (2024-09-03)
144
+
145
+ ### Add
146
+
147
+ - Add IdevsContentResponse
148
+
149
+ ## 0.0.95 (2024-09-03)
150
+
151
+ ### Add
152
+
153
+ - Add generatePdf function based on jspdf and html2pdf.js
154
+
155
+ ## 0.0.94 (2024-08-16)
156
+
157
+ ### Updates
158
+
159
+ - Update Serenity to version 8.6.2 and also update all library
160
+ - Update formatter
161
+
162
+ ## 0.0.93 (2024-04-05)
163
+
164
+ ### Fixes
165
+
166
+ - Change target environment to ES2020
167
+
168
+ ## 0.0.92 (2024-04-05)
169
+
170
+ ### Updates
171
+
172
+ - Update library
173
+ - Remove unused declaration
174
+
175
+ ## 0.0.91 (2024-01-27)
176
+
177
+ ### Updates
178
+
179
+ - Update Serenity to version 8.2.2
180
+ - Update editor and formatter related to the changes from Serenity
181
+
182
+ ## 0.0.90 (2024-01-13)
183
+
184
+ ### Updates
185
+
186
+ - Remove @types/bootstrap that no used
187
+
188
+ ## 0.0.89 (2024-01-13)
189
+
190
+ ### Changes
191
+
192
+ - Update serenity to version 8.1.5
193
+ - Remove support aggregate columns on ExcelExporter because it's cause performance issue
194
+
195
+ ## 0.0.88 (2023-12-23)
196
+
197
+ ### Updates
198
+
199
+ - Remove click function from DropdownToolButton. No need to manipulate dropdown toggle here.
200
+
201
+ ## 0.0.87 (2023-12-23)
202
+
203
+ ### Updates
204
+
205
+ - Update DropDownToolButton to use manual dropdown instead of bootstrap script
206
+
207
+ ## 0.0.86 (2023-10-26)
208
+
209
+ ### Updates
210
+
211
+ - Add space after comma for CheckBoxButtonEditor to be easy to wrap line
212
+
213
+ ## 0.0.85 (2023-10-23)
214
+
215
+ ### Updates
216
+
217
+ - Add option isStringId to correct mapping value
218
+
219
+ ## 0.0.84 (2023-10-23)
220
+
221
+ ### Updates
222
+
223
+ - Add property to CheckBoxButtonEditor that can get items or set items to update rendering output
224
+
225
+ ## 0.0.83 (2023-10-15)
226
+
227
+ ### Updates
228
+
229
+ - Add PageSizes enum, PageOrientations enum
230
+ - Add PageSize
231
+ - Update IdevsExportRequest
232
+
233
+ ## 0.0.82 (2023-10-14)
234
+
235
+ ### Updates
236
+
237
+ - Update IDevsExportRequest by add new property PageSize and PageMargin
238
+
239
+ ## 0.0.81 (2023-10-13)
240
+
241
+ ### Fixed
242
+
243
+ - Fixed DropdownToolButton not show dropdown when click. It's because the bootstrap
244
+
245
+ ## 0.0.80 (2023-08-14)
246
+
247
+ ### Updated
248
+
249
+ - Remove GetModal boostrap because it block serenity menu
250
+
251
+ ## 0.0.79 (2023-07-29)
252
+
253
+ ### Fixed
254
+
255
+ - Rollback to 0.0.73 and add toString()
256
+
257
+ ## 0.0.78 (2023-07-28)
258
+
259
+ ### Fixed
260
+
261
+ - Fixed error LookupFormatter again
262
+
263
+ ## 0.0.77 (2023-07-28)
264
+
265
+ ### Test
266
+
267
+ ## 0.0.76 (2023-07-28)
268
+
269
+ ### Fixed
270
+
271
+ - Fixed error LookupFormatter again
272
+
273
+ ## 0.0.75 (2023-07-28)
274
+
275
+ ### Fixed
276
+
277
+ - Fixed error LookupFormatter
278
+
279
+ ## 0.0.74 (2023-07-28)
280
+
281
+ ### Updated
282
+
283
+ - Change lookup formatter to use getLookupAsync
284
+
285
+ ## 0.0.73 (2023-07-07)
286
+
287
+ ### Updated
288
+
289
+ - Update DateMonthEditor to support uppercase
290
+
291
+ ## 0.0.72 (2023-06-14)
292
+
293
+ ### Fixed
294
+
295
+ - Fixed null exception error for updateDateProxyValue
296
+
297
+ ## 0.0.71 (2023-06-14)
298
+
299
+ ### Updated
300
+
301
+ - Merge addDateProxyInput and addDateQuickFilterProxy into addDateProxyInput
302
+ - Add dateDateProxyInputOption
303
+
304
+ ## 0.0.70 (2023-06-14)
305
+
306
+ ### Updated
307
+
308
+ - Update add date proxy value default locale to en-GB
309
+
310
+ ## 0.0.69 (2023-06-14)
311
+
312
+ ### Added
313
+
314
+ - Add support to add date proxy input background color for enabled and disabled/readonly
315
+
316
+ ## 0.0.68 (2023-06-14)
317
+
318
+ ### Fixed
319
+
320
+ - Fixed proxy element is null when find by id so have to find by name also
321
+
322
+ ## 0.0.67 (2023-06-14)
323
+
324
+ ### Updates
325
+
326
+ - Update updateDateProxyValue to support date and string
327
+
328
+ ## 0.0.66 (2023-06-13)
329
+
330
+ ### Updates
331
+
332
+ - Rename doProxyInput to addDateProxyInput
333
+ - Add updateDateProxyValue
334
+
335
+ ## 0.0.65 (2023-06-07)
336
+
337
+ ### Added
338
+
339
+ - Add google font to idevs.print.css
340
+
341
+ ## 0.0.64 (2023-06-05)
342
+
343
+ ### Added
344
+
345
+ - Add function find begin month and end month
346
+
347
+ ## 0.0.63 (2023-06-03)
348
+
349
+ ### Added
350
+
351
+ - Add conditionRange to IdevsExportRequest
352
+
353
+ ## 0.0.62 (2023-06-01)
354
+
355
+ ### Changes
356
+
357
+ - rename and remove talbe theme property on IdevsExportRequest
358
+
359
+ ## 0.0.61 (2023-06-01)
360
+
361
+ ### Added
362
+
363
+ - Add support customize table theme style for ExcelExporter
364
+ - Add more css
365
+
366
+ ## 0.0.60 (2023-05-31)
367
+
368
+ ### Updates
369
+
370
+ - Add GROUP to AggregateType enum
371
+
372
+ ## 0.0.59 (2023-05-27)
373
+
374
+ ### Updates
375
+
376
+ - Update function updateDateQuickFilterProxyValue to return empty string when value is null
377
+
378
+ ## 0.0.58 (2023-05-27)
379
+
380
+ ### Updates
381
+
382
+ - Change property columnName of IdevsExportRequest to optional
383
+
384
+ ## 0.0.57 (2023-05-27)
385
+
386
+ ### Fixed
387
+
388
+ - Fixed optional parameter for ExportOptions
389
+
390
+ ## 0.0.56 (2023-05-27)
391
+
392
+ ### Fixed
393
+
394
+ - Fixed passing parameter from ExportOptions to IdevsExportRequest
395
+
396
+ ## 0.0.55 (2023-05-26)
397
+
398
+ ### Fixed
399
+
400
+ - Fixed mis-spell
401
+
402
+ ## 0.0.54 (2023-05-26)
403
+
404
+ ### Updates
405
+
406
+ - Added aggregateColumns property for aggregate column on summary row
407
+ - Remove unnecessary property for ExcelExportRequest
408
+
409
+ ## 0.0.53 (2023-05-24)
410
+
411
+ ### Fixed
412
+
413
+ - Chane property type in IdevsExportRequest
414
+
415
+ ## 0.0.52 (2023-05-24)
416
+
417
+ ### Updates
418
+
419
+ - Add property to IdevsExportRequest
420
+
421
+ ## 0.0.51 (2023-05-20)
422
+
423
+ ### Updates
424
+
425
+ - Update CSS
426
+
427
+ ## 0.0.50 (2023-05-18)
428
+
429
+ ### Fixed
430
+
431
+ - Fixed bug for function toDecimal and toNumber
432
+
433
+ ## 0.0.49 (2023-05-13)
434
+
435
+ ### Updates
436
+
437
+ - Update CSS
438
+
439
+ ## 0.0.48 (2023-05-11)
440
+
441
+ ### Updates
442
+
443
+ - Update CSS
444
+
445
+ ## 0.0.47 (2023-05-11)
446
+
447
+ ### Updates
448
+
449
+ - Update CSS
450
+
451
+ ## 0.0.46 (2023-04-15)
452
+
453
+ ### Updates
454
+
455
+ - Update css
456
+
457
+ ## 0.0.45 (2023-04-15)
458
+
459
+ ### Updates
460
+
461
+ - Remove convertToDateString
462
+ - Add dateStrignOption() to get default Intl.DateTimeFormatOptions
463
+
464
+ ## 0.0.44 (2023-04-15)
465
+
466
+ ### Fixed
467
+
468
+ - Fixed pdfExportHelper and excelExportHelper
469
+ - rename toLocaleString to convertToLocaleString
470
+
471
+ ## 0.0.43 (2023-04-14)
472
+
473
+ ### Updates
474
+
475
+ - Update typescript to v.5.0.4 and related packages to latest version
476
+ - Update globals.ts
477
+
478
+ ## 0.0.42 (2023-04-06)
479
+
480
+ ### Fixed
481
+
482
+ - Fixed updateDateQuickFilterProxyValue
483
+
484
+ ## 0.0.41 (2023-04-06)
485
+
486
+ ## Fixed
487
+
488
+ - Fixed toSqlDate
489
+ - Fixed updateDateQuickFilterProxyValue
490
+
491
+ ## 0.0.40 (2023-04-06)
492
+
493
+ ### Changes
494
+
495
+ - Rename ToolDropdownButton to DropdownToolButton
496
+ - Add ToggleToolButton
497
+
498
+ ## 0.0.39 (2023-04-02)
499
+
500
+ ### Added
501
+
502
+ - Add DateMonthFormatter
503
+
504
+ ## 0.0.38 (2023-04-02)
505
+
506
+ ### Fixed
507
+
508
+ - Fixed return value from DateMonthEditor
509
+
510
+ ## 0.0.37 (2023-04-02)
511
+
512
+ ### Updates
513
+
514
+ - Update return value from DateMonthEditor
515
+
516
+ ## 0.0.36 (2023-04-02)
517
+
518
+ ### Fixed
519
+
520
+ - Fixed error DateMonthEditor
521
+
522
+ ## 0.0.35 (2023-04-02)
523
+
524
+ ### Fixed
525
+
526
+ - Forget export DateMonthEditor
527
+
528
+ ## 0.0.34 (2023-04-02)
529
+
530
+ ### Added
531
+
532
+ - Add DateMonthEditor
533
+
534
+ ## 0.0.33 (2023-03-30)
535
+
536
+ ### Added
537
+
538
+ - Add toSqlDate, toTimeString, toNumber
539
+
540
+ ## 0.0.32 (2023-03-24)
541
+
542
+ ### Updates
543
+
544
+ - Rename onExportExcel to doExportExcel
545
+ - Change IdevsExportRequest property viewName to nullable string type
546
+
547
+ ## 0.0.31 (2023-03-24)
548
+
549
+ ### Added
550
+
551
+ - add function toSqlDateString to convert date to string in sql format yyyy-MM-dd
552
+
553
+ ## 0.0.30 (2023-03-23)
554
+
555
+ ### Added
556
+
557
+ - Added more css
558
+
559
+ ## 0.0.29 (2023-03-23)
560
+
561
+ ### Changes
562
+
563
+ - Rename new properties add from v0.0.28
564
+
565
+ ## 0.0.28 (2023-03-23)
566
+
567
+ ### Changes
568
+
569
+ - Add more property to IdevsExportRequest
570
+
571
+ ## 0.0.27 (2023-03-22)
572
+
573
+ ## Fixed
574
+
575
+ - Finally remove onViewSubmit and check within onClick event
576
+
577
+ ## 0.0.26 (2023-03-22)
578
+
579
+ ## Fixed
580
+
581
+ - Forgot to build
582
+
583
+ ## 0.0.25 (2023-03-22)
584
+
585
+ ### Fixed
586
+
587
+ - Fixed onViewSubmit
588
+
589
+ ## 0.0.24 (2023-03-22)
590
+
591
+ ### Changes
592
+
593
+ - bring back onViewSubmit
594
+
595
+ ## 0.0.23 (2023-03-22)
596
+
597
+ ### Fixed
598
+
599
+ - remove onViewSubmit from excelExportHelper and pdfExportHelper
600
+
601
+ ## 0.0.22 (2023-03-22)
602
+
603
+ ### Fixed
604
+
605
+ - onViewSubmit on excelExportHelper and pdfExportHelper
606
+
607
+ ## 0.0.21 (2023-03-22)
608
+
609
+ ### Fixed
610
+
611
+ - onViewSubmit on excelExportHelper and pdfExportHelper
612
+
613
+ ## 0.0.20 (2023-03-22)
614
+
615
+ ### Fixed
616
+
617
+ - createExportToolButton onClick
618
+
619
+ ## 0.0.19 (2023-03-22)
620
+
621
+ ### Fixed
622
+
623
+ - createExportToolButton
624
+
625
+ ## 0.0.18 (2023-03-22)
626
+
627
+ ### Updated
628
+
629
+ - Update pdfExporHelper, excelExportHelper, IDevsExportRequest
630
+ - Merge createPdfToolButton and createExcelToolButton with new name createExportToolButton
631
+
632
+ ## 0.0.17 (2023-03-21)
633
+
634
+ ### Fixed
635
+
636
+ - ExcelExportHelper.createToolButton => createExcelToolButton
637
+ - PdfExportHelper.createToolButton => createPdfToolButton
638
+
639
+ ## 0.0.16 (2023-03-20)
640
+
641
+ ### Fixed
642
+
643
+ - updateDateQuickFilterProxyValue
644
+
645
+ ## 0.0.15 (2023-03-20)
646
+
647
+ ## Added
648
+
649
+ - addDateQuickFilterProxy
650
+ - updateDateQuickFilterProxyValue
651
+
652
+ ## 0.0.14 (2023-03-18)
653
+
654
+ ### Fixed
655
+
656
+ - Fixed mistake for GridHelper
657
+
658
+ ## 0.0.13 (2023-03-18)
659
+
660
+ ### Added
661
+
662
+ - Add idevsEditors.load and idevsFormatters.load to force load scripts
663
+
664
+ ## 0.0.12 (2023-03-14)
665
+
666
+ ### Fixed
667
+
668
+ - Fixed LookupFormatter
669
+
670
+ ## 0.0.11 (2023-03-13)
671
+
672
+ ### Added
673
+
674
+ - LookupFormatter to display lookup values
675
+
676
+ ## 0.0.10 (2023-03-10)
677
+
678
+ ### Fixed
679
+
680
+ - Forgot to export CheckboxButtonEditor
681
+
682
+ ## 0.0.9 (2023-03-10)
683
+
684
+ ### Changes
685
+
686
+ - Include css into CheckboxButtonEditor directly instead of using external css file
687
+
688
+ ## 0.0.8 (2023-03-09)
689
+
690
+ ### Added
691
+
692
+ - CheckboxButtonEditor
693
+
694
+ ## 0.0.7 (2023-03-04)
695
+
696
+ ### Changes
697
+
698
+ Remove idevs.font.css
699
+
700
+ ## 0.0.6 (2023-03-03)
701
+
702
+ ### Changes
703
+
704
+ All new changes
705
+
706
+ ## 0.0.5 (2023-02-28)
707
+
708
+ ### Changes
709
+
710
+ - TypeScripts
711
+ - Rename arguments all formatter
712
+
713
+ ## 0.0.4 (2023-02-28)
714
+
715
+ ### Added
716
+
717
+ - TypeScripts
718
+ - ZeroDisplayFormatter
719
+
720
+ ### Removed
721
+
722
+ - TypeScripts
723
+ - ZeroToBlankFormatter
724
+
725
+ ## 0.0.2 (2023-02-26)
726
+
727
+ Update package with usable version.
728
+
729
+ ### Added
730
+
731
+ - TypeScripts
732
+ - ToolDropdownButton
733
+ - CheckboxFormatter
734
+ - ZeroToBlankFormatter
735
+
736
+ - Stylesheets
737
+ - idevs.dropdown.css
738
+ - idevs.font.css
739
+ - idevs.print.css
740
+
741
+ ## 0.0.1 (2023-02-25)
742
+
743
+ Test publish on npm libraries.