@m4l/components 9.1.128 → 9.1.129
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/.storybook/utils/getStylesColorsByMode.d.ts +20 -20
- package/@types/types.d.ts +8 -5
- package/components/AccountPopover/slots/AccountPopoverSlots.d.ts +3 -3
- package/components/AppBar/slots/AppBarSlots.d.ts +1 -1
- package/components/Chip/slots/ChipSlots.d.ts +1 -1
- package/components/Color/slots/ColorSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionCancel/slots/ActionsCancelSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionFormCancel/ActionFormCancel.d.ts +5 -0
- package/components/CommonActions/components/ActionFormCancel/{index.js → ActionFormCancel.js} +13 -10
- package/components/CommonActions/components/ActionFormCancel/ActionFormCancel.styles.d.ts +2 -0
- package/components/CommonActions/components/ActionFormCancel/ActionFormCancel.styles.js +7 -0
- package/components/CommonActions/components/ActionFormCancel/constanst.d.ts +6 -0
- package/components/CommonActions/components/ActionFormCancel/constanst.js +7 -0
- package/components/CommonActions/components/ActionFormCancel/slots/ActionFormCancelSlots.d.ts +3 -0
- package/components/CommonActions/components/ActionFormCancel/slots/ActionFormCancelSlots.js +12 -0
- package/components/CommonActions/components/ActionFormCancel/slots/ActionsFormCancelEnum.d.ts +3 -0
- package/components/CommonActions/components/ActionFormCancel/slots/ActionsFormCancelEnum.js +7 -0
- package/components/CommonActions/components/ActionFormCancel/slots/index.d.ts +2 -0
- package/components/CommonActions/components/ActionFormCancel/slots/index.js +1 -0
- package/components/CommonActions/components/ActionFormCancel/tests/ActionFormCancel.test.d.ts +1 -0
- package/components/CommonActions/components/ActionFormCancel/types.d.ts +14 -2
- package/components/CommonActions/components/ActionIntro/slots/ActionsIntroSlots.d.ts +1 -1
- package/components/CommonActions/dictionary.d.ts +3 -0
- package/components/CommonActions/dictionary.js +4 -1
- package/components/CommonActions/index.d.ts +1 -1
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +4 -4
- package/components/DynamicSort/slots/DynamicSortSlots.d.ts +5 -5
- package/components/MenuActions/slots/MenuActionsSlots.d.ts +1 -1
- package/components/NumberInput/slots/NumberInputSlots.d.ts +2 -2
- package/components/WindowConfirm/slots/WindowConfirmSlots.d.ts +3 -3
- package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.d.ts +2 -2
- package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.js +1 -1
- package/components/hook-form/RHFCheckbox/slots/RHFCheckBoxSlots.d.ts +1 -1
- package/components/hook-form/RHFPeriod/slots/RHFPeriodSlots.d.ts +2 -2
- package/components/hook-form/RHFSelect/slots/RHFSlots.d.ts +1 -1
- package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
- package/components/hook-form/RHFTextFieldPassword/slots/RHFTextFieldPasswordSlots.d.ts +2 -2
- package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.d.ts +2 -2
- package/components/mui_extended/Button/slots/ButtonSlots.d.ts +1 -1
- package/components/mui_extended/DateTimePicker/slots/DateTimePickerSlots.d.ts +2 -2
- package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +1 -1
- package/components/mui_extended/LoadingButton/slots/LoadingButtonSlots.d.ts +1 -1
- package/components/mui_extended/MenuItem/slots/MenuItemSlots.d.ts +1 -1
- package/components/mui_extended/Select/slots/SelectSlots.d.ts +2 -2
- package/components/mui_extended/Tab/Slots/TabSlots.d.ts +1 -1
- package/components/mui_extended/Tabs/slots/TabsSlots.d.ts +1 -1
- package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +1 -1
- package/components/mui_extended/TimePicker/slots/TimePickerSlots.d.ts +1 -1
- package/components/mui_extended/ToggleButton/slots/ToggleButtonSlots.d.ts +1 -1
- package/components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/components/CommonActions/classes/constants.js +0 -4
- package/components/CommonActions/classes/index.js +0 -33
- package/components/CommonActions/components/ActionFormCancel/index.d.ts +0 -4
|
@@ -26,11 +26,11 @@ export declare const colorsLight: {
|
|
|
26
26
|
readonly selectedOpacity: string;
|
|
27
27
|
readonly focusVisible: string;
|
|
28
28
|
readonly contrastText: string;
|
|
29
|
+
readonly enabled: string;
|
|
29
30
|
readonly focus: string;
|
|
30
31
|
readonly light: string;
|
|
31
32
|
readonly dark: string;
|
|
32
33
|
readonly main: string;
|
|
33
|
-
readonly enabled: string;
|
|
34
34
|
readonly enabledOpacity: string;
|
|
35
35
|
readonly hover: string;
|
|
36
36
|
readonly hoverOpacity: string;
|
|
@@ -77,12 +77,12 @@ export declare const colorsLight: {
|
|
|
77
77
|
readonly selected: string;
|
|
78
78
|
readonly selectedOpacity: string;
|
|
79
79
|
readonly focusVisible: string;
|
|
80
|
+
readonly enabled: string;
|
|
80
81
|
readonly focus: string;
|
|
81
82
|
readonly light: string;
|
|
82
83
|
readonly dark: string;
|
|
83
84
|
readonly main: string;
|
|
84
85
|
readonly contrastText: string;
|
|
85
|
-
readonly enabled: string;
|
|
86
86
|
readonly enabledOpacity: string;
|
|
87
87
|
readonly hover: string;
|
|
88
88
|
readonly hoverOpacity: string;
|
|
@@ -97,12 +97,12 @@ export declare const colorsLight: {
|
|
|
97
97
|
readonly selected: string;
|
|
98
98
|
readonly selectedOpacity: string;
|
|
99
99
|
readonly focusVisible: string;
|
|
100
|
+
readonly enabled: string;
|
|
100
101
|
readonly focus: string;
|
|
101
102
|
readonly light: string;
|
|
102
103
|
readonly dark: string;
|
|
103
104
|
readonly main: string;
|
|
104
105
|
readonly contrastText: string;
|
|
105
|
-
readonly enabled: string;
|
|
106
106
|
readonly enabledOpacity: string;
|
|
107
107
|
readonly hover: string;
|
|
108
108
|
readonly hoverOpacity: string;
|
|
@@ -117,12 +117,12 @@ export declare const colorsLight: {
|
|
|
117
117
|
readonly selected: string;
|
|
118
118
|
readonly selectedOpacity: string;
|
|
119
119
|
readonly focusVisible: string;
|
|
120
|
+
readonly enabled: string;
|
|
120
121
|
readonly focus: string;
|
|
121
122
|
readonly light: string;
|
|
122
123
|
readonly dark: string;
|
|
123
124
|
readonly main: string;
|
|
124
125
|
readonly contrastText: string;
|
|
125
|
-
readonly enabled: string;
|
|
126
126
|
readonly enabledOpacity: string;
|
|
127
127
|
readonly hover: string;
|
|
128
128
|
readonly hoverOpacity: string;
|
|
@@ -137,12 +137,12 @@ export declare const colorsLight: {
|
|
|
137
137
|
readonly selected: string;
|
|
138
138
|
readonly selectedOpacity: string;
|
|
139
139
|
readonly focusVisible: string;
|
|
140
|
+
readonly enabled: string;
|
|
140
141
|
readonly focus: string;
|
|
141
142
|
readonly light: string;
|
|
142
143
|
readonly dark: string;
|
|
143
144
|
readonly main: string;
|
|
144
145
|
readonly contrastText: string;
|
|
145
|
-
readonly enabled: string;
|
|
146
146
|
readonly enabledOpacity: string;
|
|
147
147
|
readonly hover: string;
|
|
148
148
|
readonly hoverOpacity: string;
|
|
@@ -181,11 +181,11 @@ export declare const colorsLight: {
|
|
|
181
181
|
readonly selectedOpacity: string;
|
|
182
182
|
readonly focusVisible: string;
|
|
183
183
|
readonly contrastText: string;
|
|
184
|
+
readonly enabled: string;
|
|
184
185
|
readonly focus: string;
|
|
185
186
|
readonly light: string;
|
|
186
187
|
readonly dark: string;
|
|
187
188
|
readonly main: string;
|
|
188
|
-
readonly enabled: string;
|
|
189
189
|
readonly enabledOpacity: string;
|
|
190
190
|
readonly hover: string;
|
|
191
191
|
readonly hoverOpacity: string;
|
|
@@ -232,12 +232,12 @@ export declare const colorsLight: {
|
|
|
232
232
|
readonly selected: string;
|
|
233
233
|
readonly selectedOpacity: string;
|
|
234
234
|
readonly focusVisible: string;
|
|
235
|
+
readonly enabled: string;
|
|
235
236
|
readonly focus: string;
|
|
236
237
|
readonly light: string;
|
|
237
238
|
readonly dark: string;
|
|
238
239
|
readonly main: string;
|
|
239
240
|
readonly contrastText: string;
|
|
240
|
-
readonly enabled: string;
|
|
241
241
|
readonly enabledOpacity: string;
|
|
242
242
|
readonly hover: string;
|
|
243
243
|
readonly hoverOpacity: string;
|
|
@@ -252,12 +252,12 @@ export declare const colorsLight: {
|
|
|
252
252
|
readonly selected: string;
|
|
253
253
|
readonly selectedOpacity: string;
|
|
254
254
|
readonly focusVisible: string;
|
|
255
|
+
readonly enabled: string;
|
|
255
256
|
readonly focus: string;
|
|
256
257
|
readonly light: string;
|
|
257
258
|
readonly dark: string;
|
|
258
259
|
readonly main: string;
|
|
259
260
|
readonly contrastText: string;
|
|
260
|
-
readonly enabled: string;
|
|
261
261
|
readonly enabledOpacity: string;
|
|
262
262
|
readonly hover: string;
|
|
263
263
|
readonly hoverOpacity: string;
|
|
@@ -272,12 +272,12 @@ export declare const colorsLight: {
|
|
|
272
272
|
readonly selected: string;
|
|
273
273
|
readonly selectedOpacity: string;
|
|
274
274
|
readonly focusVisible: string;
|
|
275
|
+
readonly enabled: string;
|
|
275
276
|
readonly focus: string;
|
|
276
277
|
readonly light: string;
|
|
277
278
|
readonly dark: string;
|
|
278
279
|
readonly main: string;
|
|
279
280
|
readonly contrastText: string;
|
|
280
|
-
readonly enabled: string;
|
|
281
281
|
readonly enabledOpacity: string;
|
|
282
282
|
readonly hover: string;
|
|
283
283
|
readonly hoverOpacity: string;
|
|
@@ -292,12 +292,12 @@ export declare const colorsLight: {
|
|
|
292
292
|
readonly selected: string;
|
|
293
293
|
readonly selectedOpacity: string;
|
|
294
294
|
readonly focusVisible: string;
|
|
295
|
+
readonly enabled: string;
|
|
295
296
|
readonly focus: string;
|
|
296
297
|
readonly light: string;
|
|
297
298
|
readonly dark: string;
|
|
298
299
|
readonly main: string;
|
|
299
300
|
readonly contrastText: string;
|
|
300
|
-
readonly enabled: string;
|
|
301
301
|
readonly enabledOpacity: string;
|
|
302
302
|
readonly hover: string;
|
|
303
303
|
readonly hoverOpacity: string;
|
|
@@ -337,11 +337,11 @@ export declare const colorsDark: {
|
|
|
337
337
|
readonly selectedOpacity: string;
|
|
338
338
|
readonly focusVisible: string;
|
|
339
339
|
readonly contrastText: string;
|
|
340
|
+
readonly enabled: string;
|
|
340
341
|
readonly focus: string;
|
|
341
342
|
readonly light: string;
|
|
342
343
|
readonly dark: string;
|
|
343
344
|
readonly main: string;
|
|
344
|
-
readonly enabled: string;
|
|
345
345
|
readonly enabledOpacity: string;
|
|
346
346
|
readonly hover: string;
|
|
347
347
|
readonly hoverOpacity: string;
|
|
@@ -388,12 +388,12 @@ export declare const colorsDark: {
|
|
|
388
388
|
readonly selected: string;
|
|
389
389
|
readonly selectedOpacity: string;
|
|
390
390
|
readonly focusVisible: string;
|
|
391
|
+
readonly enabled: string;
|
|
391
392
|
readonly focus: string;
|
|
392
393
|
readonly light: string;
|
|
393
394
|
readonly dark: string;
|
|
394
395
|
readonly main: string;
|
|
395
396
|
readonly contrastText: string;
|
|
396
|
-
readonly enabled: string;
|
|
397
397
|
readonly enabledOpacity: string;
|
|
398
398
|
readonly hover: string;
|
|
399
399
|
readonly hoverOpacity: string;
|
|
@@ -408,12 +408,12 @@ export declare const colorsDark: {
|
|
|
408
408
|
readonly selected: string;
|
|
409
409
|
readonly selectedOpacity: string;
|
|
410
410
|
readonly focusVisible: string;
|
|
411
|
+
readonly enabled: string;
|
|
411
412
|
readonly focus: string;
|
|
412
413
|
readonly light: string;
|
|
413
414
|
readonly dark: string;
|
|
414
415
|
readonly main: string;
|
|
415
416
|
readonly contrastText: string;
|
|
416
|
-
readonly enabled: string;
|
|
417
417
|
readonly enabledOpacity: string;
|
|
418
418
|
readonly hover: string;
|
|
419
419
|
readonly hoverOpacity: string;
|
|
@@ -428,12 +428,12 @@ export declare const colorsDark: {
|
|
|
428
428
|
readonly selected: string;
|
|
429
429
|
readonly selectedOpacity: string;
|
|
430
430
|
readonly focusVisible: string;
|
|
431
|
+
readonly enabled: string;
|
|
431
432
|
readonly focus: string;
|
|
432
433
|
readonly light: string;
|
|
433
434
|
readonly dark: string;
|
|
434
435
|
readonly main: string;
|
|
435
436
|
readonly contrastText: string;
|
|
436
|
-
readonly enabled: string;
|
|
437
437
|
readonly enabledOpacity: string;
|
|
438
438
|
readonly hover: string;
|
|
439
439
|
readonly hoverOpacity: string;
|
|
@@ -448,12 +448,12 @@ export declare const colorsDark: {
|
|
|
448
448
|
readonly selected: string;
|
|
449
449
|
readonly selectedOpacity: string;
|
|
450
450
|
readonly focusVisible: string;
|
|
451
|
+
readonly enabled: string;
|
|
451
452
|
readonly focus: string;
|
|
452
453
|
readonly light: string;
|
|
453
454
|
readonly dark: string;
|
|
454
455
|
readonly main: string;
|
|
455
456
|
readonly contrastText: string;
|
|
456
|
-
readonly enabled: string;
|
|
457
457
|
readonly enabledOpacity: string;
|
|
458
458
|
readonly hover: string;
|
|
459
459
|
readonly hoverOpacity: string;
|
|
@@ -492,11 +492,11 @@ export declare const colorsDark: {
|
|
|
492
492
|
readonly selectedOpacity: string;
|
|
493
493
|
readonly focusVisible: string;
|
|
494
494
|
readonly contrastText: string;
|
|
495
|
+
readonly enabled: string;
|
|
495
496
|
readonly focus: string;
|
|
496
497
|
readonly light: string;
|
|
497
498
|
readonly dark: string;
|
|
498
499
|
readonly main: string;
|
|
499
|
-
readonly enabled: string;
|
|
500
500
|
readonly enabledOpacity: string;
|
|
501
501
|
readonly hover: string;
|
|
502
502
|
readonly hoverOpacity: string;
|
|
@@ -543,12 +543,12 @@ export declare const colorsDark: {
|
|
|
543
543
|
readonly selected: string;
|
|
544
544
|
readonly selectedOpacity: string;
|
|
545
545
|
readonly focusVisible: string;
|
|
546
|
+
readonly enabled: string;
|
|
546
547
|
readonly focus: string;
|
|
547
548
|
readonly light: string;
|
|
548
549
|
readonly dark: string;
|
|
549
550
|
readonly main: string;
|
|
550
551
|
readonly contrastText: string;
|
|
551
|
-
readonly enabled: string;
|
|
552
552
|
readonly enabledOpacity: string;
|
|
553
553
|
readonly hover: string;
|
|
554
554
|
readonly hoverOpacity: string;
|
|
@@ -563,12 +563,12 @@ export declare const colorsDark: {
|
|
|
563
563
|
readonly selected: string;
|
|
564
564
|
readonly selectedOpacity: string;
|
|
565
565
|
readonly focusVisible: string;
|
|
566
|
+
readonly enabled: string;
|
|
566
567
|
readonly focus: string;
|
|
567
568
|
readonly light: string;
|
|
568
569
|
readonly dark: string;
|
|
569
570
|
readonly main: string;
|
|
570
571
|
readonly contrastText: string;
|
|
571
|
-
readonly enabled: string;
|
|
572
572
|
readonly enabledOpacity: string;
|
|
573
573
|
readonly hover: string;
|
|
574
574
|
readonly hoverOpacity: string;
|
|
@@ -583,12 +583,12 @@ export declare const colorsDark: {
|
|
|
583
583
|
readonly selected: string;
|
|
584
584
|
readonly selectedOpacity: string;
|
|
585
585
|
readonly focusVisible: string;
|
|
586
|
+
readonly enabled: string;
|
|
586
587
|
readonly focus: string;
|
|
587
588
|
readonly light: string;
|
|
588
589
|
readonly dark: string;
|
|
589
590
|
readonly main: string;
|
|
590
591
|
readonly contrastText: string;
|
|
591
|
-
readonly enabled: string;
|
|
592
592
|
readonly enabledOpacity: string;
|
|
593
593
|
readonly hover: string;
|
|
594
594
|
readonly hoverOpacity: string;
|
|
@@ -603,12 +603,12 @@ export declare const colorsDark: {
|
|
|
603
603
|
readonly selected: string;
|
|
604
604
|
readonly selectedOpacity: string;
|
|
605
605
|
readonly focusVisible: string;
|
|
606
|
+
readonly enabled: string;
|
|
606
607
|
readonly focus: string;
|
|
607
608
|
readonly light: string;
|
|
608
609
|
readonly dark: string;
|
|
609
610
|
readonly main: string;
|
|
610
611
|
readonly contrastText: string;
|
|
611
|
-
readonly enabled: string;
|
|
612
612
|
readonly enabledOpacity: string;
|
|
613
613
|
readonly hover: string;
|
|
614
614
|
readonly hoverOpacity: string;
|
package/@types/types.d.ts
CHANGED
|
@@ -130,7 +130,7 @@ import { RHFSelectSlotsType, RHFSelectOwnerState } from '../components/hook-form
|
|
|
130
130
|
import { ScrollBarSlotsType, ScrollBarOwnerState } from '../components/ScrollBar/types';
|
|
131
131
|
import { StackOwnerState, StackSlotsType } from '../components/mui_extended/Stack/types';
|
|
132
132
|
import { RHFCheckBoxOwnerState, RHFCheckBoxSlotsType } from '../components/hook-form/RHFCheckbox/types';
|
|
133
|
-
|
|
133
|
+
import { ActionFormCancelOwnerState, ActionFormCancelSlotsType } from '../components/CommonActions/components/ActionFormCancel/types';
|
|
134
134
|
import { AreasAdminOwnerState, AreasAdminType } from '../components/areas/components/AreasAdmin/types';
|
|
135
135
|
import { DateTimePickerOwnerState, DateTimePickerSlotsType } from '../components/mui_extended/DateTimePicker/types';
|
|
136
136
|
import { DividerOwnerState, DividerSlotsType } from '../components/mui_extended/Divider/types';
|
|
@@ -199,7 +199,7 @@ declare module '@mui/material/styles' {
|
|
|
199
199
|
M4LMenuDivider: MenuDividerSlotsType;
|
|
200
200
|
M4LNavLink: NavLinkSlotsType;
|
|
201
201
|
M4LRHFSelect: RHFSelectSlotsType;
|
|
202
|
-
|
|
202
|
+
M4LActionFormCancel: ActionFormCancelSlotsType;
|
|
203
203
|
M4LScrollBar: ScrollBarSlotsType;
|
|
204
204
|
M4LAreasAdmin: AreasAdminType;
|
|
205
205
|
M4LStack: StackSlotsType;
|
|
@@ -269,7 +269,7 @@ declare module '@mui/material/styles' {
|
|
|
269
269
|
M4LMenuDivider: Partial<MenuDividerOwnerState>;
|
|
270
270
|
M4LNavLink: Partial<NavLinkOwnerState>;
|
|
271
271
|
M4LRHFSelect: Partial<RHFSelectOwnerState>;
|
|
272
|
-
|
|
272
|
+
M4LActionFormCancel : Partial<ActionFormCancelOwnerState>;
|
|
273
273
|
M4LScrollBar: Partial<ScrollBarOwnerState>;
|
|
274
274
|
M4LAreasAdmin: Partial<AreasAdminOwnerState>;
|
|
275
275
|
M4LStack: Partial<StackOwnerState>;
|
|
@@ -557,8 +557,11 @@ declare module '@mui/material/styles' {
|
|
|
557
557
|
styleOverrides?: ComponentsOverrides<Theme>['M4LRHFSelect'];
|
|
558
558
|
variants?: ComponentsVariants['M4LRHFSelect'];
|
|
559
559
|
};
|
|
560
|
-
|
|
561
|
-
|
|
560
|
+
M4LActionFormCancel: {
|
|
561
|
+
defaultProps?: ComponentsPropsList['M4LActionFormCancel'];
|
|
562
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LActionFormCancel'];
|
|
563
|
+
variants?: ComponentsVariants['M4LActionFormCancel'];
|
|
564
|
+
}
|
|
562
565
|
M4LNavLink?: {
|
|
563
566
|
defaultProps?: ComponentsPropsList['M4LNavLink'];
|
|
564
567
|
styleOverrides?: ComponentsOverrides<Theme>['M4LNavLink'];
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export declare const IconButtonRootStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../mui_extended/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "
|
|
1
|
+
export declare const IconButtonRootStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../mui_extended/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "value" | "size" | "children" | "title" | "component" | "name" | "id" | "type" | "selected" | "action" | "hidden" | "content" | "style" | "icon" | "tooltip" | "disabled" | "variant" | "translate" | "sx" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "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" | "placement" | "form" | "src" | "rotationAngle" | "tooltipContent" | "instaceDataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "componentPaletteColor" | "badgeContent" | "dictionaryTooltipId" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('../types').AccountPopoverOwnerState> & Record<string, unknown> & {
|
|
2
2
|
ownerState: Partial<import('../types').AccountPopoverOwnerState> & Record<string, unknown>;
|
|
3
3
|
}, {}, {}>;
|
|
4
|
-
export declare const AvatarStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../..').AvatarProps, "ref"> & import('react').RefAttributes<HTMLDivElement>, "
|
|
4
|
+
export declare const AvatarStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../..').AvatarProps, "ref"> & import('react').RefAttributes<HTMLDivElement>, "size" | "children" | "title" | "component" | "id" | "hidden" | "content" | "style" | "variant" | "translate" | "sx" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "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" | "slotProps" | "slots" | keyof import('react').RefAttributes<HTMLDivElement> | "src" | "dataTestid" | "sizes" | "alt" | "srcSet" | "imgProps"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('../types').AccountPopoverOwnerState> & Record<string, unknown> & {
|
|
5
5
|
ownerState: Partial<import('../types').AccountPopoverOwnerState> & Record<string, unknown>;
|
|
6
6
|
}, {}, {}>;
|
|
7
|
-
export declare const AvatarPopoverStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../..').AvatarProps, "ref"> & import('react').RefAttributes<HTMLDivElement>, "
|
|
7
|
+
export declare const AvatarPopoverStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../..').AvatarProps, "ref"> & import('react').RefAttributes<HTMLDivElement>, "size" | "children" | "title" | "component" | "id" | "hidden" | "content" | "style" | "variant" | "translate" | "sx" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "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" | "slotProps" | "slots" | keyof import('react').RefAttributes<HTMLDivElement> | "src" | "dataTestid" | "sizes" | "alt" | "srcSet" | "imgProps"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('../types').AccountPopoverOwnerState> & Record<string, unknown> & {
|
|
8
8
|
ownerState: Partial<import('../types').AccountPopoverOwnerState> & Record<string, unknown>;
|
|
9
9
|
}, {}, {}>;
|
|
10
10
|
export declare const PopoverStyled: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/Popover/types').PopoverProps, keyof import('../../mui_extended/Popover/types').PopoverProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('../types').AccountPopoverOwnerState> & Record<string, unknown> & {
|
|
@@ -10,7 +10,7 @@ export declare const ImageIsotypeStyled: import('@emotion/styled').StyledCompone
|
|
|
10
10
|
export declare const CompanyNameStyled: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/Typography/types').TypographyProps, keyof import('../../mui_extended/Typography/types').TypographyProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').AppBarOwnerState> & Record<string, unknown> & {
|
|
11
11
|
ownerState: Partial<import('../types').AppBarOwnerState> & Record<string, unknown>;
|
|
12
12
|
}, {}, {}>;
|
|
13
|
-
export declare const MenuIconButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../mui_extended/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "
|
|
13
|
+
export declare const MenuIconButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../mui_extended/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "value" | "size" | "children" | "title" | "component" | "name" | "id" | "type" | "selected" | "action" | "hidden" | "content" | "style" | "icon" | "tooltip" | "disabled" | "variant" | "translate" | "sx" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "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" | "placement" | "form" | "src" | "rotationAngle" | "tooltipContent" | "instaceDataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "componentPaletteColor" | "badgeContent" | "dictionaryTooltipId" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').AppBarOwnerState> & Record<string, unknown> & {
|
|
14
14
|
ownerState: Partial<import('../types').AppBarOwnerState> & Record<string, unknown>;
|
|
15
15
|
}, {}, {}>;
|
|
16
16
|
export declare const ContentStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').AppBarOwnerState> & Record<string, unknown> & {
|
|
@@ -10,7 +10,7 @@ declare const IconStyled: import('@emotion/styled').StyledComponent<Pick<import(
|
|
|
10
10
|
declare const TextChipStyled: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/Typography/types').TypographyProps, keyof import('../../mui_extended/Typography/types').TypographyProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
|
|
11
11
|
ownerState: Partial<import('..').ChipOwnerState> & Record<string, unknown>;
|
|
12
12
|
}, {}, {}>;
|
|
13
|
-
declare const IconButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../mui_extended/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "
|
|
13
|
+
declare const IconButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../mui_extended/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "value" | "size" | "children" | "title" | "component" | "name" | "id" | "type" | "selected" | "action" | "hidden" | "content" | "style" | "icon" | "tooltip" | "disabled" | "variant" | "translate" | "sx" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "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" | "placement" | "form" | "src" | "rotationAngle" | "tooltipContent" | "instaceDataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "componentPaletteColor" | "badgeContent" | "dictionaryTooltipId" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
|
|
14
14
|
ownerState: Partial<import('..').ChipOwnerState> & Record<string, unknown>;
|
|
15
15
|
}, {}, {}>;
|
|
16
16
|
export { ChipRootStyled, SkeletonChipStyled, IconStyled, TextChipStyled, IconButtonStyled };
|
|
@@ -2,7 +2,7 @@ import { SketchPicker } from 'react-color';
|
|
|
2
2
|
/**
|
|
3
3
|
* Componente estilizado de IconButton como el contenedor raíz del componente de color.
|
|
4
4
|
*/
|
|
5
|
-
export declare const IconButtonRootStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../mui_extended/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "
|
|
5
|
+
export declare const IconButtonRootStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../mui_extended/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "value" | "size" | "children" | "title" | "component" | "name" | "id" | "type" | "selected" | "action" | "hidden" | "content" | "style" | "icon" | "tooltip" | "disabled" | "variant" | "translate" | "sx" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "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" | "placement" | "form" | "src" | "rotationAngle" | "tooltipContent" | "instaceDataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "componentPaletteColor" | "badgeContent" | "dictionaryTooltipId" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
|
|
6
6
|
ownerState: Partial<import('../types').ColorOwnerState> & Record<string, unknown>;
|
|
7
7
|
}, {}, {}>;
|
|
8
8
|
/**
|