@genesislcap/foundation-zero 14.310.0 → 14.310.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 +68 -0
- package/package.json +12 -12
|
@@ -23382,6 +23382,17 @@
|
|
|
23382
23382
|
"module": "src/notification-listener/notification-listener.ts"
|
|
23383
23383
|
}
|
|
23384
23384
|
},
|
|
23385
|
+
{
|
|
23386
|
+
"kind": "field",
|
|
23387
|
+
"name": "connect",
|
|
23388
|
+
"type": {
|
|
23389
|
+
"text": "Connect"
|
|
23390
|
+
},
|
|
23391
|
+
"inheritedFrom": {
|
|
23392
|
+
"name": "NotificationListener",
|
|
23393
|
+
"module": "src/notification-listener/notification-listener.ts"
|
|
23394
|
+
}
|
|
23395
|
+
},
|
|
23385
23396
|
{
|
|
23386
23397
|
"kind": "field",
|
|
23387
23398
|
"name": "resourceName",
|
|
@@ -23432,6 +23443,18 @@
|
|
|
23432
23443
|
"module": "src/notification-listener/notification-listener.ts"
|
|
23433
23444
|
}
|
|
23434
23445
|
},
|
|
23446
|
+
{
|
|
23447
|
+
"kind": "field",
|
|
23448
|
+
"name": "connectionSub",
|
|
23449
|
+
"type": {
|
|
23450
|
+
"text": "Subscription"
|
|
23451
|
+
},
|
|
23452
|
+
"privacy": "protected",
|
|
23453
|
+
"inheritedFrom": {
|
|
23454
|
+
"name": "NotificationListener",
|
|
23455
|
+
"module": "src/notification-listener/notification-listener.ts"
|
|
23456
|
+
}
|
|
23457
|
+
},
|
|
23435
23458
|
{
|
|
23436
23459
|
"kind": "field",
|
|
23437
23460
|
"name": "datasource",
|
|
@@ -23444,6 +23467,51 @@
|
|
|
23444
23467
|
"module": "src/notification-listener/notification-listener.ts"
|
|
23445
23468
|
}
|
|
23446
23469
|
},
|
|
23470
|
+
{
|
|
23471
|
+
"kind": "method",
|
|
23472
|
+
"name": "handleReconnection",
|
|
23473
|
+
"privacy": "private",
|
|
23474
|
+
"return": {
|
|
23475
|
+
"type": {
|
|
23476
|
+
"text": "Promise<void>"
|
|
23477
|
+
}
|
|
23478
|
+
},
|
|
23479
|
+
"description": "Handles reconnection logic when the connection is established",
|
|
23480
|
+
"inheritedFrom": {
|
|
23481
|
+
"name": "NotificationListener",
|
|
23482
|
+
"module": "src/notification-listener/notification-listener.ts"
|
|
23483
|
+
}
|
|
23484
|
+
},
|
|
23485
|
+
{
|
|
23486
|
+
"kind": "method",
|
|
23487
|
+
"name": "initializeDatasource",
|
|
23488
|
+
"privacy": "private",
|
|
23489
|
+
"return": {
|
|
23490
|
+
"type": {
|
|
23491
|
+
"text": "Promise<void>"
|
|
23492
|
+
}
|
|
23493
|
+
},
|
|
23494
|
+
"description": "Initializes the datasource for the notification resource",
|
|
23495
|
+
"inheritedFrom": {
|
|
23496
|
+
"name": "NotificationListener",
|
|
23497
|
+
"module": "src/notification-listener/notification-listener.ts"
|
|
23498
|
+
}
|
|
23499
|
+
},
|
|
23500
|
+
{
|
|
23501
|
+
"kind": "method",
|
|
23502
|
+
"name": "setupDataSubscription",
|
|
23503
|
+
"privacy": "private",
|
|
23504
|
+
"return": {
|
|
23505
|
+
"type": {
|
|
23506
|
+
"text": "void"
|
|
23507
|
+
}
|
|
23508
|
+
},
|
|
23509
|
+
"description": "Sets up the data subscription to handle incoming notifications",
|
|
23510
|
+
"inheritedFrom": {
|
|
23511
|
+
"name": "NotificationListener",
|
|
23512
|
+
"module": "src/notification-listener/notification-listener.ts"
|
|
23513
|
+
}
|
|
23514
|
+
},
|
|
23447
23515
|
{
|
|
23448
23516
|
"kind": "method",
|
|
23449
23517
|
"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.310.
|
|
4
|
+
"version": "14.310.1",
|
|
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.310.
|
|
75
|
-
"@genesislcap/rollup-builder": "14.310.
|
|
76
|
-
"@genesislcap/ts-builder": "14.310.
|
|
77
|
-
"@genesislcap/uvu-playwright-builder": "14.310.
|
|
78
|
-
"@genesislcap/vite-builder": "14.310.
|
|
79
|
-
"@genesislcap/webpack-builder": "14.310.
|
|
74
|
+
"@genesislcap/genx": "14.310.1",
|
|
75
|
+
"@genesislcap/rollup-builder": "14.310.1",
|
|
76
|
+
"@genesislcap/ts-builder": "14.310.1",
|
|
77
|
+
"@genesislcap/uvu-playwright-builder": "14.310.1",
|
|
78
|
+
"@genesislcap/vite-builder": "14.310.1",
|
|
79
|
+
"@genesislcap/webpack-builder": "14.310.1"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@genesislcap/foundation-comms": "14.310.
|
|
83
|
-
"@genesislcap/foundation-logger": "14.310.
|
|
84
|
-
"@genesislcap/foundation-ui": "14.310.
|
|
85
|
-
"@genesislcap/foundation-utils": "14.310.
|
|
82
|
+
"@genesislcap/foundation-comms": "14.310.1",
|
|
83
|
+
"@genesislcap/foundation-logger": "14.310.1",
|
|
84
|
+
"@genesislcap/foundation-ui": "14.310.1",
|
|
85
|
+
"@genesislcap/foundation-utils": "14.310.1",
|
|
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": "961d1c76db14707ed77ef9e064f112145f8996ca"
|
|
102
102
|
}
|