Update @since to 2.0

This commit is contained in:
Cory LaViska
2020-07-17 06:09:10 -04:00
parent eea6b93292
commit f3eff6edf8
30 changed files with 30 additions and 30 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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