@genesislcap/foundation-ui 14.173.4 → 14.175.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.
@@ -1 +1 @@
1
- {"version":3,"file":"multiselect.template.d.ts","sourceRoot":"","sources":["../../../src/multiselect/multiselect.template.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAK5C,eAAO,MAAM,sBAAsB,uFAqGlC,CAAC;AAEF,eAAO,MAAM,mBAAmB,kEAE/B,CAAC"}
1
+ {"version":3,"file":"multiselect.template.d.ts","sourceRoot":"","sources":["../../../src/multiselect/multiselect.template.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAK5C,eAAO,MAAM,sBAAsB,uFAuGlC,CAAC;AAEF,eAAO,MAAM,mBAAmB,kEAE/B,CAAC"}
@@ -1,4 +1,4 @@
1
- import { ToastButton } from '@genesislcap/foundation-notifications';
1
+ import { NotificationDataRow, ToastButton } from '@genesislcap/foundation-notifications';
2
2
  import { FoundationElement } from '@microsoft/fast-foundation';
3
3
  import { Subscription } from 'rxjs';
4
4
  export declare const foundationNotificationListenerShadowOptions: ShadowRootInit;
@@ -28,6 +28,7 @@ export declare class NotificationListener extends FoundationElement {
28
28
  connectedCallback(): Promise<void>;
29
29
  disconnectedCallback(): void;
30
30
  private handleStreamUpdate;
31
+ protected showNotificationToast(row: NotificationDataRow): void;
31
32
  }
32
33
  /**
33
34
  * The Foundation Notification Listener
@@ -1 +1 @@
1
- {"version":3,"file":"notification-listener.d.ts","sourceRoot":"","sources":["../../../src/notification-listener/notification-listener.ts"],"names":[],"mappings":"AAOA,OAAO,EAKL,WAAW,EAEZ,MAAM,uCAAuC,CAAC;AAE/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAIpC,eAAO,MAAM,2CAA2C,EAAE,cAGzD,CAAC;AAEF;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,iBAAiB;IAC7C,oBAAoB,EAAG,WAAW,CAAC;IAE/C;;;;OAIG;IACmC,YAAY,MAAC;IACnD;;;OAGG;IACuE,YAAY,SAAK;IAC3F;;;OAGG;IACS,YAAY,EAAE,WAAW,EAAE,CAAM;IAE7C,SAAS,CAAC,OAAO,EAAE,YAAY,CAAC;IACpB,OAAO,CAAC,UAAU,CAAa;IACrC,iBAAiB;IA8BvB,oBAAoB;IAWpB,OAAO,CAAC,kBAAkB;CAiC3B;AAED;;;;;;GAMG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;+BAIzC,CAAC"}
1
+ {"version":3,"file":"notification-listener.d.ts","sourceRoot":"","sources":["../../../src/notification-listener/notification-listener.ts"],"names":[],"mappings":"AAOA,OAAO,EAIL,mBAAmB,EACnB,WAAW,EAEZ,MAAM,uCAAuC,CAAC;AAE/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAIpC,eAAO,MAAM,2CAA2C,EAAE,cAGzD,CAAC;AAEF;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,iBAAiB;IAC7C,oBAAoB,EAAG,WAAW,CAAC;IAE/C;;;;OAIG;IACmC,YAAY,MAAC;IACnD;;;OAGG;IACuE,YAAY,SAAK;IAC3F;;;OAGG;IACS,YAAY,EAAE,WAAW,EAAE,CAAM;IAE7C,SAAS,CAAC,OAAO,EAAE,YAAY,CAAC;IACpB,OAAO,CAAC,UAAU,CAAa;IACrC,iBAAiB;IA8BvB,oBAAoB;IAWpB,OAAO,CAAC,kBAAkB;IAU1B,SAAS,CAAC,qBAAqB,CAAC,GAAG,EAAE,mBAAmB,GAAG,IAAI;CA2BhE;AAED;;;;;;GAMG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;+BAIzC,CAAC"}
@@ -77,7 +77,7 @@ export const multiselectStyles = css `
77
77
  height: max-content;
78
78
  overflow-y: hidden;
79
79
  margin-top: 5px;
80
- border: 1px solid rgba(46 51 57 / 100%);
80
+ border: calc(var(--stroke-width) * 1px) solid var(--neutral-layer-2);
81
81
  border-radius: 4px;
82
82
  background: var(--neutral-fill-input-rest);
83
83
  width: 100%;
@@ -98,7 +98,7 @@ export const multiselectStyles = css `
98
98
  flex-direction: column;
99
99
  overflow-y: scroll;
100
100
  scrollbar-width: thin;
101
- scrollbar-color: rgb(46 48 53) rgb(31 33 38);
101
+ scrollbar-color: var(--neutral-layer-2) var(--neutral-layer-4);
102
102
  }
103
103
 
104
104
  .checkbox-container zero-checkbox {
@@ -119,15 +119,15 @@ export const multiselectStyles = css `
119
119
  }
120
120
 
121
121
  ::-webkit-scrollbar-track {
122
- background: rgb(31 33 38);
122
+ background: var(--neutral-layer-4);
123
123
  }
124
124
 
125
125
  ::-webkit-scrollbar-thumb {
126
126
  width: 8px;
127
127
  border-radius: 10px;
128
128
  box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);
129
- background-color: rgb(46 48 53);
130
- border: 3px solid rgb(31 33 38);
129
+ background-color: var(--neutral-layer-2);
130
+ border: 3px solid var(--neutral-layer-4);
131
131
  }
132
132
 
133
133
  .visible {
@@ -137,14 +137,14 @@ export const multiselectStyles = css `
137
137
 
138
138
  ::slotted(foundation-checkbox),
139
139
  foundation-checkbox {
140
- border-bottom: 1px solid rgb(46 48 52);
140
+ border-bottom: 1px solid var(--neutral-layer-4);
141
141
  padding: 5px 0 5px 5px;
142
142
  margin: 0;
143
143
  }
144
144
 
145
145
  ::slotted(foundation-checkbox:hover),
146
146
  foundation-checkbox:hover {
147
- background-color: rgb(45 47 51);
147
+ background-color: var(--neutral-layer-3);
148
148
  cursor: pointer;
149
149
  }
150
150
 
@@ -60,6 +60,7 @@ export const getPrefixedMultiselect = (prefix = 'foundation') => html `
60
60
  `)}
61
61
  ${when((x) => x.all, html `
62
62
  <${prefix}-checkbox
63
+ part="checkbox"
63
64
  @click=${(x) => x.selectCheckboxAll()}
64
65
  @change=${(x, c) => x.changeHandler(c.event)}
65
66
  ?current-checked="${(x) => x.isAllSelected}"
@@ -70,6 +71,7 @@ export const getPrefixedMultiselect = (prefix = 'foundation') => html `
70
71
  `)}
71
72
  ${repeat((x) => x.filteredAvailableOptions, html `
72
73
  <${prefix}-checkbox
74
+ part="checkbox"
73
75
  @click=${(x, c) => c.parent.selectCheckboxOne(x)}
74
76
  @change=${(x, c) => c.parent.changeHandler(c.event)}
75
77
  ?current-checked="${(x, c) => c.parent.isOptionSelected(x)}"
@@ -69,29 +69,32 @@ export class NotificationListener extends FoundationElement {
69
69
  const rows = dataServerResult.inserts;
70
70
  if (rows.length > 0) {
71
71
  rows.forEach((row) => {
72
- const { HEADER: title, MESSAGE: message, NOTIFY_SEVERITY: type } = row;
73
- const createdAt = row.CREATED_AT ? new Date(row.CREATED_AT) : undefined;
74
- const expiry = row.EXPIRY ? row.EXPIRY - row.CREATED_AT : undefined;
75
- let buttons = [];
76
- if (this.toastButtons && this.toastButtons.length > 0) {
77
- buttons = this.toastButtons.filter(({ condition }) => !!condition ? condition({ details: row }) : true);
78
- }
79
- const toastStructure = {
80
- title: title,
81
- body: message,
82
- createdAt: createdAt,
83
- toast: {
84
- details: row,
85
- type: type === null || type === void 0 ? void 0 : type.toLowerCase(),
86
- buttons: buttons,
87
- autoClose: expiry !== undefined ? !!expiry : !!this.closeTimeout,
88
- closeTimeout: expiry !== null && expiry !== void 0 ? expiry : this.closeTimeout,
89
- },
90
- };
91
- showNotificationToast(toastStructure, this.tagName);
72
+ this.showNotificationToast(row);
92
73
  });
93
74
  }
94
75
  }
76
+ showNotificationToast(row) {
77
+ const { HEADER: title, MESSAGE: message, NOTIFY_SEVERITY: type } = row;
78
+ const createdAt = row.CREATED_AT ? new Date(row.CREATED_AT) : undefined;
79
+ const expiry = row.EXPIRY ? row.EXPIRY - row.CREATED_AT : undefined;
80
+ let buttons = [];
81
+ if (this.toastButtons && this.toastButtons.length > 0) {
82
+ buttons = this.toastButtons.filter(({ condition }) => !!condition ? condition({ details: row }) : true);
83
+ }
84
+ const toastStructure = {
85
+ title: title,
86
+ body: message,
87
+ createdAt: createdAt,
88
+ toast: {
89
+ details: row,
90
+ type: type === null || type === void 0 ? void 0 : type.toLowerCase(),
91
+ buttons: buttons,
92
+ autoClose: expiry !== undefined ? !!expiry : !!this.closeTimeout,
93
+ closeTimeout: expiry !== null && expiry !== void 0 ? expiry : this.closeTimeout,
94
+ },
95
+ };
96
+ showNotificationToast(toastStructure, this.tagName);
97
+ }
95
98
  }
96
99
  __decorate([
97
100
  observable
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.173.4",
4
+ "version": "14.175.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -74,13 +74,13 @@
74
74
  "test:debug": "genx test --debug"
75
75
  },
76
76
  "devDependencies": {
77
- "@genesislcap/foundation-testing": "14.173.4",
78
- "@genesislcap/genx": "14.173.4",
79
- "@genesislcap/rollup-builder": "14.173.4",
80
- "@genesislcap/ts-builder": "14.173.4",
81
- "@genesislcap/uvu-playwright-builder": "14.173.4",
82
- "@genesislcap/vite-builder": "14.173.4",
83
- "@genesislcap/webpack-builder": "14.173.4",
77
+ "@genesislcap/foundation-testing": "14.175.0",
78
+ "@genesislcap/genx": "14.175.0",
79
+ "@genesislcap/rollup-builder": "14.175.0",
80
+ "@genesislcap/ts-builder": "14.175.0",
81
+ "@genesislcap/uvu-playwright-builder": "14.175.0",
82
+ "@genesislcap/vite-builder": "14.175.0",
83
+ "@genesislcap/webpack-builder": "14.175.0",
84
84
  "copyfiles": "^2.4.1",
85
85
  "rimraf": "^3.0.2",
86
86
  "rxjs": "^7.5.4"
@@ -91,12 +91,12 @@
91
91
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
92
92
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
93
93
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
94
- "@genesislcap/foundation-comms": "14.173.4",
95
- "@genesislcap/foundation-criteria": "14.173.4",
96
- "@genesislcap/foundation-errors": "14.173.4",
97
- "@genesislcap/foundation-logger": "14.173.4",
98
- "@genesislcap/foundation-notifications": "14.173.4",
99
- "@genesislcap/foundation-utils": "14.173.4",
94
+ "@genesislcap/foundation-comms": "14.175.0",
95
+ "@genesislcap/foundation-criteria": "14.175.0",
96
+ "@genesislcap/foundation-errors": "14.175.0",
97
+ "@genesislcap/foundation-logger": "14.175.0",
98
+ "@genesislcap/foundation-notifications": "14.175.0",
99
+ "@genesislcap/foundation-utils": "14.175.0",
100
100
  "@microsoft/fast-colors": "^5.3.1",
101
101
  "@microsoft/fast-components": "^2.30.6",
102
102
  "@microsoft/fast-element": "^1.12.0",
@@ -118,5 +118,5 @@
118
118
  "access": "public"
119
119
  },
120
120
  "customElements": "dist/custom-elements.json",
121
- "gitHead": "d426235b0588017e2a4bc9f5ae0d615928bfb21d"
121
+ "gitHead": "4dab49e3b537a4166f54d4ecd48855f0cc7b0414"
122
122
  }