@igo2/common 16.0.0-rc.0 → 16.0.0-rc.2
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/lib/action/action.module.mjs +2 -2
- package/esm2022/lib/action/actionbar/actionbar-item.component.mjs +2 -2
- package/esm2022/lib/action/actionbar/actionbar.component.mjs +6 -6
- package/esm2022/lib/action/actionbar/actionbar.module.mjs +3 -3
- package/esm2022/lib/action/shared/action.interfaces.mjs +1 -1
- package/esm2022/lib/action/shared/store.mjs +1 -1
- package/esm2022/lib/backdrop/backdrop.component.mjs +2 -2
- package/esm2022/lib/backdrop/backdrop.module.mjs +2 -2
- package/esm2022/lib/badge-icon/badge-icon.directive.mjs +2 -2
- package/esm2022/lib/badge-icon/badge-icon.module.mjs +2 -2
- package/esm2022/lib/clickout/clickout.module.mjs +1 -1
- package/esm2022/lib/clone/clone.module.mjs +1 -1
- package/esm2022/lib/clone/clone.pipe.mjs +1 -1
- package/esm2022/lib/collapsible/collapse.directive.mjs +2 -2
- package/esm2022/lib/collapsible/collapsible.component.mjs +3 -3
- package/esm2022/lib/collapsible/collapsible.module.mjs +1 -1
- package/esm2022/lib/color-picker-form-field/color-picker-form-field.component.mjs +67 -69
- package/esm2022/lib/color-picker-form-field/color-picker-form-field.module.mjs +25 -5
- package/esm2022/lib/confirm-dialog/confirm-dialog.component.mjs +2 -2
- package/esm2022/lib/confirm-dialog/confirm-dialog.module.mjs +1 -1
- package/esm2022/lib/confirm-dialog/confirm-dialog.service.mjs +1 -1
- package/esm2022/lib/context-menu/context-menu.directive.mjs +3 -3
- package/esm2022/lib/context-menu/context-menu.module.mjs +1 -1
- package/esm2022/lib/context-menu/long-press.directive.mjs +2 -2
- package/esm2022/lib/custom-html/custom-html.module.mjs +2 -2
- package/esm2022/lib/custom-html/custom-html.pipe.mjs +1 -1
- package/esm2022/lib/dom/dom.module.mjs +1 -1
- package/esm2022/lib/dom/dom.service.mjs +3 -3
- package/esm2022/lib/drag-drop/drag-drop.directive.mjs +2 -2
- package/esm2022/lib/drag-drop/drag-drop.module.mjs +1 -1
- package/esm2022/lib/dynamic-component/dynamic-component.module.mjs +2 -2
- package/esm2022/lib/dynamic-component/dynamic-outlet/dynamic-outlet.component.mjs +2 -2
- package/esm2022/lib/dynamic-component/dynamic-outlet/dynamic-outlet.module.mjs +2 -2
- package/esm2022/lib/dynamic-component/shared/dynamic-component.mjs +1 -1
- package/esm2022/lib/dynamic-component/shared/dynamic-component.service.mjs +1 -1
- package/esm2022/lib/entity/entity-selector/entity-selector.component.mjs +4 -4
- package/esm2022/lib/entity/entity-selector/entity-selector.module.mjs +2 -2
- package/esm2022/lib/entity/entity-table/entity-table-row.directive.mjs +2 -2
- package/esm2022/lib/entity/entity-table/entity-table.component.mjs +103 -103
- package/esm2022/lib/entity/entity-table/entity-table.module.mjs +13 -13
- package/esm2022/lib/entity/entity-table-paginator/entity-table-paginator.component.mjs +5 -5
- package/esm2022/lib/entity/entity-table-paginator/entity-table-paginator.interface.mjs +1 -1
- package/esm2022/lib/entity/entity-table-paginator/entity-table-paginator.module.mjs +2 -2
- package/esm2022/lib/entity/entity.module.mjs +3 -3
- package/esm2022/lib/entity/index.mjs +1 -1
- package/esm2022/lib/entity/shared/entity.interfaces.mjs +1 -1
- package/esm2022/lib/entity/shared/index.mjs +1 -1
- package/esm2022/lib/entity/shared/store-strategy.mjs +1 -1
- package/esm2022/lib/entity/shared/store.mjs +2 -2
- package/esm2022/lib/entity/shared/strategies/filter-custom-function.mjs +1 -1
- package/esm2022/lib/entity/shared/strategies/filter-selection.mjs +1 -1
- package/esm2022/lib/entity/shared/strategies/strategy.mjs +1 -1
- package/esm2022/lib/entity/shared/transaction.mjs +3 -3
- package/esm2022/lib/entity/shared/view.mjs +2 -2
- package/esm2022/lib/entity/shared/watcher.mjs +2 -2
- package/esm2022/lib/environment/environment.interface.mjs +2 -0
- package/esm2022/lib/environment/index.mjs +2 -0
- package/esm2022/lib/flexible/flexible.component.mjs +3 -3
- package/esm2022/lib/flexible/flexible.module.mjs +1 -1
- package/esm2022/lib/form/form/form.component.mjs +3 -3
- package/esm2022/lib/form/form/form.module.mjs +2 -2
- package/esm2022/lib/form/form-field/form-field-select.component.mjs +4 -4
- package/esm2022/lib/form/form-field/form-field-text.component.mjs +4 -4
- package/esm2022/lib/form/form-field/form-field-textarea.component.mjs +4 -4
- package/esm2022/lib/form/form-field/form-field.component.mjs +4 -4
- package/esm2022/lib/form/form-field/form-field.module.mjs +3 -3
- package/esm2022/lib/form/form-group/form-group.component.mjs +3 -3
- package/esm2022/lib/form/form-group/form-group.module.mjs +2 -2
- package/esm2022/lib/form/form.module.mjs +5 -5
- package/esm2022/lib/form/shared/form-field.service.mjs +1 -1
- package/esm2022/lib/form/shared/form.interfaces.mjs +1 -1
- package/esm2022/lib/form/shared/form.service.mjs +1 -1
- package/esm2022/lib/form/shared/form.utils.mjs +1 -1
- package/esm2022/lib/home-button/home-button.component.mjs +2 -2
- package/esm2022/lib/home-button/home-button.module.mjs +3 -3
- package/esm2022/lib/image/image-error.directive.mjs +2 -2
- package/esm2022/lib/image/image.module.mjs +1 -1
- package/esm2022/lib/image/secure-image.pipe.mjs +4 -4
- package/esm2022/lib/interactive-tour/interactive-tour.component.mjs +4 -4
- package/esm2022/lib/interactive-tour/interactive-tour.interface.mjs +1 -1
- package/esm2022/lib/interactive-tour/interactive-tour.loader.mjs +2 -2
- package/esm2022/lib/interactive-tour/interactive-tour.module.mjs +4 -4
- package/esm2022/lib/interactive-tour/interactive-tour.service.mjs +7 -9
- package/esm2022/lib/json-dialog/json-dialog.component.mjs +2 -2
- package/esm2022/lib/json-dialog/json-dialog.module.mjs +2 -2
- package/esm2022/lib/keyvalue/keyvalue.module.mjs +1 -1
- package/esm2022/lib/list/list-item.directive.mjs +2 -2
- package/esm2022/lib/list/list.component.mjs +4 -4
- package/esm2022/lib/list/list.module.mjs +2 -2
- package/esm2022/lib/panel/panel.component.mjs +3 -3
- package/esm2022/lib/panel/panel.module.mjs +2 -2
- package/esm2022/lib/sidenav/sidenav-shim.directive.mjs +2 -2
- package/esm2022/lib/sidenav/sidenav.module.mjs +1 -1
- package/esm2022/lib/spinner/spinner-activity.directive.mjs +2 -2
- package/esm2022/lib/spinner/spinner.component.mjs +2 -2
- package/esm2022/lib/spinner/spinner.module.mjs +2 -2
- package/esm2022/lib/stop-propagation/stop-propagation.module.mjs +1 -1
- package/esm2022/lib/table/table-datasource.mjs +2 -2
- package/esm2022/lib/table/table-model.interface.mjs +1 -1
- package/esm2022/lib/table/table.component.mjs +7 -7
- package/esm2022/lib/table/table.module.mjs +3 -3
- package/esm2022/lib/tool/shared/tool-component.mjs +1 -1
- package/esm2022/lib/tool/shared/toolbox.mjs +2 -2
- package/esm2022/lib/tool/tool.module.mjs +2 -2
- package/esm2022/lib/tool/toolbox/toolbox.animation.mjs +2 -2
- package/esm2022/lib/tool/toolbox/toolbox.component.mjs +4 -4
- package/esm2022/lib/tool/toolbox/toolbox.module.mjs +2 -2
- package/esm2022/lib/widget/shared/widget.service.mjs +1 -1
- package/esm2022/lib/widget/widget-outlet/widget-outlet.component.mjs +3 -3
- package/esm2022/lib/widget/widget-outlet/widget-outlet.module.mjs +2 -2
- package/esm2022/lib/widget/widget.module.mjs +3 -3
- package/esm2022/lib/workspace/shared/store.mjs +2 -2
- package/esm2022/lib/workspace/shared/workspace.interfaces.mjs +1 -1
- package/esm2022/lib/workspace/shared/workspace.mjs +1 -1
- package/esm2022/lib/workspace/workspace-selector/workspace-selector.component.mjs +3 -3
- package/esm2022/lib/workspace/workspace-selector/workspace-selector.module.mjs +2 -2
- package/esm2022/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.component.mjs +3 -3
- package/esm2022/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.module.mjs +2 -2
- package/esm2022/lib/workspace/workspace.module.mjs +2 -2
- package/esm2022/public_api.mjs +2 -1
- package/fesm2022/igo2-common.mjs +2392 -2379
- package/fesm2022/igo2-common.mjs.map +1 -1
- package/lib/action/action.theming.scss +5 -5
- package/lib/action/actionbar/actionbar-item.component.d.ts +1 -1
- package/lib/action/actionbar/actionbar.component.d.ts +4 -4
- package/lib/collapsible/collapse.directive.d.ts +1 -1
- package/lib/collapsible/collapsible.theming.scss +22 -22
- package/lib/color-picker-form-field/color-picker-form-field.component.d.ts +14 -17
- package/lib/color-picker-form-field/color-picker-form-field.module.d.ts +8 -3
- package/lib/context-menu/context-menu.directive.d.ts +1 -1
- package/lib/entity/entity-selector/entity-selector.component.d.ts +1 -1
- package/lib/entity/entity-selector/entity-selector.theming.scss +21 -21
- package/lib/entity/entity-table/entity-table-row.directive.d.ts +1 -1
- package/lib/entity/entity-table/entity-table.component.d.ts +22 -7
- package/lib/entity/entity-table/entity-table.theming.scss +4 -1
- package/lib/entity/entity-table-paginator/entity-table-paginator.component.d.ts +3 -3
- package/lib/entity/entity.theming.scss +0 -3
- package/lib/entity/shared/store-strategy.d.ts +1 -1
- package/lib/entity/shared/store.d.ts +1 -1
- package/lib/entity/shared/transaction.d.ts +2 -2
- package/lib/entity/shared/view.d.ts +1 -1
- package/lib/environment/environment.interface.d.ts +13 -0
- package/lib/environment/index.d.ts +1 -0
- package/lib/flexible/flexible.component.d.ts +2 -2
- package/lib/form/form/form.component.d.ts +1 -1
- package/lib/form/form-field/form-field.component.d.ts +1 -1
- package/lib/home-button/home-button.theming.scss +18 -18
- package/lib/image/secure-image.pipe.d.ts +2 -2
- package/lib/interactive-tour/interactive-tour.component.d.ts +2 -2
- package/lib/interactive-tour/interactive-tour.interface.d.ts +2 -1
- package/lib/interactive-tour/interactive-tour.loader.d.ts +1 -1
- package/lib/interactive-tour/interactive-tour.service.d.ts +1 -1
- package/lib/interactive-tour/interactive-tour.theming.scss +32 -32
- package/lib/list/list-item.directive.d.ts +1 -1
- package/lib/list/list.component.d.ts +1 -1
- package/lib/list/list.theming.scss +18 -0
- package/lib/spinner/spinner-activity.directive.d.ts +1 -1
- package/lib/table/table-datasource.d.ts +1 -1
- package/lib/table/table.component.d.ts +3 -3
- package/lib/tool/shared/toolbox.d.ts +1 -1
- package/lib/tool/toolbox/toolbox.component.d.ts +1 -1
- package/lib/tool/toolbox/toolbox.theming.scss +105 -105
- package/lib/workspace/shared/store.d.ts +1 -1
- package/lib/workspace/shared/workspace.d.ts +1 -1
- package/lib/workspace/workspace-selector/workspace-selector.component.d.ts +1 -1
- package/locale/en.common.json +44 -43
- package/locale/fr.common.json +44 -43
- package/package.json +5 -3
- package/public_api.d.ts +1 -0
- package/lib/entity/entity-table-paginator/entity-table-paginator.theming.scss +0 -21
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.