Skip to content

Commit

Permalink
0.0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed May 10, 2024
1 parent c289cf0 commit b625025
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 228 deletions.
192 changes: 0 additions & 192 deletions be-based.void

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion be-based.ts → legacy/be-based.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {BE, propDefaults, propInfo} from 'be-enhanced/BE.js';
import {BEConfig} from 'be-enhanced/types';
import {XE} from 'xtal-element/XE.js';
import {Actions, AllProps, AP, PAP, ProPAP, POA, PuntEvent} from './types';
import {Actions, AllProps, AP, PAP, ProPAP, POA, PuntEvent} from '../types';

export class BeBased extends BE<AP, Actions> implements Actions{
static override get beConfig(){
Expand Down
File renamed without changes.
File renamed without changes.
32 changes: 0 additions & 32 deletions processRules.void

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"strict": true
},
"files":[
"behivior.ts"
"legacy/behivior.ts"
],
"exclude":[
"node_modules"
Expand Down
4 changes: 2 additions & 2 deletions types.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {ActionOnEventConfigs} from 'trans-render/froop/types';
import {IBE} from 'be-enhanced/types';
import {IEnhancement, BEAllProps} from 'trans-render/be/types';

export interface EndUserProps extends IBE{
export interface EndUserProps extends IEnhancement{
forAll?: string[],
base?: string,
fileName?: string
Expand Down

0 comments on commit b625025

Please sign in to comment.