Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Refs: #6251
  • Loading branch information
AlexanderSchmidtCE committed Oct 29, 2024
1 parent 8bb05de commit c98d36e
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 42 deletions.
5 changes: 2 additions & 3 deletions packages/components/src/components/combobox/shadow.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
buildBadgeText,
import type {
ComboboxAPI,
ComboboxStates,
HideErrorPropType,
Expand All @@ -16,7 +15,7 @@ import {
TooltipAlignPropType,
W3CInputValue,
} from '../../schema';
import { showExpertSlot } from '../../schema';
import { buildBadgeText, showExpertSlot } from '../../schema';
import type { JSX } from '@stencil/core';
import { Component, Element, Fragment, h, Host, Listen, Method, Prop, State, Watch } from '@stencil/core';

Expand Down
5 changes: 2 additions & 3 deletions packages/components/src/components/input-checkbox/shadow.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
buildBadgeText,
import type {
CheckedPropType,
HideErrorPropType,
IdPropType,
Expand All @@ -19,7 +18,7 @@ import {
SyncValueBySelectorPropType,
TooltipAlignPropType,
} from '../../schema';
import { showExpertSlot } from '../../schema';
import { buildBadgeText, showExpertSlot } from '../../schema';
import type { JSX } from '@stencil/core';
import { Component, Element, Fragment, h, Host, Method, Prop, State, Watch } from '@stencil/core';

Expand Down
5 changes: 2 additions & 3 deletions packages/components/src/components/input-color/shadow.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
buildBadgeText,
import type {
ButtonProps,
FocusableElement,
HideErrorPropType,
Expand All @@ -18,7 +17,7 @@ import {
SyncValueBySelectorPropType,
TooltipAlignPropType,
} from '../../schema';
import { showExpertSlot } from '../../schema';
import { buildBadgeText, showExpertSlot } from '../../schema';
import type { JSX } from '@stencil/core';
import { Component, Element, Fragment, h, Host, Method, Prop, State, Watch } from '@stencil/core';

Expand Down
7 changes: 4 additions & 3 deletions packages/components/src/components/input-date/shadow.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import type { JSX } from '@stencil/core';
import { Component, Element, Fragment, h, Host, Method, Prop, State, Watch } from '@stencil/core';
import {
buildBadgeText,
import type {
ButtonProps,
FocusableElement,
HideErrorPropType,
IdPropType,
InputDateAPI,
Expand All @@ -13,6 +13,7 @@ import {
Iso8601,
KoliBriHorizontalIcons,
LabelWithExpertSlotPropType,
MsgPropType,
NamePropType,
ReadOnlyPropType,
ShortKeyPropType,
Expand All @@ -21,7 +22,7 @@ import {
SyncValueBySelectorPropType,
TooltipAlignPropType,
} from '../../schema';
import { deprecatedHint, type FocusableElement, type MsgPropType, showExpertSlot } from '../../schema';
import { buildBadgeText, deprecatedHint, showExpertSlot } from '../../schema';

import { nonce } from '../../utils/dev.utils';
import { propagateSubmitEventToForm } from '../form/controller';
Expand Down
5 changes: 2 additions & 3 deletions packages/components/src/components/input-email/shadow.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
buildBadgeText,
import type {
ButtonProps,
FocusableElement,
HideErrorPropType,
Expand All @@ -19,7 +18,7 @@ import {
SyncValueBySelectorPropType,
TooltipAlignPropType,
} from '../../schema';
import { setState, showExpertSlot } from '../../schema';
import { buildBadgeText, setState, showExpertSlot } from '../../schema';
import type { JSX } from '@stencil/core';
import { Component, Element, Fragment, h, Host, Method, Prop, State, Watch } from '@stencil/core';

Expand Down
5 changes: 2 additions & 3 deletions packages/components/src/components/input-file/shadow.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
buildBadgeText,
import type {
ButtonProps,
FocusableElement,
HideErrorPropType,
Expand All @@ -16,7 +15,7 @@ import {
SyncValueBySelectorPropType,
TooltipAlignPropType,
} from '../../schema';
import { showExpertSlot } from '../../schema';
import { buildBadgeText, showExpertSlot } from '../../schema';
import type { JSX } from '@stencil/core';
import { Component, Element, Fragment, h, Host, Method, Prop, State, Watch } from '@stencil/core';

Expand Down
5 changes: 2 additions & 3 deletions packages/components/src/components/input-number/shadow.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
buildBadgeText,
import type {
ButtonProps,
FocusableElement,
HideErrorPropType,
Expand All @@ -19,7 +18,7 @@ import {
SyncValueBySelectorPropType,
TooltipAlignPropType,
} from '../../schema';
import { showExpertSlot } from '../../schema';
import { buildBadgeText, showExpertSlot } from '../../schema';
import type { JSX } from '@stencil/core';
import { Component, Element, Fragment, h, Host, Method, Prop, State, Watch } from '@stencil/core';

Expand Down
5 changes: 2 additions & 3 deletions packages/components/src/components/input-password/shadow.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
buildBadgeText,
import type {
ButtonProps,
FocusableElement,
HideErrorPropType,
Expand All @@ -17,7 +16,7 @@ import {
SyncValueBySelectorPropType,
TooltipAlignPropType,
} from '../../schema';
import { devHint, setState, showExpertSlot } from '../../schema';
import { buildBadgeText, devHint, setState, showExpertSlot } from '../../schema';
import type { JSX } from '@stencil/core';
import { Component, Element, Fragment, h, Host, Method, Prop, State, Watch } from '@stencil/core';

Expand Down
5 changes: 2 additions & 3 deletions packages/components/src/components/input-radio/shadow.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {
import type {
FocusableElement,
HideErrorPropType,
IdPropType,
Expand All @@ -15,9 +15,8 @@ import {
SyncValueBySelectorPropType,
TooltipAlignPropType,
ShortKeyPropType,
buildBadgeText,
} from '../../schema';
import { showExpertSlot } from '../../schema';
import { buildBadgeText, showExpertSlot } from '../../schema';
import type { JSX } from '@stencil/core';
import { Component, Element, h, Host, Method, Prop, State, Watch } from '@stencil/core';

Expand Down
5 changes: 2 additions & 3 deletions packages/components/src/components/input-range/shadow.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
buildBadgeText,
import type {
FocusableElement,
HideErrorPropType,
IdPropType,
Expand All @@ -18,7 +17,7 @@ import {
TooltipAlignPropType,
W3CInputValue,
} from '../../schema';
import { showExpertSlot } from '../../schema';
import { buildBadgeText, showExpertSlot } from '../../schema';
import type { JSX } from '@stencil/core';
import { Component, Element, Fragment, h, Host, Method, Prop, State, Watch } from '@stencil/core';

Expand Down
5 changes: 2 additions & 3 deletions packages/components/src/components/input-text/shadow.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {
import type {
AccessKeyPropType,
AlertPropType,
buildBadgeText,
ButtonProps,
FocusableElement,
HideErrorPropType,
Expand All @@ -21,7 +20,7 @@ import {
SyncValueBySelectorPropType,
TooltipAlignPropType,
} from '../../schema';
import { setState, showExpertSlot, validateAlert } from '../../schema';
import { buildBadgeText, setState, showExpertSlot, validateAlert } from '../../schema';
import type { JSX } from '@stencil/core';
import { Component, Element, Fragment, h, Host, Method, Prop, State, Watch } from '@stencil/core';

Expand Down
5 changes: 2 additions & 3 deletions packages/components/src/components/select/shadow.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
buildBadgeText,
import type {
FocusableElement,
HideErrorPropType,
IdPropType,
Expand All @@ -21,7 +20,7 @@ import {
TooltipAlignPropType,
W3CInputValue,
} from '../../schema';
import { showExpertSlot } from '../../schema';
import { buildBadgeText, showExpertSlot } from '../../schema';
import type { JSX } from '@stencil/core';
import { Component, Element, Fragment, h, Host, Method, Prop, State, Watch } from '@stencil/core';

Expand Down
5 changes: 2 additions & 3 deletions packages/components/src/components/single-select/shadow.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
buildBadgeText,
import type {
HideErrorPropType,
IdPropType,
InputTypeOnDefault,
Expand All @@ -16,7 +15,7 @@ import {
SyncValueBySelectorPropType,
TooltipAlignPropType,
} from '../../schema';
import { showExpertSlot } from '../../schema';
import { buildBadgeText, showExpertSlot } from '../../schema';
import type { JSX } from '@stencil/core';
import { Component, Element, Fragment, h, Host, Listen, Method, Prop, State, Watch } from '@stencil/core';

Expand Down
5 changes: 2 additions & 3 deletions packages/components/src/components/textarea/shadow.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {
import type {
AdjustHeightPropType,
buildBadgeText,
CSSResize,
FocusableElement,
HasCounterPropType,
Expand All @@ -19,7 +18,7 @@ import {
TextareaStates,
TooltipAlignPropType,
} from '../../schema';
import { devWarning, setState, showExpertSlot } from '../../schema';
import { buildBadgeText, devWarning, setState, showExpertSlot } from '../../schema';
import type { JSX } from '@stencil/core';
import { Component, Element, Fragment, h, Host, Method, Prop, State, Watch } from '@stencil/core';

Expand Down

0 comments on commit c98d36e

Please sign in to comment.