@bnsights/bbsf-controls 1.2.9 → 1.2.11
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/README.md +20 -2
- package/fesm2022/bnsights-bbsf-controls.mjs +405 -1165
- package/fesm2022/bnsights-bbsf-controls.mjs.map +1 -1
- package/lib/controls/Repeater/builders/field-option-builders.d.ts +39 -0
- package/lib/controls/Repeater/repeater-field-builder/repeater-field-builder.component.d.ts +17 -3
- package/lib/controls/Repeater/services/field-config-factory.service.d.ts +42 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -394,12 +394,30 @@ If the issue persists, consider using a different HTML editor component that's c
|
|
|
394
394
|
|
|
395
395
|
## Change Log
|
|
396
396
|
|
|
397
|
+
## 1.2.11 / 18-01-2026
|
|
398
|
+
|
|
399
|
+
=====================
|
|
400
|
+
|
|
401
|
+
- refactored repeater-field-builder component (reduced from 1,468 to 115 lines)
|
|
402
|
+
- created field-config-factory service for centralized field configuration
|
|
403
|
+
- created field-option-builders with reusable builder functions
|
|
404
|
+
- fixed MultiFile variable reference bug
|
|
405
|
+
- eliminated code duplication in lifecycle methods
|
|
397
406
|
|
|
398
|
-
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
## 1.2.10 / 05-01-2026
|
|
399
410
|
|
|
400
411
|
=====================
|
|
401
412
|
|
|
402
|
-
- upgrade utilities package
|
|
413
|
+
- upgrade utilities package 1.2.4
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
## 1.2.9 / 05-01-2026
|
|
417
|
+
|
|
418
|
+
=====================
|
|
419
|
+
|
|
420
|
+
- upgrade utilities package 1.2.4
|
|
403
421
|
|
|
404
422
|
|
|
405
423
|
## 1.2.8 / 25-12-2025
|