@genesislcap/foundation-ui 14.315.0 → 14.317.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 +55 -1
- package/dist/dts/stepper/stepper.d.ts +5 -0
- package/dist/dts/stepper/stepper.d.ts.map +1 -1
- package/dist/dts/stepper/stepper.styles.d.ts.map +1 -1
- package/dist/dts/stepper/stepper.template.d.ts.map +1 -1
- package/dist/esm/file-reader/file-reader.js +1 -1
- package/dist/esm/stepper/stepper.js +28 -10
- package/dist/esm/stepper/stepper.styles.js +8 -0
- package/dist/esm/stepper/stepper.template.js +3 -2
- package/package.json +18 -18
|
@@ -41454,7 +41454,7 @@
|
|
|
41454
41454
|
"type": {
|
|
41455
41455
|
"text": "ElementStyles"
|
|
41456
41456
|
},
|
|
41457
|
-
"default": "css`\n :host {\n display: flex;\n height: 100%;\n width: 100%;\n }\n\n :host([orientation='horizontal']) {\n flex-direction: column;\n }\n\n .stepper-tab {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n max-width: 280px;\n border-radius: 0;\n }\n\n .action-buttons-container {\n width: 100%;\n display: flex;\n justify-content: flex-end;\n }\n\n .stepper-panel-container {\n height: 100%;\n overflow: hidden;\n padding: 15px;\n }\n\n .stepper-tab-menu {\n display: flex;\n flex-direction: column;\n width: 100%;\n margin-bottom: 30px;\n }\n\n .stepper-tab-progress {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: start;\n flex: 1;\n }\n\n .stepper-tab-progress .progress-ring {\n --design-unit: 10;\n\n margin: 0;\n }\n\n .stepper-tab-panel {\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n width: 100%;\n min-width: 370px;\n border-radius: 0;\n }\n\n label {\n padding: 0 10px;\n color: rgb(135 155 166);\n display: block;\n cursor: pointer;\n text-align: center;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n :host([orientation='horizontal']) .stepper-tab-menu {\n height: 100%;\n width: 100%;\n display: flex;\n flex-direction: row;\n margin-bottom: 0;\n align-items: center;\n justify-content: center;\n gap: calc(var(--design-unit) * 4px);\n padding: 0 calc(var(--design-unit) * 4px);\n }\n\n :host([orientation='horizontal']) .stepper-tab {\n max-width: 100%;\n max-height: 70px;\n height: 70px;\n }\n`"
|
|
41457
|
+
"default": "css`\n :host {\n display: flex;\n height: 100%;\n width: 100%;\n }\n\n :host([orientation='horizontal']) {\n flex-direction: column;\n }\n\n .stepper-tab {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n max-width: 280px;\n border-radius: 0;\n }\n\n .action-buttons-container {\n width: 100%;\n display: flex;\n justify-content: flex-end;\n }\n\n .stepper-panel-container {\n height: 100%;\n overflow: hidden;\n padding: 15px;\n }\n\n .stepper-tab-menu {\n display: flex;\n flex-direction: column;\n width: 100%;\n margin-bottom: 30px;\n }\n\n .stepper-tab-menu-hidden {\n display: none;\n }\n\n .stepper-tab-progress {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: start;\n flex: 1;\n }\n\n .stepper-tab-progress .progress-ring {\n --design-unit: 10;\n\n margin: 0;\n }\n\n .stepper-tab-panel {\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n width: 100%;\n min-width: 370px;\n border-radius: 0;\n }\n\n label {\n padding: 0 10px;\n color: rgb(135 155 166);\n display: block;\n cursor: pointer;\n text-align: center;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n :host([orientation='horizontal']) .stepper-tab-menu {\n height: 100%;\n width: 100%;\n display: flex;\n flex-direction: row;\n margin-bottom: 0;\n align-items: center;\n justify-content: center;\n gap: calc(var(--design-unit) * 4px);\n padding: 0 calc(var(--design-unit) * 4px);\n }\n\n :host([orientation='horizontal']) .stepper-tab-hidden {\n display: none;\n }\n\n :host([orientation='horizontal']) .stepper-tab {\n max-width: 100%;\n max-height: 70px;\n height: 70px;\n }\n`"
|
|
41458
41458
|
}
|
|
41459
41459
|
],
|
|
41460
41460
|
"exports": [
|
|
@@ -41553,6 +41553,14 @@
|
|
|
41553
41553
|
},
|
|
41554
41554
|
"default": "false"
|
|
41555
41555
|
},
|
|
41556
|
+
{
|
|
41557
|
+
"kind": "field",
|
|
41558
|
+
"name": "hideTabs",
|
|
41559
|
+
"type": {
|
|
41560
|
+
"text": "boolean"
|
|
41561
|
+
},
|
|
41562
|
+
"default": "false"
|
|
41563
|
+
},
|
|
41556
41564
|
{
|
|
41557
41565
|
"kind": "field",
|
|
41558
41566
|
"name": "orientation",
|
|
@@ -41677,6 +41685,44 @@
|
|
|
41677
41685
|
},
|
|
41678
41686
|
"privacy": "private"
|
|
41679
41687
|
},
|
|
41688
|
+
{
|
|
41689
|
+
"kind": "field",
|
|
41690
|
+
"name": "pendingNextStep",
|
|
41691
|
+
"type": {
|
|
41692
|
+
"text": "boolean"
|
|
41693
|
+
},
|
|
41694
|
+
"privacy": "private",
|
|
41695
|
+
"default": "false"
|
|
41696
|
+
},
|
|
41697
|
+
{
|
|
41698
|
+
"kind": "field",
|
|
41699
|
+
"name": "slotsInitialized",
|
|
41700
|
+
"type": {
|
|
41701
|
+
"text": "boolean"
|
|
41702
|
+
},
|
|
41703
|
+
"privacy": "private",
|
|
41704
|
+
"default": "false"
|
|
41705
|
+
},
|
|
41706
|
+
{
|
|
41707
|
+
"kind": "method",
|
|
41708
|
+
"name": "setTabsAndTabPanels",
|
|
41709
|
+
"privacy": "private",
|
|
41710
|
+
"return": {
|
|
41711
|
+
"type": {
|
|
41712
|
+
"text": "void"
|
|
41713
|
+
}
|
|
41714
|
+
}
|
|
41715
|
+
},
|
|
41716
|
+
{
|
|
41717
|
+
"kind": "method",
|
|
41718
|
+
"name": "checkAndExecutePendingNextStep",
|
|
41719
|
+
"privacy": "private",
|
|
41720
|
+
"return": {
|
|
41721
|
+
"type": {
|
|
41722
|
+
"text": "void"
|
|
41723
|
+
}
|
|
41724
|
+
}
|
|
41725
|
+
},
|
|
41680
41726
|
{
|
|
41681
41727
|
"kind": "method",
|
|
41682
41728
|
"name": "getActiveIndex",
|
|
@@ -42011,6 +42057,14 @@
|
|
|
42011
42057
|
"default": "false",
|
|
42012
42058
|
"fieldName": "hideAllButtons"
|
|
42013
42059
|
},
|
|
42060
|
+
{
|
|
42061
|
+
"name": "hide-tabs",
|
|
42062
|
+
"type": {
|
|
42063
|
+
"text": "boolean"
|
|
42064
|
+
},
|
|
42065
|
+
"default": "false",
|
|
42066
|
+
"fieldName": "hideTabs"
|
|
42067
|
+
},
|
|
42014
42068
|
{
|
|
42015
42069
|
"name": "orientation",
|
|
42016
42070
|
"type": {
|
|
@@ -12,6 +12,7 @@ export declare class Stepper extends FoundationElement {
|
|
|
12
12
|
allowBackwardJumps: boolean;
|
|
13
13
|
allowForwardJumps: boolean;
|
|
14
14
|
hideAllButtons: boolean;
|
|
15
|
+
hideTabs: boolean;
|
|
15
16
|
orientation: TabsOrientation;
|
|
16
17
|
orientationChanged(): void;
|
|
17
18
|
activeid: string;
|
|
@@ -26,7 +27,11 @@ export declare class Stepper extends FoundationElement {
|
|
|
26
27
|
activetab: HTMLElement;
|
|
27
28
|
private tabIds;
|
|
28
29
|
private tabpanelIds;
|
|
30
|
+
private pendingNextStep;
|
|
31
|
+
private slotsInitialized;
|
|
29
32
|
connectedCallback(): void;
|
|
33
|
+
private setTabsAndTabPanels;
|
|
34
|
+
private checkAndExecutePendingNextStep;
|
|
30
35
|
private getActiveIndex;
|
|
31
36
|
/**
|
|
32
37
|
* Go to a specific step by step number (1-based indexing)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepper.d.ts","sourceRoot":"","sources":["../../../src/stepper/stepper.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAEhF,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAK5C,MAAM,MAAM,UAAU,GAAG;IAAE,OAAO,EAAE,MAAM,GAAG,CAAA;CAAE,CAAC;AAEhD;;GAEG;AACH,qBAAa,OAAQ,SAAQ,iBAAiB;IACgB,gBAAgB,EAAE,OAAO,CAAC;IAC5B,cAAc,EAAE,OAAO,CAAC;IACpB,kBAAkB,EAAE,OAAO,CAAS;IACrC,iBAAiB,EAAE,OAAO,CAAS;IACtC,cAAc,EAAE,OAAO,CAAS;
|
|
1
|
+
{"version":3,"file":"stepper.d.ts","sourceRoot":"","sources":["../../../src/stepper/stepper.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAEhF,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAK5C,MAAM,MAAM,UAAU,GAAG;IAAE,OAAO,EAAE,MAAM,GAAG,CAAA;CAAE,CAAC;AAEhD;;GAEG;AACH,qBAAa,OAAQ,SAAQ,iBAAiB;IACgB,gBAAgB,EAAE,OAAO,CAAC;IAC5B,cAAc,EAAE,OAAO,CAAC;IACpB,kBAAkB,EAAE,OAAO,CAAS;IACrC,iBAAiB,EAAE,OAAO,CAAS;IACtC,cAAc,EAAE,OAAO,CAAS;IACvC,QAAQ,EAAE,OAAO,CAAS;IACvE,WAAW,EAAE,eAAe,CAA4B;IAC9D,kBAAkB,IAAI,IAAI;IAOpB,QAAQ,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAQ7C,IAAI,EAAE,UAAU,EAAE,GAAG,WAAW,EAAE,CAAC;IAC/C,WAAW,IAAI,IAAI;IAOP,SAAS,EAAE,WAAW,EAAE,CAAC;IACrC,gBAAgB,IAAI,IAAI;IAMZ,UAAU,EAAE,UAAU,EAAE,CAAC;IACzB,aAAa,SAAK;IAClB,cAAc,EAAE,MAAM,CAAK;IAEvC,SAAS,EAAE,WAAW,CAAC;IACvB,OAAO,CAAC,MAAM,CAAgB;IAC9B,OAAO,CAAC,WAAW,CAAgB;IACnC,OAAO,CAAC,eAAe,CAAkB;IACzC,OAAO,CAAC,gBAAgB,CAAkB;IAE1C,iBAAiB,IAAI,IAAI;IAQzB,OAAO,CAAC,mBAAmB;IAW3B,OAAO,CAAC,8BAA8B;IAOtC,OAAO,CAAC,cAAc;IAStB;;;;;OAKG;IACH,QAAQ,CAAC,UAAU,EAAE,MAAM,EAAE,sBAAsB,GAAE,OAAe,GAAG,OAAO;IAkD9E;;;OAGG;IACH,aAAa,IAAI,OAAO;IAIxB;;;OAGG;IACH,YAAY,IAAI,OAAO;IAIvB,eAAe,CAAC,SAAS,KAAA;IAQzB,OAAO,CAAC,kBAAkB;IAkB1B,OAAO,CAAC,iBAAiB;IA0CzB,IAAc,oBAAoB,YAEjC;IAED,IAAc,UAAU,YAEvB;IAED,IAAc,eAAe,YAkB5B;IAED,OAAO,IAAI,IAAI;IAIf,QAAQ,IAAI,IAAI;IA0ChB,YAAY,IAAI,IAAI;IAQpB,SAAS,CAAC,OAAO,QAAO,IAAI,CAqC1B;IAEF,gBAAgB,aAWd;IAEF,OAAO,CAAC,YAAY,CAUlB;IAEF,OAAO,CAAC,SAAS;IAMjB,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,mBAAmB;CAG5B;AAGD,eAAO,MAAM,8BAA8B,EAAE,cAA0B,CAAC;AAExE,eAAO,MAAM,oBAAoB,IAAK,CAAC;AAEvC;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;kBAM5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepper.styles.d.ts","sourceRoot":"","sources":["../../../src/stepper/stepper.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D,eAAO,MAAM,uBAAuB,EAAE,
|
|
1
|
+
{"version":3,"file":"stepper.styles.d.ts","sourceRoot":"","sources":["../../../src/stepper/stepper.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D,eAAO,MAAM,uBAAuB,EAAE,aAmGrC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepper.template.d.ts","sourceRoot":"","sources":["../../../src/stepper/stepper.template.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"stepper.template.d.ts","sourceRoot":"","sources":["../../../src/stepper/stepper.template.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEzC,eAAO,MAAM,kBAAkB,GAAI,WAAM,iEAgDxC,CAAC;AAEF,eAAO,MAAM,yBAAyB,8DAErC,CAAC"}
|
|
@@ -14,9 +14,12 @@ export class Stepper extends FoundationElement {
|
|
|
14
14
|
this.allowBackwardJumps = false;
|
|
15
15
|
this.allowForwardJumps = false;
|
|
16
16
|
this.hideAllButtons = false;
|
|
17
|
+
this.hideTabs = false;
|
|
17
18
|
this.orientation = TabsOrientation.vertical;
|
|
18
19
|
this.progressValue = 0;
|
|
19
20
|
this.activeTabIndex = 0;
|
|
21
|
+
this.pendingNextStep = false;
|
|
22
|
+
this.slotsInitialized = false;
|
|
20
23
|
this.setTabs = () => {
|
|
21
24
|
this.activeTabIndex = this.getActiveIndex();
|
|
22
25
|
this.tabs.forEach((tab, index) => {
|
|
@@ -84,20 +87,14 @@ export class Stepper extends FoundationElement {
|
|
|
84
87
|
}
|
|
85
88
|
tabsChanged() {
|
|
86
89
|
if (this.$fastController.isConnected && this.tabs.length <= this.tabpanels.length) {
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
89
|
-
this.setTabs();
|
|
90
|
-
this.setTabPanels();
|
|
91
|
-
this.getCompletedTabs();
|
|
90
|
+
this.setTabsAndTabPanels();
|
|
91
|
+
this.checkAndExecutePendingNextStep();
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
tabpanelsChanged() {
|
|
95
95
|
if (this.$fastController.isConnected && this.tabpanels.length <= this.tabs.length) {
|
|
96
|
-
this.
|
|
97
|
-
this.
|
|
98
|
-
this.setTabs();
|
|
99
|
-
this.setTabPanels();
|
|
100
|
-
this.getCompletedTabs();
|
|
96
|
+
this.setTabsAndTabPanels();
|
|
97
|
+
this.checkAndExecutePendingNextStep();
|
|
101
98
|
}
|
|
102
99
|
}
|
|
103
100
|
connectedCallback() {
|
|
@@ -106,6 +103,20 @@ export class Stepper extends FoundationElement {
|
|
|
106
103
|
this.tabpanelIds = this.getTabPanelIds();
|
|
107
104
|
this.activeTabIndex = this.getActiveIndex();
|
|
108
105
|
}
|
|
106
|
+
setTabsAndTabPanels() {
|
|
107
|
+
this.tabIds = this.getTabIds();
|
|
108
|
+
this.tabpanelIds = this.getTabPanelIds();
|
|
109
|
+
this.setTabs();
|
|
110
|
+
this.setTabPanels();
|
|
111
|
+
this.getCompletedTabs();
|
|
112
|
+
this.slotsInitialized = this.tabs.length > 0 && this.tabpanels.length > 0;
|
|
113
|
+
}
|
|
114
|
+
checkAndExecutePendingNextStep() {
|
|
115
|
+
if (this.pendingNextStep && this.slotsInitialized) {
|
|
116
|
+
this.pendingNextStep = false;
|
|
117
|
+
this.nextStep();
|
|
118
|
+
}
|
|
119
|
+
}
|
|
109
120
|
getActiveIndex() {
|
|
110
121
|
const id = this.activeid;
|
|
111
122
|
if (id !== undefined) {
|
|
@@ -259,6 +270,10 @@ export class Stepper extends FoundationElement {
|
|
|
259
270
|
}
|
|
260
271
|
nextStep() {
|
|
261
272
|
var _a;
|
|
273
|
+
if (!this.slotsInitialized) {
|
|
274
|
+
this.pendingNextStep = true;
|
|
275
|
+
return;
|
|
276
|
+
}
|
|
262
277
|
if (this.validation && this.validation[this.activeTabIndex]) {
|
|
263
278
|
if (!this.validation[this.activeTabIndex].isValid()) {
|
|
264
279
|
this.tabs[this.activeTabIndex].completed = false;
|
|
@@ -328,6 +343,9 @@ __decorate([
|
|
|
328
343
|
__decorate([
|
|
329
344
|
attr({ attribute: 'hide-all-buttons', mode: 'boolean' })
|
|
330
345
|
], Stepper.prototype, "hideAllButtons", void 0);
|
|
346
|
+
__decorate([
|
|
347
|
+
attr({ attribute: 'hide-tabs', mode: 'boolean' })
|
|
348
|
+
], Stepper.prototype, "hideTabs", void 0);
|
|
331
349
|
__decorate([
|
|
332
350
|
attr
|
|
333
351
|
], Stepper.prototype, "orientation", void 0);
|
|
@@ -38,6 +38,10 @@ export const foundationStepperStyles = css `
|
|
|
38
38
|
margin-bottom: 30px;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
+
.stepper-tab-menu-hidden {
|
|
42
|
+
display: none;
|
|
43
|
+
}
|
|
44
|
+
|
|
41
45
|
.stepper-tab-progress {
|
|
42
46
|
display: flex;
|
|
43
47
|
flex-direction: column;
|
|
@@ -85,6 +89,10 @@ export const foundationStepperStyles = css `
|
|
|
85
89
|
padding: 0 calc(var(--design-unit) * 4px);
|
|
86
90
|
}
|
|
87
91
|
|
|
92
|
+
:host([orientation='horizontal']) .stepper-tab-hidden {
|
|
93
|
+
display: none;
|
|
94
|
+
}
|
|
95
|
+
|
|
88
96
|
:host([orientation='horizontal']) .stepper-tab {
|
|
89
97
|
max-width: 100%;
|
|
90
98
|
max-height: 70px;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { html, slotted, when } from '@microsoft/fast-element';
|
|
2
2
|
import { TabsOrientation } from '@microsoft/fast-foundation';
|
|
3
|
+
import { classNames } from '@microsoft/fast-web-utilities';
|
|
3
4
|
import { getPrefix } from '../utils';
|
|
4
5
|
export const getPrefixedStepper = (prefix) => html `
|
|
5
6
|
|
|
6
|
-
<${prefix}-card class
|
|
7
|
-
<div class
|
|
7
|
+
<${prefix}-card class=${(x) => classNames('stepper-tab', ['stepper-tab-hidden', x.hideTabs])} part="stepper-tab" @tab-clicked="${(x, c) => x.handleStepClick(c.event.detail)}" role="stepper-tab" data-test-id="stepper-tab">
|
|
8
|
+
<div class=${(x) => classNames('stepper-tab-menu', ['stepper-tab-menu-hidden', x.hideTabs])} part="stepper-tab-menu">
|
|
8
9
|
<slot name="tab" ${slotted('tabs')} ></slot>
|
|
9
10
|
</div>
|
|
10
11
|
${when((x) => x.orientation === TabsOrientation.vertical, html `
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-ui",
|
|
3
3
|
"description": "Genesis Foundation UI",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.317.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@genesislcap/foundation-testing": "14.
|
|
87
|
-
"@genesislcap/genx": "14.
|
|
88
|
-
"@genesislcap/rollup-builder": "14.
|
|
89
|
-
"@genesislcap/ts-builder": "14.
|
|
90
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
91
|
-
"@genesislcap/vite-builder": "14.
|
|
92
|
-
"@genesislcap/webpack-builder": "14.
|
|
86
|
+
"@genesislcap/foundation-testing": "14.317.0",
|
|
87
|
+
"@genesislcap/genx": "14.317.0",
|
|
88
|
+
"@genesislcap/rollup-builder": "14.317.0",
|
|
89
|
+
"@genesislcap/ts-builder": "14.317.0",
|
|
90
|
+
"@genesislcap/uvu-playwright-builder": "14.317.0",
|
|
91
|
+
"@genesislcap/vite-builder": "14.317.0",
|
|
92
|
+
"@genesislcap/webpack-builder": "14.317.0",
|
|
93
93
|
"copyfiles": "^2.4.1"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
@@ -98,15 +98,15 @@
|
|
|
98
98
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
99
99
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
100
100
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
101
|
-
"@genesislcap/expression-builder": "14.
|
|
102
|
-
"@genesislcap/foundation-comms": "14.
|
|
103
|
-
"@genesislcap/foundation-criteria": "14.
|
|
104
|
-
"@genesislcap/foundation-errors": "14.
|
|
105
|
-
"@genesislcap/foundation-events": "14.
|
|
106
|
-
"@genesislcap/foundation-logger": "14.
|
|
107
|
-
"@genesislcap/foundation-notifications": "14.
|
|
108
|
-
"@genesislcap/foundation-user": "14.
|
|
109
|
-
"@genesislcap/foundation-utils": "14.
|
|
101
|
+
"@genesislcap/expression-builder": "14.317.0",
|
|
102
|
+
"@genesislcap/foundation-comms": "14.317.0",
|
|
103
|
+
"@genesislcap/foundation-criteria": "14.317.0",
|
|
104
|
+
"@genesislcap/foundation-errors": "14.317.0",
|
|
105
|
+
"@genesislcap/foundation-events": "14.317.0",
|
|
106
|
+
"@genesislcap/foundation-logger": "14.317.0",
|
|
107
|
+
"@genesislcap/foundation-notifications": "14.317.0",
|
|
108
|
+
"@genesislcap/foundation-user": "14.317.0",
|
|
109
|
+
"@genesislcap/foundation-utils": "14.317.0",
|
|
110
110
|
"@microsoft/fast-colors": "5.3.1",
|
|
111
111
|
"@microsoft/fast-components": "2.30.6",
|
|
112
112
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -128,5 +128,5 @@
|
|
|
128
128
|
"access": "public"
|
|
129
129
|
},
|
|
130
130
|
"customElements": "dist/custom-elements.json",
|
|
131
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "5ea38fcd22a1f0a1256bfb90c261a615d9f9370e"
|
|
132
132
|
}
|