@genesislcap/rapid-design-system 14.430.2 → 14.431.0-FUI-2528-2.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.
- package/dist/custom-elements.json +24 -4
- package/dist/dts/breadcrumb-item/breadcrumb-item.d.ts +3 -0
- package/dist/dts/breadcrumb-item/breadcrumb-item.d.ts.map +1 -1
- package/dist/dts/checkbox/checkbox.d.ts +3 -0
- package/dist/dts/checkbox/checkbox.d.ts.map +1 -1
- package/dist/dts/design-system-provider/design-system-provider.d.ts +3 -0
- package/dist/dts/design-system-provider/design-system-provider.d.ts.map +1 -1
- package/dist/dts/flipper/flipper.d.ts +3 -0
- package/dist/dts/flipper/flipper.d.ts.map +1 -1
- package/dist/dts/menu-item/menu-item.d.ts +2 -2
- package/dist/dts/menu-item/menu-item.d.ts.map +1 -1
- package/dist/dts/overlays/system-health/system-health-overlay.d.ts +1 -0
- package/dist/dts/overlays/system-health/system-health-overlay.d.ts.map +1 -1
- package/dist/dts/progress-ring/progress-ring.d.ts +3 -0
- package/dist/dts/progress-ring/progress-ring.d.ts.map +1 -1
- package/dist/dts/react.d.ts +102 -0
- package/dist/dts/segmented-item/segmented-item.d.ts +3 -0
- package/dist/dts/segmented-item/segmented-item.d.ts.map +1 -1
- package/dist/dts/tabs/tabs.d.ts +3 -0
- package/dist/dts/tabs/tabs.d.ts.map +1 -1
- package/dist/dts/tooltip/tooltip.d.ts +3 -0
- package/dist/dts/tooltip/tooltip.d.ts.map +1 -1
- package/dist/esm/breadcrumb-item/breadcrumb-item.js +3 -0
- package/dist/esm/checkbox/checkbox.js +3 -0
- package/dist/esm/design-system-provider/design-system-provider.js +3 -0
- package/dist/esm/flipper/flipper.js +3 -0
- package/dist/esm/menu-item/menu-item.js +2 -2
- package/dist/esm/overlays/system-health/system-health-overlay.js +1 -0
- package/dist/esm/progress-ring/progress-ring.js +3 -0
- package/dist/esm/segmented-item/segmented-item.js +3 -0
- package/dist/esm/tabs/tabs.js +3 -0
- package/dist/esm/tooltip/tooltip.js +3 -0
- package/dist/react.cjs +87 -0
- package/dist/react.mjs +77 -0
- package/package.json +11 -11
|
@@ -6217,6 +6217,8 @@
|
|
|
6217
6217
|
"name": "FoundationBreadcrumbItem",
|
|
6218
6218
|
"package": "@genesislcap/foundation-ui"
|
|
6219
6219
|
},
|
|
6220
|
+
"tagName": "%%prefix%%-breadcrumb-item",
|
|
6221
|
+
"customElement": true,
|
|
6220
6222
|
"attributes": [
|
|
6221
6223
|
{
|
|
6222
6224
|
"name": "download",
|
|
@@ -8627,6 +8629,8 @@
|
|
|
8627
8629
|
"name": "FoundationCheckbox",
|
|
8628
8630
|
"package": "@genesislcap/foundation-ui"
|
|
8629
8631
|
},
|
|
8632
|
+
"tagName": "%%prefix%%-checkbox",
|
|
8633
|
+
"customElement": true,
|
|
8630
8634
|
"attributes": [
|
|
8631
8635
|
{
|
|
8632
8636
|
"name": "readonly",
|
|
@@ -10325,7 +10329,9 @@
|
|
|
10325
10329
|
"superclass": {
|
|
10326
10330
|
"name": "FASTDesignSystemProvider",
|
|
10327
10331
|
"package": "@microsoft/fast-components"
|
|
10328
|
-
}
|
|
10332
|
+
},
|
|
10333
|
+
"tagName": "%%prefix%%-design-system-provider",
|
|
10334
|
+
"customElement": true
|
|
10329
10335
|
},
|
|
10330
10336
|
{
|
|
10331
10337
|
"kind": "variable",
|
|
@@ -16175,6 +16181,8 @@
|
|
|
16175
16181
|
"name": "FoundationFlipper",
|
|
16176
16182
|
"package": "@genesislcap/foundation-ui"
|
|
16177
16183
|
},
|
|
16184
|
+
"tagName": "%%prefix%%-flipper",
|
|
16185
|
+
"customElement": true,
|
|
16178
16186
|
"attributes": [
|
|
16179
16187
|
{
|
|
16180
16188
|
"type": {
|
|
@@ -19832,6 +19840,8 @@
|
|
|
19832
19840
|
"name": "FoundationMenuItem",
|
|
19833
19841
|
"package": "@genesislcap/foundation-ui"
|
|
19834
19842
|
},
|
|
19843
|
+
"tagName": "%%prefix%%-menu-item",
|
|
19844
|
+
"customElement": true,
|
|
19835
19845
|
"attributes": [
|
|
19836
19846
|
{
|
|
19837
19847
|
"type": {
|
|
@@ -24807,7 +24817,9 @@
|
|
|
24807
24817
|
"superclass": {
|
|
24808
24818
|
"name": "FoundationProgressRing",
|
|
24809
24819
|
"package": "@genesislcap/foundation-ui"
|
|
24810
|
-
}
|
|
24820
|
+
},
|
|
24821
|
+
"tagName": "%%prefix%%-progress-ring",
|
|
24822
|
+
"customElement": true
|
|
24811
24823
|
},
|
|
24812
24824
|
{
|
|
24813
24825
|
"kind": "variable",
|
|
@@ -30552,7 +30564,9 @@
|
|
|
30552
30564
|
"superclass": {
|
|
30553
30565
|
"name": "FoundationFoundationRadio",
|
|
30554
30566
|
"package": "@genesislcap/foundation-ui"
|
|
30555
|
-
}
|
|
30567
|
+
},
|
|
30568
|
+
"tagName": "%%prefix%%-segmented-item",
|
|
30569
|
+
"customElement": true
|
|
30556
30570
|
},
|
|
30557
30571
|
{
|
|
30558
30572
|
"kind": "variable",
|
|
@@ -36674,6 +36688,8 @@
|
|
|
36674
36688
|
"name": "FoundationTabs",
|
|
36675
36689
|
"package": "@genesislcap/foundation-ui"
|
|
36676
36690
|
},
|
|
36691
|
+
"tagName": "%%prefix%%-tabs",
|
|
36692
|
+
"customElement": true,
|
|
36677
36693
|
"attributes": [
|
|
36678
36694
|
{
|
|
36679
36695
|
"type": {
|
|
@@ -39454,7 +39470,9 @@
|
|
|
39454
39470
|
"superclass": {
|
|
39455
39471
|
"name": "foundationTooltip",
|
|
39456
39472
|
"package": "@genesislcap/foundation-ui"
|
|
39457
|
-
}
|
|
39473
|
+
},
|
|
39474
|
+
"tagName": "%%prefix%%-tooltip",
|
|
39475
|
+
"customElement": true
|
|
39458
39476
|
},
|
|
39459
39477
|
{
|
|
39460
39478
|
"kind": "variable",
|
|
@@ -43404,6 +43422,8 @@
|
|
|
43404
43422
|
"name": "FoundationSystemHealthOverlay",
|
|
43405
43423
|
"package": "@genesislcap/foundation-ui"
|
|
43406
43424
|
},
|
|
43425
|
+
"tagName": "%%prefix%%-system-health-overlay",
|
|
43426
|
+
"customElement": true,
|
|
43407
43427
|
"attributes": [
|
|
43408
43428
|
{
|
|
43409
43429
|
"name": "mode",
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { BreadcrumbItem as FoundationBreadcrumbItem } from '@genesislcap/foundation-ui';
|
|
2
2
|
import type { BreadcrumbItemOptions } from '@microsoft/fast-foundation';
|
|
3
|
+
/**
|
|
4
|
+
* @tagname %%prefix%%-breadcrumb-item
|
|
5
|
+
*/
|
|
3
6
|
export declare class BreadcrumbItem extends FoundationBreadcrumbItem {
|
|
4
7
|
}
|
|
5
8
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumb-item.d.ts","sourceRoot":"","sources":["../../../src/breadcrumb-item/breadcrumb-item.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,IAAI,wBAAwB,EAG3C,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAIxE,qBAAa,cAAe,SAAQ,wBAAwB;CAAG;AAE/D;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,0TAM9B,CAAC"}
|
|
1
|
+
{"version":3,"file":"breadcrumb-item.d.ts","sourceRoot":"","sources":["../../../src/breadcrumb-item/breadcrumb-item.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,IAAI,wBAAwB,EAG3C,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAIxE;;GAEG;AACH,qBAAa,cAAe,SAAQ,wBAAwB;CAAG;AAE/D;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,0TAM9B,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { Checkbox as FoundationCheckbox } from '@genesislcap/foundation-ui';
|
|
2
2
|
import type { CheckboxOptions } from '@microsoft/fast-foundation';
|
|
3
|
+
/**
|
|
4
|
+
* @tagname %%prefix%%-checkbox
|
|
5
|
+
*/
|
|
3
6
|
export declare class Checkbox extends FoundationCheckbox {
|
|
4
7
|
}
|
|
5
8
|
export declare const rapidCheckbox: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<CheckboxOptions>) => import("@microsoft/fast-foundation").FoundationElementRegistry<CheckboxOptions, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/checkbox/checkbox.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,IAAI,kBAAkB,EAG/B,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAIlE,qBAAa,QAAS,SAAQ,kBAAkB;CAAG;AAEnD,eAAO,MAAM,aAAa,8SAMxB,CAAC"}
|
|
1
|
+
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/checkbox/checkbox.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,IAAI,kBAAkB,EAG/B,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAIlE;;GAEG;AACH,qBAAa,QAAS,SAAQ,kBAAkB;CAAG;AAEnD,eAAO,MAAM,aAAa,8SAMxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"design-system-provider.d.ts","sourceRoot":"","sources":["../../../src/design-system-provider/design-system-provider.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,IAAI,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAM9F,qBAAa,oBAAqB,SAAQ,wBAAwB;;CAKjE;AAED,eAAO,MAAM,oBAAoB;;;;;;+BAK/B,CAAC"}
|
|
1
|
+
{"version":3,"file":"design-system-provider.d.ts","sourceRoot":"","sources":["../../../src/design-system-provider/design-system-provider.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,IAAI,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAM9F;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,wBAAwB;;CAKjE;AAED,eAAO,MAAM,oBAAoB;;;;;;+BAK/B,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { Flipper as FoundationFlipper } from '@genesislcap/foundation-ui';
|
|
2
2
|
import type { FlipperOptions } from '@microsoft/fast-foundation';
|
|
3
|
+
/**
|
|
4
|
+
* @tagname %%prefix%%-flipper
|
|
5
|
+
*/
|
|
3
6
|
export declare class Flipper extends FoundationFlipper {
|
|
4
7
|
}
|
|
5
8
|
export declare const rapidFlipper: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<FlipperOptions>) => import("@microsoft/fast-foundation").FoundationElementRegistry<FlipperOptions, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flipper.d.ts","sourceRoot":"","sources":["../../../src/flipper/flipper.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,OAAO,IAAI,iBAAiB,EAE7B,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAIjE,qBAAa,OAAQ,SAAQ,iBAAiB;CAAG;AAEjD,eAAO,MAAM,YAAY,4SAMvB,CAAC"}
|
|
1
|
+
{"version":3,"file":"flipper.d.ts","sourceRoot":"","sources":["../../../src/flipper/flipper.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,OAAO,IAAI,iBAAiB,EAE7B,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAIjE;;GAEG;AACH,qBAAa,OAAQ,SAAQ,iBAAiB;CAAG;AAEjD,eAAO,MAAM,YAAY,4SAMvB,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { MenuItem as FoundationMenuItem } from '@genesislcap/foundation-ui';
|
|
2
|
+
export declare const rapidMenuItemShadowOptions: ShadowRootInit;
|
|
2
3
|
/**
|
|
3
|
-
* @tagname %%prefix%%-menu
|
|
4
|
+
* @tagname %%prefix%%-menu-item
|
|
4
5
|
*/
|
|
5
|
-
export declare const rapidMenuItemShadowOptions: ShadowRootInit;
|
|
6
6
|
export declare class MenuItem extends FoundationMenuItem {
|
|
7
7
|
}
|
|
8
8
|
export declare const rapidMenuItem: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof MenuItem>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu-item.d.ts","sourceRoot":"","sources":["../../../src/menu-item/menu-item.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,IAAI,kBAAkB,EAG/B,MAAM,4BAA4B,CAAC;AAIpC
|
|
1
|
+
{"version":3,"file":"menu-item.d.ts","sourceRoot":"","sources":["../../../src/menu-item/menu-item.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,IAAI,kBAAkB,EAG/B,MAAM,4BAA4B,CAAC;AAIpC,eAAO,MAAM,0BAA0B,gBAAkC,CAAC;AAE1E;;GAEG;AACH,qBAAa,QAAS,SAAQ,kBAAkB;CAAG;AAEnD,eAAO,MAAM,aAAa,wTAMxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"system-health-overlay.d.ts","sourceRoot":"","sources":["../../../../src/overlays/system-health/system-health-overlay.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,IAAI,6BAA6B,EAKrD,MAAM,4BAA4B,CAAC;AAEpC
|
|
1
|
+
{"version":3,"file":"system-health-overlay.d.ts","sourceRoot":"","sources":["../../../../src/overlays/system-health/system-health-overlay.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,IAAI,6BAA6B,EAKrD,MAAM,4BAA4B,CAAC;AAEpC;;;;GAIG;AACH,qBAAa,mBAAoB,SAAQ,6BAA6B;CAAG;AAEzE;;;;;;GAMG;AACH,eAAO,MAAM,wBAAwB,mUAMnC,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { ProgressRing as FoundationProgressRing } from '@genesislcap/foundation-ui';
|
|
2
2
|
import type { ProgressRingOptions } from '@microsoft/fast-foundation';
|
|
3
|
+
/**
|
|
4
|
+
* @tagname %%prefix%%-progress-ring
|
|
5
|
+
*/
|
|
3
6
|
export declare class ProgressRing extends FoundationProgressRing {
|
|
4
7
|
}
|
|
5
8
|
export declare const defaultrapidProgressRingConfig: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"progress-ring.d.ts","sourceRoot":"","sources":["../../../src/progress-ring/progress-ring.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,IAAI,sBAAsB,EAEvC,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAItE,qBAAa,YAAa,SAAQ,sBAAsB;CAAG;AAE3D,eAAO,MAAM,8BAA8B,IAAK,CAAC;AAEjD,eAAO,MAAM,iBAAiB,sTAM5B,CAAC"}
|
|
1
|
+
{"version":3,"file":"progress-ring.d.ts","sourceRoot":"","sources":["../../../src/progress-ring/progress-ring.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,IAAI,sBAAsB,EAEvC,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAItE;;GAEG;AACH,qBAAa,YAAa,SAAQ,sBAAsB;CAAG;AAE3D,eAAO,MAAM,8BAA8B,IAAK,CAAC;AAEjD,eAAO,MAAM,iBAAiB,sTAM5B,CAAC"}
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -14,14 +14,17 @@ import type { AnchoredRegion as AnchoredRegionWC } from './anchored-region/ancho
|
|
|
14
14
|
import type { Avatar as AvatarWC } from './avatar/avatar';
|
|
15
15
|
import type { Badge as BadgeWC } from './badge/badge';
|
|
16
16
|
import type { Banner as BannerWC } from './banner/banner';
|
|
17
|
+
import type { BreadcrumbItem as BreadcrumbItemWC } from './breadcrumb-item/breadcrumb-item';
|
|
17
18
|
import type { Breadcrumb as BreadcrumbWC } from './breadcrumb/breadcrumb';
|
|
18
19
|
import type { Button as ButtonWC } from './button/button';
|
|
19
20
|
import type { Calendar as CalendarWC } from './calendar/calendar';
|
|
20
21
|
import type { Card as CardWC } from './card/card';
|
|
21
22
|
import type { CategorizedMultiselect as CategorizedMultiselectWC } from './categorized-multiselect/categorized-multiselect';
|
|
23
|
+
import type { Checkbox as CheckboxWC } from './checkbox/checkbox';
|
|
22
24
|
import type { Combobox as ComboboxWC } from './combobox/combobox';
|
|
23
25
|
import type { ConnectionIndicator as ConnectionIndicatorWC } from './connection-indicator/connection-indicator';
|
|
24
26
|
import type { DatePicker as DatePickerWC } from './date-picker/date-picker';
|
|
27
|
+
import type { DesignSystemProvider as DesignSystemProviderWC } from './design-system-provider/design-system-provider';
|
|
25
28
|
import type { Dialog as DialogWC } from './dialog/dialog';
|
|
26
29
|
import type { Disclosure as DisclosureWC } from './disclosure/disclosure';
|
|
27
30
|
import type { Divider as DividerWC } from './divider/divider';
|
|
@@ -30,17 +33,21 @@ import type { EnvironmentIndicator as EnvironmentIndicatorWC } from './environme
|
|
|
30
33
|
import type { FileUpload as FileUploadWC } from './file-upload/file-upload';
|
|
31
34
|
import type { FilterBar as FilterBarWC } from './filter-bar/filter-bar';
|
|
32
35
|
import type { Filter as FilterWC } from './filter/filter';
|
|
36
|
+
import type { Flipper as FlipperWC } from './flipper/flipper';
|
|
33
37
|
import type { Flyout as FlyoutWC } from './flyout/flyout';
|
|
34
38
|
import type { HorizontalScroll as HorizontalScrollWC } from './horizontal-scroll/horizontal-scroll';
|
|
35
39
|
import type { Icon as IconWC } from './icon/icon';
|
|
36
40
|
import type { ListboxOption as ListboxOptionWC } from './listbox-option/listbox-option';
|
|
37
41
|
import type { Listbox as ListboxWC } from './listbox/listbox';
|
|
42
|
+
import type { MenuItem as MenuItemWC } from './menu-item/menu-item';
|
|
38
43
|
import type { Menu as MenuWC } from './menu/menu';
|
|
39
44
|
import type { Modal as ModalWC } from './modal/modal';
|
|
40
45
|
import type { Multiselect as MultiselectWC } from './multiselect/multiselect';
|
|
41
46
|
import type { NotificationListener as NotificationListenerWC } from './notification-listener/notification-listener';
|
|
42
47
|
import type { NumberField as NumberFieldWC } from './number-field/number-field';
|
|
43
48
|
import type { Optgroup as OptgroupWC } from './optgroup/optgroup';
|
|
49
|
+
import type { SystemHealthOverlay as SystemHealthOverlayWC } from './overlays/system-health/system-health-overlay';
|
|
50
|
+
import type { ProgressRing as ProgressRingWC } from './progress-ring/progress-ring';
|
|
44
51
|
import type { Progress as ProgressWC } from './progress/progress';
|
|
45
52
|
import type { RadioGroup as RadioGroupWC } from './radio-group/radio-group';
|
|
46
53
|
import type { Radio as RadioWC } from './radio/radio';
|
|
@@ -51,6 +58,7 @@ import type { SearchBarCombobox as SearchBarComboboxWC } from './search-bar/sear
|
|
|
51
58
|
import type { SearchBar as SearchBarWC } from './search-bar/search-bar';
|
|
52
59
|
import type { SectionNavigator as SectionNavigatorWC } from './section-navigator/section-navigator';
|
|
53
60
|
import type { SegmentedControl as SegmentedControlWC } from './segmented-control/segmented-control';
|
|
61
|
+
import type { SegmentedItem as SegmentedItemWC } from './segmented-item/segmented-item';
|
|
54
62
|
import type { Select as SelectWC } from './select/select';
|
|
55
63
|
import type { Skeleton as SkeletonWC } from './skeleton/skeleton';
|
|
56
64
|
import type { SliderLabel as SliderLabelWC } from './slider-label/slider-label';
|
|
@@ -64,10 +72,12 @@ import type { Stepper as StepperWC } from './stepper/stepper';
|
|
|
64
72
|
import type { Switch as SwitchWC } from './switch/switch';
|
|
65
73
|
import type { TabPanel as TabPanelWC } from './tab-panel/tab-panel';
|
|
66
74
|
import type { Tab as TabWC } from './tab/tab';
|
|
75
|
+
import type { Tabs as TabsWC } from './tabs/tabs';
|
|
67
76
|
import type { TextArea as TextAreaWC } from './text-area/text-area';
|
|
68
77
|
import type { TextField as TextFieldWC } from './text-field/text-field';
|
|
69
78
|
import type { Toast as ToastWC } from './toast/toast';
|
|
70
79
|
import type { Toolbar as ToolbarWC } from './toolbar/toolbar';
|
|
80
|
+
import type { Tooltip as TooltipWC } from './tooltip/tooltip';
|
|
71
81
|
import type { TreeItem as TreeItemWC } from './tree-item/tree-item';
|
|
72
82
|
import type { TreeView as TreeViewWC } from './tree-view/tree-view';
|
|
73
83
|
import type { UrlInput as UrlInputWC } from './url-input/url-input';
|
|
@@ -204,6 +214,15 @@ export declare const Breadcrumb: React.ForwardRefExoticComponent<
|
|
|
204
214
|
>;
|
|
205
215
|
export type BreadcrumbRef = BreadcrumbWC;
|
|
206
216
|
|
|
217
|
+
export declare const BreadcrumbItem: React.ForwardRefExoticComponent<
|
|
218
|
+
React.PropsWithChildren<
|
|
219
|
+
Omit<PublicOf<BreadcrumbItemWC>, 'children' | 'style'> &
|
|
220
|
+
HTMLWCProps & {
|
|
221
|
+
}
|
|
222
|
+
> & React.RefAttributes<BreadcrumbItemWC>
|
|
223
|
+
>;
|
|
224
|
+
export type BreadcrumbItemRef = BreadcrumbItemWC;
|
|
225
|
+
|
|
207
226
|
export declare const Button: React.ForwardRefExoticComponent<
|
|
208
227
|
React.PropsWithChildren<
|
|
209
228
|
Omit<PublicOf<ButtonWC>, 'children' | 'style'> &
|
|
@@ -241,6 +260,15 @@ export declare const CategorizedMultiselect: React.ForwardRefExoticComponent<
|
|
|
241
260
|
>;
|
|
242
261
|
export type CategorizedMultiselectRef = CategorizedMultiselectWC;
|
|
243
262
|
|
|
263
|
+
export declare const Checkbox: React.ForwardRefExoticComponent<
|
|
264
|
+
React.PropsWithChildren<
|
|
265
|
+
Omit<PublicOf<CheckboxWC>, 'children' | 'style'> &
|
|
266
|
+
HTMLWCProps & {
|
|
267
|
+
}
|
|
268
|
+
> & React.RefAttributes<CheckboxWC>
|
|
269
|
+
>;
|
|
270
|
+
export type CheckboxRef = CheckboxWC;
|
|
271
|
+
|
|
244
272
|
export declare const Combobox: React.ForwardRefExoticComponent<
|
|
245
273
|
React.PropsWithChildren<
|
|
246
274
|
Omit<PublicOf<ComboboxWC>, 'children' | 'style'> &
|
|
@@ -269,6 +297,15 @@ export declare const DatePicker: React.ForwardRefExoticComponent<
|
|
|
269
297
|
>;
|
|
270
298
|
export type DatePickerRef = DatePickerWC;
|
|
271
299
|
|
|
300
|
+
export declare const DesignSystemProvider: React.ForwardRefExoticComponent<
|
|
301
|
+
React.PropsWithChildren<
|
|
302
|
+
Omit<PublicOf<DesignSystemProviderWC>, 'children' | 'style'> &
|
|
303
|
+
HTMLWCProps & {
|
|
304
|
+
}
|
|
305
|
+
> & React.RefAttributes<DesignSystemProviderWC>
|
|
306
|
+
>;
|
|
307
|
+
export type DesignSystemProviderRef = DesignSystemProviderWC;
|
|
308
|
+
|
|
272
309
|
export declare const Dialog: React.ForwardRefExoticComponent<
|
|
273
310
|
React.PropsWithChildren<
|
|
274
311
|
Omit<PublicOf<DialogWC>, 'children' | 'style'> &
|
|
@@ -348,6 +385,15 @@ export declare const FilterBar: React.ForwardRefExoticComponent<
|
|
|
348
385
|
>;
|
|
349
386
|
export type FilterBarRef = FilterBarWC;
|
|
350
387
|
|
|
388
|
+
export declare const Flipper: React.ForwardRefExoticComponent<
|
|
389
|
+
React.PropsWithChildren<
|
|
390
|
+
Omit<PublicOf<FlipperWC>, 'children' | 'style'> &
|
|
391
|
+
HTMLWCProps & {
|
|
392
|
+
}
|
|
393
|
+
> & React.RefAttributes<FlipperWC>
|
|
394
|
+
>;
|
|
395
|
+
export type FlipperRef = FlipperWC;
|
|
396
|
+
|
|
351
397
|
export declare const Flyout: React.ForwardRefExoticComponent<
|
|
352
398
|
React.PropsWithChildren<
|
|
353
399
|
Omit<PublicOf<FlyoutWC>, 'children' | 'style'> &
|
|
@@ -405,6 +451,17 @@ export declare const Menu: React.ForwardRefExoticComponent<
|
|
|
405
451
|
>;
|
|
406
452
|
export type MenuRef = MenuWC;
|
|
407
453
|
|
|
454
|
+
export declare const MenuItem: React.ForwardRefExoticComponent<
|
|
455
|
+
React.PropsWithChildren<
|
|
456
|
+
Omit<PublicOf<MenuItemWC>, 'children' | 'style'> &
|
|
457
|
+
HTMLWCProps & {
|
|
458
|
+
onOnMenuClick?: (event: CustomEvent<unknown>) => void;
|
|
459
|
+
onExpandedChange?: (event: CustomEvent<unknown>) => void;
|
|
460
|
+
}
|
|
461
|
+
> & React.RefAttributes<MenuItemWC>
|
|
462
|
+
>;
|
|
463
|
+
export type MenuItemRef = MenuItemWC;
|
|
464
|
+
|
|
408
465
|
export declare const Modal: React.ForwardRefExoticComponent<
|
|
409
466
|
React.PropsWithChildren<
|
|
410
467
|
Omit<PublicOf<ModalWC>, 'children' | 'style'> &
|
|
@@ -461,6 +518,15 @@ export declare const Progress: React.ForwardRefExoticComponent<
|
|
|
461
518
|
>;
|
|
462
519
|
export type ProgressRef = ProgressWC;
|
|
463
520
|
|
|
521
|
+
export declare const ProgressRing: React.ForwardRefExoticComponent<
|
|
522
|
+
React.PropsWithChildren<
|
|
523
|
+
Omit<PublicOf<ProgressRingWC>, 'children' | 'style'> &
|
|
524
|
+
HTMLWCProps & {
|
|
525
|
+
}
|
|
526
|
+
> & React.RefAttributes<ProgressRingWC>
|
|
527
|
+
>;
|
|
528
|
+
export type ProgressRingRef = ProgressRingWC;
|
|
529
|
+
|
|
464
530
|
export declare const Radio: React.ForwardRefExoticComponent<
|
|
465
531
|
React.PropsWithChildren<
|
|
466
532
|
Omit<PublicOf<RadioWC>, 'children' | 'style'> &
|
|
@@ -548,6 +614,15 @@ export declare const SegmentedControl: React.ForwardRefExoticComponent<
|
|
|
548
614
|
>;
|
|
549
615
|
export type SegmentedControlRef = SegmentedControlWC;
|
|
550
616
|
|
|
617
|
+
export declare const SegmentedItem: React.ForwardRefExoticComponent<
|
|
618
|
+
React.PropsWithChildren<
|
|
619
|
+
Omit<PublicOf<SegmentedItemWC>, 'children' | 'style'> &
|
|
620
|
+
HTMLWCProps & {
|
|
621
|
+
}
|
|
622
|
+
> & React.RefAttributes<SegmentedItemWC>
|
|
623
|
+
>;
|
|
624
|
+
export type SegmentedItemRef = SegmentedItemWC;
|
|
625
|
+
|
|
551
626
|
export declare const Select: React.ForwardRefExoticComponent<
|
|
552
627
|
React.PropsWithChildren<
|
|
553
628
|
Omit<PublicOf<SelectWC>, 'children' | 'style'> &
|
|
@@ -671,6 +746,15 @@ export declare const TabPanel: React.ForwardRefExoticComponent<
|
|
|
671
746
|
>;
|
|
672
747
|
export type TabPanelRef = TabPanelWC;
|
|
673
748
|
|
|
749
|
+
export declare const Tabs: React.ForwardRefExoticComponent<
|
|
750
|
+
React.PropsWithChildren<
|
|
751
|
+
Omit<PublicOf<TabsWC>, 'children' | 'style'> &
|
|
752
|
+
HTMLWCProps & {
|
|
753
|
+
}
|
|
754
|
+
> & React.RefAttributes<TabsWC>
|
|
755
|
+
>;
|
|
756
|
+
export type TabsRef = TabsWC;
|
|
757
|
+
|
|
674
758
|
export declare const TextArea: React.ForwardRefExoticComponent<
|
|
675
759
|
React.PropsWithChildren<
|
|
676
760
|
Omit<PublicOf<TextAreaWC>, 'children' | 'style'> &
|
|
@@ -707,6 +791,15 @@ export declare const Toolbar: React.ForwardRefExoticComponent<
|
|
|
707
791
|
>;
|
|
708
792
|
export type ToolbarRef = ToolbarWC;
|
|
709
793
|
|
|
794
|
+
export declare const Tooltip: React.ForwardRefExoticComponent<
|
|
795
|
+
React.PropsWithChildren<
|
|
796
|
+
Omit<PublicOf<TooltipWC>, 'children' | 'style'> &
|
|
797
|
+
HTMLWCProps & {
|
|
798
|
+
}
|
|
799
|
+
> & React.RefAttributes<TooltipWC>
|
|
800
|
+
>;
|
|
801
|
+
export type TooltipRef = TooltipWC;
|
|
802
|
+
|
|
710
803
|
export declare const TreeItem: React.ForwardRefExoticComponent<
|
|
711
804
|
React.PropsWithChildren<
|
|
712
805
|
Omit<PublicOf<TreeItemWC>, 'children' | 'style'> &
|
|
@@ -736,4 +829,13 @@ export declare const UrlInput: React.ForwardRefExoticComponent<
|
|
|
736
829
|
>;
|
|
737
830
|
export type UrlInputRef = UrlInputWC;
|
|
738
831
|
|
|
832
|
+
export declare const SystemHealthOverlay: React.ForwardRefExoticComponent<
|
|
833
|
+
React.PropsWithChildren<
|
|
834
|
+
Omit<PublicOf<SystemHealthOverlayWC>, 'children' | 'style'> &
|
|
835
|
+
HTMLWCProps & {
|
|
836
|
+
}
|
|
837
|
+
> & React.RefAttributes<SystemHealthOverlayWC>
|
|
838
|
+
>;
|
|
839
|
+
export type SystemHealthOverlayRef = SystemHealthOverlayWC;
|
|
840
|
+
|
|
739
841
|
export {};
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { Radio as FoundationFoundationRadio } from '@genesislcap/foundation-ui';
|
|
2
2
|
import type { RadioOptions } from '@microsoft/fast-foundation';
|
|
3
|
+
/**
|
|
4
|
+
* @tagname %%prefix%%-segmented-item
|
|
5
|
+
*/
|
|
3
6
|
export declare class SegmentedItem extends FoundationFoundationRadio {
|
|
4
7
|
}
|
|
5
8
|
export declare const rapidSegmentedItemShadowOptions: ShadowRootInit;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"segmented-item.d.ts","sourceRoot":"","sources":["../../../src/segmented-item/segmented-item.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AAChF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAI/D,qBAAa,aAAc,SAAQ,yBAAyB;CAAG;AAG/D,eAAO,MAAM,+BAA+B,EAAE,cAA0B,CAAC;AAEzE,eAAO,MAAM,0BAA0B,IAAK,CAAC;AAE7C;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,wSAM7B,CAAC"}
|
|
1
|
+
{"version":3,"file":"segmented-item.d.ts","sourceRoot":"","sources":["../../../src/segmented-item/segmented-item.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AAChF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAI/D;;GAEG;AACH,qBAAa,aAAc,SAAQ,yBAAyB;CAAG;AAG/D,eAAO,MAAM,+BAA+B,EAAE,cAA0B,CAAC;AAEzE,eAAO,MAAM,0BAA0B,IAAK,CAAC;AAE7C;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,wSAM7B,CAAC"}
|
package/dist/dts/tabs/tabs.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { Tabs as FoundationTabs } from '@genesislcap/foundation-ui';
|
|
2
2
|
import { SwatchRGB } from '@microsoft/fast-components';
|
|
3
3
|
export declare const swatchFromColor: (hexColor: any) => SwatchRGB;
|
|
4
|
+
/**
|
|
5
|
+
* @tagname %%prefix%%-tabs
|
|
6
|
+
*/
|
|
4
7
|
export declare class Tabs extends FoundationTabs {
|
|
5
8
|
}
|
|
6
9
|
export declare const rapidTabs: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof Tabs>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/tabs/tabs.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,IAAI,cAAc,EAGvB,MAAM,4BAA4B,CAAC;AAEpC,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAIvD,eAAO,MAAM,eAAe,GAAI,aAAQ,cAMvC,CAAC;AAGF,qBAAa,IAAK,SAAQ,cAAc;CAAG;AAE3C,eAAO,MAAM,SAAS,oTAMpB,CAAC"}
|
|
1
|
+
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/tabs/tabs.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,IAAI,cAAc,EAGvB,MAAM,4BAA4B,CAAC;AAEpC,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAIvD,eAAO,MAAM,eAAe,GAAI,aAAQ,cAMvC,CAAC;AAGF;;GAEG;AACH,qBAAa,IAAK,SAAQ,cAAc;CAAG;AAE3C,eAAO,MAAM,SAAS,oTAMpB,CAAC"}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Tooltip as foundationTooltip } from '@genesislcap/foundation-ui';
|
|
2
|
+
/**
|
|
3
|
+
* @tagname %%prefix%%-tooltip
|
|
4
|
+
*/
|
|
2
5
|
export declare class Tooltip extends foundationTooltip {
|
|
3
6
|
}
|
|
4
7
|
export declare const rapidTooltip: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof Tooltip>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/tooltip/tooltip.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,IAAI,iBAAiB,EAG7B,MAAM,4BAA4B,CAAC;AAIpC,qBAAa,OAAQ,SAAQ,iBAAiB;CAAG;AAEjD,eAAO,MAAM,YAAY,uTAMvB,CAAC"}
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/tooltip/tooltip.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,IAAI,iBAAiB,EAG7B,MAAM,4BAA4B,CAAC;AAIpC;;GAEG;AACH,qBAAa,OAAQ,SAAQ,iBAAiB;CAAG;AAEjD,eAAO,MAAM,YAAY,uTAMvB,CAAC"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { BreadcrumbItem as FoundationBreadcrumbItem, defaultBreadcrumbItemConfig, foundationBreadcrumbItemShadowOptions, } from '@genesislcap/foundation-ui';
|
|
2
2
|
import { rapidBreadcrumbItemStyles as styles } from './breadcrumb-item.styles';
|
|
3
3
|
import { rapidBreadcrumbItemTemplate as template } from './breadcrumb-item.template';
|
|
4
|
+
/**
|
|
5
|
+
* @tagname %%prefix%%-breadcrumb-item
|
|
6
|
+
*/
|
|
4
7
|
export class BreadcrumbItem extends FoundationBreadcrumbItem {
|
|
5
8
|
}
|
|
6
9
|
/**
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { Checkbox as FoundationCheckbox, defaultCheckboxConfig, foundationCheckboxShadowOptions, } from '@genesislcap/foundation-ui';
|
|
2
2
|
import { rapidCheckboxStyles as styles } from './checkbox.styles';
|
|
3
3
|
import { rapidCheckboxTemplate as template } from './checkbox.template';
|
|
4
|
+
/**
|
|
5
|
+
* @tagname %%prefix%%-checkbox
|
|
6
|
+
*/
|
|
4
7
|
export class Checkbox extends FoundationCheckbox {
|
|
5
8
|
}
|
|
6
9
|
export const rapidCheckbox = Checkbox.compose(Object.assign({ baseName: 'checkbox', template,
|
|
@@ -3,6 +3,9 @@ import { DesignSystemProvider as FASTDesignSystemProvider } from '@microsoft/fas
|
|
|
3
3
|
import { html } from '@microsoft/fast-element';
|
|
4
4
|
import * as tokens from '../_config/tokens';
|
|
5
5
|
import * as values from '../_config/values';
|
|
6
|
+
/**
|
|
7
|
+
* @tagname %%prefix%%-design-system-provider
|
|
8
|
+
*/
|
|
6
9
|
export class DesignSystemProvider extends FASTDesignSystemProvider {
|
|
7
10
|
constructor() {
|
|
8
11
|
super();
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { defaultFlipperConfig, Flipper as FoundationFlipper, foundationFlipperShadowOptions, } from '@genesislcap/foundation-ui';
|
|
2
2
|
import { rapidFlipperStyles as styles } from './flipper.styles';
|
|
3
3
|
import { rapidFlipperTemplate as template } from './flipper.template';
|
|
4
|
+
/**
|
|
5
|
+
* @tagname %%prefix%%-flipper
|
|
6
|
+
*/
|
|
4
7
|
export class Flipper extends FoundationFlipper {
|
|
5
8
|
}
|
|
6
9
|
export const rapidFlipper = Flipper.compose(Object.assign({ baseName: 'flipper', template,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { MenuItem as FoundationMenuItem, defaultMenuItemConfig, foundationMenuItemShadowOptions, } from '@genesislcap/foundation-ui';
|
|
2
2
|
import { rapidMenuItemStyles as styles } from './menu-item.styles';
|
|
3
3
|
import { rapidMenuItemTemplate as template } from './menu-item.template';
|
|
4
|
+
export const rapidMenuItemShadowOptions = foundationMenuItemShadowOptions;
|
|
4
5
|
/**
|
|
5
|
-
* @tagname %%prefix%%-menu
|
|
6
|
+
* @tagname %%prefix%%-menu-item
|
|
6
7
|
*/
|
|
7
|
-
export const rapidMenuItemShadowOptions = foundationMenuItemShadowOptions;
|
|
8
8
|
export class MenuItem extends FoundationMenuItem {
|
|
9
9
|
}
|
|
10
10
|
export const rapidMenuItem = MenuItem.compose(Object.assign({ baseName: 'menu-item', template,
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { foundationProgressRingShadowOptions, ProgressRing as FoundationProgressRing, defaultProgressRingConfig, } from '@genesislcap/foundation-ui';
|
|
2
2
|
import { rapidProgressRingStyles as styles } from './progress-ring.styles';
|
|
3
3
|
import { rapidProgressRingTemplate as template } from './progress-ring.template';
|
|
4
|
+
/**
|
|
5
|
+
* @tagname %%prefix%%-progress-ring
|
|
6
|
+
*/
|
|
4
7
|
export class ProgressRing extends FoundationProgressRing {
|
|
5
8
|
}
|
|
6
9
|
export const defaultrapidProgressRingConfig = {};
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { Radio as FoundationFoundationRadio } from '@genesislcap/foundation-ui';
|
|
2
2
|
import { rapidSegmentedItemStyles as styles } from './segmented-item.styles';
|
|
3
3
|
import { rapidSegmentedItemTemplate as template } from './segmented-item.template';
|
|
4
|
+
/**
|
|
5
|
+
* @tagname %%prefix%%-segmented-item
|
|
6
|
+
*/
|
|
4
7
|
export class SegmentedItem extends FoundationFoundationRadio {
|
|
5
8
|
}
|
|
6
9
|
// explicitly declaring for extensibility
|
package/dist/esm/tabs/tabs.js
CHANGED
|
@@ -11,6 +11,9 @@ export const swatchFromColor = (hexColor) => {
|
|
|
11
11
|
return null;
|
|
12
12
|
};
|
|
13
13
|
// neutralFillRest.withDefault(swatchFromColor('#1f282d'));
|
|
14
|
+
/**
|
|
15
|
+
* @tagname %%prefix%%-tabs
|
|
16
|
+
*/
|
|
14
17
|
export class Tabs extends FoundationTabs {
|
|
15
18
|
}
|
|
16
19
|
export const rapidTabs = Tabs.compose(Object.assign({ baseName: 'tabs', template,
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { Tooltip as foundationTooltip, foundationTooltipShadowOptions, defaultTooltipConfig, } from '@genesislcap/foundation-ui';
|
|
2
2
|
import { rapidTooltipStyles as styles } from './tooltip.styles';
|
|
3
3
|
import { rapidTooltipTemplate as template } from './tooltip.template';
|
|
4
|
+
/**
|
|
5
|
+
* @tagname %%prefix%%-tooltip
|
|
6
|
+
*/
|
|
4
7
|
export class Tooltip extends foundationTooltip {
|
|
5
8
|
}
|
|
6
9
|
export const rapidTooltip = Tooltip.compose(Object.assign({ baseName: 'tooltip', template,
|
package/dist/react.cjs
CHANGED
|
@@ -16,14 +16,17 @@ const { AnchoredRegion: AnchoredRegionWC } = require('./esm/anchored-region/anch
|
|
|
16
16
|
const { Avatar: AvatarWC } = require('./esm/avatar/avatar.js');
|
|
17
17
|
const { Badge: BadgeWC } = require('./esm/badge/badge.js');
|
|
18
18
|
const { Banner: BannerWC } = require('./esm/banner/banner.js');
|
|
19
|
+
const { BreadcrumbItem: BreadcrumbItemWC } = require('./esm/breadcrumb-item/breadcrumb-item.js');
|
|
19
20
|
const { Breadcrumb: BreadcrumbWC } = require('./esm/breadcrumb/breadcrumb.js');
|
|
20
21
|
const { Button: ButtonWC } = require('./esm/button/button.js');
|
|
21
22
|
const { Calendar: CalendarWC } = require('./esm/calendar/calendar.js');
|
|
22
23
|
const { Card: CardWC } = require('./esm/card/card.js');
|
|
23
24
|
const { CategorizedMultiselect: CategorizedMultiselectWC } = require('./esm/categorized-multiselect/categorized-multiselect.js');
|
|
25
|
+
const { Checkbox: CheckboxWC } = require('./esm/checkbox/checkbox.js');
|
|
24
26
|
const { Combobox: ComboboxWC } = require('./esm/combobox/combobox.js');
|
|
25
27
|
const { ConnectionIndicator: ConnectionIndicatorWC } = require('./esm/connection-indicator/connection-indicator.js');
|
|
26
28
|
const { DatePicker: DatePickerWC } = require('./esm/date-picker/date-picker.js');
|
|
29
|
+
const { DesignSystemProvider: DesignSystemProviderWC } = require('./esm/design-system-provider/design-system-provider.js');
|
|
27
30
|
const { Dialog: DialogWC } = require('./esm/dialog/dialog.js');
|
|
28
31
|
const { Disclosure: DisclosureWC } = require('./esm/disclosure/disclosure.js');
|
|
29
32
|
const { Divider: DividerWC } = require('./esm/divider/divider.js');
|
|
@@ -32,17 +35,21 @@ const { EnvironmentIndicator: EnvironmentIndicatorWC } = require('./esm/environm
|
|
|
32
35
|
const { FileUpload: FileUploadWC } = require('./esm/file-upload/file-upload.js');
|
|
33
36
|
const { FilterBar: FilterBarWC } = require('./esm/filter-bar/filter-bar.js');
|
|
34
37
|
const { Filter: FilterWC } = require('./esm/filter/filter.js');
|
|
38
|
+
const { Flipper: FlipperWC } = require('./esm/flipper/flipper.js');
|
|
35
39
|
const { Flyout: FlyoutWC } = require('./esm/flyout/flyout.js');
|
|
36
40
|
const { HorizontalScroll: HorizontalScrollWC } = require('./esm/horizontal-scroll/horizontal-scroll.js');
|
|
37
41
|
const { Icon: IconWC } = require('./esm/icon/icon.js');
|
|
38
42
|
const { ListboxOption: ListboxOptionWC } = require('./esm/listbox-option/listbox-option.js');
|
|
39
43
|
const { Listbox: ListboxWC } = require('./esm/listbox/listbox.js');
|
|
44
|
+
const { MenuItem: MenuItemWC } = require('./esm/menu-item/menu-item.js');
|
|
40
45
|
const { Menu: MenuWC } = require('./esm/menu/menu.js');
|
|
41
46
|
const { Modal: ModalWC } = require('./esm/modal/modal.js');
|
|
42
47
|
const { Multiselect: MultiselectWC } = require('./esm/multiselect/multiselect.js');
|
|
43
48
|
const { NotificationListener: NotificationListenerWC } = require('./esm/notification-listener/notification-listener.js');
|
|
44
49
|
const { NumberField: NumberFieldWC } = require('./esm/number-field/number-field.js');
|
|
45
50
|
const { Optgroup: OptgroupWC } = require('./esm/optgroup/optgroup.js');
|
|
51
|
+
const { SystemHealthOverlay: SystemHealthOverlayWC } = require('./esm/overlays/system-health/system-health-overlay.js');
|
|
52
|
+
const { ProgressRing: ProgressRingWC } = require('./esm/progress-ring/progress-ring.js');
|
|
46
53
|
const { Progress: ProgressWC } = require('./esm/progress/progress.js');
|
|
47
54
|
const { RadioGroup: RadioGroupWC } = require('./esm/radio-group/radio-group.js');
|
|
48
55
|
const { Radio: RadioWC } = require('./esm/radio/radio.js');
|
|
@@ -53,6 +60,7 @@ const { SearchBarCombobox: SearchBarComboboxWC } = require('./esm/search-bar/sea
|
|
|
53
60
|
const { SearchBar: SearchBarWC } = require('./esm/search-bar/search-bar.js');
|
|
54
61
|
const { SectionNavigator: SectionNavigatorWC } = require('./esm/section-navigator/section-navigator.js');
|
|
55
62
|
const { SegmentedControl: SegmentedControlWC } = require('./esm/segmented-control/segmented-control.js');
|
|
63
|
+
const { SegmentedItem: SegmentedItemWC } = require('./esm/segmented-item/segmented-item.js');
|
|
56
64
|
const { Select: SelectWC } = require('./esm/select/select.js');
|
|
57
65
|
const { Skeleton: SkeletonWC } = require('./esm/skeleton/skeleton.js');
|
|
58
66
|
const { SliderLabel: SliderLabelWC } = require('./esm/slider-label/slider-label.js');
|
|
@@ -66,10 +74,12 @@ const { Stepper: StepperWC } = require('./esm/stepper/stepper.js');
|
|
|
66
74
|
const { Switch: SwitchWC } = require('./esm/switch/switch.js');
|
|
67
75
|
const { TabPanel: TabPanelWC } = require('./esm/tab-panel/tab-panel.js');
|
|
68
76
|
const { Tab: TabWC } = require('./esm/tab/tab.js');
|
|
77
|
+
const { Tabs: TabsWC } = require('./esm/tabs/tabs.js');
|
|
69
78
|
const { TextArea: TextAreaWC } = require('./esm/text-area/text-area.js');
|
|
70
79
|
const { TextField: TextFieldWC } = require('./esm/text-field/text-field.js');
|
|
71
80
|
const { Toast: ToastWC } = require('./esm/toast/toast.js');
|
|
72
81
|
const { Toolbar: ToolbarWC } = require('./esm/toolbar/toolbar.js');
|
|
82
|
+
const { Tooltip: TooltipWC } = require('./esm/tooltip/tooltip.js');
|
|
73
83
|
const { TreeItem: TreeItemWC } = require('./esm/tree-item/tree-item.js');
|
|
74
84
|
const { TreeView: TreeViewWC } = require('./esm/tree-view/tree-view.js');
|
|
75
85
|
const { UrlInput: UrlInputWC } = require('./esm/url-input/url-input.js');
|
|
@@ -172,6 +182,11 @@ const Breadcrumb = React.forwardRef(function Breadcrumb(props, ref) {
|
|
|
172
182
|
return React.createElement(customElements.getName(BreadcrumbWC) ?? '%%prefix%%-breadcrumb', { ...rest, ref }, children);
|
|
173
183
|
});
|
|
174
184
|
|
|
185
|
+
const BreadcrumbItem = React.forwardRef(function BreadcrumbItem(props, ref) {
|
|
186
|
+
const { children, ...rest } = props;
|
|
187
|
+
return React.createElement(customElements.getName(BreadcrumbItemWC) ?? '%%prefix%%-breadcrumb-item', { ...rest, ref }, children);
|
|
188
|
+
});
|
|
189
|
+
|
|
175
190
|
const Button = React.forwardRef(function Button(props, ref) {
|
|
176
191
|
const { children, ...rest } = props;
|
|
177
192
|
return React.createElement(customElements.getName(ButtonWC) ?? '%%prefix%%-button', { ...rest, ref }, children);
|
|
@@ -204,6 +219,11 @@ const CategorizedMultiselect = React.forwardRef(function CategorizedMultiselect(
|
|
|
204
219
|
return React.createElement(customElements.getName(CategorizedMultiselectWC) ?? '%%prefix%%-categorized-multiselect', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
205
220
|
});
|
|
206
221
|
|
|
222
|
+
const Checkbox = React.forwardRef(function Checkbox(props, ref) {
|
|
223
|
+
const { children, ...rest } = props;
|
|
224
|
+
return React.createElement(customElements.getName(CheckboxWC) ?? '%%prefix%%-checkbox', { ...rest, ref }, children);
|
|
225
|
+
});
|
|
226
|
+
|
|
207
227
|
const Combobox = React.forwardRef(function Combobox(props, ref) {
|
|
208
228
|
const { children, ...rest } = props;
|
|
209
229
|
return React.createElement(customElements.getName(ComboboxWC) ?? '%%prefix%%-combobox', { ...rest, ref }, children);
|
|
@@ -231,6 +251,11 @@ const DatePicker = React.forwardRef(function DatePicker(props, ref) {
|
|
|
231
251
|
return React.createElement(customElements.getName(DatePickerWC) ?? '%%prefix%%-date-picker', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
232
252
|
});
|
|
233
253
|
|
|
254
|
+
const DesignSystemProvider = React.forwardRef(function DesignSystemProvider(props, ref) {
|
|
255
|
+
const { children, ...rest } = props;
|
|
256
|
+
return React.createElement(customElements.getName(DesignSystemProviderWC) ?? '%%prefix%%-design-system-provider', { ...rest, ref }, children);
|
|
257
|
+
});
|
|
258
|
+
|
|
234
259
|
const Dialog = React.forwardRef(function Dialog(props, ref) {
|
|
235
260
|
const { onClose, children, ...rest } = props;
|
|
236
261
|
const _innerRef = React.useRef(null);
|
|
@@ -327,6 +352,11 @@ const FilterBar = React.forwardRef(function FilterBar(props, ref) {
|
|
|
327
352
|
return React.createElement(customElements.getName(FilterBarWC) ?? '%%prefix%%-filter-bar', { ...rest, ref }, children);
|
|
328
353
|
});
|
|
329
354
|
|
|
355
|
+
const Flipper = React.forwardRef(function Flipper(props, ref) {
|
|
356
|
+
const { children, ...rest } = props;
|
|
357
|
+
return React.createElement(customElements.getName(FlipperWC) ?? '%%prefix%%-flipper', { ...rest, ref }, children);
|
|
358
|
+
});
|
|
359
|
+
|
|
330
360
|
const Flyout = React.forwardRef(function Flyout(props, ref) {
|
|
331
361
|
const { onClosed, children, ...rest } = props;
|
|
332
362
|
const _innerRef = React.useRef(null);
|
|
@@ -386,6 +416,28 @@ const Menu = React.forwardRef(function Menu(props, ref) {
|
|
|
386
416
|
return React.createElement(customElements.getName(MenuWC) ?? '%%prefix%%-menu', { ...rest, ref }, children);
|
|
387
417
|
});
|
|
388
418
|
|
|
419
|
+
const MenuItem = React.forwardRef(function MenuItem(props, ref) {
|
|
420
|
+
const { onOnMenuClick, onExpandedChange, children, ...rest } = props;
|
|
421
|
+
const _innerRef = React.useRef(null);
|
|
422
|
+
const _onOnMenuClickRef = React.useRef(onOnMenuClick);
|
|
423
|
+
_onOnMenuClickRef.current = onOnMenuClick;
|
|
424
|
+
const _onExpandedChangeRef = React.useRef(onExpandedChange);
|
|
425
|
+
_onExpandedChangeRef.current = onExpandedChange;
|
|
426
|
+
React.useLayoutEffect(() => {
|
|
427
|
+
const el = _innerRef.current;
|
|
428
|
+
if (!el) return;
|
|
429
|
+
const _onOnMenuClickFn = (e) => _onOnMenuClickRef.current?.(e);
|
|
430
|
+
el.addEventListener('onMenuClick', _onOnMenuClickFn);
|
|
431
|
+
const _onExpandedChangeFn = (e) => _onExpandedChangeRef.current?.(e);
|
|
432
|
+
el.addEventListener('expanded-change', _onExpandedChangeFn);
|
|
433
|
+
return () => {
|
|
434
|
+
el.removeEventListener('onMenuClick', _onOnMenuClickFn);
|
|
435
|
+
el.removeEventListener('expanded-change', _onExpandedChangeFn);
|
|
436
|
+
};
|
|
437
|
+
}, []);
|
|
438
|
+
return React.createElement(customElements.getName(MenuItemWC) ?? '%%prefix%%-menu-item', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
439
|
+
});
|
|
440
|
+
|
|
389
441
|
const Modal = React.forwardRef(function Modal(props, ref) {
|
|
390
442
|
const { children, ...rest } = props;
|
|
391
443
|
return React.createElement(customElements.getName(ModalWC) ?? '%%prefix%%-modal', { ...rest, ref }, children);
|
|
@@ -433,6 +485,11 @@ const Progress = React.forwardRef(function Progress(props, ref) {
|
|
|
433
485
|
return React.createElement(customElements.getName(ProgressWC) ?? '%%prefix%%-progress', { ...rest, ref }, children);
|
|
434
486
|
});
|
|
435
487
|
|
|
488
|
+
const ProgressRing = React.forwardRef(function ProgressRing(props, ref) {
|
|
489
|
+
const { children, ...rest } = props;
|
|
490
|
+
return React.createElement(customElements.getName(ProgressRingWC) ?? '%%prefix%%-progress-ring', { ...rest, ref }, children);
|
|
491
|
+
});
|
|
492
|
+
|
|
436
493
|
const Radio = React.forwardRef(function Radio(props, ref) {
|
|
437
494
|
const { children, ...rest } = props;
|
|
438
495
|
return React.createElement(customElements.getName(RadioWC) ?? '%%prefix%%-radio', { ...rest, ref }, children);
|
|
@@ -529,6 +586,11 @@ const SegmentedControl = React.forwardRef(function SegmentedControl(props, ref)
|
|
|
529
586
|
return React.createElement(customElements.getName(SegmentedControlWC) ?? '%%prefix%%-segmented-control', { ...rest, ref }, children);
|
|
530
587
|
});
|
|
531
588
|
|
|
589
|
+
const SegmentedItem = React.forwardRef(function SegmentedItem(props, ref) {
|
|
590
|
+
const { children, ...rest } = props;
|
|
591
|
+
return React.createElement(customElements.getName(SegmentedItemWC) ?? '%%prefix%%-segmented-item', { ...rest, ref }, children);
|
|
592
|
+
});
|
|
593
|
+
|
|
532
594
|
const Select = React.forwardRef(function Select(props, ref) {
|
|
533
595
|
const { children, ...rest } = props;
|
|
534
596
|
return React.createElement(customElements.getName(SelectWC) ?? '%%prefix%%-select', { ...rest, ref }, children);
|
|
@@ -645,6 +707,11 @@ const TabPanel = React.forwardRef(function TabPanel(props, ref) {
|
|
|
645
707
|
return React.createElement(customElements.getName(TabPanelWC) ?? '%%prefix%%-tab-panel', { ...rest, ref }, children);
|
|
646
708
|
});
|
|
647
709
|
|
|
710
|
+
const Tabs = React.forwardRef(function Tabs(props, ref) {
|
|
711
|
+
const { children, ...rest } = props;
|
|
712
|
+
return React.createElement(customElements.getName(TabsWC) ?? '%%prefix%%-tabs', { ...rest, ref }, children);
|
|
713
|
+
});
|
|
714
|
+
|
|
648
715
|
const TextArea = React.forwardRef(function TextArea(props, ref) {
|
|
649
716
|
const { children, ...rest } = props;
|
|
650
717
|
return React.createElement(customElements.getName(TextAreaWC) ?? '%%prefix%%-text-area', { ...rest, ref }, children);
|
|
@@ -665,6 +732,11 @@ const Toolbar = React.forwardRef(function Toolbar(props, ref) {
|
|
|
665
732
|
return React.createElement(customElements.getName(ToolbarWC) ?? '%%prefix%%-toolbar', { ...rest, ref }, children);
|
|
666
733
|
});
|
|
667
734
|
|
|
735
|
+
const Tooltip = React.forwardRef(function Tooltip(props, ref) {
|
|
736
|
+
const { children, ...rest } = props;
|
|
737
|
+
return React.createElement(customElements.getName(TooltipWC) ?? '%%prefix%%-tooltip', { ...rest, ref }, children);
|
|
738
|
+
});
|
|
739
|
+
|
|
668
740
|
const TreeItem = React.forwardRef(function TreeItem(props, ref) {
|
|
669
741
|
const { onExpandedChange, onSelectedChange, children, ...rest } = props;
|
|
670
742
|
const _innerRef = React.useRef(null);
|
|
@@ -697,6 +769,11 @@ const UrlInput = React.forwardRef(function UrlInput(props, ref) {
|
|
|
697
769
|
return React.createElement(customElements.getName(UrlInputWC) ?? '%%prefix%%-url-input', { ...rest, ref }, children);
|
|
698
770
|
});
|
|
699
771
|
|
|
772
|
+
const SystemHealthOverlay = React.forwardRef(function SystemHealthOverlay(props, ref) {
|
|
773
|
+
const { children, ...rest } = props;
|
|
774
|
+
return React.createElement(customElements.getName(SystemHealthOverlayWC) ?? '%%prefix%%-system-health-overlay', { ...rest, ref }, children);
|
|
775
|
+
});
|
|
776
|
+
|
|
700
777
|
module.exports = {
|
|
701
778
|
Accordion,
|
|
702
779
|
AccordionItem,
|
|
@@ -709,13 +786,16 @@ module.exports = {
|
|
|
709
786
|
Badge,
|
|
710
787
|
Banner,
|
|
711
788
|
Breadcrumb,
|
|
789
|
+
BreadcrumbItem,
|
|
712
790
|
Button,
|
|
713
791
|
Calendar,
|
|
714
792
|
Card,
|
|
715
793
|
CategorizedMultiselect,
|
|
794
|
+
Checkbox,
|
|
716
795
|
Combobox,
|
|
717
796
|
ConnectionIndicator,
|
|
718
797
|
DatePicker,
|
|
798
|
+
DesignSystemProvider,
|
|
719
799
|
Dialog,
|
|
720
800
|
Disclosure,
|
|
721
801
|
Divider,
|
|
@@ -724,18 +804,21 @@ module.exports = {
|
|
|
724
804
|
FileUpload,
|
|
725
805
|
Filter,
|
|
726
806
|
FilterBar,
|
|
807
|
+
Flipper,
|
|
727
808
|
Flyout,
|
|
728
809
|
HorizontalScroll,
|
|
729
810
|
Icon,
|
|
730
811
|
Listbox,
|
|
731
812
|
ListboxOption,
|
|
732
813
|
Menu,
|
|
814
|
+
MenuItem,
|
|
733
815
|
Modal,
|
|
734
816
|
Multiselect,
|
|
735
817
|
NotificationListener,
|
|
736
818
|
NumberField,
|
|
737
819
|
Optgroup,
|
|
738
820
|
Progress,
|
|
821
|
+
ProgressRing,
|
|
739
822
|
Radio,
|
|
740
823
|
RadioGroup,
|
|
741
824
|
Scheduler,
|
|
@@ -745,6 +828,7 @@ module.exports = {
|
|
|
745
828
|
SearchBar,
|
|
746
829
|
SectionNavigator,
|
|
747
830
|
SegmentedControl,
|
|
831
|
+
SegmentedItem,
|
|
748
832
|
Select,
|
|
749
833
|
Skeleton,
|
|
750
834
|
Slider,
|
|
@@ -758,11 +842,14 @@ module.exports = {
|
|
|
758
842
|
Switch,
|
|
759
843
|
Tab,
|
|
760
844
|
TabPanel,
|
|
845
|
+
Tabs,
|
|
761
846
|
TextArea,
|
|
762
847
|
TextField,
|
|
763
848
|
Toast,
|
|
764
849
|
Toolbar,
|
|
850
|
+
Tooltip,
|
|
765
851
|
TreeItem,
|
|
766
852
|
TreeView,
|
|
767
853
|
UrlInput,
|
|
854
|
+
SystemHealthOverlay,
|
|
768
855
|
};
|
package/dist/react.mjs
CHANGED
|
@@ -14,14 +14,17 @@ import { AnchoredRegion as AnchoredRegionWC } from './esm/anchored-region/anchor
|
|
|
14
14
|
import { Avatar as AvatarWC } from './esm/avatar/avatar.js';
|
|
15
15
|
import { Badge as BadgeWC } from './esm/badge/badge.js';
|
|
16
16
|
import { Banner as BannerWC } from './esm/banner/banner.js';
|
|
17
|
+
import { BreadcrumbItem as BreadcrumbItemWC } from './esm/breadcrumb-item/breadcrumb-item.js';
|
|
17
18
|
import { Breadcrumb as BreadcrumbWC } from './esm/breadcrumb/breadcrumb.js';
|
|
18
19
|
import { Button as ButtonWC } from './esm/button/button.js';
|
|
19
20
|
import { Calendar as CalendarWC } from './esm/calendar/calendar.js';
|
|
20
21
|
import { Card as CardWC } from './esm/card/card.js';
|
|
21
22
|
import { CategorizedMultiselect as CategorizedMultiselectWC } from './esm/categorized-multiselect/categorized-multiselect.js';
|
|
23
|
+
import { Checkbox as CheckboxWC } from './esm/checkbox/checkbox.js';
|
|
22
24
|
import { Combobox as ComboboxWC } from './esm/combobox/combobox.js';
|
|
23
25
|
import { ConnectionIndicator as ConnectionIndicatorWC } from './esm/connection-indicator/connection-indicator.js';
|
|
24
26
|
import { DatePicker as DatePickerWC } from './esm/date-picker/date-picker.js';
|
|
27
|
+
import { DesignSystemProvider as DesignSystemProviderWC } from './esm/design-system-provider/design-system-provider.js';
|
|
25
28
|
import { Dialog as DialogWC } from './esm/dialog/dialog.js';
|
|
26
29
|
import { Disclosure as DisclosureWC } from './esm/disclosure/disclosure.js';
|
|
27
30
|
import { Divider as DividerWC } from './esm/divider/divider.js';
|
|
@@ -30,17 +33,21 @@ import { EnvironmentIndicator as EnvironmentIndicatorWC } from './esm/environmen
|
|
|
30
33
|
import { FileUpload as FileUploadWC } from './esm/file-upload/file-upload.js';
|
|
31
34
|
import { FilterBar as FilterBarWC } from './esm/filter-bar/filter-bar.js';
|
|
32
35
|
import { Filter as FilterWC } from './esm/filter/filter.js';
|
|
36
|
+
import { Flipper as FlipperWC } from './esm/flipper/flipper.js';
|
|
33
37
|
import { Flyout as FlyoutWC } from './esm/flyout/flyout.js';
|
|
34
38
|
import { HorizontalScroll as HorizontalScrollWC } from './esm/horizontal-scroll/horizontal-scroll.js';
|
|
35
39
|
import { Icon as IconWC } from './esm/icon/icon.js';
|
|
36
40
|
import { ListboxOption as ListboxOptionWC } from './esm/listbox-option/listbox-option.js';
|
|
37
41
|
import { Listbox as ListboxWC } from './esm/listbox/listbox.js';
|
|
42
|
+
import { MenuItem as MenuItemWC } from './esm/menu-item/menu-item.js';
|
|
38
43
|
import { Menu as MenuWC } from './esm/menu/menu.js';
|
|
39
44
|
import { Modal as ModalWC } from './esm/modal/modal.js';
|
|
40
45
|
import { Multiselect as MultiselectWC } from './esm/multiselect/multiselect.js';
|
|
41
46
|
import { NotificationListener as NotificationListenerWC } from './esm/notification-listener/notification-listener.js';
|
|
42
47
|
import { NumberField as NumberFieldWC } from './esm/number-field/number-field.js';
|
|
43
48
|
import { Optgroup as OptgroupWC } from './esm/optgroup/optgroup.js';
|
|
49
|
+
import { SystemHealthOverlay as SystemHealthOverlayWC } from './esm/overlays/system-health/system-health-overlay.js';
|
|
50
|
+
import { ProgressRing as ProgressRingWC } from './esm/progress-ring/progress-ring.js';
|
|
44
51
|
import { Progress as ProgressWC } from './esm/progress/progress.js';
|
|
45
52
|
import { RadioGroup as RadioGroupWC } from './esm/radio-group/radio-group.js';
|
|
46
53
|
import { Radio as RadioWC } from './esm/radio/radio.js';
|
|
@@ -51,6 +58,7 @@ import { SearchBarCombobox as SearchBarComboboxWC } from './esm/search-bar/searc
|
|
|
51
58
|
import { SearchBar as SearchBarWC } from './esm/search-bar/search-bar.js';
|
|
52
59
|
import { SectionNavigator as SectionNavigatorWC } from './esm/section-navigator/section-navigator.js';
|
|
53
60
|
import { SegmentedControl as SegmentedControlWC } from './esm/segmented-control/segmented-control.js';
|
|
61
|
+
import { SegmentedItem as SegmentedItemWC } from './esm/segmented-item/segmented-item.js';
|
|
54
62
|
import { Select as SelectWC } from './esm/select/select.js';
|
|
55
63
|
import { Skeleton as SkeletonWC } from './esm/skeleton/skeleton.js';
|
|
56
64
|
import { SliderLabel as SliderLabelWC } from './esm/slider-label/slider-label.js';
|
|
@@ -64,10 +72,12 @@ import { Stepper as StepperWC } from './esm/stepper/stepper.js';
|
|
|
64
72
|
import { Switch as SwitchWC } from './esm/switch/switch.js';
|
|
65
73
|
import { TabPanel as TabPanelWC } from './esm/tab-panel/tab-panel.js';
|
|
66
74
|
import { Tab as TabWC } from './esm/tab/tab.js';
|
|
75
|
+
import { Tabs as TabsWC } from './esm/tabs/tabs.js';
|
|
67
76
|
import { TextArea as TextAreaWC } from './esm/text-area/text-area.js';
|
|
68
77
|
import { TextField as TextFieldWC } from './esm/text-field/text-field.js';
|
|
69
78
|
import { Toast as ToastWC } from './esm/toast/toast.js';
|
|
70
79
|
import { Toolbar as ToolbarWC } from './esm/toolbar/toolbar.js';
|
|
80
|
+
import { Tooltip as TooltipWC } from './esm/tooltip/tooltip.js';
|
|
71
81
|
import { TreeItem as TreeItemWC } from './esm/tree-item/tree-item.js';
|
|
72
82
|
import { TreeView as TreeViewWC } from './esm/tree-view/tree-view.js';
|
|
73
83
|
import { UrlInput as UrlInputWC } from './esm/url-input/url-input.js';
|
|
@@ -170,6 +180,11 @@ export const Breadcrumb = React.forwardRef(function Breadcrumb(props, ref) {
|
|
|
170
180
|
return React.createElement(customElements.getName(BreadcrumbWC) ?? '%%prefix%%-breadcrumb', { ...rest, ref }, children);
|
|
171
181
|
});
|
|
172
182
|
|
|
183
|
+
export const BreadcrumbItem = React.forwardRef(function BreadcrumbItem(props, ref) {
|
|
184
|
+
const { children, ...rest } = props;
|
|
185
|
+
return React.createElement(customElements.getName(BreadcrumbItemWC) ?? '%%prefix%%-breadcrumb-item', { ...rest, ref }, children);
|
|
186
|
+
});
|
|
187
|
+
|
|
173
188
|
export const Button = React.forwardRef(function Button(props, ref) {
|
|
174
189
|
const { children, ...rest } = props;
|
|
175
190
|
return React.createElement(customElements.getName(ButtonWC) ?? '%%prefix%%-button', { ...rest, ref }, children);
|
|
@@ -202,6 +217,11 @@ export const CategorizedMultiselect = React.forwardRef(function CategorizedMulti
|
|
|
202
217
|
return React.createElement(customElements.getName(CategorizedMultiselectWC) ?? '%%prefix%%-categorized-multiselect', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
203
218
|
});
|
|
204
219
|
|
|
220
|
+
export const Checkbox = React.forwardRef(function Checkbox(props, ref) {
|
|
221
|
+
const { children, ...rest } = props;
|
|
222
|
+
return React.createElement(customElements.getName(CheckboxWC) ?? '%%prefix%%-checkbox', { ...rest, ref }, children);
|
|
223
|
+
});
|
|
224
|
+
|
|
205
225
|
export const Combobox = React.forwardRef(function Combobox(props, ref) {
|
|
206
226
|
const { children, ...rest } = props;
|
|
207
227
|
return React.createElement(customElements.getName(ComboboxWC) ?? '%%prefix%%-combobox', { ...rest, ref }, children);
|
|
@@ -229,6 +249,11 @@ export const DatePicker = React.forwardRef(function DatePicker(props, ref) {
|
|
|
229
249
|
return React.createElement(customElements.getName(DatePickerWC) ?? '%%prefix%%-date-picker', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
230
250
|
});
|
|
231
251
|
|
|
252
|
+
export const DesignSystemProvider = React.forwardRef(function DesignSystemProvider(props, ref) {
|
|
253
|
+
const { children, ...rest } = props;
|
|
254
|
+
return React.createElement(customElements.getName(DesignSystemProviderWC) ?? '%%prefix%%-design-system-provider', { ...rest, ref }, children);
|
|
255
|
+
});
|
|
256
|
+
|
|
232
257
|
export const Dialog = React.forwardRef(function Dialog(props, ref) {
|
|
233
258
|
const { onClose, children, ...rest } = props;
|
|
234
259
|
const _innerRef = React.useRef(null);
|
|
@@ -325,6 +350,11 @@ export const FilterBar = React.forwardRef(function FilterBar(props, ref) {
|
|
|
325
350
|
return React.createElement(customElements.getName(FilterBarWC) ?? '%%prefix%%-filter-bar', { ...rest, ref }, children);
|
|
326
351
|
});
|
|
327
352
|
|
|
353
|
+
export const Flipper = React.forwardRef(function Flipper(props, ref) {
|
|
354
|
+
const { children, ...rest } = props;
|
|
355
|
+
return React.createElement(customElements.getName(FlipperWC) ?? '%%prefix%%-flipper', { ...rest, ref }, children);
|
|
356
|
+
});
|
|
357
|
+
|
|
328
358
|
export const Flyout = React.forwardRef(function Flyout(props, ref) {
|
|
329
359
|
const { onClosed, children, ...rest } = props;
|
|
330
360
|
const _innerRef = React.useRef(null);
|
|
@@ -384,6 +414,28 @@ export const Menu = React.forwardRef(function Menu(props, ref) {
|
|
|
384
414
|
return React.createElement(customElements.getName(MenuWC) ?? '%%prefix%%-menu', { ...rest, ref }, children);
|
|
385
415
|
});
|
|
386
416
|
|
|
417
|
+
export const MenuItem = React.forwardRef(function MenuItem(props, ref) {
|
|
418
|
+
const { onOnMenuClick, onExpandedChange, children, ...rest } = props;
|
|
419
|
+
const _innerRef = React.useRef(null);
|
|
420
|
+
const _onOnMenuClickRef = React.useRef(onOnMenuClick);
|
|
421
|
+
_onOnMenuClickRef.current = onOnMenuClick;
|
|
422
|
+
const _onExpandedChangeRef = React.useRef(onExpandedChange);
|
|
423
|
+
_onExpandedChangeRef.current = onExpandedChange;
|
|
424
|
+
React.useLayoutEffect(() => {
|
|
425
|
+
const el = _innerRef.current;
|
|
426
|
+
if (!el) return;
|
|
427
|
+
const _onOnMenuClickFn = (e) => _onOnMenuClickRef.current?.(e);
|
|
428
|
+
el.addEventListener('onMenuClick', _onOnMenuClickFn);
|
|
429
|
+
const _onExpandedChangeFn = (e) => _onExpandedChangeRef.current?.(e);
|
|
430
|
+
el.addEventListener('expanded-change', _onExpandedChangeFn);
|
|
431
|
+
return () => {
|
|
432
|
+
el.removeEventListener('onMenuClick', _onOnMenuClickFn);
|
|
433
|
+
el.removeEventListener('expanded-change', _onExpandedChangeFn);
|
|
434
|
+
};
|
|
435
|
+
}, []);
|
|
436
|
+
return React.createElement(customElements.getName(MenuItemWC) ?? '%%prefix%%-menu-item', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
437
|
+
});
|
|
438
|
+
|
|
387
439
|
export const Modal = React.forwardRef(function Modal(props, ref) {
|
|
388
440
|
const { children, ...rest } = props;
|
|
389
441
|
return React.createElement(customElements.getName(ModalWC) ?? '%%prefix%%-modal', { ...rest, ref }, children);
|
|
@@ -431,6 +483,11 @@ export const Progress = React.forwardRef(function Progress(props, ref) {
|
|
|
431
483
|
return React.createElement(customElements.getName(ProgressWC) ?? '%%prefix%%-progress', { ...rest, ref }, children);
|
|
432
484
|
});
|
|
433
485
|
|
|
486
|
+
export const ProgressRing = React.forwardRef(function ProgressRing(props, ref) {
|
|
487
|
+
const { children, ...rest } = props;
|
|
488
|
+
return React.createElement(customElements.getName(ProgressRingWC) ?? '%%prefix%%-progress-ring', { ...rest, ref }, children);
|
|
489
|
+
});
|
|
490
|
+
|
|
434
491
|
export const Radio = React.forwardRef(function Radio(props, ref) {
|
|
435
492
|
const { children, ...rest } = props;
|
|
436
493
|
return React.createElement(customElements.getName(RadioWC) ?? '%%prefix%%-radio', { ...rest, ref }, children);
|
|
@@ -527,6 +584,11 @@ export const SegmentedControl = React.forwardRef(function SegmentedControl(props
|
|
|
527
584
|
return React.createElement(customElements.getName(SegmentedControlWC) ?? '%%prefix%%-segmented-control', { ...rest, ref }, children);
|
|
528
585
|
});
|
|
529
586
|
|
|
587
|
+
export const SegmentedItem = React.forwardRef(function SegmentedItem(props, ref) {
|
|
588
|
+
const { children, ...rest } = props;
|
|
589
|
+
return React.createElement(customElements.getName(SegmentedItemWC) ?? '%%prefix%%-segmented-item', { ...rest, ref }, children);
|
|
590
|
+
});
|
|
591
|
+
|
|
530
592
|
export const Select = React.forwardRef(function Select(props, ref) {
|
|
531
593
|
const { children, ...rest } = props;
|
|
532
594
|
return React.createElement(customElements.getName(SelectWC) ?? '%%prefix%%-select', { ...rest, ref }, children);
|
|
@@ -643,6 +705,11 @@ export const TabPanel = React.forwardRef(function TabPanel(props, ref) {
|
|
|
643
705
|
return React.createElement(customElements.getName(TabPanelWC) ?? '%%prefix%%-tab-panel', { ...rest, ref }, children);
|
|
644
706
|
});
|
|
645
707
|
|
|
708
|
+
export const Tabs = React.forwardRef(function Tabs(props, ref) {
|
|
709
|
+
const { children, ...rest } = props;
|
|
710
|
+
return React.createElement(customElements.getName(TabsWC) ?? '%%prefix%%-tabs', { ...rest, ref }, children);
|
|
711
|
+
});
|
|
712
|
+
|
|
646
713
|
export const TextArea = React.forwardRef(function TextArea(props, ref) {
|
|
647
714
|
const { children, ...rest } = props;
|
|
648
715
|
return React.createElement(customElements.getName(TextAreaWC) ?? '%%prefix%%-text-area', { ...rest, ref }, children);
|
|
@@ -663,6 +730,11 @@ export const Toolbar = React.forwardRef(function Toolbar(props, ref) {
|
|
|
663
730
|
return React.createElement(customElements.getName(ToolbarWC) ?? '%%prefix%%-toolbar', { ...rest, ref }, children);
|
|
664
731
|
});
|
|
665
732
|
|
|
733
|
+
export const Tooltip = React.forwardRef(function Tooltip(props, ref) {
|
|
734
|
+
const { children, ...rest } = props;
|
|
735
|
+
return React.createElement(customElements.getName(TooltipWC) ?? '%%prefix%%-tooltip', { ...rest, ref }, children);
|
|
736
|
+
});
|
|
737
|
+
|
|
666
738
|
export const TreeItem = React.forwardRef(function TreeItem(props, ref) {
|
|
667
739
|
const { onExpandedChange, onSelectedChange, children, ...rest } = props;
|
|
668
740
|
const _innerRef = React.useRef(null);
|
|
@@ -694,3 +766,8 @@ export const UrlInput = React.forwardRef(function UrlInput(props, ref) {
|
|
|
694
766
|
const { children, ...rest } = props;
|
|
695
767
|
return React.createElement(customElements.getName(UrlInputWC) ?? '%%prefix%%-url-input', { ...rest, ref }, children);
|
|
696
768
|
});
|
|
769
|
+
|
|
770
|
+
export const SystemHealthOverlay = React.forwardRef(function SystemHealthOverlay(props, ref) {
|
|
771
|
+
const { children, ...rest } = props;
|
|
772
|
+
return React.createElement(customElements.getName(SystemHealthOverlayWC) ?? '%%prefix%%-system-health-overlay', { ...rest, ref }, children);
|
|
773
|
+
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/rapid-design-system",
|
|
3
3
|
"description": "Rapid Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.431.0-FUI-2528-2.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
38
|
-
"@genesislcap/genx": "14.
|
|
39
|
-
"@genesislcap/rollup-builder": "14.
|
|
40
|
-
"@genesislcap/ts-builder": "14.
|
|
41
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
42
|
-
"@genesislcap/vite-builder": "14.
|
|
43
|
-
"@genesislcap/webpack-builder": "14.
|
|
38
|
+
"@genesislcap/genx": "14.431.0-FUI-2528-2.1",
|
|
39
|
+
"@genesislcap/rollup-builder": "14.431.0-FUI-2528-2.1",
|
|
40
|
+
"@genesislcap/ts-builder": "14.431.0-FUI-2528-2.1",
|
|
41
|
+
"@genesislcap/uvu-playwright-builder": "14.431.0-FUI-2528-2.1",
|
|
42
|
+
"@genesislcap/vite-builder": "14.431.0-FUI-2528-2.1",
|
|
43
|
+
"@genesislcap/webpack-builder": "14.431.0-FUI-2528-2.1"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@genesislcap/foundation-logger": "14.
|
|
47
|
-
"@genesislcap/foundation-ui": "14.
|
|
48
|
-
"@genesislcap/foundation-utils": "14.
|
|
46
|
+
"@genesislcap/foundation-logger": "14.431.0-FUI-2528-2.1",
|
|
47
|
+
"@genesislcap/foundation-ui": "14.431.0-FUI-2528-2.1",
|
|
48
|
+
"@genesislcap/foundation-utils": "14.431.0-FUI-2528-2.1",
|
|
49
49
|
"@microsoft/fast-colors": "5.3.1",
|
|
50
50
|
"@microsoft/fast-components": "2.30.6",
|
|
51
51
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"require": "./dist/react.cjs"
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "0b1fdcb3f9dc780a162d6ad8c2e9e4963a1cb900"
|
|
77
77
|
}
|