@siemens/ix-docs 0.0.0-pr-2238-20251103095443
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/.turbo/turbo-build.log +500 -0
- package/CHANGELOG.md +7 -0
- package/LICENSE.md +9 -0
- package/README.md +5 -0
- package/package.json +33 -0
- package/scripts/build.ts +529 -0
- package/scripts/collector/collectAngularExamples.ts +50 -0
- package/scripts/collector/collectHTMLExamples.ts +29 -0
- package/scripts/collector/collectReactExamples.ts +33 -0
- package/scripts/collector/collectVueExamples.ts +30 -0
- package/scripts/collector/util.ts +111 -0
- package/scripts/templates/api.mustache +24 -0
- package/scripts/templates/event-table.mustache +21 -0
- package/scripts/templates/playground-files.mustache +25 -0
- package/scripts/templates/playground-markdown.mustache +25 -0
- package/scripts/templates/playground.mustache +14 -0
- package/scripts/templates/property-table.mustache +30 -0
- package/scripts/templates/slot-table.mustache +14 -0
- package/scripts/templates/tags.mustache +9 -0
- package/scripts/templates/usage.mustache +3 -0
- package/scripts/typedoc-generator.ts +307 -0
- package/scripts/utils/docs-tags.ts +43 -0
- package/scripts/utils/escape.ts +54 -0
- package/scripts/utils/string-utils.ts +7 -0
- package/tsconfig.json +17 -0
- package/version-deployment.json +16 -0
|
@@ -0,0 +1,500 @@
|
|
|
1
|
+
|
|
2
|
+
> @siemens/ix-docs@0.0.0-pr-2238-20251103095443 build /home/runner/work/ix/ix/packages/documentation
|
|
3
|
+
> tsx --tsconfig ./tsconfig.json ./scripts/build.ts
|
|
4
|
+
|
|
5
|
+
Generating TypeScript API docs
|
|
6
|
+
Processing batch 1/1 (4 files)
|
|
7
|
+
Copying demo source
|
|
8
|
+
Generate usage markdown
|
|
9
|
+
Unknown tag: default within ix-action-card
|
|
10
|
+
Unknown tag: default within ix-action-card
|
|
11
|
+
Unknown tag: default within ix-action-card
|
|
12
|
+
=== Type beforeDismiss is unknown
|
|
13
|
+
Generating TypeDoc: /home/runner/work/ix/ix/packages/documentation/build/docs/autogenerated/utils/modal-config.mdx
|
|
14
|
+
Generating TypeDoc: /home/runner/work/ix/ix/packages/documentation/build/docs/autogenerated/utils/modal-instance.mdx
|
|
15
|
+
Generating TypeDoc: /home/runner/work/ix/ix/packages/documentation/build/docs/autogenerated/utils/close-modal.mdx
|
|
16
|
+
Generating TypeDoc: /home/runner/work/ix/ix/packages/documentation/build/docs/autogenerated/utils/dismiss-modal.mdx
|
|
17
|
+
Generating TypeDoc: /home/runner/work/ix/ix/packages/documentation/build/docs/autogenerated/utils/set-a11y-attributes.mdx
|
|
18
|
+
Generating TypeDoc: /home/runner/work/ix/ix/packages/documentation/build/docs/autogenerated/utils/show-modal.mdx
|
|
19
|
+
Unknown tag: default within ix-application
|
|
20
|
+
Unknown tag: default within ix-application
|
|
21
|
+
=== Type constructor is unknown
|
|
22
|
+
=== Type open is unknown
|
|
23
|
+
Generating TypeDoc: /home/runner/work/ix/ix/packages/documentation/build/docs/autogenerated/utils/modal-service.mdx
|
|
24
|
+
Generating TypeDoc: /home/runner/work/ix/ix/packages/documentation/build/docs/autogenerated/utils/modal-context.mdx
|
|
25
|
+
[96m/home/runner/work/ix/ix/packages/core/src/components/toast/readme.md[0m:[93m40[0m:[93m13[0m - [93m[warning][0m The relative path . is not a file and will not be copied to the output directory
|
|
26
|
+
|
|
27
|
+
[47m[30m40[0m - [ix-toast](.)
|
|
28
|
+
|
|
29
|
+
=== Type error is unknown
|
|
30
|
+
=== Type info is unknown
|
|
31
|
+
=== Type success is unknown
|
|
32
|
+
=== Type warning is unknown
|
|
33
|
+
Generating TypeDoc: /home/runner/work/ix/ix/packages/documentation/build/docs/autogenerated/utils/toast-config.mdx
|
|
34
|
+
Generating TypeDoc: /home/runner/work/ix/ix/packages/documentation/build/docs/autogenerated/utils/toast-position.mdx
|
|
35
|
+
Unknown tag: default within ix-application-header
|
|
36
|
+
Unknown tag: default within ix-application-header
|
|
37
|
+
Unknown tag: default within ix-application-header
|
|
38
|
+
Unknown tag: slot within ix-application-header
|
|
39
|
+
Unknown tag: slot within ix-application-header
|
|
40
|
+
Unknown tag: slot within ix-application-header
|
|
41
|
+
Unknown tag: slot within ix-application-header
|
|
42
|
+
Generating TypeDoc: /home/runner/work/ix/ix/packages/documentation/build/docs/autogenerated/utils/toast-type.mdx
|
|
43
|
+
Generating TypeDoc: /home/runner/work/ix/ix/packages/documentation/build/docs/autogenerated/utils/get-toast-container.mdx
|
|
44
|
+
Generating TypeDoc: /home/runner/work/ix/ix/packages/documentation/build/docs/autogenerated/utils/set-toast-position.mdx
|
|
45
|
+
Generating TypeDoc: /home/runner/work/ix/ix/packages/documentation/build/docs/autogenerated/utils/toast.mdx
|
|
46
|
+
=== Type constructor is unknown
|
|
47
|
+
=== Type getPosition is unknown
|
|
48
|
+
=== Type setPosition is unknown
|
|
49
|
+
=== Type show is unknown
|
|
50
|
+
Generating TypeDoc: /home/runner/work/ix/ix/packages/documentation/build/docs/autogenerated/utils/toast-service.mdx
|
|
51
|
+
Unknown tag: example within ix-basic-navigation
|
|
52
|
+
Unknown tag: default within ix-basic-navigation
|
|
53
|
+
Unknown tag: default within ix-basic-navigation
|
|
54
|
+
Unknown tag: default within ix-blind
|
|
55
|
+
Unknown tag: default within ix-blind
|
|
56
|
+
Unknown tag: default within ix-breadcrumb
|
|
57
|
+
Unknown tag: default within ix-breadcrumb
|
|
58
|
+
Unknown tag: default within ix-breadcrumb
|
|
59
|
+
Unknown tag: default within ix-breadcrumb
|
|
60
|
+
Unknown tag: default within ix-breadcrumb-item
|
|
61
|
+
Unknown tag: default within ix-button
|
|
62
|
+
Unknown tag: default within ix-button
|
|
63
|
+
Unknown tag: default within ix-button
|
|
64
|
+
Unknown tag: default within ix-button
|
|
65
|
+
Unknown tag: default within ix-button
|
|
66
|
+
Unknown tag: default within ix-card
|
|
67
|
+
Unknown tag: default within ix-card
|
|
68
|
+
Unknown tag: default within ix-card-accordion
|
|
69
|
+
Unknown tag: default within ix-card-accordion
|
|
70
|
+
Unknown tag: default within ix-card-list
|
|
71
|
+
Unknown tag: default within ix-card-list
|
|
72
|
+
Unknown tag: default within ix-card-list
|
|
73
|
+
Unknown tag: default within ix-card-list
|
|
74
|
+
Unknown tag: default within ix-card-list
|
|
75
|
+
Unknown tag: default within ix-card-list
|
|
76
|
+
Unknown tag: slot within ix-card-title
|
|
77
|
+
Unknown tag: default within ix-category-filter
|
|
78
|
+
Unknown tag: default within ix-category-filter
|
|
79
|
+
Unknown tag: default within ix-category-filter
|
|
80
|
+
Unknown tag: default within ix-category-filter
|
|
81
|
+
Unknown tag: default within ix-category-filter
|
|
82
|
+
Unknown tag: default within ix-category-filter
|
|
83
|
+
Unknown tag: default within ix-category-filter
|
|
84
|
+
Unknown tag: default within ix-checkbox
|
|
85
|
+
Unknown tag: default within ix-checkbox
|
|
86
|
+
Unknown tag: default within ix-checkbox
|
|
87
|
+
Unknown tag: default within ix-checkbox
|
|
88
|
+
Unknown tag: default within ix-checkbox
|
|
89
|
+
Unknown tag: default within ix-checkbox-group
|
|
90
|
+
Unknown tag: default within ix-checkbox-group
|
|
91
|
+
Unknown tag: default within ix-chip
|
|
92
|
+
Unknown tag: default within ix-chip
|
|
93
|
+
Unknown tag: default within ix-chip
|
|
94
|
+
Unknown tag: default within ix-chip
|
|
95
|
+
Unknown tag: default within ix-chip
|
|
96
|
+
Unknown tag: default within ix-chip
|
|
97
|
+
Unknown tag: slot within ix-content
|
|
98
|
+
Unknown tag: default within ix-content-header
|
|
99
|
+
Unknown tag: default within ix-content-header
|
|
100
|
+
Unknown tag: default within ix-content-header
|
|
101
|
+
Unknown tag: slot within ix-content-header
|
|
102
|
+
Unknown tag: slot within ix-content-header
|
|
103
|
+
Unknown tag: default within ix-custom-field
|
|
104
|
+
Unknown tag: default within ix-date-dropdown
|
|
105
|
+
Unknown tag: default within ix-date-dropdown
|
|
106
|
+
Unknown tag: default within ix-date-dropdown
|
|
107
|
+
Unknown tag: default within ix-date-dropdown
|
|
108
|
+
Unknown tag: default within ix-date-dropdown
|
|
109
|
+
Unknown tag: default within ix-date-dropdown
|
|
110
|
+
Unknown tag: default within ix-date-dropdown
|
|
111
|
+
Unknown tag: default within ix-date-dropdown
|
|
112
|
+
Unknown tag: default within ix-date-dropdown
|
|
113
|
+
Unknown tag: default within ix-date-dropdown
|
|
114
|
+
Unknown tag: default within ix-date-dropdown
|
|
115
|
+
Unknown tag: default within ix-date-dropdown
|
|
116
|
+
Unknown tag: default within ix-date-dropdown
|
|
117
|
+
Unknown tag: default within ix-date-dropdown
|
|
118
|
+
Unknown tag: default within ix-date-dropdown
|
|
119
|
+
Unknown tag: default within ix-date-dropdown
|
|
120
|
+
Unknown tag: default within ix-date-dropdown
|
|
121
|
+
Unknown tag: default within ix-date-input
|
|
122
|
+
Unknown tag: default within ix-date-input
|
|
123
|
+
Unknown tag: default within ix-date-input
|
|
124
|
+
Unknown tag: default within ix-date-input
|
|
125
|
+
Unknown tag: default within ix-date-input
|
|
126
|
+
Unknown tag: default within ix-date-input
|
|
127
|
+
Unknown tag: default within ix-date-input
|
|
128
|
+
Unknown tag: default within ix-date-input
|
|
129
|
+
Unknown tag: default within ix-date-input
|
|
130
|
+
Unknown tag: slot within ix-date-input
|
|
131
|
+
Unknown tag: slot within ix-date-input
|
|
132
|
+
Unknown tag: default within ix-date-picker
|
|
133
|
+
Unknown tag: default within ix-date-picker
|
|
134
|
+
Unknown tag: default within ix-date-picker
|
|
135
|
+
Unknown tag: default within ix-date-picker
|
|
136
|
+
Unknown tag: default within ix-date-picker
|
|
137
|
+
Unknown tag: default within ix-date-picker
|
|
138
|
+
Unknown tag: default within ix-date-picker
|
|
139
|
+
Unknown tag: default within ix-date-picker
|
|
140
|
+
Unknown tag: default within ix-datetime-picker
|
|
141
|
+
Unknown tag: default within ix-datetime-picker
|
|
142
|
+
Unknown tag: default within ix-datetime-picker
|
|
143
|
+
Unknown tag: see within ix-datetime-picker
|
|
144
|
+
Unknown tag: default within ix-datetime-picker
|
|
145
|
+
Unknown tag: default within ix-datetime-picker
|
|
146
|
+
Unknown tag: default within ix-datetime-picker
|
|
147
|
+
Unknown tag: default within ix-datetime-picker
|
|
148
|
+
Unknown tag: default within ix-datetime-picker
|
|
149
|
+
Unknown tag: default within ix-drawer
|
|
150
|
+
Unknown tag: default within ix-drawer
|
|
151
|
+
Unknown tag: default within ix-drawer
|
|
152
|
+
Unknown tag: default within ix-drawer
|
|
153
|
+
Unknown tag: default within ix-drawer
|
|
154
|
+
Unknown tag: default within ix-drawer
|
|
155
|
+
Unknown tag: default within ix-dropdown
|
|
156
|
+
Unknown tag: default within ix-dropdown
|
|
157
|
+
Unknown tag: default within ix-dropdown
|
|
158
|
+
Unknown tag: default within ix-dropdown
|
|
159
|
+
Unknown tag: default within ix-dropdown
|
|
160
|
+
Unknown tag: default within ix-dropdown-button
|
|
161
|
+
Unknown tag: default within ix-dropdown-button
|
|
162
|
+
Unknown tag: default within ix-dropdown-button
|
|
163
|
+
Unknown tag: default within ix-dropdown-item
|
|
164
|
+
Unknown tag: default within ix-dropdown-item
|
|
165
|
+
Unknown tag: default within ix-dropdown-item
|
|
166
|
+
Unknown tag: default within ix-empty-state
|
|
167
|
+
Unknown tag: default within ix-event-list
|
|
168
|
+
Unknown tag: default within ix-event-list
|
|
169
|
+
Unknown tag: default within ix-event-list
|
|
170
|
+
Unknown tag: default within ix-event-list
|
|
171
|
+
Unknown tag: default within ix-event-list-item
|
|
172
|
+
Unknown tag: default within ix-event-list-item
|
|
173
|
+
Unknown tag: default within ix-event-list-item
|
|
174
|
+
Unknown tag: default within ix-event-list-item
|
|
175
|
+
Unknown tag: default within ix-expanding-search
|
|
176
|
+
Unknown tag: default within ix-expanding-search
|
|
177
|
+
Unknown tag: default within ix-expanding-search
|
|
178
|
+
Unknown tag: default within ix-expanding-search
|
|
179
|
+
Unknown tag: default within ix-filter-chip
|
|
180
|
+
Unknown tag: default within ix-filter-chip
|
|
181
|
+
Unknown tag: default within ix-flip-tile
|
|
182
|
+
Unknown tag: default within ix-flip-tile
|
|
183
|
+
Unknown tag: default within ix-flip-tile
|
|
184
|
+
Unknown tag: default within ix-flip-tile
|
|
185
|
+
Unknown tag: default within ix-group
|
|
186
|
+
Unknown tag: default within ix-group
|
|
187
|
+
Unknown tag: default within ix-group
|
|
188
|
+
Unknown tag: default within ix-group
|
|
189
|
+
Unknown tag: default within ix-group-item
|
|
190
|
+
Unknown tag: default within ix-group-item
|
|
191
|
+
Unknown tag: default within ix-group-item
|
|
192
|
+
Unknown tag: default within ix-icon-button
|
|
193
|
+
Unknown tag: default within ix-icon-button
|
|
194
|
+
Unknown tag: default within ix-icon-button
|
|
195
|
+
Unknown tag: default within ix-icon-button
|
|
196
|
+
Unknown tag: default within ix-icon-button
|
|
197
|
+
Unknown tag: default within ix-icon-button
|
|
198
|
+
Unknown tag: default within ix-icon-toggle-button
|
|
199
|
+
Unknown tag: default within ix-icon-toggle-button
|
|
200
|
+
Unknown tag: default within ix-icon-toggle-button
|
|
201
|
+
Unknown tag: default within ix-icon-toggle-button
|
|
202
|
+
Unknown tag: default within ix-icon-toggle-button
|
|
203
|
+
Unknown tag: default within ix-icon-toggle-button
|
|
204
|
+
Unknown tag: default within ix-icon-toggle-button
|
|
205
|
+
Unknown tag: default within ix-icon-toggle-button
|
|
206
|
+
Unknown tag: default within ix-input
|
|
207
|
+
Unknown tag: default within ix-input
|
|
208
|
+
Unknown tag: default within ix-input
|
|
209
|
+
Unknown tag: default within ix-input
|
|
210
|
+
Unknown tag: default within ix-input
|
|
211
|
+
Unknown tag: slot within ix-input
|
|
212
|
+
Unknown tag: slot within ix-input
|
|
213
|
+
Unknown tag: default within ix-key-value
|
|
214
|
+
Unknown tag: slot within ix-key-value
|
|
215
|
+
Unknown tag: default within ix-key-value-list
|
|
216
|
+
Unknown tag: default within ix-kpi
|
|
217
|
+
Unknown tag: default within ix-kpi
|
|
218
|
+
Unknown tag: default within ix-layout-auto
|
|
219
|
+
Unknown tag: default within ix-layout-grid
|
|
220
|
+
Unknown tag: default within ix-layout-grid
|
|
221
|
+
Unknown tag: default within ix-layout-grid
|
|
222
|
+
Unknown tag: default within ix-link-button
|
|
223
|
+
Unknown tag: default within ix-link-button
|
|
224
|
+
Unknown tag: default within ix-map-navigation
|
|
225
|
+
Unknown tag: default within ix-menu
|
|
226
|
+
Unknown tag: default within ix-menu
|
|
227
|
+
Unknown tag: default within ix-menu
|
|
228
|
+
Unknown tag: default within ix-menu
|
|
229
|
+
Unknown tag: default within ix-menu
|
|
230
|
+
Unknown tag: default within ix-menu
|
|
231
|
+
Unknown tag: default within ix-menu
|
|
232
|
+
Unknown tag: default within ix-menu
|
|
233
|
+
Unknown tag: default within ix-menu
|
|
234
|
+
Unknown tag: default within ix-menu
|
|
235
|
+
Unknown tag: default within ix-menu
|
|
236
|
+
Unknown tag: default within ix-menu
|
|
237
|
+
Unknown tag: default within ix-menu
|
|
238
|
+
Unknown tag: default within ix-menu-about
|
|
239
|
+
Unknown tag: default within ix-menu-about-news
|
|
240
|
+
Unknown tag: default within ix-menu-about-news
|
|
241
|
+
Unknown tag: default within ix-menu-avatar
|
|
242
|
+
Unknown tag: default within ix-menu-avatar
|
|
243
|
+
Unknown tag: default within ix-menu-item
|
|
244
|
+
Unknown tag: default within ix-menu-item
|
|
245
|
+
Unknown tag: default within ix-menu-item
|
|
246
|
+
Unknown tag: default within ix-menu-item
|
|
247
|
+
Unknown tag: default within ix-menu-item
|
|
248
|
+
Unknown tag: slot within ix-menu-item
|
|
249
|
+
Unknown tag: default within ix-menu-settings
|
|
250
|
+
Unknown tag: default within ix-message-bar
|
|
251
|
+
Unknown tag: default within ix-message-bar
|
|
252
|
+
Unknown tag: default within ix-modal
|
|
253
|
+
Unknown tag: default within ix-modal
|
|
254
|
+
Unknown tag: default within ix-modal
|
|
255
|
+
Unknown tag: default within ix-modal
|
|
256
|
+
Unknown tag: default within ix-modal
|
|
257
|
+
Unknown tag: default within ix-modal
|
|
258
|
+
Unknown tag: default within ix-modal-header
|
|
259
|
+
Unknown tag: default within ix-number-input
|
|
260
|
+
Unknown tag: default within ix-number-input
|
|
261
|
+
Unknown tag: default within ix-number-input
|
|
262
|
+
Unknown tag: default within ix-number-input
|
|
263
|
+
Unknown tag: slot within ix-number-input
|
|
264
|
+
Unknown tag: slot within ix-number-input
|
|
265
|
+
Unknown tag: default within ix-pagination
|
|
266
|
+
Unknown tag: default within ix-pagination
|
|
267
|
+
Unknown tag: default within ix-pagination
|
|
268
|
+
Unknown tag: default within ix-pagination
|
|
269
|
+
Unknown tag: default within ix-pagination
|
|
270
|
+
Unknown tag: default within ix-pagination
|
|
271
|
+
Unknown tag: default within ix-pagination
|
|
272
|
+
Unknown tag: default within ix-pagination
|
|
273
|
+
Unknown tag: default within ix-pane
|
|
274
|
+
Unknown tag: default within ix-pane
|
|
275
|
+
Unknown tag: default within ix-pane
|
|
276
|
+
Unknown tag: default within ix-pane
|
|
277
|
+
Unknown tag: default within ix-pane
|
|
278
|
+
Unknown tag: default within ix-pane
|
|
279
|
+
Unknown tag: default within ix-pane
|
|
280
|
+
Unknown tag: slot within ix-pane
|
|
281
|
+
Unknown tag: default within ix-pane-layout
|
|
282
|
+
Unknown tag: default within ix-pane-layout
|
|
283
|
+
Unknown tag: default within ix-pane-layout
|
|
284
|
+
Unknown tag: default within ix-pill
|
|
285
|
+
Unknown tag: default within ix-pill
|
|
286
|
+
Unknown tag: default within ix-pill
|
|
287
|
+
Unknown tag: default within ix-pill
|
|
288
|
+
Unknown tag: default within ix-progress-indicator
|
|
289
|
+
Unknown tag: default within ix-progress-indicator
|
|
290
|
+
Unknown tag: default within ix-progress-indicator
|
|
291
|
+
Unknown tag: default within ix-progress-indicator
|
|
292
|
+
Unknown tag: default within ix-progress-indicator
|
|
293
|
+
Unknown tag: default within ix-progress-indicator
|
|
294
|
+
Unknown tag: default within ix-progress-indicator
|
|
295
|
+
Unknown tag: default within ix-progress-indicator
|
|
296
|
+
Unknown tag: default within ix-push-card
|
|
297
|
+
Unknown tag: default within ix-push-card
|
|
298
|
+
Unknown tag: default within ix-radio
|
|
299
|
+
Unknown tag: default within ix-radio
|
|
300
|
+
Unknown tag: default within ix-radio
|
|
301
|
+
Unknown tag: default within ix-radio-group
|
|
302
|
+
Unknown tag: default within ix-select
|
|
303
|
+
Unknown tag: default within ix-select
|
|
304
|
+
Unknown tag: default within ix-select
|
|
305
|
+
Unknown tag: default within ix-select
|
|
306
|
+
Unknown tag: default within ix-select
|
|
307
|
+
Unknown tag: default within ix-select
|
|
308
|
+
Unknown tag: default within ix-select
|
|
309
|
+
Unknown tag: default within ix-select
|
|
310
|
+
Unknown tag: default within ix-select
|
|
311
|
+
Unknown tag: default within ix-select
|
|
312
|
+
Unknown tag: default within ix-select
|
|
313
|
+
Unknown tag: default within ix-select
|
|
314
|
+
Unknown tag: default within ix-select-item
|
|
315
|
+
Unknown tag: default within ix-slider
|
|
316
|
+
Unknown tag: default within ix-slider
|
|
317
|
+
Unknown tag: default within ix-slider
|
|
318
|
+
Unknown tag: default within ix-slider
|
|
319
|
+
Unknown tag: default within ix-slider
|
|
320
|
+
Unknown tag: default within ix-slider
|
|
321
|
+
Unknown tag: default within ix-slider
|
|
322
|
+
Unknown tag: slot within ix-slider
|
|
323
|
+
Unknown tag: slot within ix-slider
|
|
324
|
+
Unknown tag: default within ix-spinner
|
|
325
|
+
Unknown tag: default within ix-spinner
|
|
326
|
+
Unknown tag: default within ix-split-button
|
|
327
|
+
Unknown tag: default within ix-split-button
|
|
328
|
+
Unknown tag: default within ix-split-button
|
|
329
|
+
Unknown tag: default within ix-split-button
|
|
330
|
+
Unknown tag: default within ix-tab-item
|
|
331
|
+
Unknown tag: default within ix-tab-item
|
|
332
|
+
Unknown tag: default within ix-tab-item
|
|
333
|
+
Unknown tag: default within ix-tab-item
|
|
334
|
+
Unknown tag: default within ix-tab-item
|
|
335
|
+
Unknown tag: default within ix-tab-item
|
|
336
|
+
Unknown tag: default within ix-tab-item
|
|
337
|
+
Unknown tag: default within ix-tabs
|
|
338
|
+
Unknown tag: default within ix-tabs
|
|
339
|
+
Unknown tag: default within ix-tabs
|
|
340
|
+
Unknown tag: default within ix-tabs
|
|
341
|
+
Unknown tag: default within ix-tabs
|
|
342
|
+
Unknown tag: default within ix-textarea
|
|
343
|
+
Unknown tag: default within ix-textarea
|
|
344
|
+
Unknown tag: default within ix-textarea
|
|
345
|
+
Unknown tag: default within ix-textarea
|
|
346
|
+
Unknown tag: default within ix-textarea
|
|
347
|
+
Unknown tag: default within ix-tile
|
|
348
|
+
Unknown tag: default within ix-time-input
|
|
349
|
+
Unknown tag: default within ix-time-input
|
|
350
|
+
Unknown tag: default within ix-time-input
|
|
351
|
+
Unknown tag: default within ix-time-input
|
|
352
|
+
Unknown tag: default within ix-time-input
|
|
353
|
+
Unknown tag: default within ix-time-input
|
|
354
|
+
Unknown tag: default within ix-time-input
|
|
355
|
+
Unknown tag: default within ix-time-input
|
|
356
|
+
Unknown tag: default within ix-time-input
|
|
357
|
+
Unknown tag: default within ix-time-input
|
|
358
|
+
Unknown tag: default within ix-time-input
|
|
359
|
+
Unknown tag: default within ix-time-input
|
|
360
|
+
Unknown tag: default within ix-time-input
|
|
361
|
+
Unknown tag: default within ix-time-input
|
|
362
|
+
Unknown tag: default within ix-time-input
|
|
363
|
+
Unknown tag: default within ix-time-input
|
|
364
|
+
Unknown tag: slot within ix-time-input
|
|
365
|
+
Unknown tag: slot within ix-time-input
|
|
366
|
+
Unknown tag: default within ix-time-picker
|
|
367
|
+
Unknown tag: default within ix-time-picker
|
|
368
|
+
Unknown tag: default within ix-time-picker
|
|
369
|
+
Unknown tag: default within ix-time-picker
|
|
370
|
+
Unknown tag: default within ix-time-picker
|
|
371
|
+
Unknown tag: default within ix-time-picker
|
|
372
|
+
Unknown tag: default within ix-time-picker
|
|
373
|
+
Unknown tag: default within ix-time-picker
|
|
374
|
+
Unknown tag: default within ix-time-picker
|
|
375
|
+
Unknown tag: default within ix-time-picker
|
|
376
|
+
Unknown tag: default within ix-time-picker
|
|
377
|
+
Unknown tag: default within ix-time-picker
|
|
378
|
+
Unknown tag: default within ix-time-picker
|
|
379
|
+
Unknown tag: default within ix-time-picker
|
|
380
|
+
Unknown tag: default within ix-time-picker
|
|
381
|
+
Unknown tag: default within ix-toast
|
|
382
|
+
Unknown tag: default within ix-toast
|
|
383
|
+
Unknown tag: default within ix-toast
|
|
384
|
+
Unknown tag: default within ix-toast-container
|
|
385
|
+
Unknown tag: default within ix-toast-container
|
|
386
|
+
Unknown tag: default within ix-toast-container
|
|
387
|
+
Unknown tag: default within ix-toggle
|
|
388
|
+
Unknown tag: default within ix-toggle
|
|
389
|
+
Unknown tag: default within ix-toggle
|
|
390
|
+
Unknown tag: default within ix-toggle
|
|
391
|
+
Unknown tag: default within ix-toggle
|
|
392
|
+
Unknown tag: default within ix-toggle
|
|
393
|
+
Unknown tag: default within ix-toggle
|
|
394
|
+
Unknown tag: default within ix-toggle
|
|
395
|
+
Unknown tag: default within ix-toggle
|
|
396
|
+
Unknown tag: default within ix-toggle-button
|
|
397
|
+
Unknown tag: default within ix-toggle-button
|
|
398
|
+
Unknown tag: default within ix-toggle-button
|
|
399
|
+
Unknown tag: default within ix-toggle-button
|
|
400
|
+
Unknown tag: default within ix-tooltip
|
|
401
|
+
Unknown tag: default within ix-tooltip
|
|
402
|
+
Unknown tag: slot within ix-tooltip
|
|
403
|
+
Unknown tag: slot within ix-tooltip
|
|
404
|
+
Unknown tag: default within ix-tree
|
|
405
|
+
Unknown tag: default within ix-tree
|
|
406
|
+
Unknown tag: default within ix-tree
|
|
407
|
+
Unknown tag: default within ix-tree-item
|
|
408
|
+
Unknown tag: default within ix-typography
|
|
409
|
+
Unknown tag: default within ix-typography
|
|
410
|
+
Unknown tag: default within ix-upload
|
|
411
|
+
Unknown tag: default within ix-upload
|
|
412
|
+
Unknown tag: default within ix-upload
|
|
413
|
+
Unknown tag: default within ix-upload
|
|
414
|
+
Unknown tag: default within ix-upload
|
|
415
|
+
Unknown tag: default within ix-upload
|
|
416
|
+
Unknown tag: default within ix-upload
|
|
417
|
+
Unknown tag: default within ix-upload
|
|
418
|
+
Unknown tag: default within ix-upload
|
|
419
|
+
Unknown tag: default within ix-upload
|
|
420
|
+
Unknown tag: default within ix-validation-tooltip
|
|
421
|
+
Unknown tag: default within ix-validation-tooltip
|
|
422
|
+
Unknown tag: slot within ix-validation-tooltip
|
|
423
|
+
Unknown tag: default within ix-workflow-step
|
|
424
|
+
Unknown tag: default within ix-workflow-step
|
|
425
|
+
Unknown tag: default within ix-workflow-step
|
|
426
|
+
Unknown tag: default within ix-workflow-step
|
|
427
|
+
Unknown tag: default within ix-workflow-step
|
|
428
|
+
Unknown tag: default within ix-workflow-steps
|
|
429
|
+
Unknown tag: default within ix-workflow-steps
|
|
430
|
+
Unknown tag: default within ix-workflow-steps
|
|
431
|
+
Example file not found: /home/runner/work/ix/ix/packages/documentation/node_modules/angular-test-app/src/preview-examples/modal.ts
|
|
432
|
+
Example file not found: /home/runner/work/ix/ix/packages/documentation/node_modules/angular-standalone-test-app/src/preview-examples/modal.ts
|
|
433
|
+
No examples found for ix-card-accordion
|
|
434
|
+
No examples found for ix-card-accordion
|
|
435
|
+
No examples found for ix-card-accordion
|
|
436
|
+
No examples found for ix-card-accordion
|
|
437
|
+
No examples found for ix-card-accordion
|
|
438
|
+
No examples found for ix-card-title
|
|
439
|
+
No examples found for ix-card-title
|
|
440
|
+
No examples found for ix-card-title
|
|
441
|
+
No examples found for ix-card-title
|
|
442
|
+
No examples found for ix-card-title
|
|
443
|
+
Example file not found: /home/runner/work/ix/ix/packages/documentation/node_modules/react-test-app/src/preview-examples/aria-label-properties.tsx
|
|
444
|
+
Example file not found: /home/runner/work/ix/ix/packages/documentation/node_modules/vue-test-app/src/preview-examples/aria-label-properties.vue
|
|
445
|
+
Example file not found: /home/runner/work/ix/ix/packages/documentation/node_modules/angular-test-app/src/preview-examples/aria-label-properties.ts
|
|
446
|
+
Example file not found: /home/runner/work/ix/ix/packages/documentation/node_modules/angular-standalone-test-app/src/preview-examples/aria-label-properties.ts
|
|
447
|
+
Example file not found: /home/runner/work/ix/ix/packages/documentation/node_modules/angular-standalone-test-app/src/preview-examples/event-list-custom-item-height-in-number.ts
|
|
448
|
+
Example file not found: /home/runner/work/ix/ix/packages/documentation/node_modules/angular-standalone-test-app/src/preview-examples/event-list-custom-item-height-in-number.ts
|
|
449
|
+
No examples found for ix-filter-chip
|
|
450
|
+
No examples found for ix-filter-chip
|
|
451
|
+
No examples found for ix-filter-chip
|
|
452
|
+
No examples found for ix-filter-chip
|
|
453
|
+
No examples found for ix-filter-chip
|
|
454
|
+
No examples found for ix-group-context-menu
|
|
455
|
+
No examples found for ix-group-context-menu
|
|
456
|
+
No examples found for ix-group-context-menu
|
|
457
|
+
No examples found for ix-group-context-menu
|
|
458
|
+
No examples found for ix-group-context-menu
|
|
459
|
+
No examples found for ix-helper-text
|
|
460
|
+
No examples found for ix-helper-text
|
|
461
|
+
No examples found for ix-helper-text
|
|
462
|
+
No examples found for ix-helper-text
|
|
463
|
+
No examples found for ix-helper-text
|
|
464
|
+
No examples found for ix-input-group
|
|
465
|
+
No examples found for ix-input-group
|
|
466
|
+
No examples found for ix-input-group
|
|
467
|
+
No examples found for ix-input-group
|
|
468
|
+
No examples found for ix-input-group
|
|
469
|
+
No examples found for ix-map-navigation-overlay
|
|
470
|
+
No examples found for ix-map-navigation-overlay
|
|
471
|
+
No examples found for ix-map-navigation-overlay
|
|
472
|
+
No examples found for ix-map-navigation-overlay
|
|
473
|
+
No examples found for ix-map-navigation-overlay
|
|
474
|
+
No examples found for ix-modal
|
|
475
|
+
No examples found for ix-modal
|
|
476
|
+
No examples found for ix-modal
|
|
477
|
+
No examples found for ix-modal
|
|
478
|
+
No examples found for ix-modal
|
|
479
|
+
Example file not found: /home/runner/work/ix/ix/packages/documentation/node_modules/angular-test-app/src/preview-examples/modal.ts
|
|
480
|
+
Example file not found: /home/runner/work/ix/ix/packages/documentation/node_modules/angular-standalone-test-app/src/preview-examples/modal.ts
|
|
481
|
+
Example file not found: /home/runner/work/ix/ix/packages/documentation/node_modules/angular-test-app/src/preview-examples/modal.ts
|
|
482
|
+
Example file not found: /home/runner/work/ix/ix/packages/documentation/node_modules/angular-standalone-test-app/src/preview-examples/modal.ts
|
|
483
|
+
Example file not found: /home/runner/work/ix/ix/packages/documentation/node_modules/angular-test-app/src/preview-examples/modal.ts
|
|
484
|
+
Example file not found: /home/runner/work/ix/ix/packages/documentation/node_modules/angular-standalone-test-app/src/preview-examples/modal.ts
|
|
485
|
+
No examples found for ix-toast
|
|
486
|
+
No examples found for ix-toast
|
|
487
|
+
No examples found for ix-toast
|
|
488
|
+
No examples found for ix-toast
|
|
489
|
+
No examples found for ix-toast
|
|
490
|
+
No examples found for ix-tree-item
|
|
491
|
+
No examples found for ix-tree-item
|
|
492
|
+
No examples found for ix-tree-item
|
|
493
|
+
No examples found for ix-tree-item
|
|
494
|
+
No examples found for ix-tree-item
|
|
495
|
+
No examples found for ix-validation-tooltip
|
|
496
|
+
No examples found for ix-validation-tooltip
|
|
497
|
+
No examples found for ix-validation-tooltip
|
|
498
|
+
No examples found for ix-validation-tooltip
|
|
499
|
+
No examples found for ix-validation-tooltip
|
|
500
|
+
All documentation generation tasks completed
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# @siemens/ix-docs
|
|
2
|
+
|
|
3
|
+
## 0.0.0-pr-2238-20251103095443
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2238](https://github.com/siemens/ix/pull/2238) [`93e924d`](https://github.com/siemens/ix/commit/93e924dd37da0999907878e16377c5c8a3bb972f) Thanks [@danielleroux](https://github.com/danielleroux)! - Init deployment of component documentation as markdown files
|
package/LICENSE.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024 Siemens AG
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
|
+
|
|
7
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Documentation for Siemens Industrial Experience
|
|
2
|
+
|
|
3
|
+
> The documentation and all of it's markdown files where moved to [https://github.com/siemens/ix-docs](https://github.com/siemens/ix-docs).
|
|
4
|
+
|
|
5
|
+
This package contains the artifacts for uploading the preview examples of the test-apps.
|
package/package.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@siemens/ix-docs",
|
|
3
|
+
"version": "0.0.0-pr-2238-20251103095443",
|
|
4
|
+
"dependencies": {},
|
|
5
|
+
"devDependencies": {
|
|
6
|
+
"@types/fs-extra": "^11.0.4",
|
|
7
|
+
"@types/mustache": "^4.2.6",
|
|
8
|
+
"@types/node": "^20.16.0",
|
|
9
|
+
"@types/react": "^18.3.10",
|
|
10
|
+
"@types/rimraf": "^4.0.5",
|
|
11
|
+
"@types/tar": "^6.1.13",
|
|
12
|
+
"fs-extra": "^11.3.0",
|
|
13
|
+
"glob": "^11.0.1",
|
|
14
|
+
"mustache": "^4.2.0",
|
|
15
|
+
"rimraf": "^6.0.1",
|
|
16
|
+
"tsx": "^4.15.4",
|
|
17
|
+
"typedoc": "^0.27.9",
|
|
18
|
+
"typescript": "~5.5.2",
|
|
19
|
+
"@siemens/ix-angular": "0.0.0-pr-2238-20251103095443",
|
|
20
|
+
"@siemens/ix-react": "0.0.0-pr-2238-20251103095443",
|
|
21
|
+
"@siemens/ix": "0.0.0-pr-2238-20251103095443",
|
|
22
|
+
"angular-test-app": "0.0.0",
|
|
23
|
+
"angular-standalone-test-app": "0.0.0",
|
|
24
|
+
"html-test-app": "2.1.2",
|
|
25
|
+
"ionic-test-app": "0.0.1",
|
|
26
|
+
"react-test-app": "2.1.2",
|
|
27
|
+
"storybook-docs": "0.0.0",
|
|
28
|
+
"vue-test-app": "2.1.2"
|
|
29
|
+
},
|
|
30
|
+
"scripts": {
|
|
31
|
+
"build": "tsx --tsconfig ./tsconfig.json ./scripts/build.ts"
|
|
32
|
+
}
|
|
33
|
+
}
|