Comparing version 0.8.14 to 0.8.15
{ | ||
"name": "aurumjs", | ||
"version": "0.8.14", | ||
"version": "0.8.15", | ||
"main": "prebuilt/esnext/aurumjs.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
export * from './rendering/webcomponent.js'; | ||
export { Renderable, SingularAurumElement, ArrayAurumElement, AurumComponentAPI, ComponentLifeCycle, createAPI, createLifeCycle, createRenderSession, RenderSession, AurumElement, aurumElementModelIdentitiy, AurumElementModel } from './rendering/aurum_element.js'; | ||
export { AProps, ProgressProps, ColProps, ImgProps, SvgProps, AreaProps, DataProps, FormProps, HtmlProps, LinkProps, MetaProps, SlotProps, TimeProps, ParamProps, AudioProps, LabelProps, StyleProps, TrackProps, VideoProps, ButtonProps, CanvasProps, IFrameProps, ObjectProps, OptionProps, OutputProps, ScriptProps, SourceProps, OptGroupProps, TableCellProps } from './nodes/simple_dom_nodes'; | ||
export { InputProps } from './nodes/input'; | ||
export { SelectProps } from './nodes/select'; | ||
export { TextAreaProps } from './nodes/textarea'; | ||
export { AProps, ProgressProps, ColProps, ImgProps, SvgProps, AreaProps, DataProps, FormProps, HtmlProps, LinkProps, MetaProps, SlotProps, TimeProps, ParamProps, AudioProps, LabelProps, StyleProps, TrackProps, VideoProps, ButtonProps, CanvasProps, IFrameProps, ObjectProps, OptionProps, OutputProps, ScriptProps, SourceProps, OptGroupProps, TableCellProps } from './nodes/simple_dom_nodes.js'; | ||
export { InputProps } from './nodes/input.js'; | ||
export { SelectProps } from './nodes/select.js'; | ||
export { TextAreaProps } from './nodes/textarea.js'; | ||
export * from './rendering/aurum_style.js'; | ||
@@ -8,0 +8,0 @@ export * from './builtin_components/router.js'; |
@@ -43,3 +43,3 @@ import { CancellationToken } from '../utilities/cancellation_token.js'; | ||
*/ | ||
subscribeOnce(callback: import('./common').Callback<T>, cancellationToken?: CancellationToken): EventSubscriptionFacade; | ||
subscribeOnce(callback: Callback<T>, cancellationToken?: CancellationToken): EventSubscriptionFacade; | ||
/** | ||
@@ -46,0 +46,0 @@ * Whether the event has any subscriptions |
@@ -47,7 +47,7 @@ export * from './rendering/webcomponent.js'; | ||
TableCellProps | ||
} from './nodes/simple_dom_nodes'; | ||
} from './nodes/simple_dom_nodes.js'; | ||
export { InputProps } from './nodes/input'; | ||
export { SelectProps } from './nodes/select'; | ||
export { TextAreaProps } from './nodes/textarea'; | ||
export { InputProps } from './nodes/input.js'; | ||
export { SelectProps } from './nodes/select.js'; | ||
export { TextAreaProps } from './nodes/textarea.js'; | ||
@@ -54,0 +54,0 @@ export * from './rendering/aurum_style.js'; |
@@ -72,3 +72,3 @@ import { CancellationToken } from '../utilities/cancellation_token.js'; | ||
*/ | ||
public subscribeOnce(callback: import('./common').Callback<T>, cancellationToken?: CancellationToken) { | ||
public subscribeOnce(callback: Callback<T>, cancellationToken?: CancellationToken) { | ||
const { facade } = this.createSubscription(callback, this.subscribeOnceChannel, cancellationToken); | ||
@@ -75,0 +75,0 @@ |
import { assert } from 'chai'; | ||
import * as sinon from 'sinon'; | ||
import { SinonFakeTimers } from 'sinon'; | ||
import { CancellationToken } from '../src/aurumjs'; | ||
import { CancellationToken } from '../src/aurumjs.js'; | ||
@@ -6,0 +6,0 @@ describe('cancellation token', () => { |
import { assert } from 'chai'; | ||
import { ObjectDataSource, unwrapObjectRecursive } from '../../src/aurumjs'; | ||
import { ArrayDataSource, DataSource } from '../../src/stream/data_source'; | ||
import { ObjectDataSource, unwrapObjectRecursive } from '../../src/aurumjs.js'; | ||
import { ArrayDataSource, DataSource } from '../../src/stream/data_source.js'; | ||
@@ -5,0 +5,0 @@ describe('Data source utils', () => { |
@@ -1,2 +0,2 @@ | ||
import { CancellationToken, Renderable, Aurum } from '../src/aurumjs'; | ||
import { CancellationToken, Renderable, Aurum } from '../src/aurumjs.js'; | ||
@@ -3,0 +3,0 @@ export function sleep(time): Promise<void> { |
@@ -16,3 +16,3 @@ { | ||
"jsxFragmentFactory": "Aurum.fragment", | ||
"moduleResolution": "node", | ||
"moduleResolution": "node16", | ||
"noImplicitReturns": true, | ||
@@ -19,0 +19,0 @@ "alwaysStrict": true, |
@@ -16,3 +16,3 @@ { | ||
"jsxFragmentFactory": "Aurum.fragment", | ||
"moduleResolution": "node", | ||
"moduleResolution": "node16", | ||
"noImplicitReturns": true, | ||
@@ -19,0 +19,0 @@ "alwaysStrict": true, |
@@ -16,3 +16,3 @@ { | ||
"jsxFragmentFactory": "Aurum.fragment", | ||
"moduleResolution": "node", | ||
"moduleResolution": "node16", | ||
"noImplicitReturns": true, | ||
@@ -19,0 +19,0 @@ "alwaysStrict": true, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2995237
33575