@bravobit/bb-foundation 0.51.6 → 0.51.7
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/elements/lib/elements.module.d.ts +2 -1
- package/fesm2022/bravobit-bb-foundation-elements.mjs +6 -3
- package/fesm2022/bravobit-bb-foundation-elements.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-table.mjs +7 -7
- package/fesm2022/bravobit-bb-foundation-table.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation.mjs +93 -50
- package/fesm2022/bravobit-bb-foundation.mjs.map +1 -1
- package/lib/core/colors/hex.d.ts +18 -0
- package/lib/core/colors/hsl.d.ts +7 -0
- package/lib/core/colors/{rgb-hsv.d.ts → hsv.d.ts} +7 -6
- package/lib/core/colors/rgb.d.ts +7 -0
- package/lib/core/services/languages.service.d.ts +1 -2
- package/package.json +9 -9
- package/public_api.d.ts +4 -4
- package/table/lib/components/table/table.component.d.ts +1 -1
- package/table/lib/components/table-cell/table-cell.component.d.ts +1 -1
- package/table/lib/components/table-header-cell/table-header-cell.component.d.ts +1 -1
- package/lib/core/colors/hex-hsv.d.ts +0 -7
- package/lib/core/colors/rgb-hex.d.ts +0 -7
- package/lib/core/tokens/base-url.token.d.ts +0 -2
|
@@ -29,9 +29,10 @@ import * as i25 from "./image-picker/image-picker.component";
|
|
|
29
29
|
import * as i26 from "./date-picker/date-picker.component";
|
|
30
30
|
import * as i27 from "./color-slider/color-slider.component";
|
|
31
31
|
import * as i28 from "./color-picker/color-picker.component";
|
|
32
|
+
import * as i29 from "./image-control/image-control.component";
|
|
32
33
|
export declare class ElementsModule {
|
|
33
34
|
static forRoot(config?: ElementsConfig): ModuleWithProviders<ElementsModule>;
|
|
34
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElementsModule, never>;
|
|
35
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ElementsModule, never, [typeof i1.BbFormError, typeof i2.BbFormSubmit, typeof i3.BbFormSubmitter, typeof i4.BbInput, typeof i5.BbImageUpload, typeof i6.BbExtraErrorControls, typeof i7.BbFileDrop, typeof i8.ColorPickerDirective, typeof i9.BbFileSize, typeof i10.BbFileImage, typeof i11.BbRelativeTime, typeof i12.BbDate, typeof i13.BbButton, typeof i13.BbAnchor, typeof i14.BbSpinner, typeof i15.BbIcon, typeof i16.BbFormControl, typeof i17.BbFormGroup, typeof i18.BbCheckbox, typeof i19.BbCheckboxGroup, typeof i20.BbRadioGroup, typeof i21.BbRadioButton, typeof i22.BbAvatar, typeof i23.BbMultiFileControl, typeof i24.BbFilePicker, typeof i25.BbImagePicker, typeof i26.BbDatePicker, typeof i27.BbColorSlider, typeof i28.BbColorPicker], [typeof i1.BbFormError, typeof i2.BbFormSubmit, typeof i3.BbFormSubmitter, typeof i4.BbInput, typeof i5.BbImageUpload, typeof i6.BbExtraErrorControls, typeof i7.BbFileDrop, typeof i8.ColorPickerDirective, typeof i9.BbFileSize, typeof i10.BbFileImage, typeof i11.BbRelativeTime, typeof i12.BbDate, typeof i13.BbButton, typeof i13.BbAnchor, typeof i14.BbSpinner, typeof i15.BbIcon, typeof i16.BbFormControl, typeof i17.BbFormGroup, typeof i18.BbCheckbox, typeof i19.BbCheckboxGroup, typeof i20.BbRadioGroup, typeof i21.BbRadioButton, typeof i22.BbAvatar, typeof i23.BbMultiFileControl, typeof i24.BbFilePicker, typeof i25.BbImagePicker, typeof i26.BbDatePicker, typeof i27.BbColorSlider, typeof i28.BbColorPicker]>;
|
|
36
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElementsModule, never, [typeof i1.BbFormError, typeof i2.BbFormSubmit, typeof i3.BbFormSubmitter, typeof i4.BbInput, typeof i5.BbImageUpload, typeof i6.BbExtraErrorControls, typeof i7.BbFileDrop, typeof i8.ColorPickerDirective, typeof i9.BbFileSize, typeof i10.BbFileImage, typeof i11.BbRelativeTime, typeof i12.BbDate, typeof i13.BbButton, typeof i13.BbAnchor, typeof i14.BbSpinner, typeof i15.BbIcon, typeof i16.BbFormControl, typeof i17.BbFormGroup, typeof i18.BbCheckbox, typeof i19.BbCheckboxGroup, typeof i20.BbRadioGroup, typeof i21.BbRadioButton, typeof i22.BbAvatar, typeof i23.BbMultiFileControl, typeof i24.BbFilePicker, typeof i25.BbImagePicker, typeof i26.BbDatePicker, typeof i27.BbColorSlider, typeof i28.BbColorPicker, typeof i29.BbImageControl], [typeof i1.BbFormError, typeof i2.BbFormSubmit, typeof i3.BbFormSubmitter, typeof i4.BbInput, typeof i5.BbImageUpload, typeof i6.BbExtraErrorControls, typeof i7.BbFileDrop, typeof i8.ColorPickerDirective, typeof i9.BbFileSize, typeof i10.BbFileImage, typeof i11.BbRelativeTime, typeof i12.BbDate, typeof i13.BbButton, typeof i13.BbAnchor, typeof i14.BbSpinner, typeof i15.BbIcon, typeof i16.BbFormControl, typeof i17.BbFormGroup, typeof i18.BbCheckbox, typeof i19.BbCheckboxGroup, typeof i20.BbRadioGroup, typeof i21.BbRadioButton, typeof i22.BbAvatar, typeof i23.BbMultiFileControl, typeof i24.BbFilePicker, typeof i25.BbImagePicker, typeof i26.BbDatePicker, typeof i27.BbColorSlider, typeof i28.BbColorPicker, typeof i29.BbImageControl]>;
|
|
36
37
|
static ɵinj: i0.ɵɵInjectorDeclaration<ElementsModule>;
|
|
37
38
|
}
|
|
@@ -2647,7 +2647,8 @@ const IMPORTS_EXPORTS = [
|
|
|
2647
2647
|
BbImagePicker,
|
|
2648
2648
|
BbDatePicker,
|
|
2649
2649
|
BbColorSlider,
|
|
2650
|
-
BbColorPicker
|
|
2650
|
+
BbColorPicker,
|
|
2651
|
+
BbImageControl
|
|
2651
2652
|
];
|
|
2652
2653
|
class ElementsModule {
|
|
2653
2654
|
static forRoot(config) {
|
|
@@ -2691,7 +2692,8 @@ class ElementsModule {
|
|
|
2691
2692
|
BbImagePicker,
|
|
2692
2693
|
BbDatePicker,
|
|
2693
2694
|
BbColorSlider,
|
|
2694
|
-
BbColorPicker
|
|
2695
|
+
BbColorPicker,
|
|
2696
|
+
BbImageControl], exports: [
|
|
2695
2697
|
// Directives.
|
|
2696
2698
|
BbFormError,
|
|
2697
2699
|
BbFormSubmit,
|
|
@@ -2723,7 +2725,8 @@ class ElementsModule {
|
|
|
2723
2725
|
BbImagePicker,
|
|
2724
2726
|
BbDatePicker,
|
|
2725
2727
|
BbColorSlider,
|
|
2726
|
-
BbColorPicker
|
|
2728
|
+
BbColorPicker,
|
|
2729
|
+
BbImageControl] });
|
|
2727
2730
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.6", ngImport: i0, type: ElementsModule, imports: [BbMultiFileControl,
|
|
2728
2731
|
BbDatePicker] });
|
|
2729
2732
|
}
|