@genesislcap/pbc-reporting-ui 1.0.380 → 1.0.381

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":"base-config.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/new/main/edit-config/base-config/base-config.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM,iDAYlB,CAAC"}
1
+ {"version":3,"file":"base-config.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/new/main/edit-config/base-config/base-config.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM,iDAqBlB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"base-config.template.d.ts","sourceRoot":"","sources":["../../../../../../src/new/main/edit-config/base-config/base-config.template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD,eAAO,MAAM,QAAQ,iEA+CpB,CAAC"}
1
+ {"version":3,"file":"base-config.template.d.ts","sourceRoot":"","sources":["../../../../../../src/new/main/edit-config/base-config/base-config.template.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD,eAAO,MAAM,QAAQ,iEA0DpB,CAAC"}
@@ -12,4 +12,13 @@ export const styles = css `
12
12
  rapid-select {
13
13
  width: 100%;
14
14
  }
15
+
16
+ div.auto-dispatch {
17
+ display: flex;
18
+ align-items: center;
19
+ }
20
+
21
+ div.auto-dispatch label {
22
+ margin-right: calc(var(--design-unit) * 2px);
23
+ }
15
24
  `;
@@ -28,6 +28,16 @@ export const template = html `
28
28
  value: ctx.event.target.value,
29
29
  })}"
30
30
  ></rapid-text-field>
31
+ <div class="auto-dispatch">
32
+ <label class="label">Auto dispatch?</label>
33
+ <rapid-checkbox
34
+ checked=${() => { var _a; return (_a = selectors.baseConfig.getConfig().AUTO_DISPATCH) !== null && _a !== void 0 ? _a : false; }}
35
+ @change=${(x, ctx) => actions.baseConfig.updateState({
36
+ key: 'AUTO_DISPATCH',
37
+ value: ctx.event.target.checked,
38
+ })}
39
+ ></rapid-checkbox>
40
+ </div>
31
41
  <label class="label">File type</label>
32
42
  <rapid-select
33
43
  value=${() => selectors.baseConfig.getConfig().OUTPUT_FORMAT}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/pbc-reporting-ui",
3
3
  "description": "Genesis PBC Reporting UI",
4
- "version": "1.0.380",
4
+ "version": "1.0.381",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/dts/index.d.ts",