@data-c/ui 0.1.41 → 0.1.42
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/index.d.ts +118 -28
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as _mui_material from '@mui/material';
|
|
3
|
-
import { ButtonProps as ButtonProps$2, StackProps, CheckboxProps as CheckboxProps$1, DialogProps as DialogProps$1, IconButtonProps, DrawerProps, TypographyProps, ToolbarProps, TextFieldProps, FilterOptionsState, TooltipProps as TooltipProps$2, BoxProps, PaperProps, SvgIconProps, IconProps } from '@mui/material';
|
|
3
|
+
import { ButtonProps as ButtonProps$2, StackProps, CheckboxProps as CheckboxProps$1, DialogProps as DialogProps$1, IconButtonProps, DrawerProps, TypographyProps, ToolbarProps, TextFieldProps, FilterOptionsState, TooltipProps as TooltipProps$2, BoxProps, PaperProps, SvgIconProps, IconProps, InputBaseProps, ChipProps } from '@mui/material';
|
|
4
4
|
import * as React$1 from 'react';
|
|
5
5
|
import React__default, { ReactNode, ComponentType } from 'react';
|
|
6
6
|
import { MUIDataTableProps } from 'mui-datatables';
|
|
@@ -140,8 +140,8 @@ interface FilterProps {
|
|
|
140
140
|
disableFilterControl?: Boolean;
|
|
141
141
|
drawerProps?: DrawerProps;
|
|
142
142
|
}
|
|
143
|
-
declare function FilterContainer(props: FilterProps): react_jsx_runtime.JSX.Element;
|
|
144
|
-
declare namespace FilterContainer {
|
|
143
|
+
declare function FilterContainer$1(props: FilterProps): react_jsx_runtime.JSX.Element;
|
|
144
|
+
declare namespace FilterContainer$1 {
|
|
145
145
|
var defaultProps: {
|
|
146
146
|
triggerButtonLabel: string;
|
|
147
147
|
triggerButtonProps: {
|
|
@@ -319,6 +319,10 @@ declare const Header: {
|
|
|
319
319
|
ToggleMenu: typeof HeaderToggleMenu;
|
|
320
320
|
};
|
|
321
321
|
|
|
322
|
+
declare function IconBarCode(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
323
|
+
|
|
324
|
+
declare function IconBlock$1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
325
|
+
|
|
322
326
|
declare function IconCadastro(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
323
327
|
|
|
324
328
|
declare function IconChevronDown(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
@@ -327,8 +331,14 @@ declare function IconCircle(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
|
327
331
|
|
|
328
332
|
declare function IconClientes(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
329
333
|
|
|
334
|
+
declare function IconClosePanel(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
335
|
+
|
|
336
|
+
declare function IconConfigs(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
337
|
+
|
|
330
338
|
declare function IconDashboard(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
331
339
|
|
|
340
|
+
declare function IconDocs(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
341
|
+
|
|
332
342
|
declare function IconDown(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
333
343
|
|
|
334
344
|
declare function IconErease(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
@@ -343,49 +353,57 @@ declare function IconExpandable(props: IconExpandableProps): react_jsx_runtime.J
|
|
|
343
353
|
|
|
344
354
|
declare function IconFilter(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
345
355
|
|
|
346
|
-
declare function
|
|
356
|
+
declare function IconHandShake(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
347
357
|
|
|
348
|
-
declare function
|
|
358
|
+
declare function IconHelp(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
349
359
|
|
|
350
|
-
declare function
|
|
360
|
+
declare function IconHistory(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
351
361
|
|
|
352
|
-
declare function
|
|
362
|
+
declare function IconKanban(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
353
363
|
|
|
354
|
-
declare function
|
|
364
|
+
declare function IconLogout(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
355
365
|
|
|
356
|
-
declare function
|
|
366
|
+
declare function IconMapPin(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
357
367
|
|
|
358
|
-
declare function
|
|
368
|
+
declare function IconMaps(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
359
369
|
|
|
360
370
|
declare function IconMenu(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
361
371
|
|
|
362
|
-
declare function
|
|
372
|
+
declare function IconNegociacao(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
363
373
|
|
|
364
|
-
declare function
|
|
374
|
+
declare function IconOpenPanel(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
365
375
|
|
|
366
376
|
declare function IconPasswords(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
367
377
|
|
|
368
|
-
declare function
|
|
378
|
+
declare function IconSearch(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
369
379
|
|
|
370
|
-
declare function
|
|
380
|
+
declare function IconStore(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
371
381
|
|
|
372
|
-
declare function
|
|
382
|
+
declare function IconTextCursor(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
373
383
|
|
|
374
|
-
declare function
|
|
384
|
+
declare function IconUsers(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
375
385
|
|
|
376
386
|
declare function IconVideo(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
377
387
|
|
|
378
388
|
declare function IconBlock(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
379
389
|
|
|
380
|
-
declare function
|
|
390
|
+
declare function IconContaBancaria(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
381
391
|
|
|
382
|
-
declare function
|
|
392
|
+
declare function IconGrupoLancamento(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
383
393
|
|
|
384
|
-
declare function
|
|
394
|
+
declare function IconHistoricoPadrao(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
385
395
|
|
|
386
|
-
declare function
|
|
396
|
+
declare function IconImovel(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
387
397
|
|
|
388
|
-
declare function
|
|
398
|
+
declare function Iconlancamento(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
399
|
+
|
|
400
|
+
declare function ChevronLeft(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
401
|
+
|
|
402
|
+
declare function ChevronRight(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
403
|
+
|
|
404
|
+
declare function IconCalendar(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
405
|
+
|
|
406
|
+
declare function IconSave(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
389
407
|
|
|
390
408
|
declare const Icon: {
|
|
391
409
|
Circle: typeof IconCircle;
|
|
@@ -405,20 +423,29 @@ declare const Icon: {
|
|
|
405
423
|
OpenPanel: typeof IconOpenPanel;
|
|
406
424
|
ClosePanel: typeof IconClosePanel;
|
|
407
425
|
Menu: typeof IconMenu;
|
|
408
|
-
Configs: typeof IconConfigs
|
|
409
|
-
Users: typeof IconUsers
|
|
426
|
+
Configs: typeof IconConfigs;
|
|
427
|
+
Users: typeof IconUsers;
|
|
410
428
|
Password: typeof IconPasswords;
|
|
411
429
|
Logout: typeof IconLogout;
|
|
412
430
|
History: typeof IconHistory;
|
|
413
431
|
Help: typeof IconHelp;
|
|
414
432
|
Video: typeof IconVideo;
|
|
415
433
|
Docs: typeof IconDocs;
|
|
416
|
-
Block: typeof IconBlock;
|
|
434
|
+
Block: typeof IconBlock$1;
|
|
417
435
|
Maps: typeof IconMaps;
|
|
418
436
|
MapPin: typeof IconMapPin;
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
437
|
+
HandShake: typeof IconHandShake;
|
|
438
|
+
Store: typeof IconStore;
|
|
439
|
+
Download: typeof IconBlock;
|
|
440
|
+
ContaBancaria: typeof IconContaBancaria;
|
|
441
|
+
GrupoLancamento: typeof IconGrupoLancamento;
|
|
442
|
+
HistoricoPadrao: typeof IconHistoricoPadrao;
|
|
443
|
+
Imovel: typeof IconImovel;
|
|
444
|
+
Lancamento: typeof Iconlancamento;
|
|
445
|
+
ChevronLeft: typeof ChevronLeft;
|
|
446
|
+
ChevronRight: typeof ChevronRight;
|
|
447
|
+
Calendar: typeof IconCalendar;
|
|
448
|
+
Save: typeof IconSave;
|
|
422
449
|
};
|
|
423
450
|
|
|
424
451
|
interface MenuItemProps {
|
|
@@ -531,4 +558,67 @@ declare const Dialog: {
|
|
|
531
558
|
ConfirmDelete: typeof DialogConfirmDelete;
|
|
532
559
|
};
|
|
533
560
|
|
|
534
|
-
|
|
561
|
+
declare function FilterAdvancedButton(): react_jsx_runtime.JSX.Element;
|
|
562
|
+
|
|
563
|
+
interface FilterAdvancedContainerProps {
|
|
564
|
+
children: ReactNode;
|
|
565
|
+
}
|
|
566
|
+
declare function FilterAdvancedContainer(props: FilterAdvancedContainerProps): react_jsx_runtime.JSX.Element;
|
|
567
|
+
|
|
568
|
+
declare function FilterContainer({ children }: {
|
|
569
|
+
children: ReactNode;
|
|
570
|
+
}): react_jsx_runtime.JSX.Element;
|
|
571
|
+
|
|
572
|
+
interface FilterProviderProps<T = any> {
|
|
573
|
+
children: ReactNode;
|
|
574
|
+
filterValues?: T;
|
|
575
|
+
storagePath?: string;
|
|
576
|
+
}
|
|
577
|
+
declare function FilterProvider<T>(props: FilterProviderProps<T>): react_jsx_runtime.JSX.Element;
|
|
578
|
+
|
|
579
|
+
interface FilterRootProps {
|
|
580
|
+
children: ReactNode;
|
|
581
|
+
}
|
|
582
|
+
declare function FilterRoot(props: FilterRootProps): react_jsx_runtime.JSX.Element;
|
|
583
|
+
|
|
584
|
+
interface FilterSearchTextFieldProps extends Omit<InputBaseProps, 'onChange'> {
|
|
585
|
+
onChange: (query: string) => void;
|
|
586
|
+
}
|
|
587
|
+
declare function FilterSearchTextField(props: FilterSearchTextFieldProps): react_jsx_runtime.JSX.Element;
|
|
588
|
+
|
|
589
|
+
declare function ApplyButton(): react_jsx_runtime.JSX.Element;
|
|
590
|
+
|
|
591
|
+
declare function ResetButton(): react_jsx_runtime.JSX.Element;
|
|
592
|
+
|
|
593
|
+
interface FilterAdvancedActionsContainerProps {
|
|
594
|
+
children: React__default.ReactNode;
|
|
595
|
+
}
|
|
596
|
+
declare function FilterAdvancedActionsContainer({ children, }: FilterAdvancedActionsContainerProps): react_jsx_runtime.JSX.Element;
|
|
597
|
+
|
|
598
|
+
interface FilterChipsProps {
|
|
599
|
+
children: ReactNode;
|
|
600
|
+
}
|
|
601
|
+
declare function FilterChips({ children: childrenProp, }: FilterChipsProps): react_jsx_runtime.JSX.Element;
|
|
602
|
+
|
|
603
|
+
interface FiltrerChipProps extends Omit<ChipProps, 'children'> {
|
|
604
|
+
children?: ReactNode;
|
|
605
|
+
name: string;
|
|
606
|
+
disabledDelete?: boolean;
|
|
607
|
+
}
|
|
608
|
+
declare function FiltrerChip(props: FiltrerChipProps): react_jsx_runtime.JSX.Element;
|
|
609
|
+
|
|
610
|
+
declare const Filter: {
|
|
611
|
+
Root: typeof FilterRoot;
|
|
612
|
+
SearchTextField: typeof FilterSearchTextField;
|
|
613
|
+
Container: typeof FilterContainer;
|
|
614
|
+
AdvancedContainer: typeof FilterAdvancedContainer;
|
|
615
|
+
AdvancedActionsContainer: typeof FilterAdvancedActionsContainer;
|
|
616
|
+
AdvancedButton: typeof FilterAdvancedButton;
|
|
617
|
+
Provider: typeof FilterProvider;
|
|
618
|
+
ApplyButton: typeof ApplyButton;
|
|
619
|
+
ResetButton: typeof ResetButton;
|
|
620
|
+
Chips: typeof FilterChips;
|
|
621
|
+
Chip: typeof FiltrerChip;
|
|
622
|
+
};
|
|
623
|
+
|
|
624
|
+
export { AlterarSenha, AlterarSenhaProps, Avatar, Breadcrumbs, BreadcrumbsItem, BreadcrumbsProps, Button, ButtonContainer, Checkbox, CheckboxProps, ColorsGrid, Content, ContentProps, ContentTitle, CurrencyCellStyle, CurrencyTextField, DataTable, DataTableOptions, DataTableOptionsProps, DataTableProps, DeleteContainer, DeleteContainerProps, Dialog$1 as Dialog, DialogProps, Dialog as DialogV2, DrawerMenu, DrawerMenuProps, Editable, EditableProps, Filter, FilterContainer$1 as FilterContainer, FilterControl, FilterProps, Flag, FormContainer, FormContainerProps, Header, Icon, LabelValue, LabelValueProps, Menu, MenuItemProps$1 as MenuItemProps, MioAuth, MioAuthProps, OptionStyles, PageTitle, PasswordTextField, Profile, ProfileProps, SearchTextField, Surface, Tooltip, TooltipProps, Transporter, TransporterProps, renderMenuItems, theme };
|