@covalent/components 11.0.0-beta.7 → 11.0.1-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/package.json +1 -1
  2. package/theme/_index.scss +0 -7
  3. package/action-ribbon/action-ribbon-base.d.ts +0 -29
  4. package/action-ribbon/action-ribbon.d.ts +0 -15
  5. package/alert/alert-base.d.ts +0 -36
  6. package/alert/alert.d.ts +0 -15
  7. package/app-shell/app-shell.d.ts +0 -75
  8. package/badge/badge.d.ts +0 -50
  9. package/button/button.d.ts +0 -10
  10. package/card/card-base.d.ts +0 -28
  11. package/card/card.d.ts +0 -10
  12. package/checkbox/checkbox.d.ts +0 -10
  13. package/chips/chip-base.d.ts +0 -51
  14. package/chips/chip-set-base.d.ts +0 -32
  15. package/chips/chip-set.d.ts +0 -15
  16. package/chips/chip.d.ts +0 -15
  17. package/circular-progress/circular-progress.d.ts +0 -10
  18. package/code-editor/code-editor.d.ts +0 -62
  19. package/code-editor/code-editor.theme.d.ts +0 -72
  20. package/code-snippet/code-snippet.d.ts +0 -22
  21. package/dialog/dialog.d.ts +0 -14
  22. package/drawer/drawer.d.ts +0 -10
  23. package/empty-state/empty-state.d.ts +0 -16
  24. package/expansion-panel/expansion-panel-item.d.ts +0 -26
  25. package/expansion-panel/expansion-panel.d.ts +0 -15
  26. package/focused-page/focused-page.d.ts +0 -54
  27. package/formfield/formfield.d.ts +0 -10
  28. package/full-screen-dialog/full-screen-dialog.d.ts +0 -31
  29. package/icon/_icon-list.d.ts +0 -3
  30. package/icon/icon-demo.d.ts +0 -13
  31. package/icon/icon.d.ts +0 -10
  32. package/icon-button/icon-button.d.ts +0 -10
  33. package/icon-button-toggle/icon-button-toggle.d.ts +0 -18
  34. package/icon-checkbox/icon-check-toggle.d.ts +0 -16
  35. package/icon-lockup/icon-lockup.d.ts +0 -63
  36. package/icon-radio/icon-radio-toggle.d.ts +0 -13
  37. package/index.d.ts +0 -59
  38. package/linear-progress/linear-progress.d.ts +0 -10
  39. package/list/check-list-item.d.ts +0 -10
  40. package/list/list-item.d.ts +0 -10
  41. package/list/list.d.ts +0 -10
  42. package/list/nav-list-item.d.ts +0 -29
  43. package/list/radio-list-item.d.ts +0 -10
  44. package/menu/menu.d.ts +0 -10
  45. package/notebook-cell/notebook-cell.d.ts +0 -95
  46. package/radio/radio.d.ts +0 -10
  47. package/select/select.d.ts +0 -10
  48. package/side-sheet/side-sheet.d.ts +0 -17
  49. package/slider/slider-range.d.ts +0 -10
  50. package/slider/slider.d.ts +0 -10
  51. package/snackbar/snackbar.d.ts +0 -10
  52. package/status-dialog/status-dialog.d.ts +0 -36
  53. package/status-header/status-header-base.d.ts +0 -8
  54. package/status-header/status-header-item.d.ts +0 -17
  55. package/status-header/status-header.d.ts +0 -15
  56. package/switch/switch.d.ts +0 -10
  57. package/tab/tab-bar.d.ts +0 -10
  58. package/tab/tab.d.ts +0 -10
  59. package/text-lockup/text-lockup.d.ts +0 -18
  60. package/textarea/textarea.d.ts +0 -10
  61. package/textfield/textfield.d.ts +0 -11
  62. package/toolbar/toolbar.d.ts +0 -14
  63. package/tooltip/tooltip.d.ts +0 -27
  64. package/top-app-bar/top-app-bar-fixed.d.ts +0 -10
  65. package/top-app-bar/top-app-bar.d.ts +0 -10
  66. package/tree-list/tree-list-item.d.ts +0 -17
  67. package/tree-list/tree-list.d.ts +0 -11
  68. package/typography/typography.d.ts +0 -12
@@ -1,15 +0,0 @@
1
- import { StatusHeaderBase } from './status-header-base';
2
- /**
3
- * Status header
4
- *
5
- * @slot - This element has a slot
6
- */
7
- export declare class CovalentStatusHeader extends StatusHeaderBase {
8
- static styles: import("lit").CSSResult[];
9
- }
10
- declare global {
11
- interface HTMLElementTagNameMap {
12
- 'cv-status-header': CovalentStatusHeader;
13
- }
14
- }
15
- export default CovalentStatusHeader;
@@ -1,10 +0,0 @@
1
- import { SwitchBase } from '@material/mwc-switch/mwc-switch-base';
2
- declare global {
3
- interface HTMLElementTagNameMap {
4
- 'cv-switch': CovalentSwitch;
5
- }
6
- }
7
- export declare class CovalentSwitch extends SwitchBase {
8
- static styles: import("lit").CSSResult[];
9
- }
10
- export default CovalentSwitch;
package/tab/tab-bar.d.ts DELETED
@@ -1,10 +0,0 @@
1
- import { TabBarBase } from '@material/mwc-tab-bar/mwc-tab-bar-base';
2
- declare global {
3
- interface HTMLElementTagNameMap {
4
- 'cv-tab-bar': CovalentTabBar;
5
- }
6
- }
7
- export declare class CovalentTabBar extends TabBarBase {
8
- static styles: import("lit").CSSResult[];
9
- }
10
- export default CovalentTabBar;
package/tab/tab.d.ts DELETED
@@ -1,10 +0,0 @@
1
- import { TabBase } from '@material/mwc-tab/mwc-tab-base';
2
- declare global {
3
- interface HTMLElementTagNameMap {
4
- 'cv-tab': CovalentTab;
5
- }
6
- }
7
- export declare class CovalentTab extends TabBase {
8
- static styles: import("lit").CSSResult[];
9
- }
10
- export default CovalentTab;
@@ -1,18 +0,0 @@
1
- import { LitElement, nothing } from 'lit';
2
- import '../icon/icon';
3
- declare global {
4
- interface HTMLElementTagNameMap {
5
- 'cv-text-lockup': CovalentTextLockup;
6
- }
7
- }
8
- export declare class CovalentTextLockup extends LitElement {
9
- static styles: import("lit").CSSResult[];
10
- subText: string;
11
- icon?: string;
12
- state?: 'active' | 'positive' | 'negative' | 'caution';
13
- scale: 'large' | 'small';
14
- trailingSubText: boolean;
15
- render(): import("lit-html").TemplateResult<1>;
16
- renderIcon(): import("lit-html").TemplateResult<1> | typeof nothing;
17
- }
18
- export default CovalentTextLockup;
@@ -1,10 +0,0 @@
1
- import { TextAreaBase } from '@material/mwc-textarea/mwc-textarea-base';
2
- declare global {
3
- interface HTMLElementTagNameMap {
4
- 'cv-textarea': CovalentTextArea;
5
- }
6
- }
7
- export declare class CovalentTextArea extends TextAreaBase {
8
- static styles: import("lit").CSSResult[];
9
- }
10
- export default CovalentTextArea;
@@ -1,11 +0,0 @@
1
- import { TextFieldBase } from '@material/mwc-textfield/mwc-textfield-base';
2
- declare global {
3
- interface HTMLElementTagNameMap {
4
- 'cv-textfield': CovalentTextField;
5
- }
6
- }
7
- export declare class CovalentTextField extends TextFieldBase {
8
- static styles: import("lit").CSSResult[];
9
- outlined: boolean;
10
- }
11
- export default CovalentTextField;
@@ -1,14 +0,0 @@
1
- import { TopAppBarBase } from '@material/mwc-top-app-bar/mwc-top-app-bar-base';
2
- declare global {
3
- interface HTMLElementTagNameMap {
4
- 'cv-toolbar': CovalentToolbar;
5
- }
6
- }
7
- export declare class CovalentToolbar extends TopAppBarBase {
8
- static styles: import("lit").CSSResult[];
9
- /**
10
- * position sticky when scrolled
11
- */
12
- sticky: boolean;
13
- }
14
- export default CovalentToolbar;
@@ -1,27 +0,0 @@
1
- import { LitElement, PropertyValues } from 'lit';
2
- import { MDCTooltipAdapter } from '@material/tooltip';
3
- import { MDCTooltipFoundation } from '@material/tooltip/foundation';
4
- declare global {
5
- interface HTMLElementTagNameMap {
6
- 'cv-tooltip': CovalentTooltip;
7
- }
8
- }
9
- export declare class CovalentTooltip extends LitElement {
10
- protected mdcFoundation: MDCTooltipFoundation;
11
- protected readonly mdcFoundationClass: typeof MDCTooltipFoundation;
12
- static styles: import("lit").CSSResult[];
13
- protected mdcRoot: HTMLElement;
14
- protected mdcSurface: HTMLElement;
15
- anchor?: HTMLElement;
16
- richTitle?: string;
17
- rich?: boolean;
18
- persistent?: HTMLElement;
19
- showDelay?: number;
20
- hideDelay?: number;
21
- protected createAdapter(): MDCTooltipAdapter;
22
- protected updated(changedProps: PropertyValues): void;
23
- protected firstUpdated(): Promise<void>;
24
- disconnectedCallback(): void;
25
- render(): import("lit-html").TemplateResult<1>;
26
- }
27
- export default CovalentTooltip;
@@ -1,10 +0,0 @@
1
- import { TopAppBarFixedBase } from '@material/mwc-top-app-bar-fixed/mwc-top-app-bar-fixed-base';
2
- declare global {
3
- interface HTMLElementTagNameMap {
4
- 'cv-top-app-bar-fixed': CovalentTopAppBarFixed;
5
- }
6
- }
7
- export declare class CovalentTopAppBarFixed extends TopAppBarFixedBase {
8
- static styles: import("lit").CSSResult[];
9
- }
10
- export default CovalentTopAppBarFixed;
@@ -1,10 +0,0 @@
1
- import { TopAppBarBase } from '@material/mwc-top-app-bar/mwc-top-app-bar-base';
2
- declare global {
3
- interface HTMLElementTagNameMap {
4
- 'cv-top-app-bar': CovalentTopAppBar;
5
- }
6
- }
7
- export declare class CovalentTopAppBar extends TopAppBarBase {
8
- static styles: import("lit").CSSResult[];
9
- }
10
- export default CovalentTopAppBar;
@@ -1,17 +0,0 @@
1
- import { LitElement } from 'lit';
2
- import '../icon/icon';
3
- declare global {
4
- interface HTMLElementTagNameMap {
5
- 'cv-tree-list-item': CovalentTreeListItem;
6
- }
7
- }
8
- export declare class CovalentTreeListItem extends LitElement {
9
- static styles: import("lit").CSSResult[];
10
- isOpen: boolean;
11
- icon: string;
12
- indentLevel: number;
13
- indentMultiple: number;
14
- render(): import("lit-html").TemplateResult<1>;
15
- private _handleClick;
16
- }
17
- export default CovalentTreeListItem;
@@ -1,11 +0,0 @@
1
- import { LitElement } from 'lit';
2
- declare global {
3
- interface HTMLElementTagNameMap {
4
- 'cv-tree-list': CovalentTreeList;
5
- }
6
- }
7
- export declare class CovalentTreeList extends LitElement {
8
- static styles: import("lit").CSSResult[];
9
- render(): import("lit-html").TemplateResult<1>;
10
- }
11
- export default CovalentTreeList;
@@ -1,12 +0,0 @@
1
- import { LitElement } from 'lit';
2
- declare global {
3
- interface HTMLElementTagNameMap {
4
- 'cv-typography': CovalentTypography;
5
- }
6
- }
7
- export declare class CovalentTypography extends LitElement {
8
- static styles: import("lit").CSSResult[];
9
- scale: string;
10
- render(): import("lit-html").TemplateResult<1>;
11
- }
12
- export default CovalentTypography;