@mozaic-ds/angular 0.31.0-rc.0 → 0.31.0-rc.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.
@@ -0,0 +1,3 @@
1
+ export * from './listbox.component';
2
+ export * from './model/listbox-item';
3
+ export * from './listbox.module';
@@ -1,2 +1 @@
1
- export * from './listbox.component';
2
- export * from './model/listbox-item';
1
+ export * from './index';
@@ -6348,5 +6348,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
6348
6348
  * Generated bundle index. Do not edit.
6349
6349
  */
6350
6350
 
6351
- export { AccordionComponent, AccordionModule, ActionBarComponent, ActionBarModule, AutocompleteComponent, AutocompleteModule, BadgeComponent, BadgeModule, BottomBarComponent, BottomBarModule, BreadcrumbComponent, BreadcrumbModule, BuiltItMenuComponent, BuiltItMenuModule, ButtonComponent, ButtonModule, CHECKBOX_CONTROL_VALUE_ACCESSOR, CardComponent, CardModule, CheckboxComponent, CheckboxGroupComponent, CheckboxGroupModule, CheckboxModule, ContainerComponent, ContainerModule, Direction, DividerComponent, DividerModule, DropdownComponent, DropdownModule, FieldComponent, FieldErrorComponent, FieldModule, FileUploaderComponent, FileUploaderModule, HeaderComponent, HeaderModule, HeadingComponent, HeadingModule, IconComponent, IconModule, IconService, InputIconDirective, KpiComponent, KpiModule, KpiSize, LAYER_CONFIG, LAYER_DATA, LAYER_REF, LayerComponent, LayerModule, LayerService, LinkComponent, LinkModule, ListboxComponent, LoaderComponent, LoaderModule, LoaderService, MODAL_CONFIG, MODAL_DATA, MODAL_REF, MOZ_INPUT_ICON, ModalComponent, ModalModule, ModalService, MozDatatableCaptionComponent, MozDatatableComponent, MozDatatableContentCellComponent, MozDatatableFooterComponent, MozDatatableHeaderCellComponent, MozDatatableManagementComponent, MozDatatableManagementContentComponent, MozDatatableManagementModule, MozDatatableModule, MozDatatableRowExpansionContentComponent, MozDatatableSelectionComponent, MozDatatableSortDirective, MozDragNDropDirective, MozSidebarComponent, MozSidebarFeatureComponent, MozSidebarHomeComponent, MozSidebarModule, MozSidebarUserComponent, MozSidebarUtilityComponent, NOTIFICATION_CONFIG, NotificationComponent, NotificationConfigFactory, NotificationContainerComponent, NotificationFooterComponent, NotificationMessageComponent, NotificationModule, NotificationService, NotificationTitleComponent, OptionButtonComponent, OptionButtonsComponent, OptionButtonsModule, OptionCardComponent, OptionCardsComponent, OptionCardsModule, OverlayComponent, OverlayModule, PAGINATION_CONTROL_VALUE_ACCESSOR, PaginationComponent, PaginationModule, PasswordInputComponent, PasswordInputModule, PhoneNumberComponent, PhoneNumberModule, ProgressBarComponent, ProgressBarModule, QuantitySelectorComponent, QuantitySelectorModule, RadioComponent, RadioModule, RatingMap, SegmentedControlButtonComponent, SegmentedControlComponent, SegmentedControlModule, SelectComponent, SelectModule, StarsInputComponent, StarsInputModule, StarsResultComponent, StarsResultModule, Status, StepComponent, StepperBarComponent, StepperBarModule, StepperComponent, StepperModule, TOGGLE_CONTROL_VALUE_ACCESSOR, TabComponent, TabsComponent, TabsModule, TagComponent, TagModule, TaglistComponent, TaglistLayerContentComponent, TaglistModule, TextAreaComponent, TextAreaModule, TextInputComponent, TextInputModule, ToggleComponent, ToggleModule, TooltipComponent, TooltipDirective, TooltipModule, UploadedFilesComponent, castBooleanProperty, generateId, getRandomNumber, overwriteStyle, segmentedControlSizeDefault, statusesString };
6351
+ export { AccordionComponent, AccordionModule, ActionBarComponent, ActionBarModule, AutocompleteComponent, AutocompleteModule, BadgeComponent, BadgeModule, BottomBarComponent, BottomBarModule, BreadcrumbComponent, BreadcrumbModule, BuiltItMenuComponent, BuiltItMenuModule, ButtonComponent, ButtonModule, CHECKBOX_CONTROL_VALUE_ACCESSOR, CardComponent, CardModule, CheckboxComponent, CheckboxGroupComponent, CheckboxGroupModule, CheckboxModule, ContainerComponent, ContainerModule, Direction, DividerComponent, DividerModule, DropdownComponent, DropdownModule, FieldComponent, FieldErrorComponent, FieldModule, FileUploaderComponent, FileUploaderModule, HeaderComponent, HeaderModule, HeadingComponent, HeadingModule, IconComponent, IconModule, IconService, InputIconDirective, KpiComponent, KpiModule, KpiSize, LAYER_CONFIG, LAYER_DATA, LAYER_REF, LayerComponent, LayerModule, LayerService, LinkComponent, LinkModule, ListboxComponent, ListboxModule, LoaderComponent, LoaderModule, LoaderService, MODAL_CONFIG, MODAL_DATA, MODAL_REF, MOZ_INPUT_ICON, ModalComponent, ModalModule, ModalService, MozDatatableCaptionComponent, MozDatatableComponent, MozDatatableContentCellComponent, MozDatatableFooterComponent, MozDatatableHeaderCellComponent, MozDatatableManagementComponent, MozDatatableManagementContentComponent, MozDatatableManagementModule, MozDatatableModule, MozDatatableRowExpansionContentComponent, MozDatatableSelectionComponent, MozDatatableSortDirective, MozDragNDropDirective, MozSidebarComponent, MozSidebarFeatureComponent, MozSidebarHomeComponent, MozSidebarModule, MozSidebarUserComponent, MozSidebarUtilityComponent, NOTIFICATION_CONFIG, NotificationComponent, NotificationConfigFactory, NotificationContainerComponent, NotificationFooterComponent, NotificationMessageComponent, NotificationModule, NotificationService, NotificationTitleComponent, OptionButtonComponent, OptionButtonsComponent, OptionButtonsModule, OptionCardComponent, OptionCardsComponent, OptionCardsModule, OverlayComponent, OverlayModule, PAGINATION_CONTROL_VALUE_ACCESSOR, PaginationComponent, PaginationModule, PasswordInputComponent, PasswordInputModule, PhoneNumberComponent, PhoneNumberModule, ProgressBarComponent, ProgressBarModule, QuantitySelectorComponent, QuantitySelectorModule, RadioComponent, RadioModule, RatingMap, SegmentedControlButtonComponent, SegmentedControlComponent, SegmentedControlModule, SelectComponent, SelectModule, StarsInputComponent, StarsInputModule, StarsResultComponent, StarsResultModule, Status, StepComponent, StepperBarComponent, StepperBarModule, StepperComponent, StepperModule, TOGGLE_CONTROL_VALUE_ACCESSOR, TabComponent, TabsComponent, TabsModule, TagComponent, TagModule, TaglistComponent, TaglistLayerContentComponent, TaglistModule, TextAreaComponent, TextAreaModule, TextInputComponent, TextInputModule, ToggleComponent, ToggleModule, TooltipComponent, TooltipDirective, TooltipModule, UploadedFilesComponent, castBooleanProperty, generateId, getRandomNumber, overwriteStyle, segmentedControlSizeDefault, statusesString };
6352
6352
  //# sourceMappingURL=mozaic-ds-angular.mjs.map
@@ -0,0 +1,3 @@
1
+ export * from './listbox.component';
2
+ export * from './model/listbox-item';
3
+ export * from './listbox.module';
@@ -1,2 +1 @@
1
- export * from './listbox.component';
2
- export * from './model/listbox-item';
1
+ export * from './index';
@@ -6348,5 +6348,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
6348
6348
  * Generated bundle index. Do not edit.
6349
6349
  */
6350
6350
 
6351
- export { AccordionComponent, AccordionModule, ActionBarComponent, ActionBarModule, AutocompleteComponent, AutocompleteModule, BadgeComponent, BadgeModule, BottomBarComponent, BottomBarModule, BreadcrumbComponent, BreadcrumbModule, BuiltItMenuComponent, BuiltItMenuModule, ButtonComponent, ButtonModule, CHECKBOX_CONTROL_VALUE_ACCESSOR, CardComponent, CardModule, CheckboxComponent, CheckboxGroupComponent, CheckboxGroupModule, CheckboxModule, ContainerComponent, ContainerModule, Direction, DividerComponent, DividerModule, DropdownComponent, DropdownModule, FieldComponent, FieldErrorComponent, FieldModule, FileUploaderComponent, FileUploaderModule, HeaderComponent, HeaderModule, HeadingComponent, HeadingModule, IconComponent, IconModule, IconService, InputIconDirective, KpiComponent, KpiModule, KpiSize, LAYER_CONFIG, LAYER_DATA, LAYER_REF, LayerComponent, LayerModule, LayerService, LinkComponent, LinkModule, ListboxComponent, LoaderComponent, LoaderModule, LoaderService, MODAL_CONFIG, MODAL_DATA, MODAL_REF, MOZ_INPUT_ICON, ModalComponent, ModalModule, ModalService, MozDatatableCaptionComponent, MozDatatableComponent, MozDatatableContentCellComponent, MozDatatableFooterComponent, MozDatatableHeaderCellComponent, MozDatatableManagementComponent, MozDatatableManagementContentComponent, MozDatatableManagementModule, MozDatatableModule, MozDatatableRowExpansionContentComponent, MozDatatableSelectionComponent, MozDatatableSortDirective, MozDragNDropDirective, MozSidebarComponent, MozSidebarFeatureComponent, MozSidebarHomeComponent, MozSidebarModule, MozSidebarUserComponent, MozSidebarUtilityComponent, NOTIFICATION_CONFIG, NotificationComponent, NotificationConfigFactory, NotificationContainerComponent, NotificationFooterComponent, NotificationMessageComponent, NotificationModule, NotificationService, NotificationTitleComponent, OptionButtonComponent, OptionButtonsComponent, OptionButtonsModule, OptionCardComponent, OptionCardsComponent, OptionCardsModule, OverlayComponent, OverlayModule, PAGINATION_CONTROL_VALUE_ACCESSOR, PaginationComponent, PaginationModule, PasswordInputComponent, PasswordInputModule, PhoneNumberComponent, PhoneNumberModule, ProgressBarComponent, ProgressBarModule, QuantitySelectorComponent, QuantitySelectorModule, RadioComponent, RadioModule, RatingMap, SegmentedControlButtonComponent, SegmentedControlComponent, SegmentedControlModule, SelectComponent, SelectModule, StarsInputComponent, StarsInputModule, StarsResultComponent, StarsResultModule, Status, StepComponent, StepperBarComponent, StepperBarModule, StepperComponent, StepperModule, TOGGLE_CONTROL_VALUE_ACCESSOR, TabComponent, TabsComponent, TabsModule, TagComponent, TagModule, TaglistComponent, TaglistLayerContentComponent, TaglistModule, TextAreaComponent, TextAreaModule, TextInputComponent, TextInputModule, ToggleComponent, ToggleModule, TooltipComponent, TooltipDirective, TooltipModule, UploadedFilesComponent, castBooleanProperty, generateId, getRandomNumber, overwriteStyle, segmentedControlSizeDefault, statusesString };
6351
+ export { AccordionComponent, AccordionModule, ActionBarComponent, ActionBarModule, AutocompleteComponent, AutocompleteModule, BadgeComponent, BadgeModule, BottomBarComponent, BottomBarModule, BreadcrumbComponent, BreadcrumbModule, BuiltItMenuComponent, BuiltItMenuModule, ButtonComponent, ButtonModule, CHECKBOX_CONTROL_VALUE_ACCESSOR, CardComponent, CardModule, CheckboxComponent, CheckboxGroupComponent, CheckboxGroupModule, CheckboxModule, ContainerComponent, ContainerModule, Direction, DividerComponent, DividerModule, DropdownComponent, DropdownModule, FieldComponent, FieldErrorComponent, FieldModule, FileUploaderComponent, FileUploaderModule, HeaderComponent, HeaderModule, HeadingComponent, HeadingModule, IconComponent, IconModule, IconService, InputIconDirective, KpiComponent, KpiModule, KpiSize, LAYER_CONFIG, LAYER_DATA, LAYER_REF, LayerComponent, LayerModule, LayerService, LinkComponent, LinkModule, ListboxComponent, ListboxModule, LoaderComponent, LoaderModule, LoaderService, MODAL_CONFIG, MODAL_DATA, MODAL_REF, MOZ_INPUT_ICON, ModalComponent, ModalModule, ModalService, MozDatatableCaptionComponent, MozDatatableComponent, MozDatatableContentCellComponent, MozDatatableFooterComponent, MozDatatableHeaderCellComponent, MozDatatableManagementComponent, MozDatatableManagementContentComponent, MozDatatableManagementModule, MozDatatableModule, MozDatatableRowExpansionContentComponent, MozDatatableSelectionComponent, MozDatatableSortDirective, MozDragNDropDirective, MozSidebarComponent, MozSidebarFeatureComponent, MozSidebarHomeComponent, MozSidebarModule, MozSidebarUserComponent, MozSidebarUtilityComponent, NOTIFICATION_CONFIG, NotificationComponent, NotificationConfigFactory, NotificationContainerComponent, NotificationFooterComponent, NotificationMessageComponent, NotificationModule, NotificationService, NotificationTitleComponent, OptionButtonComponent, OptionButtonsComponent, OptionButtonsModule, OptionCardComponent, OptionCardsComponent, OptionCardsModule, OverlayComponent, OverlayModule, PAGINATION_CONTROL_VALUE_ACCESSOR, PaginationComponent, PaginationModule, PasswordInputComponent, PasswordInputModule, PhoneNumberComponent, PhoneNumberModule, ProgressBarComponent, ProgressBarModule, QuantitySelectorComponent, QuantitySelectorModule, RadioComponent, RadioModule, RatingMap, SegmentedControlButtonComponent, SegmentedControlComponent, SegmentedControlModule, SelectComponent, SelectModule, StarsInputComponent, StarsInputModule, StarsResultComponent, StarsResultModule, Status, StepComponent, StepperBarComponent, StepperBarModule, StepperComponent, StepperModule, TOGGLE_CONTROL_VALUE_ACCESSOR, TabComponent, TabsComponent, TabsModule, TagComponent, TagModule, TaglistComponent, TaglistLayerContentComponent, TaglistModule, TextAreaComponent, TextAreaModule, TextInputComponent, TextInputModule, ToggleComponent, ToggleModule, TooltipComponent, TooltipDirective, TooltipModule, UploadedFilesComponent, castBooleanProperty, generateId, getRandomNumber, overwriteStyle, segmentedControlSizeDefault, statusesString };
6352
6352
  //# sourceMappingURL=mozaic-ds-angular.mjs.map
@@ -0,0 +1,3 @@
1
+ export * from './listbox.component';
2
+ export * from './model/listbox-item';
3
+ export * from './listbox.module';
@@ -1,2 +1 @@
1
- export * from './listbox.component';
2
- export * from './model/listbox-item';
1
+ export * from './index';
@@ -6348,5 +6348,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
6348
6348
  * Generated bundle index. Do not edit.
6349
6349
  */
6350
6350
 
6351
- export { AccordionComponent, AccordionModule, ActionBarComponent, ActionBarModule, AutocompleteComponent, AutocompleteModule, BadgeComponent, BadgeModule, BottomBarComponent, BottomBarModule, BreadcrumbComponent, BreadcrumbModule, BuiltItMenuComponent, BuiltItMenuModule, ButtonComponent, ButtonModule, CHECKBOX_CONTROL_VALUE_ACCESSOR, CardComponent, CardModule, CheckboxComponent, CheckboxGroupComponent, CheckboxGroupModule, CheckboxModule, ContainerComponent, ContainerModule, Direction, DividerComponent, DividerModule, DropdownComponent, DropdownModule, FieldComponent, FieldErrorComponent, FieldModule, FileUploaderComponent, FileUploaderModule, HeaderComponent, HeaderModule, HeadingComponent, HeadingModule, IconComponent, IconModule, IconService, InputIconDirective, KpiComponent, KpiModule, KpiSize, LAYER_CONFIG, LAYER_DATA, LAYER_REF, LayerComponent, LayerModule, LayerService, LinkComponent, LinkModule, ListboxComponent, LoaderComponent, LoaderModule, LoaderService, MODAL_CONFIG, MODAL_DATA, MODAL_REF, MOZ_INPUT_ICON, ModalComponent, ModalModule, ModalService, MozDatatableCaptionComponent, MozDatatableComponent, MozDatatableContentCellComponent, MozDatatableFooterComponent, MozDatatableHeaderCellComponent, MozDatatableManagementComponent, MozDatatableManagementContentComponent, MozDatatableManagementModule, MozDatatableModule, MozDatatableRowExpansionContentComponent, MozDatatableSelectionComponent, MozDatatableSortDirective, MozDragNDropDirective, MozSidebarComponent, MozSidebarFeatureComponent, MozSidebarHomeComponent, MozSidebarModule, MozSidebarUserComponent, MozSidebarUtilityComponent, NOTIFICATION_CONFIG, NotificationComponent, NotificationConfigFactory, NotificationContainerComponent, NotificationFooterComponent, NotificationMessageComponent, NotificationModule, NotificationService, NotificationTitleComponent, OptionButtonComponent, OptionButtonsComponent, OptionButtonsModule, OptionCardComponent, OptionCardsComponent, OptionCardsModule, OverlayComponent, OverlayModule, PAGINATION_CONTROL_VALUE_ACCESSOR, PaginationComponent, PaginationModule, PasswordInputComponent, PasswordInputModule, PhoneNumberComponent, PhoneNumberModule, ProgressBarComponent, ProgressBarModule, QuantitySelectorComponent, QuantitySelectorModule, RadioComponent, RadioModule, RatingMap, SegmentedControlButtonComponent, SegmentedControlComponent, SegmentedControlModule, SelectComponent, SelectModule, StarsInputComponent, StarsInputModule, StarsResultComponent, StarsResultModule, Status, StepComponent, StepperBarComponent, StepperBarModule, StepperComponent, StepperModule, TOGGLE_CONTROL_VALUE_ACCESSOR, TabComponent, TabsComponent, TabsModule, TagComponent, TagModule, TaglistComponent, TaglistLayerContentComponent, TaglistModule, TextAreaComponent, TextAreaModule, TextInputComponent, TextInputModule, ToggleComponent, ToggleModule, TooltipComponent, TooltipDirective, TooltipModule, UploadedFilesComponent, castBooleanProperty, generateId, getRandomNumber, overwriteStyle, segmentedControlSizeDefault, statusesString };
6351
+ export { AccordionComponent, AccordionModule, ActionBarComponent, ActionBarModule, AutocompleteComponent, AutocompleteModule, BadgeComponent, BadgeModule, BottomBarComponent, BottomBarModule, BreadcrumbComponent, BreadcrumbModule, BuiltItMenuComponent, BuiltItMenuModule, ButtonComponent, ButtonModule, CHECKBOX_CONTROL_VALUE_ACCESSOR, CardComponent, CardModule, CheckboxComponent, CheckboxGroupComponent, CheckboxGroupModule, CheckboxModule, ContainerComponent, ContainerModule, Direction, DividerComponent, DividerModule, DropdownComponent, DropdownModule, FieldComponent, FieldErrorComponent, FieldModule, FileUploaderComponent, FileUploaderModule, HeaderComponent, HeaderModule, HeadingComponent, HeadingModule, IconComponent, IconModule, IconService, InputIconDirective, KpiComponent, KpiModule, KpiSize, LAYER_CONFIG, LAYER_DATA, LAYER_REF, LayerComponent, LayerModule, LayerService, LinkComponent, LinkModule, ListboxComponent, ListboxModule, LoaderComponent, LoaderModule, LoaderService, MODAL_CONFIG, MODAL_DATA, MODAL_REF, MOZ_INPUT_ICON, ModalComponent, ModalModule, ModalService, MozDatatableCaptionComponent, MozDatatableComponent, MozDatatableContentCellComponent, MozDatatableFooterComponent, MozDatatableHeaderCellComponent, MozDatatableManagementComponent, MozDatatableManagementContentComponent, MozDatatableManagementModule, MozDatatableModule, MozDatatableRowExpansionContentComponent, MozDatatableSelectionComponent, MozDatatableSortDirective, MozDragNDropDirective, MozSidebarComponent, MozSidebarFeatureComponent, MozSidebarHomeComponent, MozSidebarModule, MozSidebarUserComponent, MozSidebarUtilityComponent, NOTIFICATION_CONFIG, NotificationComponent, NotificationConfigFactory, NotificationContainerComponent, NotificationFooterComponent, NotificationMessageComponent, NotificationModule, NotificationService, NotificationTitleComponent, OptionButtonComponent, OptionButtonsComponent, OptionButtonsModule, OptionCardComponent, OptionCardsComponent, OptionCardsModule, OverlayComponent, OverlayModule, PAGINATION_CONTROL_VALUE_ACCESSOR, PaginationComponent, PaginationModule, PasswordInputComponent, PasswordInputModule, PhoneNumberComponent, PhoneNumberModule, ProgressBarComponent, ProgressBarModule, QuantitySelectorComponent, QuantitySelectorModule, RadioComponent, RadioModule, RatingMap, SegmentedControlButtonComponent, SegmentedControlComponent, SegmentedControlModule, SelectComponent, SelectModule, StarsInputComponent, StarsInputModule, StarsResultComponent, StarsResultModule, Status, StepComponent, StepperBarComponent, StepperBarModule, StepperComponent, StepperModule, TOGGLE_CONTROL_VALUE_ACCESSOR, TabComponent, TabsComponent, TabsModule, TagComponent, TagModule, TaglistComponent, TaglistLayerContentComponent, TaglistModule, TextAreaComponent, TextAreaModule, TextInputComponent, TextInputModule, ToggleComponent, ToggleModule, TooltipComponent, TooltipDirective, TooltipModule, UploadedFilesComponent, castBooleanProperty, generateId, getRandomNumber, overwriteStyle, segmentedControlSizeDefault, statusesString };
6352
6352
  //# sourceMappingURL=mozaic-ds-angular.mjs.map
package/package.json CHANGED
@@ -1,22 +1,16 @@
1
1
  {
2
2
  "name": "@mozaic-ds/angular",
3
- "version": "0.31.0-rc.0",
3
+ "version": "0.31.0-rc.1",
4
4
  "exports": {
5
5
  "./adeo": {
6
6
  "types": "./adeo/index.d.ts",
7
- "esm2020": "./adeo/esm2020/mozaic-ds-angular.mjs",
8
- "es2020": "./adeo/fesm2020/mozaic-ds-angular.mjs",
9
- "es2015": "./adeo/fesm2015/mozaic-ds-angular.mjs",
10
- "node": "./adeo/fesm2015/mozaic-ds-angular.mjs",
11
- "default": "./adeo/fesm2020/mozaic-ds-angular.mjs"
7
+ "node": "./adeo/fesm2022/mozaic-ds-angular.mjs",
8
+ "default": "./adeo/fesm2022/mozaic-ds-angular.mjs"
12
9
  },
13
10
  "./bricoman": {
14
11
  "types": "./bricoman/index.d.ts",
15
- "esm2020": "./bricoman/esm2020/mozaic-ds-angular.mjs",
16
- "es2020": "./bricoman/fesm2020/mozaic-ds-angular.mjs",
17
- "es2015": "./bricoman/fesm2015/mozaic-ds-angular.mjs",
18
- "node": "./bricoman/fesm2015/mozaic-ds-angular.mjs",
19
- "default": "./bricoman/fesm2020/mozaic-ds-angular.mjs"
12
+ "node": "./bricoman/fesm2022/mozaic-ds-angular.mjs",
13
+ "default": "./bricoman/fesm2022/mozaic-ds-angular.mjs"
20
14
  },
21
15
  "./package.json": {
22
16
  "default": "./package.json"