@genesislcap/pbc-notify-ui 1.0.56 → 1.0.58

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":"rule-condition-builder.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,cAAc,EAAc,MAAM,uBAAuB,CAAC;AAClF,OAAO,EACL,sBAAsB,EAGvB,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,2CAA2C,CAAC;AAMlE,qBAKa,oBAAqB,SAAQ,cAAc;IAC1C,SAAS,EAAE,sBAAsB,CAAC;IAClC,MAAM,EAAE,KAAK,EAAE,CAAM;IAErB,SAAS,EAAE,MAAM,CAAQ;IACzB,cAAc,EAAE,KAAK,CAAC,GAAG,CAAC,CAAM;IAEhC,eAAe,EAAE,MAAM,CAAQ;IAE/B,aAAa,EAAE,MAAM,CAAuB;IAC5C,cAAc,EAAE,MAAM,CAAQ;IAC9B,gBAAgB,EAAE,MAAM,CAAQ;IAE5C,eAAe;IAIT,gBAAgB;IAetB,aAAa;IASb,OAAO,CAAC,eAAe;IAiBvB,gBAAgB;IAShB,gBAAgB;IAgBhB,sBAAsB;IActB,oBAAoB;IA0BpB,OAAO,CAAC,mBAAmB;IAI3B,OAAO,CAAC,qBAAqB;IAI7B,qBAAqB;IASrB,uBAAuB;CAQxB"}
1
+ {"version":3,"file":"rule-condition-builder.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,cAAc,EAAc,MAAM,uBAAuB,CAAC;AAClF,OAAO,EACL,sBAAsB,EAGvB,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,2CAA2C,CAAC;AAMlE,qBAKa,oBAAqB,SAAQ,cAAc;IAC1C,SAAS,EAAE,sBAAsB,CAAC;IAClC,MAAM,EAAE,KAAK,EAAE,CAAM;IAErB,SAAS,EAAE,MAAM,CAAQ;IACzB,cAAc,EAAE,KAAK,CAAC,GAAG,CAAC,CAAM;IAEhC,eAAe,EAAE,MAAM,CAAQ;IAE/B,aAAa,EAAE,MAAM,CAAuB;IAC5C,cAAc,EAAE,MAAM,CAAQ;IAC9B,gBAAgB,EAAE,MAAM,CAAQ;IAE5C,eAAe;IAIT,gBAAgB;IAetB,aAAa;IASb,OAAO,CAAC,eAAe;IAiBvB,gBAAgB;IAYhB,gBAAgB;IAgBhB,sBAAsB;IActB,oBAAoB;IA0BpB,OAAO,CAAC,mBAAmB;IAI3B,OAAO,CAAC,qBAAqB;IAI7B,qBAAqB;IASrB,uBAAuB;CAQxB"}
@@ -1 +1 @@
1
- {"version":3,"file":"rule-condition-builder.template.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.template.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGrE,eAAO,MAAM,4BAA4B,2EA2FxC,CAAC"}
1
+ {"version":3,"file":"rule-condition-builder.template.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.template.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGrE,eAAO,MAAM,4BAA4B,2EAyGxC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"rule-dialog.template.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.template.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD,eAAO,MAAM,kBAAkB,iEAqH9B,CAAC"}
1
+ {"version":3,"file":"rule-dialog.template.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.template.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD,eAAO,MAAM,kBAAkB,iEAyH9B,CAAC"}
@@ -62,6 +62,10 @@ let RuleConditionBuilder = class RuleConditionBuilder extends GenesisElement {
62
62
  this.rightValueText = this.condition.RIGHT_VALUE;
63
63
  return;
64
64
  }
65
+ else if (this.condition.RIGHT_CRITERIA === RightCriteria.FIELD) {
66
+ this.rightValueSelect = this.condition.RIGHT_VALUE;
67
+ return;
68
+ }
65
69
  this.rightValueSelect = null;
66
70
  }
67
71
  leftValueChanged() {
@@ -8,10 +8,13 @@ export const RuleConditionBuilderTemplate = html `
8
8
  <rapid-select
9
9
  :value=${sync((x) => x.leftValue)}
10
10
  :initialValue=${sync((x) => x.leftValue)}
11
+ title=${(x) => JSON.parse(x.leftValue).FIELD_NAME}
11
12
  class="left-value"
12
13
  >
13
14
  ${repeat((x) => x.fields, html `
14
- <rapid-option value=${(x) => JSON.stringify(x)}>${(x) => x.FIELD_NAME}</rapid-option>
15
+ <rapid-option value=${(x) => JSON.stringify(x)} title=${(x) => x.FIELD_NAME}>
16
+ ${(x) => x.FIELD_NAME}
17
+ </rapid-option>
15
18
  `)}
16
19
  </rapid-select>
17
20
 
@@ -21,16 +24,21 @@ export const RuleConditionBuilderTemplate = html `
21
24
  nullAndBlankLogicalOperatorValues.includes(LogicalOperator[x.logicalOperator]),
22
25
  ])}"
23
26
  :value=${sync((x) => x.logicalOperator)}
27
+ title=${(x) => x.logicalOperator}
24
28
  >
25
29
  ${repeat((_) => Object.values(LogicalOperator), html `
26
- <rapid-option value=${(x) => x}>${(x) => x}</rapid-option>
30
+ <rapid-option value=${(x) => x} title=${(x) => x}>${(x) => x}</rapid-option>
27
31
  `)}
28
32
  </rapid-select>
29
33
 
30
34
  ${when((x) => !nullAndBlankLogicalOperatorValues.includes(LogicalOperator[x.logicalOperator]), html `
31
- <rapid-select class="right-criteria" :value=${sync((x) => x.rightCriteria)}>
35
+ <rapid-select
36
+ class="right-criteria"
37
+ :value=${sync((x) => x.rightCriteria)}
38
+ title=${(x) => x.rightCriteria}
39
+ >
32
40
  ${repeat((_) => Object.values(RightCriteria), html `
33
- <rapid-option value=${(x) => x}>${(x) => x}</rapid-option>
41
+ <rapid-option value=${(x) => x} title=${(x) => x}>${(x) => x}</rapid-option>
34
42
  `)}
35
43
  </rapid-select>
36
44
 
@@ -50,9 +58,15 @@ export const RuleConditionBuilderTemplate = html `
50
58
  `)}
51
59
  `)}
52
60
  ${when((x) => x.rightCriteria === RightCriteria.FIELD, html `
53
- <rapid-select class="right-criteria-select" :value=${sync((x) => x.rightValueSelect)}>
61
+ <rapid-select
62
+ class="right-criteria-select"
63
+ :value=${sync((x) => x.rightValueSelect)}
64
+ title=${(x) => x.rightValueSelect}
65
+ >
54
66
  ${repeat((x) => x.fields, html `
55
- <rapid-option value=${(x) => x.FIELD_NAME}>${(x) => x.FIELD_NAME}</rapid-option>
67
+ <rapid-option value=${(x) => x.FIELD_NAME} title=${(x) => x.FIELD_NAME}>
68
+ ${(x) => x.FIELD_NAME}
69
+ </rapid-option>
56
70
  `)}
57
71
  </rapid-select>
58
72
  `)}
@@ -24,18 +24,22 @@ export const RuleDialogTemplate = html `
24
24
  <div class="content-row">
25
25
  <div class="control">
26
26
  <label>Resource</label>
27
- <rapid-select :value=${sync((x) => x.resource)} position="below">
27
+ <rapid-select
28
+ :value=${sync((x) => x.resource)}
29
+ title=${(x) => x.resource}
30
+ position="below"
31
+ >
28
32
  ${repeat((x) => x.resources, html `
29
- <rapid-option value=${(x) => x}>${(x) => x}</rapid-option>
33
+ <rapid-option value=${(x) => x} title=${(x) => x}>${(x) => x}</rapid-option>
30
34
  `)}
31
35
  </rapid-select>
32
36
  </div>
33
37
 
34
38
  <div class="control">
35
39
  <label>Topic</label>
36
- <rapid-select :value=${sync((x) => x.topic)}>
40
+ <rapid-select :value=${sync((x) => x.topic)} title=${(x) => x.topic}>
37
41
  ${repeat((x) => x.topics, html `
38
- <rapid-option value=${(x) => x}>${(x) => x}</rapid-option>
42
+ <rapid-option value=${(x) => x} title=${(x) => x}>${(x) => x}</rapid-option>
39
43
  `)}
40
44
  </rapid-select>
41
45
  </div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/pbc-notify-ui",
3
3
  "description": "Genesis PBC Notify UI",
4
- "version": "1.0.56",
4
+ "version": "1.0.58",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "workspaces": [
7
7
  "client"