@lowcodeunit/applications-flow-common 1.37.47-new-ent-page → 1.37.48-new-ent-page
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/lcu.api.mjs +2 -1
- package/esm2020/lib/applications-flow.module.mjs +8 -3
- package/esm2020/lib/elements/dashboard-toolbar/dashboard-toolbar.component.mjs +14 -0
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +18 -3
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +18 -3
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/lcu.api.d.ts +1 -0
- package/lib/applications-flow.module.d.ts +11 -10
- package/lib/elements/dashboard-toolbar/dashboard-toolbar.component.d.ts +8 -0
- package/package.json +1 -1
@@ -7864,6 +7864,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
7864
7864
|
}]
|
7865
7865
|
}], ctorParameters: function () { return []; } });
|
7866
7866
|
|
7867
|
+
class DashboardToolbarComponent {
|
7868
|
+
constructor() { }
|
7869
|
+
ngOnInit() { }
|
7870
|
+
}
|
7871
|
+
DashboardToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: DashboardToolbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
7872
|
+
DashboardToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: DashboardToolbarComponent, selector: "lcu-dashboard-toolbar", ngImport: i0, template: "<mat-toolbar class=\"dashboard-toolbar\">\n <a class=\"toolbar-item\" href=\"/dashboard/enterprise\">Overview</a>\n <div class=\"vl\"></div>\n\n <!-- <a class=\"toolbar-item\">Projects</a>\n <div class=\"vl\"></div> -->\n\n <!-- <span>Teams</span> -->\n <a class=\"toolbar-item\" href=\"/dashboard/devops\">DevOps</a>\n <div class=\"vl\"></div>\n\n <!-- <span>Domains</span> -->\n <a class=\"toolbar-item\" href=\"/dashboard/modifiers\">Mods</a>\n <!-- <span>Manage (krakyn)</span> -->\n</mat-toolbar>\n", styles: [".dashboard-toolbar{background-color:#fff}.toolbar-item{margin:10px;text-decoration:none;color:#000}.vl{border-left:2px solid black;height:20px}\n"], components: [{ type: i4$3.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }] });
|
7873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: DashboardToolbarComponent, decorators: [{
|
7874
|
+
type: Component,
|
7875
|
+
args: [{ selector: 'lcu-dashboard-toolbar', template: "<mat-toolbar class=\"dashboard-toolbar\">\n <a class=\"toolbar-item\" href=\"/dashboard/enterprise\">Overview</a>\n <div class=\"vl\"></div>\n\n <!-- <a class=\"toolbar-item\">Projects</a>\n <div class=\"vl\"></div> -->\n\n <!-- <span>Teams</span> -->\n <a class=\"toolbar-item\" href=\"/dashboard/devops\">DevOps</a>\n <div class=\"vl\"></div>\n\n <!-- <span>Domains</span> -->\n <a class=\"toolbar-item\" href=\"/dashboard/modifiers\">Mods</a>\n <!-- <span>Manage (krakyn)</span> -->\n</mat-toolbar>\n", styles: [".dashboard-toolbar{background-color:#fff}.toolbar-item{margin:10px;text-decoration:none;color:#000}.vl{border-left:2px solid black;height:20px}\n"] }]
|
7876
|
+
}], ctorParameters: function () { return []; } });
|
7877
|
+
|
7867
7878
|
class ApplicationsFlowModule {
|
7868
7879
|
static forRoot() {
|
7869
7880
|
return {
|
@@ -7948,7 +7959,8 @@ ApplicationsFlowModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0",
|
|
7948
7959
|
TeamMemberCardComponent,
|
7949
7960
|
ActivityCardComponent,
|
7950
7961
|
ProjectWizardCardComponent,
|
7951
|
-
UsageStatsComponent
|
7962
|
+
UsageStatsComponent,
|
7963
|
+
DashboardToolbarComponent], imports: [AngularEditorModule,
|
7952
7964
|
ClipboardModule,
|
7953
7965
|
FathymSharedModule,
|
7954
7966
|
FormsModule,
|
@@ -8025,7 +8037,8 @@ ApplicationsFlowModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0",
|
|
8025
8037
|
TeamMemberCardComponent,
|
8026
8038
|
ActivityCardComponent,
|
8027
8039
|
ProjectWizardCardComponent,
|
8028
|
-
UsageStatsComponent
|
8040
|
+
UsageStatsComponent,
|
8041
|
+
DashboardToolbarComponent] });
|
8029
8042
|
ApplicationsFlowModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ApplicationsFlowModule, imports: [[
|
8030
8043
|
AngularEditorModule,
|
8031
8044
|
ClipboardModule,
|
@@ -8111,6 +8124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
8111
8124
|
ActivityCardComponent,
|
8112
8125
|
ProjectWizardCardComponent,
|
8113
8126
|
UsageStatsComponent,
|
8127
|
+
DashboardToolbarComponent,
|
8114
8128
|
],
|
8115
8129
|
imports: [
|
8116
8130
|
AngularEditorModule,
|
@@ -8195,6 +8209,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
8195
8209
|
ActivityCardComponent,
|
8196
8210
|
ProjectWizardCardComponent,
|
8197
8211
|
UsageStatsComponent,
|
8212
|
+
DashboardToolbarComponent,
|
8198
8213
|
],
|
8199
8214
|
entryComponents: [
|
8200
8215
|
ApplicationsFlowProjectsElementComponent,
|
@@ -8293,5 +8308,5 @@ class FormModel {
|
|
8293
8308
|
* Generated bundle index. Do not edit.
|
8294
8309
|
*/
|
8295
8310
|
|
8296
|
-
export { ActionsModel, ActivityCardComponent, Advertisement, AdvertisementCardComponent, AnalyticsCardComponent, ApplicationsFlowModule, ApplicationsFlowProjectsContext, ApplicationsFlowProjectsElementComponent, ApplicationsFlowProjectsElementState, ApplicationsFlowService, ApplicationsFlowState, ApplicationsFlowStateContext, AppsFlowComponent, BaseFormComponent, BaseFormConfigModel, BaseFormTestComponent, BreadcrumbComponent, BuildPipelineDialogComponent, BuildPipelineFormComponent, BuildsComponent, CardCarouselComponent, CardFormConfigModel, ConnectedSourceComponent, CreateProjectWizardComponent, CustomDomainDialogComponent, DFSModifiersComponent, DFSModifiersDialogComponent, DFSModifiersFormComponent, DevOpsComponent, DevSettingsPresetModel, DevopsSourceControlFormComponent, DomainModel, DomainsComponent, DynamicTabsComponent, DynamicTabsModel, EaCService, EditApplicationDialogComponent, EditApplicationFormComponent, EditProjectDialogComponent, EditProjectFormComponent, EmulatedDevicesToggleComponent, FeedCardSmComponent, FeedCommentFormComponent, FeedEntry, FeedFilterComponent, FeedHeaderComponent, FeedHeaderDialogComponent, FeedItem, FeedItemAction, FeedItemContributor, FeedItemTab, FormActionsModel, FormCardComponent, FormModel, FormValuesModel, FormsService, GitAuthComponent, GitHubBranch, GitHubOrganization, GitHubRepository, GitHubSetupState, GitHubWorkflowRun, HeaderComponent, HostingDetailsFormGroupComponent, IoTEnsembleService, ItemType, License, LicenseAndBillingResponse, MainFeedCardComponent, NPMService, NewApplicationDialogComponent, NpmPackageSelectComponent, PageHeaderComponent, Plan, Price, ProcessorDetailsDialogComponent, ProcessorDetailsFormComponent, ProductDiscoveryCardComponent, ProjectActionsModel, ProjectHostingDetails, ProjectHostingOption, ProjectHostingOptionInput, ProjectInfoCardComponent, ProjectItemsComponent, ProjectNameComponent, ProjectService, ProjectTabsComponent, ProjectWizardCardComponent, Question, QuestionCardComponent, RecentActivitiesComponent, RootDirectoryComponent, SELECTOR_APPLICATIONS_FLOW_PROJECTS_ELEMENT, SaveApplicationAsCodeEventRequest, SaveDFSModifierEventRequest, SaveEnvironmentAsCodeEventRequest, SaveProjectAsCodeEventRequest, SecurityToggleComponent, SkeletonFeedCardComponent, SlottedCardComponent, SlottedCardLgComponent, SourceControlDialogComponent, SourceControlFormComponent, SourceControlFormControlsComponent, StateConfigDialogComponent, StateConfigFormComponent, TeamMemberCardComponent, ThreeColumnComponent, TwoColumnComponent, TwoColumnHeaderComponent, UnpackLowCodeUnitRequest, UpgradeDialogComponent, UsageStatsComponent, UserAccountDialogComponent, UserFeedResponse };
|
8311
|
+
export { ActionsModel, ActivityCardComponent, Advertisement, AdvertisementCardComponent, AnalyticsCardComponent, ApplicationsFlowModule, ApplicationsFlowProjectsContext, ApplicationsFlowProjectsElementComponent, ApplicationsFlowProjectsElementState, ApplicationsFlowService, ApplicationsFlowState, ApplicationsFlowStateContext, AppsFlowComponent, BaseFormComponent, BaseFormConfigModel, BaseFormTestComponent, BreadcrumbComponent, BuildPipelineDialogComponent, BuildPipelineFormComponent, BuildsComponent, CardCarouselComponent, CardFormConfigModel, ConnectedSourceComponent, CreateProjectWizardComponent, CustomDomainDialogComponent, DFSModifiersComponent, DFSModifiersDialogComponent, DFSModifiersFormComponent, DashboardToolbarComponent, DevOpsComponent, DevSettingsPresetModel, DevopsSourceControlFormComponent, DomainModel, DomainsComponent, DynamicTabsComponent, DynamicTabsModel, EaCService, EditApplicationDialogComponent, EditApplicationFormComponent, EditProjectDialogComponent, EditProjectFormComponent, EmulatedDevicesToggleComponent, FeedCardSmComponent, FeedCommentFormComponent, FeedEntry, FeedFilterComponent, FeedHeaderComponent, FeedHeaderDialogComponent, FeedItem, FeedItemAction, FeedItemContributor, FeedItemTab, FormActionsModel, FormCardComponent, FormModel, FormValuesModel, FormsService, GitAuthComponent, GitHubBranch, GitHubOrganization, GitHubRepository, GitHubSetupState, GitHubWorkflowRun, HeaderComponent, HostingDetailsFormGroupComponent, IoTEnsembleService, ItemType, License, LicenseAndBillingResponse, MainFeedCardComponent, NPMService, NewApplicationDialogComponent, NpmPackageSelectComponent, PageHeaderComponent, Plan, Price, ProcessorDetailsDialogComponent, ProcessorDetailsFormComponent, ProductDiscoveryCardComponent, ProjectActionsModel, ProjectHostingDetails, ProjectHostingOption, ProjectHostingOptionInput, ProjectInfoCardComponent, ProjectItemsComponent, ProjectNameComponent, ProjectService, ProjectTabsComponent, ProjectWizardCardComponent, Question, QuestionCardComponent, RecentActivitiesComponent, RootDirectoryComponent, SELECTOR_APPLICATIONS_FLOW_PROJECTS_ELEMENT, SaveApplicationAsCodeEventRequest, SaveDFSModifierEventRequest, SaveEnvironmentAsCodeEventRequest, SaveProjectAsCodeEventRequest, SecurityToggleComponent, SkeletonFeedCardComponent, SlottedCardComponent, SlottedCardLgComponent, SourceControlDialogComponent, SourceControlFormComponent, SourceControlFormControlsComponent, StateConfigDialogComponent, StateConfigFormComponent, TeamMemberCardComponent, ThreeColumnComponent, TwoColumnComponent, TwoColumnHeaderComponent, UnpackLowCodeUnitRequest, UpgradeDialogComponent, UsageStatsComponent, UserAccountDialogComponent, UserFeedResponse };
|
8297
8312
|
//# sourceMappingURL=lowcodeunit-applications-flow-common.mjs.map
|