@haloduck/ui 2.1.0 → 2.1.1

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.
@@ -1,2104 +0,0 @@
1
- {
2
- "pipes": [],
3
- "interfaces": [],
4
- "injectables": [],
5
- "guards": [],
6
- "interceptors": [],
7
- "classes": [],
8
- "directives": [],
9
- "components": [],
10
- "modules": [],
11
- "miscellaneous": {
12
- "variables": [
13
- {
14
- "name": "Danger",
15
- "ctype": "miscellaneous",
16
- "subtype": "variable",
17
- "file": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
18
- "deprecated": false,
19
- "deprecationMessage": "",
20
- "type": "Story",
21
- "defaultValue": "{\n args: {\n disabled: false,\n variant: 'danger',\n },\n render: (args) => ({\n props: args,\n template: `<haloduck-button [disabled]=\"disabled\" [variant]=\"variant\">Danger Button</haloduck-button>`,\n }),\n}"
22
- },
23
- {
24
- "name": "decorators",
25
- "ctype": "miscellaneous",
26
- "subtype": "variable",
27
- "file": "projects/haloduck/ui/.storybook/preview.ts",
28
- "deprecated": false,
29
- "deprecationMessage": "",
30
- "type": "[]",
31
- "defaultValue": "[\n moduleMetadata({\n imports: [TranslocoRootModule, LocaleManagerComponent],\n providers: [HttpClient, TranslocoService],\n }),\n applicationConfig({\n providers: [importProvidersFrom(TranslocoRootModule)],\n }),\n (story: any, context: any) => {\n const { locale } = context.globals;\n\n return componentWrapperDecorator(LocaleManagerComponent, { locale })(\n story,\n context,\n );\n },\n]"
32
- },
33
- {
34
- "name": "Default",
35
- "ctype": "miscellaneous",
36
- "subtype": "variable",
37
- "file": "projects/haloduck/ui/src/lib/component/authenticate/authenticate.stories.ts",
38
- "deprecated": false,
39
- "deprecationMessage": "",
40
- "type": "Story",
41
- "defaultValue": "{\n args: {\n // Add default props here if needed\n },\n}"
42
- },
43
- {
44
- "name": "Default",
45
- "ctype": "miscellaneous",
46
- "subtype": "variable",
47
- "file": "projects/haloduck/ui/src/lib/control/calendar/calendar.stories.ts",
48
- "deprecated": false,
49
- "deprecationMessage": "",
50
- "type": "Story",
51
- "defaultValue": "{\n args: {\n },\n}"
52
- },
53
- {
54
- "name": "Default",
55
- "ctype": "miscellaneous",
56
- "subtype": "variable",
57
- "file": "projects/haloduck/ui/src/lib/control/date-picker/date-picker.stories.ts",
58
- "deprecated": false,
59
- "deprecationMessage": "",
60
- "type": "Story",
61
- "defaultValue": "{\n args: {\n placeholder: 'Select a date',\n },\n}"
62
- },
63
- {
64
- "name": "Default",
65
- "ctype": "miscellaneous",
66
- "subtype": "variable",
67
- "file": "projects/haloduck/ui/src/lib/control/date-range/date-range.stories.ts",
68
- "deprecated": false,
69
- "deprecationMessage": "",
70
- "type": "Story",
71
- "defaultValue": "{\n args: {\n },\n}"
72
- },
73
- {
74
- "name": "Default",
75
- "ctype": "miscellaneous",
76
- "subtype": "variable",
77
- "file": "projects/haloduck/ui/src/lib/control/copy-button/copy-button.stories.ts",
78
- "deprecated": false,
79
- "deprecationMessage": "",
80
- "type": "Story",
81
- "defaultValue": "{\n args: {},\n}"
82
- },
83
- {
84
- "name": "Default",
85
- "ctype": "miscellaneous",
86
- "subtype": "variable",
87
- "file": "projects/haloduck/ui/src/lib/control/flip/flip.stories.ts",
88
- "deprecated": false,
89
- "deprecationMessage": "",
90
- "type": "Story",
91
- "defaultValue": "{\n args: {\n isOpen: false,\n },\n render: (args) => ({\n props: args,\n template: `\n <haloduck-flip\n [title]=\"title\"\n [isOpen]=\"isOpen\">\n component\n </haloduck-flip>\n `,\n }),\n}"
92
- },
93
- {
94
- "name": "Default",
95
- "ctype": "miscellaneous",
96
- "subtype": "variable",
97
- "file": "projects/haloduck/ui/src/lib/control/input/input.stories.ts",
98
- "deprecated": false,
99
- "deprecationMessage": "",
100
- "type": "Story",
101
- "defaultValue": "{\n args: {\n placeholder: 'Enter text',\n disabled: false,\n value: '',\n rows: 1,\n },\n}"
102
- },
103
- {
104
- "name": "Default",
105
- "ctype": "miscellaneous",
106
- "subtype": "variable",
107
- "file": "projects/haloduck/ui/src/lib/control/language-selector/language-selector.stories.ts",
108
- "deprecated": false,
109
- "deprecationMessage": "",
110
- "type": "Story",
111
- "defaultValue": "{\n args: {},\n}"
112
- },
113
- {
114
- "name": "Default",
115
- "ctype": "miscellaneous",
116
- "subtype": "variable",
117
- "file": "projects/haloduck/ui/src/lib/control/select/select.stories.ts",
118
- "deprecated": false,
119
- "deprecationMessage": "",
120
- "type": "Story",
121
- "defaultValue": "{}"
122
- },
123
- {
124
- "name": "Default",
125
- "ctype": "miscellaneous",
126
- "subtype": "variable",
127
- "file": "projects/haloduck/ui/src/lib/control/side-menu/side-menu.stories.ts",
128
- "deprecated": false,
129
- "deprecationMessage": "",
130
- "type": "Story",
131
- "defaultValue": "{}"
132
- },
133
- {
134
- "name": "Default",
135
- "ctype": "miscellaneous",
136
- "subtype": "variable",
137
- "file": "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts",
138
- "deprecated": false,
139
- "deprecationMessage": "",
140
- "type": "Story",
141
- "defaultValue": "{\n args: {\n layout: 'vertical',\n value: false,\n disabled: false,\n nullable: false,\n },\n render: (args) => ({\n props: args,\n template: `\n <haloduck-toggle\n [layout]=\"layout\"\n [value]=\"value\"\n [disabled]=\"disabled\"\n [nullable]=\"nullable\"\n (toggled)=\"toggled($event)\">\n Default\n </haloduck-toggle>\n `,\n }),\n}"
142
- },
143
- {
144
- "name": "Disabled",
145
- "ctype": "miscellaneous",
146
- "subtype": "variable",
147
- "file": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
148
- "deprecated": false,
149
- "deprecationMessage": "",
150
- "type": "Story",
151
- "defaultValue": "{\n args: {\n disabled: true,\n variant: 'primary',\n },\n render: (args) => ({\n props: args,\n template: `<haloduck-button [disabled]=\"disabled\" [variant]=\"variant\">Disabled Button</haloduck-button>`,\n }),\n}"
152
- },
153
- {
154
- "name": "Disabled",
155
- "ctype": "miscellaneous",
156
- "subtype": "variable",
157
- "file": "projects/haloduck/ui/src/lib/control/input/input.stories.ts",
158
- "deprecated": false,
159
- "deprecationMessage": "",
160
- "type": "Story",
161
- "defaultValue": "{\n args: {\n placeholder: 'Disabled input',\n disabled: true,\n value: '',\n rows: 1,\n },\n}"
162
- },
163
- {
164
- "name": "Disabled",
165
- "ctype": "miscellaneous",
166
- "subtype": "variable",
167
- "file": "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts",
168
- "deprecated": false,
169
- "deprecationMessage": "",
170
- "type": "Story",
171
- "defaultValue": "{\n args: {\n layout: 'vertical',\n value: false,\n disabled: true,\n nullable: false,\n },\n render: (args) => ({\n props: args,\n template: `\n <haloduck-toggle\n [layout]=\"layout\"\n [value]=\"value\"\n [disabled]=\"disabled\"\n [nullable]=\"nullable\"\n (toggled)=\"toggled($event)\">\n Disabled\n </haloduck-toggle>\n `,\n }),\n}"
172
- },
173
- {
174
- "name": "globalTypes",
175
- "ctype": "miscellaneous",
176
- "subtype": "variable",
177
- "file": "projects/haloduck/ui/.storybook/preview.ts",
178
- "deprecated": false,
179
- "deprecationMessage": "",
180
- "type": "object",
181
- "defaultValue": "{\n locale: {\n name: 'Locale',\n title: 'Locale',\n description: 'Internationalization locale',\n defaultValue: defaultLanguage.id,\n toolbar: {\n icon: 'globe',\n items: supportedLanguages.map((lang) => ({\n value: lang.id,\n title: lang.value,\n })),\n },\n },\n}"
182
- },
183
- {
184
- "name": "Horizontal",
185
- "ctype": "miscellaneous",
186
- "subtype": "variable",
187
- "file": "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts",
188
- "deprecated": false,
189
- "deprecationMessage": "",
190
- "type": "Story",
191
- "defaultValue": "{\n args: {\n layout: 'horizontal',\n value: true,\n disabled: false,\n nullable: false,\n },\n render: (args) => ({\n props: args,\n template: `\n <haloduck-toggle\n [layout]=\"layout\"\n [value]=\"value\"\n [disabled]=\"disabled\"\n [nullable]=\"nullable\"\n (toggled)=\"toggled($event)\">\n Horizontal\n </haloduck-toggle>\n `,\n }),\n}"
192
- },
193
- {
194
- "name": "Large",
195
- "ctype": "miscellaneous",
196
- "subtype": "variable",
197
- "file": "projects/haloduck/ui/src/stories/button.stories.ts",
198
- "deprecated": false,
199
- "deprecationMessage": "",
200
- "type": "Story",
201
- "defaultValue": "{\n args: {\n size: 'large',\n label: 'Button',\n },\n}"
202
- },
203
- {
204
- "name": "LoggedIn",
205
- "ctype": "miscellaneous",
206
- "subtype": "variable",
207
- "file": "projects/haloduck/ui/src/stories/header.stories.ts",
208
- "deprecated": false,
209
- "deprecationMessage": "",
210
- "type": "Story",
211
- "defaultValue": "{\n args: {\n user: {\n name: 'Jane Doe',\n },\n },\n}"
212
- },
213
- {
214
- "name": "LoggedIn",
215
- "ctype": "miscellaneous",
216
- "subtype": "variable",
217
- "file": "projects/haloduck/ui/src/stories/page.stories.ts",
218
- "deprecated": false,
219
- "deprecationMessage": "",
220
- "type": "Story",
221
- "defaultValue": "{\n play: async ({ canvasElement }) => {\n const canvas = within(canvasElement);\n const loginButton = canvas.getByRole('button', { name: /Log in/i });\n await expect(loginButton).toBeInTheDocument();\n await userEvent.click(loginButton);\n await expect(loginButton).not.toBeInTheDocument();\n\n const logoutButton = canvas.getByRole('button', { name: /Log out/i });\n await expect(logoutButton).toBeInTheDocument();\n },\n}"
222
- },
223
- {
224
- "name": "LoggedOut",
225
- "ctype": "miscellaneous",
226
- "subtype": "variable",
227
- "file": "projects/haloduck/ui/src/stories/header.stories.ts",
228
- "deprecated": false,
229
- "deprecationMessage": "",
230
- "type": "Story",
231
- "defaultValue": "{}"
232
- },
233
- {
234
- "name": "LoggedOut",
235
- "ctype": "miscellaneous",
236
- "subtype": "variable",
237
- "file": "projects/haloduck/ui/src/stories/page.stories.ts",
238
- "deprecated": false,
239
- "deprecationMessage": "",
240
- "type": "Story",
241
- "defaultValue": "{}"
242
- },
243
- {
244
- "name": "meta",
245
- "ctype": "miscellaneous",
246
- "subtype": "variable",
247
- "file": "projects/haloduck/ui/src/stories/button.stories.ts",
248
- "deprecated": false,
249
- "deprecationMessage": "",
250
- "type": "Meta<ButtonComponent>",
251
- "defaultValue": "{\n title: 'Example/Button',\n component: ButtonComponent,\n tags: ['autodocs'],\n argTypes: {\n backgroundColor: {\n control: 'color',\n },\n },\n // Use `fn` to spy on the onClick arg, which will appear in the actions panel once invoked: https://storybook.js.org/docs/essentials/actions#action-args\n args: { onClick: fn() },\n}"
252
- },
253
- {
254
- "name": "meta",
255
- "ctype": "miscellaneous",
256
- "subtype": "variable",
257
- "file": "projects/haloduck/ui/src/stories/header.stories.ts",
258
- "deprecated": false,
259
- "deprecationMessage": "",
260
- "type": "Meta<HeaderComponent>",
261
- "defaultValue": "{\n title: 'Example/Header',\n component: HeaderComponent,\n // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs\n tags: ['autodocs'],\n parameters: {\n // More on how to position stories at: https://storybook.js.org/docs/configure/story-layout\n layout: 'fullscreen',\n },\n args: {\n onLogin: fn(),\n onLogout: fn(),\n onCreateAccount: fn(),\n },\n}"
262
- },
263
- {
264
- "name": "meta",
265
- "ctype": "miscellaneous",
266
- "subtype": "variable",
267
- "file": "projects/haloduck/ui/src/stories/page.stories.ts",
268
- "deprecated": false,
269
- "deprecationMessage": "",
270
- "type": "Meta<PageComponent>",
271
- "defaultValue": "{\n title: 'Example/Page',\n component: PageComponent,\n parameters: {\n // More on how to position stories at: https://storybook.js.org/docs/configure/story-layout\n layout: 'fullscreen',\n },\n}"
272
- },
273
- {
274
- "name": "meta",
275
- "ctype": "miscellaneous",
276
- "subtype": "variable",
277
- "file": "projects/haloduck/ui/src/lib/component/authenticate/authenticate.stories.ts",
278
- "deprecated": false,
279
- "deprecationMessage": "",
280
- "type": "Meta<AuthenticateComponent>",
281
- "defaultValue": "{\n title: 'Components/Authenticate',\n component: AuthenticateComponent,\n decorators: [\n moduleMetadata({\n imports: [CommonModule, AuthenticateComponent, ButtonComponent],\n }),\n ],\n}"
282
- },
283
- {
284
- "name": "meta",
285
- "ctype": "miscellaneous",
286
- "subtype": "variable",
287
- "file": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
288
- "deprecated": false,
289
- "deprecationMessage": "",
290
- "type": "Meta<ButtonComponent>",
291
- "defaultValue": "{\n title: 'Components/Button',\n component: ButtonComponent,\n tags: ['autodocs'],\n argTypes: {\n disabled: { control: 'boolean' },\n variant: {\n control: 'select',\n options: ['primary', 'secondary', 'danger'],\n },\n },\n}"
292
- },
293
- {
294
- "name": "meta",
295
- "ctype": "miscellaneous",
296
- "subtype": "variable",
297
- "file": "projects/haloduck/ui/src/lib/control/calendar/calendar.stories.ts",
298
- "deprecated": false,
299
- "deprecationMessage": "",
300
- "type": "Meta<CalendarComponent>",
301
- "defaultValue": "{\n title: 'Components/Calendar',\n component: CalendarComponent,\n tags: ['autodocs'],\n argTypes: {\n singleDate: { control: 'boolean' },\n firstDayOfWeek: {\n control: {\n type: 'radio',\n options: [0, 1],\n },\n description: '0 = Sunday, 1 = Monday',\n },\n selectedDateRange: {\n control: 'object',\n description: 'Date range object with from and to properties',\n },\n selectedDate: {\n control: 'text',\n description: 'Selected date in YYYY-MM-DD format',\n },\n },\n}"
302
- },
303
- {
304
- "name": "meta",
305
- "ctype": "miscellaneous",
306
- "subtype": "variable",
307
- "file": "projects/haloduck/ui/src/lib/control/date-picker/date-picker.stories.ts",
308
- "deprecated": false,
309
- "deprecationMessage": "",
310
- "type": "Meta<DatePickerComponent>",
311
- "defaultValue": "{\n title: 'Components/DatePicker',\n component: DatePickerComponent,\n decorators: [\n // Apply metadata to all stories\n moduleMetadata({\n // import necessary ngModules or standalone components\n imports: [TranslocoRootModule, CalendarComponent],\n // declare components that are used in the template\n declarations: [],\n // // List of providers that should be available to the root component and all its children.\n providers: [provideTranslocoScope('haloduck')],\n }),\n ],\n tags: ['autodocs'],\n argTypes: {\n disabled : {\n control: { type: 'boolean' },\n description: 'Disable the date picker',\n },\n placeholder: { control: 'text' },\n },\n}"
312
- },
313
- {
314
- "name": "meta",
315
- "ctype": "miscellaneous",
316
- "subtype": "variable",
317
- "file": "projects/haloduck/ui/src/lib/control/date-range/date-range.stories.ts",
318
- "deprecated": false,
319
- "deprecationMessage": "",
320
- "type": "Meta<DateRangeComponent>",
321
- "defaultValue": "{\n title: 'Components/DateRange',\n component: DateRangeComponent,\n tags: ['autodocs'],\n argTypes: {\n dateRangeOptions: {\n control: 'object',\n description: 'Date range options',\n },\n disabled: {\n control: { type: 'boolean' },\n description: 'Disable the date range picker',\n },\n placeholder: { control: 'text' },\n },\n args: {\n dateRangeOptions: [\n { id: 'd0', value: 'Today' },\n { id: 'd1', value: 'Yesterday' },\n ],\n }\n}"
322
- },
323
- {
324
- "name": "meta",
325
- "ctype": "miscellaneous",
326
- "subtype": "variable",
327
- "file": "projects/haloduck/ui/src/lib/control/copy-button/copy-button.stories.ts",
328
- "deprecated": false,
329
- "deprecationMessage": "",
330
- "type": "Meta<CopyButtonComponent>",
331
- "defaultValue": "{\n title: 'Components/Copy Button',\n component: CopyButtonComponent,\n decorators: [\n moduleMetadata({\n imports: [FormsModule, ReactiveFormsModule],\n }),\n ],\n tags: ['autodocs'],\n argTypes: {\n text: { control: 'text', description: 'Text to copy to clipboard' },\n },\n args: {\n text: 'Copy this text',\n },\n}"
332
- },
333
- {
334
- "name": "meta",
335
- "ctype": "miscellaneous",
336
- "subtype": "variable",
337
- "file": "projects/haloduck/ui/src/lib/control/flip/flip.stories.ts",
338
- "deprecated": false,
339
- "deprecationMessage": "",
340
- "type": "Meta<FlipComponent>",
341
- "defaultValue": "{\n title: 'Components/Accordion',\n component: FlipComponent,\n tags: ['autodocs'],\n argTypes: {\n isOpen: {\n control: {\n type: 'boolean',\n },\n description: 'Controls the open state of the accordion',\n },\n title: {\n control: {\n type: 'text',\n },\n description: 'The title of the accordion',\n },\n },\n}"
342
- },
343
- {
344
- "name": "meta",
345
- "ctype": "miscellaneous",
346
- "subtype": "variable",
347
- "file": "projects/haloduck/ui/src/lib/control/input/input.stories.ts",
348
- "deprecated": false,
349
- "deprecationMessage": "",
350
- "type": "Meta<InputComponent>",
351
- "defaultValue": "{\n title: 'Components/Input',\n component: InputComponent,\n decorators: [\n moduleMetadata({\n imports: [FormsModule, ReactiveFormsModule],\n }),\n ],\n tags: ['autodocs'],\n argTypes: {\n placeholder: { control: 'text' },\n disabled: { control: 'boolean' },\n value: { control: 'text' },\n rows: { control: 'number' },\n },\n}"
352
- },
353
- {
354
- "name": "meta",
355
- "ctype": "miscellaneous",
356
- "subtype": "variable",
357
- "file": "projects/haloduck/ui/src/lib/control/language-selector/language-selector.stories.ts",
358
- "deprecated": false,
359
- "deprecationMessage": "",
360
- "type": "Meta<LanguageSelectorComponent>",
361
- "defaultValue": "{\n title: 'Components/Language Selector',\n component: LanguageSelectorComponent,\n decorators: [\n ],\n tags: ['autodocs'],\n argTypes: {}\n}"
362
- },
363
- {
364
- "name": "meta",
365
- "ctype": "miscellaneous",
366
- "subtype": "variable",
367
- "file": "projects/haloduck/ui/src/lib/control/select/select.stories.ts",
368
- "deprecated": false,
369
- "deprecationMessage": "",
370
- "type": "Meta<SelectComponent>",
371
- "defaultValue": "{\n title: 'Components/Select',\n component: SelectComponent,\n tags: ['autodocs'],\n argTypes: {\n disabled: {\n control: 'boolean',\n description: 'Whether the select is disabled',\n },\n loading: {\n control: 'boolean',\n description: 'Whether the select is loading',\n },\n variant: {\n control: 'radio',\n options: ['primary', 'secondary', 'danger', 'none'],\n description: 'Variant of the select component',\n },\n asButton: {\n control: 'boolean',\n description: 'Whether the select should be displayed as a button',\n },\n multiselect: {\n control: 'boolean',\n description: 'Whether the select allows multiple selections',\n },\n placeholder: {\n control: 'text',\n description: 'Placeholder text for the select component',\n },\n atLeastOne: {\n control: 'boolean',\n description: 'Whether at least one option should be selected',\n },\n showAll: {\n control: 'boolean',\n description: 'Whether to show all options',\n },\n useIcon: {\n control: 'boolean',\n description: 'Whether to use an icon in the select component',\n },\n useFilter: {\n control: 'boolean',\n description: 'Whether to use a filter for the options',\n },\n options: {\n control: 'object',\n description: 'Array of options for the select component',\n },\n value: {\n control: 'object',\n description: 'The selected value(s) of the select component',\n },\n },\n args: {\n options: [\n {\n id: '1',\n value:\n 'Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, ',\n },\n { id: '2', value: 'Option 2' },\n { id: '3', value: 'Option 3' },\n { id: '4', value: 'Option 4' },\n { id: '5', value: 'Option 5' },\n { id: '6', value: 'Option 6' },\n { id: '7', value: 'Option 7' },\n { id: '8', value: 'Option 8' },\n { id: '9', value: 'Option 9' },\n { id: '10', value: 'Option 10' },\n ],\n },\n}"
372
- },
373
- {
374
- "name": "meta",
375
- "ctype": "miscellaneous",
376
- "subtype": "variable",
377
- "file": "projects/haloduck/ui/src/lib/control/side-menu/side-menu.stories.ts",
378
- "deprecated": false,
379
- "deprecationMessage": "",
380
- "type": "Meta<SideMenuComponent>",
381
- "defaultValue": "{\n title: 'Components/Side Menu',\n component: SideMenuComponent,\n tags: ['autodocs'],\n argTypes: {\n menuItems: {\n control: 'object',\n description: 'Array of menu items to display in the side menu',\n },\n },\n args: {\n menuItems: [\n {\n title: 'Search',\n icon: '/image/search.svg',\n iconType: 'svg',\n link: 'dictionary',\n children: [],\n isSelected: false,\n isExpanded: false,\n },\n {\n title: 'Word Book',\n icon: 'settings',\n link: '/dictionary/wordBook',\n children: [\n {\n title: 'My Word Book',\n icon: '',\n link: '/dictionary/wordBook/my',\n children: [],\n isSelected: false,\n isExpanded: false,\n },\n {\n title: 'Shared Word Book',\n icon: '',\n link: '/dictionary/wordBook/shared',\n children: [],\n isSelected: false,\n isExpanded: false,\n },\n ],\n isSelected: false,\n isExpanded: false,\n },\n {\n title: 'Settings',\n icon: 'settings',\n link: '/settings',\n children: [],\n isSelected: false,\n isExpanded: false,\n },\n {\n title: 'About',\n icon: 'info',\n link: '/about',\n children: [],\n isSelected: false,\n isExpanded: false,\n },\n ],\n },\n}"
382
- },
383
- {
384
- "name": "meta",
385
- "ctype": "miscellaneous",
386
- "subtype": "variable",
387
- "file": "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts",
388
- "deprecated": false,
389
- "deprecationMessage": "",
390
- "type": "Meta<ToggleComponent>",
391
- "defaultValue": "{\n title: 'Components/Toggle',\n component: ToggleComponent,\n tags: ['autodocs'],\n argTypes: {\n layout: {\n control: 'radio',\n options: ['horizontal', 'vertical'],\n description: 'Layout of the toggle component',\n },\n value: {\n control: 'boolean',\n description: 'Current value of the toggle',\n },\n disabled: {\n control: 'boolean',\n description: 'Whether the toggle is disabled',\n },\n nullable: {\n control: 'boolean',\n description: 'Whether the toggle can have a null value',\n },\n toggled: {\n action: 'toggled',\n description: 'Event emitted when the toggle value changes',\n },\n },\n}"
392
- },
393
- {
394
- "name": "MultiLine",
395
- "ctype": "miscellaneous",
396
- "subtype": "variable",
397
- "file": "projects/haloduck/ui/src/lib/control/input/input.stories.ts",
398
- "deprecated": false,
399
- "deprecationMessage": "",
400
- "type": "Story",
401
- "defaultValue": "{\n args: {\n placeholder: 'Enter text',\n disabled: false,\n value: '',\n rows: 5,\n },\n}"
402
- },
403
- {
404
- "name": "None",
405
- "ctype": "miscellaneous",
406
- "subtype": "variable",
407
- "file": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
408
- "deprecated": false,
409
- "deprecationMessage": "",
410
- "type": "Story",
411
- "defaultValue": "{\n args: {\n disabled: false,\n },\n render: (args) => ({\n props: args,\n template: `<haloduck-button [disabled]=\"disabled\">None Button</haloduck-button>`,\n }),\n}"
412
- },
413
- {
414
- "name": "Nullable",
415
- "ctype": "miscellaneous",
416
- "subtype": "variable",
417
- "file": "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts",
418
- "deprecated": false,
419
- "deprecationMessage": "",
420
- "type": "Story",
421
- "defaultValue": "{\n args: {\n layout: 'vertical',\n value: null,\n disabled: false,\n nullable: true,\n },\n render: (args) => ({\n props: args,\n template: `\n <haloduck-toggle\n [layout]=\"layout\"\n [value]=\"value\"\n [disabled]=\"disabled\"\n [nullable]=\"nullable\"\n (toggled)=\"toggled($event)\">\n Nullable\n </haloduck-toggle>\n `,\n }),\n}"
422
- },
423
- {
424
- "name": "preview",
425
- "ctype": "miscellaneous",
426
- "subtype": "variable",
427
- "file": "projects/haloduck/ui/.storybook/preview.ts",
428
- "deprecated": false,
429
- "deprecationMessage": "",
430
- "type": "Preview",
431
- "defaultValue": "{\n parameters: {\n controls: {\n matchers: {\n color: /(background|color)$/i,\n date: /Date$/i,\n },\n },\n },\n}"
432
- },
433
- {
434
- "name": "Primary",
435
- "ctype": "miscellaneous",
436
- "subtype": "variable",
437
- "file": "projects/haloduck/ui/src/stories/button.stories.ts",
438
- "deprecated": false,
439
- "deprecationMessage": "",
440
- "type": "Story",
441
- "defaultValue": "{\n args: {\n primary: true,\n label: 'Button',\n },\n}"
442
- },
443
- {
444
- "name": "Primary",
445
- "ctype": "miscellaneous",
446
- "subtype": "variable",
447
- "file": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
448
- "deprecated": false,
449
- "deprecationMessage": "",
450
- "type": "Story",
451
- "defaultValue": "{\n args: {\n disabled: false,\n variant: 'primary',\n },\n render: (args) => ({\n props: args,\n template: `<haloduck-button [disabled]=\"disabled\" [variant]=\"variant\">Primary Button</haloduck-button>`,\n }),\n}"
452
- },
453
- {
454
- "name": "Secondary",
455
- "ctype": "miscellaneous",
456
- "subtype": "variable",
457
- "file": "projects/haloduck/ui/src/stories/button.stories.ts",
458
- "deprecated": false,
459
- "deprecationMessage": "",
460
- "type": "Story",
461
- "defaultValue": "{\n args: {\n label: 'Button',\n },\n}"
462
- },
463
- {
464
- "name": "Secondary",
465
- "ctype": "miscellaneous",
466
- "subtype": "variable",
467
- "file": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
468
- "deprecated": false,
469
- "deprecationMessage": "",
470
- "type": "Story",
471
- "defaultValue": "{\n args: {\n disabled: false,\n variant: 'secondary',\n },\n render: (args) => ({\n props: args,\n template: `<haloduck-button [disabled]=\"disabled\" [variant]=\"variant\">Secondary Button</haloduck-button>`,\n }),\n}"
472
- },
473
- {
474
- "name": "Small",
475
- "ctype": "miscellaneous",
476
- "subtype": "variable",
477
- "file": "projects/haloduck/ui/src/stories/button.stories.ts",
478
- "deprecated": false,
479
- "deprecationMessage": "",
480
- "type": "Story",
481
- "defaultValue": "{\n args: {\n size: 'small',\n label: 'Button',\n },\n}"
482
- },
483
- {
484
- "name": "Test",
485
- "ctype": "miscellaneous",
486
- "subtype": "variable",
487
- "file": "projects/haloduck/ui/src/stories/button.stories.ts",
488
- "deprecated": false,
489
- "deprecationMessage": "",
490
- "type": "Story",
491
- "defaultValue": "{\n args: {\n primary: false,\n label: \"Button\"\n }\n}"
492
- },
493
- {
494
- "name": "UseIcon",
495
- "ctype": "miscellaneous",
496
- "subtype": "variable",
497
- "file": "projects/haloduck/ui/src/lib/control/select/select.stories.ts",
498
- "deprecated": false,
499
- "deprecationMessage": "",
500
- "type": "Story",
501
- "defaultValue": "{\n args: {\n options: [\n {\n id: '1',\n value:\n 'Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, ',\n },\n {\n id: '2',\n value: 'Option 2',\n },\n {\n id: '3',\n value: 'Option 3',\n },\n {\n id: '4',\n value: 'Option 4',\n },\n {\n id: '5',\n value: 'Option 5',\n },\n {\n id: '6',\n value: 'Option 6',\n },\n {\n id: '7',\n value: 'Option 7',\n },\n {\n id: '8',\n value: 'Option 8',\n },\n {\n id: '9',\n value: 'Option 9',\n },\n {\n id: '10',\n value: 'Option 10',\n },\n ],\n\n useIcon: true,\n },\n render: (args) => ({\n props: args,\n template: `<haloduck-select [options]=\"options\" [useIcon]=\"true\" [asButton]=\"true\">\n <svg ngProjectAs=\"buttonIcon\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"currentColor\"\n stroke=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M17.4 2.25H8.17C7.636 2.25 7.19 2.25 6.825 2.28C6.445 2.31 6.089 2.378 5.751 2.55C4.931 2.967 4.547 3.638 4.381 4.33C4.244 4.896 4.247 5.519 4.249 6.017L4.25 6.2V20.25C4.25 20.6478 4.40803 21.0294 4.68934 21.3107C4.97064 21.592 5.35217 21.75 5.75 21.75H16.402C17.019 21.75 17.682 21.664 18.158 21.202C18.642 20.735 18.75 20.065 18.75 19.4V18.492C19.0151 18.3596 19.2396 18.1582 19.4 17.909C19.678 17.477 19.75 16.943 19.75 16.4V4.6C19.75 3.984 19.664 3.32 19.203 2.843C18.736 2.359 18.067 2.25 17.4 2.25ZM16.402 20.25H5.75C5.75 19.8522 5.90803 19.4706 6.18934 19.1893C6.47064 18.908 6.85217 18.75 7.25 18.75H17.25V19.4C17.25 19.97 17.14 20.1 17.116 20.124C17.085 20.154 16.949 20.25 16.402 20.25ZM12.75 7.5V9.25H14.5C14.6989 9.25 14.8897 9.32902 15.0303 9.46967C15.171 9.61032 15.25 9.80109 15.25 10C15.25 10.1989 15.171 10.3897 15.0303 10.5303C14.8897 10.671 14.6989 10.75 14.5 10.75H12.75V12.5C12.75 12.6989 12.671 12.8897 12.5303 13.0303C12.3897 13.171 12.1989 13.25 12 13.25C11.8011 13.25 11.6103 13.171 11.4697 13.0303C11.329 12.8897 11.25 12.6989 11.25 12.5V10.75H9.5C9.30108 10.75 9.11032 10.671 8.96967 10.5303C8.82901 10.3897 8.75 10.1989 8.75 10C8.75 9.80109 8.82901 9.61032 8.96967 9.46967C9.11032 9.32902 9.30108 9.25 9.5 9.25H11.25V7.5C11.25 7.30109 11.329 7.11032 11.4697 6.96967C11.6103 6.82902 11.8011 6.75 12 6.75C12.1989 6.75 12.3897 6.82902 12.5303 6.96967C12.671 7.11032 12.75 7.30109 12.75 7.5Z\"\n fill=\"currentColor\" />\n </svg>\n </haloduck-select>`,\n }),\n}"
502
- },
503
- {
504
- "name": "WithDefaultValue",
505
- "ctype": "miscellaneous",
506
- "subtype": "variable",
507
- "file": "projects/haloduck/ui/src/lib/control/select/select.stories.ts",
508
- "deprecated": false,
509
- "deprecationMessage": "",
510
- "type": "Story",
511
- "defaultValue": "{\n args: {\n options: [\n {\n id: '1',\n value:\n 'Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, ',\n },\n {\n id: '2',\n value: 'Option 2',\n },\n {\n id: '3',\n value: 'Option 3',\n },\n {\n id: '4',\n value: 'Option 4',\n },\n {\n id: '5',\n value: 'Option 5',\n },\n {\n id: '6',\n value: 'Option 6',\n },\n {\n id: '7',\n value: 'Option 7',\n },\n {\n id: '8',\n value: 'Option 8',\n },\n {\n id: '9',\n value: 'Option 9',\n },\n {\n id: '10',\n value: 'Option 10',\n },\n ],\n\n value: '2',\n multiselect: false,\n },\n}"
512
- },
513
- {
514
- "name": "WithValue",
515
- "ctype": "miscellaneous",
516
- "subtype": "variable",
517
- "file": "projects/haloduck/ui/src/lib/control/input/input.stories.ts",
518
- "deprecated": false,
519
- "deprecationMessage": "",
520
- "type": "Story",
521
- "defaultValue": "{\n args: {\n placeholder: 'Input with value',\n disabled: false,\n value: 'Hello, World!',\n rows: 1,\n },\n}"
522
- }
523
- ],
524
- "functions": [],
525
- "typealiases": [
526
- {
527
- "name": "Story",
528
- "ctype": "miscellaneous",
529
- "subtype": "typealias",
530
- "rawtype": "StoryObj<ButtonComponent>",
531
- "file": "projects/haloduck/ui/src/stories/button.stories.ts",
532
- "deprecated": false,
533
- "deprecationMessage": "",
534
- "description": "",
535
- "kind": 183
536
- },
537
- {
538
- "name": "Story",
539
- "ctype": "miscellaneous",
540
- "subtype": "typealias",
541
- "rawtype": "StoryObj<HeaderComponent>",
542
- "file": "projects/haloduck/ui/src/stories/header.stories.ts",
543
- "deprecated": false,
544
- "deprecationMessage": "",
545
- "description": "",
546
- "kind": 183
547
- },
548
- {
549
- "name": "Story",
550
- "ctype": "miscellaneous",
551
- "subtype": "typealias",
552
- "rawtype": "StoryObj<PageComponent>",
553
- "file": "projects/haloduck/ui/src/stories/page.stories.ts",
554
- "deprecated": false,
555
- "deprecationMessage": "",
556
- "description": "",
557
- "kind": 183
558
- },
559
- {
560
- "name": "Story",
561
- "ctype": "miscellaneous",
562
- "subtype": "typealias",
563
- "rawtype": "StoryObj<AuthenticateComponent>",
564
- "file": "projects/haloduck/ui/src/lib/component/authenticate/authenticate.stories.ts",
565
- "deprecated": false,
566
- "deprecationMessage": "",
567
- "description": "",
568
- "kind": 183
569
- },
570
- {
571
- "name": "Story",
572
- "ctype": "miscellaneous",
573
- "subtype": "typealias",
574
- "rawtype": "StoryObj<ButtonComponent>",
575
- "file": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
576
- "deprecated": false,
577
- "deprecationMessage": "",
578
- "description": "",
579
- "kind": 183
580
- },
581
- {
582
- "name": "Story",
583
- "ctype": "miscellaneous",
584
- "subtype": "typealias",
585
- "rawtype": "StoryObj<CalendarComponent>",
586
- "file": "projects/haloduck/ui/src/lib/control/calendar/calendar.stories.ts",
587
- "deprecated": false,
588
- "deprecationMessage": "",
589
- "description": "",
590
- "kind": 183
591
- },
592
- {
593
- "name": "Story",
594
- "ctype": "miscellaneous",
595
- "subtype": "typealias",
596
- "rawtype": "StoryObj<DatePickerComponent>",
597
- "file": "projects/haloduck/ui/src/lib/control/date-picker/date-picker.stories.ts",
598
- "deprecated": false,
599
- "deprecationMessage": "",
600
- "description": "",
601
- "kind": 183
602
- },
603
- {
604
- "name": "Story",
605
- "ctype": "miscellaneous",
606
- "subtype": "typealias",
607
- "rawtype": "StoryObj<DateRangeComponent>",
608
- "file": "projects/haloduck/ui/src/lib/control/date-range/date-range.stories.ts",
609
- "deprecated": false,
610
- "deprecationMessage": "",
611
- "description": "",
612
- "kind": 183
613
- },
614
- {
615
- "name": "Story",
616
- "ctype": "miscellaneous",
617
- "subtype": "typealias",
618
- "rawtype": "StoryObj<CopyButtonComponent>",
619
- "file": "projects/haloduck/ui/src/lib/control/copy-button/copy-button.stories.ts",
620
- "deprecated": false,
621
- "deprecationMessage": "",
622
- "description": "",
623
- "kind": 183
624
- },
625
- {
626
- "name": "Story",
627
- "ctype": "miscellaneous",
628
- "subtype": "typealias",
629
- "rawtype": "StoryObj<FlipComponent>",
630
- "file": "projects/haloduck/ui/src/lib/control/flip/flip.stories.ts",
631
- "deprecated": false,
632
- "deprecationMessage": "",
633
- "description": "",
634
- "kind": 183
635
- },
636
- {
637
- "name": "Story",
638
- "ctype": "miscellaneous",
639
- "subtype": "typealias",
640
- "rawtype": "StoryObj<InputComponent>",
641
- "file": "projects/haloduck/ui/src/lib/control/input/input.stories.ts",
642
- "deprecated": false,
643
- "deprecationMessage": "",
644
- "description": "",
645
- "kind": 183
646
- },
647
- {
648
- "name": "Story",
649
- "ctype": "miscellaneous",
650
- "subtype": "typealias",
651
- "rawtype": "StoryObj<LanguageSelectorComponent>",
652
- "file": "projects/haloduck/ui/src/lib/control/language-selector/language-selector.stories.ts",
653
- "deprecated": false,
654
- "deprecationMessage": "",
655
- "description": "",
656
- "kind": 183
657
- },
658
- {
659
- "name": "Story",
660
- "ctype": "miscellaneous",
661
- "subtype": "typealias",
662
- "rawtype": "StoryObj<SelectComponent>",
663
- "file": "projects/haloduck/ui/src/lib/control/select/select.stories.ts",
664
- "deprecated": false,
665
- "deprecationMessage": "",
666
- "description": "",
667
- "kind": 183
668
- },
669
- {
670
- "name": "Story",
671
- "ctype": "miscellaneous",
672
- "subtype": "typealias",
673
- "rawtype": "StoryObj<SideMenuComponent>",
674
- "file": "projects/haloduck/ui/src/lib/control/side-menu/side-menu.stories.ts",
675
- "deprecated": false,
676
- "deprecationMessage": "",
677
- "description": "",
678
- "kind": 183
679
- },
680
- {
681
- "name": "Story",
682
- "ctype": "miscellaneous",
683
- "subtype": "typealias",
684
- "rawtype": "StoryObj<ToggleComponent>",
685
- "file": "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts",
686
- "deprecated": false,
687
- "deprecationMessage": "",
688
- "description": "",
689
- "kind": 183
690
- }
691
- ],
692
- "enumerations": [],
693
- "groupedVariables": {
694
- "projects/haloduck/ui/src/lib/control/button/button.stories.ts": [
695
- {
696
- "name": "Danger",
697
- "ctype": "miscellaneous",
698
- "subtype": "variable",
699
- "file": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
700
- "deprecated": false,
701
- "deprecationMessage": "",
702
- "type": "Story",
703
- "defaultValue": "{\n args: {\n disabled: false,\n variant: 'danger',\n },\n render: (args) => ({\n props: args,\n template: `<haloduck-button [disabled]=\"disabled\" [variant]=\"variant\">Danger Button</haloduck-button>`,\n }),\n}"
704
- },
705
- {
706
- "name": "Disabled",
707
- "ctype": "miscellaneous",
708
- "subtype": "variable",
709
- "file": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
710
- "deprecated": false,
711
- "deprecationMessage": "",
712
- "type": "Story",
713
- "defaultValue": "{\n args: {\n disabled: true,\n variant: 'primary',\n },\n render: (args) => ({\n props: args,\n template: `<haloduck-button [disabled]=\"disabled\" [variant]=\"variant\">Disabled Button</haloduck-button>`,\n }),\n}"
714
- },
715
- {
716
- "name": "meta",
717
- "ctype": "miscellaneous",
718
- "subtype": "variable",
719
- "file": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
720
- "deprecated": false,
721
- "deprecationMessage": "",
722
- "type": "Meta<ButtonComponent>",
723
- "defaultValue": "{\n title: 'Components/Button',\n component: ButtonComponent,\n tags: ['autodocs'],\n argTypes: {\n disabled: { control: 'boolean' },\n variant: {\n control: 'select',\n options: ['primary', 'secondary', 'danger'],\n },\n },\n}"
724
- },
725
- {
726
- "name": "None",
727
- "ctype": "miscellaneous",
728
- "subtype": "variable",
729
- "file": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
730
- "deprecated": false,
731
- "deprecationMessage": "",
732
- "type": "Story",
733
- "defaultValue": "{\n args: {\n disabled: false,\n },\n render: (args) => ({\n props: args,\n template: `<haloduck-button [disabled]=\"disabled\">None Button</haloduck-button>`,\n }),\n}"
734
- },
735
- {
736
- "name": "Primary",
737
- "ctype": "miscellaneous",
738
- "subtype": "variable",
739
- "file": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
740
- "deprecated": false,
741
- "deprecationMessage": "",
742
- "type": "Story",
743
- "defaultValue": "{\n args: {\n disabled: false,\n variant: 'primary',\n },\n render: (args) => ({\n props: args,\n template: `<haloduck-button [disabled]=\"disabled\" [variant]=\"variant\">Primary Button</haloduck-button>`,\n }),\n}"
744
- },
745
- {
746
- "name": "Secondary",
747
- "ctype": "miscellaneous",
748
- "subtype": "variable",
749
- "file": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
750
- "deprecated": false,
751
- "deprecationMessage": "",
752
- "type": "Story",
753
- "defaultValue": "{\n args: {\n disabled: false,\n variant: 'secondary',\n },\n render: (args) => ({\n props: args,\n template: `<haloduck-button [disabled]=\"disabled\" [variant]=\"variant\">Secondary Button</haloduck-button>`,\n }),\n}"
754
- }
755
- ],
756
- "projects/haloduck/ui/.storybook/preview.ts": [
757
- {
758
- "name": "decorators",
759
- "ctype": "miscellaneous",
760
- "subtype": "variable",
761
- "file": "projects/haloduck/ui/.storybook/preview.ts",
762
- "deprecated": false,
763
- "deprecationMessage": "",
764
- "type": "[]",
765
- "defaultValue": "[\n moduleMetadata({\n imports: [TranslocoRootModule, LocaleManagerComponent],\n providers: [HttpClient, TranslocoService],\n }),\n applicationConfig({\n providers: [importProvidersFrom(TranslocoRootModule)],\n }),\n (story: any, context: any) => {\n const { locale } = context.globals;\n\n return componentWrapperDecorator(LocaleManagerComponent, { locale })(\n story,\n context,\n );\n },\n]"
766
- },
767
- {
768
- "name": "globalTypes",
769
- "ctype": "miscellaneous",
770
- "subtype": "variable",
771
- "file": "projects/haloduck/ui/.storybook/preview.ts",
772
- "deprecated": false,
773
- "deprecationMessage": "",
774
- "type": "object",
775
- "defaultValue": "{\n locale: {\n name: 'Locale',\n title: 'Locale',\n description: 'Internationalization locale',\n defaultValue: defaultLanguage.id,\n toolbar: {\n icon: 'globe',\n items: supportedLanguages.map((lang) => ({\n value: lang.id,\n title: lang.value,\n })),\n },\n },\n}"
776
- },
777
- {
778
- "name": "preview",
779
- "ctype": "miscellaneous",
780
- "subtype": "variable",
781
- "file": "projects/haloduck/ui/.storybook/preview.ts",
782
- "deprecated": false,
783
- "deprecationMessage": "",
784
- "type": "Preview",
785
- "defaultValue": "{\n parameters: {\n controls: {\n matchers: {\n color: /(background|color)$/i,\n date: /Date$/i,\n },\n },\n },\n}"
786
- }
787
- ],
788
- "projects/haloduck/ui/src/lib/component/authenticate/authenticate.stories.ts": [
789
- {
790
- "name": "Default",
791
- "ctype": "miscellaneous",
792
- "subtype": "variable",
793
- "file": "projects/haloduck/ui/src/lib/component/authenticate/authenticate.stories.ts",
794
- "deprecated": false,
795
- "deprecationMessage": "",
796
- "type": "Story",
797
- "defaultValue": "{\n args: {\n // Add default props here if needed\n },\n}"
798
- },
799
- {
800
- "name": "meta",
801
- "ctype": "miscellaneous",
802
- "subtype": "variable",
803
- "file": "projects/haloduck/ui/src/lib/component/authenticate/authenticate.stories.ts",
804
- "deprecated": false,
805
- "deprecationMessage": "",
806
- "type": "Meta<AuthenticateComponent>",
807
- "defaultValue": "{\n title: 'Components/Authenticate',\n component: AuthenticateComponent,\n decorators: [\n moduleMetadata({\n imports: [CommonModule, AuthenticateComponent, ButtonComponent],\n }),\n ],\n}"
808
- }
809
- ],
810
- "projects/haloduck/ui/src/lib/control/calendar/calendar.stories.ts": [
811
- {
812
- "name": "Default",
813
- "ctype": "miscellaneous",
814
- "subtype": "variable",
815
- "file": "projects/haloduck/ui/src/lib/control/calendar/calendar.stories.ts",
816
- "deprecated": false,
817
- "deprecationMessage": "",
818
- "type": "Story",
819
- "defaultValue": "{\n args: {\n },\n}"
820
- },
821
- {
822
- "name": "meta",
823
- "ctype": "miscellaneous",
824
- "subtype": "variable",
825
- "file": "projects/haloduck/ui/src/lib/control/calendar/calendar.stories.ts",
826
- "deprecated": false,
827
- "deprecationMessage": "",
828
- "type": "Meta<CalendarComponent>",
829
- "defaultValue": "{\n title: 'Components/Calendar',\n component: CalendarComponent,\n tags: ['autodocs'],\n argTypes: {\n singleDate: { control: 'boolean' },\n firstDayOfWeek: {\n control: {\n type: 'radio',\n options: [0, 1],\n },\n description: '0 = Sunday, 1 = Monday',\n },\n selectedDateRange: {\n control: 'object',\n description: 'Date range object with from and to properties',\n },\n selectedDate: {\n control: 'text',\n description: 'Selected date in YYYY-MM-DD format',\n },\n },\n}"
830
- }
831
- ],
832
- "projects/haloduck/ui/src/lib/control/date-picker/date-picker.stories.ts": [
833
- {
834
- "name": "Default",
835
- "ctype": "miscellaneous",
836
- "subtype": "variable",
837
- "file": "projects/haloduck/ui/src/lib/control/date-picker/date-picker.stories.ts",
838
- "deprecated": false,
839
- "deprecationMessage": "",
840
- "type": "Story",
841
- "defaultValue": "{\n args: {\n placeholder: 'Select a date',\n },\n}"
842
- },
843
- {
844
- "name": "meta",
845
- "ctype": "miscellaneous",
846
- "subtype": "variable",
847
- "file": "projects/haloduck/ui/src/lib/control/date-picker/date-picker.stories.ts",
848
- "deprecated": false,
849
- "deprecationMessage": "",
850
- "type": "Meta<DatePickerComponent>",
851
- "defaultValue": "{\n title: 'Components/DatePicker',\n component: DatePickerComponent,\n decorators: [\n // Apply metadata to all stories\n moduleMetadata({\n // import necessary ngModules or standalone components\n imports: [TranslocoRootModule, CalendarComponent],\n // declare components that are used in the template\n declarations: [],\n // // List of providers that should be available to the root component and all its children.\n providers: [provideTranslocoScope('haloduck')],\n }),\n ],\n tags: ['autodocs'],\n argTypes: {\n disabled : {\n control: { type: 'boolean' },\n description: 'Disable the date picker',\n },\n placeholder: { control: 'text' },\n },\n}"
852
- }
853
- ],
854
- "projects/haloduck/ui/src/lib/control/date-range/date-range.stories.ts": [
855
- {
856
- "name": "Default",
857
- "ctype": "miscellaneous",
858
- "subtype": "variable",
859
- "file": "projects/haloduck/ui/src/lib/control/date-range/date-range.stories.ts",
860
- "deprecated": false,
861
- "deprecationMessage": "",
862
- "type": "Story",
863
- "defaultValue": "{\n args: {\n },\n}"
864
- },
865
- {
866
- "name": "meta",
867
- "ctype": "miscellaneous",
868
- "subtype": "variable",
869
- "file": "projects/haloduck/ui/src/lib/control/date-range/date-range.stories.ts",
870
- "deprecated": false,
871
- "deprecationMessage": "",
872
- "type": "Meta<DateRangeComponent>",
873
- "defaultValue": "{\n title: 'Components/DateRange',\n component: DateRangeComponent,\n tags: ['autodocs'],\n argTypes: {\n dateRangeOptions: {\n control: 'object',\n description: 'Date range options',\n },\n disabled: {\n control: { type: 'boolean' },\n description: 'Disable the date range picker',\n },\n placeholder: { control: 'text' },\n },\n args: {\n dateRangeOptions: [\n { id: 'd0', value: 'Today' },\n { id: 'd1', value: 'Yesterday' },\n ],\n }\n}"
874
- }
875
- ],
876
- "projects/haloduck/ui/src/lib/control/copy-button/copy-button.stories.ts": [
877
- {
878
- "name": "Default",
879
- "ctype": "miscellaneous",
880
- "subtype": "variable",
881
- "file": "projects/haloduck/ui/src/lib/control/copy-button/copy-button.stories.ts",
882
- "deprecated": false,
883
- "deprecationMessage": "",
884
- "type": "Story",
885
- "defaultValue": "{\n args: {},\n}"
886
- },
887
- {
888
- "name": "meta",
889
- "ctype": "miscellaneous",
890
- "subtype": "variable",
891
- "file": "projects/haloduck/ui/src/lib/control/copy-button/copy-button.stories.ts",
892
- "deprecated": false,
893
- "deprecationMessage": "",
894
- "type": "Meta<CopyButtonComponent>",
895
- "defaultValue": "{\n title: 'Components/Copy Button',\n component: CopyButtonComponent,\n decorators: [\n moduleMetadata({\n imports: [FormsModule, ReactiveFormsModule],\n }),\n ],\n tags: ['autodocs'],\n argTypes: {\n text: { control: 'text', description: 'Text to copy to clipboard' },\n },\n args: {\n text: 'Copy this text',\n },\n}"
896
- }
897
- ],
898
- "projects/haloduck/ui/src/lib/control/flip/flip.stories.ts": [
899
- {
900
- "name": "Default",
901
- "ctype": "miscellaneous",
902
- "subtype": "variable",
903
- "file": "projects/haloduck/ui/src/lib/control/flip/flip.stories.ts",
904
- "deprecated": false,
905
- "deprecationMessage": "",
906
- "type": "Story",
907
- "defaultValue": "{\n args: {\n isOpen: false,\n },\n render: (args) => ({\n props: args,\n template: `\n <haloduck-flip\n [title]=\"title\"\n [isOpen]=\"isOpen\">\n component\n </haloduck-flip>\n `,\n }),\n}"
908
- },
909
- {
910
- "name": "meta",
911
- "ctype": "miscellaneous",
912
- "subtype": "variable",
913
- "file": "projects/haloduck/ui/src/lib/control/flip/flip.stories.ts",
914
- "deprecated": false,
915
- "deprecationMessage": "",
916
- "type": "Meta<FlipComponent>",
917
- "defaultValue": "{\n title: 'Components/Accordion',\n component: FlipComponent,\n tags: ['autodocs'],\n argTypes: {\n isOpen: {\n control: {\n type: 'boolean',\n },\n description: 'Controls the open state of the accordion',\n },\n title: {\n control: {\n type: 'text',\n },\n description: 'The title of the accordion',\n },\n },\n}"
918
- }
919
- ],
920
- "projects/haloduck/ui/src/lib/control/input/input.stories.ts": [
921
- {
922
- "name": "Default",
923
- "ctype": "miscellaneous",
924
- "subtype": "variable",
925
- "file": "projects/haloduck/ui/src/lib/control/input/input.stories.ts",
926
- "deprecated": false,
927
- "deprecationMessage": "",
928
- "type": "Story",
929
- "defaultValue": "{\n args: {\n placeholder: 'Enter text',\n disabled: false,\n value: '',\n rows: 1,\n },\n}"
930
- },
931
- {
932
- "name": "Disabled",
933
- "ctype": "miscellaneous",
934
- "subtype": "variable",
935
- "file": "projects/haloduck/ui/src/lib/control/input/input.stories.ts",
936
- "deprecated": false,
937
- "deprecationMessage": "",
938
- "type": "Story",
939
- "defaultValue": "{\n args: {\n placeholder: 'Disabled input',\n disabled: true,\n value: '',\n rows: 1,\n },\n}"
940
- },
941
- {
942
- "name": "meta",
943
- "ctype": "miscellaneous",
944
- "subtype": "variable",
945
- "file": "projects/haloduck/ui/src/lib/control/input/input.stories.ts",
946
- "deprecated": false,
947
- "deprecationMessage": "",
948
- "type": "Meta<InputComponent>",
949
- "defaultValue": "{\n title: 'Components/Input',\n component: InputComponent,\n decorators: [\n moduleMetadata({\n imports: [FormsModule, ReactiveFormsModule],\n }),\n ],\n tags: ['autodocs'],\n argTypes: {\n placeholder: { control: 'text' },\n disabled: { control: 'boolean' },\n value: { control: 'text' },\n rows: { control: 'number' },\n },\n}"
950
- },
951
- {
952
- "name": "MultiLine",
953
- "ctype": "miscellaneous",
954
- "subtype": "variable",
955
- "file": "projects/haloduck/ui/src/lib/control/input/input.stories.ts",
956
- "deprecated": false,
957
- "deprecationMessage": "",
958
- "type": "Story",
959
- "defaultValue": "{\n args: {\n placeholder: 'Enter text',\n disabled: false,\n value: '',\n rows: 5,\n },\n}"
960
- },
961
- {
962
- "name": "WithValue",
963
- "ctype": "miscellaneous",
964
- "subtype": "variable",
965
- "file": "projects/haloduck/ui/src/lib/control/input/input.stories.ts",
966
- "deprecated": false,
967
- "deprecationMessage": "",
968
- "type": "Story",
969
- "defaultValue": "{\n args: {\n placeholder: 'Input with value',\n disabled: false,\n value: 'Hello, World!',\n rows: 1,\n },\n}"
970
- }
971
- ],
972
- "projects/haloduck/ui/src/lib/control/language-selector/language-selector.stories.ts": [
973
- {
974
- "name": "Default",
975
- "ctype": "miscellaneous",
976
- "subtype": "variable",
977
- "file": "projects/haloduck/ui/src/lib/control/language-selector/language-selector.stories.ts",
978
- "deprecated": false,
979
- "deprecationMessage": "",
980
- "type": "Story",
981
- "defaultValue": "{\n args: {},\n}"
982
- },
983
- {
984
- "name": "meta",
985
- "ctype": "miscellaneous",
986
- "subtype": "variable",
987
- "file": "projects/haloduck/ui/src/lib/control/language-selector/language-selector.stories.ts",
988
- "deprecated": false,
989
- "deprecationMessage": "",
990
- "type": "Meta<LanguageSelectorComponent>",
991
- "defaultValue": "{\n title: 'Components/Language Selector',\n component: LanguageSelectorComponent,\n decorators: [\n ],\n tags: ['autodocs'],\n argTypes: {}\n}"
992
- }
993
- ],
994
- "projects/haloduck/ui/src/lib/control/select/select.stories.ts": [
995
- {
996
- "name": "Default",
997
- "ctype": "miscellaneous",
998
- "subtype": "variable",
999
- "file": "projects/haloduck/ui/src/lib/control/select/select.stories.ts",
1000
- "deprecated": false,
1001
- "deprecationMessage": "",
1002
- "type": "Story",
1003
- "defaultValue": "{}"
1004
- },
1005
- {
1006
- "name": "meta",
1007
- "ctype": "miscellaneous",
1008
- "subtype": "variable",
1009
- "file": "projects/haloduck/ui/src/lib/control/select/select.stories.ts",
1010
- "deprecated": false,
1011
- "deprecationMessage": "",
1012
- "type": "Meta<SelectComponent>",
1013
- "defaultValue": "{\n title: 'Components/Select',\n component: SelectComponent,\n tags: ['autodocs'],\n argTypes: {\n disabled: {\n control: 'boolean',\n description: 'Whether the select is disabled',\n },\n loading: {\n control: 'boolean',\n description: 'Whether the select is loading',\n },\n variant: {\n control: 'radio',\n options: ['primary', 'secondary', 'danger', 'none'],\n description: 'Variant of the select component',\n },\n asButton: {\n control: 'boolean',\n description: 'Whether the select should be displayed as a button',\n },\n multiselect: {\n control: 'boolean',\n description: 'Whether the select allows multiple selections',\n },\n placeholder: {\n control: 'text',\n description: 'Placeholder text for the select component',\n },\n atLeastOne: {\n control: 'boolean',\n description: 'Whether at least one option should be selected',\n },\n showAll: {\n control: 'boolean',\n description: 'Whether to show all options',\n },\n useIcon: {\n control: 'boolean',\n description: 'Whether to use an icon in the select component',\n },\n useFilter: {\n control: 'boolean',\n description: 'Whether to use a filter for the options',\n },\n options: {\n control: 'object',\n description: 'Array of options for the select component',\n },\n value: {\n control: 'object',\n description: 'The selected value(s) of the select component',\n },\n },\n args: {\n options: [\n {\n id: '1',\n value:\n 'Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, ',\n },\n { id: '2', value: 'Option 2' },\n { id: '3', value: 'Option 3' },\n { id: '4', value: 'Option 4' },\n { id: '5', value: 'Option 5' },\n { id: '6', value: 'Option 6' },\n { id: '7', value: 'Option 7' },\n { id: '8', value: 'Option 8' },\n { id: '9', value: 'Option 9' },\n { id: '10', value: 'Option 10' },\n ],\n },\n}"
1014
- },
1015
- {
1016
- "name": "UseIcon",
1017
- "ctype": "miscellaneous",
1018
- "subtype": "variable",
1019
- "file": "projects/haloduck/ui/src/lib/control/select/select.stories.ts",
1020
- "deprecated": false,
1021
- "deprecationMessage": "",
1022
- "type": "Story",
1023
- "defaultValue": "{\n args: {\n options: [\n {\n id: '1',\n value:\n 'Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, ',\n },\n {\n id: '2',\n value: 'Option 2',\n },\n {\n id: '3',\n value: 'Option 3',\n },\n {\n id: '4',\n value: 'Option 4',\n },\n {\n id: '5',\n value: 'Option 5',\n },\n {\n id: '6',\n value: 'Option 6',\n },\n {\n id: '7',\n value: 'Option 7',\n },\n {\n id: '8',\n value: 'Option 8',\n },\n {\n id: '9',\n value: 'Option 9',\n },\n {\n id: '10',\n value: 'Option 10',\n },\n ],\n\n useIcon: true,\n },\n render: (args) => ({\n props: args,\n template: `<haloduck-select [options]=\"options\" [useIcon]=\"true\" [asButton]=\"true\">\n <svg ngProjectAs=\"buttonIcon\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"currentColor\"\n stroke=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M17.4 2.25H8.17C7.636 2.25 7.19 2.25 6.825 2.28C6.445 2.31 6.089 2.378 5.751 2.55C4.931 2.967 4.547 3.638 4.381 4.33C4.244 4.896 4.247 5.519 4.249 6.017L4.25 6.2V20.25C4.25 20.6478 4.40803 21.0294 4.68934 21.3107C4.97064 21.592 5.35217 21.75 5.75 21.75H16.402C17.019 21.75 17.682 21.664 18.158 21.202C18.642 20.735 18.75 20.065 18.75 19.4V18.492C19.0151 18.3596 19.2396 18.1582 19.4 17.909C19.678 17.477 19.75 16.943 19.75 16.4V4.6C19.75 3.984 19.664 3.32 19.203 2.843C18.736 2.359 18.067 2.25 17.4 2.25ZM16.402 20.25H5.75C5.75 19.8522 5.90803 19.4706 6.18934 19.1893C6.47064 18.908 6.85217 18.75 7.25 18.75H17.25V19.4C17.25 19.97 17.14 20.1 17.116 20.124C17.085 20.154 16.949 20.25 16.402 20.25ZM12.75 7.5V9.25H14.5C14.6989 9.25 14.8897 9.32902 15.0303 9.46967C15.171 9.61032 15.25 9.80109 15.25 10C15.25 10.1989 15.171 10.3897 15.0303 10.5303C14.8897 10.671 14.6989 10.75 14.5 10.75H12.75V12.5C12.75 12.6989 12.671 12.8897 12.5303 13.0303C12.3897 13.171 12.1989 13.25 12 13.25C11.8011 13.25 11.6103 13.171 11.4697 13.0303C11.329 12.8897 11.25 12.6989 11.25 12.5V10.75H9.5C9.30108 10.75 9.11032 10.671 8.96967 10.5303C8.82901 10.3897 8.75 10.1989 8.75 10C8.75 9.80109 8.82901 9.61032 8.96967 9.46967C9.11032 9.32902 9.30108 9.25 9.5 9.25H11.25V7.5C11.25 7.30109 11.329 7.11032 11.4697 6.96967C11.6103 6.82902 11.8011 6.75 12 6.75C12.1989 6.75 12.3897 6.82902 12.5303 6.96967C12.671 7.11032 12.75 7.30109 12.75 7.5Z\"\n fill=\"currentColor\" />\n </svg>\n </haloduck-select>`,\n }),\n}"
1024
- },
1025
- {
1026
- "name": "WithDefaultValue",
1027
- "ctype": "miscellaneous",
1028
- "subtype": "variable",
1029
- "file": "projects/haloduck/ui/src/lib/control/select/select.stories.ts",
1030
- "deprecated": false,
1031
- "deprecationMessage": "",
1032
- "type": "Story",
1033
- "defaultValue": "{\n args: {\n options: [\n {\n id: '1',\n value:\n 'Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, Option 1, ',\n },\n {\n id: '2',\n value: 'Option 2',\n },\n {\n id: '3',\n value: 'Option 3',\n },\n {\n id: '4',\n value: 'Option 4',\n },\n {\n id: '5',\n value: 'Option 5',\n },\n {\n id: '6',\n value: 'Option 6',\n },\n {\n id: '7',\n value: 'Option 7',\n },\n {\n id: '8',\n value: 'Option 8',\n },\n {\n id: '9',\n value: 'Option 9',\n },\n {\n id: '10',\n value: 'Option 10',\n },\n ],\n\n value: '2',\n multiselect: false,\n },\n}"
1034
- }
1035
- ],
1036
- "projects/haloduck/ui/src/lib/control/side-menu/side-menu.stories.ts": [
1037
- {
1038
- "name": "Default",
1039
- "ctype": "miscellaneous",
1040
- "subtype": "variable",
1041
- "file": "projects/haloduck/ui/src/lib/control/side-menu/side-menu.stories.ts",
1042
- "deprecated": false,
1043
- "deprecationMessage": "",
1044
- "type": "Story",
1045
- "defaultValue": "{}"
1046
- },
1047
- {
1048
- "name": "meta",
1049
- "ctype": "miscellaneous",
1050
- "subtype": "variable",
1051
- "file": "projects/haloduck/ui/src/lib/control/side-menu/side-menu.stories.ts",
1052
- "deprecated": false,
1053
- "deprecationMessage": "",
1054
- "type": "Meta<SideMenuComponent>",
1055
- "defaultValue": "{\n title: 'Components/Side Menu',\n component: SideMenuComponent,\n tags: ['autodocs'],\n argTypes: {\n menuItems: {\n control: 'object',\n description: 'Array of menu items to display in the side menu',\n },\n },\n args: {\n menuItems: [\n {\n title: 'Search',\n icon: '/image/search.svg',\n iconType: 'svg',\n link: 'dictionary',\n children: [],\n isSelected: false,\n isExpanded: false,\n },\n {\n title: 'Word Book',\n icon: 'settings',\n link: '/dictionary/wordBook',\n children: [\n {\n title: 'My Word Book',\n icon: '',\n link: '/dictionary/wordBook/my',\n children: [],\n isSelected: false,\n isExpanded: false,\n },\n {\n title: 'Shared Word Book',\n icon: '',\n link: '/dictionary/wordBook/shared',\n children: [],\n isSelected: false,\n isExpanded: false,\n },\n ],\n isSelected: false,\n isExpanded: false,\n },\n {\n title: 'Settings',\n icon: 'settings',\n link: '/settings',\n children: [],\n isSelected: false,\n isExpanded: false,\n },\n {\n title: 'About',\n icon: 'info',\n link: '/about',\n children: [],\n isSelected: false,\n isExpanded: false,\n },\n ],\n },\n}"
1056
- }
1057
- ],
1058
- "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts": [
1059
- {
1060
- "name": "Default",
1061
- "ctype": "miscellaneous",
1062
- "subtype": "variable",
1063
- "file": "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts",
1064
- "deprecated": false,
1065
- "deprecationMessage": "",
1066
- "type": "Story",
1067
- "defaultValue": "{\n args: {\n layout: 'vertical',\n value: false,\n disabled: false,\n nullable: false,\n },\n render: (args) => ({\n props: args,\n template: `\n <haloduck-toggle\n [layout]=\"layout\"\n [value]=\"value\"\n [disabled]=\"disabled\"\n [nullable]=\"nullable\"\n (toggled)=\"toggled($event)\">\n Default\n </haloduck-toggle>\n `,\n }),\n}"
1068
- },
1069
- {
1070
- "name": "Disabled",
1071
- "ctype": "miscellaneous",
1072
- "subtype": "variable",
1073
- "file": "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts",
1074
- "deprecated": false,
1075
- "deprecationMessage": "",
1076
- "type": "Story",
1077
- "defaultValue": "{\n args: {\n layout: 'vertical',\n value: false,\n disabled: true,\n nullable: false,\n },\n render: (args) => ({\n props: args,\n template: `\n <haloduck-toggle\n [layout]=\"layout\"\n [value]=\"value\"\n [disabled]=\"disabled\"\n [nullable]=\"nullable\"\n (toggled)=\"toggled($event)\">\n Disabled\n </haloduck-toggle>\n `,\n }),\n}"
1078
- },
1079
- {
1080
- "name": "Horizontal",
1081
- "ctype": "miscellaneous",
1082
- "subtype": "variable",
1083
- "file": "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts",
1084
- "deprecated": false,
1085
- "deprecationMessage": "",
1086
- "type": "Story",
1087
- "defaultValue": "{\n args: {\n layout: 'horizontal',\n value: true,\n disabled: false,\n nullable: false,\n },\n render: (args) => ({\n props: args,\n template: `\n <haloduck-toggle\n [layout]=\"layout\"\n [value]=\"value\"\n [disabled]=\"disabled\"\n [nullable]=\"nullable\"\n (toggled)=\"toggled($event)\">\n Horizontal\n </haloduck-toggle>\n `,\n }),\n}"
1088
- },
1089
- {
1090
- "name": "meta",
1091
- "ctype": "miscellaneous",
1092
- "subtype": "variable",
1093
- "file": "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts",
1094
- "deprecated": false,
1095
- "deprecationMessage": "",
1096
- "type": "Meta<ToggleComponent>",
1097
- "defaultValue": "{\n title: 'Components/Toggle',\n component: ToggleComponent,\n tags: ['autodocs'],\n argTypes: {\n layout: {\n control: 'radio',\n options: ['horizontal', 'vertical'],\n description: 'Layout of the toggle component',\n },\n value: {\n control: 'boolean',\n description: 'Current value of the toggle',\n },\n disabled: {\n control: 'boolean',\n description: 'Whether the toggle is disabled',\n },\n nullable: {\n control: 'boolean',\n description: 'Whether the toggle can have a null value',\n },\n toggled: {\n action: 'toggled',\n description: 'Event emitted when the toggle value changes',\n },\n },\n}"
1098
- },
1099
- {
1100
- "name": "Nullable",
1101
- "ctype": "miscellaneous",
1102
- "subtype": "variable",
1103
- "file": "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts",
1104
- "deprecated": false,
1105
- "deprecationMessage": "",
1106
- "type": "Story",
1107
- "defaultValue": "{\n args: {\n layout: 'vertical',\n value: null,\n disabled: false,\n nullable: true,\n },\n render: (args) => ({\n props: args,\n template: `\n <haloduck-toggle\n [layout]=\"layout\"\n [value]=\"value\"\n [disabled]=\"disabled\"\n [nullable]=\"nullable\"\n (toggled)=\"toggled($event)\">\n Nullable\n </haloduck-toggle>\n `,\n }),\n}"
1108
- }
1109
- ],
1110
- "projects/haloduck/ui/src/stories/button.stories.ts": [
1111
- {
1112
- "name": "Large",
1113
- "ctype": "miscellaneous",
1114
- "subtype": "variable",
1115
- "file": "projects/haloduck/ui/src/stories/button.stories.ts",
1116
- "deprecated": false,
1117
- "deprecationMessage": "",
1118
- "type": "Story",
1119
- "defaultValue": "{\n args: {\n size: 'large',\n label: 'Button',\n },\n}"
1120
- },
1121
- {
1122
- "name": "meta",
1123
- "ctype": "miscellaneous",
1124
- "subtype": "variable",
1125
- "file": "projects/haloduck/ui/src/stories/button.stories.ts",
1126
- "deprecated": false,
1127
- "deprecationMessage": "",
1128
- "type": "Meta<ButtonComponent>",
1129
- "defaultValue": "{\n title: 'Example/Button',\n component: ButtonComponent,\n tags: ['autodocs'],\n argTypes: {\n backgroundColor: {\n control: 'color',\n },\n },\n // Use `fn` to spy on the onClick arg, which will appear in the actions panel once invoked: https://storybook.js.org/docs/essentials/actions#action-args\n args: { onClick: fn() },\n}"
1130
- },
1131
- {
1132
- "name": "Primary",
1133
- "ctype": "miscellaneous",
1134
- "subtype": "variable",
1135
- "file": "projects/haloduck/ui/src/stories/button.stories.ts",
1136
- "deprecated": false,
1137
- "deprecationMessage": "",
1138
- "type": "Story",
1139
- "defaultValue": "{\n args: {\n primary: true,\n label: 'Button',\n },\n}"
1140
- },
1141
- {
1142
- "name": "Secondary",
1143
- "ctype": "miscellaneous",
1144
- "subtype": "variable",
1145
- "file": "projects/haloduck/ui/src/stories/button.stories.ts",
1146
- "deprecated": false,
1147
- "deprecationMessage": "",
1148
- "type": "Story",
1149
- "defaultValue": "{\n args: {\n label: 'Button',\n },\n}"
1150
- },
1151
- {
1152
- "name": "Small",
1153
- "ctype": "miscellaneous",
1154
- "subtype": "variable",
1155
- "file": "projects/haloduck/ui/src/stories/button.stories.ts",
1156
- "deprecated": false,
1157
- "deprecationMessage": "",
1158
- "type": "Story",
1159
- "defaultValue": "{\n args: {\n size: 'small',\n label: 'Button',\n },\n}"
1160
- },
1161
- {
1162
- "name": "Test",
1163
- "ctype": "miscellaneous",
1164
- "subtype": "variable",
1165
- "file": "projects/haloduck/ui/src/stories/button.stories.ts",
1166
- "deprecated": false,
1167
- "deprecationMessage": "",
1168
- "type": "Story",
1169
- "defaultValue": "{\n args: {\n primary: false,\n label: \"Button\"\n }\n}"
1170
- }
1171
- ],
1172
- "projects/haloduck/ui/src/stories/header.stories.ts": [
1173
- {
1174
- "name": "LoggedIn",
1175
- "ctype": "miscellaneous",
1176
- "subtype": "variable",
1177
- "file": "projects/haloduck/ui/src/stories/header.stories.ts",
1178
- "deprecated": false,
1179
- "deprecationMessage": "",
1180
- "type": "Story",
1181
- "defaultValue": "{\n args: {\n user: {\n name: 'Jane Doe',\n },\n },\n}"
1182
- },
1183
- {
1184
- "name": "LoggedOut",
1185
- "ctype": "miscellaneous",
1186
- "subtype": "variable",
1187
- "file": "projects/haloduck/ui/src/stories/header.stories.ts",
1188
- "deprecated": false,
1189
- "deprecationMessage": "",
1190
- "type": "Story",
1191
- "defaultValue": "{}"
1192
- },
1193
- {
1194
- "name": "meta",
1195
- "ctype": "miscellaneous",
1196
- "subtype": "variable",
1197
- "file": "projects/haloduck/ui/src/stories/header.stories.ts",
1198
- "deprecated": false,
1199
- "deprecationMessage": "",
1200
- "type": "Meta<HeaderComponent>",
1201
- "defaultValue": "{\n title: 'Example/Header',\n component: HeaderComponent,\n // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs\n tags: ['autodocs'],\n parameters: {\n // More on how to position stories at: https://storybook.js.org/docs/configure/story-layout\n layout: 'fullscreen',\n },\n args: {\n onLogin: fn(),\n onLogout: fn(),\n onCreateAccount: fn(),\n },\n}"
1202
- }
1203
- ],
1204
- "projects/haloduck/ui/src/stories/page.stories.ts": [
1205
- {
1206
- "name": "LoggedIn",
1207
- "ctype": "miscellaneous",
1208
- "subtype": "variable",
1209
- "file": "projects/haloduck/ui/src/stories/page.stories.ts",
1210
- "deprecated": false,
1211
- "deprecationMessage": "",
1212
- "type": "Story",
1213
- "defaultValue": "{\n play: async ({ canvasElement }) => {\n const canvas = within(canvasElement);\n const loginButton = canvas.getByRole('button', { name: /Log in/i });\n await expect(loginButton).toBeInTheDocument();\n await userEvent.click(loginButton);\n await expect(loginButton).not.toBeInTheDocument();\n\n const logoutButton = canvas.getByRole('button', { name: /Log out/i });\n await expect(logoutButton).toBeInTheDocument();\n },\n}"
1214
- },
1215
- {
1216
- "name": "LoggedOut",
1217
- "ctype": "miscellaneous",
1218
- "subtype": "variable",
1219
- "file": "projects/haloduck/ui/src/stories/page.stories.ts",
1220
- "deprecated": false,
1221
- "deprecationMessage": "",
1222
- "type": "Story",
1223
- "defaultValue": "{}"
1224
- },
1225
- {
1226
- "name": "meta",
1227
- "ctype": "miscellaneous",
1228
- "subtype": "variable",
1229
- "file": "projects/haloduck/ui/src/stories/page.stories.ts",
1230
- "deprecated": false,
1231
- "deprecationMessage": "",
1232
- "type": "Meta<PageComponent>",
1233
- "defaultValue": "{\n title: 'Example/Page',\n component: PageComponent,\n parameters: {\n // More on how to position stories at: https://storybook.js.org/docs/configure/story-layout\n layout: 'fullscreen',\n },\n}"
1234
- }
1235
- ]
1236
- },
1237
- "groupedFunctions": {},
1238
- "groupedEnumerations": {},
1239
- "groupedTypeAliases": {
1240
- "projects/haloduck/ui/src/stories/button.stories.ts": [
1241
- {
1242
- "name": "Story",
1243
- "ctype": "miscellaneous",
1244
- "subtype": "typealias",
1245
- "rawtype": "StoryObj<ButtonComponent>",
1246
- "file": "projects/haloduck/ui/src/stories/button.stories.ts",
1247
- "deprecated": false,
1248
- "deprecationMessage": "",
1249
- "description": "",
1250
- "kind": 183
1251
- }
1252
- ],
1253
- "projects/haloduck/ui/src/stories/header.stories.ts": [
1254
- {
1255
- "name": "Story",
1256
- "ctype": "miscellaneous",
1257
- "subtype": "typealias",
1258
- "rawtype": "StoryObj<HeaderComponent>",
1259
- "file": "projects/haloduck/ui/src/stories/header.stories.ts",
1260
- "deprecated": false,
1261
- "deprecationMessage": "",
1262
- "description": "",
1263
- "kind": 183
1264
- }
1265
- ],
1266
- "projects/haloduck/ui/src/stories/page.stories.ts": [
1267
- {
1268
- "name": "Story",
1269
- "ctype": "miscellaneous",
1270
- "subtype": "typealias",
1271
- "rawtype": "StoryObj<PageComponent>",
1272
- "file": "projects/haloduck/ui/src/stories/page.stories.ts",
1273
- "deprecated": false,
1274
- "deprecationMessage": "",
1275
- "description": "",
1276
- "kind": 183
1277
- }
1278
- ],
1279
- "projects/haloduck/ui/src/lib/component/authenticate/authenticate.stories.ts": [
1280
- {
1281
- "name": "Story",
1282
- "ctype": "miscellaneous",
1283
- "subtype": "typealias",
1284
- "rawtype": "StoryObj<AuthenticateComponent>",
1285
- "file": "projects/haloduck/ui/src/lib/component/authenticate/authenticate.stories.ts",
1286
- "deprecated": false,
1287
- "deprecationMessage": "",
1288
- "description": "",
1289
- "kind": 183
1290
- }
1291
- ],
1292
- "projects/haloduck/ui/src/lib/control/button/button.stories.ts": [
1293
- {
1294
- "name": "Story",
1295
- "ctype": "miscellaneous",
1296
- "subtype": "typealias",
1297
- "rawtype": "StoryObj<ButtonComponent>",
1298
- "file": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
1299
- "deprecated": false,
1300
- "deprecationMessage": "",
1301
- "description": "",
1302
- "kind": 183
1303
- }
1304
- ],
1305
- "projects/haloduck/ui/src/lib/control/calendar/calendar.stories.ts": [
1306
- {
1307
- "name": "Story",
1308
- "ctype": "miscellaneous",
1309
- "subtype": "typealias",
1310
- "rawtype": "StoryObj<CalendarComponent>",
1311
- "file": "projects/haloduck/ui/src/lib/control/calendar/calendar.stories.ts",
1312
- "deprecated": false,
1313
- "deprecationMessage": "",
1314
- "description": "",
1315
- "kind": 183
1316
- }
1317
- ],
1318
- "projects/haloduck/ui/src/lib/control/date-picker/date-picker.stories.ts": [
1319
- {
1320
- "name": "Story",
1321
- "ctype": "miscellaneous",
1322
- "subtype": "typealias",
1323
- "rawtype": "StoryObj<DatePickerComponent>",
1324
- "file": "projects/haloduck/ui/src/lib/control/date-picker/date-picker.stories.ts",
1325
- "deprecated": false,
1326
- "deprecationMessage": "",
1327
- "description": "",
1328
- "kind": 183
1329
- }
1330
- ],
1331
- "projects/haloduck/ui/src/lib/control/date-range/date-range.stories.ts": [
1332
- {
1333
- "name": "Story",
1334
- "ctype": "miscellaneous",
1335
- "subtype": "typealias",
1336
- "rawtype": "StoryObj<DateRangeComponent>",
1337
- "file": "projects/haloduck/ui/src/lib/control/date-range/date-range.stories.ts",
1338
- "deprecated": false,
1339
- "deprecationMessage": "",
1340
- "description": "",
1341
- "kind": 183
1342
- }
1343
- ],
1344
- "projects/haloduck/ui/src/lib/control/copy-button/copy-button.stories.ts": [
1345
- {
1346
- "name": "Story",
1347
- "ctype": "miscellaneous",
1348
- "subtype": "typealias",
1349
- "rawtype": "StoryObj<CopyButtonComponent>",
1350
- "file": "projects/haloduck/ui/src/lib/control/copy-button/copy-button.stories.ts",
1351
- "deprecated": false,
1352
- "deprecationMessage": "",
1353
- "description": "",
1354
- "kind": 183
1355
- }
1356
- ],
1357
- "projects/haloduck/ui/src/lib/control/flip/flip.stories.ts": [
1358
- {
1359
- "name": "Story",
1360
- "ctype": "miscellaneous",
1361
- "subtype": "typealias",
1362
- "rawtype": "StoryObj<FlipComponent>",
1363
- "file": "projects/haloduck/ui/src/lib/control/flip/flip.stories.ts",
1364
- "deprecated": false,
1365
- "deprecationMessage": "",
1366
- "description": "",
1367
- "kind": 183
1368
- }
1369
- ],
1370
- "projects/haloduck/ui/src/lib/control/input/input.stories.ts": [
1371
- {
1372
- "name": "Story",
1373
- "ctype": "miscellaneous",
1374
- "subtype": "typealias",
1375
- "rawtype": "StoryObj<InputComponent>",
1376
- "file": "projects/haloduck/ui/src/lib/control/input/input.stories.ts",
1377
- "deprecated": false,
1378
- "deprecationMessage": "",
1379
- "description": "",
1380
- "kind": 183
1381
- }
1382
- ],
1383
- "projects/haloduck/ui/src/lib/control/language-selector/language-selector.stories.ts": [
1384
- {
1385
- "name": "Story",
1386
- "ctype": "miscellaneous",
1387
- "subtype": "typealias",
1388
- "rawtype": "StoryObj<LanguageSelectorComponent>",
1389
- "file": "projects/haloduck/ui/src/lib/control/language-selector/language-selector.stories.ts",
1390
- "deprecated": false,
1391
- "deprecationMessage": "",
1392
- "description": "",
1393
- "kind": 183
1394
- }
1395
- ],
1396
- "projects/haloduck/ui/src/lib/control/select/select.stories.ts": [
1397
- {
1398
- "name": "Story",
1399
- "ctype": "miscellaneous",
1400
- "subtype": "typealias",
1401
- "rawtype": "StoryObj<SelectComponent>",
1402
- "file": "projects/haloduck/ui/src/lib/control/select/select.stories.ts",
1403
- "deprecated": false,
1404
- "deprecationMessage": "",
1405
- "description": "",
1406
- "kind": 183
1407
- }
1408
- ],
1409
- "projects/haloduck/ui/src/lib/control/side-menu/side-menu.stories.ts": [
1410
- {
1411
- "name": "Story",
1412
- "ctype": "miscellaneous",
1413
- "subtype": "typealias",
1414
- "rawtype": "StoryObj<SideMenuComponent>",
1415
- "file": "projects/haloduck/ui/src/lib/control/side-menu/side-menu.stories.ts",
1416
- "deprecated": false,
1417
- "deprecationMessage": "",
1418
- "description": "",
1419
- "kind": 183
1420
- }
1421
- ],
1422
- "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts": [
1423
- {
1424
- "name": "Story",
1425
- "ctype": "miscellaneous",
1426
- "subtype": "typealias",
1427
- "rawtype": "StoryObj<ToggleComponent>",
1428
- "file": "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts",
1429
- "deprecated": false,
1430
- "deprecationMessage": "",
1431
- "description": "",
1432
- "kind": 183
1433
- }
1434
- ]
1435
- }
1436
- },
1437
- "routes": [],
1438
- "coverage": {
1439
- "count": 0,
1440
- "status": "low",
1441
- "files": [
1442
- {
1443
- "filePath": "projects/haloduck/ui/.storybook/preview.ts",
1444
- "type": "variable",
1445
- "linktype": "miscellaneous",
1446
- "linksubtype": "variable",
1447
- "name": "decorators",
1448
- "coveragePercent": 0,
1449
- "coverageCount": "0/1",
1450
- "status": "low"
1451
- },
1452
- {
1453
- "filePath": "projects/haloduck/ui/.storybook/preview.ts",
1454
- "type": "variable",
1455
- "linktype": "miscellaneous",
1456
- "linksubtype": "variable",
1457
- "name": "globalTypes",
1458
- "coveragePercent": 0,
1459
- "coverageCount": "0/1",
1460
- "status": "low"
1461
- },
1462
- {
1463
- "filePath": "projects/haloduck/ui/.storybook/preview.ts",
1464
- "type": "variable",
1465
- "linktype": "miscellaneous",
1466
- "linksubtype": "variable",
1467
- "name": "preview",
1468
- "coveragePercent": 0,
1469
- "coverageCount": "0/1",
1470
- "status": "low"
1471
- },
1472
- {
1473
- "filePath": "projects/haloduck/ui/src/lib/component/authenticate/authenticate.stories.ts",
1474
- "type": "variable",
1475
- "linktype": "miscellaneous",
1476
- "linksubtype": "variable",
1477
- "name": "Default",
1478
- "coveragePercent": 0,
1479
- "coverageCount": "0/1",
1480
- "status": "low"
1481
- },
1482
- {
1483
- "filePath": "projects/haloduck/ui/src/lib/component/authenticate/authenticate.stories.ts",
1484
- "type": "variable",
1485
- "linktype": "miscellaneous",
1486
- "linksubtype": "variable",
1487
- "name": "meta",
1488
- "coveragePercent": 0,
1489
- "coverageCount": "0/1",
1490
- "status": "low"
1491
- },
1492
- {
1493
- "filePath": "projects/haloduck/ui/src/lib/component/authenticate/authenticate.stories.ts",
1494
- "type": "type alias",
1495
- "linktype": "miscellaneous",
1496
- "linksubtype": "typealias",
1497
- "name": "Story",
1498
- "coveragePercent": 0,
1499
- "coverageCount": "0/1",
1500
- "status": "low"
1501
- },
1502
- {
1503
- "filePath": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
1504
- "type": "variable",
1505
- "linktype": "miscellaneous",
1506
- "linksubtype": "variable",
1507
- "name": "Danger",
1508
- "coveragePercent": 0,
1509
- "coverageCount": "0/1",
1510
- "status": "low"
1511
- },
1512
- {
1513
- "filePath": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
1514
- "type": "variable",
1515
- "linktype": "miscellaneous",
1516
- "linksubtype": "variable",
1517
- "name": "Disabled",
1518
- "coveragePercent": 0,
1519
- "coverageCount": "0/1",
1520
- "status": "low"
1521
- },
1522
- {
1523
- "filePath": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
1524
- "type": "variable",
1525
- "linktype": "miscellaneous",
1526
- "linksubtype": "variable",
1527
- "name": "meta",
1528
- "coveragePercent": 0,
1529
- "coverageCount": "0/1",
1530
- "status": "low"
1531
- },
1532
- {
1533
- "filePath": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
1534
- "type": "variable",
1535
- "linktype": "miscellaneous",
1536
- "linksubtype": "variable",
1537
- "name": "None",
1538
- "coveragePercent": 0,
1539
- "coverageCount": "0/1",
1540
- "status": "low"
1541
- },
1542
- {
1543
- "filePath": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
1544
- "type": "variable",
1545
- "linktype": "miscellaneous",
1546
- "linksubtype": "variable",
1547
- "name": "Primary",
1548
- "coveragePercent": 0,
1549
- "coverageCount": "0/1",
1550
- "status": "low"
1551
- },
1552
- {
1553
- "filePath": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
1554
- "type": "variable",
1555
- "linktype": "miscellaneous",
1556
- "linksubtype": "variable",
1557
- "name": "Secondary",
1558
- "coveragePercent": 0,
1559
- "coverageCount": "0/1",
1560
- "status": "low"
1561
- },
1562
- {
1563
- "filePath": "projects/haloduck/ui/src/lib/control/button/button.stories.ts",
1564
- "type": "type alias",
1565
- "linktype": "miscellaneous",
1566
- "linksubtype": "typealias",
1567
- "name": "Story",
1568
- "coveragePercent": 0,
1569
- "coverageCount": "0/1",
1570
- "status": "low"
1571
- },
1572
- {
1573
- "filePath": "projects/haloduck/ui/src/lib/control/calendar/calendar.stories.ts",
1574
- "type": "variable",
1575
- "linktype": "miscellaneous",
1576
- "linksubtype": "variable",
1577
- "name": "Default",
1578
- "coveragePercent": 0,
1579
- "coverageCount": "0/1",
1580
- "status": "low"
1581
- },
1582
- {
1583
- "filePath": "projects/haloduck/ui/src/lib/control/calendar/calendar.stories.ts",
1584
- "type": "variable",
1585
- "linktype": "miscellaneous",
1586
- "linksubtype": "variable",
1587
- "name": "meta",
1588
- "coveragePercent": 0,
1589
- "coverageCount": "0/1",
1590
- "status": "low"
1591
- },
1592
- {
1593
- "filePath": "projects/haloduck/ui/src/lib/control/calendar/calendar.stories.ts",
1594
- "type": "type alias",
1595
- "linktype": "miscellaneous",
1596
- "linksubtype": "typealias",
1597
- "name": "Story",
1598
- "coveragePercent": 0,
1599
- "coverageCount": "0/1",
1600
- "status": "low"
1601
- },
1602
- {
1603
- "filePath": "projects/haloduck/ui/src/lib/control/copy-button/copy-button.stories.ts",
1604
- "type": "variable",
1605
- "linktype": "miscellaneous",
1606
- "linksubtype": "variable",
1607
- "name": "Default",
1608
- "coveragePercent": 0,
1609
- "coverageCount": "0/1",
1610
- "status": "low"
1611
- },
1612
- {
1613
- "filePath": "projects/haloduck/ui/src/lib/control/copy-button/copy-button.stories.ts",
1614
- "type": "variable",
1615
- "linktype": "miscellaneous",
1616
- "linksubtype": "variable",
1617
- "name": "meta",
1618
- "coveragePercent": 0,
1619
- "coverageCount": "0/1",
1620
- "status": "low"
1621
- },
1622
- {
1623
- "filePath": "projects/haloduck/ui/src/lib/control/copy-button/copy-button.stories.ts",
1624
- "type": "type alias",
1625
- "linktype": "miscellaneous",
1626
- "linksubtype": "typealias",
1627
- "name": "Story",
1628
- "coveragePercent": 0,
1629
- "coverageCount": "0/1",
1630
- "status": "low"
1631
- },
1632
- {
1633
- "filePath": "projects/haloduck/ui/src/lib/control/date-picker/date-picker.stories.ts",
1634
- "type": "variable",
1635
- "linktype": "miscellaneous",
1636
- "linksubtype": "variable",
1637
- "name": "Default",
1638
- "coveragePercent": 0,
1639
- "coverageCount": "0/1",
1640
- "status": "low"
1641
- },
1642
- {
1643
- "filePath": "projects/haloduck/ui/src/lib/control/date-picker/date-picker.stories.ts",
1644
- "type": "variable",
1645
- "linktype": "miscellaneous",
1646
- "linksubtype": "variable",
1647
- "name": "meta",
1648
- "coveragePercent": 0,
1649
- "coverageCount": "0/1",
1650
- "status": "low"
1651
- },
1652
- {
1653
- "filePath": "projects/haloduck/ui/src/lib/control/date-picker/date-picker.stories.ts",
1654
- "type": "type alias",
1655
- "linktype": "miscellaneous",
1656
- "linksubtype": "typealias",
1657
- "name": "Story",
1658
- "coveragePercent": 0,
1659
- "coverageCount": "0/1",
1660
- "status": "low"
1661
- },
1662
- {
1663
- "filePath": "projects/haloduck/ui/src/lib/control/date-range/date-range.stories.ts",
1664
- "type": "variable",
1665
- "linktype": "miscellaneous",
1666
- "linksubtype": "variable",
1667
- "name": "Default",
1668
- "coveragePercent": 0,
1669
- "coverageCount": "0/1",
1670
- "status": "low"
1671
- },
1672
- {
1673
- "filePath": "projects/haloduck/ui/src/lib/control/date-range/date-range.stories.ts",
1674
- "type": "variable",
1675
- "linktype": "miscellaneous",
1676
- "linksubtype": "variable",
1677
- "name": "meta",
1678
- "coveragePercent": 0,
1679
- "coverageCount": "0/1",
1680
- "status": "low"
1681
- },
1682
- {
1683
- "filePath": "projects/haloduck/ui/src/lib/control/date-range/date-range.stories.ts",
1684
- "type": "type alias",
1685
- "linktype": "miscellaneous",
1686
- "linksubtype": "typealias",
1687
- "name": "Story",
1688
- "coveragePercent": 0,
1689
- "coverageCount": "0/1",
1690
- "status": "low"
1691
- },
1692
- {
1693
- "filePath": "projects/haloduck/ui/src/lib/control/flip/flip.stories.ts",
1694
- "type": "variable",
1695
- "linktype": "miscellaneous",
1696
- "linksubtype": "variable",
1697
- "name": "Default",
1698
- "coveragePercent": 0,
1699
- "coverageCount": "0/1",
1700
- "status": "low"
1701
- },
1702
- {
1703
- "filePath": "projects/haloduck/ui/src/lib/control/flip/flip.stories.ts",
1704
- "type": "variable",
1705
- "linktype": "miscellaneous",
1706
- "linksubtype": "variable",
1707
- "name": "meta",
1708
- "coveragePercent": 0,
1709
- "coverageCount": "0/1",
1710
- "status": "low"
1711
- },
1712
- {
1713
- "filePath": "projects/haloduck/ui/src/lib/control/flip/flip.stories.ts",
1714
- "type": "type alias",
1715
- "linktype": "miscellaneous",
1716
- "linksubtype": "typealias",
1717
- "name": "Story",
1718
- "coveragePercent": 0,
1719
- "coverageCount": "0/1",
1720
- "status": "low"
1721
- },
1722
- {
1723
- "filePath": "projects/haloduck/ui/src/lib/control/input/input.stories.ts",
1724
- "type": "variable",
1725
- "linktype": "miscellaneous",
1726
- "linksubtype": "variable",
1727
- "name": "Default",
1728
- "coveragePercent": 0,
1729
- "coverageCount": "0/1",
1730
- "status": "low"
1731
- },
1732
- {
1733
- "filePath": "projects/haloduck/ui/src/lib/control/input/input.stories.ts",
1734
- "type": "variable",
1735
- "linktype": "miscellaneous",
1736
- "linksubtype": "variable",
1737
- "name": "Disabled",
1738
- "coveragePercent": 0,
1739
- "coverageCount": "0/1",
1740
- "status": "low"
1741
- },
1742
- {
1743
- "filePath": "projects/haloduck/ui/src/lib/control/input/input.stories.ts",
1744
- "type": "variable",
1745
- "linktype": "miscellaneous",
1746
- "linksubtype": "variable",
1747
- "name": "meta",
1748
- "coveragePercent": 0,
1749
- "coverageCount": "0/1",
1750
- "status": "low"
1751
- },
1752
- {
1753
- "filePath": "projects/haloduck/ui/src/lib/control/input/input.stories.ts",
1754
- "type": "variable",
1755
- "linktype": "miscellaneous",
1756
- "linksubtype": "variable",
1757
- "name": "MultiLine",
1758
- "coveragePercent": 0,
1759
- "coverageCount": "0/1",
1760
- "status": "low"
1761
- },
1762
- {
1763
- "filePath": "projects/haloduck/ui/src/lib/control/input/input.stories.ts",
1764
- "type": "variable",
1765
- "linktype": "miscellaneous",
1766
- "linksubtype": "variable",
1767
- "name": "WithValue",
1768
- "coveragePercent": 0,
1769
- "coverageCount": "0/1",
1770
- "status": "low"
1771
- },
1772
- {
1773
- "filePath": "projects/haloduck/ui/src/lib/control/input/input.stories.ts",
1774
- "type": "type alias",
1775
- "linktype": "miscellaneous",
1776
- "linksubtype": "typealias",
1777
- "name": "Story",
1778
- "coveragePercent": 0,
1779
- "coverageCount": "0/1",
1780
- "status": "low"
1781
- },
1782
- {
1783
- "filePath": "projects/haloduck/ui/src/lib/control/language-selector/language-selector.stories.ts",
1784
- "type": "variable",
1785
- "linktype": "miscellaneous",
1786
- "linksubtype": "variable",
1787
- "name": "Default",
1788
- "coveragePercent": 0,
1789
- "coverageCount": "0/1",
1790
- "status": "low"
1791
- },
1792
- {
1793
- "filePath": "projects/haloduck/ui/src/lib/control/language-selector/language-selector.stories.ts",
1794
- "type": "variable",
1795
- "linktype": "miscellaneous",
1796
- "linksubtype": "variable",
1797
- "name": "meta",
1798
- "coveragePercent": 0,
1799
- "coverageCount": "0/1",
1800
- "status": "low"
1801
- },
1802
- {
1803
- "filePath": "projects/haloduck/ui/src/lib/control/language-selector/language-selector.stories.ts",
1804
- "type": "type alias",
1805
- "linktype": "miscellaneous",
1806
- "linksubtype": "typealias",
1807
- "name": "Story",
1808
- "coveragePercent": 0,
1809
- "coverageCount": "0/1",
1810
- "status": "low"
1811
- },
1812
- {
1813
- "filePath": "projects/haloduck/ui/src/lib/control/select/select.stories.ts",
1814
- "type": "variable",
1815
- "linktype": "miscellaneous",
1816
- "linksubtype": "variable",
1817
- "name": "Default",
1818
- "coveragePercent": 0,
1819
- "coverageCount": "0/1",
1820
- "status": "low"
1821
- },
1822
- {
1823
- "filePath": "projects/haloduck/ui/src/lib/control/select/select.stories.ts",
1824
- "type": "variable",
1825
- "linktype": "miscellaneous",
1826
- "linksubtype": "variable",
1827
- "name": "meta",
1828
- "coveragePercent": 0,
1829
- "coverageCount": "0/1",
1830
- "status": "low"
1831
- },
1832
- {
1833
- "filePath": "projects/haloduck/ui/src/lib/control/select/select.stories.ts",
1834
- "type": "variable",
1835
- "linktype": "miscellaneous",
1836
- "linksubtype": "variable",
1837
- "name": "UseIcon",
1838
- "coveragePercent": 0,
1839
- "coverageCount": "0/1",
1840
- "status": "low"
1841
- },
1842
- {
1843
- "filePath": "projects/haloduck/ui/src/lib/control/select/select.stories.ts",
1844
- "type": "variable",
1845
- "linktype": "miscellaneous",
1846
- "linksubtype": "variable",
1847
- "name": "WithDefaultValue",
1848
- "coveragePercent": 0,
1849
- "coverageCount": "0/1",
1850
- "status": "low"
1851
- },
1852
- {
1853
- "filePath": "projects/haloduck/ui/src/lib/control/select/select.stories.ts",
1854
- "type": "type alias",
1855
- "linktype": "miscellaneous",
1856
- "linksubtype": "typealias",
1857
- "name": "Story",
1858
- "coveragePercent": 0,
1859
- "coverageCount": "0/1",
1860
- "status": "low"
1861
- },
1862
- {
1863
- "filePath": "projects/haloduck/ui/src/lib/control/side-menu/side-menu.stories.ts",
1864
- "type": "variable",
1865
- "linktype": "miscellaneous",
1866
- "linksubtype": "variable",
1867
- "name": "Default",
1868
- "coveragePercent": 0,
1869
- "coverageCount": "0/1",
1870
- "status": "low"
1871
- },
1872
- {
1873
- "filePath": "projects/haloduck/ui/src/lib/control/side-menu/side-menu.stories.ts",
1874
- "type": "variable",
1875
- "linktype": "miscellaneous",
1876
- "linksubtype": "variable",
1877
- "name": "meta",
1878
- "coveragePercent": 0,
1879
- "coverageCount": "0/1",
1880
- "status": "low"
1881
- },
1882
- {
1883
- "filePath": "projects/haloduck/ui/src/lib/control/side-menu/side-menu.stories.ts",
1884
- "type": "type alias",
1885
- "linktype": "miscellaneous",
1886
- "linksubtype": "typealias",
1887
- "name": "Story",
1888
- "coveragePercent": 0,
1889
- "coverageCount": "0/1",
1890
- "status": "low"
1891
- },
1892
- {
1893
- "filePath": "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts",
1894
- "type": "variable",
1895
- "linktype": "miscellaneous",
1896
- "linksubtype": "variable",
1897
- "name": "Default",
1898
- "coveragePercent": 0,
1899
- "coverageCount": "0/1",
1900
- "status": "low"
1901
- },
1902
- {
1903
- "filePath": "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts",
1904
- "type": "variable",
1905
- "linktype": "miscellaneous",
1906
- "linksubtype": "variable",
1907
- "name": "Disabled",
1908
- "coveragePercent": 0,
1909
- "coverageCount": "0/1",
1910
- "status": "low"
1911
- },
1912
- {
1913
- "filePath": "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts",
1914
- "type": "variable",
1915
- "linktype": "miscellaneous",
1916
- "linksubtype": "variable",
1917
- "name": "Horizontal",
1918
- "coveragePercent": 0,
1919
- "coverageCount": "0/1",
1920
- "status": "low"
1921
- },
1922
- {
1923
- "filePath": "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts",
1924
- "type": "variable",
1925
- "linktype": "miscellaneous",
1926
- "linksubtype": "variable",
1927
- "name": "meta",
1928
- "coveragePercent": 0,
1929
- "coverageCount": "0/1",
1930
- "status": "low"
1931
- },
1932
- {
1933
- "filePath": "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts",
1934
- "type": "variable",
1935
- "linktype": "miscellaneous",
1936
- "linksubtype": "variable",
1937
- "name": "Nullable",
1938
- "coveragePercent": 0,
1939
- "coverageCount": "0/1",
1940
- "status": "low"
1941
- },
1942
- {
1943
- "filePath": "projects/haloduck/ui/src/lib/control/toggle/toggle.stories.ts",
1944
- "type": "type alias",
1945
- "linktype": "miscellaneous",
1946
- "linksubtype": "typealias",
1947
- "name": "Story",
1948
- "coveragePercent": 0,
1949
- "coverageCount": "0/1",
1950
- "status": "low"
1951
- },
1952
- {
1953
- "filePath": "projects/haloduck/ui/src/stories/button.stories.ts",
1954
- "type": "variable",
1955
- "linktype": "miscellaneous",
1956
- "linksubtype": "variable",
1957
- "name": "Large",
1958
- "coveragePercent": 0,
1959
- "coverageCount": "0/1",
1960
- "status": "low"
1961
- },
1962
- {
1963
- "filePath": "projects/haloduck/ui/src/stories/button.stories.ts",
1964
- "type": "variable",
1965
- "linktype": "miscellaneous",
1966
- "linksubtype": "variable",
1967
- "name": "meta",
1968
- "coveragePercent": 0,
1969
- "coverageCount": "0/1",
1970
- "status": "low"
1971
- },
1972
- {
1973
- "filePath": "projects/haloduck/ui/src/stories/button.stories.ts",
1974
- "type": "variable",
1975
- "linktype": "miscellaneous",
1976
- "linksubtype": "variable",
1977
- "name": "Primary",
1978
- "coveragePercent": 0,
1979
- "coverageCount": "0/1",
1980
- "status": "low"
1981
- },
1982
- {
1983
- "filePath": "projects/haloduck/ui/src/stories/button.stories.ts",
1984
- "type": "variable",
1985
- "linktype": "miscellaneous",
1986
- "linksubtype": "variable",
1987
- "name": "Secondary",
1988
- "coveragePercent": 0,
1989
- "coverageCount": "0/1",
1990
- "status": "low"
1991
- },
1992
- {
1993
- "filePath": "projects/haloduck/ui/src/stories/button.stories.ts",
1994
- "type": "variable",
1995
- "linktype": "miscellaneous",
1996
- "linksubtype": "variable",
1997
- "name": "Small",
1998
- "coveragePercent": 0,
1999
- "coverageCount": "0/1",
2000
- "status": "low"
2001
- },
2002
- {
2003
- "filePath": "projects/haloduck/ui/src/stories/button.stories.ts",
2004
- "type": "variable",
2005
- "linktype": "miscellaneous",
2006
- "linksubtype": "variable",
2007
- "name": "Test",
2008
- "coveragePercent": 0,
2009
- "coverageCount": "0/1",
2010
- "status": "low"
2011
- },
2012
- {
2013
- "filePath": "projects/haloduck/ui/src/stories/button.stories.ts",
2014
- "type": "type alias",
2015
- "linktype": "miscellaneous",
2016
- "linksubtype": "typealias",
2017
- "name": "Story",
2018
- "coveragePercent": 0,
2019
- "coverageCount": "0/1",
2020
- "status": "low"
2021
- },
2022
- {
2023
- "filePath": "projects/haloduck/ui/src/stories/header.stories.ts",
2024
- "type": "variable",
2025
- "linktype": "miscellaneous",
2026
- "linksubtype": "variable",
2027
- "name": "LoggedIn",
2028
- "coveragePercent": 0,
2029
- "coverageCount": "0/1",
2030
- "status": "low"
2031
- },
2032
- {
2033
- "filePath": "projects/haloduck/ui/src/stories/header.stories.ts",
2034
- "type": "variable",
2035
- "linktype": "miscellaneous",
2036
- "linksubtype": "variable",
2037
- "name": "LoggedOut",
2038
- "coveragePercent": 0,
2039
- "coverageCount": "0/1",
2040
- "status": "low"
2041
- },
2042
- {
2043
- "filePath": "projects/haloduck/ui/src/stories/header.stories.ts",
2044
- "type": "variable",
2045
- "linktype": "miscellaneous",
2046
- "linksubtype": "variable",
2047
- "name": "meta",
2048
- "coveragePercent": 0,
2049
- "coverageCount": "0/1",
2050
- "status": "low"
2051
- },
2052
- {
2053
- "filePath": "projects/haloduck/ui/src/stories/header.stories.ts",
2054
- "type": "type alias",
2055
- "linktype": "miscellaneous",
2056
- "linksubtype": "typealias",
2057
- "name": "Story",
2058
- "coveragePercent": 0,
2059
- "coverageCount": "0/1",
2060
- "status": "low"
2061
- },
2062
- {
2063
- "filePath": "projects/haloduck/ui/src/stories/page.stories.ts",
2064
- "type": "variable",
2065
- "linktype": "miscellaneous",
2066
- "linksubtype": "variable",
2067
- "name": "LoggedIn",
2068
- "coveragePercent": 0,
2069
- "coverageCount": "0/1",
2070
- "status": "low"
2071
- },
2072
- {
2073
- "filePath": "projects/haloduck/ui/src/stories/page.stories.ts",
2074
- "type": "variable",
2075
- "linktype": "miscellaneous",
2076
- "linksubtype": "variable",
2077
- "name": "LoggedOut",
2078
- "coveragePercent": 0,
2079
- "coverageCount": "0/1",
2080
- "status": "low"
2081
- },
2082
- {
2083
- "filePath": "projects/haloduck/ui/src/stories/page.stories.ts",
2084
- "type": "variable",
2085
- "linktype": "miscellaneous",
2086
- "linksubtype": "variable",
2087
- "name": "meta",
2088
- "coveragePercent": 0,
2089
- "coverageCount": "0/1",
2090
- "status": "low"
2091
- },
2092
- {
2093
- "filePath": "projects/haloduck/ui/src/stories/page.stories.ts",
2094
- "type": "type alias",
2095
- "linktype": "miscellaneous",
2096
- "linksubtype": "typealias",
2097
- "name": "Story",
2098
- "coveragePercent": 0,
2099
- "coverageCount": "0/1",
2100
- "status": "low"
2101
- }
2102
- ]
2103
- }
2104
- }