web: migrate to @goauthentik/api
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -5,7 +5,7 @@ import { ModalButton } from "../buttons/ModalButton"; | ||||
| import { MessageLevel } from "../messages/Message"; | ||||
| import { showMessage } from "../messages/MessageContainer"; | ||||
| import "../buttons/SpinnerButton"; | ||||
| import { UsedBy, UsedByActionEnum } from "authentik-api"; | ||||
| import { UsedBy, UsedByActionEnum } from "@goauthentik/api"; | ||||
| import PFList from "@patternfly/patternfly/components/List/list.css"; | ||||
| import { until } from "lit-html/directives/until"; | ||||
| import { Table, TableColumn } from "../table/Table"; | ||||
|  | ||||
| @ -5,7 +5,7 @@ import { ModalButton } from "../buttons/ModalButton"; | ||||
| import { MessageLevel } from "../messages/Message"; | ||||
| import { showMessage } from "../messages/MessageContainer"; | ||||
| import "../buttons/SpinnerButton"; | ||||
| import { UsedBy, UsedByActionEnum } from "authentik-api"; | ||||
| import { UsedBy, UsedByActionEnum } from "@goauthentik/api"; | ||||
| import PFList from "@patternfly/patternfly/components/List/list.css"; | ||||
| import { until } from "lit-html/directives/until"; | ||||
|  | ||||
|  | ||||
| @ -22,7 +22,7 @@ import PFInputGroup from "@patternfly/patternfly/components/InputGroup/input-gro | ||||
| import { MessageLevel } from "../messages/Message"; | ||||
| import { IronFormElement } from "@polymer/iron-form/iron-form"; | ||||
| import { camelToSnake, convertToSlug } from "../../utils"; | ||||
| import { ValidationError } from "authentik-api"; | ||||
| import { ValidationError } from "@goauthentik/api"; | ||||
| import { EVENT_REFRESH } from "../../constants"; | ||||
|  | ||||
| export class APIError extends Error { | ||||
|  | ||||
| @ -2,7 +2,7 @@ import { customElement, LitElement, CSSResult, property, css } from "lit-element | ||||
| import { TemplateResult, html } from "lit-html"; | ||||
| import PFForm from "@patternfly/patternfly/components/Form/form.css"; | ||||
| import PFFormControl from "@patternfly/patternfly/components/FormControl/form-control.css"; | ||||
| import { ErrorDetail } from "authentik-api"; | ||||
| import { ErrorDetail } from "@goauthentik/api"; | ||||
|  | ||||
| @customElement("ak-form-element") | ||||
| export class FormElement extends LitElement { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer