Update @since to 2.0

pull/106/head
Cory LaViska 2020-07-17 06:09:10 -04:00
rodzic eea6b93292
commit f3eff6edf8
30 zmienionych plików z 30 dodań i 30 usunięć

Wyświetl plik

@ -2,7 +2,7 @@ import { Component, Element, Event, EventEmitter, Host, Method, Prop, Watch, h }
import { focusVisible } from '../../utilities/focus-visible';
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot - The alert's content.

Wyświetl plik

@ -1,7 +1,7 @@
import { Component, Prop, State, h } from '@stencil/core';
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot icon - The default icon to use when no image or initials are present.

Wyświetl plik

@ -1,7 +1,7 @@
import { Component, Prop, h } from '@stencil/core';
/**
* @since 1.0
* @since 2.0
* @status experimental
*
* @slot - The badge's content.

Wyświetl plik

@ -1,7 +1,7 @@
import { Component, Event, EventEmitter, Method, Prop, State, h } from '@stencil/core';
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot - The button's label.

Wyświetl plik

@ -3,7 +3,7 @@ import { Component, Event, EventEmitter, Method, Prop, State, Watch, h } from '@
let id = 0;
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot - The checkbox's label.

Wyświetl plik

@ -3,7 +3,7 @@ import color from 'color';
import { clamp } from '../../utilities/math';
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @part base - The component's base wrapper.

Wyświetl plik

@ -4,7 +4,7 @@ import { focusVisible } from '../../utilities/focus-visible';
let id = 0;
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot - The details' content.

Wyświetl plik

@ -5,7 +5,7 @@ import { focusVisible } from '../../utilities/focus-visible';
let id = 0;
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot - The dialog's content.

Wyświetl plik

@ -5,7 +5,7 @@ import { focusVisible } from '../../utilities/focus-visible';
let id = 0;
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot - The drawer's content.

Wyświetl plik

@ -4,7 +4,7 @@ import Popover from '../../utilities/popover';
let id = 0;
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot trigger - The dropdown's trigger, usually a `<sl-button>` element.

Wyświetl plik

@ -8,7 +8,7 @@ interface FormControl {
}
/**
* @since 1.0
* @since 2.0
* @status experimental
*
* @slot - The form's content.

Wyświetl plik

@ -5,7 +5,7 @@ import { requestIcon } from './request';
const parser = new DOMParser();
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @part base - The component's base wrapper.

Wyświetl plik

@ -3,7 +3,7 @@ import { Component, Element, Event, EventEmitter, Method, Prop, State, h } from
let id = 0;
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot prefix - Used to prepend an icon or similar element to the input.

Wyświetl plik

@ -1,7 +1,7 @@
import { Component, h } from '@stencil/core';
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @part base - The component's base wrapper.

Wyświetl plik

@ -1,7 +1,7 @@
import { Component, Prop, h } from '@stencil/core';
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot - The menu item's label.

Wyświetl plik

@ -1,7 +1,7 @@
import { Component, h } from '@stencil/core';
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot - The menu label's content.

Wyświetl plik

@ -3,7 +3,7 @@ import { scrollIntoView } from '../../utilities/scroll';
import { getTextContent } from '../../utilities/slot';
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot - The menu's content, including menu items, menu dividers, and menu labels.

Wyświetl plik

@ -1,7 +1,7 @@
import { Component, Prop, h } from '@stencil/core';
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot - A label to show inside the indicator.

Wyświetl plik

@ -1,7 +1,7 @@
import { Component, Prop, Watch, h } from '@stencil/core';
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot - A label to show inside the ring.

Wyświetl plik

@ -3,7 +3,7 @@ import { Component, Element, Event, EventEmitter, Method, Prop, State, Watch, h
let id = 0;
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot - The radio's label.

Wyświetl plik

@ -2,7 +2,7 @@ import { Component, Event, EventEmitter, Method, Prop, State, h } from '@stencil
import ResizeObserver from 'resize-observer-polyfill';
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @part base - The component's base wrapper.

Wyświetl plik

@ -5,7 +5,7 @@ import { getTextContent } from '../../utilities/slot';
let id = 0;
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot - The select's options in the form of menu items.

Wyświetl plik

@ -1,7 +1,7 @@
import { Component, h } from '@stencil/core';
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @part base - The component's base wrapper.

Wyświetl plik

@ -3,7 +3,7 @@ import { Component, Event, EventEmitter, Method, Prop, State, Watch, h } from '@
let id = 0;
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot - The switch's label.

Wyświetl plik

@ -4,7 +4,7 @@ import { scrollIntoView } from '../../utilities/scroll';
import { focusVisible } from '../../utilities/focus-visible';
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot nav - Used for grouping tabs in the tab group.

Wyświetl plik

@ -3,7 +3,7 @@ import { Component, Element, Host, Prop, h } from '@stencil/core';
let id = 0;
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot - The tab panel's content.

Wyświetl plik

@ -3,7 +3,7 @@ import { Component, Element, Host, Method, Prop, h } from '@stencil/core';
let id = 0;
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot - The tab's label.

Wyświetl plik

@ -1,7 +1,7 @@
import { Component, Event, EventEmitter, Prop, h } from '@stencil/core';
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot - The tag's content.

Wyświetl plik

@ -4,7 +4,7 @@ import ResizeObserver from 'resize-observer-polyfill';
let id = 0;
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot help-text - Help text that describes how to use the input.

Wyświetl plik

@ -4,7 +4,7 @@ import Popover from '../../utilities/popover';
let id = 0;
/**
* @since 1.0
* @since 2.0
* @status stable
*
* @slot - The tooltip's target element. Only the first element will be used as the target.