@onereach/ui-components 6.1.2 → 6.2.0-beta.3261.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/{v3/_baseAssignValue-22e630c1.js → v2/_baseAssignValue-2250dbc9.js} +1 -1
- package/dist/bundled/v2/{_baseIsEqual-a1cc156c.js → _baseIsEqual-fe2002b6.js} +5 -5
- package/dist/bundled/v2/_commonjsHelpers-1789f0cf.js +7 -0
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +1 -1
- package/dist/bundled/v2/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +1 -1
- package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.js +1 -1
- package/dist/bundled/v2/components/OrCode/OrCode.js +3 -3
- package/dist/bundled/v2/components/OrCode/index.js +3 -2
- package/dist/bundled/v2/components/OrCode/lang.js +3 -2
- package/dist/bundled/v2/components/OrCode/libs.js +3 -2
- package/dist/bundled/v2/components/OrCode/theme.js +1 -1
- package/dist/bundled/v2/components/OrCodeV3/OrCode.js +5 -4
- package/dist/bundled/v2/components/OrCollapse/OrCollapse.js +1 -1
- package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +2 -2
- package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +3 -3
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +3 -3
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +2 -2
- package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +4 -4
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +3 -3
- package/dist/bundled/v2/components/OrFloating/OrFloating.js +1 -1
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +2 -2
- package/dist/bundled/v2/components/OrInput/OrInput.js +1 -1
- package/dist/bundled/v2/components/OrList/OrList.js +8 -8
- package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +1 -1
- package/dist/bundled/v2/components/OrModal/OrModal.js +3 -1347
- package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +2 -2
- package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.js +1 -1
- package/dist/bundled/v2/components/OrPassword/OrPassword.js +1 -1
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +2 -2
- package/dist/bundled/v2/components/OrProgress/OrProgress.js +1 -1
- package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +2 -2
- package/dist/bundled/v2/components/OrRadio/OrRadio.js +2 -2
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +2169 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +194 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/index.d.ts +2 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/index.js +2 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/props.d.ts +5 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/props.js +7 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/styles.d.ts +6 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/styles.js +38 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.d.ts +3 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +42 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.d.ts +27 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +183 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/index.d.ts +1 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/theme.d.ts +17 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/theme.js +199 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/types.d.ts +19 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/types.js +1 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.d.ts +3 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.js +2 -0
- package/dist/bundled/v2/components/OrSearch/OrSearch.js +1 -1
- package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +1 -1
- package/dist/bundled/v2/components/OrSelect/OrSelect.js +7 -7
- package/dist/bundled/v2/components/OrSidebar/OrSidebar.js +1 -1
- package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +1 -1
- package/dist/bundled/v2/components/OrSkeletonText/OrSkeletonText.js +1 -1
- package/dist/bundled/v2/components/OrSkeletonTextV3/OrSkeletonText.js +1 -1
- package/dist/bundled/v2/components/OrSlider/OrSlider.js +2 -2
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +1 -1
- package/dist/bundled/v2/components/OrTextV3/OrText.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTextarea/OrTextarea.js +1 -1
- package/dist/bundled/v2/components/OrTextarea/OrTextarea.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTextbox/OrTextbox.js +1 -1
- package/dist/bundled/v2/components/OrTextbox/OrTextbox.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +2 -2
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrToast/OrToast.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrToast/Timer.js +1 -1
- package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.js +1 -1
- package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +1 -1
- package/dist/bundled/v2/components/OrToastV3/OrToast.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrToastV3/Timer.js +1 -1
- package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v2/components/OrTooltip/OrTooltip.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTreeV3/OrTree.js +1 -1
- package/dist/bundled/v2/components/OrTreeV3/OrTree.vue.d.ts +2 -2
- package/dist/bundled/v2/components/index.d.ts +1 -0
- package/dist/bundled/v2/components/index.js +5 -2
- package/dist/bundled/{v3/dom-bb55b42a.js → v2/dom-cec392f3.js} +2 -2
- package/dist/bundled/v2/{eq-95cd2573.js → eq-44ea4d70.js} +1 -1
- package/dist/bundled/{v3/get-ab1b7d93.js → v2/get-34aa21f4.js} +3 -3
- package/dist/bundled/v2/hooks/useOverflow.js +1 -1
- package/dist/bundled/v2/hooks/usePopoverState.js +1 -1
- package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +1 -1
- package/dist/bundled/v2/{index-ec92055d.js → index-06f6bbe4.js} +1 -1
- package/dist/bundled/{v3/index-3d38888c.js → v2/index-0c287ab6.js} +2 -2
- package/dist/bundled/v2/index-1b2cfcc1.js +9715 -0
- package/dist/bundled/v2/{index-509d77a1.js → index-2b20f5f5.js} +2 -2
- package/dist/bundled/v2/{index-6617e2a7.js → index-3cae2d25.js} +2 -114
- package/dist/bundled/v2/index-3e178101.js +1817 -0
- package/dist/bundled/v2/{index-5915e78f.js → index-666dfe59.js} +70 -1882
- package/dist/bundled/v2/index-9444e0d2.js +115 -0
- package/dist/bundled/v2/{index-15e8c1f3.js → index-dac0fb7c.js} +1 -1
- package/dist/bundled/v2/{index-02646e58.js → index-de4975a3.js} +14 -3
- package/dist/bundled/v2/index-f671afe5.js +7127 -0
- package/dist/bundled/v2/index.js +7 -4
- package/dist/bundled/v2/{isArrayLike-e46b8eac.js → isArrayLike-e7fb5cae.js} +1 -1
- package/dist/bundled/v2/{isEqual-44382965.js → isEqual-7a8e6106.js} +1 -1
- package/dist/bundled/{v3/isObject-fe8b81fd.js → v2/isObject-b7415fc1.js} +1 -1
- package/dist/bundled/v2/markdown-119394e1.js +15365 -0
- package/dist/bundled/{v3/range-6f26eda4.js → v2/range-82efa3d4.js} +4 -4
- package/dist/bundled/{v3/round-f34440f4.js → v2/round-567ede34.js} +4 -4
- package/dist/bundled/{v3/toFinite-74227610.js → v2/toFinite-bc59ffb0.js} +1 -1
- package/dist/bundled/v2/{toInteger-2fd112a9.js → toInteger-9fa0151c.js} +1 -1
- package/dist/bundled/{v3/toString-f3196832.js → v2/toString-b6e4472a.js} +1 -1
- package/dist/bundled/{v3/OrModal.vue_vue_type_script_lang-089dd5fd.js → v2/useFocusTrap-d1b2c0b4.js} +4 -100
- package/dist/bundled/v2/utils/functions/dom.js +2 -2
- package/dist/bundled/v2/utils/index.js +1 -1
- package/dist/bundled/v3/{OrAvatar.vue_vue_type_script_lang-058f42b8.js → OrAvatar.vue_vue_type_script_lang-9024e842.js} +1 -1
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-4adbc880.js → OrBottomSheet.vue_vue_type_script_lang-aca902f2.js} +2 -2
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-04789919.js → OrButton.vue_vue_type_script_lang-34c69de5.js} +1 -1
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-22b24f8b.js → OrButton.vue_vue_type_script_lang-db6595f6.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-b49e1183.js → OrCardCollection.vue_vue_type_script_lang-d0d332ba.js} +3 -3
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-084e3a6c.js → OrCardCollection.vue_vue_type_script_lang-df1b372d.js} +3 -3
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-ab56a97e.js → OrCheckbox.vue_vue_type_script_lang-2d3ae971.js} +1 -1
- package/dist/bundled/v3/{OrCheckboxGroup.vue_vue_type_script_lang-ca6ba786.js → OrCheckboxGroup.vue_vue_type_script_lang-2d4980de.js} +1 -1
- package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-d3ed803b.js → OrCheckboxTree.vue_vue_type_script_lang-8d9ed718.js} +2 -2
- package/dist/bundled/v3/{OrChip.vue_vue_type_script_lang-1f55d1a7.js → OrChip.vue_vue_type_script_lang-bcdb6058.js} +1 -1
- package/dist/bundled/v3/{OrChips.vue_vue_type_script_lang-be1e7c30.js → OrChips.vue_vue_type_script_lang-8f63c2f0.js} +1 -1
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-28b94dd1.js → OrCode.vue_vue_type_script_lang-5666b26f.js} +7 -6
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-dce07d9f.js → OrCode.vue_vue_type_script_lang-81ea5cf0.js} +5 -5
- package/dist/bundled/v3/{OrCollapse.vue_vue_type_script_lang-69503c45.js → OrCollapse.vue_vue_type_script_lang-be1c8c66.js} +1 -1
- package/dist/bundled/v3/{OrColorPicker.vue_vue_type_script_lang-250f679e.js → OrColorPicker.vue_vue_type_script_lang-1fe11508.js} +3 -3
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-5218eed6.js → OrConfirm.vue_vue_type_script_lang-ac0a345b.js} +6 -6
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-05c54fee.js → OrConfirm.vue_vue_type_script_lang-bd01b878.js} +6 -6
- package/dist/bundled/v3/{OrContextMenu.vue_vue_type_script_lang-f9c94c76.js → OrContextMenu.vue_vue_type_script_lang-8fa8823b.js} +1 -1
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-f0c601e9.js → OrDatePicker.vue_vue_type_script_lang-f5a656f1.js} +4 -4
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-65c11848.js → OrDateTimePicker.vue_vue_type_script_lang-187e1c2b.js} +5 -5
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-3329d4d8.js → OrDateTimePicker.vue_vue_type_script_lang-1b953be7.js} +7 -7
- package/dist/bundled/v3/{OrDateTimePickerMonthSelect-3d1478af.js → OrDateTimePickerMonthSelect-12b65874.js} +3 -3
- package/dist/bundled/v3/{OrDateTimePickerPopoverHeader-daa7e47b.js → OrDateTimePickerPopoverHeader-135da975.js} +1 -1
- package/dist/bundled/v3/{OrDateTimePickerTimeSelect-96c4d657.js → OrDateTimePickerTimeSelect-fe701e75.js} +1 -1
- package/dist/bundled/v3/{OrFloating.vue_vue_type_script_lang-6be13add.js → OrFloating.vue_vue_type_script_lang-3fa1df9f.js} +1 -1
- package/dist/bundled/v3/{OrIcon.vue_vue_type_script_lang-ac8f9d3e.js → OrIcon.vue_vue_type_script_lang-78ac61a5.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-7c9e5033.js → OrIconButton.vue_vue_type_script_lang-85f1498b.js} +2 -2
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-e6c61cfd.js → OrIconButton.vue_vue_type_script_lang-d8ff36fb.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-47e464e3.js → OrInlineInput.vue_vue_type_script_lang-709c00b7.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextEdit.vue_vue_type_script_lang-c9474fbe.js → OrInlineTextEdit.vue_vue_type_script_lang-1f854f02.js} +4 -4
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-2785a182.js → OrInlineTextarea.vue_vue_type_script_lang-3db49cfa.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-caf9e3f3.js → OrInput.vue_vue_type_script_lang-28e2c7b8.js} +2 -2
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-863d3195.js → OrInput.vue_vue_type_script_lang-515ff78a.js} +2 -2
- package/dist/bundled/v3/{OrList.vue_vue_type_script_lang-8622ae68.js → OrList.vue_vue_type_script_lang-9e670b9d.js} +11 -11
- package/dist/bundled/v3/{OrListOfInputs.vue_vue_type_script_lang-43cf4a6e.js → OrListOfInputs.vue_vue_type_script_lang-2705c3b7.js} +4 -4
- package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-0395ad21.js → OrLoader.vue_vue_type_script_lang-0ea76e45.js} +1 -1
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-fa75c5f9.js → OrMenu.vue_vue_type_script_lang-d3fd1507.js} +1 -1
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-46c6e9a0.js → OrModal.vue_vue_type_script_lang-59146f56.js} +2 -2
- package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-896a12c0.js +101 -0
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-e8d9e29d.js → OrNotification.vue_vue_type_script_lang-2d1d8063.js} +1 -1
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-d5cd06d6.js → OrNotification.vue_vue_type_script_lang-f7a1bedd.js} +2 -2
- package/dist/bundled/v3/{OrNumberInput.vue_vue_type_script_lang-4cc194fc.js → OrNumberInput.vue_vue_type_script_lang-b832e611.js} +1 -1
- package/dist/bundled/v3/{OrOverflowMenu.vue_vue_type_script_lang-8976c7cb.js → OrOverflowMenu.vue_vue_type_script_lang-d1162f59.js} +5 -5
- package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-2da128a3.js → OrOverlay.vue_vue_type_script_lang-2b256188.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-f203e797.js → OrPagination.vue_vue_type_script_lang-7d1fbc59.js} +2 -2
- package/dist/bundled/v3/{OrPassword.vue_vue_type_script_lang-801df81f.js → OrPassword.vue_vue_type_script_lang-69655c43.js} +3 -3
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-1b2cb592.js → OrPopover.vue_vue_type_script_lang-8b17e94e.js} +3 -3
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-32e6da23.js → OrProgress.vue_vue_type_script_lang-56b4a5da.js} +2 -2
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-a99362ae.js → OrProgress.vue_vue_type_script_lang-c4bd7133.js} +1 -1
- package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-3a551734.js → OrRadio.vue_vue_type_script_lang-a4f043e9.js} +2 -2
- package/dist/bundled/v3/OrRichTextEditor.vue_vue_type_script_lang-0b0d7afe.js +1909 -0
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-db238842.js → OrSearch.vue_vue_type_script_lang-09597177.js} +2 -2
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-a1d47bfb.js → OrSearch.vue_vue_type_script_lang-ccd97657.js} +3 -3
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-6bdb35b4.js → OrSelect.vue_vue_type_script_lang-16b3f823.js} +5 -5
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-0e16c49d.js → OrSelect.vue_vue_type_script_lang-5e93d6de.js} +11 -11
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-5e39e11c.js → OrSidebar.vue_vue_type_script_lang-8c24f12e.js} +2 -2
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-81941fe6.js → OrSidebar.vue_vue_type_script_lang-bd864765.js} +1 -1
- package/dist/bundled/v3/{OrSkeletonText.vue_vue_type_script_lang-26b3cfd1.js → OrSkeletonText.vue_vue_type_script_lang-502607ef.js} +1 -1
- package/dist/bundled/v3/{OrSkeletonText.vue_vue_type_script_lang-c2a5ab96.js → OrSkeletonText.vue_vue_type_script_lang-cfe360bb.js} +1 -1
- package/dist/bundled/v3/{OrSlider.vue_vue_type_script_lang-ddeb981a.js → OrSlider.vue_vue_type_script_lang-137b7a6d.js} +3 -3
- package/dist/bundled/v3/{OrSorting.vue_vue_type_script_lang-a47a6c7c.js → OrSorting.vue_vue_type_script_lang-4b045a2f.js} +2 -2
- package/dist/bundled/v3/{OrStepper.vue_vue_type_script_lang-35b3f789.js → OrStepper.vue_vue_type_script_lang-51a6aac8.js} +1 -1
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-a2f28112.js → OrSwitch.vue_vue_type_script_lang-fe6a5512.js} +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-d53cdbc8.js → OrTabs.vue_vue_type_script_lang-3334d9cd.js} +2 -2
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-db85a592.js → OrTag.vue_vue_type_script_lang-36747a19.js} +1 -1
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-e3c6c3ea.js → OrTag.vue_vue_type_script_lang-4059630f.js} +1 -1
- package/dist/bundled/v3/{OrTagInput.vue_vue_type_script_lang-aad1679e.js → OrTagInput.vue_vue_type_script_lang-276c07eb.js} +2 -2
- package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-34c8b8ea.js → OrTags.vue_vue_type_script_lang-d2e076f1.js} +3 -3
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-325050eb.js → OrTextarea.vue_vue_type_script_lang-5624556c.js} +2 -2
- package/dist/bundled/v3/{OrTextbox.vue_vue_type_script_lang-12a5099f.js → OrTextbox.vue_vue_type_script_lang-fdb184f3.js} +3 -3
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-ffafa6f3.js → OrTimePicker.vue_vue_type_script_lang-c64c8efc.js} +4 -4
- package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-4b586b65.js → OrToastContainer.vue_vue_type_script_lang-33eb865e.js} +1 -1
- package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-619af0a2.js → OrToastContainer.vue_vue_type_script_lang-e66ec8a5.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-e18e400d.js → OrTooltip.vue_vue_type_script_lang-21382d48.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-d59653b0.js → OrTooltip.vue_vue_type_script_lang-5e53867b.js} +1 -1
- package/dist/bundled/v3/{OrTree.vue_vue_type_script_lang-ffd5fbc3.js → OrTree.vue_vue_type_script_lang-ce5b0577.js} +2 -2
- package/dist/bundled/{v2/_baseAssignValue-22e630c1.js → v3/_baseAssignValue-2250dbc9.js} +1 -1
- package/dist/bundled/v3/{_baseIsEqual-a1cc156c.js → _baseIsEqual-fe2002b6.js} +5 -5
- package/dist/bundled/v3/_commonjsHelpers-1789f0cf.js +7 -0
- package/dist/bundled/v3/components/OrAvatar/OrAvatar.js +2 -2
- package/dist/bundled/v3/components/OrAvatar/OrAvatar.vue.d.ts +26 -11
- package/dist/bundled/v3/components/OrAvatar/index.js +1 -1
- package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.vue.d.ts +22 -7
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +2 -2
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +568 -25
- package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.d.ts +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +1 -1
- package/dist/bundled/v3/components/OrButton/OrButton.vue.d.ts +51 -16
- package/dist/bundled/v3/components/OrButtonV2/OrButton.js +2 -2
- package/dist/bundled/v3/components/OrButtonV2/OrButton.vue.d.ts +57 -20
- package/dist/bundled/v3/components/OrButtonV2/index.js +2 -2
- package/dist/bundled/v3/components/OrButtonV3/OrButton.js +2 -2
- package/dist/bundled/v3/components/OrButtonV3/OrButton.vue.d.ts +35 -15
- package/dist/bundled/v3/components/OrButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCard/OrCard.vue.d.ts +15 -7
- package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.js +2 -2
- package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.vue.d.ts +47 -21
- package/dist/bundled/v3/components/OrCardCollection/index.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +2 -2
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.vue.d.ts +44 -17
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCardV3/OrCard.vue.d.ts +7 -4
- package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.js +2 -2
- package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.vue.d.ts +35 -15
- package/dist/bundled/v3/components/OrCheckbox/index.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +2 -2
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.vue.d.ts +24 -6
- package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +2 -2
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.vue.d.ts +43 -17
- package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.vue.d.ts +53 -23
- package/dist/bundled/v3/components/OrChip/OrChip.js +2 -2
- package/dist/bundled/v3/components/OrChip/OrChip.vue.d.ts +25 -9
- package/dist/bundled/v3/components/OrChip/index.js +1 -1
- package/dist/bundled/v3/components/OrChips/OrChips.js +2 -2
- package/dist/bundled/v3/components/OrChips/OrChips.vue.d.ts +51 -24
- package/dist/bundled/v3/components/OrChips/index.js +2 -2
- package/dist/bundled/v3/components/OrCode/OrCode.js +2 -2
- package/dist/bundled/v3/components/OrCode/OrCode.vue.d.ts +69 -24
- package/dist/bundled/v3/components/OrCode/index.js +4 -3
- package/dist/bundled/v3/components/OrCode/lang.js +3 -2
- package/dist/bundled/v3/components/OrCode/libs.js +3 -2
- package/dist/bundled/v3/components/OrCode/theme.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/OrCode.js +2 -2
- package/dist/bundled/v3/components/OrCodeV3/OrCode.vue.d.ts +83 -33
- package/dist/bundled/v3/components/OrCodeV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCollapse/OrCollapse.js +2 -2
- package/dist/bundled/v3/components/OrCollapse/OrCollapse.vue.d.ts +39 -17
- package/dist/bundled/v3/components/OrCollapse/index.js +1 -1
- package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +2 -2
- package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.vue.d.ts +31 -13
- package/dist/bundled/v3/components/OrColorPicker/index.js +1 -1
- package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.vue.d.ts +30 -8
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +2 -2
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.vue.d.ts +84 -23
- package/dist/bundled/v3/components/OrConfirm/index.js +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +2 -2
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.vue.d.ts +91 -30
- package/dist/bundled/v3/components/OrConfirmV3/index.js +1 -1
- package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.js +2 -2
- package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.vue.d.ts +27 -13
- package/dist/bundled/v3/components/OrContextMenuV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +2 -2
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.vue.d.ts +83 -88
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +2 -2
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.vue.d.ts +177 -68
- package/dist/bundled/v3/components/OrDateTimePicker/index.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +2 -2
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +109 -94
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrEmptyStateV3/OrEmptyState.vue.d.ts +28 -11
- package/dist/bundled/v3/components/OrError/OrError.vue.d.ts +8 -4
- package/dist/bundled/v3/components/OrErrorTagV3/OrErrorTag.vue.d.ts +7 -4
- package/dist/bundled/v3/components/OrErrorV3/OrError.vue.d.ts +18 -9
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +2 -2
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.vue.d.ts +39 -16
- package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrFabV3/OrFab.vue.d.ts +20 -8
- package/dist/bundled/v3/components/OrFloating/OrFloating.js +2 -2
- package/dist/bundled/v3/components/OrFloating/OrFloating.vue.d.ts +46 -15
- package/dist/bundled/v3/components/OrFloating/index.js +1 -1
- package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.vue.d.ts +30 -10
- package/dist/bundled/v3/components/OrHint/OrHint.vue.d.ts +8 -4
- package/dist/bundled/v3/components/OrHintV3/OrHint.vue.d.ts +18 -9
- package/dist/bundled/v3/components/OrIcon/OrIcon.js +2 -2
- package/dist/bundled/v3/components/OrIcon/OrIcon.vue.d.ts +44 -16
- package/dist/bundled/v3/components/OrIcon/index.js +1 -1
- package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.js +2 -2
- package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.vue.d.ts +43 -13
- package/dist/bundled/v3/components/OrIconButtonV2/index.js +1 -1
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +2 -2
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.vue.d.ts +54 -16
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrIconV3/OrIcon.vue.d.ts +18 -7
- package/dist/bundled/v3/components/OrInlineInputBoxV3/OrInlineInputBox.vue.d.ts +16 -7
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +2 -2
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.vue.d.ts +83 -39
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +2 -2
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.vue.d.ts +95 -43
- package/dist/bundled/v3/components/OrInlineTextEdit/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +2 -2
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.vue.d.ts +79 -39
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInput/OrInput.js +2 -2
- package/dist/bundled/v3/components/OrInput/OrInput.vue.d.ts +87 -36
- package/dist/bundled/v3/components/OrInput/index.js +1 -1
- package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.vue.d.ts +22 -7
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +2 -2
- package/dist/bundled/v3/components/OrInputV3/OrInput.vue.d.ts +88 -38
- package/dist/bundled/v3/components/OrInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrLabel/OrLabel.vue.d.ts +20 -9
- package/dist/bundled/v3/components/OrLabelV3/OrLabel.vue.d.ts +26 -9
- package/dist/bundled/v3/components/OrLinkV3/OrLink.vue.d.ts +24 -7
- package/dist/bundled/v3/components/OrList/OrList.js +2 -2
- package/dist/bundled/v3/components/OrList/OrList.vue.d.ts +47 -21
- package/dist/bundled/v3/components/OrList/index.js +1 -1
- package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.js +2 -2
- package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.vue.d.ts +27 -11
- package/dist/bundled/v3/components/OrListOfInputs/index.js +1 -1
- package/dist/bundled/v3/components/OrLoader/OrLoader.vue.d.ts +26 -10
- package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +2 -2
- package/dist/bundled/v3/components/OrLoaderV3/OrLoader.vue.d.ts +34 -13
- package/dist/bundled/v3/components/OrLoaderV3/index.js +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.vue.d.ts +34 -13
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +2 -2
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.vue.d.ts +33 -15
- package/dist/bundled/v3/components/OrMenuV3/index.js +1 -1
- package/dist/bundled/v3/components/OrModal/OrModal.js +2 -2
- package/dist/bundled/v3/components/OrModal/OrModal.vue.d.ts +38 -14
- package/dist/bundled/v3/components/OrModal/index.js +1 -1
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +2 -2
- package/dist/bundled/v3/components/OrModalV3/OrModal.vue.d.ts +25 -13
- package/dist/bundled/v3/components/OrModalV3/index.js +1 -1
- package/dist/bundled/v3/components/OrNotification/OrNotification.js +2 -2
- package/dist/bundled/v3/components/OrNotification/OrNotification.vue.d.ts +27 -9
- package/dist/bundled/v3/components/OrNotification/index.js +1 -1
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +2 -2
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.vue.d.ts +20 -9
- package/dist/bundled/v3/components/OrNotificationV3/index.js +1 -1
- package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.js +2 -2
- package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.vue.d.ts +70 -24
- package/dist/bundled/v3/components/OrNumberInput/index.js +1 -1
- package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +2 -2
- package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.vue.d.ts +31 -13
- package/dist/bundled/v3/components/OrOverflowMenu/index.js +1 -1
- package/dist/bundled/v3/components/OrOverlay/OrOverlay.vue.d.ts +16 -6
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +2 -2
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.vue.d.ts +14 -7
- package/dist/bundled/v3/components/OrOverlayV3/index.js +1 -1
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +2 -2
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.vue.d.ts +75 -27
- package/dist/bundled/v3/components/OrPaginationV3/index.js +1 -1
- package/dist/bundled/v3/components/OrPassword/OrPassword.js +2 -2
- package/dist/bundled/v3/components/OrPassword/OrPassword.vue.d.ts +63 -22
- package/dist/bundled/v3/components/OrPassword/index.js +1 -1
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +2 -2
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +78 -25
- package/dist/bundled/v3/components/OrPopoverV3/index.js +1 -1
- package/dist/bundled/v3/components/OrProgress/OrProgress.js +2 -2
- package/dist/bundled/v3/components/OrProgress/OrProgress.vue.d.ts +56 -20
- package/dist/bundled/v3/components/OrProgress/index.js +1 -1
- package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +2 -2
- package/dist/bundled/v3/components/OrProgressV3/OrProgress.vue.d.ts +62 -25
- package/dist/bundled/v3/components/OrProgressV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRadio/OrRadio.js +2 -2
- package/dist/bundled/v3/components/OrRadio/OrRadio.vue.d.ts +35 -13
- package/dist/bundled/v3/components/OrRadio/index.js +1 -1
- package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.vue.d.ts +26 -9
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +32 -6
- package/dist/bundled/v3/components/OrRadioV3/OrRadio.vue.d.ts +49 -21
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +202 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +194 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.d.ts +2 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +2 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/props.d.ts +5 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/props.js +7 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/styles.d.ts +6 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +38 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.d.ts +3 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +42 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.d.ts +27 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +183 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.d.ts +1 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.d.ts +17 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +199 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.d.ts +19 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.js +1 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.d.ts +3 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +2 -0
- package/dist/bundled/v3/components/OrSearch/OrSearch.js +2 -2
- package/dist/bundled/v3/components/OrSearch/OrSearch.vue.d.ts +65 -23
- package/dist/bundled/v3/components/OrSearch/index.js +1 -1
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +2 -2
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.vue.d.ts +41 -17
- package/dist/bundled/v3/components/OrSearchV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.vue.d.ts +25 -9
- package/dist/bundled/v3/components/OrSelect/OrSelect.js +2 -2
- package/dist/bundled/v3/components/OrSelect/OrSelect.vue.d.ts +77 -28
- package/dist/bundled/v3/components/OrSelect/index.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +2 -2
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +133 -44
- package/dist/bundled/v3/components/OrSelectV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSidebar/OrSidebar.js +2 -2
- package/dist/bundled/v3/components/OrSidebar/OrSidebar.vue.d.ts +33 -14
- package/dist/bundled/v3/components/OrSidebar/index.js +1 -1
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +2 -2
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.vue.d.ts +63 -28
- package/dist/bundled/v3/components/OrSidebarV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSkeleton/index.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.vue.d.ts +20 -9
- package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.vue.d.ts +28 -13
- package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.vue.d.ts +22 -9
- package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.vue.d.ts +26 -11
- package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.js +2 -2
- package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.vue.d.ts +26 -10
- package/dist/bundled/v3/components/OrSkeletonText/index.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.js +2 -2
- package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.vue.d.ts +40 -16
- package/dist/bundled/v3/components/OrSkeletonTextV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSlider/OrSlider.js +2 -2
- package/dist/bundled/v3/components/OrSlider/OrSlider.vue.d.ts +91 -35
- package/dist/bundled/v3/components/OrSlider/index.js +1 -1
- package/dist/bundled/v3/components/OrSortingV3/OrSorting.js +2 -2
- package/dist/bundled/v3/components/OrSortingV3/OrSorting.vue.d.ts +45 -13
- package/dist/bundled/v3/components/OrSortingV3/index.js +1 -1
- package/dist/bundled/v3/components/OrStepper/OrStepper.js +2 -2
- package/dist/bundled/v3/components/OrStepper/OrStepper.vue.d.ts +43 -16
- package/dist/bundled/v3/components/OrStepper/index.js +1 -1
- package/dist/bundled/v3/components/OrSwitch/OrSwitch.vue.d.ts +33 -12
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +2 -2
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.vue.d.ts +53 -22
- package/dist/bundled/v3/components/OrSwitchV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTab/OrTab.vue.d.ts +22 -9
- package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.vue.d.ts +29 -13
- package/dist/bundled/v3/components/OrTabV3/OrTab.vue.d.ts +17 -10
- package/dist/bundled/v3/components/OrTabs/OrTabs.vue.d.ts +17 -4
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +2 -2
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.vue.d.ts +73 -26
- package/dist/bundled/v3/components/OrTabsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTag/OrTag.js +2 -2
- package/dist/bundled/v3/components/OrTag/OrTag.vue.d.ts +27 -10
- package/dist/bundled/v3/components/OrTag/index.js +1 -1
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +2 -2
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.vue.d.ts +85 -37
- package/dist/bundled/v3/components/OrTagInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +2 -2
- package/dist/bundled/v3/components/OrTagV3/OrTag.vue.d.ts +23 -12
- package/dist/bundled/v3/components/OrTagV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +2 -2
- package/dist/bundled/v3/components/OrTagsV3/OrTags.vue.d.ts +68 -23
- package/dist/bundled/v3/components/OrTagsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTeleport/OrTeleport.vue3.vue.d.ts +10 -4
- package/dist/bundled/v3/components/OrTeleportV3/OrTeleport.vue3.vue.d.ts +10 -4
- package/dist/bundled/v3/components/OrTextV3/OrText.vue.d.ts +24 -11
- package/dist/bundled/v3/components/OrTextarea/OrTextarea.js +2 -2
- package/dist/bundled/v3/components/OrTextarea/OrTextarea.vue.d.ts +85 -37
- package/dist/bundled/v3/components/OrTextarea/index.js +1 -1
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.vue.d.ts +73 -32
- package/dist/bundled/v3/components/OrTextbox/OrTextbox.js +2 -2
- package/dist/bundled/v3/components/OrTextbox/OrTextbox.vue.d.ts +137 -55
- package/dist/bundled/v3/components/OrTextbox/index.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +2 -2
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.vue.d.ts +83 -88
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrToast/OrToast.js +2 -2
- package/dist/bundled/v3/components/OrToast/OrToast.vue.d.ts +31 -11
- package/dist/bundled/v3/components/OrToast/Timer.js +1 -1
- package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v3/components/OrToast/index.js +1 -1
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +2 -2
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.vue.d.ts +55 -25
- package/dist/bundled/v3/components/OrToastContainer/index.js +1 -1
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +2 -2
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.vue.d.ts +54 -24
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +2 -2
- package/dist/bundled/v3/components/OrToastV3/OrToast.vue.d.ts +38 -16
- package/dist/bundled/v3/components/OrToastV3/Timer.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v3/components/OrToastV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTooltip/OrTooltip.js +2 -2
- package/dist/bundled/v3/components/OrTooltip/OrTooltip.vue.d.ts +33 -14
- package/dist/bundled/v3/components/OrTooltip/index.js +1 -1
- package/dist/bundled/v3/components/OrTooltipContent/OrTooltipContent.vue.d.ts +10 -4
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +2 -2
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +33 -15
- package/dist/bundled/v3/components/OrTooltipV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTreeV3/OrTree.js +2 -2
- package/dist/bundled/v3/components/OrTreeV3/OrTree.vue.d.ts +19 -13
- package/dist/bundled/v3/components/OrTreeV3/index.js +1 -1
- package/dist/bundled/v3/components/index.d.ts +1 -0
- package/dist/bundled/v3/components/index.js +78 -75
- package/dist/bundled/v3/directives/dropdown-close.d.ts +1 -3
- package/dist/bundled/v3/directives/dropdown-open.d.ts +1 -3
- package/dist/bundled/{v2/dom-bb55b42a.js → v3/dom-cec392f3.js} +2 -2
- package/dist/bundled/v3/{eq-95cd2573.js → eq-44ea4d70.js} +1 -1
- package/dist/bundled/{v2/get-ab1b7d93.js → v3/get-34aa21f4.js} +3 -3
- package/dist/bundled/v3/hooks/useOverflow.js +1 -1
- package/dist/bundled/v3/hooks/usePopoverState.js +1 -1
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.d.ts +2 -2
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +1 -1
- package/dist/bundled/v3/{index-929e224a.js → index-0a01982b.js} +2 -2
- package/dist/bundled/{v2/index-3d38888c.js → v3/index-0c287ab6.js} +2 -2
- package/dist/bundled/v3/index-1b2cfcc1.js +9715 -0
- package/dist/bundled/v3/{index-6617e2a7.js → index-3cae2d25.js} +2 -114
- package/dist/bundled/v3/index-3e178101.js +1817 -0
- package/dist/bundled/v3/{index-f4d8e24c.js → index-40b35d94.js} +1 -1
- package/dist/bundled/v3/{index-5915e78f.js → index-666dfe59.js} +70 -1882
- package/dist/bundled/v3/{index-500b3ace.js → index-749f3444.js} +1 -1
- package/dist/bundled/v3/index-9444e0d2.js +115 -0
- package/dist/bundled/v3/{index-02646e58.js → index-de4975a3.js} +14 -3
- package/dist/bundled/v3/index-f671afe5.js +7127 -0
- package/dist/bundled/v3/index.js +81 -77
- package/dist/bundled/v3/{isArrayLike-e46b8eac.js → isArrayLike-e7fb5cae.js} +1 -1
- package/dist/bundled/v3/{isEqual-44382965.js → isEqual-7a8e6106.js} +1 -1
- package/dist/bundled/{v2/isObject-fe8b81fd.js → v3/isObject-b7415fc1.js} +1 -1
- package/dist/bundled/v3/markdown-119394e1.js +15365 -0
- package/dist/bundled/{v2/range-6f26eda4.js → v3/range-82efa3d4.js} +4 -4
- package/dist/bundled/{v2/round-f34440f4.js → v3/round-567ede34.js} +4 -4
- package/dist/bundled/{v2/toFinite-74227610.js → v3/toFinite-bc59ffb0.js} +1 -1
- package/dist/bundled/v3/{toInteger-2fd112a9.js → toInteger-9fa0151c.js} +1 -1
- package/dist/bundled/{v2/toString-f3196832.js → v3/toString-b6e4472a.js} +1 -1
- package/dist/bundled/v3/useFocusTrap-2302b843.js +1349 -0
- package/dist/bundled/v3/utils/functions/dom.js +2 -2
- package/dist/bundled/v3/utils/index.js +1 -1
- package/dist/esm/v2/OrRichTextEditor-ade23e24.js +980 -0
- package/dist/esm/v2/codemirrorView-020fe885.js +357 -0
- package/dist/esm/v2/components/index.d.ts +1 -0
- package/dist/esm/v2/components/index.js +23 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +194 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +66 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/props.d.ts +5 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/styles.d.ts +6 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +3 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +27 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +1 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/index.js +9 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/theme.d.ts +17 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +19 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/markdown.d.ts +3 -0
- package/dist/esm/v2/components/or-text-v3/OrText.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-textarea/OrTextarea.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-textbox/OrTextbox.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-time-picker-v3/OrTimePicker.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-toast/OrToast.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-toast/or-toast-container/OrToastContainer.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-toast-v3/OrToast.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tooltip/OrTooltip.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tooltip/or-tooltip-content/OrTooltipContent.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tooltip-v3/OrTooltip.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tree-v3/OrTree.vue.d.ts +2 -2
- package/dist/esm/v2/index.js +23 -0
- package/dist/esm/v3/OrRichTextEditor-d59ba053.js +912 -0
- package/dist/esm/v3/codemirrorView-020fe885.js +357 -0
- package/dist/esm/v3/components/index.d.ts +1 -0
- package/dist/esm/v3/components/index.js +23 -0
- package/dist/esm/v3/components/or-avatar/OrAvatar.vue.d.ts +26 -11
- package/dist/esm/v3/components/or-avatar-v3/OrAvatar.vue.d.ts +22 -7
- package/dist/esm/v3/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +568 -25
- package/dist/esm/v3/components/or-bottom-sheet-v3/hooks/useBottomSheetSwipeState.d.ts +1 -1
- package/dist/esm/v3/components/or-button/OrButton.vue.d.ts +51 -16
- package/dist/esm/v3/components/or-button-v2/OrButton.vue.d.ts +57 -20
- package/dist/esm/v3/components/or-button-v3/OrButton.vue.d.ts +35 -15
- package/dist/esm/v3/components/or-card/OrCard.vue.d.ts +15 -7
- package/dist/esm/v3/components/or-card-collection/OrCardCollection.vue.d.ts +47 -21
- package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +44 -17
- package/dist/esm/v3/components/or-card-collection-v3/partials/OrCardCollectionView.vue3.vue.d.ts +14 -6
- package/dist/esm/v3/components/or-card-v3/OrCard.vue.d.ts +7 -4
- package/dist/esm/v3/components/or-checkbox/OrCheckbox.vue.d.ts +35 -15
- package/dist/esm/v3/components/or-checkbox-group-v3/OrCheckboxGroup.vue.d.ts +24 -6
- package/dist/esm/v3/components/or-checkbox-tree-v3/OrCheckboxTree.vue.d.ts +43 -17
- package/dist/esm/v3/components/or-checkbox-v3/OrCheckbox.vue.d.ts +53 -23
- package/dist/esm/v3/components/or-chips/OrChips.vue.d.ts +51 -24
- package/dist/esm/v3/components/or-chips/or-chip/OrChip.vue.d.ts +25 -9
- package/dist/esm/v3/components/or-chips/partials/OrChipsInput.vue.d.ts +37 -17
- package/dist/esm/v3/components/or-code/OrCode.vue.d.ts +69 -24
- package/dist/esm/v3/components/or-code-v3/OrCode.vue.d.ts +83 -33
- package/dist/esm/v3/components/or-collapse/OrCollapse.vue.d.ts +39 -17
- package/dist/esm/v3/components/or-color-picker/OrColorPicker.vue.d.ts +31 -13
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +30 -8
- package/dist/esm/v3/components/or-confirm/OrConfirm.vue.d.ts +84 -23
- package/dist/esm/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +91 -30
- package/dist/esm/v3/components/or-context-menu-v3/OrContextMenu.vue.d.ts +27 -13
- package/dist/esm/v3/components/or-date-picker-v3/OrDatePicker.vue.d.ts +83 -88
- package/dist/esm/v3/components/or-date-time-picker/OrDateTimePicker.vue.d.ts +177 -68
- package/dist/esm/v3/components/or-date-time-picker/partials/OrDateTimePickerCalendarItem.vue.d.ts +33 -12
- package/dist/esm/v3/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +109 -94
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +28 -11
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +39 -17
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue.d.ts +15 -7
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +85 -23
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue.d.ts +17 -9
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue.d.ts +7 -4
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +30 -11
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +43 -17
- package/dist/esm/v3/components/or-empty-state-v3/OrEmptyState.vue.d.ts +28 -11
- package/dist/esm/v3/components/or-error/OrError.vue.d.ts +8 -4
- package/dist/esm/v3/components/or-error-tag-v3/OrErrorTag.vue.d.ts +7 -4
- package/dist/esm/v3/components/or-error-v3/OrError.vue.d.ts +18 -9
- package/dist/esm/v3/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +39 -16
- package/dist/esm/v3/components/or-fab-v3/OrFab.vue.d.ts +20 -8
- package/dist/esm/v3/components/or-floating/OrFloating.vue.d.ts +46 -15
- package/dist/esm/v3/components/or-form-group-v3/OrFormGroup.vue.d.ts +30 -10
- package/dist/esm/v3/components/or-hint/OrHint.vue.d.ts +8 -4
- package/dist/esm/v3/components/or-hint-v3/OrHint.vue.d.ts +18 -9
- package/dist/esm/v3/components/or-icon/OrIcon.vue.d.ts +44 -16
- package/dist/esm/v3/components/or-icon-button-v2/OrIconButton.vue.d.ts +43 -13
- package/dist/esm/v3/components/or-icon-button-v2/partials/OrTooltipWrapper.vue.d.ts +10 -8
- package/dist/esm/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +54 -16
- package/dist/esm/v3/components/or-icon-v3/OrIcon.vue.d.ts +18 -7
- package/dist/esm/v3/components/or-inline-input-box-v3/OrInlineInputBox.vue.d.ts +16 -7
- package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +83 -39
- package/dist/esm/v3/components/or-inline-text-edit/OrInlineTextEdit.vue.d.ts +95 -43
- package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +79 -39
- package/dist/esm/v3/components/or-input/OrInput.vue.d.ts +87 -36
- package/dist/esm/v3/components/or-input-box-v3/OrInputBox.vue.d.ts +22 -7
- package/dist/esm/v3/components/or-input-box-v3/partials/or-input-box-addon/OrInputBoxAddon.vue.d.ts +18 -7
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +88 -38
- package/dist/esm/v3/components/or-label/OrLabel.vue.d.ts +20 -9
- package/dist/esm/v3/components/or-label-v3/OrLabel.vue.d.ts +26 -9
- package/dist/esm/v3/components/or-link-v3/OrLink.vue.d.ts +24 -7
- package/dist/esm/v3/components/or-list/OrList.vue.d.ts +47 -21
- package/dist/esm/v3/components/or-list-of-inputs/OrListOfInputs.vue.d.ts +27 -11
- package/dist/esm/v3/components/or-loader/OrLoader.vue.d.ts +26 -10
- package/dist/esm/v3/components/or-loader-v3/OrLoader.vue.d.ts +34 -13
- package/dist/esm/v3/components/or-menu-item-v3/OrMenuItem.vue.d.ts +34 -13
- package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +33 -15
- package/dist/esm/v3/components/or-modal/OrModal.vue.d.ts +38 -14
- package/dist/esm/v3/components/or-modal-v3/OrModal.vue.d.ts +25 -13
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +7 -4
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +7 -4
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +11 -6
- package/dist/esm/v3/components/or-notification/OrNotification.vue.d.ts +27 -9
- package/dist/esm/v3/components/or-notification-v3/OrNotification.vue.d.ts +20 -9
- package/dist/esm/v3/components/or-number-input/OrNumberInput.vue.d.ts +70 -24
- package/dist/esm/v3/components/or-overflow-menu/OrOverflowMenu.vue.d.ts +31 -13
- package/dist/esm/v3/components/or-overflow-menu/partials/OrOverflowMenuItem.vue.d.ts +23 -7
- package/dist/esm/v3/components/or-overlay/OrOverlay.vue.d.ts +16 -6
- package/dist/esm/v3/components/or-overlay-v3/OrOverlay.vue.d.ts +14 -7
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +75 -27
- package/dist/esm/v3/components/or-password/OrPassword.vue.d.ts +63 -22
- package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +78 -25
- package/dist/esm/v3/components/or-progress/OrProgress.vue.d.ts +56 -20
- package/dist/esm/v3/components/or-progress-v3/OrProgress.vue.d.ts +62 -25
- package/dist/esm/v3/components/or-radio/OrRadio.vue.d.ts +35 -13
- package/dist/esm/v3/components/or-radio-group/OrRadioGroup.vue.d.ts +26 -9
- package/dist/esm/v3/components/or-radio-group-v3/OrRadioGroup.vue.d.ts +32 -6
- package/dist/esm/v3/components/or-radio-v3/OrRadio.vue.d.ts +49 -21
- package/dist/esm/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +194 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +64 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/props.d.ts +5 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/styles.d.ts +6 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +3 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +27 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +1 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/index.js +9 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/theme.d.ts +17 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +19 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/markdown.d.ts +3 -0
- package/dist/esm/v3/components/or-search/OrSearch.vue.d.ts +65 -23
- package/dist/esm/v3/components/or-search-v3/OrSearch.vue.d.ts +41 -17
- package/dist/esm/v3/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +25 -9
- package/dist/esm/v3/components/or-segmented-control-v3/partials/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +20 -8
- package/dist/esm/v3/components/or-select/OrSelect.vue.d.ts +77 -28
- package/dist/esm/v3/components/or-select/partials/OrSelectContent.vue.d.ts +49 -18
- package/dist/esm/v3/components/or-select/partials/OrSelectContentEmpty.vue.d.ts +16 -4
- package/dist/esm/v3/components/or-select/partials/OrSelectContentOptions.vue.d.ts +67 -13
- package/dist/esm/v3/components/or-select/partials/OrSelectInput.vue.d.ts +41 -16
- package/dist/esm/v3/components/or-select/partials/OrSelectInputValue.vue.d.ts +35 -16
- package/dist/esm/v3/components/or-select/partials/OrSelectMain.vue.d.ts +71 -24
- package/dist/esm/v3/components/or-select/partials/OrSelectOption.vue.d.ts +19 -7
- package/dist/esm/v3/components/or-select/partials/OrSelectSearchOptions.vue.d.ts +24 -11
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +133 -44
- package/dist/esm/v3/components/or-select-v3/partials/or-select-placeholder/OrSelectPlaceholder.vue.d.ts +14 -7
- package/dist/esm/v3/components/or-sidebar/OrSidebar.vue.d.ts +33 -14
- package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +63 -28
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +23 -10
- package/dist/esm/v3/components/or-skeleton/or-skeleton-circle/OrSkeletonCircle.vue.d.ts +20 -9
- package/dist/esm/v3/components/or-skeleton/or-skeleton-rect/OrSkeletonRect.vue.d.ts +22 -9
- package/dist/esm/v3/components/or-skeleton/or-skeleton-text/OrSkeletonText.vue.d.ts +26 -10
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-circle-v3/OrSkeletonCircle.vue.d.ts +28 -13
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-rect-v3/OrSkeletonRect.vue.d.ts +26 -11
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-text-v3/OrSkeletonText.vue.d.ts +40 -16
- package/dist/esm/v3/components/or-slider/OrSlider.vue.d.ts +91 -35
- package/dist/esm/v3/components/or-sorting-v3/OrSorting.vue.d.ts +45 -13
- package/dist/esm/v3/components/or-stepper/OrStepper.vue.d.ts +43 -16
- package/dist/esm/v3/components/or-stepper/partials/OrStepperButtonOptions.vue.d.ts +20 -4
- package/dist/esm/v3/components/or-stepper/partials/OrStepperOptionHorizontal.vue.d.ts +26 -4
- package/dist/esm/v3/components/or-stepper/partials/OrStepperOptionVertical.vue.d.ts +26 -4
- package/dist/esm/v3/components/or-stepper/partials/OrStepperTitle.vue.d.ts +22 -6
- package/dist/esm/v3/components/or-stepper/partials/StatusIcon.vue.d.ts +12 -6
- package/dist/esm/v3/components/or-switch/OrSwitch.vue.d.ts +33 -12
- package/dist/esm/v3/components/or-switch-v3/OrSwitch.vue.d.ts +53 -22
- package/dist/esm/v3/components/or-tab/OrTab.vue.d.ts +22 -9
- package/dist/esm/v3/components/or-tab-header-item/OrTabHeaderItem.vue.d.ts +29 -13
- package/dist/esm/v3/components/or-tab-v3/OrTab.vue.d.ts +17 -10
- package/dist/esm/v3/components/or-tabs/OrTabs.vue.d.ts +17 -4
- package/dist/esm/v3/components/or-tabs-v3/OrTabs.vue.d.ts +73 -26
- package/dist/esm/v3/components/or-tag/OrTag.vue.d.ts +27 -10
- package/dist/esm/v3/components/or-tag-input-v3/OrTagInput.vue.d.ts +85 -37
- package/dist/esm/v3/components/or-tag-v3/OrTag.vue.d.ts +23 -12
- package/dist/esm/v3/components/or-tags-v3/OrTags.vue.d.ts +68 -23
- package/dist/esm/v3/components/or-teleport/OrTeleport.vue3.vue.d.ts +10 -4
- package/dist/esm/v3/components/or-teleport-v3/OrTeleport.vue3.vue.d.ts +10 -4
- package/dist/esm/v3/components/or-text-v3/OrText.vue.d.ts +24 -11
- package/dist/esm/v3/components/or-textarea/OrTextarea.vue.d.ts +85 -37
- package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +73 -32
- package/dist/esm/v3/components/or-textbox/OrTextbox.vue.d.ts +137 -55
- package/dist/esm/v3/components/or-time-picker-v3/OrTimePicker.vue.d.ts +83 -88
- package/dist/esm/v3/components/or-toast/OrToast.vue.d.ts +31 -11
- package/dist/esm/v3/components/or-toast/or-toast-container/OrToastContainer.vue.d.ts +55 -25
- package/dist/esm/v3/components/or-toast-v3/OrToast.vue.d.ts +38 -16
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +54 -24
- package/dist/esm/v3/components/or-tooltip/OrTooltip.vue.d.ts +33 -14
- package/dist/esm/v3/components/or-tooltip/or-tooltip-content/OrTooltipContent.vue.d.ts +10 -4
- package/dist/esm/v3/components/or-tooltip-v3/OrTooltip.vue.d.ts +33 -15
- package/dist/esm/v3/components/or-tree-v3/OrTree.vue.d.ts +19 -13
- package/dist/esm/v3/components/or-tree-v3/partials/or-tree-node/OrTreeNode.vue.d.ts +63 -31
- package/dist/esm/v3/directives/dropdown-close.d.ts +1 -3
- package/dist/esm/v3/directives/dropdown-open.d.ts +1 -3
- package/dist/esm/v3/hooks/useResponsive/useResponsive.d.ts +2 -2
- package/dist/esm/v3/index.js +23 -0
- package/package.json +23 -5
- package/src/components/index.ts +1 -0
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +743 -0
- package/src/components/or-rich-text-editor-v3/index.ts +2 -0
- package/src/components/or-rich-text-editor-v3/props.ts +6 -0
- package/src/components/or-rich-text-editor-v3/styles.ts +53 -0
- package/src/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.ts +40 -0
- package/src/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.ts +254 -0
- package/src/components/or-rich-text-editor-v3/utils/codemirror/index.ts +1 -0
- package/src/components/or-rich-text-editor-v3/utils/codemirror/theme.ts +238 -0
- package/src/components/or-rich-text-editor-v3/utils/codemirror/types.ts +22 -0
- package/src/components/or-rich-text-editor-v3/utils/markdown.ts +172 -0
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-31a5687d.js → OrDateTimePickerMonthSelect-cc8c2a84.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-2c7e113b.js → OrDateTimePickerPopoverHeader-146c2f16.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerTimeSelect-7fd83e23.js → OrDateTimePickerTimeSelect-7286977a.js} +0 -0
- /package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-de05b51f.js → OrExpansionPanel.vue_vue_type_script_lang-94976ae9.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as syntaxTree, E as EditorView, q as codePointSize, p as codePointAt, b as EditorSelection, t as CharCategory, P as Prec, k as keymap, F as Facet, c as combineConfig, D as Direction, a2 as getTooltip, V as ViewPlugin, y as logException, l as StateEffect, S as StateField, G as showTooltip, a3 as MapMode, a4 as RangeValue, B as RangeSet, u as fromCodePoint, A as Annotation, e as Text, f as indentUnit, o as Decoration, W as WidgetType, a5 as Parser, a6 as NodeSet, a7 as NodeType, a8 as DefaultBufferLength, N as NodeProp, a9 as Tree, aa as IterMode, ab as styleTags, ac as tags
|
|
1
|
+
import { s as syntaxTree, E as EditorView, q as codePointSize, p as codePointAt, b as EditorSelection, t as CharCategory, P as Prec, k as keymap, F as Facet, c as combineConfig, D as Direction, a2 as getTooltip, V as ViewPlugin, y as logException, l as StateEffect, S as StateField, G as showTooltip, a3 as MapMode, a4 as RangeValue, B as RangeSet, u as fromCodePoint, A as Annotation, e as Text, f as indentUnit, o as Decoration, W as WidgetType, a5 as Parser, a6 as NodeSet, a7 as NodeType, a8 as DefaultBufferLength, N as NodeProp, a9 as Tree, aa as IterMode, ab as styleTags, ac as tags, ad as LanguageSupport, ae as LRLanguage, af as indentNodeProp, ag as continuedIndent, ah as flatIndent, ai as delimitedIndent, aj as foldNodeProp, ak as foldInside, al as sublanguageProp, am as defineLanguageFacet, an as NodeWeakMap } from './index-3cae2d25.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
An instance of this is passed to completion source functions.
|
|
@@ -3497,10 +3497,10 @@ const noSemi = 302,
|
|
|
3497
3497
|
/* Hand-written tokenizers for JavaScript tokens that can't be
|
|
3498
3498
|
expressed by lezer's built-in tokenizer. */
|
|
3499
3499
|
|
|
3500
|
-
const space
|
|
3500
|
+
const space = [9, 10, 11, 12, 13, 32, 133, 160, 5760, 8192, 8193, 8194, 8195, 8196, 8197, 8198, 8199, 8200, 8201, 8202, 8232, 8233, 8239, 8287, 12288];
|
|
3501
3501
|
const braceR = 125,
|
|
3502
3502
|
semicolon = 59,
|
|
3503
|
-
slash
|
|
3503
|
+
slash = 47,
|
|
3504
3504
|
star = 42,
|
|
3505
3505
|
plus = 43,
|
|
3506
3506
|
minus = 45;
|
|
@@ -3525,8 +3525,8 @@ const noSemicolon = new ExternalTokenizer((input, stack) => {
|
|
|
3525
3525
|
next
|
|
3526
3526
|
} = input,
|
|
3527
3527
|
after;
|
|
3528
|
-
if (space
|
|
3529
|
-
if (next == slash
|
|
3528
|
+
if (space.indexOf(next) > -1) return;
|
|
3529
|
+
if (next == slash && ((after = input.peek(1)) == slash || after == star)) return;
|
|
3530
3530
|
if (next != braceR && next != semicolon && next != -1 && !stack.context && stack.canShift(noSemi)) input.acceptToken(noSemi);
|
|
3531
3531
|
}, {
|
|
3532
3532
|
contextual: true
|
|
@@ -3547,65 +3547,65 @@ const incdecToken = new ExternalTokenizer((input, stack) => {
|
|
|
3547
3547
|
contextual: true
|
|
3548
3548
|
});
|
|
3549
3549
|
const jsHighlight = styleTags({
|
|
3550
|
-
"get set async static": tags
|
|
3551
|
-
"for while do if else switch try catch finally return throw break continue default case": tags
|
|
3552
|
-
"in of await yield void typeof delete instanceof": tags
|
|
3553
|
-
"let var const function class extends": tags
|
|
3554
|
-
"import export from": tags
|
|
3555
|
-
"with debugger as new": tags
|
|
3556
|
-
TemplateString: tags
|
|
3557
|
-
super: tags
|
|
3558
|
-
BooleanLiteral: tags
|
|
3559
|
-
this: tags
|
|
3560
|
-
null: tags
|
|
3561
|
-
Star: tags
|
|
3562
|
-
VariableName: tags
|
|
3563
|
-
"CallExpression/VariableName TaggedTemplateExpression/VariableName": tags
|
|
3564
|
-
VariableDefinition: tags
|
|
3565
|
-
Label: tags
|
|
3566
|
-
PropertyName: tags
|
|
3567
|
-
PrivatePropertyName: tags
|
|
3568
|
-
"CallExpression/MemberExpression/PropertyName": tags
|
|
3569
|
-
"FunctionDeclaration/VariableDefinition": tags
|
|
3570
|
-
"ClassDeclaration/VariableDefinition": tags
|
|
3571
|
-
PropertyDefinition: tags
|
|
3572
|
-
PrivatePropertyDefinition: tags
|
|
3573
|
-
UpdateOp: tags
|
|
3574
|
-
LineComment: tags
|
|
3575
|
-
BlockComment: tags
|
|
3576
|
-
Number: tags
|
|
3577
|
-
String: tags
|
|
3578
|
-
Escape: tags
|
|
3579
|
-
ArithOp: tags
|
|
3580
|
-
LogicOp: tags
|
|
3581
|
-
BitOp: tags
|
|
3582
|
-
CompareOp: tags
|
|
3583
|
-
RegExp: tags
|
|
3584
|
-
Equals: tags
|
|
3585
|
-
Arrow: tags
|
|
3586
|
-
": Spread": tags
|
|
3587
|
-
"( )": tags
|
|
3588
|
-
"[ ]": tags
|
|
3589
|
-
"{ }": tags
|
|
3590
|
-
"InterpolationStart InterpolationEnd": tags
|
|
3591
|
-
".": tags
|
|
3592
|
-
", ;": tags
|
|
3593
|
-
"@": tags
|
|
3594
|
-
TypeName: tags
|
|
3595
|
-
TypeDefinition: tags
|
|
3596
|
-
"type enum interface implements namespace module declare": tags
|
|
3597
|
-
"abstract global Privacy readonly override": tags
|
|
3598
|
-
"is keyof unique infer": tags
|
|
3599
|
-
JSXAttributeValue: tags
|
|
3600
|
-
JSXText: tags
|
|
3601
|
-
"JSXStartTag JSXStartCloseTag JSXSelfCloseEndTag JSXEndTag": tags
|
|
3602
|
-
"JSXIdentifier JSXNameSpacedName": tags
|
|
3603
|
-
"JSXAttribute/JSXIdentifier JSXAttribute/JSXNameSpacedName": tags
|
|
3604
|
-
"JSXBuiltin/JSXIdentifier": tags
|
|
3550
|
+
"get set async static": tags.modifier,
|
|
3551
|
+
"for while do if else switch try catch finally return throw break continue default case": tags.controlKeyword,
|
|
3552
|
+
"in of await yield void typeof delete instanceof": tags.operatorKeyword,
|
|
3553
|
+
"let var const function class extends": tags.definitionKeyword,
|
|
3554
|
+
"import export from": tags.moduleKeyword,
|
|
3555
|
+
"with debugger as new": tags.keyword,
|
|
3556
|
+
TemplateString: tags.special(tags.string),
|
|
3557
|
+
super: tags.atom,
|
|
3558
|
+
BooleanLiteral: tags.bool,
|
|
3559
|
+
this: tags.self,
|
|
3560
|
+
null: tags.null,
|
|
3561
|
+
Star: tags.modifier,
|
|
3562
|
+
VariableName: tags.variableName,
|
|
3563
|
+
"CallExpression/VariableName TaggedTemplateExpression/VariableName": tags.function(tags.variableName),
|
|
3564
|
+
VariableDefinition: tags.definition(tags.variableName),
|
|
3565
|
+
Label: tags.labelName,
|
|
3566
|
+
PropertyName: tags.propertyName,
|
|
3567
|
+
PrivatePropertyName: tags.special(tags.propertyName),
|
|
3568
|
+
"CallExpression/MemberExpression/PropertyName": tags.function(tags.propertyName),
|
|
3569
|
+
"FunctionDeclaration/VariableDefinition": tags.function(tags.definition(tags.variableName)),
|
|
3570
|
+
"ClassDeclaration/VariableDefinition": tags.definition(tags.className),
|
|
3571
|
+
PropertyDefinition: tags.definition(tags.propertyName),
|
|
3572
|
+
PrivatePropertyDefinition: tags.definition(tags.special(tags.propertyName)),
|
|
3573
|
+
UpdateOp: tags.updateOperator,
|
|
3574
|
+
LineComment: tags.lineComment,
|
|
3575
|
+
BlockComment: tags.blockComment,
|
|
3576
|
+
Number: tags.number,
|
|
3577
|
+
String: tags.string,
|
|
3578
|
+
Escape: tags.escape,
|
|
3579
|
+
ArithOp: tags.arithmeticOperator,
|
|
3580
|
+
LogicOp: tags.logicOperator,
|
|
3581
|
+
BitOp: tags.bitwiseOperator,
|
|
3582
|
+
CompareOp: tags.compareOperator,
|
|
3583
|
+
RegExp: tags.regexp,
|
|
3584
|
+
Equals: tags.definitionOperator,
|
|
3585
|
+
Arrow: tags.function(tags.punctuation),
|
|
3586
|
+
": Spread": tags.punctuation,
|
|
3587
|
+
"( )": tags.paren,
|
|
3588
|
+
"[ ]": tags.squareBracket,
|
|
3589
|
+
"{ }": tags.brace,
|
|
3590
|
+
"InterpolationStart InterpolationEnd": tags.special(tags.brace),
|
|
3591
|
+
".": tags.derefOperator,
|
|
3592
|
+
", ;": tags.separator,
|
|
3593
|
+
"@": tags.meta,
|
|
3594
|
+
TypeName: tags.typeName,
|
|
3595
|
+
TypeDefinition: tags.definition(tags.typeName),
|
|
3596
|
+
"type enum interface implements namespace module declare": tags.definitionKeyword,
|
|
3597
|
+
"abstract global Privacy readonly override": tags.modifier,
|
|
3598
|
+
"is keyof unique infer": tags.operatorKeyword,
|
|
3599
|
+
JSXAttributeValue: tags.attributeValue,
|
|
3600
|
+
JSXText: tags.content,
|
|
3601
|
+
"JSXStartTag JSXStartCloseTag JSXSelfCloseEndTag JSXEndTag": tags.angleBracket,
|
|
3602
|
+
"JSXIdentifier JSXNameSpacedName": tags.tagName,
|
|
3603
|
+
"JSXAttribute/JSXIdentifier JSXAttribute/JSXNameSpacedName": tags.attributeName,
|
|
3604
|
+
"JSXBuiltin/JSXIdentifier": tags.standard(tags.tagName)
|
|
3605
3605
|
});
|
|
3606
3606
|
|
|
3607
3607
|
// This file was generated by lezer-generator. You probably shouldn't edit it.
|
|
3608
|
-
const spec_identifier
|
|
3608
|
+
const spec_identifier = {
|
|
3609
3609
|
__proto__: null,
|
|
3610
3610
|
export: 14,
|
|
3611
3611
|
as: 19,
|
|
@@ -3688,7 +3688,7 @@ const spec_LessThan = {
|
|
|
3688
3688
|
__proto__: null,
|
|
3689
3689
|
"<": 137
|
|
3690
3690
|
};
|
|
3691
|
-
const parser
|
|
3691
|
+
const parser = LRParser.deserialize({
|
|
3692
3692
|
version: 14,
|
|
3693
3693
|
states: "$6[O`QUOOO%QQUOOO'TQWOOP(bOSOOO*pQ(CjO'#CfO*wOpO'#CgO+VO!bO'#CgO+eO07`O'#DZO-vQUO'#DaO.WQUO'#DlO%QQUO'#DvO0[QUO'#EOOOQ(CY'#EW'#EWO0uQSO'#ETOOQO'#Ei'#EiOOQO'#Ib'#IbO0}QSO'#GkO1YQSO'#EhO1_QSO'#EhO3aQ(CjO'#JcO6QQ(CjO'#JdO6nQSO'#FWO6sQ#tO'#FoOOQ(CY'#F`'#F`O7OO&jO'#F`O7^Q,UO'#FvO8tQSO'#FuOOQ(CY'#Jd'#JdOOQ(CW'#Jc'#JcOOQQ'#KO'#KOO8yQSO'#IOO9OQ(C[O'#IPOOQQ'#JP'#JPOOQQ'#IT'#ITQ`QUOOO%QQUO'#DnO9WQUO'#DzO%QQUO'#D|O9_QSO'#GkO9dQ,UO'#ClO9rQSO'#EgO9}QSO'#ErO:SQ,UO'#F_O:qQSO'#GkO:vQSO'#GoO;RQSO'#GoO;aQSO'#GrO;aQSO'#GsO;aQSO'#GuO9_QSO'#GxO<QQSO'#G{O=cQSO'#CbO=sQSO'#HXO={QSO'#H_O={QSO'#HaO`QUO'#HcO={QSO'#HeO={QSO'#HhO>QQSO'#HnO>VQ(C]O'#HtO%QQUO'#HvO>bQ(C]O'#HxO>mQ(C]O'#HzO9OQ(C[O'#H|O>xQ(CjO'#CfO?zQWO'#DfQOQSOOO@bQSO'#EPO9dQ,UO'#EgO@mQSO'#EgO@xQ`O'#F_OOQQ'#Cd'#CdOOQ(CW'#Dk'#DkOOQ(CW'#Jg'#JgO%QQUO'#JgOOQO'#Jk'#JkOOQO'#I_'#I_OAxQWO'#E`OOQ(CW'#E_'#E_OBtQ(C`O'#E`OCOQWO'#ESOOQO'#Jj'#JjOCdQWO'#JkODqQWO'#ESOCOQWO'#E`PEOO?MpO'#C`POOO)CDn)CDnOOOO'#IU'#IUOEZOpO,59ROOQ(CY,59R,59ROOOO'#IV'#IVOEiO!bO,59RO%QQUO'#D]OOOO'#IX'#IXOEwO07`O,59uOOQ(CY,59u,59uOFVQUO'#IYOFjQSO'#JeOHlQbO'#JeO+sQUO'#JeOHsQSO,59{OIZQSO'#EiOIhQSO'#JsOIsQSO'#JrOIsQSO'#JrOI{QSO,5;VOJQQSO'#JqOOQ(CY,5:W,5:WOJXQUO,5:WOLYQ(CjO,5:bOLyQSO,5:jOMdQ(C[O'#JpOMkQSO'#JoO:vQSO'#JoONPQSO'#JoONXQSO,5;UON^QSO'#JoO!!fQbO'#JdOOQ(CY'#Cf'#CfO%QQUO'#EOO!#UQ`O,5:oOOQO'#Jl'#JlOOQO-E<`-E<`O9_QSO,5=VO!#lQSO,5=VO!#qQUO,5;SO!%tQ,UO'#EdO!'XQSO,5;SO!(qQ,UO'#DpO!(xQUO'#DuO!)SQWO,5;]O!)[QWO,5;]O%QQUO,5;]OOQQ'#FO'#FOOOQQ'#FQ'#FQO%QQUO,5;^O%QQUO,5;^O%QQUO,5;^O%QQUO,5;^O%QQUO,5;^O%QQUO,5;^O%QQUO,5;^O%QQUO,5;^O%QQUO,5;^O%QQUO,5;^O%QQUO,5;^OOQQ'#FU'#FUO!)jQUO,5;oOOQ(CY,5;t,5;tOOQ(CY,5;u,5;uO!+mQSO,5;uOOQ(CY,5;v,5;vO%QQUO'#IfO!+uQ(C[O,5<cO!%tQ,UO,5;^O!,dQ,UO,5;^O%QQUO,5;rO!,kQ#tO'#FeO!-hQ#tO'#JwO!-SQ#tO'#JwO!-oQ#tO'#JwOOQO'#Jw'#JwO!.TQ#tO,5;}OOOO,5<Z,5<ZO!.fQUO'#FqOOOO'#Ie'#IeO7OO&jO,5;zO!.mQ#tO'#FsOOQ(CY,5;z,5;zO!/^Q7[O'#CrOOQ(CY'#Cv'#CvO!/qQSO'#CvO!/vO07`O'#CzO!0dQ,UO,5<`O!0kQSO,5<bO!2QQMhO'#GQO!2_QSO'#GRO!2dQSO'#GRO!2iQMhO'#GVO!3hQWO'#GZO!4ZQ7[O'#J^OOQ(CY'#J^'#J^O!4eQSO'#J]O!4sQSO'#J[O!4{QSO'#CqOOQ(CY'#Ct'#CtOOQ(CY'#DO'#DOOOQ(CY'#DQ'#DQO0xQSO'#DSO!'^Q,UO'#FxO!'^Q,UO'#FzO!5TQSO'#F|O!5YQSO'#F}O!2dQSO'#GTO!'^Q,UO'#GYO!5_QSO'#EjO!5|QSO,5<aO`QUO,5>jOOQQ'#JX'#JXOOQQ,5>k,5>kOOQQ-E<R-E<RO!7{Q(CjO,5:YO!:iQ(CjO,5:fO%QQUO,5:fO!=SQ(CjO,5:hOOQ(CW'#Co'#CoO!=sQ,UO,5=VO!>RQ(C[O'#JYO8tQSO'#JYO!>dQ(C[O,59WO!>oQWO,59WO!>wQ,UO,59WO9dQ,UO,59WO!?SQSO,5;SO!?[QSO'#HWO!?mQSO'#KSO%QQUO,5;wO!?uQWO,5;yO!?zQSO,5=qO!@PQSO,5=qO!@UQSO,5=qO9OQ(C[O,5=qO!@dQSO'#EkO!A^QWO'#ElOOQ(CW'#Jq'#JqO!AeQ(C[O'#KPO9OQ(C[O,5=ZO;aQSO,5=aOOQO'#Cr'#CrO!ApQWO,5=^O!AxQ,UO,5=_O!BTQSO,5=aO!BYQ`O,5=dO>QQSO'#G}O9_QSO'#HPO!BbQSO'#HPO9dQ,UO'#HRO!BgQSO'#HROOQQ,5=g,5=gO!BlQSO'#HSO!BtQSO'#ClO!ByQSO,58|O!CTQSO,58|O!E]QUO,58|OOQQ,58|,58|O!EjQ(C[O,58|O%QQUO,58|O!EuQUO'#HZOOQQ'#H['#H[OOQQ'#H]'#H]O`QUO,5=sO!FVQSO,5=sO`QUO,5=yO`QUO,5={O!F[QSO,5=}O`QUO,5>PO!FaQSO,5>SO!FfQUO,5>YOOQQ,5>`,5>`O%QQUO,5>`O9OQ(C[O,5>bOOQQ,5>d,5>dO!JmQSO,5>dOOQQ,5>f,5>fO!JmQSO,5>fOOQQ,5>h,5>hO!JrQWO'#DXO%QQUO'#JgO!KaQWO'#JgO!LOQWO'#DgO!LaQWO'#DgO!NrQUO'#DgO!NyQSO'#JfO# RQSO,5:QO# WQSO'#EmO# fQSO'#JtO# nQSO,5;WO# sQWO'#DgO#!QQWO'#EROOQ(CY,5:k,5:kO%QQUO,5:kO#!XQSO,5:kO>QQSO,5;RO!>oQWO,5;RO!>wQ,UO,5;RO9dQ,UO,5;RO#!aQSO,5@RO#!fQ!LQO,5:oOOQO-E<]-E<]O##lQ(C`O,5:zOCOQWO,5:nO##vQWO,5:nOCOQWO,5:zO!>dQ(C[O,5:nOOQ(CW'#Ec'#EcOOQO,5:z,5:zO%QQUO,5:zO#$TQ(C[O,5:zO#$`Q(C[O,5:zO!>oQWO,5:nOOQO,5;Q,5;QO#$nQ(C[O,5:zPOOO'#IS'#ISP#%SO?MpO,58zPOOO,58z,58zOOOO-E<S-E<SOOQ(CY1G.m1G.mOOOO-E<T-E<TO#%_Q`O,59wOOOO-E<V-E<VOOQ(CY1G/a1G/aO#%dQbO,5>tO+sQUO,5>tOOQO,5>z,5>zO#%nQUO'#IYOOQO-E<W-E<WO#%{QSO,5@PO#&TQbO,5@PO#&[QSO,5@^OOQ(CY1G/g1G/gO%QQUO,5@_O#&dQSO'#I`OOQO-E<^-E<^O#&[QSO,5@^OOQ(CW1G0q1G0qOOQ(CY1G/r1G/rOOQ(CY1G0U1G0UO%QQUO,5@[O#&xQ(C[O,5@[O#'ZQ(C[O,5@[O#'bQSO,5@ZO:vQSO,5@ZO#'jQSO,5@ZO#'xQSO'#IcO#'bQSO,5@ZOOQ(CW1G0p1G0pO!)SQWO,5:qO!)_QWO,5:qOOQO,5:s,5:sO#(jQSO,5:sO#(rQ,UO1G2qO9_QSO1G2qOOQ(CY1G0n1G0nO#)QQ(CjO1G0nO#*VQ(ChO,5;OOOQ(CY'#GP'#GPO#*sQ(CjO'#J^O!#qQUO1G0nO#,{Q,UO'#JhO#-VQSO,5:[O#-[QbO'#JiO%QQUO'#JiO#-fQSO,5:aOOQ(CY'#DX'#DXOOQ(CY1G0w1G0wO%QQUO1G0wOOQ(CY1G1a1G1aO#-kQSO1G0wO#0SQ(CjO1G0xO#0ZQ(CjO1G0xO#2tQ(CjO1G0xO#2{Q(CjO1G0xO#5VQ(CjO1G0xO#5mQ(CjO1G0xO#8gQ(CjO1G0xO#8nQ(CjO1G0xO#;XQ(CjO1G0xO#;`Q(CjO1G0xO#=WQ(CjO1G0xO#@WQ$IUO'#CfO#BUQ$IUO1G1ZO#B]Q$IUO'#JdO!+pQSO1G1aO#BmQ(CjO,5?QOOQ(CW-E<d-E<dO#CaQ(CjO1G0xOOQ(CY1G0x1G0xO#ElQ(CjO1G1^O#F`Q#tO,5<RO#FhQ#tO,5<SO#FpQ#tO'#FjO#GXQSO'#FiOOQO'#Jx'#JxOOQO'#Id'#IdO#G^Q#tO1G1iOOQ(CY1G1i1G1iOOOO1G1t1G1tO#GoQ$IUO'#JcO#GyQSO,5<]O!)jQUO,5<]OOOO-E<c-E<cOOQ(CY1G1f1G1fO#HOQWO'#JwOOQ(CY,5<_,5<_O#HWQWO,5<_OOQ(CY,59b,59bO!%tQ,UO'#C|OOOO'#IW'#IWO#H]O07`O,59fOOQ(CY,59f,59fO%QQUO1G1zO!5YQSO'#IhO#HhQSO,5<sOOQ(CY,5<p,5<pOOQO'#Gf'#GfO!'^Q,UO,5=POOQO'#Gh'#GhO!'^Q,UO,5=RO!%tQ,UO,5=TOOQO1G1|1G1|O#HvQ`O'#CoO#IZQ`O,5<lO#IbQSO'#J{O9_QSO'#J{O#IpQSO,5<nO!'^Q,UO,5<mO#IuQSO'#GSO#JQQSO,5<mO#JVQ`O'#GPO#JdQ`O'#J|O#JnQSO'#J|O!%tQ,UO'#J|O#JsQSO,5<qO#JxQWO'#G[O!3cQWO'#G[O#KZQSO'#G^O#K`QSO'#G`O!2dQSO'#GcO#KeQ(C[O'#IjO#KpQWO,5<uOOQ(CY,5<u,5<uO#KwQWO'#G[O#LVQWO'#G]O#L_QWO'#G]OOQ(CY,5=U,5=UO!'^Q,UO,5?wO!'^Q,UO,5?wO#LdQSO'#IkO#LoQSO,5?vO#LwQSO,59]O#MhQ,UO,59nOOQ(CY,59n,59nO#NZQ,UO,5<dO#N|Q,UO,5<fO?rQSO,5<hOOQ(CY,5<i,5<iO$ WQSO,5<oO$ ]Q,UO,5<tO$ mQSO'#JoO!#qQUO1G1{O$ rQSO1G1{OOQQ1G4U1G4UOOQ(CY1G/t1G/tO!+mQSO1G/tO$#qQ(CjO1G0QOOQQ1G2q1G2qO!%tQ,UO1G2qO%QQUO1G2qO$$bQSO1G2qO$$mQ,UO'#EdOOQ(CW,5?t,5?tO$$wQ(C[O,5?tOOQQ1G.r1G.rO!>dQ(C[O1G.rO!>oQWO1G.rO!>wQ,UO1G.rO$%YQSO1G0nO$%_QSO'#CfO$%jQSO'#KTO$%rQSO,5=rO$%wQSO'#KTO$%|QSO'#KTO$&XQSO'#IsO$&gQSO,5@nO$&oQbO1G1cOOQ(CY1G1e1G1eO9_QSO1G3]O?rQSO1G3]O$&vQSO1G3]O$&{QSO1G3]OOQQ1G3]1G3]O:vQSO'#JrO:vQSO'#EmO%QQUO'#EmO:vQSO'#ImO$'QQ(C[O,5@kOOQQ1G2u1G2uO!BTQSO1G2{O!%tQ,UO1G2xO$']QSO1G2xOOQQ1G2y1G2yO!%tQ,UO1G2yO$'bQSO1G2yO$'jQWO'#GwOOQQ1G2{1G2{O!3cQWO'#IoO!BYQ`O1G3OOOQQ1G3O1G3OOOQQ,5=i,5=iO$'rQ,UO,5=kO9_QSO,5=kO#K`QSO,5=mO8tQSO,5=mO!>oQWO,5=mO!>wQ,UO,5=mO9dQ,UO,5=mO$(QQSO'#KRO$(]QSO,5=nOOQQ1G.h1G.hO$(bQ(C[O1G.hO?rQSO1G.hO$(mQSO1G.hO9OQ(C[O1G.hO$*rQbO,5@pO$+SQSO,5@pO$+_QUO,5=uO$+fQSO,5=uO:vQSO,5@pOOQQ1G3_1G3_O`QUO1G3_OOQQ1G3e1G3eOOQQ1G3g1G3gO={QSO1G3iO$+kQUO1G3kO$/lQUO'#HjOOQQ1G3n1G3nO$/yQSO'#HpO>QQSO'#HrOOQQ1G3t1G3tO$0RQUO1G3tO9OQ(C[O1G3zOOQQ1G3|1G3|OOQ(CW'#GW'#GWO9OQ(C[O1G4OO9OQ(C[O1G4QO$4VQSO,5@RO!)jQUO,5;XO:vQSO,5;XO>QQSO,5:RO!)jQUO,5:RO!>oQWO,5:RO$4[Q$IUO,5:ROOQO,5;X,5;XO$4fQWO'#IZO$4|QSO,5@QOOQ(CY1G/l1G/lO$5UQWO'#IaO$5`QSO,5@`OOQ(CW1G0r1G0rO!LaQWO,5:ROOQO'#I^'#I^O$5hQWO,5:mOOQ(CY,5:m,5:mO#![QSO1G0VOOQ(CY1G0V1G0VO%QQUO1G0VOOQ(CY1G0m1G0mO>QQSO1G0mO!>oQWO1G0mO!>wQ,UO1G0mOOQ(CW1G5m1G5mO!>dQ(C[O1G0YOOQO1G0f1G0fO%QQUO1G0fO$5oQ(C[O1G0fO$5zQ(C[O1G0fO!>oQWO1G0YOCOQWO1G0YO$6YQ(C[O1G0fOOQO1G0Y1G0YO$6nQ(CjO1G0fPOOO-E<Q-E<QPOOO1G.f1G.fOOOO1G/c1G/cO$6xQ`O,5<cO$7QQbO1G4`OOQO1G4f1G4fO%QQUO,5>tO$7[QSO1G5kO$7dQSO1G5xO$7lQbO1G5yO:vQSO,5>zO$7vQ(CjO1G5vO%QQUO1G5vO$8WQ(C[O1G5vO$8iQSO1G5uO$8iQSO1G5uO:vQSO1G5uO$8qQSO,5>}O:vQSO,5>}OOQO,5>},5>}O$9VQSO,5>}O$ mQSO,5>}OOQO-E<a-E<aOOQO1G0]1G0]OOQO1G0_1G0_O!+pQSO1G0_OOQQ7+(]7+(]O!%tQ,UO7+(]O%QQUO7+(]O$9eQSO7+(]O$9pQ,UO7+(]O$:OQ(CjO,59nO$<WQ(CjO,5<dO$>cQ(CjO,5<fO$@nQ(CjO,5<tOOQ(CY7+&Y7+&YO$CPQ(CjO7+&YO$CsQ,UO'#I[O$C}QSO,5@SOOQ(CY1G/v1G/vO$DVQUO'#I]O$DdQSO,5@TO$DlQbO,5@TOOQ(CY1G/{1G/{O$DvQSO7+&cOOQ(CY7+&c7+&cO$D{Q$IUO,5:bO%QQUO7+&uO$EVQ$IUO,5:YO$EdQ$IUO,5:fO$EnQ$IUO,5:hOOQ(CY7+&{7+&{OOQO1G1m1G1mOOQO1G1n1G1nO$ExQ#tO,5<UO!)jQUO,5<TOOQO-E<b-E<bOOQ(CY7+'T7+'TOOOO7+'`7+'`OOOO1G1w1G1wO$FTQSO1G1wOOQ(CY1G1y1G1yO$FYQ`O,59hOOOO-E<U-E<UOOQ(CY1G/Q1G/QO$FaQ(CjO7+'fOOQ(CY,5?S,5?SO$GTQSO,5?SOOQ(CY1G2_1G2_P$GYQSO'#IhPOQ(CY-E<f-E<fO$G|Q,UO1G2kO$HoQ,UO1G2mO$HyQ`O1G2oOOQ(CY1G2W1G2WO$IQQSO'#IgO$I`QSO,5@gO$I`QSO,5@gO$IhQSO,5@gO$IsQSO,5@gOOQO1G2Y1G2YO$JRQ,UO1G2XO!'^Q,UO1G2XO$JcQMhO'#IiO$JsQSO,5@hO!%tQ,UO,5@hO$J{Q`O,5@hOOQ(CY1G2]1G2]OOQ(CW,5<v,5<vOOQ(CW,5<w,5<wO$ mQSO,5<wOBoQSO,5<wO!>oQWO,5<vOOQO'#G_'#G_O$KVQSO,5<xOOQ(CW,5<z,5<zO$ mQSO,5<}OOQO,5?U,5?UOOQO-E<h-E<hOOQ(CY1G2a1G2aO!3cQWO,5<vO$K_QSO,5<wO#KZQSO,5<xO!3cQWO,5<wO$KjQ,UO1G5cO$KtQ,UO1G5cOOQO,5?V,5?VOOQO-E<i-E<iOOQO1G.w1G.wO!?uQWO,59pO%QQUO,59pO$LRQSO1G2SO!'^Q,UO1G2ZO$LWQ(CjO7+'gOOQ(CY7+'g7+'gO!#qQUO7+'gOOQ(CY7+%`7+%`O$LzQ`O'#J}O#![QSO7+(]O$MUQbO7+(]O$9hQSO7+(]O$M]Q(ChO'#CfO$MpQ(ChO,5<{O$NbQSO,5<{OOQ(CW1G5`1G5`OOQQ7+$^7+$^O!>dQ(C[O7+$^O!>oQWO7+$^O!#qQUO7+&YO$NgQSO'#IrO$N{QSO,5@oOOQO1G3^1G3^O9_QSO,5@oO$N{QSO,5@oO% TQSO,5@oOOQO,5?_,5?_OOQO-E<q-E<qOOQ(CY7+&}7+&}O% YQSO7+(wO9OQ(C[O7+(wO9_QSO7+(wO?rQSO7+(wO% _QSO,5;XOOQ(CW,5?X,5?XOOQ(CW-E<k-E<kOOQQ7+(g7+(gO% dQ(ChO7+(dO!%tQ,UO7+(dO% nQ`O7+(eOOQQ7+(e7+(eO!%tQ,UO7+(eO% uQSO'#KQO%!QQSO,5=cOOQO,5?Z,5?ZOOQO-E<m-E<mOOQQ7+(j7+(jO%#aQWO'#HQOOQQ1G3V1G3VO!%tQ,UO1G3VO%QQUO1G3VO%#hQSO1G3VO%#sQ,UO1G3VO9OQ(C[O1G3XO#K`QSO1G3XO8tQSO1G3XO!>oQWO1G3XO!>wQ,UO1G3XO%$RQSO'#IqO%$^QSO,5@mO%$fQWO,5@mOOQ(CW1G3Y1G3YOOQQ7+$S7+$SO?rQSO7+$SO9OQ(C[O7+$SO%$qQSO7+$SO%QQUO1G6[O%QQUO1G6]O%$vQUO1G3aO%$}QSO1G3aO%%SQUO1G3aO%%ZQ(C[O1G6[OOQQ7+(y7+(yO9OQ(C[O7+)TO`QUO7+)VOOQQ'#KW'#KWOOQQ'#It'#ItO%%eQUO,5>UOOQQ,5>U,5>UO%QQUO'#HkO%%rQSO'#HmOOQQ,5>[,5>[O:vQSO,5>[OOQQ,5>^,5>^OOQQ7+)`7+)`OOQQ7+)f7+)fOOQQ7+)j7+)jOOQQ7+)l7+)lO%%wQWO1G5mO%&]Q$IUO1G0sO%&gQSO1G0sOOQO1G/m1G/mO%&rQ$IUO1G/mO>QQSO1G/mO!)jQUO'#DgOOQO,5>u,5>uOOQO-E<X-E<XOOQO,5>{,5>{OOQO-E<_-E<_O!>oQWO1G/mOOQO-E<[-E<[OOQ(CY1G0X1G0XOOQ(CY7+%q7+%qO#![QSO7+%qOOQ(CY7+&X7+&XO>QQSO7+&XO!>oQWO7+&XOOQO7+%t7+%tO$6nQ(CjO7+&QOOQO7+&Q7+&QO%QQUO7+&QO%&|Q(C[O7+&QO!>dQ(C[O7+%tO!>oQWO7+%tO%'XQ(C[O7+&QO%'gQ(CjO7++bO%QQUO7++bO%'wQSO7++aO%'wQSO7++aOOQO1G4i1G4iO:vQSO1G4iO%(PQSO1G4iOOQO7+%y7+%yO#![QSO<<KwO$MUQbO<<KwO%(_QSO<<KwOOQQ<<Kw<<KwO!%tQ,UO<<KwO%QQUO<<KwO%(gQSO<<KwO%(rQ(CjO1G2kO%*}Q(CjO1G2mO%-YQ(CjO1G2XO%/kQ,UO,5>vOOQO-E<Y-E<YO%/uQbO,5>wO%QQUO,5>wOOQO-E<Z-E<ZO%0PQSO1G5oOOQ(CY<<I}<<I}O%0XQ$IUO1G0nO%2cQ$IUO1G0xO%2jQ$IUO1G0xO%4nQ$IUO1G0xO%4uQ$IUO1G0xO%6jQ$IUO1G0xO%7QQ$IUO1G0xO%9eQ$IUO1G0xO%9lQ$IUO1G0xO%;pQ$IUO1G0xO%;wQ$IUO1G0xO%=oQ$IUO1G0xO%>SQ(CjO<<JaO%?XQ$IUO1G0xO%@}Q$IUO'#J^O%CQQ$IUO1G1^O%C_Q$IUO1G0QO!)jQUO'#FlOOQO'#Jy'#JyOOQO1G1p1G1pO%CiQSO1G1oO%CnQ$IUO,5?QOOOO7+'c7+'cOOOO1G/S1G/SOOQ(CY1G4n1G4nO!'^Q,UO7+(ZO%CxQSO,5?RO9_QSO,5?ROOQO-E<e-E<eO%DWQSO1G6RO%DWQSO1G6RO%D`QSO1G6RO%DkQ,UO7+'sO%D{Q`O,5?TO%EVQSO,5?TO!%tQ,UO,5?TOOQO-E<g-E<gO%E[Q`O1G6SO%EfQSO1G6SOOQ(CW1G2c1G2cO$ mQSO1G2cOOQ(CW1G2b1G2bO%EnQSO1G2dO!%tQ,UO1G2dOOQ(CW1G2i1G2iO!>oQWO1G2bOBoQSO1G2cO%EsQSO1G2dO%E{QSO1G2cO!'^Q,UO7+*}OOQ(CY1G/[1G/[O%FWQSO1G/[OOQ(CY7+'n7+'nO%F]Q,UO7+'uO%FmQ(CjO<<KROOQ(CY<<KR<<KRO!%tQ,UO'#IlO%GaQSO,5@iO!%tQ,UO1G2gOOQQ<<Gx<<GxO!>dQ(C[O<<GxO%GiQ(CjO<<ItOOQ(CY<<It<<ItOOQO,5?^,5?^O%H]QSO,5?^O$%|QSO,5?^OOQO-E<p-E<pO%HbQSO1G6ZO%HbQSO1G6ZO9_QSO1G6ZO?rQSO<<LcOOQQ<<Lc<<LcO%HjQSO<<LcO9OQ(C[O<<LcO%HoQSO1G0sOOQQ<<LO<<LOO% dQ(ChO<<LOOOQQ<<LP<<LPO% nQ`O<<LPO%HtQWO'#InO%IPQSO,5@lO!)jQUO,5@lOOQQ1G2}1G2}O%IXQUO'#JgOOQO'#Ip'#IpO9OQ(C[O'#IpO%IcQWO,5=lOOQQ,5=l,5=lO%IjQWO'#E`O%JOQSO7+(qO%JTQSO7+(qOOQQ7+(q7+(qO!%tQ,UO7+(qO%QQUO7+(qO%J]QSO7+(qOOQQ7+(s7+(sO9OQ(C[O7+(sO#K`QSO7+(sO8tQSO7+(sO!>oQWO7+(sO%JhQSO,5?]OOQO-E<o-E<oOOQO'#HT'#HTO%JsQSO1G6XO9OQ(C[O<<GnOOQQ<<Gn<<GnO?rQSO<<GnO%J{QSO7++vO%KQQSO7++wOOQQ7+({7+({O%KVQSO7+({O%K[QUO7+({O%KcQSO7+({O%QQUO7++vO%QQUO7++wOOQQ<<Lo<<LoOOQQ<<Lq<<LqOOQQ-E<r-E<rOOQQ1G3p1G3pO%KhQSO,5>VOOQQ,5>X,5>XO%KmQSO1G3vO:vQSO7+&_O!)jQUO7+&_OOQO7+%X7+%XO%KrQ$IUO1G5yO>QQSO7+%XOOQ(CY<<I]<<I]OOQ(CY<<Is<<IsO>QQSO<<IsOOQO<<Il<<IlO$6nQ(CjO<<IlO%QQUO<<IlOOQO<<I`<<I`O!>dQ(C[O<<I`O%K|Q(C[O<<IlO%LXQ(CjO<<N|O%LiQSO<<N{OOQO7+*T7+*TO:vQSO7+*TOOQQANAcANAcO%LqQSOANAcO!%tQ,UOANAcO#![QSOANAcO$MUQbOANAcO%QQUOANAcO%LyQ(CjO7+'sO& [Q(CjO7+'uO&#mQbO1G4cO&#wQ$IUO7+&YO&$UQ$IUO,59nO&&XQ$IUO,5<dO&([Q$IUO,5<fO&*_Q$IUO,5<tO&,TQ$IUO7+'fO&,bQ$IUO7+'gO&,oQSO,5<WOOQO7+'Z7+'ZO&,tQ,UO<<KuOOQO1G4m1G4mO&,{QSO1G4mO&-WQSO1G4mO&-fQSO7++mO&-fQSO7++mO!%tQ,UO1G4oO&-nQ`O1G4oO&-xQSO7++nOOQ(CW7+'}7+'}O$ mQSO7+(OO&.QQ`O7+(OOOQ(CW7+'|7+'|O$ mQSO7+'}O&.XQSO7+(OO!%tQ,UO7+(OOBoQSO7+'}O&.^Q,UO<<NiOOQ(CY7+$v7+$vO&.hQ`O,5?WOOQO-E<j-E<jO&.rQ(ChO7+(ROOQQAN=dAN=dO9_QSO1G4xOOQO1G4x1G4xO&/SQSO1G4xO&/XQSO7++uO&/XQSO7++uO9OQ(C[OANA}O?rQSOANA}OOQQANA}ANA}OOQQANAjANAjOOQQANAkANAkO&/aQSO,5?YOOQO-E<l-E<lO&/lQ$IUO1G6WO&1|QbO'#CfOOQO,5?[,5?[OOQO-E<n-E<nOOQQ1G3W1G3WO%IXQUO,5<xOOQQ<<L]<<L]O!%tQ,UO<<L]O%JOQSO<<L]O&2WQSO<<L]O%QQUO<<L]OOQQ<<L_<<L_O9OQ(C[O<<L_O#K`QSO<<L_O8tQSO<<L_O&2`QWO1G4wO&2kQSO7++sOOQQAN=YAN=YO9OQ(C[OAN=YOOQQ<= b<= bOOQQ<= c<= cOOQQ<<Lg<<LgO&2sQSO<<LgO&2xQUO<<LgO&3PQSO<= bO&3UQSO<= cOOQQ1G3q1G3qO>QQSO7+)bO&3ZQSO<<IyO&3fQ$IUO<<IyOOQO<<Hs<<HsOOQ(CYAN?_AN?_OOQOAN?WAN?WO$6nQ(CjOAN?WOOQOAN>zAN>zO%QQUOAN?WOOQO<<Mo<<MoOOQQG26}G26}O!%tQ,UOG26}O#![QSOG26}O&3pQSOG26}O$MUQbOG26}O&3xQ$IUO<<JaO&4VQ$IUO1G2XO&5{Q$IUO1G2kO&8OQ$IUO1G2mO&:RQ$IUO<<KRO&:`Q$IUO<<ItOOQO1G1r1G1rO!'^Q,UOANAaOOQO7+*X7+*XO&:mQSO7+*XO&:xQSO<= XO&;QQ`O7+*ZOOQ(CW<<Kj<<KjO$ mQSO<<KjOOQ(CW<<Ki<<KiO&;[Q`O<<KjO$ mQSO<<KiOOQO7+*d7+*dO9_QSO7+*dO&;cQSO<= aOOQQG27iG27iO9OQ(C[OG27iO!)jQUO1G4tO&;kQSO7++rO%JOQSOANAwOOQQANAwANAwO!%tQ,UOANAwO&;sQSOANAwOOQQANAyANAyO9OQ(C[OANAyO#K`QSOANAyOOQO'#HU'#HUOOQO7+*c7+*cOOQQG22tG22tOOQQANBRANBRO&;{QSOANBROOQQAND|AND|OOQQAND}AND}OOQQ<<L|<<L|O!)jQUOAN?eOOQOG24rG24rO$6nQ(CjOG24rO#![QSOLD,iOOQQLD,iLD,iO!%tQ,UOLD,iO&<QQSOLD,iO&<YQ$IUO7+'sO&>OQ$IUO7+'uO&?tQ,UOG26{OOQO<<Ms<<MsOOQ(CWANAUANAUO$ mQSOANAUOOQ(CWANATANATOOQO<<NO<<NOOOQQLD-TLD-TO&@UQ$IUO7+*`OOQQG27cG27cO%JOQSOG27cO!%tQ,UOG27cOOQQG27eG27eO9OQ(C[OG27eOOQQG27mG27mO&@`Q$IUOG25POOQOLD*^LD*^OOQQ!$(!T!$(!TO#![QSO!$(!TO!%tQ,UO!$(!TO&@jQ(CjOG26{OOQ(CWG26pG26pOOQQLD,}LD,}O%JOQSOLD,}OOQQLD-PLD-POOQQ!)9Eo!)9EoO#![QSO!)9EoOOQQ!$(!i!$(!iOOQQ!.K;Z!.K;ZO&B{Q$IUOG26{O!)jQUO'#DvO0uQSO'#ETO&DqQbO'#JcO!)jQUO'#DnO&DxQUO'#DzO!)jQUO'#D|O&EPQbO'#CfO&GgQbO'#CfO&GwQUO,5;SO!)jQUO,5;^O!)jQUO,5;^O!)jQUO,5;^O!)jQUO,5;^O!)jQUO,5;^O!)jQUO,5;^O!)jQUO,5;^O!)jQUO,5;^O!)jQUO,5;^O!)jQUO,5;^O!)jQUO,5;^O!)jQUO'#IfO&IzQSO,5<cO&JSQ,UO,5;^O&KgQ,UO,5;^O!)jQUO,5;rO0xQSO'#DSO0xQSO'#DSO!%tQ,UO'#FxO&JSQ,UO'#FxO!%tQ,UO'#FzO&JSQ,UO'#FzO!%tQ,UO'#GYO&JSQ,UO'#GYO!)jQUO,5:fO!)jQUO,5@_O&GwQUO1G0nO&KnQ$IUO'#CfO!)jQUO1G1zO!%tQ,UO,5=PO&JSQ,UO,5=PO!%tQ,UO,5=RO&JSQ,UO,5=RO!%tQ,UO,5<mO&JSQ,UO,5<mO&GwQUO1G1{O!)jQUO7+&uO!%tQ,UO1G2XO&JSQ,UO1G2XO!%tQ,UO1G2ZO&JSQ,UO1G2ZO&GwQUO7+'gO&GwQUO7+&YO!%tQ,UOANAaO&JSQ,UOANAaO&KxQSO'#EhO&K}QSO'#EhO&LVQSO'#FWO&L[QSO'#ErO&LaQSO'#JsO&LlQSO'#JqO&LwQSO,5;SO&L|Q,UO,5<`O&MTQSO'#GRO&MYQSO'#GRO&M_QSO,5<aO&MgQSO,5;SO&MoQ$IUO1G1ZO&MvQSO,5<mO&M{QSO,5<mO&NQQSO,5<oO&NVQSO,5<oO&N[QSO1G1{O&NaQSO1G0nO&NfQ,UO<<KuO&NmQ,UO<<KuO7^Q,UO'#FvO8tQSO'#FuO@mQSO'#EgO!)jQUO,5;oO!2dQSO'#GRO!2dQSO'#GRO!2dQSO'#GTO!2dQSO'#GTO!'^Q,UO7+(ZO!'^Q,UO7+(ZO$HyQ`O1G2oO$HyQ`O1G2oO!%tQ,UO,5=TO!%tQ,UO,5=T",
|
|
3694
3694
|
stateData: "' v~O'mOS'nOSROS'oRQ~OPYOQYOV!TO^pOaxObwOikOkYOlkOmkOskOuYOwYO|WO!QkO!RkO!XXO!csO!hZO!kYO!lYO!mYO!otO!quO!tvO!x]O#p}O$QzO$UfO%`{O%b!OO%d|O%e|O%h!PO%j!QO%m!RO%n!RO%p!SO%|!UO&S!VO&U!WO&W!XO&Y!YO&]!ZO&c![O&i!]O&k!^O&m!_O&o!`O&q!aO'tSO'vTO'yUO(RVO(a[O(niO~OPYOQYOa!gOb!fOikOkYOlkOmkOskOuYOwYO|WO!QkO!RkO!X!cO!csO!hZO!kYO!lYO!mYO!otO!quO!t!eO$Q!hO$UfO't!bO'vTO'yUO(RVO(a[O(niO~O^!sOl!kO|!lO![!uO!]!rO!^!rO!x9mO!|!mO!}!mO#O!tO#P!mO#Q!mO#T!vO#U!vO'u!iO'vTO'yUO(U!jO(a!pO~O'o!wO~OPYXXYX^YXkYXyYXzYX|YX!VYX!eYX!fYX!hYX!lYX#XYX#dcX#gYX#hYX#iYX#jYX#kYX#lYX#mYX#nYX#oYX#qYX#sYX#uYX#vYX#{YX'kYX(RYX(bYX(iYX(jYX~O!a$zX~P(gO[!yO'v!{O'w!yO'x!{O~O[!|O'x!{O'y!{O'z!|O~Oq#OO!O#PO(S#PO(T#RO~OPYOQYOa!gOb!fOikOkYOlkOmkOskOuYOwYO|WO!QkO!RkO!X!cO!csO!hZO!kYO!lYO!mYO!otO!quO!t!eO$Q!hO$UfO't9rO'vTO'yUO(RVO(a[O(niO~O!U#VO!V#SO!S(XP!S(fP~P+sO!W#_O~P`OPYOQYOa!gOb!fOkYOlkOmkOskOuYOwYO|WO!QkO!RkO!X!cO!csO!hZO!kYO!lYO!mYO!otO!quO!t!eO$Q!hO$UfO'vTO'yUO(RVO(a[O(niO~Oi#iO!U#eO!x]O#b#hO#c#eO't9sO!g(cP~P._O!h#kO't#jO~O!t#oO!x]O%`#pO~O#d#qO~O!a#rO#d#qO~OP$YOX$aOk#}Oy#vOz#wO|#xO!V$^O!e$PO!f#tO!h#uO!l$YO#g#{O#h#|O#i#|O#j#|O#k$OO#l$PO#m$PO#n$`O#o$PO#q$QO#s$SO#u$UO#v$VO(RVO(b$WO(i#yO(j#zO~O^(VX'k(VX'i(VX!g(VX!S(VX!X(VX%a(VX!a(VX~P1gO#X$bO#{$bOP(WXX(WXk(WXy(WXz(WX|(WX!V(WX!e(WX!h(WX!l(WX#g(WX#h(WX#i(WX#j(WX#k(WX#l(WX#m(WX#n(WX#o(WX#q(WX#s(WX#u(WX#v(WX(R(WX(b(WX(i(WX(j(WX!X(WX%a(WX~O^(WX!f(WX'k(WX'i(WX!S(WX!g(WXo(WX!a(WX~P3}O#X$bO~O$W$dO$Y$cO$a$iO~O!X$jO$UfO$d$kO$f$mO~Oi%POk$qOl$pOm$pOs%QOu%ROw%SO|$xO!X$yO!c%XO!h$uO#c%YO$Q%VO$m%TO$o%UO$r%WO't$oO'vTO'yUO'}%OO(R$rOd(OP~O!h%ZO~O!a%]O~O^%^O'k%^O~O'u!iO~P%QO't%eO~O!h%ZO't%eO'u!iO'}%OO~Ob%lO!h%ZO't%eO~O#o$PO~Oy%qO!X%nO!h%pO%b%tO't%eO'u!iO'vTO'yUO](vP~O!t#oO~O|%vO!X%wO't%eO~O|%vO!X%wO%j%{O't%eO~O't%|O~O#p}O%b!OO%d|O%e|O%h!PO%j!QO%m!RO%n!RO~Oa&VOb&UO!t&SO%`&TO%r&RO~P;fOa&YObwO!X&XO!tvO!x]O#p}O%`{O%d|O%e|O%h!PO%j!QO%m!RO%n!RO%p!SO~O_&]O#X&`O%b&ZO'u!iO~P<eO!h&aO!q&eO~O!h#kO~O!XXO~O^%^O'j&mO'k%^O~O^%^O'j&pO'k%^O~O^%^O'j&rO'k%^O~O'iYX!SYXoYX!gYX&QYX!XYX%aYX!aYX~P(gO!['PO!]&xO!^&xO'u!iO'vTO'yUO~Ol&vO|&uO!U&yO(U&tO!W(YP!W(hP~P?fOg'SO!X'QO't%eO~Ob'XO!h%ZO't%eO~Oy%qO!h%pO~Ol!kO|!lO!x9mO!|!mO!}!mO#P!mO#Q!mO'u!iO'vTO'yUO(U!jO(a!pO~O!['_O!]'^O!^'^O#O!mO#T'`O#U'`O~PAQO^%^O!a#rO!h%ZO'k%^O'}%OO(b'bO~O!l'fO#X'dO~PB`Ol!kO|!lO'vTO'yUO(U!jO(a!pO~O!XXOl(_X|(_XPO'vTO'yUO(RVO(a[O(n;ZO~Oz)SO!h#uO~O!V$^O^$ka'k$ka'i$ka!g$ka!S$ka!X$ka%a$ka!a$ka~O#p)WO~P!%tOy)ZO!a)YO!X$XX$T$XX$W$XX$Y$XX$a$XX~O!a)YO!X(kX$T(kX$W(kX$Y(kX$a(kX~Oy)ZO~P!-SOy)ZO!X(kX$T(kX$W(kX$Y(kX$a(kX~O!X)]O$T)aO$W)[O$Y)[O$a)bO~O!U)eO~P!)jO$W$dO$Y$cO$a)iO~Og$sXy$sX|$sX!f$sX(i$sX(j$sX~OdfXd$sXgfX!VfX#XfX~P!.xOl)kO~Oq)lO(S)mO(T)oO~Og)xOy)qO|)rO(i)tO(j)vO~Od)pO~P!0ROd)yO~Oi%POk$qOl$pOm$pOs%QOu%ROw:VO|$xO!X$yO!c;aO!h$uO#c:]O$Q%VO$m:XO$o:ZO$r%WO'vTO'yUO'}%OO(R$rO~O!U)}O't)zO!g(oP~P!0pO#d*PO~O!h*QO~O!U*VO't*SO!S(pP~P!0pOk*cO|*ZO![*aO!]*YO!^*YO!h*QO#T*bO%W*]O'u!iO(U!jO~O!W*`O~P!2vO!f#tOg(QXy(QX|(QX(i(QX(j(QX!V(QX#X(QX~Od(QX#y(QX~P!3oOg*fO#X*eOd(PX!V(PX~O!V*gOd(OX~O't%|Od(OP~O!h*nO~O't(gO~Oi*rO|%vO!U#eO!X%wO!x]O#b#hO#c#eO't%eO!g(cP~O!a#rO#d*sO~OP$YOX$aOk#}Oy#vOz#wO|#xO!e$PO!f#tO!h#uO!l$YO#g#{O#h#|O#i#|O#j#|O#k$OO#l$PO#m$PO#n$`O#o$PO#q$QO#s$SO#u$UO#v$VO(RVO(b$WO(i#yO(j#zO~O^!ba!V!ba'k!ba'i!ba!S!ba!g!bao!ba!X!ba%a!ba!a!ba~P!6UOy#vOz#wO|#xO!f#tO!h#uO(RVOP!naX!nak!na!V!na!e!na!l!na#g!na#h!na#i!na#j!na#k!na#l!na#m!na#n!na#o!na#q!na#s!na#u!na#v!na(b!na(i!na(j!na~O^!na'k!na'i!na!S!na!g!nao!na!X!na%a!na!a!na~P!8oOy#vOz#wO|#xO!f#tO!h#uO(RVOP!paX!pak!pa!V!pa!e!pa!l!pa#g!pa#h!pa#i!pa#j!pa#k!pa#l!pa#m!pa#n!pa#o!pa#q!pa#s!pa#u!pa#v!pa(b!pa(i!pa(j!pa~O^!pa'k!pa'i!pa!S!pa!g!pao!pa!X!pa%a!pa!a!pa~P!;YOg*{O!X'QO%a*zO'}%OO~O!a*}O^'|X!X'|X'k'|X!V'|X~O^%^O!XXO'k%^O~O!h%ZO'}%OO~O!h%ZO't%eO'}%OO~O!a#rO#d(iO~O%b+ZO't+VO'vTO'yUO!W(wP~O!V+[O](vX~O(U(oO~OX+`O~O]+aO~O!X%nO't%eO'u!iO](vP~O|%vO!U+eO!V'}O!X%wO't%eO!S(fP~Ol&|O|+gO!U+fO'vTO'yUO(U(oO~O!W(hP~P!@xO!V+hO^(sX'k(sX~O#X+lO'}%OO~Og+oO!X$yO'}%OO~O!X+qO~Oy+sO!XXO~O!t+xO~Ob+}O~O't#jO!W(uP~Ob%lO~O%b!OO't%|O~P<eOX,TO],SO~OPYOQYOaxObwOikOkYOlkOmkOskOuYOwYO|WO!QkO!RkO!csO!hZO!kYO!lYO!mYO!otO!quO!tvO!x]O$UfO%`{O'vTO'yUO(RVO(a[O(niO~O!X!cO$Q!hO't!bO~P!C]O],SO^%^O'k%^O~O^,XO#p,ZO%d,ZO%e,ZO~P%QO!h&aO~O&S,`O~O!X,bO~O&e,dO&g,eOP&baQ&baV&ba^&baa&bab&bai&bak&bal&bam&bas&bau&baw&ba|&ba!Q&ba!R&ba!X&ba!c&ba!h&ba!k&ba!l&ba!m&ba!o&ba!q&ba!t&ba!x&ba#p&ba$Q&ba$U&ba%`&ba%b&ba%d&ba%e&ba%h&ba%j&ba%m&ba%n&ba%p&ba%|&ba&S&ba&U&ba&W&ba&Y&ba&]&ba&c&ba&i&ba&k&ba&m&ba&o&ba&q&ba'i&ba't&ba'v&ba'y&ba(R&ba(a&ba(n&ba!W&ba&Z&ba_&ba&`&ba~O't,jO~O!V{X!V!_X!W{X!W!_X!a{X!a!_X!h!_X#X{X'}!_X~O!a,oO#X,nO!V#aX!V(ZX!W#aX!W(ZX!a(ZX!h(ZX'}(ZX~O!a,qO!h%ZO'}%OO!V!ZX!W!ZX~Ol!kO|!lO'vTO'yUO(U!jO~OP9lOQ9lOa;]Ob!fOikOk9lOlkOmkOskOu9lOw9lO|WO!QkO!RkO!X!cO!c9oO!hZO!k9lO!l9lO!m9lO!o9pO!q9qO!t!eO$Q!hO$UfO'vTO'yUO(RVO(a[O(n;ZO~O't:bO~P!LrO!V,uO!W(YX~O!W,wO~O!a,oO#X,nO!V#aX!W#aX~O!V,xO!W(hX~O!W,zO~O!],{O!^,{O'u!iO~P!LaO!W-OO~P'TOg-RO!X'QO~O!S-WO~Ol!wa![!wa!]!wa!^!wa!|!wa!}!wa#O!wa#P!wa#Q!wa#T!wa#U!wa'u!wa'v!wa'y!wa(U!wa(a!wa~P!!pO!l-]O#X-ZO~PB`O!]-_O!^-_O'u!iO~PCOO^%^O#X-ZO'k%^O~O^%^O!a#rO#X-ZO'k%^O~O^%^O!a#rO!l-]O#X-ZO'k%^O(b'bO~O'p'jO'q'jO'r-dO~Oo-eO~O!S&|a!V&|a~P!6UO!U-iO!S&|X!V&|X~P%QO!V'vO!S(Xa~O!S(Xa~PFrO!V'}O!S(fa~O|%vO!U-mO!X%wO't%eO!S'SX!V'SX~O#X-oO!V(da!g(da^(da'k(da~O!a#rO~P#&xO!V(ZO!g(ca~O|%vO!X%wO#c-sO't%eO~Oi-xO|%vO!U-uO!X%wO!x]O#b-wO#c-uO't%eO!V'VX!g'VX~Oz-|O!h#uO~Og.PO!X'QO%a.OO'}%OO~O^#[i!V#[i'k#[i'i#[i!S#[i!g#[io#[i!X#[i%a#[i!a#[i~P!6UOg;gOy)qO|)rO(i)tO(j)vO~O#d#Wa^#Wa#X#Wa'k#Wa!V#Wa!g#Wa!X#Wa!S#Wa~P#)tO#d(QXP(QXX(QX^(QXk(QXz(QX!e(QX!h(QX!l(QX#g(QX#h(QX#i(QX#j(QX#k(QX#l(QX#m(QX#n(QX#o(QX#q(QX#s(QX#u(QX#v(QX'k(QX(R(QX(b(QX!g(QX!S(QX'i(QXo(QX!X(QX%a(QX!a(QX~P!3oO!V.YOd([X~P!0ROd.[O~O!V.]O!g(]X~P!6UO!g.`O~O!S.bO~OP$YOy#vOz#wO|#xO!f#tO!h#uO!l$YO(RVOX#fi^#fik#fi!V#fi!e#fi#h#fi#i#fi#j#fi#k#fi#l#fi#m#fi#n#fi#o#fi#q#fi#s#fi#u#fi#v#fi'k#fi(b#fi(i#fi(j#fi'i#fi!S#fi!g#fio#fi!X#fi%a#fi!a#fi~O#g#fi~P#-pO#g#{O~P#-pOP$YOy#vOz#wO|#xO!f#tO!h#uO!l$YO#g#{O#h#|O#i#|O#j#|O(RVOX#fi^#fi!V#fi!e#fi#k#fi#l#fi#m#fi#n#fi#o#fi#q#fi#s#fi#u#fi#v#fi'k#fi(b#fi(i#fi(j#fi'i#fi!S#fi!g#fio#fi!X#fi%a#fi!a#fi~Ok#fi~P#0bOk#}O~P#0bOP$YOk#}Oy#vOz#wO|#xO!f#tO!h#uO!l$YO#g#{O#h#|O#i#|O#j#|O#k$OO(RVO^#fi!V#fi#q#fi#s#fi#u#fi#v#fi'k#fi(b#fi(i#fi(j#fi'i#fi!S#fi!g#fio#fi!X#fi%a#fi!a#fi~OX#fi!e#fi#l#fi#m#fi#n#fi#o#fi~P#3SOX$aO!e$PO#l$PO#m$PO#n$`O#o$PO~P#3SOP$YOX$aOk#}Oy#vOz#wO|#xO!e$PO!f#tO!h#uO!l$YO#g#{O#h#|O#i#|O#j#|O#k$OO#l$PO#m$PO#n$`O#o$PO#q$QO(RVO^#fi!V#fi#s#fi#u#fi#v#fi'k#fi(b#fi(j#fi'i#fi!S#fi!g#fio#fi!X#fi%a#fi!a#fi~O(i#fi~P#6TO(i#yO~P#6TOP$YOX$aOk#}Oy#vOz#wO|#xO!e$PO!f#tO!h#uO!l$YO#g#{O#h#|O#i#|O#j#|O#k$OO#l$PO#m$PO#n$`O#o$PO#q$QO#s$SO(RVO(i#yO^#fi!V#fi#u#fi#v#fi'k#fi(b#fi'i#fi!S#fi!g#fio#fi!X#fi%a#fi!a#fi~O(j#fi~P#8uO(j#zO~P#8uOP$YOX$aOk#}Oy#vOz#wO|#xO!e$PO!f#tO!h#uO!l$YO#g#{O#h#|O#i#|O#j#|O#k$OO#l$PO#m$PO#n$`O#o$PO#q$QO#s$SO#u$UO(RVO(i#yO(j#zO~O^#fi!V#fi#v#fi'k#fi(b#fi'i#fi!S#fi!g#fio#fi!X#fi%a#fi!a#fi~P#;gOPYXXYXkYXyYXzYX|YX!eYX!fYX!hYX!lYX#XYX#dcX#gYX#hYX#iYX#jYX#kYX#lYX#mYX#nYX#oYX#qYX#sYX#uYX#vYX#{YX(RYX(bYX(iYX(jYX!VYX!WYX~O#yYX~P#>QOP$YOX:TOk9wOy#vOz#wO|#xO!e9yO!f#tO!h#uO!l$YO#g9uO#h9vO#i9vO#j9vO#k9xO#l9yO#m9yO#n:SO#o9yO#q9zO#s9|O#u:OO#v:PO(RVO(b$WO(i#yO(j#zO~O#y.dO~P#@_O#X:UO#{:UO#y(WX!W(WX~PNlO^'Ya!V'Ya'k'Ya'i'Ya!g'Ya!S'Yao'Ya!X'Ya%a'Ya!a'Ya~P!6UOP#fiX#fi^#fik#fiz#fi!V#fi!e#fi!f#fi!h#fi!l#fi#g#fi#h#fi#i#fi#j#fi#k#fi#l#fi#m#fi#n#fi#o#fi#q#fi#s#fi#u#fi#v#fi'k#fi(R#fi(b#fi'i#fi!S#fi!g#fio#fi!X#fi%a#fi!a#fi~P#)tO^#zi!V#zi'k#zi'i#zi!S#zi!g#zio#zi!X#zi%a#zi!a#zi~P!6UO$W.iO$Y.iO~O$W.jO$Y.jO~O!a)YO#X.kO!X$^X$T$^X$W$^X$Y$^X$a$^X~O!U.lO~O!X)]O$T.nO$W)[O$Y)[O$a.oO~O!V:QO!W(VX~P#@_O!W.pO~O!a)YO$a(kX~O$a.rO~Oq)lO(S)mO(T.uO~Ol.xO!S.yO'vTO'yUO~O!VcX!acX!gcX!g$sX(bcX~P!.xO!g/PO~P#)tO!V/QO!a#rO(b'bO!g(oX~O!g/VO~O!U)}O't%eO!g(oP~O#d/XO~O!S$sX!V$sX!a$zX~P!.xO!V/YO!S(pX~P#)tO!a/[O~O!S/^O~Ok/bO!a#rO!h%ZO'}%OO(b'bO~O't/dO~O!a*}O~O^%^O!V/hO'k%^O~O!W/jO~P!2vO!]/kO!^/kO'u!iO(U!jO~O|/mO(U!jO~O#T/nO~O't%|Od'_X!V'_X~O!V*gOd(Oa~Od/sO~Oy/tOz/tO|/uOgva(iva(jva!Vva#Xva~Odva#yva~P#L|Oy)qO|)rOg$la(i$la(j$la!V$la#X$la~Od$la#y$la~P#MrOy)qO|)rOg$na(i$na(j$na!V$na#X$na~Od$na#y$na~P#NeO#d/wO~Od$|a!V$|a#X$|a#y$|a~P!0RO!a#rO~O#d/zO~Oy#vOz#wO|#xO!f#tO!h#uO(RVOP!niX!nik!ni!V!ni!e!ni!l!ni#g!ni#h!ni#i!ni#j!ni#k!ni#l!ni#m!ni#n!ni#o!ni#q!ni#s!ni#u!ni#v!ni(b!ni(i!ni(j!ni~O^!ni'k!ni'i!ni!S!ni!g!nio!ni!X!ni%a!ni!a!ni~P$ wOg.PO!X'QO%a.OO~Oi0RO't0QO~P!0sO!a*}O^'|a!X'|a'k'|a!V'|a~O#d0XO~OXYX!VcX!WcX~O!V0YO!W(wX~O!W0[O~OX0]O~O't+VO'vTO'yUO~O!X%nO't%eO]'gX!V'gX~O!V+[O](va~O!g0bO~P!6UOX0eO~O]0fO~O!V+hO^(sa'k(sa~O#X0lO~Og0oO!X$yO~O(U(oO!W(tP~Og0xO!X0uO%a0wO'}%OO~OX1SO!V1QO!W(uX~O!W1TO~O]1VO^%^O'k%^O~O't#jO'vTO'yUO~O#X$bO#{$bOP(WXX(WXk(WXy(WXz(WX|(WX!V(WX!e(WX!h(WX!l(WX#g(WX#h(WX#i(WX#j(WX#k(WX#l(WX#m(WX#n(WX#q(WX#s(WX#u(WX#v(WX(R(WX(b(WX(i(WX(j(WX~O#o1YO&Q1ZO^(WX!f(WX~P$(xO#X$bO#o1YO&Q1ZO~O^1[O~P%QO^1^O~O&Z1bOP&XiQ&XiV&Xi^&Xia&Xib&Xii&Xik&Xil&Xim&Xis&Xiu&Xiw&Xi|&Xi!Q&Xi!R&Xi!X&Xi!c&Xi!h&Xi!k&Xi!l&Xi!m&Xi!o&Xi!q&Xi!t&Xi!x&Xi#p&Xi$Q&Xi$U&Xi%`&Xi%b&Xi%d&Xi%e&Xi%h&Xi%j&Xi%m&Xi%n&Xi%p&Xi%|&Xi&S&Xi&U&Xi&W&Xi&Y&Xi&]&Xi&c&Xi&i&Xi&k&Xi&m&Xi&o&Xi&q&Xi'i&Xi't&Xi'v&Xi'y&Xi(R&Xi(a&Xi(n&Xi!W&Xi_&Xi&`&Xi~O_1hO!W1fO&`1gO~P`O!XXO!h1jO~O&g,eOP&biQ&biV&bi^&bia&bib&bii&bik&bil&bim&bis&biu&biw&bi|&bi!Q&bi!R&bi!X&bi!c&bi!h&bi!k&bi!l&bi!m&bi!o&bi!q&bi!t&bi!x&bi#p&bi$Q&bi$U&bi%`&bi%b&bi%d&bi%e&bi%h&bi%j&bi%m&bi%n&bi%p&bi%|&bi&S&bi&U&bi&W&bi&Y&bi&]&bi&c&bi&i&bi&k&bi&m&bi&o&bi&q&bi'i&bi't&bi'v&bi'y&bi(R&bi(a&bi(n&bi!W&bi&Z&bi_&bi&`&bi~O!S1pO~O!V!Za!W!Za~P#@_Ol!kO|!lO!U1vO(U!jO!V&}X!W&}X~P?fO!V,uO!W(Ya~O!V'TX!W'TX~P!@xO!V,xO!W(ha~O!W1}O~P'TO^%^O#X2WO'k%^O~O^%^O!a#rO#X2WO'k%^O~O^%^O!a#rO!l2[O#X2WO'k%^O(b'bO~O^%^O'k%^O~P!6UO!V$^Oo$ka~O!S&|i!V&|i~P!6UO!V'vO!S(Xi~O!V'}O!S(fi~O!S(gi!V(gi~P!6UO!V(di!g(di^(di'k(di~P!6UO#X2^O!V(di!g(di^(di'k(di~O!V(ZO!g(ci~O|%vO!X%wO!x]O#b2cO#c2bO't%eO~O|%vO!X%wO#c2bO't%eO~Og2jO!X'QO%a2iO~Og2jO!X'QO%a2iO'}%OO~O#dvaPvaXva^vakva!eva!fva!hva!lva#gva#hva#iva#jva#kva#lva#mva#nva#ova#qva#sva#uva#vva'kva(Rva(bva!gva!Sva'ivaova!Xva%ava!ava~P#L|O#d$laP$laX$la^$lak$laz$la!e$la!f$la!h$la!l$la#g$la#h$la#i$la#j$la#k$la#l$la#m$la#n$la#o$la#q$la#s$la#u$la#v$la'k$la(R$la(b$la!g$la!S$la'i$lao$la!X$la%a$la!a$la~P#MrO#d$naP$naX$na^$nak$naz$na!e$na!f$na!h$na!l$na#g$na#h$na#i$na#j$na#k$na#l$na#m$na#n$na#o$na#q$na#s$na#u$na#v$na'k$na(R$na(b$na!g$na!S$na'i$nao$na!X$na%a$na!a$na~P#NeO#d$|aP$|aX$|a^$|ak$|az$|a!V$|a!e$|a!f$|a!h$|a!l$|a#g$|a#h$|a#i$|a#j$|a#k$|a#l$|a#m$|a#n$|a#o$|a#q$|a#s$|a#u$|a#v$|a'k$|a(R$|a(b$|a!g$|a!S$|a'i$|a#X$|ao$|a!X$|a%a$|a!a$|a~P#)tO^#[q!V#[q'k#[q'i#[q!S#[q!g#[qo#[q!X#[q%a#[q!a#[q~P!6UOd'OX!V'OX~P!'^O!V.YOd([a~O!U2rO!V'PX!g'PX~P%QO!V.]O!g(]a~O!V.]O!g(]a~P!6UO!S2uO~O#y!ja!W!ja~PJ`O#y!ba!V!ba!W!ba~P#@_O#y!na!W!na~P!8oO#y!pa!W!pa~P!;YO!X3XO$UfO$_3YO~O!W3^O~Oo3_O~P#)tO^$hq!V$hq'k$hq'i$hq!S$hq!g$hqo$hq!X$hq%a$hq!a$hq~P!6UO!S3`O~Ol.xO'vTO'yUO~Oy)qO|)rO(j)vOg%Xi(i%Xi!V%Xi#X%Xi~Od%Xi#y%Xi~P$GeOy)qO|)rOg%Zi(i%Zi(j%Zi!V%Zi#X%Zi~Od%Zi#y%Zi~P$HWO(b$WO~P#)tO!U3cO't%eO!V'ZX!g'ZX~O!V/QO!g(oa~O!V/QO!a#rO!g(oa~O!V/QO!a#rO(b'bO!g(oa~Od$ui!V$ui#X$ui#y$ui~P!0RO!U3kO't*SO!S']X!V']X~P!0pO!V/YO!S(pa~O!V/YO!S(pa~P#)tO!a#rO#o3sO~Ok3vO!a#rO(b'bO~Od(Pi!V(Pi~P!0RO#X3yOd(Pi!V(Pi~P!0RO!g3|O~O^$iq!V$iq'k$iq'i$iq!S$iq!g$iqo$iq!X$iq%a$iq!a$iq~P!6UO!V4QO!X(qX~P#)tO!f#tO~P3}O^$sX!X$sX%UYX'k$sX!V$sX~P!.xO%U4SO^hXghXyhX|hX!XhX'khX(ihX(jhX!VhX~O%U4SO~O%b4ZO't+VO'vTO'yUO!V'fX!W'fX~O!V0YO!W(wa~OX4_O~O]4`O~O!S4dO~O^%^O'k%^O~P#)tO!X$yO~P#)tO!V4iO#X4kO!W(tX~O!W4lO~Ol!kO|4mO![!uO!]!rO!^!rO!x9mO!|!mO!}!mO#O!mO#P!mO#Q!mO#T4rO#U!vO'u!iO'vTO'yUO(U!jO(a!pO~O!W4qO~P%!VOg4wO!X0uO%a4vO~Og4wO!X0uO%a4vO'}%OO~O't#jO!V'eX!W'eX~O!V1QO!W(ua~O'vTO'yUO(U5QO~O]5UO~O!g5XO~P%QO^5ZO~O^5ZO~P%QO#o5]O&Q5^O~PMOO_1hO!W5bO&`1gO~P`O!a5dO~O!a5fO!V(Zi!W(Zi!a(Zi!h(Zi'}(Zi~O!V#ai!W#ai~P#@_O#X5gO!V#ai!W#ai~O!V!Zi!W!Zi~P#@_O^%^O#X5pO'k%^O~O^%^O!a#rO#X5pO'k%^O~O!V(dq!g(dq^(dq'k(dq~P!6UO!V(ZO!g(cq~O|%vO!X%wO#c5wO't%eO~O!X'QO%a5zO~Og5}O!X'QO%a5zO~O#d%XiP%XiX%Xi^%Xik%Xiz%Xi!e%Xi!f%Xi!h%Xi!l%Xi#g%Xi#h%Xi#i%Xi#j%Xi#k%Xi#l%Xi#m%Xi#n%Xi#o%Xi#q%Xi#s%Xi#u%Xi#v%Xi'k%Xi(R%Xi(b%Xi!g%Xi!S%Xi'i%Xio%Xi!X%Xi%a%Xi!a%Xi~P$GeO#d%ZiP%ZiX%Zi^%Zik%Ziz%Zi!e%Zi!f%Zi!h%Zi!l%Zi#g%Zi#h%Zi#i%Zi#j%Zi#k%Zi#l%Zi#m%Zi#n%Zi#o%Zi#q%Zi#s%Zi#u%Zi#v%Zi'k%Zi(R%Zi(b%Zi!g%Zi!S%Zi'i%Zio%Zi!X%Zi%a%Zi!a%Zi~P$HWO#d$uiP$uiX$ui^$uik$uiz$ui!V$ui!e$ui!f$ui!h$ui!l$ui#g$ui#h$ui#i$ui#j$ui#k$ui#l$ui#m$ui#n$ui#o$ui#q$ui#s$ui#u$ui#v$ui'k$ui(R$ui(b$ui!g$ui!S$ui'i$ui#X$uio$ui!X$ui%a$ui!a$ui~P#)tOd'Oa!V'Oa~P!0RO!V'Pa!g'Pa~P!6UO!V.]O!g(]i~O#y#[i!V#[i!W#[i~P#@_OP$YOy#vOz#wO|#xO!f#tO!h#uO!l$YO(RVOX#fik#fi!e#fi#h#fi#i#fi#j#fi#k#fi#l#fi#m#fi#n#fi#o#fi#q#fi#s#fi#u#fi#v#fi#y#fi(b#fi(i#fi(j#fi!V#fi!W#fi~O#g#fi~P%0fO#g9uO~P%0fOP$YOy#vOz#wO|#xO!f#tO!h#uO!l$YO#g9uO#h9vO#i9vO#j9vO(RVOX#fi!e#fi#k#fi#l#fi#m#fi#n#fi#o#fi#q#fi#s#fi#u#fi#v#fi#y#fi(b#fi(i#fi(j#fi!V#fi!W#fi~Ok#fi~P%2qOk9wO~P%2qOP$YOk9wOy#vOz#wO|#xO!f#tO!h#uO!l$YO#g9uO#h9vO#i9vO#j9vO#k9xO(RVO#q#fi#s#fi#u#fi#v#fi#y#fi(b#fi(i#fi(j#fi!V#fi!W#fi~OX#fi!e#fi#l#fi#m#fi#n#fi#o#fi~P%4|OX:TO!e9yO#l9yO#m9yO#n:SO#o9yO~P%4|OP$YOX:TOk9wOy#vOz#wO|#xO!e9yO!f#tO!h#uO!l$YO#g9uO#h9vO#i9vO#j9vO#k9xO#l9yO#m9yO#n:SO#o9yO#q9zO(RVO#s#fi#u#fi#v#fi#y#fi(b#fi(j#fi!V#fi!W#fi~O(i#fi~P%7hO(i#yO~P%7hOP$YOX:TOk9wOy#vOz#wO|#xO!e9yO!f#tO!h#uO!l$YO#g9uO#h9vO#i9vO#j9vO#k9xO#l9yO#m9yO#n:SO#o9yO#q9zO#s9|O(RVO(i#yO#u#fi#v#fi#y#fi(b#fi!V#fi!W#fi~O(j#fi~P%9sO(j#zO~P%9sOP$YOX:TOk9wOy#vOz#wO|#xO!e9yO!f#tO!h#uO!l$YO#g9uO#h9vO#i9vO#j9vO#k9xO#l9yO#m9yO#n:SO#o9yO#q9zO#s9|O#u:OO(RVO(i#yO(j#zO~O#v#fi#y#fi(b#fi!V#fi!W#fi~P%<OO^#wy!V#wy'k#wy'i#wy!S#wy!g#wyo#wy!X#wy%a#wy!a#wy~P!6UOg;hOy)qO|)rO(i)tO(j)vO~OP#fiX#fik#fiz#fi!e#fi!f#fi!h#fi!l#fi#g#fi#h#fi#i#fi#j#fi#k#fi#l#fi#m#fi#n#fi#o#fi#q#fi#s#fi#u#fi#v#fi#y#fi(R#fi(b#fi!V#fi!W#fi~P%>vO!f#tOP(QXX(QXg(QXk(QXy(QXz(QX|(QX!e(QX!h(QX!l(QX#g(QX#h(QX#i(QX#j(QX#k(QX#l(QX#m(QX#n(QX#o(QX#q(QX#s(QX#u(QX#v(QX#y(QX(R(QX(b(QX(i(QX(j(QX!V(QX!W(QX~O#y#zi!V#zi!W#zi~P#@_O#y!ni!W!ni~P$ wO!W6ZO~O!V'Ya!W'Ya~P#@_O!a#rO(b'bO!V'Za!g'Za~O!V/QO!g(oi~O!V/QO!a#rO!g(oi~Od$uq!V$uq#X$uq#y$uq~P!0RO!S']a!V']a~P#)tO!a6bO~O!V/YO!S(pi~P#)tO!V/YO!S(pi~O!S6fO~O!a#rO#o6kO~Ok6lO!a#rO(b'bO~O!S6nO~Od$wq!V$wq#X$wq#y$wq~P!0RO^$iy!V$iy'k$iy'i$iy!S$iy!g$iyo$iy!X$iy%a$iy!a$iy~P!6UO!V4QO!X(qa~O^#[y!V#[y'k#[y'i#[y!S#[y!g#[yo#[y!X#[y%a#[y!a#[y~P!6UOX6sO~O!V0YO!W(wi~O]6yO~O!a5fO~O(U(oO!V'bX!W'bX~O!V4iO!W(ta~OikO't7QO~P._O!W7TO~P%!VOl!kO|7UO'vTO'yUO(U!jO(a!pO~O!X0uO~O!X0uO%a7WO~Og7ZO!X0uO%a7WO~OX7`O!V'ea!W'ea~O!V1QO!W(ui~O!g7dO~O!g7eO~O!g7fO~O!g7fO~P%QO^7hO~O!a7kO~O!g7lO~O!V(gi!W(gi~P#@_O^%^O#X7tO'k%^O~O!V(dy!g(dy^(dy'k(dy~P!6UO!V(ZO!g(cy~O!X'QO%a7wO~O#d$uqP$uqX$uq^$uqk$uqz$uq!V$uq!e$uq!f$uq!h$uq!l$uq#g$uq#h$uq#i$uq#j$uq#k$uq#l$uq#m$uq#n$uq#o$uq#q$uq#s$uq#u$uq#v$uq'k$uq(R$uq(b$uq!g$uq!S$uq'i$uq#X$uqo$uq!X$uq%a$uq!a$uq~P#)tO#d$wqP$wqX$wq^$wqk$wqz$wq!V$wq!e$wq!f$wq!h$wq!l$wq#g$wq#h$wq#i$wq#j$wq#k$wq#l$wq#m$wq#n$wq#o$wq#q$wq#s$wq#u$wq#v$wq'k$wq(R$wq(b$wq!g$wq!S$wq'i$wq#X$wqo$wq!X$wq%a$wq!a$wq~P#)tO!V'Pi!g'Pi~P!6UO#y#[q!V#[q!W#[q~P#@_Oy/tOz/tO|/uOPvaXvagvakva!eva!fva!hva!lva#gva#hva#iva#jva#kva#lva#mva#nva#ova#qva#sva#uva#vva#yva(Rva(bva(iva(jva!Vva!Wva~Oy)qO|)rOP$laX$lag$lak$laz$la!e$la!f$la!h$la!l$la#g$la#h$la#i$la#j$la#k$la#l$la#m$la#n$la#o$la#q$la#s$la#u$la#v$la#y$la(R$la(b$la(i$la(j$la!V$la!W$la~Oy)qO|)rOP$naX$nag$nak$naz$na!e$na!f$na!h$na!l$na#g$na#h$na#i$na#j$na#k$na#l$na#m$na#n$na#o$na#q$na#s$na#u$na#v$na#y$na(R$na(b$na(i$na(j$na!V$na!W$na~OP$|aX$|ak$|az$|a!e$|a!f$|a!h$|a!l$|a#g$|a#h$|a#i$|a#j$|a#k$|a#l$|a#m$|a#n$|a#o$|a#q$|a#s$|a#u$|a#v$|a#y$|a(R$|a(b$|a!V$|a!W$|a~P%>vO#y$hq!V$hq!W$hq~P#@_O#y$iq!V$iq!W$iq~P#@_O!W8RO~O#y8SO~P!0RO!a#rO!V'Zi!g'Zi~O!a#rO(b'bO!V'Zi!g'Zi~O!V/QO!g(oq~O!S']i!V']i~P#)tO!V/YO!S(pq~O!S8YO~P#)tO!S8YO~Od(Py!V(Py~P!0RO!V'`a!X'`a~P#)tO^%Tq!X%Tq'k%Tq!V%Tq~P#)tOX8_O~O!V0YO!W(wq~O#X8cO!V'ba!W'ba~O!V4iO!W(ti~P#@_OPYXXYXkYXyYXzYX|YX!SYX!VYX!eYX!fYX!hYX!lYX#XYX#dcX#gYX#hYX#iYX#jYX#kYX#lYX#mYX#nYX#oYX#qYX#sYX#uYX#vYX#{YX(RYX(bYX(iYX(jYX~O!a%RX#o%RX~P&/vO!X0uO%a8gO~O'vTO'yUO(U8lO~O!V1QO!W(uq~O!g8oO~O!g8oO~P%QO!g8qO~O!g8rO~O#X8tO!V#ay!W#ay~O!V#ay!W#ay~P#@_O!X'QO%a8yO~O#y#wy!V#wy!W#wy~P#@_OP$uiX$uik$uiz$ui!e$ui!f$ui!h$ui!l$ui#g$ui#h$ui#i$ui#j$ui#k$ui#l$ui#m$ui#n$ui#o$ui#q$ui#s$ui#u$ui#v$ui#y$ui(R$ui(b$ui!V$ui!W$ui~P%>vOy)qO|)rO(j)vOP%XiX%Xig%Xik%Xiz%Xi!e%Xi!f%Xi!h%Xi!l%Xi#g%Xi#h%Xi#i%Xi#j%Xi#k%Xi#l%Xi#m%Xi#n%Xi#o%Xi#q%Xi#s%Xi#u%Xi#v%Xi#y%Xi(R%Xi(b%Xi(i%Xi!V%Xi!W%Xi~Oy)qO|)rOP%ZiX%Zig%Zik%Ziz%Zi!e%Zi!f%Zi!h%Zi!l%Zi#g%Zi#h%Zi#i%Zi#j%Zi#k%Zi#l%Zi#m%Zi#n%Zi#o%Zi#q%Zi#s%Zi#u%Zi#v%Zi#y%Zi(R%Zi(b%Zi(i%Zi(j%Zi!V%Zi!W%Zi~O#y$iy!V$iy!W$iy~P#@_O#y#[y!V#[y!W#[y~P#@_O!a#rO!V'Zq!g'Zq~O!V/QO!g(oy~O!S']q!V']q~P#)tO!S9QO~P#)tO!V0YO!W(wy~O!V4iO!W(tq~O!X0uO%a9XO~O!g9[O~O!X'QO%a9aO~OP$uqX$uqk$uqz$uq!e$uq!f$uq!h$uq!l$uq#g$uq#h$uq#i$uq#j$uq#k$uq#l$uq#m$uq#n$uq#o$uq#q$uq#s$uq#u$uq#v$uq#y$uq(R$uq(b$uq!V$uq!W$uq~P%>vOP$wqX$wqk$wqz$wq!e$wq!f$wq!h$wq!l$wq#g$wq#h$wq#i$wq#j$wq#k$wq#l$wq#m$wq#n$wq#o$wq#q$wq#s$wq#u$wq#v$wq#y$wq(R$wq(b$wq!V$wq!W$wq~P%>vOd%]!Z!V%]!Z#X%]!Z#y%]!Z~P!0RO!V'bq!W'bq~P#@_O!V#a!Z!W#a!Z~P#@_O#d%]!ZP%]!ZX%]!Z^%]!Zk%]!Zz%]!Z!V%]!Z!e%]!Z!f%]!Z!h%]!Z!l%]!Z#g%]!Z#h%]!Z#i%]!Z#j%]!Z#k%]!Z#l%]!Z#m%]!Z#n%]!Z#o%]!Z#q%]!Z#s%]!Z#u%]!Z#v%]!Z'k%]!Z(R%]!Z(b%]!Z!g%]!Z!S%]!Z'i%]!Z#X%]!Zo%]!Z!X%]!Z%a%]!Z!a%]!Z~P#)tOP%]!ZX%]!Zk%]!Zz%]!Z!e%]!Z!f%]!Z!h%]!Z!l%]!Z#g%]!Z#h%]!Z#i%]!Z#j%]!Z#k%]!Z#l%]!Z#m%]!Z#n%]!Z#o%]!Z#q%]!Z#s%]!Z#u%]!Z#v%]!Z#y%]!Z(R%]!Z(b%]!Z!V%]!Z!W%]!Z~P%>vOo(VX~P1gO'u!iO~P!)jO!ScX!VcX#XcX~P&/vOPYXXYXkYXyYXzYX|YX!VYX!VcX!eYX!fYX!hYX!lYX#XYX#XcX#dcX#gYX#hYX#iYX#jYX#kYX#lYX#mYX#nYX#oYX#qYX#sYX#uYX#vYX#{YX(RYX(bYX(iYX(jYX~O!acX!gYX!gcX(bcX~P&E^OP9lOQ9lOa;]Ob!fOikOk9lOlkOmkOskOu9lOw9lO|WO!QkO!RkO!XXO!c9oO!hZO!k9lO!l9lO!m9lO!o9pO!q9qO!t!eO$Q!hO$UfO't)PO'vTO'yUO(RVO(a[O(n;ZO~O!V:QO!W$ka~Oi%POk$qOl$pOm$pOs%QOu%ROw:WO|$xO!X$yO!c;bO!h$uO#c:^O$Q%VO$m:YO$o:[O$r%WO't(gO'vTO'yUO'}%OO(R$rO~O#p)WO~P&JSO!WYX!WcX~P&E^O#d9tO~O!a#rO#d9tO~O#X:UO~O#o9yO~O#X:`O!V(gX!W(gX~O#X:UO!V(eX!W(eX~O#d:aO~Od:cO~P!0RO#d:hO~O#d:iO~O!a#rO#d:jO~O!a#rO#d:aO~O#y:kO~P#@_O#d:lO~O#d:mO~O#d:nO~O#d:oO~O#d:pO~O#d:qO~O#y:rO~P!0RO#y:sO~P!0RO$U~!f!|!}#P#Q#T#b#c#n(n$m$o$r%U%`%a%b%h%j%m%n%p%r~'oR$U(n#h!R'm'u#il#g#jky'n(U'n't$W$Y$W~",
|
|
@@ -3719,7 +3719,7 @@ const parser$3 = LRParser.deserialize({
|
|
|
3719
3719
|
},
|
|
3720
3720
|
specialized: [{
|
|
3721
3721
|
term: 312,
|
|
3722
|
-
get: value => spec_identifier
|
|
3722
|
+
get: value => spec_identifier[value] || -1
|
|
3723
3723
|
}, {
|
|
3724
3724
|
term: 328,
|
|
3725
3725
|
get: value => spec_word[value] || -1
|
|
@@ -3860,7 +3860,7 @@ highlighting and indentation information.
|
|
|
3860
3860
|
*/
|
|
3861
3861
|
const javascriptLanguage = /*@__PURE__*/LRLanguage.define({
|
|
3862
3862
|
name: "javascript",
|
|
3863
|
-
parser: /*@__PURE__*/parser
|
|
3863
|
+
parser: /*@__PURE__*/parser.configure({
|
|
3864
3864
|
props: [/*@__PURE__*/indentNodeProp.add({
|
|
3865
3865
|
IfStatement: /*@__PURE__*/continuedIndent({
|
|
3866
3866
|
except: /^\s*({|else\b)/
|
|
@@ -3965,7 +3965,7 @@ function javascript() {
|
|
|
3965
3965
|
autocomplete: ifNotIn(dontComplete, completeFromList(snippets.concat(keywords)))
|
|
3966
3966
|
}), javascriptLanguage.data.of({
|
|
3967
3967
|
autocomplete: localCompletionSource
|
|
3968
|
-
}), config.jsx ? autoCloseTags
|
|
3968
|
+
}), config.jsx ? autoCloseTags : []]);
|
|
3969
3969
|
}
|
|
3970
3970
|
function findOpenTag(node) {
|
|
3971
3971
|
for (;;) {
|
|
@@ -3974,7 +3974,7 @@ function findOpenTag(node) {
|
|
|
3974
3974
|
node = node.parent;
|
|
3975
3975
|
}
|
|
3976
3976
|
}
|
|
3977
|
-
function elementName
|
|
3977
|
+
function elementName(doc, tree) {
|
|
3978
3978
|
let max = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : doc.length;
|
|
3979
3979
|
for (let ch = tree === null || tree === void 0 ? void 0 : tree.firstChild; ch; ch = ch.nextSibling) {
|
|
3980
3980
|
if (ch.name == "JSXIdentifier" || ch.name == "JSXBuiltin" || ch.name == "JSXNamespacedName" || ch.name == "JSXMemberExpression") return doc.sliceString(ch.from, Math.min(ch.to, max));
|
|
@@ -3989,7 +3989,7 @@ const android = typeof navigator == "object" && /*@__PURE__*/ /Android\b/.test(n
|
|
|
3989
3989
|
Extension that will automatically insert JSX close tags when a `>` or
|
|
3990
3990
|
`/` is typed.
|
|
3991
3991
|
*/
|
|
3992
|
-
const autoCloseTags
|
|
3992
|
+
const autoCloseTags = /*@__PURE__*/EditorView.inputHandler.of((view, from, to, text) => {
|
|
3993
3993
|
if ((android ? view.composing : view.compositionStarted) || view.state.readOnly || from != to || text != ">" && text != "/" || !javascriptLanguage.isActiveAt(view.state, from, -1)) return false;
|
|
3994
3994
|
let {
|
|
3995
3995
|
state
|
|
@@ -4013,7 +4013,7 @@ const autoCloseTags$1 = /*@__PURE__*/EditorView.inputHandler.of((view, from, to,
|
|
|
4013
4013
|
} else if (text == "/" && around.name == "JSXFragmentTag") {
|
|
4014
4014
|
let empty = around.parent,
|
|
4015
4015
|
base = empty === null || empty === void 0 ? void 0 : empty.parent;
|
|
4016
|
-
if (empty.from == head - 1 && ((_a = base.lastChild) === null || _a === void 0 ? void 0 : _a.name) != "JSXEndTag" && (name = elementName
|
|
4016
|
+
if (empty.from == head - 1 && ((_a = base.lastChild) === null || _a === void 0 ? void 0 : _a.name) != "JSXEndTag" && (name = elementName(state.doc, base === null || base === void 0 ? void 0 : base.firstChild, head))) {
|
|
4017
4017
|
let insert = `/${name}>`;
|
|
4018
4018
|
return {
|
|
4019
4019
|
range: EditorSelection.cursor(head + insert.length),
|
|
@@ -4025,7 +4025,7 @@ const autoCloseTags$1 = /*@__PURE__*/EditorView.inputHandler.of((view, from, to,
|
|
|
4025
4025
|
}
|
|
4026
4026
|
} else if (text == ">") {
|
|
4027
4027
|
let openTag = findOpenTag(around);
|
|
4028
|
-
if (openTag && !isEndTag(openTag.lastChild) && state.sliceDoc(head, head + 2) != "</" && (name = elementName
|
|
4028
|
+
if (openTag && !isEndTag(openTag.lastChild) && state.sliceDoc(head, head + 2) != "</" && (name = elementName(state.doc, openTag, head))) return {
|
|
4029
4029
|
range: EditorSelection.cursor(head + 1),
|
|
4030
4030
|
changes: {
|
|
4031
4031
|
from: head,
|
|
@@ -4045,1816 +4045,4 @@ const autoCloseTags$1 = /*@__PURE__*/EditorView.inputHandler.of((view, from, to,
|
|
|
4045
4045
|
return true;
|
|
4046
4046
|
});
|
|
4047
4047
|
|
|
4048
|
-
|
|
4049
|
-
String: tags$1.string,
|
|
4050
|
-
Number: tags$1.number,
|
|
4051
|
-
"True False": tags$1.bool,
|
|
4052
|
-
PropertyName: tags$1.propertyName,
|
|
4053
|
-
Null: tags$1.null,
|
|
4054
|
-
",": tags$1.separator,
|
|
4055
|
-
"[ ]": tags$1.squareBracket,
|
|
4056
|
-
"{ }": tags$1.brace
|
|
4057
|
-
});
|
|
4058
|
-
|
|
4059
|
-
// This file was generated by lezer-generator. You probably shouldn't edit it.
|
|
4060
|
-
const parser$2 = LRParser.deserialize({
|
|
4061
|
-
version: 14,
|
|
4062
|
-
states: "$bOVQPOOOOQO'#Cb'#CbOnQPO'#CeOvQPO'#CjOOQO'#Cp'#CpQOQPOOOOQO'#Cg'#CgO}QPO'#CfO!SQPO'#CrOOQO,59P,59PO![QPO,59PO!aQPO'#CuOOQO,59U,59UO!iQPO,59UOVQPO,59QOqQPO'#CkO!nQPO,59^OOQO1G.k1G.kOVQPO'#ClO!vQPO,59aOOQO1G.p1G.pOOQO1G.l1G.lOOQO,59V,59VOOQO-E6i-E6iOOQO,59W,59WOOQO-E6j-E6j",
|
|
4063
|
-
stateData: "#O~OcOS~OQSORSOSSOTSOWQO]ROePO~OVXOeUO~O[[O~PVOg^O~Oh_OVfX~OVaO~OhbO[iX~O[dO~Oh_OVfa~OhbO[ia~O",
|
|
4064
|
-
goto: "!kjPPPPPPkPPkqwPPk{!RPPP!XP!ePP!hXSOR^bQWQRf_TVQ_Q`WRg`QcZRicQTOQZRQe^RhbRYQR]R",
|
|
4065
|
-
nodeNames: "⚠ JsonText True False Null Number String } { Object Property PropertyName ] [ Array",
|
|
4066
|
-
maxTerm: 25,
|
|
4067
|
-
nodeProps: [["openedBy", 7, "{", 12, "["], ["closedBy", 8, "}", 13, "]"]],
|
|
4068
|
-
propSources: [jsonHighlighting],
|
|
4069
|
-
skippedNodes: [0],
|
|
4070
|
-
repeatNodeCount: 2,
|
|
4071
|
-
tokenData: "(p~RaXY!WYZ!W]^!Wpq!Wrs!]|}$i}!O$n!Q!R$w!R![&V![!]&h!}#O&m#P#Q&r#Y#Z&w#b#c'f#h#i'}#o#p(f#q#r(k~!]Oc~~!`Upq!]qr!]rs!rs#O!]#O#P!w#P~!]~!wOe~~!zXrs!]!P!Q!]#O#P!]#U#V!]#Y#Z!]#b#c!]#f#g!]#h#i!]#i#j#g~#jR!Q![#s!c!i#s#T#Z#s~#vR!Q![$P!c!i$P#T#Z$P~$SR!Q![$]!c!i$]#T#Z$]~$`R!Q![!]!c!i!]#T#Z!]~$nOh~~$qQ!Q!R$w!R![&V~$|RT~!O!P%V!g!h%k#X#Y%k~%YP!Q![%]~%bRT~!Q![%]!g!h%k#X#Y%k~%nR{|%w}!O%w!Q![%}~%zP!Q![%}~&SPT~!Q![%}~&[ST~!O!P%V!Q![&V!g!h%k#X#Y%k~&mOg~~&rO]~~&wO[~~&zP#T#U&}~'QP#`#a'T~'WP#g#h'Z~'^P#X#Y'a~'fOR~~'iP#i#j'l~'oP#`#a'r~'uP#`#a'x~'}OS~~(QP#f#g(T~(WP#i#j(Z~(^P#X#Y(a~(fOQ~~(kOW~~(pOV~",
|
|
4072
|
-
tokenizers: [0],
|
|
4073
|
-
topRules: {
|
|
4074
|
-
"JsonText": [0, 1]
|
|
4075
|
-
},
|
|
4076
|
-
tokenPrec: 0
|
|
4077
|
-
});
|
|
4078
|
-
|
|
4079
|
-
/**
|
|
4080
|
-
Calls
|
|
4081
|
-
[`JSON.parse`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse)
|
|
4082
|
-
on the document and, if that throws an error, reports it as a
|
|
4083
|
-
single diagnostic.
|
|
4084
|
-
*/
|
|
4085
|
-
const jsonParseLinter = () => view => {
|
|
4086
|
-
try {
|
|
4087
|
-
JSON.parse(view.state.doc.toString());
|
|
4088
|
-
} catch (e) {
|
|
4089
|
-
if (!(e instanceof SyntaxError)) throw e;
|
|
4090
|
-
const pos = getErrorPosition(e, view.state.doc);
|
|
4091
|
-
return [{
|
|
4092
|
-
from: pos,
|
|
4093
|
-
message: e.message,
|
|
4094
|
-
severity: 'error',
|
|
4095
|
-
to: pos
|
|
4096
|
-
}];
|
|
4097
|
-
}
|
|
4098
|
-
return [];
|
|
4099
|
-
};
|
|
4100
|
-
function getErrorPosition(error, doc) {
|
|
4101
|
-
let m;
|
|
4102
|
-
if (m = error.message.match(/at position (\d+)/)) return Math.min(+m[1], doc.length);
|
|
4103
|
-
if (m = error.message.match(/at line (\d+) column (\d+)/)) return Math.min(doc.line(+m[1]).from + +m[2] - 1, doc.length);
|
|
4104
|
-
return 0;
|
|
4105
|
-
}
|
|
4106
|
-
|
|
4107
|
-
/**
|
|
4108
|
-
A language provider that provides JSON parsing.
|
|
4109
|
-
*/
|
|
4110
|
-
const jsonLanguage = /*@__PURE__*/LRLanguage.define({
|
|
4111
|
-
name: "json",
|
|
4112
|
-
parser: /*@__PURE__*/parser$2.configure({
|
|
4113
|
-
props: [/*@__PURE__*/indentNodeProp.add({
|
|
4114
|
-
Object: /*@__PURE__*/continuedIndent({
|
|
4115
|
-
except: /^\s*\}/
|
|
4116
|
-
}),
|
|
4117
|
-
Array: /*@__PURE__*/continuedIndent({
|
|
4118
|
-
except: /^\s*\]/
|
|
4119
|
-
})
|
|
4120
|
-
}), /*@__PURE__*/foldNodeProp.add({
|
|
4121
|
-
"Object Array": foldInside
|
|
4122
|
-
})]
|
|
4123
|
-
}),
|
|
4124
|
-
languageData: {
|
|
4125
|
-
closeBrackets: {
|
|
4126
|
-
brackets: ["[", "{", '"']
|
|
4127
|
-
},
|
|
4128
|
-
indentOnInput: /^\s*[\}\]]$/
|
|
4129
|
-
}
|
|
4130
|
-
});
|
|
4131
|
-
/**
|
|
4132
|
-
JSON language support.
|
|
4133
|
-
*/
|
|
4134
|
-
function json() {
|
|
4135
|
-
return new LanguageSupport(jsonLanguage);
|
|
4136
|
-
}
|
|
4137
|
-
|
|
4138
|
-
// This file was generated by lezer-generator. You probably shouldn't edit it.
|
|
4139
|
-
const scriptText = 54,
|
|
4140
|
-
StartCloseScriptTag = 1,
|
|
4141
|
-
styleText = 55,
|
|
4142
|
-
StartCloseStyleTag = 2,
|
|
4143
|
-
textareaText = 56,
|
|
4144
|
-
StartCloseTextareaTag = 3,
|
|
4145
|
-
EndTag = 4,
|
|
4146
|
-
SelfClosingEndTag = 5,
|
|
4147
|
-
StartTag = 6,
|
|
4148
|
-
StartScriptTag = 7,
|
|
4149
|
-
StartStyleTag = 8,
|
|
4150
|
-
StartTextareaTag = 9,
|
|
4151
|
-
StartSelfClosingTag = 10,
|
|
4152
|
-
StartCloseTag = 11,
|
|
4153
|
-
NoMatchStartCloseTag = 12,
|
|
4154
|
-
MismatchedStartCloseTag = 13,
|
|
4155
|
-
missingCloseTag = 57,
|
|
4156
|
-
IncompleteCloseTag = 14,
|
|
4157
|
-
commentContent$1 = 58,
|
|
4158
|
-
Element = 20,
|
|
4159
|
-
TagName = 22,
|
|
4160
|
-
Attribute = 23,
|
|
4161
|
-
AttributeName = 24,
|
|
4162
|
-
AttributeValue = 26,
|
|
4163
|
-
UnquotedAttributeValue = 27,
|
|
4164
|
-
ScriptText = 28,
|
|
4165
|
-
StyleText = 31,
|
|
4166
|
-
TextareaText = 34,
|
|
4167
|
-
OpenTag = 36,
|
|
4168
|
-
CloseTag = 37,
|
|
4169
|
-
Dialect_noMatch = 0,
|
|
4170
|
-
Dialect_selfClosing = 1;
|
|
4171
|
-
|
|
4172
|
-
/* Hand-written tokenizers for HTML. */
|
|
4173
|
-
|
|
4174
|
-
const selfClosers$1 = {
|
|
4175
|
-
area: true,
|
|
4176
|
-
base: true,
|
|
4177
|
-
br: true,
|
|
4178
|
-
col: true,
|
|
4179
|
-
command: true,
|
|
4180
|
-
embed: true,
|
|
4181
|
-
frame: true,
|
|
4182
|
-
hr: true,
|
|
4183
|
-
img: true,
|
|
4184
|
-
input: true,
|
|
4185
|
-
keygen: true,
|
|
4186
|
-
link: true,
|
|
4187
|
-
meta: true,
|
|
4188
|
-
param: true,
|
|
4189
|
-
source: true,
|
|
4190
|
-
track: true,
|
|
4191
|
-
wbr: true,
|
|
4192
|
-
menuitem: true
|
|
4193
|
-
};
|
|
4194
|
-
const implicitlyClosed = {
|
|
4195
|
-
dd: true,
|
|
4196
|
-
li: true,
|
|
4197
|
-
optgroup: true,
|
|
4198
|
-
option: true,
|
|
4199
|
-
p: true,
|
|
4200
|
-
rp: true,
|
|
4201
|
-
rt: true,
|
|
4202
|
-
tbody: true,
|
|
4203
|
-
td: true,
|
|
4204
|
-
tfoot: true,
|
|
4205
|
-
th: true,
|
|
4206
|
-
tr: true
|
|
4207
|
-
};
|
|
4208
|
-
const closeOnOpen = {
|
|
4209
|
-
dd: {
|
|
4210
|
-
dd: true,
|
|
4211
|
-
dt: true
|
|
4212
|
-
},
|
|
4213
|
-
dt: {
|
|
4214
|
-
dd: true,
|
|
4215
|
-
dt: true
|
|
4216
|
-
},
|
|
4217
|
-
li: {
|
|
4218
|
-
li: true
|
|
4219
|
-
},
|
|
4220
|
-
option: {
|
|
4221
|
-
option: true,
|
|
4222
|
-
optgroup: true
|
|
4223
|
-
},
|
|
4224
|
-
optgroup: {
|
|
4225
|
-
optgroup: true
|
|
4226
|
-
},
|
|
4227
|
-
p: {
|
|
4228
|
-
address: true,
|
|
4229
|
-
article: true,
|
|
4230
|
-
aside: true,
|
|
4231
|
-
blockquote: true,
|
|
4232
|
-
dir: true,
|
|
4233
|
-
div: true,
|
|
4234
|
-
dl: true,
|
|
4235
|
-
fieldset: true,
|
|
4236
|
-
footer: true,
|
|
4237
|
-
form: true,
|
|
4238
|
-
h1: true,
|
|
4239
|
-
h2: true,
|
|
4240
|
-
h3: true,
|
|
4241
|
-
h4: true,
|
|
4242
|
-
h5: true,
|
|
4243
|
-
h6: true,
|
|
4244
|
-
header: true,
|
|
4245
|
-
hgroup: true,
|
|
4246
|
-
hr: true,
|
|
4247
|
-
menu: true,
|
|
4248
|
-
nav: true,
|
|
4249
|
-
ol: true,
|
|
4250
|
-
p: true,
|
|
4251
|
-
pre: true,
|
|
4252
|
-
section: true,
|
|
4253
|
-
table: true,
|
|
4254
|
-
ul: true
|
|
4255
|
-
},
|
|
4256
|
-
rp: {
|
|
4257
|
-
rp: true,
|
|
4258
|
-
rt: true
|
|
4259
|
-
},
|
|
4260
|
-
rt: {
|
|
4261
|
-
rp: true,
|
|
4262
|
-
rt: true
|
|
4263
|
-
},
|
|
4264
|
-
tbody: {
|
|
4265
|
-
tbody: true,
|
|
4266
|
-
tfoot: true
|
|
4267
|
-
},
|
|
4268
|
-
td: {
|
|
4269
|
-
td: true,
|
|
4270
|
-
th: true
|
|
4271
|
-
},
|
|
4272
|
-
tfoot: {
|
|
4273
|
-
tbody: true
|
|
4274
|
-
},
|
|
4275
|
-
th: {
|
|
4276
|
-
td: true,
|
|
4277
|
-
th: true
|
|
4278
|
-
},
|
|
4279
|
-
thead: {
|
|
4280
|
-
tbody: true,
|
|
4281
|
-
tfoot: true
|
|
4282
|
-
},
|
|
4283
|
-
tr: {
|
|
4284
|
-
tr: true
|
|
4285
|
-
}
|
|
4286
|
-
};
|
|
4287
|
-
function nameChar(ch) {
|
|
4288
|
-
return ch == 45 || ch == 46 || ch == 58 || ch >= 65 && ch <= 90 || ch == 95 || ch >= 97 && ch <= 122 || ch >= 161;
|
|
4289
|
-
}
|
|
4290
|
-
function isSpace(ch) {
|
|
4291
|
-
return ch == 9 || ch == 10 || ch == 13 || ch == 32;
|
|
4292
|
-
}
|
|
4293
|
-
let cachedName = null,
|
|
4294
|
-
cachedInput = null,
|
|
4295
|
-
cachedPos = 0;
|
|
4296
|
-
function tagNameAfter(input, offset) {
|
|
4297
|
-
let pos = input.pos + offset;
|
|
4298
|
-
if (cachedPos == pos && cachedInput == input) return cachedName;
|
|
4299
|
-
let next = input.peek(offset);
|
|
4300
|
-
while (isSpace(next)) next = input.peek(++offset);
|
|
4301
|
-
let name = "";
|
|
4302
|
-
for (;;) {
|
|
4303
|
-
if (!nameChar(next)) break;
|
|
4304
|
-
name += String.fromCharCode(next);
|
|
4305
|
-
next = input.peek(++offset);
|
|
4306
|
-
}
|
|
4307
|
-
// Undefined to signal there's a <? or <!, null for just missing
|
|
4308
|
-
cachedInput = input;
|
|
4309
|
-
cachedPos = pos;
|
|
4310
|
-
return cachedName = name ? name.toLowerCase() : next == question || next == bang ? undefined : null;
|
|
4311
|
-
}
|
|
4312
|
-
const lessThan = 60,
|
|
4313
|
-
greaterThan = 62,
|
|
4314
|
-
slash = 47,
|
|
4315
|
-
question = 63,
|
|
4316
|
-
bang = 33,
|
|
4317
|
-
dash$1 = 45;
|
|
4318
|
-
function ElementContext(name, parent) {
|
|
4319
|
-
this.name = name;
|
|
4320
|
-
this.parent = parent;
|
|
4321
|
-
this.hash = parent ? parent.hash : 0;
|
|
4322
|
-
for (let i = 0; i < name.length; i++) this.hash += (this.hash << 4) + name.charCodeAt(i) + (name.charCodeAt(i) << 8);
|
|
4323
|
-
}
|
|
4324
|
-
const startTagTerms = [StartTag, StartSelfClosingTag, StartScriptTag, StartStyleTag, StartTextareaTag];
|
|
4325
|
-
const elementContext = new ContextTracker({
|
|
4326
|
-
start: null,
|
|
4327
|
-
shift(context, term, stack, input) {
|
|
4328
|
-
return startTagTerms.indexOf(term) > -1 ? new ElementContext(tagNameAfter(input, 1) || "", context) : context;
|
|
4329
|
-
},
|
|
4330
|
-
reduce(context, term) {
|
|
4331
|
-
return term == Element && context ? context.parent : context;
|
|
4332
|
-
},
|
|
4333
|
-
reuse(context, node, stack, input) {
|
|
4334
|
-
let type = node.type.id;
|
|
4335
|
-
return type == StartTag || type == OpenTag ? new ElementContext(tagNameAfter(input, 1) || "", context) : context;
|
|
4336
|
-
},
|
|
4337
|
-
hash(context) {
|
|
4338
|
-
return context ? context.hash : 0;
|
|
4339
|
-
},
|
|
4340
|
-
strict: false
|
|
4341
|
-
});
|
|
4342
|
-
const tagStart = new ExternalTokenizer((input, stack) => {
|
|
4343
|
-
if (input.next != lessThan) {
|
|
4344
|
-
// End of file, close any open tags
|
|
4345
|
-
if (input.next < 0 && stack.context) input.acceptToken(missingCloseTag);
|
|
4346
|
-
return;
|
|
4347
|
-
}
|
|
4348
|
-
input.advance();
|
|
4349
|
-
let close = input.next == slash;
|
|
4350
|
-
if (close) input.advance();
|
|
4351
|
-
let name = tagNameAfter(input, 0);
|
|
4352
|
-
if (name === undefined) return;
|
|
4353
|
-
if (!name) return input.acceptToken(close ? IncompleteCloseTag : StartTag);
|
|
4354
|
-
let parent = stack.context ? stack.context.name : null;
|
|
4355
|
-
if (close) {
|
|
4356
|
-
if (name == parent) return input.acceptToken(StartCloseTag);
|
|
4357
|
-
if (parent && implicitlyClosed[parent]) return input.acceptToken(missingCloseTag, -2);
|
|
4358
|
-
if (stack.dialectEnabled(Dialect_noMatch)) return input.acceptToken(NoMatchStartCloseTag);
|
|
4359
|
-
for (let cx = stack.context; cx; cx = cx.parent) if (cx.name == name) return;
|
|
4360
|
-
input.acceptToken(MismatchedStartCloseTag);
|
|
4361
|
-
} else {
|
|
4362
|
-
if (name == "script") return input.acceptToken(StartScriptTag);
|
|
4363
|
-
if (name == "style") return input.acceptToken(StartStyleTag);
|
|
4364
|
-
if (name == "textarea") return input.acceptToken(StartTextareaTag);
|
|
4365
|
-
if (selfClosers$1.hasOwnProperty(name)) return input.acceptToken(StartSelfClosingTag);
|
|
4366
|
-
if (parent && closeOnOpen[parent] && closeOnOpen[parent][name]) input.acceptToken(missingCloseTag, -1);else input.acceptToken(StartTag);
|
|
4367
|
-
}
|
|
4368
|
-
}, {
|
|
4369
|
-
contextual: true
|
|
4370
|
-
});
|
|
4371
|
-
const commentContent = new ExternalTokenizer(input => {
|
|
4372
|
-
for (let dashes = 0, i = 0;; i++) {
|
|
4373
|
-
if (input.next < 0) {
|
|
4374
|
-
if (i) input.acceptToken(commentContent$1);
|
|
4375
|
-
break;
|
|
4376
|
-
}
|
|
4377
|
-
if (input.next == dash$1) {
|
|
4378
|
-
dashes++;
|
|
4379
|
-
} else if (input.next == greaterThan && dashes >= 2) {
|
|
4380
|
-
if (i > 3) input.acceptToken(commentContent$1, -2);
|
|
4381
|
-
break;
|
|
4382
|
-
} else {
|
|
4383
|
-
dashes = 0;
|
|
4384
|
-
}
|
|
4385
|
-
input.advance();
|
|
4386
|
-
}
|
|
4387
|
-
});
|
|
4388
|
-
function inForeignElement(context) {
|
|
4389
|
-
for (; context; context = context.parent) if (context.name == "svg" || context.name == "math") return true;
|
|
4390
|
-
return false;
|
|
4391
|
-
}
|
|
4392
|
-
const endTag = new ExternalTokenizer((input, stack) => {
|
|
4393
|
-
if (input.next == slash && input.peek(1) == greaterThan) {
|
|
4394
|
-
let selfClosing = stack.dialectEnabled(Dialect_selfClosing) || inForeignElement(stack.context);
|
|
4395
|
-
input.acceptToken(selfClosing ? SelfClosingEndTag : EndTag, 2);
|
|
4396
|
-
} else if (input.next == greaterThan) {
|
|
4397
|
-
input.acceptToken(EndTag, 1);
|
|
4398
|
-
}
|
|
4399
|
-
});
|
|
4400
|
-
function contentTokenizer(tag, textToken, endToken) {
|
|
4401
|
-
let lastState = 2 + tag.length;
|
|
4402
|
-
return new ExternalTokenizer(input => {
|
|
4403
|
-
// state means:
|
|
4404
|
-
// - 0 nothing matched
|
|
4405
|
-
// - 1 '<' matched
|
|
4406
|
-
// - 2 '</' + possibly whitespace matched
|
|
4407
|
-
// - 3-(1+tag.length) part of the tag matched
|
|
4408
|
-
// - lastState whole tag + possibly whitespace matched
|
|
4409
|
-
for (let state = 0, matchedLen = 0, i = 0;; i++) {
|
|
4410
|
-
if (input.next < 0) {
|
|
4411
|
-
if (i) input.acceptToken(textToken);
|
|
4412
|
-
break;
|
|
4413
|
-
}
|
|
4414
|
-
if (state == 0 && input.next == lessThan || state == 1 && input.next == slash || state >= 2 && state < lastState && input.next == tag.charCodeAt(state - 2)) {
|
|
4415
|
-
state++;
|
|
4416
|
-
matchedLen++;
|
|
4417
|
-
} else if ((state == 2 || state == lastState) && isSpace(input.next)) {
|
|
4418
|
-
matchedLen++;
|
|
4419
|
-
} else if (state == lastState && input.next == greaterThan) {
|
|
4420
|
-
if (i > matchedLen) input.acceptToken(textToken, -matchedLen);else input.acceptToken(endToken, -(matchedLen - 2));
|
|
4421
|
-
break;
|
|
4422
|
-
} else if ((input.next == 10 /* '\n' */ || input.next == 13 /* '\r' */) && i) {
|
|
4423
|
-
input.acceptToken(textToken, 1);
|
|
4424
|
-
break;
|
|
4425
|
-
} else {
|
|
4426
|
-
state = matchedLen = 0;
|
|
4427
|
-
}
|
|
4428
|
-
input.advance();
|
|
4429
|
-
}
|
|
4430
|
-
});
|
|
4431
|
-
}
|
|
4432
|
-
const scriptTokens = contentTokenizer("script", scriptText, StartCloseScriptTag);
|
|
4433
|
-
const styleTokens = contentTokenizer("style", styleText, StartCloseStyleTag);
|
|
4434
|
-
const textareaTokens = contentTokenizer("textarea", textareaText, StartCloseTextareaTag);
|
|
4435
|
-
const htmlHighlighting = styleTags({
|
|
4436
|
-
"Text RawText": tags$1.content,
|
|
4437
|
-
"StartTag StartCloseTag SelfClosingEndTag EndTag": tags$1.angleBracket,
|
|
4438
|
-
TagName: tags$1.tagName,
|
|
4439
|
-
"MismatchedCloseTag/TagName": [tags$1.tagName, tags$1.invalid],
|
|
4440
|
-
AttributeName: tags$1.attributeName,
|
|
4441
|
-
"AttributeValue UnquotedAttributeValue": tags$1.attributeValue,
|
|
4442
|
-
Is: tags$1.definitionOperator,
|
|
4443
|
-
"EntityReference CharacterReference": tags$1.character,
|
|
4444
|
-
Comment: tags$1.blockComment,
|
|
4445
|
-
ProcessingInst: tags$1.processingInstruction,
|
|
4446
|
-
DoctypeDecl: tags$1.documentMeta
|
|
4447
|
-
});
|
|
4448
|
-
|
|
4449
|
-
// This file was generated by lezer-generator. You probably shouldn't edit it.
|
|
4450
|
-
const parser$1 = LRParser.deserialize({
|
|
4451
|
-
version: 14,
|
|
4452
|
-
states: ",xOVO!rOOO!WQ#tO'#CqO!]Q#tO'#CzO!bQ#tO'#C}O!gQ#tO'#DQO!lQ#tO'#DSO!qOaO'#CpO!|ObO'#CpO#XOdO'#CpO$eO!rO'#CpOOO`'#Cp'#CpO$lO$fO'#DTO$tQ#tO'#DVO$yQ#tO'#DWOOO`'#Dk'#DkOOO`'#DY'#DYQVO!rOOO%OQ&rO,59]O%WQ&rO,59fO%`Q&rO,59iO%hQ&rO,59lO%sQ&rO,59nOOOa'#D^'#D^O%{OaO'#CxO&WOaO,59[OOOb'#D_'#D_O&`ObO'#C{O&kObO,59[OOOd'#D`'#D`O&sOdO'#DOO'OOdO,59[OOO`'#Da'#DaO'WO!rO,59[O'_Q#tO'#DROOO`,59[,59[OOOp'#Db'#DbO'dO$fO,59oOOO`,59o,59oO'lQ#|O,59qO'qQ#|O,59rOOO`-E7W-E7WO'vQ&rO'#CsOOQW'#DZ'#DZO(UQ&rO1G.wOOOa1G.w1G.wO(^Q&rO1G/QOOOb1G/Q1G/QO(fQ&rO1G/TOOOd1G/T1G/TO(nQ&rO1G/WOOO`1G/W1G/WOOO`1G/Y1G/YO(yQ&rO1G/YOOOa-E7[-E7[O)RQ#tO'#CyOOO`1G.v1G.vOOOb-E7]-E7]O)WQ#tO'#C|OOOd-E7^-E7^O)]Q#tO'#DPOOO`-E7_-E7_O)bQ#|O,59mOOOp-E7`-E7`OOO`1G/Z1G/ZOOO`1G/]1G/]OOO`1G/^1G/^O)gQ,UO,59_OOQW-E7X-E7XOOOa7+$c7+$cOOOb7+$l7+$lOOOd7+$o7+$oOOO`7+$r7+$rOOO`7+$t7+$tO)rQ#|O,59eO)wQ#|O,59hO)|Q#|O,59kOOO`1G/X1G/XO*RO7[O'#CvO*dOMhO'#CvOOQW1G.y1G.yOOO`1G/P1G/POOO`1G/S1G/SOOO`1G/V1G/VOOOO'#D['#D[O*uO7[O,59bOOQW,59b,59bOOOO'#D]'#D]O+WOMhO,59bOOOO-E7Y-E7YOOQW1G.|1G.|OOOO-E7Z-E7Z",
|
|
4453
|
-
stateData: "+s~O!^OS~OUSOVPOWQOXROYTO[]O][O^^O`^Oa^Ob^Oc^Ox^O{_O!dZO~OfaO~OfbO~OfcO~OfdO~OfeO~O!WfOPlP!ZlP~O!XiOQoP!ZoP~O!YlORrP!ZrP~OUSOVPOWQOXROYTOZqO[]O][O^^O`^Oa^Ob^Oc^Ox^O!dZO~O!ZrO~P#dO![sO!euO~OfvO~OfwO~OS|OhyO~OS!OOhyO~OS!QOhyO~OS!SOT!TOhyO~OS!TOhyO~O!WfOPlX!ZlX~OP!WO!Z!XO~O!XiOQoX!ZoX~OQ!ZO!Z!XO~O!YlORrX!ZrX~OR!]O!Z!XO~O!Z!XO~P#dOf!_O~O![sO!e!aO~OS!bO~OS!cO~Oi!dOSgXhgXTgX~OS!fOhyO~OS!gOhyO~OS!hOhyO~OS!iOT!jOhyO~OS!jOhyO~Of!kO~Of!lO~Of!mO~OS!nO~Ok!qO!`!oO!b!pO~OS!rO~OS!sO~OS!tO~Oa!uOb!uOc!uO!`!wO!a!uO~Oa!xOb!xOc!xO!b!wO!c!xO~Oa!uOb!uOc!uO!`!{O!a!uO~Oa!xOb!xOc!xO!b!{O!c!xO~OT~bac!dx{!d~",
|
|
4454
|
-
goto: "%p!`PPPPPPPPPPPPPPPPPPPP!a!gP!mPP!yP!|#P#S#Y#]#`#f#i#l#r#x!aP!a!aP$O$U$l$r$x%O%U%[%bPPPPPPPP%hX^OX`pXUOX`pezabcde{}!P!R!UR!q!dRhUR!XhXVOX`pRkVR!XkXWOX`pRnWR!XnXXOX`pQrXR!XpXYOX`pQ`ORx`Q{aQ}bQ!PcQ!RdQ!UeZ!e{}!P!R!UQ!v!oR!z!vQ!y!pR!|!yQgUR!VgQjVR!YjQmWR![mQpXR!^pQtZR!`tS_O`ToXp",
|
|
4455
|
-
nodeNames: "⚠ StartCloseTag StartCloseTag StartCloseTag EndTag SelfClosingEndTag StartTag StartTag StartTag StartTag StartTag StartCloseTag StartCloseTag StartCloseTag IncompleteCloseTag Document Text EntityReference CharacterReference InvalidEntity Element OpenTag TagName Attribute AttributeName Is AttributeValue UnquotedAttributeValue ScriptText CloseTag OpenTag StyleText CloseTag OpenTag TextareaText CloseTag OpenTag CloseTag SelfClosingTag Comment ProcessingInst MismatchedCloseTag CloseTag DoctypeDecl",
|
|
4456
|
-
maxTerm: 67,
|
|
4457
|
-
context: elementContext,
|
|
4458
|
-
nodeProps: [["closedBy", -10, 1, 2, 3, 7, 8, 9, 10, 11, 12, 13, "EndTag", 6, "EndTag SelfClosingEndTag", -4, 21, 30, 33, 36, "CloseTag"], ["openedBy", 4, "StartTag StartCloseTag", 5, "StartTag", -4, 29, 32, 35, 37, "OpenTag"], ["group", -9, 14, 17, 18, 19, 20, 39, 40, 41, 42, "Entity", 16, "Entity TextContent", -3, 28, 31, 34, "TextContent Entity"]],
|
|
4459
|
-
propSources: [htmlHighlighting],
|
|
4460
|
-
skippedNodes: [0],
|
|
4461
|
-
repeatNodeCount: 9,
|
|
4462
|
-
tokenData: "#%g!aR!YOX$qXY,QYZ,QZ[$q[]&X]^,Q^p$qpq,Qqr-_rs4ysv-_vw5iwxJ^x}-_}!OKP!O!P-_!P!Q$q!Q![-_![!]!!O!]!^-_!^!_!&W!_!`#$o!`!a&X!a!c-_!c!}!!O!}#R-_#R#S!!O#S#T3V#T#o!!O#o#s-_#s$f$q$f%W-_%W%o!!O%o%p-_%p&a!!O&a&b-_&b1p!!O1p4U-_4U4d!!O4d4e-_4e$IS!!O$IS$I`-_$I`$Ib!!O$Ib$Kh-_$Kh%#t!!O%#t&/x-_&/x&Et!!O&Et&FV-_&FV;'S!!O;'S;:j!&Q;:j;=`4s<%l?&r-_?&r?Ah!!O?Ah?BY$q?BY?Mn!!O?MnO$q!Z$|c`PkW!a`!cpOX$qXZ&XZ[$q[^&X^p$qpq&Xqr$qrs&}sv$qvw+Pwx(tx!^$q!^!_*V!_!a&X!a#S$q#S#T&X#T;'S$q;'S;=`+z<%lO$q!R&bX`P!a`!cpOr&Xrs&}sv&Xwx(tx!^&X!^!_*V!_;'S&X;'S;=`*y<%lO&Xq'UV`P!cpOv&}wx'kx!^&}!^!_(V!_;'S&};'S;=`(n<%lO&}P'pT`POv'kw!^'k!_;'S'k;'S;=`(P<%lO'kP(SP;=`<%l'kp([S!cpOv(Vx;'S(V;'S;=`(h<%lO(Vp(kP;=`<%l(Vq(qP;=`<%l&}a({W`P!a`Or(trs'ksv(tw!^(t!^!_)e!_;'S(t;'S;=`*P<%lO(t`)jT!a`Or)esv)ew;'S)e;'S;=`)y<%lO)e`)|P;=`<%l)ea*SP;=`<%l(t!Q*^V!a`!cpOr*Vrs(Vsv*Vwx)ex;'S*V;'S;=`*s<%lO*V!Q*vP;=`<%l*V!R*|P;=`<%l&XW+UYkWOX+PZ[+P^p+Pqr+Psw+Px!^+P!a#S+P#T;'S+P;'S;=`+t<%lO+PW+wP;=`<%l+P!Z+}P;=`<%l$q!a,]``P!a`!cp!^^OX&XXY,QYZ,QZ]&X]^,Q^p&Xpq,Qqr&Xrs&}sv&Xwx(tx!^&X!^!_*V!_;'S&X;'S;=`*y<%lO&X!_-ljhS`PkW!a`!cpOX$qXZ&XZ[$q[^&X^p$qpq&Xqr-_rs&}sv-_vw/^wx(tx!P-_!P!Q$q!Q!^-_!^!_1n!_!a&X!a#S-_#S#T3V#T#s-_#s$f$q$f;'S-_;'S;=`4s<%l?Ah-_?Ah?BY$q?BY?Mn-_?MnO$q[/echSkWOX+PZ[+P^p+Pqr/^sw/^x!P/^!P!Q+P!Q!^/^!^!_0p!a#S/^#S#T0p#T#s/^#s$f+P$f;'S/^;'S;=`1h<%l?Ah/^?Ah?BY+P?BY?Mn/^?MnO+PS0uXhSqr0psw0px!P0p!Q!_0p!a#s0p$f;'S0p;'S;=`1b<%l?Ah0p?BY?Mn0pS1eP;=`<%l0p[1kP;=`<%l/^!U1wbhS!a`!cpOq*Vqr1nrs(Vsv1nvw0pwx)ex!P1n!P!Q*V!Q!_1n!_!a*V!a#s1n#s$f*V$f;'S1n;'S;=`3P<%l?Ah1n?Ah?BY*V?BY?Mn1n?MnO*V!U3SP;=`<%l1n!V3bchS`P!a`!cpOq&Xqr3Vrs&}sv3Vvw0pwx(tx!P3V!P!Q&X!Q!^3V!^!_1n!_!a&X!a#s3V#s$f&X$f;'S3V;'S;=`4m<%l?Ah3V?Ah?BY&X?BY?Mn3V?MnO&X!V4pP;=`<%l3V!_4vP;=`<%l-_!Z5SV!`h`P!cpOv&}wx'kx!^&}!^!_(V!_;'S&};'S;=`(n<%lO&}!_5rjhSkWc!ROX7dXZ8qZ[7d[^8q^p7dqr:crs8qst@Ttw:cwx8qx!P:c!P!Q7d!Q!]:c!]!^/^!^!_=p!_!a8q!a#S:c#S#T=p#T#s:c#s$f7d$f;'S:c;'S;=`?}<%l?Ah:c?Ah?BY7d?BY?Mn:c?MnO7d!Z7ibkWOX7dXZ8qZ[7d[^8q^p7dqr7drs8qst+Ptw7dwx8qx!]7d!]!^9f!^!a8q!a#S7d#S#T8q#T;'S7d;'S;=`:]<%lO7d!R8tVOp8qqs8qt!]8q!]!^9Z!^;'S8q;'S;=`9`<%lO8q!R9`Oa!R!R9cP;=`<%l8q!Z9mYkWa!ROX+PZ[+P^p+Pqr+Psw+Px!^+P!a#S+P#T;'S+P;'S;=`+t<%lO+P!Z:`P;=`<%l7d!_:jjhSkWOX7dXZ8qZ[7d[^8q^p7dqr:crs8qst/^tw:cwx8qx!P:c!P!Q7d!Q!]:c!]!^<[!^!_=p!_!a8q!a#S:c#S#T=p#T#s:c#s$f7d$f;'S:c;'S;=`?}<%l?Ah:c?Ah?BY7d?BY?Mn:c?MnO7d!_<echSkWa!ROX+PZ[+P^p+Pqr/^sw/^x!P/^!P!Q+P!Q!^/^!^!_0p!a#S/^#S#T0p#T#s/^#s$f+P$f;'S/^;'S;=`1h<%l?Ah/^?Ah?BY+P?BY?Mn/^?MnO+P!V=udhSOp8qqr=prs8qst0ptw=pwx8qx!P=p!P!Q8q!Q!]=p!]!^?T!^!_=p!_!a8q!a#s=p#s$f8q$f;'S=p;'S;=`?w<%l?Ah=p?Ah?BY8q?BY?Mn=p?MnO8q!V?[XhSa!Rqr0psw0px!P0p!Q!_0p!a#s0p$f;'S0p;'S;=`1b<%l?Ah0p?BY?Mn0p!V?zP;=`<%l=p!_@QP;=`<%l:c!_@[ihSkWOXAyXZCTZ[Ay[^CT^pAyqrDrrsCTswDrwxCTx!PDr!P!QAy!Q!]Dr!]!^/^!^!_G|!_!aCT!a#SDr#S#TG|#T#sDr#s$fAy$f;'SDr;'S;=`JW<%l?AhDr?Ah?BYAy?BY?MnDr?MnOAy!ZBOakWOXAyXZCTZ[Ay[^CT^pAyqrAyrsCTswAywxCTx!]Ay!]!^Cu!^!aCT!a#SAy#S#TCT#T;'SAy;'S;=`Dl<%lOAy!RCWUOpCTq!]CT!]!^Cj!^;'SCT;'S;=`Co<%lOCT!RCoOb!R!RCrP;=`<%lCT!ZC|YkWb!ROX+PZ[+P^p+Pqr+Psw+Px!^+P!a#S+P#T;'S+P;'S;=`+t<%lO+P!ZDoP;=`<%lAy!_DyihSkWOXAyXZCTZ[Ay[^CT^pAyqrDrrsCTswDrwxCTx!PDr!P!QAy!Q!]Dr!]!^Fh!^!_G|!_!aCT!a#SDr#S#TG|#T#sDr#s$fAy$f;'SDr;'S;=`JW<%l?AhDr?Ah?BYAy?BY?MnDr?MnOAy!_FqchSkWb!ROX+PZ[+P^p+Pqr/^sw/^x!P/^!P!Q+P!Q!^/^!^!_0p!a#S/^#S#T0p#T#s/^#s$f+P$f;'S/^;'S;=`1h<%l?Ah/^?Ah?BY+P?BY?Mn/^?MnO+P!VHRchSOpCTqrG|rsCTswG|wxCTx!PG|!P!QCT!Q!]G|!]!^I^!^!_G|!_!aCT!a#sG|#s$fCT$f;'SG|;'S;=`JQ<%l?AhG|?Ah?BYCT?BY?MnG|?MnOCT!VIeXhSb!Rqr0psw0px!P0p!Q!_0p!a#s0p$f;'S0p;'S;=`1b<%l?Ah0p?BY?Mn0p!VJTP;=`<%lG|!_JZP;=`<%lDr!ZJgW!bx`P!a`Or(trs'ksv(tw!^(t!^!_)e!_;'S(t;'S;=`*P<%lO(t!aK^lhS`PkW!a`!cpOX$qXZ&XZ[$q[^&X^p$qpq&Xqr-_rs&}sv-_vw/^wx(tx}-_}!OMU!O!P-_!P!Q$q!Q!^-_!^!_1n!_!a&X!a#S-_#S#T3V#T#s-_#s$f$q$f;'S-_;'S;=`4s<%l?Ah-_?Ah?BY$q?BY?Mn-_?MnO$q!aMckhS`PkW!a`!cpOX$qXZ&XZ[$q[^&X^p$qpq&Xqr-_rs&}sv-_vw/^wx(tx!P-_!P!Q$q!Q!^-_!^!_1n!_!`&X!`!a! W!a#S-_#S#T3V#T#s-_#s$f$q$f;'S-_;'S;=`4s<%l?Ah-_?Ah?BY$q?BY?Mn-_?MnO$q!T! cX`P!a`!cp!eQOr&Xrs&}sv&Xwx(tx!^&X!^!_*V!_;'S&X;'S;=`*y<%lO&X!a!!_!ZhSfQ`PkW!a`!cpOX$qXZ&XZ[$q[^&X^p$qpq&Xqr-_rs&}sv-_vw/^wx(tx}-_}!O!!O!O!P!!O!P!Q$q!Q![!!O![!]!!O!]!^-_!^!_1n!_!a&X!a!c-_!c!}!!O!}#R-_#R#S!!O#S#T3V#T#o!!O#o#s-_#s$f$q$f$}-_$}%O!!O%O%W-_%W%o!!O%o%p-_%p&a!!O&a&b-_&b1p!!O1p4U!!O4U4d!!O4d4e-_4e$IS!!O$IS$I`-_$I`$Ib!!O$Ib$Je-_$Je$Jg!!O$Jg$Kh-_$Kh%#t!!O%#t&/x-_&/x&Et!!O&Et&FV-_&FV;'S!!O;'S;:j!&Q;:j;=`4s<%l?&r-_?&r?Ah!!O?Ah?BY$q?BY?Mn!!O?MnO$q!a!&TP;=`<%l!!O!V!&achS!a`!cpOq*Vqr!'lrs(Vsv1nvw0pwx)ex!P1n!P!Q*V!Q!_1n!_!a*V!a!b!Ey!b#s1n#s$f*V$f;'S1n;'S;=`3P<%l?Ah1n?Ah?BY*V?BY?Mn1n?MnO*V!V!'uhhS!a`!cpOq*Vqr1nrs(Vsv1nvw0pwx)ex}1n}!O!)a!O!P1n!P!Q*V!Q!_1n!_!a*V!a!f1n!f!g!,]!g#W1n#W#X!<y#X#s1n#s$f*V$f;'S1n;'S;=`3P<%l?Ah1n?Ah?BY*V?BY?Mn1n?MnO*V!V!)jdhS!a`!cpOq*Vqr1nrs(Vsv1nvw0pwx)ex}1n}!O!*x!O!P1n!P!Q*V!Q!_1n!_!a*V!a#s1n#s$f*V$f;'S1n;'S;=`3P<%l?Ah1n?Ah?BY*V?BY?Mn1n?MnO*V!V!+TbhS!a`!cp!dPOq*Vqr1nrs(Vsv1nvw0pwx)ex!P1n!P!Q*V!Q!_1n!_!a*V!a#s1n#s$f*V$f;'S1n;'S;=`3P<%l?Ah1n?Ah?BY*V?BY?Mn1n?MnO*V!V!,fdhS!a`!cpOq*Vqr1nrs(Vsv1nvw0pwx)ex!P1n!P!Q*V!Q!_1n!_!a*V!a!q1n!q!r!-t!r#s1n#s$f*V$f;'S1n;'S;=`3P<%l?Ah1n?Ah?BY*V?BY?Mn1n?MnO*V!V!-}dhS!a`!cpOq*Vqr1nrs(Vsv1nvw0pwx)ex!P1n!P!Q*V!Q!_1n!_!a*V!a!e1n!e!f!/]!f#s1n#s$f*V$f;'S1n;'S;=`3P<%l?Ah1n?Ah?BY*V?BY?Mn1n?MnO*V!V!/fdhS!a`!cpOq*Vqr1nrs(Vsv1nvw0pwx)ex!P1n!P!Q*V!Q!_1n!_!a*V!a!v1n!v!w!0t!w#s1n#s$f*V$f;'S1n;'S;=`3P<%l?Ah1n?Ah?BY*V?BY?Mn1n?MnO*V!V!0}dhS!a`!cpOq*Vqr1nrs(Vsv1nvw0pwx)ex!P1n!P!Q*V!Q!_1n!_!a*V!a!{1n!{!|!2]!|#s1n#s$f*V$f;'S1n;'S;=`3P<%l?Ah1n?Ah?BY*V?BY?Mn1n?MnO*V!V!2fdhS!a`!cpOq*Vqr1nrs(Vsv1nvw0pwx)ex!P1n!P!Q*V!Q!_1n!_!a*V!a!r1n!r!s!3t!s#s1n#s$f*V$f;'S1n;'S;=`3P<%l?Ah1n?Ah?BY*V?BY?Mn1n?MnO*V!V!3}dhS!a`!cpOq*Vqr1nrs(Vsv1nvw0pwx)ex!P1n!P!Q*V!Q!_1n!_!a*V!a!g1n!g!h!5]!h#s1n#s$f*V$f;'S1n;'S;=`3P<%l?Ah1n?Ah?BY*V?BY?Mn1n?MnO*V!V!5fchS!a`!cpOq!6qqr!5]rs!7hsv!5]vw!;`wx!9[x!P!5]!P!Q!6q!Q!_!5]!_!`!6q!`!a!:j!a#s!5]#s$f!6q$f;'S!5];'S;=`!<s<%l?Ah!5]?Ah?BY!6q?BY?Mn!5]?MnO!6q!R!6xY!a`!cpOr!6qrs!7hsv!6qvw!8Swx!9[x!`!6q!`!a!:j!a;'S!6q;'S;=`!;Y<%lO!6qq!7mV!cpOv!7hvx!8Sx!`!7h!`!a!8q!a;'S!7h;'S;=`!9U<%lO!7hP!8VTO!`!8S!`!a!8f!a;'S!8S;'S;=`!8k<%lO!8SP!8kO{PP!8nP;=`<%l!8Sq!8xS!cp{POv(Vx;'S(V;'S;=`(h<%lO(Vq!9XP;=`<%l!7ha!9aX!a`Or!9[rs!8Ssv!9[vw!8Sw!`!9[!`!a!9|!a;'S!9[;'S;=`!:d<%lO!9[a!:TT!a`{POr)esv)ew;'S)e;'S;=`)y<%lO)ea!:gP;=`<%l!9[!R!:sV!a`!cp{POr*Vrs(Vsv*Vwx)ex;'S*V;'S;=`*s<%lO*V!R!;]P;=`<%l!6qT!;ebhSOq!8Sqr!;`rs!8Ssw!;`wx!8Sx!P!;`!P!Q!8S!Q!_!;`!_!`!8S!`!a!8f!a#s!;`#s$f!8S$f;'S!;`;'S;=`!<m<%l?Ah!;`?Ah?BY!8S?BY?Mn!;`?MnO!8ST!<pP;=`<%l!;`!V!<vP;=`<%l!5]!V!=SdhS!a`!cpOq*Vqr1nrs(Vsv1nvw0pwx)ex!P1n!P!Q*V!Q!_1n!_!a*V!a#c1n#c#d!>b#d#s1n#s$f*V$f;'S1n;'S;=`3P<%l?Ah1n?Ah?BY*V?BY?Mn1n?MnO*V!V!>kdhS!a`!cpOq*Vqr1nrs(Vsv1nvw0pwx)ex!P1n!P!Q*V!Q!_1n!_!a*V!a#V1n#V#W!?y#W#s1n#s$f*V$f;'S1n;'S;=`3P<%l?Ah1n?Ah?BY*V?BY?Mn1n?MnO*V!V!@SdhS!a`!cpOq*Vqr1nrs(Vsv1nvw0pwx)ex!P1n!P!Q*V!Q!_1n!_!a*V!a#h1n#h#i!Ab#i#s1n#s$f*V$f;'S1n;'S;=`3P<%l?Ah1n?Ah?BY*V?BY?Mn1n?MnO*V!V!AkdhS!a`!cpOq*Vqr1nrs(Vsv1nvw0pwx)ex!P1n!P!Q*V!Q!_1n!_!a*V!a#m1n#m#n!By#n#s1n#s$f*V$f;'S1n;'S;=`3P<%l?Ah1n?Ah?BY*V?BY?Mn1n?MnO*V!V!CSdhS!a`!cpOq*Vqr1nrs(Vsv1nvw0pwx)ex!P1n!P!Q*V!Q!_1n!_!a*V!a#d1n#d#e!Db#e#s1n#s$f*V$f;'S1n;'S;=`3P<%l?Ah1n?Ah?BY*V?BY?Mn1n?MnO*V!V!DkdhS!a`!cpOq*Vqr1nrs(Vsv1nvw0pwx)ex!P1n!P!Q*V!Q!_1n!_!a*V!a#X1n#X#Y!5]#Y#s1n#s$f*V$f;'S1n;'S;=`3P<%l?Ah1n?Ah?BY*V?BY?Mn1n?MnO*V!V!FSchS!a`!cpOq!G_qr!Eyrs!HUsv!Eyvw!Ncwx!Jvx!P!Ey!P!Q!G_!Q!_!Ey!_!a!G_!a!b##T!b#s!Ey#s$f!G_$f;'S!Ey;'S;=`#$i<%l?Ah!Ey?Ah?BY!G_?BY?Mn!Ey?MnO!G_!R!GfY!a`!cpOr!G_rs!HUsv!G_vw!Hpwx!Jvx!a!G_!a!b!Lv!b;'S!G_;'S;=`!N]<%lO!G_q!HZV!cpOv!HUvx!Hpx!a!HU!a!b!Iq!b;'S!HU;'S;=`!Jp<%lO!HUP!HsTO!a!Hp!a!b!IS!b;'S!Hp;'S;=`!Ik<%lO!HpP!IVTO!`!Hp!`!a!If!a;'S!Hp;'S;=`!Ik<%lO!HpP!IkOxPP!InP;=`<%l!Hpq!IvV!cpOv!HUvx!Hpx!`!HU!`!a!J]!a;'S!HU;'S;=`!Jp<%lO!HUq!JdS!cpxPOv(Vx;'S(V;'S;=`(h<%lO(Vq!JsP;=`<%l!HUa!J{X!a`Or!Jvrs!Hpsv!Jvvw!Hpw!a!Jv!a!b!Kh!b;'S!Jv;'S;=`!Lp<%lO!Jva!KmX!a`Or!Jvrs!Hpsv!Jvvw!Hpw!`!Jv!`!a!LY!a;'S!Jv;'S;=`!Lp<%lO!Jva!LaT!a`xPOr)esv)ew;'S)e;'S;=`)y<%lO)ea!LsP;=`<%l!Jv!R!L}Y!a`!cpOr!G_rs!HUsv!G_vw!Hpwx!Jvx!`!G_!`!a!Mm!a;'S!G_;'S;=`!N]<%lO!G_!R!MvV!a`!cpxPOr*Vrs(Vsv*Vwx)ex;'S*V;'S;=`*s<%lO*V!R!N`P;=`<%l!G_T!NhbhSOq!Hpqr!Ncrs!Hpsw!Ncwx!Hpx!P!Nc!P!Q!Hp!Q!_!Nc!_!a!Hp!a!b# p!b#s!Nc#s$f!Hp$f;'S!Nc;'S;=`#!}<%l?Ah!Nc?Ah?BY!Hp?BY?Mn!Nc?MnO!HpT# ubhSOq!Hpqr!Ncrs!Hpsw!Ncwx!Hpx!P!Nc!P!Q!Hp!Q!_!Nc!_!`!Hp!`!a!If!a#s!Nc#s$f!Hp$f;'S!Nc;'S;=`#!}<%l?Ah!Nc?Ah?BY!Hp?BY?Mn!Nc?MnO!HpT##QP;=`<%l!Nc!V##^chS!a`!cpOq!G_qr!Eyrs!HUsv!Eyvw!Ncwx!Jvx!P!Ey!P!Q!G_!Q!_!Ey!_!`!G_!`!a!Mm!a#s!Ey#s$f!G_$f;'S!Ey;'S;=`#$i<%l?Ah!Ey?Ah?BY!G_?BY?Mn!Ey?MnO!G_!V#$lP;=`<%l!Ey!V#$zXiS`P!a`!cpOr&Xrs&}sv&Xwx(tx!^&X!^!_*V!_;'S&X;'S;=`*y<%lO&X",
|
|
4463
|
-
tokenizers: [scriptTokens, styleTokens, textareaTokens, endTag, tagStart, commentContent, 0, 1, 2, 3, 4, 5],
|
|
4464
|
-
topRules: {
|
|
4465
|
-
"Document": [0, 15]
|
|
4466
|
-
},
|
|
4467
|
-
dialects: {
|
|
4468
|
-
noMatch: 0,
|
|
4469
|
-
selfClosing: 485
|
|
4470
|
-
},
|
|
4471
|
-
tokenPrec: 487
|
|
4472
|
-
});
|
|
4473
|
-
function getAttrs(openTag, input) {
|
|
4474
|
-
let attrs = Object.create(null);
|
|
4475
|
-
for (let att of openTag.getChildren(Attribute)) {
|
|
4476
|
-
let name = att.getChild(AttributeName),
|
|
4477
|
-
value = att.getChild(AttributeValue) || att.getChild(UnquotedAttributeValue);
|
|
4478
|
-
if (name) attrs[input.read(name.from, name.to)] = !value ? "" : value.type.id == AttributeValue ? input.read(value.from + 1, value.to - 1) : input.read(value.from, value.to);
|
|
4479
|
-
}
|
|
4480
|
-
return attrs;
|
|
4481
|
-
}
|
|
4482
|
-
function findTagName(openTag, input) {
|
|
4483
|
-
let tagNameNode = openTag.getChild(TagName);
|
|
4484
|
-
return tagNameNode ? input.read(tagNameNode.from, tagNameNode.to) : " ";
|
|
4485
|
-
}
|
|
4486
|
-
function maybeNest(node, input, tags) {
|
|
4487
|
-
let attrs;
|
|
4488
|
-
for (let tag of tags) {
|
|
4489
|
-
if (!tag.attrs || tag.attrs(attrs || (attrs = getAttrs(node.node.parent.firstChild, input)))) return {
|
|
4490
|
-
parser: tag.parser
|
|
4491
|
-
};
|
|
4492
|
-
}
|
|
4493
|
-
return null;
|
|
4494
|
-
}
|
|
4495
|
-
|
|
4496
|
-
// tags?: {
|
|
4497
|
-
// tag: string,
|
|
4498
|
-
// attrs?: ({[attr: string]: string}) => boolean,
|
|
4499
|
-
// parser: Parser
|
|
4500
|
-
// }[]
|
|
4501
|
-
// attributes?: {
|
|
4502
|
-
// name: string,
|
|
4503
|
-
// tagName?: string,
|
|
4504
|
-
// parser: Parser
|
|
4505
|
-
// }[]
|
|
4506
|
-
|
|
4507
|
-
function configureNesting() {
|
|
4508
|
-
let tags = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
|
4509
|
-
let attributes = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
|
|
4510
|
-
let script = [],
|
|
4511
|
-
style = [],
|
|
4512
|
-
textarea = [],
|
|
4513
|
-
other = [];
|
|
4514
|
-
for (let tag of tags) {
|
|
4515
|
-
let array = tag.tag == "script" ? script : tag.tag == "style" ? style : tag.tag == "textarea" ? textarea : other;
|
|
4516
|
-
array.push(tag);
|
|
4517
|
-
}
|
|
4518
|
-
let attrs = attributes.length ? Object.create(null) : null;
|
|
4519
|
-
for (let attr of attributes) (attrs[attr.name] || (attrs[attr.name] = [])).push(attr);
|
|
4520
|
-
return parseMixed((node, input) => {
|
|
4521
|
-
let id = node.type.id;
|
|
4522
|
-
if (id == ScriptText) return maybeNest(node, input, script);
|
|
4523
|
-
if (id == StyleText) return maybeNest(node, input, style);
|
|
4524
|
-
if (id == TextareaText) return maybeNest(node, input, textarea);
|
|
4525
|
-
if (id == Element && other.length) {
|
|
4526
|
-
let n = node.node,
|
|
4527
|
-
open = n.firstChild,
|
|
4528
|
-
tagName = open && findTagName(open, input),
|
|
4529
|
-
attrs;
|
|
4530
|
-
if (tagName) for (let tag of other) {
|
|
4531
|
-
if (tag.tag == tagName && (!tag.attrs || tag.attrs(attrs || (attrs = getAttrs(n, input))))) {
|
|
4532
|
-
let close = n.lastChild;
|
|
4533
|
-
return {
|
|
4534
|
-
parser: tag.parser,
|
|
4535
|
-
overlay: [{
|
|
4536
|
-
from: open.to,
|
|
4537
|
-
to: close.type.id == CloseTag ? close.from : n.to
|
|
4538
|
-
}]
|
|
4539
|
-
};
|
|
4540
|
-
}
|
|
4541
|
-
}
|
|
4542
|
-
}
|
|
4543
|
-
if (attrs && id == Attribute) {
|
|
4544
|
-
let n = node.node,
|
|
4545
|
-
nameNode;
|
|
4546
|
-
if (nameNode = n.firstChild) {
|
|
4547
|
-
let matches = attrs[input.read(nameNode.from, nameNode.to)];
|
|
4548
|
-
if (matches) for (let attr of matches) {
|
|
4549
|
-
if (attr.tagName && attr.tagName != findTagName(n.parent, input)) continue;
|
|
4550
|
-
let value = n.lastChild;
|
|
4551
|
-
if (value.type.id == AttributeValue) {
|
|
4552
|
-
let from = value.from + 1;
|
|
4553
|
-
let last = value.lastChild,
|
|
4554
|
-
to = value.to - (last && last.isError ? 0 : 1);
|
|
4555
|
-
if (to > from) return {
|
|
4556
|
-
parser: attr.parser,
|
|
4557
|
-
overlay: [{
|
|
4558
|
-
from,
|
|
4559
|
-
to
|
|
4560
|
-
}]
|
|
4561
|
-
};
|
|
4562
|
-
} else if (value.type.id == UnquotedAttributeValue) {
|
|
4563
|
-
return {
|
|
4564
|
-
parser: attr.parser,
|
|
4565
|
-
overlay: [{
|
|
4566
|
-
from: value.from,
|
|
4567
|
-
to: value.to
|
|
4568
|
-
}]
|
|
4569
|
-
};
|
|
4570
|
-
}
|
|
4571
|
-
}
|
|
4572
|
-
}
|
|
4573
|
-
}
|
|
4574
|
-
return null;
|
|
4575
|
-
});
|
|
4576
|
-
}
|
|
4577
|
-
|
|
4578
|
-
// This file was generated by lezer-generator. You probably shouldn't edit it.
|
|
4579
|
-
const descendantOp = 95,
|
|
4580
|
-
Unit = 1,
|
|
4581
|
-
callee = 96,
|
|
4582
|
-
identifier$2 = 97,
|
|
4583
|
-
VariableName = 2;
|
|
4584
|
-
|
|
4585
|
-
/* Hand-written tokenizers for CSS tokens that can't be
|
|
4586
|
-
expressed by Lezer's built-in tokenizer. */
|
|
4587
|
-
|
|
4588
|
-
const space = [9, 10, 11, 12, 13, 32, 133, 160, 5760, 8192, 8193, 8194, 8195, 8196, 8197, 8198, 8199, 8200, 8201, 8202, 8232, 8233, 8239, 8287, 12288];
|
|
4589
|
-
const colon = 58,
|
|
4590
|
-
parenL = 40,
|
|
4591
|
-
underscore = 95,
|
|
4592
|
-
bracketL = 91,
|
|
4593
|
-
dash = 45,
|
|
4594
|
-
period = 46,
|
|
4595
|
-
hash = 35,
|
|
4596
|
-
percent = 37;
|
|
4597
|
-
function isAlpha(ch) {
|
|
4598
|
-
return ch >= 65 && ch <= 90 || ch >= 97 && ch <= 122 || ch >= 161;
|
|
4599
|
-
}
|
|
4600
|
-
function isDigit(ch) {
|
|
4601
|
-
return ch >= 48 && ch <= 57;
|
|
4602
|
-
}
|
|
4603
|
-
const identifiers = new ExternalTokenizer((input, stack) => {
|
|
4604
|
-
for (let inside = false, dashes = 0, i = 0;; i++) {
|
|
4605
|
-
let {
|
|
4606
|
-
next
|
|
4607
|
-
} = input;
|
|
4608
|
-
if (isAlpha(next) || next == dash || next == underscore || inside && isDigit(next)) {
|
|
4609
|
-
if (!inside && (next != dash || i > 0)) inside = true;
|
|
4610
|
-
if (dashes === i && next == dash) dashes++;
|
|
4611
|
-
input.advance();
|
|
4612
|
-
} else {
|
|
4613
|
-
if (inside) input.acceptToken(next == parenL ? callee : dashes == 2 && stack.canShift(VariableName) ? VariableName : identifier$2);
|
|
4614
|
-
break;
|
|
4615
|
-
}
|
|
4616
|
-
}
|
|
4617
|
-
});
|
|
4618
|
-
const descendant = new ExternalTokenizer(input => {
|
|
4619
|
-
if (space.includes(input.peek(-1))) {
|
|
4620
|
-
let {
|
|
4621
|
-
next
|
|
4622
|
-
} = input;
|
|
4623
|
-
if (isAlpha(next) || next == underscore || next == hash || next == period || next == bracketL || next == colon || next == dash) input.acceptToken(descendantOp);
|
|
4624
|
-
}
|
|
4625
|
-
});
|
|
4626
|
-
const unitToken = new ExternalTokenizer(input => {
|
|
4627
|
-
if (!space.includes(input.peek(-1))) {
|
|
4628
|
-
let {
|
|
4629
|
-
next
|
|
4630
|
-
} = input;
|
|
4631
|
-
if (next == percent) {
|
|
4632
|
-
input.advance();
|
|
4633
|
-
input.acceptToken(Unit);
|
|
4634
|
-
}
|
|
4635
|
-
if (isAlpha(next)) {
|
|
4636
|
-
do {
|
|
4637
|
-
input.advance();
|
|
4638
|
-
} while (isAlpha(input.next));
|
|
4639
|
-
input.acceptToken(Unit);
|
|
4640
|
-
}
|
|
4641
|
-
}
|
|
4642
|
-
});
|
|
4643
|
-
const cssHighlighting = styleTags({
|
|
4644
|
-
"AtKeyword import charset namespace keyframes media supports": tags$1.definitionKeyword,
|
|
4645
|
-
"from to selector": tags$1.keyword,
|
|
4646
|
-
NamespaceName: tags$1.namespace,
|
|
4647
|
-
KeyframeName: tags$1.labelName,
|
|
4648
|
-
KeyframeRangeName: tags$1.operatorKeyword,
|
|
4649
|
-
TagName: tags$1.tagName,
|
|
4650
|
-
ClassName: tags$1.className,
|
|
4651
|
-
PseudoClassName: tags$1.constant(tags$1.className),
|
|
4652
|
-
IdName: tags$1.labelName,
|
|
4653
|
-
"FeatureName PropertyName": tags$1.propertyName,
|
|
4654
|
-
AttributeName: tags$1.attributeName,
|
|
4655
|
-
NumberLiteral: tags$1.number,
|
|
4656
|
-
KeywordQuery: tags$1.keyword,
|
|
4657
|
-
UnaryQueryOp: tags$1.operatorKeyword,
|
|
4658
|
-
"CallTag ValueName": tags$1.atom,
|
|
4659
|
-
VariableName: tags$1.variableName,
|
|
4660
|
-
Callee: tags$1.operatorKeyword,
|
|
4661
|
-
Unit: tags$1.unit,
|
|
4662
|
-
"UniversalSelector NestingSelector": tags$1.definitionOperator,
|
|
4663
|
-
MatchOp: tags$1.compareOperator,
|
|
4664
|
-
"ChildOp SiblingOp, LogicOp": tags$1.logicOperator,
|
|
4665
|
-
BinOp: tags$1.arithmeticOperator,
|
|
4666
|
-
Important: tags$1.modifier,
|
|
4667
|
-
Comment: tags$1.blockComment,
|
|
4668
|
-
ColorLiteral: tags$1.color,
|
|
4669
|
-
"ParenthesizedContent StringLiteral": tags$1.string,
|
|
4670
|
-
":": tags$1.punctuation,
|
|
4671
|
-
"PseudoOp #": tags$1.derefOperator,
|
|
4672
|
-
"; ,": tags$1.separator,
|
|
4673
|
-
"( )": tags$1.paren,
|
|
4674
|
-
"[ ]": tags$1.squareBracket,
|
|
4675
|
-
"{ }": tags$1.brace
|
|
4676
|
-
});
|
|
4677
|
-
|
|
4678
|
-
// This file was generated by lezer-generator. You probably shouldn't edit it.
|
|
4679
|
-
const spec_callee = {
|
|
4680
|
-
__proto__: null,
|
|
4681
|
-
lang: 32,
|
|
4682
|
-
"nth-child": 32,
|
|
4683
|
-
"nth-last-child": 32,
|
|
4684
|
-
"nth-of-type": 32,
|
|
4685
|
-
"nth-last-of-type": 32,
|
|
4686
|
-
dir: 32,
|
|
4687
|
-
"host-context": 32,
|
|
4688
|
-
url: 60,
|
|
4689
|
-
"url-prefix": 60,
|
|
4690
|
-
domain: 60,
|
|
4691
|
-
regexp: 60,
|
|
4692
|
-
selector: 134
|
|
4693
|
-
};
|
|
4694
|
-
const spec_AtKeyword = {
|
|
4695
|
-
__proto__: null,
|
|
4696
|
-
"@import": 114,
|
|
4697
|
-
"@media": 138,
|
|
4698
|
-
"@charset": 142,
|
|
4699
|
-
"@namespace": 146,
|
|
4700
|
-
"@keyframes": 152,
|
|
4701
|
-
"@supports": 164
|
|
4702
|
-
};
|
|
4703
|
-
const spec_identifier = {
|
|
4704
|
-
__proto__: null,
|
|
4705
|
-
not: 128,
|
|
4706
|
-
only: 128
|
|
4707
|
-
};
|
|
4708
|
-
const parser = LRParser.deserialize({
|
|
4709
|
-
version: 14,
|
|
4710
|
-
states: "8`QYQ[OOO#_Q[OOOOQP'#Cd'#CdOOQP'#Cc'#CcO#fQ[O'#CfO$YQXO'#CaO$aQ[O'#ChO$lQ[O'#DPO$qQ[O'#DTOOQP'#Ee'#EeO$vQdO'#DeO%bQ[O'#DrO$vQdO'#DtO%sQ[O'#DvO&OQ[O'#DyO&WQ[O'#EPO&fQ[O'#EROOQS'#Ed'#EdOOQS'#ET'#ETQYQ[OOO&mQXO'#CdO'bQWO'#DaO'gQWO'#EkO'rQ[O'#EkQOQWOOOOQP'#Cg'#CgOOQP,59Q,59QO#fQ[O,59QO'|Q[O'#EWO(hQWO,58{O(pQ[O,59SO$lQ[O,59kO$qQ[O,59oO'|Q[O,59sO'|Q[O,59uO'|Q[O,59vO({Q[O'#D`OOQS,58{,58{OOQP'#Ck'#CkOOQO'#C}'#C}OOQP,59S,59SO)SQWO,59SO)XQWO,59SOOQP'#DR'#DROOQP,59k,59kOOQO'#DV'#DVO)^Q`O,59oOOQS'#Cp'#CpO$vQdO'#CqO)fQvO'#CsO*sQtO,5:POOQO'#Cx'#CxO)XQWO'#CwO+XQWO'#CyOOQS'#Eh'#EhOOQO'#Dh'#DhO+^Q[O'#DoO+lQWO'#ElO&WQ[O'#DmO+zQWO'#DpOOQO'#Em'#EmO(kQWO,5:^O,PQpO,5:`OOQS'#Dx'#DxO,XQWO,5:bO,^Q[O,5:bOOQO'#D{'#D{O,fQWO,5:eO,kQWO,5:kO,sQWO,5:mOOQS-E8R-E8RO$vQdO,59{O,{Q[O'#EYO-YQWO,5;VO-YQWO,5;VOOQP1G.l1G.lO.PQXO,5:rOOQO-E8U-E8UOOQS1G.g1G.gOOQP1G.n1G.nO)SQWO1G.nO)XQWO1G.nOOQP1G/V1G/VO.^Q`O1G/ZO.wQXO1G/_O/_QXO1G/aO/uQXO1G/bO0]QWO,59zO0bQ[O'#DOO0iQdO'#CoOOQP1G/Z1G/ZO$vQdO1G/ZO0pQpO,59]OOQS,59_,59_O$vQdO,59aO0xQWO1G/kOOQS,59c,59cO0}Q!bO,59eO1VQWO'#DhO1bQWO,5:TO1gQWO,5:ZO&WQ[O,5:VO&WQ[O'#EZO1oQWO,5;WO1zQWO,5:XO'|Q[O,5:[OOQS1G/x1G/xOOQS1G/z1G/zOOQS1G/|1G/|O2]QWO1G/|O2bQdO'#D|OOQS1G0P1G0POOQS1G0V1G0VOOQS1G0X1G0XO2mQtO1G/gOOQO,5:t,5:tO3TQ[O,5:tOOQO-E8W-E8WO3bQWO1G0qOOQP7+$Y7+$YOOQP7+$u7+$uO$vQdO7+$uOOQS1G/f1G/fO3mQXO'#EjO3tQWO,59jO3yQtO'#EUO4nQdO'#EgO4xQWO,59ZO4}QpO7+$uOOQS1G.w1G.wOOQS1G.{1G.{OOQS7+%V7+%VO5VQWO1G/PO$vQdO1G/oOOQO1G/u1G/uOOQO1G/q1G/qO5[QWO,5:uOOQO-E8X-E8XO5jQXO1G/vOOQS7+%h7+%hO5qQYO'#CsOOQO'#EO'#EOO5|Q`O'#D}OOQO'#D}'#D}O6XQWO'#E[O6aQdO,5:hOOQS,5:h,5:hO6lQtO'#EXO$vQdO'#EXO7jQdO7+%ROOQO7+%R7+%ROOQO1G0`1G0`O7}QpO<<HaO8VQWO,5;UOOQP1G/U1G/UOOQS-E8S-E8SO$vQdO'#EVO8_QWO,5;ROOQT1G.u1G.uOOQP<<Ha<<HaOOQS7+$k7+$kO8gQdO7+%ZOOQO7+%b7+%bOOQO,5:i,5:iO2eQdO'#E]O6XQWO,5:vOOQS,5:v,5:vOOQS-E8Y-E8YOOQS1G0S1G0SO8nQtO,5:sOOQS-E8V-E8VOOQO<<Hm<<HmOOQPAN={AN={O9lQdO,5:qOOQO-E8T-E8TOOQO<<Hu<<HuOOQO,5:w,5:wOOQO-E8Z-E8ZOOQS1G0b1G0b",
|
|
4711
|
-
stateData: ":O~O#VOSROS~OUXOXXO]UO^UOtVOxWO!Y`O!ZYO!gZO!i[O!k]O!n^O!t_O#TQO#YSO~OQeOUXOXXO]UO^UOtVOxWO!Y`O!ZYO!gZO!i[O!k]O!n^O!t_O#TdO#YSO~O#Q#_P~P!ZO#TiO~O]nO^nOplOtoOxpO|qO!PsO#RrO#YkO~O!RtO~P#kO`zO#SwO#TvO~O#T{O~O#T}O~OQ!WOb!QOf!WOh!WOn!VO#S!TO#T!PO#]!RO~Ob!YO!b![O!e!]O#T!XO!R#`P~Oh!bOn!VO#T!aO~Oh!dO#T!dO~Ob!YO!b![O!e!]O#T!XO~O!W#`P~P%bO]WX]!UX^WXpWXtWXxWX|WX!PWX!RWX#RWX#YWX~O]!iO~O!W!jO#Q#_X!Q#_X~O#Q#_X!Q#_X~P!ZOUXOXXO]UO^UOtVOxWO#TQO#YSO~OplO!RtO~O`!sO#SwO#TvO~O!Q#_P~P!ZOb!zO~Ob!{O~Ov!|Oz!}O~OP#PObgXjgX!WgX!bgX!egX#TgXagXQgXfgXhgXngXpgX!VgX#QgX#SgX#]gXvgX!QgX~Ob!YOj#QO!b![O!e!]O#T!XO!W#`P~Ob#TO~Ob!YO!b![O!e!]O#T#UO~Op#YO!`#XO!R#`X!W#`X~Ob#]O~Oj#QO!W#_O~O!W#`O~Oh#aOn!VO~O!R#bO~O!RtO!`#XO~O!RtO!W#eO~O!W!|X#Q!|X!Q!|X~P!ZO!W!jO#Q#_a!Q#_a~O]nO^nOtoOxpO|qO!PsO#RrO#YkO~Op!za!R!zaa!za~P-eOv#lOz#mO~O]nO^nOtoOxpO#YkO~Op{i|{i!P{i!R{i#R{ia{i~P.fOp}i|}i!P}i!R}i#R}ia}i~P.fOp!Oi|!Oi!P!Oi!R!Oi#R!Oia!Oi~P.fO!Q#nO~Oa#^P~P'|Oa#ZP~P$vOa#uOj#QO~O!W#wO~Oh#xOo#xO~O]!^Xa![X!`![X~O]#yO~Oa#zO!`#XO~Op#YO!R#`a!W#`a~O!`#XOp!aa!R!aa!W!aaa!aa~O!W$PO~O!Q$WO#T$RO#]$QO~Oj#QOp$YO!V$[O!W!Ti#Q!Ti!Q!Ti~P$vO!W!|a#Q!|a!Q!|a~P!ZO!W!jO#Q#_i!Q#_i~Oa#^X~P#kOa$`O~Oj#QOQ!xXa!xXb!xXf!xXh!xXn!xXp!xX#S!xX#T!xX#]!xX~Op$bOa#ZX~P$vOa$dO~Oj#QOv$eO~Oa$fO~O!`#XOp!}a!R!}a!W!}a~Oa$hO~P-eOP#POpgX!RgX~O#]$QOp!qX!R!qX~Op$jO!RtO~O!Q$nO#T$RO#]$QO~Oj#QOQ!{Xb!{Xf!{Xh!{Xn!{Xp!{X!V!{X!W!{X#Q!{X#S!{X#T!{X#]!{X!Q!{X~Op$YO!V$qO!W!Tq#Q!Tq!Q!Tq~P$vOj#QOv$rO~OplOa#^a~Op$bOa#Za~Oa$uO~P$vOj#QOQ!{ab!{af!{ah!{an!{ap!{a!V!{a!W!{a#Q!{a#S!{a#T!{a#]!{a!Q!{a~Oa!yap!ya~P$vO#VoR#]j!Pj~",
|
|
4712
|
-
goto: ",z#bPPPPP#cP#l#{P#l$[#lPP$bPPP$h$q$qP%TP$qP$q%o&RPPP&k&q#lP&wP#lP&}P#lP#l#lPPP'T'j'wPP#cPP(O(O(Y(OP(OP(O(OP#cP#cP#cP(]#cP(`(c(f(m#cP#cP(r)R)a)g)q)w*R*X*_PPPPPP*e*nP+Z+^P,S,V,],f_aOPcgt!j#hkXOPcglqrst!j!z#]#hkROPcglqrst!j!z#]#hQjSR!mkQxUR!qnQ!qzQ#S!UR#k!sq!WY[!Q!i!{!}#Q#f#m#r#y$Y$Z$b$g$sp!WY[!Q!i!{!}#Q#f#m#r#y$Y$Z$b$g$sU$T#b$V$jR$i$Sq!UY[!Q!i!{!}#Q#f#m#r#y$Y$Z$b$g$sp!WY[!Q!i!{!}#Q#f#m#r#y$Y$Z$b$g$sQ!b]R#a!cQyUR!rnQ!qyR#k!rQ|VR!toQ!OWR!upQuTQ!pmQ#^!_Q#d!fQ#e!gQ$l$UR$x$kSfPtQ!lgQ#g!jR$]#hZePgt!j#ha!^Z_`!S!Y![#X#YR#V!YR!c]R!e^R#c!eS$U#b$VR$v$jV$S#b$V$jQcOSgPtU!hcg#hR#h!jQ#r!{U$a#r$g$sQ$g#yR$s$bQ$c#rR$t$cQmTS!om$_R$_#oQ$Z#fR$p$ZQ!kfS#i!k#jR#j!lQ#Z!ZR#}#ZQ$V#bR$m$VQ$k$UR$w$k_bOPcgt!j#h^TOPcgt!j#hQ!nlQ!vqQ!wrQ!xsQ#o!zR$O#]R#s!{Q!SYQ!`[Q#O!QQ#f!i[#q!{#r#y$b$g$sQ#t!}Q#v#QS$X#f$ZQ$^#mR$o$YR#p!zQhPR!ytQ!_ZQ!g`R#R!SU!ZZ`!SQ!f_Q#W!YQ#[![Q#{#XR#|#Y",
|
|
4713
|
-
nodeNames: "⚠ Unit VariableName Comment StyleSheet RuleSet UniversalSelector TagSelector TagName NestingSelector ClassSelector ClassName PseudoClassSelector : :: PseudoClassName PseudoClassName ) ( ArgList ValueName ParenthesizedValue ColorLiteral NumberLiteral StringLiteral BinaryExpression BinOp CallExpression Callee CallLiteral CallTag ParenthesizedContent , PseudoClassName ArgList IdSelector # IdName ] AttributeSelector [ AttributeName MatchOp ChildSelector ChildOp DescendantSelector SiblingSelector SiblingOp } { Block Declaration PropertyName Important ; ImportStatement AtKeyword import KeywordQuery FeatureQuery FeatureName BinaryQuery LogicOp UnaryQuery UnaryQueryOp ParenthesizedQuery SelectorQuery selector MediaStatement media CharsetStatement charset NamespaceStatement namespace NamespaceName KeyframesStatement keyframes KeyframeName KeyframeList KeyframeSelector KeyframeRangeName SupportsStatement supports AtRule Styles",
|
|
4714
|
-
maxTerm: 109,
|
|
4715
|
-
nodeProps: [["openedBy", 17, "(", 48, "{"], ["closedBy", 18, ")", 49, "}"]],
|
|
4716
|
-
propSources: [cssHighlighting],
|
|
4717
|
-
skippedNodes: [0, 3],
|
|
4718
|
-
repeatNodeCount: 9,
|
|
4719
|
-
tokenData: "Lq~R!^OX$}X^%u^p$}pq%uqr)Xrs.Rst/utu6duv$}vw7^wx7oxy9^yz9oz{9t{|:_|}?Q}!O?c!O!P@Q!P!Q@i!Q![Cu![!]Dp!]!^El!^!_$}!_!`E}!`!aF`!a!b$}!b!cG[!c!}$}!}#OHt#O#P$}#P#QIV#Q#R6d#R#T$}#T#UIh#U#c$}#c#dJy#d#o$}#o#pK`#p#q6d#q#rKq#r#sLS#s#y$}#y#z%u#z$f$}$f$g%u$g#BY$}#BY#BZ%u#BZ$IS$}$IS$I_%u$I_$I|$}$I|$JO%u$JO$JT$}$JT$JU%u$JU$KV$}$KV$KW%u$KW&FU$}&FU&FV%u&FV;'S$};'S;=`Lk<%lO$}W%QSOy%^z;'S%^;'S;=`%o<%lO%^W%cSoWOy%^z;'S%^;'S;=`%o<%lO%^W%rP;=`<%l%^~%zh#V~OX%^X^'f^p%^pq'fqy%^z#y%^#y#z'f#z$f%^$f$g'f$g#BY%^#BY#BZ'f#BZ$IS%^$IS$I_'f$I_$I|%^$I|$JO'f$JO$JT%^$JT$JU'f$JU$KV%^$KV$KW'f$KW&FU%^&FU&FV'f&FV;'S%^;'S;=`%o<%lO%^~'mh#V~oWOX%^X^'f^p%^pq'fqy%^z#y%^#y#z'f#z$f%^$f$g'f$g#BY%^#BY#BZ'f#BZ$IS%^$IS$I_'f$I_$I|%^$I|$JO'f$JO$JT%^$JT$JU'f$JU$KV%^$KV$KW'f$KW&FU%^&FU&FV'f&FV;'S%^;'S;=`%o<%lO%^^)[UOy%^z#]%^#]#^)n#^;'S%^;'S;=`%o<%lO%^^)sUoWOy%^z#a%^#a#b*V#b;'S%^;'S;=`%o<%lO%^^*[UoWOy%^z#d%^#d#e*n#e;'S%^;'S;=`%o<%lO%^^*sUoWOy%^z#c%^#c#d+V#d;'S%^;'S;=`%o<%lO%^^+[UoWOy%^z#f%^#f#g+n#g;'S%^;'S;=`%o<%lO%^^+sUoWOy%^z#h%^#h#i,V#i;'S%^;'S;=`%o<%lO%^^,[UoWOy%^z#T%^#T#U,n#U;'S%^;'S;=`%o<%lO%^^,sUoWOy%^z#b%^#b#c-V#c;'S%^;'S;=`%o<%lO%^^-[UoWOy%^z#h%^#h#i-n#i;'S%^;'S;=`%o<%lO%^^-uS!VUoWOy%^z;'S%^;'S;=`%o<%lO%^~.UWOY.RZr.Rrs.ns#O.R#O#P.s#P;'S.R;'S;=`/o<%lO.R~.sOh~~.vRO;'S.R;'S;=`/P;=`O.R~/SXOY.RZr.Rrs.ns#O.R#O#P.s#P;'S.R;'S;=`/o;=`<%l.R<%lO.R~/rP;=`<%l.R_/zYtPOy%^z!Q%^!Q![0j![!c%^!c!i0j!i#T%^#T#Z0j#Z;'S%^;'S;=`%o<%lO%^^0oYoWOy%^z!Q%^!Q![1_![!c%^!c!i1_!i#T%^#T#Z1_#Z;'S%^;'S;=`%o<%lO%^^1dYoWOy%^z!Q%^!Q![2S![!c%^!c!i2S!i#T%^#T#Z2S#Z;'S%^;'S;=`%o<%lO%^^2ZYfUoWOy%^z!Q%^!Q![2y![!c%^!c!i2y!i#T%^#T#Z2y#Z;'S%^;'S;=`%o<%lO%^^3QYfUoWOy%^z!Q%^!Q![3p![!c%^!c!i3p!i#T%^#T#Z3p#Z;'S%^;'S;=`%o<%lO%^^3uYoWOy%^z!Q%^!Q![4e![!c%^!c!i4e!i#T%^#T#Z4e#Z;'S%^;'S;=`%o<%lO%^^4lYfUoWOy%^z!Q%^!Q![5[![!c%^!c!i5[!i#T%^#T#Z5[#Z;'S%^;'S;=`%o<%lO%^^5aYoWOy%^z!Q%^!Q![6P![!c%^!c!i6P!i#T%^#T#Z6P#Z;'S%^;'S;=`%o<%lO%^^6WSfUoWOy%^z;'S%^;'S;=`%o<%lO%^Y6gUOy%^z!_%^!_!`6y!`;'S%^;'S;=`%o<%lO%^Y7QSzQoWOy%^z;'S%^;'S;=`%o<%lO%^X7cSXPOy%^z;'S%^;'S;=`%o<%lO%^~7rWOY7oZw7owx.nx#O7o#O#P8[#P;'S7o;'S;=`9W<%lO7o~8_RO;'S7o;'S;=`8h;=`O7o~8kXOY7oZw7owx.nx#O7o#O#P8[#P;'S7o;'S;=`9W;=`<%l7o<%lO7o~9ZP;=`<%l7o_9cSbVOy%^z;'S%^;'S;=`%o<%lO%^~9tOa~_9{UUPjSOy%^z!_%^!_!`6y!`;'S%^;'S;=`%o<%lO%^_:fWjS!PPOy%^z!O%^!O!P;O!P!Q%^!Q![>T![;'S%^;'S;=`%o<%lO%^^;TUoWOy%^z!Q%^!Q![;g![;'S%^;'S;=`%o<%lO%^^;nYoW#]UOy%^z!Q%^!Q![;g![!g%^!g!h<^!h#X%^#X#Y<^#Y;'S%^;'S;=`%o<%lO%^^<cYoWOy%^z{%^{|=R|}%^}!O=R!O!Q%^!Q![=j![;'S%^;'S;=`%o<%lO%^^=WUoWOy%^z!Q%^!Q![=j![;'S%^;'S;=`%o<%lO%^^=qUoW#]UOy%^z!Q%^!Q![=j![;'S%^;'S;=`%o<%lO%^^>[[oW#]UOy%^z!O%^!O!P;g!P!Q%^!Q![>T![!g%^!g!h<^!h#X%^#X#Y<^#Y;'S%^;'S;=`%o<%lO%^_?VSpVOy%^z;'S%^;'S;=`%o<%lO%^^?hWjSOy%^z!O%^!O!P;O!P!Q%^!Q![>T![;'S%^;'S;=`%o<%lO%^_@VU#YPOy%^z!Q%^!Q![;g![;'S%^;'S;=`%o<%lO%^~@nTjSOy%^z{@}{;'S%^;'S;=`%o<%lO%^~ASUoWOy@}yzAfz{Bm{;'S@};'S;=`Co<%lO@}~AiTOzAfz{Ax{;'SAf;'S;=`Bg<%lOAf~A{VOzAfz{Ax{!PAf!P!QBb!Q;'SAf;'S;=`Bg<%lOAf~BgOR~~BjP;=`<%lAf~BrWoWOy@}yzAfz{Bm{!P@}!P!QC[!Q;'S@};'S;=`Co<%lO@}~CcSoWR~Oy%^z;'S%^;'S;=`%o<%lO%^~CrP;=`<%l@}^Cz[#]UOy%^z!O%^!O!P;g!P!Q%^!Q![>T![!g%^!g!h<^!h#X%^#X#Y<^#Y;'S%^;'S;=`%o<%lO%^XDuU]POy%^z![%^![!]EX!];'S%^;'S;=`%o<%lO%^XE`S^PoWOy%^z;'S%^;'S;=`%o<%lO%^_EqS!WVOy%^z;'S%^;'S;=`%o<%lO%^YFSSzQOy%^z;'S%^;'S;=`%o<%lO%^XFeU|POy%^z!`%^!`!aFw!a;'S%^;'S;=`%o<%lO%^XGOS|PoWOy%^z;'S%^;'S;=`%o<%lO%^XG_WOy%^z!c%^!c!}Gw!}#T%^#T#oGw#o;'S%^;'S;=`%o<%lO%^XHO[!YPoWOy%^z}%^}!OGw!O!Q%^!Q![Gw![!c%^!c!}Gw!}#T%^#T#oGw#o;'S%^;'S;=`%o<%lO%^XHySxPOy%^z;'S%^;'S;=`%o<%lO%^^I[SvUOy%^z;'S%^;'S;=`%o<%lO%^XIkUOy%^z#b%^#b#cI}#c;'S%^;'S;=`%o<%lO%^XJSUoWOy%^z#W%^#W#XJf#X;'S%^;'S;=`%o<%lO%^XJmS!`PoWOy%^z;'S%^;'S;=`%o<%lO%^XJ|UOy%^z#f%^#f#gJf#g;'S%^;'S;=`%o<%lO%^ZKeS!RROy%^z;'S%^;'S;=`%o<%lO%^_KvS!QVOy%^z;'S%^;'S;=`%o<%lO%^ZLXU!PPOy%^z!_%^!_!`6y!`;'S%^;'S;=`%o<%lO%^WLnP;=`<%l$}",
|
|
4720
|
-
tokenizers: [descendant, unitToken, identifiers, 0, 1, 2, 3],
|
|
4721
|
-
topRules: {
|
|
4722
|
-
"StyleSheet": [0, 4],
|
|
4723
|
-
"Styles": [1, 84]
|
|
4724
|
-
},
|
|
4725
|
-
specialized: [{
|
|
4726
|
-
term: 96,
|
|
4727
|
-
get: value => spec_callee[value] || -1
|
|
4728
|
-
}, {
|
|
4729
|
-
term: 56,
|
|
4730
|
-
get: value => spec_AtKeyword[value] || -1
|
|
4731
|
-
}, {
|
|
4732
|
-
term: 97,
|
|
4733
|
-
get: value => spec_identifier[value] || -1
|
|
4734
|
-
}],
|
|
4735
|
-
tokenPrec: 1142
|
|
4736
|
-
});
|
|
4737
|
-
|
|
4738
|
-
let _properties = null;
|
|
4739
|
-
function properties() {
|
|
4740
|
-
if (!_properties && typeof document == "object" && document.body) {
|
|
4741
|
-
let {
|
|
4742
|
-
style
|
|
4743
|
-
} = document.body,
|
|
4744
|
-
names = [],
|
|
4745
|
-
seen = new Set();
|
|
4746
|
-
for (let prop in style) if (prop != "cssText" && prop != "cssFloat") {
|
|
4747
|
-
if (typeof style[prop] == "string") {
|
|
4748
|
-
if (/[A-Z]/.test(prop)) prop = prop.replace(/[A-Z]/g, ch => "-" + ch.toLowerCase());
|
|
4749
|
-
if (!seen.has(prop)) {
|
|
4750
|
-
names.push(prop);
|
|
4751
|
-
seen.add(prop);
|
|
4752
|
-
}
|
|
4753
|
-
}
|
|
4754
|
-
}
|
|
4755
|
-
_properties = names.sort().map(name => ({
|
|
4756
|
-
type: "property",
|
|
4757
|
-
label: name
|
|
4758
|
-
}));
|
|
4759
|
-
}
|
|
4760
|
-
return _properties || [];
|
|
4761
|
-
}
|
|
4762
|
-
const pseudoClasses = /*@__PURE__*/["active", "after", "any-link", "autofill", "backdrop", "before", "checked", "cue", "default", "defined", "disabled", "empty", "enabled", "file-selector-button", "first", "first-child", "first-letter", "first-line", "first-of-type", "focus", "focus-visible", "focus-within", "fullscreen", "has", "host", "host-context", "hover", "in-range", "indeterminate", "invalid", "is", "lang", "last-child", "last-of-type", "left", "link", "marker", "modal", "not", "nth-child", "nth-last-child", "nth-last-of-type", "nth-of-type", "only-child", "only-of-type", "optional", "out-of-range", "part", "placeholder", "placeholder-shown", "read-only", "read-write", "required", "right", "root", "scope", "selection", "slotted", "target", "target-text", "valid", "visited", "where"].map(name => ({
|
|
4763
|
-
type: "class",
|
|
4764
|
-
label: name
|
|
4765
|
-
}));
|
|
4766
|
-
const values = /*@__PURE__*/["above", "absolute", "activeborder", "additive", "activecaption", "after-white-space", "ahead", "alias", "all", "all-scroll", "alphabetic", "alternate", "always", "antialiased", "appworkspace", "asterisks", "attr", "auto", "auto-flow", "avoid", "avoid-column", "avoid-page", "avoid-region", "axis-pan", "background", "backwards", "baseline", "below", "bidi-override", "blink", "block", "block-axis", "bold", "bolder", "border", "border-box", "both", "bottom", "break", "break-all", "break-word", "bullets", "button", "button-bevel", "buttonface", "buttonhighlight", "buttonshadow", "buttontext", "calc", "capitalize", "caps-lock-indicator", "caption", "captiontext", "caret", "cell", "center", "checkbox", "circle", "cjk-decimal", "clear", "clip", "close-quote", "col-resize", "collapse", "color", "color-burn", "color-dodge", "column", "column-reverse", "compact", "condensed", "contain", "content", "contents", "content-box", "context-menu", "continuous", "copy", "counter", "counters", "cover", "crop", "cross", "crosshair", "currentcolor", "cursive", "cyclic", "darken", "dashed", "decimal", "decimal-leading-zero", "default", "default-button", "dense", "destination-atop", "destination-in", "destination-out", "destination-over", "difference", "disc", "discard", "disclosure-closed", "disclosure-open", "document", "dot-dash", "dot-dot-dash", "dotted", "double", "down", "e-resize", "ease", "ease-in", "ease-in-out", "ease-out", "element", "ellipse", "ellipsis", "embed", "end", "ethiopic-abegede-gez", "ethiopic-halehame-aa-er", "ethiopic-halehame-gez", "ew-resize", "exclusion", "expanded", "extends", "extra-condensed", "extra-expanded", "fantasy", "fast", "fill", "fill-box", "fixed", "flat", "flex", "flex-end", "flex-start", "footnotes", "forwards", "from", "geometricPrecision", "graytext", "grid", "groove", "hand", "hard-light", "help", "hidden", "hide", "higher", "highlight", "highlighttext", "horizontal", "hsl", "hsla", "hue", "icon", "ignore", "inactiveborder", "inactivecaption", "inactivecaptiontext", "infinite", "infobackground", "infotext", "inherit", "initial", "inline", "inline-axis", "inline-block", "inline-flex", "inline-grid", "inline-table", "inset", "inside", "intrinsic", "invert", "italic", "justify", "keep-all", "landscape", "large", "larger", "left", "level", "lighter", "lighten", "line-through", "linear", "linear-gradient", "lines", "list-item", "listbox", "listitem", "local", "logical", "loud", "lower", "lower-hexadecimal", "lower-latin", "lower-norwegian", "lowercase", "ltr", "luminosity", "manipulation", "match", "matrix", "matrix3d", "medium", "menu", "menutext", "message-box", "middle", "min-intrinsic", "mix", "monospace", "move", "multiple", "multiple_mask_images", "multiply", "n-resize", "narrower", "ne-resize", "nesw-resize", "no-close-quote", "no-drop", "no-open-quote", "no-repeat", "none", "normal", "not-allowed", "nowrap", "ns-resize", "numbers", "numeric", "nw-resize", "nwse-resize", "oblique", "opacity", "open-quote", "optimizeLegibility", "optimizeSpeed", "outset", "outside", "outside-shape", "overlay", "overline", "padding", "padding-box", "painted", "page", "paused", "perspective", "pinch-zoom", "plus-darker", "plus-lighter", "pointer", "polygon", "portrait", "pre", "pre-line", "pre-wrap", "preserve-3d", "progress", "push-button", "radial-gradient", "radio", "read-only", "read-write", "read-write-plaintext-only", "rectangle", "region", "relative", "repeat", "repeating-linear-gradient", "repeating-radial-gradient", "repeat-x", "repeat-y", "reset", "reverse", "rgb", "rgba", "ridge", "right", "rotate", "rotate3d", "rotateX", "rotateY", "rotateZ", "round", "row", "row-resize", "row-reverse", "rtl", "run-in", "running", "s-resize", "sans-serif", "saturation", "scale", "scale3d", "scaleX", "scaleY", "scaleZ", "screen", "scroll", "scrollbar", "scroll-position", "se-resize", "self-start", "self-end", "semi-condensed", "semi-expanded", "separate", "serif", "show", "single", "skew", "skewX", "skewY", "skip-white-space", "slide", "slider-horizontal", "slider-vertical", "sliderthumb-horizontal", "sliderthumb-vertical", "slow", "small", "small-caps", "small-caption", "smaller", "soft-light", "solid", "source-atop", "source-in", "source-out", "source-over", "space", "space-around", "space-between", "space-evenly", "spell-out", "square", "start", "static", "status-bar", "stretch", "stroke", "stroke-box", "sub", "subpixel-antialiased", "svg_masks", "super", "sw-resize", "symbolic", "symbols", "system-ui", "table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group", "table-row", "table-row-group", "text", "text-bottom", "text-top", "textarea", "textfield", "thick", "thin", "threeddarkshadow", "threedface", "threedhighlight", "threedlightshadow", "threedshadow", "to", "top", "transform", "translate", "translate3d", "translateX", "translateY", "translateZ", "transparent", "ultra-condensed", "ultra-expanded", "underline", "unidirectional-pan", "unset", "up", "upper-latin", "uppercase", "url", "var", "vertical", "vertical-text", "view-box", "visible", "visibleFill", "visiblePainted", "visibleStroke", "visual", "w-resize", "wait", "wave", "wider", "window", "windowframe", "windowtext", "words", "wrap", "wrap-reverse", "x-large", "x-small", "xor", "xx-large", "xx-small"].map(name => ({
|
|
4767
|
-
type: "keyword",
|
|
4768
|
-
label: name
|
|
4769
|
-
})).concat( /*@__PURE__*/["aliceblue", "antiquewhite", "aqua", "aquamarine", "azure", "beige", "bisque", "black", "blanchedalmond", "blue", "blueviolet", "brown", "burlywood", "cadetblue", "chartreuse", "chocolate", "coral", "cornflowerblue", "cornsilk", "crimson", "cyan", "darkblue", "darkcyan", "darkgoldenrod", "darkgray", "darkgreen", "darkkhaki", "darkmagenta", "darkolivegreen", "darkorange", "darkorchid", "darkred", "darksalmon", "darkseagreen", "darkslateblue", "darkslategray", "darkturquoise", "darkviolet", "deeppink", "deepskyblue", "dimgray", "dodgerblue", "firebrick", "floralwhite", "forestgreen", "fuchsia", "gainsboro", "ghostwhite", "gold", "goldenrod", "gray", "grey", "green", "greenyellow", "honeydew", "hotpink", "indianred", "indigo", "ivory", "khaki", "lavender", "lavenderblush", "lawngreen", "lemonchiffon", "lightblue", "lightcoral", "lightcyan", "lightgoldenrodyellow", "lightgray", "lightgreen", "lightpink", "lightsalmon", "lightseagreen", "lightskyblue", "lightslategray", "lightsteelblue", "lightyellow", "lime", "limegreen", "linen", "magenta", "maroon", "mediumaquamarine", "mediumblue", "mediumorchid", "mediumpurple", "mediumseagreen", "mediumslateblue", "mediumspringgreen", "mediumturquoise", "mediumvioletred", "midnightblue", "mintcream", "mistyrose", "moccasin", "navajowhite", "navy", "oldlace", "olive", "olivedrab", "orange", "orangered", "orchid", "palegoldenrod", "palegreen", "paleturquoise", "palevioletred", "papayawhip", "peachpuff", "peru", "pink", "plum", "powderblue", "purple", "rebeccapurple", "red", "rosybrown", "royalblue", "saddlebrown", "salmon", "sandybrown", "seagreen", "seashell", "sienna", "silver", "skyblue", "slateblue", "slategray", "snow", "springgreen", "steelblue", "tan", "teal", "thistle", "tomato", "turquoise", "violet", "wheat", "white", "whitesmoke", "yellow", "yellowgreen"].map(name => ({
|
|
4770
|
-
type: "constant",
|
|
4771
|
-
label: name
|
|
4772
|
-
})));
|
|
4773
|
-
const tags = /*@__PURE__*/["a", "abbr", "address", "article", "aside", "b", "bdi", "bdo", "blockquote", "body", "br", "button", "canvas", "caption", "cite", "code", "col", "colgroup", "dd", "del", "details", "dfn", "dialog", "div", "dl", "dt", "em", "figcaption", "figure", "footer", "form", "header", "hgroup", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "html", "i", "iframe", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "meter", "nav", "ol", "output", "p", "pre", "ruby", "section", "select", "small", "source", "span", "strong", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "tr", "u", "ul"].map(name => ({
|
|
4774
|
-
type: "type",
|
|
4775
|
-
label: name
|
|
4776
|
-
}));
|
|
4777
|
-
const identifier$1 = /^(\w[\w-]*|-\w[\w-]*|)$/,
|
|
4778
|
-
variable = /^-(-[\w-]*)?$/;
|
|
4779
|
-
function isVarArg(node, doc) {
|
|
4780
|
-
var _a;
|
|
4781
|
-
if (node.name == "(" || node.type.isError) node = node.parent || node;
|
|
4782
|
-
if (node.name != "ArgList") return false;
|
|
4783
|
-
let callee = (_a = node.parent) === null || _a === void 0 ? void 0 : _a.firstChild;
|
|
4784
|
-
if ((callee === null || callee === void 0 ? void 0 : callee.name) != "Callee") return false;
|
|
4785
|
-
return doc.sliceString(callee.from, callee.to) == "var";
|
|
4786
|
-
}
|
|
4787
|
-
const VariablesByNode = /*@__PURE__*/new NodeWeakMap();
|
|
4788
|
-
const declSelector = ["Declaration"];
|
|
4789
|
-
function astTop(node) {
|
|
4790
|
-
for (let cur = node;;) {
|
|
4791
|
-
if (cur.type.isTop) return cur;
|
|
4792
|
-
if (!(cur = cur.parent)) return node;
|
|
4793
|
-
}
|
|
4794
|
-
}
|
|
4795
|
-
function variableNames(doc, node, isVariable) {
|
|
4796
|
-
if (node.to - node.from > 4096) {
|
|
4797
|
-
let known = VariablesByNode.get(node);
|
|
4798
|
-
if (known) return known;
|
|
4799
|
-
let result = [],
|
|
4800
|
-
seen = new Set(),
|
|
4801
|
-
cursor = node.cursor(IterMode.IncludeAnonymous);
|
|
4802
|
-
if (cursor.firstChild()) do {
|
|
4803
|
-
for (let option of variableNames(doc, cursor.node, isVariable)) if (!seen.has(option.label)) {
|
|
4804
|
-
seen.add(option.label);
|
|
4805
|
-
result.push(option);
|
|
4806
|
-
}
|
|
4807
|
-
} while (cursor.nextSibling());
|
|
4808
|
-
VariablesByNode.set(node, result);
|
|
4809
|
-
return result;
|
|
4810
|
-
} else {
|
|
4811
|
-
let result = [],
|
|
4812
|
-
seen = new Set();
|
|
4813
|
-
node.cursor().iterate(node => {
|
|
4814
|
-
var _a;
|
|
4815
|
-
if (isVariable(node) && node.matchContext(declSelector) && ((_a = node.node.nextSibling) === null || _a === void 0 ? void 0 : _a.name) == ":") {
|
|
4816
|
-
let name = doc.sliceString(node.from, node.to);
|
|
4817
|
-
if (!seen.has(name)) {
|
|
4818
|
-
seen.add(name);
|
|
4819
|
-
result.push({
|
|
4820
|
-
label: name,
|
|
4821
|
-
type: "variable"
|
|
4822
|
-
});
|
|
4823
|
-
}
|
|
4824
|
-
}
|
|
4825
|
-
});
|
|
4826
|
-
return result;
|
|
4827
|
-
}
|
|
4828
|
-
}
|
|
4829
|
-
/**
|
|
4830
|
-
Create a completion source for a CSS dialect, providing a
|
|
4831
|
-
predicate for determining what kind of syntax node can act as a
|
|
4832
|
-
completable variable. This is used by language modes like Sass and
|
|
4833
|
-
Less to reuse this package's completion logic.
|
|
4834
|
-
*/
|
|
4835
|
-
const defineCSSCompletionSource = isVariable => context => {
|
|
4836
|
-
let {
|
|
4837
|
-
state,
|
|
4838
|
-
pos
|
|
4839
|
-
} = context,
|
|
4840
|
-
node = syntaxTree(state).resolveInner(pos, -1);
|
|
4841
|
-
let isDash = node.type.isError && node.from == node.to - 1 && state.doc.sliceString(node.from, node.to) == "-";
|
|
4842
|
-
if (node.name == "PropertyName" || (isDash || node.name == "TagName") && /^(Block|Styles)$/.test(node.resolve(node.to).name)) return {
|
|
4843
|
-
from: node.from,
|
|
4844
|
-
options: properties(),
|
|
4845
|
-
validFor: identifier$1
|
|
4846
|
-
};
|
|
4847
|
-
if (node.name == "ValueName") return {
|
|
4848
|
-
from: node.from,
|
|
4849
|
-
options: values,
|
|
4850
|
-
validFor: identifier$1
|
|
4851
|
-
};
|
|
4852
|
-
if (node.name == "PseudoClassName") return {
|
|
4853
|
-
from: node.from,
|
|
4854
|
-
options: pseudoClasses,
|
|
4855
|
-
validFor: identifier$1
|
|
4856
|
-
};
|
|
4857
|
-
if (isVariable(node) || (context.explicit || isDash) && isVarArg(node, state.doc)) return {
|
|
4858
|
-
from: isVariable(node) || isDash ? node.from : pos,
|
|
4859
|
-
options: variableNames(state.doc, astTop(node), isVariable),
|
|
4860
|
-
validFor: variable
|
|
4861
|
-
};
|
|
4862
|
-
if (node.name == "TagName") {
|
|
4863
|
-
for (let {
|
|
4864
|
-
parent
|
|
4865
|
-
} = node; parent; parent = parent.parent) if (parent.name == "Block") return {
|
|
4866
|
-
from: node.from,
|
|
4867
|
-
options: properties(),
|
|
4868
|
-
validFor: identifier$1
|
|
4869
|
-
};
|
|
4870
|
-
return {
|
|
4871
|
-
from: node.from,
|
|
4872
|
-
options: tags,
|
|
4873
|
-
validFor: identifier$1
|
|
4874
|
-
};
|
|
4875
|
-
}
|
|
4876
|
-
if (!context.explicit) return null;
|
|
4877
|
-
let above = node.resolve(pos),
|
|
4878
|
-
before = above.childBefore(pos);
|
|
4879
|
-
if (before && before.name == ":" && above.name == "PseudoClassSelector") return {
|
|
4880
|
-
from: pos,
|
|
4881
|
-
options: pseudoClasses,
|
|
4882
|
-
validFor: identifier$1
|
|
4883
|
-
};
|
|
4884
|
-
if (before && before.name == ":" && above.name == "Declaration" || above.name == "ArgList") return {
|
|
4885
|
-
from: pos,
|
|
4886
|
-
options: values,
|
|
4887
|
-
validFor: identifier$1
|
|
4888
|
-
};
|
|
4889
|
-
if (above.name == "Block" || above.name == "Styles") return {
|
|
4890
|
-
from: pos,
|
|
4891
|
-
options: properties(),
|
|
4892
|
-
validFor: identifier$1
|
|
4893
|
-
};
|
|
4894
|
-
return null;
|
|
4895
|
-
};
|
|
4896
|
-
/**
|
|
4897
|
-
CSS property, variable, and value keyword completion source.
|
|
4898
|
-
*/
|
|
4899
|
-
const cssCompletionSource = /*@__PURE__*/defineCSSCompletionSource(n => n.name == "VariableName");
|
|
4900
|
-
|
|
4901
|
-
/**
|
|
4902
|
-
A language provider based on the [Lezer CSS
|
|
4903
|
-
parser](https://github.com/lezer-parser/css), extended with
|
|
4904
|
-
highlighting and indentation information.
|
|
4905
|
-
*/
|
|
4906
|
-
const cssLanguage = /*@__PURE__*/LRLanguage.define({
|
|
4907
|
-
name: "css",
|
|
4908
|
-
parser: /*@__PURE__*/parser.configure({
|
|
4909
|
-
props: [/*@__PURE__*/indentNodeProp.add({
|
|
4910
|
-
Declaration: /*@__PURE__*/continuedIndent()
|
|
4911
|
-
}), /*@__PURE__*/foldNodeProp.add({
|
|
4912
|
-
Block: foldInside
|
|
4913
|
-
})]
|
|
4914
|
-
}),
|
|
4915
|
-
languageData: {
|
|
4916
|
-
commentTokens: {
|
|
4917
|
-
block: {
|
|
4918
|
-
open: "/*",
|
|
4919
|
-
close: "*/"
|
|
4920
|
-
}
|
|
4921
|
-
},
|
|
4922
|
-
indentOnInput: /^\s*\}$/,
|
|
4923
|
-
wordChars: "-"
|
|
4924
|
-
}
|
|
4925
|
-
});
|
|
4926
|
-
/**
|
|
4927
|
-
Language support for CSS.
|
|
4928
|
-
*/
|
|
4929
|
-
function css() {
|
|
4930
|
-
return new LanguageSupport(cssLanguage, cssLanguage.data.of({
|
|
4931
|
-
autocomplete: cssCompletionSource
|
|
4932
|
-
}));
|
|
4933
|
-
}
|
|
4934
|
-
|
|
4935
|
-
const Targets = ["_blank", "_self", "_top", "_parent"];
|
|
4936
|
-
const Charsets = ["ascii", "utf-8", "utf-16", "latin1", "latin1"];
|
|
4937
|
-
const Methods = ["get", "post", "put", "delete"];
|
|
4938
|
-
const Encs = ["application/x-www-form-urlencoded", "multipart/form-data", "text/plain"];
|
|
4939
|
-
const Bool = ["true", "false"];
|
|
4940
|
-
const S = {}; // Empty tag spec
|
|
4941
|
-
const Tags = {
|
|
4942
|
-
a: {
|
|
4943
|
-
attrs: {
|
|
4944
|
-
href: null,
|
|
4945
|
-
ping: null,
|
|
4946
|
-
type: null,
|
|
4947
|
-
media: null,
|
|
4948
|
-
target: Targets,
|
|
4949
|
-
hreflang: null
|
|
4950
|
-
}
|
|
4951
|
-
},
|
|
4952
|
-
abbr: S,
|
|
4953
|
-
address: S,
|
|
4954
|
-
area: {
|
|
4955
|
-
attrs: {
|
|
4956
|
-
alt: null,
|
|
4957
|
-
coords: null,
|
|
4958
|
-
href: null,
|
|
4959
|
-
target: null,
|
|
4960
|
-
ping: null,
|
|
4961
|
-
media: null,
|
|
4962
|
-
hreflang: null,
|
|
4963
|
-
type: null,
|
|
4964
|
-
shape: ["default", "rect", "circle", "poly"]
|
|
4965
|
-
}
|
|
4966
|
-
},
|
|
4967
|
-
article: S,
|
|
4968
|
-
aside: S,
|
|
4969
|
-
audio: {
|
|
4970
|
-
attrs: {
|
|
4971
|
-
src: null,
|
|
4972
|
-
mediagroup: null,
|
|
4973
|
-
crossorigin: ["anonymous", "use-credentials"],
|
|
4974
|
-
preload: ["none", "metadata", "auto"],
|
|
4975
|
-
autoplay: ["autoplay"],
|
|
4976
|
-
loop: ["loop"],
|
|
4977
|
-
controls: ["controls"]
|
|
4978
|
-
}
|
|
4979
|
-
},
|
|
4980
|
-
b: S,
|
|
4981
|
-
base: {
|
|
4982
|
-
attrs: {
|
|
4983
|
-
href: null,
|
|
4984
|
-
target: Targets
|
|
4985
|
-
}
|
|
4986
|
-
},
|
|
4987
|
-
bdi: S,
|
|
4988
|
-
bdo: S,
|
|
4989
|
-
blockquote: {
|
|
4990
|
-
attrs: {
|
|
4991
|
-
cite: null
|
|
4992
|
-
}
|
|
4993
|
-
},
|
|
4994
|
-
body: S,
|
|
4995
|
-
br: S,
|
|
4996
|
-
button: {
|
|
4997
|
-
attrs: {
|
|
4998
|
-
form: null,
|
|
4999
|
-
formaction: null,
|
|
5000
|
-
name: null,
|
|
5001
|
-
value: null,
|
|
5002
|
-
autofocus: ["autofocus"],
|
|
5003
|
-
disabled: ["autofocus"],
|
|
5004
|
-
formenctype: Encs,
|
|
5005
|
-
formmethod: Methods,
|
|
5006
|
-
formnovalidate: ["novalidate"],
|
|
5007
|
-
formtarget: Targets,
|
|
5008
|
-
type: ["submit", "reset", "button"]
|
|
5009
|
-
}
|
|
5010
|
-
},
|
|
5011
|
-
canvas: {
|
|
5012
|
-
attrs: {
|
|
5013
|
-
width: null,
|
|
5014
|
-
height: null
|
|
5015
|
-
}
|
|
5016
|
-
},
|
|
5017
|
-
caption: S,
|
|
5018
|
-
center: S,
|
|
5019
|
-
cite: S,
|
|
5020
|
-
code: S,
|
|
5021
|
-
col: {
|
|
5022
|
-
attrs: {
|
|
5023
|
-
span: null
|
|
5024
|
-
}
|
|
5025
|
-
},
|
|
5026
|
-
colgroup: {
|
|
5027
|
-
attrs: {
|
|
5028
|
-
span: null
|
|
5029
|
-
}
|
|
5030
|
-
},
|
|
5031
|
-
command: {
|
|
5032
|
-
attrs: {
|
|
5033
|
-
type: ["command", "checkbox", "radio"],
|
|
5034
|
-
label: null,
|
|
5035
|
-
icon: null,
|
|
5036
|
-
radiogroup: null,
|
|
5037
|
-
command: null,
|
|
5038
|
-
title: null,
|
|
5039
|
-
disabled: ["disabled"],
|
|
5040
|
-
checked: ["checked"]
|
|
5041
|
-
}
|
|
5042
|
-
},
|
|
5043
|
-
data: {
|
|
5044
|
-
attrs: {
|
|
5045
|
-
value: null
|
|
5046
|
-
}
|
|
5047
|
-
},
|
|
5048
|
-
datagrid: {
|
|
5049
|
-
attrs: {
|
|
5050
|
-
disabled: ["disabled"],
|
|
5051
|
-
multiple: ["multiple"]
|
|
5052
|
-
}
|
|
5053
|
-
},
|
|
5054
|
-
datalist: {
|
|
5055
|
-
attrs: {
|
|
5056
|
-
data: null
|
|
5057
|
-
}
|
|
5058
|
-
},
|
|
5059
|
-
dd: S,
|
|
5060
|
-
del: {
|
|
5061
|
-
attrs: {
|
|
5062
|
-
cite: null,
|
|
5063
|
-
datetime: null
|
|
5064
|
-
}
|
|
5065
|
-
},
|
|
5066
|
-
details: {
|
|
5067
|
-
attrs: {
|
|
5068
|
-
open: ["open"]
|
|
5069
|
-
}
|
|
5070
|
-
},
|
|
5071
|
-
dfn: S,
|
|
5072
|
-
div: S,
|
|
5073
|
-
dl: S,
|
|
5074
|
-
dt: S,
|
|
5075
|
-
em: S,
|
|
5076
|
-
embed: {
|
|
5077
|
-
attrs: {
|
|
5078
|
-
src: null,
|
|
5079
|
-
type: null,
|
|
5080
|
-
width: null,
|
|
5081
|
-
height: null
|
|
5082
|
-
}
|
|
5083
|
-
},
|
|
5084
|
-
eventsource: {
|
|
5085
|
-
attrs: {
|
|
5086
|
-
src: null
|
|
5087
|
-
}
|
|
5088
|
-
},
|
|
5089
|
-
fieldset: {
|
|
5090
|
-
attrs: {
|
|
5091
|
-
disabled: ["disabled"],
|
|
5092
|
-
form: null,
|
|
5093
|
-
name: null
|
|
5094
|
-
}
|
|
5095
|
-
},
|
|
5096
|
-
figcaption: S,
|
|
5097
|
-
figure: S,
|
|
5098
|
-
footer: S,
|
|
5099
|
-
form: {
|
|
5100
|
-
attrs: {
|
|
5101
|
-
action: null,
|
|
5102
|
-
name: null,
|
|
5103
|
-
"accept-charset": Charsets,
|
|
5104
|
-
autocomplete: ["on", "off"],
|
|
5105
|
-
enctype: Encs,
|
|
5106
|
-
method: Methods,
|
|
5107
|
-
novalidate: ["novalidate"],
|
|
5108
|
-
target: Targets
|
|
5109
|
-
}
|
|
5110
|
-
},
|
|
5111
|
-
h1: S,
|
|
5112
|
-
h2: S,
|
|
5113
|
-
h3: S,
|
|
5114
|
-
h4: S,
|
|
5115
|
-
h5: S,
|
|
5116
|
-
h6: S,
|
|
5117
|
-
head: {
|
|
5118
|
-
children: ["title", "base", "link", "style", "meta", "script", "noscript", "command"]
|
|
5119
|
-
},
|
|
5120
|
-
header: S,
|
|
5121
|
-
hgroup: S,
|
|
5122
|
-
hr: S,
|
|
5123
|
-
html: {
|
|
5124
|
-
attrs: {
|
|
5125
|
-
manifest: null
|
|
5126
|
-
}
|
|
5127
|
-
},
|
|
5128
|
-
i: S,
|
|
5129
|
-
iframe: {
|
|
5130
|
-
attrs: {
|
|
5131
|
-
src: null,
|
|
5132
|
-
srcdoc: null,
|
|
5133
|
-
name: null,
|
|
5134
|
-
width: null,
|
|
5135
|
-
height: null,
|
|
5136
|
-
sandbox: ["allow-top-navigation", "allow-same-origin", "allow-forms", "allow-scripts"],
|
|
5137
|
-
seamless: ["seamless"]
|
|
5138
|
-
}
|
|
5139
|
-
},
|
|
5140
|
-
img: {
|
|
5141
|
-
attrs: {
|
|
5142
|
-
alt: null,
|
|
5143
|
-
src: null,
|
|
5144
|
-
ismap: null,
|
|
5145
|
-
usemap: null,
|
|
5146
|
-
width: null,
|
|
5147
|
-
height: null,
|
|
5148
|
-
crossorigin: ["anonymous", "use-credentials"]
|
|
5149
|
-
}
|
|
5150
|
-
},
|
|
5151
|
-
input: {
|
|
5152
|
-
attrs: {
|
|
5153
|
-
alt: null,
|
|
5154
|
-
dirname: null,
|
|
5155
|
-
form: null,
|
|
5156
|
-
formaction: null,
|
|
5157
|
-
height: null,
|
|
5158
|
-
list: null,
|
|
5159
|
-
max: null,
|
|
5160
|
-
maxlength: null,
|
|
5161
|
-
min: null,
|
|
5162
|
-
name: null,
|
|
5163
|
-
pattern: null,
|
|
5164
|
-
placeholder: null,
|
|
5165
|
-
size: null,
|
|
5166
|
-
src: null,
|
|
5167
|
-
step: null,
|
|
5168
|
-
value: null,
|
|
5169
|
-
width: null,
|
|
5170
|
-
accept: ["audio/*", "video/*", "image/*"],
|
|
5171
|
-
autocomplete: ["on", "off"],
|
|
5172
|
-
autofocus: ["autofocus"],
|
|
5173
|
-
checked: ["checked"],
|
|
5174
|
-
disabled: ["disabled"],
|
|
5175
|
-
formenctype: Encs,
|
|
5176
|
-
formmethod: Methods,
|
|
5177
|
-
formnovalidate: ["novalidate"],
|
|
5178
|
-
formtarget: Targets,
|
|
5179
|
-
multiple: ["multiple"],
|
|
5180
|
-
readonly: ["readonly"],
|
|
5181
|
-
required: ["required"],
|
|
5182
|
-
type: ["hidden", "text", "search", "tel", "url", "email", "password", "datetime", "date", "month", "week", "time", "datetime-local", "number", "range", "color", "checkbox", "radio", "file", "submit", "image", "reset", "button"]
|
|
5183
|
-
}
|
|
5184
|
-
},
|
|
5185
|
-
ins: {
|
|
5186
|
-
attrs: {
|
|
5187
|
-
cite: null,
|
|
5188
|
-
datetime: null
|
|
5189
|
-
}
|
|
5190
|
-
},
|
|
5191
|
-
kbd: S,
|
|
5192
|
-
keygen: {
|
|
5193
|
-
attrs: {
|
|
5194
|
-
challenge: null,
|
|
5195
|
-
form: null,
|
|
5196
|
-
name: null,
|
|
5197
|
-
autofocus: ["autofocus"],
|
|
5198
|
-
disabled: ["disabled"],
|
|
5199
|
-
keytype: ["RSA"]
|
|
5200
|
-
}
|
|
5201
|
-
},
|
|
5202
|
-
label: {
|
|
5203
|
-
attrs: {
|
|
5204
|
-
for: null,
|
|
5205
|
-
form: null
|
|
5206
|
-
}
|
|
5207
|
-
},
|
|
5208
|
-
legend: S,
|
|
5209
|
-
li: {
|
|
5210
|
-
attrs: {
|
|
5211
|
-
value: null
|
|
5212
|
-
}
|
|
5213
|
-
},
|
|
5214
|
-
link: {
|
|
5215
|
-
attrs: {
|
|
5216
|
-
href: null,
|
|
5217
|
-
type: null,
|
|
5218
|
-
hreflang: null,
|
|
5219
|
-
media: null,
|
|
5220
|
-
sizes: ["all", "16x16", "16x16 32x32", "16x16 32x32 64x64"]
|
|
5221
|
-
}
|
|
5222
|
-
},
|
|
5223
|
-
map: {
|
|
5224
|
-
attrs: {
|
|
5225
|
-
name: null
|
|
5226
|
-
}
|
|
5227
|
-
},
|
|
5228
|
-
mark: S,
|
|
5229
|
-
menu: {
|
|
5230
|
-
attrs: {
|
|
5231
|
-
label: null,
|
|
5232
|
-
type: ["list", "context", "toolbar"]
|
|
5233
|
-
}
|
|
5234
|
-
},
|
|
5235
|
-
meta: {
|
|
5236
|
-
attrs: {
|
|
5237
|
-
content: null,
|
|
5238
|
-
charset: Charsets,
|
|
5239
|
-
name: ["viewport", "application-name", "author", "description", "generator", "keywords"],
|
|
5240
|
-
"http-equiv": ["content-language", "content-type", "default-style", "refresh"]
|
|
5241
|
-
}
|
|
5242
|
-
},
|
|
5243
|
-
meter: {
|
|
5244
|
-
attrs: {
|
|
5245
|
-
value: null,
|
|
5246
|
-
min: null,
|
|
5247
|
-
low: null,
|
|
5248
|
-
high: null,
|
|
5249
|
-
max: null,
|
|
5250
|
-
optimum: null
|
|
5251
|
-
}
|
|
5252
|
-
},
|
|
5253
|
-
nav: S,
|
|
5254
|
-
noscript: S,
|
|
5255
|
-
object: {
|
|
5256
|
-
attrs: {
|
|
5257
|
-
data: null,
|
|
5258
|
-
type: null,
|
|
5259
|
-
name: null,
|
|
5260
|
-
usemap: null,
|
|
5261
|
-
form: null,
|
|
5262
|
-
width: null,
|
|
5263
|
-
height: null,
|
|
5264
|
-
typemustmatch: ["typemustmatch"]
|
|
5265
|
-
}
|
|
5266
|
-
},
|
|
5267
|
-
ol: {
|
|
5268
|
-
attrs: {
|
|
5269
|
-
reversed: ["reversed"],
|
|
5270
|
-
start: null,
|
|
5271
|
-
type: ["1", "a", "A", "i", "I"]
|
|
5272
|
-
},
|
|
5273
|
-
children: ["li", "script", "template", "ul", "ol"]
|
|
5274
|
-
},
|
|
5275
|
-
optgroup: {
|
|
5276
|
-
attrs: {
|
|
5277
|
-
disabled: ["disabled"],
|
|
5278
|
-
label: null
|
|
5279
|
-
}
|
|
5280
|
-
},
|
|
5281
|
-
option: {
|
|
5282
|
-
attrs: {
|
|
5283
|
-
disabled: ["disabled"],
|
|
5284
|
-
label: null,
|
|
5285
|
-
selected: ["selected"],
|
|
5286
|
-
value: null
|
|
5287
|
-
}
|
|
5288
|
-
},
|
|
5289
|
-
output: {
|
|
5290
|
-
attrs: {
|
|
5291
|
-
for: null,
|
|
5292
|
-
form: null,
|
|
5293
|
-
name: null
|
|
5294
|
-
}
|
|
5295
|
-
},
|
|
5296
|
-
p: S,
|
|
5297
|
-
param: {
|
|
5298
|
-
attrs: {
|
|
5299
|
-
name: null,
|
|
5300
|
-
value: null
|
|
5301
|
-
}
|
|
5302
|
-
},
|
|
5303
|
-
pre: S,
|
|
5304
|
-
progress: {
|
|
5305
|
-
attrs: {
|
|
5306
|
-
value: null,
|
|
5307
|
-
max: null
|
|
5308
|
-
}
|
|
5309
|
-
},
|
|
5310
|
-
q: {
|
|
5311
|
-
attrs: {
|
|
5312
|
-
cite: null
|
|
5313
|
-
}
|
|
5314
|
-
},
|
|
5315
|
-
rp: S,
|
|
5316
|
-
rt: S,
|
|
5317
|
-
ruby: S,
|
|
5318
|
-
samp: S,
|
|
5319
|
-
script: {
|
|
5320
|
-
attrs: {
|
|
5321
|
-
type: ["text/javascript"],
|
|
5322
|
-
src: null,
|
|
5323
|
-
async: ["async"],
|
|
5324
|
-
defer: ["defer"],
|
|
5325
|
-
charset: Charsets
|
|
5326
|
-
}
|
|
5327
|
-
},
|
|
5328
|
-
section: S,
|
|
5329
|
-
select: {
|
|
5330
|
-
attrs: {
|
|
5331
|
-
form: null,
|
|
5332
|
-
name: null,
|
|
5333
|
-
size: null,
|
|
5334
|
-
autofocus: ["autofocus"],
|
|
5335
|
-
disabled: ["disabled"],
|
|
5336
|
-
multiple: ["multiple"]
|
|
5337
|
-
}
|
|
5338
|
-
},
|
|
5339
|
-
slot: {
|
|
5340
|
-
attrs: {
|
|
5341
|
-
name: null
|
|
5342
|
-
}
|
|
5343
|
-
},
|
|
5344
|
-
small: S,
|
|
5345
|
-
source: {
|
|
5346
|
-
attrs: {
|
|
5347
|
-
src: null,
|
|
5348
|
-
type: null,
|
|
5349
|
-
media: null
|
|
5350
|
-
}
|
|
5351
|
-
},
|
|
5352
|
-
span: S,
|
|
5353
|
-
strong: S,
|
|
5354
|
-
style: {
|
|
5355
|
-
attrs: {
|
|
5356
|
-
type: ["text/css"],
|
|
5357
|
-
media: null,
|
|
5358
|
-
scoped: null
|
|
5359
|
-
}
|
|
5360
|
-
},
|
|
5361
|
-
sub: S,
|
|
5362
|
-
summary: S,
|
|
5363
|
-
sup: S,
|
|
5364
|
-
table: S,
|
|
5365
|
-
tbody: S,
|
|
5366
|
-
td: {
|
|
5367
|
-
attrs: {
|
|
5368
|
-
colspan: null,
|
|
5369
|
-
rowspan: null,
|
|
5370
|
-
headers: null
|
|
5371
|
-
}
|
|
5372
|
-
},
|
|
5373
|
-
template: S,
|
|
5374
|
-
textarea: {
|
|
5375
|
-
attrs: {
|
|
5376
|
-
dirname: null,
|
|
5377
|
-
form: null,
|
|
5378
|
-
maxlength: null,
|
|
5379
|
-
name: null,
|
|
5380
|
-
placeholder: null,
|
|
5381
|
-
rows: null,
|
|
5382
|
-
cols: null,
|
|
5383
|
-
autofocus: ["autofocus"],
|
|
5384
|
-
disabled: ["disabled"],
|
|
5385
|
-
readonly: ["readonly"],
|
|
5386
|
-
required: ["required"],
|
|
5387
|
-
wrap: ["soft", "hard"]
|
|
5388
|
-
}
|
|
5389
|
-
},
|
|
5390
|
-
tfoot: S,
|
|
5391
|
-
th: {
|
|
5392
|
-
attrs: {
|
|
5393
|
-
colspan: null,
|
|
5394
|
-
rowspan: null,
|
|
5395
|
-
headers: null,
|
|
5396
|
-
scope: ["row", "col", "rowgroup", "colgroup"]
|
|
5397
|
-
}
|
|
5398
|
-
},
|
|
5399
|
-
thead: S,
|
|
5400
|
-
time: {
|
|
5401
|
-
attrs: {
|
|
5402
|
-
datetime: null
|
|
5403
|
-
}
|
|
5404
|
-
},
|
|
5405
|
-
title: S,
|
|
5406
|
-
tr: S,
|
|
5407
|
-
track: {
|
|
5408
|
-
attrs: {
|
|
5409
|
-
src: null,
|
|
5410
|
-
label: null,
|
|
5411
|
-
default: null,
|
|
5412
|
-
kind: ["subtitles", "captions", "descriptions", "chapters", "metadata"],
|
|
5413
|
-
srclang: null
|
|
5414
|
-
}
|
|
5415
|
-
},
|
|
5416
|
-
ul: {
|
|
5417
|
-
children: ["li", "script", "template", "ul", "ol"]
|
|
5418
|
-
},
|
|
5419
|
-
var: S,
|
|
5420
|
-
video: {
|
|
5421
|
-
attrs: {
|
|
5422
|
-
src: null,
|
|
5423
|
-
poster: null,
|
|
5424
|
-
width: null,
|
|
5425
|
-
height: null,
|
|
5426
|
-
crossorigin: ["anonymous", "use-credentials"],
|
|
5427
|
-
preload: ["auto", "metadata", "none"],
|
|
5428
|
-
autoplay: ["autoplay"],
|
|
5429
|
-
mediagroup: ["movie"],
|
|
5430
|
-
muted: ["muted"],
|
|
5431
|
-
controls: ["controls"]
|
|
5432
|
-
}
|
|
5433
|
-
},
|
|
5434
|
-
wbr: S
|
|
5435
|
-
};
|
|
5436
|
-
const GlobalAttrs = {
|
|
5437
|
-
accesskey: null,
|
|
5438
|
-
class: null,
|
|
5439
|
-
contenteditable: Bool,
|
|
5440
|
-
contextmenu: null,
|
|
5441
|
-
dir: ["ltr", "rtl", "auto"],
|
|
5442
|
-
draggable: ["true", "false", "auto"],
|
|
5443
|
-
dropzone: ["copy", "move", "link", "string:", "file:"],
|
|
5444
|
-
hidden: ["hidden"],
|
|
5445
|
-
id: null,
|
|
5446
|
-
inert: ["inert"],
|
|
5447
|
-
itemid: null,
|
|
5448
|
-
itemprop: null,
|
|
5449
|
-
itemref: null,
|
|
5450
|
-
itemscope: ["itemscope"],
|
|
5451
|
-
itemtype: null,
|
|
5452
|
-
lang: ["ar", "bn", "de", "en-GB", "en-US", "es", "fr", "hi", "id", "ja", "pa", "pt", "ru", "tr", "zh"],
|
|
5453
|
-
spellcheck: Bool,
|
|
5454
|
-
autocorrect: Bool,
|
|
5455
|
-
autocapitalize: Bool,
|
|
5456
|
-
style: null,
|
|
5457
|
-
tabindex: null,
|
|
5458
|
-
title: null,
|
|
5459
|
-
translate: ["yes", "no"],
|
|
5460
|
-
rel: ["stylesheet", "alternate", "author", "bookmark", "help", "license", "next", "nofollow", "noreferrer", "prefetch", "prev", "search", "tag"],
|
|
5461
|
-
role: /*@__PURE__*/"alert application article banner button cell checkbox complementary contentinfo dialog document feed figure form grid gridcell heading img list listbox listitem main navigation region row rowgroup search switch tab table tabpanel textbox timer".split(" "),
|
|
5462
|
-
"aria-activedescendant": null,
|
|
5463
|
-
"aria-atomic": Bool,
|
|
5464
|
-
"aria-autocomplete": ["inline", "list", "both", "none"],
|
|
5465
|
-
"aria-busy": Bool,
|
|
5466
|
-
"aria-checked": ["true", "false", "mixed", "undefined"],
|
|
5467
|
-
"aria-controls": null,
|
|
5468
|
-
"aria-describedby": null,
|
|
5469
|
-
"aria-disabled": Bool,
|
|
5470
|
-
"aria-dropeffect": null,
|
|
5471
|
-
"aria-expanded": ["true", "false", "undefined"],
|
|
5472
|
-
"aria-flowto": null,
|
|
5473
|
-
"aria-grabbed": ["true", "false", "undefined"],
|
|
5474
|
-
"aria-haspopup": Bool,
|
|
5475
|
-
"aria-hidden": Bool,
|
|
5476
|
-
"aria-invalid": ["true", "false", "grammar", "spelling"],
|
|
5477
|
-
"aria-label": null,
|
|
5478
|
-
"aria-labelledby": null,
|
|
5479
|
-
"aria-level": null,
|
|
5480
|
-
"aria-live": ["off", "polite", "assertive"],
|
|
5481
|
-
"aria-multiline": Bool,
|
|
5482
|
-
"aria-multiselectable": Bool,
|
|
5483
|
-
"aria-owns": null,
|
|
5484
|
-
"aria-posinset": null,
|
|
5485
|
-
"aria-pressed": ["true", "false", "mixed", "undefined"],
|
|
5486
|
-
"aria-readonly": Bool,
|
|
5487
|
-
"aria-relevant": null,
|
|
5488
|
-
"aria-required": Bool,
|
|
5489
|
-
"aria-selected": ["true", "false", "undefined"],
|
|
5490
|
-
"aria-setsize": null,
|
|
5491
|
-
"aria-sort": ["ascending", "descending", "none", "other"],
|
|
5492
|
-
"aria-valuemax": null,
|
|
5493
|
-
"aria-valuemin": null,
|
|
5494
|
-
"aria-valuenow": null,
|
|
5495
|
-
"aria-valuetext": null
|
|
5496
|
-
};
|
|
5497
|
-
const eventAttributes = /*@__PURE__*/("beforeunload copy cut dragstart dragover dragleave dragenter dragend " + "drag paste focus blur change click load mousedown mouseenter mouseleave " + "mouseup keydown keyup resize scroll unload").split(" ").map(n => "on" + n);
|
|
5498
|
-
for (let a of eventAttributes) GlobalAttrs[a] = null;
|
|
5499
|
-
class Schema {
|
|
5500
|
-
constructor(extraTags, extraAttrs) {
|
|
5501
|
-
this.tags = Object.assign(Object.assign({}, Tags), extraTags);
|
|
5502
|
-
this.globalAttrs = Object.assign(Object.assign({}, GlobalAttrs), extraAttrs);
|
|
5503
|
-
this.allTags = Object.keys(this.tags);
|
|
5504
|
-
this.globalAttrNames = Object.keys(this.globalAttrs);
|
|
5505
|
-
}
|
|
5506
|
-
}
|
|
5507
|
-
Schema.default = /*@__PURE__*/new Schema();
|
|
5508
|
-
function elementName(doc, tree) {
|
|
5509
|
-
let max = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : doc.length;
|
|
5510
|
-
if (!tree) return "";
|
|
5511
|
-
let tag = tree.firstChild;
|
|
5512
|
-
let name = tag && tag.getChild("TagName");
|
|
5513
|
-
return name ? doc.sliceString(name.from, Math.min(name.to, max)) : "";
|
|
5514
|
-
}
|
|
5515
|
-
function findParentElement(tree) {
|
|
5516
|
-
let skip = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
|
5517
|
-
for (let cur = tree.parent; cur; cur = cur.parent) if (cur.name == "Element") {
|
|
5518
|
-
if (skip) skip = false;else return cur;
|
|
5519
|
-
}
|
|
5520
|
-
return null;
|
|
5521
|
-
}
|
|
5522
|
-
function allowedChildren(doc, tree, schema) {
|
|
5523
|
-
let parentInfo = schema.tags[elementName(doc, findParentElement(tree, true))];
|
|
5524
|
-
return (parentInfo === null || parentInfo === void 0 ? void 0 : parentInfo.children) || schema.allTags;
|
|
5525
|
-
}
|
|
5526
|
-
function openTags(doc, tree) {
|
|
5527
|
-
let open = [];
|
|
5528
|
-
for (let parent = tree; parent = findParentElement(parent);) {
|
|
5529
|
-
let tagName = elementName(doc, parent);
|
|
5530
|
-
if (tagName && parent.lastChild.name == "CloseTag") break;
|
|
5531
|
-
if (tagName && open.indexOf(tagName) < 0 && (tree.name == "EndTag" || tree.from >= parent.firstChild.to)) open.push(tagName);
|
|
5532
|
-
}
|
|
5533
|
-
return open;
|
|
5534
|
-
}
|
|
5535
|
-
const identifier = /^[:\-\.\w\u00b7-\uffff]*$/;
|
|
5536
|
-
function completeTag(state, schema, tree, from, to) {
|
|
5537
|
-
let end = /\s*>/.test(state.sliceDoc(to, to + 5)) ? "" : ">";
|
|
5538
|
-
return {
|
|
5539
|
-
from,
|
|
5540
|
-
to,
|
|
5541
|
-
options: allowedChildren(state.doc, tree, schema).map(tagName => ({
|
|
5542
|
-
label: tagName,
|
|
5543
|
-
type: "type"
|
|
5544
|
-
})).concat(openTags(state.doc, tree).map((tag, i) => ({
|
|
5545
|
-
label: "/" + tag,
|
|
5546
|
-
apply: "/" + tag + end,
|
|
5547
|
-
type: "type",
|
|
5548
|
-
boost: 99 - i
|
|
5549
|
-
}))),
|
|
5550
|
-
validFor: /^\/?[:\-\.\w\u00b7-\uffff]*$/
|
|
5551
|
-
};
|
|
5552
|
-
}
|
|
5553
|
-
function completeCloseTag(state, tree, from, to) {
|
|
5554
|
-
let end = /\s*>/.test(state.sliceDoc(to, to + 5)) ? "" : ">";
|
|
5555
|
-
return {
|
|
5556
|
-
from,
|
|
5557
|
-
to,
|
|
5558
|
-
options: openTags(state.doc, tree).map((tag, i) => ({
|
|
5559
|
-
label: tag,
|
|
5560
|
-
apply: tag + end,
|
|
5561
|
-
type: "type",
|
|
5562
|
-
boost: 99 - i
|
|
5563
|
-
})),
|
|
5564
|
-
validFor: identifier
|
|
5565
|
-
};
|
|
5566
|
-
}
|
|
5567
|
-
function completeStartTag(state, schema, tree, pos) {
|
|
5568
|
-
let options = [],
|
|
5569
|
-
level = 0;
|
|
5570
|
-
for (let tagName of allowedChildren(state.doc, tree, schema)) options.push({
|
|
5571
|
-
label: "<" + tagName,
|
|
5572
|
-
type: "type"
|
|
5573
|
-
});
|
|
5574
|
-
for (let open of openTags(state.doc, tree)) options.push({
|
|
5575
|
-
label: "</" + open + ">",
|
|
5576
|
-
type: "type",
|
|
5577
|
-
boost: 99 - level++
|
|
5578
|
-
});
|
|
5579
|
-
return {
|
|
5580
|
-
from: pos,
|
|
5581
|
-
to: pos,
|
|
5582
|
-
options,
|
|
5583
|
-
validFor: /^<\/?[:\-\.\w\u00b7-\uffff]*$/
|
|
5584
|
-
};
|
|
5585
|
-
}
|
|
5586
|
-
function completeAttrName(state, schema, tree, from, to) {
|
|
5587
|
-
let elt = findParentElement(tree),
|
|
5588
|
-
info = elt ? schema.tags[elementName(state.doc, elt)] : null;
|
|
5589
|
-
let localAttrs = info && info.attrs ? Object.keys(info.attrs) : [];
|
|
5590
|
-
let names = info && info.globalAttrs === false ? localAttrs : localAttrs.length ? localAttrs.concat(schema.globalAttrNames) : schema.globalAttrNames;
|
|
5591
|
-
return {
|
|
5592
|
-
from,
|
|
5593
|
-
to,
|
|
5594
|
-
options: names.map(attrName => ({
|
|
5595
|
-
label: attrName,
|
|
5596
|
-
type: "property"
|
|
5597
|
-
})),
|
|
5598
|
-
validFor: identifier
|
|
5599
|
-
};
|
|
5600
|
-
}
|
|
5601
|
-
function completeAttrValue(state, schema, tree, from, to) {
|
|
5602
|
-
var _a;
|
|
5603
|
-
let nameNode = (_a = tree.parent) === null || _a === void 0 ? void 0 : _a.getChild("AttributeName");
|
|
5604
|
-
let options = [],
|
|
5605
|
-
token = undefined;
|
|
5606
|
-
if (nameNode) {
|
|
5607
|
-
let attrName = state.sliceDoc(nameNode.from, nameNode.to);
|
|
5608
|
-
let attrs = schema.globalAttrs[attrName];
|
|
5609
|
-
if (!attrs) {
|
|
5610
|
-
let elt = findParentElement(tree),
|
|
5611
|
-
info = elt ? schema.tags[elementName(state.doc, elt)] : null;
|
|
5612
|
-
attrs = (info === null || info === void 0 ? void 0 : info.attrs) && info.attrs[attrName];
|
|
5613
|
-
}
|
|
5614
|
-
if (attrs) {
|
|
5615
|
-
let base = state.sliceDoc(from, to).toLowerCase(),
|
|
5616
|
-
quoteStart = '"',
|
|
5617
|
-
quoteEnd = '"';
|
|
5618
|
-
if (/^['"]/.test(base)) {
|
|
5619
|
-
token = base[0] == '"' ? /^[^"]*$/ : /^[^']*$/;
|
|
5620
|
-
quoteStart = "";
|
|
5621
|
-
quoteEnd = state.sliceDoc(to, to + 1) == base[0] ? "" : base[0];
|
|
5622
|
-
base = base.slice(1);
|
|
5623
|
-
from++;
|
|
5624
|
-
} else {
|
|
5625
|
-
token = /^[^\s<>='"]*$/;
|
|
5626
|
-
}
|
|
5627
|
-
for (let value of attrs) options.push({
|
|
5628
|
-
label: value,
|
|
5629
|
-
apply: quoteStart + value + quoteEnd,
|
|
5630
|
-
type: "constant"
|
|
5631
|
-
});
|
|
5632
|
-
}
|
|
5633
|
-
}
|
|
5634
|
-
return {
|
|
5635
|
-
from,
|
|
5636
|
-
to,
|
|
5637
|
-
options,
|
|
5638
|
-
validFor: token
|
|
5639
|
-
};
|
|
5640
|
-
}
|
|
5641
|
-
function htmlCompletionFor(schema, context) {
|
|
5642
|
-
let {
|
|
5643
|
-
state,
|
|
5644
|
-
pos
|
|
5645
|
-
} = context,
|
|
5646
|
-
around = syntaxTree(state).resolveInner(pos),
|
|
5647
|
-
tree = around.resolve(pos, -1);
|
|
5648
|
-
for (let scan = pos, before; around == tree && (before = tree.childBefore(scan));) {
|
|
5649
|
-
let last = before.lastChild;
|
|
5650
|
-
if (!last || !last.type.isError || last.from < last.to) break;
|
|
5651
|
-
around = tree = before;
|
|
5652
|
-
scan = last.from;
|
|
5653
|
-
}
|
|
5654
|
-
if (tree.name == "TagName") {
|
|
5655
|
-
return tree.parent && /CloseTag$/.test(tree.parent.name) ? completeCloseTag(state, tree, tree.from, pos) : completeTag(state, schema, tree, tree.from, pos);
|
|
5656
|
-
} else if (tree.name == "StartTag") {
|
|
5657
|
-
return completeTag(state, schema, tree, pos, pos);
|
|
5658
|
-
} else if (tree.name == "StartCloseTag" || tree.name == "IncompleteCloseTag") {
|
|
5659
|
-
return completeCloseTag(state, tree, pos, pos);
|
|
5660
|
-
} else if (context.explicit && (tree.name == "OpenTag" || tree.name == "SelfClosingTag") || tree.name == "AttributeName") {
|
|
5661
|
-
return completeAttrName(state, schema, tree, tree.name == "AttributeName" ? tree.from : pos, pos);
|
|
5662
|
-
} else if (tree.name == "Is" || tree.name == "AttributeValue" || tree.name == "UnquotedAttributeValue") {
|
|
5663
|
-
return completeAttrValue(state, schema, tree, tree.name == "Is" ? pos : tree.from, pos);
|
|
5664
|
-
} else if (context.explicit && (around.name == "Element" || around.name == "Text" || around.name == "Document")) {
|
|
5665
|
-
return completeStartTag(state, schema, tree, pos);
|
|
5666
|
-
} else {
|
|
5667
|
-
return null;
|
|
5668
|
-
}
|
|
5669
|
-
}
|
|
5670
|
-
/**
|
|
5671
|
-
Create a completion source for HTML extended with additional tags
|
|
5672
|
-
or attributes.
|
|
5673
|
-
*/
|
|
5674
|
-
function htmlCompletionSourceWith(config) {
|
|
5675
|
-
let {
|
|
5676
|
-
extraTags,
|
|
5677
|
-
extraGlobalAttributes: extraAttrs
|
|
5678
|
-
} = config;
|
|
5679
|
-
let schema = extraAttrs || extraTags ? new Schema(extraTags, extraAttrs) : Schema.default;
|
|
5680
|
-
return context => htmlCompletionFor(schema, context);
|
|
5681
|
-
}
|
|
5682
|
-
const defaultNesting = [{
|
|
5683
|
-
tag: "script",
|
|
5684
|
-
attrs: attrs => attrs.type == "text/typescript" || attrs.lang == "ts",
|
|
5685
|
-
parser: typescriptLanguage.parser
|
|
5686
|
-
}, {
|
|
5687
|
-
tag: "script",
|
|
5688
|
-
attrs: attrs => attrs.type == "text/babel" || attrs.type == "text/jsx",
|
|
5689
|
-
parser: jsxLanguage.parser
|
|
5690
|
-
}, {
|
|
5691
|
-
tag: "script",
|
|
5692
|
-
attrs: attrs => attrs.type == "text/typescript-jsx",
|
|
5693
|
-
parser: tsxLanguage.parser
|
|
5694
|
-
}, {
|
|
5695
|
-
tag: "script",
|
|
5696
|
-
attrs(attrs) {
|
|
5697
|
-
return !attrs.type || /^(?:text|application)\/(?:x-)?(?:java|ecma)script$|^module$|^$/i.test(attrs.type);
|
|
5698
|
-
},
|
|
5699
|
-
parser: javascriptLanguage.parser
|
|
5700
|
-
}, {
|
|
5701
|
-
tag: "style",
|
|
5702
|
-
attrs(attrs) {
|
|
5703
|
-
return (!attrs.lang || attrs.lang == "css") && (!attrs.type || /^(text\/)?(x-)?(stylesheet|css)$/i.test(attrs.type));
|
|
5704
|
-
},
|
|
5705
|
-
parser: cssLanguage.parser
|
|
5706
|
-
}];
|
|
5707
|
-
const defaultAttrs = /*@__PURE__*/[{
|
|
5708
|
-
name: "style",
|
|
5709
|
-
parser: /*@__PURE__*/cssLanguage.parser.configure({
|
|
5710
|
-
top: "Styles"
|
|
5711
|
-
})
|
|
5712
|
-
}].concat( /*@__PURE__*/eventAttributes.map(name => ({
|
|
5713
|
-
name,
|
|
5714
|
-
parser: javascriptLanguage.parser
|
|
5715
|
-
})));
|
|
5716
|
-
/**
|
|
5717
|
-
A language provider based on the [Lezer HTML
|
|
5718
|
-
parser](https://github.com/lezer-parser/html), extended with the
|
|
5719
|
-
JavaScript and CSS parsers to parse the content of `<script>` and
|
|
5720
|
-
`<style>` tags.
|
|
5721
|
-
*/
|
|
5722
|
-
const htmlPlain = /*@__PURE__*/LRLanguage.define({
|
|
5723
|
-
name: "html",
|
|
5724
|
-
parser: /*@__PURE__*/parser$1.configure({
|
|
5725
|
-
props: [/*@__PURE__*/indentNodeProp.add({
|
|
5726
|
-
Element(context) {
|
|
5727
|
-
let after = /^(\s*)(<\/)?/.exec(context.textAfter);
|
|
5728
|
-
if (context.node.to <= context.pos + after[0].length) return context.continue();
|
|
5729
|
-
return context.lineIndent(context.node.from) + (after[2] ? 0 : context.unit);
|
|
5730
|
-
},
|
|
5731
|
-
"OpenTag CloseTag SelfClosingTag"(context) {
|
|
5732
|
-
return context.column(context.node.from) + context.unit;
|
|
5733
|
-
},
|
|
5734
|
-
Document(context) {
|
|
5735
|
-
if (context.pos + /\s*/.exec(context.textAfter)[0].length < context.node.to) return context.continue();
|
|
5736
|
-
let endElt = null,
|
|
5737
|
-
close;
|
|
5738
|
-
for (let cur = context.node;;) {
|
|
5739
|
-
let last = cur.lastChild;
|
|
5740
|
-
if (!last || last.name != "Element" || last.to != cur.to) break;
|
|
5741
|
-
endElt = cur = last;
|
|
5742
|
-
}
|
|
5743
|
-
if (endElt && !((close = endElt.lastChild) && (close.name == "CloseTag" || close.name == "SelfClosingTag"))) return context.lineIndent(endElt.from) + context.unit;
|
|
5744
|
-
return null;
|
|
5745
|
-
}
|
|
5746
|
-
}), /*@__PURE__*/foldNodeProp.add({
|
|
5747
|
-
Element(node) {
|
|
5748
|
-
let first = node.firstChild,
|
|
5749
|
-
last = node.lastChild;
|
|
5750
|
-
if (!first || first.name != "OpenTag") return null;
|
|
5751
|
-
return {
|
|
5752
|
-
from: first.to,
|
|
5753
|
-
to: last.name == "CloseTag" ? last.from : node.to
|
|
5754
|
-
};
|
|
5755
|
-
}
|
|
5756
|
-
}), /*@__PURE__*/bracketMatchingHandle.add({
|
|
5757
|
-
"OpenTag CloseTag": node => node.getChild("TagName")
|
|
5758
|
-
})]
|
|
5759
|
-
}),
|
|
5760
|
-
languageData: {
|
|
5761
|
-
commentTokens: {
|
|
5762
|
-
block: {
|
|
5763
|
-
open: "<!--",
|
|
5764
|
-
close: "-->"
|
|
5765
|
-
}
|
|
5766
|
-
},
|
|
5767
|
-
indentOnInput: /^\s*<\/\w+\W$/,
|
|
5768
|
-
wordChars: "-._"
|
|
5769
|
-
}
|
|
5770
|
-
});
|
|
5771
|
-
/**
|
|
5772
|
-
A language provider based on the [Lezer HTML
|
|
5773
|
-
parser](https://github.com/lezer-parser/html), extended with the
|
|
5774
|
-
JavaScript and CSS parsers to parse the content of `<script>` and
|
|
5775
|
-
`<style>` tags.
|
|
5776
|
-
*/
|
|
5777
|
-
const htmlLanguage = /*@__PURE__*/htmlPlain.configure({
|
|
5778
|
-
wrap: /*@__PURE__*/configureNesting(defaultNesting, defaultAttrs)
|
|
5779
|
-
});
|
|
5780
|
-
/**
|
|
5781
|
-
Language support for HTML, including
|
|
5782
|
-
[`htmlCompletion`](https://codemirror.net/6/docs/ref/#lang-html.htmlCompletion) and JavaScript and
|
|
5783
|
-
CSS support extensions.
|
|
5784
|
-
*/
|
|
5785
|
-
function html() {
|
|
5786
|
-
let config = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
5787
|
-
let dialect = "",
|
|
5788
|
-
wrap;
|
|
5789
|
-
if (config.matchClosingTags === false) dialect = "noMatch";
|
|
5790
|
-
if (config.selfClosingTags === true) dialect = (dialect ? dialect + " " : "") + "selfClosing";
|
|
5791
|
-
if (config.nestedLanguages && config.nestedLanguages.length || config.nestedAttributes && config.nestedAttributes.length) wrap = configureNesting((config.nestedLanguages || []).concat(defaultNesting), (config.nestedAttributes || []).concat(defaultAttrs));
|
|
5792
|
-
let lang = wrap ? htmlPlain.configure({
|
|
5793
|
-
wrap,
|
|
5794
|
-
dialect
|
|
5795
|
-
}) : dialect ? htmlLanguage.configure({
|
|
5796
|
-
dialect
|
|
5797
|
-
}) : htmlLanguage;
|
|
5798
|
-
return new LanguageSupport(lang, [htmlLanguage.data.of({
|
|
5799
|
-
autocomplete: htmlCompletionSourceWith(config)
|
|
5800
|
-
}), config.autoCloseTags !== false ? autoCloseTags : [], javascript().support, css().support]);
|
|
5801
|
-
}
|
|
5802
|
-
const selfClosers = /*@__PURE__*/new Set( /*@__PURE__*/"area base br col command embed frame hr img input keygen link meta param source track wbr menuitem".split(" "));
|
|
5803
|
-
/**
|
|
5804
|
-
Extension that will automatically insert close tags when a `>` or
|
|
5805
|
-
`/` is typed.
|
|
5806
|
-
*/
|
|
5807
|
-
const autoCloseTags = /*@__PURE__*/EditorView.inputHandler.of((view, from, to, text) => {
|
|
5808
|
-
if (view.composing || view.state.readOnly || from != to || text != ">" && text != "/" || !htmlLanguage.isActiveAt(view.state, from, -1)) return false;
|
|
5809
|
-
let {
|
|
5810
|
-
state
|
|
5811
|
-
} = view;
|
|
5812
|
-
let changes = state.changeByRange(range => {
|
|
5813
|
-
var _a, _b, _c;
|
|
5814
|
-
let {
|
|
5815
|
-
head
|
|
5816
|
-
} = range,
|
|
5817
|
-
around = syntaxTree(state).resolveInner(head, -1),
|
|
5818
|
-
name;
|
|
5819
|
-
if (around.name == "TagName" || around.name == "StartTag") around = around.parent;
|
|
5820
|
-
if (text == ">" && around.name == "OpenTag") {
|
|
5821
|
-
if (((_b = (_a = around.parent) === null || _a === void 0 ? void 0 : _a.lastChild) === null || _b === void 0 ? void 0 : _b.name) != "CloseTag" && (name = elementName(state.doc, around.parent, head)) && !selfClosers.has(name)) {
|
|
5822
|
-
let hasRightBracket = view.state.doc.sliceString(head, head + 1) === ">";
|
|
5823
|
-
let insert = `${hasRightBracket ? "" : ">"}</${name}>`;
|
|
5824
|
-
return {
|
|
5825
|
-
range: EditorSelection.cursor(head + 1),
|
|
5826
|
-
changes: {
|
|
5827
|
-
from: head + (hasRightBracket ? 1 : 0),
|
|
5828
|
-
insert
|
|
5829
|
-
}
|
|
5830
|
-
};
|
|
5831
|
-
}
|
|
5832
|
-
} else if (text == "/" && around.name == "OpenTag") {
|
|
5833
|
-
let empty = around.parent,
|
|
5834
|
-
base = empty === null || empty === void 0 ? void 0 : empty.parent;
|
|
5835
|
-
if (empty.from == head - 1 && ((_c = base.lastChild) === null || _c === void 0 ? void 0 : _c.name) != "CloseTag" && (name = elementName(state.doc, base, head)) && !selfClosers.has(name)) {
|
|
5836
|
-
let hasRightBracket = view.state.doc.sliceString(head, head + 1) === ">";
|
|
5837
|
-
let insert = `/${name}${hasRightBracket ? "" : ">"}`;
|
|
5838
|
-
let pos = head + insert.length + (hasRightBracket ? 1 : 0);
|
|
5839
|
-
return {
|
|
5840
|
-
range: EditorSelection.cursor(pos),
|
|
5841
|
-
changes: {
|
|
5842
|
-
from: head,
|
|
5843
|
-
insert
|
|
5844
|
-
}
|
|
5845
|
-
};
|
|
5846
|
-
}
|
|
5847
|
-
}
|
|
5848
|
-
return {
|
|
5849
|
-
range
|
|
5850
|
-
};
|
|
5851
|
-
});
|
|
5852
|
-
if (changes.changes.empty) return false;
|
|
5853
|
-
view.dispatch(changes, {
|
|
5854
|
-
userEvent: "input.type",
|
|
5855
|
-
scrollIntoView: true
|
|
5856
|
-
});
|
|
5857
|
-
return true;
|
|
5858
|
-
});
|
|
5859
|
-
|
|
5860
|
-
export { json as a, jsonParseLinter as b, css as c, closeBrackets as d, autocompletion as e, closeBracketsKeymap as f, completionKeymap as g, html as h, javascript as j };
|
|
4048
|
+
export { ContextTracker as C, ExternalTokenizer as E, LRParser as L, autocompletion as a, closeBracketsKeymap as b, closeBrackets as c, completionKeymap as d, jsxLanguage as e, tsxLanguage as f, javascriptLanguage as g, javascript as j, typescriptLanguage as t };
|