@fluentui/web-components 3.0.0-alpha.29 → 3.0.0-alpha.30
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.
- package/CHANGELOG.md +11 -2
- package/dist/dts/accordion/accordion.d.ts +1 -1
- package/dist/dts/accordion-item/accordion-item.d.ts +1 -1
- package/dist/dts/accordion-item/accordion-item.options.d.ts +1 -1
- package/dist/dts/anchor-button/anchor-button.d.ts +1 -1
- package/dist/dts/anchor-button/anchor-button.options.d.ts +2 -1
- package/dist/dts/avatar/avatar.options.d.ts +1 -1
- package/dist/dts/badge/badge.d.ts +1 -1
- package/dist/dts/badge/badge.options.d.ts +2 -1
- package/dist/dts/button/button.d.ts +1 -1
- package/dist/dts/button/button.options.d.ts +2 -1
- package/dist/dts/checkbox/checkbox.d.ts +1 -1
- package/dist/dts/checkbox/checkbox.options.d.ts +1 -1
- package/dist/dts/compound-button/compound-button.options.d.ts +2 -1
- package/dist/dts/counter-badge/counter-badge.d.ts +1 -1
- package/dist/dts/counter-badge/counter-badge.options.d.ts +1 -1
- package/dist/dts/divider/divider.d.ts +1 -1
- package/dist/dts/divider/divider.options.d.ts +2 -1
- package/dist/dts/image/image.options.d.ts +1 -1
- package/dist/dts/label/label.options.d.ts +1 -1
- package/dist/dts/menu-button/menu-button.options.d.ts +2 -1
- package/dist/dts/menu-item/menu-item.d.ts +1 -1
- package/dist/dts/menu-item/menu-item.template.d.ts +1 -1
- package/dist/dts/menu-list/menu-list.d.ts +1 -1
- package/dist/dts/progress-bar/progress-bar.d.ts +1 -1
- package/dist/dts/progress-bar/progress-bar.options.d.ts +1 -1
- package/dist/dts/radio/radio.d.ts +1 -1
- package/dist/dts/radio-group/index.d.ts +1 -1
- package/dist/dts/radio-group/radio-group.d.ts +1 -1
- package/dist/dts/slider/slider.d.ts +1 -1
- package/dist/dts/slider/slider.options.d.ts +2 -2
- package/dist/dts/slider/slider.template.d.ts +1 -1
- package/dist/dts/spinner/spinner.d.ts +1 -1
- package/dist/dts/spinner/spinner.options.d.ts +1 -1
- package/dist/dts/switch/switch.d.ts +1 -1
- package/dist/dts/switch/switch.options.d.ts +1 -1
- package/dist/dts/tab/tab.d.ts +1 -1
- package/dist/dts/tab/tab.template.d.ts +1 -1
- package/dist/dts/tab-panel/tab-panel.d.ts +1 -1
- package/dist/dts/tab-panel/tab-panel.template.d.ts +1 -1
- package/dist/dts/tabs/tabs.d.ts +1 -1
- package/dist/dts/tabs/tabs.options.d.ts +2 -2
- package/dist/dts/tabs/tabs.template.d.ts +1 -1
- package/dist/dts/text/text.options.d.ts +1 -1
- package/dist/dts/text-input/index.d.ts +1 -1
- package/dist/dts/text-input/text-input.d.ts +1 -1
- package/dist/dts/text-input/text-input.options.d.ts +1 -1
- package/dist/dts/theme/design-tokens.d.ts +384 -384
- package/dist/dts/toggle-button/toggle-button.options.d.ts +2 -1
- package/dist/esm/accordion/accordion.js +1 -1
- package/dist/esm/accordion/accordion.js.map +1 -1
- package/dist/esm/accordion/accordion.styles.js +1 -1
- package/dist/esm/accordion/accordion.styles.js.map +1 -1
- package/dist/esm/accordion/accordion.template.js +1 -1
- package/dist/esm/accordion/accordion.template.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.js +7 -2
- package/dist/esm/accordion-item/accordion-item.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.styles.js +1 -1
- package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.template.js +1 -1
- package/dist/esm/accordion-item/accordion-item.template.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.js +1 -1
- package/dist/esm/anchor-button/anchor-button.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.options.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.template.js +1 -1
- package/dist/esm/anchor-button/anchor-button.template.js.map +1 -1
- package/dist/esm/avatar/avatar.styles.js +1 -1
- package/dist/esm/avatar/avatar.styles.js.map +1 -1
- package/dist/esm/badge/badge.js +1 -1
- package/dist/esm/badge/badge.js.map +1 -1
- package/dist/esm/badge/badge.options.js.map +1 -1
- package/dist/esm/badge/badge.template.js +2 -1
- package/dist/esm/badge/badge.template.js.map +1 -1
- package/dist/esm/button/button.js +1 -1
- package/dist/esm/button/button.js.map +1 -1
- package/dist/esm/button/button.options.js.map +1 -1
- package/dist/esm/button/button.styles.js +1 -1
- package/dist/esm/button/button.styles.js.map +1 -1
- package/dist/esm/button/button.template.js +1 -1
- package/dist/esm/button/button.template.js.map +1 -1
- package/dist/esm/checkbox/checkbox.js +7 -2
- package/dist/esm/checkbox/checkbox.js.map +1 -1
- package/dist/esm/checkbox/checkbox.styles.js +1 -1
- package/dist/esm/checkbox/checkbox.styles.js.map +1 -1
- package/dist/esm/checkbox/checkbox.template.js +1 -1
- package/dist/esm/checkbox/checkbox.template.js.map +1 -1
- package/dist/esm/compound-button/compound-button.options.js.map +1 -1
- package/dist/esm/compound-button/compound-button.template.js +1 -1
- package/dist/esm/compound-button/compound-button.template.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.js +1 -1
- package/dist/esm/counter-badge/counter-badge.js.map +1 -1
- package/dist/esm/divider/divider.js +1 -1
- package/dist/esm/divider/divider.js.map +1 -1
- package/dist/esm/divider/divider.options.js +1 -1
- package/dist/esm/divider/divider.options.js.map +1 -1
- package/dist/esm/divider/divider.styles.js +1 -1
- package/dist/esm/divider/divider.styles.js.map +1 -1
- package/dist/esm/divider/divider.template.js +1 -1
- package/dist/esm/divider/divider.template.js.map +1 -1
- package/dist/esm/label/label.styles.js +1 -1
- package/dist/esm/label/label.styles.js.map +1 -1
- package/dist/esm/menu-button/menu-button.options.js.map +1 -1
- package/dist/esm/menu-button/menu-button.template.js +1 -1
- package/dist/esm/menu-button/menu-button.template.js.map +1 -1
- package/dist/esm/menu-item/menu-item.js +1 -1
- package/dist/esm/menu-item/menu-item.js.map +1 -1
- package/dist/esm/menu-item/menu-item.styles.js +1 -1
- package/dist/esm/menu-item/menu-item.styles.js.map +1 -1
- package/dist/esm/menu-item/menu-item.template.js +1 -1
- package/dist/esm/menu-item/menu-item.template.js.map +1 -1
- package/dist/esm/menu-list/menu-list.js +2 -2
- package/dist/esm/menu-list/menu-list.js.map +1 -1
- package/dist/esm/menu-list/menu-list.styles.js +1 -1
- package/dist/esm/menu-list/menu-list.styles.js.map +1 -1
- package/dist/esm/menu-list/menu-list.template.js +1 -1
- package/dist/esm/menu-list/menu-list.template.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.js +7 -2
- package/dist/esm/progress-bar/progress-bar.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.styles.js +1 -1
- package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.template.js +1 -1
- package/dist/esm/progress-bar/progress-bar.template.js.map +1 -1
- package/dist/esm/radio/radio.js +1 -1
- package/dist/esm/radio/radio.js.map +1 -1
- package/dist/esm/radio/radio.styles.js +1 -1
- package/dist/esm/radio/radio.styles.js.map +1 -1
- package/dist/esm/radio/radio.template.js +1 -1
- package/dist/esm/radio/radio.template.js.map +1 -1
- package/dist/esm/radio-group/index.js +1 -1
- package/dist/esm/radio-group/index.js.map +1 -1
- package/dist/esm/radio-group/radio-group.js +1 -1
- package/dist/esm/radio-group/radio-group.js.map +1 -1
- package/dist/esm/radio-group/radio-group.styles.js +1 -1
- package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
- package/dist/esm/radio-group/radio-group.template.js +1 -1
- package/dist/esm/radio-group/radio-group.template.js.map +1 -1
- package/dist/esm/slider/slider.js +7 -2
- package/dist/esm/slider/slider.js.map +1 -1
- package/dist/esm/slider/slider.options.js +1 -1
- package/dist/esm/slider/slider.options.js.map +1 -1
- package/dist/esm/slider/slider.styles.js +1 -1
- package/dist/esm/slider/slider.styles.js.map +1 -1
- package/dist/esm/slider/slider.template.js +1 -1
- package/dist/esm/slider/slider.template.js.map +1 -1
- package/dist/esm/spinner/spinner.js +7 -2
- package/dist/esm/spinner/spinner.js.map +1 -1
- package/dist/esm/spinner/spinner.styles.js +1 -1
- package/dist/esm/spinner/spinner.styles.js.map +1 -1
- package/dist/esm/spinner/spinner.template.js +1 -1
- package/dist/esm/spinner/spinner.template.js.map +1 -1
- package/dist/esm/styles/partials/badge.partials.js +1 -1
- package/dist/esm/styles/partials/badge.partials.js.map +1 -1
- package/dist/esm/switch/switch.js +7 -2
- package/dist/esm/switch/switch.js.map +1 -1
- package/dist/esm/switch/switch.styles.js +1 -1
- package/dist/esm/switch/switch.styles.js.map +1 -1
- package/dist/esm/switch/switch.template.js +1 -1
- package/dist/esm/switch/switch.template.js.map +1 -1
- package/dist/esm/tab/tab.js +1 -1
- package/dist/esm/tab/tab.js.map +1 -1
- package/dist/esm/tab/tab.styles.js +1 -1
- package/dist/esm/tab/tab.styles.js.map +1 -1
- package/dist/esm/tab/tab.template.js +1 -1
- package/dist/esm/tab/tab.template.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.js +1 -1
- package/dist/esm/tab-panel/tab-panel.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.styles.js +1 -1
- package/dist/esm/tab-panel/tab-panel.styles.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.template.js +1 -1
- package/dist/esm/tab-panel/tab-panel.template.js.map +1 -1
- package/dist/esm/tabs/tabs.js +1 -1
- package/dist/esm/tabs/tabs.js.map +1 -1
- package/dist/esm/tabs/tabs.options.js +1 -1
- package/dist/esm/tabs/tabs.options.js.map +1 -1
- package/dist/esm/tabs/tabs.styles.js +1 -1
- package/dist/esm/tabs/tabs.styles.js.map +1 -1
- package/dist/esm/tabs/tabs.template.js +1 -1
- package/dist/esm/tabs/tabs.template.js.map +1 -1
- package/dist/esm/text/text.styles.js +1 -1
- package/dist/esm/text/text.styles.js.map +1 -1
- package/dist/esm/text-input/index.js +1 -1
- package/dist/esm/text-input/index.js.map +1 -1
- package/dist/esm/text-input/text-input.js +1 -1
- package/dist/esm/text-input/text-input.js.map +1 -1
- package/dist/esm/text-input/text-input.styles.js +1 -1
- package/dist/esm/text-input/text-input.styles.js.map +1 -1
- package/dist/esm/text-input/text-input.template.js +1 -1
- package/dist/esm/text-input/text-input.template.js.map +1 -1
- package/dist/esm/theme/design-tokens.js +1 -1
- package/dist/esm/theme/design-tokens.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.options.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.styles.js +1 -1
- package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.template.js +1 -1
- package/dist/esm/toggle-button/toggle-button.template.js.map +1 -1
- package/dist/fluent-web-components.api.json +846 -4320
- package/dist/storybook/{391.ad71b32f.iframe.bundle.js → 885.6558041f.iframe.bundle.js} +4 -4
- package/dist/storybook/{391.ad71b32f.iframe.bundle.js.map → 885.6558041f.iframe.bundle.js.map} +1 -1
- package/dist/storybook/iframe.html +1 -1
- package/dist/storybook/main.ff3dba0d.iframe.bundle.js +1 -0
- package/dist/storybook/project.json +1 -1
- package/dist/web-components.d.ts +32 -32
- package/dist/web-components.js +6922 -8011
- package/dist/web-components.min.js +186 -186
- package/docs/api-report.md +32 -32
- package/package.json +30 -30
- package/dist/storybook/main.b5c2945a.iframe.bundle.js +0 -1
- /package/dist/storybook/{391.ad71b32f.iframe.bundle.js.LICENSE.txt → 885.6558041f.iframe.bundle.js.LICENSE.txt} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui/web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue,
|
|
3
|
+
This log was last generated on Tue, 22 Aug 2023 04:17:05 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [3.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.30)
|
|
8
|
+
|
|
9
|
+
Tue, 22 Aug 2023 04:17:05 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.29..@fluentui/web-components_v3.0.0-alpha.30)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- feat(web-components): update core component files to use foundation export paths and update package exports to include extensions ([PR #28912](https://github.com/microsoft/fluentui/pull/28912) by chhol@microsoft.com)
|
|
15
|
+
|
|
7
16
|
## [3.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.29)
|
|
8
17
|
|
|
9
|
-
Tue, 15 Aug 2023 04:
|
|
18
|
+
Tue, 15 Aug 2023 04:16:11 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.28..@fluentui/web-components_v3.0.0-alpha.29)
|
|
11
20
|
|
|
12
21
|
### Changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FASTAnchor } from '@microsoft/fast-foundation';
|
|
1
|
+
import { FASTAnchor } from '@microsoft/fast-foundation/anchor.js';
|
|
2
2
|
import { AnchorButtonAppearance, AnchorButtonShape, AnchorButtonSize } from './anchor-button.options.js';
|
|
3
3
|
/**
|
|
4
4
|
* The base class used for constructing a fluent-anchor-button custom element
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { AnchorOptions
|
|
1
|
+
import type { AnchorOptions } from '@microsoft/fast-foundation/anchor.js';
|
|
2
|
+
import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
|
|
2
3
|
/**
|
|
3
4
|
* Anchor Button Appearance constants
|
|
4
5
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FASTElement } from '@microsoft/fast-element';
|
|
2
|
-
import { StartEnd } from '@microsoft/fast-foundation';
|
|
2
|
+
import { StartEnd } from '@microsoft/fast-foundation/patterns.js';
|
|
3
3
|
import { BadgeAppearance, BadgeColor, BadgeShape, BadgeSize } from './badge.options.js';
|
|
4
4
|
/**
|
|
5
5
|
* The base class used for constructing a fluent-badge custom element
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { StartEndOptions
|
|
1
|
+
import { StartEndOptions } from '@microsoft/fast-foundation/patterns.js';
|
|
2
|
+
import type { StaticallyComposableHTML, ValuesOf } from '@microsoft/fast-foundation/utilities.js';
|
|
2
3
|
import type { Badge } from './badge.js';
|
|
3
4
|
/**
|
|
4
5
|
* @internal - marking as internal update when Badge PR for start/end is in
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FASTButton } from '@microsoft/fast-foundation';
|
|
1
|
+
import { FASTButton } from '@microsoft/fast-foundation/button.js';
|
|
2
2
|
import { ButtonAppearance, ButtonShape, ButtonSize } from './button.options.js';
|
|
3
3
|
/**
|
|
4
4
|
* The base class used for constructing a fluent-button custom element
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { ButtonOptions
|
|
1
|
+
import type { ButtonOptions } from '@microsoft/fast-foundation/button.js';
|
|
2
|
+
import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
|
|
2
3
|
/**
|
|
3
4
|
* ButtonAppearance constants
|
|
4
5
|
* @public
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FASTCheckbox } from '@microsoft/fast-foundation';
|
|
1
|
+
import { FASTCheckbox } from '@microsoft/fast-foundation/checkbox.js';
|
|
2
2
|
import { CheckboxLabelPosition, CheckboxShape, CheckboxSize } from './checkbox.options.js';
|
|
3
3
|
/**
|
|
4
4
|
* The base class used for constucting a fluent checkbox custom element
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { ButtonOptions
|
|
1
|
+
import type { ButtonOptions } from '@microsoft/fast-foundation/button.js';
|
|
2
|
+
import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
|
|
2
3
|
/**
|
|
3
4
|
* Compound Button Appearance constants
|
|
4
5
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FASTElement } from '@microsoft/fast-element';
|
|
2
|
-
import { StartEnd } from '@microsoft/fast-foundation';
|
|
2
|
+
import { StartEnd } from '@microsoft/fast-foundation/patterns.js';
|
|
3
3
|
import { CounterBadgeAppearance, CounterBadgeColor, CounterBadgeShape, CounterBadgeSize } from './counter-badge.options.js';
|
|
4
4
|
/**
|
|
5
5
|
* The base class used for constructing a fluent-badge custom element
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { DividerOrientation, DividerRole
|
|
1
|
+
import { DividerOrientation, DividerRole } from '@microsoft/fast-foundation/divider.js';
|
|
2
|
+
import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
|
|
2
3
|
/**
|
|
3
4
|
* Fast Foundation DividerRole property
|
|
4
5
|
* @public
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { ButtonOptions
|
|
1
|
+
import type { ButtonOptions } from '@microsoft/fast-foundation/button.js';
|
|
2
|
+
import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
|
|
2
3
|
/**
|
|
3
4
|
* Menu Button Appearance constants
|
|
4
5
|
* @public
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FASTProgress } from '@microsoft/fast-foundation';
|
|
1
|
+
import { FASTProgress } from '@microsoft/fast-foundation/progress.js';
|
|
2
2
|
import type { ProgressBarShape, ProgressBarThickness, ProgressBarValidationState } from './progress-bar.options.js';
|
|
3
3
|
/**
|
|
4
4
|
* The base class used for constructing a fluent-progress-bar custom element
|
|
@@ -2,4 +2,4 @@ export * from './radio-group.js';
|
|
|
2
2
|
export { definition as RadioGroupDefinition } from './radio-group.definition.js';
|
|
3
3
|
export { styles as RadioGroupStyles } from './radio-group.styles.js';
|
|
4
4
|
export { template as RadioGroupTemplate } from './radio-group.template.js';
|
|
5
|
-
export { RadioGroupOrientation } from '@microsoft/fast-foundation';
|
|
5
|
+
export { RadioGroupOrientation } from '@microsoft/fast-foundation/radio-group.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ValuesOf } from '@microsoft/fast-foundation';
|
|
2
|
-
export { SliderOrientation } from '@microsoft/fast-foundation';
|
|
1
|
+
import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
|
|
2
|
+
export { SliderOrientation } from '@microsoft/fast-foundation/slider.js';
|
|
3
3
|
/**
|
|
4
4
|
* SliderSize Constants
|
|
5
5
|
* @public
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FASTProgressRing } from '@microsoft/fast-foundation';
|
|
1
|
+
import { FASTProgressRing } from '@microsoft/fast-foundation/progress-ring.js';
|
|
2
2
|
import type { SpinnerAppearance, SpinnerSize } from './spinner.options.js';
|
|
3
3
|
/**
|
|
4
4
|
* The base class used for constructing a fluent-spinner custom element
|
package/dist/dts/tab/tab.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FASTTab, TabOptions } from '@microsoft/fast-foundation';
|
|
1
|
+
import { FASTTab, TabOptions } from '@microsoft/fast-foundation/tab.js';
|
|
2
2
|
import { ElementViewTemplate } from '@microsoft/fast-element';
|
|
3
3
|
export declare function tabTemplate<T extends FASTTab>(options?: TabOptions): ElementViewTemplate<T>;
|
|
4
4
|
export declare const template: ElementViewTemplate<FASTTab, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const template: import("@microsoft/fast-element").ElementViewTemplate<import("@microsoft/fast-foundation").FASTTabPanel, any>;
|
|
1
|
+
export declare const template: import("@microsoft/fast-element").ElementViewTemplate<import("@microsoft/fast-foundation/tab-panel.js").FASTTabPanel, any>;
|
package/dist/dts/tabs/tabs.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FASTTabs } from '@microsoft/fast-foundation';
|
|
1
|
+
import { FASTTabs } from '@microsoft/fast-foundation/tabs.js';
|
|
2
2
|
import { TabsAppearance, TabsSize } from './tabs.options.js';
|
|
3
3
|
/**
|
|
4
4
|
* TabList extends FASTTabs and is used for constructing a fluent-tab-list custom html element.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ValuesOf } from '@microsoft/fast-foundation';
|
|
2
|
-
import { TabsOrientation } from '@microsoft/fast-foundation';
|
|
1
|
+
import type { ValuesOf } from '@microsoft/fast-foundation/utilities.js';
|
|
2
|
+
import { TabsOrientation } from '@microsoft/fast-foundation/tabs.js';
|
|
3
3
|
export declare const TabsAppearance: {
|
|
4
4
|
readonly subtle: "subtle";
|
|
5
5
|
readonly transparent: "transparent";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const template: import("@microsoft/fast-element").ElementViewTemplate<import("@microsoft/fast-foundation").FASTTabs, any>;
|
|
1
|
+
export declare const template: import("@microsoft/fast-element").ElementViewTemplate<import("@microsoft/fast-foundation/tabs.js").FASTTabs, any>;
|
|
@@ -3,4 +3,4 @@ export * from './text-input.options.js';
|
|
|
3
3
|
export { template as TextInputTemplate } from './text-input.template.js';
|
|
4
4
|
export { styles as TextInputStyles } from './text-input.styles.js';
|
|
5
5
|
export { definition as TextInputDefinition } from './text-input.definition.js';
|
|
6
|
-
export { TextFieldType as TextInputType } from '@microsoft/fast-foundation';
|
|
6
|
+
export { TextFieldType as TextInputType } from '@microsoft/fast-foundation/text-field.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FASTTextField } from '@microsoft/fast-foundation';
|
|
1
|
+
import { FASTTextField } from '@microsoft/fast-foundation/text-field.js';
|
|
2
2
|
import { TextInputAppearance, TextInputControlSize } from './text-input.options.js';
|
|
3
3
|
/**
|
|
4
4
|
* The base class used for constructing a fluent-text-input custom element
|