@genesislcap/foundation-zero 14.306.1 → 14.306.2-alpha-7a2d723.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 +52 -0
- package/package.json +12 -12
|
@@ -23432,6 +23432,30 @@
|
|
|
23432
23432
|
"module": "src/notification-listener/notification-listener.ts"
|
|
23433
23433
|
}
|
|
23434
23434
|
},
|
|
23435
|
+
{
|
|
23436
|
+
"kind": "field",
|
|
23437
|
+
"name": "sessionExpiredSub",
|
|
23438
|
+
"type": {
|
|
23439
|
+
"text": "Subscription"
|
|
23440
|
+
},
|
|
23441
|
+
"privacy": "private",
|
|
23442
|
+
"inheritedFrom": {
|
|
23443
|
+
"name": "NotificationListener",
|
|
23444
|
+
"module": "src/notification-listener/notification-listener.ts"
|
|
23445
|
+
}
|
|
23446
|
+
},
|
|
23447
|
+
{
|
|
23448
|
+
"kind": "field",
|
|
23449
|
+
"name": "subscribeTimeout",
|
|
23450
|
+
"type": {
|
|
23451
|
+
"text": "number | undefined"
|
|
23452
|
+
},
|
|
23453
|
+
"privacy": "private",
|
|
23454
|
+
"inheritedFrom": {
|
|
23455
|
+
"name": "NotificationListener",
|
|
23456
|
+
"module": "src/notification-listener/notification-listener.ts"
|
|
23457
|
+
}
|
|
23458
|
+
},
|
|
23435
23459
|
{
|
|
23436
23460
|
"kind": "field",
|
|
23437
23461
|
"name": "datasource",
|
|
@@ -23444,6 +23468,34 @@
|
|
|
23444
23468
|
"module": "src/notification-listener/notification-listener.ts"
|
|
23445
23469
|
}
|
|
23446
23470
|
},
|
|
23471
|
+
{
|
|
23472
|
+
"kind": "field",
|
|
23473
|
+
"name": "connect",
|
|
23474
|
+
"type": {
|
|
23475
|
+
"text": "Connect"
|
|
23476
|
+
},
|
|
23477
|
+
"privacy": "private",
|
|
23478
|
+
"inheritedFrom": {
|
|
23479
|
+
"name": "NotificationListener",
|
|
23480
|
+
"module": "src/notification-listener/notification-listener.ts"
|
|
23481
|
+
}
|
|
23482
|
+
},
|
|
23483
|
+
{
|
|
23484
|
+
"kind": "method",
|
|
23485
|
+
"name": "subscribeToStream",
|
|
23486
|
+
"inheritedFrom": {
|
|
23487
|
+
"name": "NotificationListener",
|
|
23488
|
+
"module": "src/notification-listener/notification-listener.ts"
|
|
23489
|
+
}
|
|
23490
|
+
},
|
|
23491
|
+
{
|
|
23492
|
+
"kind": "method",
|
|
23493
|
+
"name": "cleanUpResources",
|
|
23494
|
+
"inheritedFrom": {
|
|
23495
|
+
"name": "NotificationListener",
|
|
23496
|
+
"module": "src/notification-listener/notification-listener.ts"
|
|
23497
|
+
}
|
|
23498
|
+
},
|
|
23447
23499
|
{
|
|
23448
23500
|
"kind": "method",
|
|
23449
23501
|
"name": "handleStreamUpdate",
|
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.306.
|
|
4
|
+
"version": "14.306.2-alpha-7a2d723.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -71,18 +71,18 @@
|
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
74
|
-
"@genesislcap/genx": "14.306.
|
|
75
|
-
"@genesislcap/rollup-builder": "14.306.
|
|
76
|
-
"@genesislcap/ts-builder": "14.306.
|
|
77
|
-
"@genesislcap/uvu-playwright-builder": "14.306.
|
|
78
|
-
"@genesislcap/vite-builder": "14.306.
|
|
79
|
-
"@genesislcap/webpack-builder": "14.306.
|
|
74
|
+
"@genesislcap/genx": "14.306.2-alpha-7a2d723.0",
|
|
75
|
+
"@genesislcap/rollup-builder": "14.306.2-alpha-7a2d723.0",
|
|
76
|
+
"@genesislcap/ts-builder": "14.306.2-alpha-7a2d723.0",
|
|
77
|
+
"@genesislcap/uvu-playwright-builder": "14.306.2-alpha-7a2d723.0",
|
|
78
|
+
"@genesislcap/vite-builder": "14.306.2-alpha-7a2d723.0",
|
|
79
|
+
"@genesislcap/webpack-builder": "14.306.2-alpha-7a2d723.0"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@genesislcap/foundation-comms": "14.306.
|
|
83
|
-
"@genesislcap/foundation-logger": "14.306.
|
|
84
|
-
"@genesislcap/foundation-ui": "14.306.
|
|
85
|
-
"@genesislcap/foundation-utils": "14.306.
|
|
82
|
+
"@genesislcap/foundation-comms": "14.306.2-alpha-7a2d723.0",
|
|
83
|
+
"@genesislcap/foundation-logger": "14.306.2-alpha-7a2d723.0",
|
|
84
|
+
"@genesislcap/foundation-ui": "14.306.2-alpha-7a2d723.0",
|
|
85
|
+
"@genesislcap/foundation-utils": "14.306.2-alpha-7a2d723.0",
|
|
86
86
|
"@microsoft/fast-colors": "5.3.1",
|
|
87
87
|
"@microsoft/fast-components": "2.30.6",
|
|
88
88
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"access": "public"
|
|
99
99
|
},
|
|
100
100
|
"customElements": "dist/custom-elements.json",
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "61fbdc9a3b045a1dbd46decec5925e7d09dcd525"
|
|
102
102
|
}
|