linear-react-components-ui 1.1.26-beta.2 → 1.1.26-beta.21
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/lib/@types/ColorStyles.d.ts +1 -0
- package/lib/@types/Position.d.ts +1 -0
- package/lib/_virtual/_commonjsHelpers.js +9 -0
- package/lib/_virtual/_commonjsHelpers.js.map +1 -0
- package/lib/_virtual/compiler-runtime.js +6 -0
- package/lib/_virtual/compiler-runtime.js.map +1 -0
- package/lib/_virtual/compiler-runtime2.js +5 -0
- package/lib/_virtual/compiler-runtime2.js.map +1 -0
- package/lib/_virtual/index.js +8 -0
- package/lib/_virtual/index.js.map +1 -0
- package/lib/_virtual/index2.js +5 -0
- package/lib/_virtual/index2.js.map +1 -0
- package/lib/_virtual/index3.js +5 -0
- package/lib/_virtual/index3.js.map +1 -0
- package/lib/_virtual/lodash.js +9 -0
- package/lib/_virtual/lodash.js.map +1 -0
- package/lib/_virtual/lodash2.js +5 -0
- package/lib/_virtual/lodash2.js.map +1 -0
- package/lib/_virtual/memoize.js +8 -0
- package/lib/_virtual/memoize.js.map +1 -0
- package/lib/_virtual/react-compiler-runtime.development.js +5 -0
- package/lib/_virtual/react-compiler-runtime.development.js.map +1 -0
- package/lib/_virtual/react-compiler-runtime.production.js +5 -0
- package/lib/_virtual/react-compiler-runtime.production.js.map +1 -0
- package/lib/_virtual/react-is.development.js +5 -0
- package/lib/_virtual/react-is.development.js.map +1 -0
- package/lib/_virtual/react-is.production.min.js +5 -0
- package/lib/_virtual/react-is.production.min.js.map +1 -0
- package/lib/alerts/AlertContainer.js +9 -2
- package/lib/alerts/AlertContainer.js.map +1 -0
- package/lib/alerts/AlertProvider.js +28 -21
- package/lib/alerts/AlertProvider.js.map +1 -0
- package/lib/alerts/BaseAlert.js +13 -9
- package/lib/alerts/BaseAlert.js.map +1 -0
- package/lib/alerts/Message.js +92 -64
- package/lib/alerts/Message.js.map +1 -0
- package/lib/alerts/helpers.js +1 -0
- package/lib/alerts/helpers.js.map +1 -0
- package/lib/alerts/index.d.ts +3 -3
- package/lib/alerts/index.js +3 -1
- package/lib/alerts/index.js.map +1 -0
- package/lib/alerts/withAlert.d.ts +2 -2
- package/lib/alerts/withAlert.js +12 -7
- package/lib/alerts/withAlert.js.map +1 -0
- package/lib/assets/styles/alerts.css +1 -0
- package/lib/assets/styles/badge.css +1 -0
- package/lib/assets/{button.css → styles/button.css} +1 -1
- package/lib/assets/styles/calendar.css +1 -0
- package/lib/assets/styles/checkbox.css +1 -0
- package/lib/assets/styles/checkbox2.css +1 -0
- package/lib/assets/styles/colorpicker.css +1 -0
- package/lib/assets/styles/datepicker.css +1 -0
- package/lib/assets/styles/datepicker2.css +1 -0
- package/lib/assets/styles/dialog.css +1 -0
- package/lib/assets/styles/drawers.css +1 -0
- package/lib/assets/styles/dropdown.css +1 -0
- package/lib/assets/{index12.css → styles/fieldset.css} +1 -1
- package/lib/assets/styles/file.css +1 -0
- package/lib/assets/styles/filefield.css +1 -0
- package/lib/assets/styles/floatMenu.css +1 -0
- package/lib/assets/styles/gridlayout.css +1 -0
- package/lib/assets/{InputTextBase.css → styles/input.css} +1 -1
- package/lib/assets/{label.css → styles/label.css} +1 -1
- package/lib/assets/styles/list.css +1 -0
- package/lib/assets/styles/multiSelect.css +1 -0
- package/lib/assets/styles/numberfield.css +1 -0
- package/lib/assets/styles/panel.css +1 -0
- package/lib/assets/styles/periodpicker.css +1 -0
- package/lib/assets/styles/progress.css +1 -0
- package/lib/assets/{radio.css → styles/radio.css} +1 -1
- package/lib/assets/styles/radiofield.css +1 -0
- package/lib/assets/styles/select.css +1 -0
- package/lib/assets/styles/selectfield.css +1 -0
- package/lib/assets/styles/shortcuts.css +1 -0
- package/lib/assets/styles/sidenav.css +1 -0
- package/lib/assets/styles/skeleton.css +1 -0
- package/lib/assets/styles/slot.css +1 -0
- package/lib/assets/styles/table.css +1 -0
- package/lib/assets/styles/tabs.css +1 -0
- package/lib/assets/styles/textfield.css +1 -0
- package/lib/assets/styles/toolbar.css +1 -0
- package/lib/assets/styles/tooltip.css +1 -0
- package/lib/assets/styles/treetable.css +1 -0
- package/lib/assets/styles/treeview.css +1 -0
- package/lib/assets/styles/uitour.css +1 -0
- package/lib/assets/styles/wizard.css +1 -0
- package/lib/avatar/index.js +48 -68
- package/lib/avatar/index.js.map +1 -0
- package/lib/badge/index.js +27 -23
- package/lib/badge/index.js.map +1 -0
- package/lib/buttons/ActivateButton.js +10 -4
- package/lib/buttons/ActivateButton.js.map +1 -0
- package/lib/buttons/AddButton.js +13 -5
- package/lib/buttons/AddButton.js.map +1 -0
- package/lib/buttons/Button.js +18 -6
- package/lib/buttons/Button.js.map +1 -0
- package/lib/buttons/CancelButton.js +15 -4
- package/lib/buttons/CancelButton.js.map +1 -0
- package/lib/buttons/DangerButton.js +16 -4
- package/lib/buttons/DangerButton.js.map +1 -0
- package/lib/buttons/DefaultButton.js +90 -120
- package/lib/buttons/DefaultButton.js.map +1 -0
- package/lib/buttons/DestroyButton.d.ts +1 -1
- package/lib/buttons/DestroyButton.js +17 -5
- package/lib/buttons/DestroyButton.js.map +1 -0
- package/lib/buttons/EditButton.js +10 -4
- package/lib/buttons/EditButton.js.map +1 -0
- package/lib/buttons/InactivateButton.js +10 -4
- package/lib/buttons/InactivateButton.js.map +1 -0
- package/lib/buttons/InfoButton.js +16 -4
- package/lib/buttons/InfoButton.js.map +1 -0
- package/lib/buttons/PrimaryButton.js +16 -4
- package/lib/buttons/PrimaryButton.js.map +1 -0
- package/lib/buttons/RestoreButton.js +10 -4
- package/lib/buttons/RestoreButton.js.map +1 -0
- package/lib/buttons/SaveButton.js +15 -4
- package/lib/buttons/SaveButton.js.map +1 -0
- package/lib/buttons/SuccessButton.js +15 -3
- package/lib/buttons/SuccessButton.js.map +1 -0
- package/lib/buttons/WarningButton.js +16 -4
- package/lib/buttons/WarningButton.js.map +1 -0
- package/lib/buttons/button_container/index.js +22 -16
- package/lib/buttons/button_container/index.js.map +1 -0
- package/lib/buttons/index.d.ts +1 -1
- package/lib/buttons/index.js +3 -1
- package/lib/buttons/index.js.map +1 -0
- package/lib/buttons/split_button/index.d.ts +2 -2
- package/lib/buttons/split_button/index.js +57 -57
- package/lib/buttons/split_button/index.js.map +1 -0
- package/lib/buttons/types.d.ts +6 -6
- package/lib/calendar/DangerCalendar.d.ts +1 -1
- package/lib/calendar/DangerCalendar.js +14 -4
- package/lib/calendar/DangerCalendar.js.map +1 -0
- package/lib/calendar/InfoCalendar.d.ts +1 -1
- package/lib/calendar/InfoCalendar.js +13 -3
- package/lib/calendar/InfoCalendar.js.map +1 -0
- package/lib/calendar/PrimaryCalendar.d.ts +1 -1
- package/lib/calendar/PrimaryCalendar.js +13 -3
- package/lib/calendar/PrimaryCalendar.js.map +1 -0
- package/lib/calendar/SuccessCalendar.d.ts +1 -1
- package/lib/calendar/SuccessCalendar.js +14 -4
- package/lib/calendar/SuccessCalendar.js.map +1 -0
- package/lib/calendar/WarningCalendar.d.ts +1 -1
- package/lib/calendar/WarningCalendar.js +14 -4
- package/lib/calendar/WarningCalendar.js.map +1 -0
- package/lib/calendar/base/helpers.d.ts +1 -2
- package/lib/calendar/base/helpers.js +30 -94
- package/lib/calendar/base/helpers.js.map +1 -0
- package/lib/calendar/base/index.js +167 -102
- package/lib/calendar/base/index.js.map +1 -0
- package/lib/calendar/index.js +1 -0
- package/lib/calendar/index.js.map +1 -0
- package/lib/checkbox/index.d.ts +1 -2
- package/lib/checkbox/index.js +97 -27
- package/lib/checkbox/index.js.map +1 -0
- package/lib/checkbox/types.d.ts +1 -0
- package/lib/dialog/Alert.js +20 -20
- package/lib/dialog/Alert.js.map +1 -0
- package/lib/dialog/Custom.js +44 -30
- package/lib/dialog/Custom.js.map +1 -0
- package/lib/dialog/Error.js +20 -20
- package/lib/dialog/Error.js.map +1 -0
- package/lib/dialog/Information.js +20 -20
- package/lib/dialog/Information.js.map +1 -0
- package/lib/dialog/Question.js +45 -60
- package/lib/dialog/Question.js.map +1 -0
- package/lib/dialog/Warning.js +20 -20
- package/lib/dialog/Warning.js.map +1 -0
- package/lib/dialog/base/Content.js +14 -4
- package/lib/dialog/base/Content.js.map +1 -0
- package/lib/dialog/base/Footer.js +9 -3
- package/lib/dialog/base/Footer.js.map +1 -0
- package/lib/dialog/base/Header.js +39 -5
- package/lib/dialog/base/Header.js.map +1 -0
- package/lib/dialog/base/index.d.ts +5 -2
- package/lib/dialog/base/index.js +180 -7
- package/lib/dialog/base/index.js.map +1 -0
- package/lib/dialog/base/style.js +10 -0
- package/lib/dialog/base/style.js.map +1 -0
- package/lib/dialog/form/index.d.ts +1 -2
- package/lib/dialog/form/index.js +109 -13
- package/lib/dialog/form/index.js.map +1 -0
- package/lib/dialog/index.js +4 -3
- package/lib/dialog/index.js.map +1 -0
- package/lib/dialog/types.d.ts +10 -5
- package/lib/dialog/wizard/index.d.ts +1 -2
- package/lib/dialog/wizard/index.js +65 -12
- package/lib/dialog/wizard/index.js.map +1 -0
- package/lib/dialog/wizard/progressbar.js +29 -3
- package/lib/dialog/wizard/progressbar.js.map +1 -0
- package/lib/dialog/wizard/step.js +17 -3
- package/lib/dialog/wizard/step.js.map +1 -0
- package/lib/dialog/wizard/useWizard.js +41 -27
- package/lib/dialog/wizard/useWizard.js.map +1 -0
- package/lib/drawer/Content.js +16 -8
- package/lib/drawer/Content.js.map +1 -0
- package/lib/drawer/Drawer.d.ts +1 -2
- package/lib/drawer/Drawer.js +63 -58
- package/lib/drawer/Drawer.js.map +1 -0
- package/lib/drawer/Header.js +54 -40
- package/lib/drawer/Header.js.map +1 -0
- package/lib/drawer/helpers.d.ts +1 -2
- package/lib/drawer/helpers.js +4 -3
- package/lib/drawer/helpers.js.map +1 -0
- package/lib/drawer/index.js +6 -4
- package/lib/drawer/index.js.map +1 -0
- package/lib/drawer/types.d.ts +4 -3
- package/lib/dropdown/Popup.js +19 -16
- package/lib/dropdown/Popup.js.map +1 -0
- package/lib/dropdown/index.d.ts +3 -0
- package/lib/dropdown/index.js +6 -0
- package/lib/dropdown/index.js.map +1 -0
- package/lib/dropdown/withDropdown.d.ts +3 -3
- package/lib/dropdown/withDropdown.js +77 -50
- package/lib/dropdown/withDropdown.js.map +1 -0
- package/lib/fieldset/index.js +67 -47
- package/lib/fieldset/index.js.map +1 -0
- package/lib/form/Field.js +107 -62
- package/lib/form/Field.js.map +1 -0
- package/lib/form/FieldArray.js +44 -69
- package/lib/form/FieldArray.js.map +1 -0
- package/lib/form/FieldNumber.js +52 -37
- package/lib/form/FieldNumber.js.map +1 -0
- package/lib/form/FieldPeriod.js +88 -59
- package/lib/form/FieldPeriod.js.map +1 -0
- package/lib/form/helpers.d.ts +2 -3
- package/lib/form/helpers.js +22 -19
- package/lib/form/helpers.js.map +1 -0
- package/lib/form/index.d.ts +1 -1
- package/lib/form/index.js +141 -137
- package/lib/form/index.js.map +1 -0
- package/lib/form/types.d.ts +14 -2
- package/lib/form/withFieldHOC.d.ts +2 -2
- package/lib/form/withFieldHOC.js +59 -48
- package/lib/form/withFieldHOC.js.map +1 -0
- package/lib/form/withFormSecurity.d.ts +3 -3
- package/lib/form/withFormSecurity.js +19 -21
- package/lib/form/withFormSecurity.js.map +1 -0
- package/lib/form2/helpers.d.ts +5 -0
- package/lib/form2/helpers.js +24 -0
- package/lib/form2/helpers.js.map +1 -0
- package/lib/form2/index.d.ts +7 -0
- package/lib/form2/index.js +23 -0
- package/lib/form2/index.js.map +1 -0
- package/lib/form2/types.d.ts +128 -0
- package/lib/form2/useForm/index.d.ts +3 -0
- package/lib/form2/useForm/index.js +117 -0
- package/lib/form2/useForm/index.js.map +1 -0
- package/lib/gridlayout/GridCol.js +22 -20
- package/lib/gridlayout/GridCol.js.map +1 -0
- package/lib/gridlayout/GridRow.js +24 -21
- package/lib/gridlayout/GridRow.js.map +1 -0
- package/lib/gridlayout/index.js +1 -0
- package/lib/gridlayout/index.js.map +1 -0
- package/lib/hint/helpers.js +10 -5
- package/lib/hint/helpers.js.map +1 -0
- package/lib/hint/index.js +29 -25
- package/lib/hint/index.js.map +1 -0
- package/lib/icons/helper.d.ts +20 -0
- package/lib/icons/helper.js +163 -569
- package/lib/icons/helper.js.map +1 -0
- package/lib/icons/index.d.ts +2 -5
- package/lib/icons/index.js +72 -57
- package/lib/icons/index.js.map +1 -0
- package/lib/icons/types.d.ts +2 -6
- package/lib/index.js +24 -25
- package/lib/index.js.map +1 -0
- package/lib/inputs/base/InputTextBase.js +142 -223
- package/lib/inputs/base/InputTextBase.js.map +1 -0
- package/lib/inputs/base/helpers.d.ts +3 -3
- package/lib/inputs/base/helpers.js +8 -5
- package/lib/inputs/base/helpers.js.map +1 -0
- package/lib/inputs/base/types.d.ts +6 -16
- package/lib/inputs/color/index.js +55 -75
- package/lib/inputs/color/index.js.map +1 -0
- package/lib/inputs/color/types.d.ts +1 -1
- package/lib/inputs/date/Dialog.js +16 -16
- package/lib/inputs/date/Dialog.js.map +1 -0
- package/lib/inputs/date/Dropdown.js +17 -14
- package/lib/inputs/date/Dropdown.js.map +1 -0
- package/lib/inputs/date/helpers.d.ts +30 -1
- package/lib/inputs/date/helpers.js +49 -7
- package/lib/inputs/date/helpers.js.map +1 -0
- package/lib/inputs/date/index.js +111 -156
- package/lib/inputs/date/index.js.map +1 -0
- package/lib/inputs/date/types.d.ts +3 -2
- package/lib/inputs/errorMessage/index.d.ts +1 -2
- package/lib/inputs/errorMessage/index.js +23 -13
- package/lib/inputs/errorMessage/index.js.map +1 -0
- package/lib/inputs/file/DefaultFile.js +66 -68
- package/lib/inputs/file/DefaultFile.js.map +1 -0
- package/lib/inputs/file/DragDropFile.js +99 -155
- package/lib/inputs/file/DragDropFile.js.map +1 -0
- package/lib/inputs/file/File.d.ts +1 -1
- package/lib/inputs/file/File.js +24 -40
- package/lib/inputs/file/File.js.map +1 -0
- package/lib/inputs/file/FileButtonSettings.js +22 -18
- package/lib/inputs/file/FileButtonSettings.js.map +1 -0
- package/lib/inputs/file/helpers.js +1 -0
- package/lib/inputs/file/helpers.js.map +1 -0
- package/lib/inputs/file/index.js +1 -0
- package/lib/inputs/file/index.js.map +1 -0
- package/lib/inputs/index.d.ts +14 -0
- package/lib/inputs/index.js +40 -0
- package/lib/inputs/index.js.map +1 -0
- package/lib/inputs/inputHOC.d.ts +2 -2
- package/lib/inputs/inputHOC.js +39 -21
- package/lib/inputs/inputHOC.js.map +1 -0
- package/lib/inputs/mask/BaseMask.d.ts +1 -1
- package/lib/inputs/mask/BaseMask.js +113 -2620
- package/lib/inputs/mask/BaseMask.js.map +1 -0
- package/lib/inputs/mask/Cnpj.js +43 -36
- package/lib/inputs/mask/Cnpj.js.map +1 -0
- package/lib/inputs/mask/Cpf.js +46 -33
- package/lib/inputs/mask/Cpf.js.map +1 -0
- package/lib/inputs/mask/Phone.js +11 -6
- package/lib/inputs/mask/Phone.js.map +1 -0
- package/lib/inputs/mask/ZipCode.js +10 -4
- package/lib/inputs/mask/ZipCode.js.map +1 -0
- package/lib/inputs/mask/helpers.d.ts +2 -49
- package/lib/inputs/mask/helpers.js +60 -54
- package/lib/inputs/mask/helpers.js.map +1 -0
- package/lib/inputs/mask/index.js +1 -0
- package/lib/inputs/mask/index.js.map +1 -0
- package/lib/inputs/mask/types.d.ts +2 -1
- package/lib/inputs/multiSelect/ActionButtons.js +37 -48
- package/lib/inputs/multiSelect/ActionButtons.js.map +1 -0
- package/lib/inputs/multiSelect/Dropdown.js +96 -133
- package/lib/inputs/multiSelect/Dropdown.js.map +1 -0
- package/lib/inputs/multiSelect/helper.js +5 -7
- package/lib/inputs/multiSelect/helper.js.map +1 -0
- package/lib/inputs/multiSelect/index.js +183 -127
- package/lib/inputs/multiSelect/index.js.map +1 -0
- package/lib/inputs/multiSelect/types.d.ts +3 -1
- package/lib/inputs/number/BaseNumber.js +49 -36
- package/lib/inputs/number/BaseNumber.js.map +1 -0
- package/lib/inputs/number/Currency.js +20 -12
- package/lib/inputs/number/Currency.js.map +1 -0
- package/lib/inputs/number/Decimal.js +10 -4
- package/lib/inputs/number/Decimal.js.map +1 -0
- package/lib/inputs/number/format_number.d.ts +1 -1
- package/lib/inputs/number/format_number.js +5 -5
- package/lib/inputs/number/format_number.js.map +1 -0
- package/lib/inputs/number/index.js +33 -35
- package/lib/inputs/number/index.js.map +1 -0
- package/lib/inputs/number/types.d.ts +3 -3
- package/lib/inputs/period/Dialog.js +17 -16
- package/lib/inputs/period/Dialog.js.map +1 -0
- package/lib/inputs/period/Dropdown.js +16 -15
- package/lib/inputs/period/Dropdown.js.map +1 -0
- package/lib/inputs/period/PeriodList.js +42 -27
- package/lib/inputs/period/PeriodList.js.map +1 -0
- package/lib/inputs/period/helper.js +20 -23
- package/lib/inputs/period/helper.js.map +1 -0
- package/lib/inputs/period/index.js +185 -337
- package/lib/inputs/period/index.js.map +1 -0
- package/lib/inputs/period/types.d.ts +4 -1
- package/lib/inputs/search/index.js +103 -72
- package/lib/inputs/search/index.js.map +1 -0
- package/lib/inputs/select/ActionButtons.js +25 -45
- package/lib/inputs/select/ActionButtons.js.map +1 -0
- package/lib/inputs/select/Dropdown.js +53 -101
- package/lib/inputs/select/Dropdown.js.map +1 -0
- package/lib/inputs/select/helper.d.ts +1 -1
- package/lib/inputs/select/helper.js +43 -45
- package/lib/inputs/select/helper.js.map +1 -0
- package/lib/inputs/select/index.js +25 -26
- package/lib/inputs/select/index.js.map +1 -0
- package/lib/inputs/select/multiple/Selecteds.d.ts +1 -1
- package/lib/inputs/select/multiple/Selecteds.js +25 -19
- package/lib/inputs/select/multiple/Selecteds.js.map +1 -0
- package/lib/inputs/select/multiple/index.js +104 -171
- package/lib/inputs/select/multiple/index.js.map +1 -0
- package/lib/inputs/select/simple/index.js +126 -193
- package/lib/inputs/select/simple/index.js.map +1 -0
- package/lib/inputs/select/types.d.ts +2 -0
- package/lib/inputs/text/index.js +10 -4
- package/lib/inputs/text/index.js.map +1 -0
- package/lib/inputs/text/types.d.ts +1 -4
- package/lib/inputs/textarea/index.js +13 -14
- package/lib/inputs/textarea/index.js.map +1 -0
- package/lib/inputs/types.d.ts +3 -2
- package/lib/inputs2/checkboxfield/index.d.ts +32 -0
- package/lib/inputs2/checkboxfield/index.js +114 -0
- package/lib/inputs2/checkboxfield/index.js.map +1 -0
- package/lib/inputs2/colorfield/index.d.ts +8 -0
- package/lib/inputs2/colorfield/index.js +89 -0
- package/lib/inputs2/colorfield/index.js.map +1 -0
- package/lib/inputs2/date/base/constants.d.ts +4 -0
- package/lib/inputs2/date/base/constants.js +39 -0
- package/lib/inputs2/date/base/constants.js.map +1 -0
- package/lib/inputs2/date/base/index.d.ts +6 -0
- package/lib/inputs2/date/base/index.js +134 -0
- package/lib/inputs2/date/base/index.js.map +1 -0
- package/lib/inputs2/date/datefield/calendarbox.d.ts +6 -0
- package/lib/inputs2/date/datefield/calendarbox.js +74 -0
- package/lib/inputs2/date/datefield/calendarbox.js.map +1 -0
- package/lib/inputs2/date/datefield/context.d.ts +4 -0
- package/lib/inputs2/date/datefield/context.js +12 -0
- package/lib/inputs2/date/datefield/context.js.map +1 -0
- package/lib/inputs2/date/datefield/index.d.ts +4 -0
- package/lib/inputs2/date/datefield/index.js +317 -0
- package/lib/inputs2/date/datefield/index.js.map +1 -0
- package/lib/inputs2/date/datefield/triggers.d.ts +8 -0
- package/lib/inputs2/date/datefield/triggers.js +30 -0
- package/lib/inputs2/date/datefield/triggers.js.map +1 -0
- package/lib/inputs2/date/datefield/types.d.ts +61 -0
- package/lib/inputs2/date/dateperiodfield/calendarbox.d.ts +6 -0
- package/lib/inputs2/date/dateperiodfield/calendarbox.js +94 -0
- package/lib/inputs2/date/dateperiodfield/calendarbox.js.map +1 -0
- package/lib/inputs2/date/dateperiodfield/context.d.ts +4 -0
- package/lib/inputs2/date/dateperiodfield/context.js +12 -0
- package/lib/inputs2/date/dateperiodfield/context.js.map +1 -0
- package/lib/inputs2/date/dateperiodfield/index.d.ts +4 -0
- package/lib/inputs2/date/dateperiodfield/index.js +522 -0
- package/lib/inputs2/date/dateperiodfield/index.js.map +1 -0
- package/lib/inputs2/date/dateperiodfield/triggers.d.ts +5 -0
- package/lib/inputs2/date/dateperiodfield/triggers.js +61 -0
- package/lib/inputs2/date/dateperiodfield/triggers.js.map +1 -0
- package/lib/inputs2/date/dateperiodfield/types.d.ts +99 -0
- package/lib/inputs2/date/helpers.d.ts +10 -0
- package/lib/inputs2/date/helpers.js +42 -0
- package/lib/inputs2/date/helpers.js.map +1 -0
- package/lib/inputs2/date/types.d.ts +59 -0
- package/lib/inputs2/date/types.js +5 -0
- package/lib/inputs2/date/types.js.map +1 -0
- package/lib/inputs2/filefield/index.d.ts +11 -0
- package/lib/inputs2/filefield/index.js +120 -0
- package/lib/inputs2/filefield/index.js.map +1 -0
- package/lib/inputs2/index.d.ts +16 -0
- package/lib/inputs2/index.js +33 -0
- package/lib/inputs2/index.js.map +1 -0
- package/lib/inputs2/mask/BaseMask.d.ts +13 -0
- package/lib/inputs2/mask/BaseMask.js +79 -0
- package/lib/inputs2/mask/BaseMask.js.map +1 -0
- package/lib/inputs2/mask/Cnpj.d.ts +8 -0
- package/lib/inputs2/mask/Cnpj.js +54 -0
- package/lib/inputs2/mask/Cnpj.js.map +1 -0
- package/lib/inputs2/mask/Cpf.d.ts +7 -0
- package/lib/inputs2/mask/Cpf.js +54 -0
- package/lib/inputs2/mask/Cpf.js.map +1 -0
- package/lib/inputs2/mask/Phone.d.ts +6 -0
- package/lib/inputs2/mask/Phone.js +22 -0
- package/lib/inputs2/mask/Phone.js.map +1 -0
- package/lib/inputs2/mask/ZipCode.d.ts +3 -0
- package/lib/inputs2/mask/ZipCode.js +20 -0
- package/lib/inputs2/mask/ZipCode.js.map +1 -0
- package/lib/inputs2/mask/helpers.d.ts +2 -0
- package/lib/inputs2/mask/helpers.js +34 -0
- package/lib/inputs2/mask/helpers.js.map +1 -0
- package/lib/inputs2/numberfield/currency.d.ts +3 -0
- package/lib/inputs2/numberfield/currency.js +111 -0
- package/lib/inputs2/numberfield/currency.js.map +1 -0
- package/lib/inputs2/numberfield/decimal.d.ts +3 -0
- package/lib/inputs2/numberfield/decimal.js +103 -0
- package/lib/inputs2/numberfield/decimal.js.map +1 -0
- package/lib/inputs2/numberfield/helpers.d.ts +28 -0
- package/lib/inputs2/numberfield/helpers.js +19 -0
- package/lib/inputs2/numberfield/helpers.js.map +1 -0
- package/lib/inputs2/numberfield/index.d.ts +7 -0
- package/lib/inputs2/numberfield/index.js +100 -0
- package/lib/inputs2/numberfield/index.js.map +1 -0
- package/lib/inputs2/numberfield/types.d.ts +26 -0
- package/lib/inputs2/radiofield/index.d.ts +4 -0
- package/lib/inputs2/radiofield/index.js +114 -0
- package/lib/inputs2/radiofield/index.js.map +1 -0
- package/lib/inputs2/radiofield/types.d.ts +31 -0
- package/lib/inputs2/selectfield/context.d.ts +38 -0
- package/lib/inputs2/selectfield/context.js +12 -0
- package/lib/inputs2/selectfield/context.js.map +1 -0
- package/lib/inputs2/selectfield/helpers.d.ts +5 -0
- package/lib/inputs2/selectfield/helpers.js +17 -0
- package/lib/inputs2/selectfield/helpers.js.map +1 -0
- package/lib/inputs2/selectfield/index.d.ts +8 -0
- package/lib/inputs2/selectfield/index.js +410 -0
- package/lib/inputs2/selectfield/index.js.map +1 -0
- package/lib/inputs2/selectfield/item.d.ts +11 -0
- package/lib/inputs2/selectfield/item.js +57 -0
- package/lib/inputs2/selectfield/item.js.map +1 -0
- package/lib/inputs2/selectfield/listbox.d.ts +7 -0
- package/lib/inputs2/selectfield/listbox.js +73 -0
- package/lib/inputs2/selectfield/listbox.js.map +1 -0
- package/lib/inputs2/selectfield/options.d.ts +8 -0
- package/lib/inputs2/selectfield/options.js +20 -0
- package/lib/inputs2/selectfield/options.js.map +1 -0
- package/lib/inputs2/selectfield/search.d.ts +6 -0
- package/lib/inputs2/selectfield/search.js +58 -0
- package/lib/inputs2/selectfield/search.js.map +1 -0
- package/lib/inputs2/selectfield/selections.d.ts +9 -0
- package/lib/inputs2/selectfield/selections.js +66 -0
- package/lib/inputs2/selectfield/selections.js.map +1 -0
- package/lib/inputs2/selectfield/simple.d.ts +9 -0
- package/lib/inputs2/selectfield/simple.js +24 -0
- package/lib/inputs2/selectfield/simple.js.map +1 -0
- package/lib/inputs2/selectfield/triggers.d.ts +8 -0
- package/lib/inputs2/selectfield/triggers.js +82 -0
- package/lib/inputs2/selectfield/triggers.js.map +1 -0
- package/lib/inputs2/selectfield/types.d.ts +53 -0
- package/lib/inputs2/selectfield/types.js +6 -0
- package/lib/inputs2/selectfield/types.js.map +1 -0
- package/lib/inputs2/slot/index.d.ts +17 -0
- package/lib/inputs2/slot/index.js +50 -0
- package/lib/inputs2/slot/index.js.map +1 -0
- package/lib/inputs2/textareafield/index.d.ts +30 -0
- package/lib/inputs2/textareafield/index.js +136 -0
- package/lib/inputs2/textareafield/index.js.map +1 -0
- package/lib/inputs2/textfield/index.d.ts +30 -0
- package/lib/inputs2/textfield/index.js +109 -0
- package/lib/inputs2/textfield/index.js.map +1 -0
- package/lib/internals/colorStyles.js +1 -0
- package/lib/internals/colorStyles.js.map +1 -0
- package/lib/internals/constants.d.ts +3 -0
- package/lib/internals/constants.js +6 -3
- package/lib/internals/constants.js.map +1 -0
- package/lib/internals/types.d.ts +0 -15
- package/lib/labelMessages/index.js +52 -45
- package/lib/labelMessages/index.js.map +1 -0
- package/lib/labels/DangerLabel.d.ts +1 -1
- package/lib/labels/DangerLabel.js +14 -4
- package/lib/labels/DangerLabel.js.map +1 -0
- package/lib/labels/DefaultLabel.d.ts +2 -5
- package/lib/labels/DefaultLabel.js +61 -39
- package/lib/labels/DefaultLabel.js.map +1 -0
- package/lib/labels/InfoLabel.d.ts +1 -1
- package/lib/labels/InfoLabel.js +14 -4
- package/lib/labels/InfoLabel.js.map +1 -0
- package/lib/labels/PrimaryLabel.d.ts +1 -1
- package/lib/labels/PrimaryLabel.js +14 -4
- package/lib/labels/PrimaryLabel.js.map +1 -0
- package/lib/labels/SuccessLabel.d.ts +1 -1
- package/lib/labels/SuccessLabel.js +14 -4
- package/lib/labels/SuccessLabel.js.map +1 -0
- package/lib/labels/WarningLabel.d.ts +1 -1
- package/lib/labels/WarningLabel.js +14 -4
- package/lib/labels/WarningLabel.js.map +1 -0
- package/lib/labels/index.d.ts +1 -1
- package/lib/labels/index.js +7 -5
- package/lib/labels/index.js.map +1 -0
- package/lib/labels/label_container/index.js +16 -9
- package/lib/labels/label_container/index.js.map +1 -0
- package/lib/labels/types.d.ts +4 -7
- package/lib/list/Header.js +19 -6
- package/lib/list/Header.js.map +1 -0
- package/lib/list/Item.d.ts +2 -5
- package/lib/list/Item.js +149 -11
- package/lib/list/Item.js.map +1 -0
- package/lib/list/Separator.js +9 -3
- package/lib/list/Separator.js.map +1 -0
- package/lib/list/helpers.d.ts +1 -2
- package/lib/list/helpers.js +6 -7
- package/lib/list/helpers.js.map +1 -0
- package/lib/list/index.js +70 -65
- package/lib/list/index.js.map +1 -0
- package/lib/list/types.d.ts +5 -8
- package/lib/menus/float/MenuItem.js +51 -53
- package/lib/menus/float/MenuItem.js.map +1 -0
- package/lib/menus/float/SubMenuContainer.d.ts +10 -10
- package/lib/menus/float/SubMenuContainer.js +78 -0
- package/lib/menus/float/SubMenuContainer.js.map +1 -0
- package/lib/menus/float/helpers.d.ts +1 -2
- package/lib/menus/float/helpers.js +3 -2
- package/lib/menus/float/helpers.js.map +1 -0
- package/lib/menus/float/index.js +41 -88
- package/lib/menus/float/index.js.map +1 -0
- package/lib/menus/index.js +1 -0
- package/lib/menus/index.js.map +1 -0
- package/lib/menus/sidenav/ExpandMenu.js +18 -15
- package/lib/menus/sidenav/ExpandMenu.js.map +1 -0
- package/lib/menus/sidenav/MenuLink.d.ts +2 -5
- package/lib/menus/sidenav/MenuLink.js +29 -14
- package/lib/menus/sidenav/MenuLink.js.map +1 -0
- package/lib/menus/sidenav/NavMenuGroup.js +20 -14
- package/lib/menus/sidenav/NavMenuGroup.js.map +1 -0
- package/lib/menus/sidenav/NavMenuItem.d.ts +2 -5
- package/lib/menus/sidenav/NavMenuItem.js +136 -111
- package/lib/menus/sidenav/NavMenuItem.js.map +1 -0
- package/lib/menus/sidenav/NavSubMenuItem.js +37 -20
- package/lib/menus/sidenav/NavSubMenuItem.js.map +1 -0
- package/lib/menus/sidenav/helpers.d.ts +2 -3
- package/lib/menus/sidenav/helpers.js +8 -7
- package/lib/menus/sidenav/helpers.js.map +1 -0
- package/lib/menus/sidenav/index.js +145 -121
- package/lib/menus/sidenav/index.js.map +1 -0
- package/lib/menus/sidenav/popup_menu_search/EmptyList.js +22 -17
- package/lib/menus/sidenav/popup_menu_search/EmptyList.js.map +1 -0
- package/lib/menus/sidenav/popup_menu_search/index.d.ts +1 -2
- package/lib/menus/sidenav/popup_menu_search/index.js +35 -68
- package/lib/menus/sidenav/popup_menu_search/index.js.map +1 -0
- package/lib/menus/sidenav/types.d.ts +5 -5
- package/lib/noPermission/index.js +15 -9
- package/lib/noPermission/index.js.map +1 -0
- package/lib/node_modules/imask/esm/controls/html-contenteditable-mask-element.js +35 -0
- package/lib/node_modules/imask/esm/controls/html-contenteditable-mask-element.js.map +1 -0
- package/lib/node_modules/imask/esm/controls/html-input-mask-element.js +32 -0
- package/lib/node_modules/imask/esm/controls/html-input-mask-element.js.map +1 -0
- package/lib/node_modules/imask/esm/controls/html-mask-element.js +49 -0
- package/lib/node_modules/imask/esm/controls/html-mask-element.js.map +1 -0
- package/lib/node_modules/imask/esm/controls/input-history.js +31 -0
- package/lib/node_modules/imask/esm/controls/input-history.js.map +1 -0
- package/lib/node_modules/imask/esm/controls/input.js +223 -0
- package/lib/node_modules/imask/esm/controls/input.js.map +1 -0
- package/lib/node_modules/imask/esm/controls/mask-element.js +44 -0
- package/lib/node_modules/imask/esm/controls/mask-element.js.map +1 -0
- package/lib/node_modules/imask/esm/core/action-details.js +52 -0
- package/lib/node_modules/imask/esm/core/action-details.js.map +1 -0
- package/lib/node_modules/imask/esm/core/change-details.js +37 -0
- package/lib/node_modules/imask/esm/core/change-details.js.map +1 -0
- package/lib/node_modules/imask/esm/core/continuous-tail-details.js +43 -0
- package/lib/node_modules/imask/esm/core/continuous-tail-details.js.map +1 -0
- package/lib/node_modules/imask/esm/core/holder.js +7 -0
- package/lib/node_modules/imask/esm/core/holder.js.map +1 -0
- package/lib/node_modules/imask/esm/core/utils.js +68 -0
- package/lib/node_modules/imask/esm/core/utils.js.map +1 -0
- package/lib/node_modules/imask/esm/index.js +51 -0
- package/lib/node_modules/imask/esm/index.js.map +1 -0
- package/lib/node_modules/imask/esm/masked/base.js +253 -0
- package/lib/node_modules/imask/esm/masked/base.js.map +1 -0
- package/lib/node_modules/imask/esm/masked/date.js +118 -0
- package/lib/node_modules/imask/esm/masked/date.js.map +1 -0
- package/lib/node_modules/imask/esm/masked/dynamic.js +223 -0
- package/lib/node_modules/imask/esm/masked/dynamic.js.map +1 -0
- package/lib/node_modules/imask/esm/masked/enum.js +70 -0
- package/lib/node_modules/imask/esm/masked/enum.js.map +1 -0
- package/lib/node_modules/imask/esm/masked/factory.js +47 -0
- package/lib/node_modules/imask/esm/masked/factory.js.map +1 -0
- package/lib/node_modules/imask/esm/masked/function.js +24 -0
- package/lib/node_modules/imask/esm/masked/function.js.map +1 -0
- package/lib/node_modules/imask/esm/masked/number.js +213 -0
- package/lib/node_modules/imask/esm/masked/number.js.map +1 -0
- package/lib/node_modules/imask/esm/masked/pattern/chunk-tail-details.js +104 -0
- package/lib/node_modules/imask/esm/masked/pattern/chunk-tail-details.js.map +1 -0
- package/lib/node_modules/imask/esm/masked/pattern/cursor.js +101 -0
- package/lib/node_modules/imask/esm/masked/pattern/cursor.js.map +1 -0
- package/lib/node_modules/imask/esm/masked/pattern/fixed-definition.js +103 -0
- package/lib/node_modules/imask/esm/masked/pattern/fixed-definition.js.map +1 -0
- package/lib/node_modules/imask/esm/masked/pattern/input-definition.js +134 -0
- package/lib/node_modules/imask/esm/masked/pattern/input-definition.js.map +1 -0
- package/lib/node_modules/imask/esm/masked/pattern.js +323 -0
- package/lib/node_modules/imask/esm/masked/pattern.js.map +1 -0
- package/lib/node_modules/imask/esm/masked/pipe.js +24 -0
- package/lib/node_modules/imask/esm/masked/pipe.js.map +1 -0
- package/lib/node_modules/imask/esm/masked/range.js +79 -0
- package/lib/node_modules/imask/esm/masked/range.js.map +1 -0
- package/lib/node_modules/imask/esm/masked/regexp.js +22 -0
- package/lib/node_modules/imask/esm/masked/regexp.js.map +1 -0
- package/lib/node_modules/imask/esm/masked/repeat.js +105 -0
- package/lib/node_modules/imask/esm/masked/repeat.js.map +1 -0
- package/lib/node_modules/lodash/_Hash.js +23 -0
- package/lib/node_modules/lodash/_Hash.js.map +1 -0
- package/lib/node_modules/lodash/_ListCache.js +23 -0
- package/lib/node_modules/lodash/_ListCache.js.map +1 -0
- package/lib/node_modules/lodash/_Map.js +13 -0
- package/lib/node_modules/lodash/_Map.js.map +1 -0
- package/lib/node_modules/lodash/_MapCache.js +23 -0
- package/lib/node_modules/lodash/_MapCache.js.map +1 -0
- package/lib/node_modules/lodash/_Symbol.js +12 -0
- package/lib/node_modules/lodash/_Symbol.js.map +1 -0
- package/lib/node_modules/lodash/_assocIndexOf.js +18 -0
- package/lib/node_modules/lodash/_assocIndexOf.js.map +1 -0
- package/lib/node_modules/lodash/_baseGetTag.js +17 -0
- package/lib/node_modules/lodash/_baseGetTag.js.map +1 -0
- package/lib/node_modules/lodash/_baseIsNative.js +23 -0
- package/lib/node_modules/lodash/_baseIsNative.js.map +1 -0
- package/lib/node_modules/lodash/_coreJsData.js +12 -0
- package/lib/node_modules/lodash/_coreJsData.js.map +1 -0
- package/lib/node_modules/lodash/_freeGlobal.js +12 -0
- package/lib/node_modules/lodash/_freeGlobal.js.map +1 -0
- package/lib/node_modules/lodash/_getMapData.js +16 -0
- package/lib/node_modules/lodash/_getMapData.js.map +1 -0
- package/lib/node_modules/lodash/_getNative.js +17 -0
- package/lib/node_modules/lodash/_getNative.js.map +1 -0
- package/lib/node_modules/lodash/_getRawTag.js +22 -0
- package/lib/node_modules/lodash/_getRawTag.js.map +1 -0
- package/lib/node_modules/lodash/_getValue.js +13 -0
- package/lib/node_modules/lodash/_getValue.js.map +1 -0
- package/lib/node_modules/lodash/_hashClear.js +15 -0
- package/lib/node_modules/lodash/_hashClear.js.map +1 -0
- package/lib/node_modules/lodash/_hashDelete.js +14 -0
- package/lib/node_modules/lodash/_hashDelete.js.map +1 -0
- package/lib/node_modules/lodash/_hashGet.js +20 -0
- package/lib/node_modules/lodash/_hashGet.js.map +1 -0
- package/lib/node_modules/lodash/_hashHas.js +16 -0
- package/lib/node_modules/lodash/_hashHas.js.map +1 -0
- package/lib/node_modules/lodash/_hashSet.js +16 -0
- package/lib/node_modules/lodash/_hashSet.js.map +1 -0
- package/lib/node_modules/lodash/_isKeyable.js +14 -0
- package/lib/node_modules/lodash/_isKeyable.js.map +1 -0
- package/lib/node_modules/lodash/_isMasked.js +18 -0
- package/lib/node_modules/lodash/_isMasked.js.map +1 -0
- package/lib/node_modules/lodash/_listCacheClear.js +13 -0
- package/lib/node_modules/lodash/_listCacheClear.js.map +1 -0
- package/lib/node_modules/lodash/_listCacheDelete.js +19 -0
- package/lib/node_modules/lodash/_listCacheDelete.js.map +1 -0
- package/lib/node_modules/lodash/_listCacheGet.js +16 -0
- package/lib/node_modules/lodash/_listCacheGet.js.map +1 -0
- package/lib/node_modules/lodash/_listCacheHas.js +15 -0
- package/lib/node_modules/lodash/_listCacheHas.js.map +1 -0
- package/lib/node_modules/lodash/_listCacheSet.js +16 -0
- package/lib/node_modules/lodash/_listCacheSet.js.map +1 -0
- package/lib/node_modules/lodash/_mapCacheClear.js +21 -0
- package/lib/node_modules/lodash/_mapCacheClear.js.map +1 -0
- package/lib/node_modules/lodash/_mapCacheDelete.js +16 -0
- package/lib/node_modules/lodash/_mapCacheDelete.js.map +1 -0
- package/lib/node_modules/lodash/_mapCacheGet.js +15 -0
- package/lib/node_modules/lodash/_mapCacheGet.js.map +1 -0
- package/lib/node_modules/lodash/_mapCacheHas.js +15 -0
- package/lib/node_modules/lodash/_mapCacheHas.js.map +1 -0
- package/lib/node_modules/lodash/_mapCacheSet.js +16 -0
- package/lib/node_modules/lodash/_mapCacheSet.js.map +1 -0
- package/lib/node_modules/lodash/_nativeCreate.js +12 -0
- package/lib/node_modules/lodash/_nativeCreate.js.map +1 -0
- package/lib/node_modules/lodash/_objectToString.js +14 -0
- package/lib/node_modules/lodash/_objectToString.js.map +1 -0
- package/lib/node_modules/lodash/_root.js +12 -0
- package/lib/node_modules/lodash/_root.js.map +1 -0
- package/lib/node_modules/lodash/_toSource.js +24 -0
- package/lib/node_modules/lodash/_toSource.js.map +1 -0
- package/lib/node_modules/lodash/eq.js +13 -0
- package/lib/node_modules/lodash/eq.js.map +1 -0
- package/lib/node_modules/lodash/isFunction.js +19 -0
- package/lib/node_modules/lodash/isFunction.js.map +1 -0
- package/lib/node_modules/lodash/isObject.js +14 -0
- package/lib/node_modules/lodash/isObject.js.map +1 -0
- package/lib/node_modules/lodash/lodash.js +3678 -0
- package/lib/node_modules/lodash/lodash.js.map +1 -0
- package/lib/node_modules/lodash/memoize.js +24 -0
- package/lib/node_modules/lodash/memoize.js.map +1 -0
- package/lib/node_modules/moment/dist/moment.js +2590 -0
- package/lib/node_modules/moment/dist/moment.js.map +1 -0
- package/lib/node_modules/object-assign/index.js +55 -0
- package/lib/node_modules/object-assign/index.js.map +1 -0
- package/lib/node_modules/prop-types/checkPropTypes.js +55 -0
- package/lib/node_modules/prop-types/checkPropTypes.js.map +1 -0
- package/lib/node_modules/prop-types/factoryWithThrowingShims.js +53 -0
- package/lib/node_modules/prop-types/factoryWithThrowingShims.js.map +1 -0
- package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +330 -0
- package/lib/node_modules/prop-types/factoryWithTypeCheckers.js.map +1 -0
- package/lib/node_modules/prop-types/index.js +18 -0
- package/lib/node_modules/prop-types/index.js.map +1 -0
- package/lib/node_modules/prop-types/lib/ReactPropTypesSecret.js +11 -0
- package/lib/node_modules/prop-types/lib/ReactPropTypesSecret.js.map +1 -0
- package/lib/node_modules/prop-types/lib/has.js +8 -0
- package/lib/node_modules/prop-types/lib/has.js.map +1 -0
- package/lib/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +96 -0
- package/lib/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js.map +1 -0
- package/lib/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +79 -0
- package/lib/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
- package/lib/node_modules/prop-types/node_modules/react-is/index.js +11 -0
- package/lib/node_modules/prop-types/node_modules/react-is/index.js.map +1 -0
- package/lib/node_modules/react/cjs/react-compiler-runtime.development.js +31 -0
- package/lib/node_modules/react/cjs/react-compiler-runtime.development.js.map +1 -0
- package/lib/node_modules/react/cjs/react-compiler-runtime.production.js +24 -0
- package/lib/node_modules/react/cjs/react-compiler-runtime.production.js.map +1 -0
- package/lib/node_modules/react/compiler-runtime.js +11 -0
- package/lib/node_modules/react/compiler-runtime.js.map +1 -0
- package/lib/node_modules/react-imask/esm/hook.js +76 -0
- package/lib/node_modules/react-imask/esm/hook.js.map +1 -0
- package/lib/node_modules/react-imask/esm/input.js +24 -0
- package/lib/node_modules/react-imask/esm/input.js.map +1 -0
- package/lib/node_modules/react-imask/esm/mixin.js +132 -0
- package/lib/node_modules/react-imask/esm/mixin.js.map +1 -0
- package/lib/node_modules/uuid/dist/native.js +5 -0
- package/lib/node_modules/uuid/dist/native.js.map +1 -0
- package/lib/node_modules/uuid/dist/rng.js +14 -0
- package/lib/node_modules/uuid/dist/rng.js.map +1 -0
- package/lib/node_modules/uuid/dist/stringify.js +10 -0
- package/lib/node_modules/uuid/dist/stringify.js.map +1 -0
- package/lib/node_modules/uuid/dist/v1.js +35 -0
- package/lib/node_modules/uuid/dist/v1.js.map +1 -0
- package/lib/node_modules/uuid/dist/v4.js +17 -0
- package/lib/node_modules/uuid/dist/v4.js.map +1 -0
- package/lib/panel/Content.js +51 -38
- package/lib/panel/Content.js.map +1 -0
- package/lib/panel/DangerPanel.js +10 -4
- package/lib/panel/DangerPanel.js.map +1 -0
- package/lib/panel/Default.js +63 -37
- package/lib/panel/Default.js.map +1 -0
- package/lib/panel/Header.js +48 -37
- package/lib/panel/Header.js.map +1 -0
- package/lib/panel/InfoPanel.js +11 -5
- package/lib/panel/InfoPanel.js.map +1 -0
- package/lib/panel/PrimaryPanel.js +10 -4
- package/lib/panel/PrimaryPanel.js.map +1 -0
- package/lib/panel/SuccessPanel.js +11 -5
- package/lib/panel/SuccessPanel.js.map +1 -0
- package/lib/panel/WarningPanel.js +10 -4
- package/lib/panel/WarningPanel.js.map +1 -0
- package/lib/panel/helpers.d.ts +1 -2
- package/lib/panel/helpers.js +10 -6
- package/lib/panel/helpers.js.map +1 -0
- package/lib/panel/index.js +2 -1
- package/lib/panel/index.js.map +1 -0
- package/lib/permissionValidations.js +16 -11
- package/lib/permissionValidations.js.map +1 -0
- package/lib/popover/PopoverText.d.ts +1 -2
- package/lib/popover/PopoverText.js +14 -5
- package/lib/popover/PopoverText.js.map +1 -0
- package/lib/popover/PopoverTitle.js +11 -3
- package/lib/popover/PopoverTitle.js.map +1 -0
- package/lib/popover/index.js +39 -57
- package/lib/popover/index.js.map +1 -0
- package/lib/popover/types.d.ts +1 -0
- package/lib/progress/Bar.js +46 -36
- package/lib/progress/Bar.js.map +1 -0
- package/lib/progress/index.js +25 -18
- package/lib/progress/index.js.map +1 -0
- package/lib/radio/index.d.ts +4 -1
- package/lib/radio/index.js +108 -90
- package/lib/radio/index.js.map +1 -0
- package/lib/shortcuts/index.js +22 -7
- package/lib/shortcuts/index.js.map +1 -0
- package/lib/skeleton/SkeletonContainer.js +17 -6
- package/lib/skeleton/SkeletonContainer.js.map +1 -0
- package/lib/skeleton/index.js +43 -19
- package/lib/skeleton/index.js.map +1 -0
- package/lib/spinner/SpinnerLoading.js +54 -16
- package/lib/spinner/SpinnerLoading.js.map +1 -0
- package/lib/spinner/index.d.ts +2 -0
- package/lib/spinner/index.js +49 -36
- package/lib/spinner/index.js.map +1 -0
- package/lib/spinner/types.d.ts +2 -2
- package/lib/split/Split.js +66 -61
- package/lib/split/Split.js.map +1 -0
- package/lib/split/SplitSide.js +25 -16
- package/lib/split/SplitSide.js.map +1 -0
- package/lib/split/helpers.d.ts +1 -2
- package/lib/split/helpers.js +3 -2
- package/lib/split/helpers.js.map +1 -0
- package/lib/split/index.js +6 -4
- package/lib/split/index.js.map +1 -0
- package/lib/table/Body.js +41 -54
- package/lib/table/Body.js.map +1 -0
- package/lib/table/Header.js +46 -35
- package/lib/table/Header.js.map +1 -0
- package/lib/table/HeaderColumn.js +41 -27
- package/lib/table/HeaderColumn.js.map +1 -0
- package/lib/table/Row.js +48 -48
- package/lib/table/Row.js.map +1 -0
- package/lib/table/RowColumn.js +51 -38
- package/lib/table/RowColumn.js.map +1 -0
- package/lib/table/helpers.d.ts +2 -3
- package/lib/table/helpers.js +8 -5
- package/lib/table/helpers.js.map +1 -0
- package/lib/table/index.js +101 -105
- package/lib/table/index.js.map +1 -0
- package/lib/table/types.d.ts +1 -0
- package/lib/tabs/DropdownTabs.js +70 -76
- package/lib/tabs/DropdownTabs.js.map +1 -0
- package/lib/tabs/Menu.d.ts +1 -1
- package/lib/tabs/Menu.js +37 -49
- package/lib/tabs/Menu.js.map +1 -0
- package/lib/tabs/MenuTabs.d.ts +1 -2
- package/lib/tabs/MenuTabs.js +69 -86
- package/lib/tabs/MenuTabs.js.map +1 -0
- package/lib/tabs/Panel.js +58 -47
- package/lib/tabs/Panel.js.map +1 -0
- package/lib/tabs/context.d.ts +2 -3
- package/lib/tabs/context.js +45 -46
- package/lib/tabs/context.js.map +1 -0
- package/lib/tabs/index.d.ts +1 -1
- package/lib/tabs/index.js +80 -64
- package/lib/tabs/index.js.map +1 -0
- package/lib/tabs/tabHelpers.d.ts +20 -2
- package/lib/tabs/tabHelpers.js +25 -23
- package/lib/tabs/tabHelpers.js.map +1 -0
- package/lib/tabs/types.d.ts +10 -3
- package/lib/tabs/useTabs.js +1 -0
- package/lib/tabs/useTabs.js.map +1 -0
- package/lib/textContent/index.d.ts +7 -11
- package/lib/textContent/index.js +41 -32
- package/lib/textContent/index.js.map +1 -0
- package/lib/toolbar/ButtonBar.js +64 -59
- package/lib/toolbar/ButtonBar.js.map +1 -0
- package/lib/toolbar/LabelBar.js +48 -39
- package/lib/toolbar/LabelBar.js.map +1 -0
- package/lib/toolbar/Separator.js +9 -3
- package/lib/toolbar/Separator.js.map +1 -0
- package/lib/toolbar/ToolBarGroup.js +15 -3
- package/lib/toolbar/ToolBarGroup.js.map +1 -0
- package/lib/toolbar/helpers.js +1 -0
- package/lib/toolbar/helpers.js.map +1 -0
- package/lib/toolbar/index.js +37 -30
- package/lib/toolbar/index.js.map +1 -0
- package/lib/toolbar/types.d.ts +1 -1
- package/lib/tooltip/TooltipContent.d.ts +3 -0
- package/lib/tooltip/TooltipContent.js +40 -0
- package/lib/tooltip/TooltipContent.js.map +1 -0
- package/lib/tooltip/index.d.ts +2 -3
- package/lib/tooltip/index.js +39 -37
- package/lib/tooltip/index.js.map +1 -0
- package/lib/tooltip/types.d.ts +25 -3
- package/lib/tooltip/useTooltip.d.ts +27 -0
- package/lib/tooltip/useTooltip.js +96 -0
- package/lib/tooltip/useTooltip.js.map +1 -0
- package/lib/treetable/Body.js +27 -31
- package/lib/treetable/Body.js.map +1 -0
- package/lib/treetable/Header.js +25 -23
- package/lib/treetable/Header.js.map +1 -0
- package/lib/treetable/Row.js +212 -151
- package/lib/treetable/Row.js.map +1 -0
- package/lib/treetable/helpers.d.ts +9 -9
- package/lib/treetable/helpers.js +7 -14
- package/lib/treetable/helpers.js.map +1 -0
- package/lib/treetable/index.js +27 -15
- package/lib/treetable/index.js.map +1 -0
- package/lib/treeview/Header.js +14 -5
- package/lib/treeview/Header.js.map +1 -0
- package/lib/treeview/Node.js +201 -176
- package/lib/treeview/Node.js.map +1 -0
- package/lib/treeview/constants.d.ts +1 -2
- package/lib/treeview/constants.js +3 -2
- package/lib/treeview/constants.js.map +1 -0
- package/lib/treeview/index.js +259 -174
- package/lib/treeview/index.js.map +1 -0
- package/lib/uitour/helpers.js +1 -0
- package/lib/uitour/helpers.js.map +1 -0
- package/lib/uitour/index.d.ts +1 -2
- package/lib/uitour/index.js +169 -167
- package/lib/uitour/index.js.map +1 -0
- package/package.json +327 -48
- package/lib/alerts/alert.spec.d.ts +0 -0
- package/lib/assets/BaseAlert.css +0 -1
- package/lib/assets/Content.css +0 -1
- package/lib/assets/DefaultFile.css +0 -1
- package/lib/assets/Drawer.css +0 -1
- package/lib/assets/gridlayout.css +0 -1
- package/lib/assets/index.css +0 -1
- package/lib/assets/index11.css +0 -1
- package/lib/assets/index15.css +0 -1
- package/lib/assets/index17.css +0 -1
- package/lib/assets/index18.css +0 -1
- package/lib/assets/index19.css +0 -1
- package/lib/assets/index20.css +0 -1
- package/lib/assets/index21.css +0 -1
- package/lib/assets/index22.css +0 -1
- package/lib/assets/index24.css +0 -1
- package/lib/assets/index26.css +0 -1
- package/lib/assets/index27.css +0 -1
- package/lib/assets/index28.css +0 -1
- package/lib/assets/index29.css +0 -1
- package/lib/assets/index5.css +0 -1
- package/lib/assets/index9.css +0 -1
- package/lib/assets/panel.css +0 -1
- package/lib/assets/skeleton.css +0 -1
- package/lib/assets/table.css +0 -1
- package/lib/assets/tabs.css +0 -1
- package/lib/assets/toolbar.css +0 -1
- package/lib/assets/withDropdown.css +0 -1
- package/lib/avatar/avatar.spec.d.ts +0 -1
- package/lib/badge/badge.spec.d.ts +0 -1
- package/lib/buttons/ButtonGroups.js +0 -5
- package/lib/buttons/buttons.spec.d.ts +0 -0
- package/lib/calendar/base/Day.d.ts +0 -3
- package/lib/calendar/base/Day.js +0 -27
- package/lib/calendar/base/Month.d.ts +0 -3
- package/lib/calendar/base/Month.js +0 -25
- package/lib/calendar/base/Week.d.ts +0 -3
- package/lib/calendar/base/Week.js +0 -23
- package/lib/calendar/calendar.spec.d.ts +0 -0
- package/lib/checkbox/checkbox.spec.d.ts +0 -1
- package/lib/chunks/index.CmrLK9Qe.js +0 -675
- package/lib/chunks/index.D5f6Ow9V.js +0 -89
- package/lib/chunks/index.Da--18GT.js +0 -669
- package/lib/chunks/index.yztgndLc.js +0 -206
- package/lib/chunks/jsx-runtime.CYK1ROHF.js +0 -445
- package/lib/chunks/tabs.Cvj2MJH6.js +0 -246
- package/lib/chunks/v1.CDXKvGzE.js +0 -41
- package/lib/dialog/dialog.spec.d.ts +0 -0
- package/lib/dialog/wizard/wizard.spec.d.ts +0 -0
- package/lib/drawer/Drawer.spec.d.ts +0 -1
- package/lib/dropdown/dropdown.spec.d.ts +0 -1
- package/lib/dropdown/helper.js +0 -8
- package/lib/fieldset/fieldset.spec.d.ts +0 -1
- package/lib/form/form.spec.d.ts +0 -0
- package/lib/gridlayout/gridLayout.spec.d.ts +0 -1
- package/lib/hint/hint.spec.d.ts +0 -1
- package/lib/icons/icons.spec.d.ts +0 -1
- package/lib/inputs/base/Label.d.ts +0 -6
- package/lib/inputs/base/Label.js +0 -32
- package/lib/inputs/base/base.spec.d.ts +0 -1
- package/lib/inputs/color/color_input.spec.d.ts +0 -0
- package/lib/inputs/date/date.spec.d.ts +0 -1
- package/lib/inputs/errorMessage/error.spec.d.ts +0 -1
- package/lib/inputs/file/filefield.spec.d.ts +0 -1
- package/lib/inputs/mask/input_mask.spec.d.ts +0 -0
- package/lib/inputs/multiSelect/multiSelect.spec.d.ts +0 -1
- package/lib/inputs/number/numberfield.spec.d.ts +0 -1
- package/lib/inputs/search/search_input.spec.d.ts +0 -1
- package/lib/inputs/select/select.spec.d.ts +0 -1
- package/lib/inputs/text/textfield.spec.d.ts +0 -1
- package/lib/inputs/textarea/textarea.spec.d.ts +0 -1
- package/lib/internals/withTooltip.d.ts +0 -8
- package/lib/internals/withTooltip.js +0 -75
- package/lib/labelMessages/labelMessages.spec.d.ts +0 -1
- package/lib/labels/label.spec.d.ts +0 -1
- package/lib/list/list.spec.d.ts +0 -1
- package/lib/menus/float/float-menu.spec.d.ts +0 -0
- package/lib/menus/sidenav/sidenav.spec.d.ts +0 -1
- package/lib/panel/ToolBar.js +0 -6
- package/lib/panel/panel.spec.d.ts +0 -0
- package/lib/popover/popover.spec.d.ts +0 -1
- package/lib/progress/progress.spec.d.ts +0 -1
- package/lib/radio/radio.spec.d.ts +0 -1
- package/lib/shortcuts/shortcuts.spec.d.ts +0 -0
- package/lib/spinner/spinner.spec.d.ts +0 -1
- package/lib/split/split.spec.d.ts +0 -0
- package/lib/table/table.spec.d.ts +0 -1
- package/lib/tabs/tabs.spec.d.ts +0 -0
- package/lib/textContent/textContent.spec.d.ts +0 -1
- package/lib/toolbar/toolbar.spec.d.ts +0 -1
- package/lib/tooltip/tooltip.spec.d.ts +0 -1
- package/lib/treeview/treeview.spec.d.ts +0 -0
- package/lib/uitour/uitour.spec.d.ts +0 -0
- /package/lib/assets/{index10.css → styles/avatar.css} +0 -0
- /package/lib/assets/{index7.css → styles/error.css} +0 -0
- /package/lib/assets/{index13.css → styles/form.css} +0 -0
- /package/lib/assets/{index8.css → styles/hint.css} +0 -0
- /package/lib/assets/{index2.css → styles/icon.css} +0 -0
- /package/lib/assets/{index14.css → styles/labelMessages.css} +0 -0
- /package/lib/assets/{noPermission.css → styles/noPermission.css} +0 -0
- /package/lib/assets/{index23.css → styles/numbers.css} +0 -0
- /package/lib/assets/{index3.css → styles/popover.css} +0 -0
- /package/lib/assets/{index25.css → styles/search.css} +0 -0
- /package/lib/assets/{index6.css → styles/spinner.css} +0 -0
- /package/lib/assets/{index16.css → styles/split.css} +0 -0
- /package/lib/assets/{index4.css → styles/textContent.css} +0 -0
|
@@ -1,206 +0,0 @@
|
|
|
1
|
-
import { j as n } from "./jsx-runtime.CYK1ROHF.js";
|
|
2
|
-
import b, { useContext as N, createContext as $, useRef as U, useState as R, useLayoutEffect as X, useEffect as k } from "react";
|
|
3
|
-
import Y from "react-dom";
|
|
4
|
-
import G from "../dialog/base/Content.js";
|
|
5
|
-
import { r as J, u as Q } from "./v1.CDXKvGzE.js";
|
|
6
|
-
import A from "../icons/index.js";
|
|
7
|
-
import V from "../buttons/button_container/index.js";
|
|
8
|
-
import "../buttons/DefaultButton.js";
|
|
9
|
-
/* empty css */
|
|
10
|
-
import Z from "../dialog/base/Footer.js";
|
|
11
|
-
import ee from "../spinner/index.js";
|
|
12
|
-
import te, { FormSecurityContext as ne } from "../form/withFormSecurity.js";
|
|
13
|
-
const oe = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto), H = {
|
|
14
|
-
randomUUID: oe
|
|
15
|
-
};
|
|
16
|
-
function re(e, l, c) {
|
|
17
|
-
if (H.randomUUID && !e)
|
|
18
|
-
return H.randomUUID();
|
|
19
|
-
e = e || {};
|
|
20
|
-
const s = e.random || (e.rng || J)();
|
|
21
|
-
return s[6] = s[6] & 15 | 64, s[8] = s[8] & 63 | 128, Q(s);
|
|
22
|
-
}
|
|
23
|
-
const se = (e) => ({
|
|
24
|
-
height: e.height,
|
|
25
|
-
maxHeight: "100%",
|
|
26
|
-
width: e.width,
|
|
27
|
-
textAlign: e.textAlign
|
|
28
|
-
}), ae = (e) => /* @__PURE__ */ n.jsx(
|
|
29
|
-
"button",
|
|
30
|
-
{
|
|
31
|
-
id: "botao-fechar-modal-cabecalho",
|
|
32
|
-
className: "close-button",
|
|
33
|
-
onClick: e,
|
|
34
|
-
children: /* @__PURE__ */ n.jsx(A, { name: "cancel2" })
|
|
35
|
-
}
|
|
36
|
-
), ie = (e, l) => l || (e ? /* @__PURE__ */ n.jsx(A, { name: e, color: "#000" }) : null), le = ({
|
|
37
|
-
showCloseButton: e = !0,
|
|
38
|
-
handlerClose: l,
|
|
39
|
-
title: c,
|
|
40
|
-
icon: s,
|
|
41
|
-
titleIcon: d
|
|
42
|
-
}) => {
|
|
43
|
-
const u = N(F), y = N(W), C = l || y.handleClose;
|
|
44
|
-
return /* @__PURE__ */ n.jsxs(
|
|
45
|
-
"div",
|
|
46
|
-
{
|
|
47
|
-
role: "button",
|
|
48
|
-
tabIndex: -1,
|
|
49
|
-
onFocus: () => {
|
|
50
|
-
},
|
|
51
|
-
onBlur: () => {
|
|
52
|
-
},
|
|
53
|
-
ref: u == null ? void 0 : u.headerRef,
|
|
54
|
-
className: "dialog-header",
|
|
55
|
-
children: [
|
|
56
|
-
/* @__PURE__ */ n.jsx("div", { className: `${s !== null || d !== null ? "left" : ""}`, children: ie(d, s) }),
|
|
57
|
-
/* @__PURE__ */ n.jsxs("div", { className: "right", children: [
|
|
58
|
-
/* @__PURE__ */ n.jsx("h5", { className: "modal-title", children: c }),
|
|
59
|
-
e && ae(C)
|
|
60
|
-
] })
|
|
61
|
-
]
|
|
62
|
-
}
|
|
63
|
-
);
|
|
64
|
-
}, F = $({}), ce = (e) => {
|
|
65
|
-
const {
|
|
66
|
-
showFooter: l = !0,
|
|
67
|
-
isWaiting: c = !1,
|
|
68
|
-
width: s = "50%",
|
|
69
|
-
height: d = "50%",
|
|
70
|
-
content: u,
|
|
71
|
-
children: y,
|
|
72
|
-
className: C = "",
|
|
73
|
-
wrapperClassName: E = "",
|
|
74
|
-
contentClassName: m = ""
|
|
75
|
-
} = e, f = U(null), w = N(ne), v = c ? { opacity: 0.4, pointerEvent: "none" } : {}, p = () => c ? /* @__PURE__ */ n.jsx("div", { className: "waitingspinner", children: /* @__PURE__ */ n.jsx(ee, { style: { width: 60 }, delayTime: 0 }) }) : null;
|
|
76
|
-
return /* @__PURE__ */ n.jsx(F.Provider, { value: { headerRef: f }, children: /* @__PURE__ */ n.jsxs(
|
|
77
|
-
ue,
|
|
78
|
-
{
|
|
79
|
-
width: s,
|
|
80
|
-
height: d,
|
|
81
|
-
...e,
|
|
82
|
-
className: C,
|
|
83
|
-
wrapperClassName: `dialog-form-wrapper ${E}`,
|
|
84
|
-
children: [
|
|
85
|
-
e.title && /* @__PURE__ */ n.jsx("div", { className: "header-form", children: /* @__PURE__ */ n.jsx(
|
|
86
|
-
le,
|
|
87
|
-
{
|
|
88
|
-
title: e.title,
|
|
89
|
-
handlerClose: e.handlerClose,
|
|
90
|
-
icon: e.icon
|
|
91
|
-
}
|
|
92
|
-
) }),
|
|
93
|
-
/* @__PURE__ */ n.jsx(
|
|
94
|
-
G,
|
|
95
|
-
{
|
|
96
|
-
styleForContent: { ...e.styleForContent, ...v },
|
|
97
|
-
className: m,
|
|
98
|
-
children: u || y
|
|
99
|
-
}
|
|
100
|
-
),
|
|
101
|
-
p(),
|
|
102
|
-
l && e.buttons && /* @__PURE__ */ n.jsx(Z, { children: /* @__PURE__ */ n.jsx(V, { ...e, style: { ...v }, children: b.Children.toArray(e.buttons.map((t) => w && w.securityBeforeUnload && t && t.type && t.type.name === "CancelButton" ? b.cloneElement(t, { onClick: e.handlerClose }) : b.cloneElement(t))) }) })
|
|
103
|
-
]
|
|
104
|
-
}
|
|
105
|
-
) });
|
|
106
|
-
}, Ee = te(ce), W = $({}), { body: de } = document, ue = (e) => {
|
|
107
|
-
const l = re(), {
|
|
108
|
-
id: c = l,
|
|
109
|
-
overlay: s = !0,
|
|
110
|
-
closeOnEsc: d,
|
|
111
|
-
closeOnOutsideClick: u,
|
|
112
|
-
wrapperClassName: y = "",
|
|
113
|
-
className: C = "",
|
|
114
|
-
children: E,
|
|
115
|
-
open: m,
|
|
116
|
-
onOpenChange: f,
|
|
117
|
-
zIndex: w = 0,
|
|
118
|
-
handlerClose: v
|
|
119
|
-
} = e, { headerRef: p } = N(F), t = U(null), B = U(null), [j, I] = R(!1), [h = !0, S] = R(m);
|
|
120
|
-
m !== void 0 && m !== h && S(m);
|
|
121
|
-
const D = () => {
|
|
122
|
-
m !== void 0 && f ? f(!1) : (v && v(), f && f(!1));
|
|
123
|
-
}, T = (o) => {
|
|
124
|
-
if (!u) return;
|
|
125
|
-
const r = o.target;
|
|
126
|
-
o.stopPropagation(), t !== null && t.current !== null && !j && !t.current.contains(r) && D();
|
|
127
|
-
}, L = (o) => {
|
|
128
|
-
(o == null ? void 0 : o.key) === "Escape" && (o.stopPropagation(), D());
|
|
129
|
-
}, q = (o) => {
|
|
130
|
-
var g, x;
|
|
131
|
-
const r = !((g = B.current) != null && g.contains(o.relatedTarget)), a = (x = t.current) == null ? void 0 : x.querySelector("#modal-dialog-content"), i = a == null ? void 0 : a.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');
|
|
132
|
-
if (r && (i != null && i.length)) {
|
|
133
|
-
const K = i[0];
|
|
134
|
-
setTimeout(() => {
|
|
135
|
-
K.focus();
|
|
136
|
-
}, 150);
|
|
137
|
-
}
|
|
138
|
-
}, z = ({
|
|
139
|
-
positionX: o,
|
|
140
|
-
positionY: r
|
|
141
|
-
}) => {
|
|
142
|
-
if (t.current) {
|
|
143
|
-
const { width: a, height: i } = t.current.getBoundingClientRect();
|
|
144
|
-
let g = o <= 0 ? 0 : o, x = r <= 0 ? 0 : r;
|
|
145
|
-
g + a >= window.innerWidth && (g = window.innerWidth - a), x + i >= window.innerHeight && (x = window.innerHeight - i), t.current.style.transform = `translate(${g}px, ${x}px)`, t.current.style.transition = "none", t.current.style.left = "0", t.current.style.top = "0", t.current.style.position = "absolute";
|
|
146
|
-
}
|
|
147
|
-
}, M = (o) => {
|
|
148
|
-
if (t.current && j) {
|
|
149
|
-
const { left: r, top: a } = t.current.getBoundingClientRect();
|
|
150
|
-
z({
|
|
151
|
-
positionX: o.movementX + r,
|
|
152
|
-
positionY: o.movementY + a
|
|
153
|
-
});
|
|
154
|
-
}
|
|
155
|
-
}, O = (o) => {
|
|
156
|
-
var i;
|
|
157
|
-
const r = o.target, a = (i = p == null ? void 0 : p.current) == null ? void 0 : i.contains(r);
|
|
158
|
-
t.current && a && I(!0);
|
|
159
|
-
}, P = () => {
|
|
160
|
-
t.current && I(!1);
|
|
161
|
-
}, _ = /* @__PURE__ */ n.jsxs(
|
|
162
|
-
"div",
|
|
163
|
-
{
|
|
164
|
-
id: c,
|
|
165
|
-
ref: B,
|
|
166
|
-
onBlur: q,
|
|
167
|
-
className: "modalcontainer",
|
|
168
|
-
onMouseDown: T,
|
|
169
|
-
style: { zIndex: 99999 + Number(w) },
|
|
170
|
-
children: [
|
|
171
|
-
s && /* @__PURE__ */ n.jsx("div", { className: "modal-overlay", "data-testid": "modal-overlay" }),
|
|
172
|
-
/* @__PURE__ */ n.jsx("div", { className: `dialog ${C}`, "data-testid": "dialog-component", children: /* @__PURE__ */ n.jsx(
|
|
173
|
-
"div",
|
|
174
|
-
{
|
|
175
|
-
className: y,
|
|
176
|
-
"data-testid": "dialog-wrapper",
|
|
177
|
-
style: se(e),
|
|
178
|
-
ref: t,
|
|
179
|
-
children: E
|
|
180
|
-
}
|
|
181
|
-
) })
|
|
182
|
-
]
|
|
183
|
-
}
|
|
184
|
-
);
|
|
185
|
-
return X(() => {
|
|
186
|
-
const { activeElement: o } = document, r = o;
|
|
187
|
-
return () => {
|
|
188
|
-
r == null || r.focus();
|
|
189
|
-
};
|
|
190
|
-
}, []), k(() => (h && d && document.addEventListener("keydown", L), () => {
|
|
191
|
-
document.removeEventListener("keydown", L);
|
|
192
|
-
}), [h, d]), k(() => (h && (document.addEventListener("mousedown", O), document.addEventListener("mouseup", P), j && document.addEventListener("mousemove", M)), () => {
|
|
193
|
-
document.removeEventListener("mousedown", O), document.removeEventListener("mouseup", P), document.removeEventListener("mousemove", M);
|
|
194
|
-
}), [j, h]), h ? /* @__PURE__ */ n.jsx(W.Provider, { value: {
|
|
195
|
-
handleClose: D,
|
|
196
|
-
open: h,
|
|
197
|
-
onOpenChange: f || S
|
|
198
|
-
}, children: Y.createPortal(_, de) }) : null;
|
|
199
|
-
};
|
|
200
|
-
export {
|
|
201
|
-
ue as B,
|
|
202
|
-
W as D,
|
|
203
|
-
Ee as F,
|
|
204
|
-
le as H,
|
|
205
|
-
F as a
|
|
206
|
-
};
|
|
@@ -1,445 +0,0 @@
|
|
|
1
|
-
import je from "react";
|
|
2
|
-
var k = { exports: {} }, y = {};
|
|
3
|
-
/**
|
|
4
|
-
* @license React
|
|
5
|
-
* react-jsx-runtime.production.js
|
|
6
|
-
*
|
|
7
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
8
|
-
*
|
|
9
|
-
* This source code is licensed under the MIT license found in the
|
|
10
|
-
* LICENSE file in the root directory of this source tree.
|
|
11
|
-
*/
|
|
12
|
-
var ie;
|
|
13
|
-
function pe() {
|
|
14
|
-
if (ie) return y;
|
|
15
|
-
ie = 1;
|
|
16
|
-
var f = Symbol.for("react.transitional.element"), p = Symbol.for("react.fragment");
|
|
17
|
-
function R(C, s, i) {
|
|
18
|
-
var v = null;
|
|
19
|
-
if (i !== void 0 && (v = "" + i), s.key !== void 0 && (v = "" + s.key), "key" in s) {
|
|
20
|
-
i = {};
|
|
21
|
-
for (var _ in s)
|
|
22
|
-
_ !== "key" && (i[_] = s[_]);
|
|
23
|
-
} else i = s;
|
|
24
|
-
return s = i.ref, {
|
|
25
|
-
$$typeof: f,
|
|
26
|
-
type: C,
|
|
27
|
-
key: v,
|
|
28
|
-
ref: s !== void 0 ? s : null,
|
|
29
|
-
props: i
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
return y.Fragment = p, y.jsx = R, y.jsxs = R, y;
|
|
33
|
-
}
|
|
34
|
-
var j = {};
|
|
35
|
-
/**
|
|
36
|
-
* @license React
|
|
37
|
-
* react-jsx-runtime.development.js
|
|
38
|
-
*
|
|
39
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
40
|
-
*
|
|
41
|
-
* This source code is licensed under the MIT license found in the
|
|
42
|
-
* LICENSE file in the root directory of this source tree.
|
|
43
|
-
*/
|
|
44
|
-
var ce;
|
|
45
|
-
function Ce() {
|
|
46
|
-
return ce || (ce = 1, process.env.NODE_ENV !== "production" && function() {
|
|
47
|
-
function f(e) {
|
|
48
|
-
if (e == null) return null;
|
|
49
|
-
if (typeof e == "function")
|
|
50
|
-
return e.$$typeof === xe ? null : e.displayName || e.name || null;
|
|
51
|
-
if (typeof e == "string") return e;
|
|
52
|
-
switch (e) {
|
|
53
|
-
case P:
|
|
54
|
-
return "Fragment";
|
|
55
|
-
case Te:
|
|
56
|
-
return "Portal";
|
|
57
|
-
case F:
|
|
58
|
-
return "Profiler";
|
|
59
|
-
case B:
|
|
60
|
-
return "StrictMode";
|
|
61
|
-
case M:
|
|
62
|
-
return "Suspense";
|
|
63
|
-
case W:
|
|
64
|
-
return "SuspenseList";
|
|
65
|
-
}
|
|
66
|
-
if (typeof e == "object")
|
|
67
|
-
switch (typeof e.tag == "number" && console.error(
|
|
68
|
-
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
69
|
-
), e.$$typeof) {
|
|
70
|
-
case Z:
|
|
71
|
-
return (e.displayName || "Context") + ".Provider";
|
|
72
|
-
case L:
|
|
73
|
-
return (e._context.displayName || "Context") + ".Consumer";
|
|
74
|
-
case Y:
|
|
75
|
-
var r = e.render;
|
|
76
|
-
return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
|
|
77
|
-
case $:
|
|
78
|
-
return r = e.displayName || null, r !== null ? r : f(e.type) || "Memo";
|
|
79
|
-
case U:
|
|
80
|
-
r = e._payload, e = e._init;
|
|
81
|
-
try {
|
|
82
|
-
return f(e(r));
|
|
83
|
-
} catch {
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
return null;
|
|
87
|
-
}
|
|
88
|
-
function p(e) {
|
|
89
|
-
return "" + e;
|
|
90
|
-
}
|
|
91
|
-
function R(e) {
|
|
92
|
-
try {
|
|
93
|
-
p(e);
|
|
94
|
-
var r = !1;
|
|
95
|
-
} catch {
|
|
96
|
-
r = !0;
|
|
97
|
-
}
|
|
98
|
-
if (r) {
|
|
99
|
-
r = console;
|
|
100
|
-
var t = r.error, n = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
101
|
-
return t.call(
|
|
102
|
-
r,
|
|
103
|
-
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
104
|
-
n
|
|
105
|
-
), p(e);
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
function C() {
|
|
109
|
-
}
|
|
110
|
-
function s() {
|
|
111
|
-
if (x === 0) {
|
|
112
|
-
K = console.log, D = console.info, ee = console.warn, re = console.error, te = console.group, oe = console.groupCollapsed, ne = console.groupEnd;
|
|
113
|
-
var e = {
|
|
114
|
-
configurable: !0,
|
|
115
|
-
enumerable: !0,
|
|
116
|
-
value: C,
|
|
117
|
-
writable: !0
|
|
118
|
-
};
|
|
119
|
-
Object.defineProperties(console, {
|
|
120
|
-
info: e,
|
|
121
|
-
log: e,
|
|
122
|
-
warn: e,
|
|
123
|
-
error: e,
|
|
124
|
-
group: e,
|
|
125
|
-
groupCollapsed: e,
|
|
126
|
-
groupEnd: e
|
|
127
|
-
});
|
|
128
|
-
}
|
|
129
|
-
x++;
|
|
130
|
-
}
|
|
131
|
-
function i() {
|
|
132
|
-
if (x--, x === 0) {
|
|
133
|
-
var e = { configurable: !0, enumerable: !0, writable: !0 };
|
|
134
|
-
Object.defineProperties(console, {
|
|
135
|
-
log: g({}, e, { value: K }),
|
|
136
|
-
info: g({}, e, { value: D }),
|
|
137
|
-
warn: g({}, e, { value: ee }),
|
|
138
|
-
error: g({}, e, { value: re }),
|
|
139
|
-
group: g({}, e, { value: te }),
|
|
140
|
-
groupCollapsed: g({}, e, { value: oe }),
|
|
141
|
-
groupEnd: g({}, e, { value: ne })
|
|
142
|
-
});
|
|
143
|
-
}
|
|
144
|
-
0 > x && console.error(
|
|
145
|
-
"disabledDepth fell below zero. This is a bug in React. Please file an issue."
|
|
146
|
-
);
|
|
147
|
-
}
|
|
148
|
-
function v(e) {
|
|
149
|
-
if (q === void 0)
|
|
150
|
-
try {
|
|
151
|
-
throw Error();
|
|
152
|
-
} catch (t) {
|
|
153
|
-
var r = t.stack.trim().match(/\n( *(at )?)/);
|
|
154
|
-
q = r && r[1] || "", ae = -1 < t.stack.indexOf(`
|
|
155
|
-
at`) ? " (<anonymous>)" : -1 < t.stack.indexOf("@") ? "@unknown:0:0" : "";
|
|
156
|
-
}
|
|
157
|
-
return `
|
|
158
|
-
` + q + e + ae;
|
|
159
|
-
}
|
|
160
|
-
function _(e, r) {
|
|
161
|
-
if (!e || z) return "";
|
|
162
|
-
var t = V.get(e);
|
|
163
|
-
if (t !== void 0) return t;
|
|
164
|
-
z = !0, t = Error.prepareStackTrace, Error.prepareStackTrace = void 0;
|
|
165
|
-
var n = null;
|
|
166
|
-
n = b.H, b.H = null, s();
|
|
167
|
-
try {
|
|
168
|
-
var u = {
|
|
169
|
-
DetermineComponentFrameRoot: function() {
|
|
170
|
-
try {
|
|
171
|
-
if (r) {
|
|
172
|
-
var d = function() {
|
|
173
|
-
throw Error();
|
|
174
|
-
};
|
|
175
|
-
if (Object.defineProperty(d.prototype, "props", {
|
|
176
|
-
set: function() {
|
|
177
|
-
throw Error();
|
|
178
|
-
}
|
|
179
|
-
}), typeof Reflect == "object" && Reflect.construct) {
|
|
180
|
-
try {
|
|
181
|
-
Reflect.construct(d, []);
|
|
182
|
-
} catch (E) {
|
|
183
|
-
var h = E;
|
|
184
|
-
}
|
|
185
|
-
Reflect.construct(e, [], d);
|
|
186
|
-
} else {
|
|
187
|
-
try {
|
|
188
|
-
d.call();
|
|
189
|
-
} catch (E) {
|
|
190
|
-
h = E;
|
|
191
|
-
}
|
|
192
|
-
e.call(d.prototype);
|
|
193
|
-
}
|
|
194
|
-
} else {
|
|
195
|
-
try {
|
|
196
|
-
throw Error();
|
|
197
|
-
} catch (E) {
|
|
198
|
-
h = E;
|
|
199
|
-
}
|
|
200
|
-
(d = e()) && typeof d.catch == "function" && d.catch(function() {
|
|
201
|
-
});
|
|
202
|
-
}
|
|
203
|
-
} catch (E) {
|
|
204
|
-
if (E && h && typeof E.stack == "string")
|
|
205
|
-
return [E.stack, h.stack];
|
|
206
|
-
}
|
|
207
|
-
return [null, null];
|
|
208
|
-
}
|
|
209
|
-
};
|
|
210
|
-
u.DetermineComponentFrameRoot.displayName = "DetermineComponentFrameRoot";
|
|
211
|
-
var a = Object.getOwnPropertyDescriptor(
|
|
212
|
-
u.DetermineComponentFrameRoot,
|
|
213
|
-
"name"
|
|
214
|
-
);
|
|
215
|
-
a && a.configurable && Object.defineProperty(
|
|
216
|
-
u.DetermineComponentFrameRoot,
|
|
217
|
-
"name",
|
|
218
|
-
{ value: "DetermineComponentFrameRoot" }
|
|
219
|
-
);
|
|
220
|
-
var o = u.DetermineComponentFrameRoot(), c = o[0], T = o[1];
|
|
221
|
-
if (c && T) {
|
|
222
|
-
var l = c.split(`
|
|
223
|
-
`), m = T.split(`
|
|
224
|
-
`);
|
|
225
|
-
for (o = a = 0; a < l.length && !l[a].includes(
|
|
226
|
-
"DetermineComponentFrameRoot"
|
|
227
|
-
); )
|
|
228
|
-
a++;
|
|
229
|
-
for (; o < m.length && !m[o].includes(
|
|
230
|
-
"DetermineComponentFrameRoot"
|
|
231
|
-
); )
|
|
232
|
-
o++;
|
|
233
|
-
if (a === l.length || o === m.length)
|
|
234
|
-
for (a = l.length - 1, o = m.length - 1; 1 <= a && 0 <= o && l[a] !== m[o]; )
|
|
235
|
-
o--;
|
|
236
|
-
for (; 1 <= a && 0 <= o; a--, o--)
|
|
237
|
-
if (l[a] !== m[o]) {
|
|
238
|
-
if (a !== 1 || o !== 1)
|
|
239
|
-
do
|
|
240
|
-
if (a--, o--, 0 > o || l[a] !== m[o]) {
|
|
241
|
-
var w = `
|
|
242
|
-
` + l[a].replace(
|
|
243
|
-
" at new ",
|
|
244
|
-
" at "
|
|
245
|
-
);
|
|
246
|
-
return e.displayName && w.includes("<anonymous>") && (w = w.replace("<anonymous>", e.displayName)), typeof e == "function" && V.set(e, w), w;
|
|
247
|
-
}
|
|
248
|
-
while (1 <= a && 0 <= o);
|
|
249
|
-
break;
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
} finally {
|
|
253
|
-
z = !1, b.H = n, i(), Error.prepareStackTrace = t;
|
|
254
|
-
}
|
|
255
|
-
return l = (l = e ? e.displayName || e.name : "") ? v(l) : "", typeof e == "function" && V.set(e, l), l;
|
|
256
|
-
}
|
|
257
|
-
function O(e) {
|
|
258
|
-
if (e == null) return "";
|
|
259
|
-
if (typeof e == "function") {
|
|
260
|
-
var r = e.prototype;
|
|
261
|
-
return _(
|
|
262
|
-
e,
|
|
263
|
-
!(!r || !r.isReactComponent)
|
|
264
|
-
);
|
|
265
|
-
}
|
|
266
|
-
if (typeof e == "string") return v(e);
|
|
267
|
-
switch (e) {
|
|
268
|
-
case M:
|
|
269
|
-
return v("Suspense");
|
|
270
|
-
case W:
|
|
271
|
-
return v("SuspenseList");
|
|
272
|
-
}
|
|
273
|
-
if (typeof e == "object")
|
|
274
|
-
switch (e.$$typeof) {
|
|
275
|
-
case Y:
|
|
276
|
-
return e = _(e.render, !1), e;
|
|
277
|
-
case $:
|
|
278
|
-
return O(e.type);
|
|
279
|
-
case U:
|
|
280
|
-
r = e._payload, e = e._init;
|
|
281
|
-
try {
|
|
282
|
-
return O(e(r));
|
|
283
|
-
} catch {
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
return "";
|
|
287
|
-
}
|
|
288
|
-
function S() {
|
|
289
|
-
var e = b.A;
|
|
290
|
-
return e === null ? null : e.getOwner();
|
|
291
|
-
}
|
|
292
|
-
function ve(e) {
|
|
293
|
-
if (Q.call(e, "key")) {
|
|
294
|
-
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
295
|
-
if (r && r.isReactWarning) return !1;
|
|
296
|
-
}
|
|
297
|
-
return e.key !== void 0;
|
|
298
|
-
}
|
|
299
|
-
function de(e, r) {
|
|
300
|
-
function t() {
|
|
301
|
-
ue || (ue = !0, console.error(
|
|
302
|
-
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
303
|
-
r
|
|
304
|
-
));
|
|
305
|
-
}
|
|
306
|
-
t.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
307
|
-
get: t,
|
|
308
|
-
configurable: !0
|
|
309
|
-
});
|
|
310
|
-
}
|
|
311
|
-
function be() {
|
|
312
|
-
var e = f(this.type);
|
|
313
|
-
return le[e] || (le[e] = !0, console.error(
|
|
314
|
-
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
315
|
-
)), e = this.props.ref, e !== void 0 ? e : null;
|
|
316
|
-
}
|
|
317
|
-
function ge(e, r, t, n, u, a) {
|
|
318
|
-
return t = a.ref, e = {
|
|
319
|
-
$$typeof: N,
|
|
320
|
-
type: e,
|
|
321
|
-
key: r,
|
|
322
|
-
props: a,
|
|
323
|
-
_owner: u
|
|
324
|
-
}, (t !== void 0 ? t : null) !== null ? Object.defineProperty(e, "ref", {
|
|
325
|
-
enumerable: !1,
|
|
326
|
-
get: be
|
|
327
|
-
}) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
|
|
328
|
-
configurable: !1,
|
|
329
|
-
enumerable: !1,
|
|
330
|
-
writable: !0,
|
|
331
|
-
value: 0
|
|
332
|
-
}), Object.defineProperty(e, "_debugInfo", {
|
|
333
|
-
configurable: !1,
|
|
334
|
-
enumerable: !1,
|
|
335
|
-
writable: !0,
|
|
336
|
-
value: null
|
|
337
|
-
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
338
|
-
}
|
|
339
|
-
function G(e, r, t, n, u, a) {
|
|
340
|
-
if (typeof e == "string" || typeof e == "function" || e === P || e === F || e === B || e === M || e === W || e === Re || typeof e == "object" && e !== null && (e.$$typeof === U || e.$$typeof === $ || e.$$typeof === Z || e.$$typeof === L || e.$$typeof === Y || e.$$typeof === we || e.getModuleId !== void 0)) {
|
|
341
|
-
var o = r.children;
|
|
342
|
-
if (o !== void 0)
|
|
343
|
-
if (n)
|
|
344
|
-
if (J(o)) {
|
|
345
|
-
for (n = 0; n < o.length; n++)
|
|
346
|
-
H(o[n], e);
|
|
347
|
-
Object.freeze && Object.freeze(o);
|
|
348
|
-
} else
|
|
349
|
-
console.error(
|
|
350
|
-
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
351
|
-
);
|
|
352
|
-
else H(o, e);
|
|
353
|
-
} else
|
|
354
|
-
o = "", (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (o += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."), e === null ? n = "null" : J(e) ? n = "array" : e !== void 0 && e.$$typeof === N ? (n = "<" + (f(e.type) || "Unknown") + " />", o = " Did you accidentally export a JSX literal instead of a component?") : n = typeof e, console.error(
|
|
355
|
-
"React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",
|
|
356
|
-
n,
|
|
357
|
-
o
|
|
358
|
-
);
|
|
359
|
-
if (Q.call(r, "key")) {
|
|
360
|
-
o = f(e);
|
|
361
|
-
var c = Object.keys(r).filter(function(l) {
|
|
362
|
-
return l !== "key";
|
|
363
|
-
});
|
|
364
|
-
n = 0 < c.length ? "{key: someKey, " + c.join(": ..., ") + ": ...}" : "{key: someKey}", se[o + n] || (c = 0 < c.length ? "{" + c.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
365
|
-
`A props object containing a "key" prop is being spread into JSX:
|
|
366
|
-
let props = %s;
|
|
367
|
-
<%s {...props} />
|
|
368
|
-
React keys must be passed directly to JSX without using spread:
|
|
369
|
-
let props = %s;
|
|
370
|
-
<%s key={someKey} {...props} />`,
|
|
371
|
-
n,
|
|
372
|
-
o,
|
|
373
|
-
c,
|
|
374
|
-
o
|
|
375
|
-
), se[o + n] = !0);
|
|
376
|
-
}
|
|
377
|
-
if (o = null, t !== void 0 && (R(t), o = "" + t), ve(r) && (R(r.key), o = "" + r.key), "key" in r) {
|
|
378
|
-
t = {};
|
|
379
|
-
for (var T in r)
|
|
380
|
-
T !== "key" && (t[T] = r[T]);
|
|
381
|
-
} else t = r;
|
|
382
|
-
return o && de(
|
|
383
|
-
t,
|
|
384
|
-
typeof e == "function" ? e.displayName || e.name || "Unknown" : e
|
|
385
|
-
), ge(e, o, a, u, S(), t);
|
|
386
|
-
}
|
|
387
|
-
function H(e, r) {
|
|
388
|
-
if (typeof e == "object" && e && e.$$typeof !== ye) {
|
|
389
|
-
if (J(e))
|
|
390
|
-
for (var t = 0; t < e.length; t++) {
|
|
391
|
-
var n = e[t];
|
|
392
|
-
A(n) && X(n, r);
|
|
393
|
-
}
|
|
394
|
-
else if (A(e))
|
|
395
|
-
e._store && (e._store.validated = 1);
|
|
396
|
-
else if (e === null || typeof e != "object" ? t = null : (t = I && e[I] || e["@@iterator"], t = typeof t == "function" ? t : null), typeof t == "function" && t !== e.entries && (t = t.call(e), t !== e))
|
|
397
|
-
for (; !(e = t.next()).done; )
|
|
398
|
-
A(e.value) && X(e.value, r);
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
function A(e) {
|
|
402
|
-
return typeof e == "object" && e !== null && e.$$typeof === N;
|
|
403
|
-
}
|
|
404
|
-
function X(e, r) {
|
|
405
|
-
if (e._store && !e._store.validated && e.key == null && (e._store.validated = 1, r = me(r), !fe[r])) {
|
|
406
|
-
fe[r] = !0;
|
|
407
|
-
var t = "";
|
|
408
|
-
e && e._owner != null && e._owner !== S() && (t = null, typeof e._owner.tag == "number" ? t = f(e._owner.type) : typeof e._owner.name == "string" && (t = e._owner.name), t = " It was passed a child from " + t + ".");
|
|
409
|
-
var n = b.getCurrentStack;
|
|
410
|
-
b.getCurrentStack = function() {
|
|
411
|
-
var u = O(e.type);
|
|
412
|
-
return n && (u += n() || ""), u;
|
|
413
|
-
}, console.error(
|
|
414
|
-
'Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',
|
|
415
|
-
r,
|
|
416
|
-
t
|
|
417
|
-
), b.getCurrentStack = n;
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
function me(e) {
|
|
421
|
-
var r = "", t = S();
|
|
422
|
-
return t && (t = f(t.type)) && (r = `
|
|
423
|
-
|
|
424
|
-
Check the render method of \`` + t + "`."), r || (e = f(e)) && (r = `
|
|
425
|
-
|
|
426
|
-
Check the top-level render call using <` + e + ">."), r;
|
|
427
|
-
}
|
|
428
|
-
var _e = je, N = Symbol.for("react.transitional.element"), Te = Symbol.for("react.portal"), P = Symbol.for("react.fragment"), B = Symbol.for("react.strict_mode"), F = Symbol.for("react.profiler"), L = Symbol.for("react.consumer"), Z = Symbol.for("react.context"), Y = Symbol.for("react.forward_ref"), M = Symbol.for("react.suspense"), W = Symbol.for("react.suspense_list"), $ = Symbol.for("react.memo"), U = Symbol.for("react.lazy"), Re = Symbol.for("react.offscreen"), I = Symbol.iterator, xe = Symbol.for("react.client.reference"), b = _e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Q = Object.prototype.hasOwnProperty, g = Object.assign, we = Symbol.for("react.client.reference"), J = Array.isArray, x = 0, K, D, ee, re, te, oe, ne;
|
|
429
|
-
C.__reactDisabledLog = !0;
|
|
430
|
-
var q, ae, z = !1, V = new (typeof WeakMap == "function" ? WeakMap : Map)(), ye = Symbol.for("react.client.reference"), ue, le = {}, se = {}, fe = {};
|
|
431
|
-
j.Fragment = P, j.jsx = function(e, r, t, n, u) {
|
|
432
|
-
return G(e, r, t, !1, n, u);
|
|
433
|
-
}, j.jsxs = function(e, r, t, n, u) {
|
|
434
|
-
return G(e, r, t, !0, n, u);
|
|
435
|
-
};
|
|
436
|
-
}()), j;
|
|
437
|
-
}
|
|
438
|
-
var Ee;
|
|
439
|
-
function he() {
|
|
440
|
-
return Ee || (Ee = 1, process.env.NODE_ENV === "production" ? k.exports = pe() : k.exports = Ce()), k.exports;
|
|
441
|
-
}
|
|
442
|
-
var Oe = he();
|
|
443
|
-
export {
|
|
444
|
-
Oe as j
|
|
445
|
-
};
|