Comparing version 2.1.0-dev.202401281151 to 2.1.0-dev.202401310648
@@ -21,3 +21,3 @@ import { IContainer } from '@aurelia/kernel'; | ||
export { type CollectionKind, batch, ComputedObserver, IObserverLocator, ISignaler, subscriberCollection, type BindingBehaviorInstance, observable, type ValueConverterInstance, type IndexMap, } from '@aurelia/runtime'; | ||
export { customAttribute, CustomAttribute, templateController, containerless, customElement, CustomElement, capture, useShadowDOM, AppTask, BindingMode, bindable, type PartialBindableDefinition, Bindable, coercer, PartialChildrenDefinition, children, Controller, ViewFactory, IAppRoot, INode, IEventTarget, IRenderLocation, type ICustomAttributeViewModel, type ICustomElementViewModel, IFlushQueue, FlushQueue, IFlushable, renderer, IAurelia, NodeObserverLocator, 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, ILifecycleHooks, type LifecycleHook, LifecycleHooks, lifecycleHooks, } from '@aurelia/runtime-html'; | ||
export { customAttribute, CustomAttribute, templateController, containerless, customElement, CustomElement, capture, useShadowDOM, AppTask, BindingMode, bindable, type PartialBindableDefinition, Bindable, coercer, PartialChildrenDefinition, children, Controller, ViewFactory, IAppRoot, INode, IEventTarget, IRenderLocation, type ICustomAttributeViewModel, type ICustomElementViewModel, IFlushQueue, FlushQueue, IFlushable, renderer, IAurelia, NodeObserverLocator, 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, } from '@aurelia/runtime-html'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "aurelia", | ||
"version": "2.1.0-dev.202401281151", | ||
"version": "2.1.0-dev.202401310648", | ||
"main": "dist/cjs/index.cjs", | ||
@@ -55,9 +55,9 @@ "module": "dist/esm/index.mjs", | ||
"dependencies": { | ||
"@aurelia/fetch-client": "2.1.0-dev.202401281151", | ||
"@aurelia/kernel": "2.1.0-dev.202401281151", | ||
"@aurelia/metadata": "2.1.0-dev.202401281151", | ||
"@aurelia/platform": "2.1.0-dev.202401281151", | ||
"@aurelia/platform-browser": "2.1.0-dev.202401281151", | ||
"@aurelia/runtime": "2.1.0-dev.202401281151", | ||
"@aurelia/runtime-html": "2.1.0-dev.202401281151" | ||
"@aurelia/fetch-client": "2.1.0-dev.202401310648", | ||
"@aurelia/kernel": "2.1.0-dev.202401310648", | ||
"@aurelia/metadata": "2.1.0-dev.202401310648", | ||
"@aurelia/platform": "2.1.0-dev.202401310648", | ||
"@aurelia/platform-browser": "2.1.0-dev.202401310648", | ||
"@aurelia/runtime": "2.1.0-dev.202401310648", | ||
"@aurelia/runtime-html": "2.1.0-dev.202401310648" | ||
}, | ||
@@ -64,0 +64,0 @@ "devDependencies": { |
@@ -805,2 +805,3 @@ import { DI, IContainer, Registration } from '@aurelia/kernel'; | ||
shadowCSS, | ||
processContent, | ||
@@ -849,2 +850,9 @@ // AdoptedStyleSheetsStyles, | ||
lifecycleHooks, | ||
watch, | ||
IKeyMapping, | ||
IModifiedEventHandlerCreator, | ||
IEventModifier, | ||
type IModifiedEventHandler, | ||
} from '@aurelia/runtime-html'; |
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
80429
1228
+ Added@aurelia/fetch-client@2.1.0-dev.202401310648(transitive)
+ Added@aurelia/kernel@2.1.0-dev.202401310648(transitive)
+ Added@aurelia/metadata@2.1.0-dev.202401310648(transitive)
+ Added@aurelia/platform@2.1.0-dev.202401310648(transitive)
+ Added@aurelia/platform-browser@2.1.0-dev.202401310648(transitive)
+ Added@aurelia/runtime@2.1.0-dev.202401310648(transitive)
+ Added@aurelia/runtime-html@2.1.0-dev.202401310648(transitive)
- Removed@aurelia/fetch-client@2.1.0-dev.202401281151(transitive)
- Removed@aurelia/kernel@2.1.0-dev.202401281151(transitive)
- Removed@aurelia/metadata@2.1.0-dev.202401281151(transitive)
- Removed@aurelia/platform@2.1.0-dev.202401281151(transitive)
- Removed@aurelia/platform-browser@2.1.0-dev.202401281151(transitive)
- Removed@aurelia/runtime@2.1.0-dev.202401281151(transitive)
- Removed@aurelia/runtime-html@2.1.0-dev.202401281151(transitive)