@netgrif/components 6.1.0 → 6.1.1-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.
- package/esm2020/lib/panel/panel.module.mjs +3 -1
- package/fesm2015/netgrif-components.mjs +2 -0
- package/fesm2015/netgrif-components.mjs.map +1 -1
- package/fesm2020/netgrif-components.mjs +2 -0
- package/fesm2020/netgrif-components.mjs.map +1 -1
- package/lib/panel/panel.module.d.ts +1 -1
- package/package.json +2 -2
- package/schematics/add/create-nc-files/schema.json +1 -1
- package/schematics/add/custom-themes/schema.json +1 -1
- package/schematics/migrations/5.4/schema.json +1 -1
- package/schematics/view/create-view/schema.json +1 -1
- package/schematics/view/create-view-prompt/schema-create-sidenav-prompt.json +1 -1
- package/schematics/view/create-view-prompt/schema-create-view-prompt.json +1 -1
- package/schematics/view/create-view-prompt/views/case-view/files/simple/__className@dasherize__.component.ts.template +2 -2
- package/schematics/view/create-view-prompt/views/case-view/files/tabbed/__className@dasherize__.component.ts.template +2 -2
- package/schematics/view/create-view-prompt/views/group-view/files/__className@dasherize__.component.ts.template +2 -2
- package/schematics/view/create-view-prompt/views/task-view/files/simple/__className@dasherize__.component.ts.template +2 -2
- package/schematics/view/create-view-prompt/views/task-view/files/tabbed/__className@dasherize__.component.ts.template +3 -3
|
@@ -3032,6 +3032,7 @@ PanelComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", ve
|
|
|
3032
3032
|
TaskContentComponentModule,
|
|
3033
3033
|
SideMenuUserAssignComponentModule,
|
|
3034
3034
|
CurrencyModule], exports: [PanelComponent,
|
|
3035
|
+
PanelItemComponent,
|
|
3035
3036
|
TaskPanelComponent,
|
|
3036
3037
|
CasePanelComponent,
|
|
3037
3038
|
WorkflowPanelComponent,
|
|
@@ -3078,6 +3079,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3078
3079
|
],
|
|
3079
3080
|
exports: [
|
|
3080
3081
|
PanelComponent,
|
|
3082
|
+
PanelItemComponent,
|
|
3081
3083
|
TaskPanelComponent,
|
|
3082
3084
|
CasePanelComponent,
|
|
3083
3085
|
WorkflowPanelComponent,
|