linear-react-components-ui 1.1.25-rc.2 → 1.1.26-beta-0
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 +1 -3
- 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 +1 -3
- 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/alerts/AlertContainer.d.ts +2 -8
- package/lib/alerts/AlertContainer.js +55 -71
- package/lib/alerts/AlertProvider.d.ts +3 -9
- package/lib/alerts/AlertProvider.js +32 -65
- package/lib/alerts/BaseAlert.d.ts +3 -9
- package/lib/alerts/BaseAlert.js +15 -31
- package/lib/alerts/Message.d.ts +3 -9
- package/lib/alerts/Message.js +65 -112
- package/lib/alerts/alert.spec.d.ts +0 -0
- package/lib/alerts/helpers.d.ts +3 -9
- package/lib/alerts/helpers.js +5 -9
- package/lib/alerts/index.d.ts +4 -11
- package/lib/alerts/index.js +6 -16
- package/lib/alerts/types.d.ts +10 -14
- package/lib/alerts/withAlert.d.ts +4 -9
- package/lib/alerts/withAlert.js +9 -23
- package/lib/assets/BaseAlert.css +1 -0
- package/lib/assets/Content.css +1 -0
- package/lib/assets/DefaultFile.css +1 -0
- package/lib/assets/Drawer.css +1 -0
- package/lib/assets/InputTextBase.css +1 -0
- package/lib/assets/button.css +1 -0
- package/lib/assets/gridlayout.css +1 -0
- package/lib/assets/index.css +1 -0
- package/lib/assets/index10.css +1 -0
- package/lib/assets/index11.css +1 -0
- package/lib/assets/index12.css +1 -0
- package/lib/assets/index13.css +1 -0
- package/lib/assets/index14.css +1 -0
- package/lib/assets/index15.css +1 -0
- package/lib/assets/index16.css +1 -0
- package/lib/assets/index17.css +1 -0
- package/lib/assets/index18.css +1 -0
- package/lib/assets/index19.css +1 -0
- package/lib/assets/index2.css +1 -0
- package/lib/assets/index20.css +1 -0
- package/lib/assets/index21.css +1 -0
- package/lib/assets/index22.css +1 -0
- package/lib/assets/index23.css +1 -0
- package/lib/assets/index24.css +1 -0
- package/lib/assets/index25.css +1 -0
- package/lib/assets/index26.css +1 -0
- package/lib/assets/index27.css +1 -0
- package/lib/assets/index28.css +1 -0
- package/lib/assets/index29.css +1 -0
- package/lib/assets/index3.css +1 -0
- package/lib/assets/index4.css +1 -0
- package/lib/assets/index5.css +1 -0
- package/lib/assets/index6.css +1 -0
- package/lib/assets/index7.css +1 -0
- package/lib/assets/index8.css +1 -0
- package/lib/assets/index9.css +1 -0
- package/lib/assets/label.css +1 -0
- package/lib/assets/noPermission.css +1 -0
- package/lib/assets/panel.css +1 -0
- package/lib/assets/radio.css +1 -0
- package/lib/assets/skeleton.css +1 -0
- package/lib/assets/table.css +1 -0
- package/lib/assets/tabs.css +1 -0
- package/lib/assets/toolbar.css +1 -0
- package/lib/assets/withDropdown.css +1 -0
- package/lib/avatar/avatar.spec.d.ts +1 -0
- package/lib/avatar/index.d.ts +3 -9
- package/lib/avatar/index.js +75 -89
- package/lib/avatar/types.d.ts +4 -8
- package/lib/badge/badge.spec.d.ts +1 -0
- package/lib/badge/index.d.ts +3 -6
- package/lib/badge/index.js +24 -28
- package/lib/badge/types.d.ts +1 -4
- package/lib/buttons/ActivateButton.d.ts +3 -11
- package/lib/buttons/ActivateButton.js +6 -14
- package/lib/buttons/AddButton.d.ts +3 -11
- package/lib/buttons/AddButton.js +7 -18
- package/lib/buttons/Button.d.ts +3 -11
- package/lib/buttons/Button.js +7 -22
- package/lib/buttons/ButtonGroups.d.ts +2 -4
- package/lib/buttons/ButtonGroups.js +4 -16
- package/lib/buttons/CancelButton.d.ts +3 -11
- package/lib/buttons/CancelButton.js +5 -22
- package/lib/buttons/DangerButton.d.ts +3 -11
- package/lib/buttons/DangerButton.js +5 -22
- package/lib/buttons/DefaultButton.d.ts +3 -11
- package/lib/buttons/DefaultButton.js +123 -171
- package/lib/buttons/DestroyButton.d.ts +3 -11
- package/lib/buttons/DestroyButton.js +6 -21
- package/lib/buttons/EditButton.d.ts +3 -11
- package/lib/buttons/EditButton.js +6 -14
- package/lib/buttons/InactivateButton.d.ts +3 -11
- package/lib/buttons/InactivateButton.js +6 -14
- package/lib/buttons/InfoButton.d.ts +3 -11
- package/lib/buttons/InfoButton.js +5 -22
- package/lib/buttons/PrimaryButton.d.ts +3 -11
- package/lib/buttons/PrimaryButton.js +5 -22
- package/lib/buttons/RestoreButton.d.ts +3 -11
- package/lib/buttons/RestoreButton.js +6 -14
- package/lib/buttons/SaveButton.d.ts +3 -11
- package/lib/buttons/SaveButton.js +5 -22
- package/lib/buttons/SuccessButton.d.ts +3 -11
- package/lib/buttons/SuccessButton.js +5 -22
- package/lib/buttons/WarningButton.d.ts +3 -11
- package/lib/buttons/WarningButton.js +5 -22
- package/lib/buttons/button_container/index.d.ts +4 -6
- package/lib/buttons/button_container/index.js +16 -28
- package/lib/buttons/buttons.spec.d.ts +0 -0
- package/lib/buttons/index.d.ts +17 -26
- package/lib/buttons/index.js +33 -108
- package/lib/buttons/split_button/index.d.ts +3 -11
- package/lib/buttons/split_button/index.js +56 -59
- package/lib/buttons/types.d.ts +8 -15
- package/lib/calendar/DangerCalendar.d.ts +3 -8
- package/lib/calendar/DangerCalendar.js +5 -17
- package/lib/calendar/InfoCalendar.d.ts +3 -8
- package/lib/calendar/InfoCalendar.js +5 -17
- package/lib/calendar/PrimaryCalendar.d.ts +3 -8
- package/lib/calendar/PrimaryCalendar.js +5 -17
- package/lib/calendar/SuccessCalendar.d.ts +3 -8
- package/lib/calendar/SuccessCalendar.js +5 -17
- package/lib/calendar/WarningCalendar.d.ts +3 -8
- package/lib/calendar/WarningCalendar.js +5 -17
- package/lib/calendar/base/Day.d.ts +3 -0
- package/lib/calendar/base/Day.js +27 -0
- package/lib/calendar/base/Month.d.ts +3 -0
- package/lib/calendar/base/Month.js +25 -0
- package/lib/calendar/base/Week.d.ts +3 -0
- package/lib/calendar/base/Week.js +23 -0
- package/lib/calendar/base/helpers.d.ts +15 -18
- package/lib/calendar/base/helpers.js +87 -96
- package/lib/calendar/base/index.d.ts +3 -8
- package/lib/calendar/base/index.js +100 -195
- package/lib/calendar/calendar.spec.d.ts +0 -0
- package/lib/calendar/index.d.ts +8 -14
- package/lib/calendar/index.js +14 -44
- package/lib/calendar/types.d.ts +5 -8
- package/lib/checkbox/checkbox.spec.d.ts +1 -0
- package/lib/checkbox/index.d.ts +4 -8
- package/lib/checkbox/index.js +31 -145
- package/lib/checkbox/types.d.ts +5 -7
- package/lib/chunks/index.CmrLK9Qe.js +675 -0
- package/lib/chunks/index.D5f6Ow9V.js +89 -0
- package/lib/chunks/index.Da--18GT.js +669 -0
- package/lib/chunks/index.yztgndLc.js +206 -0
- package/lib/chunks/jsx-runtime.CYK1ROHF.js +445 -0
- package/lib/chunks/tabs.Cvj2MJH6.js +246 -0
- package/lib/chunks/v1.CDXKvGzE.js +41 -0
- package/lib/dialog/Alert.d.ts +3 -9
- package/lib/dialog/Alert.js +22 -31
- package/lib/dialog/Custom.d.ts +3 -9
- package/lib/dialog/Custom.js +31 -54
- package/lib/dialog/Error.d.ts +3 -9
- package/lib/dialog/Error.js +22 -31
- package/lib/dialog/Information.d.ts +3 -9
- package/lib/dialog/Information.js +22 -31
- package/lib/dialog/Question.d.ts +3 -9
- package/lib/dialog/Question.js +59 -58
- package/lib/dialog/Warning.d.ts +3 -9
- package/lib/dialog/Warning.js +22 -31
- package/lib/dialog/base/Content.d.ts +3 -9
- package/lib/dialog/base/Content.js +5 -22
- package/lib/dialog/base/Footer.d.ts +3 -9
- package/lib/dialog/base/Footer.js +5 -12
- package/lib/dialog/base/Header.d.ts +3 -9
- package/lib/dialog/base/Header.js +6 -57
- package/lib/dialog/base/index.d.ts +5 -10
- package/lib/dialog/base/index.js +8 -210
- package/lib/dialog/base/style.d.ts +7 -0
- package/lib/dialog/dialog.spec.d.ts +0 -0
- package/lib/dialog/form/index.d.ts +5 -10
- package/lib/dialog/form/index.js +14 -84
- package/lib/dialog/index.d.ts +9 -16
- package/lib/dialog/index.js +16 -51
- package/lib/dialog/types.d.ts +16 -21
- package/lib/dialog/wizard/index.d.ts +9 -13
- package/lib/dialog/wizard/index.js +14 -80
- package/lib/dialog/wizard/progressbar.d.ts +2 -5
- package/lib/dialog/wizard/progressbar.js +5 -38
- package/lib/dialog/wizard/step.d.ts +2 -9
- package/lib/dialog/wizard/step.js +5 -22
- package/lib/dialog/wizard/useWizard.d.ts +2 -9
- package/lib/dialog/wizard/useWizard.js +26 -42
- package/lib/dialog/wizard/wizard.spec.d.ts +0 -0
- package/lib/drawer/Content.d.ts +3 -10
- package/lib/drawer/Content.js +10 -25
- package/lib/drawer/Drawer.d.ts +4 -10
- package/lib/drawer/Drawer.js +68 -142
- package/lib/drawer/Drawer.spec.d.ts +1 -0
- package/lib/drawer/Header.d.ts +3 -10
- package/lib/drawer/Header.js +40 -73
- package/lib/drawer/helpers.d.ts +4 -10
- package/lib/drawer/helpers.js +5 -10
- package/lib/drawer/index.d.ts +5 -12
- package/lib/drawer/index.js +10 -25
- package/lib/drawer/types.d.ts +7 -12
- package/lib/dropdown/Popup.d.ts +3 -6
- package/lib/dropdown/Popup.js +45 -86
- package/lib/dropdown/dropdown.spec.d.ts +1 -0
- package/lib/dropdown/helper.d.ts +2 -4
- package/lib/dropdown/helper.js +7 -15
- package/lib/dropdown/types.d.ts +7 -10
- package/lib/dropdown/withDropdown.d.ts +7 -8
- package/lib/dropdown/withDropdown.js +50 -88
- package/lib/fieldset/fieldset.spec.d.ts +1 -0
- package/lib/fieldset/index.d.ts +3 -8
- package/lib/fieldset/index.js +49 -81
- package/lib/fieldset/types.d.ts +5 -8
- package/lib/form/Field.d.ts +2 -14
- package/lib/form/Field.js +66 -129
- package/lib/form/FieldArray.d.ts +2 -14
- package/lib/form/FieldArray.js +83 -96
- package/lib/form/FieldNumber.d.ts +2 -14
- package/lib/form/FieldNumber.js +42 -75
- package/lib/form/FieldPeriod.d.ts +2 -14
- package/lib/form/FieldPeriod.js +57 -94
- package/lib/form/form.spec.d.ts +0 -0
- package/lib/form/helpers.d.ts +8 -19
- package/lib/form/helpers.js +23 -48
- package/lib/form/index.d.ts +8 -18
- package/lib/form/index.js +153 -299
- package/lib/form/types.d.ts +23 -45
- package/lib/form/withFieldHOC.d.ts +4 -14
- package/lib/form/withFieldHOC.js +47 -67
- package/lib/form/withFormSecurity.d.ts +6 -15
- package/lib/form/withFormSecurity.js +31 -53
- package/lib/gridlayout/GridCol.d.ts +3 -6
- package/lib/gridlayout/GridCol.js +24 -32
- package/lib/gridlayout/GridRow.d.ts +3 -6
- package/lib/gridlayout/GridRow.js +22 -32
- package/lib/gridlayout/gridLayout.spec.d.ts +1 -0
- package/lib/gridlayout/index.d.ts +4 -8
- package/lib/gridlayout/index.js +6 -16
- package/lib/gridlayout/types.d.ts +3 -6
- package/lib/hint/helpers.d.ts +1 -3
- package/lib/hint/helpers.js +8 -21
- package/lib/hint/hint.spec.d.ts +1 -0
- package/lib/hint/index.d.ts +3 -7
- package/lib/hint/index.js +25 -33
- package/lib/hint/types.d.ts +2 -5
- package/lib/icons/helper.d.ts +1 -2
- package/lib/icons/helper.js +748 -324
- package/lib/icons/icons.spec.d.ts +1 -0
- package/lib/icons/index.d.ts +3 -12
- package/lib/icons/index.js +58 -70
- package/lib/icons/types.d.ts +8 -11
- package/lib/index.d.ts +10 -39
- package/lib/index.js +27 -69
- package/lib/inputs/base/InputTextBase.d.ts +3 -11
- package/lib/inputs/base/InputTextBase.js +259 -257
- package/lib/inputs/base/Label.d.ts +3 -11
- package/lib/inputs/base/Label.js +30 -33
- package/lib/inputs/base/base.spec.d.ts +1 -0
- package/lib/inputs/base/helpers.d.ts +6 -13
- package/lib/inputs/base/helpers.js +25 -43
- package/lib/inputs/base/types.d.ts +9 -14
- package/lib/inputs/color/color_input.spec.d.ts +0 -0
- package/lib/inputs/color/index.d.ts +3 -7
- package/lib/inputs/color/index.js +73 -90
- package/lib/inputs/color/types.d.ts +2 -5
- package/lib/inputs/date/Dialog.d.ts +3 -13
- package/lib/inputs/date/Dialog.js +16 -24
- package/lib/inputs/date/Dropdown.d.ts +3 -13
- package/lib/inputs/date/Dropdown.js +15 -36
- package/lib/inputs/date/date.spec.d.ts +1 -0
- package/lib/inputs/date/helpers.d.ts +2 -34
- package/lib/inputs/date/helpers.js +9 -47
- package/lib/inputs/date/index.d.ts +3 -13
- package/lib/inputs/date/index.js +168 -277
- package/lib/inputs/date/types.d.ts +6 -14
- package/lib/inputs/errorMessage/error.spec.d.ts +1 -0
- package/lib/inputs/errorMessage/index.d.ts +4 -16
- package/lib/inputs/errorMessage/index.js +15 -25
- package/lib/inputs/file/DefaultFile.d.ts +3 -13
- package/lib/inputs/file/DefaultFile.js +68 -77
- package/lib/inputs/file/DragDropFile.d.ts +3 -13
- package/lib/inputs/file/DragDropFile.js +183 -264
- package/lib/inputs/file/File.d.ts +3 -13
- package/lib/inputs/file/File.js +42 -60
- package/lib/inputs/file/FileButtonSettings.d.ts +3 -13
- package/lib/inputs/file/FileButtonSettings.js +20 -32
- package/lib/inputs/file/filefield.spec.d.ts +1 -0
- package/lib/inputs/file/helpers.d.ts +2 -13
- package/lib/inputs/file/helpers.js +9 -19
- package/lib/inputs/file/index.d.ts +5 -16
- package/lib/inputs/file/index.js +8 -24
- package/lib/inputs/file/types.d.ts +8 -16
- package/lib/inputs/inputHOC.d.ts +4 -16
- package/lib/inputs/inputHOC.js +21 -41
- package/lib/inputs/mask/BaseMask.d.ts +3 -12
- package/lib/inputs/mask/BaseMask.js +2626 -147
- package/lib/inputs/mask/Cnpj.d.ts +3 -12
- package/lib/inputs/mask/Cnpj.js +35 -55
- package/lib/inputs/mask/Cpf.d.ts +3 -12
- package/lib/inputs/mask/Cpf.js +33 -54
- package/lib/inputs/mask/Phone.d.ts +3 -12
- package/lib/inputs/mask/Phone.js +8 -18
- package/lib/inputs/mask/ZipCode.d.ts +3 -12
- package/lib/inputs/mask/ZipCode.js +6 -14
- package/lib/inputs/mask/helpers.d.ts +52 -15
- package/lib/inputs/mask/helpers.js +62 -118
- package/lib/inputs/mask/index.d.ts +7 -17
- package/lib/inputs/mask/index.js +12 -37
- package/lib/inputs/mask/input_mask.spec.d.ts +0 -0
- package/lib/inputs/mask/types.d.ts +9 -16
- package/lib/inputs/multiSelect/ActionButtons.d.ts +3 -13
- package/lib/inputs/multiSelect/ActionButtons.js +49 -50
- package/lib/inputs/multiSelect/Dropdown.d.ts +3 -13
- package/lib/inputs/multiSelect/Dropdown.js +133 -132
- package/lib/inputs/multiSelect/helper.d.ts +2 -12
- package/lib/inputs/multiSelect/helper.js +9 -18
- package/lib/inputs/multiSelect/index.d.ts +3 -13
- package/lib/inputs/multiSelect/index.js +133 -211
- package/lib/inputs/multiSelect/multiSelect.spec.d.ts +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 +39 -70
- package/lib/inputs/number/Currency.d.ts +3 -17
- package/lib/inputs/number/Currency.js +14 -28
- package/lib/inputs/number/Decimal.d.ts +3 -17
- package/lib/inputs/number/Decimal.js +6 -11
- package/lib/inputs/number/format_number.d.ts +3 -5
- package/lib/inputs/number/format_number.js +8 -28
- package/lib/inputs/number/index.d.ts +6 -19
- package/lib/inputs/number/index.js +35 -61
- package/lib/inputs/number/numberfield.spec.d.ts +1 -0
- package/lib/inputs/number/types.d.ts +8 -19
- package/lib/inputs/period/Dialog.d.ts +3 -14
- package/lib/inputs/period/Dialog.js +16 -25
- package/lib/inputs/period/Dropdown.d.ts +3 -14
- package/lib/inputs/period/Dropdown.js +16 -34
- package/lib/inputs/period/PeriodList.d.ts +3 -14
- package/lib/inputs/period/PeriodList.js +26 -58
- package/lib/inputs/period/helper.d.ts +5 -16
- package/lib/inputs/period/helper.js +26 -57
- package/lib/inputs/period/index.d.ts +3 -14
- package/lib/inputs/period/index.js +322 -518
- package/lib/inputs/period/types.d.ts +13 -22
- package/lib/inputs/search/index.d.ts +3 -16
- package/lib/inputs/search/index.js +76 -129
- package/lib/inputs/search/search_input.spec.d.ts +1 -0
- package/lib/inputs/select/ActionButtons.d.ts +3 -16
- package/lib/inputs/select/ActionButtons.js +47 -37
- package/lib/inputs/select/Dropdown.d.ts +3 -16
- package/lib/inputs/select/Dropdown.js +116 -111
- package/lib/inputs/select/helper.d.ts +7 -21
- package/lib/inputs/select/helper.js +48 -106
- package/lib/inputs/select/index.d.ts +3 -13
- package/lib/inputs/select/index.js +28 -41
- package/lib/inputs/select/multiple/Selecteds.d.ts +3 -13
- package/lib/inputs/select/multiple/Selecteds.js +20 -26
- package/lib/inputs/select/multiple/index.d.ts +3 -13
- package/lib/inputs/select/multiple/index.js +187 -276
- package/lib/inputs/select/select.spec.d.ts +1 -0
- package/lib/inputs/select/simple/index.d.ts +3 -13
- package/lib/inputs/select/simple/index.js +205 -290
- package/lib/inputs/select/types.d.ts +14 -21
- package/lib/inputs/text/index.d.ts +3 -12
- package/lib/inputs/text/index.js +6 -13
- package/lib/inputs/text/textfield.spec.d.ts +1 -0
- package/lib/inputs/text/types.d.ts +7 -11
- package/lib/inputs/textarea/index.d.ts +3 -12
- package/lib/inputs/textarea/index.js +17 -24
- package/lib/inputs/textarea/textarea.spec.d.ts +1 -0
- package/lib/inputs/textarea/types.d.ts +2 -11
- package/lib/inputs/types.d.ts +17 -25
- package/lib/internals/colorStyles.d.ts +1 -2
- package/lib/internals/colorStyles.js +9 -13
- package/lib/internals/constants.d.ts +2 -7
- package/lib/internals/constants.js +5 -11
- package/lib/internals/types.d.ts +6 -9
- package/lib/internals/withTooltip.d.ts +6 -10
- package/lib/internals/withTooltip.js +61 -158
- package/lib/labelMessages/index.d.ts +3 -9
- package/lib/labelMessages/index.js +46 -58
- package/lib/labelMessages/labelMessages.spec.d.ts +1 -0
- package/lib/labelMessages/types.d.ts +3 -7
- package/lib/labels/DangerLabel.d.ts +3 -11
- package/lib/labels/DangerLabel.js +5 -17
- package/lib/labels/DefaultLabel.d.ts +3 -11
- package/lib/labels/DefaultLabel.js +39 -53
- package/lib/labels/InfoLabel.d.ts +3 -11
- package/lib/labels/InfoLabel.js +5 -17
- package/lib/labels/PrimaryLabel.d.ts +3 -11
- package/lib/labels/PrimaryLabel.js +5 -17
- package/lib/labels/SuccessLabel.d.ts +3 -11
- package/lib/labels/SuccessLabel.js +5 -17
- package/lib/labels/WarningLabel.d.ts +3 -11
- package/lib/labels/WarningLabel.js +5 -17
- package/lib/labels/index.d.ts +9 -18
- package/lib/labels/index.js +17 -52
- package/lib/labels/label.spec.d.ts +1 -0
- package/lib/labels/label_container/index.d.ts +4 -6
- package/lib/labels/label_container/index.js +11 -21
- package/lib/labels/types.d.ts +5 -9
- package/lib/list/Header.d.ts +3 -10
- package/lib/list/Header.js +7 -22
- package/lib/list/Item.d.ts +3 -10
- package/lib/list/Item.js +12 -161
- package/lib/list/Separator.d.ts +2 -3
- package/lib/list/Separator.js +5 -12
- package/lib/list/helpers.d.ts +4 -10
- package/lib/list/helpers.js +10 -14
- package/lib/list/index.d.ts +7 -13
- package/lib/list/index.js +91 -172
- package/lib/list/list.spec.d.ts +1 -0
- package/lib/list/types.d.ts +10 -14
- package/lib/menus/float/MenuItem.d.ts +3 -9
- package/lib/menus/float/MenuItem.js +54 -65
- package/lib/menus/float/SubMenuContainer.d.ts +29 -0
- package/lib/menus/float/float-menu.spec.d.ts +0 -0
- package/lib/menus/float/helpers.d.ts +4 -9
- package/lib/menus/float/helpers.js +5 -10
- package/lib/menus/float/index.d.ts +6 -40
- package/lib/menus/float/index.js +88 -64
- package/lib/menus/float/types.d.ts +5 -9
- package/lib/menus/index.d.ts +2 -12
- package/lib/menus/index.js +4 -9
- package/lib/menus/sidenav/ExpandMenu.d.ts +3 -12
- package/lib/menus/sidenav/ExpandMenu.js +14 -24
- package/lib/menus/sidenav/MenuLink.d.ts +3 -12
- package/lib/menus/sidenav/MenuLink.js +15 -27
- package/lib/menus/sidenav/NavMenuGroup.d.ts +3 -12
- package/lib/menus/sidenav/NavMenuGroup.js +16 -25
- package/lib/menus/sidenav/NavMenuItem.d.ts +3 -12
- package/lib/menus/sidenav/NavMenuItem.js +110 -140
- package/lib/menus/sidenav/NavSubMenuItem.d.ts +3 -12
- package/lib/menus/sidenav/NavSubMenuItem.js +22 -42
- package/lib/menus/sidenav/helpers.d.ts +5 -13
- package/lib/menus/sidenav/helpers.js +9 -17
- package/lib/menus/sidenav/index.d.ts +8 -16
- package/lib/menus/sidenav/index.js +122 -178
- package/lib/menus/sidenav/popup_menu_search/EmptyList.d.ts +3 -12
- package/lib/menus/sidenav/popup_menu_search/EmptyList.js +18 -25
- package/lib/menus/sidenav/popup_menu_search/index.d.ts +4 -12
- package/lib/menus/sidenav/popup_menu_search/index.js +83 -109
- package/lib/menus/sidenav/sidenav.spec.d.ts +1 -0
- package/lib/menus/sidenav/types.d.ts +18 -23
- package/lib/noPermission/index.d.ts +2 -3
- package/lib/noPermission/index.js +11 -23
- package/lib/panel/Content.d.ts +3 -10
- package/lib/panel/Content.js +42 -78
- package/lib/panel/DangerPanel.d.ts +3 -10
- package/lib/panel/DangerPanel.js +7 -15
- package/lib/panel/Default.d.ts +3 -10
- package/lib/panel/Default.js +38 -63
- package/lib/panel/Header.d.ts +3 -10
- package/lib/panel/Header.js +40 -73
- package/lib/panel/InfoPanel.d.ts +3 -10
- package/lib/panel/InfoPanel.js +7 -15
- package/lib/panel/PrimaryPanel.d.ts +3 -10
- package/lib/panel/PrimaryPanel.js +7 -15
- package/lib/panel/SuccessPanel.d.ts +3 -10
- package/lib/panel/SuccessPanel.js +7 -15
- package/lib/panel/ToolBar.d.ts +3 -10
- package/lib/panel/ToolBar.js +5 -21
- package/lib/panel/WarningPanel.d.ts +3 -10
- package/lib/panel/WarningPanel.js +7 -15
- package/lib/panel/helpers.d.ts +5 -11
- package/lib/panel/helpers.js +11 -24
- package/lib/panel/index.d.ts +10 -18
- package/lib/panel/index.js +19 -59
- package/lib/panel/panel.spec.d.ts +0 -0
- package/lib/panel/types.d.ts +11 -15
- package/lib/permissionValidations.d.ts +4 -6
- package/lib/permissionValidations.js +37 -54
- package/lib/popover/PopoverText.d.ts +4 -11
- package/lib/popover/PopoverText.js +7 -20
- package/lib/popover/PopoverTitle.d.ts +3 -11
- package/lib/popover/PopoverTitle.js +4 -16
- package/lib/popover/index.d.ts +6 -13
- package/lib/popover/index.js +55 -65
- package/lib/popover/popover.spec.d.ts +1 -0
- package/lib/popover/types.d.ts +8 -12
- package/lib/progress/Bar.d.ts +3 -6
- package/lib/progress/Bar.js +39 -71
- package/lib/progress/index.d.ts +5 -7
- package/lib/progress/index.js +20 -37
- package/lib/progress/progress.spec.d.ts +1 -0
- package/lib/progress/types.d.ts +4 -7
- package/lib/radio/index.d.ts +3 -11
- package/lib/radio/index.js +94 -112
- package/lib/radio/radio.spec.d.ts +1 -0
- package/lib/radio/types.d.ts +3 -6
- package/lib/shortcuts/index.d.ts +3 -7
- package/lib/shortcuts/index.js +8 -27
- package/lib/shortcuts/shortcuts.spec.d.ts +0 -0
- package/lib/shortcuts/types.d.ts +2 -5
- package/lib/skeleton/SkeletonContainer.d.ts +3 -7
- package/lib/skeleton/SkeletonContainer.js +8 -22
- package/lib/skeleton/index.d.ts +5 -8
- package/lib/skeleton/index.js +23 -52
- package/lib/skeleton/types.d.ts +3 -6
- package/lib/spinner/SpinnerLoading.d.ts +3 -7
- package/lib/spinner/SpinnerLoading.js +17 -219
- package/lib/spinner/index.d.ts +3 -7
- package/lib/spinner/index.js +38 -57
- package/lib/spinner/spinner.spec.d.ts +1 -0
- package/lib/spinner/types.d.ts +5 -8
- package/lib/split/Split.d.ts +3 -6
- package/lib/split/Split.js +172 -275
- package/lib/split/SplitSide.d.ts +3 -6
- package/lib/split/SplitSide.js +17 -40
- package/lib/split/helpers.d.ts +4 -6
- package/lib/split/helpers.js +5 -10
- package/lib/split/index.d.ts +4 -8
- package/lib/split/index.js +6 -17
- package/lib/split/split.spec.d.ts +0 -0
- package/lib/split/types.d.ts +3 -6
- package/lib/table/Body.d.ts +3 -6
- package/lib/table/Body.js +56 -68
- package/lib/table/Header.d.ts +3 -6
- package/lib/table/Header.js +38 -86
- package/lib/table/HeaderColumn.d.ts +3 -6
- package/lib/table/HeaderColumn.js +27 -52
- package/lib/table/Row.d.ts +3 -6
- package/lib/table/Row.js +51 -75
- package/lib/table/RowColumn.d.ts +3 -6
- package/lib/table/RowColumn.js +41 -76
- package/lib/table/helpers.d.ts +6 -7
- package/lib/table/helpers.js +7 -15
- package/lib/table/index.d.ts +9 -11
- package/lib/table/index.js +105 -154
- package/lib/table/table.spec.d.ts +1 -0
- package/lib/table/types.d.ts +8 -12
- package/lib/tabs/DropdownTabs.d.ts +3 -11
- package/lib/tabs/DropdownTabs.js +78 -84
- package/lib/tabs/Menu.d.ts +3 -11
- package/lib/tabs/Menu.js +50 -46
- package/lib/tabs/MenuTabs.d.ts +4 -11
- package/lib/tabs/MenuTabs.js +87 -93
- package/lib/tabs/Panel.d.ts +3 -11
- package/lib/tabs/Panel.js +48 -80
- package/lib/tabs/context.d.ts +4 -12
- package/lib/tabs/context.js +63 -124
- package/lib/tabs/index.d.ts +5 -12
- package/lib/tabs/index.js +66 -74
- package/lib/tabs/tabHelpers.d.ts +7 -10
- package/lib/tabs/tabHelpers.js +39 -63
- package/lib/tabs/tabs.spec.d.ts +0 -0
- package/lib/tabs/types.d.ts +14 -24
- package/lib/tabs/useTabs.d.ts +1 -11
- package/lib/tabs/useTabs.js +8 -11
- package/lib/textContent/index.d.ts +6 -10
- package/lib/textContent/index.js +34 -37
- package/lib/textContent/textContent.spec.d.ts +1 -0
- package/lib/toolbar/ButtonBar.d.ts +3 -12
- package/lib/toolbar/ButtonBar.js +60 -63
- package/lib/toolbar/LabelBar.d.ts +3 -12
- package/lib/toolbar/LabelBar.js +40 -55
- package/lib/toolbar/Separator.d.ts +2 -3
- package/lib/toolbar/Separator.js +5 -12
- package/lib/toolbar/ToolBarGroup.d.ts +3 -12
- package/lib/toolbar/ToolBarGroup.js +4 -18
- package/lib/toolbar/helpers.d.ts +3 -12
- package/lib/toolbar/helpers.js +5 -9
- package/lib/toolbar/index.d.ts +8 -16
- package/lib/toolbar/index.js +32 -64
- package/lib/toolbar/toolbar.spec.d.ts +1 -0
- package/lib/toolbar/types.d.ts +11 -15
- package/lib/tooltip/index.d.ts +4 -6
- package/lib/tooltip/index.js +37 -61
- package/lib/tooltip/tooltip.spec.d.ts +1 -0
- package/lib/tooltip/types.d.ts +2 -4
- package/lib/treetable/Body.d.ts +2 -3
- package/lib/treetable/Body.js +33 -32
- package/lib/treetable/Header.d.ts +2 -3
- package/lib/treetable/Header.js +25 -23
- package/lib/treetable/Row.d.ts +3 -7
- package/lib/treetable/Row.js +152 -232
- package/lib/treetable/helpers.d.ts +4 -9
- package/lib/treetable/helpers.js +23 -30
- package/lib/treetable/index.d.ts +4 -8
- package/lib/treetable/index.js +17 -27
- package/lib/treeview/Header.d.ts +3 -7
- package/lib/treeview/Header.js +7 -20
- package/lib/treeview/Node.d.ts +3 -7
- package/lib/treeview/Node.js +173 -235
- package/lib/treeview/constants.d.ts +3 -7
- package/lib/treeview/constants.js +5 -9
- package/lib/treeview/index.d.ts +6 -9
- package/lib/treeview/index.js +177 -312
- package/lib/treeview/treeview.spec.d.ts +0 -0
- package/lib/treeview/types.d.ts +12 -14
- package/lib/uitour/helpers.d.ts +1 -2
- package/lib/uitour/helpers.js +9 -12
- package/lib/uitour/index.d.ts +4 -7
- package/lib/uitour/index.js +167 -236
- package/lib/uitour/types.d.ts +7 -10
- package/lib/uitour/uitour.spec.d.ts +0 -0
- package/package.json +37 -58
- 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/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/colorpicker.scss +0 -17
- package/lib/assets/styles/colors.scss +0 -144
- package/lib/assets/styles/commons.scss +0 -138
- package/lib/assets/styles/datepicker.scss +0 -36
- 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/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/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/search.scss +0 -13
- package/lib/assets/styles/select.scss +0 -159
- 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/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 -304
- package/lib/assets/styles/textContent.scss +0 -9
- 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/types.js +0 -5
- package/lib/calendar/types.js +0 -5
- package/lib/checkbox/types.js +0 -5
- package/lib/dialog/base/style.js +0 -13
- package/lib/dialog/types.js +0 -5
- package/lib/drawer/types.js +0 -5
- package/lib/dropdown/types.js +0 -5
- package/lib/fieldset/types.js +0 -5
- package/lib/form/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/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/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/SubMenuContainer.js +0 -77
- package/lib/menus/float/types.js +0 -5
- package/lib/menus/sidenav/types.js +0 -5
- 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,669 @@
|
|
|
1
|
+
function ge(o) {
|
|
2
|
+
return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
|
|
3
|
+
}
|
|
4
|
+
var V = { exports: {} }, N = { exports: {} }, T = {};
|
|
5
|
+
/** @license React v16.13.1
|
|
6
|
+
* react-is.production.min.js
|
|
7
|
+
*
|
|
8
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
9
|
+
*
|
|
10
|
+
* This source code is licensed under the MIT license found in the
|
|
11
|
+
* LICENSE file in the root directory of this source tree.
|
|
12
|
+
*/
|
|
13
|
+
var se;
|
|
14
|
+
function Pe() {
|
|
15
|
+
if (se) return T;
|
|
16
|
+
se = 1;
|
|
17
|
+
var o = typeof Symbol == "function" && Symbol.for, x = o ? Symbol.for("react.element") : 60103, O = o ? Symbol.for("react.portal") : 60106, p = o ? Symbol.for("react.fragment") : 60107, P = o ? Symbol.for("react.strict_mode") : 60108, a = o ? Symbol.for("react.profiler") : 60114, S = o ? Symbol.for("react.provider") : 60109, l = o ? Symbol.for("react.context") : 60110, _ = o ? Symbol.for("react.async_mode") : 60111, g = o ? Symbol.for("react.concurrent_mode") : 60111, b = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, C = o ? Symbol.for("react.suspense_list") : 60120, w = o ? Symbol.for("react.memo") : 60115, M = o ? Symbol.for("react.lazy") : 60116, R = o ? Symbol.for("react.block") : 60121, I = o ? Symbol.for("react.fundamental") : 60117, q = o ? Symbol.for("react.responder") : 60118, F = o ? Symbol.for("react.scope") : 60119;
|
|
18
|
+
function j(t) {
|
|
19
|
+
if (typeof t == "object" && t !== null) {
|
|
20
|
+
var k = t.$$typeof;
|
|
21
|
+
switch (k) {
|
|
22
|
+
case x:
|
|
23
|
+
switch (t = t.type, t) {
|
|
24
|
+
case _:
|
|
25
|
+
case g:
|
|
26
|
+
case p:
|
|
27
|
+
case a:
|
|
28
|
+
case P:
|
|
29
|
+
case E:
|
|
30
|
+
return t;
|
|
31
|
+
default:
|
|
32
|
+
switch (t = t && t.$$typeof, t) {
|
|
33
|
+
case l:
|
|
34
|
+
case b:
|
|
35
|
+
case M:
|
|
36
|
+
case w:
|
|
37
|
+
case S:
|
|
38
|
+
return t;
|
|
39
|
+
default:
|
|
40
|
+
return k;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
case O:
|
|
44
|
+
return k;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
function A(t) {
|
|
49
|
+
return j(t) === g;
|
|
50
|
+
}
|
|
51
|
+
return T.AsyncMode = _, T.ConcurrentMode = g, T.ContextConsumer = l, T.ContextProvider = S, T.Element = x, T.ForwardRef = b, T.Fragment = p, T.Lazy = M, T.Memo = w, T.Portal = O, T.Profiler = a, T.StrictMode = P, T.Suspense = E, T.isAsyncMode = function(t) {
|
|
52
|
+
return A(t) || j(t) === _;
|
|
53
|
+
}, T.isConcurrentMode = A, T.isContextConsumer = function(t) {
|
|
54
|
+
return j(t) === l;
|
|
55
|
+
}, T.isContextProvider = function(t) {
|
|
56
|
+
return j(t) === S;
|
|
57
|
+
}, T.isElement = function(t) {
|
|
58
|
+
return typeof t == "object" && t !== null && t.$$typeof === x;
|
|
59
|
+
}, T.isForwardRef = function(t) {
|
|
60
|
+
return j(t) === b;
|
|
61
|
+
}, T.isFragment = function(t) {
|
|
62
|
+
return j(t) === p;
|
|
63
|
+
}, T.isLazy = function(t) {
|
|
64
|
+
return j(t) === M;
|
|
65
|
+
}, T.isMemo = function(t) {
|
|
66
|
+
return j(t) === w;
|
|
67
|
+
}, T.isPortal = function(t) {
|
|
68
|
+
return j(t) === O;
|
|
69
|
+
}, T.isProfiler = function(t) {
|
|
70
|
+
return j(t) === a;
|
|
71
|
+
}, T.isStrictMode = function(t) {
|
|
72
|
+
return j(t) === P;
|
|
73
|
+
}, T.isSuspense = function(t) {
|
|
74
|
+
return j(t) === E;
|
|
75
|
+
}, T.isValidElementType = function(t) {
|
|
76
|
+
return typeof t == "string" || typeof t == "function" || t === p || t === g || t === a || t === P || t === E || t === C || typeof t == "object" && t !== null && (t.$$typeof === M || t.$$typeof === w || t.$$typeof === S || t.$$typeof === l || t.$$typeof === b || t.$$typeof === I || t.$$typeof === q || t.$$typeof === F || t.$$typeof === R);
|
|
77
|
+
}, T.typeOf = j, T;
|
|
78
|
+
}
|
|
79
|
+
var h = {};
|
|
80
|
+
/** @license React v16.13.1
|
|
81
|
+
* react-is.development.js
|
|
82
|
+
*
|
|
83
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
84
|
+
*
|
|
85
|
+
* This source code is licensed under the MIT license found in the
|
|
86
|
+
* LICENSE file in the root directory of this source tree.
|
|
87
|
+
*/
|
|
88
|
+
var fe;
|
|
89
|
+
function Se() {
|
|
90
|
+
return fe || (fe = 1, process.env.NODE_ENV !== "production" && function() {
|
|
91
|
+
var o = typeof Symbol == "function" && Symbol.for, x = o ? Symbol.for("react.element") : 60103, O = o ? Symbol.for("react.portal") : 60106, p = o ? Symbol.for("react.fragment") : 60107, P = o ? Symbol.for("react.strict_mode") : 60108, a = o ? Symbol.for("react.profiler") : 60114, S = o ? Symbol.for("react.provider") : 60109, l = o ? Symbol.for("react.context") : 60110, _ = o ? Symbol.for("react.async_mode") : 60111, g = o ? Symbol.for("react.concurrent_mode") : 60111, b = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, C = o ? Symbol.for("react.suspense_list") : 60120, w = o ? Symbol.for("react.memo") : 60115, M = o ? Symbol.for("react.lazy") : 60116, R = o ? Symbol.for("react.block") : 60121, I = o ? Symbol.for("react.fundamental") : 60117, q = o ? Symbol.for("react.responder") : 60118, F = o ? Symbol.for("react.scope") : 60119;
|
|
92
|
+
function j(r) {
|
|
93
|
+
return typeof r == "string" || typeof r == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
94
|
+
r === p || r === g || r === a || r === P || r === E || r === C || typeof r == "object" && r !== null && (r.$$typeof === M || r.$$typeof === w || r.$$typeof === S || r.$$typeof === l || r.$$typeof === b || r.$$typeof === I || r.$$typeof === q || r.$$typeof === F || r.$$typeof === R);
|
|
95
|
+
}
|
|
96
|
+
function A(r) {
|
|
97
|
+
if (typeof r == "object" && r !== null) {
|
|
98
|
+
var D = r.$$typeof;
|
|
99
|
+
switch (D) {
|
|
100
|
+
case x:
|
|
101
|
+
var B = r.type;
|
|
102
|
+
switch (B) {
|
|
103
|
+
case _:
|
|
104
|
+
case g:
|
|
105
|
+
case p:
|
|
106
|
+
case a:
|
|
107
|
+
case P:
|
|
108
|
+
case E:
|
|
109
|
+
return B;
|
|
110
|
+
default:
|
|
111
|
+
var ue = B && B.$$typeof;
|
|
112
|
+
switch (ue) {
|
|
113
|
+
case l:
|
|
114
|
+
case b:
|
|
115
|
+
case M:
|
|
116
|
+
case w:
|
|
117
|
+
case S:
|
|
118
|
+
return ue;
|
|
119
|
+
default:
|
|
120
|
+
return D;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
case O:
|
|
124
|
+
return D;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
var t = _, k = g, H = l, J = S, X = x, G = b, U = p, K = M, Z = w, L = O, Q = a, Y = P, W = E, z = !1;
|
|
129
|
+
function ee(r) {
|
|
130
|
+
return z || (z = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), e(r) || A(r) === _;
|
|
131
|
+
}
|
|
132
|
+
function e(r) {
|
|
133
|
+
return A(r) === g;
|
|
134
|
+
}
|
|
135
|
+
function n(r) {
|
|
136
|
+
return A(r) === l;
|
|
137
|
+
}
|
|
138
|
+
function f(r) {
|
|
139
|
+
return A(r) === S;
|
|
140
|
+
}
|
|
141
|
+
function u(r) {
|
|
142
|
+
return typeof r == "object" && r !== null && r.$$typeof === x;
|
|
143
|
+
}
|
|
144
|
+
function i(r) {
|
|
145
|
+
return A(r) === b;
|
|
146
|
+
}
|
|
147
|
+
function y(r) {
|
|
148
|
+
return A(r) === p;
|
|
149
|
+
}
|
|
150
|
+
function c(r) {
|
|
151
|
+
return A(r) === M;
|
|
152
|
+
}
|
|
153
|
+
function s(r) {
|
|
154
|
+
return A(r) === w;
|
|
155
|
+
}
|
|
156
|
+
function d(r) {
|
|
157
|
+
return A(r) === O;
|
|
158
|
+
}
|
|
159
|
+
function m(r) {
|
|
160
|
+
return A(r) === a;
|
|
161
|
+
}
|
|
162
|
+
function v(r) {
|
|
163
|
+
return A(r) === P;
|
|
164
|
+
}
|
|
165
|
+
function $(r) {
|
|
166
|
+
return A(r) === E;
|
|
167
|
+
}
|
|
168
|
+
h.AsyncMode = t, h.ConcurrentMode = k, h.ContextConsumer = H, h.ContextProvider = J, h.Element = X, h.ForwardRef = G, h.Fragment = U, h.Lazy = K, h.Memo = Z, h.Portal = L, h.Profiler = Q, h.StrictMode = Y, h.Suspense = W, h.isAsyncMode = ee, h.isConcurrentMode = e, h.isContextConsumer = n, h.isContextProvider = f, h.isElement = u, h.isForwardRef = i, h.isFragment = y, h.isLazy = c, h.isMemo = s, h.isPortal = d, h.isProfiler = m, h.isStrictMode = v, h.isSuspense = $, h.isValidElementType = j, h.typeOf = A;
|
|
169
|
+
}()), h;
|
|
170
|
+
}
|
|
171
|
+
var le;
|
|
172
|
+
function me() {
|
|
173
|
+
return le || (le = 1, process.env.NODE_ENV === "production" ? N.exports = Pe() : N.exports = Se()), N.exports;
|
|
174
|
+
}
|
|
175
|
+
/*
|
|
176
|
+
object-assign
|
|
177
|
+
(c) Sindre Sorhus
|
|
178
|
+
@license MIT
|
|
179
|
+
*/
|
|
180
|
+
var re, pe;
|
|
181
|
+
function Oe() {
|
|
182
|
+
if (pe) return re;
|
|
183
|
+
pe = 1;
|
|
184
|
+
var o = Object.getOwnPropertySymbols, x = Object.prototype.hasOwnProperty, O = Object.prototype.propertyIsEnumerable;
|
|
185
|
+
function p(a) {
|
|
186
|
+
if (a == null)
|
|
187
|
+
throw new TypeError("Object.assign cannot be called with null or undefined");
|
|
188
|
+
return Object(a);
|
|
189
|
+
}
|
|
190
|
+
function P() {
|
|
191
|
+
try {
|
|
192
|
+
if (!Object.assign)
|
|
193
|
+
return !1;
|
|
194
|
+
var a = new String("abc");
|
|
195
|
+
if (a[5] = "de", Object.getOwnPropertyNames(a)[0] === "5")
|
|
196
|
+
return !1;
|
|
197
|
+
for (var S = {}, l = 0; l < 10; l++)
|
|
198
|
+
S["_" + String.fromCharCode(l)] = l;
|
|
199
|
+
var _ = Object.getOwnPropertyNames(S).map(function(b) {
|
|
200
|
+
return S[b];
|
|
201
|
+
});
|
|
202
|
+
if (_.join("") !== "0123456789")
|
|
203
|
+
return !1;
|
|
204
|
+
var g = {};
|
|
205
|
+
return "abcdefghijklmnopqrst".split("").forEach(function(b) {
|
|
206
|
+
g[b] = b;
|
|
207
|
+
}), Object.keys(Object.assign({}, g)).join("") === "abcdefghijklmnopqrst";
|
|
208
|
+
} catch {
|
|
209
|
+
return !1;
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
return re = P() ? Object.assign : function(a, S) {
|
|
213
|
+
for (var l, _ = p(a), g, b = 1; b < arguments.length; b++) {
|
|
214
|
+
l = Object(arguments[b]);
|
|
215
|
+
for (var E in l)
|
|
216
|
+
x.call(l, E) && (_[E] = l[E]);
|
|
217
|
+
if (o) {
|
|
218
|
+
g = o(l);
|
|
219
|
+
for (var C = 0; C < g.length; C++)
|
|
220
|
+
O.call(l, g[C]) && (_[g[C]] = l[g[C]]);
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
return _;
|
|
224
|
+
}, re;
|
|
225
|
+
}
|
|
226
|
+
var te, ye;
|
|
227
|
+
function ce() {
|
|
228
|
+
if (ye) return te;
|
|
229
|
+
ye = 1;
|
|
230
|
+
var o = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
231
|
+
return te = o, te;
|
|
232
|
+
}
|
|
233
|
+
var ne, de;
|
|
234
|
+
function Ee() {
|
|
235
|
+
return de || (de = 1, ne = Function.call.bind(Object.prototype.hasOwnProperty)), ne;
|
|
236
|
+
}
|
|
237
|
+
var oe, ve;
|
|
238
|
+
function _e() {
|
|
239
|
+
if (ve) return oe;
|
|
240
|
+
ve = 1;
|
|
241
|
+
var o = function() {
|
|
242
|
+
};
|
|
243
|
+
if (process.env.NODE_ENV !== "production") {
|
|
244
|
+
var x = /* @__PURE__ */ ce(), O = {}, p = /* @__PURE__ */ Ee();
|
|
245
|
+
o = function(a) {
|
|
246
|
+
var S = "Warning: " + a;
|
|
247
|
+
typeof console < "u" && console.error(S);
|
|
248
|
+
try {
|
|
249
|
+
throw new Error(S);
|
|
250
|
+
} catch {
|
|
251
|
+
}
|
|
252
|
+
};
|
|
253
|
+
}
|
|
254
|
+
function P(a, S, l, _, g) {
|
|
255
|
+
if (process.env.NODE_ENV !== "production") {
|
|
256
|
+
for (var b in a)
|
|
257
|
+
if (p(a, b)) {
|
|
258
|
+
var E;
|
|
259
|
+
try {
|
|
260
|
+
if (typeof a[b] != "function") {
|
|
261
|
+
var C = Error(
|
|
262
|
+
(_ || "React class") + ": " + l + " type `" + b + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof a[b] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
|
|
263
|
+
);
|
|
264
|
+
throw C.name = "Invariant Violation", C;
|
|
265
|
+
}
|
|
266
|
+
E = a[b](S, b, _, l, null, x);
|
|
267
|
+
} catch (M) {
|
|
268
|
+
E = M;
|
|
269
|
+
}
|
|
270
|
+
if (E && !(E instanceof Error) && o(
|
|
271
|
+
(_ || "React class") + ": type specification of " + l + " `" + b + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof E + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
|
|
272
|
+
), E instanceof Error && !(E.message in O)) {
|
|
273
|
+
O[E.message] = !0;
|
|
274
|
+
var w = g ? g() : "";
|
|
275
|
+
o(
|
|
276
|
+
"Failed " + l + " type: " + E.message + (w ?? "")
|
|
277
|
+
);
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
return P.resetWarningCache = function() {
|
|
283
|
+
process.env.NODE_ENV !== "production" && (O = {});
|
|
284
|
+
}, oe = P, oe;
|
|
285
|
+
}
|
|
286
|
+
var ie, be;
|
|
287
|
+
function Re() {
|
|
288
|
+
if (be) return ie;
|
|
289
|
+
be = 1;
|
|
290
|
+
var o = me(), x = Oe(), O = /* @__PURE__ */ ce(), p = /* @__PURE__ */ Ee(), P = /* @__PURE__ */ _e(), a = function() {
|
|
291
|
+
};
|
|
292
|
+
process.env.NODE_ENV !== "production" && (a = function(l) {
|
|
293
|
+
var _ = "Warning: " + l;
|
|
294
|
+
typeof console < "u" && console.error(_);
|
|
295
|
+
try {
|
|
296
|
+
throw new Error(_);
|
|
297
|
+
} catch {
|
|
298
|
+
}
|
|
299
|
+
});
|
|
300
|
+
function S() {
|
|
301
|
+
return null;
|
|
302
|
+
}
|
|
303
|
+
return ie = function(l, _) {
|
|
304
|
+
var g = typeof Symbol == "function" && Symbol.iterator, b = "@@iterator";
|
|
305
|
+
function E(e) {
|
|
306
|
+
var n = e && (g && e[g] || e[b]);
|
|
307
|
+
if (typeof n == "function")
|
|
308
|
+
return n;
|
|
309
|
+
}
|
|
310
|
+
var C = "<<anonymous>>", w = {
|
|
311
|
+
array: q("array"),
|
|
312
|
+
bigint: q("bigint"),
|
|
313
|
+
bool: q("boolean"),
|
|
314
|
+
func: q("function"),
|
|
315
|
+
number: q("number"),
|
|
316
|
+
object: q("object"),
|
|
317
|
+
string: q("string"),
|
|
318
|
+
symbol: q("symbol"),
|
|
319
|
+
any: F(),
|
|
320
|
+
arrayOf: j,
|
|
321
|
+
element: A(),
|
|
322
|
+
elementType: t(),
|
|
323
|
+
instanceOf: k,
|
|
324
|
+
node: G(),
|
|
325
|
+
objectOf: J,
|
|
326
|
+
oneOf: H,
|
|
327
|
+
oneOfType: X,
|
|
328
|
+
shape: K,
|
|
329
|
+
exact: Z
|
|
330
|
+
};
|
|
331
|
+
function M(e, n) {
|
|
332
|
+
return e === n ? e !== 0 || 1 / e === 1 / n : e !== e && n !== n;
|
|
333
|
+
}
|
|
334
|
+
function R(e, n) {
|
|
335
|
+
this.message = e, this.data = n && typeof n == "object" ? n : {}, this.stack = "";
|
|
336
|
+
}
|
|
337
|
+
R.prototype = Error.prototype;
|
|
338
|
+
function I(e) {
|
|
339
|
+
if (process.env.NODE_ENV !== "production")
|
|
340
|
+
var n = {}, f = 0;
|
|
341
|
+
function u(y, c, s, d, m, v, $) {
|
|
342
|
+
if (d = d || C, v = v || s, $ !== O) {
|
|
343
|
+
if (_) {
|
|
344
|
+
var r = new Error(
|
|
345
|
+
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
346
|
+
);
|
|
347
|
+
throw r.name = "Invariant Violation", r;
|
|
348
|
+
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
349
|
+
var D = d + ":" + s;
|
|
350
|
+
!n[D] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
351
|
+
f < 3 && (a(
|
|
352
|
+
"You are manually calling a React.PropTypes validation function for the `" + v + "` prop on `" + d + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
353
|
+
), n[D] = !0, f++);
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
return c[s] == null ? y ? c[s] === null ? new R("The " + m + " `" + v + "` is marked as required " + ("in `" + d + "`, but its value is `null`.")) : new R("The " + m + " `" + v + "` is marked as required in " + ("`" + d + "`, but its value is `undefined`.")) : null : e(c, s, d, m, v);
|
|
357
|
+
}
|
|
358
|
+
var i = u.bind(null, !1);
|
|
359
|
+
return i.isRequired = u.bind(null, !0), i;
|
|
360
|
+
}
|
|
361
|
+
function q(e) {
|
|
362
|
+
function n(f, u, i, y, c, s) {
|
|
363
|
+
var d = f[u], m = Y(d);
|
|
364
|
+
if (m !== e) {
|
|
365
|
+
var v = W(d);
|
|
366
|
+
return new R(
|
|
367
|
+
"Invalid " + y + " `" + c + "` of type " + ("`" + v + "` supplied to `" + i + "`, expected ") + ("`" + e + "`."),
|
|
368
|
+
{ expectedType: e }
|
|
369
|
+
);
|
|
370
|
+
}
|
|
371
|
+
return null;
|
|
372
|
+
}
|
|
373
|
+
return I(n);
|
|
374
|
+
}
|
|
375
|
+
function F() {
|
|
376
|
+
return I(S);
|
|
377
|
+
}
|
|
378
|
+
function j(e) {
|
|
379
|
+
function n(f, u, i, y, c) {
|
|
380
|
+
if (typeof e != "function")
|
|
381
|
+
return new R("Property `" + c + "` of component `" + i + "` has invalid PropType notation inside arrayOf.");
|
|
382
|
+
var s = f[u];
|
|
383
|
+
if (!Array.isArray(s)) {
|
|
384
|
+
var d = Y(s);
|
|
385
|
+
return new R("Invalid " + y + " `" + c + "` of type " + ("`" + d + "` supplied to `" + i + "`, expected an array."));
|
|
386
|
+
}
|
|
387
|
+
for (var m = 0; m < s.length; m++) {
|
|
388
|
+
var v = e(s, m, i, y, c + "[" + m + "]", O);
|
|
389
|
+
if (v instanceof Error)
|
|
390
|
+
return v;
|
|
391
|
+
}
|
|
392
|
+
return null;
|
|
393
|
+
}
|
|
394
|
+
return I(n);
|
|
395
|
+
}
|
|
396
|
+
function A() {
|
|
397
|
+
function e(n, f, u, i, y) {
|
|
398
|
+
var c = n[f];
|
|
399
|
+
if (!l(c)) {
|
|
400
|
+
var s = Y(c);
|
|
401
|
+
return new R("Invalid " + i + " `" + y + "` of type " + ("`" + s + "` supplied to `" + u + "`, expected a single ReactElement."));
|
|
402
|
+
}
|
|
403
|
+
return null;
|
|
404
|
+
}
|
|
405
|
+
return I(e);
|
|
406
|
+
}
|
|
407
|
+
function t() {
|
|
408
|
+
function e(n, f, u, i, y) {
|
|
409
|
+
var c = n[f];
|
|
410
|
+
if (!o.isValidElementType(c)) {
|
|
411
|
+
var s = Y(c);
|
|
412
|
+
return new R("Invalid " + i + " `" + y + "` of type " + ("`" + s + "` supplied to `" + u + "`, expected a single ReactElement type."));
|
|
413
|
+
}
|
|
414
|
+
return null;
|
|
415
|
+
}
|
|
416
|
+
return I(e);
|
|
417
|
+
}
|
|
418
|
+
function k(e) {
|
|
419
|
+
function n(f, u, i, y, c) {
|
|
420
|
+
if (!(f[u] instanceof e)) {
|
|
421
|
+
var s = e.name || C, d = ee(f[u]);
|
|
422
|
+
return new R("Invalid " + y + " `" + c + "` of type " + ("`" + d + "` supplied to `" + i + "`, expected ") + ("instance of `" + s + "`."));
|
|
423
|
+
}
|
|
424
|
+
return null;
|
|
425
|
+
}
|
|
426
|
+
return I(n);
|
|
427
|
+
}
|
|
428
|
+
function H(e) {
|
|
429
|
+
if (!Array.isArray(e))
|
|
430
|
+
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? a(
|
|
431
|
+
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
432
|
+
) : a("Invalid argument supplied to oneOf, expected an array.")), S;
|
|
433
|
+
function n(f, u, i, y, c) {
|
|
434
|
+
for (var s = f[u], d = 0; d < e.length; d++)
|
|
435
|
+
if (M(s, e[d]))
|
|
436
|
+
return null;
|
|
437
|
+
var m = JSON.stringify(e, function($, r) {
|
|
438
|
+
var D = W(r);
|
|
439
|
+
return D === "symbol" ? String(r) : r;
|
|
440
|
+
});
|
|
441
|
+
return new R("Invalid " + y + " `" + c + "` of value `" + String(s) + "` " + ("supplied to `" + i + "`, expected one of " + m + "."));
|
|
442
|
+
}
|
|
443
|
+
return I(n);
|
|
444
|
+
}
|
|
445
|
+
function J(e) {
|
|
446
|
+
function n(f, u, i, y, c) {
|
|
447
|
+
if (typeof e != "function")
|
|
448
|
+
return new R("Property `" + c + "` of component `" + i + "` has invalid PropType notation inside objectOf.");
|
|
449
|
+
var s = f[u], d = Y(s);
|
|
450
|
+
if (d !== "object")
|
|
451
|
+
return new R("Invalid " + y + " `" + c + "` of type " + ("`" + d + "` supplied to `" + i + "`, expected an object."));
|
|
452
|
+
for (var m in s)
|
|
453
|
+
if (p(s, m)) {
|
|
454
|
+
var v = e(s, m, i, y, c + "." + m, O);
|
|
455
|
+
if (v instanceof Error)
|
|
456
|
+
return v;
|
|
457
|
+
}
|
|
458
|
+
return null;
|
|
459
|
+
}
|
|
460
|
+
return I(n);
|
|
461
|
+
}
|
|
462
|
+
function X(e) {
|
|
463
|
+
if (!Array.isArray(e))
|
|
464
|
+
return process.env.NODE_ENV !== "production" && a("Invalid argument supplied to oneOfType, expected an instance of array."), S;
|
|
465
|
+
for (var n = 0; n < e.length; n++) {
|
|
466
|
+
var f = e[n];
|
|
467
|
+
if (typeof f != "function")
|
|
468
|
+
return a(
|
|
469
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + z(f) + " at index " + n + "."
|
|
470
|
+
), S;
|
|
471
|
+
}
|
|
472
|
+
function u(i, y, c, s, d) {
|
|
473
|
+
for (var m = [], v = 0; v < e.length; v++) {
|
|
474
|
+
var $ = e[v], r = $(i, y, c, s, d, O);
|
|
475
|
+
if (r == null)
|
|
476
|
+
return null;
|
|
477
|
+
r.data && p(r.data, "expectedType") && m.push(r.data.expectedType);
|
|
478
|
+
}
|
|
479
|
+
var D = m.length > 0 ? ", expected one of type [" + m.join(", ") + "]" : "";
|
|
480
|
+
return new R("Invalid " + s + " `" + d + "` supplied to " + ("`" + c + "`" + D + "."));
|
|
481
|
+
}
|
|
482
|
+
return I(u);
|
|
483
|
+
}
|
|
484
|
+
function G() {
|
|
485
|
+
function e(n, f, u, i, y) {
|
|
486
|
+
return L(n[f]) ? null : new R("Invalid " + i + " `" + y + "` supplied to " + ("`" + u + "`, expected a ReactNode."));
|
|
487
|
+
}
|
|
488
|
+
return I(e);
|
|
489
|
+
}
|
|
490
|
+
function U(e, n, f, u, i) {
|
|
491
|
+
return new R(
|
|
492
|
+
(e || "React class") + ": " + n + " type `" + f + "." + u + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + i + "`."
|
|
493
|
+
);
|
|
494
|
+
}
|
|
495
|
+
function K(e) {
|
|
496
|
+
function n(f, u, i, y, c) {
|
|
497
|
+
var s = f[u], d = Y(s);
|
|
498
|
+
if (d !== "object")
|
|
499
|
+
return new R("Invalid " + y + " `" + c + "` of type `" + d + "` " + ("supplied to `" + i + "`, expected `object`."));
|
|
500
|
+
for (var m in e) {
|
|
501
|
+
var v = e[m];
|
|
502
|
+
if (typeof v != "function")
|
|
503
|
+
return U(i, y, c, m, W(v));
|
|
504
|
+
var $ = v(s, m, i, y, c + "." + m, O);
|
|
505
|
+
if ($)
|
|
506
|
+
return $;
|
|
507
|
+
}
|
|
508
|
+
return null;
|
|
509
|
+
}
|
|
510
|
+
return I(n);
|
|
511
|
+
}
|
|
512
|
+
function Z(e) {
|
|
513
|
+
function n(f, u, i, y, c) {
|
|
514
|
+
var s = f[u], d = Y(s);
|
|
515
|
+
if (d !== "object")
|
|
516
|
+
return new R("Invalid " + y + " `" + c + "` of type `" + d + "` " + ("supplied to `" + i + "`, expected `object`."));
|
|
517
|
+
var m = x({}, f[u], e);
|
|
518
|
+
for (var v in m) {
|
|
519
|
+
var $ = e[v];
|
|
520
|
+
if (p(e, v) && typeof $ != "function")
|
|
521
|
+
return U(i, y, c, v, W($));
|
|
522
|
+
if (!$)
|
|
523
|
+
return new R(
|
|
524
|
+
"Invalid " + y + " `" + c + "` key `" + v + "` supplied to `" + i + "`.\nBad object: " + JSON.stringify(f[u], null, " ") + `
|
|
525
|
+
Valid keys: ` + JSON.stringify(Object.keys(e), null, " ")
|
|
526
|
+
);
|
|
527
|
+
var r = $(s, v, i, y, c + "." + v, O);
|
|
528
|
+
if (r)
|
|
529
|
+
return r;
|
|
530
|
+
}
|
|
531
|
+
return null;
|
|
532
|
+
}
|
|
533
|
+
return I(n);
|
|
534
|
+
}
|
|
535
|
+
function L(e) {
|
|
536
|
+
switch (typeof e) {
|
|
537
|
+
case "number":
|
|
538
|
+
case "string":
|
|
539
|
+
case "undefined":
|
|
540
|
+
return !0;
|
|
541
|
+
case "boolean":
|
|
542
|
+
return !e;
|
|
543
|
+
case "object":
|
|
544
|
+
if (Array.isArray(e))
|
|
545
|
+
return e.every(L);
|
|
546
|
+
if (e === null || l(e))
|
|
547
|
+
return !0;
|
|
548
|
+
var n = E(e);
|
|
549
|
+
if (n) {
|
|
550
|
+
var f = n.call(e), u;
|
|
551
|
+
if (n !== e.entries) {
|
|
552
|
+
for (; !(u = f.next()).done; )
|
|
553
|
+
if (!L(u.value))
|
|
554
|
+
return !1;
|
|
555
|
+
} else
|
|
556
|
+
for (; !(u = f.next()).done; ) {
|
|
557
|
+
var i = u.value;
|
|
558
|
+
if (i && !L(i[1]))
|
|
559
|
+
return !1;
|
|
560
|
+
}
|
|
561
|
+
} else
|
|
562
|
+
return !1;
|
|
563
|
+
return !0;
|
|
564
|
+
default:
|
|
565
|
+
return !1;
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
function Q(e, n) {
|
|
569
|
+
return e === "symbol" ? !0 : n ? n["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && n instanceof Symbol : !1;
|
|
570
|
+
}
|
|
571
|
+
function Y(e) {
|
|
572
|
+
var n = typeof e;
|
|
573
|
+
return Array.isArray(e) ? "array" : e instanceof RegExp ? "object" : Q(n, e) ? "symbol" : n;
|
|
574
|
+
}
|
|
575
|
+
function W(e) {
|
|
576
|
+
if (typeof e > "u" || e === null)
|
|
577
|
+
return "" + e;
|
|
578
|
+
var n = Y(e);
|
|
579
|
+
if (n === "object") {
|
|
580
|
+
if (e instanceof Date)
|
|
581
|
+
return "date";
|
|
582
|
+
if (e instanceof RegExp)
|
|
583
|
+
return "regexp";
|
|
584
|
+
}
|
|
585
|
+
return n;
|
|
586
|
+
}
|
|
587
|
+
function z(e) {
|
|
588
|
+
var n = W(e);
|
|
589
|
+
switch (n) {
|
|
590
|
+
case "array":
|
|
591
|
+
case "object":
|
|
592
|
+
return "an " + n;
|
|
593
|
+
case "boolean":
|
|
594
|
+
case "date":
|
|
595
|
+
case "regexp":
|
|
596
|
+
return "a " + n;
|
|
597
|
+
default:
|
|
598
|
+
return n;
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
function ee(e) {
|
|
602
|
+
return !e.constructor || !e.constructor.name ? C : e.constructor.name;
|
|
603
|
+
}
|
|
604
|
+
return w.checkPropTypes = P, w.resetWarningCache = P.resetWarningCache, w.PropTypes = w, w;
|
|
605
|
+
}, ie;
|
|
606
|
+
}
|
|
607
|
+
var ae, Te;
|
|
608
|
+
function Ce() {
|
|
609
|
+
if (Te) return ae;
|
|
610
|
+
Te = 1;
|
|
611
|
+
var o = /* @__PURE__ */ ce();
|
|
612
|
+
function x() {
|
|
613
|
+
}
|
|
614
|
+
function O() {
|
|
615
|
+
}
|
|
616
|
+
return O.resetWarningCache = x, ae = function() {
|
|
617
|
+
function p(S, l, _, g, b, E) {
|
|
618
|
+
if (E !== o) {
|
|
619
|
+
var C = new Error(
|
|
620
|
+
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
|
|
621
|
+
);
|
|
622
|
+
throw C.name = "Invariant Violation", C;
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
p.isRequired = p;
|
|
626
|
+
function P() {
|
|
627
|
+
return p;
|
|
628
|
+
}
|
|
629
|
+
var a = {
|
|
630
|
+
array: p,
|
|
631
|
+
bigint: p,
|
|
632
|
+
bool: p,
|
|
633
|
+
func: p,
|
|
634
|
+
number: p,
|
|
635
|
+
object: p,
|
|
636
|
+
string: p,
|
|
637
|
+
symbol: p,
|
|
638
|
+
any: p,
|
|
639
|
+
arrayOf: P,
|
|
640
|
+
element: p,
|
|
641
|
+
elementType: p,
|
|
642
|
+
instanceOf: P,
|
|
643
|
+
node: p,
|
|
644
|
+
objectOf: P,
|
|
645
|
+
oneOf: P,
|
|
646
|
+
oneOfType: P,
|
|
647
|
+
shape: P,
|
|
648
|
+
exact: P,
|
|
649
|
+
checkPropTypes: O,
|
|
650
|
+
resetWarningCache: x
|
|
651
|
+
};
|
|
652
|
+
return a.PropTypes = a, a;
|
|
653
|
+
}, ae;
|
|
654
|
+
}
|
|
655
|
+
var he;
|
|
656
|
+
function xe() {
|
|
657
|
+
if (he) return V.exports;
|
|
658
|
+
if (he = 1, process.env.NODE_ENV !== "production") {
|
|
659
|
+
var o = me(), x = !0;
|
|
660
|
+
V.exports = /* @__PURE__ */ Re()(o.isElement, x);
|
|
661
|
+
} else
|
|
662
|
+
V.exports = /* @__PURE__ */ Ce()();
|
|
663
|
+
return V.exports;
|
|
664
|
+
}
|
|
665
|
+
var we = /* @__PURE__ */ xe();
|
|
666
|
+
const Ae = /* @__PURE__ */ ge(we);
|
|
667
|
+
export {
|
|
668
|
+
Ae as P
|
|
669
|
+
};
|