Skip to content

Commit

Permalink
refactor(templates): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofdiamond5 committed Nov 21, 2023
1 parent de8223e commit c7158b7
Show file tree
Hide file tree
Showing 59 changed files with 60 additions and 60 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxPivotGridTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ControlExtraConfiguration, ProjectTemplate, Util } from "@igniteui/cli-core";
import * as path from "path";
import { updateWorkspace } from "../../../Update";
import { updateWorkspace } from "../../../../Update";

export class BaseIgxProject implements ProjectTemplate {
public id: string = "base";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxRadialGaugeTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxSelectTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxSelectTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxSelectTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxStepperTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxBottomNavTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxTabsTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxTimePickerTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxTooltipTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ControlExtraConfigType, ControlExtraConfiguration } from "@igniteui/cli-core";
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxCustomTreeGridTemplate extends IgniteUIForAngularTemplate {
private userExtraConfiguration: {} = {};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxComboTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxAccordionTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxAutocompleteTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxAutocompleteTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxBulletGraphTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ControlExtraConfigType, ControlExtraConfiguration } from "@igniteui/cli-core";
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxCalendarTemplate extends IgniteUIForAngularTemplate {
private userExtraConfiguration: {} = {};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxCarouselTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxCategoryChartTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxChipTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxComboTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxGridAwesomeTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxGridCRMTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxFinTechGridTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxTreeGridFinTechTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxLoginTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxWeatherForecastTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxDatePickerTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxDialogTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { TypeScriptFileUpdate } from "@igniteui/cli-core";
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { NPM_DOCK_MANAGER, resolveIgxPackage } from "../../../package-resolve";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";
import { NPM_DOCK_MANAGER, resolveIgxPackage } from "../../../../package-resolve";

class IgcDockManagerTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxDropDownTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxFinancialChartTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxGridTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxGridBatchEditingTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ControlExtraConfigType, ControlExtraConfiguration } from "@igniteui/cli-core";
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxCustomGridTemplate extends IgniteUIForAngularTemplate {
private userExtraConfiguration: {} = {};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxGridTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ControlExtraConfigType, ControlExtraConfiguration } from "@igniteui/cli-core";
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxMultiColumnHeadersTemplate extends IgniteUIForAngularTemplate {
private userExtraConfiguration: {} = {};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxHierarchicalGridTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxHierarchicalGridTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ControlExtraConfigType, ControlExtraConfiguration } from "@igniteui/cli-core";
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxHierarchicalGridTemplate extends IgniteUIForAngularTemplate {
private userExtraConfiguration = {};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxHierarchicalGridTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxInputGroupTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxLinearGaugeTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxListTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxGeographicMapTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxPivotGridTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ControlExtraConfiguration, ProjectTemplate, Util } from "@igniteui/cli-core";
import * as path from "path";
import { updateWorkspace } from "../../../Update";
import { updateWorkspace } from "..././../../Update";

export class BaseIgxProject implements ProjectTemplate {
public id: string = "base";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxRadialGaugeTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxSelectTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxSelectTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxSelectTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxStepperTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxBottomNavTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxTabsTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxTimePickerTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxTooltipTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ControlExtraConfigType, ControlExtraConfiguration } from "@igniteui/cli-core";
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxCustomTreeGridTemplate extends IgniteUIForAngularTemplate {
private userExtraConfiguration: {} = {};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IgniteUIForAngularTemplate } from "../../../IgniteUIForAngularTemplate";
import { IgniteUIForAngularTemplate } from "../../../../IgniteUIForAngularTemplate";

class IgxComboTemplate extends IgniteUIForAngularTemplate {
constructor() {
Expand Down

0 comments on commit c7158b7

Please sign in to comment.