@genesislcap/pbc-notify-ui 14.494.0 → 14.496.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.
@@ -5157,70 +5157,70 @@
5157
5157
  },
5158
5158
  {
5159
5159
  "kind": "javascript-module",
5160
- "path": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts",
5160
+ "path": "src/components/foundation-notification-dashboard/components/routes/route-management.ts",
5161
5161
  "declarations": [
5162
5162
  {
5163
5163
  "kind": "class",
5164
5164
  "description": "",
5165
- "name": "NotifyAuditManagement",
5165
+ "name": "RouteManagement",
5166
5166
  "superclass": {
5167
5167
  "name": "GenesisElement",
5168
5168
  "package": "@genesislcap/web-core"
5169
5169
  },
5170
- "tagName": "notify-audit-management",
5170
+ "tagName": "route-management",
5171
5171
  "customElement": true
5172
5172
  }
5173
5173
  ],
5174
5174
  "exports": [
5175
5175
  {
5176
5176
  "kind": "js",
5177
- "name": "NotifyAuditManagement",
5177
+ "name": "RouteManagement",
5178
5178
  "declaration": {
5179
- "name": "NotifyAuditManagement",
5180
- "module": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts"
5179
+ "name": "RouteManagement",
5180
+ "module": "src/components/foundation-notification-dashboard/components/routes/route-management.ts"
5181
5181
  }
5182
5182
  },
5183
5183
  {
5184
5184
  "kind": "custom-element-definition",
5185
- "name": "notify-audit-management",
5185
+ "name": "route-management",
5186
5186
  "declaration": {
5187
- "name": "NotifyAuditManagement",
5188
- "module": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts"
5187
+ "name": "RouteManagement",
5188
+ "module": "src/components/foundation-notification-dashboard/components/routes/route-management.ts"
5189
5189
  }
5190
5190
  }
5191
5191
  ]
5192
5192
  },
5193
5193
  {
5194
5194
  "kind": "javascript-module",
5195
- "path": "src/components/foundation-notification-dashboard/components/routes/route-management.ts",
5195
+ "path": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts",
5196
5196
  "declarations": [
5197
5197
  {
5198
5198
  "kind": "class",
5199
5199
  "description": "",
5200
- "name": "RouteManagement",
5200
+ "name": "NotifyAuditManagement",
5201
5201
  "superclass": {
5202
5202
  "name": "GenesisElement",
5203
5203
  "package": "@genesislcap/web-core"
5204
5204
  },
5205
- "tagName": "route-management",
5205
+ "tagName": "notify-audit-management",
5206
5206
  "customElement": true
5207
5207
  }
5208
5208
  ],
5209
5209
  "exports": [
5210
5210
  {
5211
5211
  "kind": "js",
5212
- "name": "RouteManagement",
5212
+ "name": "NotifyAuditManagement",
5213
5213
  "declaration": {
5214
- "name": "RouteManagement",
5215
- "module": "src/components/foundation-notification-dashboard/components/routes/route-management.ts"
5214
+ "name": "NotifyAuditManagement",
5215
+ "module": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts"
5216
5216
  }
5217
5217
  },
5218
5218
  {
5219
5219
  "kind": "custom-element-definition",
5220
- "name": "route-management",
5220
+ "name": "notify-audit-management",
5221
5221
  "declaration": {
5222
- "name": "RouteManagement",
5223
- "module": "src/components/foundation-notification-dashboard/components/routes/route-management.ts"
5222
+ "name": "NotifyAuditManagement",
5223
+ "module": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts"
5224
5224
  }
5225
5225
  }
5226
5226
  ]
@@ -6560,156 +6560,6 @@
6560
6560
  }
6561
6561
  ]
6562
6562
  },
6563
- {
6564
- "kind": "javascript-module",
6565
- "path": "src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-group/rule-condition-group.template.ts",
6566
- "declarations": [
6567
- {
6568
- "kind": "variable",
6569
- "name": "RuleConditionGroupTemplate",
6570
- "default": "html<RuleConditionGroup>`\n ${when(\n (x) => !x.isFirst,\n html`\n <div class=\"join-toggle-row\">\n <div class=\"join-toggle\">\n <span\n class=\"join-text${(x) => classNames(['active', x.joinOperator === 'AND'])}\"\n @click=${(x) => (x.joinOperator = 'AND')}\n >\n AND\n </span>\n <span\n class=\"join-text${(x) => classNames(['active', x.joinOperator === 'OR'])}\"\n @click=${(x) => (x.joinOperator = 'OR')}\n >\n OR\n </span>\n </div>\n </div>\n `,\n )}\n <div class=\"condition-group-row\">\n <div class=\"condition-group-box\">\n ${repeat(\n (x) => x.groupChildren,\n html<ConditionNode, RuleConditionGroup>`\n ${when(\n (x) => isGroup(x),\n html<ConditionNode>`\n <rule-condition-group\n :fields=${(x, c) => c.parent.fields}\n :node=${(x) => x}\n :isFirst=${(x, c) => c.index === 0}\n @edit=${(x, c) => c.parent.editChild(eventDetail(c))}\n @delete=${(x, c) => c.parent.deleteChild(eventDetail(c))}\n ></rule-condition-group>\n `,\n )}\n ${when(\n (x) => !isGroup(x),\n html<ConditionNode>`\n <rule-condition-builder\n :fields=${(x, c) => c.parent.fields}\n :condition=${(x) => x}\n :isFirst=${(x, c) => c.index === 0}\n @edit=${(x, c) => c.parent.editChild(eventDetail(c))}\n @delete=${(x, c) => c.parent.deleteChild(eventDetail(c))}\n ></rule-condition-builder>\n `,\n )}\n `,\n { positioning: true },\n )}\n\n <div class=\"content-row\">\n <rapid-button appearance=\"lightweight\" @click=${(x) => x.newCondition()}>\n + Condition\n </rapid-button>\n <rapid-button appearance=\"lightweight\" @click=${(x) => x.newGroup()}>+ Group</rapid-button>\n <rapid-button appearance=\"icon\" class=\"delete-group\" @click=${(x) => x.deleteSelf()}>\n <rapid-icon variant=\"regular\" name=\"trash-alt\" size=\"lg\" part=\"icon\"></rapid-icon>\n </rapid-button>\n </div>\n </div>\n </div>\n`"
6571
- }
6572
- ],
6573
- "exports": [
6574
- {
6575
- "kind": "js",
6576
- "name": "RuleConditionGroupTemplate",
6577
- "declaration": {
6578
- "name": "RuleConditionGroupTemplate",
6579
- "module": "src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-group/rule-condition-group.template.ts"
6580
- }
6581
- }
6582
- ]
6583
- },
6584
- {
6585
- "kind": "javascript-module",
6586
- "path": "src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-group/rule-condition-group.ts",
6587
- "declarations": [
6588
- {
6589
- "kind": "class",
6590
- "description": "Parenthesized group of conditions/nested groups for notification rule\ncriteria, joined to the previous sibling via AND/OR like a single\ncondition row - but bracketing its own children off from the rest of the\nlist, so e.g. \"(A && B) || C\" can be expressed without the AND silently\nspanning more than intended.",
6591
- "name": "RuleConditionGroup",
6592
- "members": [
6593
- {
6594
- "kind": "field",
6595
- "name": "node",
6596
- "type": {
6597
- "text": "ConditionGroupEntity"
6598
- }
6599
- },
6600
- {
6601
- "kind": "field",
6602
- "name": "fields",
6603
- "type": {
6604
- "text": "Field[]"
6605
- },
6606
- "default": "[]"
6607
- },
6608
- {
6609
- "kind": "field",
6610
- "name": "isFirst",
6611
- "type": {
6612
- "text": "boolean"
6613
- },
6614
- "default": "false"
6615
- },
6616
- {
6617
- "kind": "field",
6618
- "name": "joinOperator",
6619
- "type": {
6620
- "text": "string"
6621
- }
6622
- },
6623
- {
6624
- "kind": "field",
6625
- "name": "groupChildren",
6626
- "type": {
6627
- "text": "ConditionNode[]"
6628
- },
6629
- "default": "[]"
6630
- },
6631
- {
6632
- "kind": "method",
6633
- "name": "nodeChanged"
6634
- },
6635
- {
6636
- "kind": "method",
6637
- "name": "joinOperatorChanged"
6638
- },
6639
- {
6640
- "kind": "method",
6641
- "name": "newCondition"
6642
- },
6643
- {
6644
- "kind": "method",
6645
- "name": "newGroup"
6646
- },
6647
- {
6648
- "kind": "method",
6649
- "name": "editChild",
6650
- "parameters": [
6651
- {
6652
- "name": "_editedChild",
6653
- "type": {
6654
- "text": "ConditionNode"
6655
- }
6656
- }
6657
- ]
6658
- },
6659
- {
6660
- "kind": "method",
6661
- "name": "deleteChild",
6662
- "parameters": [
6663
- {
6664
- "name": "deletedChild",
6665
- "type": {
6666
- "text": "ConditionNode"
6667
- }
6668
- }
6669
- ]
6670
- },
6671
- {
6672
- "kind": "method",
6673
- "name": "deleteSelf"
6674
- }
6675
- ],
6676
- "events": [
6677
- {
6678
- "description": "Fired when this whole group should be removed",
6679
- "name": "delete"
6680
- },
6681
- {
6682
- "description": "Fired when anything inside this group changes",
6683
- "name": "edit"
6684
- }
6685
- ],
6686
- "superclass": {
6687
- "name": "GenesisElement",
6688
- "package": "@genesislcap/web-core"
6689
- },
6690
- "tagName": "rule-condition-group",
6691
- "customElement": true
6692
- }
6693
- ],
6694
- "exports": [
6695
- {
6696
- "kind": "js",
6697
- "name": "RuleConditionGroup",
6698
- "declaration": {
6699
- "name": "RuleConditionGroup",
6700
- "module": "src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-group/rule-condition-group.ts"
6701
- }
6702
- },
6703
- {
6704
- "kind": "custom-element-definition",
6705
- "name": "rule-condition-group",
6706
- "declaration": {
6707
- "name": "RuleConditionGroup",
6708
- "module": "src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-group/rule-condition-group.ts"
6709
- }
6710
- }
6711
- ]
6712
- },
6713
6563
  {
6714
6564
  "kind": "javascript-module",
6715
6565
  "path": "src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.template.ts",
@@ -6996,372 +6846,364 @@
6996
6846
  },
6997
6847
  {
6998
6848
  "kind": "javascript-module",
6999
- "path": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.styles.ts",
7000
- "declarations": [
7001
- {
7002
- "kind": "variable",
7003
- "name": "ParameterBuilderStyles",
7004
- "default": "css`\n .parameter-builder {\n display: flex;\n gap: calc(var(--design-unit) * 2px);\n margin-bottom: calc(var(--design-unit) * 2px);\n }\n\n rapid-button {\n margin: 0;\n }\n\n .delete {\n margin: 0;\n display: flex;\n justify-content: center;\n height: calc(var(--design-unit) * 9px);\n }\n\n .delete:hover {\n background-color: color-mix(in srgb, var(--neutral-foreground-rest), transparent 89%);\n }\n\n rapid-text-field {\n width: 100%;\n margin-bottom: 0;\n }\n\n rapid-text-field::part(root) {\n height: calc(var(--design-unit) * 9px);\n }\n\n rapid-select {\n min-width: auto;\n }\n\n rapid-select.param-type::part(control) {\n width: 115px;\n }\n\n rapid-select.param-source-type::part(control) {\n width: 160px;\n }\n\n rapid-select.param-source::part(control) {\n width: ${PARAM_SOURCE_WIDTH}px;\n }\n\n rapid-text-field.param-source::part(root) {\n width: calc(${PARAM_SOURCE_WIDTH}px + 2px);\n }\n\n rapid-select::part(listbox) {\n max-height: 160px;\n }\n`"
7005
- }
7006
- ],
7007
- "exports": [
7008
- {
7009
- "kind": "js",
7010
- "name": "ParameterBuilderStyles",
7011
- "declaration": {
7012
- "name": "ParameterBuilderStyles",
7013
- "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.styles.ts"
7014
- }
7015
- }
7016
- ]
7017
- },
7018
- {
7019
- "kind": "javascript-module",
7020
- "path": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.template.ts",
6849
+ "path": "src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-group/rule-condition-group.template.ts",
7021
6850
  "declarations": [
7022
6851
  {
7023
6852
  "kind": "variable",
7024
- "name": "ParameterBuilderTemplate",
7025
- "default": "html<ParameterBuilder>`\n <div class=\"parameter-builder\">\n <rapid-text-field\n id=\"param-name\"\n placeholder=\"Name\"\n :value=${sync((x) => x.name)}\n ></rapid-text-field>\n\n <rapid-text-field\n id=\"param-label\"\n placeholder=\"Label\"\n :value=${sync((x) => x.label)}\n ></rapid-text-field>\n\n <rapid-select\n id=\"param-source-type\"\n :value=${sync((x) => x.sourceType)}\n class=\"param-source-type\"\n >\n ${repeat(\n (x) => ALL_PARAM_SOURCE_TYPES,\n html`\n <rapid-option value=${(x) => x}>${(x) => x}</rapid-option>\n `,\n )}\n </rapid-select>\n\n ${when(\n (x) => x.sourceType === PARAM_SOURCE_TYPE_USER_TEXT,\n html<ParameterBuilder>`\n <rapid-text-field class=\"param-source\" disabled></rapid-text-field>\n `,\n )}\n ${when(\n (x) => x.sourceType === PARAM_SOURCE_TYPE_REQ_REP,\n html<ParameterBuilder>`\n <rapid-select\n ${ref('sourceSelect')}\n id=\"param-source\"\n :value=${sync((x) => x.sourceSelected)}\n class=\"param-source\"\n ?disabled=${(x) => x.sourceType !== PARAM_SOURCE_TYPE_REQ_REP}\n >\n ${repeat(\n (x) => x.reqRepItems,\n html`\n <rapid-option value=${(x) => x}>${(x) => x}</rapid-option>\n `,\n )}\n </rapid-select>\n `,\n )}\n ${when(\n (x) => x.sourceType === PARAM_SOURCE_TYPE_DEFINED_GROUP,\n html<ParameterBuilder>`\n <rapid-text-field\n ${ref('sourceTextField')}\n class=\"param-source\"\n placeholder=\"item1,item2,item3\"\n :value=${sync((x) => x.sourceTyped)}\n ></rapid-text-field>\n `,\n )}\n\n <rapid-select id=\"param-type\" :value=${sync((x) => x.type)} class=\"param-type\">\n ${repeat(\n (x) => ALL_PARAM_TYPES,\n html`\n <rapid-option value=${(x) => x}>${(x) => x}</rapid-option>\n `,\n )}\n </rapid-select>\n\n <rapid-button appearance=\"icon\" class=\"delete\" @click=${(x) => x.deleteParameter()}>\n <rapid-icon\n style=\"opacity: 0.5\"\n variant=\"regular\"\n name=\"trash-alt\"\n size=\"lg\"\n part=\"icon\"\n ></rapid-icon>\n </rapid-button>\n </div>\n`"
6853
+ "name": "RuleConditionGroupTemplate",
6854
+ "default": "html<RuleConditionGroup>`\n ${when(\n (x) => !x.isFirst,\n html`\n <div class=\"join-toggle-row\">\n <div class=\"join-toggle\">\n <span\n class=\"join-text${(x) => classNames(['active', x.joinOperator === 'AND'])}\"\n @click=${(x) => (x.joinOperator = 'AND')}\n >\n AND\n </span>\n <span\n class=\"join-text${(x) => classNames(['active', x.joinOperator === 'OR'])}\"\n @click=${(x) => (x.joinOperator = 'OR')}\n >\n OR\n </span>\n </div>\n </div>\n `,\n )}\n <div class=\"condition-group-row\">\n <div class=\"condition-group-box\">\n ${repeat(\n (x) => x.groupChildren,\n html<ConditionNode, RuleConditionGroup>`\n ${when(\n (x) => isGroup(x),\n html<ConditionNode>`\n <rule-condition-group\n :fields=${(x, c) => c.parent.fields}\n :node=${(x) => x}\n :isFirst=${(x, c) => c.index === 0}\n @edit=${(x, c) => c.parent.editChild(eventDetail(c))}\n @delete=${(x, c) => c.parent.deleteChild(eventDetail(c))}\n ></rule-condition-group>\n `,\n )}\n ${when(\n (x) => !isGroup(x),\n html<ConditionNode>`\n <rule-condition-builder\n :fields=${(x, c) => c.parent.fields}\n :condition=${(x) => x}\n :isFirst=${(x, c) => c.index === 0}\n @edit=${(x, c) => c.parent.editChild(eventDetail(c))}\n @delete=${(x, c) => c.parent.deleteChild(eventDetail(c))}\n ></rule-condition-builder>\n `,\n )}\n `,\n { positioning: true },\n )}\n\n <div class=\"content-row\">\n <rapid-button appearance=\"lightweight\" @click=${(x) => x.newCondition()}>\n + Condition\n </rapid-button>\n <rapid-button appearance=\"lightweight\" @click=${(x) => x.newGroup()}>+ Group</rapid-button>\n <rapid-button appearance=\"icon\" class=\"delete-group\" @click=${(x) => x.deleteSelf()}>\n <rapid-icon variant=\"regular\" name=\"trash-alt\" size=\"lg\" part=\"icon\"></rapid-icon>\n </rapid-button>\n </div>\n </div>\n </div>\n`"
7026
6855
  }
7027
6856
  ],
7028
6857
  "exports": [
7029
6858
  {
7030
6859
  "kind": "js",
7031
- "name": "ParameterBuilderTemplate",
6860
+ "name": "RuleConditionGroupTemplate",
7032
6861
  "declaration": {
7033
- "name": "ParameterBuilderTemplate",
7034
- "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.template.ts"
6862
+ "name": "RuleConditionGroupTemplate",
6863
+ "module": "src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-group/rule-condition-group.template.ts"
7035
6864
  }
7036
6865
  }
7037
6866
  ]
7038
6867
  },
7039
6868
  {
7040
6869
  "kind": "javascript-module",
7041
- "path": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.ts",
6870
+ "path": "src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-group/rule-condition-group.ts",
7042
6871
  "declarations": [
7043
6872
  {
7044
6873
  "kind": "class",
7045
- "description": "Parameter builder for notification templates.",
7046
- "name": "ParameterBuilder",
6874
+ "description": "Parenthesized group of conditions/nested groups for notification rule\ncriteria, joined to the previous sibling via AND/OR like a single\ncondition row - but bracketing its own children off from the rest of the\nlist, so e.g. \"(A && B) || C\" can be expressed without the AND silently\nspanning more than intended.",
6875
+ "name": "RuleConditionGroup",
7047
6876
  "members": [
7048
6877
  {
7049
6878
  "kind": "field",
7050
- "name": "parameter",
6879
+ "name": "node",
7051
6880
  "type": {
7052
- "text": "ParameterBuilderEntity"
6881
+ "text": "ConditionGroupEntity"
7053
6882
  }
7054
6883
  },
7055
6884
  {
7056
6885
  "kind": "field",
7057
- "name": "name",
6886
+ "name": "fields",
7058
6887
  "type": {
7059
- "text": "string"
7060
- }
6888
+ "text": "Field[]"
6889
+ },
6890
+ "default": "[]"
7061
6891
  },
7062
6892
  {
7063
6893
  "kind": "field",
7064
- "name": "label",
6894
+ "name": "isFirst",
7065
6895
  "type": {
7066
- "text": "string"
7067
- }
6896
+ "text": "boolean"
6897
+ },
6898
+ "default": "false"
7068
6899
  },
7069
6900
  {
7070
6901
  "kind": "field",
7071
- "name": "type",
6902
+ "name": "joinOperator",
7072
6903
  "type": {
7073
6904
  "text": "string"
7074
6905
  }
7075
6906
  },
7076
6907
  {
7077
6908
  "kind": "field",
7078
- "name": "sourceType",
6909
+ "name": "groupChildren",
7079
6910
  "type": {
7080
- "text": "string"
7081
- }
7082
- },
7083
- {
7084
- "kind": "field",
7085
- "name": "sourceSelected",
7086
- "type": {
7087
- "text": "string"
7088
- }
7089
- },
7090
- {
7091
- "kind": "field",
7092
- "name": "sourceTyped",
7093
- "type": {
7094
- "text": "string"
7095
- }
7096
- },
7097
- {
7098
- "kind": "field",
7099
- "name": "sourceTextField",
7100
- "type": {
7101
- "text": "TextField"
7102
- }
7103
- },
7104
- {
7105
- "kind": "field",
7106
- "name": "sourceSelect",
7107
- "type": {
7108
- "text": "Select"
7109
- }
7110
- },
7111
- {
7112
- "kind": "field",
7113
- "name": "reqRepItems",
7114
- "type": {
7115
- "text": "array"
7116
- },
7117
- "default": "['REQUEST_1', 'REQUEST_2', 'REQUEST_3']"
7118
- },
7119
- {
7120
- "kind": "method",
7121
- "name": "deleteParameter"
6911
+ "text": "ConditionNode[]"
6912
+ },
6913
+ "default": "[]"
7122
6914
  },
7123
6915
  {
7124
6916
  "kind": "method",
7125
- "name": "parameterChanged"
7126
- },
7127
- {
7128
- "kind": "method",
7129
- "name": "nameChanged"
7130
- },
7131
- {
7132
- "kind": "method",
7133
- "name": "labelChanged"
6917
+ "name": "nodeChanged"
7134
6918
  },
7135
6919
  {
7136
6920
  "kind": "method",
7137
- "name": "typeChanged"
6921
+ "name": "joinOperatorChanged"
7138
6922
  },
7139
6923
  {
7140
6924
  "kind": "method",
7141
- "name": "sourceTypeChanged"
6925
+ "name": "newCondition"
7142
6926
  },
7143
6927
  {
7144
6928
  "kind": "method",
7145
- "name": "sourceSelectedChanged"
6929
+ "name": "newGroup"
7146
6930
  },
7147
6931
  {
7148
6932
  "kind": "method",
7149
- "name": "sourceTypedChanged"
6933
+ "name": "editChild",
6934
+ "parameters": [
6935
+ {
6936
+ "name": "_editedChild",
6937
+ "type": {
6938
+ "text": "ConditionNode"
6939
+ }
6940
+ }
6941
+ ]
7150
6942
  },
7151
6943
  {
7152
6944
  "kind": "method",
7153
- "name": "genericChanged",
7154
- "privacy": "private",
6945
+ "name": "deleteChild",
7155
6946
  "parameters": [
7156
6947
  {
7157
- "name": "parameterAttribute"
7158
- },
7159
- {
7160
- "name": "value"
6948
+ "name": "deletedChild",
6949
+ "type": {
6950
+ "text": "ConditionNode"
6951
+ }
7161
6952
  }
7162
6953
  ]
6954
+ },
6955
+ {
6956
+ "kind": "method",
6957
+ "name": "deleteSelf"
7163
6958
  }
7164
6959
  ],
7165
6960
  "events": [
7166
6961
  {
7167
- "description": "Fired when a parameter is deleted. detail: `ParameterBuilderEntity`",
6962
+ "description": "Fired when this whole group should be removed",
7168
6963
  "name": "delete"
7169
6964
  },
7170
6965
  {
7171
- "description": "Fired when a parameter is edited. detail: `ParameterBuilderEntity`",
6966
+ "description": "Fired when anything inside this group changes",
7172
6967
  "name": "edit"
7173
6968
  }
7174
6969
  ],
7175
- "attributes": [
7176
- {
7177
- "name": "parameter",
7178
- "type": {
7179
- "text": "ParameterBuilderEntity"
7180
- },
7181
- "fieldName": "parameter"
7182
- }
7183
- ],
7184
6970
  "superclass": {
7185
6971
  "name": "GenesisElement",
7186
6972
  "package": "@genesislcap/web-core"
7187
6973
  },
7188
- "tagName": "parameter-builder",
6974
+ "tagName": "rule-condition-group",
7189
6975
  "customElement": true
7190
6976
  }
7191
6977
  ],
7192
6978
  "exports": [
7193
6979
  {
7194
6980
  "kind": "js",
7195
- "name": "ParameterBuilder",
6981
+ "name": "RuleConditionGroup",
7196
6982
  "declaration": {
7197
- "name": "ParameterBuilder",
7198
- "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.ts"
6983
+ "name": "RuleConditionGroup",
6984
+ "module": "src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-group/rule-condition-group.ts"
7199
6985
  }
7200
6986
  },
7201
6987
  {
7202
6988
  "kind": "custom-element-definition",
7203
- "name": "parameter-builder",
6989
+ "name": "rule-condition-group",
7204
6990
  "declaration": {
7205
- "name": "ParameterBuilder",
7206
- "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.ts"
6991
+ "name": "RuleConditionGroup",
6992
+ "module": "src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-group/rule-condition-group.ts"
7207
6993
  }
7208
6994
  }
7209
6995
  ]
7210
6996
  },
7211
6997
  {
7212
6998
  "kind": "javascript-module",
7213
- "path": "src/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-group/template-condition-group.template.ts",
6999
+ "path": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.styles.ts",
7214
7000
  "declarations": [
7215
7001
  {
7216
7002
  "kind": "variable",
7217
- "name": "TemplateConditionGroupTemplate",
7218
- "default": "html<TemplateConditionGroup>`\n ${when(\n (x) => !x.isFirst,\n html`\n <div class=\"join-toggle-row\">\n <div class=\"join-toggle\">\n <span\n class=\"join-text${(x) => classNames(['active', x.joinOperator === 'AND'])}\"\n @click=${(x) => (x.joinOperator = 'AND')}\n >\n AND\n </span>\n <span\n class=\"join-text${(x) => classNames(['active', x.joinOperator === 'OR'])}\"\n @click=${(x) => (x.joinOperator = 'OR')}\n >\n OR\n </span>\n </div>\n </div>\n `,\n )}\n <div class=\"condition-group-row\">\n <div class=\"condition-group-box\">\n ${repeat(\n (x) => x.groupChildren,\n html<ConditionNode, TemplateConditionGroup>`\n ${when(\n (x) => isGroup(x),\n html<ConditionNode>`\n <template-condition-group\n :fields=${(x, c) => c.parent.fields}\n :parameters=${(x, c) => c.parent.parameters}\n :node=${(x) => x}\n :isFirst=${(x, c) => c.index === 0}\n @edit=${(x, c) => c.parent.editChild(eventDetail(c))}\n @delete=${(x, c) => c.parent.deleteChild(eventDetail(c))}\n ></template-condition-group>\n `,\n )}\n ${when(\n (x) => !isGroup(x),\n html<ConditionNode>`\n <template-condition-builder\n :fields=${(x, c) => c.parent.fields}\n :parameters=${(x, c) => c.parent.parameters}\n :condition=${(x) => x}\n :isFirst=${(x, c) => c.index === 0}\n @edit=${(x, c) => c.parent.editChild(eventDetail(c))}\n @delete=${(x, c) => c.parent.deleteChild(eventDetail(c))}\n ></template-condition-builder>\n `,\n )}\n `,\n { positioning: true },\n )}\n\n <div class=\"content-row\">\n <rapid-button appearance=\"lightweight\" @click=${(x) => x.newCondition()}>\n + Condition\n </rapid-button>\n <rapid-button appearance=\"lightweight\" @click=${(x) => x.newGroup()}>+ Group</rapid-button>\n <rapid-button appearance=\"icon\" class=\"delete-group\" @click=${(x) => x.deleteSelf()}>\n <rapid-icon variant=\"regular\" name=\"trash-alt\" size=\"lg\" part=\"icon\"></rapid-icon>\n </rapid-button>\n </div>\n </div>\n </div>\n`"
7003
+ "name": "ParameterBuilderStyles",
7004
+ "default": "css`\n .parameter-builder {\n display: flex;\n gap: calc(var(--design-unit) * 2px);\n margin-bottom: calc(var(--design-unit) * 2px);\n }\n\n rapid-button {\n margin: 0;\n }\n\n .delete {\n margin: 0;\n display: flex;\n justify-content: center;\n height: calc(var(--design-unit) * 9px);\n }\n\n .delete:hover {\n background-color: color-mix(in srgb, var(--neutral-foreground-rest), transparent 89%);\n }\n\n rapid-text-field {\n width: 100%;\n margin-bottom: 0;\n }\n\n rapid-text-field::part(root) {\n height: calc(var(--design-unit) * 9px);\n }\n\n rapid-select {\n min-width: auto;\n }\n\n rapid-select.param-type::part(control) {\n width: 115px;\n }\n\n rapid-select.param-source-type::part(control) {\n width: 160px;\n }\n\n rapid-select.param-source::part(control) {\n width: ${PARAM_SOURCE_WIDTH}px;\n }\n\n rapid-text-field.param-source::part(root) {\n width: calc(${PARAM_SOURCE_WIDTH}px + 2px);\n }\n\n rapid-select::part(listbox) {\n max-height: 160px;\n }\n`"
7219
7005
  }
7220
7006
  ],
7221
7007
  "exports": [
7222
7008
  {
7223
7009
  "kind": "js",
7224
- "name": "TemplateConditionGroupTemplate",
7010
+ "name": "ParameterBuilderStyles",
7225
7011
  "declaration": {
7226
- "name": "TemplateConditionGroupTemplate",
7227
- "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-group/template-condition-group.template.ts"
7012
+ "name": "ParameterBuilderStyles",
7013
+ "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.styles.ts"
7228
7014
  }
7229
7015
  }
7230
7016
  ]
7231
7017
  },
7232
7018
  {
7233
7019
  "kind": "javascript-module",
7234
- "path": "src/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-group/template-condition-group.ts",
7020
+ "path": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.template.ts",
7021
+ "declarations": [
7022
+ {
7023
+ "kind": "variable",
7024
+ "name": "ParameterBuilderTemplate",
7025
+ "default": "html<ParameterBuilder>`\n <div class=\"parameter-builder\">\n <rapid-text-field\n id=\"param-name\"\n placeholder=\"Name\"\n :value=${sync((x) => x.name)}\n ></rapid-text-field>\n\n <rapid-text-field\n id=\"param-label\"\n placeholder=\"Label\"\n :value=${sync((x) => x.label)}\n ></rapid-text-field>\n\n <rapid-select\n id=\"param-source-type\"\n :value=${sync((x) => x.sourceType)}\n class=\"param-source-type\"\n >\n ${repeat(\n (x) => ALL_PARAM_SOURCE_TYPES,\n html`\n <rapid-option value=${(x) => x}>${(x) => x}</rapid-option>\n `,\n )}\n </rapid-select>\n\n ${when(\n (x) => x.sourceType === PARAM_SOURCE_TYPE_USER_TEXT,\n html<ParameterBuilder>`\n <rapid-text-field class=\"param-source\" disabled></rapid-text-field>\n `,\n )}\n ${when(\n (x) => x.sourceType === PARAM_SOURCE_TYPE_REQ_REP,\n html<ParameterBuilder>`\n <rapid-select\n ${ref('sourceSelect')}\n id=\"param-source\"\n :value=${sync((x) => x.sourceSelected)}\n class=\"param-source\"\n ?disabled=${(x) => x.sourceType !== PARAM_SOURCE_TYPE_REQ_REP}\n >\n ${repeat(\n (x) => x.reqRepItems,\n html`\n <rapid-option value=${(x) => x}>${(x) => x}</rapid-option>\n `,\n )}\n </rapid-select>\n `,\n )}\n ${when(\n (x) => x.sourceType === PARAM_SOURCE_TYPE_DEFINED_GROUP,\n html<ParameterBuilder>`\n <rapid-text-field\n ${ref('sourceTextField')}\n class=\"param-source\"\n placeholder=\"item1,item2,item3\"\n :value=${sync((x) => x.sourceTyped)}\n ></rapid-text-field>\n `,\n )}\n\n <rapid-select id=\"param-type\" :value=${sync((x) => x.type)} class=\"param-type\">\n ${repeat(\n (x) => ALL_PARAM_TYPES,\n html`\n <rapid-option value=${(x) => x}>${(x) => x}</rapid-option>\n `,\n )}\n </rapid-select>\n\n <rapid-button appearance=\"icon\" class=\"delete\" @click=${(x) => x.deleteParameter()}>\n <rapid-icon\n style=\"opacity: 0.5\"\n variant=\"regular\"\n name=\"trash-alt\"\n size=\"lg\"\n part=\"icon\"\n ></rapid-icon>\n </rapid-button>\n </div>\n`"
7026
+ }
7027
+ ],
7028
+ "exports": [
7029
+ {
7030
+ "kind": "js",
7031
+ "name": "ParameterBuilderTemplate",
7032
+ "declaration": {
7033
+ "name": "ParameterBuilderTemplate",
7034
+ "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.template.ts"
7035
+ }
7036
+ }
7037
+ ]
7038
+ },
7039
+ {
7040
+ "kind": "javascript-module",
7041
+ "path": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.ts",
7235
7042
  "declarations": [
7236
7043
  {
7237
7044
  "kind": "class",
7238
- "description": "Parenthesized group of conditions/nested groups for notification template\ncriteria - see rule-condition-group for the rationale. Also forwards\n:parameters down to nested template-condition-builder rows so parameter\nbinding (USER_ENTRY) keeps working inside a group.",
7239
- "name": "TemplateConditionGroup",
7045
+ "description": "Parameter builder for notification templates.",
7046
+ "name": "ParameterBuilder",
7240
7047
  "members": [
7241
7048
  {
7242
7049
  "kind": "field",
7243
- "name": "node",
7050
+ "name": "parameter",
7244
7051
  "type": {
7245
- "text": "ConditionGroupEntity"
7052
+ "text": "ParameterBuilderEntity"
7246
7053
  }
7247
7054
  },
7248
7055
  {
7249
7056
  "kind": "field",
7250
- "name": "fields",
7057
+ "name": "name",
7251
7058
  "type": {
7252
- "text": "Field[]"
7253
- },
7254
- "default": "[]"
7059
+ "text": "string"
7060
+ }
7255
7061
  },
7256
7062
  {
7257
7063
  "kind": "field",
7258
- "name": "parameters",
7064
+ "name": "label",
7259
7065
  "type": {
7260
- "text": "Array<ParameterBuilderEntity>"
7261
- },
7262
- "default": "[]"
7066
+ "text": "string"
7067
+ }
7263
7068
  },
7264
7069
  {
7265
7070
  "kind": "field",
7266
- "name": "isFirst",
7071
+ "name": "type",
7267
7072
  "type": {
7268
- "text": "boolean"
7269
- },
7270
- "default": "false"
7073
+ "text": "string"
7074
+ }
7271
7075
  },
7272
7076
  {
7273
7077
  "kind": "field",
7274
- "name": "joinOperator",
7078
+ "name": "sourceType",
7275
7079
  "type": {
7276
7080
  "text": "string"
7277
7081
  }
7278
7082
  },
7279
7083
  {
7280
7084
  "kind": "field",
7281
- "name": "groupChildren",
7085
+ "name": "sourceSelected",
7282
7086
  "type": {
7283
- "text": "ConditionNode[]"
7087
+ "text": "string"
7088
+ }
7089
+ },
7090
+ {
7091
+ "kind": "field",
7092
+ "name": "sourceTyped",
7093
+ "type": {
7094
+ "text": "string"
7095
+ }
7096
+ },
7097
+ {
7098
+ "kind": "field",
7099
+ "name": "sourceTextField",
7100
+ "type": {
7101
+ "text": "TextField"
7102
+ }
7103
+ },
7104
+ {
7105
+ "kind": "field",
7106
+ "name": "sourceSelect",
7107
+ "type": {
7108
+ "text": "Select"
7109
+ }
7110
+ },
7111
+ {
7112
+ "kind": "field",
7113
+ "name": "reqRepItems",
7114
+ "type": {
7115
+ "text": "array"
7284
7116
  },
7285
- "default": "[]"
7117
+ "default": "['REQUEST_1', 'REQUEST_2', 'REQUEST_3']"
7286
7118
  },
7287
7119
  {
7288
7120
  "kind": "method",
7289
- "name": "nodeChanged"
7121
+ "name": "deleteParameter"
7290
7122
  },
7291
7123
  {
7292
7124
  "kind": "method",
7293
- "name": "joinOperatorChanged"
7125
+ "name": "parameterChanged"
7294
7126
  },
7295
7127
  {
7296
7128
  "kind": "method",
7297
- "name": "newCondition"
7129
+ "name": "nameChanged"
7298
7130
  },
7299
7131
  {
7300
7132
  "kind": "method",
7301
- "name": "newGroup"
7133
+ "name": "labelChanged"
7302
7134
  },
7303
7135
  {
7304
7136
  "kind": "method",
7305
- "name": "editChild",
7306
- "parameters": [
7307
- {
7308
- "name": "_editedChild",
7309
- "type": {
7310
- "text": "ConditionNode"
7311
- }
7312
- }
7313
- ]
7137
+ "name": "typeChanged"
7314
7138
  },
7315
7139
  {
7316
7140
  "kind": "method",
7317
- "name": "deleteChild",
7141
+ "name": "sourceTypeChanged"
7142
+ },
7143
+ {
7144
+ "kind": "method",
7145
+ "name": "sourceSelectedChanged"
7146
+ },
7147
+ {
7148
+ "kind": "method",
7149
+ "name": "sourceTypedChanged"
7150
+ },
7151
+ {
7152
+ "kind": "method",
7153
+ "name": "genericChanged",
7154
+ "privacy": "private",
7318
7155
  "parameters": [
7319
7156
  {
7320
- "name": "deletedChild",
7321
- "type": {
7322
- "text": "ConditionNode"
7323
- }
7157
+ "name": "parameterAttribute"
7158
+ },
7159
+ {
7160
+ "name": "value"
7324
7161
  }
7325
7162
  ]
7326
- },
7327
- {
7328
- "kind": "method",
7329
- "name": "deleteSelf"
7330
7163
  }
7331
7164
  ],
7332
7165
  "events": [
7333
7166
  {
7334
- "description": "Fired when this whole group should be removed",
7167
+ "description": "Fired when a parameter is deleted. detail: `ParameterBuilderEntity`",
7335
7168
  "name": "delete"
7336
7169
  },
7337
7170
  {
7338
- "description": "Fired when anything inside this group changes",
7171
+ "description": "Fired when a parameter is edited. detail: `ParameterBuilderEntity`",
7339
7172
  "name": "edit"
7340
7173
  }
7341
7174
  ],
7175
+ "attributes": [
7176
+ {
7177
+ "name": "parameter",
7178
+ "type": {
7179
+ "text": "ParameterBuilderEntity"
7180
+ },
7181
+ "fieldName": "parameter"
7182
+ }
7183
+ ],
7342
7184
  "superclass": {
7343
7185
  "name": "GenesisElement",
7344
7186
  "package": "@genesislcap/web-core"
7345
7187
  },
7346
- "tagName": "template-condition-group",
7188
+ "tagName": "parameter-builder",
7347
7189
  "customElement": true
7348
7190
  }
7349
7191
  ],
7350
7192
  "exports": [
7351
7193
  {
7352
7194
  "kind": "js",
7353
- "name": "TemplateConditionGroup",
7195
+ "name": "ParameterBuilder",
7354
7196
  "declaration": {
7355
- "name": "TemplateConditionGroup",
7356
- "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-group/template-condition-group.ts"
7197
+ "name": "ParameterBuilder",
7198
+ "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.ts"
7357
7199
  }
7358
7200
  },
7359
7201
  {
7360
7202
  "kind": "custom-element-definition",
7361
- "name": "template-condition-group",
7203
+ "name": "parameter-builder",
7362
7204
  "declaration": {
7363
- "name": "TemplateConditionGroup",
7364
- "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-group/template-condition-group.ts"
7205
+ "name": "ParameterBuilder",
7206
+ "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.ts"
7365
7207
  }
7366
7208
  }
7367
7209
  ]
@@ -7657,6 +7499,164 @@
7657
7499
  }
7658
7500
  }
7659
7501
  ]
7502
+ },
7503
+ {
7504
+ "kind": "javascript-module",
7505
+ "path": "src/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-group/template-condition-group.template.ts",
7506
+ "declarations": [
7507
+ {
7508
+ "kind": "variable",
7509
+ "name": "TemplateConditionGroupTemplate",
7510
+ "default": "html<TemplateConditionGroup>`\n ${when(\n (x) => !x.isFirst,\n html`\n <div class=\"join-toggle-row\">\n <div class=\"join-toggle\">\n <span\n class=\"join-text${(x) => classNames(['active', x.joinOperator === 'AND'])}\"\n @click=${(x) => (x.joinOperator = 'AND')}\n >\n AND\n </span>\n <span\n class=\"join-text${(x) => classNames(['active', x.joinOperator === 'OR'])}\"\n @click=${(x) => (x.joinOperator = 'OR')}\n >\n OR\n </span>\n </div>\n </div>\n `,\n )}\n <div class=\"condition-group-row\">\n <div class=\"condition-group-box\">\n ${repeat(\n (x) => x.groupChildren,\n html<ConditionNode, TemplateConditionGroup>`\n ${when(\n (x) => isGroup(x),\n html<ConditionNode>`\n <template-condition-group\n :fields=${(x, c) => c.parent.fields}\n :parameters=${(x, c) => c.parent.parameters}\n :node=${(x) => x}\n :isFirst=${(x, c) => c.index === 0}\n @edit=${(x, c) => c.parent.editChild(eventDetail(c))}\n @delete=${(x, c) => c.parent.deleteChild(eventDetail(c))}\n ></template-condition-group>\n `,\n )}\n ${when(\n (x) => !isGroup(x),\n html<ConditionNode>`\n <template-condition-builder\n :fields=${(x, c) => c.parent.fields}\n :parameters=${(x, c) => c.parent.parameters}\n :condition=${(x) => x}\n :isFirst=${(x, c) => c.index === 0}\n @edit=${(x, c) => c.parent.editChild(eventDetail(c))}\n @delete=${(x, c) => c.parent.deleteChild(eventDetail(c))}\n ></template-condition-builder>\n `,\n )}\n `,\n { positioning: true },\n )}\n\n <div class=\"content-row\">\n <rapid-button appearance=\"lightweight\" @click=${(x) => x.newCondition()}>\n + Condition\n </rapid-button>\n <rapid-button appearance=\"lightweight\" @click=${(x) => x.newGroup()}>+ Group</rapid-button>\n <rapid-button appearance=\"icon\" class=\"delete-group\" @click=${(x) => x.deleteSelf()}>\n <rapid-icon variant=\"regular\" name=\"trash-alt\" size=\"lg\" part=\"icon\"></rapid-icon>\n </rapid-button>\n </div>\n </div>\n </div>\n`"
7511
+ }
7512
+ ],
7513
+ "exports": [
7514
+ {
7515
+ "kind": "js",
7516
+ "name": "TemplateConditionGroupTemplate",
7517
+ "declaration": {
7518
+ "name": "TemplateConditionGroupTemplate",
7519
+ "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-group/template-condition-group.template.ts"
7520
+ }
7521
+ }
7522
+ ]
7523
+ },
7524
+ {
7525
+ "kind": "javascript-module",
7526
+ "path": "src/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-group/template-condition-group.ts",
7527
+ "declarations": [
7528
+ {
7529
+ "kind": "class",
7530
+ "description": "Parenthesized group of conditions/nested groups for notification template\ncriteria - see rule-condition-group for the rationale. Also forwards\n:parameters down to nested template-condition-builder rows so parameter\nbinding (USER_ENTRY) keeps working inside a group.",
7531
+ "name": "TemplateConditionGroup",
7532
+ "members": [
7533
+ {
7534
+ "kind": "field",
7535
+ "name": "node",
7536
+ "type": {
7537
+ "text": "ConditionGroupEntity"
7538
+ }
7539
+ },
7540
+ {
7541
+ "kind": "field",
7542
+ "name": "fields",
7543
+ "type": {
7544
+ "text": "Field[]"
7545
+ },
7546
+ "default": "[]"
7547
+ },
7548
+ {
7549
+ "kind": "field",
7550
+ "name": "parameters",
7551
+ "type": {
7552
+ "text": "Array<ParameterBuilderEntity>"
7553
+ },
7554
+ "default": "[]"
7555
+ },
7556
+ {
7557
+ "kind": "field",
7558
+ "name": "isFirst",
7559
+ "type": {
7560
+ "text": "boolean"
7561
+ },
7562
+ "default": "false"
7563
+ },
7564
+ {
7565
+ "kind": "field",
7566
+ "name": "joinOperator",
7567
+ "type": {
7568
+ "text": "string"
7569
+ }
7570
+ },
7571
+ {
7572
+ "kind": "field",
7573
+ "name": "groupChildren",
7574
+ "type": {
7575
+ "text": "ConditionNode[]"
7576
+ },
7577
+ "default": "[]"
7578
+ },
7579
+ {
7580
+ "kind": "method",
7581
+ "name": "nodeChanged"
7582
+ },
7583
+ {
7584
+ "kind": "method",
7585
+ "name": "joinOperatorChanged"
7586
+ },
7587
+ {
7588
+ "kind": "method",
7589
+ "name": "newCondition"
7590
+ },
7591
+ {
7592
+ "kind": "method",
7593
+ "name": "newGroup"
7594
+ },
7595
+ {
7596
+ "kind": "method",
7597
+ "name": "editChild",
7598
+ "parameters": [
7599
+ {
7600
+ "name": "_editedChild",
7601
+ "type": {
7602
+ "text": "ConditionNode"
7603
+ }
7604
+ }
7605
+ ]
7606
+ },
7607
+ {
7608
+ "kind": "method",
7609
+ "name": "deleteChild",
7610
+ "parameters": [
7611
+ {
7612
+ "name": "deletedChild",
7613
+ "type": {
7614
+ "text": "ConditionNode"
7615
+ }
7616
+ }
7617
+ ]
7618
+ },
7619
+ {
7620
+ "kind": "method",
7621
+ "name": "deleteSelf"
7622
+ }
7623
+ ],
7624
+ "events": [
7625
+ {
7626
+ "description": "Fired when this whole group should be removed",
7627
+ "name": "delete"
7628
+ },
7629
+ {
7630
+ "description": "Fired when anything inside this group changes",
7631
+ "name": "edit"
7632
+ }
7633
+ ],
7634
+ "superclass": {
7635
+ "name": "GenesisElement",
7636
+ "package": "@genesislcap/web-core"
7637
+ },
7638
+ "tagName": "template-condition-group",
7639
+ "customElement": true
7640
+ }
7641
+ ],
7642
+ "exports": [
7643
+ {
7644
+ "kind": "js",
7645
+ "name": "TemplateConditionGroup",
7646
+ "declaration": {
7647
+ "name": "TemplateConditionGroup",
7648
+ "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-group/template-condition-group.ts"
7649
+ }
7650
+ },
7651
+ {
7652
+ "kind": "custom-element-definition",
7653
+ "name": "template-condition-group",
7654
+ "declaration": {
7655
+ "name": "TemplateConditionGroup",
7656
+ "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-group/template-condition-group.ts"
7657
+ }
7658
+ }
7659
+ ]
7660
7660
  }
7661
7661
  ]
7662
7662
  }