@genesislcap/pbc-notify-ui 14.500.0 → 14.501.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
  ]
@@ -6994,220 +6994,6 @@
6994
6994
  }
6995
6995
  ]
6996
6996
  },
6997
- {
6998
- "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",
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",
7042
- "declarations": [
7043
- {
7044
- "kind": "class",
7045
- "description": "Parameter builder for notification templates.",
7046
- "name": "ParameterBuilder",
7047
- "members": [
7048
- {
7049
- "kind": "field",
7050
- "name": "parameter",
7051
- "type": {
7052
- "text": "ParameterBuilderEntity"
7053
- }
7054
- },
7055
- {
7056
- "kind": "field",
7057
- "name": "name",
7058
- "type": {
7059
- "text": "string"
7060
- }
7061
- },
7062
- {
7063
- "kind": "field",
7064
- "name": "label",
7065
- "type": {
7066
- "text": "string"
7067
- }
7068
- },
7069
- {
7070
- "kind": "field",
7071
- "name": "type",
7072
- "type": {
7073
- "text": "string"
7074
- }
7075
- },
7076
- {
7077
- "kind": "field",
7078
- "name": "sourceType",
7079
- "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"
7122
- },
7123
- {
7124
- "kind": "method",
7125
- "name": "parameterChanged"
7126
- },
7127
- {
7128
- "kind": "method",
7129
- "name": "nameChanged"
7130
- },
7131
- {
7132
- "kind": "method",
7133
- "name": "labelChanged"
7134
- },
7135
- {
7136
- "kind": "method",
7137
- "name": "typeChanged"
7138
- },
7139
- {
7140
- "kind": "method",
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",
7155
- "parameters": [
7156
- {
7157
- "name": "parameterAttribute"
7158
- },
7159
- {
7160
- "name": "value"
7161
- }
7162
- ]
7163
- }
7164
- ],
7165
- "events": [
7166
- {
7167
- "description": "Fired when a parameter is deleted. detail: `ParameterBuilderEntity`",
7168
- "name": "delete"
7169
- },
7170
- {
7171
- "description": "Fired when a parameter is edited. detail: `ParameterBuilderEntity`",
7172
- "name": "edit"
7173
- }
7174
- ],
7175
- "attributes": [
7176
- {
7177
- "name": "parameter",
7178
- "type": {
7179
- "text": "ParameterBuilderEntity"
7180
- },
7181
- "fieldName": "parameter"
7182
- }
7183
- ],
7184
- "superclass": {
7185
- "name": "GenesisElement",
7186
- "package": "@genesislcap/web-core"
7187
- },
7188
- "tagName": "parameter-builder",
7189
- "customElement": true
7190
- }
7191
- ],
7192
- "exports": [
7193
- {
7194
- "kind": "js",
7195
- "name": "ParameterBuilder",
7196
- "declaration": {
7197
- "name": "ParameterBuilder",
7198
- "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.ts"
7199
- }
7200
- },
7201
- {
7202
- "kind": "custom-element-definition",
7203
- "name": "parameter-builder",
7204
- "declaration": {
7205
- "name": "ParameterBuilder",
7206
- "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.ts"
7207
- }
7208
- }
7209
- ]
7210
- },
7211
6997
  {
7212
6998
  "kind": "javascript-module",
7213
6999
  "path": "src/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.template.ts",
@@ -7500,6 +7286,220 @@
7500
7286
  }
7501
7287
  ]
7502
7288
  },
7289
+ {
7290
+ "kind": "javascript-module",
7291
+ "path": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.styles.ts",
7292
+ "declarations": [
7293
+ {
7294
+ "kind": "variable",
7295
+ "name": "ParameterBuilderStyles",
7296
+ "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`"
7297
+ }
7298
+ ],
7299
+ "exports": [
7300
+ {
7301
+ "kind": "js",
7302
+ "name": "ParameterBuilderStyles",
7303
+ "declaration": {
7304
+ "name": "ParameterBuilderStyles",
7305
+ "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.styles.ts"
7306
+ }
7307
+ }
7308
+ ]
7309
+ },
7310
+ {
7311
+ "kind": "javascript-module",
7312
+ "path": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.template.ts",
7313
+ "declarations": [
7314
+ {
7315
+ "kind": "variable",
7316
+ "name": "ParameterBuilderTemplate",
7317
+ "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`"
7318
+ }
7319
+ ],
7320
+ "exports": [
7321
+ {
7322
+ "kind": "js",
7323
+ "name": "ParameterBuilderTemplate",
7324
+ "declaration": {
7325
+ "name": "ParameterBuilderTemplate",
7326
+ "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.template.ts"
7327
+ }
7328
+ }
7329
+ ]
7330
+ },
7331
+ {
7332
+ "kind": "javascript-module",
7333
+ "path": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.ts",
7334
+ "declarations": [
7335
+ {
7336
+ "kind": "class",
7337
+ "description": "Parameter builder for notification templates.",
7338
+ "name": "ParameterBuilder",
7339
+ "members": [
7340
+ {
7341
+ "kind": "field",
7342
+ "name": "parameter",
7343
+ "type": {
7344
+ "text": "ParameterBuilderEntity"
7345
+ }
7346
+ },
7347
+ {
7348
+ "kind": "field",
7349
+ "name": "name",
7350
+ "type": {
7351
+ "text": "string"
7352
+ }
7353
+ },
7354
+ {
7355
+ "kind": "field",
7356
+ "name": "label",
7357
+ "type": {
7358
+ "text": "string"
7359
+ }
7360
+ },
7361
+ {
7362
+ "kind": "field",
7363
+ "name": "type",
7364
+ "type": {
7365
+ "text": "string"
7366
+ }
7367
+ },
7368
+ {
7369
+ "kind": "field",
7370
+ "name": "sourceType",
7371
+ "type": {
7372
+ "text": "string"
7373
+ }
7374
+ },
7375
+ {
7376
+ "kind": "field",
7377
+ "name": "sourceSelected",
7378
+ "type": {
7379
+ "text": "string"
7380
+ }
7381
+ },
7382
+ {
7383
+ "kind": "field",
7384
+ "name": "sourceTyped",
7385
+ "type": {
7386
+ "text": "string"
7387
+ }
7388
+ },
7389
+ {
7390
+ "kind": "field",
7391
+ "name": "sourceTextField",
7392
+ "type": {
7393
+ "text": "TextField"
7394
+ }
7395
+ },
7396
+ {
7397
+ "kind": "field",
7398
+ "name": "sourceSelect",
7399
+ "type": {
7400
+ "text": "Select"
7401
+ }
7402
+ },
7403
+ {
7404
+ "kind": "field",
7405
+ "name": "reqRepItems",
7406
+ "type": {
7407
+ "text": "array"
7408
+ },
7409
+ "default": "['REQUEST_1', 'REQUEST_2', 'REQUEST_3']"
7410
+ },
7411
+ {
7412
+ "kind": "method",
7413
+ "name": "deleteParameter"
7414
+ },
7415
+ {
7416
+ "kind": "method",
7417
+ "name": "parameterChanged"
7418
+ },
7419
+ {
7420
+ "kind": "method",
7421
+ "name": "nameChanged"
7422
+ },
7423
+ {
7424
+ "kind": "method",
7425
+ "name": "labelChanged"
7426
+ },
7427
+ {
7428
+ "kind": "method",
7429
+ "name": "typeChanged"
7430
+ },
7431
+ {
7432
+ "kind": "method",
7433
+ "name": "sourceTypeChanged"
7434
+ },
7435
+ {
7436
+ "kind": "method",
7437
+ "name": "sourceSelectedChanged"
7438
+ },
7439
+ {
7440
+ "kind": "method",
7441
+ "name": "sourceTypedChanged"
7442
+ },
7443
+ {
7444
+ "kind": "method",
7445
+ "name": "genericChanged",
7446
+ "privacy": "private",
7447
+ "parameters": [
7448
+ {
7449
+ "name": "parameterAttribute"
7450
+ },
7451
+ {
7452
+ "name": "value"
7453
+ }
7454
+ ]
7455
+ }
7456
+ ],
7457
+ "events": [
7458
+ {
7459
+ "description": "Fired when a parameter is deleted. detail: `ParameterBuilderEntity`",
7460
+ "name": "delete"
7461
+ },
7462
+ {
7463
+ "description": "Fired when a parameter is edited. detail: `ParameterBuilderEntity`",
7464
+ "name": "edit"
7465
+ }
7466
+ ],
7467
+ "attributes": [
7468
+ {
7469
+ "name": "parameter",
7470
+ "type": {
7471
+ "text": "ParameterBuilderEntity"
7472
+ },
7473
+ "fieldName": "parameter"
7474
+ }
7475
+ ],
7476
+ "superclass": {
7477
+ "name": "GenesisElement",
7478
+ "package": "@genesislcap/web-core"
7479
+ },
7480
+ "tagName": "parameter-builder",
7481
+ "customElement": true
7482
+ }
7483
+ ],
7484
+ "exports": [
7485
+ {
7486
+ "kind": "js",
7487
+ "name": "ParameterBuilder",
7488
+ "declaration": {
7489
+ "name": "ParameterBuilder",
7490
+ "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.ts"
7491
+ }
7492
+ },
7493
+ {
7494
+ "kind": "custom-element-definition",
7495
+ "name": "parameter-builder",
7496
+ "declaration": {
7497
+ "name": "ParameterBuilder",
7498
+ "module": "src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.ts"
7499
+ }
7500
+ }
7501
+ ]
7502
+ },
7503
7503
  {
7504
7504
  "kind": "javascript-module",
7505
7505
  "path": "src/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-group/template-condition-group.template.ts",
@@ -114,23 +114,23 @@ export declare const InboxSubscription: React.ForwardRefExoticComponent<
114
114
  >;
115
115
  export type InboxSubscriptionRef = InboxSubscriptionWC;
116
116
 
117
- export declare const NotifyAuditManagement: React.ForwardRefExoticComponent<
117
+ export declare const RouteManagement: React.ForwardRefExoticComponent<
118
118
  React.PropsWithChildren<
119
- Omit<PublicOf<NotifyAuditManagementWC>, 'children' | 'style'> &
119
+ Omit<PublicOf<RouteManagementWC>, 'children' | 'style'> &
120
120
  HTMLWCProps & {
121
121
  }
122
- > & React.RefAttributes<NotifyAuditManagementWC>
122
+ > & React.RefAttributes<RouteManagementWC>
123
123
  >;
124
- export type NotifyAuditManagementRef = NotifyAuditManagementWC;
124
+ export type RouteManagementRef = RouteManagementWC;
125
125
 
126
- export declare const RouteManagement: React.ForwardRefExoticComponent<
126
+ export declare const NotifyAuditManagement: React.ForwardRefExoticComponent<
127
127
  React.PropsWithChildren<
128
- Omit<PublicOf<RouteManagementWC>, 'children' | 'style'> &
128
+ Omit<PublicOf<NotifyAuditManagementWC>, 'children' | 'style'> &
129
129
  HTMLWCProps & {
130
130
  }
131
- > & React.RefAttributes<RouteManagementWC>
131
+ > & React.RefAttributes<NotifyAuditManagementWC>
132
132
  >;
133
- export type RouteManagementRef = RouteManagementWC;
133
+ export type NotifyAuditManagementRef = NotifyAuditManagementWC;
134
134
 
135
135
  export declare const RuleManagement: React.ForwardRefExoticComponent<
136
136
  React.PropsWithChildren<
@@ -247,17 +247,6 @@ export declare const RuleConditionGroup: React.ForwardRefExoticComponent<
247
247
  >;
248
248
  export type RuleConditionGroupRef = RuleConditionGroupWC;
249
249
 
250
- export declare const ParameterBuilder: React.ForwardRefExoticComponent<
251
- React.PropsWithChildren<
252
- Omit<PublicOf<ParameterBuilderWC>, 'children' | 'style'> &
253
- HTMLWCProps & {
254
- onDelete?: (event: CustomEvent<ParameterBuilderEntity>) => void;
255
- onEdit?: (event: CustomEvent<ParameterBuilderEntity>) => void;
256
- }
257
- > & React.RefAttributes<ParameterBuilderWC>
258
- >;
259
- export type ParameterBuilderRef = ParameterBuilderWC;
260
-
261
250
  export declare const TemplateConditionBuilder: React.ForwardRefExoticComponent<
262
251
  React.PropsWithChildren<
263
252
  Omit<PublicOf<TemplateConditionBuilderWC>, 'children' | 'style'> &
@@ -269,6 +258,17 @@ export declare const TemplateConditionBuilder: React.ForwardRefExoticComponent<
269
258
  >;
270
259
  export type TemplateConditionBuilderRef = TemplateConditionBuilderWC;
271
260
 
261
+ export declare const ParameterBuilder: React.ForwardRefExoticComponent<
262
+ React.PropsWithChildren<
263
+ Omit<PublicOf<ParameterBuilderWC>, 'children' | 'style'> &
264
+ HTMLWCProps & {
265
+ onDelete?: (event: CustomEvent<ParameterBuilderEntity>) => void;
266
+ onEdit?: (event: CustomEvent<ParameterBuilderEntity>) => void;
267
+ }
268
+ > & React.RefAttributes<ParameterBuilderWC>
269
+ >;
270
+ export type ParameterBuilderRef = ParameterBuilderWC;
271
+
272
272
  export declare const TemplateConditionGroup: React.ForwardRefExoticComponent<
273
273
  React.PropsWithChildren<
274
274
  Omit<PublicOf<TemplateConditionGroupWC>, 'children' | 'style'> &
package/dist/react.cjs CHANGED
@@ -86,14 +86,14 @@ const InboxSubscription = React.forwardRef(function InboxSubscription(props, ref
86
86
  return React.createElement(customElements.getName(InboxSubscriptionWC) ?? 'inbox-subscription', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
87
87
  });
88
88
 
89
- const NotifyAuditManagement = React.forwardRef(function NotifyAuditManagement(props, ref) {
89
+ const RouteManagement = React.forwardRef(function RouteManagement(props, ref) {
90
90
  const { children, ...rest } = props;
91
- return React.createElement(customElements.getName(NotifyAuditManagementWC) ?? 'notify-audit-management', { ...rest, ref }, children);
91
+ return React.createElement(customElements.getName(RouteManagementWC) ?? 'route-management', { ...rest, ref }, children);
92
92
  });
93
93
 
94
- const RouteManagement = React.forwardRef(function RouteManagement(props, ref) {
94
+ const NotifyAuditManagement = React.forwardRef(function NotifyAuditManagement(props, ref) {
95
95
  const { children, ...rest } = props;
96
- return React.createElement(customElements.getName(RouteManagementWC) ?? 'route-management', { ...rest, ref }, children);
96
+ return React.createElement(customElements.getName(NotifyAuditManagementWC) ?? 'notify-audit-management', { ...rest, ref }, children);
97
97
  });
98
98
 
99
99
  const RuleManagement = React.forwardRef(function RuleManagement(props, ref) {
@@ -226,7 +226,7 @@ const RuleConditionGroup = React.forwardRef(function RuleConditionGroup(props, r
226
226
  return React.createElement(customElements.getName(RuleConditionGroupWC) ?? 'rule-condition-group', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
227
227
  });
228
228
 
229
- const ParameterBuilder = React.forwardRef(function ParameterBuilder(props, ref) {
229
+ const TemplateConditionBuilder = React.forwardRef(function TemplateConditionBuilder(props, ref) {
230
230
  const { onDelete, onEdit, children, ...rest } = props;
231
231
  const _innerRef = React.useRef(null);
232
232
  const _onDeleteRef = React.useRef(onDelete);
@@ -245,10 +245,10 @@ const ParameterBuilder = React.forwardRef(function ParameterBuilder(props, ref)
245
245
  el.removeEventListener('edit', _onEditFn);
246
246
  };
247
247
  }, []);
248
- return React.createElement(customElements.getName(ParameterBuilderWC) ?? 'parameter-builder', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
248
+ return React.createElement(customElements.getName(TemplateConditionBuilderWC) ?? 'template-condition-builder', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
249
249
  });
250
250
 
251
- const TemplateConditionBuilder = React.forwardRef(function TemplateConditionBuilder(props, ref) {
251
+ const ParameterBuilder = React.forwardRef(function ParameterBuilder(props, ref) {
252
252
  const { onDelete, onEdit, children, ...rest } = props;
253
253
  const _innerRef = React.useRef(null);
254
254
  const _onDeleteRef = React.useRef(onDelete);
@@ -267,7 +267,7 @@ const TemplateConditionBuilder = React.forwardRef(function TemplateConditionBuil
267
267
  el.removeEventListener('edit', _onEditFn);
268
268
  };
269
269
  }, []);
270
- return React.createElement(customElements.getName(TemplateConditionBuilderWC) ?? 'template-condition-builder', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
270
+ return React.createElement(customElements.getName(ParameterBuilderWC) ?? 'parameter-builder', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
271
271
  });
272
272
 
273
273
  const TemplateConditionGroup = React.forwardRef(function TemplateConditionGroup(props, ref) {
@@ -299,8 +299,8 @@ module.exports = {
299
299
  FoundationInboxCounter,
300
300
  FoundationInboxFlyout,
301
301
  InboxSubscription,
302
- NotifyAuditManagement,
303
302
  RouteManagement,
303
+ NotifyAuditManagement,
304
304
  RuleManagement,
305
305
  TemplateManagement,
306
306
  RuleParameter,
@@ -313,7 +313,7 @@ module.exports = {
313
313
  TemplateDialog,
314
314
  RuleConditionBuilder,
315
315
  RuleConditionGroup,
316
- ParameterBuilder,
317
316
  TemplateConditionBuilder,
317
+ ParameterBuilder,
318
318
  TemplateConditionGroup,
319
319
  };
package/dist/react.mjs CHANGED
@@ -84,14 +84,14 @@ export const InboxSubscription = React.forwardRef(function InboxSubscription(pro
84
84
  return React.createElement(customElements.getName(InboxSubscriptionWC) ?? 'inbox-subscription', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
85
85
  });
86
86
 
87
- export const NotifyAuditManagement = React.forwardRef(function NotifyAuditManagement(props, ref) {
87
+ export const RouteManagement = React.forwardRef(function RouteManagement(props, ref) {
88
88
  const { children, ...rest } = props;
89
- return React.createElement(customElements.getName(NotifyAuditManagementWC) ?? 'notify-audit-management', { ...rest, ref }, children);
89
+ return React.createElement(customElements.getName(RouteManagementWC) ?? 'route-management', { ...rest, ref }, children);
90
90
  });
91
91
 
92
- export const RouteManagement = React.forwardRef(function RouteManagement(props, ref) {
92
+ export const NotifyAuditManagement = React.forwardRef(function NotifyAuditManagement(props, ref) {
93
93
  const { children, ...rest } = props;
94
- return React.createElement(customElements.getName(RouteManagementWC) ?? 'route-management', { ...rest, ref }, children);
94
+ return React.createElement(customElements.getName(NotifyAuditManagementWC) ?? 'notify-audit-management', { ...rest, ref }, children);
95
95
  });
96
96
 
97
97
  export const RuleManagement = React.forwardRef(function RuleManagement(props, ref) {
@@ -224,7 +224,7 @@ export const RuleConditionGroup = React.forwardRef(function RuleConditionGroup(p
224
224
  return React.createElement(customElements.getName(RuleConditionGroupWC) ?? 'rule-condition-group', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
225
225
  });
226
226
 
227
- export const ParameterBuilder = React.forwardRef(function ParameterBuilder(props, ref) {
227
+ export const TemplateConditionBuilder = React.forwardRef(function TemplateConditionBuilder(props, ref) {
228
228
  const { onDelete, onEdit, children, ...rest } = props;
229
229
  const _innerRef = React.useRef(null);
230
230
  const _onDeleteRef = React.useRef(onDelete);
@@ -243,10 +243,10 @@ export const ParameterBuilder = React.forwardRef(function ParameterBuilder(props
243
243
  el.removeEventListener('edit', _onEditFn);
244
244
  };
245
245
  }, []);
246
- return React.createElement(customElements.getName(ParameterBuilderWC) ?? 'parameter-builder', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
246
+ return React.createElement(customElements.getName(TemplateConditionBuilderWC) ?? 'template-condition-builder', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
247
247
  });
248
248
 
249
- export const TemplateConditionBuilder = React.forwardRef(function TemplateConditionBuilder(props, ref) {
249
+ export const ParameterBuilder = React.forwardRef(function ParameterBuilder(props, ref) {
250
250
  const { onDelete, onEdit, children, ...rest } = props;
251
251
  const _innerRef = React.useRef(null);
252
252
  const _onDeleteRef = React.useRef(onDelete);
@@ -265,7 +265,7 @@ export const TemplateConditionBuilder = React.forwardRef(function TemplateCondit
265
265
  el.removeEventListener('edit', _onEditFn);
266
266
  };
267
267
  }, []);
268
- return React.createElement(customElements.getName(TemplateConditionBuilderWC) ?? 'template-condition-builder', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
268
+ return React.createElement(customElements.getName(ParameterBuilderWC) ?? 'parameter-builder', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
269
269
  });
270
270
 
271
271
  export const TemplateConditionGroup = React.forwardRef(function TemplateConditionGroup(props, ref) {
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": "14.500.0",
4
+ "version": "14.501.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "workspaces": [
7
7
  "client"
@@ -83,30 +83,30 @@
83
83
  "@commitlint/format": "^19.0.3",
84
84
  "@genesiscommunitysuccess/cep-fast-plugin": "5.0.3",
85
85
  "@genesiscommunitysuccess/custom-elements-lsp": "5.0.3",
86
- "@genesislcap/design-system-configurator": "14.500.0",
87
- "@genesislcap/eslint-config": "14.500.0",
88
- "@genesislcap/eslint-stylelint-builder": "14.500.0",
89
- "@genesislcap/foundation-testing": "14.500.0",
90
- "@genesislcap/genx": "14.500.0",
91
- "@genesislcap/prettier-config": "14.500.0",
92
- "@genesislcap/stylelint-config": "14.500.0",
93
- "@genesislcap/vite-builder": "14.500.0",
94
- "@genesislcap/webpack-builder": "14.500.0",
86
+ "@genesislcap/design-system-configurator": "14.501.0",
87
+ "@genesislcap/eslint-config": "14.501.0",
88
+ "@genesislcap/eslint-stylelint-builder": "14.501.0",
89
+ "@genesislcap/foundation-testing": "14.501.0",
90
+ "@genesislcap/genx": "14.501.0",
91
+ "@genesislcap/prettier-config": "14.501.0",
92
+ "@genesislcap/stylelint-config": "14.501.0",
93
+ "@genesislcap/vite-builder": "14.501.0",
94
+ "@genesislcap/webpack-builder": "14.501.0",
95
95
  "dayjs": "^1.11.7"
96
96
  },
97
97
  "dependencies": {
98
- "@genesislcap/foundation-comms": "14.500.0",
99
- "@genesislcap/foundation-criteria": "14.500.0",
100
- "@genesislcap/foundation-entity-management": "14.500.0",
101
- "@genesislcap/foundation-forms": "14.500.0",
102
- "@genesislcap/foundation-layout": "14.500.0",
103
- "@genesislcap/foundation-logger": "14.500.0",
104
- "@genesislcap/foundation-notifications": "14.500.0",
105
- "@genesislcap/foundation-ui": "14.500.0",
106
- "@genesislcap/foundation-utils": "14.500.0",
107
- "@genesislcap/rapid-design-system": "14.500.0",
108
- "@genesislcap/rapid-grid-pro": "14.500.0",
109
- "@genesislcap/web-core": "14.500.0",
98
+ "@genesislcap/foundation-comms": "14.501.0",
99
+ "@genesislcap/foundation-criteria": "14.501.0",
100
+ "@genesislcap/foundation-entity-management": "14.501.0",
101
+ "@genesislcap/foundation-forms": "14.501.0",
102
+ "@genesislcap/foundation-layout": "14.501.0",
103
+ "@genesislcap/foundation-logger": "14.501.0",
104
+ "@genesislcap/foundation-notifications": "14.501.0",
105
+ "@genesislcap/foundation-ui": "14.501.0",
106
+ "@genesislcap/foundation-utils": "14.501.0",
107
+ "@genesislcap/rapid-design-system": "14.501.0",
108
+ "@genesislcap/rapid-grid-pro": "14.501.0",
109
+ "@genesislcap/web-core": "14.501.0",
110
110
  "lodash.debounce": "^4.0.8",
111
111
  "rxjs": "^7.5.4"
112
112
  },
@@ -114,5 +114,5 @@
114
114
  "access": "public"
115
115
  },
116
116
  "customElements": "dist/custom-elements.json",
117
- "gitHead": "71f449cda804427acfa5d246da83d1044f2cb2c4"
117
+ "gitHead": "4fccf90855cbd10b0289566a75a95120a2be4384"
118
118
  }