@koobiq/components 18.17.0 → 18.18.0
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/esm2022/core/version.mjs +2 -2
- package/esm2022/overflow-items/overflow-items.mjs +52 -86
- package/esm2022/tree-select/tree-select.component.mjs +3 -3
- package/fesm2022/koobiq-components-core.mjs +1 -1
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-overflow-items.mjs +52 -86
- package/fesm2022/koobiq-components-overflow-items.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +2 -2
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/overflow-items/overflow-items.d.ts +15 -17
- package/package.json +4 -4
- package/schematics/ng-add/index.js +4 -4
- package/tree-select/tree-select.component.d.ts +1 -1
|
@@ -3935,7 +3935,7 @@ const KBQ_VALIDATION = new InjectionToken('KbqUseValidation', {
|
|
|
3935
3935
|
factory: () => ({ useValidation: true })
|
|
3936
3936
|
});
|
|
3937
3937
|
|
|
3938
|
-
const VERSION = new Version('18.
|
|
3938
|
+
const VERSION = new Version('18.18.0+sha-2bb3828');
|
|
3939
3939
|
|
|
3940
3940
|
/**
|
|
3941
3941
|
* Generated bundle index. Do not edit.
|