Comparing version 2.0.1-dev.202404171154 to 2.0.1-dev.202404281254
@@ -19,3 +19,4 @@ import { IContainer } from '@aurelia/kernel'; | ||
export { type CollectionKind, batch, ComputedObserver, IObserverLocator, subscriberCollection, observable, type IndexMap, } from '@aurelia/runtime'; | ||
export { type BindingBehaviorInstance, type ValueConverterInstance, customAttribute, CustomAttribute, templateController, containerless, customElement, CustomElement, capture, useShadowDOM, AppTask, BindingMode, bindable, type PartialBindableDefinition, Bindable, coercer, type PartialChildrenDefinition, children, Controller, ViewFactory, type ISinglePageAppConfig, IAppRoot, INode, IEventTarget, IRenderLocation, type ICustomAttributeViewModel, type ICustomElementViewModel, IController, IViewFactory, IFlushQueue, FlushQueue, type IFlushable, renderer, IAurelia, NodeObserverLocator, type IAuSlot, IAuSlotsInfo, AuSlotsInfo, IAuSlotWatcher, slotted, ChildrenBinding, ITemplateCompiler, ITemplateCompilerHooks, TemplateCompilerHooks, templateCompilerHooks, attributePattern, IAttributePattern, IAttrMapper, alias, registerAliases, bindingBehavior, BindingBehavior, valueConverter, ValueConverter, bindingCommand, type BindingCommandInstance, type IEnhancementConfig, type IHydratedParentController, ShortHandBindingSyntax, StyleConfiguration, type IShadowDOMConfiguration, cssModules, shadowCSS, processContent, ILifecycleHooks, type LifecycleHook, LifecycleHooks, lifecycleHooks, watch, IKeyMapping, IModifiedEventHandlerCreator, IEventModifier, type IModifiedEventHandler, Scope, ISignaler, } from '@aurelia/runtime-html'; | ||
export { attributePattern, AttributePattern, IAttrMapper, IAttributeParser, IAttributePattern, bindingCommand, BindingCommand, type BindingCommandInstance, ITemplateCompiler, ITemplateElementFactory, ITemplateCompilerHooks, TemplateCompilerHooks, templateCompilerHooks, type BindingCommandStaticAuDefinition, } from '@aurelia/template-compiler'; | ||
export { type BindingBehaviorInstance, type ValueConverterInstance, customAttribute, CustomAttribute, templateController, containerless, customElement, CustomElement, capture, useShadowDOM, AppTask, BindingMode, bindable, type PartialBindableDefinition, Bindable, coercer, type PartialChildrenDefinition, children, Controller, ViewFactory, type ISinglePageAppConfig, IAppRoot, INode, IEventTarget, IRenderLocation, type ICustomAttributeViewModel, type ICustomElementViewModel, IController, IViewFactory, IFlushQueue, FlushQueue, type IFlushable, renderer, IAurelia, NodeObserverLocator, type IAuSlot, IAuSlotsInfo, AuSlotsInfo, IAuSlotWatcher, slotted, ChildrenBinding, RuntimeTemplateCompilerImplementation, alias, registerAliases, bindingBehavior, BindingBehavior, valueConverter, ValueConverter, type IEnhancementConfig, type IHydratedParentController, ShortHandBindingSyntax, StyleConfiguration, type IShadowDOMConfiguration, cssModules, shadowCSS, processContent, ILifecycleHooks, type LifecycleHook, LifecycleHooks, lifecycleHooks, watch, IKeyMapping, IModifiedEventHandlerCreator, IEventModifier, type IModifiedEventHandler, Scope, ISignaler, } from '@aurelia/runtime-html'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "aurelia", | ||
"version": "2.0.1-dev.202404171154", | ||
"version": "2.0.1-dev.202404281254", | ||
"main": "dist/cjs/index.cjs", | ||
@@ -56,10 +56,11 @@ "module": "dist/esm/index.mjs", | ||
"dependencies": { | ||
"@aurelia/fetch-client": "2.0.1-dev.202404171154", | ||
"@aurelia/kernel": "2.0.1-dev.202404171154", | ||
"@aurelia/metadata": "2.0.1-dev.202404171154", | ||
"@aurelia/expression-parser": "2.0.1-dev.202404171154", | ||
"@aurelia/platform": "2.0.1-dev.202404171154", | ||
"@aurelia/platform-browser": "2.0.1-dev.202404171154", | ||
"@aurelia/runtime": "2.0.1-dev.202404171154", | ||
"@aurelia/runtime-html": "2.0.1-dev.202404171154" | ||
"@aurelia/fetch-client": "2.0.1-dev.202404281254", | ||
"@aurelia/kernel": "2.0.1-dev.202404281254", | ||
"@aurelia/metadata": "2.0.1-dev.202404281254", | ||
"@aurelia/expression-parser": "2.0.1-dev.202404281254", | ||
"@aurelia/platform": "2.0.1-dev.202404281254", | ||
"@aurelia/platform-browser": "2.0.1-dev.202404281254", | ||
"@aurelia/runtime": "2.0.1-dev.202404281254", | ||
"@aurelia/template-compiler": "2.0.1-dev.202404281254", | ||
"@aurelia/runtime-html": "2.0.1-dev.202404281254" | ||
}, | ||
@@ -66,0 +67,0 @@ "devDependencies": { |
@@ -304,2 +304,23 @@ import { DI, IContainer, Registration } from '@aurelia/kernel'; | ||
export { | ||
attributePattern, | ||
AttributePattern, | ||
IAttrMapper, | ||
IAttributeParser, | ||
IAttributePattern, | ||
bindingCommand, | ||
BindingCommand, | ||
type BindingCommandInstance, | ||
ITemplateCompiler, | ||
ITemplateElementFactory, | ||
ITemplateCompilerHooks, | ||
TemplateCompilerHooks, | ||
templateCompilerHooks, | ||
type BindingCommandStaticAuDefinition, | ||
} from '@aurelia/template-compiler'; | ||
export { | ||
// BindingBehaviorDefinition, | ||
@@ -333,3 +354,2 @@ // PartialBindingBehaviorDefinition, | ||
customAttribute, | ||
// CustomAttributeDecorator, | ||
CustomAttribute, | ||
@@ -547,8 +567,5 @@ // CustomAttributeDefinition | ||
// ITemplate, | ||
ITemplateCompiler, | ||
// ITemplateFactory, | ||
ITemplateCompilerHooks, | ||
TemplateCompilerHooks, | ||
templateCompilerHooks, | ||
RuntimeTemplateCompilerImplementation, | ||
// RenderContext | ||
@@ -560,10 +577,2 @@ | ||
attributePattern, | ||
// AttributePatternDefinition, | ||
IAttributePattern, | ||
// IAttributePatternHandler, | ||
// Interpretation, | ||
// ISyntaxInterpreter, | ||
IAttrMapper, | ||
// AtPrefixedTriggerAttributePattern, | ||
@@ -583,5 +592,2 @@ // ColonPrefixedBindAttributePattern, | ||
bindingCommand, | ||
// BindingCommand, | ||
type BindingCommandInstance, | ||
// BindingCommandDefinition, | ||
@@ -654,26 +660,4 @@ // BindingCommandKind, | ||
// IAttrSyntaxTransformer, | ||
// TriggerBindingCommand, | ||
// DelegateBindingCommand, | ||
// CaptureBindingCommand, | ||
// AttrBindingCommand, | ||
// ClassBindingCommand, | ||
// StyleBindingCommand, | ||
// IAttrSyntaxTransformerRegistation, | ||
// DefaultComponents as JitHtmlDefaultComponents, | ||
// DefaultBindingLanguage as JitHtmlDefaultBindingLanguage, | ||
// StandardConfiguration, | ||
// stringifyDOM, | ||
// stringifyInstructions, | ||
// stringifyTemplateDefinition, | ||
// TemplateBinder, | ||
// ITemplateElementFactory, | ||
ILifecycleHooks, | ||
@@ -680,0 +664,0 @@ type LifecycleHook, |
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
80885
1073
9
+ Added@aurelia/expression-parser@2.0.1-dev.202404281254(transitive)
+ Added@aurelia/fetch-client@2.0.1-dev.202404281254(transitive)
+ Added@aurelia/kernel@2.0.1-dev.202404281254(transitive)
+ Added@aurelia/metadata@2.0.1-dev.202404281254(transitive)
+ Added@aurelia/platform@2.0.1-dev.202404281254(transitive)
+ Added@aurelia/platform-browser@2.0.1-dev.202404281254(transitive)
+ Added@aurelia/runtime@2.0.1-dev.202404281254(transitive)
+ Added@aurelia/runtime-html@2.0.1-dev.202404281254(transitive)
+ Added@aurelia/template-compiler@2.0.1-dev.202404281254(transitive)
- Removed@aurelia/expression-parser@2.0.1-dev.202404171154(transitive)
- Removed@aurelia/fetch-client@2.0.1-dev.202404171154(transitive)
- Removed@aurelia/kernel@2.0.1-dev.202404171154(transitive)
- Removed@aurelia/metadata@2.0.1-dev.202404171154(transitive)
- Removed@aurelia/platform@2.0.1-dev.202404171154(transitive)
- Removed@aurelia/platform-browser@2.0.1-dev.202404171154(transitive)
- Removed@aurelia/runtime@2.0.1-dev.202404171154(transitive)
- Removed@aurelia/runtime-html@2.0.1-dev.202404171154(transitive)