linear-react-components-ui 1.1.26-beta.19 → 1.1.26-beta.20
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/Align.d.ts +2 -4
- package/lib/@types/ButtonTypes.d.ts +1 -3
- package/lib/@types/ColorStyles.d.ts +2 -4
- package/lib/@types/DataCombo.d.ts +1 -3
- package/lib/@types/Icon.d.ts +2 -5
- package/lib/@types/LabelStyles.d.ts +1 -3
- package/lib/@types/Period.d.ts +1 -3
- package/lib/@types/PermissionAttr.d.ts +2 -4
- package/lib/@types/PointerEvents.d.ts +1 -3
- package/lib/@types/Position.d.ts +2 -4
- package/lib/@types/PositionAlert.d.ts +1 -3
- package/lib/@types/Size.d.ts +1 -3
- package/lib/@types/SizePixels.d.ts +1 -3
- package/lib/@types/StorageMock.d.ts +1 -3
- 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.d.ts +2 -8
- package/lib/alerts/AlertContainer.js +61 -70
- package/lib/alerts/AlertContainer.js.map +1 -0
- package/lib/alerts/AlertProvider.d.ts +3 -9
- package/lib/alerts/AlertProvider.js +38 -64
- package/lib/alerts/AlertProvider.js.map +1 -0
- package/lib/alerts/BaseAlert.d.ts +3 -9
- package/lib/alerts/BaseAlert.js +19 -31
- package/lib/alerts/BaseAlert.js.map +1 -0
- package/lib/alerts/Message.d.ts +3 -9
- package/lib/alerts/Message.js +93 -112
- package/lib/alerts/Message.js.map +1 -0
- package/lib/alerts/helpers.d.ts +3 -9
- package/lib/alerts/helpers.js +6 -9
- package/lib/alerts/helpers.js.map +1 -0
- package/lib/alerts/index.d.ts +4 -11
- package/lib/alerts/index.js +8 -16
- package/lib/alerts/index.js.map +1 -0
- package/lib/alerts/types.d.ts +10 -14
- package/lib/alerts/withAlert.d.ts +4 -9
- package/lib/alerts/withAlert.js +14 -23
- package/lib/alerts/withAlert.js.map +1 -0
- package/lib/assets/styles/alerts.css +1 -0
- package/lib/assets/styles/avatar.css +1 -0
- package/lib/assets/styles/badge.css +1 -0
- package/lib/assets/styles/button.css +1 -0
- 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/styles/error.css +1 -0
- package/lib/assets/styles/fieldset.css +1 -0
- 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/form.css +1 -0
- package/lib/assets/styles/gridlayout.css +1 -0
- package/lib/assets/styles/hint.css +1 -0
- package/lib/assets/styles/icon.css +1 -0
- package/lib/assets/styles/input.css +1 -0
- package/lib/assets/styles/label.css +1 -0
- package/lib/assets/styles/labelMessages.css +1 -0
- package/lib/assets/styles/list.css +1 -0
- package/lib/assets/styles/multiSelect.css +1 -0
- package/lib/assets/styles/noPermission.css +1 -0
- package/lib/assets/styles/numberfield.css +1 -0
- package/lib/assets/styles/numbers.css +1 -0
- package/lib/assets/styles/panel.css +1 -0
- package/lib/assets/styles/periodpicker.css +1 -0
- package/lib/assets/styles/popover.css +1 -0
- package/lib/assets/styles/progress.css +1 -0
- package/lib/assets/styles/radio.css +1 -0
- package/lib/assets/styles/radiofield.css +1 -0
- package/lib/assets/styles/search.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/spinner.css +1 -0
- package/lib/assets/styles/split.css +1 -0
- package/lib/assets/styles/table.css +1 -0
- package/lib/assets/styles/tabs.css +1 -0
- package/lib/assets/styles/textContent.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.d.ts +3 -9
- package/lib/avatar/index.js +55 -89
- package/lib/avatar/index.js.map +1 -0
- package/lib/avatar/types.d.ts +4 -8
- package/lib/badge/index.d.ts +3 -6
- package/lib/badge/index.js +29 -29
- package/lib/badge/index.js.map +1 -0
- package/lib/badge/types.d.ts +1 -4
- package/lib/buttons/ActivateButton.d.ts +3 -12
- package/lib/buttons/ActivateButton.js +12 -14
- package/lib/buttons/ActivateButton.js.map +1 -0
- package/lib/buttons/AddButton.d.ts +3 -12
- package/lib/buttons/AddButton.js +15 -18
- package/lib/buttons/AddButton.js.map +1 -0
- package/lib/buttons/Button.d.ts +3 -12
- package/lib/buttons/Button.js +19 -22
- package/lib/buttons/Button.js.map +1 -0
- package/lib/buttons/ButtonGroups.d.ts +2 -4
- package/lib/buttons/CancelButton.d.ts +3 -12
- package/lib/buttons/CancelButton.js +16 -22
- package/lib/buttons/CancelButton.js.map +1 -0
- package/lib/buttons/DangerButton.d.ts +3 -12
- package/lib/buttons/DangerButton.js +17 -22
- package/lib/buttons/DangerButton.js.map +1 -0
- package/lib/buttons/DefaultButton.d.ts +3 -12
- package/lib/buttons/DefaultButton.js +95 -188
- package/lib/buttons/DefaultButton.js.map +1 -0
- package/lib/buttons/DestroyButton.d.ts +3 -12
- package/lib/buttons/DestroyButton.js +18 -21
- package/lib/buttons/DestroyButton.js.map +1 -0
- package/lib/buttons/EditButton.d.ts +3 -12
- package/lib/buttons/EditButton.js +12 -14
- package/lib/buttons/EditButton.js.map +1 -0
- package/lib/buttons/InactivateButton.d.ts +3 -12
- package/lib/buttons/InactivateButton.js +12 -14
- package/lib/buttons/InactivateButton.js.map +1 -0
- package/lib/buttons/InfoButton.d.ts +3 -12
- package/lib/buttons/InfoButton.js +17 -22
- package/lib/buttons/InfoButton.js.map +1 -0
- package/lib/buttons/PrimaryButton.d.ts +3 -12
- package/lib/buttons/PrimaryButton.js +17 -22
- package/lib/buttons/PrimaryButton.js.map +1 -0
- package/lib/buttons/RestoreButton.d.ts +3 -12
- package/lib/buttons/RestoreButton.js +12 -14
- package/lib/buttons/RestoreButton.js.map +1 -0
- package/lib/buttons/SaveButton.d.ts +3 -12
- package/lib/buttons/SaveButton.js +16 -22
- package/lib/buttons/SaveButton.js.map +1 -0
- package/lib/buttons/SuccessButton.d.ts +3 -12
- package/lib/buttons/SuccessButton.js +17 -22
- package/lib/buttons/SuccessButton.js.map +1 -0
- package/lib/buttons/WarningButton.d.ts +3 -12
- package/lib/buttons/WarningButton.js +17 -22
- package/lib/buttons/WarningButton.js.map +1 -0
- package/lib/buttons/button_container/index.d.ts +4 -6
- package/lib/buttons/button_container/index.js +23 -29
- package/lib/buttons/button_container/index.js.map +1 -0
- package/lib/buttons/index.d.ts +17 -27
- package/lib/buttons/index.js +35 -108
- package/lib/buttons/index.js.map +1 -0
- package/lib/buttons/split_button/index.d.ts +3 -12
- package/lib/buttons/split_button/index.js +59 -62
- package/lib/buttons/split_button/index.js.map +1 -0
- package/lib/buttons/types.d.ts +9 -13
- package/lib/calendar/DangerCalendar.d.ts +3 -8
- package/lib/calendar/DangerCalendar.js +15 -17
- package/lib/calendar/DangerCalendar.js.map +1 -0
- package/lib/calendar/InfoCalendar.d.ts +3 -8
- package/lib/calendar/InfoCalendar.js +15 -17
- package/lib/calendar/InfoCalendar.js.map +1 -0
- package/lib/calendar/PrimaryCalendar.d.ts +3 -8
- package/lib/calendar/PrimaryCalendar.js +15 -17
- package/lib/calendar/PrimaryCalendar.js.map +1 -0
- package/lib/calendar/SuccessCalendar.d.ts +3 -8
- package/lib/calendar/SuccessCalendar.js +15 -17
- package/lib/calendar/SuccessCalendar.js.map +1 -0
- package/lib/calendar/WarningCalendar.d.ts +3 -8
- package/lib/calendar/WarningCalendar.js +15 -17
- package/lib/calendar/WarningCalendar.js.map +1 -0
- package/lib/calendar/base/helpers.d.ts +14 -18
- package/lib/calendar/base/helpers.js +44 -117
- package/lib/calendar/base/helpers.js.map +1 -0
- package/lib/calendar/base/index.d.ts +3 -8
- package/lib/calendar/base/index.js +168 -198
- package/lib/calendar/base/index.js.map +1 -0
- package/lib/calendar/index.d.ts +8 -14
- package/lib/calendar/index.js +15 -44
- package/lib/calendar/index.js.map +1 -0
- package/lib/calendar/types.d.ts +5 -8
- package/lib/checkbox/index.d.ts +3 -8
- package/lib/checkbox/index.js +94 -140
- package/lib/checkbox/index.js.map +1 -0
- package/lib/checkbox/types.d.ts +5 -7
- package/lib/dialog/Alert.d.ts +3 -9
- package/lib/dialog/Alert.js +22 -31
- package/lib/dialog/Alert.js.map +1 -0
- package/lib/dialog/Custom.d.ts +3 -9
- package/lib/dialog/Custom.js +45 -54
- package/lib/dialog/Custom.js.map +1 -0
- package/lib/dialog/Error.d.ts +3 -9
- package/lib/dialog/Error.js +22 -31
- package/lib/dialog/Error.js.map +1 -0
- package/lib/dialog/Information.d.ts +3 -9
- package/lib/dialog/Information.js +22 -31
- package/lib/dialog/Information.js.map +1 -0
- package/lib/dialog/Question.d.ts +3 -9
- package/lib/dialog/Question.js +47 -61
- package/lib/dialog/Question.js.map +1 -0
- package/lib/dialog/Warning.d.ts +3 -9
- package/lib/dialog/Warning.js +22 -31
- package/lib/dialog/Warning.js.map +1 -0
- package/lib/dialog/base/Content.d.ts +3 -9
- package/lib/dialog/base/Content.js +15 -21
- package/lib/dialog/base/Content.js.map +1 -0
- package/lib/dialog/base/Footer.d.ts +3 -9
- package/lib/dialog/base/Footer.js +11 -12
- package/lib/dialog/base/Footer.js.map +1 -0
- package/lib/dialog/base/Header.d.ts +3 -9
- package/lib/dialog/base/Header.js +39 -56
- package/lib/dialog/base/Header.js.map +1 -0
- package/lib/dialog/base/index.d.ts +8 -10
- package/lib/dialog/base/index.js +173 -194
- package/lib/dialog/base/index.js.map +1 -0
- package/lib/dialog/base/style.d.ts +7 -0
- package/lib/dialog/base/style.js +9 -12
- package/lib/dialog/base/style.js.map +1 -0
- package/lib/dialog/form/index.d.ts +4 -10
- package/lib/dialog/form/index.js +106 -120
- package/lib/dialog/form/index.js.map +1 -0
- package/lib/dialog/index.d.ts +9 -16
- package/lib/dialog/index.js +17 -51
- package/lib/dialog/index.js.map +1 -0
- package/lib/dialog/types.d.ts +20 -24
- package/lib/dialog/wizard/index.d.ts +8 -13
- package/lib/dialog/wizard/index.js +66 -79
- package/lib/dialog/wizard/index.js.map +1 -0
- package/lib/dialog/wizard/progressbar.d.ts +2 -5
- package/lib/dialog/wizard/progressbar.js +30 -37
- package/lib/dialog/wizard/progressbar.js.map +1 -0
- package/lib/dialog/wizard/step.d.ts +2 -9
- package/lib/dialog/wizard/step.js +19 -22
- package/lib/dialog/wizard/step.js.map +1 -0
- package/lib/dialog/wizard/useWizard.d.ts +2 -9
- package/lib/dialog/wizard/useWizard.js +45 -47
- package/lib/dialog/wizard/useWizard.js.map +1 -0
- package/lib/drawer/Content.d.ts +3 -10
- package/lib/drawer/Content.js +18 -25
- package/lib/drawer/Content.js.map +1 -0
- package/lib/drawer/Drawer.d.ts +3 -10
- package/lib/drawer/Drawer.js +73 -142
- package/lib/drawer/Drawer.js.map +1 -0
- package/lib/drawer/Header.d.ts +3 -10
- package/lib/drawer/Header.js +55 -74
- package/lib/drawer/Header.js.map +1 -0
- package/lib/drawer/helpers.d.ts +3 -10
- package/lib/drawer/helpers.js +6 -10
- package/lib/drawer/helpers.js.map +1 -0
- package/lib/drawer/index.d.ts +5 -12
- package/lib/drawer/index.js +12 -25
- package/lib/drawer/index.js.map +1 -0
- package/lib/drawer/types.d.ts +7 -11
- package/lib/dropdown/Popup.d.ts +3 -6
- package/lib/dropdown/Popup.js +48 -86
- package/lib/dropdown/Popup.js.map +1 -0
- package/lib/dropdown/helper.d.ts +2 -4
- 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/types.d.ts +7 -10
- package/lib/dropdown/withDropdown.d.ts +7 -8
- package/lib/dropdown/withDropdown.js +79 -90
- package/lib/dropdown/withDropdown.js.map +1 -0
- package/lib/fieldset/index.d.ts +3 -8
- package/lib/fieldset/index.js +69 -81
- package/lib/fieldset/index.js.map +1 -0
- package/lib/fieldset/types.d.ts +5 -8
- package/lib/form/Field.d.ts +2 -14
- package/lib/form/Field.js +102 -120
- package/lib/form/Field.js.map +1 -0
- package/lib/form/FieldArray.d.ts +2 -14
- package/lib/form/FieldArray.js +56 -94
- package/lib/form/FieldArray.js.map +1 -0
- package/lib/form/FieldNumber.d.ts +2 -14
- package/lib/form/FieldNumber.js +57 -75
- package/lib/form/FieldNumber.js.map +1 -0
- package/lib/form/FieldPeriod.d.ts +2 -14
- package/lib/form/FieldPeriod.js +89 -97
- package/lib/form/FieldPeriod.js.map +1 -0
- package/lib/form/helpers.d.ts +7 -19
- package/lib/form/helpers.js +25 -47
- package/lib/form/helpers.js.map +1 -0
- package/lib/form/index.d.ts +8 -18
- package/lib/form/index.js +155 -297
- package/lib/form/index.js.map +1 -0
- package/lib/form/types.d.ts +25 -35
- package/lib/form/withFieldHOC.d.ts +4 -14
- package/lib/form/withFieldHOC.js +61 -70
- package/lib/form/withFieldHOC.js.map +1 -0
- package/lib/form/withFormSecurity.d.ts +6 -15
- package/lib/form/withFormSecurity.js +29 -53
- package/lib/form/withFormSecurity.js.map +1 -0
- package/lib/form2/helpers.d.ts +5 -8
- package/lib/form2/helpers.js +22 -39
- package/lib/form2/helpers.js.map +1 -0
- package/lib/form2/index.d.ts +6 -8
- package/lib/form2/index.js +22 -35
- package/lib/form2/index.js.map +1 -0
- package/lib/form2/types.d.ts +19 -20
- package/lib/form2/useForm/index.d.ts +2 -4
- package/lib/form2/useForm/index.js +108 -195
- package/lib/form2/useForm/index.js.map +1 -0
- package/lib/gridlayout/GridCol.d.ts +3 -6
- package/lib/gridlayout/GridCol.js +26 -32
- package/lib/gridlayout/GridCol.js.map +1 -0
- package/lib/gridlayout/GridRow.d.ts +3 -6
- package/lib/gridlayout/GridRow.js +26 -33
- package/lib/gridlayout/GridRow.js.map +1 -0
- package/lib/gridlayout/index.d.ts +4 -8
- package/lib/gridlayout/index.js +7 -16
- package/lib/gridlayout/index.js.map +1 -0
- package/lib/gridlayout/types.d.ts +3 -6
- package/lib/hint/helpers.d.ts +1 -3
- package/lib/hint/helpers.js +13 -21
- package/lib/hint/helpers.js.map +1 -0
- package/lib/hint/index.d.ts +3 -7
- package/lib/hint/index.js +30 -34
- package/lib/hint/index.js.map +1 -0
- package/lib/hint/types.d.ts +2 -5
- package/lib/icons/helper.d.ts +1 -14
- package/lib/icons/helper.js +332 -346
- package/lib/icons/helper.js.map +1 -0
- package/lib/icons/index.d.ts +3 -13
- package/lib/icons/index.js +75 -77
- package/lib/icons/index.js.map +1 -0
- package/lib/icons/types.d.ts +8 -12
- package/lib/index.d.ts +10 -40
- package/lib/index.js +26 -69
- package/lib/index.js.map +1 -0
- package/lib/inputs/base/InputTextBase.d.ts +3 -11
- package/lib/inputs/base/InputTextBase.js +177 -266
- package/lib/inputs/base/InputTextBase.js.map +1 -0
- package/lib/inputs/base/helpers.d.ts +9 -16
- package/lib/inputs/base/helpers.js +28 -43
- package/lib/inputs/base/helpers.js.map +1 -0
- package/lib/inputs/base/types.d.ts +8 -12
- package/lib/inputs/color/index.d.ts +3 -7
- package/lib/inputs/color/index.js +55 -92
- package/lib/inputs/color/index.js.map +1 -0
- package/lib/inputs/color/types.d.ts +2 -5
- package/lib/inputs/date/Dialog.d.ts +3 -13
- package/lib/inputs/date/Dialog.js +17 -25
- package/lib/inputs/date/Dialog.js.map +1 -0
- package/lib/inputs/date/Dropdown.d.ts +3 -13
- package/lib/inputs/date/Dropdown.js +18 -36
- package/lib/inputs/date/Dropdown.js.map +1 -0
- package/lib/inputs/date/helpers.d.ts +7 -10
- package/lib/inputs/date/helpers.js +32 -28
- package/lib/inputs/date/helpers.js.map +1 -0
- package/lib/inputs/date/index.d.ts +3 -13
- package/lib/inputs/date/index.js +121 -272
- package/lib/inputs/date/index.js.map +1 -0
- package/lib/inputs/date/types.d.ts +7 -14
- package/lib/inputs/errorMessage/index.d.ts +3 -16
- package/lib/inputs/errorMessage/index.js +25 -25
- package/lib/inputs/errorMessage/index.js.map +1 -0
- package/lib/inputs/file/DefaultFile.d.ts +3 -13
- package/lib/inputs/file/DefaultFile.js +68 -79
- package/lib/inputs/file/DefaultFile.js.map +1 -0
- package/lib/inputs/file/DragDropFile.d.ts +3 -13
- package/lib/inputs/file/DragDropFile.js +127 -264
- package/lib/inputs/file/DragDropFile.js.map +1 -0
- package/lib/inputs/file/File.d.ts +3 -13
- package/lib/inputs/file/File.js +28 -62
- package/lib/inputs/file/File.js.map +1 -0
- package/lib/inputs/file/FileButtonSettings.d.ts +3 -13
- package/lib/inputs/file/FileButtonSettings.js +24 -32
- package/lib/inputs/file/FileButtonSettings.js.map +1 -0
- package/lib/inputs/file/helpers.d.ts +2 -13
- package/lib/inputs/file/helpers.js +10 -19
- package/lib/inputs/file/helpers.js.map +1 -0
- package/lib/inputs/file/index.d.ts +5 -16
- package/lib/inputs/file/index.js +9 -23
- package/lib/inputs/file/index.js.map +1 -0
- package/lib/inputs/file/types.d.ts +8 -16
- 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 +4 -16
- package/lib/inputs/inputHOC.js +41 -43
- package/lib/inputs/inputHOC.js.map +1 -0
- package/lib/inputs/mask/BaseMask.d.ts +3 -12
- package/lib/inputs/mask/BaseMask.js +124 -152
- package/lib/inputs/mask/BaseMask.js.map +1 -0
- package/lib/inputs/mask/Cnpj.d.ts +3 -12
- package/lib/inputs/mask/Cnpj.js +45 -58
- package/lib/inputs/mask/Cnpj.js.map +1 -0
- package/lib/inputs/mask/Cpf.d.ts +3 -12
- package/lib/inputs/mask/Cpf.js +48 -56
- package/lib/inputs/mask/Cpf.js.map +1 -0
- package/lib/inputs/mask/Phone.d.ts +3 -12
- package/lib/inputs/mask/Phone.js +13 -18
- package/lib/inputs/mask/Phone.js.map +1 -0
- package/lib/inputs/mask/ZipCode.d.ts +3 -12
- package/lib/inputs/mask/ZipCode.js +12 -14
- package/lib/inputs/mask/ZipCode.js.map +1 -0
- package/lib/inputs/mask/helpers.d.ts +4 -14
- package/lib/inputs/mask/helpers.js +68 -118
- package/lib/inputs/mask/helpers.js.map +1 -0
- package/lib/inputs/mask/index.d.ts +7 -17
- package/lib/inputs/mask/index.js +13 -37
- package/lib/inputs/mask/index.js.map +1 -0
- package/lib/inputs/mask/types.d.ts +9 -15
- package/lib/inputs/multiSelect/ActionButtons.d.ts +3 -13
- package/lib/inputs/multiSelect/ActionButtons.js +38 -50
- package/lib/inputs/multiSelect/ActionButtons.js.map +1 -0
- package/lib/inputs/multiSelect/Dropdown.d.ts +3 -13
- package/lib/inputs/multiSelect/Dropdown.js +97 -134
- package/lib/inputs/multiSelect/Dropdown.js.map +1 -0
- package/lib/inputs/multiSelect/helper.d.ts +2 -12
- package/lib/inputs/multiSelect/helper.js +8 -19
- package/lib/inputs/multiSelect/helper.js.map +1 -0
- package/lib/inputs/multiSelect/index.d.ts +3 -13
- package/lib/inputs/multiSelect/index.js +189 -228
- package/lib/inputs/multiSelect/index.js.map +1 -0
- package/lib/inputs/multiSelect/types.d.ts +7 -15
- package/lib/inputs/number/BaseNumber.d.ts +3 -17
- package/lib/inputs/number/BaseNumber.js +48 -66
- package/lib/inputs/number/BaseNumber.js.map +1 -0
- package/lib/inputs/number/Currency.d.ts +3 -17
- package/lib/inputs/number/Currency.js +21 -27
- package/lib/inputs/number/Currency.js.map +1 -0
- package/lib/inputs/number/Decimal.d.ts +3 -17
- package/lib/inputs/number/Decimal.js +12 -11
- package/lib/inputs/number/Decimal.js.map +1 -0
- package/lib/inputs/number/format_number.d.ts +3 -5
- package/lib/inputs/number/format_number.js +8 -28
- package/lib/inputs/number/format_number.js.map +1 -0
- package/lib/inputs/number/index.d.ts +6 -19
- package/lib/inputs/number/index.js +35 -63
- package/lib/inputs/number/index.js.map +1 -0
- package/lib/inputs/number/types.d.ts +7 -18
- package/lib/inputs/period/Dialog.d.ts +3 -14
- package/lib/inputs/period/Dialog.js +18 -26
- package/lib/inputs/period/Dialog.js.map +1 -0
- package/lib/inputs/period/Dropdown.d.ts +3 -14
- package/lib/inputs/period/Dropdown.js +17 -34
- package/lib/inputs/period/Dropdown.js.map +1 -0
- package/lib/inputs/period/PeriodList.d.ts +3 -14
- package/lib/inputs/period/PeriodList.js +37 -45
- package/lib/inputs/period/PeriodList.js.map +1 -0
- package/lib/inputs/period/helper.d.ts +5 -16
- package/lib/inputs/period/helper.js +23 -57
- package/lib/inputs/period/helper.js.map +1 -0
- package/lib/inputs/period/index.d.ts +3 -14
- package/lib/inputs/period/index.js +183 -506
- package/lib/inputs/period/index.js.map +1 -0
- package/lib/inputs/period/types.d.ts +13 -19
- package/lib/inputs/search/index.d.ts +3 -16
- package/lib/inputs/search/index.js +104 -126
- package/lib/inputs/search/index.js.map +1 -0
- package/lib/inputs/select/ActionButtons.d.ts +3 -16
- package/lib/inputs/select/ActionButtons.js +28 -38
- package/lib/inputs/select/ActionButtons.js.map +1 -0
- package/lib/inputs/select/Dropdown.d.ts +3 -16
- package/lib/inputs/select/Dropdown.js +69 -112
- package/lib/inputs/select/Dropdown.js.map +1 -0
- package/lib/inputs/select/helper.d.ts +7 -21
- package/lib/inputs/select/helper.js +46 -106
- package/lib/inputs/select/helper.js.map +1 -0
- package/lib/inputs/select/index.d.ts +3 -13
- package/lib/inputs/select/index.js +26 -40
- package/lib/inputs/select/index.js.map +1 -0
- package/lib/inputs/select/multiple/Selecteds.d.ts +3 -13
- package/lib/inputs/select/multiple/Selecteds.js +26 -26
- package/lib/inputs/select/multiple/Selecteds.js.map +1 -0
- package/lib/inputs/select/multiple/index.d.ts +3 -13
- package/lib/inputs/select/multiple/index.js +119 -276
- package/lib/inputs/select/multiple/index.js.map +1 -0
- package/lib/inputs/select/simple/index.d.ts +3 -13
- package/lib/inputs/select/simple/index.js +138 -291
- package/lib/inputs/select/simple/index.js.map +1 -0
- package/lib/inputs/select/types.d.ts +14 -20
- package/lib/inputs/text/index.d.ts +3 -12
- package/lib/inputs/text/index.js +12 -13
- package/lib/inputs/text/index.js.map +1 -0
- package/lib/inputs/text/types.d.ts +5 -11
- package/lib/inputs/textarea/index.d.ts +3 -12
- package/lib/inputs/textarea/index.js +16 -24
- package/lib/inputs/textarea/index.js.map +1 -0
- package/lib/inputs/textarea/types.d.ts +2 -11
- package/lib/inputs/types.d.ts +17 -24
- package/lib/inputs2/checkboxfield/index.d.ts +32 -7
- package/lib/inputs2/checkboxfield/index.js +113 -149
- package/lib/inputs2/checkboxfield/index.js.map +1 -0
- package/lib/inputs2/colorfield/index.d.ts +8 -9
- package/lib/inputs2/colorfield/index.js +88 -118
- package/lib/inputs2/colorfield/index.js.map +1 -0
- package/lib/inputs2/date/base/constants.d.ts +3 -6
- package/lib/inputs2/date/base/constants.js +33 -37
- package/lib/inputs2/date/base/constants.js.map +1 -0
- package/lib/inputs2/date/base/index.d.ts +6 -12
- package/lib/inputs2/date/base/index.js +129 -173
- package/lib/inputs2/date/base/index.js.map +1 -0
- package/lib/inputs2/date/datefield/calendarbox.d.ts +5 -6
- package/lib/inputs2/date/datefield/calendarbox.js +73 -114
- package/lib/inputs2/date/datefield/calendarbox.js.map +1 -0
- package/lib/inputs2/date/datefield/context.d.ts +2 -12
- package/lib/inputs2/date/datefield/context.js +11 -14
- package/lib/inputs2/date/datefield/context.js.map +1 -0
- package/lib/inputs2/date/datefield/index.d.ts +4 -10
- package/lib/inputs2/date/datefield/index.js +304 -323
- package/lib/inputs2/date/datefield/index.js.map +1 -0
- package/lib/inputs2/date/datefield/triggers.d.ts +3 -3
- package/lib/inputs2/date/datefield/triggers.js +29 -46
- package/lib/inputs2/date/datefield/triggers.js.map +1 -0
- package/lib/inputs2/date/datefield/types.d.ts +14 -16
- package/lib/inputs2/date/dateperiodfield/calendarbox.d.ts +5 -6
- package/lib/inputs2/date/dateperiodfield/calendarbox.js +93 -135
- package/lib/inputs2/date/dateperiodfield/calendarbox.js.map +1 -0
- package/lib/inputs2/date/dateperiodfield/context.d.ts +2 -12
- package/lib/inputs2/date/dateperiodfield/context.js +11 -16
- package/lib/inputs2/date/dateperiodfield/context.js.map +1 -0
- package/lib/inputs2/date/dateperiodfield/index.d.ts +4 -10
- package/lib/inputs2/date/dateperiodfield/index.js +484 -555
- package/lib/inputs2/date/dateperiodfield/index.js.map +1 -0
- package/lib/inputs2/date/dateperiodfield/triggers.d.ts +1 -2
- package/lib/inputs2/date/dateperiodfield/triggers.js +56 -115
- package/lib/inputs2/date/dateperiodfield/triggers.js.map +1 -0
- package/lib/inputs2/date/dateperiodfield/types.d.ts +22 -24
- package/lib/inputs2/date/helpers.d.ts +9 -20
- package/lib/inputs2/date/helpers.js +35 -55
- package/lib/inputs2/date/helpers.js.map +1 -0
- package/lib/inputs2/date/types.d.ts +13 -14
- package/lib/inputs2/date/types.js +5 -19
- package/lib/inputs2/date/types.js.map +1 -0
- package/lib/inputs2/filefield/index.d.ts +11 -9
- package/lib/inputs2/filefield/index.js +115 -163
- package/lib/inputs2/filefield/index.js.map +1 -0
- package/lib/inputs2/index.d.ts +16 -35
- package/lib/inputs2/index.js +33 -38
- package/lib/inputs2/index.js.map +1 -0
- package/lib/inputs2/mask/BaseMask.d.ts +13 -10
- package/lib/inputs2/mask/BaseMask.js +70 -86
- package/lib/inputs2/mask/BaseMask.js.map +1 -0
- package/lib/inputs2/mask/Cnpj.d.ts +6 -11
- package/lib/inputs2/mask/Cnpj.js +47 -56
- package/lib/inputs2/mask/Cnpj.js.map +1 -0
- package/lib/inputs2/mask/Cpf.d.ts +6 -11
- package/lib/inputs2/mask/Cpf.js +43 -52
- package/lib/inputs2/mask/Cpf.js.map +1 -0
- package/lib/inputs2/mask/Phone.d.ts +6 -11
- package/lib/inputs2/mask/Phone.js +21 -25
- package/lib/inputs2/mask/Phone.js.map +1 -0
- package/lib/inputs2/mask/ZipCode.d.ts +3 -11
- package/lib/inputs2/mask/ZipCode.js +19 -22
- package/lib/inputs2/mask/ZipCode.js.map +1 -0
- package/lib/inputs2/mask/helpers.d.ts +2 -4
- package/lib/inputs2/mask/helpers.js +33 -56
- package/lib/inputs2/mask/helpers.js.map +1 -0
- package/lib/inputs2/numberfield/currency.d.ts +2 -12
- package/lib/inputs2/numberfield/currency.js +108 -88
- package/lib/inputs2/numberfield/currency.js.map +1 -0
- package/lib/inputs2/numberfield/decimal.d.ts +2 -12
- package/lib/inputs2/numberfield/decimal.js +100 -82
- package/lib/inputs2/numberfield/decimal.js.map +1 -0
- package/lib/inputs2/numberfield/helpers.d.ts +1 -3
- package/lib/inputs2/numberfield/helpers.js +14 -48
- package/lib/inputs2/numberfield/helpers.js.map +1 -0
- package/lib/inputs2/numberfield/index.d.ts +7 -12
- package/lib/inputs2/numberfield/index.js +96 -100
- package/lib/inputs2/numberfield/index.js.map +1 -0
- package/lib/inputs2/numberfield/types.d.ts +6 -16
- package/lib/inputs2/radiofield/index.d.ts +4 -9
- package/lib/inputs2/radiofield/index.js +109 -138
- package/lib/inputs2/radiofield/index.js.map +1 -0
- package/lib/inputs2/radiofield/types.d.ts +11 -13
- package/lib/inputs2/selectfield/context.d.ts +12 -13
- package/lib/inputs2/selectfield/context.js +11 -14
- package/lib/inputs2/selectfield/context.js.map +1 -0
- package/lib/inputs2/selectfield/helpers.d.ts +5 -6
- package/lib/inputs2/selectfield/helpers.js +15 -23
- package/lib/inputs2/selectfield/helpers.js.map +1 -0
- package/lib/inputs2/selectfield/index.d.ts +7 -11
- package/lib/inputs2/selectfield/index.js +386 -512
- package/lib/inputs2/selectfield/index.js.map +1 -0
- package/lib/inputs2/selectfield/item.d.ts +6 -7
- package/lib/inputs2/selectfield/item.js +56 -88
- package/lib/inputs2/selectfield/item.js.map +1 -0
- package/lib/inputs2/selectfield/listbox.d.ts +5 -6
- package/lib/inputs2/selectfield/listbox.js +70 -106
- package/lib/inputs2/selectfield/listbox.js.map +1 -0
- package/lib/inputs2/selectfield/options.d.ts +6 -7
- package/lib/inputs2/selectfield/options.js +19 -25
- package/lib/inputs2/selectfield/options.js.map +1 -0
- package/lib/inputs2/selectfield/search.d.ts +5 -6
- package/lib/inputs2/selectfield/search.js +55 -68
- package/lib/inputs2/selectfield/search.js.map +1 -0
- package/lib/inputs2/selectfield/selections.d.ts +5 -6
- package/lib/inputs2/selectfield/selections.js +64 -84
- package/lib/inputs2/selectfield/selections.js.map +1 -0
- package/lib/inputs2/selectfield/triggers.d.ts +3 -3
- package/lib/inputs2/selectfield/triggers.js +81 -107
- package/lib/inputs2/selectfield/triggers.js.map +1 -0
- package/lib/inputs2/selectfield/types.d.ts +12 -14
- package/lib/inputs2/selectfield/types.js +6 -21
- package/lib/inputs2/selectfield/types.js.map +1 -0
- package/lib/inputs2/slot/index.d.ts +11 -8
- package/lib/inputs2/slot/index.js +48 -45
- package/lib/inputs2/slot/index.js.map +1 -0
- package/lib/inputs2/textareafield/index.d.ts +30 -8
- package/lib/inputs2/textareafield/index.js +134 -189
- package/lib/inputs2/textareafield/index.js.map +1 -0
- package/lib/inputs2/textfield/index.d.ts +30 -8
- package/lib/inputs2/textfield/index.js +107 -157
- package/lib/inputs2/textfield/index.js.map +1 -0
- package/lib/internals/colorStyles.d.ts +1 -2
- package/lib/internals/colorStyles.js +10 -13
- package/lib/internals/colorStyles.js.map +1 -0
- package/lib/internals/constants.d.ts +3 -5
- package/lib/internals/constants.js +7 -10
- package/lib/internals/constants.js.map +1 -0
- package/lib/internals/types.d.ts +2 -4
- package/lib/labelMessages/index.d.ts +3 -9
- package/lib/labelMessages/index.js +53 -58
- package/lib/labelMessages/index.js.map +1 -0
- package/lib/labelMessages/types.d.ts +3 -7
- package/lib/labels/DangerLabel.d.ts +3 -12
- package/lib/labels/DangerLabel.js +15 -17
- package/lib/labels/DangerLabel.js.map +1 -0
- package/lib/labels/DefaultLabel.d.ts +3 -12
- package/lib/labels/DefaultLabel.js +61 -61
- package/lib/labels/DefaultLabel.js.map +1 -0
- package/lib/labels/InfoLabel.d.ts +3 -12
- package/lib/labels/InfoLabel.js +15 -17
- package/lib/labels/InfoLabel.js.map +1 -0
- package/lib/labels/PrimaryLabel.d.ts +3 -12
- package/lib/labels/PrimaryLabel.js +15 -17
- package/lib/labels/PrimaryLabel.js.map +1 -0
- package/lib/labels/SuccessLabel.d.ts +3 -12
- package/lib/labels/SuccessLabel.js +15 -17
- package/lib/labels/SuccessLabel.js.map +1 -0
- package/lib/labels/WarningLabel.d.ts +3 -12
- package/lib/labels/WarningLabel.js +15 -17
- package/lib/labels/WarningLabel.js.map +1 -0
- package/lib/labels/index.d.ts +9 -19
- package/lib/labels/index.js +19 -52
- package/lib/labels/index.js.map +1 -0
- package/lib/labels/label_container/index.d.ts +4 -6
- package/lib/labels/label_container/index.js +18 -21
- package/lib/labels/label_container/index.js.map +1 -0
- package/lib/labels/types.d.ts +8 -12
- package/lib/list/Header.d.ts +3 -11
- package/lib/list/Header.js +20 -22
- package/lib/list/Header.js.map +1 -0
- package/lib/list/Item.d.ts +3 -11
- package/lib/list/Item.js +148 -164
- package/lib/list/Item.js.map +1 -0
- package/lib/list/Separator.d.ts +2 -3
- package/lib/list/Separator.js +11 -12
- package/lib/list/Separator.js.map +1 -0
- package/lib/list/helpers.d.ts +3 -11
- package/lib/list/helpers.js +9 -14
- package/lib/list/helpers.js.map +1 -0
- package/lib/list/index.d.ts +7 -14
- package/lib/list/index.js +97 -173
- package/lib/list/index.js.map +1 -0
- package/lib/list/types.d.ts +12 -17
- package/lib/menus/float/MenuItem.d.ts +3 -9
- package/lib/menus/float/MenuItem.js +53 -66
- package/lib/menus/float/MenuItem.js.map +1 -0
- package/lib/menus/float/SubMenuContainer.d.ts +29 -0
- package/lib/menus/float/SubMenuContainer.js +73 -72
- package/lib/menus/float/SubMenuContainer.js.map +1 -0
- package/lib/menus/float/helpers.d.ts +3 -9
- package/lib/menus/float/helpers.js +6 -10
- package/lib/menus/float/helpers.js.map +1 -0
- package/lib/menus/float/index.d.ts +6 -40
- package/lib/menus/float/index.js +44 -67
- package/lib/menus/float/index.js.map +1 -0
- package/lib/menus/float/types.d.ts +5 -9
- package/lib/menus/index.d.ts +2 -12
- package/lib/menus/index.js +5 -9
- package/lib/menus/index.js.map +1 -0
- package/lib/menus/sidenav/ExpandMenu.d.ts +3 -12
- package/lib/menus/sidenav/ExpandMenu.js +19 -26
- package/lib/menus/sidenav/ExpandMenu.js.map +1 -0
- package/lib/menus/sidenav/MenuLink.d.ts +3 -12
- package/lib/menus/sidenav/MenuLink.js +30 -36
- package/lib/menus/sidenav/MenuLink.js.map +1 -0
- package/lib/menus/sidenav/NavMenuGroup.d.ts +3 -12
- package/lib/menus/sidenav/NavMenuGroup.js +22 -25
- package/lib/menus/sidenav/NavMenuGroup.js.map +1 -0
- package/lib/menus/sidenav/NavMenuItem.d.ts +3 -12
- package/lib/menus/sidenav/NavMenuItem.js +138 -147
- package/lib/menus/sidenav/NavMenuItem.js.map +1 -0
- package/lib/menus/sidenav/NavSubMenuItem.d.ts +3 -12
- package/lib/menus/sidenav/NavSubMenuItem.js +39 -42
- package/lib/menus/sidenav/NavSubMenuItem.js.map +1 -0
- package/lib/menus/sidenav/helpers.d.ts +4 -13
- package/lib/menus/sidenav/helpers.js +10 -17
- package/lib/menus/sidenav/helpers.js.map +1 -0
- package/lib/menus/sidenav/index.d.ts +8 -16
- package/lib/menus/sidenav/index.js +148 -180
- package/lib/menus/sidenav/index.js.map +1 -0
- package/lib/menus/sidenav/popup_menu_search/EmptyList.d.ts +3 -12
- package/lib/menus/sidenav/popup_menu_search/EmptyList.js +23 -25
- package/lib/menus/sidenav/popup_menu_search/EmptyList.js.map +1 -0
- package/lib/menus/sidenav/popup_menu_search/index.d.ts +3 -12
- package/lib/menus/sidenav/popup_menu_search/index.js +51 -110
- package/lib/menus/sidenav/popup_menu_search/index.js.map +1 -0
- package/lib/menus/sidenav/types.d.ts +18 -23
- package/lib/noPermission/index.d.ts +2 -3
- package/lib/noPermission/index.js +17 -23
- 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.d.ts +3 -10
- package/lib/panel/Content.js +54 -77
- package/lib/panel/Content.js.map +1 -0
- package/lib/panel/DangerPanel.d.ts +3 -10
- package/lib/panel/DangerPanel.js +13 -15
- package/lib/panel/DangerPanel.js.map +1 -0
- package/lib/panel/Default.d.ts +3 -10
- package/lib/panel/Default.js +65 -64
- package/lib/panel/Default.js.map +1 -0
- package/lib/panel/Header.d.ts +3 -10
- package/lib/panel/Header.js +51 -73
- package/lib/panel/Header.js.map +1 -0
- package/lib/panel/InfoPanel.d.ts +3 -10
- package/lib/panel/InfoPanel.js +13 -15
- package/lib/panel/InfoPanel.js.map +1 -0
- package/lib/panel/PrimaryPanel.d.ts +3 -10
- package/lib/panel/PrimaryPanel.js +13 -15
- package/lib/panel/PrimaryPanel.js.map +1 -0
- package/lib/panel/SuccessPanel.d.ts +3 -10
- package/lib/panel/SuccessPanel.js +13 -15
- package/lib/panel/SuccessPanel.js.map +1 -0
- package/lib/panel/ToolBar.d.ts +3 -10
- package/lib/panel/WarningPanel.d.ts +3 -10
- package/lib/panel/WarningPanel.js +13 -15
- package/lib/panel/WarningPanel.js.map +1 -0
- package/lib/panel/helpers.d.ts +4 -11
- package/lib/panel/helpers.js +14 -23
- package/lib/panel/helpers.js.map +1 -0
- package/lib/panel/index.d.ts +10 -18
- package/lib/panel/index.js +20 -59
- package/lib/panel/index.js.map +1 -0
- package/lib/panel/types.d.ts +11 -15
- package/lib/permissionValidations.d.ts +4 -6
- package/lib/permissionValidations.js +41 -53
- package/lib/permissionValidations.js.map +1 -0
- package/lib/popover/PopoverText.d.ts +3 -11
- package/lib/popover/PopoverText.js +15 -28
- package/lib/popover/PopoverText.js.map +1 -0
- package/lib/popover/PopoverTitle.d.ts +3 -11
- package/lib/popover/PopoverTitle.js +12 -16
- package/lib/popover/PopoverTitle.js.map +1 -0
- package/lib/popover/index.d.ts +6 -13
- package/lib/popover/index.js +40 -69
- package/lib/popover/index.js.map +1 -0
- package/lib/popover/types.d.ts +8 -12
- package/lib/progress/Bar.d.ts +3 -6
- package/lib/progress/Bar.js +48 -70
- package/lib/progress/Bar.js.map +1 -0
- package/lib/progress/index.d.ts +5 -7
- package/lib/progress/index.js +27 -37
- package/lib/progress/index.js.map +1 -0
- package/lib/progress/types.d.ts +4 -7
- package/lib/radio/index.d.ts +3 -8
- package/lib/radio/index.js +113 -113
- package/lib/radio/index.js.map +1 -0
- package/lib/radio/types.d.ts +3 -6
- package/lib/shortcuts/index.d.ts +3 -7
- package/lib/shortcuts/index.js +23 -27
- package/lib/shortcuts/index.js.map +1 -0
- package/lib/shortcuts/types.d.ts +2 -5
- package/lib/skeleton/SkeletonContainer.d.ts +3 -7
- package/lib/skeleton/SkeletonContainer.js +19 -22
- package/lib/skeleton/SkeletonContainer.js.map +1 -0
- package/lib/skeleton/index.d.ts +5 -8
- package/lib/skeleton/index.js +48 -53
- package/lib/skeleton/index.js.map +1 -0
- package/lib/skeleton/types.d.ts +3 -6
- package/lib/spinner/SpinnerLoading.d.ts +3 -7
- package/lib/spinner/SpinnerLoading.js +55 -219
- package/lib/spinner/SpinnerLoading.js.map +1 -0
- package/lib/spinner/index.d.ts +5 -7
- package/lib/spinner/index.js +52 -58
- package/lib/spinner/index.js.map +1 -0
- package/lib/spinner/types.d.ts +3 -6
- package/lib/split/Split.d.ts +3 -6
- package/lib/split/Split.js +175 -273
- package/lib/split/Split.js.map +1 -0
- package/lib/split/SplitSide.d.ts +3 -6
- package/lib/split/SplitSide.js +27 -41
- package/lib/split/SplitSide.js.map +1 -0
- package/lib/split/helpers.d.ts +3 -6
- package/lib/split/helpers.js +6 -10
- package/lib/split/helpers.js.map +1 -0
- package/lib/split/index.d.ts +4 -8
- package/lib/split/index.js +8 -17
- package/lib/split/index.js.map +1 -0
- package/lib/split/types.d.ts +3 -6
- package/lib/table/Body.d.ts +3 -6
- package/lib/table/Body.js +43 -68
- package/lib/table/Body.js.map +1 -0
- package/lib/table/Header.d.ts +3 -6
- package/lib/table/Header.js +49 -86
- package/lib/table/Header.js.map +1 -0
- package/lib/table/HeaderColumn.d.ts +3 -6
- package/lib/table/HeaderColumn.js +43 -54
- package/lib/table/HeaderColumn.js.map +1 -0
- package/lib/table/Row.d.ts +3 -6
- package/lib/table/Row.js +53 -77
- package/lib/table/Row.js.map +1 -0
- package/lib/table/RowColumn.d.ts +3 -6
- package/lib/table/RowColumn.js +55 -77
- package/lib/table/RowColumn.js.map +1 -0
- package/lib/table/helpers.d.ts +5 -7
- package/lib/table/helpers.js +10 -15
- package/lib/table/helpers.js.map +1 -0
- package/lib/table/index.d.ts +9 -11
- package/lib/table/index.js +101 -154
- package/lib/table/index.js.map +1 -0
- package/lib/table/types.d.ts +8 -11
- package/lib/tabs/DropdownTabs.d.ts +3 -11
- package/lib/tabs/DropdownTabs.js +73 -85
- package/lib/tabs/DropdownTabs.js.map +1 -0
- package/lib/tabs/Menu.d.ts +3 -11
- package/lib/tabs/Menu.js +39 -47
- package/lib/tabs/Menu.js.map +1 -0
- package/lib/tabs/MenuTabs.d.ts +3 -11
- package/lib/tabs/MenuTabs.js +70 -93
- package/lib/tabs/MenuTabs.js.map +1 -0
- package/lib/tabs/Panel.d.ts +3 -11
- package/lib/tabs/Panel.js +59 -80
- package/lib/tabs/Panel.js.map +1 -0
- package/lib/tabs/context.d.ts +3 -12
- package/lib/tabs/context.js +62 -124
- package/lib/tabs/context.js.map +1 -0
- package/lib/tabs/index.d.ts +5 -12
- package/lib/tabs/index.js +83 -75
- package/lib/tabs/index.js.map +1 -0
- package/lib/tabs/tabHelpers.d.ts +25 -10
- package/lib/tabs/tabHelpers.js +40 -62
- package/lib/tabs/tabHelpers.js.map +1 -0
- package/lib/tabs/types.d.ts +16 -19
- package/lib/tabs/useTabs.d.ts +1 -11
- package/lib/tabs/useTabs.js +9 -11
- package/lib/tabs/useTabs.js.map +1 -0
- package/lib/textContent/index.d.ts +6 -9
- package/lib/textContent/index.js +43 -46
- package/lib/textContent/index.js.map +1 -0
- package/lib/toolbar/ButtonBar.d.ts +3 -12
- package/lib/toolbar/ButtonBar.js +67 -65
- package/lib/toolbar/ButtonBar.js.map +1 -0
- package/lib/toolbar/LabelBar.d.ts +3 -12
- package/lib/toolbar/LabelBar.js +51 -57
- package/lib/toolbar/LabelBar.js.map +1 -0
- package/lib/toolbar/Separator.d.ts +2 -3
- package/lib/toolbar/Separator.js +11 -12
- package/lib/toolbar/Separator.js.map +1 -0
- package/lib/toolbar/ToolBarGroup.d.ts +3 -12
- package/lib/toolbar/ToolBarGroup.js +16 -18
- package/lib/toolbar/ToolBarGroup.js.map +1 -0
- package/lib/toolbar/helpers.d.ts +3 -12
- package/lib/toolbar/helpers.js +6 -9
- package/lib/toolbar/helpers.js.map +1 -0
- package/lib/toolbar/index.d.ts +8 -16
- package/lib/toolbar/index.js +39 -64
- package/lib/toolbar/index.js.map +1 -0
- package/lib/toolbar/types.d.ts +10 -14
- package/lib/tooltip/TooltipContent.d.ts +3 -7
- package/lib/tooltip/TooltipContent.js +38 -63
- package/lib/tooltip/TooltipContent.js.map +1 -0
- package/lib/tooltip/index.d.ts +3 -7
- package/lib/tooltip/index.js +41 -46
- package/lib/tooltip/index.js.map +1 -0
- package/lib/tooltip/types.d.ts +8 -10
- package/lib/tooltip/useTooltip.d.ts +6 -9
- package/lib/tooltip/useTooltip.js +91 -123
- package/lib/tooltip/useTooltip.js.map +1 -0
- package/lib/treetable/Body.d.ts +2 -3
- package/lib/treetable/Body.js +30 -33
- package/lib/treetable/Body.js.map +1 -0
- package/lib/treetable/Header.d.ts +2 -3
- package/lib/treetable/Header.js +27 -23
- package/lib/treetable/Header.js.map +1 -0
- package/lib/treetable/Row.d.ts +3 -7
- package/lib/treetable/Row.js +210 -229
- package/lib/treetable/Row.js.map +1 -0
- package/lib/treetable/helpers.d.ts +10 -15
- package/lib/treetable/helpers.js +16 -30
- package/lib/treetable/helpers.js.map +1 -0
- package/lib/treetable/index.d.ts +4 -8
- package/lib/treetable/index.js +29 -27
- package/lib/treetable/index.js.map +1 -0
- package/lib/treeview/Header.d.ts +3 -7
- package/lib/treeview/Header.js +16 -20
- package/lib/treeview/Header.js.map +1 -0
- package/lib/treeview/Node.d.ts +3 -7
- package/lib/treeview/Node.js +199 -236
- package/lib/treeview/Node.js.map +1 -0
- package/lib/treeview/constants.d.ts +2 -7
- package/lib/treeview/constants.js +6 -9
- package/lib/treeview/constants.js.map +1 -0
- package/lib/treeview/index.d.ts +6 -9
- package/lib/treeview/index.js +258 -308
- package/lib/treeview/index.js.map +1 -0
- package/lib/treeview/types.d.ts +12 -14
- package/lib/uitour/helpers.d.ts +1 -2
- package/lib/uitour/helpers.js +10 -12
- package/lib/uitour/helpers.js.map +1 -0
- package/lib/uitour/index.d.ts +3 -7
- package/lib/uitour/index.js +169 -236
- package/lib/uitour/index.js.map +1 -0
- package/lib/uitour/types.d.ts +7 -10
- package/package.json +342 -85
- package/lib/@types/Align.js +0 -5
- package/lib/@types/ButtonTypes.js +0 -5
- package/lib/@types/ColorStyles.js +0 -5
- package/lib/@types/DataCombo.js +0 -5
- package/lib/@types/Icon.js +0 -5
- package/lib/@types/LabelStyles.js +0 -5
- package/lib/@types/Period.js +0 -5
- package/lib/@types/PermissionAttr.js +0 -5
- package/lib/@types/PointerEvents.js +0 -5
- package/lib/@types/Position.js +0 -5
- package/lib/@types/PositionAlert.js +0 -5
- package/lib/@types/Size.js +0 -5
- package/lib/@types/SizePixels.js +0 -5
- package/lib/@types/StorageMock.js +0 -5
- package/lib/BaseMask-0c14ef51.d.ts +0 -24
- package/lib/Cnpj-bde01dd0.d.ts +0 -18
- package/lib/Cpf-3fa496ad.d.ts +0 -18
- package/lib/Phone-2bb0b397.d.ts +0 -18
- package/lib/ZipCode-09460e18.d.ts +0 -13
- package/lib/alerts/types.js +0 -5
- package/lib/assets/fonts/Roboto-Black.woff +0 -0
- package/lib/assets/fonts/Roboto-Black.woff2 +0 -0
- package/lib/assets/fonts/Roboto-Bold.woff +0 -0
- package/lib/assets/fonts/Roboto-Bold.woff2 +0 -0
- package/lib/assets/fonts/Roboto-Light.woff +0 -0
- package/lib/assets/fonts/Roboto-Light.woff2 +0 -0
- package/lib/assets/fonts/Roboto-Medium.woff +0 -0
- package/lib/assets/fonts/Roboto-Medium.woff2 +0 -0
- package/lib/assets/fonts/Roboto-Regular.woff +0 -0
- package/lib/assets/fonts/Roboto-Regular.woff2 +0 -0
- package/lib/assets/fonts/Roboto-Thin.woff +0 -0
- package/lib/assets/fonts/Roboto-Thin.woff2 +0 -0
- package/lib/assets/fonts/TitilliumWeb-Black.woff +0 -0
- package/lib/assets/fonts/TitilliumWeb-Black.woff2 +0 -0
- package/lib/assets/fonts/TitilliumWeb-Bold.woff +0 -0
- package/lib/assets/fonts/TitilliumWeb-Bold.woff2 +0 -0
- package/lib/assets/fonts/TitilliumWeb-ExtraLight.woff +0 -0
- package/lib/assets/fonts/TitilliumWeb-ExtraLight.woff2 +0 -0
- package/lib/assets/fonts/TitilliumWeb-Light.woff +0 -0
- package/lib/assets/fonts/TitilliumWeb-Light.woff2 +0 -0
- package/lib/assets/fonts/TitilliumWeb-Regular.woff +0 -0
- package/lib/assets/fonts/TitilliumWeb-Regular.woff2 +0 -0
- package/lib/assets/fonts/TitilliumWeb-SemiBold.woff +0 -0
- package/lib/assets/fonts/TitilliumWeb-SemiBold.woff2 +0 -0
- package/lib/assets/images/logo.png +0 -0
- package/lib/assets/styles/alerts.scss +0 -149
- package/lib/assets/styles/avatar.scss +0 -42
- package/lib/assets/styles/badge.scss +0 -48
- package/lib/assets/styles/button.scss +0 -373
- package/lib/assets/styles/calendar.scss +0 -311
- package/lib/assets/styles/checkbox.scss +0 -108
- package/lib/assets/styles/checkbox2.scss +0 -199
- package/lib/assets/styles/colorpicker.scss +0 -12
- package/lib/assets/styles/colors.scss +0 -180
- package/lib/assets/styles/commons.scss +0 -138
- package/lib/assets/styles/datepicker.scss +0 -36
- package/lib/assets/styles/datepicker2.scss +0 -332
- package/lib/assets/styles/dialog.scss +0 -200
- package/lib/assets/styles/drawers.scss +0 -159
- package/lib/assets/styles/dropdown.scss +0 -179
- package/lib/assets/styles/effects.scss +0 -821
- package/lib/assets/styles/error.scss +0 -9
- package/lib/assets/styles/fieldset.scss +0 -96
- package/lib/assets/styles/file.scss +0 -229
- package/lib/assets/styles/filefield.scss +0 -42
- package/lib/assets/styles/floatMenu.scss +0 -15
- package/lib/assets/styles/fonts.scss +0 -86
- package/lib/assets/styles/form.scss +0 -23
- package/lib/assets/styles/gridlayout.scss +0 -2054
- package/lib/assets/styles/hint.scss +0 -30
- package/lib/assets/styles/icon.scss +0 -42
- package/lib/assets/styles/input.scss +0 -156
- package/lib/assets/styles/label.scss +0 -118
- package/lib/assets/styles/labelMessages.scss +0 -81
- package/lib/assets/styles/list.scss +0 -124
- package/lib/assets/styles/multiSelect.scss +0 -125
- package/lib/assets/styles/noPermission.scss +0 -25
- package/lib/assets/styles/numberfield.scss +0 -18
- package/lib/assets/styles/numbers.scss +0 -5
- package/lib/assets/styles/panel.scss +0 -95
- package/lib/assets/styles/periodpicker.scss +0 -109
- package/lib/assets/styles/popover.scss +0 -44
- package/lib/assets/styles/progress.scss +0 -72
- package/lib/assets/styles/radio.scss +0 -156
- package/lib/assets/styles/radiofield.scss +0 -185
- package/lib/assets/styles/search.scss +0 -13
- package/lib/assets/styles/select.scss +0 -159
- package/lib/assets/styles/selectfield.scss +0 -407
- package/lib/assets/styles/shortcuts.scss +0 -59
- package/lib/assets/styles/sidenav.scss +0 -409
- package/lib/assets/styles/skeleton.scss +0 -48
- package/lib/assets/styles/slot.scss +0 -34
- package/lib/assets/styles/spinner.scss +0 -34
- package/lib/assets/styles/split.scss +0 -80
- package/lib/assets/styles/table.scss +0 -185
- package/lib/assets/styles/tabs.scss +0 -308
- package/lib/assets/styles/textContent.scss +0 -9
- package/lib/assets/styles/textfield.scss +0 -182
- package/lib/assets/styles/toolbar.scss +0 -74
- package/lib/assets/styles/tooltip.scss +0 -95
- package/lib/assets/styles/treetable.scss +0 -100
- package/lib/assets/styles/treeview.scss +0 -112
- package/lib/assets/styles/uitour.scss +0 -112
- package/lib/assets/styles/wizard.scss +0 -186
- package/lib/avatar/types.js +0 -5
- package/lib/badge/types.js +0 -5
- package/lib/buttons/ButtonGroups.js +0 -17
- package/lib/buttons/types.js +0 -5
- package/lib/calendar/types.js +0 -5
- package/lib/checkbox/types.js +0 -5
- package/lib/dialog/types.js +0 -5
- package/lib/drawer/types.js +0 -5
- package/lib/dropdown/helper.js +0 -16
- package/lib/dropdown/types.js +0 -5
- package/lib/fieldset/types.js +0 -5
- package/lib/form/types.js +0 -5
- package/lib/form2/types.js +0 -5
- package/lib/gridlayout/types.js +0 -5
- package/lib/hint/types.js +0 -5
- package/lib/icons/types.js +0 -5
- package/lib/index-19761a50.d.ts +0 -26
- package/lib/index-208e7f62.d.ts +0 -44
- package/lib/index-35ba9ed8.d.ts +0 -15
- package/lib/index-368f781f.d.ts +0 -15
- package/lib/index-3b70931d.d.ts +0 -44
- package/lib/index-4bda404f.d.ts +0 -42
- package/lib/index-7dfa8924.d.ts +0 -22
- package/lib/index-9e576346.d.ts +0 -23
- package/lib/index-c9247c1f.d.ts +0 -15
- package/lib/index-ecafc8c6.d.ts +0 -30
- package/lib/inputs/base/types.js +0 -5
- package/lib/inputs/color/types.js +0 -5
- package/lib/inputs/date/types.js +0 -5
- package/lib/inputs/file/types.js +0 -5
- package/lib/inputs/mask/types.js +0 -5
- package/lib/inputs/multiSelect/types.js +0 -5
- package/lib/inputs/number/types.js +0 -5
- package/lib/inputs/period/types.js +0 -5
- package/lib/inputs/select/types.js +0 -5
- package/lib/inputs/text/types.js +0 -5
- package/lib/inputs/textarea/types.js +0 -5
- package/lib/inputs/types.js +0 -5
- package/lib/inputs2/date/datefield/types.js +0 -5
- package/lib/inputs2/date/dateperiodfield/types.js +0 -19
- package/lib/inputs2/numberfield/types.js +0 -5
- package/lib/inputs2/radiofield/types.js +0 -5
- package/lib/internals/types.js +0 -5
- package/lib/labelMessages/types.js +0 -5
- package/lib/labels/types.js +0 -5
- package/lib/list/types.js +0 -5
- package/lib/menus/float/types.js +0 -5
- package/lib/menus/sidenav/types.js +0 -5
- package/lib/panel/ToolBar.js +0 -22
- package/lib/panel/types.js +0 -5
- package/lib/popover/types.js +0 -5
- package/lib/progress/types.js +0 -5
- package/lib/radio/types.js +0 -5
- package/lib/shortcuts/types.js +0 -5
- package/lib/skeleton/types.js +0 -5
- package/lib/spinner/types.js +0 -5
- package/lib/split/types.js +0 -5
- package/lib/table/types.js +0 -5
- package/lib/tabs/types.js +0 -5
- package/lib/toolbar/types.js +0 -5
- package/lib/tooltip/types.js +0 -5
- package/lib/treetable/types.d.js +0 -5
- package/lib/treeview/types.js +0 -5
- package/lib/types.d-b477e076.d.ts +0 -47
- package/lib/uitour/types.js +0 -5
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.toolbar-component{float:left;width:100%}.toolbar-component>.buttonbar{margin-right:5px;float:left}.toolbar-component>.labelbar{margin-right:5px;float:left}.toolbar-component .separator{background-color:#d7d7da;display:inline-block;width:1px;margin:0 5px;height:100%;border-left:1px solid #e2e8ea;border-right:1px solid #fff;border-radius:50%}.toolbar-component .toolbar-group{display:flex;align-content:center;float:right;height:100%}.toolbar-component .toolbar-group>.input-base-component:has(+.buttonbar) .inputwrapper{border-right-width:0}.toolbar-component .toolbar-group>.buttonbar{border-radius:0;border-width:1px;border:1px solid #efe9e9;border-right-width:0;margin-right:0}.toolbar-component .toolbar-group>.buttonbar:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.toolbar-component .toolbar-group>.buttonbar:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right-width:1px}.toolbar-component .toolbar-group>.labelbar{border-radius:0;border-width:1px;border-right-width:0;margin-right:0}.toolbar-component .toolbar-group>.labelbar:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.toolbar-component .toolbar-group>.labelbar:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right-width:1px}.toolbar-component.small-bar{height:34px;padding:3px}.toolbar-component.large-bar{height:56px;padding:3px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.tooltip-component{font-family:Roboto,sans-serif;position:absolute;padding:8px;background:#000000d9;border-radius:5px;color:#fff;box-shadow:2px 2px 3px #0000004d;text-align:center;font-size:13px;z-index:999999;pointer-events:none;max-width:300px;word-break:break-word}.tooltip-component.left:after{content:" ";position:absolute;top:50%;left:100%;margin-top:-5px;border-width:5px;border-style:solid;border-color:transparent transparent transparent rgba(0,0,0,.85)}.tooltip-component.right:after{content:" ";position:absolute;top:50%;right:100%;margin-top:-5px;border-width:5px;border-style:solid;border-color:transparent rgba(0,0,0,.85) transparent transparent}.tooltip-component.top:after{content:" ";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:rgba(0,0,0,.85) transparent transparent}.tooltip-component.bottom:after{content:" ";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent rgba(0,0,0,.85)}.tooltip-component.tooltip-error{background:#dd2d1b;color:#fff;z-index:99999}.tooltip-component.tooltip-error:before{content:"";position:absolute;inset:0;height:100%;width:100%;background:inherit;border-radius:inherit;z-index:-1;opacity:.7;animation:tooltip-component 2s ease-out infinite}@keyframes tooltip-component{to{transform:scale(1.05,1.25);opacity:0}}.tooltip-component.tooltip-error.left:after{border-left-color:#dd2d1b}.tooltip-component.tooltip-error.right:after{border-right-color:#dd2d1b}.tooltip-component.tooltip-error.top:after{border-top-color:#dd2d1b}.tooltip-component.tooltip-error.bottom:after{border-bottom-color:#dd2d1b}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.text-align-left{text-align:left}.text-align-right{text-align:right;padding-right:5px}.text-align-center{text-align:center!important}.search-field-component{width:100%;padding:6px;margin-top:0;font-size:17px;border:none}@keyframes shimmer{0%{background-position:0% 0%}to{background-position:-135% 0%}}@keyframes slideInFromTop{0%{transform:translateY(-60%);-webkit-font-smoothing:subpixel-antialiased}to{transform:translateY(0);-webkit-font-smoothing:subpixel-antialiased}}@keyframes slideInFromTopSlow{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.slideDownReturn{animation-name:slideDownReturn}@keyframes slideDownReturn{0%{transform-origin:0 0;transform:translateY(100%)}30%{transform-origin:0 0;transform:translateY(0)}}.slideLeftReturn{animation-name:slideLeftReturn}@keyframes slideLeftReturn{0%{transform-origin:0 0;transform:translate(-100%)}30%{transform-origin:0 0;transform:translate(0)}}.slideRightReturn{animation-name:slideRightReturn}@keyframes slideRightReturn{0%{transform-origin:0 0;transform:translate(100%)}30%{transform-origin:0 0;transform:translate(0)}}@keyframes revealelement{0%{color:transparent;opacity:0}50%{color:inherit;opacity:.3}to{color:inherit;opacity:1}}@keyframes revealelement{0%{-moz-color:transparent;-moz-height:0%;-moz-opacity:0}50%{-moz-color:inherit;-moz-height:auto;-moz-opacity:.3}to{-moz-color:inherit;-moz-opacity:1}}@keyframes revealelement{0%{color:transparent;height:0%;opacity:0}50%{color:inherit;height:auto;opacity:.3}to{color:inherit;opacity:1}}@keyframes transparent-effect{0%{color:transparent;height:0%;opacity:.3}50%{color:transparent;height:auto;opacity:.7}to{color:inherit;opacity:1}}@keyframes blink-effect{0%{box-shadow:0 0 #a10d0d,inset 0 0 0 1px #a10d0d,inset 0 0 0 16px #fff,inset 0 0 0 16px #a10d0d}to{box-shadow:0 0 0 1px #a10d0d,inset 0 0 0 1px #a10d0d,inset 0 0 0 16px #fff,inset 0 0 0 16px #a10d0d}}@keyframes show-notification{0%{opacity:0;transform:translateY(-100%)}10%{opacity:1;transform:translate(0)}90%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateY(-100%)}}@keyframes nav-anim-left{0%{left:100%}to{left:-3%}}.swashIn{animation-name:swashIn}@keyframes swashIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(0)}90%{opacity:1;transform-origin:50% 50%;transform:scale(.9)}to{opacity:1;transform-origin:50% 50%;transform:scale(1)}}.tinUpIn{animation-name:tinUpIn}@keyframes tinUpIn{0%{opacity:0;transform:scale(1) translateY(-900%)}50%,70%,90%{opacity:1;transform:scale(1.1) translateY(0)}60%,80%,to{opacity:1;transform:scale(1) translateY(0)}}.tinRightIn{animation-name:tinRightIn}@keyframes tinRightIn{0%{opacity:0;transform:scale(1) translate(900%)}50%,70%,90%{opacity:1;transform:scale(1.1) translate(0)}60%,80%,to{opacity:1;transform:scale(1) translate(0)}}.tinLeftIn{animation-name:tinLeftIn}@keyframes tinLeftIn{0%{opacity:0;transform:scale(1) translate(-900%)}50%,70%,90%{opacity:1;transform:scale(1.1) translate(0)}60%,80%,to{opacity:1;transform:scale(1) translate(0)}}.perspectiveDown{animation-name:perspectiveDown}@keyframes perspectiveDown{0%{transform-origin:0 100%;transform:perspective(800px) rotateX(0)}to{transform-origin:0 100%;transform:perspective(800px) rotateX(-180deg)}}.perspectiveUp{animation-name:perspectiveUp}@keyframes perspectiveUp{0%{transform-origin:0 0;transform:perspective(800px) rotateX(0)}to{transform-origin:0 0;transform:perspective(800px) rotateX(180deg)}}.puffIn{animation-name:puffIn}@keyframes puffIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(2px)}to{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}}.vanishIn{animation-name:vanishIn}@keyframes vanishIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(90px)}to{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}}.vanishOut{animation-name:vanishOut}@keyframes vanishOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}to{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(20px)}}.boingInUp{animation-name:boingInUp}@keyframes boingInUp{0%{opacity:0;transform-origin:50% 0%;transform:perspective(800px) rotateX(-90deg)}50%{opacity:1;transform-origin:50% 0%;transform:perspective(800px) rotateX(50deg)}to{opacity:1;transform-origin:50% 0%;transform:perspective(800px) rotateX(0)}}.slideDown{animation-name:slideDown}@keyframes slideDown{0%{transform-origin:0 0;transform:translateY(0)}10%{transform-origin:0 0;transform:translateY(5%)}}.slideLeft{animation-name:slideLeft}@keyframes slideLeft{0%{transform-origin:0 0;transform:translate(0)}10%{transform-origin:0 0;transform:translate(-2%)}}.slideRight{animation-name:slideRight}@keyframes slideRight{0%{transform-origin:0 0;transform:translate(0)}to{transform-origin:0 0;transform:translate(100%)}}.hvr-forward{display:inline-block;vertical-align:middle;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px #0000;transition-duration:.3s;transition-property:transform}.hvr-forward:hover,.hvr-forward:focus,.hvr-forward:active{transform:translate(8px)}@keyframes hvr-back-pulse{50%{background-color:#2098d1bf}}.hvr-bubble-float-left{display:inline-block;vertical-align:middle;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px #0000;position:relative;transition-duration:.3s;transition-property:transform}.hvr-bubble-float-left:before{position:absolute;z-index:-1;content:"";top:calc(50% - 10px);left:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent;transition-duration:.3s;transition-property:transform}.hvr-bubble-float-left:hover,.hvr-bubble-float-left:focus,.hvr-bubble-float-left:active{transform:translate(10px)}.hvr-bubble-float-left:hover:before,.hvr-bubble-float-left:focus:before,.hvr-bubble-float-left:active:before{transform:translate(-10px)}@keyframes hvr-wobble-horizontal{16.65%{transform:translate(8px)}33.3%{transform:translate(-6px)}49.95%{transform:translate(4px)}66.6%{transform:translate(-2px)}83.25%{transform:translate(1px)}to{transform:translate(0)}}.hvr-wobble-horizontal{display:inline-block;vertical-align:middle;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px #0000}.hvr-wobble-horizontal:hover,.hvr-wobble-horizontal:focus,.hvr-wobble-horizontal:active{animation-name:hvr-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}.hvr-grow{display:inline-block;vertical-align:middle;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px #0000;transition-duration:.3s;transition-property:transform}.hvr-grow:hover,.hvr-grow:focus,.hvr-grow:active{transform:scale(1.1)}@keyframes slideWithPositionFromLeft{0%{left:-100%}to{left:100%}}@keyframes slideWithPositionRightToLeft{0%{left:100%;opacity:0}to{left:0;opacity:1}}@keyframes slideRightToLeftWithFade{0%{opacity:0;transform:translate(2%)}to{opacity:1;transform:translate(0)}}@keyframes slideLeftToRightWithFade{0%{opacity:0;transform:translate(-2%)}to{opacity:1;transform:translate(0)}}.treetable-container{width:100%;height:auto;padding:0;margin:12px 0}table tbody .tree-row-element{animation:revealelement .3s forwards ease-in-out}table tbody .open-close-children{outline:0;border:0;display:flex;align-items:center;width:auto;height:auto;background-color:transparent;border-radius:4px;font-size:0;padding:4px 4px 4px 0;cursor:pointer}table tbody .value-button{margin-left:6px}table tbody .value-button:hover{text-decoration:underline;cursor:pointer}table tbody tr td.td-loading-childrens{border-bottom:1px solid #e6e6e6}table tbody .tr-loading-childrens{animation:revealelement .3s forwards ease-in-out}table tbody .td-loading-childrens-container{width:100%;height:35px;display:flex;align-items:center;flex-direction:row;justify-content:center}table tbody .column-more-childrens{width:auto;max-height:24px;display:flex;align-items:center}table tbody .line-path-decoration:before{content:"";height:34px;position:relative;right:.5rem;border-left:2px solid #e6e6e6}table tbody span.children-row{margin-left:8px}table tbody div.column-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}table tbody span.container-toolbar-buttons{width:auto;height:auto;margin-left:4px}table tbody .row-toolbar{width:100%;height:auto;margin-left:4px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@keyframes slideInFromTop{0%{transform:translateY(-60%);-webkit-font-smoothing:subpixel-antialiased}to{transform:translateY(0);-webkit-font-smoothing:subpixel-antialiased}}@keyframes slideInFromTopSlow{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.slideDownReturn{animation-name:slideDownReturn}@keyframes slideDownReturn{0%{transform-origin:0 0;transform:translateY(100%)}30%{transform-origin:0 0;transform:translateY(0)}}.slideLeftReturn{animation-name:slideLeftReturn}@keyframes slideLeftReturn{0%{transform-origin:0 0;transform:translate(-100%)}30%{transform-origin:0 0;transform:translate(0)}}.slideRightReturn{animation-name:slideRightReturn}@keyframes slideRightReturn{0%{transform-origin:0 0;transform:translate(100%)}30%{transform-origin:0 0;transform:translate(0)}}@keyframes revealelement{0%{color:transparent;opacity:0}50%{color:inherit;opacity:.3}to{color:inherit;opacity:1}}@keyframes revealelement{0%{-moz-color:transparent;-moz-height:0%;-moz-opacity:0}50%{-moz-color:inherit;-moz-height:auto;-moz-opacity:.3}to{-moz-color:inherit;-moz-opacity:1}}@keyframes revealelement{0%{color:transparent;height:0%;opacity:0}50%{color:inherit;height:auto;opacity:.3}to{color:inherit;opacity:1}}@keyframes transparent-effect{0%{color:transparent;height:0%;opacity:.3}50%{color:transparent;height:auto;opacity:.7}to{color:inherit;opacity:1}}@keyframes blink-effect{0%{box-shadow:0 0 #a10d0d,inset 0 0 0 1px #a10d0d,inset 0 0 0 16px #fff,inset 0 0 0 16px #a10d0d}to{box-shadow:0 0 0 1px #a10d0d,inset 0 0 0 1px #a10d0d,inset 0 0 0 16px #fff,inset 0 0 0 16px #a10d0d}}@keyframes show-notification{0%{opacity:0;transform:translateY(-100%)}10%{opacity:1;transform:translate(0)}90%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateY(-100%)}}@keyframes nav-anim-left{0%{left:100%}to{left:-3%}}.swashIn{animation-name:swashIn}@keyframes swashIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(0)}90%{opacity:1;transform-origin:50% 50%;transform:scale(.9)}to{opacity:1;transform-origin:50% 50%;transform:scale(1)}}.tinUpIn{animation-name:tinUpIn}@keyframes tinUpIn{0%{opacity:0;transform:scale(1) translateY(-900%)}50%,70%,90%{opacity:1;transform:scale(1.1) translateY(0)}60%,80%,to{opacity:1;transform:scale(1) translateY(0)}}.tinRightIn{animation-name:tinRightIn}@keyframes tinRightIn{0%{opacity:0;transform:scale(1) translate(900%)}50%,70%,90%{opacity:1;transform:scale(1.1) translate(0)}60%,80%,to{opacity:1;transform:scale(1) translate(0)}}.tinLeftIn{animation-name:tinLeftIn}@keyframes tinLeftIn{0%{opacity:0;transform:scale(1) translate(-900%)}50%,70%,90%{opacity:1;transform:scale(1.1) translate(0)}60%,80%,to{opacity:1;transform:scale(1) translate(0)}}.perspectiveDown{animation-name:perspectiveDown}@keyframes perspectiveDown{0%{transform-origin:0 100%;transform:perspective(800px) rotateX(0)}to{transform-origin:0 100%;transform:perspective(800px) rotateX(-180deg)}}.perspectiveUp{animation-name:perspectiveUp}@keyframes perspectiveUp{0%{transform-origin:0 0;transform:perspective(800px) rotateX(0)}to{transform-origin:0 0;transform:perspective(800px) rotateX(180deg)}}.puffIn{animation-name:puffIn}@keyframes puffIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(2px)}to{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}}.vanishIn{animation-name:vanishIn}@keyframes vanishIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(90px)}to{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}}.vanishOut{animation-name:vanishOut}@keyframes vanishOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}to{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(20px)}}.boingInUp{animation-name:boingInUp}@keyframes boingInUp{0%{opacity:0;transform-origin:50% 0%;transform:perspective(800px) rotateX(-90deg)}50%{opacity:1;transform-origin:50% 0%;transform:perspective(800px) rotateX(50deg)}to{opacity:1;transform-origin:50% 0%;transform:perspective(800px) rotateX(0)}}.slideDown{animation-name:slideDown}@keyframes slideDown{0%{transform-origin:0 0;transform:translateY(0)}10%{transform-origin:0 0;transform:translateY(5%)}}.slideLeft{animation-name:slideLeft}@keyframes slideLeft{0%{transform-origin:0 0;transform:translate(0)}10%{transform-origin:0 0;transform:translate(-2%)}}.slideRight{animation-name:slideRight}@keyframes slideRight{0%{transform-origin:0 0;transform:translate(0)}to{transform-origin:0 0;transform:translate(100%)}}.hvr-forward{display:inline-block;vertical-align:middle;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px #0000;transition-duration:.3s;transition-property:transform}.hvr-forward:hover,.hvr-forward:focus,.hvr-forward:active{transform:translate(8px)}@keyframes hvr-back-pulse{50%{background-color:#2098d1bf}}.hvr-bubble-float-left{display:inline-block;vertical-align:middle;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px #0000;position:relative;transition-duration:.3s;transition-property:transform}.hvr-bubble-float-left:before{position:absolute;z-index:-1;content:"";top:calc(50% - 10px);left:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent;transition-duration:.3s;transition-property:transform}.hvr-bubble-float-left:hover,.hvr-bubble-float-left:focus,.hvr-bubble-float-left:active{transform:translate(10px)}.hvr-bubble-float-left:hover:before,.hvr-bubble-float-left:focus:before,.hvr-bubble-float-left:active:before{transform:translate(-10px)}@keyframes hvr-wobble-horizontal{16.65%{transform:translate(8px)}33.3%{transform:translate(-6px)}49.95%{transform:translate(4px)}66.6%{transform:translate(-2px)}83.25%{transform:translate(1px)}to{transform:translate(0)}}.hvr-wobble-horizontal{display:inline-block;vertical-align:middle;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px #0000}.hvr-wobble-horizontal:hover,.hvr-wobble-horizontal:focus,.hvr-wobble-horizontal:active{animation-name:hvr-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}.hvr-grow{display:inline-block;vertical-align:middle;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px #0000;transition-duration:.3s;transition-property:transform}.hvr-grow:hover,.hvr-grow:focus,.hvr-grow:active{transform:scale(1.1)}@keyframes slideWithPositionFromLeft{0%{left:-100%}to{left:100%}}@keyframes slideWithPositionRightToLeft{0%{left:100%;opacity:0}to{left:0;opacity:1}}@keyframes slideRightToLeftWithFade{0%{opacity:0;transform:translate(2%)}to{opacity:1;transform:translate(0)}}@keyframes slideLeftToRightWithFade{0%{opacity:0;transform:translate(-2%)}to{opacity:1;transform:translate(0)}}.treeview-component{display:flex;flex-direction:column}.treeview-component>.treeviewcontainer{animation:revealelement .3s forwards ease-in-out;overflow:auto}.treeview-component>.treeviewcontainer.-bordered{border:1px solid #dae1e8}.treeview-component>.treeviewcontainer .opencloseicon{float:left;margin-left:-20px;cursor:pointer}.treeview-component>.treeviewcontainer .loading{margin-left:-30px;position:absolute;margin-top:-5px}.treeview-component>.treeviewheader{height:auto;min-height:35px;line-height:35px;font-size:14px;background:#fafafa;margin-left:0;border-bottom:1px solid #dae1e8}.treeview-component>.treeviewheader>.title{padding-left:10px;font-weight:300;font-size:14px;color:#333}.treeview-component>.treeviewcontainer>.treeviewitem,.nodelist>.treeviewitem{background:#fff;margin-left:26px;list-style:none;animation:revealelement .3s forwards ease-in-out}.treeview-component>.treeviewcontainer>.treeviewitem>.label,.nodelist>.treeviewitem>.label{width:auto;display:flex;justify-content:flex-start;align-items:center;min-height:25px;color:#777}.treeview-component>.treeviewcontainer>.treeviewitem>.label>.node-menu,.nodelist>.treeviewitem>.label>.node-menu{animation:revealelement .3s forwards ease-in-out;margin-left:10px}.treeview-component>.treeviewcontainer>.treeviewitem>.label>.node-rightelements,.nodelist>.treeviewitem>.label>.node-rightelements{animation:revealelement .3s forwards ease-in-out;display:flex;justify-content:flex-start;align-items:center}.treeview-component>.treeviewcontainer>.treeviewitem>.label>.node-toolbarelements,.nodelist>.treeviewitem>.label>.node-toolbarelements{animation:revealelement .3s forwards ease-in-out;width:auto;height:100%;margin-left:10px}.treeview-component>.treeviewcontainer>.treeviewitem>.label:hover,.nodelist>.treeviewitem>.label:hover{cursor:pointer;background-color:#d1d1d1;text-decoration:underline}.treeview-component>.treeviewcontainer>.treeviewitem>.nodelist,.nodelist>.treeviewitem>.nodelist{border-left:1px solid #dae1e8}.treeview-component>.treeviewcontainer>.treeviewitem>.iconcontainer,.nodelist>.treeviewitem>.iconcontainer{float:left}.nodelist>.treeviewitem>.label>.node-rightelements>.element,.treeview-component>.treeviewcontainer>.treeviewitem>.label>.node-rightelements>.element{margin-left:10px;display:flex;align-items:center;height:100%}.nodelist>.treeviewitem>.label>.node-toolbarelements>.toolbar-group>.buttonbar,.treeview-component>.treeviewcontainer>.treeviewitem>.label>.node-toolbarelements>.toolbar-group>.buttonbar{border:none}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.text-align-left{text-align:left}.text-align-right{text-align:right;padding-right:5px}.text-align-center{text-align:center!important}.search-field-component{width:100%;padding:6px;margin-top:0;font-size:17px;border:none}@keyframes shimmer{0%{background-position:0% 0%}to{background-position:-135% 0%}}@keyframes slideInFromTop{0%{transform:translateY(-60%);-webkit-font-smoothing:subpixel-antialiased}to{transform:translateY(0);-webkit-font-smoothing:subpixel-antialiased}}@keyframes slideInFromTopSlow{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.slideDownReturn{animation-name:slideDownReturn}@keyframes slideDownReturn{0%{transform-origin:0 0;transform:translateY(100%)}30%{transform-origin:0 0;transform:translateY(0)}}.slideLeftReturn{animation-name:slideLeftReturn}@keyframes slideLeftReturn{0%{transform-origin:0 0;transform:translate(-100%)}30%{transform-origin:0 0;transform:translate(0)}}.slideRightReturn{animation-name:slideRightReturn}@keyframes slideRightReturn{0%{transform-origin:0 0;transform:translate(100%)}30%{transform-origin:0 0;transform:translate(0)}}@keyframes revealelement{0%{color:transparent;opacity:0}50%{color:inherit;opacity:.3}to{color:inherit;opacity:1}}@keyframes revealelement{0%{-moz-color:transparent;-moz-height:0%;-moz-opacity:0}50%{-moz-color:inherit;-moz-height:auto;-moz-opacity:.3}to{-moz-color:inherit;-moz-opacity:1}}@keyframes revealelement{0%{color:transparent;height:0%;opacity:0}50%{color:inherit;height:auto;opacity:.3}to{color:inherit;opacity:1}}@keyframes transparent-effect{0%{color:transparent;height:0%;opacity:.3}50%{color:transparent;height:auto;opacity:.7}to{color:inherit;opacity:1}}@keyframes blink-effect{0%{box-shadow:0 0 #a10d0d,inset 0 0 0 1px #a10d0d,inset 0 0 0 16px #fff,inset 0 0 0 16px #a10d0d}to{box-shadow:0 0 0 1px #a10d0d,inset 0 0 0 1px #a10d0d,inset 0 0 0 16px #fff,inset 0 0 0 16px #a10d0d}}@keyframes show-notification{0%{opacity:0;transform:translateY(-100%)}10%{opacity:1;transform:translate(0)}90%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateY(-100%)}}@keyframes nav-anim-left{0%{left:100%}to{left:-3%}}.swashIn{animation-name:swashIn}@keyframes swashIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(0)}90%{opacity:1;transform-origin:50% 50%;transform:scale(.9)}to{opacity:1;transform-origin:50% 50%;transform:scale(1)}}.tinUpIn{animation-name:tinUpIn}@keyframes tinUpIn{0%{opacity:0;transform:scale(1) translateY(-900%)}50%,70%,90%{opacity:1;transform:scale(1.1) translateY(0)}60%,80%,to{opacity:1;transform:scale(1) translateY(0)}}.tinRightIn{animation-name:tinRightIn}@keyframes tinRightIn{0%{opacity:0;transform:scale(1) translate(900%)}50%,70%,90%{opacity:1;transform:scale(1.1) translate(0)}60%,80%,to{opacity:1;transform:scale(1) translate(0)}}.tinLeftIn{animation-name:tinLeftIn}@keyframes tinLeftIn{0%{opacity:0;transform:scale(1) translate(-900%)}50%,70%,90%{opacity:1;transform:scale(1.1) translate(0)}60%,80%,to{opacity:1;transform:scale(1) translate(0)}}.perspectiveDown{animation-name:perspectiveDown}@keyframes perspectiveDown{0%{transform-origin:0 100%;transform:perspective(800px) rotateX(0)}to{transform-origin:0 100%;transform:perspective(800px) rotateX(-180deg)}}.perspectiveUp{animation-name:perspectiveUp}@keyframes perspectiveUp{0%{transform-origin:0 0;transform:perspective(800px) rotateX(0)}to{transform-origin:0 0;transform:perspective(800px) rotateX(180deg)}}.puffIn{animation-name:puffIn}@keyframes puffIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(2px)}to{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}}.vanishIn{animation-name:vanishIn}@keyframes vanishIn{0%{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(90px)}to{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}}.vanishOut{animation-name:vanishOut}@keyframes vanishOut{0%{opacity:1;transform-origin:50% 50%;transform:scale(1);filter:blur(0)}to{opacity:0;transform-origin:50% 50%;transform:scale(2);filter:blur(20px)}}.boingInUp{animation-name:boingInUp}@keyframes boingInUp{0%{opacity:0;transform-origin:50% 0%;transform:perspective(800px) rotateX(-90deg)}50%{opacity:1;transform-origin:50% 0%;transform:perspective(800px) rotateX(50deg)}to{opacity:1;transform-origin:50% 0%;transform:perspective(800px) rotateX(0)}}.slideDown{animation-name:slideDown}@keyframes slideDown{0%{transform-origin:0 0;transform:translateY(0)}10%{transform-origin:0 0;transform:translateY(5%)}}.slideLeft{animation-name:slideLeft}@keyframes slideLeft{0%{transform-origin:0 0;transform:translate(0)}10%{transform-origin:0 0;transform:translate(-2%)}}.slideRight{animation-name:slideRight}@keyframes slideRight{0%{transform-origin:0 0;transform:translate(0)}to{transform-origin:0 0;transform:translate(100%)}}.hvr-forward{display:inline-block;vertical-align:middle;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px #0000;transition-duration:.3s;transition-property:transform}.hvr-forward:hover,.hvr-forward:focus,.hvr-forward:active{transform:translate(8px)}@keyframes hvr-back-pulse{50%{background-color:#2098d1bf}}.hvr-bubble-float-left{display:inline-block;vertical-align:middle;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px #0000;position:relative;transition-duration:.3s;transition-property:transform}.hvr-bubble-float-left:before{position:absolute;z-index:-1;content:"";top:calc(50% - 10px);left:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent;transition-duration:.3s;transition-property:transform}.hvr-bubble-float-left:hover,.hvr-bubble-float-left:focus,.hvr-bubble-float-left:active{transform:translate(10px)}.hvr-bubble-float-left:hover:before,.hvr-bubble-float-left:focus:before,.hvr-bubble-float-left:active:before{transform:translate(-10px)}@keyframes hvr-wobble-horizontal{16.65%{transform:translate(8px)}33.3%{transform:translate(-6px)}49.95%{transform:translate(4px)}66.6%{transform:translate(-2px)}83.25%{transform:translate(1px)}to{transform:translate(0)}}.hvr-wobble-horizontal{display:inline-block;vertical-align:middle;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px #0000}.hvr-wobble-horizontal:hover,.hvr-wobble-horizontal:focus,.hvr-wobble-horizontal:active{animation-name:hvr-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}.hvr-grow{display:inline-block;vertical-align:middle;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px #0000;transition-duration:.3s;transition-property:transform}.hvr-grow:hover,.hvr-grow:focus,.hvr-grow:active{transform:scale(1.1)}@keyframes slideWithPositionFromLeft{0%{left:-100%}to{left:100%}}@keyframes slideWithPositionRightToLeft{0%{left:100%;opacity:0}to{left:0;opacity:1}}@keyframes slideRightToLeftWithFade{0%{opacity:0;transform:translate(2%)}to{opacity:1;transform:translate(0)}}@keyframes slideLeftToRightWithFade{0%{opacity:0;transform:translate(-2%)}to{opacity:1;transform:translate(0)}}.uitour-component>.step.-right:after,.uitour-component>.step.-left:after{content:"";position:absolute;border-bottom:22px solid transparent;border-right:22px solid #fff;border-top:22px solid transparent}.uitour-component>.step.-right:before,.uitour-component>.step.-left:before{content:"";position:absolute;border-bottom:26px solid transparent;border-right:26px solid rgba(0,0,0,.6);border-top:26px solid transparent}.uitour-component{position:absolute;width:100%;height:100vh;left:0;top:0;z-index:100000000000000000000}.uitour-component>.step{background-color:#fff;position:relative;max-width:450px;display:flex;flex-direction:column;border:3px solid rgba(0,0,0,.6);border-radius:8px;padding:5px 0}.uitour-component>.step.-left{animation:slideRightToLeftWithFade .5s}.uitour-component>.step.-left:before{top:6px;left:-26px}.uitour-component>.step.-left:after{top:10px;left:-22px}.uitour-component>.step.-right{animation:slideLeftToRightWithFade .5s}.uitour-component>.step.-right:before{top:6px;right:-26px;transform:rotate(180deg)}.uitour-component>.step.-right:after{top:10px;right:-22px;transform:rotate(180deg)}.uitour-component>.step>.closebutton{align-self:flex-end;padding:0 5px 5px;line-height:0}.uitour-component>.step>.content{width:100%;padding:0 20px;margin-bottom:0;display:flex}.uitour-component>.step>.content>.number{display:flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:50%;background-color:#49cc90;color:#fff;margin-right:10px;font-weight:700;font-size:20px;line-height:0}.uitour-component>.step>.content>.about{flex:1;margin-bottom:10px}.uitour-component>.step>.content>.about>h3{font-size:16px;font-weight:700}.uitour-component>.step>.content>.about>.description{font-size:14px;line-height:18px}.uitour-component>.step>.content>.about>.description strong{font-weight:700}.uitour-component>.step>.footer{display:flex;justify-content:flex-end;gap:10px;padding:5px 10px 10px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.wizard-dialog .wizard-wrapper .wizard-content{display:flex!important}.wizard-dialog .wizard-wrapper .wizard-content:has(.wizard-progressbar[data-position=top]){flex-direction:column}.wizard-dialog .wizard-wrapper .wizard-content:has(.wizard-progressbar[data-position=left]){flex-direction:row}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar>.title{font-size:16px;font-weight:600;display:flex;align-items:center;position:relative}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar>.title[data-disabled=true]{pointer-events:none;-webkit-user-select:none;user-select:none}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar>.title[data-disabled=true] .step .number{background-color:#dadada;border-color:#dadada}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar>.title[data-disabled=true] .step-title{color:#dadada}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar>.title[data-completed=true]>.step>.number{background-color:#49cc90;border-color:#49cc90}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar>.title>.step{display:flex;flex-direction:column;align-items:center;justify-content:center}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar>.title>.step>.number{display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;width:36px;height:36px;border-radius:100%;color:#fff;background-color:#858585;z-index:1;transition:all .2s ease-in-out;border:2px solid #858585}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar>.title>.step-title{max-width:150px;overflow:hidden;font-weight:500;color:#777}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=top]{width:100%;display:grid;grid-auto-columns:1fr;grid-auto-flow:column;justify-content:space-between;padding:20px;margin-bottom:20px;border-bottom:2px solid #dae1e8;gap:10px}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=top]>.title{flex-direction:column;flex:1;text-align:center}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=top]>.title:first-child .step{align-self:flex-start}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=top]>.title:first-child .step-title{align-self:flex-start;text-align:left}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=top]>.title:first-child:before{right:auto;left:45px}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=top]>.title:last-child .step{align-self:flex-end}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=top]>.title:last-child .step-title{align-self:flex-end;text-align:right}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=top]>.title:last-child:after{left:auto;right:45px}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=top]>.title:after,.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=top]>.title:before{content:"";position:absolute;height:2px;background-color:#dae1e8;top:18px;width:calc(100% - 25px);transition:all .2s ease-in-out}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=top]>.title:after{left:calc(50% + 18px)}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=top]>.title:before{right:calc(50% + 18px)}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=top]>.title[data-completed=true]:after{background-color:#49cc90!important}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=top]>.title[data-completed=true]+.title:before{background-color:#49cc90!important}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=top]>.title[data-completed=true]:first-child:before{background-color:#49cc90!important}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=top]>.title[data-completed=true]+.title:after{background-color:#49cc90!important}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=top]>.title>.step{width:54px}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=top]>.title>.step-title{margin-top:6px}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=left]{width:220px;display:flex;flex-direction:column;gap:30px;border-right:1px solid #ccc;padding:10px 16px 10px 10px;margin-right:10px;background-color:#fafafa}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=left]>.title{gap:10px}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=left]>.title:has(+.title):after{content:"";position:absolute;bottom:-44px;left:17px;width:3px;height:calc(100% + 10px);background-color:#dadada}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=left]>.title[data-completed=true]:has(+.title):after{background-color:#49cc90!important}.wizard-dialog .wizard-wrapper .wizard-content .wizard-progressbar[data-position=left]>.title>.step{width:36px}.wizard-dialog .wizard-wrapper .wizard-content .wizard-body{overflow:auto}
|
package/lib/avatar/index.d.ts
CHANGED
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
import { IAvatarProps } from './types
|
|
2
|
-
import 'react';
|
|
3
|
-
import '../@types/Icon.js';
|
|
4
|
-
import '../icons/helper.js';
|
|
5
|
-
import '../@types/Size.js';
|
|
6
|
-
|
|
1
|
+
import { IAvatarProps } from './types';
|
|
7
2
|
declare const _default: {
|
|
8
|
-
(props: IAvatarProps): JSX.Element;
|
|
3
|
+
(props: IAvatarProps): import("react/jsx-runtime").JSX.Element;
|
|
9
4
|
displayName: string;
|
|
10
5
|
};
|
|
11
|
-
|
|
12
|
-
export { _default as default };
|
|
6
|
+
export default _default;
|
package/lib/avatar/index.js
CHANGED
|
@@ -1,91 +1,57 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
14
|
-
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
15
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
16
|
-
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
17
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
18
|
-
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
19
|
-
const getClass = _ref => {
|
|
20
|
-
let {
|
|
21
|
-
className,
|
|
22
|
-
square,
|
|
23
|
-
disabled,
|
|
24
|
-
size = 'default'
|
|
25
|
-
} = _ref;
|
|
26
|
-
return `avatar-component ${className}${disabled && '-disabled'}
|
|
27
|
-
${square && '-square'} ${size && `-${size}`}`;
|
|
28
|
-
};
|
|
29
|
-
const getIcon = (iconName, icon) => {
|
|
30
|
-
if (icon) {
|
|
31
|
-
return icon;
|
|
32
|
-
} else if (iconName) {
|
|
33
|
-
return /*#__PURE__*/_react.default.createElement(_icons.default, {
|
|
34
|
-
name: iconName,
|
|
35
|
-
size: 16
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
return null;
|
|
39
|
-
};
|
|
40
|
-
const Avatar = props => {
|
|
1
|
+
import { jsxs as f, jsx as $ } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as C, Fragment as x } from "react";
|
|
3
|
+
import y from "../icons/index.js";
|
|
4
|
+
import '../assets/styles/avatar.css';/* empty css */
|
|
5
|
+
import A from "../dropdown/withDropdown.js";
|
|
6
|
+
const k = ({
|
|
7
|
+
className: t,
|
|
8
|
+
square: r,
|
|
9
|
+
disabled: e,
|
|
10
|
+
size: o = "default"
|
|
11
|
+
}) => `avatar-component ${t}${e && "-disabled"}
|
|
12
|
+
${r && "-square"} ${o && `-${o}`}`, D = (t, r) => r || (t ? /* @__PURE__ */ $(y, { name: t, size: 16 }) : null), I = (t) => {
|
|
41
13
|
const {
|
|
42
|
-
width,
|
|
43
|
-
height,
|
|
44
|
-
onClick,
|
|
45
|
-
color,
|
|
46
|
-
iconName,
|
|
47
|
-
icon,
|
|
48
|
-
src,
|
|
49
|
-
srcAlt =
|
|
50
|
-
customClass,
|
|
51
|
-
targetRef,
|
|
52
|
-
label,
|
|
53
|
-
dropdown,
|
|
54
|
-
showDropdown,
|
|
55
|
-
getDropdownPopup,
|
|
56
|
-
style,
|
|
57
|
-
id
|
|
58
|
-
} =
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
width: `${width}`,
|
|
85
|
-
height: `${height}`
|
|
86
|
-
},
|
|
87
|
-
src: src,
|
|
88
|
-
alt: srcAlt
|
|
89
|
-
}), label), dropdown && getDropdownPopup && getDropdownPopup(dropdownRef.current));
|
|
14
|
+
width: r,
|
|
15
|
+
height: e,
|
|
16
|
+
onClick: o,
|
|
17
|
+
color: h,
|
|
18
|
+
iconName: i,
|
|
19
|
+
icon: l,
|
|
20
|
+
src: n,
|
|
21
|
+
srcAlt: p = "Avatar",
|
|
22
|
+
customClass: g,
|
|
23
|
+
targetRef: c,
|
|
24
|
+
label: w,
|
|
25
|
+
dropdown: s,
|
|
26
|
+
showDropdown: d,
|
|
27
|
+
getDropdownPopup: m,
|
|
28
|
+
style: v,
|
|
29
|
+
id: b
|
|
30
|
+
} = t, u = C(null);
|
|
31
|
+
return /* @__PURE__ */ f(x, { children: [
|
|
32
|
+
/* @__PURE__ */ f("div", { "data-testid": "avatar", id: b, onKeyPress: () => {
|
|
33
|
+
}, role: "button", tabIndex: -1, onClick: (a) => {
|
|
34
|
+
o && o(a), s && d && d();
|
|
35
|
+
}, ref: (a) => {
|
|
36
|
+
c && c(a), u.current = a;
|
|
37
|
+
}, className: `${k(t)} ${g}`, style: {
|
|
38
|
+
width: `${r}`,
|
|
39
|
+
height: `${e}`,
|
|
40
|
+
backgroundColor: `${h}`,
|
|
41
|
+
cursor: `${s ? "pointer" : "normal"}`,
|
|
42
|
+
...v
|
|
43
|
+
}, children: [
|
|
44
|
+
(i || l) && !n && D(i, l),
|
|
45
|
+
n && /* @__PURE__ */ $("img", { className: "imgavatar", style: {
|
|
46
|
+
width: `${r}`,
|
|
47
|
+
height: `${e}`
|
|
48
|
+
}, src: n, alt: p }),
|
|
49
|
+
w
|
|
50
|
+
] }),
|
|
51
|
+
s && m && m(u.current)
|
|
52
|
+
] });
|
|
53
|
+
}, F = A(I);
|
|
54
|
+
export {
|
|
55
|
+
F as default
|
|
90
56
|
};
|
|
91
|
-
|
|
57
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/lib/avatar/index.tsx"],"sourcesContent":["import { Fragment, ReactElement, useRef } from 'react';\nimport Icon from '../../lib/icons';\nimport '../assets/styles/avatar.scss';\nimport withDropdown from '../dropdown/withDropdown';\nimport { IAvatarProps } from './types';\nimport { IconNames } from '../@types/Icon';\n\nconst getClass = ({\n className, square, disabled, size = 'default',\n}: Pick<IAvatarProps, 'className' | 'square' | 'disabled' | 'size'>) => (\n `avatar-component ${className}${disabled && '-disabled'} \n ${square && '-square'} ${size && `-${size}`}`\n);\n\nconst getIcon = (iconName?: IconNames, icon?: ReactElement) => {\n if (icon) {\n return icon;\n } else if (iconName) {\n return <Icon name={iconName} size={16} />;\n }\n return null;\n};\n\nconst Avatar = (props: IAvatarProps) => {\n const {\n width,\n height,\n onClick,\n color,\n iconName,\n icon,\n src,\n srcAlt = 'Avatar',\n customClass,\n targetRef,\n label,\n dropdown,\n showDropdown,\n getDropdownPopup,\n style,\n id,\n } = props;\n const dropdownRef = useRef<HTMLDivElement | null>(null);\n\n return (\n <Fragment>\n <div\n data-testid=\"avatar\"\n id={id}\n onKeyPress={() => {}}\n role=\"button\"\n tabIndex={-1}\n onClick={(event) => {\n if (onClick) onClick(event);\n if (dropdown && showDropdown) showDropdown();\n }}\n ref={(r) => {\n if (targetRef) targetRef(r);\n dropdownRef.current = r;\n }}\n className={`${getClass(props)} ${customClass}`}\n style={{\n width: `${width}`,\n height: `${height}`,\n backgroundColor: `${color}`,\n cursor: `${dropdown ? 'pointer' : 'normal'}`,\n ...style,\n }}>\n {(iconName || icon) && !src && getIcon(iconName, icon)}\n {src &&\n <img\n className=\"imgavatar\"\n style={{\n width: `${width}`,\n height: `${height}`,\n }}\n src={src}\n alt={srcAlt} />\n }\n {label}\n </div>\n {dropdown && getDropdownPopup && getDropdownPopup(dropdownRef.current) }\n </Fragment>\n );\n};\n\nexport default withDropdown(Avatar);\n"],"names":["getClass","className","square","disabled","size","getIcon","iconName","icon","jsx","Icon","Avatar","props","width","height","onClick","color","src","srcAlt","customClass","targetRef","label","dropdown","showDropdown","getDropdownPopup","style","id","dropdownRef","useRef","Fragment","jsxs","event","r","current","backgroundColor","cursor","Avatar$1","withDropdown"],"mappings":";;;;;AAOA,MAAMA,IAAWA,CAAC;AAAA,EAChBC,WAAAA;AAAAA,EAAWC,QAAAA;AAAAA,EAAQC,UAAAA;AAAAA,EAAUC,MAAAA,IAAO;AAC4B,MAChE,oBAAoBH,CAAS,GAAGE,KAAY,WAAW;AAAA,IACrDD,KAAU,SAAS,IAAIE,KAAQ,IAAIA,CAAI,EAAE,IAGvCC,IAAUA,CAACC,GAAsBC,MACjCA,MAEOD,IACF,gBAAAE,EAACC,GAAA,EAAK,MAAMH,GAAU,MAAM,IAAG,IAEjC,OAGHI,IAASA,CAACC,MAAwB;AACtC,QAAM;AAAA,IACJC,OAAAA;AAAAA,IACAC,QAAAA;AAAAA,IACAC,SAAAA;AAAAA,IACAC,OAAAA;AAAAA,IACAT,UAAAA;AAAAA,IACAC,MAAAA;AAAAA,IACAS,KAAAA;AAAAA,IACAC,QAAAA,IAAS;AAAA,IACTC,aAAAA;AAAAA,IACAC,WAAAA;AAAAA,IACAC,OAAAA;AAAAA,IACAC,UAAAA;AAAAA,IACAC,cAAAA;AAAAA,IACAC,kBAAAA;AAAAA,IACAC,OAAAA;AAAAA,IACAC,IAAAA;AAAAA,EAAAA,IACEd,GACEe,IAAcC,EAA8B,IAAI;AAEtD,2BACGC,GAAA,EACC,UAAA;AAAA,IAAA,gBAAAC,EAAC,OAAA,EACC,eAAY,UACZ,IAAAJ,GACA,YAAY,MAAM;AAAA,IAAC,GACnB,MAAK,UACL,UAAU,IACV,SAAUK,CAAAA,MAAU;AAClB,MAAIhB,OAAiBgB,CAAK,GACtBT,KAAYC,KAAcA,EAAAA;AAAAA,IAChC,GACA,KAAMS,CAAAA,MAAM;AACV,MAAIZ,OAAqBY,CAAC,GAC1BL,EAAYM,UAAUD;AAAAA,IACxB,GACA,WAAW,GAAG/B,EAASW,CAAK,CAAC,IAAIO,CAAW,IAC5C,OAAO;AAAA,MACLN,OAAO,GAAGA,CAAK;AAAA,MACfC,QAAQ,GAAGA,CAAM;AAAA,MACjBoB,iBAAiB,GAAGlB,CAAK;AAAA,MACzBmB,QAAQ,GAAGb,IAAW,YAAY,QAAQ;AAAA,MAC1C,GAAGG;AAAAA,IAAAA,GAEHlB,UAAAA;AAAAA,OAAAA,KAAYC,MAAS,CAACS,KAAOX,EAAQC,GAAUC,CAAI;AAAA,MACpDS,KACC,gBAAAR,EAAC,OAAA,EACC,WAAU,aACV,OAAO;AAAA,QACLI,OAAO,GAAGA,CAAK;AAAA,QACfC,QAAQ,GAAGA,CAAM;AAAA,MAAA,GAEnB,KAAAG,GACA,KAAKC,GAAO;AAAA,MAEfG;AAAAA,IAAAA,GACH;AAAA,IACCC,KAAYE,KAAoBA,EAAiBG,EAAYM,OAAO;AAAA,EAAA,GACvE;AAEJ,GAEAG,IAAeC,EAAa1B,CAAM;"}
|
package/lib/avatar/types.d.ts
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import { MouseEvent, ReactElement, ReactNode
|
|
2
|
-
import { IconNames } from '../@types/Icon
|
|
3
|
-
import { Size } from '../@types/Size
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
interface IAvatarProps {
|
|
1
|
+
import { CSSProperties, MouseEvent, ReactElement, ReactNode } from 'react';
|
|
2
|
+
import { IconNames } from '../@types/Icon';
|
|
3
|
+
import { Size } from '../@types/Size';
|
|
4
|
+
export interface IAvatarProps {
|
|
7
5
|
onClick?: (event: MouseEvent) => void;
|
|
8
6
|
size?: Size;
|
|
9
7
|
width?: string;
|
|
@@ -27,5 +25,3 @@ interface IAvatarProps {
|
|
|
27
25
|
id?: string;
|
|
28
26
|
disabled?: boolean;
|
|
29
27
|
}
|
|
30
|
-
|
|
31
|
-
export { IAvatarProps };
|
package/lib/badge/index.d.ts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import { IBadgeProps } from './types
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
declare const Badge: (props: IBadgeProps) => JSX.Element;
|
|
5
|
-
|
|
6
|
-
export { Badge as default };
|
|
1
|
+
import { IBadgeProps } from './types';
|
|
2
|
+
declare const Badge: (props: IBadgeProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default Badge;
|
package/lib/badge/index.js
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
right: `${right}`
|
|
27
|
-
}
|
|
28
|
-
}, content));
|
|
1
|
+
import { jsx as v, jsxs as b } from "react/jsx-runtime";
|
|
2
|
+
import { c as j } from "../_virtual/compiler-runtime.js";
|
|
3
|
+
import '../assets/styles/badge.css';/* empty css */
|
|
4
|
+
const y = (f) => {
|
|
5
|
+
const t = j.c(11), {
|
|
6
|
+
color: d,
|
|
7
|
+
customClass: g,
|
|
8
|
+
customClassForBadge: h,
|
|
9
|
+
children: c,
|
|
10
|
+
content: n,
|
|
11
|
+
top: p,
|
|
12
|
+
right: m
|
|
13
|
+
} = f, u = d === void 0 ? "default" : d, x = p === void 0 ? "-16px" : p, $ = m === void 0 ? "-11px" : m, l = `badge-component ${g}`, r = `badge -${u} ${h}`, i = `${x}`, a = `${$}`;
|
|
14
|
+
let o;
|
|
15
|
+
t[0] !== i || t[1] !== a ? (o = {
|
|
16
|
+
top: i,
|
|
17
|
+
right: a
|
|
18
|
+
}, t[0] = i, t[1] = a, t[2] = o) : o = t[2];
|
|
19
|
+
let s;
|
|
20
|
+
t[3] !== n || t[4] !== r || t[5] !== o ? (s = /* @__PURE__ */ v("span", { className: r, style: o, children: n }), t[3] = n, t[4] = r, t[5] = o, t[6] = s) : s = t[6];
|
|
21
|
+
let e;
|
|
22
|
+
return t[7] !== c || t[8] !== l || t[9] !== s ? (e = /* @__PURE__ */ b("div", { className: l, children: [
|
|
23
|
+
c,
|
|
24
|
+
s
|
|
25
|
+
] }), t[7] = c, t[8] = l, t[9] = s, t[10] = e) : e = t[10], e;
|
|
29
26
|
};
|
|
30
|
-
|
|
27
|
+
export {
|
|
28
|
+
y as default
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/lib/badge/index.tsx"],"sourcesContent":["import '../assets/styles/badge.scss';\nimport { IBadgeProps } from './types';\n\nconst Badge = (props: IBadgeProps) => {\n const {\n color = 'default',\n customClass,\n customClassForBadge,\n children,\n content,\n top = '-16px',\n right = '-11px',\n } = props;\n\n return (\n <div className={`badge-component ${customClass}`}>\n {children}\n <span\n className={`badge -${color} ${customClassForBadge}`}\n style={{ top: `${top}`, right: `${right}` }}>\n {content}\n </span>\n </div>\n );\n};\n\nexport default Badge;\n"],"names":["Badge","props","$","_c","color","t0","customClass","customClassForBadge","children","content","top","t1","right","t2","undefined","t3","t4","t5","t6","t7","t8","t9","jsxs"],"mappings":";;;AAGA,MAAMA,IAAQC,CAAAA,MAAA;AAAA,QAAAC,IAAAC,EAAAA,EAAA,EAAA,GACZ;AAAA,IAAAC,OAAAC;AAAAA,IAAAC,aAAAA;AAAAA,IAAAC,qBAAAA;AAAAA,IAAAC,UAAAA;AAAAA,IAAAC,SAAAA;AAAAA,IAAAC,KAAAC;AAAAA,IAAAC,OAAAC;AAAAA,EAAAA,IAQIZ,GAPFG,IAAAC,MAAAS,SAAA,YAAAT,GAKAK,IAAAC,MAAAG,SAAA,UAAAH,GACAC,IAAAC,MAAAC,SAAA,UAAAD,GAIgBE,IAAA,mBAAmBT,CAAW,IAG/BU,IAAA,UAAUZ,CAAK,IAAIG,CAAmB,IACnCU,IAAA,GAAGP,CAAG,IAAWQ,IAAA,GAAGN,CAAK;AAAE,MAAAO;AAAA,EAAAjB,EAAA,CAAA,MAAAe,KAAAf,SAAAgB,KAAlCC,IAAA;AAAA,IAAAT,KAAOO;AAAAA,IAAQL,OAASM;AAAAA,EAAAA,GAAYhB,OAAAe,GAAAf,OAAAgB,GAAAhB,OAAAiB,KAAAA,IAAAjB,EAAA,CAAA;AAAA,MAAAkB;AAAA,EAAAlB,EAAA,CAAA,MAAAO,KAAAP,SAAAc,KAAAd,EAAA,CAAA,MAAAiB,KAF7CC,gCACa,WAAAJ,GACJ,OAAAG,GACNV,UAAAA,GACH,GAAOP,OAAAO,GAAAP,OAAAc,GAAAd,OAAAiB,GAAAjB,OAAAkB,KAAAA,IAAAlB,EAAA,CAAA;AAAA,MAAAmB;AAAA,SAAAnB,EAAA,CAAA,MAAAM,KAAAN,SAAAa,KAAAb,EAAA,CAAA,MAAAkB,KANTC,IAAA,gBAAAC,EAAA,OAAA,EAAgB,WAAAP,GACbP,UAAAA;AAAAA,IAAAA;AAAAA,IACDY;AAAAA,EAAAA,GAKF,GAAMlB,OAAAM,GAAAN,OAAAa,GAAAb,OAAAkB,GAAAlB,QAAAmB,KAAAA,IAAAnB,EAAA,EAAA,GAPNmB;AAOM;"}
|
package/lib/badge/types.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
|
|
3
|
-
interface IBadgeProps {
|
|
2
|
+
export interface IBadgeProps {
|
|
4
3
|
color?: 'default' | 'primary' | 'danger' | 'warning' | 'success' | 'info';
|
|
5
4
|
top?: string;
|
|
6
5
|
right?: string;
|
|
@@ -9,5 +8,3 @@ interface IBadgeProps {
|
|
|
9
8
|
customClassForBadge?: string;
|
|
10
9
|
content?: ReactNode;
|
|
11
10
|
}
|
|
12
|
-
|
|
13
|
-
export { IBadgeProps };
|
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
import { IButtonProps } from './types
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
import '../@types/Position.js';
|
|
5
|
-
import '../@types/Size.js';
|
|
6
|
-
import '../@types/Icon.js';
|
|
7
|
-
import '../icons/helper.js';
|
|
8
|
-
import '../tooltip/types.js';
|
|
9
|
-
|
|
10
|
-
declare const ActivateButton: (props: IButtonProps) => JSX.Element;
|
|
11
|
-
|
|
12
|
-
export { ActivateButton as default };
|
|
1
|
+
import { IButtonProps } from './types';
|
|
2
|
+
declare const ActivateButton: (props: IButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default ActivateButton;
|
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}));
|
|
14
|
-
var _default = exports.default = ActivateButton;
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import { c as r } from "../_virtual/compiler-runtime.js";
|
|
3
|
+
import i from "./Button.js";
|
|
4
|
+
const a = (e) => {
|
|
5
|
+
const t = r.c(2);
|
|
6
|
+
let o;
|
|
7
|
+
return t[0] !== e ? (o = /* @__PURE__ */ m(i, { ...e, iconName: "undo" }), t[0] = e, t[1] = o) : o = t[1], o;
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
a as default
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=ActivateButton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActivateButton.js","sources":["../../src/lib/buttons/ActivateButton.tsx"],"sourcesContent":["import Button from './Button';\nimport { IButtonProps } from './types';\n\nconst ActivateButton = (props: IButtonProps) => <Button {...props} iconName=\"undo\" />;\n\nexport default ActivateButton;\n"],"names":["ActivateButton","props","$","_c","t0","jsx","Button"],"mappings":";;;AAGA,MAAMA,IAAiBC,CAAAA,MAAA;AAAA,QAAAC,IAAAC,EAAAA,EAAA,CAAA;AAAA,MAAAC;AAAA,SAAAF,SAAAD,KAAyBG,IAAA,gBAAAC,EAACC,GAAA,EAAM,GAAKL,GAAgB,UAAA,QAAM,GAAGC,OAAAD,GAAAC,OAAAE,KAAAA,IAAAF,EAAA,CAAA,GAArCE;AAAqC;"}
|
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
import { IButtonProps } from './types
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
import '../@types/Position.js';
|
|
5
|
-
import '../@types/Size.js';
|
|
6
|
-
import '../@types/Icon.js';
|
|
7
|
-
import '../icons/helper.js';
|
|
8
|
-
import '../tooltip/types.js';
|
|
9
|
-
|
|
10
|
-
declare const AddButton: (props: IButtonProps) => JSX.Element;
|
|
11
|
-
|
|
12
|
-
export { AddButton as default };
|
|
1
|
+
import { IButtonProps } from './types';
|
|
2
|
+
declare const AddButton: (props: IButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default AddButton;
|
package/lib/buttons/AddButton.js
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
})
|
|
17
|
-
}));
|
|
18
|
-
var _default = exports.default = AddButton;
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { c } from "../_virtual/compiler-runtime.js";
|
|
3
|
+
import i from "./SuccessButton.js";
|
|
4
|
+
import n from "../icons/index.js";
|
|
5
|
+
const u = (m) => {
|
|
6
|
+
const t = c.c(3);
|
|
7
|
+
let e;
|
|
8
|
+
t[0] === Symbol.for("react.memo_cache_sentinel") ? (e = /* @__PURE__ */ r(n, { name: "new_file", color: "white" }), t[0] = e) : e = t[0];
|
|
9
|
+
let o;
|
|
10
|
+
return t[1] !== m ? (o = /* @__PURE__ */ r(i, { ...m, icon: e }), t[1] = m, t[2] = o) : o = t[2], o;
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
u as default
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=AddButton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddButton.js","sources":["../../src/lib/buttons/AddButton.tsx"],"sourcesContent":["import SuccessButton from './SuccessButton';\nimport Icon from '../icons';\nimport { IButtonProps } from './types';\n\nconst AddButton = (props: IButtonProps) =>\n <SuccessButton {...props} icon={<Icon name=\"new_file\" color=\"white\" />} />;\n\nexport default AddButton;\n"],"names":["AddButton","props","$","_c","t0","Symbol","for","jsx","Icon","t1","SuccessButton"],"mappings":";;;;AAIA,MAAMA,IAAYC,CAAAA,MAAA;AAAA,QAAAC,IAAAC,EAAAA,EAAA,CAAA;AAAA,MAAAC;AAAA,EAAAF,EAAA,CAAA,MAAAG,OAAAC,IAAA,2BAAA,KACgBF,IAAA,gBAAAG,EAACC,GAAA,EAAU,MAAA,YAAiB,OAAA,SAAO,GAAGN,OAAAE,KAAAA,IAAAF,EAAA,CAAA;AAAA,MAAAO;AAAA,SAAAP,SAAAD,KAAtEQ,IAAA,gBAAAF,EAACG,GAAA,EAAa,GAAKT,GAAa,MAAAG,GAAsC,GAAIF,OAAAD,GAAAC,OAAAO,KAAAA,IAAAP,EAAA,CAAA,GAA1EO;AAA0E;"}
|
package/lib/buttons/Button.d.ts
CHANGED
|
@@ -1,15 +1,6 @@
|
|
|
1
|
-
import { IButtonProps } from './types
|
|
2
|
-
import 'react';
|
|
3
|
-
import '../@types/PermissionAttr.js';
|
|
4
|
-
import '../@types/Position.js';
|
|
5
|
-
import '../@types/Size.js';
|
|
6
|
-
import '../@types/Icon.js';
|
|
7
|
-
import '../icons/helper.js';
|
|
8
|
-
import '../tooltip/types.js';
|
|
9
|
-
|
|
1
|
+
import { IButtonProps } from './types';
|
|
10
2
|
interface ButtonProps extends IButtonProps {
|
|
11
3
|
split?: boolean;
|
|
12
4
|
}
|
|
13
|
-
declare const Button: ({ split, ...rest }: ButtonProps) => JSX.Element;
|
|
14
|
-
|
|
15
|
-
export { Button as default };
|
|
5
|
+
declare const Button: ({ split, ...rest }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export default Button;
|
package/lib/buttons/Button.js
CHANGED
|
@@ -1,23 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
const Button = _ref => {
|
|
17
|
-
let {
|
|
18
|
-
split = false
|
|
19
|
-
} = _ref,
|
|
20
|
-
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
-
return /*#__PURE__*/_react.default.createElement(_react.Fragment, null, split ? /*#__PURE__*/_react.default.createElement(_split_button.default, rest) : /*#__PURE__*/_react.default.createElement(_DefaultButton.default, rest));
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import { c as s } from "../_virtual/compiler-runtime.js";
|
|
3
|
+
import { Fragment as p } from "react";
|
|
4
|
+
import f from "./DefaultButton.js";
|
|
5
|
+
import n from "./split_button/index.js";
|
|
6
|
+
const B = (i) => {
|
|
7
|
+
const t = s.c(6);
|
|
8
|
+
let o, r;
|
|
9
|
+
t[0] !== i ? ({
|
|
10
|
+
split: r,
|
|
11
|
+
...o
|
|
12
|
+
} = i, t[0] = i, t[1] = o, t[2] = r) : (o = t[1], r = t[2]);
|
|
13
|
+
const l = r === void 0 ? !1 : r;
|
|
14
|
+
let e;
|
|
15
|
+
return t[3] !== o || t[4] !== l ? (e = /* @__PURE__ */ m(p, { children: l ? /* @__PURE__ */ m(n, { ...o }) : /* @__PURE__ */ m(f, { ...o }) }), t[3] = o, t[4] = l, t[5] = e) : e = t[5], e;
|
|
22
16
|
};
|
|
23
|
-
|
|
17
|
+
export {
|
|
18
|
+
B as default
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=Button.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.js","sources":["../../src/lib/buttons/Button.tsx"],"sourcesContent":["import { Fragment } from 'react';\nimport DefaultButton from './DefaultButton';\nimport SplitButton from './split_button';\nimport { IButtonProps } from './types';\n\ninterface ButtonProps extends IButtonProps {\n split?: boolean;\n}\n\nconst Button = ({ split = false, ...rest }: ButtonProps) => (\n <Fragment>\n {split ?\n <SplitButton {...rest} /> :\n <DefaultButton {...rest} />\n }\n </Fragment>\n);\n\nexport default Button;\n"],"names":["Button","t0","$","_c","rest","t1","split","undefined","t2","jsx","Fragment","SplitButton","DefaultButton"],"mappings":";;;;;AASA,MAAMA,IAASC,CAAAA,MAAA;AAAA,QAAAC,IAAAC,EAAAA,EAAA,CAAA;AAAA,MAAAC,GAAAC;AAAA,EAAAH,SAAAD,KAAC;AAAA,IAAAK,OAAAD;AAAAA,IAAA,GAAAD;AAAAA,EAAAA,IAAAH,GAAuCC,OAAAD,GAAAC,OAAAE,GAAAF,OAAAG,MAAAD,IAAAF,EAAA,CAAA,GAAAG,IAAAH,EAAA,CAAA;AAArC,QAAAI,IAAAD,MAAAE,SAAA,KAAAF;AAAa,MAAAG;AAAA,SAAAN,EAAA,CAAA,MAAAE,KAAAF,SAAAI,KAC7BE,IAAA,gBAAAC,EAACC,GAAA,EACEJ,UAAAA,IACC,gBAAAG,EAACE,GAAA,EAAW,GAAKP,EAAAA,KACjB,gBAAAK,EAACG,GAAA,EAAa,GAAKR,EAAAA,IAEvB,GAAWF,OAAAE,GAAAF,OAAAI,GAAAJ,OAAAM,KAAAA,IAAAN,EAAA,CAAA,GALXM;AAKW;"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
|
|
3
2
|
interface ButtonsGroupProps {
|
|
4
3
|
children: ReactNode;
|
|
5
4
|
}
|
|
6
|
-
declare const ButtonsGroup: ({ children }: ButtonsGroupProps) => JSX.Element;
|
|
7
|
-
|
|
8
|
-
export { ButtonsGroup as default };
|
|
5
|
+
declare const ButtonsGroup: ({ children }: ButtonsGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export default ButtonsGroup;
|
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
import { IButtonProps } from './types
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
import '../@types/Position.js';
|
|
5
|
-
import '../@types/Size.js';
|
|
6
|
-
import '../@types/Icon.js';
|
|
7
|
-
import '../icons/helper.js';
|
|
8
|
-
import '../tooltip/types.js';
|
|
9
|
-
|
|
10
|
-
declare const CancelButton: ({ customClass, ...rest }: IButtonProps) => JSX.Element;
|
|
11
|
-
|
|
12
|
-
export { CancelButton as default };
|
|
1
|
+
import { IButtonProps } from './types';
|
|
2
|
+
declare const CancelButton: ({ customClass, ...rest }: IButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default CancelButton;
|