@intlayer/design-system 5.0.6 → 5.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.vite/manifest.json +219 -381
- package/dist/{Form-DlqjTz3u.js → Form-BZUDRfoN.js} +35 -35
- package/dist/Form-BZUDRfoN.js.map +1 -0
- package/dist/{Form-CSMiPnjC.cjs → Form-yi0CMK-a.cjs} +35 -35
- package/dist/Form-yi0CMK-a.cjs.map +1 -0
- package/dist/components/Accordion/Accordion.cjs +7 -7
- package/dist/components/Accordion/Accordion.cjs.map +1 -1
- package/dist/components/Accordion/Accordion.d.ts.map +1 -1
- package/dist/components/Accordion/Accordion.mjs +4 -4
- package/dist/components/Accordion/Accordion.mjs.map +1 -1
- package/dist/components/Auth/AuthModal/index.cjs +8 -8
- package/dist/components/Auth/AuthModal/index.cjs.map +1 -1
- package/dist/components/Auth/AuthModal/index.mjs +6 -6
- package/dist/components/Auth/AuthModal/index.mjs.map +1 -1
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.cjs +5 -5
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.cjs.map +1 -1
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.mjs +2 -2
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.mjs.map +1 -1
- package/dist/components/Auth/AuthenticationBarrier/index.d.ts +1 -1
- package/dist/components/Auth/AuthenticationBarrier/index.d.ts.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs +10 -10
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs +10 -10
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs +10 -10
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs +10 -10
- package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs +11 -12
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs +11 -12
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.cjs +3 -3
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.cjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.mjs +3 -3
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.mjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.cjs +3 -3
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.cjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.mjs +3 -3
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.mjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs +10 -10
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs +6 -6
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs +4 -4
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs.map +1 -1
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs +4 -4
- package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs.map +1 -1
- package/dist/components/Auth/SignInForm/SignInForm.cjs +12 -12
- package/dist/components/Auth/SignInForm/SignInForm.cjs.map +1 -1
- package/dist/components/Auth/SignInForm/SignInForm.mjs +12 -12
- package/dist/components/Auth/SignInForm/SignInForm.mjs.map +1 -1
- package/dist/components/Auth/SignInForm/useSignInSchema.cjs +6 -6
- package/dist/components/Auth/SignInForm/useSignInSchema.cjs.map +1 -1
- package/dist/components/Auth/SignInForm/useSignInSchema.mjs +6 -6
- package/dist/components/Auth/SignInForm/useSignInSchema.mjs.map +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs +10 -10
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs.map +1 -1
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs +10 -10
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs.map +1 -1
- package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs +10 -10
- package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs.map +1 -1
- package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs +10 -10
- package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs.map +1 -1
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.cjs +11 -11
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.cjs.map +1 -1
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.d.ts.map +1 -1
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.mjs +7 -7
- package/dist/components/Auth/VerifyEmailForm/VerifyEmailForm.mjs.map +1 -1
- package/dist/components/Auth/useAuth/index.cjs +2 -2
- package/dist/components/Auth/useAuth/index.cjs.map +1 -1
- package/dist/components/Auth/useAuth/useCSRF.cjs +3 -1
- package/dist/components/Auth/useAuth/useCSRF.cjs.map +1 -1
- package/dist/components/Auth/useAuth/useCSRF.d.ts.map +1 -1
- package/dist/components/Auth/useAuth/useCSRF.mjs +3 -1
- package/dist/components/Auth/useAuth/useCSRF.mjs.map +1 -1
- package/dist/components/Auth/useAuth/useOAuth2.cjs +3 -1
- package/dist/components/Auth/useAuth/useOAuth2.cjs.map +1 -1
- package/dist/components/Auth/useAuth/useOAuth2.d.ts +1 -1
- package/dist/components/Auth/useAuth/useOAuth2.d.ts.map +1 -1
- package/dist/components/Auth/useAuth/useOAuth2.mjs +3 -1
- package/dist/components/Auth/useAuth/useOAuth2.mjs.map +1 -1
- package/dist/components/Auth/useAuth/useSession.cjs +5 -3
- package/dist/components/Auth/useAuth/useSession.cjs.map +1 -1
- package/dist/components/Auth/useAuth/useSession.d.ts.map +1 -1
- package/dist/components/Auth/useAuth/useSession.mjs +3 -1
- package/dist/components/Auth/useAuth/useSession.mjs.map +1 -1
- package/dist/components/Avatar/index.cjs +9 -9
- package/dist/components/Avatar/index.cjs.map +1 -1
- package/dist/components/Avatar/index.mjs +9 -9
- package/dist/components/Avatar/index.mjs.map +1 -1
- package/dist/components/Badge/index.cjs +2 -2
- package/dist/components/Badge/index.cjs.map +1 -1
- package/dist/components/Badge/index.mjs +2 -2
- package/dist/components/Badge/index.mjs.map +1 -1
- package/dist/components/Breadcrumb/index.cjs +20 -20
- package/dist/components/Breadcrumb/index.cjs.map +1 -1
- package/dist/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/components/Breadcrumb/index.mjs +19 -19
- package/dist/components/Breadcrumb/index.mjs.map +1 -1
- package/dist/components/Button/Button.cjs +84 -89
- package/dist/components/Button/Button.cjs.map +1 -1
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Button/Button.mjs +84 -89
- package/dist/components/Button/Button.mjs.map +1 -1
- package/dist/components/ClickOutsideDiv/index.cjs +5 -5
- package/dist/components/ClickOutsideDiv/index.cjs.map +1 -1
- package/dist/components/ClickOutsideDiv/index.d.ts +1 -1
- package/dist/components/ClickOutsideDiv/index.d.ts.map +1 -1
- package/dist/components/ClickOutsideDiv/index.mjs +2 -2
- package/dist/components/ClickOutsideDiv/index.mjs.map +1 -1
- package/dist/components/Command/index.cjs +42 -52
- package/dist/components/Command/index.cjs.map +1 -1
- package/dist/components/Command/index.d.ts +21 -73
- package/dist/components/Command/index.d.ts.map +1 -1
- package/dist/components/Command/index.mjs +42 -52
- package/dist/components/Command/index.mjs.map +1 -1
- package/dist/components/Container/index.cjs +49 -40
- package/dist/components/Container/index.cjs.map +1 -1
- package/dist/components/Container/index.d.ts +6 -20
- package/dist/components/Container/index.d.ts.map +1 -1
- package/dist/components/Container/index.mjs +49 -40
- package/dist/components/Container/index.mjs.map +1 -1
- package/dist/components/ContentEditor/ContentEditor.cjs +9 -9
- package/dist/components/ContentEditor/ContentEditor.cjs.map +1 -1
- package/dist/components/ContentEditor/ContentEditor.mjs +6 -6
- package/dist/components/ContentEditor/ContentEditor.mjs.map +1 -1
- package/dist/components/ContentEditor/ContentEditorInput.cjs +87 -0
- package/dist/components/ContentEditor/ContentEditorInput.cjs.map +1 -0
- package/dist/components/ContentEditor/ContentEditorInput.d.ts +11 -0
- package/dist/components/ContentEditor/ContentEditorInput.d.ts.map +1 -0
- package/dist/components/ContentEditor/ContentEditorInput.mjs +87 -0
- package/dist/components/ContentEditor/ContentEditorInput.mjs.map +1 -0
- package/dist/components/ContentEditor/ContentEditorTextArea.cjs +15 -12
- package/dist/components/ContentEditor/ContentEditorTextArea.cjs.map +1 -1
- package/dist/components/ContentEditor/ContentEditorTextArea.d.ts +1 -1
- package/dist/components/ContentEditor/ContentEditorTextArea.d.ts.map +1 -1
- package/dist/components/ContentEditor/ContentEditorTextArea.mjs +11 -8
- package/dist/components/ContentEditor/ContentEditorTextArea.mjs.map +1 -1
- package/dist/components/ContentSelector/ContentSelector.cjs +2 -2
- package/dist/components/ContentSelector/ContentSelector.cjs.map +1 -1
- package/dist/components/ContentSelector/ContentSelector.mjs +2 -2
- package/dist/components/ContentSelector/ContentSelector.mjs.map +1 -1
- package/dist/components/CopyToClipboard/index.cjs +6 -6
- package/dist/components/CopyToClipboard/index.cjs.map +1 -1
- package/dist/components/CopyToClipboard/index.d.ts.map +1 -1
- package/dist/components/CopyToClipboard/index.mjs +4 -4
- package/dist/components/CopyToClipboard/index.mjs.map +1 -1
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs +6 -6
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs.map +1 -1
- package/dist/components/DictionaryEditor/DictionaryEditor.d.ts +1 -2
- package/dist/components/DictionaryEditor/DictionaryEditor.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/DictionaryEditor.mjs +5 -5
- package/dist/components/DictionaryEditor/DictionaryEditor.mjs.map +1 -1
- package/dist/components/DictionaryEditor/ItemLayout.cjs +8 -8
- package/dist/components/DictionaryEditor/ItemLayout.cjs.map +1 -1
- package/dist/components/DictionaryEditor/ItemLayout.mjs +8 -8
- package/dist/components/DictionaryEditor/ItemLayout.mjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs +2 -4
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs +2 -4
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ConditionWrapper.cjs +8 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ConditionWrapper.cjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ConditionWrapper.d.ts +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ConditionWrapper.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ConditionWrapper.mjs +8 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ConditionWrapper.mjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.cjs +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.mjs +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.cjs +7 -0
- package/dist/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.cjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.d.ts +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.d.ts.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.mjs +7 -0
- package/dist/components/DictionaryEditor/NodeWrapper/MarkdownWrapper.mjs.map +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs +2 -4
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs +2 -4
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs +13 -7
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +13 -7
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.cjs +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.mjs +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/index.cjs +2 -3
- package/dist/components/DictionaryEditor/NodeWrapper/index.cjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/index.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/index.mjs +2 -3
- package/dist/components/DictionaryEditor/NodeWrapper/index.mjs.map +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs +13 -21
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.map +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs +8 -16
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/ContentEditor.cjs +54 -0
- package/dist/components/DictionaryFieldEditor/ContentEditor.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/ContentEditor.d.ts +8 -0
- package/dist/components/DictionaryFieldEditor/ContentEditor.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/ContentEditor.mjs +54 -0
- package/dist/components/DictionaryFieldEditor/ContentEditor.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/ContentEditorView/EditorView.cjs +44 -0
- package/dist/components/DictionaryFieldEditor/ContentEditorView/EditorView.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/{EditorView → ContentEditorView}/EditorView.d.ts +0 -2
- package/dist/components/DictionaryFieldEditor/ContentEditorView/EditorView.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/ContentEditorView/EditorView.mjs +44 -0
- package/dist/components/DictionaryFieldEditor/ContentEditorView/EditorView.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.cjs +549 -0
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/{EditorView → ContentEditorView}/TextEditor.d.ts +1 -3
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +549 -0
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs +5 -7
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts +0 -2
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs +3 -5
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +11 -11
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +11 -11
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs +5 -5
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs +5 -5
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +190 -180
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +186 -176
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs +11 -11
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +11 -11
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +98 -77
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts +0 -2
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +97 -76
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.cjs +17 -17
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.mjs +12 -12
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.cjs +23 -14
- package/dist/components/DictionaryFieldEditor/JSONEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.mjs +21 -12
- package/dist/components/DictionaryFieldEditor/JSONEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.cjs +3 -3
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs +3 -3
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs +61 -81
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +60 -80
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs +37 -37
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +12 -12
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +37 -37
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs +26 -65
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.d.ts +2 -3
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs +24 -63
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +19 -26
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +15 -22
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureEditor.cjs +31 -0
- package/dist/components/DictionaryFieldEditor/StructureEditor.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/StructureEditor.d.ts +8 -0
- package/dist/components/DictionaryFieldEditor/StructureEditor.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/StructureEditor.mjs +31 -0
- package/dist/components/DictionaryFieldEditor/StructureEditor.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.cjs +270 -0
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.d.ts +16 -0
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.mjs +270 -0
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.cjs +76 -0
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/{editorView.content.d.ts → StructureView/structureView.content.d.ts} +4 -51
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.mjs +76 -0
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs +11 -11
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs +11 -11
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs +6 -6
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs +3 -3
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs +0 -30
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +0 -30
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +0 -30
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.cjs +7 -44
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.mjs +8 -45
- package/dist/components/DictionaryFieldEditor/getIsEditableSection.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs +67 -21
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +46 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +67 -21
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -1
- package/dist/components/DropDown/index.cjs +5 -5
- package/dist/components/DropDown/index.cjs.map +1 -1
- package/dist/components/DropDown/index.mjs +5 -5
- package/dist/components/DropDown/index.mjs.map +1 -1
- package/dist/components/EditableField/EditableFieldInput.cjs +15 -12
- package/dist/components/EditableField/EditableFieldInput.cjs.map +1 -1
- package/dist/components/EditableField/EditableFieldInput.d.ts +2 -1
- package/dist/components/EditableField/EditableFieldInput.d.ts.map +1 -1
- package/dist/components/EditableField/EditableFieldInput.mjs +12 -9
- package/dist/components/EditableField/EditableFieldInput.mjs.map +1 -1
- package/dist/components/EditableField/EditableFieldLayout.cjs +13 -13
- package/dist/components/EditableField/EditableFieldLayout.cjs.map +1 -1
- package/dist/components/EditableField/EditableFieldLayout.d.ts +1 -1
- package/dist/components/EditableField/EditableFieldLayout.d.ts.map +1 -1
- package/dist/components/EditableField/EditableFieldLayout.mjs +8 -8
- package/dist/components/EditableField/EditableFieldLayout.mjs.map +1 -1
- package/dist/components/EditableField/EditableFieldTextArea.cjs +19 -15
- package/dist/components/EditableField/EditableFieldTextArea.cjs.map +1 -1
- package/dist/components/EditableField/EditableFieldTextArea.d.ts +2 -1
- package/dist/components/EditableField/EditableFieldTextArea.d.ts.map +1 -1
- package/dist/components/EditableField/EditableFieldTextArea.mjs +17 -13
- package/dist/components/EditableField/EditableFieldTextArea.mjs.map +1 -1
- package/dist/components/Flags/Flag.cjs +2 -2
- package/dist/components/Flags/Flag.cjs.map +1 -1
- package/dist/components/Flags/Flag.d.ts.map +1 -1
- package/dist/components/Flags/Flag.mjs +2 -2
- package/dist/components/Flags/Flag.mjs.map +1 -1
- package/dist/components/Footer/index.cjs +8 -8
- package/dist/components/Footer/index.cjs.map +1 -1
- package/dist/components/Footer/index.mjs +8 -8
- package/dist/components/Footer/index.mjs.map +1 -1
- package/dist/components/Form/Form.cjs +2 -2
- package/dist/components/Form/Form.d.ts.map +1 -1
- package/dist/components/Form/Form.mjs +2 -2
- package/dist/components/Form/FormBase.cjs +38 -42
- package/dist/components/Form/FormBase.cjs.map +1 -1
- package/dist/components/Form/FormBase.d.ts +11 -8
- package/dist/components/Form/FormBase.d.ts.map +1 -1
- package/dist/components/Form/FormBase.mjs +39 -43
- package/dist/components/Form/FormBase.mjs.map +1 -1
- package/dist/components/Form/FormControl.cjs +4 -7
- package/dist/components/Form/FormControl.cjs.map +1 -1
- package/dist/components/Form/FormControl.d.ts +3 -1
- package/dist/components/Form/FormControl.d.ts.map +1 -1
- package/dist/components/Form/FormControl.mjs +4 -7
- package/dist/components/Form/FormControl.mjs.map +1 -1
- package/dist/components/Form/FormDescription.cjs +4 -7
- package/dist/components/Form/FormDescription.cjs.map +1 -1
- package/dist/components/Form/FormDescription.d.ts +2 -2
- package/dist/components/Form/FormDescription.d.ts.map +1 -1
- package/dist/components/Form/FormDescription.mjs +4 -7
- package/dist/components/Form/FormDescription.mjs.map +1 -1
- package/dist/components/Form/FormField.cjs +7 -7
- package/dist/components/Form/FormField.cjs.map +1 -1
- package/dist/components/Form/FormField.mjs +4 -4
- package/dist/components/Form/FormField.mjs.map +1 -1
- package/dist/components/Form/FormItem.cjs +8 -9
- package/dist/components/Form/FormItem.cjs.map +1 -1
- package/dist/components/Form/FormItem.d.ts +2 -2
- package/dist/components/Form/FormItem.d.ts.map +1 -1
- package/dist/components/Form/FormItem.mjs +5 -6
- package/dist/components/Form/FormItem.mjs.map +1 -1
- package/dist/components/Form/FormLabel.cjs +7 -7
- package/dist/components/Form/FormLabel.cjs.map +1 -1
- package/dist/components/Form/FormLabel.d.ts +3 -1
- package/dist/components/Form/FormLabel.d.ts.map +1 -1
- package/dist/components/Form/FormLabel.mjs +7 -7
- package/dist/components/Form/FormLabel.mjs.map +1 -1
- package/dist/components/Form/FormMessage.cjs +2 -2
- package/dist/components/Form/FormMessage.cjs.map +1 -1
- package/dist/components/Form/FormMessage.mjs +2 -2
- package/dist/components/Form/FormMessage.mjs.map +1 -1
- package/dist/components/Form/elements/AutoSizeTextAreaElement.cjs +2 -2
- package/dist/components/Form/elements/AutoSizeTextAreaElement.mjs +2 -2
- package/dist/components/Form/elements/CheckboxElement.cjs +4 -4
- package/dist/components/Form/elements/CheckboxElement.d.ts.map +1 -1
- package/dist/components/Form/elements/CheckboxElement.mjs +4 -4
- package/dist/components/Form/elements/EditableFieldInputElement.cjs +2 -2
- package/dist/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
- package/dist/components/Form/elements/EditableFieldInputElement.mjs +2 -2
- package/dist/components/Form/elements/EditableFieldTextAreaElement.cjs +2 -2
- package/dist/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
- package/dist/components/Form/elements/EditableFieldTextAreaElement.mjs +2 -2
- package/dist/components/Form/elements/FormElement.cjs +2 -3
- package/dist/components/Form/elements/FormElement.cjs.map +1 -1
- package/dist/components/Form/elements/FormElement.d.ts.map +1 -1
- package/dist/components/Form/elements/FormElement.mjs +2 -3
- package/dist/components/Form/elements/FormElement.mjs.map +1 -1
- package/dist/components/Form/elements/FormElementWrapper.cjs +2 -2
- package/dist/components/Form/elements/FormElementWrapper.cjs.map +1 -1
- package/dist/components/Form/elements/FormElementWrapper.mjs +2 -2
- package/dist/components/Form/elements/FormElementWrapper.mjs.map +1 -1
- package/dist/components/Form/elements/InputElement.cjs +4 -3
- package/dist/components/Form/elements/InputElement.cjs.map +1 -1
- package/dist/components/Form/elements/InputElement.d.ts.map +1 -1
- package/dist/components/Form/elements/InputElement.mjs +4 -3
- package/dist/components/Form/elements/InputElement.mjs.map +1 -1
- package/dist/components/Form/elements/InputPasswordElement.cjs +2 -2
- package/dist/components/Form/elements/InputPasswordElement.d.ts.map +1 -1
- package/dist/components/Form/elements/InputPasswordElement.mjs +2 -2
- package/dist/components/Form/elements/MultiselectElement.cjs +2 -2
- package/dist/components/Form/elements/MultiselectElement.d.ts.map +1 -1
- package/dist/components/Form/elements/MultiselectElement.mjs +2 -2
- package/dist/components/Form/elements/SelectElement.cjs +2 -2
- package/dist/components/Form/elements/SelectElement.mjs +2 -2
- package/dist/components/Form/elements/SwitchSelectorElement.cjs +2 -2
- package/dist/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -1
- package/dist/components/Form/elements/SwitchSelectorElement.mjs +2 -2
- package/dist/components/Form/elements/TextAreaElement.cjs +2 -2
- package/dist/components/Form/elements/TextAreaElement.d.ts.map +1 -1
- package/dist/components/Form/elements/TextAreaElement.mjs +2 -2
- package/dist/components/Form/elements/index.cjs +1 -1
- package/dist/components/Form/elements/index.d.ts.map +1 -1
- package/dist/components/Form/elements/index.mjs +1 -1
- package/dist/components/Form/index.cjs +1 -1
- package/dist/components/Form/index.mjs +1 -1
- package/dist/components/Form/layout/FormItemLayout.cjs +2 -2
- package/dist/components/Form/layout/FormItemLayout.d.ts.map +1 -1
- package/dist/components/Form/layout/FormItemLayout.mjs +2 -2
- package/dist/components/Form/layout/FormLabelLayout.cjs +5 -5
- package/dist/components/Form/layout/FormLabelLayout.cjs.map +1 -1
- package/dist/components/Form/layout/FormLabelLayout.mjs +5 -5
- package/dist/components/Form/layout/FormLabelLayout.mjs.map +1 -1
- package/dist/components/Form/layout/RequiredStar.cjs +2 -2
- package/dist/components/Form/layout/RequiredStar.cjs.map +1 -1
- package/dist/components/Form/layout/RequiredStar.mjs +2 -2
- package/dist/components/Form/layout/RequiredStar.mjs.map +1 -1
- package/dist/components/Form/layout/index.cjs +1 -1
- package/dist/components/Form/layout/index.d.ts.map +1 -1
- package/dist/components/Form/layout/index.mjs +1 -1
- package/dist/components/Headers/SectionScroller.cjs +4 -4
- package/dist/components/Headers/SectionScroller.cjs.map +1 -1
- package/dist/components/Headers/index.cjs +12 -12
- package/dist/components/Headers/index.cjs.map +1 -1
- package/dist/components/Headers/index.d.ts.map +1 -1
- package/dist/components/Headers/index.mjs +12 -12
- package/dist/components/Headers/index.mjs.map +1 -1
- package/dist/components/IDE/Code.cjs +59 -64
- package/dist/components/IDE/Code.cjs.map +1 -1
- package/dist/components/IDE/Code.d.ts +5 -3
- package/dist/components/IDE/Code.d.ts.map +1 -1
- package/dist/components/IDE/Code.mjs +59 -64
- package/dist/components/IDE/Code.mjs.map +1 -1
- package/dist/components/IDE/CodeBlockClient.cjs +9 -9
- package/dist/components/IDE/CodeBlockClient.cjs.map +1 -1
- package/dist/components/IDE/CodeBlockClient.d.ts.map +1 -1
- package/dist/components/IDE/CodeBlockClient.mjs +5 -5
- package/dist/components/IDE/CodeBlockClient.mjs.map +1 -1
- package/dist/components/IDE/CodeBlockServer.cjs +5 -5
- package/dist/components/IDE/CodeBlockServer.cjs.map +1 -1
- package/dist/components/IDE/CodeBlockServer.d.ts.map +1 -1
- package/dist/components/IDE/CodeBlockServer.mjs +4 -4
- package/dist/components/IDE/CodeBlockServer.mjs.map +1 -1
- package/dist/components/IDE/CodeConditionalRenderer.cjs +2 -2
- package/dist/components/IDE/CodeConditionalRenderer.cjs.map +1 -1
- package/dist/components/IDE/CodeConditionalRenderer.d.ts.map +1 -1
- package/dist/components/IDE/CodeConditionalRenderer.mjs +2 -2
- package/dist/components/IDE/CodeConditionalRenderer.mjs.map +1 -1
- package/dist/components/IDE/CodeContext.cjs +6 -6
- package/dist/components/IDE/CodeContext.cjs.map +1 -1
- package/dist/components/IDE/CodeContext.mjs +3 -3
- package/dist/components/IDE/CodeContext.mjs.map +1 -1
- package/dist/components/IDE/CodeFormatSelector.cjs +7 -7
- package/dist/components/IDE/CodeFormatSelector.cjs.map +1 -1
- package/dist/components/IDE/CodeFormatSelector.mjs +7 -7
- package/dist/components/IDE/CodeFormatSelector.mjs.map +1 -1
- package/dist/components/IDE/ContentDeclarationFormatSelector.cjs +8 -8
- package/dist/components/IDE/ContentDeclarationFormatSelector.cjs.map +1 -1
- package/dist/components/IDE/ContentDeclarationFormatSelector.mjs +8 -8
- package/dist/components/IDE/ContentDeclarationFormatSelector.mjs.map +1 -1
- package/dist/components/IDE/CopyButton.cjs +5 -5
- package/dist/components/IDE/CopyButton.cjs.map +1 -1
- package/dist/components/IDE/CopyButton.mjs +2 -2
- package/dist/components/IDE/CopyButton.mjs.map +1 -1
- package/dist/components/IDE/FileList.cjs +7 -7
- package/dist/components/IDE/FileList.cjs.map +1 -1
- package/dist/components/IDE/FileList.mjs +7 -7
- package/dist/components/IDE/FileList.mjs.map +1 -1
- package/dist/components/IDE/FileTree.cjs +10 -10
- package/dist/components/IDE/FileTree.cjs.map +1 -1
- package/dist/components/IDE/FileTree.d.ts.map +1 -1
- package/dist/components/IDE/FileTree.mjs +8 -8
- package/dist/components/IDE/FileTree.mjs.map +1 -1
- package/dist/components/IDE/IDE.cjs +15 -15
- package/dist/components/IDE/IDE.cjs.map +1 -1
- package/dist/components/IDE/IDE.mjs +12 -12
- package/dist/components/IDE/IDE.mjs.map +1 -1
- package/dist/components/IDE/MarkDownRender.cjs +4 -4
- package/dist/components/IDE/MarkDownRender.cjs.map +1 -1
- package/dist/components/IDE/MarkDownRender.mjs +4 -4
- package/dist/components/IDE/MarkDownRender.mjs.map +1 -1
- package/dist/components/IDE/MonacoCode.cjs +18 -12
- package/dist/components/IDE/MonacoCode.cjs.map +1 -1
- package/dist/components/IDE/MonacoCode.d.ts.map +1 -1
- package/dist/components/IDE/MonacoCode.mjs +13 -7
- package/dist/components/IDE/MonacoCode.mjs.map +1 -1
- package/dist/components/IDE/PackageManagerSelector.cjs +7 -7
- package/dist/components/IDE/PackageManagerSelector.cjs.map +1 -1
- package/dist/components/IDE/PackageManagerSelector.mjs +7 -7
- package/dist/components/IDE/PackageManagerSelector.mjs.map +1 -1
- package/dist/components/IDE/createFileTree.cjs +1 -1
- package/dist/components/IDE/createFileTree.cjs.map +1 -1
- package/dist/components/IDE/createFileTree.mjs +1 -1
- package/dist/components/IDE/createFileTree.mjs.map +1 -1
- package/dist/components/InformationTag/index.cjs +2 -2
- package/dist/components/InformationTag/index.cjs.map +1 -1
- package/dist/components/InformationTag/index.mjs +2 -2
- package/dist/components/InformationTag/index.mjs.map +1 -1
- package/dist/components/Input/Checkbox.cjs +31 -34
- package/dist/components/Input/Checkbox.cjs.map +1 -1
- package/dist/components/Input/Checkbox.d.ts +2 -2
- package/dist/components/Input/Checkbox.d.ts.map +1 -1
- package/dist/components/Input/Checkbox.mjs +31 -34
- package/dist/components/Input/Checkbox.mjs.map +1 -1
- package/dist/components/Input/Input.cjs +18 -17
- package/dist/components/Input/Input.cjs.map +1 -1
- package/dist/components/Input/Input.d.ts +2 -2
- package/dist/components/Input/Input.d.ts.map +1 -1
- package/dist/components/Input/Input.mjs +18 -17
- package/dist/components/Input/Input.mjs.map +1 -1
- package/dist/components/Input/InputPassword.cjs +30 -40
- package/dist/components/Input/InputPassword.cjs.map +1 -1
- package/dist/components/Input/InputPassword.d.ts +2 -1
- package/dist/components/Input/InputPassword.d.ts.map +1 -1
- package/dist/components/Input/InputPassword.mjs +30 -40
- package/dist/components/Input/InputPassword.mjs.map +1 -1
- package/dist/components/Label/index.cjs +6 -6
- package/dist/components/Label/index.cjs.map +1 -1
- package/dist/components/Label/index.d.ts +2 -2
- package/dist/components/Label/index.d.ts.map +1 -1
- package/dist/components/Label/index.mjs +6 -6
- package/dist/components/Label/index.mjs.map +1 -1
- package/dist/components/Link/Link.cjs +6 -8
- package/dist/components/Link/Link.cjs.map +1 -1
- package/dist/components/Link/Link.d.ts +5 -6
- package/dist/components/Link/Link.d.ts.map +1 -1
- package/dist/components/Link/Link.mjs +7 -9
- package/dist/components/Link/Link.mjs.map +1 -1
- package/dist/components/Link/index.cjs +1 -0
- package/dist/components/Link/index.cjs.map +1 -1
- package/dist/components/Link/index.mjs +3 -2
- package/dist/components/Loader/index.cjs +4 -4
- package/dist/components/Loader/index.cjs.map +1 -1
- package/dist/components/Loader/index.d.ts.map +1 -1
- package/dist/components/Loader/index.mjs +4 -4
- package/dist/components/Loader/index.mjs.map +1 -1
- package/dist/components/Loader/spinner.cjs +9 -9
- package/dist/components/Loader/spinner.cjs.map +1 -1
- package/dist/components/Loader/spinner.mjs +9 -9
- package/dist/components/Loader/spinner.mjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs +26 -27
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +20 -21
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs +6 -6
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs +3 -3
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs +22 -23
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +16 -17
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
- package/dist/components/Logo/LogoCircle.cjs +4 -4
- package/dist/components/Logo/LogoCircle.cjs.map +1 -1
- package/dist/components/Logo/LogoCircle.mjs +4 -4
- package/dist/components/Logo/LogoCircle.mjs.map +1 -1
- package/dist/components/Logo/LogoNoFrame.cjs +17 -17
- package/dist/components/Logo/LogoNoFrame.cjs.map +1 -1
- package/dist/components/Logo/LogoNoFrame.mjs +17 -17
- package/dist/components/Logo/LogoNoFrame.mjs.map +1 -1
- package/dist/components/Logo/LogoSquare.cjs +4 -4
- package/dist/components/Logo/LogoSquare.cjs.map +1 -1
- package/dist/components/Logo/LogoSquare.mjs +4 -4
- package/dist/components/Logo/LogoSquare.mjs.map +1 -1
- package/dist/components/Logo/LogoSquircle.cjs +8 -8
- package/dist/components/Logo/LogoSquircle.cjs.map +1 -1
- package/dist/components/Logo/LogoSquircle.mjs +8 -8
- package/dist/components/Logo/LogoSquircle.mjs.map +1 -1
- package/dist/components/Logo/LogoTextOnly.cjs +17 -17
- package/dist/components/Logo/LogoTextOnly.cjs.map +1 -1
- package/dist/components/Logo/LogoTextOnly.mjs +17 -17
- package/dist/components/Logo/LogoTextOnly.mjs.map +1 -1
- package/dist/components/Logo/LogoWithTextBelowCircle.cjs +19 -19
- package/dist/components/Logo/LogoWithTextBelowCircle.cjs.map +1 -1
- package/dist/components/Logo/LogoWithTextBelowCircle.mjs +19 -19
- package/dist/components/Logo/LogoWithTextBelowCircle.mjs.map +1 -1
- package/dist/components/Logo/LogoWithTextBelowNoFrame.cjs +17 -17
- package/dist/components/Logo/LogoWithTextBelowNoFrame.cjs.map +1 -1
- package/dist/components/Logo/LogoWithTextBelowNoFrame.mjs +17 -17
- package/dist/components/Logo/LogoWithTextBelowNoFrame.mjs.map +1 -1
- package/dist/components/Logo/LogoWithTextBelowSquircle.cjs +8 -8
- package/dist/components/Logo/LogoWithTextBelowSquircle.cjs.map +1 -1
- package/dist/components/Logo/LogoWithTextBelowSquircle.mjs +8 -8
- package/dist/components/Logo/LogoWithTextBelowSquircle.mjs.map +1 -1
- package/dist/components/Logo/LogoWithTextCircle.cjs +35 -35
- package/dist/components/Logo/LogoWithTextCircle.cjs.map +1 -1
- package/dist/components/Logo/LogoWithTextCircle.mjs +35 -35
- package/dist/components/Logo/LogoWithTextCircle.mjs.map +1 -1
- package/dist/components/Logo/LogoWithTextNoFrame.cjs +17 -17
- package/dist/components/Logo/LogoWithTextNoFrame.cjs.map +1 -1
- package/dist/components/Logo/LogoWithTextNoFrame.mjs +17 -17
- package/dist/components/Logo/LogoWithTextNoFrame.mjs.map +1 -1
- package/dist/components/Logo/LogoWithTextSquircle.cjs +8 -8
- package/dist/components/Logo/LogoWithTextSquircle.cjs.map +1 -1
- package/dist/components/Logo/LogoWithTextSquircle.mjs +8 -8
- package/dist/components/Logo/LogoWithTextSquircle.mjs.map +1 -1
- package/dist/components/Logo/index.cjs +12 -12
- package/dist/components/Logo/index.cjs.map +1 -1
- package/dist/components/Logo/index.mjs +12 -12
- package/dist/components/Logo/index.mjs.map +1 -1
- package/dist/components/MarkDownRender/index.cjs +21 -21
- package/dist/components/MarkDownRender/index.cjs.map +1 -1
- package/dist/components/MarkDownRender/index.d.ts.map +1 -1
- package/dist/components/MarkDownRender/index.mjs +22 -22
- package/dist/components/MarkDownRender/index.mjs.map +1 -1
- package/dist/components/MaxHeightSmoother/index.cjs +3 -3
- package/dist/components/MaxHeightSmoother/index.cjs.map +1 -1
- package/dist/components/MaxHeightSmoother/index.mjs +3 -3
- package/dist/components/MaxHeightSmoother/index.mjs.map +1 -1
- package/dist/components/MaxWidthSmoother/index.cjs +3 -3
- package/dist/components/MaxWidthSmoother/index.cjs.map +1 -1
- package/dist/components/MaxWidthSmoother/index.mjs +3 -3
- package/dist/components/MaxWidthSmoother/index.mjs.map +1 -1
- package/dist/components/Modal/Modal.cjs +11 -11
- package/dist/components/Modal/Modal.cjs.map +1 -1
- package/dist/components/Modal/Modal.mjs +12 -12
- package/dist/components/Modal/Modal.mjs.map +1 -1
- package/dist/components/Navbar/Burger.cjs +9 -9
- package/dist/components/Navbar/Burger.cjs.map +1 -1
- package/dist/components/Navbar/Burger.mjs +9 -9
- package/dist/components/Navbar/Burger.mjs.map +1 -1
- package/dist/components/Navbar/DesktopNavbar.cjs +4 -4
- package/dist/components/Navbar/DesktopNavbar.cjs.map +1 -1
- package/dist/components/Navbar/DesktopNavbar.d.ts.map +1 -1
- package/dist/components/Navbar/DesktopNavbar.mjs +4 -4
- package/dist/components/Navbar/DesktopNavbar.mjs.map +1 -1
- package/dist/components/Navbar/MobileNavbar.cjs +15 -15
- package/dist/components/Navbar/MobileNavbar.cjs.map +1 -1
- package/dist/components/Navbar/MobileNavbar.d.ts.map +1 -1
- package/dist/components/Navbar/MobileNavbar.mjs +11 -11
- package/dist/components/Navbar/MobileNavbar.mjs.map +1 -1
- package/dist/components/Navbar/index.cjs +4 -4
- package/dist/components/Navbar/index.cjs.map +1 -1
- package/dist/components/Navbar/index.d.ts.map +1 -1
- package/dist/components/Navbar/index.mjs +4 -4
- package/dist/components/Navbar/index.mjs.map +1 -1
- package/dist/components/Navbar/useNavigation.cjs +3 -3
- package/dist/components/Navbar/useNavigation.cjs.map +1 -1
- package/dist/components/Pattern/DotPattern.cjs +7 -7
- package/dist/components/Pattern/DotPattern.cjs.map +1 -1
- package/dist/components/Pattern/DotPattern.mjs +5 -5
- package/dist/components/Pattern/DotPattern.mjs.map +1 -1
- package/dist/components/Pattern/GridPattern.cjs +8 -8
- package/dist/components/Pattern/GridPattern.cjs.map +1 -1
- package/dist/components/Pattern/GridPattern.mjs +6 -6
- package/dist/components/Pattern/GridPattern.mjs.map +1 -1
- package/dist/components/Pattern/SpotLight.cjs +7 -7
- package/dist/components/Pattern/SpotLight.cjs.map +1 -1
- package/dist/components/Pattern/SpotLight.mjs +7 -7
- package/dist/components/Pattern/SpotLight.mjs.map +1 -1
- package/dist/components/Popover/index.cjs +3 -3
- package/dist/components/Popover/index.cjs.map +1 -1
- package/dist/components/Popover/index.mjs +3 -3
- package/dist/components/Popover/index.mjs.map +1 -1
- package/dist/components/PressableSpan/PressableSpan.cjs +8 -8
- package/dist/components/PressableSpan/PressableSpan.cjs.map +1 -1
- package/dist/components/PressableSpan/PressableSpan.mjs +2 -2
- package/dist/components/PressableSpan/PressableSpan.mjs.map +1 -1
- package/dist/components/ProfileDropDown/index.cjs +5 -5
- package/dist/components/ProfileDropDown/index.cjs.map +1 -1
- package/dist/components/ProfileDropDown/index.mjs +5 -5
- package/dist/components/ProfileDropDown/index.mjs.map +1 -1
- package/dist/components/RightDrawer/RightDrawer.cjs +14 -14
- package/dist/components/RightDrawer/RightDrawer.cjs.map +1 -1
- package/dist/components/RightDrawer/RightDrawer.d.ts.map +1 -1
- package/dist/components/RightDrawer/RightDrawer.mjs +9 -9
- package/dist/components/RightDrawer/RightDrawer.mjs.map +1 -1
- package/dist/components/Select/Multiselect.cjs +94 -100
- package/dist/components/Select/Multiselect.cjs.map +1 -1
- package/dist/components/Select/Multiselect.d.ts +9 -29
- package/dist/components/Select/Multiselect.d.ts.map +1 -1
- package/dist/components/Select/Multiselect.mjs +81 -87
- package/dist/components/Select/Multiselect.mjs.map +1 -1
- package/dist/components/Select/Select.cjs +30 -37
- package/dist/components/Select/Select.cjs.map +1 -1
- package/dist/components/Select/Select.d.ts +10 -9
- package/dist/components/Select/Select.d.ts.map +1 -1
- package/dist/components/Select/Select.mjs +30 -37
- package/dist/components/Select/Select.mjs.map +1 -1
- package/dist/components/SwitchSelector/index.cjs +11 -11
- package/dist/components/SwitchSelector/index.cjs.map +1 -1
- package/dist/components/SwitchSelector/index.d.ts +1 -1
- package/dist/components/SwitchSelector/index.d.ts.map +1 -1
- package/dist/components/SwitchSelector/index.mjs +5 -5
- package/dist/components/SwitchSelector/index.mjs.map +1 -1
- package/dist/components/TabSelector/TabSelector.cjs +7 -7
- package/dist/components/TabSelector/TabSelector.cjs.map +1 -1
- package/dist/components/TabSelector/TabSelector.mjs +3 -3
- package/dist/components/TabSelector/TabSelector.mjs.map +1 -1
- package/dist/components/Tag/index.cjs +27 -32
- package/dist/components/Tag/index.cjs.map +1 -1
- package/dist/components/Tag/index.d.ts +6 -5
- package/dist/components/Tag/index.d.ts.map +1 -1
- package/dist/components/Tag/index.mjs +27 -32
- package/dist/components/Tag/index.mjs.map +1 -1
- package/dist/components/TextArea/AutoSizeTextArea.cjs +17 -11
- package/dist/components/TextArea/AutoSizeTextArea.cjs.map +1 -1
- package/dist/components/TextArea/AutoSizeTextArea.d.ts +2 -1
- package/dist/components/TextArea/AutoSizeTextArea.d.ts.map +1 -1
- package/dist/components/TextArea/AutoSizeTextArea.mjs +12 -6
- package/dist/components/TextArea/AutoSizeTextArea.mjs.map +1 -1
- package/dist/components/TextArea/TextArea.cjs +21 -20
- package/dist/components/TextArea/TextArea.cjs.map +1 -1
- package/dist/components/TextArea/TextArea.d.ts +2 -2
- package/dist/components/TextArea/TextArea.d.ts.map +1 -1
- package/dist/components/TextArea/TextArea.mjs +21 -20
- package/dist/components/TextArea/TextArea.mjs.map +1 -1
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs +13 -13
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs.map +1 -1
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +11 -11
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs.map +1 -1
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.cjs +7 -7
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.cjs.map +1 -1
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.d.ts.map +1 -1
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +5 -5
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs.map +1 -1
- package/dist/components/Toaster/Toast.cjs +28 -29
- package/dist/components/Toaster/Toast.cjs.map +1 -1
- package/dist/components/Toaster/Toast.d.ts +11 -10
- package/dist/components/Toaster/Toast.d.ts.map +1 -1
- package/dist/components/Toaster/Toast.mjs +28 -29
- package/dist/components/Toaster/Toast.mjs.map +1 -1
- package/dist/components/Toaster/Toaster.cjs +8 -8
- package/dist/components/Toaster/Toaster.cjs.map +1 -1
- package/dist/components/Toaster/Toaster.mjs +8 -8
- package/dist/components/Toaster/Toaster.mjs.map +1 -1
- package/dist/components/Toaster/useToast.cjs +3 -3
- package/dist/components/Toaster/useToast.cjs.map +1 -1
- package/dist/components/WithResizer/index.cjs +11 -11
- package/dist/components/WithResizer/index.cjs.map +1 -1
- package/dist/components/WithResizer/index.mjs +3 -3
- package/dist/components/WithResizer/index.mjs.map +1 -1
- package/dist/components/index.cjs +2 -1
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.mjs +3 -2
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/hooks/intlayerAPIHooks.cjs +1 -1
- package/dist/hooks/intlayerAPIHooks.cjs.map +1 -1
- package/dist/hooks/intlayerAPIHooks.d.ts.map +1 -1
- package/dist/hooks/intlayerAPIHooks.mjs +1 -1
- package/dist/hooks/intlayerAPIHooks.mjs.map +1 -1
- package/dist/hooks/useAsync/useAsync.cjs +14 -14
- package/dist/hooks/useAsync/useAsync.cjs.map +1 -1
- package/dist/hooks/useAsync/useAsync.d.ts.map +1 -1
- package/dist/hooks/useAsync/useAsync.mjs.map +1 -1
- package/dist/hooks/useAsync/useAsyncStateStore.cjs +6 -6
- package/dist/hooks/useAsync/useAsyncStateStore.cjs.map +1 -1
- package/dist/hooks/useAsync/useAsyncStateStore.d.ts.map +1 -1
- package/dist/hooks/useAsync/useAsyncStateStore.mjs +2 -2
- package/dist/hooks/useAsync/useAsyncStateStore.mjs.map +1 -1
- package/dist/hooks/useAsync/useAsyncWrapper.cjs.map +1 -1
- package/dist/hooks/useAsync/useAsyncWrapper.d.ts.map +1 -1
- package/dist/hooks/useAsync/useAsyncWrapper.mjs.map +1 -1
- package/dist/hooks/useDevice.cjs +3 -3
- package/dist/hooks/useDevice.cjs.map +1 -1
- package/dist/hooks/useDevice.d.ts.map +1 -1
- package/dist/hooks/useDevice.mjs.map +1 -1
- package/dist/hooks/useGetAllDictionaries.cjs +3 -3
- package/dist/hooks/useGetAllDictionaries.cjs.map +1 -1
- package/dist/hooks/useGetAllDictionaries.d.ts.map +1 -1
- package/dist/hooks/useGetAllDictionaries.mjs.map +1 -1
- package/dist/hooks/useGetElementOrWindow.cjs +3 -3
- package/dist/hooks/useGetElementOrWindow.cjs.map +1 -1
- package/dist/hooks/useIntlayerAPI.cjs +7 -5
- package/dist/hooks/useIntlayerAPI.cjs.map +1 -1
- package/dist/hooks/useIntlayerAPI.d.ts.map +1 -1
- package/dist/hooks/useIntlayerAPI.mjs +3 -1
- package/dist/hooks/useIntlayerAPI.mjs.map +1 -1
- package/dist/hooks/useIsDarkMode.cjs +3 -3
- package/dist/hooks/useIsDarkMode.cjs.map +1 -1
- package/dist/hooks/useIsMounted.cjs +3 -3
- package/dist/hooks/useIsMounted.cjs.map +1 -1
- package/dist/hooks/useItemSelector.cjs +4 -4
- package/dist/hooks/useItemSelector.cjs.map +1 -1
- package/dist/hooks/usePersistedStore.cjs +5 -5
- package/dist/hooks/usePersistedStore.cjs.map +1 -1
- package/dist/hooks/useScrollBlockage/index.cjs +1 -1
- package/dist/hooks/useScrollBlockage/index.mjs +1 -1
- package/dist/hooks/useScrollDetection.cjs +8 -8
- package/dist/hooks/useScrollDetection.cjs.map +1 -1
- package/dist/hooks/useScrollDetection.mjs +1 -1
- package/dist/{index-O_7rYrbW.js → index-BCuMWKyy.js} +3 -3
- package/dist/index-BCuMWKyy.js.map +1 -0
- package/dist/{index-BVYRWLUL.js → index-BKE0uywA.js} +2 -2
- package/dist/index-BKE0uywA.js.map +1 -0
- package/dist/index-BUe-qmA0.js +191 -0
- package/dist/index-BUe-qmA0.js.map +1 -0
- package/dist/{index-Cg-S9ry9.cjs → index-BYzBot7l.cjs} +4 -4
- package/dist/{index-O_7rYrbW.js.map → index-BYzBot7l.cjs.map} +1 -1
- package/dist/{index-DTQyeqio.cjs → index-CsenS2hX.cjs} +2 -2
- package/dist/index-CsenS2hX.cjs.map +1 -0
- package/dist/index-cg9H6eBs.cjs +190 -0
- package/dist/index-cg9H6eBs.cjs.map +1 -0
- package/dist/tailwind.config.cjs.map +1 -1
- package/dist/tailwind.config.mjs.map +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/zod-BV4nCGJE.js.map +1 -1
- package/dist/zod-DSrtTSD_.cjs.map +1 -1
- package/package.json +24 -24
- package/dist/Form-CSMiPnjC.cjs.map +0 -1
- package/dist/Form-DlqjTz3u.js.map +0 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs +0 -143
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs +0 -143
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs +0 -361
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs +0 -361
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/NodeEditor.cjs +0 -70
- package/dist/components/DictionaryFieldEditor/NodeEditor.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/NodeEditor.d.ts +0 -10
- package/dist/components/DictionaryFieldEditor/NodeEditor.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/NodeEditor.mjs +0 -70
- package/dist/components/DictionaryFieldEditor/NodeEditor.mjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.cjs +0 -123
- package/dist/components/DictionaryFieldEditor/editorView.content.cjs.map +0 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.d.ts.map +0 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.mjs +0 -123
- package/dist/components/DictionaryFieldEditor/editorView.content.mjs.map +0 -1
- package/dist/index-B-adg6xa.js +0 -206
- package/dist/index-B-adg6xa.js.map +0 -1
- package/dist/index-BVYRWLUL.js.map +0 -1
- package/dist/index-Cg-S9ry9.cjs.map +0 -1
- package/dist/index-DAsui9u9.cjs +0 -205
- package/dist/index-DAsui9u9.cjs.map +0 -1
- package/dist/index-DTQyeqio.cjs.map +0 -1
- package/dist/jsx-runtime-CgFM7lM3.cjs +0 -934
- package/dist/jsx-runtime-CgFM7lM3.cjs.map +0 -1
- package/dist/jsx-runtime-DQkoUcjV.js +0 -935
- package/dist/jsx-runtime-DQkoUcjV.js.map +0 -1
|
@@ -1,934 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const require$$0 = require("react");
|
|
3
|
-
var jsxRuntime = { exports: {} };
|
|
4
|
-
var reactJsxRuntime_production_min = {};
|
|
5
|
-
/**
|
|
6
|
-
* @license React
|
|
7
|
-
* react-jsx-runtime.production.min.js
|
|
8
|
-
*
|
|
9
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
10
|
-
*
|
|
11
|
-
* This source code is licensed under the MIT license found in the
|
|
12
|
-
* LICENSE file in the root directory of this source tree.
|
|
13
|
-
*/
|
|
14
|
-
var hasRequiredReactJsxRuntime_production_min;
|
|
15
|
-
function requireReactJsxRuntime_production_min() {
|
|
16
|
-
if (hasRequiredReactJsxRuntime_production_min) return reactJsxRuntime_production_min;
|
|
17
|
-
hasRequiredReactJsxRuntime_production_min = 1;
|
|
18
|
-
var f = require$$0, k = Symbol.for("react.element"), l = Symbol.for("react.fragment"), m = Object.prototype.hasOwnProperty, n = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, p = { key: true, ref: true, __self: true, __source: true };
|
|
19
|
-
function q(c, a, g) {
|
|
20
|
-
var b, d = {}, e = null, h = null;
|
|
21
|
-
void 0 !== g && (e = "" + g);
|
|
22
|
-
void 0 !== a.key && (e = "" + a.key);
|
|
23
|
-
void 0 !== a.ref && (h = a.ref);
|
|
24
|
-
for (b in a) m.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]);
|
|
25
|
-
if (c && c.defaultProps) for (b in a = c.defaultProps, a) void 0 === d[b] && (d[b] = a[b]);
|
|
26
|
-
return { $$typeof: k, type: c, key: e, ref: h, props: d, _owner: n.current };
|
|
27
|
-
}
|
|
28
|
-
reactJsxRuntime_production_min.Fragment = l;
|
|
29
|
-
reactJsxRuntime_production_min.jsx = q;
|
|
30
|
-
reactJsxRuntime_production_min.jsxs = q;
|
|
31
|
-
return reactJsxRuntime_production_min;
|
|
32
|
-
}
|
|
33
|
-
var reactJsxRuntime_development = {};
|
|
34
|
-
var hasRequiredReactJsxRuntime_development;
|
|
35
|
-
function requireReactJsxRuntime_development() {
|
|
36
|
-
if (hasRequiredReactJsxRuntime_development) return reactJsxRuntime_development;
|
|
37
|
-
hasRequiredReactJsxRuntime_development = 1;
|
|
38
|
-
var define_process_env_default = {};
|
|
39
|
-
/**
|
|
40
|
-
* @license React
|
|
41
|
-
* react-jsx-runtime.development.js
|
|
42
|
-
*
|
|
43
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
44
|
-
*
|
|
45
|
-
* This source code is licensed under the MIT license found in the
|
|
46
|
-
* LICENSE file in the root directory of this source tree.
|
|
47
|
-
*/
|
|
48
|
-
if (define_process_env_default.NODE_ENV !== "production") {
|
|
49
|
-
(function() {
|
|
50
|
-
var React = require$$0;
|
|
51
|
-
var REACT_ELEMENT_TYPE = Symbol.for("react.element");
|
|
52
|
-
var REACT_PORTAL_TYPE = Symbol.for("react.portal");
|
|
53
|
-
var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
|
|
54
|
-
var REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode");
|
|
55
|
-
var REACT_PROFILER_TYPE = Symbol.for("react.profiler");
|
|
56
|
-
var REACT_PROVIDER_TYPE = Symbol.for("react.provider");
|
|
57
|
-
var REACT_CONTEXT_TYPE = Symbol.for("react.context");
|
|
58
|
-
var REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref");
|
|
59
|
-
var REACT_SUSPENSE_TYPE = Symbol.for("react.suspense");
|
|
60
|
-
var REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list");
|
|
61
|
-
var REACT_MEMO_TYPE = Symbol.for("react.memo");
|
|
62
|
-
var REACT_LAZY_TYPE = Symbol.for("react.lazy");
|
|
63
|
-
var REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen");
|
|
64
|
-
var MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
|
|
65
|
-
var FAUX_ITERATOR_SYMBOL = "@@iterator";
|
|
66
|
-
function getIteratorFn(maybeIterable) {
|
|
67
|
-
if (maybeIterable === null || typeof maybeIterable !== "object") {
|
|
68
|
-
return null;
|
|
69
|
-
}
|
|
70
|
-
var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];
|
|
71
|
-
if (typeof maybeIterator === "function") {
|
|
72
|
-
return maybeIterator;
|
|
73
|
-
}
|
|
74
|
-
return null;
|
|
75
|
-
}
|
|
76
|
-
var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
77
|
-
function error(format) {
|
|
78
|
-
{
|
|
79
|
-
{
|
|
80
|
-
for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
|
|
81
|
-
args[_key2 - 1] = arguments[_key2];
|
|
82
|
-
}
|
|
83
|
-
printWarning("error", format, args);
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
function printWarning(level, format, args) {
|
|
88
|
-
{
|
|
89
|
-
var ReactDebugCurrentFrame2 = ReactSharedInternals.ReactDebugCurrentFrame;
|
|
90
|
-
var stack = ReactDebugCurrentFrame2.getStackAddendum();
|
|
91
|
-
if (stack !== "") {
|
|
92
|
-
format += "%s";
|
|
93
|
-
args = args.concat([stack]);
|
|
94
|
-
}
|
|
95
|
-
var argsWithFormat = args.map(function(item) {
|
|
96
|
-
return String(item);
|
|
97
|
-
});
|
|
98
|
-
argsWithFormat.unshift("Warning: " + format);
|
|
99
|
-
Function.prototype.apply.call(console[level], console, argsWithFormat);
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
var enableScopeAPI = false;
|
|
103
|
-
var enableCacheElement = false;
|
|
104
|
-
var enableTransitionTracing = false;
|
|
105
|
-
var enableLegacyHidden = false;
|
|
106
|
-
var enableDebugTracing = false;
|
|
107
|
-
var REACT_MODULE_REFERENCE;
|
|
108
|
-
{
|
|
109
|
-
REACT_MODULE_REFERENCE = Symbol.for("react.module.reference");
|
|
110
|
-
}
|
|
111
|
-
function isValidElementType(type) {
|
|
112
|
-
if (typeof type === "string" || typeof type === "function") {
|
|
113
|
-
return true;
|
|
114
|
-
}
|
|
115
|
-
if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing) {
|
|
116
|
-
return true;
|
|
117
|
-
}
|
|
118
|
-
if (typeof type === "object" && type !== null) {
|
|
119
|
-
if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || // This needs to include all possible module reference object
|
|
120
|
-
// types supported by any Flight configuration anywhere since
|
|
121
|
-
// we don't know which Flight build this will end up being used
|
|
122
|
-
// with.
|
|
123
|
-
type.$$typeof === REACT_MODULE_REFERENCE || type.getModuleId !== void 0) {
|
|
124
|
-
return true;
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
return false;
|
|
128
|
-
}
|
|
129
|
-
function getWrappedName(outerType, innerType, wrapperName) {
|
|
130
|
-
var displayName = outerType.displayName;
|
|
131
|
-
if (displayName) {
|
|
132
|
-
return displayName;
|
|
133
|
-
}
|
|
134
|
-
var functionName = innerType.displayName || innerType.name || "";
|
|
135
|
-
return functionName !== "" ? wrapperName + "(" + functionName + ")" : wrapperName;
|
|
136
|
-
}
|
|
137
|
-
function getContextName(type) {
|
|
138
|
-
return type.displayName || "Context";
|
|
139
|
-
}
|
|
140
|
-
function getComponentNameFromType(type) {
|
|
141
|
-
if (type == null) {
|
|
142
|
-
return null;
|
|
143
|
-
}
|
|
144
|
-
{
|
|
145
|
-
if (typeof type.tag === "number") {
|
|
146
|
-
error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue.");
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
if (typeof type === "function") {
|
|
150
|
-
return type.displayName || type.name || null;
|
|
151
|
-
}
|
|
152
|
-
if (typeof type === "string") {
|
|
153
|
-
return type;
|
|
154
|
-
}
|
|
155
|
-
switch (type) {
|
|
156
|
-
case REACT_FRAGMENT_TYPE:
|
|
157
|
-
return "Fragment";
|
|
158
|
-
case REACT_PORTAL_TYPE:
|
|
159
|
-
return "Portal";
|
|
160
|
-
case REACT_PROFILER_TYPE:
|
|
161
|
-
return "Profiler";
|
|
162
|
-
case REACT_STRICT_MODE_TYPE:
|
|
163
|
-
return "StrictMode";
|
|
164
|
-
case REACT_SUSPENSE_TYPE:
|
|
165
|
-
return "Suspense";
|
|
166
|
-
case REACT_SUSPENSE_LIST_TYPE:
|
|
167
|
-
return "SuspenseList";
|
|
168
|
-
}
|
|
169
|
-
if (typeof type === "object") {
|
|
170
|
-
switch (type.$$typeof) {
|
|
171
|
-
case REACT_CONTEXT_TYPE:
|
|
172
|
-
var context = type;
|
|
173
|
-
return getContextName(context) + ".Consumer";
|
|
174
|
-
case REACT_PROVIDER_TYPE:
|
|
175
|
-
var provider = type;
|
|
176
|
-
return getContextName(provider._context) + ".Provider";
|
|
177
|
-
case REACT_FORWARD_REF_TYPE:
|
|
178
|
-
return getWrappedName(type, type.render, "ForwardRef");
|
|
179
|
-
case REACT_MEMO_TYPE:
|
|
180
|
-
var outerName = type.displayName || null;
|
|
181
|
-
if (outerName !== null) {
|
|
182
|
-
return outerName;
|
|
183
|
-
}
|
|
184
|
-
return getComponentNameFromType(type.type) || "Memo";
|
|
185
|
-
case REACT_LAZY_TYPE: {
|
|
186
|
-
var lazyComponent = type;
|
|
187
|
-
var payload = lazyComponent._payload;
|
|
188
|
-
var init = lazyComponent._init;
|
|
189
|
-
try {
|
|
190
|
-
return getComponentNameFromType(init(payload));
|
|
191
|
-
} catch (x) {
|
|
192
|
-
return null;
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
return null;
|
|
198
|
-
}
|
|
199
|
-
var assign = Object.assign;
|
|
200
|
-
var disabledDepth = 0;
|
|
201
|
-
var prevLog;
|
|
202
|
-
var prevInfo;
|
|
203
|
-
var prevWarn;
|
|
204
|
-
var prevError;
|
|
205
|
-
var prevGroup;
|
|
206
|
-
var prevGroupCollapsed;
|
|
207
|
-
var prevGroupEnd;
|
|
208
|
-
function disabledLog() {
|
|
209
|
-
}
|
|
210
|
-
disabledLog.__reactDisabledLog = true;
|
|
211
|
-
function disableLogs() {
|
|
212
|
-
{
|
|
213
|
-
if (disabledDepth === 0) {
|
|
214
|
-
prevLog = console.log;
|
|
215
|
-
prevInfo = console.info;
|
|
216
|
-
prevWarn = console.warn;
|
|
217
|
-
prevError = console.error;
|
|
218
|
-
prevGroup = console.group;
|
|
219
|
-
prevGroupCollapsed = console.groupCollapsed;
|
|
220
|
-
prevGroupEnd = console.groupEnd;
|
|
221
|
-
var props = {
|
|
222
|
-
configurable: true,
|
|
223
|
-
enumerable: true,
|
|
224
|
-
value: disabledLog,
|
|
225
|
-
writable: true
|
|
226
|
-
};
|
|
227
|
-
Object.defineProperties(console, {
|
|
228
|
-
info: props,
|
|
229
|
-
log: props,
|
|
230
|
-
warn: props,
|
|
231
|
-
error: props,
|
|
232
|
-
group: props,
|
|
233
|
-
groupCollapsed: props,
|
|
234
|
-
groupEnd: props
|
|
235
|
-
});
|
|
236
|
-
}
|
|
237
|
-
disabledDepth++;
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
function reenableLogs() {
|
|
241
|
-
{
|
|
242
|
-
disabledDepth--;
|
|
243
|
-
if (disabledDepth === 0) {
|
|
244
|
-
var props = {
|
|
245
|
-
configurable: true,
|
|
246
|
-
enumerable: true,
|
|
247
|
-
writable: true
|
|
248
|
-
};
|
|
249
|
-
Object.defineProperties(console, {
|
|
250
|
-
log: assign({}, props, {
|
|
251
|
-
value: prevLog
|
|
252
|
-
}),
|
|
253
|
-
info: assign({}, props, {
|
|
254
|
-
value: prevInfo
|
|
255
|
-
}),
|
|
256
|
-
warn: assign({}, props, {
|
|
257
|
-
value: prevWarn
|
|
258
|
-
}),
|
|
259
|
-
error: assign({}, props, {
|
|
260
|
-
value: prevError
|
|
261
|
-
}),
|
|
262
|
-
group: assign({}, props, {
|
|
263
|
-
value: prevGroup
|
|
264
|
-
}),
|
|
265
|
-
groupCollapsed: assign({}, props, {
|
|
266
|
-
value: prevGroupCollapsed
|
|
267
|
-
}),
|
|
268
|
-
groupEnd: assign({}, props, {
|
|
269
|
-
value: prevGroupEnd
|
|
270
|
-
})
|
|
271
|
-
});
|
|
272
|
-
}
|
|
273
|
-
if (disabledDepth < 0) {
|
|
274
|
-
error("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
var ReactCurrentDispatcher = ReactSharedInternals.ReactCurrentDispatcher;
|
|
279
|
-
var prefix;
|
|
280
|
-
function describeBuiltInComponentFrame(name, source, ownerFn) {
|
|
281
|
-
{
|
|
282
|
-
if (prefix === void 0) {
|
|
283
|
-
try {
|
|
284
|
-
throw Error();
|
|
285
|
-
} catch (x) {
|
|
286
|
-
var match = x.stack.trim().match(/\n( *(at )?)/);
|
|
287
|
-
prefix = match && match[1] || "";
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
return "\n" + prefix + name;
|
|
291
|
-
}
|
|
292
|
-
}
|
|
293
|
-
var reentry = false;
|
|
294
|
-
var componentFrameCache;
|
|
295
|
-
{
|
|
296
|
-
var PossiblyWeakMap = typeof WeakMap === "function" ? WeakMap : Map;
|
|
297
|
-
componentFrameCache = new PossiblyWeakMap();
|
|
298
|
-
}
|
|
299
|
-
function describeNativeComponentFrame(fn, construct) {
|
|
300
|
-
if (!fn || reentry) {
|
|
301
|
-
return "";
|
|
302
|
-
}
|
|
303
|
-
{
|
|
304
|
-
var frame = componentFrameCache.get(fn);
|
|
305
|
-
if (frame !== void 0) {
|
|
306
|
-
return frame;
|
|
307
|
-
}
|
|
308
|
-
}
|
|
309
|
-
var control;
|
|
310
|
-
reentry = true;
|
|
311
|
-
var previousPrepareStackTrace = Error.prepareStackTrace;
|
|
312
|
-
Error.prepareStackTrace = void 0;
|
|
313
|
-
var previousDispatcher;
|
|
314
|
-
{
|
|
315
|
-
previousDispatcher = ReactCurrentDispatcher.current;
|
|
316
|
-
ReactCurrentDispatcher.current = null;
|
|
317
|
-
disableLogs();
|
|
318
|
-
}
|
|
319
|
-
try {
|
|
320
|
-
if (construct) {
|
|
321
|
-
var Fake = function() {
|
|
322
|
-
throw Error();
|
|
323
|
-
};
|
|
324
|
-
Object.defineProperty(Fake.prototype, "props", {
|
|
325
|
-
set: function() {
|
|
326
|
-
throw Error();
|
|
327
|
-
}
|
|
328
|
-
});
|
|
329
|
-
if (typeof Reflect === "object" && Reflect.construct) {
|
|
330
|
-
try {
|
|
331
|
-
Reflect.construct(Fake, []);
|
|
332
|
-
} catch (x) {
|
|
333
|
-
control = x;
|
|
334
|
-
}
|
|
335
|
-
Reflect.construct(fn, [], Fake);
|
|
336
|
-
} else {
|
|
337
|
-
try {
|
|
338
|
-
Fake.call();
|
|
339
|
-
} catch (x) {
|
|
340
|
-
control = x;
|
|
341
|
-
}
|
|
342
|
-
fn.call(Fake.prototype);
|
|
343
|
-
}
|
|
344
|
-
} else {
|
|
345
|
-
try {
|
|
346
|
-
throw Error();
|
|
347
|
-
} catch (x) {
|
|
348
|
-
control = x;
|
|
349
|
-
}
|
|
350
|
-
fn();
|
|
351
|
-
}
|
|
352
|
-
} catch (sample) {
|
|
353
|
-
if (sample && control && typeof sample.stack === "string") {
|
|
354
|
-
var sampleLines = sample.stack.split("\n");
|
|
355
|
-
var controlLines = control.stack.split("\n");
|
|
356
|
-
var s = sampleLines.length - 1;
|
|
357
|
-
var c = controlLines.length - 1;
|
|
358
|
-
while (s >= 1 && c >= 0 && sampleLines[s] !== controlLines[c]) {
|
|
359
|
-
c--;
|
|
360
|
-
}
|
|
361
|
-
for (; s >= 1 && c >= 0; s--, c--) {
|
|
362
|
-
if (sampleLines[s] !== controlLines[c]) {
|
|
363
|
-
if (s !== 1 || c !== 1) {
|
|
364
|
-
do {
|
|
365
|
-
s--;
|
|
366
|
-
c--;
|
|
367
|
-
if (c < 0 || sampleLines[s] !== controlLines[c]) {
|
|
368
|
-
var _frame = "\n" + sampleLines[s].replace(" at new ", " at ");
|
|
369
|
-
if (fn.displayName && _frame.includes("<anonymous>")) {
|
|
370
|
-
_frame = _frame.replace("<anonymous>", fn.displayName);
|
|
371
|
-
}
|
|
372
|
-
{
|
|
373
|
-
if (typeof fn === "function") {
|
|
374
|
-
componentFrameCache.set(fn, _frame);
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
return _frame;
|
|
378
|
-
}
|
|
379
|
-
} while (s >= 1 && c >= 0);
|
|
380
|
-
}
|
|
381
|
-
break;
|
|
382
|
-
}
|
|
383
|
-
}
|
|
384
|
-
}
|
|
385
|
-
} finally {
|
|
386
|
-
reentry = false;
|
|
387
|
-
{
|
|
388
|
-
ReactCurrentDispatcher.current = previousDispatcher;
|
|
389
|
-
reenableLogs();
|
|
390
|
-
}
|
|
391
|
-
Error.prepareStackTrace = previousPrepareStackTrace;
|
|
392
|
-
}
|
|
393
|
-
var name = fn ? fn.displayName || fn.name : "";
|
|
394
|
-
var syntheticFrame = name ? describeBuiltInComponentFrame(name) : "";
|
|
395
|
-
{
|
|
396
|
-
if (typeof fn === "function") {
|
|
397
|
-
componentFrameCache.set(fn, syntheticFrame);
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
return syntheticFrame;
|
|
401
|
-
}
|
|
402
|
-
function describeFunctionComponentFrame(fn, source, ownerFn) {
|
|
403
|
-
{
|
|
404
|
-
return describeNativeComponentFrame(fn, false);
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
function shouldConstruct(Component) {
|
|
408
|
-
var prototype = Component.prototype;
|
|
409
|
-
return !!(prototype && prototype.isReactComponent);
|
|
410
|
-
}
|
|
411
|
-
function describeUnknownElementTypeFrameInDEV(type, source, ownerFn) {
|
|
412
|
-
if (type == null) {
|
|
413
|
-
return "";
|
|
414
|
-
}
|
|
415
|
-
if (typeof type === "function") {
|
|
416
|
-
{
|
|
417
|
-
return describeNativeComponentFrame(type, shouldConstruct(type));
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
if (typeof type === "string") {
|
|
421
|
-
return describeBuiltInComponentFrame(type);
|
|
422
|
-
}
|
|
423
|
-
switch (type) {
|
|
424
|
-
case REACT_SUSPENSE_TYPE:
|
|
425
|
-
return describeBuiltInComponentFrame("Suspense");
|
|
426
|
-
case REACT_SUSPENSE_LIST_TYPE:
|
|
427
|
-
return describeBuiltInComponentFrame("SuspenseList");
|
|
428
|
-
}
|
|
429
|
-
if (typeof type === "object") {
|
|
430
|
-
switch (type.$$typeof) {
|
|
431
|
-
case REACT_FORWARD_REF_TYPE:
|
|
432
|
-
return describeFunctionComponentFrame(type.render);
|
|
433
|
-
case REACT_MEMO_TYPE:
|
|
434
|
-
return describeUnknownElementTypeFrameInDEV(type.type, source, ownerFn);
|
|
435
|
-
case REACT_LAZY_TYPE: {
|
|
436
|
-
var lazyComponent = type;
|
|
437
|
-
var payload = lazyComponent._payload;
|
|
438
|
-
var init = lazyComponent._init;
|
|
439
|
-
try {
|
|
440
|
-
return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);
|
|
441
|
-
} catch (x) {
|
|
442
|
-
}
|
|
443
|
-
}
|
|
444
|
-
}
|
|
445
|
-
}
|
|
446
|
-
return "";
|
|
447
|
-
}
|
|
448
|
-
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
449
|
-
var loggedTypeFailures = {};
|
|
450
|
-
var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;
|
|
451
|
-
function setCurrentlyValidatingElement(element) {
|
|
452
|
-
{
|
|
453
|
-
if (element) {
|
|
454
|
-
var owner = element._owner;
|
|
455
|
-
var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);
|
|
456
|
-
ReactDebugCurrentFrame.setExtraStackFrame(stack);
|
|
457
|
-
} else {
|
|
458
|
-
ReactDebugCurrentFrame.setExtraStackFrame(null);
|
|
459
|
-
}
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
function checkPropTypes(typeSpecs, values, location, componentName, element) {
|
|
463
|
-
{
|
|
464
|
-
var has = Function.call.bind(hasOwnProperty);
|
|
465
|
-
for (var typeSpecName in typeSpecs) {
|
|
466
|
-
if (has(typeSpecs, typeSpecName)) {
|
|
467
|
-
var error$1 = void 0;
|
|
468
|
-
try {
|
|
469
|
-
if (typeof typeSpecs[typeSpecName] !== "function") {
|
|
470
|
-
var err = Error((componentName || "React class") + ": " + location + " type `" + typeSpecName + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof typeSpecs[typeSpecName] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
471
|
-
err.name = "Invariant Violation";
|
|
472
|
-
throw err;
|
|
473
|
-
}
|
|
474
|
-
error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
475
|
-
} catch (ex) {
|
|
476
|
-
error$1 = ex;
|
|
477
|
-
}
|
|
478
|
-
if (error$1 && !(error$1 instanceof Error)) {
|
|
479
|
-
setCurrentlyValidatingElement(element);
|
|
480
|
-
error("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", componentName || "React class", location, typeSpecName, typeof error$1);
|
|
481
|
-
setCurrentlyValidatingElement(null);
|
|
482
|
-
}
|
|
483
|
-
if (error$1 instanceof Error && !(error$1.message in loggedTypeFailures)) {
|
|
484
|
-
loggedTypeFailures[error$1.message] = true;
|
|
485
|
-
setCurrentlyValidatingElement(element);
|
|
486
|
-
error("Failed %s type: %s", location, error$1.message);
|
|
487
|
-
setCurrentlyValidatingElement(null);
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
}
|
|
491
|
-
}
|
|
492
|
-
}
|
|
493
|
-
var isArrayImpl = Array.isArray;
|
|
494
|
-
function isArray(a) {
|
|
495
|
-
return isArrayImpl(a);
|
|
496
|
-
}
|
|
497
|
-
function typeName(value) {
|
|
498
|
-
{
|
|
499
|
-
var hasToStringTag = typeof Symbol === "function" && Symbol.toStringTag;
|
|
500
|
-
var type = hasToStringTag && value[Symbol.toStringTag] || value.constructor.name || "Object";
|
|
501
|
-
return type;
|
|
502
|
-
}
|
|
503
|
-
}
|
|
504
|
-
function willCoercionThrow(value) {
|
|
505
|
-
{
|
|
506
|
-
try {
|
|
507
|
-
testStringCoercion(value);
|
|
508
|
-
return false;
|
|
509
|
-
} catch (e) {
|
|
510
|
-
return true;
|
|
511
|
-
}
|
|
512
|
-
}
|
|
513
|
-
}
|
|
514
|
-
function testStringCoercion(value) {
|
|
515
|
-
return "" + value;
|
|
516
|
-
}
|
|
517
|
-
function checkKeyStringCoercion(value) {
|
|
518
|
-
{
|
|
519
|
-
if (willCoercionThrow(value)) {
|
|
520
|
-
error("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", typeName(value));
|
|
521
|
-
return testStringCoercion(value);
|
|
522
|
-
}
|
|
523
|
-
}
|
|
524
|
-
}
|
|
525
|
-
var ReactCurrentOwner = ReactSharedInternals.ReactCurrentOwner;
|
|
526
|
-
var RESERVED_PROPS = {
|
|
527
|
-
key: true,
|
|
528
|
-
ref: true,
|
|
529
|
-
__self: true,
|
|
530
|
-
__source: true
|
|
531
|
-
};
|
|
532
|
-
var specialPropKeyWarningShown;
|
|
533
|
-
var specialPropRefWarningShown;
|
|
534
|
-
function hasValidRef(config) {
|
|
535
|
-
{
|
|
536
|
-
if (hasOwnProperty.call(config, "ref")) {
|
|
537
|
-
var getter = Object.getOwnPropertyDescriptor(config, "ref").get;
|
|
538
|
-
if (getter && getter.isReactWarning) {
|
|
539
|
-
return false;
|
|
540
|
-
}
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
return config.ref !== void 0;
|
|
544
|
-
}
|
|
545
|
-
function hasValidKey(config) {
|
|
546
|
-
{
|
|
547
|
-
if (hasOwnProperty.call(config, "key")) {
|
|
548
|
-
var getter = Object.getOwnPropertyDescriptor(config, "key").get;
|
|
549
|
-
if (getter && getter.isReactWarning) {
|
|
550
|
-
return false;
|
|
551
|
-
}
|
|
552
|
-
}
|
|
553
|
-
}
|
|
554
|
-
return config.key !== void 0;
|
|
555
|
-
}
|
|
556
|
-
function warnIfStringRefCannotBeAutoConverted(config, self) {
|
|
557
|
-
{
|
|
558
|
-
if (typeof config.ref === "string" && ReactCurrentOwner.current && self) ;
|
|
559
|
-
}
|
|
560
|
-
}
|
|
561
|
-
function defineKeyPropWarningGetter(props, displayName) {
|
|
562
|
-
{
|
|
563
|
-
var warnAboutAccessingKey = function() {
|
|
564
|
-
if (!specialPropKeyWarningShown) {
|
|
565
|
-
specialPropKeyWarningShown = true;
|
|
566
|
-
error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", displayName);
|
|
567
|
-
}
|
|
568
|
-
};
|
|
569
|
-
warnAboutAccessingKey.isReactWarning = true;
|
|
570
|
-
Object.defineProperty(props, "key", {
|
|
571
|
-
get: warnAboutAccessingKey,
|
|
572
|
-
configurable: true
|
|
573
|
-
});
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
function defineRefPropWarningGetter(props, displayName) {
|
|
577
|
-
{
|
|
578
|
-
var warnAboutAccessingRef = function() {
|
|
579
|
-
if (!specialPropRefWarningShown) {
|
|
580
|
-
specialPropRefWarningShown = true;
|
|
581
|
-
error("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", displayName);
|
|
582
|
-
}
|
|
583
|
-
};
|
|
584
|
-
warnAboutAccessingRef.isReactWarning = true;
|
|
585
|
-
Object.defineProperty(props, "ref", {
|
|
586
|
-
get: warnAboutAccessingRef,
|
|
587
|
-
configurable: true
|
|
588
|
-
});
|
|
589
|
-
}
|
|
590
|
-
}
|
|
591
|
-
var ReactElement = function(type, key, ref, self, source, owner, props) {
|
|
592
|
-
var element = {
|
|
593
|
-
// This tag allows us to uniquely identify this as a React Element
|
|
594
|
-
$$typeof: REACT_ELEMENT_TYPE,
|
|
595
|
-
// Built-in properties that belong on the element
|
|
596
|
-
type,
|
|
597
|
-
key,
|
|
598
|
-
ref,
|
|
599
|
-
props,
|
|
600
|
-
// Record the component responsible for creating this element.
|
|
601
|
-
_owner: owner
|
|
602
|
-
};
|
|
603
|
-
{
|
|
604
|
-
element._store = {};
|
|
605
|
-
Object.defineProperty(element._store, "validated", {
|
|
606
|
-
configurable: false,
|
|
607
|
-
enumerable: false,
|
|
608
|
-
writable: true,
|
|
609
|
-
value: false
|
|
610
|
-
});
|
|
611
|
-
Object.defineProperty(element, "_self", {
|
|
612
|
-
configurable: false,
|
|
613
|
-
enumerable: false,
|
|
614
|
-
writable: false,
|
|
615
|
-
value: self
|
|
616
|
-
});
|
|
617
|
-
Object.defineProperty(element, "_source", {
|
|
618
|
-
configurable: false,
|
|
619
|
-
enumerable: false,
|
|
620
|
-
writable: false,
|
|
621
|
-
value: source
|
|
622
|
-
});
|
|
623
|
-
if (Object.freeze) {
|
|
624
|
-
Object.freeze(element.props);
|
|
625
|
-
Object.freeze(element);
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
return element;
|
|
629
|
-
};
|
|
630
|
-
function jsxDEV(type, config, maybeKey, source, self) {
|
|
631
|
-
{
|
|
632
|
-
var propName;
|
|
633
|
-
var props = {};
|
|
634
|
-
var key = null;
|
|
635
|
-
var ref = null;
|
|
636
|
-
if (maybeKey !== void 0) {
|
|
637
|
-
{
|
|
638
|
-
checkKeyStringCoercion(maybeKey);
|
|
639
|
-
}
|
|
640
|
-
key = "" + maybeKey;
|
|
641
|
-
}
|
|
642
|
-
if (hasValidKey(config)) {
|
|
643
|
-
{
|
|
644
|
-
checkKeyStringCoercion(config.key);
|
|
645
|
-
}
|
|
646
|
-
key = "" + config.key;
|
|
647
|
-
}
|
|
648
|
-
if (hasValidRef(config)) {
|
|
649
|
-
ref = config.ref;
|
|
650
|
-
warnIfStringRefCannotBeAutoConverted(config, self);
|
|
651
|
-
}
|
|
652
|
-
for (propName in config) {
|
|
653
|
-
if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {
|
|
654
|
-
props[propName] = config[propName];
|
|
655
|
-
}
|
|
656
|
-
}
|
|
657
|
-
if (type && type.defaultProps) {
|
|
658
|
-
var defaultProps = type.defaultProps;
|
|
659
|
-
for (propName in defaultProps) {
|
|
660
|
-
if (props[propName] === void 0) {
|
|
661
|
-
props[propName] = defaultProps[propName];
|
|
662
|
-
}
|
|
663
|
-
}
|
|
664
|
-
}
|
|
665
|
-
if (key || ref) {
|
|
666
|
-
var displayName = typeof type === "function" ? type.displayName || type.name || "Unknown" : type;
|
|
667
|
-
if (key) {
|
|
668
|
-
defineKeyPropWarningGetter(props, displayName);
|
|
669
|
-
}
|
|
670
|
-
if (ref) {
|
|
671
|
-
defineRefPropWarningGetter(props, displayName);
|
|
672
|
-
}
|
|
673
|
-
}
|
|
674
|
-
return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current, props);
|
|
675
|
-
}
|
|
676
|
-
}
|
|
677
|
-
var ReactCurrentOwner$1 = ReactSharedInternals.ReactCurrentOwner;
|
|
678
|
-
var ReactDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame;
|
|
679
|
-
function setCurrentlyValidatingElement$1(element) {
|
|
680
|
-
{
|
|
681
|
-
if (element) {
|
|
682
|
-
var owner = element._owner;
|
|
683
|
-
var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);
|
|
684
|
-
ReactDebugCurrentFrame$1.setExtraStackFrame(stack);
|
|
685
|
-
} else {
|
|
686
|
-
ReactDebugCurrentFrame$1.setExtraStackFrame(null);
|
|
687
|
-
}
|
|
688
|
-
}
|
|
689
|
-
}
|
|
690
|
-
var propTypesMisspellWarningShown;
|
|
691
|
-
{
|
|
692
|
-
propTypesMisspellWarningShown = false;
|
|
693
|
-
}
|
|
694
|
-
function isValidElement(object) {
|
|
695
|
-
{
|
|
696
|
-
return typeof object === "object" && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
function getDeclarationErrorAddendum() {
|
|
700
|
-
{
|
|
701
|
-
if (ReactCurrentOwner$1.current) {
|
|
702
|
-
var name = getComponentNameFromType(ReactCurrentOwner$1.current.type);
|
|
703
|
-
if (name) {
|
|
704
|
-
return "\n\nCheck the render method of `" + name + "`.";
|
|
705
|
-
}
|
|
706
|
-
}
|
|
707
|
-
return "";
|
|
708
|
-
}
|
|
709
|
-
}
|
|
710
|
-
function getSourceInfoErrorAddendum(source) {
|
|
711
|
-
{
|
|
712
|
-
return "";
|
|
713
|
-
}
|
|
714
|
-
}
|
|
715
|
-
var ownerHasKeyUseWarning = {};
|
|
716
|
-
function getCurrentComponentErrorInfo(parentType) {
|
|
717
|
-
{
|
|
718
|
-
var info = getDeclarationErrorAddendum();
|
|
719
|
-
if (!info) {
|
|
720
|
-
var parentName = typeof parentType === "string" ? parentType : parentType.displayName || parentType.name;
|
|
721
|
-
if (parentName) {
|
|
722
|
-
info = "\n\nCheck the top-level render call using <" + parentName + ">.";
|
|
723
|
-
}
|
|
724
|
-
}
|
|
725
|
-
return info;
|
|
726
|
-
}
|
|
727
|
-
}
|
|
728
|
-
function validateExplicitKey(element, parentType) {
|
|
729
|
-
{
|
|
730
|
-
if (!element._store || element._store.validated || element.key != null) {
|
|
731
|
-
return;
|
|
732
|
-
}
|
|
733
|
-
element._store.validated = true;
|
|
734
|
-
var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);
|
|
735
|
-
if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {
|
|
736
|
-
return;
|
|
737
|
-
}
|
|
738
|
-
ownerHasKeyUseWarning[currentComponentErrorInfo] = true;
|
|
739
|
-
var childOwner = "";
|
|
740
|
-
if (element && element._owner && element._owner !== ReactCurrentOwner$1.current) {
|
|
741
|
-
childOwner = " It was passed a child from " + getComponentNameFromType(element._owner.type) + ".";
|
|
742
|
-
}
|
|
743
|
-
setCurrentlyValidatingElement$1(element);
|
|
744
|
-
error('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', currentComponentErrorInfo, childOwner);
|
|
745
|
-
setCurrentlyValidatingElement$1(null);
|
|
746
|
-
}
|
|
747
|
-
}
|
|
748
|
-
function validateChildKeys(node, parentType) {
|
|
749
|
-
{
|
|
750
|
-
if (typeof node !== "object") {
|
|
751
|
-
return;
|
|
752
|
-
}
|
|
753
|
-
if (isArray(node)) {
|
|
754
|
-
for (var i = 0; i < node.length; i++) {
|
|
755
|
-
var child = node[i];
|
|
756
|
-
if (isValidElement(child)) {
|
|
757
|
-
validateExplicitKey(child, parentType);
|
|
758
|
-
}
|
|
759
|
-
}
|
|
760
|
-
} else if (isValidElement(node)) {
|
|
761
|
-
if (node._store) {
|
|
762
|
-
node._store.validated = true;
|
|
763
|
-
}
|
|
764
|
-
} else if (node) {
|
|
765
|
-
var iteratorFn = getIteratorFn(node);
|
|
766
|
-
if (typeof iteratorFn === "function") {
|
|
767
|
-
if (iteratorFn !== node.entries) {
|
|
768
|
-
var iterator = iteratorFn.call(node);
|
|
769
|
-
var step;
|
|
770
|
-
while (!(step = iterator.next()).done) {
|
|
771
|
-
if (isValidElement(step.value)) {
|
|
772
|
-
validateExplicitKey(step.value, parentType);
|
|
773
|
-
}
|
|
774
|
-
}
|
|
775
|
-
}
|
|
776
|
-
}
|
|
777
|
-
}
|
|
778
|
-
}
|
|
779
|
-
}
|
|
780
|
-
function validatePropTypes(element) {
|
|
781
|
-
{
|
|
782
|
-
var type = element.type;
|
|
783
|
-
if (type === null || type === void 0 || typeof type === "string") {
|
|
784
|
-
return;
|
|
785
|
-
}
|
|
786
|
-
var propTypes;
|
|
787
|
-
if (typeof type === "function") {
|
|
788
|
-
propTypes = type.propTypes;
|
|
789
|
-
} else if (typeof type === "object" && (type.$$typeof === REACT_FORWARD_REF_TYPE || // Note: Memo only checks outer props here.
|
|
790
|
-
// Inner props are checked in the reconciler.
|
|
791
|
-
type.$$typeof === REACT_MEMO_TYPE)) {
|
|
792
|
-
propTypes = type.propTypes;
|
|
793
|
-
} else {
|
|
794
|
-
return;
|
|
795
|
-
}
|
|
796
|
-
if (propTypes) {
|
|
797
|
-
var name = getComponentNameFromType(type);
|
|
798
|
-
checkPropTypes(propTypes, element.props, "prop", name, element);
|
|
799
|
-
} else if (type.PropTypes !== void 0 && !propTypesMisspellWarningShown) {
|
|
800
|
-
propTypesMisspellWarningShown = true;
|
|
801
|
-
var _name = getComponentNameFromType(type);
|
|
802
|
-
error("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", _name || "Unknown");
|
|
803
|
-
}
|
|
804
|
-
if (typeof type.getDefaultProps === "function" && !type.getDefaultProps.isReactClassApproved) {
|
|
805
|
-
error("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
806
|
-
}
|
|
807
|
-
}
|
|
808
|
-
}
|
|
809
|
-
function validateFragmentProps(fragment) {
|
|
810
|
-
{
|
|
811
|
-
var keys = Object.keys(fragment.props);
|
|
812
|
-
for (var i = 0; i < keys.length; i++) {
|
|
813
|
-
var key = keys[i];
|
|
814
|
-
if (key !== "children" && key !== "key") {
|
|
815
|
-
setCurrentlyValidatingElement$1(fragment);
|
|
816
|
-
error("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", key);
|
|
817
|
-
setCurrentlyValidatingElement$1(null);
|
|
818
|
-
break;
|
|
819
|
-
}
|
|
820
|
-
}
|
|
821
|
-
if (fragment.ref !== null) {
|
|
822
|
-
setCurrentlyValidatingElement$1(fragment);
|
|
823
|
-
error("Invalid attribute `ref` supplied to `React.Fragment`.");
|
|
824
|
-
setCurrentlyValidatingElement$1(null);
|
|
825
|
-
}
|
|
826
|
-
}
|
|
827
|
-
}
|
|
828
|
-
var didWarnAboutKeySpread = {};
|
|
829
|
-
function jsxWithValidation(type, props, key, isStaticChildren, source, self) {
|
|
830
|
-
{
|
|
831
|
-
var validType = isValidElementType(type);
|
|
832
|
-
if (!validType) {
|
|
833
|
-
var info = "";
|
|
834
|
-
if (type === void 0 || typeof type === "object" && type !== null && Object.keys(type).length === 0) {
|
|
835
|
-
info += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.";
|
|
836
|
-
}
|
|
837
|
-
var sourceInfo = getSourceInfoErrorAddendum();
|
|
838
|
-
if (sourceInfo) {
|
|
839
|
-
info += sourceInfo;
|
|
840
|
-
} else {
|
|
841
|
-
info += getDeclarationErrorAddendum();
|
|
842
|
-
}
|
|
843
|
-
var typeString;
|
|
844
|
-
if (type === null) {
|
|
845
|
-
typeString = "null";
|
|
846
|
-
} else if (isArray(type)) {
|
|
847
|
-
typeString = "array";
|
|
848
|
-
} else if (type !== void 0 && type.$$typeof === REACT_ELEMENT_TYPE) {
|
|
849
|
-
typeString = "<" + (getComponentNameFromType(type.type) || "Unknown") + " />";
|
|
850
|
-
info = " Did you accidentally export a JSX literal instead of a component?";
|
|
851
|
-
} else {
|
|
852
|
-
typeString = typeof type;
|
|
853
|
-
}
|
|
854
|
-
error("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", typeString, info);
|
|
855
|
-
}
|
|
856
|
-
var element = jsxDEV(type, props, key, source, self);
|
|
857
|
-
if (element == null) {
|
|
858
|
-
return element;
|
|
859
|
-
}
|
|
860
|
-
if (validType) {
|
|
861
|
-
var children = props.children;
|
|
862
|
-
if (children !== void 0) {
|
|
863
|
-
if (isStaticChildren) {
|
|
864
|
-
if (isArray(children)) {
|
|
865
|
-
for (var i = 0; i < children.length; i++) {
|
|
866
|
-
validateChildKeys(children[i], type);
|
|
867
|
-
}
|
|
868
|
-
if (Object.freeze) {
|
|
869
|
-
Object.freeze(children);
|
|
870
|
-
}
|
|
871
|
-
} else {
|
|
872
|
-
error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
873
|
-
}
|
|
874
|
-
} else {
|
|
875
|
-
validateChildKeys(children, type);
|
|
876
|
-
}
|
|
877
|
-
}
|
|
878
|
-
}
|
|
879
|
-
{
|
|
880
|
-
if (hasOwnProperty.call(props, "key")) {
|
|
881
|
-
var componentName = getComponentNameFromType(type);
|
|
882
|
-
var keys = Object.keys(props).filter(function(k) {
|
|
883
|
-
return k !== "key";
|
|
884
|
-
});
|
|
885
|
-
var beforeExample = keys.length > 0 ? "{key: someKey, " + keys.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
886
|
-
if (!didWarnAboutKeySpread[componentName + beforeExample]) {
|
|
887
|
-
var afterExample = keys.length > 0 ? "{" + keys.join(": ..., ") + ": ...}" : "{}";
|
|
888
|
-
error('A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />', beforeExample, componentName, afterExample, componentName);
|
|
889
|
-
didWarnAboutKeySpread[componentName + beforeExample] = true;
|
|
890
|
-
}
|
|
891
|
-
}
|
|
892
|
-
}
|
|
893
|
-
if (type === REACT_FRAGMENT_TYPE) {
|
|
894
|
-
validateFragmentProps(element);
|
|
895
|
-
} else {
|
|
896
|
-
validatePropTypes(element);
|
|
897
|
-
}
|
|
898
|
-
return element;
|
|
899
|
-
}
|
|
900
|
-
}
|
|
901
|
-
function jsxWithValidationStatic(type, props, key) {
|
|
902
|
-
{
|
|
903
|
-
return jsxWithValidation(type, props, key, true);
|
|
904
|
-
}
|
|
905
|
-
}
|
|
906
|
-
function jsxWithValidationDynamic(type, props, key) {
|
|
907
|
-
{
|
|
908
|
-
return jsxWithValidation(type, props, key, false);
|
|
909
|
-
}
|
|
910
|
-
}
|
|
911
|
-
var jsx = jsxWithValidationDynamic;
|
|
912
|
-
var jsxs = jsxWithValidationStatic;
|
|
913
|
-
reactJsxRuntime_development.Fragment = REACT_FRAGMENT_TYPE;
|
|
914
|
-
reactJsxRuntime_development.jsx = jsx;
|
|
915
|
-
reactJsxRuntime_development.jsxs = jsxs;
|
|
916
|
-
})();
|
|
917
|
-
}
|
|
918
|
-
return reactJsxRuntime_development;
|
|
919
|
-
}
|
|
920
|
-
var hasRequiredJsxRuntime;
|
|
921
|
-
function requireJsxRuntime() {
|
|
922
|
-
if (hasRequiredJsxRuntime) return jsxRuntime.exports;
|
|
923
|
-
hasRequiredJsxRuntime = 1;
|
|
924
|
-
var define_process_env_default = {};
|
|
925
|
-
if (define_process_env_default.NODE_ENV === "production") {
|
|
926
|
-
jsxRuntime.exports = requireReactJsxRuntime_production_min();
|
|
927
|
-
} else {
|
|
928
|
-
jsxRuntime.exports = requireReactJsxRuntime_development();
|
|
929
|
-
}
|
|
930
|
-
return jsxRuntime.exports;
|
|
931
|
-
}
|
|
932
|
-
var jsxRuntimeExports = requireJsxRuntime();
|
|
933
|
-
exports.jsxRuntimeExports = jsxRuntimeExports;
|
|
934
|
-
//# sourceMappingURL=jsx-runtime-CgFM7lM3.cjs.map
|