@bnsights/bbsf-controls 1.2.10 → 1.2.12
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 +17 -0
- 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,6 +394,23 @@ 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.12 / 18-01-2026
|
|
398
|
+
|
|
399
|
+
=====================
|
|
400
|
+
|
|
401
|
+
- Update bbsf-utilities package to 1.2.6
|
|
402
|
+
|
|
403
|
+
## 1.2.11 / 18-01-2026
|
|
404
|
+
|
|
405
|
+
=====================
|
|
406
|
+
|
|
407
|
+
- refactored repeater-field-builder component (reduced from 1,468 to 115 lines)
|
|
408
|
+
- created field-config-factory service for centralized field configuration
|
|
409
|
+
- created field-option-builders with reusable builder functions
|
|
410
|
+
- fixed MultiFile variable reference bug
|
|
411
|
+
- eliminated code duplication in lifecycle methods
|
|
412
|
+
|
|
413
|
+
|
|
397
414
|
|
|
398
415
|
## 1.2.10 / 05-01-2026
|
|
399
416
|
|