@xjur-ui/react 4.2.1 → 4.3.2
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/CHANGELOG.md +31 -0
- package/dist/components/accordion/index.js +1 -1
- package/dist/components/breadcrumb/breadcrumb-ellipsis.js +1 -1
- package/dist/components/breadcrumb/breadcrumb-separator.js +1 -1
- package/dist/components/chip/chip-icon.js +1 -1
- package/dist/components/chip/index.js +1 -1
- package/dist/components/controls/date-picker/date-picker-value.js +1 -1
- package/dist/components/controls/date-picker/index.js +1 -1
- package/dist/components/controls/input/input-icon.js +1 -1
- package/dist/components/controls/input/input-numeric-stepper.js +1 -1
- package/dist/components/custom/andamento-timeline/index.js +1 -1
- package/dist/components/custom/centro-custo/centro-custo-add-button.js +1 -1
- package/dist/components/custom/centro-custo/centro-custo-close-button.js +1 -1
- package/dist/components/custom/centro-custo/centro-custo-content.js +1 -1
- package/dist/components/custom/centro-custo/centro-custo-footer.js +1 -1
- package/dist/components/custom/centro-custo/centro-custo-trigger.js +1 -1
- package/dist/components/custom/empresa/empresa-add-button.js +1 -1
- package/dist/components/custom/empresa/empresa-close-button.js +1 -1
- package/dist/components/custom/empresa/empresa-content.js +1 -1
- package/dist/components/custom/empresa/empresa-footer.js +1 -1
- package/dist/components/custom/empresa/empresa-table.js +1 -1
- package/dist/components/custom/empresa/empresa-trigger.js +1 -1
- package/dist/components/custom/lista-nivelada/lista-nivelada-body.js +1 -1
- package/dist/components/custom/lista-nivelada/lista-nivelada-close-button.js +1 -1
- package/dist/components/custom/lista-nivelada/lista-nivelada-content.js +1 -1
- package/dist/components/custom/lista-nivelada/lista-nivelada-footer.js +1 -1
- package/dist/components/custom/lista-nivelada/lista-nivelada.js +1 -1
- package/dist/components/custom/lista-nivelada/navigation-grid.js +1 -1
- package/dist/components/custom/pessoa/pessoa-add-button.js +1 -1
- package/dist/components/custom/pessoa/pessoa-close-button.js +1 -1
- package/dist/components/custom/pessoa/pessoa-content.js +1 -1
- package/dist/components/custom/pessoa/pessoa-footer.js +1 -1
- package/dist/components/custom/pessoa/pessoa-trigger.js +1 -1
- package/dist/components/custom/relatorios/index.d.ts +8 -0
- package/dist/components/custom/relatorios/index.js +1 -0
- package/dist/components/custom/relatorios/relatorios-body.d.ts +5 -0
- package/dist/components/custom/relatorios/relatorios-body.js +1 -0
- package/dist/components/custom/relatorios/relatorios-content.d.ts +6 -0
- package/dist/components/custom/relatorios/relatorios-content.js +1 -0
- package/dist/components/custom/relatorios/relatorios-filters.d.ts +16 -0
- package/dist/components/custom/relatorios/relatorios-filters.js +1 -0
- package/dist/components/custom/relatorios/relatorios-header.d.ts +8 -0
- package/dist/components/custom/relatorios/relatorios-header.js +1 -0
- package/dist/components/custom/relatorios/relatorios-sidebar.d.ts +8 -0
- package/dist/components/custom/relatorios/relatorios-sidebar.js +1 -0
- package/dist/components/custom/relatorios/relatorios-table.d.ts +15 -0
- package/dist/components/custom/relatorios/relatorios-table.js +1 -0
- package/dist/components/custom/relatorios/relatorios-trigger.d.ts +3 -0
- package/dist/components/custom/relatorios/relatorios-trigger.js +1 -0
- package/dist/components/custom/relatorios/relatorios.d.ts +3 -0
- package/dist/components/custom/relatorios/relatorios.js +1 -0
- package/dist/components/custom/relatorios/relatorios.types.d.ts +42 -0
- package/dist/components/custom/relatorios/relatorios.types.js +0 -0
- package/dist/components/custom/xpay-valor-hora/index.d.ts +3 -0
- package/dist/components/custom/xpay-valor-hora/index.js +1 -0
- package/dist/components/custom/xpay-valor-hora/xpay-valor-hora-sidebar.d.ts +24 -0
- package/dist/components/custom/xpay-valor-hora/xpay-valor-hora-sidebar.js +1 -0
- package/dist/components/custom/xpay-valor-hora/xpay-valor-hora-table.d.ts +21 -0
- package/dist/components/custom/xpay-valor-hora/xpay-valor-hora-table.js +1 -0
- package/dist/components/custom/xpay-valor-hora/xpay-valor-hora.d.ts +11 -0
- package/dist/components/custom/xpay-valor-hora/xpay-valor-hora.js +1 -0
- package/dist/components/full-calendar/calendar-cell.js +1 -1
- package/dist/components/full-calendar/calendar-month-view.js +1 -1
- package/dist/components/full-calendar/calendar-view-renderer.js +1 -1
- package/dist/components/full-calendar/index.js +1 -1
- package/dist/components/icon/index.js +1 -1
- package/dist/components/password-panel/index.js +1 -1
- package/dist/components/password-panel/password-panel.d.ts +1 -1
- package/dist/components/password-panel/password-panel.js +1 -1
- package/dist/components/sheet/index.js +1 -1
- package/dist/components/sheet/sheet-close.js +1 -1
- package/dist/components/table/table-row.js +1 -1
- package/dist/components/table/table-sort.js +1 -1
- package/dist/components/tag/index.js +1 -1
- package/dist/components/tag/tag-icon.js +1 -1
- package/dist/components/upload/index.js +1 -1
- package/dist/index.css +1 -1
- package/dist/resources/icons.d.ts +1 -1
- package/dist/resources/icons.js +1 -1
- package/package.json +5 -3
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const customIcons: string[];
|
|
2
|
-
export declare const icons: readonly ["account_balance", "account_circle", "ad_units", "add_a_photo", "add", "adjust", "agenda", "analytics", "approval_delegation", "archive", "arrow_downward_alt", "arrow_downward", "arrow_drop_down", "arrow_drop_up", "arrow_split", "arrow_upward_alt", "arrow_upward", "article", "assignment_turned_in", "assignment", "attach_file", "attach_money", "audiencia", "autorenew", "badge", "bar_chart", "beenhere", "block", "brightness_1", "calendar_today", "call", "category", "chat_bubble", "check_circle", "check", "checklist", "chevron_left", "chevron_right", "close", "code", "cognition_2", "collapse_all", "compliance", "consultivo", "contacts", "contencioso", "content_copy", "contrato", "custom_contrato", "dangerous", "dashboard", "delete", "description", "download", "draft", "drafts", "drag_handle", "drag_indicator", "dual_screen", "edit_document", "edit_square", "edit", "error", "event", "expand_all", "expand_content", "favorite", "file_export", "filial", "filter_alt", "filter_list", "first_page", "flag_2", "folder_check_2", "folder_open", "folder", "format_bold", "format_italic", "format_list_bulleted", "format_list_numbered", "format_size", "format_strikethrough", "format_underlined", "gavel", "ged", "grid_view", "group", "headphones", "help", "history", "home", "hourglass_bottom", "hub", "id_card", "image", "imagesmode", "imobiliario", "import_contacts", "inbox", "info", "inventory_2", "keep", "keyboard_arrow_down", "keyboard_arrow_up", "keyboard_return", "label_off", "label", "last_page", "left_panel_close", "left_panel_open", "link_off", "link", "linked_services", "list", "location_on", "lock", "logout", "mail", "marcasepatentes", "menu", "mic", "more_horiz", "more_vert", "notifications", "numbers", "open_in_new", "paid", "payment_arrow_down", "pericia", "person_add", "person_off", "person_text", "person", "play_circle", "procuracao", "progress_activity", "question_mark", "radio_button_unchecked", "redo", "refresh", "regulatorio", "remove", "reply", "reports", "right_panel_close", "right_panel_open", "save", "schedule", "search", "security", "sell", "send", "settings", "share", "smart_display", "societario", "split_scene_left", "stacked_email", "star", "stylus_fountain_pen", "subdirectory_arrow_left", "subdirectory_arrow_right", "support_agent", "swap_vert", "task", "thumb_down", "thumb_up", "timer", "tune", "unarchive", "undo", "upload", "verified_user", "videocam", "view_list", "view_module", "view_object_track", "visibility_off", "visibility", "warning", "wifi_2_bar", "wifi_off", "wifi", "work", "workspaces", "xlearning", "xpay", "xsigner", "xfinder"];
|
|
2
|
+
export declare const icons: readonly ["account_balance", "account_circle", "ad_units", "add_a_photo", "add", "adjust", "agenda", "analytics", "approval_delegation", "archive", "arrow_downward_alt", "arrow_downward", "arrow_drop_down", "arrow_drop_up", "arrow_split", "arrow_upward_alt", "arrow_upward", "article", "assignment_turned_in", "assignment", "attach_file", "attach_money", "audiencia", "autorenew", "badge", "bar_chart", "beenhere", "block", "brightness_1", "calendar_today", "call", "category", "chat_bubble", "check_circle", "check", "checklist", "chevron_left", "chevron_right", "close", "code", "cognition_2", "collapse_all", "compliance", "consultivo", "contacts", "contencioso", "content_copy", "contrato", "custom_contrato", "dangerous", "colorize", "dark_mode", "dashboard", "delete", "description", "download", "draft", "drafts", "drag_handle", "drag_indicator", "dual_screen", "edit_document", "edit_square", "edit", "error", "event", "expand_all", "expand_content", "favorite", "file_export", "filial", "filter_alt", "filter_list", "first_page", "flag_2", "folder_check_2", "folder_open", "folder", "format_bold", "format_italic", "format_list_bulleted", "format_list_numbered", "format_size", "format_strikethrough", "format_underlined", "gavel", "ged", "grid_view", "group", "headphones", "help", "history", "home", "hourglass_bottom", "hub", "id_card", "image", "imagesmode", "imobiliario", "import_contacts", "inbox", "info", "inventory_2", "keep", "keyboard_arrow_down", "keyboard_arrow_up", "keyboard_return", "label_off", "label", "last_page", "left_panel_close", "left_panel_open", "light_mode", "link_off", "link", "linked_services", "list", "location_on", "lock", "logout", "mail", "marcasepatentes", "menu", "mic", "more_horiz", "more_vert", "notifications", "numbers", "open_in_new", "paid", "payment_arrow_down", "pericia", "person_add", "person_off", "person_text", "person", "play_circle", "procuracao", "progress_activity", "question_mark", "radio_button_unchecked", "redo", "refresh", "regulatorio", "remove", "reply", "reports", "right_panel_close", "right_panel_open", "save", "schedule", "search", "security", "sell", "send", "settings", "share", "smart_display", "societario", "split_scene_left", "stacked_email", "star", "stylus_fountain_pen", "subdirectory_arrow_left", "subdirectory_arrow_right", "support_agent", "swap_vert", "task", "thumb_down", "thumb_up", "timer", "tune", "unarchive", "undo", "upload", "verified_user", "videocam", "view_list", "view_module", "view_object_track", "visibility_off", "visibility", "warning", "wifi_2_bar", "wifi_off", "wifi", "work", "workspaces", "xlearning", "xpay", "xsigner", "xfinder"];
|
|
3
3
|
export type IconType = (typeof icons)[number];
|
package/dist/resources/icons.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var e=["agenda","contencioso","contrato","consultivo","xsigner","procuracao","xpay","imobiliario","marcasepatentes","ged","regulatorio","compliance","xlearning","societario","audiencia","pericia","custom_contrato","filial","xfinder"],o=["account_balance","account_circle","ad_units","add_a_photo","add","adjust","agenda","analytics","approval_delegation","archive","arrow_downward_alt","arrow_downward","arrow_drop_down","arrow_drop_up","arrow_split","arrow_upward_alt","arrow_upward","article","assignment_turned_in","assignment","attach_file","attach_money","audiencia","autorenew","badge","bar_chart","beenhere","block","brightness_1","calendar_today","call","category","chat_bubble","check_circle","check","checklist","chevron_left","chevron_right","close","code","cognition_2","collapse_all","compliance","consultivo","contacts","contencioso","content_copy","contrato","custom_contrato","dangerous","dashboard","delete","description","download","draft","drafts","drag_handle","drag_indicator","dual_screen","edit_document","edit_square","edit","error","event","expand_all","expand_content","favorite","file_export","filial","filter_alt","filter_list","first_page","flag_2","folder_check_2","folder_open","folder","format_bold","format_italic","format_list_bulleted","format_list_numbered","format_size","format_strikethrough","format_underlined","gavel","ged","grid_view","group","headphones","help","history","home","hourglass_bottom","hub","id_card","image","imagesmode","imobiliario","import_contacts","inbox","info","inventory_2","keep","keyboard_arrow_down","keyboard_arrow_up","keyboard_return","label_off","label","last_page","left_panel_close","left_panel_open","link_off","link","linked_services","list","location_on","lock","logout","mail","marcasepatentes","menu","mic","more_horiz","more_vert","notifications","numbers","open_in_new","paid","payment_arrow_down","pericia","person_add","person_off","person_text","person","play_circle","procuracao","progress_activity","question_mark","radio_button_unchecked","redo","refresh","regulatorio","remove","reply","reports","right_panel_close","right_panel_open","save","schedule","search","security","sell","send","settings","share","smart_display","societario","split_scene_left","stacked_email","star","stylus_fountain_pen","subdirectory_arrow_left","subdirectory_arrow_right","support_agent","swap_vert","task","thumb_down","thumb_up","timer","tune","unarchive","undo","upload","verified_user","videocam","view_list","view_module","view_object_track","visibility_off","visibility","warning","wifi_2_bar","wifi_off","wifi","work","workspaces","xlearning","xpay","xsigner","xfinder"];export{e as customIcons,o as icons};
|
|
1
|
+
var e=["agenda","contencioso","contrato","consultivo","xsigner","procuracao","xpay","imobiliario","marcasepatentes","ged","regulatorio","compliance","xlearning","societario","audiencia","pericia","custom_contrato","filial","xfinder"],o=["account_balance","account_circle","ad_units","add_a_photo","add","adjust","agenda","analytics","approval_delegation","archive","arrow_downward_alt","arrow_downward","arrow_drop_down","arrow_drop_up","arrow_split","arrow_upward_alt","arrow_upward","article","assignment_turned_in","assignment","attach_file","attach_money","audiencia","autorenew","badge","bar_chart","beenhere","block","brightness_1","calendar_today","call","category","chat_bubble","check_circle","check","checklist","chevron_left","chevron_right","close","code","cognition_2","collapse_all","compliance","consultivo","contacts","contencioso","content_copy","contrato","custom_contrato","dangerous","colorize","dark_mode","dashboard","delete","description","download","draft","drafts","drag_handle","drag_indicator","dual_screen","edit_document","edit_square","edit","error","event","expand_all","expand_content","favorite","file_export","filial","filter_alt","filter_list","first_page","flag_2","folder_check_2","folder_open","folder","format_bold","format_italic","format_list_bulleted","format_list_numbered","format_size","format_strikethrough","format_underlined","gavel","ged","grid_view","group","headphones","help","history","home","hourglass_bottom","hub","id_card","image","imagesmode","imobiliario","import_contacts","inbox","info","inventory_2","keep","keyboard_arrow_down","keyboard_arrow_up","keyboard_return","label_off","label","last_page","left_panel_close","left_panel_open","light_mode","link_off","link","linked_services","list","location_on","lock","logout","mail","marcasepatentes","menu","mic","more_horiz","more_vert","notifications","numbers","open_in_new","paid","payment_arrow_down","pericia","person_add","person_off","person_text","person","play_circle","procuracao","progress_activity","question_mark","radio_button_unchecked","redo","refresh","regulatorio","remove","reply","reports","right_panel_close","right_panel_open","save","schedule","search","security","sell","send","settings","share","smart_display","societario","split_scene_left","stacked_email","star","stylus_fountain_pen","subdirectory_arrow_left","subdirectory_arrow_right","support_agent","swap_vert","task","thumb_down","thumb_up","timer","tune","unarchive","undo","upload","verified_user","videocam","view_list","view_module","view_object_track","visibility_off","visibility","warning","wifi_2_bar","wifi_off","wifi","work","workspaces","xlearning","xpay","xsigner","xfinder"];export{e as customIcons,o as icons};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xjur-ui/react",
|
|
3
|
-
"version": "4.2
|
|
3
|
+
"version": "4.3.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React components for XJur Design System",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -46,6 +46,8 @@
|
|
|
46
46
|
"./status": "./dist/components/status/index.js",
|
|
47
47
|
"./empresa": "./dist/components/custom/empresa/index.js",
|
|
48
48
|
"./centro-custo": "./dist/components/custom/centro-custo/index.js",
|
|
49
|
+
"./xpay-valor-hora": "./dist/components/custom/xpay-valor-hora/index.js",
|
|
50
|
+
"./relatorios": "./dist/components/custom/relatorios/index.js",
|
|
49
51
|
"./navigation": "./dist/components/custom/index.js",
|
|
50
52
|
"./lista-nivelada": "./dist/components/custom/lista-nivelada/index.js",
|
|
51
53
|
"./password-panel": "./dist/components/password-panel/index.js",
|
|
@@ -132,8 +134,8 @@
|
|
|
132
134
|
"tailwindcss": "^4.1.11",
|
|
133
135
|
"tsup": "^8.5.0",
|
|
134
136
|
"typescript": "^5.9.3",
|
|
135
|
-
"@xjur-ui/
|
|
136
|
-
"@xjur-ui/
|
|
137
|
+
"@xjur-ui/eslint-config": "1.0.2",
|
|
138
|
+
"@xjur-ui/typescript-config": "1.0.2"
|
|
137
139
|
},
|
|
138
140
|
"scripts": {
|
|
139
141
|
"build": "tsup",
|