@equinor/amplify-component-lib 8.6.2 → 8.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/atoms/hooks/useSelect.d.ts +1 -0
- package/dist/atoms/hooks/useSelect.js +1 -1
- package/dist/molecules/ApplicationIcon/ApplicationIcon.constants.d.ts +1 -3
- package/dist/molecules/ApplicationIcon/ApplicationIcon.constants.js +1 -1
- package/dist/molecules/ApplicationIcon/ApplicationIcon.d.ts +6 -8
- package/dist/molecules/ApplicationIcon/ApplicationIcon.js +1 -1
- package/dist/molecules/ApplicationIcon/ApplicationIcon.types.d.ts +7 -1
- package/dist/molecules/ApplicationIcon/ApplicationIconBase.d.ts +16 -3
- package/dist/molecules/ApplicationIcon/ApplicationIconBase.js +39 -1
- package/dist/molecules/ApplicationIcon/ApplicationIconCollection.d.ts +16 -0
- package/dist/molecules/ApplicationIcon/ApplicationIconCollection.js +1 -0
- package/dist/molecules/ApplicationIcon/ApplicationIconNew/ApplicationIconNew.constants.d.ts +3 -0
- package/dist/molecules/ApplicationIcon/ApplicationIconNew/ApplicationIconNew.d.ts +9 -0
- package/dist/molecules/ApplicationIcon/ApplicationIconNew/ApplicationIconNew.types.d.ts +1 -0
- package/dist/molecules/ApplicationIcon/{ApplicationIcon.utils.d.ts → ApplicationIconNew/ApplicationIconNew.utils.d.ts} +1 -1
- package/dist/molecules/ApplicationIcon/ApplicationIconNew/ApplicationIconNewBase.d.ts +3 -0
- package/dist/molecules/ApplicationIcon/{ApplicationIconBase.styles.d.ts → ApplicationIconNew/ApplicationIconNewBase.styles.d.ts} +2 -2
- package/dist/molecules/ApplicationIcon/{ApplicationIconData → ApplicationIconNew/ApplicationIconNewData}/AppIconSvg.d.ts +1 -1
- package/dist/molecules/ApplicationIcon/Icons/Acquire.d.ts +3 -0
- package/dist/molecules/ApplicationIcon/Icons/Acquire.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/Bravos.d.ts +3 -0
- package/dist/molecules/ApplicationIcon/Icons/Bravos.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/Dasha.d.ts +3 -0
- package/dist/molecules/ApplicationIcon/Icons/Dasha.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/Fallback.d.ts +3 -0
- package/dist/molecules/ApplicationIcon/Icons/Fallback.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/FourDInsight.d.ts +3 -0
- package/dist/molecules/ApplicationIcon/Icons/FourDInsight.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/InPress.d.ts +3 -0
- package/dist/molecules/ApplicationIcon/Icons/InPress.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/LoggingQualification.d.ts +3 -0
- package/dist/molecules/ApplicationIcon/Icons/LoggingQualification.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/Orca.d.ts +3 -0
- package/dist/molecules/ApplicationIcon/Icons/Orca.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/Portal.d.ts +3 -0
- package/dist/molecules/ApplicationIcon/Icons/Portal.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/Premo.d.ts +3 -0
- package/dist/molecules/ApplicationIcon/Icons/Premo.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/Pwex.d.ts +3 -0
- package/dist/molecules/ApplicationIcon/Icons/Pwex.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/Recap.d.ts +3 -0
- package/dist/molecules/ApplicationIcon/Icons/Recap.js +1 -0
- package/dist/molecules/FileProgress/CompactFileProgress.styles.d.ts +2 -2
- package/dist/molecules/FullPageSpinner/FullPageSpinner.js +5 -5
- package/dist/molecules/ListItem/ListItem.utils.d.ts +1 -1
- package/dist/molecules/Select/AddTagItem.js +1 -1
- package/dist/molecules/Select/ListSelectMenu.d.ts +2 -0
- package/dist/molecules/Select/ListSelectMenu.js +1 -0
- package/dist/molecules/Select/Select.js +1 -1
- package/dist/molecules/Select/Select.styles.d.ts +8 -8
- package/dist/molecules/Select/Select.types.d.ts +1 -0
- package/dist/molecules/Sieve/Sieve.styles.d.ts +1 -1
- package/dist/organisms/SideBar/CreateItem.styles.d.ts +1 -1
- package/dist/organisms/SideBar/MenuItem.styles.d.ts +1 -1
- package/dist/organisms/TableOfContents/TableOfContents.styles.d.ts +96 -96
- package/dist/organisms/TopBar/ApplicationDrawer/ApplicationDrawer.styles.d.ts +1 -1
- package/dist/organisms/TopBar/FieldMenu/FieldMenu.styles.d.ts +1 -1
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.style.d.ts +1 -1
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.styles.d.ts +1 -1
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/UploadFile.styles.d.ts +1 -1
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.d.ts +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/FilterHeader/FilterHeader.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.styles.d.ts +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost/ReleasePost.styles.d.ts +2 -2
- package/dist/organisms/TopBar/TopBar.js +1 -1
- package/dist/organisms/TopBar/TopBar.styles.d.ts +2 -2
- package/package.json +1 -1
- package/dist/molecules/ApplicationIcon/ApplicationIcon.utils.js +0 -1
- package/dist/molecules/ApplicationIcon/ApplicationIconBase.styles.js +0 -143
- package/dist/molecules/ApplicationIcon/ApplicationIconData/AppIconSvg.js +0 -1
- package/dist/molecules/ApplicationIcon/ApplicationIconData/ApplicationIconCollection.js +0 -1
- package/dist/molecules/ApplicationIcon/NoiseShape.js +0 -1
- package/dist/molecules/ApplicationIcon/WaveShape.js +0 -1
- package/dist/molecules/Select/SelectMenu.d.ts +0 -2
- package/dist/molecules/Select/SelectMenu.js +0 -1
- /package/dist/molecules/ApplicationIcon/{ApplicationIconData/ApplicationIconCollection.d.ts → ApplicationIconNew/ApplicationIconNewData/ApplicationIconNewCollection.d.ts} +0 -0
- /package/dist/molecules/ApplicationIcon/{NoiseShape.d.ts → ApplicationIconNew/NoiseShape.d.ts} +0 -0
- /package/dist/molecules/ApplicationIcon/{WaveShape.d.ts → ApplicationIconNew/WaveShape.d.ts} +0 -0
|
@@ -20,75 +20,36 @@ interface TableOfContentsContainerProps {
|
|
|
20
20
|
}
|
|
21
21
|
export declare const TableOfContentsItemContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<{
|
|
22
22
|
nonce?: string | undefined;
|
|
23
|
-
|
|
24
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
25
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
23
|
+
color?: string | undefined;
|
|
26
24
|
suppressHydrationWarning?: boolean | undefined;
|
|
27
|
-
accessKey?: string | undefined;
|
|
28
|
-
autoFocus?: boolean | undefined;
|
|
29
25
|
className?: string | undefined;
|
|
30
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
31
|
-
contextMenu?: string | undefined;
|
|
32
|
-
dir?: string | undefined;
|
|
33
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
34
|
-
hidden?: boolean | undefined;
|
|
35
26
|
id?: string | undefined;
|
|
36
27
|
lang?: string | undefined;
|
|
37
|
-
slot?: string | undefined;
|
|
38
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
39
|
-
tabIndex?: number | undefined;
|
|
40
|
-
title?: string | undefined;
|
|
41
|
-
translate?: "no" | "yes" | undefined;
|
|
42
|
-
radioGroup?: string | undefined;
|
|
43
28
|
role?: import("react").AriaRole | undefined;
|
|
44
|
-
|
|
45
|
-
content?: string | undefined;
|
|
46
|
-
datatype?: string | undefined;
|
|
47
|
-
inlist?: any;
|
|
48
|
-
prefix?: string | undefined;
|
|
49
|
-
property?: string | undefined;
|
|
50
|
-
rel?: string | undefined;
|
|
51
|
-
resource?: string | undefined;
|
|
52
|
-
rev?: string | undefined;
|
|
53
|
-
typeof?: string | undefined;
|
|
54
|
-
vocab?: string | undefined;
|
|
55
|
-
autoCapitalize?: string | undefined;
|
|
56
|
-
autoCorrect?: string | undefined;
|
|
57
|
-
autoSave?: string | undefined;
|
|
58
|
-
color?: string | undefined;
|
|
59
|
-
itemProp?: string | undefined;
|
|
60
|
-
itemScope?: boolean | undefined;
|
|
61
|
-
itemType?: string | undefined;
|
|
62
|
-
itemID?: string | undefined;
|
|
63
|
-
itemRef?: string | undefined;
|
|
64
|
-
results?: number | undefined;
|
|
65
|
-
security?: string | undefined;
|
|
66
|
-
unselectable?: "off" | "on" | undefined;
|
|
67
|
-
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
68
|
-
is?: string | undefined;
|
|
29
|
+
tabIndex?: number | undefined;
|
|
69
30
|
"aria-activedescendant"?: string | undefined;
|
|
70
31
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
71
|
-
"aria-autocomplete"?: "none" | "
|
|
32
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
72
33
|
"aria-braillelabel"?: string | undefined;
|
|
73
34
|
"aria-brailleroledescription"?: string | undefined;
|
|
74
35
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
75
|
-
"aria-checked"?: boolean | "true" | "
|
|
36
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
76
37
|
"aria-colcount"?: number | undefined;
|
|
77
38
|
"aria-colindex"?: number | undefined;
|
|
78
39
|
"aria-colindextext"?: string | undefined;
|
|
79
40
|
"aria-colspan"?: number | undefined;
|
|
80
41
|
"aria-controls"?: string | undefined;
|
|
81
|
-
"aria-current"?: boolean | "true" | "
|
|
42
|
+
"aria-current"?: boolean | "true" | "time" | "step" | "false" | "page" | "location" | "date" | undefined;
|
|
82
43
|
"aria-describedby"?: string | undefined;
|
|
83
44
|
"aria-description"?: string | undefined;
|
|
84
45
|
"aria-details"?: string | undefined;
|
|
85
46
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
86
|
-
"aria-dropeffect"?: "copy" | "
|
|
47
|
+
"aria-dropeffect"?: "copy" | "none" | "link" | "execute" | "move" | "popup" | undefined;
|
|
87
48
|
"aria-errormessage"?: string | undefined;
|
|
88
49
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
89
50
|
"aria-flowto"?: string | undefined;
|
|
90
51
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
91
|
-
"aria-haspopup"?: boolean | "true" | "
|
|
52
|
+
"aria-haspopup"?: boolean | "true" | "dialog" | "menu" | "grid" | "listbox" | "tree" | "false" | undefined;
|
|
92
53
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
93
54
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
94
55
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -103,9 +64,9 @@ export declare const TableOfContentsItemContainer: import("styled-components/dis
|
|
|
103
64
|
"aria-owns"?: string | undefined;
|
|
104
65
|
"aria-placeholder"?: string | undefined;
|
|
105
66
|
"aria-posinset"?: number | undefined;
|
|
106
|
-
"aria-pressed"?: boolean | "true" | "
|
|
67
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
107
68
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
108
|
-
"aria-relevant"?: "
|
|
69
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
109
70
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
110
71
|
"aria-roledescription"?: string | undefined;
|
|
111
72
|
"aria-rowcount"?: number | undefined;
|
|
@@ -278,32 +239,21 @@ export declare const TableOfContentsItemContainer: import("styled-components/dis
|
|
|
278
239
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
279
240
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
280
241
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
}, TableOfContentsContainerProps>> & string & Omit<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
284
|
-
export declare const TableOfContentsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<{
|
|
285
|
-
nonce?: string | undefined;
|
|
242
|
+
slot?: string | undefined;
|
|
243
|
+
title?: string | undefined;
|
|
286
244
|
defaultChecked?: boolean | undefined;
|
|
287
245
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
288
246
|
suppressContentEditableWarning?: boolean | undefined;
|
|
289
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
290
247
|
accessKey?: string | undefined;
|
|
291
248
|
autoFocus?: boolean | undefined;
|
|
292
|
-
className?: string | undefined;
|
|
293
249
|
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
294
250
|
contextMenu?: string | undefined;
|
|
295
251
|
dir?: string | undefined;
|
|
296
252
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
297
253
|
hidden?: boolean | undefined;
|
|
298
|
-
id?: string | undefined;
|
|
299
|
-
lang?: string | undefined;
|
|
300
|
-
slot?: string | undefined;
|
|
301
254
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
302
|
-
tabIndex?: number | undefined;
|
|
303
|
-
title?: string | undefined;
|
|
304
255
|
translate?: "no" | "yes" | undefined;
|
|
305
256
|
radioGroup?: string | undefined;
|
|
306
|
-
role?: import("react").AriaRole | undefined;
|
|
307
257
|
about?: string | undefined;
|
|
308
258
|
content?: string | undefined;
|
|
309
259
|
datatype?: string | undefined;
|
|
@@ -318,7 +268,6 @@ export declare const TableOfContentsContainer: import("styled-components/dist/ty
|
|
|
318
268
|
autoCapitalize?: string | undefined;
|
|
319
269
|
autoCorrect?: string | undefined;
|
|
320
270
|
autoSave?: string | undefined;
|
|
321
|
-
color?: string | undefined;
|
|
322
271
|
itemProp?: string | undefined;
|
|
323
272
|
itemScope?: boolean | undefined;
|
|
324
273
|
itemType?: string | undefined;
|
|
@@ -327,31 +276,43 @@ export declare const TableOfContentsContainer: import("styled-components/dist/ty
|
|
|
327
276
|
results?: number | undefined;
|
|
328
277
|
security?: string | undefined;
|
|
329
278
|
unselectable?: "off" | "on" | undefined;
|
|
330
|
-
inputMode?: "
|
|
279
|
+
inputMode?: "none" | "text" | "search" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
331
280
|
is?: string | undefined;
|
|
281
|
+
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
282
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
283
|
+
}, TableOfContentsContainerProps>> & string & Omit<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
284
|
+
export declare const TableOfContentsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<{
|
|
285
|
+
nonce?: string | undefined;
|
|
286
|
+
color?: string | undefined;
|
|
287
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
288
|
+
className?: string | undefined;
|
|
289
|
+
id?: string | undefined;
|
|
290
|
+
lang?: string | undefined;
|
|
291
|
+
role?: import("react").AriaRole | undefined;
|
|
292
|
+
tabIndex?: number | undefined;
|
|
332
293
|
"aria-activedescendant"?: string | undefined;
|
|
333
294
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
334
|
-
"aria-autocomplete"?: "none" | "
|
|
295
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
335
296
|
"aria-braillelabel"?: string | undefined;
|
|
336
297
|
"aria-brailleroledescription"?: string | undefined;
|
|
337
298
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
338
|
-
"aria-checked"?: boolean | "true" | "
|
|
299
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
339
300
|
"aria-colcount"?: number | undefined;
|
|
340
301
|
"aria-colindex"?: number | undefined;
|
|
341
302
|
"aria-colindextext"?: string | undefined;
|
|
342
303
|
"aria-colspan"?: number | undefined;
|
|
343
304
|
"aria-controls"?: string | undefined;
|
|
344
|
-
"aria-current"?: boolean | "true" | "
|
|
305
|
+
"aria-current"?: boolean | "true" | "time" | "step" | "false" | "page" | "location" | "date" | undefined;
|
|
345
306
|
"aria-describedby"?: string | undefined;
|
|
346
307
|
"aria-description"?: string | undefined;
|
|
347
308
|
"aria-details"?: string | undefined;
|
|
348
309
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
349
|
-
"aria-dropeffect"?: "copy" | "
|
|
310
|
+
"aria-dropeffect"?: "copy" | "none" | "link" | "execute" | "move" | "popup" | undefined;
|
|
350
311
|
"aria-errormessage"?: string | undefined;
|
|
351
312
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
352
313
|
"aria-flowto"?: string | undefined;
|
|
353
314
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
354
|
-
"aria-haspopup"?: boolean | "true" | "
|
|
315
|
+
"aria-haspopup"?: boolean | "true" | "dialog" | "menu" | "grid" | "listbox" | "tree" | "false" | undefined;
|
|
355
316
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
356
317
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
357
318
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -366,9 +327,9 @@ export declare const TableOfContentsContainer: import("styled-components/dist/ty
|
|
|
366
327
|
"aria-owns"?: string | undefined;
|
|
367
328
|
"aria-placeholder"?: string | undefined;
|
|
368
329
|
"aria-posinset"?: number | undefined;
|
|
369
|
-
"aria-pressed"?: boolean | "true" | "
|
|
330
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
370
331
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
371
|
-
"aria-relevant"?: "
|
|
332
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
372
333
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
373
334
|
"aria-roledescription"?: string | undefined;
|
|
374
335
|
"aria-rowcount"?: number | undefined;
|
|
@@ -541,36 +502,21 @@ export declare const TableOfContentsContainer: import("styled-components/dist/ty
|
|
|
541
502
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
542
503
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
543
504
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
}, TableOfContentsContainerProps>> & string & Omit<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
547
|
-
interface ChildContainerProps {
|
|
548
|
-
$variant: TableOfContentsVariants;
|
|
549
|
-
$shouldShowChildren: boolean;
|
|
550
|
-
}
|
|
551
|
-
export declare const ChildContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<{
|
|
552
|
-
nonce?: string | undefined;
|
|
505
|
+
slot?: string | undefined;
|
|
506
|
+
title?: string | undefined;
|
|
553
507
|
defaultChecked?: boolean | undefined;
|
|
554
508
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
555
509
|
suppressContentEditableWarning?: boolean | undefined;
|
|
556
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
557
510
|
accessKey?: string | undefined;
|
|
558
511
|
autoFocus?: boolean | undefined;
|
|
559
|
-
className?: string | undefined;
|
|
560
512
|
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
561
513
|
contextMenu?: string | undefined;
|
|
562
514
|
dir?: string | undefined;
|
|
563
515
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
564
516
|
hidden?: boolean | undefined;
|
|
565
|
-
id?: string | undefined;
|
|
566
|
-
lang?: string | undefined;
|
|
567
|
-
slot?: string | undefined;
|
|
568
517
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
569
|
-
tabIndex?: number | undefined;
|
|
570
|
-
title?: string | undefined;
|
|
571
518
|
translate?: "no" | "yes" | undefined;
|
|
572
519
|
radioGroup?: string | undefined;
|
|
573
|
-
role?: import("react").AriaRole | undefined;
|
|
574
520
|
about?: string | undefined;
|
|
575
521
|
content?: string | undefined;
|
|
576
522
|
datatype?: string | undefined;
|
|
@@ -585,7 +531,6 @@ export declare const ChildContainer: import("styled-components/dist/types").ISty
|
|
|
585
531
|
autoCapitalize?: string | undefined;
|
|
586
532
|
autoCorrect?: string | undefined;
|
|
587
533
|
autoSave?: string | undefined;
|
|
588
|
-
color?: string | undefined;
|
|
589
534
|
itemProp?: string | undefined;
|
|
590
535
|
itemScope?: boolean | undefined;
|
|
591
536
|
itemType?: string | undefined;
|
|
@@ -594,31 +539,47 @@ export declare const ChildContainer: import("styled-components/dist/types").ISty
|
|
|
594
539
|
results?: number | undefined;
|
|
595
540
|
security?: string | undefined;
|
|
596
541
|
unselectable?: "off" | "on" | undefined;
|
|
597
|
-
inputMode?: "
|
|
542
|
+
inputMode?: "none" | "text" | "search" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
598
543
|
is?: string | undefined;
|
|
544
|
+
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
545
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
546
|
+
}, TableOfContentsContainerProps>> & string & Omit<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
547
|
+
interface ChildContainerProps {
|
|
548
|
+
$variant: TableOfContentsVariants;
|
|
549
|
+
$shouldShowChildren: boolean;
|
|
550
|
+
}
|
|
551
|
+
export declare const ChildContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<{
|
|
552
|
+
nonce?: string | undefined;
|
|
553
|
+
color?: string | undefined;
|
|
554
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
555
|
+
className?: string | undefined;
|
|
556
|
+
id?: string | undefined;
|
|
557
|
+
lang?: string | undefined;
|
|
558
|
+
role?: import("react").AriaRole | undefined;
|
|
559
|
+
tabIndex?: number | undefined;
|
|
599
560
|
"aria-activedescendant"?: string | undefined;
|
|
600
561
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
601
|
-
"aria-autocomplete"?: "none" | "
|
|
562
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
602
563
|
"aria-braillelabel"?: string | undefined;
|
|
603
564
|
"aria-brailleroledescription"?: string | undefined;
|
|
604
565
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
605
|
-
"aria-checked"?: boolean | "true" | "
|
|
566
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
606
567
|
"aria-colcount"?: number | undefined;
|
|
607
568
|
"aria-colindex"?: number | undefined;
|
|
608
569
|
"aria-colindextext"?: string | undefined;
|
|
609
570
|
"aria-colspan"?: number | undefined;
|
|
610
571
|
"aria-controls"?: string | undefined;
|
|
611
|
-
"aria-current"?: boolean | "true" | "
|
|
572
|
+
"aria-current"?: boolean | "true" | "time" | "step" | "false" | "page" | "location" | "date" | undefined;
|
|
612
573
|
"aria-describedby"?: string | undefined;
|
|
613
574
|
"aria-description"?: string | undefined;
|
|
614
575
|
"aria-details"?: string | undefined;
|
|
615
576
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
616
|
-
"aria-dropeffect"?: "copy" | "
|
|
577
|
+
"aria-dropeffect"?: "copy" | "none" | "link" | "execute" | "move" | "popup" | undefined;
|
|
617
578
|
"aria-errormessage"?: string | undefined;
|
|
618
579
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
619
580
|
"aria-flowto"?: string | undefined;
|
|
620
581
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
621
|
-
"aria-haspopup"?: boolean | "true" | "
|
|
582
|
+
"aria-haspopup"?: boolean | "true" | "dialog" | "menu" | "grid" | "listbox" | "tree" | "false" | undefined;
|
|
622
583
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
623
584
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
624
585
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -633,9 +594,9 @@ export declare const ChildContainer: import("styled-components/dist/types").ISty
|
|
|
633
594
|
"aria-owns"?: string | undefined;
|
|
634
595
|
"aria-placeholder"?: string | undefined;
|
|
635
596
|
"aria-posinset"?: number | undefined;
|
|
636
|
-
"aria-pressed"?: boolean | "true" | "
|
|
597
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
637
598
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
638
|
-
"aria-relevant"?: "
|
|
599
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
639
600
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
640
601
|
"aria-roledescription"?: string | undefined;
|
|
641
602
|
"aria-rowcount"?: number | undefined;
|
|
@@ -808,6 +769,45 @@ export declare const ChildContainer: import("styled-components/dist/types").ISty
|
|
|
808
769
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
809
770
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
810
771
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
772
|
+
slot?: string | undefined;
|
|
773
|
+
title?: string | undefined;
|
|
774
|
+
defaultChecked?: boolean | undefined;
|
|
775
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
776
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
777
|
+
accessKey?: string | undefined;
|
|
778
|
+
autoFocus?: boolean | undefined;
|
|
779
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
780
|
+
contextMenu?: string | undefined;
|
|
781
|
+
dir?: string | undefined;
|
|
782
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
783
|
+
hidden?: boolean | undefined;
|
|
784
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
785
|
+
translate?: "no" | "yes" | undefined;
|
|
786
|
+
radioGroup?: string | undefined;
|
|
787
|
+
about?: string | undefined;
|
|
788
|
+
content?: string | undefined;
|
|
789
|
+
datatype?: string | undefined;
|
|
790
|
+
inlist?: any;
|
|
791
|
+
prefix?: string | undefined;
|
|
792
|
+
property?: string | undefined;
|
|
793
|
+
rel?: string | undefined;
|
|
794
|
+
resource?: string | undefined;
|
|
795
|
+
rev?: string | undefined;
|
|
796
|
+
typeof?: string | undefined;
|
|
797
|
+
vocab?: string | undefined;
|
|
798
|
+
autoCapitalize?: string | undefined;
|
|
799
|
+
autoCorrect?: string | undefined;
|
|
800
|
+
autoSave?: string | undefined;
|
|
801
|
+
itemProp?: string | undefined;
|
|
802
|
+
itemScope?: boolean | undefined;
|
|
803
|
+
itemType?: string | undefined;
|
|
804
|
+
itemID?: string | undefined;
|
|
805
|
+
itemRef?: string | undefined;
|
|
806
|
+
results?: number | undefined;
|
|
807
|
+
security?: string | undefined;
|
|
808
|
+
unselectable?: "off" | "on" | undefined;
|
|
809
|
+
inputMode?: "none" | "text" | "search" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
810
|
+
is?: string | undefined;
|
|
811
811
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
812
812
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
813
813
|
}, ChildContainerProps>> & string & Omit<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -18,7 +18,7 @@ export declare const ApplicationButton: import("styled-components/dist/types").I
|
|
|
18
18
|
disabled?: boolean;
|
|
19
19
|
type?: string;
|
|
20
20
|
fullWidth?: boolean;
|
|
21
|
-
} & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Omit<any, "href" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "
|
|
21
|
+
} & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Omit<any, "variant" | "href" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "fullWidth">, never>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").ButtonProps, HTMLButtonElement> & {
|
|
22
22
|
Group: typeof import("@equinor/eds-core-react/dist/types/components/Button/ButtonGroup").ButtonGroup;
|
|
23
23
|
Toggle: typeof import("@equinor/eds-core-react/dist/types/components/Button/ToggleButton/ToggleButton").ToggleButton;
|
|
24
24
|
}, keyof import("react").Component<any, {}, any>>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const SearchContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
2
|
export declare const NoFieldsText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
3
3
|
as?: import("react").ElementType | undefined;
|
|
4
|
-
} & import("../../../molecules").TypographyProps & Omit<any, "nonce" | "
|
|
4
|
+
} & import("../../../molecules").TypographyProps & Omit<any, "nonce" | "variant" | "color" | "suppressHydrationWarning" | "className" | "id" | "lang" | "style" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "link" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "bold" | "group" | "italic" | "token" | "lines">) & import("styled-components/dist/types").BaseObject, import("styled-components/dist/types").BaseObject>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("../../../molecules").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
|
|
5
5
|
export declare const ListContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
6
|
interface MenuItemProps {
|
|
7
7
|
$active?: boolean;
|
package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.style.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ export declare const DeleteButton: import("styled-components/dist/types").IStyle
|
|
|
17
17
|
disabled?: boolean;
|
|
18
18
|
type?: string;
|
|
19
19
|
fullWidth?: boolean;
|
|
20
|
-
} & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Omit<any, "href" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "
|
|
20
|
+
} & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Omit<any, "variant" | "href" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "fullWidth">, never>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").ButtonProps, HTMLButtonElement> & {
|
|
21
21
|
Group: typeof import("@equinor/eds-core-react/dist/types/components/Button/ButtonGroup").ButtonGroup;
|
|
22
22
|
Toggle: typeof import("@equinor/eds-core-react/dist/types/components/Button/ToggleButton/ToggleButton").ToggleButton;
|
|
23
23
|
}, keyof import("react").Component<any, {}, any>>;
|
|
@@ -4,5 +4,5 @@ export declare const UploadInfo: import("styled-components/dist/types").IStyledC
|
|
|
4
4
|
export declare const LockedFormWarning: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
5
|
export declare const ReportLocationText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
6
6
|
as?: import("react").ElementType | undefined;
|
|
7
|
-
} & import("../../../../molecules").TypographyProps & Omit<any, "nonce" | "
|
|
7
|
+
} & import("../../../../molecules").TypographyProps & Omit<any, "nonce" | "variant" | "color" | "suppressHydrationWarning" | "className" | "id" | "lang" | "style" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "link" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "bold" | "group" | "italic" | "token" | "lines">) & import("styled-components/dist/types").BaseObject, import("styled-components/dist/types").BaseObject>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("../../../../molecules").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
|
|
8
8
|
export declare const Actions: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/UploadFile.styles.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
2
2
|
as?: import("react").ElementType | undefined;
|
|
3
|
-
} & import("@equinor/eds-core-react").TypographyProps & Omit<any, "nonce" | "
|
|
3
|
+
} & import("@equinor/eds-core-react").TypographyProps & Omit<any, "nonce" | "variant" | "color" | "suppressHydrationWarning" | "className" | "id" | "lang" | "style" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "link" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "bold" | "group" | "italic" | "token" | "lines">) & import("styled-components/dist/types").BaseObject, import("styled-components/dist/types").BaseObject>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
|
|
4
4
|
export declare const FileUploadAreaWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
5
|
export declare const ImageWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
6
|
export declare const Rejection: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -2,4 +2,4 @@ export declare const Status: import("styled-components/dist/types").IStyledCompo
|
|
|
2
2
|
export declare const SlackRequestsWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
3
|
export declare const ErrorText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
4
4
|
as?: import("react").ElementType | undefined;
|
|
5
|
-
} & import("../../../../../molecules").TypographyProps & Omit<any, "nonce" | "
|
|
5
|
+
} & import("../../../../../molecules").TypographyProps & Omit<any, "nonce" | "variant" | "color" | "suppressHydrationWarning" | "className" | "id" | "lang" | "style" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "link" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "bold" | "group" | "italic" | "token" | "lines">) & import("styled-components/dist/types").BaseObject, import("styled-components/dist/types").BaseObject>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("../../../../../molecules").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsxs as e,jsx as r}from"react/jsx-runtime";import{useState as o,useMemo as t}from"react";import{Button as i,Icon as s}from"@equinor/eds-core-react";import{external_link as a,close as l}from"@equinor/eds-icons";import{ReleaseNotesTypes as m}from"../ReleaseNotesTypes/ReleaseNotesTypes.js";import{RELEASENOTETYPES_INFORMATION as p}from"../ReleaseNotesTypes/ReleaseNotesTypes.types.js";import{Wrapper as n,SieveWrapper as c,ButtonContainer as d,ChipWrapper as u}from"./FilterHeader.styles.js";import{EnvironmentType as h}from"../../../../../atoms/enums/Environment.js";import"../../../../../molecules/RichTextEditor/custom-extensions/AmplifyKit.js";import"../../../../../molecules/RichTextEditor/MenuBar/MenuBar.js";import"@tiptap/react";import"../../../../../molecules/RichTextEditor/RichTextEditor.styles.js";import"../../../../../molecules/RichTextEditor/RichTextEditor.types.js";import"../../../../../node_modules/lodash/lodash.js";import"@equinor/subsurface-app-management";import"@microsoft/signalr";import"@tanstack/react-query";import{environment as v}from"../../../../../atoms/utils/auth_environment.js";import"../../../Notifications/NotificationProvider.js";import"../../../../../providers/AuthProvider/AuthProvider.js";import{useReleaseNotes as f}from"../../../../../providers/ReleaseNotesProvider.js";import"../../../../../providers/SideBarProvider.js";import"../../../../../providers/SnackbarProvider/SnackbarProvider.js";import"../../../../../providers/TableOfContentsProvider.js";import"../../../../../providers/ThemeProvider/ThemeProvider.js";import"../../../../../providers/TutorialStepsProvider.js";import"../../../../../atoms/style/colors.js";import"../../../../../atoms/enums/Errors.js";import"../../../../../atoms/enums/Theme.js";import"../../../../ErrorPage/illustrations/GlitchAnimation.js";import"../../../../ErrorPage/illustrations/QuestioningAnimation.js";import"proj4";import"html2canvas";import{Sieve as j}from"../../../../../molecules/Sieve/Sieve.js";const{getEnvironmentName:T,getAppName:E}=v,y=()=>{const v=E(import.meta.env.VITE_NAME),y=T(import.meta.env.VITE_ENVIRONMENT_NAME),P=y===h.LOCALHOST?h.DEVELOP:y,{setSearch:N,setOpen:
|
|
1
|
+
import{jsxs as e,jsx as r}from"react/jsx-runtime";import{useState as o,useMemo as t}from"react";import{Button as i,Icon as s}from"@equinor/eds-core-react";import{external_link as a,close as l}from"@equinor/eds-icons";import{ReleaseNotesTypes as m}from"../ReleaseNotesTypes/ReleaseNotesTypes.js";import{RELEASENOTETYPES_INFORMATION as p}from"../ReleaseNotesTypes/ReleaseNotesTypes.types.js";import{Wrapper as n,SieveWrapper as c,ButtonContainer as d,ChipWrapper as u}from"./FilterHeader.styles.js";import{EnvironmentType as h}from"../../../../../atoms/enums/Environment.js";import"../../../../../molecules/RichTextEditor/custom-extensions/AmplifyKit.js";import"../../../../../molecules/RichTextEditor/MenuBar/MenuBar.js";import"@tiptap/react";import"../../../../../molecules/RichTextEditor/RichTextEditor.styles.js";import"../../../../../molecules/RichTextEditor/RichTextEditor.types.js";import"../../../../../node_modules/lodash/lodash.js";import"@equinor/subsurface-app-management";import"@microsoft/signalr";import"@tanstack/react-query";import{environment as v}from"../../../../../atoms/utils/auth_environment.js";import"../../../Notifications/NotificationProvider.js";import"../../../../../providers/AuthProvider/AuthProvider.js";import{useReleaseNotes as f}from"../../../../../providers/ReleaseNotesProvider.js";import"../../../../../providers/SideBarProvider.js";import"../../../../../providers/SnackbarProvider/SnackbarProvider.js";import"../../../../../providers/TableOfContentsProvider.js";import"../../../../../providers/ThemeProvider/ThemeProvider.js";import"../../../../../providers/TutorialStepsProvider.js";import"../../../../../atoms/style/colors.js";import"../../../../../atoms/enums/Errors.js";import"../../../../../atoms/enums/Theme.js";import"../../../../ErrorPage/illustrations/GlitchAnimation.js";import"../../../../ErrorPage/illustrations/QuestioningAnimation.js";import"proj4";import"html2canvas";import{Sieve as j}from"../../../../../molecules/Sieve/Sieve.js";const{getEnvironmentName:T,getAppName:E}=v,y=()=>{const v=E(import.meta.env.VITE_NAME),y=T(import.meta.env.VITE_ENVIRONMENT_NAME),P=y===h.LOCALHOST?h.DEVELOP:y,{setSearch:N,setOpen:b}=f(),[R,V]=o({searchValue:void 0,filterValues:void 0,sortValue:void 0}),g=t((()=>P&&P!==h.PRODUCTION?`https://client-amplify-portal-${P}.radix.equinor.com/applications/release-notes?applications=%5B"${v}"%5D`:`https://jsembark.equinor.com/applications/release-notes?applications=%5B"${v}"%5D`),[v,P]),O=t((()=>{const e=[];return e.push({label:"Type",options:Object.keys(p).map((e=>({label:e,value:e})))}),e}),[]);return e(n,{children:[e(c,{children:[r(j,{searchPlaceholder:"Search for specific bugs or features, e.g. ´Recall´",sieveValue:R,onUpdate:e=>{V(e),N(e)},filterOptions:O,showChips:!1,minSearchWidth:"70%"}),e(d,{children:[r(i,{variant:"ghost_icon",href:g,children:r(s,{data:a})}),r(i,{variant:"ghost_icon",onClick:()=>{b(!1)},"aria-label":"close modal",children:r(s,{data:l})})]})]}),r("section",{children:r(u,{children:Object.keys(R.filterValues??{}).map((e=>R.filterValues?.[e].map((o=>r(m,{name:o.label,showIcon:!0,onClick:()=>((e,r)=>{let o={...R.filterValues};const t=o[e].findIndex((e=>e.value===r));o[e].splice(t,1),0===Object.keys(o).flatMap((e=>o?.[e])).length&&(o=void 0),V((e=>({...e,filterValues:o}))),N((e=>({...e,filterValues:o})))})(e,o.value)},o.label)))))})})]})};export{y as FilterHeader};
|
|
@@ -7,7 +7,7 @@ declare const StyledChipButton: import("styled-components/dist/types").IStyledCo
|
|
|
7
7
|
disabled?: boolean;
|
|
8
8
|
type?: string;
|
|
9
9
|
fullWidth?: boolean;
|
|
10
|
-
} & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Omit<any, "href" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "
|
|
10
|
+
} & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Omit<any, "variant" | "href" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "fullWidth">, never>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").ButtonProps, HTMLButtonElement> & {
|
|
11
11
|
Group: typeof import("@equinor/eds-core-react/dist/types/components/Button/ButtonGroup").ButtonGroup;
|
|
12
12
|
Toggle: typeof import("@equinor/eds-core-react/dist/types/components/Button/ToggleButton/ToggleButton").ToggleButton;
|
|
13
13
|
}, keyof import("react").Component<any, {}, any>>;
|