@genesislcap/foundation-utils 14.320.1-alpha-9a9ec86.0 → 14.320.1-alpha-4df1e9d.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 +28 -18
- package/dist/dts/inactivity/inactivity-dialog.d.ts +3 -2
- package/dist/dts/inactivity/inactivity-dialog.d.ts.map +1 -1
- package/dist/dts/inactivity/inactivity-manager.d.ts.map +1 -1
- package/dist/esm/inactivity/inactivity-dialog.js +7 -3
- package/dist/esm/inactivity/inactivity-manager.js +18 -20
- package/dist/foundation-utils.api.json +55 -24
- package/dist/foundation-utils.d.ts +3 -2
- package/docs/api/foundation-utils.inactivitydialog.configure.md +50 -0
- package/docs/api/foundation-utils.inactivitydialog.hide.md +2 -2
- package/docs/api/foundation-utils.inactivitydialog.md +13 -1
- package/docs/api/foundation-utils.inactivitydialog.show.md +2 -37
- package/docs/api-report.md.api.md +4 -2
- package/package.json +11 -11
@@ -579,21 +579,6 @@
|
|
579
579
|
}
|
580
580
|
]
|
581
581
|
},
|
582
|
-
{
|
583
|
-
"kind": "javascript-module",
|
584
|
-
"path": "src/encoding/index.ts",
|
585
|
-
"declarations": [],
|
586
|
-
"exports": [
|
587
|
-
{
|
588
|
-
"kind": "js",
|
589
|
-
"name": "*",
|
590
|
-
"declaration": {
|
591
|
-
"name": "*",
|
592
|
-
"package": "./base64"
|
593
|
-
}
|
594
|
-
}
|
595
|
-
]
|
596
|
-
},
|
597
582
|
{
|
598
583
|
"kind": "javascript-module",
|
599
584
|
"path": "src/env/index.ts",
|
@@ -1069,6 +1054,21 @@
|
|
1069
1054
|
}
|
1070
1055
|
]
|
1071
1056
|
},
|
1057
|
+
{
|
1058
|
+
"kind": "javascript-module",
|
1059
|
+
"path": "src/encoding/index.ts",
|
1060
|
+
"declarations": [],
|
1061
|
+
"exports": [
|
1062
|
+
{
|
1063
|
+
"kind": "js",
|
1064
|
+
"name": "*",
|
1065
|
+
"declaration": {
|
1066
|
+
"name": "*",
|
1067
|
+
"package": "./base64"
|
1068
|
+
}
|
1069
|
+
}
|
1070
|
+
]
|
1071
|
+
},
|
1072
1072
|
{
|
1073
1073
|
"kind": "javascript-module",
|
1074
1074
|
"path": "src/error/errorMap.ts",
|
@@ -1649,7 +1649,7 @@
|
|
1649
1649
|
},
|
1650
1650
|
{
|
1651
1651
|
"kind": "method",
|
1652
|
-
"name": "
|
1652
|
+
"name": "configure",
|
1653
1653
|
"privacy": "public",
|
1654
1654
|
"return": {
|
1655
1655
|
"type": {
|
@@ -1665,13 +1665,23 @@
|
|
1665
1665
|
}
|
1666
1666
|
]
|
1667
1667
|
},
|
1668
|
+
{
|
1669
|
+
"kind": "method",
|
1670
|
+
"name": "show",
|
1671
|
+
"privacy": "public",
|
1672
|
+
"return": {
|
1673
|
+
"type": {
|
1674
|
+
"text": "boolean"
|
1675
|
+
}
|
1676
|
+
}
|
1677
|
+
},
|
1668
1678
|
{
|
1669
1679
|
"kind": "method",
|
1670
1680
|
"name": "hide",
|
1671
1681
|
"privacy": "public",
|
1672
1682
|
"return": {
|
1673
1683
|
"type": {
|
1674
|
-
"text": "
|
1684
|
+
"text": "boolean"
|
1675
1685
|
}
|
1676
1686
|
}
|
1677
1687
|
},
|
@@ -1804,7 +1814,7 @@
|
|
1804
1814
|
"privacy": "private",
|
1805
1815
|
"return": {
|
1806
1816
|
"type": {
|
1807
|
-
"text": "void"
|
1817
|
+
"text": "Promise<void>"
|
1808
1818
|
}
|
1809
1819
|
},
|
1810
1820
|
"parameters": [
|
@@ -12,8 +12,9 @@ export declare class InactivityDialog extends FASTElement {
|
|
12
12
|
private countdownInterval?;
|
13
13
|
private startTime;
|
14
14
|
private totalSeconds;
|
15
|
-
|
16
|
-
|
15
|
+
configure(options: InactivityDialogOptions): void;
|
16
|
+
show(): boolean;
|
17
|
+
hide(): boolean;
|
17
18
|
private startCountdown;
|
18
19
|
private stopCountdown;
|
19
20
|
handleContinue(): void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"inactivity-dialog.d.ts","sourceRoot":"","sources":["../../../src/inactivity/inactivity-dialog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,WAAW,EAAyB,MAAM,yBAAyB,CAAC;AAM5F,MAAM,WAAW,uBAAuB;IACtC,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AA0CD,qBAgGa,gBAAiB,SAAQ,WAAW;IACnC,SAAS,EAAE,OAAO,CAAS;IAC3B,gBAAgB,EAAE,MAAM,CAAK;IAEzC,OAAO,CAAC,UAAU,CAAC,CAAa;IAChC,OAAO,CAAC,QAAQ,CAAC,CAAa;IAC9B,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,SAAS,CAAa;IAC9B,OAAO,CAAC,YAAY,CAAa;IAE1B,
|
1
|
+
{"version":3,"file":"inactivity-dialog.d.ts","sourceRoot":"","sources":["../../../src/inactivity/inactivity-dialog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,WAAW,EAAyB,MAAM,yBAAyB,CAAC;AAM5F,MAAM,WAAW,uBAAuB;IACtC,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AA0CD,qBAgGa,gBAAiB,SAAQ,WAAW;IACnC,SAAS,EAAE,OAAO,CAAS;IAC3B,gBAAgB,EAAE,MAAM,CAAK;IAEzC,OAAO,CAAC,UAAU,CAAC,CAAa;IAChC,OAAO,CAAC,QAAQ,CAAC,CAAa;IAC9B,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,SAAS,CAAa;IAC9B,OAAO,CAAC,YAAY,CAAa;IAE1B,SAAS,CAAC,OAAO,EAAE,uBAAuB,GAAG,IAAI;IAOjD,IAAI,IAAI,OAAO;IAMf,IAAI,IAAI,OAAO;IAMtB,OAAO,CAAC,cAAc;IAuBtB,OAAO,CAAC,aAAa;IAOd,cAAc,IAAI,IAAI;IAOtB,YAAY,IAAI,IAAI;IAO3B,oBAAoB,IAAI,IAAI;CAI7B"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"inactivity-manager.d.ts","sourceRoot":"","sources":["../../../src/inactivity/inactivity-manager.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE3E,MAAM,WAAW,uBAAwB,SAAQ,gBAAgB;IAC/D,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,OAAO,CAAoB;IACnC,OAAO,CAAC,MAAM,CAAiC;IAC/C,OAAO,CAAC,MAAM,CAA0B;IACxC,OAAO,CAAC,eAAe,CAAkB;gBAE7B,MAAM,EAAE,uBAAuB;
|
1
|
+
{"version":3,"file":"inactivity-manager.d.ts","sourceRoot":"","sources":["../../../src/inactivity/inactivity-manager.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE3E,MAAM,WAAW,uBAAwB,SAAQ,gBAAgB;IAC/D,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,OAAO,CAAoB;IACnC,OAAO,CAAC,MAAM,CAAiC;IAC/C,OAAO,CAAC,MAAM,CAA0B;IACxC,OAAO,CAAC,eAAe,CAAkB;gBAE7B,MAAM,EAAE,uBAAuB;IAU3C,OAAO,CAAC,mBAAmB;YAUb,iBAAiB;IAkB/B,OAAO,CAAC,iBAAiB;IAKzB,OAAO,CAAC,cAAc;IAKtB,OAAO,CAAC,YAAY;IAMpB,OAAO,CAAC,aAAa;IAQd,KAAK,IAAI,IAAI;IAIb,IAAI,IAAI,IAAI;IAKZ,KAAK,IAAI,IAAI;IAKb,OAAO,IAAI,IAAI;IAKf,UAAU,IAAI,iBAAiB;IAI/B,gBAAgB,IAAI,OAAO;CAGnC"}
|
@@ -4,7 +4,7 @@ import { getCurrentDesignSystemPrefix } from '../design-system/design-system';
|
|
4
4
|
// Constants for time conversions
|
5
5
|
const MILLISECONDS_PER_SECOND = 1000;
|
6
6
|
const getPrefixedInactivityDialog = (prefix) => html `
|
7
|
-
<div class="inactivity-overlay"
|
7
|
+
<div class="inactivity-overlay" style="display: ${(x) => (x.isVisible ? 'display' : 'none')}">
|
8
8
|
<${prefix}-card class="dialog-card">
|
9
9
|
<div class="card-body">
|
10
10
|
<div class="dialog-header">
|
@@ -50,17 +50,21 @@ let InactivityDialog = class InactivityDialog extends FASTElement {
|
|
50
50
|
this.startTime = 0;
|
51
51
|
this.totalSeconds = 0;
|
52
52
|
}
|
53
|
-
|
53
|
+
configure(options) {
|
54
54
|
this.totalSeconds = options.remainingSeconds;
|
55
55
|
this.remainingSeconds = options.remainingSeconds;
|
56
56
|
this.onContinue = options.onContinue;
|
57
57
|
this.onLogout = options.onLogout;
|
58
|
-
|
58
|
+
}
|
59
|
+
show() {
|
59
60
|
this.startCountdown();
|
61
|
+
this.isVisible = true;
|
62
|
+
return this.isVisible;
|
60
63
|
}
|
61
64
|
hide() {
|
62
65
|
this.isVisible = false;
|
63
66
|
this.stopCountdown();
|
67
|
+
return this.isVisible;
|
64
68
|
}
|
65
69
|
startCountdown() {
|
66
70
|
this.startTime = Date.now();
|
@@ -1,3 +1,5 @@
|
|
1
|
+
import { __awaiter } from "tslib";
|
2
|
+
import { InactivityDialog } from './inactivity-dialog';
|
1
3
|
import { InactivityService } from './inactivity-service';
|
2
4
|
export class InactivityManager {
|
3
5
|
constructor(config) {
|
@@ -12,37 +14,33 @@ export class InactivityManager {
|
|
12
14
|
}
|
13
15
|
setupEventListeners() {
|
14
16
|
this.service.on('inactivity-warning', (data) => {
|
15
|
-
this.showWarningDialog(data.remainingSeconds);
|
17
|
+
void this.showWarningDialog(data.remainingSeconds);
|
16
18
|
});
|
17
19
|
this.service.on('inactivity-timeout', () => {
|
18
20
|
this.handleTimeout();
|
19
21
|
});
|
20
22
|
}
|
21
23
|
showWarningDialog(remainingSeconds) {
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
this.dialog
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
24
|
+
return __awaiter(this, void 0, void 0, function* () {
|
25
|
+
if (this.isDialogVisible)
|
26
|
+
return;
|
27
|
+
if (!this.dialog) {
|
28
|
+
InactivityDialog;
|
29
|
+
this.dialog = document.createElement('inactivity-dialog');
|
30
|
+
document.body.appendChild(this.dialog);
|
31
|
+
}
|
32
|
+
this.dialog.configure({
|
33
|
+
remainingSeconds,
|
34
|
+
onContinue: () => this.handleContinue(),
|
35
|
+
onLogout: () => this.handleLogout(),
|
36
|
+
});
|
37
|
+
this.isDialogVisible = this.dialog.show();
|
35
38
|
});
|
36
39
|
}
|
37
40
|
hideWarningDialog() {
|
38
41
|
if (!this.isDialogVisible || !this.dialog)
|
39
42
|
return;
|
40
|
-
this.isDialogVisible =
|
41
|
-
this.dialog.hide();
|
42
|
-
// Remove from DOM
|
43
|
-
if (this.dialog.parentNode) {
|
44
|
-
this.dialog.parentNode.removeChild(this.dialog);
|
45
|
-
}
|
43
|
+
this.isDialogVisible = this.dialog.hide();
|
46
44
|
}
|
47
45
|
handleContinue() {
|
48
46
|
this.service.resetTimer();
|
@@ -5553,6 +5553,55 @@
|
|
5553
5553
|
"name": "InactivityDialog",
|
5554
5554
|
"preserveMemberOrder": false,
|
5555
5555
|
"members": [
|
5556
|
+
{
|
5557
|
+
"kind": "Method",
|
5558
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityDialog#configure:member(1)",
|
5559
|
+
"docComment": "",
|
5560
|
+
"excerptTokens": [
|
5561
|
+
{
|
5562
|
+
"kind": "Content",
|
5563
|
+
"text": "configure(options: "
|
5564
|
+
},
|
5565
|
+
{
|
5566
|
+
"kind": "Reference",
|
5567
|
+
"text": "InactivityDialogOptions",
|
5568
|
+
"canonicalReference": "@genesislcap/foundation-utils!InactivityDialogOptions:interface"
|
5569
|
+
},
|
5570
|
+
{
|
5571
|
+
"kind": "Content",
|
5572
|
+
"text": "): "
|
5573
|
+
},
|
5574
|
+
{
|
5575
|
+
"kind": "Content",
|
5576
|
+
"text": "void"
|
5577
|
+
},
|
5578
|
+
{
|
5579
|
+
"kind": "Content",
|
5580
|
+
"text": ";"
|
5581
|
+
}
|
5582
|
+
],
|
5583
|
+
"isStatic": false,
|
5584
|
+
"returnTypeTokenRange": {
|
5585
|
+
"startIndex": 3,
|
5586
|
+
"endIndex": 4
|
5587
|
+
},
|
5588
|
+
"releaseTag": "Public",
|
5589
|
+
"isProtected": false,
|
5590
|
+
"overloadIndex": 1,
|
5591
|
+
"parameters": [
|
5592
|
+
{
|
5593
|
+
"parameterName": "options",
|
5594
|
+
"parameterTypeTokenRange": {
|
5595
|
+
"startIndex": 1,
|
5596
|
+
"endIndex": 2
|
5597
|
+
},
|
5598
|
+
"isOptional": false
|
5599
|
+
}
|
5600
|
+
],
|
5601
|
+
"isOptional": false,
|
5602
|
+
"isAbstract": false,
|
5603
|
+
"name": "configure"
|
5604
|
+
},
|
5556
5605
|
{
|
5557
5606
|
"kind": "Method",
|
5558
5607
|
"canonicalReference": "@genesislcap/foundation-utils!InactivityDialog#disconnectedCallback:member(1)",
|
@@ -5657,7 +5706,7 @@
|
|
5657
5706
|
},
|
5658
5707
|
{
|
5659
5708
|
"kind": "Content",
|
5660
|
-
"text": "
|
5709
|
+
"text": "boolean"
|
5661
5710
|
},
|
5662
5711
|
{
|
5663
5712
|
"kind": "Content",
|
@@ -5744,20 +5793,11 @@
|
|
5744
5793
|
"excerptTokens": [
|
5745
5794
|
{
|
5746
5795
|
"kind": "Content",
|
5747
|
-
"text": "show(
|
5748
|
-
},
|
5749
|
-
{
|
5750
|
-
"kind": "Reference",
|
5751
|
-
"text": "InactivityDialogOptions",
|
5752
|
-
"canonicalReference": "@genesislcap/foundation-utils!InactivityDialogOptions:interface"
|
5796
|
+
"text": "show(): "
|
5753
5797
|
},
|
5754
5798
|
{
|
5755
5799
|
"kind": "Content",
|
5756
|
-
"text": "
|
5757
|
-
},
|
5758
|
-
{
|
5759
|
-
"kind": "Content",
|
5760
|
-
"text": "void"
|
5800
|
+
"text": "boolean"
|
5761
5801
|
},
|
5762
5802
|
{
|
5763
5803
|
"kind": "Content",
|
@@ -5766,22 +5806,13 @@
|
|
5766
5806
|
],
|
5767
5807
|
"isStatic": false,
|
5768
5808
|
"returnTypeTokenRange": {
|
5769
|
-
"startIndex":
|
5770
|
-
"endIndex":
|
5809
|
+
"startIndex": 1,
|
5810
|
+
"endIndex": 2
|
5771
5811
|
},
|
5772
5812
|
"releaseTag": "Public",
|
5773
5813
|
"isProtected": false,
|
5774
5814
|
"overloadIndex": 1,
|
5775
|
-
"parameters": [
|
5776
|
-
{
|
5777
|
-
"parameterName": "options",
|
5778
|
-
"parameterTypeTokenRange": {
|
5779
|
-
"startIndex": 1,
|
5780
|
-
"endIndex": 2
|
5781
|
-
},
|
5782
|
-
"isOptional": false
|
5783
|
-
}
|
5784
|
-
],
|
5815
|
+
"parameters": [],
|
5785
5816
|
"isOptional": false,
|
5786
5817
|
"isAbstract": false,
|
5787
5818
|
"name": "show"
|
@@ -694,8 +694,9 @@ export declare class InactivityDialog extends FASTElement {
|
|
694
694
|
private countdownInterval?;
|
695
695
|
private startTime;
|
696
696
|
private totalSeconds;
|
697
|
-
|
698
|
-
|
697
|
+
configure(options: InactivityDialogOptions): void;
|
698
|
+
show(): boolean;
|
699
|
+
hide(): boolean;
|
699
700
|
private startCountdown;
|
700
701
|
private stopCountdown;
|
701
702
|
handleContinue(): void;
|
@@ -0,0 +1,50 @@
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
+
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [InactivityDialog](./foundation-utils.inactivitydialog.md) > [configure](./foundation-utils.inactivitydialog.configure.md)
|
4
|
+
|
5
|
+
## InactivityDialog.configure() method
|
6
|
+
|
7
|
+
**Signature:**
|
8
|
+
|
9
|
+
```typescript
|
10
|
+
configure(options: InactivityDialogOptions): void;
|
11
|
+
```
|
12
|
+
|
13
|
+
## Parameters
|
14
|
+
|
15
|
+
<table><thead><tr><th>
|
16
|
+
|
17
|
+
Parameter
|
18
|
+
|
19
|
+
|
20
|
+
</th><th>
|
21
|
+
|
22
|
+
Type
|
23
|
+
|
24
|
+
|
25
|
+
</th><th>
|
26
|
+
|
27
|
+
Description
|
28
|
+
|
29
|
+
|
30
|
+
</th></tr></thead>
|
31
|
+
<tbody><tr><td>
|
32
|
+
|
33
|
+
options
|
34
|
+
|
35
|
+
|
36
|
+
</td><td>
|
37
|
+
|
38
|
+
[InactivityDialogOptions](./foundation-utils.inactivitydialogoptions.md)
|
39
|
+
|
40
|
+
|
41
|
+
</td><td>
|
42
|
+
|
43
|
+
|
44
|
+
</td></tr>
|
45
|
+
</tbody></table>
|
46
|
+
|
47
|
+
**Returns:**
|
48
|
+
|
49
|
+
void
|
50
|
+
|
@@ -90,6 +90,18 @@ Description
|
|
90
90
|
</th></tr></thead>
|
91
91
|
<tbody><tr><td>
|
92
92
|
|
93
|
+
[configure(options)](./foundation-utils.inactivitydialog.configure.md)
|
94
|
+
|
95
|
+
|
96
|
+
</td><td>
|
97
|
+
|
98
|
+
|
99
|
+
</td><td>
|
100
|
+
|
101
|
+
|
102
|
+
</td></tr>
|
103
|
+
<tr><td>
|
104
|
+
|
93
105
|
[disconnectedCallback()](./foundation-utils.inactivitydialog.disconnectedcallback.md)
|
94
106
|
|
95
107
|
|
@@ -138,7 +150,7 @@ Description
|
|
138
150
|
</td></tr>
|
139
151
|
<tr><td>
|
140
152
|
|
141
|
-
[show(
|
153
|
+
[show()](./foundation-utils.inactivitydialog.show.md)
|
142
154
|
|
143
155
|
|
144
156
|
</td><td>
|
@@ -7,44 +7,9 @@
|
|
7
7
|
**Signature:**
|
8
8
|
|
9
9
|
```typescript
|
10
|
-
show(
|
10
|
+
show(): boolean;
|
11
11
|
```
|
12
|
-
|
13
|
-
## Parameters
|
14
|
-
|
15
|
-
<table><thead><tr><th>
|
16
|
-
|
17
|
-
Parameter
|
18
|
-
|
19
|
-
|
20
|
-
</th><th>
|
21
|
-
|
22
|
-
Type
|
23
|
-
|
24
|
-
|
25
|
-
</th><th>
|
26
|
-
|
27
|
-
Description
|
28
|
-
|
29
|
-
|
30
|
-
</th></tr></thead>
|
31
|
-
<tbody><tr><td>
|
32
|
-
|
33
|
-
options
|
34
|
-
|
35
|
-
|
36
|
-
</td><td>
|
37
|
-
|
38
|
-
[InactivityDialogOptions](./foundation-utils.inactivitydialogoptions.md)
|
39
|
-
|
40
|
-
|
41
|
-
</td><td>
|
42
|
-
|
43
|
-
|
44
|
-
</td></tr>
|
45
|
-
</tbody></table>
|
46
|
-
|
47
12
|
**Returns:**
|
48
13
|
|
49
|
-
|
14
|
+
boolean
|
50
15
|
|
@@ -399,6 +399,8 @@ export interface InactivityConfig {
|
|
399
399
|
|
400
400
|
// @public (undocumented)
|
401
401
|
export class InactivityDialog extends FASTElement {
|
402
|
+
// (undocumented)
|
403
|
+
configure(options: InactivityDialogOptions): void;
|
402
404
|
// (undocumented)
|
403
405
|
disconnectedCallback(): void;
|
404
406
|
// (undocumented)
|
@@ -406,13 +408,13 @@ export class InactivityDialog extends FASTElement {
|
|
406
408
|
// (undocumented)
|
407
409
|
handleLogout(): void;
|
408
410
|
// (undocumented)
|
409
|
-
hide():
|
411
|
+
hide(): boolean;
|
410
412
|
// (undocumented)
|
411
413
|
isVisible: boolean;
|
412
414
|
// (undocumented)
|
413
415
|
remainingSeconds: number;
|
414
416
|
// (undocumented)
|
415
|
-
show(
|
417
|
+
show(): boolean;
|
416
418
|
}
|
417
419
|
|
418
420
|
// @public (undocumented)
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genesislcap/foundation-utils",
|
3
3
|
"description": "Genesis Foundation Utils",
|
4
|
-
"version": "14.320.1-alpha-
|
4
|
+
"version": "14.320.1-alpha-4df1e9d.0",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -27,18 +27,18 @@
|
|
27
27
|
}
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
|
-
"@genesislcap/foundation-testing": "14.320.1-alpha-
|
31
|
-
"@genesislcap/genx": "14.320.1-alpha-
|
32
|
-
"@genesislcap/rollup-builder": "14.320.1-alpha-
|
33
|
-
"@genesislcap/ts-builder": "14.320.1-alpha-
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.320.1-alpha-
|
35
|
-
"@genesislcap/vite-builder": "14.320.1-alpha-
|
36
|
-
"@genesislcap/webpack-builder": "14.320.1-alpha-
|
30
|
+
"@genesislcap/foundation-testing": "14.320.1-alpha-4df1e9d.0",
|
31
|
+
"@genesislcap/genx": "14.320.1-alpha-4df1e9d.0",
|
32
|
+
"@genesislcap/rollup-builder": "14.320.1-alpha-4df1e9d.0",
|
33
|
+
"@genesislcap/ts-builder": "14.320.1-alpha-4df1e9d.0",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.320.1-alpha-4df1e9d.0",
|
35
|
+
"@genesislcap/vite-builder": "14.320.1-alpha-4df1e9d.0",
|
36
|
+
"@genesislcap/webpack-builder": "14.320.1-alpha-4df1e9d.0",
|
37
37
|
"@types/json-schema": "^7.0.11"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/expression-builder": "14.320.1-alpha-
|
41
|
-
"@genesislcap/foundation-logger": "14.320.1-alpha-
|
40
|
+
"@genesislcap/expression-builder": "14.320.1-alpha-4df1e9d.0",
|
41
|
+
"@genesislcap/foundation-logger": "14.320.1-alpha-4df1e9d.0",
|
42
42
|
"@microsoft/fast-components": "2.30.6",
|
43
43
|
"@microsoft/fast-element": "1.14.0",
|
44
44
|
"@microsoft/fast-foundation": "2.49.6",
|
@@ -56,5 +56,5 @@
|
|
56
56
|
"access": "public"
|
57
57
|
},
|
58
58
|
"customElements": "dist/custom-elements.json",
|
59
|
-
"gitHead": "
|
59
|
+
"gitHead": "6ce8d86e2a7c584a30f1a5e2de10b22ff73a5c3d"
|
60
60
|
}
|