@storybook/angular 10.1.0-alpha.1 → 10.1.0-alpha.11
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.
- package/build-schema.json +7 -25
- package/dist/_browser-chunks/chunk-6CHBWP5J.js +711 -0
- package/dist/_browser-chunks/{chunk-CV6HSYTZ.js → chunk-T32Z4CGF.js} +13 -28
- package/dist/_node-chunks/chunk-DELQ3DUL.js +62 -0
- package/dist/_node-chunks/chunk-QT7OK2VJ.js +43 -0
- package/dist/builders/build-storybook/index.js +81 -101
- package/dist/builders/start-storybook/index.js +102 -123
- package/dist/client/config.js +84 -179
- package/dist/client/docs/config.js +15 -33
- package/dist/client/index.js +2 -2
- package/dist/index.js +2 -2
- package/dist/node/index.js +6 -10
- package/dist/preset.js +19 -29
- package/dist/server/framework-preset-angular-cli.js +84 -155
- package/dist/server/framework-preset-angular-ivy.js +16 -25
- package/package.json +5 -5
- package/start-schema.json +7 -25
- package/dist/_browser-chunks/chunk-L4GU2V72.js +0 -939
- package/dist/_node-chunks/chunk-33GAHH27.js +0 -17
- package/dist/_node-chunks/chunk-A3BCKGXK.js +0 -93
- package/dist/_node-chunks/chunk-JXFH7WTW.js +0 -58
package/build-schema.json
CHANGED
|
@@ -67,27 +67,18 @@
|
|
|
67
67
|
"compodocArgs": {
|
|
68
68
|
"type": "array",
|
|
69
69
|
"description": "Compodoc options : https://compodoc.app/guides/options.html. Options `-p` with tsconfig path and `-d` with workspace root is always given.",
|
|
70
|
-
"default": [
|
|
71
|
-
"-e",
|
|
72
|
-
"json"
|
|
73
|
-
],
|
|
70
|
+
"default": ["-e", "json"],
|
|
74
71
|
"items": {
|
|
75
72
|
"type": "string"
|
|
76
73
|
}
|
|
77
74
|
},
|
|
78
75
|
"webpackStatsJson": {
|
|
79
|
-
"type": [
|
|
80
|
-
"boolean",
|
|
81
|
-
"string"
|
|
82
|
-
],
|
|
76
|
+
"type": ["boolean", "string"],
|
|
83
77
|
"description": "Write Webpack Stats JSON to disk",
|
|
84
78
|
"default": false
|
|
85
79
|
},
|
|
86
80
|
"statsJson": {
|
|
87
|
-
"type": [
|
|
88
|
-
"boolean",
|
|
89
|
-
"string"
|
|
90
|
-
],
|
|
81
|
+
"type": ["boolean", "string"],
|
|
91
82
|
"description": "Write stats JSON to disk",
|
|
92
83
|
"default": false
|
|
93
84
|
},
|
|
@@ -125,10 +116,7 @@
|
|
|
125
116
|
}
|
|
126
117
|
},
|
|
127
118
|
"sourceMap": {
|
|
128
|
-
"type": [
|
|
129
|
-
"boolean",
|
|
130
|
-
"object"
|
|
131
|
-
],
|
|
119
|
+
"type": ["boolean", "object"],
|
|
132
120
|
"description": "Configure sourcemaps. See: https://angular.io/guide/workspace-config#source-map-configuration",
|
|
133
121
|
"default": false
|
|
134
122
|
},
|
|
@@ -170,11 +158,7 @@
|
|
|
170
158
|
}
|
|
171
159
|
},
|
|
172
160
|
"additionalProperties": false,
|
|
173
|
-
"required": [
|
|
174
|
-
"glob",
|
|
175
|
-
"input",
|
|
176
|
-
"output"
|
|
177
|
-
]
|
|
161
|
+
"required": ["glob", "input", "output"]
|
|
178
162
|
},
|
|
179
163
|
{
|
|
180
164
|
"type": "string"
|
|
@@ -202,9 +186,7 @@
|
|
|
202
186
|
}
|
|
203
187
|
},
|
|
204
188
|
"additionalProperties": false,
|
|
205
|
-
"required": [
|
|
206
|
-
"input"
|
|
207
|
-
]
|
|
189
|
+
"required": ["input"]
|
|
208
190
|
},
|
|
209
191
|
{
|
|
210
192
|
"type": "string",
|
|
@@ -213,4 +195,4 @@
|
|
|
213
195
|
]
|
|
214
196
|
}
|
|
215
197
|
}
|
|
216
|
-
}
|
|
198
|
+
}
|