@analogjs/router 3.0.0-alpha.11 → 3.0.0-alpha.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -317,7 +317,7 @@ var FormAction = class FormAction {
|
|
|
317
317
|
static {
|
|
318
318
|
this.ɵfac = i0.ɵɵngDeclareFactory({
|
|
319
319
|
minVersion: "12.0.0",
|
|
320
|
-
version: "21.
|
|
320
|
+
version: "21.2.5",
|
|
321
321
|
ngImport: i0,
|
|
322
322
|
type: FormAction,
|
|
323
323
|
deps: [],
|
|
@@ -327,7 +327,7 @@ var FormAction = class FormAction {
|
|
|
327
327
|
static {
|
|
328
328
|
this.ɵdir = i0.ɵɵngDeclareDirective({
|
|
329
329
|
minVersion: "17.1.0",
|
|
330
|
-
version: "21.
|
|
330
|
+
version: "21.2.5",
|
|
331
331
|
type: FormAction,
|
|
332
332
|
isStandalone: true,
|
|
333
333
|
selector: "form[action],form[method]",
|
|
@@ -356,7 +356,7 @@ var FormAction = class FormAction {
|
|
|
356
356
|
};
|
|
357
357
|
i0.ɵɵngDeclareClassMetadata({
|
|
358
358
|
minVersion: "12.0.0",
|
|
359
|
-
version: "21.
|
|
359
|
+
version: "21.2.5",
|
|
360
360
|
ngImport: i0,
|
|
361
361
|
type: FormAction,
|
|
362
362
|
decorators: [{
|
|
@@ -474,7 +474,7 @@ var ServerOnly = class ServerOnly {
|
|
|
474
474
|
static {
|
|
475
475
|
this.ɵfac = i0.ɵɵngDeclareFactory({
|
|
476
476
|
minVersion: "12.0.0",
|
|
477
|
-
version: "21.
|
|
477
|
+
version: "21.2.5",
|
|
478
478
|
ngImport: i0,
|
|
479
479
|
type: ServerOnly,
|
|
480
480
|
deps: [],
|
|
@@ -484,7 +484,7 @@ var ServerOnly = class ServerOnly {
|
|
|
484
484
|
static {
|
|
485
485
|
this.ɵcmp = i0.ɵɵngDeclareComponent({
|
|
486
486
|
minVersion: "17.1.0",
|
|
487
|
-
version: "21.
|
|
487
|
+
version: "21.2.5",
|
|
488
488
|
type: ServerOnly,
|
|
489
489
|
isStandalone: true,
|
|
490
490
|
selector: "server-only,ServerOnly,Server",
|
|
@@ -514,7 +514,7 @@ var ServerOnly = class ServerOnly {
|
|
|
514
514
|
};
|
|
515
515
|
i0.ɵɵngDeclareClassMetadata({
|
|
516
516
|
minVersion: "12.0.0",
|
|
517
|
-
version: "21.
|
|
517
|
+
version: "21.2.5",
|
|
518
518
|
ngImport: i0,
|
|
519
519
|
type: ServerOnly,
|
|
520
520
|
decorators: [{
|
package/fesm2022/debug.page.mjs
CHANGED
|
@@ -27,7 +27,7 @@ var DebugRoutesComponent = class DebugRoutesComponent {
|
|
|
27
27
|
static {
|
|
28
28
|
this.ɵfac = i0.ɵɵngDeclareFactory({
|
|
29
29
|
minVersion: "12.0.0",
|
|
30
|
-
version: "21.
|
|
30
|
+
version: "21.2.5",
|
|
31
31
|
ngImport: i0,
|
|
32
32
|
type: DebugRoutesComponent,
|
|
33
33
|
deps: [],
|
|
@@ -37,7 +37,7 @@ var DebugRoutesComponent = class DebugRoutesComponent {
|
|
|
37
37
|
static {
|
|
38
38
|
this.ɵcmp = i0.ɵɵngDeclareComponent({
|
|
39
39
|
minVersion: "17.0.0",
|
|
40
|
-
version: "21.
|
|
40
|
+
version: "21.2.5",
|
|
41
41
|
type: DebugRoutesComponent,
|
|
42
42
|
isStandalone: true,
|
|
43
43
|
selector: "analogjs-debug-routes-page",
|
|
@@ -76,7 +76,7 @@ var DebugRoutesComponent = class DebugRoutesComponent {
|
|
|
76
76
|
};
|
|
77
77
|
i0.ɵɵngDeclareClassMetadata({
|
|
78
78
|
minVersion: "12.0.0",
|
|
79
|
-
version: "21.
|
|
79
|
+
version: "21.2.5",
|
|
80
80
|
ngImport: i0,
|
|
81
81
|
type: DebugRoutesComponent,
|
|
82
82
|
decorators: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@analogjs/router",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.13",
|
|
4
4
|
"description": "Filesystem-based routing for Angular",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Brandon Roberts <robertsbt@gmail.com>",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"url": "https://github.com/sponsors/brandonroberts"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@analogjs/content": "^3.0.0-alpha.
|
|
57
|
+
"@analogjs/content": "^3.0.0-alpha.13",
|
|
58
58
|
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
|
|
59
59
|
"@angular/platform-server": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
|
|
60
60
|
"@angular/router": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"tslib": "^2.0.0"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@analogjs/vite-plugin-angular": "^3.0.0-alpha.
|
|
76
|
+
"@analogjs/vite-plugin-angular": "^3.0.0-alpha.13"
|
|
77
77
|
},
|
|
78
78
|
"ng-update": {
|
|
79
79
|
"packageGroup": [
|