index to public-api
This commit is contained in:
parent
f5ac049b0a
commit
d9e9253a63
@ -41,7 +41,7 @@ import { SharedModule } from '@shared/shared.module';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { TranslateService } from '@ngx-translate/core';
|
||||
import { generateSecret } from '@core/utils';
|
||||
import { SecurityConfigComponent } from '@home/components/widget/lib/gateway/connectors-configuration';
|
||||
import { SecurityConfigComponent } from '@home/components/widget/lib/gateway/connectors-configuration/public-api';
|
||||
|
||||
@Component({
|
||||
selector: 'tb-broker-config-control',
|
||||
|
||||
@ -35,7 +35,7 @@ import {
|
||||
} from '@home/components/widget/lib/gateway/gateway-widget.models';
|
||||
import { SharedModule } from '@shared/shared.module';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { SecurityConfigComponent } from '@home/components/widget/lib/gateway/connectors-configuration';
|
||||
import { SecurityConfigComponent } from '@home/components/widget/lib/gateway/connectors-configuration/public-api';
|
||||
|
||||
@Component({
|
||||
selector: 'tb-server-config',
|
||||
|
||||
@ -50,7 +50,7 @@ import { startWith, takeUntil } from 'rxjs/operators';
|
||||
import { MatButton } from '@angular/material/button';
|
||||
import { TbPopoverService } from '@shared/components/popover.service';
|
||||
import { TranslateService } from '@ngx-translate/core';
|
||||
import { MappingDataKeysPanelComponent } from '@home/components/widget/lib/gateway/connectors-configuration';
|
||||
import { MappingDataKeysPanelComponent } from '@home/components/widget/lib/gateway/connectors-configuration/public-api';
|
||||
|
||||
@Component({
|
||||
selector: 'tb-mapping-dialog',
|
||||
|
||||
@ -29,7 +29,7 @@ import {
|
||||
import { TranslateService } from '@ngx-translate/core';
|
||||
import { UtilsService } from '@core/services/utils.service';
|
||||
import { EntityDataPageLink } from '@shared/models/query/query.models';
|
||||
import { providerClass } from '@home/components/widget/lib/maps/providers';
|
||||
import { providerClass } from '@home/components/widget/lib/maps/providers/public-api';
|
||||
import { isDefined, isDefinedAndNotNull, parseFunction } from '@core/utils';
|
||||
import L from 'leaflet';
|
||||
import { forkJoin, Observable, of } from 'rxjs';
|
||||
|
||||
@ -99,7 +99,7 @@ import { MobileAppQrcodeWidgetComponent } from '@home/components/widget/lib/mobi
|
||||
import { LabelCardWidgetComponent } from '@home/components/widget/lib/cards/label-card-widget.component';
|
||||
import { LabelValueCardWidgetComponent } from '@home/components/widget/lib/cards/label-value-card-widget.component';
|
||||
|
||||
import { GatewayHelpLinkPipe } from '@home/pipes';
|
||||
import { GatewayHelpLinkPipe } from '@home/pipes/public-api';
|
||||
import {
|
||||
DeviceInfoTableComponent,
|
||||
MappingDataKeysPanelComponent,
|
||||
@ -108,7 +108,7 @@ import {
|
||||
TypeValuePanelComponent,
|
||||
BrokerConfigControlComponent,
|
||||
WorkersConfigControlComponent,
|
||||
} from '@home/components/widget/lib/gateway/connectors-configuration';
|
||||
} from '@home/components/widget/lib/gateway/connectors-configuration/public-api';
|
||||
|
||||
@NgModule({
|
||||
declarations:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user