Skip to content

Commit

Permalink
0.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed May 11, 2024
1 parent 7dccca9 commit 6fb82eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions be-value-added.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ import {BE, BEConfig} from 'be-enhanced/BE.js';
import {BVAActions, BVAAllProps, BVAP, PropTypes, } from './types';
import { Positractions, PropInfo } from 'trans-render/froop/types';
import {IEnhancement, BEAllProps} from 'trans-render/be/types';
import {config} from 'be-enhanced/config.js';

export class BeValueAdded extends BE<Element> implements BVAActions{
static override config: BEConfig<BVAP & BEAllProps, BVAActions & IEnhancement, any> = {
propInfo: {
...(config.propInfo),
...(beCnfg.propInfo),
attached: {
def: true,
ro: true,
Expand All @@ -35,7 +34,7 @@ export class BeValueAdded extends BE<Element> implements BVAActions{
},
},
positractions:[
...(config.positractions!)
...(beCnfg.positractions!)
]

};
Expand Down

0 comments on commit 6fb82eb

Please sign in to comment.