qidian-vue-ui 1.1.58 → 1.1.60
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/_virtual/_commonjsHelpers.mjs +7 -0
- package/dist/_virtual/_commonjsHelpers.mjs.map +1 -0
- package/dist/_virtual/_plugin-vue_export-helper.mjs +11 -0
- package/dist/_virtual/_plugin-vue_export-helper.mjs.map +1 -0
- package/dist/_virtual/dayjs.min.mjs +8 -0
- package/dist/_virtual/dayjs.min.mjs.map +1 -0
- package/dist/_virtual/dayjs.min2.mjs +5 -0
- package/dist/_virtual/dayjs.min2.mjs.map +1 -0
- package/dist/components/auto-tooltip/index.css +20 -0
- package/dist/components/auto-tooltip/index.d.ts +2 -0
- package/dist/components/auto-tooltip/index.vue.d.ts +25 -0
- package/dist/components/auto-tooltip/index.vue.mjs +9 -0
- package/dist/components/auto-tooltip/index.vue.mjs.map +1 -0
- package/dist/components/auto-tooltip/index.vue2.mjs +82 -0
- package/dist/components/auto-tooltip/index.vue2.mjs.map +1 -0
- package/dist/components/auto-tooltip/types.d.ts +9 -0
- package/dist/components/avatar/index.css +9 -0
- package/dist/components/avatar/index.d.ts +2 -0
- package/dist/components/avatar/index.vue.d.ts +18 -0
- package/dist/components/avatar/index.vue.mjs +9 -0
- package/dist/components/avatar/index.vue.mjs.map +1 -0
- package/dist/components/avatar/index.vue2.mjs +126 -0
- package/dist/components/avatar/index.vue2.mjs.map +1 -0
- package/dist/components/avatar/props.d.ts +7 -0
- package/dist/components/avatar/props.mjs +12 -0
- package/dist/components/avatar/props.mjs.map +1 -0
- package/dist/components/avatar/types.d.ts +9 -0
- package/dist/components/card/index.css +6 -0
- package/dist/components/card/index.d.ts +2 -0
- package/dist/components/card/index.vue.d.ts +16 -0
- package/dist/components/card/index.vue.mjs +9 -0
- package/dist/components/card/index.vue.mjs.map +1 -0
- package/dist/components/card/index.vue2.mjs +91 -0
- package/dist/components/card/index.vue2.mjs.map +1 -0
- package/dist/components/card/props.d.ts +4 -0
- package/dist/components/card/props.mjs +8 -0
- package/dist/components/card/props.mjs.map +1 -0
- package/dist/components/card/types.d.ts +5 -0
- package/dist/components/config-provider/config.d.ts +8 -0
- package/dist/components/config-provider/config.mjs +15 -0
- package/dist/components/config-provider/config.mjs.map +1 -0
- package/dist/components/config-provider/index.d.ts +262 -0
- package/dist/components/config-provider/index.mjs +98 -0
- package/dist/components/config-provider/index.mjs.map +1 -0
- package/dist/components/config-provider/types.d.ts +97 -0
- package/dist/components/config-provider/useConfig.d.ts +301 -0
- package/dist/components/config-provider/useConfig.mjs +26 -0
- package/dist/components/config-provider/useConfig.mjs.map +1 -0
- package/dist/components/config-renderer/compute.d.ts +8 -0
- package/dist/components/config-renderer/compute.mjs +68 -0
- package/dist/components/config-renderer/compute.mjs.map +1 -0
- package/dist/components/config-renderer/index.d.ts +4 -0
- package/dist/components/config-renderer/index.vue.d.ts +7 -0
- package/dist/components/config-renderer/index.vue.mjs +126 -0
- package/dist/components/config-renderer/index.vue.mjs.map +1 -0
- package/dist/components/config-renderer/index.vue2.mjs +5 -0
- package/dist/components/config-renderer/index.vue2.mjs.map +1 -0
- package/dist/components/config-renderer/types.d.ts +39 -0
- package/dist/components/config-renderer/utils.d.ts +15 -0
- package/dist/components/config-renderer/utils.mjs +49 -0
- package/dist/components/config-renderer/utils.mjs.map +1 -0
- package/dist/components/crud/define.d.ts +6 -0
- package/dist/components/crud/define.mjs +11 -0
- package/dist/components/crud/define.mjs.map +1 -0
- package/dist/components/crud/index.d.ts +4 -0
- package/dist/components/crud/list/index.css +37 -0
- package/dist/components/crud/list/index.d.ts +2 -0
- package/dist/components/crud/list/index.vue.d.ts +29 -0
- package/dist/components/crud/list/index.vue.mjs +9 -0
- package/dist/components/crud/list/index.vue.mjs.map +1 -0
- package/dist/components/crud/list/index.vue2.mjs +176 -0
- package/dist/components/crud/list/index.vue2.mjs.map +1 -0
- package/dist/components/crud/list/props.d.ts +5 -0
- package/dist/components/crud/list/props.mjs +9 -0
- package/dist/components/crud/list/props.mjs.map +1 -0
- package/dist/components/crud/list/types.d.ts +9 -0
- package/dist/components/crud/search/index.css +16 -0
- package/dist/components/crud/search/index.d.ts +2 -0
- package/dist/components/crud/search/index.vue.d.ts +44 -0
- package/dist/components/crud/search/index.vue.mjs +9 -0
- package/dist/components/crud/search/index.vue.mjs.map +1 -0
- package/dist/components/crud/search/index.vue2.mjs +205 -0
- package/dist/components/crud/search/index.vue2.mjs.map +1 -0
- package/dist/components/crud/search/props.d.ts +36 -0
- package/dist/components/crud/search/props.mjs +21 -0
- package/dist/components/crud/search/props.mjs.map +1 -0
- package/dist/components/crud/search/types.d.ts +5 -0
- package/dist/components/crud/table/index.css +43 -0
- package/dist/components/crud/table/index.d.ts +2 -0
- package/dist/components/crud/table/index.vue.d.ts +35 -0
- package/dist/components/crud/table/index.vue.mjs +9 -0
- package/dist/components/crud/table/index.vue.mjs.map +1 -0
- package/dist/components/crud/table/index.vue2.mjs +1036 -0
- package/dist/components/crud/table/index.vue2.mjs.map +1 -0
- package/dist/components/crud/table/props.d.ts +39 -0
- package/dist/components/crud/table/props.mjs +16 -0
- package/dist/components/crud/table/props.mjs.map +1 -0
- package/dist/components/crud/table/types.d.ts +65 -0
- package/dist/components/dialog/form.vue.d.ts +22 -0
- package/dist/components/dialog/form.vue.mjs +178 -0
- package/dist/components/dialog/form.vue.mjs.map +1 -0
- package/dist/components/dialog/form.vue2.mjs +5 -0
- package/dist/components/dialog/form.vue2.mjs.map +1 -0
- package/dist/components/dialog/index.css +3 -0
- package/dist/components/dialog/index.d.ts +3 -0
- package/dist/components/dialog/index.vue.d.ts +35 -0
- package/dist/components/dialog/index.vue.mjs +114 -0
- package/dist/components/dialog/index.vue.mjs.map +1 -0
- package/dist/components/dialog/index.vue3.mjs +7 -0
- package/dist/components/dialog/index.vue3.mjs.map +1 -0
- package/dist/components/dialog/props.d.ts +58 -0
- package/dist/components/dialog/props.mjs +26 -0
- package/dist/components/dialog/props.mjs.map +1 -0
- package/dist/components/dialog/types.d.ts +18 -0
- package/dist/components/dict/checkbox-group/index.css +3 -0
- package/dist/components/dict/checkbox-group/index.d.ts +2 -0
- package/dist/components/dict/checkbox-group/index.vue.d.ts +15 -0
- package/dist/components/dict/checkbox-group/index.vue.mjs +9 -0
- package/dist/components/dict/checkbox-group/index.vue.mjs.map +1 -0
- package/dist/components/dict/checkbox-group/index.vue2.mjs +82 -0
- package/dist/components/dict/checkbox-group/index.vue2.mjs.map +1 -0
- package/dist/components/dict/checkbox-group/props.d.ts +9 -0
- package/dist/components/dict/checkbox-group/props.mjs +13 -0
- package/dist/components/dict/checkbox-group/props.mjs.map +1 -0
- package/dist/components/dict/checkbox-group/types.d.ts +6 -0
- package/dist/components/dict/index.d.ts +4 -0
- package/dist/components/dict/radio-group/index.css +3 -0
- package/dist/components/dict/radio-group/index.d.ts +2 -0
- package/dist/components/dict/radio-group/index.vue.d.ts +13 -0
- package/dist/components/dict/radio-group/index.vue.mjs +9 -0
- package/dist/components/dict/radio-group/index.vue.mjs.map +1 -0
- package/dist/components/dict/radio-group/index.vue2.mjs +58 -0
- package/dist/components/dict/radio-group/index.vue2.mjs.map +1 -0
- package/dist/components/dict/radio-group/props.d.ts +7 -0
- package/dist/components/dict/radio-group/props.mjs +11 -0
- package/dist/components/dict/radio-group/props.mjs.map +1 -0
- package/dist/components/dict/radio-group/types.d.ts +4 -0
- package/dist/components/dict/select/index.d.ts +2 -0
- package/dist/components/dict/select/index.vue.d.ts +31 -0
- package/dist/components/dict/select/index.vue.mjs +165 -0
- package/dist/components/dict/select/index.vue.mjs.map +1 -0
- package/dist/components/dict/select/index.vue2.mjs +5 -0
- package/dist/components/dict/select/index.vue2.mjs.map +1 -0
- package/dist/components/dict/select/props.d.ts +11 -0
- package/dist/components/dict/select/props.mjs +15 -0
- package/dist/components/dict/select/props.mjs.map +1 -0
- package/dist/components/dict/select/types.d.ts +7 -0
- package/dist/components/dict/tag/index.css +5 -0
- package/dist/components/dict/tag/index.d.ts +2 -0
- package/dist/components/dict/tag/index.vue.d.ts +40 -0
- package/dist/components/dict/tag/index.vue.mjs +9 -0
- package/dist/components/dict/tag/index.vue.mjs.map +1 -0
- package/dist/components/dict/tag/index.vue2.mjs +97 -0
- package/dist/components/dict/tag/index.vue2.mjs.map +1 -0
- package/dist/components/dict/tag/props.d.ts +5 -0
- package/dist/components/dict/tag/props.mjs +10 -0
- package/dist/components/dict/tag/props.mjs.map +1 -0
- package/dist/components/dict/tag/types.d.ts +9 -0
- package/dist/components/form/config.d.ts +4 -0
- package/dist/components/form/config.mjs +7 -0
- package/dist/components/form/config.mjs.map +1 -0
- package/dist/components/form/index.css +32 -0
- package/dist/components/form/index.d.ts +5 -0
- package/dist/components/form/index.vue.d.ts +39 -0
- package/dist/components/form/index.vue.mjs +9 -0
- package/dist/components/form/index.vue.mjs.map +1 -0
- package/dist/components/form/index.vue2.mjs +209 -0
- package/dist/components/form/index.vue2.mjs.map +1 -0
- package/dist/components/form/item.css +6 -0
- package/dist/components/form/item.vue.d.ts +25 -0
- package/dist/components/form/item.vue.mjs +9 -0
- package/dist/components/form/item.vue.mjs.map +1 -0
- package/dist/components/form/item.vue2.mjs +118 -0
- package/dist/components/form/item.vue2.mjs.map +1 -0
- package/dist/components/form/props.d.ts +45 -0
- package/dist/components/form/props.mjs +43 -0
- package/dist/components/form/props.mjs.map +1 -0
- package/dist/components/form/types.d.ts +27 -0
- package/dist/components/grid/config.d.ts +15 -0
- package/dist/components/grid/config.mjs +27 -0
- package/dist/components/grid/config.mjs.map +1 -0
- package/dist/components/grid/index.css +4 -0
- package/dist/components/grid/index.d.ts +4 -0
- package/dist/components/grid/index.vue.d.ts +19 -0
- package/dist/components/grid/index.vue.mjs +9 -0
- package/dist/components/grid/index.vue.mjs.map +1 -0
- package/dist/components/grid/index.vue2.mjs +59 -0
- package/dist/components/grid/index.vue2.mjs.map +1 -0
- package/dist/components/grid/item.css +3 -0
- package/dist/components/grid/item.vue.d.ts +18 -0
- package/dist/components/grid/item.vue.mjs +9 -0
- package/dist/components/grid/item.vue.mjs.map +1 -0
- package/dist/components/grid/item.vue2.mjs +74 -0
- package/dist/components/grid/item.vue2.mjs.map +1 -0
- package/dist/components/grid/types.d.ts +12 -0
- package/dist/components/image/index.d.ts +2 -0
- package/dist/components/image/index.vue.d.ts +20 -0
- package/dist/components/image/index.vue.mjs +132 -0
- package/dist/components/image/index.vue.mjs.map +1 -0
- package/dist/components/image/index.vue2.mjs +5 -0
- package/dist/components/image/index.vue2.mjs.map +1 -0
- package/dist/components/image/props.d.ts +4 -0
- package/dist/components/image/props.mjs +8 -0
- package/dist/components/image/props.mjs.map +1 -0
- package/dist/components/image/types.d.ts +6 -0
- package/dist/components/import-dialog/index.d.ts +2 -0
- package/dist/components/import-dialog/index.vue.d.ts +14 -0
- package/dist/components/import-dialog/index.vue.mjs +180 -0
- package/dist/components/import-dialog/index.vue.mjs.map +1 -0
- package/dist/components/import-dialog/index.vue2.mjs +5 -0
- package/dist/components/import-dialog/index.vue2.mjs.map +1 -0
- package/dist/components/import-dialog/props.d.ts +5 -0
- package/dist/components/import-dialog/props.mjs +9 -0
- package/dist/components/import-dialog/props.mjs.map +1 -0
- package/dist/components/import-dialog/types.d.ts +9 -0
- package/dist/components/index.d.ts +21 -0
- package/dist/components/md-editor/config.d.ts +1 -0
- package/dist/components/md-editor/index.css +322 -0
- package/dist/components/md-editor/index.d.ts +2 -0
- package/dist/components/md-editor/index.vue.d.ts +35 -0
- package/dist/components/md-editor/index.vue.mjs +11 -0
- package/dist/components/md-editor/index.vue.mjs.map +1 -0
- package/dist/components/md-editor/index.vue2.mjs +180 -0
- package/dist/components/md-editor/index.vue2.mjs.map +1 -0
- package/dist/components/md-editor/index2.css +46 -0
- package/dist/components/md-editor/props.d.ts +19 -0
- package/dist/components/md-editor/props.mjs +50 -0
- package/dist/components/md-editor/props.mjs.map +1 -0
- package/dist/components/md-editor/types.d.ts +65 -0
- package/dist/components/office/index.d.ts +1 -0
- package/dist/components/office/pdf/config.d.ts +6 -0
- package/dist/components/office/pdf/config.mjs +9 -0
- package/dist/components/office/pdf/config.mjs.map +1 -0
- package/dist/components/office/pdf/hooks/useZoom.d.ts +21 -0
- package/dist/components/office/pdf/hooks/useZoom.mjs +200 -0
- package/dist/components/office/pdf/hooks/useZoom.mjs.map +1 -0
- package/dist/components/office/pdf/index.css +4870 -0
- package/dist/components/office/pdf/index.d.ts +2 -0
- package/dist/components/office/pdf/index.vue.d.ts +10 -0
- package/dist/components/office/pdf/index.vue.mjs +11 -0
- package/dist/components/office/pdf/index.vue.mjs.map +1 -0
- package/dist/components/office/pdf/index.vue2.mjs +323 -0
- package/dist/components/office/pdf/index.vue2.mjs.map +1 -0
- package/dist/components/office/pdf/index2.css +82 -0
- package/dist/components/office/pdf/types.d.ts +17 -0
- package/dist/components/org/index.d.ts +1 -0
- package/dist/components/org/select/index.css +13 -0
- package/dist/components/org/select/index.d.ts +2 -0
- package/dist/components/org/select/index.vue.d.ts +28 -0
- package/dist/components/org/select/index.vue.mjs +270 -0
- package/dist/components/org/select/index.vue.mjs.map +1 -0
- package/dist/components/org/select/index.vue3.mjs +7 -0
- package/dist/components/org/select/index.vue3.mjs.map +1 -0
- package/dist/components/org/select/props.d.ts +22 -0
- package/dist/components/org/select/props.mjs +19 -0
- package/dist/components/org/select/props.mjs.map +1 -0
- package/dist/components/org/select/types.d.ts +22 -0
- package/dist/components/read-write/index.css +26 -0
- package/dist/components/read-write/index.d.ts +2 -0
- package/dist/components/read-write/index.vue.d.ts +20 -0
- package/dist/components/read-write/index.vue.mjs +9 -0
- package/dist/components/read-write/index.vue.mjs.map +1 -0
- package/dist/components/read-write/index.vue2.mjs +320 -0
- package/dist/components/read-write/index.vue2.mjs.map +1 -0
- package/dist/components/read-write/props.d.ts +10 -0
- package/dist/components/read-write/props.mjs +14 -0
- package/dist/components/read-write/props.mjs.map +1 -0
- package/dist/components/read-write/types.d.ts +12 -0
- package/dist/components/service/index.d.ts +2 -0
- package/dist/components/service/list/index.css +13 -0
- package/dist/components/service/list/index.d.ts +2 -0
- package/dist/components/service/list/index.vue.d.ts +26 -0
- package/dist/components/service/list/index.vue.mjs +9 -0
- package/dist/components/service/list/index.vue.mjs.map +1 -0
- package/dist/components/service/list/index.vue2.mjs +254 -0
- package/dist/components/service/list/index.vue2.mjs.map +1 -0
- package/dist/components/service/list/props.d.ts +4 -0
- package/dist/components/service/list/props.mjs +8 -0
- package/dist/components/service/list/props.mjs.map +1 -0
- package/dist/components/service/list/types.d.ts +15 -0
- package/dist/components/service/table/index.css +11 -0
- package/dist/components/service/table/index.d.ts +2 -0
- package/dist/components/service/table/index.vue.d.ts +29 -0
- package/dist/components/service/table/index.vue.mjs +9 -0
- package/dist/components/service/table/index.vue.mjs.map +1 -0
- package/dist/components/service/table/index.vue2.mjs +711 -0
- package/dist/components/service/table/index.vue2.mjs.map +1 -0
- package/dist/components/service/table/props.d.ts +35 -0
- package/dist/components/service/table/props.mjs +40 -0
- package/dist/components/service/table/props.mjs.map +1 -0
- package/dist/components/service/table/types.d.ts +18 -0
- package/dist/components/service-dialog-table-select/define.d.ts +4 -0
- package/dist/components/service-dialog-table-select/define.mjs +7 -0
- package/dist/components/service-dialog-table-select/define.mjs.map +1 -0
- package/dist/components/service-dialog-table-select/index.css +28 -0
- package/dist/components/service-dialog-table-select/index.d.ts +3 -0
- package/dist/components/service-dialog-table-select/index.vue.d.ts +63 -0
- package/dist/components/service-dialog-table-select/index.vue.mjs +9 -0
- package/dist/components/service-dialog-table-select/index.vue.mjs.map +1 -0
- package/dist/components/service-dialog-table-select/index.vue2.mjs +658 -0
- package/dist/components/service-dialog-table-select/index.vue2.mjs.map +1 -0
- package/dist/components/service-dialog-table-select/props.d.ts +58 -0
- package/dist/components/service-dialog-table-select/props.mjs +35 -0
- package/dist/components/service-dialog-table-select/props.mjs.map +1 -0
- package/dist/components/service-dialog-table-select/types.d.ts +22 -0
- package/dist/components/service-popup-table-select/define.d.ts +4 -0
- package/dist/components/service-popup-table-select/define.mjs +7 -0
- package/dist/components/service-popup-table-select/define.mjs.map +1 -0
- package/dist/components/service-popup-table-select/index.css +3 -0
- package/dist/components/service-popup-table-select/index.d.ts +3 -0
- package/dist/components/service-popup-table-select/index.vue.d.ts +63 -0
- package/dist/components/service-popup-table-select/index.vue.mjs +11 -0
- package/dist/components/service-popup-table-select/index.vue.mjs.map +1 -0
- package/dist/components/service-popup-table-select/index.vue2.mjs +645 -0
- package/dist/components/service-popup-table-select/index.vue2.mjs.map +1 -0
- package/dist/components/service-popup-table-select/index2.css +19 -0
- package/dist/components/service-popup-table-select/props.d.ts +36 -0
- package/dist/components/service-popup-table-select/props.mjs +25 -0
- package/dist/components/service-popup-table-select/props.mjs.map +1 -0
- package/dist/components/service-popup-table-select/types.d.ts +13 -0
- package/dist/components/service-select/index.css +6 -0
- package/dist/components/service-select/index.d.ts +2 -0
- package/dist/components/service-select/index.vue.d.ts +30 -0
- package/dist/components/service-select/index.vue.mjs +9 -0
- package/dist/components/service-select/index.vue.mjs.map +1 -0
- package/dist/components/service-select/index.vue2.mjs +408 -0
- package/dist/components/service-select/index.vue2.mjs.map +1 -0
- package/dist/components/service-select/props.d.ts +19 -0
- package/dist/components/service-select/props.mjs +24 -0
- package/dist/components/service-select/props.mjs.map +1 -0
- package/dist/components/service-select/types.d.ts +15 -0
- package/dist/components/upload/config.d.ts +4 -0
- package/dist/components/upload/config.mjs +37 -0
- package/dist/components/upload/config.mjs.map +1 -0
- package/dist/components/upload/index.css +70 -0
- package/dist/components/upload/index.d.ts +3 -0
- package/dist/components/upload/index.vue.d.ts +21 -0
- package/dist/components/upload/index.vue.mjs +9 -0
- package/dist/components/upload/index.vue.mjs.map +1 -0
- package/dist/components/upload/index.vue2.mjs +561 -0
- package/dist/components/upload/index.vue2.mjs.map +1 -0
- package/dist/components/upload/props.d.ts +28 -0
- package/dist/components/upload/props.mjs +33 -0
- package/dist/components/upload/props.mjs.map +1 -0
- package/dist/components/upload/types.d.ts +46 -0
- package/dist/directive/hasPermi.d.ts +12 -0
- package/dist/directive/hasPermi.mjs +30 -0
- package/dist/directive/hasPermi.mjs.map +1 -0
- package/dist/directive/hasRole.d.ts +12 -0
- package/dist/directive/hasRole.mjs +30 -0
- package/dist/directive/hasRole.mjs.map +1 -0
- package/dist/directive/index.d.ts +2 -0
- package/dist/hooks/index.d.ts +6 -0
- package/dist/hooks/useAgentChat/index.d.ts +15 -0
- package/dist/hooks/useAgentChat/index.mjs +202 -0
- package/dist/hooks/useAgentChat/index.mjs.map +1 -0
- package/dist/hooks/useAgentChat/types.d.ts +46 -0
- package/dist/hooks/useDict/index.d.ts +18 -0
- package/dist/hooks/useDict/index.mjs +137 -0
- package/dist/hooks/useDict/index.mjs.map +1 -0
- package/dist/hooks/useDict/types.d.ts +13 -0
- package/dist/hooks/useDisabled.d.ts +5 -0
- package/dist/hooks/useDisabled.mjs +18 -0
- package/dist/hooks/useDisabled.mjs.map +1 -0
- package/dist/hooks/useModal.d.ts +36 -0
- package/dist/hooks/useModal.mjs +201 -0
- package/dist/hooks/useModal.mjs.map +1 -0
- package/dist/hooks/useReadonly.d.ts +5 -0
- package/dist/hooks/useReadonly.mjs +18 -0
- package/dist/hooks/useReadonly.mjs.map +1 -0
- package/dist/hooks/useUserAvatar/index.d.ts +5 -0
- package/dist/hooks/useUserAvatar/index.mjs +38 -0
- package/dist/hooks/useUserAvatar/index.mjs.map +1 -0
- package/dist/hooks/useUserAvatar/types.d.ts +3 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.mjs +116 -0
- package/dist/index.mjs.map +1 -0
- package/dist/locales/en-US.d.ts +331 -0
- package/dist/locales/en-US.mjs +86 -0
- package/dist/locales/en-US.mjs.map +1 -0
- package/dist/locales/zh-CN.d.ts +331 -0
- package/dist/locales/zh-CN.mjs +83 -0
- package/dist/locales/zh-CN.mjs.map +1 -0
- package/dist/locales/zh-TW.d.ts +331 -0
- package/dist/locales/zh-TW.mjs +83 -0
- package/dist/locales/zh-TW.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_autocomplete@6.20.0/node_modules/@codemirror/autocomplete/dist/index.mjs +1602 -0
- package/dist/node_modules/.pnpm/@codemirror_autocomplete@6.20.0/node_modules/@codemirror/autocomplete/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_commands@6.10.1/node_modules/@codemirror/commands/dist/index.mjs +1162 -0
- package/dist/node_modules/.pnpm/@codemirror_commands@6.10.1/node_modules/@codemirror/commands/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-angular@0.1.4/node_modules/@codemirror/lang-angular/dist/index.mjs +119 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-angular@0.1.4/node_modules/@codemirror/lang-angular/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-cpp@6.0.3/node_modules/@codemirror/lang-cpp/dist/index.mjs +37 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-cpp@6.0.3/node_modules/@codemirror/lang-cpp/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-css@6.3.1/node_modules/@codemirror/lang-css/dist/index.mjs +868 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-css@6.3.1/node_modules/@codemirror/lang-css/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-go@6.0.1/node_modules/@codemirror/lang-go/dist/index.mjs +227 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-go@6.0.1/node_modules/@codemirror/lang-go/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-html@6.4.11/node_modules/@codemirror/lang-html/dist/index.mjs +741 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-html@6.4.11/node_modules/@codemirror/lang-html/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-java@6.0.2/node_modules/@codemirror/lang-java/dist/index.mjs +39 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-java@6.0.2/node_modules/@codemirror/lang-java/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-javascript@6.2.4/node_modules/@codemirror/lang-javascript/dist/index.mjs +443 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-javascript@6.2.4/node_modules/@codemirror/lang-javascript/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-jinja@6.0.0/node_modules/@codemirror/lang-jinja/dist/index.mjs +294 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-jinja@6.0.0/node_modules/@codemirror/lang-jinja/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-json@6.0.2/node_modules/@codemirror/lang-json/dist/index.mjs +53 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-json@6.0.2/node_modules/@codemirror/lang-json/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-less@6.0.2/node_modules/@codemirror/lang-less/dist/index.mjs +153 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-less@6.0.2/node_modules/@codemirror/lang-less/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-liquid@6.3.1/node_modules/@codemirror/lang-liquid/dist/index.mjs +308 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-liquid@6.3.1/node_modules/@codemirror/lang-liquid/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-markdown@6.5.0/node_modules/@codemirror/lang-markdown/dist/index.mjs +435 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-markdown@6.5.0/node_modules/@codemirror/lang-markdown/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-php@6.0.2/node_modules/@codemirror/lang-php/dist/index.mjs +66 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-php@6.0.2/node_modules/@codemirror/lang-php/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-python@6.2.1/node_modules/@codemirror/lang-python/dist/index.mjs +429 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-python@6.2.1/node_modules/@codemirror/lang-python/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-rust@6.0.2/node_modules/@codemirror/lang-rust/dist/index.mjs +35 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-rust@6.0.2/node_modules/@codemirror/lang-rust/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-sass@6.0.2/node_modules/@codemirror/lang-sass/dist/index.mjs +45 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-sass@6.0.2/node_modules/@codemirror/lang-sass/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-sql@6.10.0/node_modules/@codemirror/lang-sql/dist/index.mjs +707 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-sql@6.10.0/node_modules/@codemirror/lang-sql/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-vue@0.1.3/node_modules/@codemirror/lang-vue/dist/index.mjs +84 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-vue@0.1.3/node_modules/@codemirror/lang-vue/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-wast@6.0.2/node_modules/@codemirror/lang-wast/dist/index.mjs +63 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-wast@6.0.2/node_modules/@codemirror/lang-wast/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-xml@6.1.0/node_modules/@codemirror/lang-xml/dist/index.mjs +281 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-xml@6.1.0/node_modules/@codemirror/lang-xml/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-yaml@6.1.2/node_modules/@codemirror/lang-yaml/dist/index.mjs +81 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-yaml@6.1.2/node_modules/@codemirror/lang-yaml/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_language-data@6.5.2/node_modules/@codemirror/language-data/dist/index.mjs +1030 -0
- package/dist/node_modules/.pnpm/@codemirror_language-data@6.5.2/node_modules/@codemirror/language-data/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_language@6.12.1/node_modules/@codemirror/language/dist/index.mjs +1642 -0
- package/dist/node_modules/.pnpm/@codemirror_language@6.12.1/node_modules/@codemirror/language/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/apl.mjs +141 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/apl.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/asciiarmor.mjs +57 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/asciiarmor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/asn1.mjs +145 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/asn1.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/asterisk.mjs +346 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/asterisk.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/brainfuck.mjs +54 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/brainfuck.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/clike.mjs +800 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/clike.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/clojure.mjs +850 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/clojure.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/cmake.mjs +72 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/cmake.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/cobol.mjs +121 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/cobol.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/coffeescript.mjs +309 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/coffeescript.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/commonlisp.mjs +131 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/commonlisp.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/crystal.mjs +399 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/crystal.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/css.mjs +1773 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/css.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/cypher.mjs +122 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/cypher.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/d.mjs +180 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/d.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/diff.mjs +26 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/diff.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/dockerfile.mjs +202 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/dockerfile.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/dtd.mjs +115 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/dtd.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/dylan.mjs +315 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/dylan.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ebnf.mjs +141 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ebnf.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ecl.mjs +179 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ecl.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/eiffel.mjs +135 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/eiffel.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/elm.mjs +177 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/elm.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/erlang.mjs +675 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/erlang.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/factor.mjs +66 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/factor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/fcl.mjs +142 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/fcl.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/forth.mjs +117 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/forth.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/fortran.mjs +468 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/fortran.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/gas.mjs +294 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/gas.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/gherkin.mjs +116 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/gherkin.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/groovy.mjs +224 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/groovy.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/haskell.mjs +460 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/haskell.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/haxe.mjs +515 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/haxe.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/http.mjs +80 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/http.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/idl.mjs +986 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/idl.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/javascript.mjs +993 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/javascript.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/julia.mjs +408 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/julia.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/livescript.mjs +297 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/livescript.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/lua.mjs +257 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/lua.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mathematica.mjs +111 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mathematica.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mbox.mjs +118 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mbox.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mirc.mjs +108 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mirc.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mllike.mjs +335 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mllike.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/modelica.mjs +148 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/modelica.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mscgen.mjs +136 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mscgen.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mumps.mjs +94 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mumps.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/nginx.mjs +142 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/nginx.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/nsis.mjs +63 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/nsis.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ntriples.mjs +154 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ntriples.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/octave.mjs +201 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/octave.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/oz.mjs +232 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/oz.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/pascal.mjs +106 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/pascal.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/perl.mjs +1106 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/perl.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/pig.mjs +102 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/pig.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/powershell.mjs +329 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/powershell.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/properties.mjs +59 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/properties.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/protobuf.mjs +78 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/protobuf.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/pug.mjs +406 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/pug.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/puppet.mjs +138 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/puppet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/python.mjs +427 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/python.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/q.mjs +132 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/q.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/r.mjs +171 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/r.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/rpm.mjs +110 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/rpm.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ruby.mjs +331 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ruby.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/sas.mjs +208 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/sas.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/scheme.mjs +223 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/scheme.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/shell.mjs +223 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/shell.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/sieve.mjs +136 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/sieve.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/simple-mode.mjs +131 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/simple-mode.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/smalltalk.mjs +122 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/smalltalk.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/solr.mjs +70 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/solr.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/sparql.mjs +250 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/sparql.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/spreadsheet.mjs +88 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/spreadsheet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/sql.mjs +343 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/sql.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/stex.mjs +231 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/stex.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/stylus.mjs +566 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/stylus.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/swift.mjs +292 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/swift.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/tcl.mjs +115 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/tcl.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/textile.mjs +415 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/textile.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/tiddlywiki.mjs +219 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/tiddlywiki.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/tiki.mjs +269 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/tiki.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/toml.mjs +77 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/toml.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/troff.mjs +62 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/troff.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ttcn-cfg.mjs +134 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ttcn-cfg.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ttcn.mjs +193 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ttcn.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/turtle.mjs +125 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/turtle.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/vb.mjs +197 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/vb.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/vbscript.mjs +479 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/vbscript.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/velocity.mjs +150 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/velocity.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/verilog.mjs +430 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/verilog.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/vhdl.mjs +159 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/vhdl.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/webidl.mjs +205 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/webidl.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/xquery.mjs +526 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/xquery.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/yacas.mjs +131 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/yacas.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/z80.mjs +93 -0
- package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/z80.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_search@6.5.11/node_modules/@codemirror/search/dist/index.mjs +1045 -0
- package/dist/node_modules/.pnpm/@codemirror_search@6.5.11/node_modules/@codemirror/search/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_state@6.5.3/node_modules/@codemirror/state/dist/index.mjs +3382 -0
- package/dist/node_modules/.pnpm/@codemirror_state@6.5.3/node_modules/@codemirror/state/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_view@6.39.6/node_modules/@codemirror/view/dist/index.mjs +9048 -0
- package/dist/node_modules/.pnpm/@codemirror_view@6.39.6/node_modules/@codemirror/view/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@lezer_common@1.5.0/node_modules/@lezer/common/dist/index.mjs +2061 -0
- package/dist/node_modules/.pnpm/@lezer_common@1.5.0/node_modules/@lezer/common/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@lezer_cpp@1.1.4/node_modules/@lezer/cpp/dist/index.mjs +127 -0
- package/dist/node_modules/.pnpm/@lezer_cpp@1.1.4/node_modules/@lezer/cpp/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@lezer_css@1.3.0/node_modules/@lezer/css/dist/index.mjs +158 -0
- package/dist/node_modules/.pnpm/@lezer_css@1.3.0/node_modules/@lezer/css/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@lezer_go@1.0.1/node_modules/@lezer/go/dist/index.mjs +94 -0
- package/dist/node_modules/.pnpm/@lezer_go@1.0.1/node_modules/@lezer/go/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@lezer_highlight@1.2.3/node_modules/@lezer/highlight/dist/index.mjs +719 -0
- package/dist/node_modules/.pnpm/@lezer_highlight@1.2.3/node_modules/@lezer/highlight/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@lezer_html@1.3.13/node_modules/@lezer/html/dist/index.mjs +311 -0
- package/dist/node_modules/.pnpm/@lezer_html@1.3.13/node_modules/@lezer/html/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@lezer_java@1.1.3/node_modules/@lezer/java/dist/index.mjs +65 -0
- package/dist/node_modules/.pnpm/@lezer_java@1.1.3/node_modules/@lezer/java/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@lezer_javascript@1.5.4/node_modules/@lezer/javascript/dist/index.mjs +195 -0
- package/dist/node_modules/.pnpm/@lezer_javascript@1.5.4/node_modules/@lezer/javascript/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@lezer_json@1.0.3/node_modules/@lezer/json/dist/index.mjs +36 -0
- package/dist/node_modules/.pnpm/@lezer_json@1.0.3/node_modules/@lezer/json/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@lezer_lr@1.4.5/node_modules/@lezer/lr/dist/index.mjs +1768 -0
- package/dist/node_modules/.pnpm/@lezer_lr@1.4.5/node_modules/@lezer/lr/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@lezer_markdown@1.6.2/node_modules/@lezer/markdown/dist/index.mjs +2077 -0
- package/dist/node_modules/.pnpm/@lezer_markdown@1.6.2/node_modules/@lezer/markdown/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@lezer_php@1.0.5/node_modules/@lezer/php/dist/index.mjs +272 -0
- package/dist/node_modules/.pnpm/@lezer_php@1.0.5/node_modules/@lezer/php/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@lezer_python@1.1.18/node_modules/@lezer/python/dist/index.mjs +269 -0
- package/dist/node_modules/.pnpm/@lezer_python@1.1.18/node_modules/@lezer/python/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@lezer_rust@1.0.2/node_modules/@lezer/rust/dist/index.mjs +150 -0
- package/dist/node_modules/.pnpm/@lezer_rust@1.0.2/node_modules/@lezer/rust/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@lezer_sass@1.1.0/node_modules/@lezer/sass/dist/index.mjs +289 -0
- package/dist/node_modules/.pnpm/@lezer_sass@1.1.0/node_modules/@lezer/sass/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@lezer_xml@1.0.6/node_modules/@lezer/xml/dist/index.mjs +113 -0
- package/dist/node_modules/.pnpm/@lezer_xml@1.0.6/node_modules/@lezer/xml/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@lezer_yaml@1.0.3/node_modules/@lezer/yaml/dist/index.mjs +335 -0
- package/dist/node_modules/.pnpm/@lezer_yaml@1.0.3/node_modules/@lezer/yaml/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@marijn_find-cluster-break@1.0.2/node_modules/@marijn/find-cluster-break/src/index.mjs +76 -0
- package/dist/node_modules/.pnpm/@marijn_find-cluster-break@1.0.2/node_modules/@marijn/find-cluster-break/src/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/fetch.mjs +90 -0
- package/dist/node_modules/.pnpm/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/fetch.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/parse.mjs +110 -0
- package/dist/node_modules/.pnpm/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/parse.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vavt_copy2clipboard@1.0.3/node_modules/@vavt/copy2clipboard/index.mjs +26 -0
- package/dist/node_modules/.pnpm/@vavt_copy2clipboard@1.0.3/node_modules/@vavt/copy2clipboard/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vavt_util@2.1.1/node_modules/@vavt/util/lib/es/index.mjs +128 -0
- package/dist/node_modules/.pnpm/@vavt_util@2.1.1/node_modules/@vavt/util/lib/es/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vueuse_core@14.0.0_vue@3.5.26_typescript@5.9.3_/node_modules/@vueuse/core/dist/index.mjs +62 -0
- package/dist/node_modules/.pnpm/@vueuse_core@14.0.0_vue@3.5.26_typescript@5.9.3_/node_modules/@vueuse/core/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vueuse_shared@14.0.0_vue@3.5.26_typescript@5.9.3_/node_modules/@vueuse/shared/dist/index.mjs +67 -0
- package/dist/node_modules/.pnpm/@vueuse_shared@14.0.0_vue@3.5.26_typescript@5.9.3_/node_modules/@vueuse/shared/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/crelt@1.0.6/node_modules/crelt/index.mjs +31 -0
- package/dist/node_modules/.pnpm/crelt@1.0.6/node_modules/crelt/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/dayjs.min.mjs +287 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/dayjs.min.mjs.map +1 -0
- package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.mjs +380 -0
- package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.mjs.map +1 -0
- package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.mjs +57 -0
- package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.mjs.map +1 -0
- package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.mjs +8 -0
- package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.mjs.map +1 -0
- package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.mjs +8 -0
- package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.mjs.map +1 -0
- package/dist/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/index.mjs +355 -0
- package/dist/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.mjs +48 -0
- package/dist/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.mjs +75 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.mjs +62 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.mjs +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.mjs +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.mjs +44 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBoolean.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBoolean.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isNumber.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isNumber.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/set.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/set.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lru-cache@11.2.4/node_modules/lru-cache/dist/esm/index.mjs +1424 -0
- package/dist/node_modules/.pnpm/lru-cache@11.2.4/node_modules/lru-cache/dist/esm/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/Icon.mjs +42 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/Icon.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/createLucideIcon.mjs +22 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/createLucideIcon.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/defaultAttributes.mjs +21 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/defaultAttributes.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/bold.mjs +17 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/bold.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/chart-area.mjs +21 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/chart-area.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/code-xml.mjs +16 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/code-xml.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/code.mjs +15 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/code.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/expand.mjs +21 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/expand.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/eye.mjs +21 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/eye.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/forward.mjs +15 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/forward.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/heading.mjs +16 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/heading.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/image.mjs +16 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/image.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/italic.mjs +16 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/italic.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/link.mjs +15 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/link.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/list-ordered.mjs +19 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/list-ordered.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/list-todo.mjs +18 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/list-todo.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/list-tree.mjs +18 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/list-tree.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/list.mjs +19 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/list.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/maximize-2.mjs +17 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/maximize-2.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/minimize-2.mjs +17 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/minimize-2.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/quote.mjs +27 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/quote.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/reply.mjs +15 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/reply.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/save.mjs +22 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/save.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/shrink.mjs +17 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/shrink.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/square-code.mjs +16 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/square-code.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/square-sigma.mjs +15 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/square-sigma.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/strikethrough.mjs +16 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/strikethrough.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/subscript.mjs +22 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/subscript.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/superscript.mjs +22 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/superscript.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/table.mjs +17 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/table.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/trash-2.mjs +18 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/trash-2.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/underline.mjs +15 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/underline.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/upload.mjs +16 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/upload.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/view.mjs +23 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/view.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/x.mjs +15 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/x.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/shared/src/utils.mjs +27 -0
- package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/shared/src/utils.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it-image-figures@2.1.1_markdown-it@14.1.0/node_modules/markdown-it-image-figures/dist/markdown-it-images-figures.mjs +64 -0
- package/dist/node_modules/.pnpm/markdown-it-image-figures@2.1.1_markdown-it@14.1.0/node_modules/markdown-it-image-figures/dist/markdown-it-images-figures.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it-sub@2.0.0/node_modules/markdown-it-sub/index.mjs +50 -0
- package/dist/node_modules/.pnpm/markdown-it-sub@2.0.0/node_modules/markdown-it-sub/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it-sup@2.0.0/node_modules/markdown-it-sup/index.mjs +50 -0
- package/dist/node_modules/.pnpm/markdown-it-sup@2.0.0/node_modules/markdown-it-sup/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_blocks.mjs +68 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_blocks.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.mjs +19 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.mjs +227 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.mjs +9 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs +78 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_label.mjs +37 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_label.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.mjs +56 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/index.mjs +174 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_block.mjs +88 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_block.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_core.mjs +37 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_core.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_inline.mjs +124 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_inline.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/commonmark.mjs +79 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/commonmark.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/default.mjs +41 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/default.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/zero.mjs +60 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/zero.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/renderer.mjs +166 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/renderer.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/ruler.mjs +144 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/ruler.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/blockquote.mjs +128 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/blockquote.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/code.mjs +28 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/code.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/fence.mjs +71 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/fence.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.mjs +44 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.mjs +37 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.mjs +63 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/lheading.mjs +64 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/lheading.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/list.mjs +227 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/list.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.mjs +39 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.mjs +178 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/state_block.mjs +160 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/state_block.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.mjs +193 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/block.mjs +16 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/block.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/inline.mjs +13 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/inline.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.mjs +100 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/normalize.mjs +12 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/normalize.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/replacements.mjs +64 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/replacements.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/smartquotes.mjs +153 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/smartquotes.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/state_core.mjs +13 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/state_core.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.mjs +32 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.mjs +60 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/backticks.mjs +47 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/backticks.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs +66 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/emphasis.mjs +89 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/emphasis.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.mjs +45 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.mjs +54 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.mjs +26 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.mjs +41 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/image.mjs +116 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/image.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/link.mjs +111 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/link.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.mjs +39 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/newline.mjs +34 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/newline.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/state_inline.mjs +75 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/state_inline.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs +98 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.mjs +48 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.mjs.map +1 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/token.mjs +63 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/token.mjs.map +1 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/MdEditor.mjs +3092 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/MdEditor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/ModalToolbar.mjs +154 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/ModalToolbar.mjs.map +1 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/NormalToolbar.mjs +85 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/NormalToolbar.mjs.map +1 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/config.mjs +294 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/config.mjs.map +1 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/dom.mjs +160 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/dom.mjs.map +1 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/event-bus.mjs +57 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/event-bus.mjs.map +1 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index.mjs +189 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index2.mjs +290 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index2.mjs.map +1 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index3.mjs +2052 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index3.mjs.map +1 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index4.mjs +474 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index4.mjs.map +1 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index5.mjs +39 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index5.mjs.map +1 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/vue-tsx.mjs +12 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/vue-tsx.mjs.map +1 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/index.mjs +638 -0
- package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/index.mjs +11 -0
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/decode.mjs +84 -0
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/decode.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/encode.mjs +65 -0
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/encode.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/format.mjs +20 -0
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/format.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/parse.mjs +183 -0
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/parse.mjs.map +1 -0
- package/dist/node_modules/.pnpm/medium-zoom@1.1.0/node_modules/medium-zoom/dist/medium-zoom.esm.mjs +463 -0
- package/dist/node_modules/.pnpm/medium-zoom@1.1.0/node_modules/medium-zoom/dist/medium-zoom.esm.mjs.map +1 -0
- package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.mjs +25810 -0
- package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.mjs.map +1 -0
- package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.sandbox.mjs +5 -0
- package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.sandbox.mjs.map +1 -0
- package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.worker.mjs +5 -0
- package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.worker.mjs.map +1 -0
- package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/web/pdf_viewer.mjs +8940 -0
- package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/web/pdf_viewer.mjs.map +1 -0
- package/dist/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.mjs +241 -0
- package/dist/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.mjs.map +1 -0
- package/dist/node_modules/.pnpm/style-mod@4.1.3/node_modules/style-mod/src/style-mod.mjs +133 -0
- package/dist/node_modules/.pnpm/style-mod@4.1.3/node_modules/style-mod/src/style-mod.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-0f6107c9.mjs +316 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-0f6107c9.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-4d4f98d8.mjs +330 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-4d4f98d8.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-8c6ad426.mjs +10 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-8c6ad426.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-c68053ef.mjs +17 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-c68053ef.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/form/consts/index.mjs +11 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/form/consts/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/en_US.mjs +287 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/en_US.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/zh_TW.mjs +328 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/zh_TW.mjs.map +1 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.mjs +5 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.mjs.map +1 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.mjs +5 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.mjs.map +1 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.mjs +5 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.mjs.map +1 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.mjs +5 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.mjs.map +1 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.mjs +5 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.mjs.map +1 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.mjs +15 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.mjs +5 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.mjs.map +1 -0
- package/dist/node_modules/.pnpm/w3c-keyname@2.2.8/node_modules/w3c-keyname/index.mjs +106 -0
- package/dist/node_modules/.pnpm/w3c-keyname@2.2.8/node_modules/w3c-keyname/index.mjs.map +1 -0
- package/dist/styles/index.css +123 -0
- package/dist/utils/auth.d.ts +6 -0
- package/dist/utils/auth.mjs +67 -0
- package/dist/utils/auth.mjs.map +1 -0
- package/dist/utils/autoImportResolver.d.ts +2 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/time.d.ts +2 -0
- package/dist/utils/time.mjs +30 -0
- package/dist/utils/time.mjs.map +1 -0
- package/dist/vue/qidian-vite-auto-import-resolver.cjs.js +49 -0
- package/dist/vue/qidian-vite-auto-import-resolver.cjs.js.map +1 -0
- package/dist/vue/qidian-vite-auto-import-resolver.es.js +48 -0
- package/dist/vue/qidian-vite-auto-import-resolver.es.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1642 @@
|
|
|
1
|
+
import { NodeProp, Tree, IterMode, Parser, NodeType, NodeSet, TreeFragment } from "../../../../../@lezer_common@1.5.0/node_modules/@lezer/common/dist/index.mjs";
|
|
2
|
+
import { Prec, Facet, countColumn, EditorState, RangeSetBuilder, StateEffect, StateField } from "../../../../../@codemirror_state@6.5.3/node_modules/@codemirror/state/dist/index.mjs";
|
|
3
|
+
import { EditorView, ViewPlugin, Decoration, logException, Direction } from "../../../../../@codemirror_view@6.39.6/node_modules/@codemirror/view/dist/index.mjs";
|
|
4
|
+
import { tagHighlighter, highlightTree, tags, styleTags } from "../../../../../@lezer_highlight@1.2.3/node_modules/@lezer/highlight/dist/index.mjs";
|
|
5
|
+
import { StyleModule } from "../../../../../style-mod@4.1.3/node_modules/style-mod/src/style-mod.mjs";
|
|
6
|
+
var _a;
|
|
7
|
+
const languageDataProp = /* @__PURE__ */ new NodeProp();
|
|
8
|
+
function defineLanguageFacet(baseData) {
|
|
9
|
+
return Facet.define({
|
|
10
|
+
combine: baseData ? (values) => values.concat(baseData) : void 0
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
const sublanguageProp = /* @__PURE__ */ new NodeProp();
|
|
14
|
+
class Language {
|
|
15
|
+
/**
|
|
16
|
+
Construct a language object. If you need to invoke this
|
|
17
|
+
directly, first define a data facet with
|
|
18
|
+
[`defineLanguageFacet`](https://codemirror.net/6/docs/ref/#language.defineLanguageFacet), and then
|
|
19
|
+
configure your parser to [attach](https://codemirror.net/6/docs/ref/#language.languageDataProp) it
|
|
20
|
+
to the language's outer syntax node.
|
|
21
|
+
*/
|
|
22
|
+
constructor(data, parser, extraExtensions = [], name = "") {
|
|
23
|
+
this.data = data;
|
|
24
|
+
this.name = name;
|
|
25
|
+
if (!EditorState.prototype.hasOwnProperty("tree"))
|
|
26
|
+
Object.defineProperty(EditorState.prototype, "tree", { get() {
|
|
27
|
+
return syntaxTree(this);
|
|
28
|
+
} });
|
|
29
|
+
this.parser = parser;
|
|
30
|
+
this.extension = [
|
|
31
|
+
language.of(this),
|
|
32
|
+
EditorState.languageData.of((state, pos, side) => {
|
|
33
|
+
let top = topNodeAt(state, pos, side), data2 = top.type.prop(languageDataProp);
|
|
34
|
+
if (!data2)
|
|
35
|
+
return [];
|
|
36
|
+
let base = state.facet(data2), sub = top.type.prop(sublanguageProp);
|
|
37
|
+
if (sub) {
|
|
38
|
+
let innerNode = top.resolve(pos - top.from, side);
|
|
39
|
+
for (let sublang of sub)
|
|
40
|
+
if (sublang.test(innerNode, state)) {
|
|
41
|
+
let data3 = state.facet(sublang.facet);
|
|
42
|
+
return sublang.type == "replace" ? data3 : data3.concat(base);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
return base;
|
|
46
|
+
})
|
|
47
|
+
].concat(extraExtensions);
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
Query whether this language is active at the given position.
|
|
51
|
+
*/
|
|
52
|
+
isActiveAt(state, pos, side = -1) {
|
|
53
|
+
return topNodeAt(state, pos, side).type.prop(languageDataProp) == this.data;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
Find the document regions that were parsed using this language.
|
|
57
|
+
The returned regions will _include_ any nested languages rooted
|
|
58
|
+
in this language, when those exist.
|
|
59
|
+
*/
|
|
60
|
+
findRegions(state) {
|
|
61
|
+
let lang = state.facet(language);
|
|
62
|
+
if ((lang === null || lang === void 0 ? void 0 : lang.data) == this.data)
|
|
63
|
+
return [{ from: 0, to: state.doc.length }];
|
|
64
|
+
if (!lang || !lang.allowsNesting)
|
|
65
|
+
return [];
|
|
66
|
+
let result = [];
|
|
67
|
+
let explore = (tree, from) => {
|
|
68
|
+
if (tree.prop(languageDataProp) == this.data) {
|
|
69
|
+
result.push({ from, to: from + tree.length });
|
|
70
|
+
return;
|
|
71
|
+
}
|
|
72
|
+
let mount = tree.prop(NodeProp.mounted);
|
|
73
|
+
if (mount) {
|
|
74
|
+
if (mount.tree.prop(languageDataProp) == this.data) {
|
|
75
|
+
if (mount.overlay)
|
|
76
|
+
for (let r of mount.overlay)
|
|
77
|
+
result.push({ from: r.from + from, to: r.to + from });
|
|
78
|
+
else
|
|
79
|
+
result.push({ from, to: from + tree.length });
|
|
80
|
+
return;
|
|
81
|
+
} else if (mount.overlay) {
|
|
82
|
+
let size = result.length;
|
|
83
|
+
explore(mount.tree, mount.overlay[0].from + from);
|
|
84
|
+
if (result.length > size)
|
|
85
|
+
return;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
for (let i = 0; i < tree.children.length; i++) {
|
|
89
|
+
let ch = tree.children[i];
|
|
90
|
+
if (ch instanceof Tree)
|
|
91
|
+
explore(ch, tree.positions[i] + from);
|
|
92
|
+
}
|
|
93
|
+
};
|
|
94
|
+
explore(syntaxTree(state), 0);
|
|
95
|
+
return result;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
Indicates whether this language allows nested languages. The
|
|
99
|
+
default implementation returns true.
|
|
100
|
+
*/
|
|
101
|
+
get allowsNesting() {
|
|
102
|
+
return true;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
Language.setState = /* @__PURE__ */ StateEffect.define();
|
|
106
|
+
function topNodeAt(state, pos, side) {
|
|
107
|
+
let topLang = state.facet(language), tree = syntaxTree(state).topNode;
|
|
108
|
+
if (!topLang || topLang.allowsNesting) {
|
|
109
|
+
for (let node = tree; node; node = node.enter(pos, side, IterMode.ExcludeBuffers | IterMode.EnterBracketed))
|
|
110
|
+
if (node.type.isTop)
|
|
111
|
+
tree = node;
|
|
112
|
+
}
|
|
113
|
+
return tree;
|
|
114
|
+
}
|
|
115
|
+
class LRLanguage extends Language {
|
|
116
|
+
constructor(data, parser, name) {
|
|
117
|
+
super(data, parser, [], name);
|
|
118
|
+
this.parser = parser;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
Define a language from a parser.
|
|
122
|
+
*/
|
|
123
|
+
static define(spec) {
|
|
124
|
+
let data = defineLanguageFacet(spec.languageData);
|
|
125
|
+
return new LRLanguage(data, spec.parser.configure({
|
|
126
|
+
props: [languageDataProp.add((type) => type.isTop ? data : void 0)]
|
|
127
|
+
}), spec.name);
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
Create a new instance of this language with a reconfigured
|
|
131
|
+
version of its parser and optionally a new name.
|
|
132
|
+
*/
|
|
133
|
+
configure(options, name) {
|
|
134
|
+
return new LRLanguage(this.data, this.parser.configure(options), name || this.name);
|
|
135
|
+
}
|
|
136
|
+
get allowsNesting() {
|
|
137
|
+
return this.parser.hasWrappers();
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
function syntaxTree(state) {
|
|
141
|
+
let field = state.field(Language.state, false);
|
|
142
|
+
return field ? field.tree : Tree.empty;
|
|
143
|
+
}
|
|
144
|
+
class DocInput {
|
|
145
|
+
/**
|
|
146
|
+
Create an input object for the given document.
|
|
147
|
+
*/
|
|
148
|
+
constructor(doc) {
|
|
149
|
+
this.doc = doc;
|
|
150
|
+
this.cursorPos = 0;
|
|
151
|
+
this.string = "";
|
|
152
|
+
this.cursor = doc.iter();
|
|
153
|
+
}
|
|
154
|
+
get length() {
|
|
155
|
+
return this.doc.length;
|
|
156
|
+
}
|
|
157
|
+
syncTo(pos) {
|
|
158
|
+
this.string = this.cursor.next(pos - this.cursorPos).value;
|
|
159
|
+
this.cursorPos = pos + this.string.length;
|
|
160
|
+
return this.cursorPos - this.string.length;
|
|
161
|
+
}
|
|
162
|
+
chunk(pos) {
|
|
163
|
+
this.syncTo(pos);
|
|
164
|
+
return this.string;
|
|
165
|
+
}
|
|
166
|
+
get lineChunks() {
|
|
167
|
+
return true;
|
|
168
|
+
}
|
|
169
|
+
read(from, to) {
|
|
170
|
+
let stringStart = this.cursorPos - this.string.length;
|
|
171
|
+
if (from < stringStart || to >= this.cursorPos)
|
|
172
|
+
return this.doc.sliceString(from, to);
|
|
173
|
+
else
|
|
174
|
+
return this.string.slice(from - stringStart, to - stringStart);
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
let currentContext = null;
|
|
178
|
+
class ParseContext {
|
|
179
|
+
constructor(parser, state, fragments = [], tree, treeLen, viewport, skipped, scheduleOn) {
|
|
180
|
+
this.parser = parser;
|
|
181
|
+
this.state = state;
|
|
182
|
+
this.fragments = fragments;
|
|
183
|
+
this.tree = tree;
|
|
184
|
+
this.treeLen = treeLen;
|
|
185
|
+
this.viewport = viewport;
|
|
186
|
+
this.skipped = skipped;
|
|
187
|
+
this.scheduleOn = scheduleOn;
|
|
188
|
+
this.parse = null;
|
|
189
|
+
this.tempSkipped = [];
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
@internal
|
|
193
|
+
*/
|
|
194
|
+
static create(parser, state, viewport) {
|
|
195
|
+
return new ParseContext(parser, state, [], Tree.empty, 0, viewport, [], null);
|
|
196
|
+
}
|
|
197
|
+
startParse() {
|
|
198
|
+
return this.parser.startParse(new DocInput(this.state.doc), this.fragments);
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
@internal
|
|
202
|
+
*/
|
|
203
|
+
work(until, upto) {
|
|
204
|
+
if (upto != null && upto >= this.state.doc.length)
|
|
205
|
+
upto = void 0;
|
|
206
|
+
if (this.tree != Tree.empty && this.isDone(upto !== null && upto !== void 0 ? upto : this.state.doc.length)) {
|
|
207
|
+
this.takeTree();
|
|
208
|
+
return true;
|
|
209
|
+
}
|
|
210
|
+
return this.withContext(() => {
|
|
211
|
+
var _a2;
|
|
212
|
+
if (typeof until == "number") {
|
|
213
|
+
let endTime = Date.now() + until;
|
|
214
|
+
until = () => Date.now() > endTime;
|
|
215
|
+
}
|
|
216
|
+
if (!this.parse)
|
|
217
|
+
this.parse = this.startParse();
|
|
218
|
+
if (upto != null && (this.parse.stoppedAt == null || this.parse.stoppedAt > upto) && upto < this.state.doc.length)
|
|
219
|
+
this.parse.stopAt(upto);
|
|
220
|
+
for (; ; ) {
|
|
221
|
+
let done = this.parse.advance();
|
|
222
|
+
if (done) {
|
|
223
|
+
this.fragments = this.withoutTempSkipped(TreeFragment.addTree(done, this.fragments, this.parse.stoppedAt != null));
|
|
224
|
+
this.treeLen = (_a2 = this.parse.stoppedAt) !== null && _a2 !== void 0 ? _a2 : this.state.doc.length;
|
|
225
|
+
this.tree = done;
|
|
226
|
+
this.parse = null;
|
|
227
|
+
if (this.treeLen < (upto !== null && upto !== void 0 ? upto : this.state.doc.length))
|
|
228
|
+
this.parse = this.startParse();
|
|
229
|
+
else
|
|
230
|
+
return true;
|
|
231
|
+
}
|
|
232
|
+
if (until())
|
|
233
|
+
return false;
|
|
234
|
+
}
|
|
235
|
+
});
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
@internal
|
|
239
|
+
*/
|
|
240
|
+
takeTree() {
|
|
241
|
+
let pos, tree;
|
|
242
|
+
if (this.parse && (pos = this.parse.parsedPos) >= this.treeLen) {
|
|
243
|
+
if (this.parse.stoppedAt == null || this.parse.stoppedAt > pos)
|
|
244
|
+
this.parse.stopAt(pos);
|
|
245
|
+
this.withContext(() => {
|
|
246
|
+
while (!(tree = this.parse.advance())) {
|
|
247
|
+
}
|
|
248
|
+
});
|
|
249
|
+
this.treeLen = pos;
|
|
250
|
+
this.tree = tree;
|
|
251
|
+
this.fragments = this.withoutTempSkipped(TreeFragment.addTree(this.tree, this.fragments, true));
|
|
252
|
+
this.parse = null;
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
withContext(f) {
|
|
256
|
+
let prev = currentContext;
|
|
257
|
+
currentContext = this;
|
|
258
|
+
try {
|
|
259
|
+
return f();
|
|
260
|
+
} finally {
|
|
261
|
+
currentContext = prev;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
withoutTempSkipped(fragments) {
|
|
265
|
+
for (let r; r = this.tempSkipped.pop(); )
|
|
266
|
+
fragments = cutFragments(fragments, r.from, r.to);
|
|
267
|
+
return fragments;
|
|
268
|
+
}
|
|
269
|
+
/**
|
|
270
|
+
@internal
|
|
271
|
+
*/
|
|
272
|
+
changes(changes, newState) {
|
|
273
|
+
let { fragments, tree, treeLen, viewport, skipped } = this;
|
|
274
|
+
this.takeTree();
|
|
275
|
+
if (!changes.empty) {
|
|
276
|
+
let ranges = [];
|
|
277
|
+
changes.iterChangedRanges((fromA, toA, fromB, toB) => ranges.push({ fromA, toA, fromB, toB }));
|
|
278
|
+
fragments = TreeFragment.applyChanges(fragments, ranges);
|
|
279
|
+
tree = Tree.empty;
|
|
280
|
+
treeLen = 0;
|
|
281
|
+
viewport = { from: changes.mapPos(viewport.from, -1), to: changes.mapPos(viewport.to, 1) };
|
|
282
|
+
if (this.skipped.length) {
|
|
283
|
+
skipped = [];
|
|
284
|
+
for (let r of this.skipped) {
|
|
285
|
+
let from = changes.mapPos(r.from, 1), to = changes.mapPos(r.to, -1);
|
|
286
|
+
if (from < to)
|
|
287
|
+
skipped.push({ from, to });
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
return new ParseContext(this.parser, newState, fragments, tree, treeLen, viewport, skipped, this.scheduleOn);
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
@internal
|
|
295
|
+
*/
|
|
296
|
+
updateViewport(viewport) {
|
|
297
|
+
if (this.viewport.from == viewport.from && this.viewport.to == viewport.to)
|
|
298
|
+
return false;
|
|
299
|
+
this.viewport = viewport;
|
|
300
|
+
let startLen = this.skipped.length;
|
|
301
|
+
for (let i = 0; i < this.skipped.length; i++) {
|
|
302
|
+
let { from, to } = this.skipped[i];
|
|
303
|
+
if (from < viewport.to && to > viewport.from) {
|
|
304
|
+
this.fragments = cutFragments(this.fragments, from, to);
|
|
305
|
+
this.skipped.splice(i--, 1);
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
if (this.skipped.length >= startLen)
|
|
309
|
+
return false;
|
|
310
|
+
this.reset();
|
|
311
|
+
return true;
|
|
312
|
+
}
|
|
313
|
+
/**
|
|
314
|
+
@internal
|
|
315
|
+
*/
|
|
316
|
+
reset() {
|
|
317
|
+
if (this.parse) {
|
|
318
|
+
this.takeTree();
|
|
319
|
+
this.parse = null;
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
/**
|
|
323
|
+
Notify the parse scheduler that the given region was skipped
|
|
324
|
+
because it wasn't in view, and the parse should be restarted
|
|
325
|
+
when it comes into view.
|
|
326
|
+
*/
|
|
327
|
+
skipUntilInView(from, to) {
|
|
328
|
+
this.skipped.push({ from, to });
|
|
329
|
+
}
|
|
330
|
+
/**
|
|
331
|
+
Returns a parser intended to be used as placeholder when
|
|
332
|
+
asynchronously loading a nested parser. It'll skip its input and
|
|
333
|
+
mark it as not-really-parsed, so that the next update will parse
|
|
334
|
+
it again.
|
|
335
|
+
|
|
336
|
+
When `until` is given, a reparse will be scheduled when that
|
|
337
|
+
promise resolves.
|
|
338
|
+
*/
|
|
339
|
+
static getSkippingParser(until) {
|
|
340
|
+
return new class extends Parser {
|
|
341
|
+
createParse(input, fragments, ranges) {
|
|
342
|
+
let from = ranges[0].from, to = ranges[ranges.length - 1].to;
|
|
343
|
+
let parser = {
|
|
344
|
+
parsedPos: from,
|
|
345
|
+
advance() {
|
|
346
|
+
let cx = currentContext;
|
|
347
|
+
if (cx) {
|
|
348
|
+
for (let r of ranges)
|
|
349
|
+
cx.tempSkipped.push(r);
|
|
350
|
+
if (until)
|
|
351
|
+
cx.scheduleOn = cx.scheduleOn ? Promise.all([cx.scheduleOn, until]) : until;
|
|
352
|
+
}
|
|
353
|
+
this.parsedPos = to;
|
|
354
|
+
return new Tree(NodeType.none, [], [], to - from);
|
|
355
|
+
},
|
|
356
|
+
stoppedAt: null,
|
|
357
|
+
stopAt() {
|
|
358
|
+
}
|
|
359
|
+
};
|
|
360
|
+
return parser;
|
|
361
|
+
}
|
|
362
|
+
}();
|
|
363
|
+
}
|
|
364
|
+
/**
|
|
365
|
+
@internal
|
|
366
|
+
*/
|
|
367
|
+
isDone(upto) {
|
|
368
|
+
upto = Math.min(upto, this.state.doc.length);
|
|
369
|
+
let frags = this.fragments;
|
|
370
|
+
return this.treeLen >= upto && frags.length && frags[0].from == 0 && frags[0].to >= upto;
|
|
371
|
+
}
|
|
372
|
+
/**
|
|
373
|
+
Get the context for the current parse, or `null` if no editor
|
|
374
|
+
parse is in progress.
|
|
375
|
+
*/
|
|
376
|
+
static get() {
|
|
377
|
+
return currentContext;
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
function cutFragments(fragments, from, to) {
|
|
381
|
+
return TreeFragment.applyChanges(fragments, [{ fromA: from, toA: to, fromB: from, toB: to }]);
|
|
382
|
+
}
|
|
383
|
+
class LanguageState {
|
|
384
|
+
constructor(context) {
|
|
385
|
+
this.context = context;
|
|
386
|
+
this.tree = context.tree;
|
|
387
|
+
}
|
|
388
|
+
apply(tr) {
|
|
389
|
+
if (!tr.docChanged && this.tree == this.context.tree)
|
|
390
|
+
return this;
|
|
391
|
+
let newCx = this.context.changes(tr.changes, tr.state);
|
|
392
|
+
let upto = this.context.treeLen == tr.startState.doc.length ? void 0 : Math.max(tr.changes.mapPos(this.context.treeLen), newCx.viewport.to);
|
|
393
|
+
if (!newCx.work(20, upto))
|
|
394
|
+
newCx.takeTree();
|
|
395
|
+
return new LanguageState(newCx);
|
|
396
|
+
}
|
|
397
|
+
static init(state) {
|
|
398
|
+
let vpTo = Math.min(3e3, state.doc.length);
|
|
399
|
+
let parseState = ParseContext.create(state.facet(language).parser, state, { from: 0, to: vpTo });
|
|
400
|
+
if (!parseState.work(20, vpTo))
|
|
401
|
+
parseState.takeTree();
|
|
402
|
+
return new LanguageState(parseState);
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
Language.state = /* @__PURE__ */ StateField.define({
|
|
406
|
+
create: LanguageState.init,
|
|
407
|
+
update(value, tr) {
|
|
408
|
+
for (let e of tr.effects)
|
|
409
|
+
if (e.is(Language.setState))
|
|
410
|
+
return e.value;
|
|
411
|
+
if (tr.startState.facet(language) != tr.state.facet(language))
|
|
412
|
+
return LanguageState.init(tr.state);
|
|
413
|
+
return value.apply(tr);
|
|
414
|
+
}
|
|
415
|
+
});
|
|
416
|
+
let requestIdle = (callback) => {
|
|
417
|
+
let timeout = setTimeout(
|
|
418
|
+
() => callback(),
|
|
419
|
+
500
|
|
420
|
+
/* Work.MaxPause */
|
|
421
|
+
);
|
|
422
|
+
return () => clearTimeout(timeout);
|
|
423
|
+
};
|
|
424
|
+
if (typeof requestIdleCallback != "undefined")
|
|
425
|
+
requestIdle = (callback) => {
|
|
426
|
+
let idle = -1, timeout = setTimeout(
|
|
427
|
+
() => {
|
|
428
|
+
idle = requestIdleCallback(callback, {
|
|
429
|
+
timeout: 500 - 100
|
|
430
|
+
/* Work.MinPause */
|
|
431
|
+
});
|
|
432
|
+
},
|
|
433
|
+
100
|
|
434
|
+
/* Work.MinPause */
|
|
435
|
+
);
|
|
436
|
+
return () => idle < 0 ? clearTimeout(timeout) : cancelIdleCallback(idle);
|
|
437
|
+
};
|
|
438
|
+
const isInputPending = typeof navigator != "undefined" && ((_a = navigator.scheduling) === null || _a === void 0 ? void 0 : _a.isInputPending) ? () => navigator.scheduling.isInputPending() : null;
|
|
439
|
+
const parseWorker = /* @__PURE__ */ ViewPlugin.fromClass(class ParseWorker {
|
|
440
|
+
constructor(view) {
|
|
441
|
+
this.view = view;
|
|
442
|
+
this.working = null;
|
|
443
|
+
this.workScheduled = 0;
|
|
444
|
+
this.chunkEnd = -1;
|
|
445
|
+
this.chunkBudget = -1;
|
|
446
|
+
this.work = this.work.bind(this);
|
|
447
|
+
this.scheduleWork();
|
|
448
|
+
}
|
|
449
|
+
update(update) {
|
|
450
|
+
let cx = this.view.state.field(Language.state).context;
|
|
451
|
+
if (cx.updateViewport(update.view.viewport) || this.view.viewport.to > cx.treeLen)
|
|
452
|
+
this.scheduleWork();
|
|
453
|
+
if (update.docChanged || update.selectionSet) {
|
|
454
|
+
if (this.view.hasFocus)
|
|
455
|
+
this.chunkBudget += 50;
|
|
456
|
+
this.scheduleWork();
|
|
457
|
+
}
|
|
458
|
+
this.checkAsyncSchedule(cx);
|
|
459
|
+
}
|
|
460
|
+
scheduleWork() {
|
|
461
|
+
if (this.working)
|
|
462
|
+
return;
|
|
463
|
+
let { state } = this.view, field = state.field(Language.state);
|
|
464
|
+
if (field.tree != field.context.tree || !field.context.isDone(state.doc.length))
|
|
465
|
+
this.working = requestIdle(this.work);
|
|
466
|
+
}
|
|
467
|
+
work(deadline) {
|
|
468
|
+
this.working = null;
|
|
469
|
+
let now = Date.now();
|
|
470
|
+
if (this.chunkEnd < now && (this.chunkEnd < 0 || this.view.hasFocus)) {
|
|
471
|
+
this.chunkEnd = now + 3e4;
|
|
472
|
+
this.chunkBudget = 3e3;
|
|
473
|
+
}
|
|
474
|
+
if (this.chunkBudget <= 0)
|
|
475
|
+
return;
|
|
476
|
+
let { state, viewport: { to: vpTo } } = this.view, field = state.field(Language.state);
|
|
477
|
+
if (field.tree == field.context.tree && field.context.isDone(
|
|
478
|
+
vpTo + 1e5
|
|
479
|
+
/* Work.MaxParseAhead */
|
|
480
|
+
))
|
|
481
|
+
return;
|
|
482
|
+
let endTime = Date.now() + Math.min(this.chunkBudget, 100, deadline && !isInputPending ? Math.max(25, deadline.timeRemaining() - 5) : 1e9);
|
|
483
|
+
let viewportFirst = field.context.treeLen < vpTo && state.doc.length > vpTo + 1e3;
|
|
484
|
+
let done = field.context.work(() => {
|
|
485
|
+
return isInputPending && isInputPending() || Date.now() > endTime;
|
|
486
|
+
}, vpTo + (viewportFirst ? 0 : 1e5));
|
|
487
|
+
this.chunkBudget -= Date.now() - now;
|
|
488
|
+
if (done || this.chunkBudget <= 0) {
|
|
489
|
+
field.context.takeTree();
|
|
490
|
+
this.view.dispatch({ effects: Language.setState.of(new LanguageState(field.context)) });
|
|
491
|
+
}
|
|
492
|
+
if (this.chunkBudget > 0 && !(done && !viewportFirst))
|
|
493
|
+
this.scheduleWork();
|
|
494
|
+
this.checkAsyncSchedule(field.context);
|
|
495
|
+
}
|
|
496
|
+
checkAsyncSchedule(cx) {
|
|
497
|
+
if (cx.scheduleOn) {
|
|
498
|
+
this.workScheduled++;
|
|
499
|
+
cx.scheduleOn.then(() => this.scheduleWork()).catch((err) => logException(this.view.state, err)).then(() => this.workScheduled--);
|
|
500
|
+
cx.scheduleOn = null;
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
destroy() {
|
|
504
|
+
if (this.working)
|
|
505
|
+
this.working();
|
|
506
|
+
}
|
|
507
|
+
isWorking() {
|
|
508
|
+
return !!(this.working || this.workScheduled > 0);
|
|
509
|
+
}
|
|
510
|
+
}, {
|
|
511
|
+
eventHandlers: { focus() {
|
|
512
|
+
this.scheduleWork();
|
|
513
|
+
} }
|
|
514
|
+
});
|
|
515
|
+
const language = /* @__PURE__ */ Facet.define({
|
|
516
|
+
combine(languages) {
|
|
517
|
+
return languages.length ? languages[0] : null;
|
|
518
|
+
},
|
|
519
|
+
enables: (language2) => [
|
|
520
|
+
Language.state,
|
|
521
|
+
parseWorker,
|
|
522
|
+
EditorView.contentAttributes.compute([language2], (state) => {
|
|
523
|
+
let lang = state.facet(language2);
|
|
524
|
+
return lang && lang.name ? { "data-language": lang.name } : {};
|
|
525
|
+
})
|
|
526
|
+
]
|
|
527
|
+
});
|
|
528
|
+
class LanguageSupport {
|
|
529
|
+
/**
|
|
530
|
+
Create a language support object.
|
|
531
|
+
*/
|
|
532
|
+
constructor(language2, support = []) {
|
|
533
|
+
this.language = language2;
|
|
534
|
+
this.support = support;
|
|
535
|
+
this.extension = [language2, support];
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
class LanguageDescription {
|
|
539
|
+
constructor(name, alias, extensions, filename, loadFunc, support = void 0) {
|
|
540
|
+
this.name = name;
|
|
541
|
+
this.alias = alias;
|
|
542
|
+
this.extensions = extensions;
|
|
543
|
+
this.filename = filename;
|
|
544
|
+
this.loadFunc = loadFunc;
|
|
545
|
+
this.support = support;
|
|
546
|
+
this.loading = null;
|
|
547
|
+
}
|
|
548
|
+
/**
|
|
549
|
+
Start loading the the language. Will return a promise that
|
|
550
|
+
resolves to a [`LanguageSupport`](https://codemirror.net/6/docs/ref/#language.LanguageSupport)
|
|
551
|
+
object when the language successfully loads.
|
|
552
|
+
*/
|
|
553
|
+
load() {
|
|
554
|
+
return this.loading || (this.loading = this.loadFunc().then((support) => this.support = support, (err) => {
|
|
555
|
+
this.loading = null;
|
|
556
|
+
throw err;
|
|
557
|
+
}));
|
|
558
|
+
}
|
|
559
|
+
/**
|
|
560
|
+
Create a language description.
|
|
561
|
+
*/
|
|
562
|
+
static of(spec) {
|
|
563
|
+
let { load, support } = spec;
|
|
564
|
+
if (!load) {
|
|
565
|
+
if (!support)
|
|
566
|
+
throw new RangeError("Must pass either 'load' or 'support' to LanguageDescription.of");
|
|
567
|
+
load = () => Promise.resolve(support);
|
|
568
|
+
}
|
|
569
|
+
return new LanguageDescription(spec.name, (spec.alias || []).concat(spec.name).map((s) => s.toLowerCase()), spec.extensions || [], spec.filename, load, support);
|
|
570
|
+
}
|
|
571
|
+
/**
|
|
572
|
+
Look for a language in the given array of descriptions that
|
|
573
|
+
matches the filename. Will first match
|
|
574
|
+
[`filename`](https://codemirror.net/6/docs/ref/#language.LanguageDescription.filename) patterns,
|
|
575
|
+
and then [extensions](https://codemirror.net/6/docs/ref/#language.LanguageDescription.extensions),
|
|
576
|
+
and return the first language that matches.
|
|
577
|
+
*/
|
|
578
|
+
static matchFilename(descs, filename) {
|
|
579
|
+
for (let d of descs)
|
|
580
|
+
if (d.filename && d.filename.test(filename))
|
|
581
|
+
return d;
|
|
582
|
+
let ext = /\.([^.]+)$/.exec(filename);
|
|
583
|
+
if (ext) {
|
|
584
|
+
for (let d of descs)
|
|
585
|
+
if (d.extensions.indexOf(ext[1]) > -1)
|
|
586
|
+
return d;
|
|
587
|
+
}
|
|
588
|
+
return null;
|
|
589
|
+
}
|
|
590
|
+
/**
|
|
591
|
+
Look for a language whose name or alias matches the the given
|
|
592
|
+
name (case-insensitively). If `fuzzy` is true, and no direct
|
|
593
|
+
matchs is found, this'll also search for a language whose name
|
|
594
|
+
or alias occurs in the string (for names shorter than three
|
|
595
|
+
characters, only when surrounded by non-word characters).
|
|
596
|
+
*/
|
|
597
|
+
static matchLanguageName(descs, name, fuzzy = true) {
|
|
598
|
+
name = name.toLowerCase();
|
|
599
|
+
for (let d of descs)
|
|
600
|
+
if (d.alias.some((a) => a == name))
|
|
601
|
+
return d;
|
|
602
|
+
if (fuzzy)
|
|
603
|
+
for (let d of descs)
|
|
604
|
+
for (let a of d.alias) {
|
|
605
|
+
let found = name.indexOf(a);
|
|
606
|
+
if (found > -1 && (a.length > 2 || !/\w/.test(name[found - 1]) && !/\w/.test(name[found + a.length])))
|
|
607
|
+
return d;
|
|
608
|
+
}
|
|
609
|
+
return null;
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
const indentService = /* @__PURE__ */ Facet.define();
|
|
613
|
+
const indentUnit = /* @__PURE__ */ Facet.define({
|
|
614
|
+
combine: (values) => {
|
|
615
|
+
if (!values.length)
|
|
616
|
+
return " ";
|
|
617
|
+
let unit = values[0];
|
|
618
|
+
if (!unit || /\S/.test(unit) || Array.from(unit).some((e) => e != unit[0]))
|
|
619
|
+
throw new Error("Invalid indent unit: " + JSON.stringify(values[0]));
|
|
620
|
+
return unit;
|
|
621
|
+
}
|
|
622
|
+
});
|
|
623
|
+
function getIndentUnit(state) {
|
|
624
|
+
let unit = state.facet(indentUnit);
|
|
625
|
+
return unit.charCodeAt(0) == 9 ? state.tabSize * unit.length : unit.length;
|
|
626
|
+
}
|
|
627
|
+
function indentString(state, cols) {
|
|
628
|
+
let result = "", ts = state.tabSize, ch = state.facet(indentUnit)[0];
|
|
629
|
+
if (ch == " ") {
|
|
630
|
+
while (cols >= ts) {
|
|
631
|
+
result += " ";
|
|
632
|
+
cols -= ts;
|
|
633
|
+
}
|
|
634
|
+
ch = " ";
|
|
635
|
+
}
|
|
636
|
+
for (let i = 0; i < cols; i++)
|
|
637
|
+
result += ch;
|
|
638
|
+
return result;
|
|
639
|
+
}
|
|
640
|
+
function getIndentation(context, pos) {
|
|
641
|
+
if (context instanceof EditorState)
|
|
642
|
+
context = new IndentContext(context);
|
|
643
|
+
for (let service of context.state.facet(indentService)) {
|
|
644
|
+
let result = service(context, pos);
|
|
645
|
+
if (result !== void 0)
|
|
646
|
+
return result;
|
|
647
|
+
}
|
|
648
|
+
let tree = syntaxTree(context.state);
|
|
649
|
+
return tree.length >= pos ? syntaxIndentation(context, tree, pos) : null;
|
|
650
|
+
}
|
|
651
|
+
class IndentContext {
|
|
652
|
+
/**
|
|
653
|
+
Create an indent context.
|
|
654
|
+
*/
|
|
655
|
+
constructor(state, options = {}) {
|
|
656
|
+
this.state = state;
|
|
657
|
+
this.options = options;
|
|
658
|
+
this.unit = getIndentUnit(state);
|
|
659
|
+
}
|
|
660
|
+
/**
|
|
661
|
+
Get a description of the line at the given position, taking
|
|
662
|
+
[simulated line
|
|
663
|
+
breaks](https://codemirror.net/6/docs/ref/#language.IndentContext.constructor^options.simulateBreak)
|
|
664
|
+
into account. If there is such a break at `pos`, the `bias`
|
|
665
|
+
argument determines whether the part of the line line before or
|
|
666
|
+
after the break is used.
|
|
667
|
+
*/
|
|
668
|
+
lineAt(pos, bias = 1) {
|
|
669
|
+
let line = this.state.doc.lineAt(pos);
|
|
670
|
+
let { simulateBreak, simulateDoubleBreak } = this.options;
|
|
671
|
+
if (simulateBreak != null && simulateBreak >= line.from && simulateBreak <= line.to) {
|
|
672
|
+
if (simulateDoubleBreak && simulateBreak == pos)
|
|
673
|
+
return { text: "", from: pos };
|
|
674
|
+
else if (bias < 0 ? simulateBreak < pos : simulateBreak <= pos)
|
|
675
|
+
return { text: line.text.slice(simulateBreak - line.from), from: simulateBreak };
|
|
676
|
+
else
|
|
677
|
+
return { text: line.text.slice(0, simulateBreak - line.from), from: line.from };
|
|
678
|
+
}
|
|
679
|
+
return line;
|
|
680
|
+
}
|
|
681
|
+
/**
|
|
682
|
+
Get the text directly after `pos`, either the entire line
|
|
683
|
+
or the next 100 characters, whichever is shorter.
|
|
684
|
+
*/
|
|
685
|
+
textAfterPos(pos, bias = 1) {
|
|
686
|
+
if (this.options.simulateDoubleBreak && pos == this.options.simulateBreak)
|
|
687
|
+
return "";
|
|
688
|
+
let { text, from } = this.lineAt(pos, bias);
|
|
689
|
+
return text.slice(pos - from, Math.min(text.length, pos + 100 - from));
|
|
690
|
+
}
|
|
691
|
+
/**
|
|
692
|
+
Find the column for the given position.
|
|
693
|
+
*/
|
|
694
|
+
column(pos, bias = 1) {
|
|
695
|
+
let { text, from } = this.lineAt(pos, bias);
|
|
696
|
+
let result = this.countColumn(text, pos - from);
|
|
697
|
+
let override = this.options.overrideIndentation ? this.options.overrideIndentation(from) : -1;
|
|
698
|
+
if (override > -1)
|
|
699
|
+
result += override - this.countColumn(text, text.search(/\S|$/));
|
|
700
|
+
return result;
|
|
701
|
+
}
|
|
702
|
+
/**
|
|
703
|
+
Find the column position (taking tabs into account) of the given
|
|
704
|
+
position in the given string.
|
|
705
|
+
*/
|
|
706
|
+
countColumn(line, pos = line.length) {
|
|
707
|
+
return countColumn(line, this.state.tabSize, pos);
|
|
708
|
+
}
|
|
709
|
+
/**
|
|
710
|
+
Find the indentation column of the line at the given point.
|
|
711
|
+
*/
|
|
712
|
+
lineIndent(pos, bias = 1) {
|
|
713
|
+
let { text, from } = this.lineAt(pos, bias);
|
|
714
|
+
let override = this.options.overrideIndentation;
|
|
715
|
+
if (override) {
|
|
716
|
+
let overriden = override(from);
|
|
717
|
+
if (overriden > -1)
|
|
718
|
+
return overriden;
|
|
719
|
+
}
|
|
720
|
+
return this.countColumn(text, text.search(/\S|$/));
|
|
721
|
+
}
|
|
722
|
+
/**
|
|
723
|
+
Returns the [simulated line
|
|
724
|
+
break](https://codemirror.net/6/docs/ref/#language.IndentContext.constructor^options.simulateBreak)
|
|
725
|
+
for this context, if any.
|
|
726
|
+
*/
|
|
727
|
+
get simulatedBreak() {
|
|
728
|
+
return this.options.simulateBreak || null;
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
const indentNodeProp = /* @__PURE__ */ new NodeProp();
|
|
732
|
+
function syntaxIndentation(cx, ast, pos) {
|
|
733
|
+
let stack = ast.resolveStack(pos);
|
|
734
|
+
let inner = ast.resolveInner(pos, -1).resolve(pos, 0).enterUnfinishedNodesBefore(pos);
|
|
735
|
+
if (inner != stack.node) {
|
|
736
|
+
let add = [];
|
|
737
|
+
for (let cur = inner; cur && !(cur.from < stack.node.from || cur.to > stack.node.to || cur.from == stack.node.from && cur.type == stack.node.type); cur = cur.parent)
|
|
738
|
+
add.push(cur);
|
|
739
|
+
for (let i = add.length - 1; i >= 0; i--)
|
|
740
|
+
stack = { node: add[i], next: stack };
|
|
741
|
+
}
|
|
742
|
+
return indentFor(stack, cx, pos);
|
|
743
|
+
}
|
|
744
|
+
function indentFor(stack, cx, pos) {
|
|
745
|
+
for (let cur = stack; cur; cur = cur.next) {
|
|
746
|
+
let strategy = indentStrategy(cur.node);
|
|
747
|
+
if (strategy)
|
|
748
|
+
return strategy(TreeIndentContext.create(cx, pos, cur));
|
|
749
|
+
}
|
|
750
|
+
return 0;
|
|
751
|
+
}
|
|
752
|
+
function ignoreClosed(cx) {
|
|
753
|
+
return cx.pos == cx.options.simulateBreak && cx.options.simulateDoubleBreak;
|
|
754
|
+
}
|
|
755
|
+
function indentStrategy(tree) {
|
|
756
|
+
let strategy = tree.type.prop(indentNodeProp);
|
|
757
|
+
if (strategy)
|
|
758
|
+
return strategy;
|
|
759
|
+
let first = tree.firstChild, close;
|
|
760
|
+
if (first && (close = first.type.prop(NodeProp.closedBy))) {
|
|
761
|
+
let last = tree.lastChild, closed = last && close.indexOf(last.name) > -1;
|
|
762
|
+
return (cx) => delimitedStrategy(cx, true, 1, void 0, closed && !ignoreClosed(cx) ? last.from : void 0);
|
|
763
|
+
}
|
|
764
|
+
return tree.parent == null ? topIndent : null;
|
|
765
|
+
}
|
|
766
|
+
function topIndent() {
|
|
767
|
+
return 0;
|
|
768
|
+
}
|
|
769
|
+
class TreeIndentContext extends IndentContext {
|
|
770
|
+
constructor(base, pos, context) {
|
|
771
|
+
super(base.state, base.options);
|
|
772
|
+
this.base = base;
|
|
773
|
+
this.pos = pos;
|
|
774
|
+
this.context = context;
|
|
775
|
+
}
|
|
776
|
+
/**
|
|
777
|
+
The syntax tree node to which the indentation strategy
|
|
778
|
+
applies.
|
|
779
|
+
*/
|
|
780
|
+
get node() {
|
|
781
|
+
return this.context.node;
|
|
782
|
+
}
|
|
783
|
+
/**
|
|
784
|
+
@internal
|
|
785
|
+
*/
|
|
786
|
+
static create(base, pos, context) {
|
|
787
|
+
return new TreeIndentContext(base, pos, context);
|
|
788
|
+
}
|
|
789
|
+
/**
|
|
790
|
+
Get the text directly after `this.pos`, either the entire line
|
|
791
|
+
or the next 100 characters, whichever is shorter.
|
|
792
|
+
*/
|
|
793
|
+
get textAfter() {
|
|
794
|
+
return this.textAfterPos(this.pos);
|
|
795
|
+
}
|
|
796
|
+
/**
|
|
797
|
+
Get the indentation at the reference line for `this.node`, which
|
|
798
|
+
is the line on which it starts, unless there is a node that is
|
|
799
|
+
_not_ a parent of this node covering the start of that line. If
|
|
800
|
+
so, the line at the start of that node is tried, again skipping
|
|
801
|
+
on if it is covered by another such node.
|
|
802
|
+
*/
|
|
803
|
+
get baseIndent() {
|
|
804
|
+
return this.baseIndentFor(this.node);
|
|
805
|
+
}
|
|
806
|
+
/**
|
|
807
|
+
Get the indentation for the reference line of the given node
|
|
808
|
+
(see [`baseIndent`](https://codemirror.net/6/docs/ref/#language.TreeIndentContext.baseIndent)).
|
|
809
|
+
*/
|
|
810
|
+
baseIndentFor(node) {
|
|
811
|
+
let line = this.state.doc.lineAt(node.from);
|
|
812
|
+
for (; ; ) {
|
|
813
|
+
let atBreak = node.resolve(line.from);
|
|
814
|
+
while (atBreak.parent && atBreak.parent.from == atBreak.from)
|
|
815
|
+
atBreak = atBreak.parent;
|
|
816
|
+
if (isParent(atBreak, node))
|
|
817
|
+
break;
|
|
818
|
+
line = this.state.doc.lineAt(atBreak.from);
|
|
819
|
+
}
|
|
820
|
+
return this.lineIndent(line.from);
|
|
821
|
+
}
|
|
822
|
+
/**
|
|
823
|
+
Continue looking for indentations in the node's parent nodes,
|
|
824
|
+
and return the result of that.
|
|
825
|
+
*/
|
|
826
|
+
continue() {
|
|
827
|
+
return indentFor(this.context.next, this.base, this.pos);
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
function isParent(parent, of) {
|
|
831
|
+
for (let cur = of; cur; cur = cur.parent)
|
|
832
|
+
if (parent == cur)
|
|
833
|
+
return true;
|
|
834
|
+
return false;
|
|
835
|
+
}
|
|
836
|
+
function bracketedAligned(context) {
|
|
837
|
+
let tree = context.node;
|
|
838
|
+
let openToken = tree.childAfter(tree.from), last = tree.lastChild;
|
|
839
|
+
if (!openToken)
|
|
840
|
+
return null;
|
|
841
|
+
let sim = context.options.simulateBreak;
|
|
842
|
+
let openLine = context.state.doc.lineAt(openToken.from);
|
|
843
|
+
let lineEnd = sim == null || sim <= openLine.from ? openLine.to : Math.min(openLine.to, sim);
|
|
844
|
+
for (let pos = openToken.to; ; ) {
|
|
845
|
+
let next = tree.childAfter(pos);
|
|
846
|
+
if (!next || next == last)
|
|
847
|
+
return null;
|
|
848
|
+
if (!next.type.isSkipped) {
|
|
849
|
+
if (next.from >= lineEnd)
|
|
850
|
+
return null;
|
|
851
|
+
let space = /^ */.exec(openLine.text.slice(openToken.to - openLine.from))[0].length;
|
|
852
|
+
return { from: openToken.from, to: openToken.to + space };
|
|
853
|
+
}
|
|
854
|
+
pos = next.to;
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
function delimitedIndent({ closing, align = true, units = 1 }) {
|
|
858
|
+
return (context) => delimitedStrategy(context, align, units, closing);
|
|
859
|
+
}
|
|
860
|
+
function delimitedStrategy(context, align, units, closing, closedAt) {
|
|
861
|
+
let after = context.textAfter, space = after.match(/^\s*/)[0].length;
|
|
862
|
+
let closed = closing && after.slice(space, space + closing.length) == closing || closedAt == context.pos + space;
|
|
863
|
+
let aligned = align ? bracketedAligned(context) : null;
|
|
864
|
+
if (aligned)
|
|
865
|
+
return closed ? context.column(aligned.from) : context.column(aligned.to);
|
|
866
|
+
return context.baseIndent + (closed ? 0 : context.unit * units);
|
|
867
|
+
}
|
|
868
|
+
const flatIndent = (context) => context.baseIndent;
|
|
869
|
+
function continuedIndent({ except, units = 1 } = {}) {
|
|
870
|
+
return (context) => {
|
|
871
|
+
let matchExcept = except && except.test(context.textAfter);
|
|
872
|
+
return context.baseIndent + (matchExcept ? 0 : units * context.unit);
|
|
873
|
+
};
|
|
874
|
+
}
|
|
875
|
+
const foldService = /* @__PURE__ */ Facet.define();
|
|
876
|
+
const foldNodeProp = /* @__PURE__ */ new NodeProp();
|
|
877
|
+
function foldInside(node) {
|
|
878
|
+
let first = node.firstChild, last = node.lastChild;
|
|
879
|
+
return first && first.to < last.from ? { from: first.to, to: last.type.isError ? node.to : last.from } : null;
|
|
880
|
+
}
|
|
881
|
+
class HighlightStyle {
|
|
882
|
+
constructor(specs, options) {
|
|
883
|
+
this.specs = specs;
|
|
884
|
+
let modSpec;
|
|
885
|
+
function def(spec) {
|
|
886
|
+
let cls = StyleModule.newName();
|
|
887
|
+
(modSpec || (modSpec = /* @__PURE__ */ Object.create(null)))["." + cls] = spec;
|
|
888
|
+
return cls;
|
|
889
|
+
}
|
|
890
|
+
const all = typeof options.all == "string" ? options.all : options.all ? def(options.all) : void 0;
|
|
891
|
+
const scopeOpt = options.scope;
|
|
892
|
+
this.scope = scopeOpt instanceof Language ? (type) => type.prop(languageDataProp) == scopeOpt.data : scopeOpt ? (type) => type == scopeOpt : void 0;
|
|
893
|
+
this.style = tagHighlighter(specs.map((style) => ({
|
|
894
|
+
tag: style.tag,
|
|
895
|
+
class: style.class || def(Object.assign({}, style, { tag: null }))
|
|
896
|
+
})), {
|
|
897
|
+
all
|
|
898
|
+
}).style;
|
|
899
|
+
this.module = modSpec ? new StyleModule(modSpec) : null;
|
|
900
|
+
this.themeType = options.themeType;
|
|
901
|
+
}
|
|
902
|
+
/**
|
|
903
|
+
Create a highlighter style that associates the given styles to
|
|
904
|
+
the given tags. The specs must be objects that hold a style tag
|
|
905
|
+
or array of tags in their `tag` property, and either a single
|
|
906
|
+
`class` property providing a static CSS class (for highlighter
|
|
907
|
+
that rely on external styling), or a
|
|
908
|
+
[`style-mod`](https://github.com/marijnh/style-mod#documentation)-style
|
|
909
|
+
set of CSS properties (which define the styling for those tags).
|
|
910
|
+
|
|
911
|
+
The CSS rules created for a highlighter will be emitted in the
|
|
912
|
+
order of the spec's properties. That means that for elements that
|
|
913
|
+
have multiple tags associated with them, styles defined further
|
|
914
|
+
down in the list will have a higher CSS precedence than styles
|
|
915
|
+
defined earlier.
|
|
916
|
+
*/
|
|
917
|
+
static define(specs, options) {
|
|
918
|
+
return new HighlightStyle(specs, options || {});
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
const highlighterFacet = /* @__PURE__ */ Facet.define();
|
|
922
|
+
const fallbackHighlighter = /* @__PURE__ */ Facet.define({
|
|
923
|
+
combine(values) {
|
|
924
|
+
return values.length ? [values[0]] : null;
|
|
925
|
+
}
|
|
926
|
+
});
|
|
927
|
+
function getHighlighters(state) {
|
|
928
|
+
let main = state.facet(highlighterFacet);
|
|
929
|
+
return main.length ? main : state.facet(fallbackHighlighter);
|
|
930
|
+
}
|
|
931
|
+
function syntaxHighlighting(highlighter, options) {
|
|
932
|
+
let ext = [treeHighlighter], themeType;
|
|
933
|
+
if (highlighter instanceof HighlightStyle) {
|
|
934
|
+
if (highlighter.module)
|
|
935
|
+
ext.push(EditorView.styleModule.of(highlighter.module));
|
|
936
|
+
themeType = highlighter.themeType;
|
|
937
|
+
}
|
|
938
|
+
if (themeType)
|
|
939
|
+
ext.push(highlighterFacet.computeN([EditorView.darkTheme], (state) => {
|
|
940
|
+
return state.facet(EditorView.darkTheme) == (themeType == "dark") ? [highlighter] : [];
|
|
941
|
+
}));
|
|
942
|
+
else
|
|
943
|
+
ext.push(highlighterFacet.of(highlighter));
|
|
944
|
+
return ext;
|
|
945
|
+
}
|
|
946
|
+
class TreeHighlighter {
|
|
947
|
+
constructor(view) {
|
|
948
|
+
this.markCache = /* @__PURE__ */ Object.create(null);
|
|
949
|
+
this.tree = syntaxTree(view.state);
|
|
950
|
+
this.decorations = this.buildDeco(view, getHighlighters(view.state));
|
|
951
|
+
this.decoratedTo = view.viewport.to;
|
|
952
|
+
}
|
|
953
|
+
update(update) {
|
|
954
|
+
let tree = syntaxTree(update.state), highlighters = getHighlighters(update.state);
|
|
955
|
+
let styleChange = highlighters != getHighlighters(update.startState);
|
|
956
|
+
let { viewport } = update.view, decoratedToMapped = update.changes.mapPos(this.decoratedTo, 1);
|
|
957
|
+
if (tree.length < viewport.to && !styleChange && tree.type == this.tree.type && decoratedToMapped >= viewport.to) {
|
|
958
|
+
this.decorations = this.decorations.map(update.changes);
|
|
959
|
+
this.decoratedTo = decoratedToMapped;
|
|
960
|
+
} else if (tree != this.tree || update.viewportChanged || styleChange) {
|
|
961
|
+
this.tree = tree;
|
|
962
|
+
this.decorations = this.buildDeco(update.view, highlighters);
|
|
963
|
+
this.decoratedTo = viewport.to;
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
buildDeco(view, highlighters) {
|
|
967
|
+
if (!highlighters || !this.tree.length)
|
|
968
|
+
return Decoration.none;
|
|
969
|
+
let builder = new RangeSetBuilder();
|
|
970
|
+
for (let { from, to } of view.visibleRanges) {
|
|
971
|
+
highlightTree(this.tree, highlighters, (from2, to2, style) => {
|
|
972
|
+
builder.add(from2, to2, this.markCache[style] || (this.markCache[style] = Decoration.mark({ class: style })));
|
|
973
|
+
}, from, to);
|
|
974
|
+
}
|
|
975
|
+
return builder.finish();
|
|
976
|
+
}
|
|
977
|
+
}
|
|
978
|
+
const treeHighlighter = /* @__PURE__ */ Prec.high(/* @__PURE__ */ ViewPlugin.fromClass(TreeHighlighter, {
|
|
979
|
+
decorations: (v) => v.decorations
|
|
980
|
+
}));
|
|
981
|
+
const DefaultScanDist = 1e4, DefaultBrackets = "()[]{}";
|
|
982
|
+
const bracketMatchingHandle = /* @__PURE__ */ new NodeProp();
|
|
983
|
+
function matchingNodes(node, dir, brackets) {
|
|
984
|
+
let byProp = node.prop(dir < 0 ? NodeProp.openedBy : NodeProp.closedBy);
|
|
985
|
+
if (byProp)
|
|
986
|
+
return byProp;
|
|
987
|
+
if (node.name.length == 1) {
|
|
988
|
+
let index = brackets.indexOf(node.name);
|
|
989
|
+
if (index > -1 && index % 2 == (dir < 0 ? 1 : 0))
|
|
990
|
+
return [brackets[index + dir]];
|
|
991
|
+
}
|
|
992
|
+
return null;
|
|
993
|
+
}
|
|
994
|
+
function findHandle(node) {
|
|
995
|
+
let hasHandle = node.type.prop(bracketMatchingHandle);
|
|
996
|
+
return hasHandle ? hasHandle(node.node) : node;
|
|
997
|
+
}
|
|
998
|
+
function matchBrackets(state, pos, dir, config = {}) {
|
|
999
|
+
let maxScanDistance = config.maxScanDistance || DefaultScanDist, brackets = config.brackets || DefaultBrackets;
|
|
1000
|
+
let tree = syntaxTree(state), node = tree.resolveInner(pos, dir);
|
|
1001
|
+
for (let cur = node; cur; cur = cur.parent) {
|
|
1002
|
+
let matches = matchingNodes(cur.type, dir, brackets);
|
|
1003
|
+
if (matches && cur.from < cur.to) {
|
|
1004
|
+
let handle = findHandle(cur);
|
|
1005
|
+
if (handle && (dir > 0 ? pos >= handle.from && pos < handle.to : pos > handle.from && pos <= handle.to))
|
|
1006
|
+
return matchMarkedBrackets(state, pos, dir, cur, handle, matches, brackets);
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
return matchPlainBrackets(state, pos, dir, tree, node.type, maxScanDistance, brackets);
|
|
1010
|
+
}
|
|
1011
|
+
function matchMarkedBrackets(_state, _pos, dir, token, handle, matching, brackets) {
|
|
1012
|
+
let parent = token.parent, firstToken = { from: handle.from, to: handle.to };
|
|
1013
|
+
let depth = 0, cursor = parent === null || parent === void 0 ? void 0 : parent.cursor();
|
|
1014
|
+
if (cursor && (dir < 0 ? cursor.childBefore(token.from) : cursor.childAfter(token.to)))
|
|
1015
|
+
do {
|
|
1016
|
+
if (dir < 0 ? cursor.to <= token.from : cursor.from >= token.to) {
|
|
1017
|
+
if (depth == 0 && matching.indexOf(cursor.type.name) > -1 && cursor.from < cursor.to) {
|
|
1018
|
+
let endHandle = findHandle(cursor);
|
|
1019
|
+
return { start: firstToken, end: endHandle ? { from: endHandle.from, to: endHandle.to } : void 0, matched: true };
|
|
1020
|
+
} else if (matchingNodes(cursor.type, dir, brackets)) {
|
|
1021
|
+
depth++;
|
|
1022
|
+
} else if (matchingNodes(cursor.type, -dir, brackets)) {
|
|
1023
|
+
if (depth == 0) {
|
|
1024
|
+
let endHandle = findHandle(cursor);
|
|
1025
|
+
return {
|
|
1026
|
+
start: firstToken,
|
|
1027
|
+
end: endHandle && endHandle.from < endHandle.to ? { from: endHandle.from, to: endHandle.to } : void 0,
|
|
1028
|
+
matched: false
|
|
1029
|
+
};
|
|
1030
|
+
}
|
|
1031
|
+
depth--;
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
} while (dir < 0 ? cursor.prevSibling() : cursor.nextSibling());
|
|
1035
|
+
return { start: firstToken, matched: false };
|
|
1036
|
+
}
|
|
1037
|
+
function matchPlainBrackets(state, pos, dir, tree, tokenType, maxScanDistance, brackets) {
|
|
1038
|
+
let startCh = dir < 0 ? state.sliceDoc(pos - 1, pos) : state.sliceDoc(pos, pos + 1);
|
|
1039
|
+
let bracket = brackets.indexOf(startCh);
|
|
1040
|
+
if (bracket < 0 || bracket % 2 == 0 != dir > 0)
|
|
1041
|
+
return null;
|
|
1042
|
+
let startToken = { from: dir < 0 ? pos - 1 : pos, to: dir > 0 ? pos + 1 : pos };
|
|
1043
|
+
let iter = state.doc.iterRange(pos, dir > 0 ? state.doc.length : 0), depth = 0;
|
|
1044
|
+
for (let distance = 0; !iter.next().done && distance <= maxScanDistance; ) {
|
|
1045
|
+
let text = iter.value;
|
|
1046
|
+
if (dir < 0)
|
|
1047
|
+
distance += text.length;
|
|
1048
|
+
let basePos = pos + distance * dir;
|
|
1049
|
+
for (let pos2 = dir > 0 ? 0 : text.length - 1, end = dir > 0 ? text.length : -1; pos2 != end; pos2 += dir) {
|
|
1050
|
+
let found = brackets.indexOf(text[pos2]);
|
|
1051
|
+
if (found < 0 || tree.resolveInner(basePos + pos2, 1).type != tokenType)
|
|
1052
|
+
continue;
|
|
1053
|
+
if (found % 2 == 0 == dir > 0) {
|
|
1054
|
+
depth++;
|
|
1055
|
+
} else if (depth == 1) {
|
|
1056
|
+
return { start: startToken, end: { from: basePos + pos2, to: basePos + pos2 + 1 }, matched: found >> 1 == bracket >> 1 };
|
|
1057
|
+
} else {
|
|
1058
|
+
depth--;
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
1061
|
+
if (dir > 0)
|
|
1062
|
+
distance += text.length;
|
|
1063
|
+
}
|
|
1064
|
+
return iter.done ? { start: startToken, matched: false } : null;
|
|
1065
|
+
}
|
|
1066
|
+
function countCol(string, end, tabSize, startIndex = 0, startValue = 0) {
|
|
1067
|
+
if (end == null) {
|
|
1068
|
+
end = string.search(/[^\s\u00a0]/);
|
|
1069
|
+
if (end == -1)
|
|
1070
|
+
end = string.length;
|
|
1071
|
+
}
|
|
1072
|
+
let n = startValue;
|
|
1073
|
+
for (let i = startIndex; i < end; i++) {
|
|
1074
|
+
if (string.charCodeAt(i) == 9)
|
|
1075
|
+
n += tabSize - n % tabSize;
|
|
1076
|
+
else
|
|
1077
|
+
n++;
|
|
1078
|
+
}
|
|
1079
|
+
return n;
|
|
1080
|
+
}
|
|
1081
|
+
class StringStream {
|
|
1082
|
+
/**
|
|
1083
|
+
Create a stream.
|
|
1084
|
+
*/
|
|
1085
|
+
constructor(string, tabSize, indentUnit2, overrideIndent) {
|
|
1086
|
+
this.string = string;
|
|
1087
|
+
this.tabSize = tabSize;
|
|
1088
|
+
this.indentUnit = indentUnit2;
|
|
1089
|
+
this.overrideIndent = overrideIndent;
|
|
1090
|
+
this.pos = 0;
|
|
1091
|
+
this.start = 0;
|
|
1092
|
+
this.lastColumnPos = 0;
|
|
1093
|
+
this.lastColumnValue = 0;
|
|
1094
|
+
}
|
|
1095
|
+
/**
|
|
1096
|
+
True if we are at the end of the line.
|
|
1097
|
+
*/
|
|
1098
|
+
eol() {
|
|
1099
|
+
return this.pos >= this.string.length;
|
|
1100
|
+
}
|
|
1101
|
+
/**
|
|
1102
|
+
True if we are at the start of the line.
|
|
1103
|
+
*/
|
|
1104
|
+
sol() {
|
|
1105
|
+
return this.pos == 0;
|
|
1106
|
+
}
|
|
1107
|
+
/**
|
|
1108
|
+
Get the next code unit after the current position, or undefined
|
|
1109
|
+
if we're at the end of the line.
|
|
1110
|
+
*/
|
|
1111
|
+
peek() {
|
|
1112
|
+
return this.string.charAt(this.pos) || void 0;
|
|
1113
|
+
}
|
|
1114
|
+
/**
|
|
1115
|
+
Read the next code unit and advance `this.pos`.
|
|
1116
|
+
*/
|
|
1117
|
+
next() {
|
|
1118
|
+
if (this.pos < this.string.length)
|
|
1119
|
+
return this.string.charAt(this.pos++);
|
|
1120
|
+
}
|
|
1121
|
+
/**
|
|
1122
|
+
Match the next character against the given string, regular
|
|
1123
|
+
expression, or predicate. Consume and return it if it matches.
|
|
1124
|
+
*/
|
|
1125
|
+
eat(match) {
|
|
1126
|
+
let ch = this.string.charAt(this.pos);
|
|
1127
|
+
let ok;
|
|
1128
|
+
if (typeof match == "string")
|
|
1129
|
+
ok = ch == match;
|
|
1130
|
+
else
|
|
1131
|
+
ok = ch && (match instanceof RegExp ? match.test(ch) : match(ch));
|
|
1132
|
+
if (ok) {
|
|
1133
|
+
++this.pos;
|
|
1134
|
+
return ch;
|
|
1135
|
+
}
|
|
1136
|
+
}
|
|
1137
|
+
/**
|
|
1138
|
+
Continue matching characters that match the given string,
|
|
1139
|
+
regular expression, or predicate function. Return true if any
|
|
1140
|
+
characters were consumed.
|
|
1141
|
+
*/
|
|
1142
|
+
eatWhile(match) {
|
|
1143
|
+
let start = this.pos;
|
|
1144
|
+
while (this.eat(match)) {
|
|
1145
|
+
}
|
|
1146
|
+
return this.pos > start;
|
|
1147
|
+
}
|
|
1148
|
+
/**
|
|
1149
|
+
Consume whitespace ahead of `this.pos`. Return true if any was
|
|
1150
|
+
found.
|
|
1151
|
+
*/
|
|
1152
|
+
eatSpace() {
|
|
1153
|
+
let start = this.pos;
|
|
1154
|
+
while (/[\s\u00a0]/.test(this.string.charAt(this.pos)))
|
|
1155
|
+
++this.pos;
|
|
1156
|
+
return this.pos > start;
|
|
1157
|
+
}
|
|
1158
|
+
/**
|
|
1159
|
+
Move to the end of the line.
|
|
1160
|
+
*/
|
|
1161
|
+
skipToEnd() {
|
|
1162
|
+
this.pos = this.string.length;
|
|
1163
|
+
}
|
|
1164
|
+
/**
|
|
1165
|
+
Move to directly before the given character, if found on the
|
|
1166
|
+
current line.
|
|
1167
|
+
*/
|
|
1168
|
+
skipTo(ch) {
|
|
1169
|
+
let found = this.string.indexOf(ch, this.pos);
|
|
1170
|
+
if (found > -1) {
|
|
1171
|
+
this.pos = found;
|
|
1172
|
+
return true;
|
|
1173
|
+
}
|
|
1174
|
+
}
|
|
1175
|
+
/**
|
|
1176
|
+
Move back `n` characters.
|
|
1177
|
+
*/
|
|
1178
|
+
backUp(n) {
|
|
1179
|
+
this.pos -= n;
|
|
1180
|
+
}
|
|
1181
|
+
/**
|
|
1182
|
+
Get the column position at `this.pos`.
|
|
1183
|
+
*/
|
|
1184
|
+
column() {
|
|
1185
|
+
if (this.lastColumnPos < this.start) {
|
|
1186
|
+
this.lastColumnValue = countCol(this.string, this.start, this.tabSize, this.lastColumnPos, this.lastColumnValue);
|
|
1187
|
+
this.lastColumnPos = this.start;
|
|
1188
|
+
}
|
|
1189
|
+
return this.lastColumnValue;
|
|
1190
|
+
}
|
|
1191
|
+
/**
|
|
1192
|
+
Get the indentation column of the current line.
|
|
1193
|
+
*/
|
|
1194
|
+
indentation() {
|
|
1195
|
+
var _a2;
|
|
1196
|
+
return (_a2 = this.overrideIndent) !== null && _a2 !== void 0 ? _a2 : countCol(this.string, null, this.tabSize);
|
|
1197
|
+
}
|
|
1198
|
+
/**
|
|
1199
|
+
Match the input against the given string or regular expression
|
|
1200
|
+
(which should start with a `^`). Return true or the regexp match
|
|
1201
|
+
if it matches.
|
|
1202
|
+
|
|
1203
|
+
Unless `consume` is set to `false`, this will move `this.pos`
|
|
1204
|
+
past the matched text.
|
|
1205
|
+
|
|
1206
|
+
When matching a string `caseInsensitive` can be set to true to
|
|
1207
|
+
make the match case-insensitive.
|
|
1208
|
+
*/
|
|
1209
|
+
match(pattern, consume, caseInsensitive) {
|
|
1210
|
+
if (typeof pattern == "string") {
|
|
1211
|
+
let cased = (str) => caseInsensitive ? str.toLowerCase() : str;
|
|
1212
|
+
let substr = this.string.substr(this.pos, pattern.length);
|
|
1213
|
+
if (cased(substr) == cased(pattern)) {
|
|
1214
|
+
if (consume !== false)
|
|
1215
|
+
this.pos += pattern.length;
|
|
1216
|
+
return true;
|
|
1217
|
+
} else
|
|
1218
|
+
return null;
|
|
1219
|
+
} else {
|
|
1220
|
+
let match = this.string.slice(this.pos).match(pattern);
|
|
1221
|
+
if (match && match.index > 0)
|
|
1222
|
+
return null;
|
|
1223
|
+
if (match && consume !== false)
|
|
1224
|
+
this.pos += match[0].length;
|
|
1225
|
+
return match;
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
/**
|
|
1229
|
+
Get the current token.
|
|
1230
|
+
*/
|
|
1231
|
+
current() {
|
|
1232
|
+
return this.string.slice(this.start, this.pos);
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1235
|
+
function fullParser(spec) {
|
|
1236
|
+
return {
|
|
1237
|
+
name: spec.name || "",
|
|
1238
|
+
token: spec.token,
|
|
1239
|
+
blankLine: spec.blankLine || (() => {
|
|
1240
|
+
}),
|
|
1241
|
+
startState: spec.startState || (() => true),
|
|
1242
|
+
copyState: spec.copyState || defaultCopyState,
|
|
1243
|
+
indent: spec.indent || (() => null),
|
|
1244
|
+
languageData: spec.languageData || {},
|
|
1245
|
+
tokenTable: spec.tokenTable || noTokens,
|
|
1246
|
+
mergeTokens: spec.mergeTokens !== false
|
|
1247
|
+
};
|
|
1248
|
+
}
|
|
1249
|
+
function defaultCopyState(state) {
|
|
1250
|
+
if (typeof state != "object")
|
|
1251
|
+
return state;
|
|
1252
|
+
let newState = {};
|
|
1253
|
+
for (let prop in state) {
|
|
1254
|
+
let val = state[prop];
|
|
1255
|
+
newState[prop] = val instanceof Array ? val.slice() : val;
|
|
1256
|
+
}
|
|
1257
|
+
return newState;
|
|
1258
|
+
}
|
|
1259
|
+
const IndentedFrom = /* @__PURE__ */ new WeakMap();
|
|
1260
|
+
class StreamLanguage extends Language {
|
|
1261
|
+
constructor(parser) {
|
|
1262
|
+
let data = defineLanguageFacet(parser.languageData);
|
|
1263
|
+
let p = fullParser(parser), self;
|
|
1264
|
+
let impl = new class extends Parser {
|
|
1265
|
+
createParse(input, fragments, ranges) {
|
|
1266
|
+
return new Parse(self, input, fragments, ranges);
|
|
1267
|
+
}
|
|
1268
|
+
}();
|
|
1269
|
+
super(data, impl, [], parser.name);
|
|
1270
|
+
this.topNode = docID(data, this);
|
|
1271
|
+
self = this;
|
|
1272
|
+
this.streamParser = p;
|
|
1273
|
+
this.stateAfter = new NodeProp({ perNode: true });
|
|
1274
|
+
this.tokenTable = parser.tokenTable ? new TokenTable(p.tokenTable) : defaultTokenTable;
|
|
1275
|
+
}
|
|
1276
|
+
/**
|
|
1277
|
+
Define a stream language.
|
|
1278
|
+
*/
|
|
1279
|
+
static define(spec) {
|
|
1280
|
+
return new StreamLanguage(spec);
|
|
1281
|
+
}
|
|
1282
|
+
/**
|
|
1283
|
+
@internal
|
|
1284
|
+
*/
|
|
1285
|
+
getIndent(cx) {
|
|
1286
|
+
let from = void 0;
|
|
1287
|
+
let { overrideIndentation } = cx.options;
|
|
1288
|
+
if (overrideIndentation) {
|
|
1289
|
+
from = IndentedFrom.get(cx.state);
|
|
1290
|
+
if (from != null && from < cx.pos - 1e4)
|
|
1291
|
+
from = void 0;
|
|
1292
|
+
}
|
|
1293
|
+
let start = findState(this, cx.node.tree, cx.node.from, cx.node.from, from !== null && from !== void 0 ? from : cx.pos), statePos, state;
|
|
1294
|
+
if (start) {
|
|
1295
|
+
state = start.state;
|
|
1296
|
+
statePos = start.pos + 1;
|
|
1297
|
+
} else {
|
|
1298
|
+
state = this.streamParser.startState(cx.unit);
|
|
1299
|
+
statePos = cx.node.from;
|
|
1300
|
+
}
|
|
1301
|
+
if (cx.pos - statePos > 1e4)
|
|
1302
|
+
return null;
|
|
1303
|
+
while (statePos < cx.pos) {
|
|
1304
|
+
let line2 = cx.state.doc.lineAt(statePos), end = Math.min(cx.pos, line2.to);
|
|
1305
|
+
if (line2.length) {
|
|
1306
|
+
let indentation = overrideIndentation ? overrideIndentation(line2.from) : -1;
|
|
1307
|
+
let stream = new StringStream(line2.text, cx.state.tabSize, cx.unit, indentation < 0 ? void 0 : indentation);
|
|
1308
|
+
while (stream.pos < end - line2.from)
|
|
1309
|
+
readToken(this.streamParser.token, stream, state);
|
|
1310
|
+
} else {
|
|
1311
|
+
this.streamParser.blankLine(state, cx.unit);
|
|
1312
|
+
}
|
|
1313
|
+
if (end == cx.pos)
|
|
1314
|
+
break;
|
|
1315
|
+
statePos = line2.to + 1;
|
|
1316
|
+
}
|
|
1317
|
+
let line = cx.lineAt(cx.pos);
|
|
1318
|
+
if (overrideIndentation && from == null)
|
|
1319
|
+
IndentedFrom.set(cx.state, line.from);
|
|
1320
|
+
return this.streamParser.indent(state, /^\s*(.*)/.exec(line.text)[1], cx);
|
|
1321
|
+
}
|
|
1322
|
+
get allowsNesting() {
|
|
1323
|
+
return false;
|
|
1324
|
+
}
|
|
1325
|
+
}
|
|
1326
|
+
function findState(lang, tree, off, startPos, before) {
|
|
1327
|
+
let state = off >= startPos && off + tree.length <= before && tree.prop(lang.stateAfter);
|
|
1328
|
+
if (state)
|
|
1329
|
+
return { state: lang.streamParser.copyState(state), pos: off + tree.length };
|
|
1330
|
+
for (let i = tree.children.length - 1; i >= 0; i--) {
|
|
1331
|
+
let child = tree.children[i], pos = off + tree.positions[i];
|
|
1332
|
+
let found = child instanceof Tree && pos < before && findState(lang, child, pos, startPos, before);
|
|
1333
|
+
if (found)
|
|
1334
|
+
return found;
|
|
1335
|
+
}
|
|
1336
|
+
return null;
|
|
1337
|
+
}
|
|
1338
|
+
function cutTree(lang, tree, from, to, inside) {
|
|
1339
|
+
if (inside && from <= 0 && to >= tree.length)
|
|
1340
|
+
return tree;
|
|
1341
|
+
if (!inside && from == 0 && tree.type == lang.topNode)
|
|
1342
|
+
inside = true;
|
|
1343
|
+
for (let i = tree.children.length - 1; i >= 0; i--) {
|
|
1344
|
+
let pos = tree.positions[i], child = tree.children[i], inner;
|
|
1345
|
+
if (pos < to && child instanceof Tree) {
|
|
1346
|
+
if (!(inner = cutTree(lang, child, from - pos, to - pos, inside)))
|
|
1347
|
+
break;
|
|
1348
|
+
return !inside ? inner : new Tree(tree.type, tree.children.slice(0, i).concat(inner), tree.positions.slice(0, i + 1), pos + inner.length);
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
return null;
|
|
1352
|
+
}
|
|
1353
|
+
function findStartInFragments(lang, fragments, startPos, endPos, editorState) {
|
|
1354
|
+
for (let f of fragments) {
|
|
1355
|
+
let from = f.from + (f.openStart ? 25 : 0), to = f.to - (f.openEnd ? 25 : 0);
|
|
1356
|
+
let found = from <= startPos && to > startPos && findState(lang, f.tree, 0 - f.offset, startPos, to), tree;
|
|
1357
|
+
if (found && found.pos <= endPos && (tree = cutTree(lang, f.tree, startPos + f.offset, found.pos + f.offset, false)))
|
|
1358
|
+
return { state: found.state, tree };
|
|
1359
|
+
}
|
|
1360
|
+
return { state: lang.streamParser.startState(editorState ? getIndentUnit(editorState) : 4), tree: Tree.empty };
|
|
1361
|
+
}
|
|
1362
|
+
class Parse {
|
|
1363
|
+
constructor(lang, input, fragments, ranges) {
|
|
1364
|
+
this.lang = lang;
|
|
1365
|
+
this.input = input;
|
|
1366
|
+
this.fragments = fragments;
|
|
1367
|
+
this.ranges = ranges;
|
|
1368
|
+
this.stoppedAt = null;
|
|
1369
|
+
this.chunks = [];
|
|
1370
|
+
this.chunkPos = [];
|
|
1371
|
+
this.chunk = [];
|
|
1372
|
+
this.chunkReused = void 0;
|
|
1373
|
+
this.rangeIndex = 0;
|
|
1374
|
+
this.to = ranges[ranges.length - 1].to;
|
|
1375
|
+
let context = ParseContext.get(), from = ranges[0].from;
|
|
1376
|
+
let { state, tree } = findStartInFragments(lang, fragments, from, this.to, context === null || context === void 0 ? void 0 : context.state);
|
|
1377
|
+
this.state = state;
|
|
1378
|
+
this.parsedPos = this.chunkStart = from + tree.length;
|
|
1379
|
+
for (let i = 0; i < tree.children.length; i++) {
|
|
1380
|
+
this.chunks.push(tree.children[i]);
|
|
1381
|
+
this.chunkPos.push(tree.positions[i]);
|
|
1382
|
+
}
|
|
1383
|
+
if (context && this.parsedPos < context.viewport.from - 1e5 && ranges.some((r) => r.from <= context.viewport.from && r.to >= context.viewport.from)) {
|
|
1384
|
+
this.state = this.lang.streamParser.startState(getIndentUnit(context.state));
|
|
1385
|
+
context.skipUntilInView(this.parsedPos, context.viewport.from);
|
|
1386
|
+
this.parsedPos = context.viewport.from;
|
|
1387
|
+
}
|
|
1388
|
+
this.moveRangeIndex();
|
|
1389
|
+
}
|
|
1390
|
+
advance() {
|
|
1391
|
+
let context = ParseContext.get();
|
|
1392
|
+
let parseEnd = this.stoppedAt == null ? this.to : Math.min(this.to, this.stoppedAt);
|
|
1393
|
+
let end = Math.min(
|
|
1394
|
+
parseEnd,
|
|
1395
|
+
this.chunkStart + 512
|
|
1396
|
+
/* C.ChunkSize */
|
|
1397
|
+
);
|
|
1398
|
+
if (context)
|
|
1399
|
+
end = Math.min(end, context.viewport.to);
|
|
1400
|
+
while (this.parsedPos < end)
|
|
1401
|
+
this.parseLine(context);
|
|
1402
|
+
if (this.chunkStart < this.parsedPos)
|
|
1403
|
+
this.finishChunk();
|
|
1404
|
+
if (this.parsedPos >= parseEnd)
|
|
1405
|
+
return this.finish();
|
|
1406
|
+
if (context && this.parsedPos >= context.viewport.to) {
|
|
1407
|
+
context.skipUntilInView(this.parsedPos, parseEnd);
|
|
1408
|
+
return this.finish();
|
|
1409
|
+
}
|
|
1410
|
+
return null;
|
|
1411
|
+
}
|
|
1412
|
+
stopAt(pos) {
|
|
1413
|
+
this.stoppedAt = pos;
|
|
1414
|
+
}
|
|
1415
|
+
lineAfter(pos) {
|
|
1416
|
+
let chunk = this.input.chunk(pos);
|
|
1417
|
+
if (!this.input.lineChunks) {
|
|
1418
|
+
let eol = chunk.indexOf("\n");
|
|
1419
|
+
if (eol > -1)
|
|
1420
|
+
chunk = chunk.slice(0, eol);
|
|
1421
|
+
} else if (chunk == "\n") {
|
|
1422
|
+
chunk = "";
|
|
1423
|
+
}
|
|
1424
|
+
return pos + chunk.length <= this.to ? chunk : chunk.slice(0, this.to - pos);
|
|
1425
|
+
}
|
|
1426
|
+
nextLine() {
|
|
1427
|
+
let from = this.parsedPos, line = this.lineAfter(from), end = from + line.length;
|
|
1428
|
+
for (let index = this.rangeIndex; ; ) {
|
|
1429
|
+
let rangeEnd = this.ranges[index].to;
|
|
1430
|
+
if (rangeEnd >= end)
|
|
1431
|
+
break;
|
|
1432
|
+
line = line.slice(0, rangeEnd - (end - line.length));
|
|
1433
|
+
index++;
|
|
1434
|
+
if (index == this.ranges.length)
|
|
1435
|
+
break;
|
|
1436
|
+
let rangeStart = this.ranges[index].from;
|
|
1437
|
+
let after = this.lineAfter(rangeStart);
|
|
1438
|
+
line += after;
|
|
1439
|
+
end = rangeStart + after.length;
|
|
1440
|
+
}
|
|
1441
|
+
return { line, end };
|
|
1442
|
+
}
|
|
1443
|
+
skipGapsTo(pos, offset, side) {
|
|
1444
|
+
for (; ; ) {
|
|
1445
|
+
let end = this.ranges[this.rangeIndex].to, offPos = pos + offset;
|
|
1446
|
+
if (side > 0 ? end > offPos : end >= offPos)
|
|
1447
|
+
break;
|
|
1448
|
+
let start = this.ranges[++this.rangeIndex].from;
|
|
1449
|
+
offset += start - end;
|
|
1450
|
+
}
|
|
1451
|
+
return offset;
|
|
1452
|
+
}
|
|
1453
|
+
moveRangeIndex() {
|
|
1454
|
+
while (this.ranges[this.rangeIndex].to < this.parsedPos)
|
|
1455
|
+
this.rangeIndex++;
|
|
1456
|
+
}
|
|
1457
|
+
emitToken(id, from, to, offset) {
|
|
1458
|
+
let size = 4;
|
|
1459
|
+
if (this.ranges.length > 1) {
|
|
1460
|
+
offset = this.skipGapsTo(from, offset, 1);
|
|
1461
|
+
from += offset;
|
|
1462
|
+
let len0 = this.chunk.length;
|
|
1463
|
+
offset = this.skipGapsTo(to, offset, -1);
|
|
1464
|
+
to += offset;
|
|
1465
|
+
size += this.chunk.length - len0;
|
|
1466
|
+
}
|
|
1467
|
+
let last = this.chunk.length - 4;
|
|
1468
|
+
if (this.lang.streamParser.mergeTokens && size == 4 && last >= 0 && this.chunk[last] == id && this.chunk[last + 2] == from)
|
|
1469
|
+
this.chunk[last + 2] = to;
|
|
1470
|
+
else
|
|
1471
|
+
this.chunk.push(id, from, to, size);
|
|
1472
|
+
return offset;
|
|
1473
|
+
}
|
|
1474
|
+
parseLine(context) {
|
|
1475
|
+
let { line, end } = this.nextLine(), offset = 0, { streamParser } = this.lang;
|
|
1476
|
+
let stream = new StringStream(line, context ? context.state.tabSize : 4, context ? getIndentUnit(context.state) : 2);
|
|
1477
|
+
if (stream.eol()) {
|
|
1478
|
+
streamParser.blankLine(this.state, stream.indentUnit);
|
|
1479
|
+
} else {
|
|
1480
|
+
while (!stream.eol()) {
|
|
1481
|
+
let token = readToken(streamParser.token, stream, this.state);
|
|
1482
|
+
if (token)
|
|
1483
|
+
offset = this.emitToken(this.lang.tokenTable.resolve(token), this.parsedPos + stream.start, this.parsedPos + stream.pos, offset);
|
|
1484
|
+
if (stream.start > 1e4)
|
|
1485
|
+
break;
|
|
1486
|
+
}
|
|
1487
|
+
}
|
|
1488
|
+
this.parsedPos = end;
|
|
1489
|
+
this.moveRangeIndex();
|
|
1490
|
+
if (this.parsedPos < this.to)
|
|
1491
|
+
this.parsedPos++;
|
|
1492
|
+
}
|
|
1493
|
+
finishChunk() {
|
|
1494
|
+
let tree = Tree.build({
|
|
1495
|
+
buffer: this.chunk,
|
|
1496
|
+
start: this.chunkStart,
|
|
1497
|
+
length: this.parsedPos - this.chunkStart,
|
|
1498
|
+
nodeSet,
|
|
1499
|
+
topID: 0,
|
|
1500
|
+
maxBufferLength: 512,
|
|
1501
|
+
reused: this.chunkReused
|
|
1502
|
+
});
|
|
1503
|
+
tree = new Tree(tree.type, tree.children, tree.positions, tree.length, [[this.lang.stateAfter, this.lang.streamParser.copyState(this.state)]]);
|
|
1504
|
+
this.chunks.push(tree);
|
|
1505
|
+
this.chunkPos.push(this.chunkStart - this.ranges[0].from);
|
|
1506
|
+
this.chunk = [];
|
|
1507
|
+
this.chunkReused = void 0;
|
|
1508
|
+
this.chunkStart = this.parsedPos;
|
|
1509
|
+
}
|
|
1510
|
+
finish() {
|
|
1511
|
+
return new Tree(this.lang.topNode, this.chunks, this.chunkPos, this.parsedPos - this.ranges[0].from).balance();
|
|
1512
|
+
}
|
|
1513
|
+
}
|
|
1514
|
+
function readToken(token, stream, state) {
|
|
1515
|
+
stream.start = stream.pos;
|
|
1516
|
+
for (let i = 0; i < 10; i++) {
|
|
1517
|
+
let result = token(stream, state);
|
|
1518
|
+
if (stream.pos > stream.start)
|
|
1519
|
+
return result;
|
|
1520
|
+
}
|
|
1521
|
+
throw new Error("Stream parser failed to advance stream.");
|
|
1522
|
+
}
|
|
1523
|
+
const noTokens = /* @__PURE__ */ Object.create(null);
|
|
1524
|
+
const typeArray = [NodeType.none];
|
|
1525
|
+
const nodeSet = /* @__PURE__ */ new NodeSet(typeArray);
|
|
1526
|
+
const warned = [];
|
|
1527
|
+
const byTag = /* @__PURE__ */ Object.create(null);
|
|
1528
|
+
const defaultTable = /* @__PURE__ */ Object.create(null);
|
|
1529
|
+
for (let [legacyName, name] of [
|
|
1530
|
+
["variable", "variableName"],
|
|
1531
|
+
["variable-2", "variableName.special"],
|
|
1532
|
+
["string-2", "string.special"],
|
|
1533
|
+
["def", "variableName.definition"],
|
|
1534
|
+
["tag", "tagName"],
|
|
1535
|
+
["attribute", "attributeName"],
|
|
1536
|
+
["type", "typeName"],
|
|
1537
|
+
["builtin", "variableName.standard"],
|
|
1538
|
+
["qualifier", "modifier"],
|
|
1539
|
+
["error", "invalid"],
|
|
1540
|
+
["header", "heading"],
|
|
1541
|
+
["property", "propertyName"]
|
|
1542
|
+
])
|
|
1543
|
+
defaultTable[legacyName] = /* @__PURE__ */ createTokenType(noTokens, name);
|
|
1544
|
+
class TokenTable {
|
|
1545
|
+
constructor(extra) {
|
|
1546
|
+
this.extra = extra;
|
|
1547
|
+
this.table = Object.assign(/* @__PURE__ */ Object.create(null), defaultTable);
|
|
1548
|
+
}
|
|
1549
|
+
resolve(tag) {
|
|
1550
|
+
return !tag ? 0 : this.table[tag] || (this.table[tag] = createTokenType(this.extra, tag));
|
|
1551
|
+
}
|
|
1552
|
+
}
|
|
1553
|
+
const defaultTokenTable = /* @__PURE__ */ new TokenTable(noTokens);
|
|
1554
|
+
function warnForPart(part, msg) {
|
|
1555
|
+
if (warned.indexOf(part) > -1)
|
|
1556
|
+
return;
|
|
1557
|
+
warned.push(part);
|
|
1558
|
+
console.warn(msg);
|
|
1559
|
+
}
|
|
1560
|
+
function createTokenType(extra, tagStr) {
|
|
1561
|
+
let tags$1 = [];
|
|
1562
|
+
for (let name2 of tagStr.split(" ")) {
|
|
1563
|
+
let found = [];
|
|
1564
|
+
for (let part of name2.split(".")) {
|
|
1565
|
+
let value = extra[part] || tags[part];
|
|
1566
|
+
if (!value) {
|
|
1567
|
+
warnForPart(part, `Unknown highlighting tag ${part}`);
|
|
1568
|
+
} else if (typeof value == "function") {
|
|
1569
|
+
if (!found.length)
|
|
1570
|
+
warnForPart(part, `Modifier ${part} used at start of tag`);
|
|
1571
|
+
else
|
|
1572
|
+
found = found.map(value);
|
|
1573
|
+
} else {
|
|
1574
|
+
if (found.length)
|
|
1575
|
+
warnForPart(part, `Tag ${part} used as modifier`);
|
|
1576
|
+
else
|
|
1577
|
+
found = Array.isArray(value) ? value : [value];
|
|
1578
|
+
}
|
|
1579
|
+
}
|
|
1580
|
+
for (let tag of found)
|
|
1581
|
+
tags$1.push(tag);
|
|
1582
|
+
}
|
|
1583
|
+
if (!tags$1.length)
|
|
1584
|
+
return 0;
|
|
1585
|
+
let name = tagStr.replace(/ /g, "_"), key = name + " " + tags$1.map((t) => t.id);
|
|
1586
|
+
let known = byTag[key];
|
|
1587
|
+
if (known)
|
|
1588
|
+
return known.id;
|
|
1589
|
+
let type = byTag[key] = NodeType.define({
|
|
1590
|
+
id: typeArray.length,
|
|
1591
|
+
name,
|
|
1592
|
+
props: [styleTags({ [name]: tags$1 })]
|
|
1593
|
+
});
|
|
1594
|
+
typeArray.push(type);
|
|
1595
|
+
return type.id;
|
|
1596
|
+
}
|
|
1597
|
+
function docID(data, lang) {
|
|
1598
|
+
let type = NodeType.define({ id: typeArray.length, name: "Document", props: [
|
|
1599
|
+
languageDataProp.add(() => data),
|
|
1600
|
+
indentNodeProp.add(() => (cx) => lang.getIndent(cx))
|
|
1601
|
+
], top: true });
|
|
1602
|
+
typeArray.push(type);
|
|
1603
|
+
return type;
|
|
1604
|
+
}
|
|
1605
|
+
({
|
|
1606
|
+
rtl: /* @__PURE__ */ Decoration.mark({ class: "cm-iso", inclusive: true, attributes: { dir: "rtl" }, bidiIsolate: Direction.RTL }),
|
|
1607
|
+
ltr: /* @__PURE__ */ Decoration.mark({ class: "cm-iso", inclusive: true, attributes: { dir: "ltr" }, bidiIsolate: Direction.LTR })
|
|
1608
|
+
});
|
|
1609
|
+
export {
|
|
1610
|
+
DocInput,
|
|
1611
|
+
HighlightStyle,
|
|
1612
|
+
IndentContext,
|
|
1613
|
+
LRLanguage,
|
|
1614
|
+
Language,
|
|
1615
|
+
LanguageDescription,
|
|
1616
|
+
LanguageSupport,
|
|
1617
|
+
ParseContext,
|
|
1618
|
+
StreamLanguage,
|
|
1619
|
+
StringStream,
|
|
1620
|
+
TreeIndentContext,
|
|
1621
|
+
bracketMatchingHandle,
|
|
1622
|
+
continuedIndent,
|
|
1623
|
+
defineLanguageFacet,
|
|
1624
|
+
delimitedIndent,
|
|
1625
|
+
flatIndent,
|
|
1626
|
+
foldInside,
|
|
1627
|
+
foldNodeProp,
|
|
1628
|
+
foldService,
|
|
1629
|
+
getIndentUnit,
|
|
1630
|
+
getIndentation,
|
|
1631
|
+
indentNodeProp,
|
|
1632
|
+
indentService,
|
|
1633
|
+
indentString,
|
|
1634
|
+
indentUnit,
|
|
1635
|
+
language,
|
|
1636
|
+
languageDataProp,
|
|
1637
|
+
matchBrackets,
|
|
1638
|
+
sublanguageProp,
|
|
1639
|
+
syntaxHighlighting,
|
|
1640
|
+
syntaxTree
|
|
1641
|
+
};
|
|
1642
|
+
//# sourceMappingURL=index.mjs.map
|