mirror of
				https://github.com/jaandrle/deka-dom-el
				synced 2025-10-31 21:59:15 +01:00 
			
		
		
		
	🐛 signal.set(value, force)
This commit is contained in:
		
							
								
								
									
										2
									
								
								dist/esm-with-signals.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/esm-with-signals.d.ts
									
									
									
									
										vendored
									
									
								
							| @@ -4,7 +4,7 @@ export interface Signal<V, A> { | ||||
| 	/** The current value of the signal */ | ||||
| 	get(): V; | ||||
| 	/** Set new value of the signal */ | ||||
| 	set(value: V): V; | ||||
| 	set(value: V, force?: boolean): V; | ||||
| 	toJSON(): V; | ||||
| 	valueOf(): V; | ||||
| } | ||||
|   | ||||
							
								
								
									
										2
									
								
								dist/esm-with-signals.min.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/esm-with-signals.min.d.ts
									
									
									
									
										vendored
									
									
								
							| @@ -4,7 +4,7 @@ export interface Signal<V, A> { | ||||
| 	/** The current value of the signal */ | ||||
| 	get(): V; | ||||
| 	/** Set new value of the signal */ | ||||
| 	set(value: V): V; | ||||
| 	set(value: V, force?: boolean): V; | ||||
| 	toJSON(): V; | ||||
| 	valueOf(): V; | ||||
| } | ||||
|   | ||||
							
								
								
									
										2
									
								
								dist/esm.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/esm.d.ts
									
									
									
									
										vendored
									
									
								
							| @@ -4,7 +4,7 @@ export interface Signal<V, A> { | ||||
| 	/** The current value of the signal */ | ||||
| 	get(): V; | ||||
| 	/** Set new value of the signal */ | ||||
| 	set(value: V): V; | ||||
| 	set(value: V, force?: boolean): V; | ||||
| 	toJSON(): V; | ||||
| 	valueOf(): V; | ||||
| } | ||||
|   | ||||
							
								
								
									
										2
									
								
								dist/esm.min.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/esm.min.d.ts
									
									
									
									
										vendored
									
									
								
							| @@ -4,7 +4,7 @@ export interface Signal<V, A> { | ||||
| 	/** The current value of the signal */ | ||||
| 	get(): V; | ||||
| 	/** Set new value of the signal */ | ||||
| 	set(value: V): V; | ||||
| 	set(value: V, force?: boolean): V; | ||||
| 	toJSON(): V; | ||||
| 	valueOf(): V; | ||||
| } | ||||
|   | ||||
							
								
								
									
										2
									
								
								dist/iife-with-signals.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/iife-with-signals.d.ts
									
									
									
									
										vendored
									
									
								
							| @@ -4,7 +4,7 @@ export interface Signal<V, A> { | ||||
| 	/** The current value of the signal */ | ||||
| 	get(): V; | ||||
| 	/** Set new value of the signal */ | ||||
| 	set(value: V): V; | ||||
| 	set(value: V, force?: boolean): V; | ||||
| 	toJSON(): V; | ||||
| 	valueOf(): V; | ||||
| } | ||||
|   | ||||
							
								
								
									
										2
									
								
								dist/iife-with-signals.min.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/iife-with-signals.min.d.ts
									
									
									
									
										vendored
									
									
								
							| @@ -4,7 +4,7 @@ export interface Signal<V, A> { | ||||
| 	/** The current value of the signal */ | ||||
| 	get(): V; | ||||
| 	/** Set new value of the signal */ | ||||
| 	set(value: V): V; | ||||
| 	set(value: V, force?: boolean): V; | ||||
| 	toJSON(): V; | ||||
| 	valueOf(): V; | ||||
| } | ||||
|   | ||||
							
								
								
									
										2
									
								
								dist/iife.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/iife.d.ts
									
									
									
									
										vendored
									
									
								
							| @@ -4,7 +4,7 @@ export interface Signal<V, A> { | ||||
| 	/** The current value of the signal */ | ||||
| 	get(): V; | ||||
| 	/** Set new value of the signal */ | ||||
| 	set(value: V): V; | ||||
| 	set(value: V, force?: boolean): V; | ||||
| 	toJSON(): V; | ||||
| 	valueOf(): V; | ||||
| } | ||||
|   | ||||
							
								
								
									
										2
									
								
								dist/iife.min.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/iife.min.d.ts
									
									
									
									
										vendored
									
									
								
							| @@ -4,7 +4,7 @@ export interface Signal<V, A> { | ||||
| 	/** The current value of the signal */ | ||||
| 	get(): V; | ||||
| 	/** Set new value of the signal */ | ||||
| 	set(value: V): V; | ||||
| 	set(value: V, force?: boolean): V; | ||||
| 	toJSON(): V; | ||||
| 	valueOf(): V; | ||||
| } | ||||
|   | ||||
							
								
								
									
										2
									
								
								signals.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								signals.d.ts
									
									
									
									
										vendored
									
									
								
							| @@ -2,7 +2,7 @@ export interface Signal<V, A> { | ||||
| 	/** The current value of the signal */ | ||||
| 	get(): V; | ||||
| 	/** Set new value of the signal */ | ||||
| 	set(value: V): V; | ||||
| 	set(value: V, force?: boolean): V; | ||||
| 	toJSON(): V; | ||||
| 	valueOf(): V; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user