Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Commit 525d5df

Browse files
committed
docs(router): disable context-router for now.
1 parent 1e5ebee commit 525d5df

File tree

211 files changed

+480
-484
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+480
-484
lines changed

docs-src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import './components/context-router/context-router.ts'
1+
// import './components/context-router/context-router.ts'
22
import './components/context-media/context-media.ts'
33
import './components/hello-world/hello-world.ts'
44
import './components/basic-button/basic-button.ts'

docs-src/pages/api/classes/CircularMutationError.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Class: CircularMutationError
88

9-
Defined in: [src/core/errors.ts:10](https://github.com/zeixcom/ui-element/blob/bc5efd047a1ae7f13c4c9861e40f8a1b07b7e003/src/core/errors.ts#L10)
9+
Defined in: [src/core/errors.ts:10](https://github.com/zeixcom/ui-element/blob/1e5ebee179adfc4619d3d0e9d2b864d1e97ba797/src/core/errors.ts#L10)
1010

1111
Error thrown when a circular dependency is detected in a selection signal
1212

@@ -24,7 +24,7 @@ Error thrown when a circular dependency is detected in a selection signal
2424

2525
> **new CircularMutationError**(`host`, `selector`): `CircularMutationError`
2626
27-
Defined in: [src/core/errors.ts:15](https://github.com/zeixcom/ui-element/blob/bc5efd047a1ae7f13c4c9861e40f8a1b07b7e003/src/core/errors.ts#L15)
27+
Defined in: [src/core/errors.ts:15](https://github.com/zeixcom/ui-element/blob/1e5ebee179adfc4619d3d0e9d2b864d1e97ba797/src/core/errors.ts#L15)
2828

2929
#### Parameters
3030

docs-src/pages/api/classes/DependencyTimeoutError.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Class: DependencyTimeoutError
88

9-
Defined in: [src/core/errors.ts:115](https://github.com/zeixcom/ui-element/blob/bc5efd047a1ae7f13c4c9861e40f8a1b07b7e003/src/core/errors.ts#L115)
9+
Defined in: [src/core/errors.ts:115](https://github.com/zeixcom/ui-element/blob/1e5ebee179adfc4619d3d0e9d2b864d1e97ba797/src/core/errors.ts#L115)
1010

1111
Error when a component's dependencies are not met within a specified timeout
1212

@@ -24,7 +24,7 @@ Error when a component's dependencies are not met within a specified timeout
2424

2525
> **new DependencyTimeoutError**(`host`, `missing`): `DependencyTimeoutError`
2626
27-
Defined in: [src/core/errors.ts:116](https://github.com/zeixcom/ui-element/blob/bc5efd047a1ae7f13c4c9861e40f8a1b07b7e003/src/core/errors.ts#L116)
27+
Defined in: [src/core/errors.ts:116](https://github.com/zeixcom/ui-element/blob/1e5ebee179adfc4619d3d0e9d2b864d1e97ba797/src/core/errors.ts#L116)
2828

2929
#### Parameters
3030

docs-src/pages/api/classes/InvalidComponentNameError.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Class: InvalidComponentNameError
88

9-
Defined in: [src/core/errors.ts:28](https://github.com/zeixcom/ui-element/blob/bc5efd047a1ae7f13c4c9861e40f8a1b07b7e003/src/core/errors.ts#L28)
9+
Defined in: [src/core/errors.ts:28](https://github.com/zeixcom/ui-element/blob/1e5ebee179adfc4619d3d0e9d2b864d1e97ba797/src/core/errors.ts#L28)
1010

1111
Error thrown when component name violates rules for custom element names
1212

@@ -24,7 +24,7 @@ Error thrown when component name violates rules for custom element names
2424

2525
> **new InvalidComponentNameError**(`component`): `InvalidComponentNameError`
2626
27-
Defined in: [src/core/errors.ts:32](https://github.com/zeixcom/ui-element/blob/bc5efd047a1ae7f13c4c9861e40f8a1b07b7e003/src/core/errors.ts#L32)
27+
Defined in: [src/core/errors.ts:32](https://github.com/zeixcom/ui-element/blob/1e5ebee179adfc4619d3d0e9d2b864d1e97ba797/src/core/errors.ts#L32)
2828

2929
#### Parameters
3030

docs-src/pages/api/classes/InvalidEffectsError.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Class: InvalidEffectsError
88

9-
Defined in: [src/core/errors.ts:64](https://github.com/zeixcom/ui-element/blob/bc5efd047a1ae7f13c4c9861e40f8a1b07b7e003/src/core/errors.ts#L64)
9+
Defined in: [src/core/errors.ts:64](https://github.com/zeixcom/ui-element/blob/1e5ebee179adfc4619d3d0e9d2b864d1e97ba797/src/core/errors.ts#L64)
1010

1111
Error thrown when setup function does not return effects
1212

@@ -24,7 +24,7 @@ Error thrown when setup function does not return effects
2424

2525
> **new InvalidEffectsError**(`host`, `cause?`): `InvalidEffectsError`
2626
27-
Defined in: [src/core/errors.ts:69](https://github.com/zeixcom/ui-element/blob/bc5efd047a1ae7f13c4c9861e40f8a1b07b7e003/src/core/errors.ts#L69)
27+
Defined in: [src/core/errors.ts:69](https://github.com/zeixcom/ui-element/blob/1e5ebee179adfc4619d3d0e9d2b864d1e97ba797/src/core/errors.ts#L69)
2828

2929
#### Parameters
3030

docs-src/pages/api/classes/InvalidPropertyNameError.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Class: InvalidPropertyNameError
88

9-
Defined in: [src/core/errors.ts:45](https://github.com/zeixcom/ui-element/blob/bc5efd047a1ae7f13c4c9861e40f8a1b07b7e003/src/core/errors.ts#L45)
9+
Defined in: [src/core/errors.ts:45](https://github.com/zeixcom/ui-element/blob/1e5ebee179adfc4619d3d0e9d2b864d1e97ba797/src/core/errors.ts#L45)
1010

1111
Error thrown when trying to assign a property name that conflicts with reserved words or inherited HTMLElement properties
1212

@@ -24,7 +24,7 @@ Error thrown when trying to assign a property name that conflicts with reserved
2424

2525
> **new InvalidPropertyNameError**(`component`, `prop`, `reason`): `InvalidPropertyNameError`
2626
27-
Defined in: [src/core/errors.ts:51](https://github.com/zeixcom/ui-element/blob/bc5efd047a1ae7f13c4c9861e40f8a1b07b7e003/src/core/errors.ts#L51)
27+
Defined in: [src/core/errors.ts:51](https://github.com/zeixcom/ui-element/blob/1e5ebee179adfc4619d3d0e9d2b864d1e97ba797/src/core/errors.ts#L51)
2828

2929
#### Parameters
3030

docs-src/pages/api/classes/InvalidSignalError.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Class: InvalidSignalError
88

9-
Defined in: [src/core/errors.ts:82](https://github.com/zeixcom/ui-element/blob/bc5efd047a1ae7f13c4c9861e40f8a1b07b7e003/src/core/errors.ts#L82)
9+
Defined in: [src/core/errors.ts:82](https://github.com/zeixcom/ui-element/blob/1e5ebee179adfc4619d3d0e9d2b864d1e97ba797/src/core/errors.ts#L82)
1010

1111
Error thrown when setSignal on component is called with a non-signal value
1212

@@ -24,7 +24,7 @@ Error thrown when setSignal on component is called with a non-signal value
2424

2525
> **new InvalidSignalError**(`host`, `prop`): `InvalidSignalError`
2626
27-
Defined in: [src/core/errors.ts:83](https://github.com/zeixcom/ui-element/blob/bc5efd047a1ae7f13c4c9861e40f8a1b07b7e003/src/core/errors.ts#L83)
27+
Defined in: [src/core/errors.ts:83](https://github.com/zeixcom/ui-element/blob/1e5ebee179adfc4619d3d0e9d2b864d1e97ba797/src/core/errors.ts#L83)
2828

2929
#### Parameters
3030

docs-src/pages/api/classes/MissingElementError.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Class: MissingElementError
88

9-
Defined in: [src/core/errors.ts:96](https://github.com/zeixcom/ui-element/blob/bc5efd047a1ae7f13c4c9861e40f8a1b07b7e003/src/core/errors.ts#L96)
9+
Defined in: [src/core/errors.ts:96](https://github.com/zeixcom/ui-element/blob/1e5ebee179adfc4619d3d0e9d2b864d1e97ba797/src/core/errors.ts#L96)
1010

1111
Error thrown when a required desacendent element does not exist in a component's DOM subtree
1212

@@ -24,7 +24,7 @@ Error thrown when a required desacendent element does not exist in a component's
2424

2525
> **new MissingElementError**(`host`, `selector`, `required`): `MissingElementError`
2626
27-
Defined in: [src/core/errors.ts:102](https://github.com/zeixcom/ui-element/blob/bc5efd047a1ae7f13c4c9861e40f8a1b07b7e003/src/core/errors.ts#L102)
27+
Defined in: [src/core/errors.ts:102](https://github.com/zeixcom/ui-element/blob/1e5ebee179adfc4619d3d0e9d2b864d1e97ba797/src/core/errors.ts#L102)
2828

2929
#### Parameters
3030

docs-src/pages/api/functions/asBoolean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> **asBoolean**(): [`Parser`](../type-aliases/Parser.md)\<`boolean`\>
1010
11-
Defined in: [src/lib/parsers.ts:23](https://github.com/zeixcom/ui-element/blob/bc5efd047a1ae7f13c4c9861e40f8a1b07b7e003/src/lib/parsers.ts#L23)
11+
Defined in: [src/lib/parsers.ts:23](https://github.com/zeixcom/ui-element/blob/1e5ebee179adfc4619d3d0e9d2b864d1e97ba797/src/lib/parsers.ts#L23)
1212

1313
Parse a boolean attribute as an actual boolean value
1414

docs-src/pages/api/functions/asEnum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> **asEnum**(`valid`): [`Parser`](../type-aliases/Parser.md)\<`string`\>
1010
11-
Defined in: [src/lib/parsers.ts:93](https://github.com/zeixcom/ui-element/blob/bc5efd047a1ae7f13c4c9861e40f8a1b07b7e003/src/lib/parsers.ts#L93)
11+
Defined in: [src/lib/parsers.ts:93](https://github.com/zeixcom/ui-element/blob/1e5ebee179adfc4619d3d0e9d2b864d1e97ba797/src/lib/parsers.ts#L93)
1212

1313
Parse a string as a multi-state value (for examnple: true, false, mixed), defaulting to the first valid option
1414

0 commit comments

Comments
 (0)