@genesislcap/foundation-zero 14.167.3-alpha-69ba23f.0 → 14.168.0
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 +595 -1
- package/dist/dts/base-components.d.ts +1 -0
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/overlays/index.d.ts +2 -0
- package/dist/dts/overlays/index.d.ts.map +1 -0
- package/dist/dts/overlays/system-health/index.d.ts +2 -0
- package/dist/dts/overlays/system-health/index.d.ts.map +1 -0
- package/dist/dts/overlays/system-health/system-health-overlay.d.ts +16 -0
- package/dist/dts/overlays/system-health/system-health-overlay.d.ts.map +1 -0
- package/dist/esm/base-components.js +2 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/overlays/index.js +1 -0
- package/dist/esm/overlays/system-health/index.js +1 -0
- package/dist/esm/overlays/system-health/system-health-overlay.js +15 -0
- package/package.json +12 -12
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumbItem,\n zeroBreadcrumb,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDatePicker,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroErrorBoundary,\n zeroNotificationListener,\n zeroErrorBanner,\n zeroErrorDialog,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNumberField,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
15
|
+
"default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumbItem,\n zeroBreadcrumb,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDatePicker,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroErrorBoundary,\n zeroNotificationListener,\n zeroErrorBanner,\n zeroErrorDialog,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNumberField,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroSystemHealthOverlay,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
16
16
|
}
|
|
17
17
|
],
|
|
18
18
|
"exports": [
|
|
@@ -426,6 +426,14 @@
|
|
|
426
426
|
"package": "./number-field"
|
|
427
427
|
}
|
|
428
428
|
},
|
|
429
|
+
{
|
|
430
|
+
"kind": "js",
|
|
431
|
+
"name": "*",
|
|
432
|
+
"declaration": {
|
|
433
|
+
"name": "*",
|
|
434
|
+
"package": "./overlays"
|
|
435
|
+
}
|
|
436
|
+
},
|
|
429
437
|
{
|
|
430
438
|
"kind": "js",
|
|
431
439
|
"name": "*",
|
|
@@ -13526,6 +13534,18 @@
|
|
|
13526
13534
|
"module": "src/error-boundary/error-boundary.ts"
|
|
13527
13535
|
}
|
|
13528
13536
|
},
|
|
13537
|
+
{
|
|
13538
|
+
"kind": "field",
|
|
13539
|
+
"name": "dataSub",
|
|
13540
|
+
"type": {
|
|
13541
|
+
"text": "Subscription"
|
|
13542
|
+
},
|
|
13543
|
+
"privacy": "protected",
|
|
13544
|
+
"inheritedFrom": {
|
|
13545
|
+
"name": "ErrorBoundary",
|
|
13546
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13547
|
+
}
|
|
13548
|
+
},
|
|
13529
13549
|
{
|
|
13530
13550
|
"kind": "field",
|
|
13531
13551
|
"name": "datasource",
|
|
@@ -22750,6 +22770,18 @@
|
|
|
22750
22770
|
"module": "src/notification-listener/notification-listener.ts"
|
|
22751
22771
|
}
|
|
22752
22772
|
},
|
|
22773
|
+
{
|
|
22774
|
+
"kind": "field",
|
|
22775
|
+
"name": "dataSub",
|
|
22776
|
+
"type": {
|
|
22777
|
+
"text": "Subscription"
|
|
22778
|
+
},
|
|
22779
|
+
"privacy": "protected",
|
|
22780
|
+
"inheritedFrom": {
|
|
22781
|
+
"name": "NotificationListener",
|
|
22782
|
+
"module": "src/notification-listener/notification-listener.ts"
|
|
22783
|
+
}
|
|
22784
|
+
},
|
|
22753
22785
|
{
|
|
22754
22786
|
"kind": "field",
|
|
22755
22787
|
"name": "datasource",
|
|
@@ -23789,6 +23821,21 @@
|
|
|
23789
23821
|
}
|
|
23790
23822
|
]
|
|
23791
23823
|
},
|
|
23824
|
+
{
|
|
23825
|
+
"kind": "javascript-module",
|
|
23826
|
+
"path": "src/overlays/index.ts",
|
|
23827
|
+
"declarations": [],
|
|
23828
|
+
"exports": [
|
|
23829
|
+
{
|
|
23830
|
+
"kind": "js",
|
|
23831
|
+
"name": "*",
|
|
23832
|
+
"declaration": {
|
|
23833
|
+
"name": "*",
|
|
23834
|
+
"package": "./system-health"
|
|
23835
|
+
}
|
|
23836
|
+
}
|
|
23837
|
+
]
|
|
23838
|
+
},
|
|
23792
23839
|
{
|
|
23793
23840
|
"kind": "javascript-module",
|
|
23794
23841
|
"path": "src/progress/index.ts",
|
|
@@ -39235,6 +39282,553 @@
|
|
|
39235
39282
|
}
|
|
39236
39283
|
]
|
|
39237
39284
|
},
|
|
39285
|
+
{
|
|
39286
|
+
"kind": "javascript-module",
|
|
39287
|
+
"path": "src/overlays/system-health/index.ts",
|
|
39288
|
+
"declarations": [],
|
|
39289
|
+
"exports": [
|
|
39290
|
+
{
|
|
39291
|
+
"kind": "js",
|
|
39292
|
+
"name": "*",
|
|
39293
|
+
"declaration": {
|
|
39294
|
+
"name": "*",
|
|
39295
|
+
"package": "./system-health-overlay"
|
|
39296
|
+
}
|
|
39297
|
+
}
|
|
39298
|
+
]
|
|
39299
|
+
},
|
|
39300
|
+
{
|
|
39301
|
+
"kind": "javascript-module",
|
|
39302
|
+
"path": "src/overlays/system-health/system-health-overlay.ts",
|
|
39303
|
+
"declarations": [
|
|
39304
|
+
{
|
|
39305
|
+
"kind": "class",
|
|
39306
|
+
"description": "SystemHealthOverlay",
|
|
39307
|
+
"name": "SystemHealthOverlay",
|
|
39308
|
+
"superclass": {
|
|
39309
|
+
"name": "FoundationSystemHealthOverlay",
|
|
39310
|
+
"package": "@genesislcap/foundation-ui"
|
|
39311
|
+
},
|
|
39312
|
+
"attributes": [
|
|
39313
|
+
{
|
|
39314
|
+
"name": "mode",
|
|
39315
|
+
"type": {
|
|
39316
|
+
"text": "SystemHealthOverlayMode"
|
|
39317
|
+
},
|
|
39318
|
+
"description": "Controls the overlay mode, either app or component level.",
|
|
39319
|
+
"fieldName": "mode",
|
|
39320
|
+
"inheritedFrom": {
|
|
39321
|
+
"name": "SystemHealthOverlay",
|
|
39322
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39323
|
+
}
|
|
39324
|
+
},
|
|
39325
|
+
{
|
|
39326
|
+
"name": "log-level",
|
|
39327
|
+
"type": {
|
|
39328
|
+
"text": "number"
|
|
39329
|
+
},
|
|
39330
|
+
"description": "Allows users to control the logging level of the network monitor via the component.",
|
|
39331
|
+
"fieldName": "logLevel",
|
|
39332
|
+
"inheritedFrom": {
|
|
39333
|
+
"name": "SystemHealthOverlay",
|
|
39334
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39335
|
+
}
|
|
39336
|
+
}
|
|
39337
|
+
],
|
|
39338
|
+
"members": [
|
|
39339
|
+
{
|
|
39340
|
+
"kind": "field",
|
|
39341
|
+
"name": "resourceList",
|
|
39342
|
+
"type": {
|
|
39343
|
+
"text": "ResourceHealth[]"
|
|
39344
|
+
},
|
|
39345
|
+
"inheritedFrom": {
|
|
39346
|
+
"name": "SystemHealthOverlay",
|
|
39347
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39348
|
+
}
|
|
39349
|
+
},
|
|
39350
|
+
{
|
|
39351
|
+
"kind": "field",
|
|
39352
|
+
"name": "isOpen",
|
|
39353
|
+
"type": {
|
|
39354
|
+
"text": "boolean"
|
|
39355
|
+
},
|
|
39356
|
+
"inheritedFrom": {
|
|
39357
|
+
"name": "SystemHealthOverlay",
|
|
39358
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39359
|
+
}
|
|
39360
|
+
},
|
|
39361
|
+
{
|
|
39362
|
+
"kind": "method",
|
|
39363
|
+
"name": "isOpenChanged",
|
|
39364
|
+
"inheritedFrom": {
|
|
39365
|
+
"name": "SystemHealthOverlay",
|
|
39366
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39367
|
+
}
|
|
39368
|
+
},
|
|
39369
|
+
{
|
|
39370
|
+
"kind": "field",
|
|
39371
|
+
"name": "isDismissed",
|
|
39372
|
+
"type": {
|
|
39373
|
+
"text": "boolean"
|
|
39374
|
+
},
|
|
39375
|
+
"inheritedFrom": {
|
|
39376
|
+
"name": "SystemHealthOverlay",
|
|
39377
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39378
|
+
}
|
|
39379
|
+
},
|
|
39380
|
+
{
|
|
39381
|
+
"kind": "method",
|
|
39382
|
+
"name": "isDismissedChanged",
|
|
39383
|
+
"inheritedFrom": {
|
|
39384
|
+
"name": "SystemHealthOverlay",
|
|
39385
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39386
|
+
}
|
|
39387
|
+
},
|
|
39388
|
+
{
|
|
39389
|
+
"kind": "field",
|
|
39390
|
+
"name": "templateClassNames",
|
|
39391
|
+
"type": {
|
|
39392
|
+
"text": "string"
|
|
39393
|
+
},
|
|
39394
|
+
"inheritedFrom": {
|
|
39395
|
+
"name": "SystemHealthOverlay",
|
|
39396
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39397
|
+
}
|
|
39398
|
+
},
|
|
39399
|
+
{
|
|
39400
|
+
"kind": "field",
|
|
39401
|
+
"name": "containerClassNames",
|
|
39402
|
+
"type": {
|
|
39403
|
+
"text": "string"
|
|
39404
|
+
},
|
|
39405
|
+
"inheritedFrom": {
|
|
39406
|
+
"name": "SystemHealthOverlay",
|
|
39407
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39408
|
+
}
|
|
39409
|
+
},
|
|
39410
|
+
{
|
|
39411
|
+
"kind": "field",
|
|
39412
|
+
"name": "isOnlineClassNames",
|
|
39413
|
+
"type": {
|
|
39414
|
+
"text": "string"
|
|
39415
|
+
},
|
|
39416
|
+
"inheritedFrom": {
|
|
39417
|
+
"name": "SystemHealthOverlay",
|
|
39418
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39419
|
+
}
|
|
39420
|
+
},
|
|
39421
|
+
{
|
|
39422
|
+
"kind": "field",
|
|
39423
|
+
"name": "isHealthyClassNames",
|
|
39424
|
+
"type": {
|
|
39425
|
+
"text": "string"
|
|
39426
|
+
},
|
|
39427
|
+
"inheritedFrom": {
|
|
39428
|
+
"name": "SystemHealthOverlay",
|
|
39429
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39430
|
+
}
|
|
39431
|
+
},
|
|
39432
|
+
{
|
|
39433
|
+
"kind": "field",
|
|
39434
|
+
"name": "isSocketHealthyClassNames",
|
|
39435
|
+
"type": {
|
|
39436
|
+
"text": "string"
|
|
39437
|
+
},
|
|
39438
|
+
"inheritedFrom": {
|
|
39439
|
+
"name": "SystemHealthOverlay",
|
|
39440
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39441
|
+
}
|
|
39442
|
+
},
|
|
39443
|
+
{
|
|
39444
|
+
"kind": "field",
|
|
39445
|
+
"name": "resourcesAllConnectedClassNames",
|
|
39446
|
+
"type": {
|
|
39447
|
+
"text": "string"
|
|
39448
|
+
},
|
|
39449
|
+
"inheritedFrom": {
|
|
39450
|
+
"name": "SystemHealthOverlay",
|
|
39451
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39452
|
+
}
|
|
39453
|
+
},
|
|
39454
|
+
{
|
|
39455
|
+
"kind": "field",
|
|
39456
|
+
"name": "timeTillNextUpdate",
|
|
39457
|
+
"type": {
|
|
39458
|
+
"text": "TimeTillNextUpdate"
|
|
39459
|
+
},
|
|
39460
|
+
"default": "{\n totalMs: 10_000,\n remainMs: 10_000,\n remainPercent: 100,\n }",
|
|
39461
|
+
"inheritedFrom": {
|
|
39462
|
+
"name": "SystemHealthOverlay",
|
|
39463
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39464
|
+
}
|
|
39465
|
+
},
|
|
39466
|
+
{
|
|
39467
|
+
"kind": "field",
|
|
39468
|
+
"name": "timeTillNextUpdateInterval",
|
|
39469
|
+
"type": {
|
|
39470
|
+
"text": "ReturnType<typeof setInterval>"
|
|
39471
|
+
},
|
|
39472
|
+
"privacy": "protected",
|
|
39473
|
+
"inheritedFrom": {
|
|
39474
|
+
"name": "SystemHealthOverlay",
|
|
39475
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39476
|
+
}
|
|
39477
|
+
},
|
|
39478
|
+
{
|
|
39479
|
+
"kind": "field",
|
|
39480
|
+
"name": "saveDataCallback",
|
|
39481
|
+
"type": {
|
|
39482
|
+
"text": "() => void"
|
|
39483
|
+
},
|
|
39484
|
+
"inheritedFrom": {
|
|
39485
|
+
"name": "SystemHealthOverlay",
|
|
39486
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39487
|
+
}
|
|
39488
|
+
},
|
|
39489
|
+
{
|
|
39490
|
+
"kind": "field",
|
|
39491
|
+
"name": "mode",
|
|
39492
|
+
"type": {
|
|
39493
|
+
"text": "SystemHealthOverlayMode"
|
|
39494
|
+
},
|
|
39495
|
+
"description": "Controls the overlay mode, either app or component level.",
|
|
39496
|
+
"inheritedFrom": {
|
|
39497
|
+
"name": "SystemHealthOverlay",
|
|
39498
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39499
|
+
}
|
|
39500
|
+
},
|
|
39501
|
+
{
|
|
39502
|
+
"kind": "method",
|
|
39503
|
+
"name": "modeChanged",
|
|
39504
|
+
"privacy": "protected",
|
|
39505
|
+
"inheritedFrom": {
|
|
39506
|
+
"name": "SystemHealthOverlay",
|
|
39507
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39508
|
+
}
|
|
39509
|
+
},
|
|
39510
|
+
{
|
|
39511
|
+
"kind": "field",
|
|
39512
|
+
"name": "logLevel",
|
|
39513
|
+
"type": {
|
|
39514
|
+
"text": "number"
|
|
39515
|
+
},
|
|
39516
|
+
"description": "Allows users to control the logging level of the network monitor via the component.",
|
|
39517
|
+
"inheritedFrom": {
|
|
39518
|
+
"name": "SystemHealthOverlay",
|
|
39519
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39520
|
+
}
|
|
39521
|
+
},
|
|
39522
|
+
{
|
|
39523
|
+
"kind": "method",
|
|
39524
|
+
"name": "logLevelChanged",
|
|
39525
|
+
"privacy": "protected",
|
|
39526
|
+
"inheritedFrom": {
|
|
39527
|
+
"name": "SystemHealthOverlay",
|
|
39528
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39529
|
+
}
|
|
39530
|
+
},
|
|
39531
|
+
{
|
|
39532
|
+
"kind": "field",
|
|
39533
|
+
"name": "status",
|
|
39534
|
+
"type": {
|
|
39535
|
+
"text": "SystemHealthStatus"
|
|
39536
|
+
},
|
|
39537
|
+
"default": "{\n isOnline: true,\n isHealthy: true,\n socket: {},\n resources: {},\n }",
|
|
39538
|
+
"description": "Last known system health status.",
|
|
39539
|
+
"inheritedFrom": {
|
|
39540
|
+
"name": "SystemHealthOverlay",
|
|
39541
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39542
|
+
}
|
|
39543
|
+
},
|
|
39544
|
+
{
|
|
39545
|
+
"kind": "method",
|
|
39546
|
+
"name": "statusChanged",
|
|
39547
|
+
"privacy": "protected",
|
|
39548
|
+
"parameters": [
|
|
39549
|
+
{
|
|
39550
|
+
"name": "prev",
|
|
39551
|
+
"type": {
|
|
39552
|
+
"text": "SystemHealthStatus"
|
|
39553
|
+
}
|
|
39554
|
+
},
|
|
39555
|
+
{
|
|
39556
|
+
"name": "next",
|
|
39557
|
+
"type": {
|
|
39558
|
+
"text": "SystemHealthStatus"
|
|
39559
|
+
}
|
|
39560
|
+
}
|
|
39561
|
+
],
|
|
39562
|
+
"inheritedFrom": {
|
|
39563
|
+
"name": "SystemHealthOverlay",
|
|
39564
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39565
|
+
}
|
|
39566
|
+
},
|
|
39567
|
+
{
|
|
39568
|
+
"kind": "method",
|
|
39569
|
+
"name": "updateClassNames",
|
|
39570
|
+
"privacy": "protected",
|
|
39571
|
+
"inheritedFrom": {
|
|
39572
|
+
"name": "SystemHealthOverlay",
|
|
39573
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39574
|
+
}
|
|
39575
|
+
},
|
|
39576
|
+
{
|
|
39577
|
+
"kind": "method",
|
|
39578
|
+
"name": "updateTemplateClassNames",
|
|
39579
|
+
"privacy": "protected",
|
|
39580
|
+
"inheritedFrom": {
|
|
39581
|
+
"name": "SystemHealthOverlay",
|
|
39582
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39583
|
+
}
|
|
39584
|
+
},
|
|
39585
|
+
{
|
|
39586
|
+
"kind": "method",
|
|
39587
|
+
"name": "startTimeTillNextUpdateCountdown",
|
|
39588
|
+
"privacy": "protected",
|
|
39589
|
+
"inheritedFrom": {
|
|
39590
|
+
"name": "SystemHealthOverlay",
|
|
39591
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39592
|
+
}
|
|
39593
|
+
},
|
|
39594
|
+
{
|
|
39595
|
+
"kind": "field",
|
|
39596
|
+
"name": "onSystemHealthChanged",
|
|
39597
|
+
"inheritedFrom": {
|
|
39598
|
+
"name": "SystemHealthOverlay",
|
|
39599
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39600
|
+
}
|
|
39601
|
+
},
|
|
39602
|
+
{
|
|
39603
|
+
"kind": "field",
|
|
39604
|
+
"name": "onOpen",
|
|
39605
|
+
"inheritedFrom": {
|
|
39606
|
+
"name": "SystemHealthOverlay",
|
|
39607
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39608
|
+
}
|
|
39609
|
+
},
|
|
39610
|
+
{
|
|
39611
|
+
"kind": "field",
|
|
39612
|
+
"name": "onClose",
|
|
39613
|
+
"inheritedFrom": {
|
|
39614
|
+
"name": "SystemHealthOverlay",
|
|
39615
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39616
|
+
}
|
|
39617
|
+
},
|
|
39618
|
+
{
|
|
39619
|
+
"kind": "field",
|
|
39620
|
+
"name": "onDismiss",
|
|
39621
|
+
"inheritedFrom": {
|
|
39622
|
+
"name": "SystemHealthOverlay",
|
|
39623
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39624
|
+
}
|
|
39625
|
+
},
|
|
39626
|
+
{
|
|
39627
|
+
"kind": "field",
|
|
39628
|
+
"name": "onUpdateStatus",
|
|
39629
|
+
"inheritedFrom": {
|
|
39630
|
+
"name": "SystemHealthOverlay",
|
|
39631
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39632
|
+
}
|
|
39633
|
+
},
|
|
39634
|
+
{
|
|
39635
|
+
"kind": "field",
|
|
39636
|
+
"name": "onReportStatus",
|
|
39637
|
+
"inheritedFrom": {
|
|
39638
|
+
"name": "SystemHealthOverlay",
|
|
39639
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39640
|
+
}
|
|
39641
|
+
},
|
|
39642
|
+
{
|
|
39643
|
+
"kind": "field",
|
|
39644
|
+
"name": "onReloadWindow",
|
|
39645
|
+
"inheritedFrom": {
|
|
39646
|
+
"name": "SystemHealthOverlay",
|
|
39647
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39648
|
+
}
|
|
39649
|
+
},
|
|
39650
|
+
{
|
|
39651
|
+
"kind": "field",
|
|
39652
|
+
"name": "onDocumentKeydown",
|
|
39653
|
+
"inheritedFrom": {
|
|
39654
|
+
"name": "SystemHealthOverlay",
|
|
39655
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39656
|
+
}
|
|
39657
|
+
},
|
|
39658
|
+
{
|
|
39659
|
+
"kind": "field",
|
|
39660
|
+
"name": "isSocketHealthy",
|
|
39661
|
+
"readonly": true,
|
|
39662
|
+
"inheritedFrom": {
|
|
39663
|
+
"name": "SystemHealthOverlay",
|
|
39664
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39665
|
+
}
|
|
39666
|
+
},
|
|
39667
|
+
{
|
|
39668
|
+
"kind": "field",
|
|
39669
|
+
"name": "validResourceList",
|
|
39670
|
+
"readonly": true,
|
|
39671
|
+
"inheritedFrom": {
|
|
39672
|
+
"name": "SystemHealthOverlay",
|
|
39673
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39674
|
+
}
|
|
39675
|
+
},
|
|
39676
|
+
{
|
|
39677
|
+
"kind": "method",
|
|
39678
|
+
"name": "getCheckmarkTemplate",
|
|
39679
|
+
"static": true,
|
|
39680
|
+
"parameters": [
|
|
39681
|
+
{
|
|
39682
|
+
"name": "isGood",
|
|
39683
|
+
"type": {
|
|
39684
|
+
"text": "boolean"
|
|
39685
|
+
}
|
|
39686
|
+
}
|
|
39687
|
+
],
|
|
39688
|
+
"inheritedFrom": {
|
|
39689
|
+
"name": "SystemHealthOverlay",
|
|
39690
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39691
|
+
}
|
|
39692
|
+
},
|
|
39693
|
+
{
|
|
39694
|
+
"kind": "field",
|
|
39695
|
+
"name": "_presentation",
|
|
39696
|
+
"type": {
|
|
39697
|
+
"text": "ComponentPresentation | null | undefined"
|
|
39698
|
+
},
|
|
39699
|
+
"privacy": "private",
|
|
39700
|
+
"default": "void 0",
|
|
39701
|
+
"inheritedFrom": {
|
|
39702
|
+
"name": "FoundationElement",
|
|
39703
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39704
|
+
}
|
|
39705
|
+
},
|
|
39706
|
+
{
|
|
39707
|
+
"kind": "field",
|
|
39708
|
+
"name": "$presentation",
|
|
39709
|
+
"type": {
|
|
39710
|
+
"text": "ComponentPresentation | null"
|
|
39711
|
+
},
|
|
39712
|
+
"privacy": "public",
|
|
39713
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
39714
|
+
"inheritedFrom": {
|
|
39715
|
+
"name": "FoundationElement",
|
|
39716
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39717
|
+
}
|
|
39718
|
+
},
|
|
39719
|
+
{
|
|
39720
|
+
"kind": "field",
|
|
39721
|
+
"name": "template",
|
|
39722
|
+
"type": {
|
|
39723
|
+
"text": "ElementViewTemplate | void | null"
|
|
39724
|
+
},
|
|
39725
|
+
"privacy": "public",
|
|
39726
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
39727
|
+
"inheritedFrom": {
|
|
39728
|
+
"name": "FoundationElement",
|
|
39729
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39730
|
+
}
|
|
39731
|
+
},
|
|
39732
|
+
{
|
|
39733
|
+
"kind": "method",
|
|
39734
|
+
"name": "templateChanged",
|
|
39735
|
+
"privacy": "protected",
|
|
39736
|
+
"return": {
|
|
39737
|
+
"type": {
|
|
39738
|
+
"text": "void"
|
|
39739
|
+
}
|
|
39740
|
+
},
|
|
39741
|
+
"inheritedFrom": {
|
|
39742
|
+
"name": "FoundationElement",
|
|
39743
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39744
|
+
}
|
|
39745
|
+
},
|
|
39746
|
+
{
|
|
39747
|
+
"kind": "field",
|
|
39748
|
+
"name": "styles",
|
|
39749
|
+
"type": {
|
|
39750
|
+
"text": "ElementStyles | void | null"
|
|
39751
|
+
},
|
|
39752
|
+
"privacy": "public",
|
|
39753
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
39754
|
+
"inheritedFrom": {
|
|
39755
|
+
"name": "FoundationElement",
|
|
39756
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39757
|
+
}
|
|
39758
|
+
},
|
|
39759
|
+
{
|
|
39760
|
+
"kind": "method",
|
|
39761
|
+
"name": "stylesChanged",
|
|
39762
|
+
"privacy": "protected",
|
|
39763
|
+
"return": {
|
|
39764
|
+
"type": {
|
|
39765
|
+
"text": "void"
|
|
39766
|
+
}
|
|
39767
|
+
},
|
|
39768
|
+
"inheritedFrom": {
|
|
39769
|
+
"name": "FoundationElement",
|
|
39770
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39771
|
+
}
|
|
39772
|
+
},
|
|
39773
|
+
{
|
|
39774
|
+
"kind": "method",
|
|
39775
|
+
"name": "compose",
|
|
39776
|
+
"privacy": "public",
|
|
39777
|
+
"static": true,
|
|
39778
|
+
"return": {
|
|
39779
|
+
"type": {
|
|
39780
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
39781
|
+
}
|
|
39782
|
+
},
|
|
39783
|
+
"parameters": [
|
|
39784
|
+
{
|
|
39785
|
+
"name": "this",
|
|
39786
|
+
"type": {
|
|
39787
|
+
"text": "K"
|
|
39788
|
+
}
|
|
39789
|
+
},
|
|
39790
|
+
{
|
|
39791
|
+
"name": "elementDefinition",
|
|
39792
|
+
"type": {
|
|
39793
|
+
"text": "T"
|
|
39794
|
+
},
|
|
39795
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
39796
|
+
}
|
|
39797
|
+
],
|
|
39798
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
39799
|
+
"inheritedFrom": {
|
|
39800
|
+
"name": "FoundationElement",
|
|
39801
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39802
|
+
}
|
|
39803
|
+
}
|
|
39804
|
+
]
|
|
39805
|
+
},
|
|
39806
|
+
{
|
|
39807
|
+
"kind": "variable",
|
|
39808
|
+
"name": "zeroSystemHealthOverlay",
|
|
39809
|
+
"description": "Zero system health overlay",
|
|
39810
|
+
"privacy": "public"
|
|
39811
|
+
}
|
|
39812
|
+
],
|
|
39813
|
+
"exports": [
|
|
39814
|
+
{
|
|
39815
|
+
"kind": "js",
|
|
39816
|
+
"name": "SystemHealthOverlay",
|
|
39817
|
+
"declaration": {
|
|
39818
|
+
"name": "SystemHealthOverlay",
|
|
39819
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39820
|
+
}
|
|
39821
|
+
},
|
|
39822
|
+
{
|
|
39823
|
+
"kind": "js",
|
|
39824
|
+
"name": "zeroSystemHealthOverlay",
|
|
39825
|
+
"declaration": {
|
|
39826
|
+
"name": "zeroSystemHealthOverlay",
|
|
39827
|
+
"module": "src/overlays/system-health/system-health-overlay.ts"
|
|
39828
|
+
}
|
|
39829
|
+
}
|
|
39830
|
+
]
|
|
39831
|
+
},
|
|
39238
39832
|
{
|
|
39239
39833
|
"kind": "javascript-module",
|
|
39240
39834
|
"path": "src/_config/styles/external/roboto-font/index.ts",
|
|
@@ -251,6 +251,7 @@ export declare const baseComponents: {
|
|
|
251
251
|
zeroStepperTab: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./stepper-tab").StepperTab>;
|
|
252
252
|
zeroStepperTabPanel: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./stepper-tab-panel").StepperTabPanel>;
|
|
253
253
|
zeroSwitch: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./switch").Switch>;
|
|
254
|
+
zeroSystemHealthOverlay: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./overlays").SystemHealthOverlay>;
|
|
254
255
|
zeroTab: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./tab").Tab>;
|
|
255
256
|
zeroTabPanel: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./tab-panel").TabPanel>;
|
|
256
257
|
zeroTabs: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./tabs").Tabs>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AA6E5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4EJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
|
package/dist/dts/index.d.ts
CHANGED
package/dist/dts/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAE/C,eAAO,MAAM,wBAAwB,yDAAuD,CAAC;AAE7F,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAE/C,eAAO,MAAM,wBAAwB,yDAAuD,CAAC;AAE7F,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/overlays/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/overlays/system-health/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { SystemHealthOverlay as FoundationSystemHealthOverlay } from '@genesislcap/foundation-ui';
|
|
2
|
+
/**
|
|
3
|
+
* SystemHealthOverlay
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export declare class SystemHealthOverlay extends FoundationSystemHealthOverlay {
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Zero system health overlay
|
|
10
|
+
*
|
|
11
|
+
* @public
|
|
12
|
+
* @remarks
|
|
13
|
+
* HTML Element: \<zero-system-health-overlay\>
|
|
14
|
+
*/
|
|
15
|
+
export declare const zeroSystemHealthOverlay: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof SystemHealthOverlay>;
|
|
16
|
+
//# sourceMappingURL=system-health-overlay.d.ts.map
|
|
@@ -0,0 +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;;;GAGG;AACH,qBAAa,mBAAoB,SAAQ,6BAA6B;CAAG;AAEzE;;;;;;GAMG;AACH,eAAO,MAAM,uBAAuB,mUAMlC,CAAC"}
|
|
@@ -44,6 +44,7 @@ import { zeroModal } from './modal';
|
|
|
44
44
|
import { zeroMultiselect } from './multiselect';
|
|
45
45
|
import { zeroNotificationListener } from './notification-listener';
|
|
46
46
|
import { zeroNumberField } from './number-field';
|
|
47
|
+
import { zeroSystemHealthOverlay } from './overlays';
|
|
47
48
|
import { zeroProgress } from './progress';
|
|
48
49
|
import { zeroProgressRing } from './progress-ring';
|
|
49
50
|
import { zeroRadio } from './radio';
|
|
@@ -137,6 +138,7 @@ export const baseComponents = {
|
|
|
137
138
|
zeroStepperTab,
|
|
138
139
|
zeroStepperTabPanel,
|
|
139
140
|
zeroSwitch,
|
|
141
|
+
zeroSystemHealthOverlay,
|
|
140
142
|
zeroTab,
|
|
141
143
|
zeroTabPanel,
|
|
142
144
|
zeroTabs,
|
package/dist/esm/index.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './system-health';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './system-health-overlay';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SystemHealthOverlay as FoundationSystemHealthOverlay, foundationSystemHealthOverlayTemplate, foundationSystemHealthOverlayStyles, foundationSystemHealthOverlayShadowOptions, defaultSystemHealthOverlayConfig, } from '@genesislcap/foundation-ui';
|
|
2
|
+
/**
|
|
3
|
+
* SystemHealthOverlay
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export class SystemHealthOverlay extends FoundationSystemHealthOverlay {
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Zero system health overlay
|
|
10
|
+
*
|
|
11
|
+
* @public
|
|
12
|
+
* @remarks
|
|
13
|
+
* HTML Element: \<zero-system-health-overlay\>
|
|
14
|
+
*/
|
|
15
|
+
export const zeroSystemHealthOverlay = SystemHealthOverlay.compose(Object.assign({ baseName: 'system-health-overlay', template: foundationSystemHealthOverlayTemplate, styles: foundationSystemHealthOverlayStyles, shadowOptions: foundationSystemHealthOverlayShadowOptions }, defaultSystemHealthOverlayConfig));
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.168.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
|
|
70
|
-
"@genesislcap/genx": "14.
|
|
71
|
-
"@genesislcap/rollup-builder": "14.
|
|
72
|
-
"@genesislcap/ts-builder": "14.
|
|
73
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
74
|
-
"@genesislcap/vite-builder": "14.
|
|
75
|
-
"@genesislcap/webpack-builder": "14.
|
|
70
|
+
"@genesislcap/genx": "14.168.0",
|
|
71
|
+
"@genesislcap/rollup-builder": "14.168.0",
|
|
72
|
+
"@genesislcap/ts-builder": "14.168.0",
|
|
73
|
+
"@genesislcap/uvu-playwright-builder": "14.168.0",
|
|
74
|
+
"@genesislcap/vite-builder": "14.168.0",
|
|
75
|
+
"@genesislcap/webpack-builder": "14.168.0",
|
|
76
76
|
"@storybook/addon-coverage": "^1.0.1",
|
|
77
77
|
"@storybook/addon-essentials": "^8.0.0",
|
|
78
78
|
"@storybook/addon-links": "^8.0.0",
|
|
@@ -89,10 +89,10 @@
|
|
|
89
89
|
"storybook": "^8.0.0"
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|
|
92
|
-
"@genesislcap/foundation-comms": "14.
|
|
93
|
-
"@genesislcap/foundation-logger": "14.
|
|
94
|
-
"@genesislcap/foundation-ui": "14.
|
|
95
|
-
"@genesislcap/foundation-utils": "14.
|
|
92
|
+
"@genesislcap/foundation-comms": "14.168.0",
|
|
93
|
+
"@genesislcap/foundation-logger": "14.168.0",
|
|
94
|
+
"@genesislcap/foundation-ui": "14.168.0",
|
|
95
|
+
"@genesislcap/foundation-utils": "14.168.0",
|
|
96
96
|
"@microsoft/fast-colors": "^5.3.1",
|
|
97
97
|
"@microsoft/fast-components": "^2.30.6",
|
|
98
98
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"access": "public"
|
|
110
110
|
},
|
|
111
111
|
"customElements": "dist/custom-elements.json",
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "5c2dfe8431713254545105d0ce1da29bc62ff483"
|
|
113
113
|
}
|