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,1424 @@
|
|
|
1
|
+
const defaultPerf = typeof performance === "object" && performance && typeof performance.now === "function" ? performance : Date;
|
|
2
|
+
const warned = /* @__PURE__ */ new Set();
|
|
3
|
+
const PROCESS = typeof process === "object" && !!process ? process : {};
|
|
4
|
+
const emitWarning = (msg, type, code, fn) => {
|
|
5
|
+
typeof PROCESS.emitWarning === "function" ? PROCESS.emitWarning(msg, type, code, fn) : console.error(`[${code}] ${type}: ${msg}`);
|
|
6
|
+
};
|
|
7
|
+
let AC = globalThis.AbortController;
|
|
8
|
+
let AS = globalThis.AbortSignal;
|
|
9
|
+
if (typeof AC === "undefined") {
|
|
10
|
+
AS = class AbortSignal {
|
|
11
|
+
onabort;
|
|
12
|
+
_onabort = [];
|
|
13
|
+
reason;
|
|
14
|
+
aborted = false;
|
|
15
|
+
addEventListener(_, fn) {
|
|
16
|
+
this._onabort.push(fn);
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
|
+
AC = class AbortController {
|
|
20
|
+
constructor() {
|
|
21
|
+
warnACPolyfill();
|
|
22
|
+
}
|
|
23
|
+
signal = new AS();
|
|
24
|
+
abort(reason) {
|
|
25
|
+
if (this.signal.aborted)
|
|
26
|
+
return;
|
|
27
|
+
this.signal.reason = reason;
|
|
28
|
+
this.signal.aborted = true;
|
|
29
|
+
for (const fn of this.signal._onabort) {
|
|
30
|
+
fn(reason);
|
|
31
|
+
}
|
|
32
|
+
this.signal.onabort?.(reason);
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
let printACPolyfillWarning = PROCESS.env?.LRU_CACHE_IGNORE_AC_WARNING !== "1";
|
|
36
|
+
const warnACPolyfill = () => {
|
|
37
|
+
if (!printACPolyfillWarning)
|
|
38
|
+
return;
|
|
39
|
+
printACPolyfillWarning = false;
|
|
40
|
+
emitWarning("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.", "NO_ABORT_CONTROLLER", "ENOTSUP", warnACPolyfill);
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
const shouldWarn = (code) => !warned.has(code);
|
|
44
|
+
const isPosInt = (n) => n && n === Math.floor(n) && n > 0 && isFinite(n);
|
|
45
|
+
const getUintArray = (max) => !isPosInt(max) ? null : max <= Math.pow(2, 8) ? Uint8Array : max <= Math.pow(2, 16) ? Uint16Array : max <= Math.pow(2, 32) ? Uint32Array : max <= Number.MAX_SAFE_INTEGER ? ZeroArray : null;
|
|
46
|
+
class ZeroArray extends Array {
|
|
47
|
+
constructor(size) {
|
|
48
|
+
super(size);
|
|
49
|
+
this.fill(0);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
class Stack {
|
|
53
|
+
heap;
|
|
54
|
+
length;
|
|
55
|
+
// private constructor
|
|
56
|
+
static #constructing = false;
|
|
57
|
+
static create(max) {
|
|
58
|
+
const HeapCls = getUintArray(max);
|
|
59
|
+
if (!HeapCls)
|
|
60
|
+
return [];
|
|
61
|
+
Stack.#constructing = true;
|
|
62
|
+
const s = new Stack(max, HeapCls);
|
|
63
|
+
Stack.#constructing = false;
|
|
64
|
+
return s;
|
|
65
|
+
}
|
|
66
|
+
constructor(max, HeapCls) {
|
|
67
|
+
if (!Stack.#constructing) {
|
|
68
|
+
throw new TypeError("instantiate Stack using Stack.create(n)");
|
|
69
|
+
}
|
|
70
|
+
this.heap = new HeapCls(max);
|
|
71
|
+
this.length = 0;
|
|
72
|
+
}
|
|
73
|
+
push(n) {
|
|
74
|
+
this.heap[this.length++] = n;
|
|
75
|
+
}
|
|
76
|
+
pop() {
|
|
77
|
+
return this.heap[--this.length];
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
class LRUCache {
|
|
81
|
+
// options that cannot be changed without disaster
|
|
82
|
+
#max;
|
|
83
|
+
#maxSize;
|
|
84
|
+
#dispose;
|
|
85
|
+
#onInsert;
|
|
86
|
+
#disposeAfter;
|
|
87
|
+
#fetchMethod;
|
|
88
|
+
#memoMethod;
|
|
89
|
+
#perf;
|
|
90
|
+
/**
|
|
91
|
+
* {@link LRUCache.OptionsBase.perf}
|
|
92
|
+
*/
|
|
93
|
+
get perf() {
|
|
94
|
+
return this.#perf;
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* {@link LRUCache.OptionsBase.ttl}
|
|
98
|
+
*/
|
|
99
|
+
ttl;
|
|
100
|
+
/**
|
|
101
|
+
* {@link LRUCache.OptionsBase.ttlResolution}
|
|
102
|
+
*/
|
|
103
|
+
ttlResolution;
|
|
104
|
+
/**
|
|
105
|
+
* {@link LRUCache.OptionsBase.ttlAutopurge}
|
|
106
|
+
*/
|
|
107
|
+
ttlAutopurge;
|
|
108
|
+
/**
|
|
109
|
+
* {@link LRUCache.OptionsBase.updateAgeOnGet}
|
|
110
|
+
*/
|
|
111
|
+
updateAgeOnGet;
|
|
112
|
+
/**
|
|
113
|
+
* {@link LRUCache.OptionsBase.updateAgeOnHas}
|
|
114
|
+
*/
|
|
115
|
+
updateAgeOnHas;
|
|
116
|
+
/**
|
|
117
|
+
* {@link LRUCache.OptionsBase.allowStale}
|
|
118
|
+
*/
|
|
119
|
+
allowStale;
|
|
120
|
+
/**
|
|
121
|
+
* {@link LRUCache.OptionsBase.noDisposeOnSet}
|
|
122
|
+
*/
|
|
123
|
+
noDisposeOnSet;
|
|
124
|
+
/**
|
|
125
|
+
* {@link LRUCache.OptionsBase.noUpdateTTL}
|
|
126
|
+
*/
|
|
127
|
+
noUpdateTTL;
|
|
128
|
+
/**
|
|
129
|
+
* {@link LRUCache.OptionsBase.maxEntrySize}
|
|
130
|
+
*/
|
|
131
|
+
maxEntrySize;
|
|
132
|
+
/**
|
|
133
|
+
* {@link LRUCache.OptionsBase.sizeCalculation}
|
|
134
|
+
*/
|
|
135
|
+
sizeCalculation;
|
|
136
|
+
/**
|
|
137
|
+
* {@link LRUCache.OptionsBase.noDeleteOnFetchRejection}
|
|
138
|
+
*/
|
|
139
|
+
noDeleteOnFetchRejection;
|
|
140
|
+
/**
|
|
141
|
+
* {@link LRUCache.OptionsBase.noDeleteOnStaleGet}
|
|
142
|
+
*/
|
|
143
|
+
noDeleteOnStaleGet;
|
|
144
|
+
/**
|
|
145
|
+
* {@link LRUCache.OptionsBase.allowStaleOnFetchAbort}
|
|
146
|
+
*/
|
|
147
|
+
allowStaleOnFetchAbort;
|
|
148
|
+
/**
|
|
149
|
+
* {@link LRUCache.OptionsBase.allowStaleOnFetchRejection}
|
|
150
|
+
*/
|
|
151
|
+
allowStaleOnFetchRejection;
|
|
152
|
+
/**
|
|
153
|
+
* {@link LRUCache.OptionsBase.ignoreFetchAbort}
|
|
154
|
+
*/
|
|
155
|
+
ignoreFetchAbort;
|
|
156
|
+
// computed properties
|
|
157
|
+
#size;
|
|
158
|
+
#calculatedSize;
|
|
159
|
+
#keyMap;
|
|
160
|
+
#keyList;
|
|
161
|
+
#valList;
|
|
162
|
+
#next;
|
|
163
|
+
#prev;
|
|
164
|
+
#head;
|
|
165
|
+
#tail;
|
|
166
|
+
#free;
|
|
167
|
+
#disposed;
|
|
168
|
+
#sizes;
|
|
169
|
+
#starts;
|
|
170
|
+
#ttls;
|
|
171
|
+
#autopurgeTimers;
|
|
172
|
+
#hasDispose;
|
|
173
|
+
#hasFetchMethod;
|
|
174
|
+
#hasDisposeAfter;
|
|
175
|
+
#hasOnInsert;
|
|
176
|
+
/**
|
|
177
|
+
* Do not call this method unless you need to inspect the
|
|
178
|
+
* inner workings of the cache. If anything returned by this
|
|
179
|
+
* object is modified in any way, strange breakage may occur.
|
|
180
|
+
*
|
|
181
|
+
* These fields are private for a reason!
|
|
182
|
+
*
|
|
183
|
+
* @internal
|
|
184
|
+
*/
|
|
185
|
+
static unsafeExposeInternals(c) {
|
|
186
|
+
return {
|
|
187
|
+
// properties
|
|
188
|
+
starts: c.#starts,
|
|
189
|
+
ttls: c.#ttls,
|
|
190
|
+
autopurgeTimers: c.#autopurgeTimers,
|
|
191
|
+
sizes: c.#sizes,
|
|
192
|
+
keyMap: c.#keyMap,
|
|
193
|
+
keyList: c.#keyList,
|
|
194
|
+
valList: c.#valList,
|
|
195
|
+
next: c.#next,
|
|
196
|
+
prev: c.#prev,
|
|
197
|
+
get head() {
|
|
198
|
+
return c.#head;
|
|
199
|
+
},
|
|
200
|
+
get tail() {
|
|
201
|
+
return c.#tail;
|
|
202
|
+
},
|
|
203
|
+
free: c.#free,
|
|
204
|
+
// methods
|
|
205
|
+
isBackgroundFetch: (p) => c.#isBackgroundFetch(p),
|
|
206
|
+
backgroundFetch: (k, index, options, context) => c.#backgroundFetch(k, index, options, context),
|
|
207
|
+
moveToTail: (index) => c.#moveToTail(index),
|
|
208
|
+
indexes: (options) => c.#indexes(options),
|
|
209
|
+
rindexes: (options) => c.#rindexes(options),
|
|
210
|
+
isStale: (index) => c.#isStale(index)
|
|
211
|
+
};
|
|
212
|
+
}
|
|
213
|
+
// Protected read-only members
|
|
214
|
+
/**
|
|
215
|
+
* {@link LRUCache.OptionsBase.max} (read-only)
|
|
216
|
+
*/
|
|
217
|
+
get max() {
|
|
218
|
+
return this.#max;
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* {@link LRUCache.OptionsBase.maxSize} (read-only)
|
|
222
|
+
*/
|
|
223
|
+
get maxSize() {
|
|
224
|
+
return this.#maxSize;
|
|
225
|
+
}
|
|
226
|
+
/**
|
|
227
|
+
* The total computed size of items in the cache (read-only)
|
|
228
|
+
*/
|
|
229
|
+
get calculatedSize() {
|
|
230
|
+
return this.#calculatedSize;
|
|
231
|
+
}
|
|
232
|
+
/**
|
|
233
|
+
* The number of items stored in the cache (read-only)
|
|
234
|
+
*/
|
|
235
|
+
get size() {
|
|
236
|
+
return this.#size;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* {@link LRUCache.OptionsBase.fetchMethod} (read-only)
|
|
240
|
+
*/
|
|
241
|
+
get fetchMethod() {
|
|
242
|
+
return this.#fetchMethod;
|
|
243
|
+
}
|
|
244
|
+
get memoMethod() {
|
|
245
|
+
return this.#memoMethod;
|
|
246
|
+
}
|
|
247
|
+
/**
|
|
248
|
+
* {@link LRUCache.OptionsBase.dispose} (read-only)
|
|
249
|
+
*/
|
|
250
|
+
get dispose() {
|
|
251
|
+
return this.#dispose;
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* {@link LRUCache.OptionsBase.onInsert} (read-only)
|
|
255
|
+
*/
|
|
256
|
+
get onInsert() {
|
|
257
|
+
return this.#onInsert;
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
* {@link LRUCache.OptionsBase.disposeAfter} (read-only)
|
|
261
|
+
*/
|
|
262
|
+
get disposeAfter() {
|
|
263
|
+
return this.#disposeAfter;
|
|
264
|
+
}
|
|
265
|
+
constructor(options) {
|
|
266
|
+
const { max = 0, ttl, ttlResolution = 1, ttlAutopurge, updateAgeOnGet, updateAgeOnHas, allowStale, dispose, onInsert, disposeAfter, noDisposeOnSet, noUpdateTTL, maxSize = 0, maxEntrySize = 0, sizeCalculation, fetchMethod, memoMethod, noDeleteOnFetchRejection, noDeleteOnStaleGet, allowStaleOnFetchRejection, allowStaleOnFetchAbort, ignoreFetchAbort, perf } = options;
|
|
267
|
+
if (perf !== void 0) {
|
|
268
|
+
if (typeof perf?.now !== "function") {
|
|
269
|
+
throw new TypeError("perf option must have a now() method if specified");
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
this.#perf = perf ?? defaultPerf;
|
|
273
|
+
if (max !== 0 && !isPosInt(max)) {
|
|
274
|
+
throw new TypeError("max option must be a nonnegative integer");
|
|
275
|
+
}
|
|
276
|
+
const UintArray = max ? getUintArray(max) : Array;
|
|
277
|
+
if (!UintArray) {
|
|
278
|
+
throw new Error("invalid max value: " + max);
|
|
279
|
+
}
|
|
280
|
+
this.#max = max;
|
|
281
|
+
this.#maxSize = maxSize;
|
|
282
|
+
this.maxEntrySize = maxEntrySize || this.#maxSize;
|
|
283
|
+
this.sizeCalculation = sizeCalculation;
|
|
284
|
+
if (this.sizeCalculation) {
|
|
285
|
+
if (!this.#maxSize && !this.maxEntrySize) {
|
|
286
|
+
throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");
|
|
287
|
+
}
|
|
288
|
+
if (typeof this.sizeCalculation !== "function") {
|
|
289
|
+
throw new TypeError("sizeCalculation set to non-function");
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
if (memoMethod !== void 0 && typeof memoMethod !== "function") {
|
|
293
|
+
throw new TypeError("memoMethod must be a function if defined");
|
|
294
|
+
}
|
|
295
|
+
this.#memoMethod = memoMethod;
|
|
296
|
+
if (fetchMethod !== void 0 && typeof fetchMethod !== "function") {
|
|
297
|
+
throw new TypeError("fetchMethod must be a function if specified");
|
|
298
|
+
}
|
|
299
|
+
this.#fetchMethod = fetchMethod;
|
|
300
|
+
this.#hasFetchMethod = !!fetchMethod;
|
|
301
|
+
this.#keyMap = /* @__PURE__ */ new Map();
|
|
302
|
+
this.#keyList = new Array(max).fill(void 0);
|
|
303
|
+
this.#valList = new Array(max).fill(void 0);
|
|
304
|
+
this.#next = new UintArray(max);
|
|
305
|
+
this.#prev = new UintArray(max);
|
|
306
|
+
this.#head = 0;
|
|
307
|
+
this.#tail = 0;
|
|
308
|
+
this.#free = Stack.create(max);
|
|
309
|
+
this.#size = 0;
|
|
310
|
+
this.#calculatedSize = 0;
|
|
311
|
+
if (typeof dispose === "function") {
|
|
312
|
+
this.#dispose = dispose;
|
|
313
|
+
}
|
|
314
|
+
if (typeof onInsert === "function") {
|
|
315
|
+
this.#onInsert = onInsert;
|
|
316
|
+
}
|
|
317
|
+
if (typeof disposeAfter === "function") {
|
|
318
|
+
this.#disposeAfter = disposeAfter;
|
|
319
|
+
this.#disposed = [];
|
|
320
|
+
} else {
|
|
321
|
+
this.#disposeAfter = void 0;
|
|
322
|
+
this.#disposed = void 0;
|
|
323
|
+
}
|
|
324
|
+
this.#hasDispose = !!this.#dispose;
|
|
325
|
+
this.#hasOnInsert = !!this.#onInsert;
|
|
326
|
+
this.#hasDisposeAfter = !!this.#disposeAfter;
|
|
327
|
+
this.noDisposeOnSet = !!noDisposeOnSet;
|
|
328
|
+
this.noUpdateTTL = !!noUpdateTTL;
|
|
329
|
+
this.noDeleteOnFetchRejection = !!noDeleteOnFetchRejection;
|
|
330
|
+
this.allowStaleOnFetchRejection = !!allowStaleOnFetchRejection;
|
|
331
|
+
this.allowStaleOnFetchAbort = !!allowStaleOnFetchAbort;
|
|
332
|
+
this.ignoreFetchAbort = !!ignoreFetchAbort;
|
|
333
|
+
if (this.maxEntrySize !== 0) {
|
|
334
|
+
if (this.#maxSize !== 0) {
|
|
335
|
+
if (!isPosInt(this.#maxSize)) {
|
|
336
|
+
throw new TypeError("maxSize must be a positive integer if specified");
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
if (!isPosInt(this.maxEntrySize)) {
|
|
340
|
+
throw new TypeError("maxEntrySize must be a positive integer if specified");
|
|
341
|
+
}
|
|
342
|
+
this.#initializeSizeTracking();
|
|
343
|
+
}
|
|
344
|
+
this.allowStale = !!allowStale;
|
|
345
|
+
this.noDeleteOnStaleGet = !!noDeleteOnStaleGet;
|
|
346
|
+
this.updateAgeOnGet = !!updateAgeOnGet;
|
|
347
|
+
this.updateAgeOnHas = !!updateAgeOnHas;
|
|
348
|
+
this.ttlResolution = isPosInt(ttlResolution) || ttlResolution === 0 ? ttlResolution : 1;
|
|
349
|
+
this.ttlAutopurge = !!ttlAutopurge;
|
|
350
|
+
this.ttl = ttl || 0;
|
|
351
|
+
if (this.ttl) {
|
|
352
|
+
if (!isPosInt(this.ttl)) {
|
|
353
|
+
throw new TypeError("ttl must be a positive integer if specified");
|
|
354
|
+
}
|
|
355
|
+
this.#initializeTTLTracking();
|
|
356
|
+
}
|
|
357
|
+
if (this.#max === 0 && this.ttl === 0 && this.#maxSize === 0) {
|
|
358
|
+
throw new TypeError("At least one of max, maxSize, or ttl is required");
|
|
359
|
+
}
|
|
360
|
+
if (!this.ttlAutopurge && !this.#max && !this.#maxSize) {
|
|
361
|
+
const code = "LRU_CACHE_UNBOUNDED";
|
|
362
|
+
if (shouldWarn(code)) {
|
|
363
|
+
warned.add(code);
|
|
364
|
+
const msg = "TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.";
|
|
365
|
+
emitWarning(msg, "UnboundedCacheWarning", code, LRUCache);
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
/**
|
|
370
|
+
* Return the number of ms left in the item's TTL. If item is not in cache,
|
|
371
|
+
* returns `0`. Returns `Infinity` if item is in cache without a defined TTL.
|
|
372
|
+
*/
|
|
373
|
+
getRemainingTTL(key) {
|
|
374
|
+
return this.#keyMap.has(key) ? Infinity : 0;
|
|
375
|
+
}
|
|
376
|
+
#initializeTTLTracking() {
|
|
377
|
+
const ttls = new ZeroArray(this.#max);
|
|
378
|
+
const starts = new ZeroArray(this.#max);
|
|
379
|
+
this.#ttls = ttls;
|
|
380
|
+
this.#starts = starts;
|
|
381
|
+
const purgeTimers = this.ttlAutopurge ? new Array(this.#max) : void 0;
|
|
382
|
+
this.#autopurgeTimers = purgeTimers;
|
|
383
|
+
this.#setItemTTL = (index, ttl, start = this.#perf.now()) => {
|
|
384
|
+
starts[index] = ttl !== 0 ? start : 0;
|
|
385
|
+
ttls[index] = ttl;
|
|
386
|
+
if (purgeTimers?.[index]) {
|
|
387
|
+
clearTimeout(purgeTimers[index]);
|
|
388
|
+
purgeTimers[index] = void 0;
|
|
389
|
+
}
|
|
390
|
+
if (ttl !== 0 && purgeTimers) {
|
|
391
|
+
const t = setTimeout(() => {
|
|
392
|
+
if (this.#isStale(index)) {
|
|
393
|
+
this.#delete(this.#keyList[index], "expire");
|
|
394
|
+
}
|
|
395
|
+
}, ttl + 1);
|
|
396
|
+
if (t.unref) {
|
|
397
|
+
t.unref();
|
|
398
|
+
}
|
|
399
|
+
purgeTimers[index] = t;
|
|
400
|
+
}
|
|
401
|
+
};
|
|
402
|
+
this.#updateItemAge = (index) => {
|
|
403
|
+
starts[index] = ttls[index] !== 0 ? this.#perf.now() : 0;
|
|
404
|
+
};
|
|
405
|
+
this.#statusTTL = (status, index) => {
|
|
406
|
+
if (ttls[index]) {
|
|
407
|
+
const ttl = ttls[index];
|
|
408
|
+
const start = starts[index];
|
|
409
|
+
if (!ttl || !start)
|
|
410
|
+
return;
|
|
411
|
+
status.ttl = ttl;
|
|
412
|
+
status.start = start;
|
|
413
|
+
status.now = cachedNow || getNow();
|
|
414
|
+
const age = status.now - start;
|
|
415
|
+
status.remainingTTL = ttl - age;
|
|
416
|
+
}
|
|
417
|
+
};
|
|
418
|
+
let cachedNow = 0;
|
|
419
|
+
const getNow = () => {
|
|
420
|
+
const n = this.#perf.now();
|
|
421
|
+
if (this.ttlResolution > 0) {
|
|
422
|
+
cachedNow = n;
|
|
423
|
+
const t = setTimeout(() => cachedNow = 0, this.ttlResolution);
|
|
424
|
+
if (t.unref) {
|
|
425
|
+
t.unref();
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
return n;
|
|
429
|
+
};
|
|
430
|
+
this.getRemainingTTL = (key) => {
|
|
431
|
+
const index = this.#keyMap.get(key);
|
|
432
|
+
if (index === void 0) {
|
|
433
|
+
return 0;
|
|
434
|
+
}
|
|
435
|
+
const ttl = ttls[index];
|
|
436
|
+
const start = starts[index];
|
|
437
|
+
if (!ttl || !start) {
|
|
438
|
+
return Infinity;
|
|
439
|
+
}
|
|
440
|
+
const age = (cachedNow || getNow()) - start;
|
|
441
|
+
return ttl - age;
|
|
442
|
+
};
|
|
443
|
+
this.#isStale = (index) => {
|
|
444
|
+
const s = starts[index];
|
|
445
|
+
const t = ttls[index];
|
|
446
|
+
return !!t && !!s && (cachedNow || getNow()) - s > t;
|
|
447
|
+
};
|
|
448
|
+
}
|
|
449
|
+
// conditionally set private methods related to TTL
|
|
450
|
+
#updateItemAge = () => {
|
|
451
|
+
};
|
|
452
|
+
#statusTTL = () => {
|
|
453
|
+
};
|
|
454
|
+
#setItemTTL = () => {
|
|
455
|
+
};
|
|
456
|
+
/* c8 ignore stop */
|
|
457
|
+
#isStale = () => false;
|
|
458
|
+
#initializeSizeTracking() {
|
|
459
|
+
const sizes = new ZeroArray(this.#max);
|
|
460
|
+
this.#calculatedSize = 0;
|
|
461
|
+
this.#sizes = sizes;
|
|
462
|
+
this.#removeItemSize = (index) => {
|
|
463
|
+
this.#calculatedSize -= sizes[index];
|
|
464
|
+
sizes[index] = 0;
|
|
465
|
+
};
|
|
466
|
+
this.#requireSize = (k, v, size, sizeCalculation) => {
|
|
467
|
+
if (this.#isBackgroundFetch(v)) {
|
|
468
|
+
return 0;
|
|
469
|
+
}
|
|
470
|
+
if (!isPosInt(size)) {
|
|
471
|
+
if (sizeCalculation) {
|
|
472
|
+
if (typeof sizeCalculation !== "function") {
|
|
473
|
+
throw new TypeError("sizeCalculation must be a function");
|
|
474
|
+
}
|
|
475
|
+
size = sizeCalculation(v, k);
|
|
476
|
+
if (!isPosInt(size)) {
|
|
477
|
+
throw new TypeError("sizeCalculation return invalid (expect positive integer)");
|
|
478
|
+
}
|
|
479
|
+
} else {
|
|
480
|
+
throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
return size;
|
|
484
|
+
};
|
|
485
|
+
this.#addItemSize = (index, size, status) => {
|
|
486
|
+
sizes[index] = size;
|
|
487
|
+
if (this.#maxSize) {
|
|
488
|
+
const maxSize = this.#maxSize - sizes[index];
|
|
489
|
+
while (this.#calculatedSize > maxSize) {
|
|
490
|
+
this.#evict(true);
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
this.#calculatedSize += sizes[index];
|
|
494
|
+
if (status) {
|
|
495
|
+
status.entrySize = size;
|
|
496
|
+
status.totalCalculatedSize = this.#calculatedSize;
|
|
497
|
+
}
|
|
498
|
+
};
|
|
499
|
+
}
|
|
500
|
+
#removeItemSize = (_i) => {
|
|
501
|
+
};
|
|
502
|
+
#addItemSize = (_i, _s, _st) => {
|
|
503
|
+
};
|
|
504
|
+
#requireSize = (_k, _v, size, sizeCalculation) => {
|
|
505
|
+
if (size || sizeCalculation) {
|
|
506
|
+
throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");
|
|
507
|
+
}
|
|
508
|
+
return 0;
|
|
509
|
+
};
|
|
510
|
+
*#indexes({ allowStale = this.allowStale } = {}) {
|
|
511
|
+
if (this.#size) {
|
|
512
|
+
for (let i = this.#tail; true; ) {
|
|
513
|
+
if (!this.#isValidIndex(i)) {
|
|
514
|
+
break;
|
|
515
|
+
}
|
|
516
|
+
if (allowStale || !this.#isStale(i)) {
|
|
517
|
+
yield i;
|
|
518
|
+
}
|
|
519
|
+
if (i === this.#head) {
|
|
520
|
+
break;
|
|
521
|
+
} else {
|
|
522
|
+
i = this.#prev[i];
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
*#rindexes({ allowStale = this.allowStale } = {}) {
|
|
528
|
+
if (this.#size) {
|
|
529
|
+
for (let i = this.#head; true; ) {
|
|
530
|
+
if (!this.#isValidIndex(i)) {
|
|
531
|
+
break;
|
|
532
|
+
}
|
|
533
|
+
if (allowStale || !this.#isStale(i)) {
|
|
534
|
+
yield i;
|
|
535
|
+
}
|
|
536
|
+
if (i === this.#tail) {
|
|
537
|
+
break;
|
|
538
|
+
} else {
|
|
539
|
+
i = this.#next[i];
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
#isValidIndex(index) {
|
|
545
|
+
return index !== void 0 && this.#keyMap.get(this.#keyList[index]) === index;
|
|
546
|
+
}
|
|
547
|
+
/**
|
|
548
|
+
* Return a generator yielding `[key, value]` pairs,
|
|
549
|
+
* in order from most recently used to least recently used.
|
|
550
|
+
*/
|
|
551
|
+
*entries() {
|
|
552
|
+
for (const i of this.#indexes()) {
|
|
553
|
+
if (this.#valList[i] !== void 0 && this.#keyList[i] !== void 0 && !this.#isBackgroundFetch(this.#valList[i])) {
|
|
554
|
+
yield [this.#keyList[i], this.#valList[i]];
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
/**
|
|
559
|
+
* Inverse order version of {@link LRUCache.entries}
|
|
560
|
+
*
|
|
561
|
+
* Return a generator yielding `[key, value]` pairs,
|
|
562
|
+
* in order from least recently used to most recently used.
|
|
563
|
+
*/
|
|
564
|
+
*rentries() {
|
|
565
|
+
for (const i of this.#rindexes()) {
|
|
566
|
+
if (this.#valList[i] !== void 0 && this.#keyList[i] !== void 0 && !this.#isBackgroundFetch(this.#valList[i])) {
|
|
567
|
+
yield [this.#keyList[i], this.#valList[i]];
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
/**
|
|
572
|
+
* Return a generator yielding the keys in the cache,
|
|
573
|
+
* in order from most recently used to least recently used.
|
|
574
|
+
*/
|
|
575
|
+
*keys() {
|
|
576
|
+
for (const i of this.#indexes()) {
|
|
577
|
+
const k = this.#keyList[i];
|
|
578
|
+
if (k !== void 0 && !this.#isBackgroundFetch(this.#valList[i])) {
|
|
579
|
+
yield k;
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
/**
|
|
584
|
+
* Inverse order version of {@link LRUCache.keys}
|
|
585
|
+
*
|
|
586
|
+
* Return a generator yielding the keys in the cache,
|
|
587
|
+
* in order from least recently used to most recently used.
|
|
588
|
+
*/
|
|
589
|
+
*rkeys() {
|
|
590
|
+
for (const i of this.#rindexes()) {
|
|
591
|
+
const k = this.#keyList[i];
|
|
592
|
+
if (k !== void 0 && !this.#isBackgroundFetch(this.#valList[i])) {
|
|
593
|
+
yield k;
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
/**
|
|
598
|
+
* Return a generator yielding the values in the cache,
|
|
599
|
+
* in order from most recently used to least recently used.
|
|
600
|
+
*/
|
|
601
|
+
*values() {
|
|
602
|
+
for (const i of this.#indexes()) {
|
|
603
|
+
const v = this.#valList[i];
|
|
604
|
+
if (v !== void 0 && !this.#isBackgroundFetch(this.#valList[i])) {
|
|
605
|
+
yield this.#valList[i];
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
}
|
|
609
|
+
/**
|
|
610
|
+
* Inverse order version of {@link LRUCache.values}
|
|
611
|
+
*
|
|
612
|
+
* Return a generator yielding the values in the cache,
|
|
613
|
+
* in order from least recently used to most recently used.
|
|
614
|
+
*/
|
|
615
|
+
*rvalues() {
|
|
616
|
+
for (const i of this.#rindexes()) {
|
|
617
|
+
const v = this.#valList[i];
|
|
618
|
+
if (v !== void 0 && !this.#isBackgroundFetch(this.#valList[i])) {
|
|
619
|
+
yield this.#valList[i];
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
/**
|
|
624
|
+
* Iterating over the cache itself yields the same results as
|
|
625
|
+
* {@link LRUCache.entries}
|
|
626
|
+
*/
|
|
627
|
+
[Symbol.iterator]() {
|
|
628
|
+
return this.entries();
|
|
629
|
+
}
|
|
630
|
+
/**
|
|
631
|
+
* A String value that is used in the creation of the default string
|
|
632
|
+
* description of an object. Called by the built-in method
|
|
633
|
+
* `Object.prototype.toString`.
|
|
634
|
+
*/
|
|
635
|
+
[Symbol.toStringTag] = "LRUCache";
|
|
636
|
+
/**
|
|
637
|
+
* Find a value for which the supplied fn method returns a truthy value,
|
|
638
|
+
* similar to `Array.find()`. fn is called as `fn(value, key, cache)`.
|
|
639
|
+
*/
|
|
640
|
+
find(fn, getOptions = {}) {
|
|
641
|
+
for (const i of this.#indexes()) {
|
|
642
|
+
const v = this.#valList[i];
|
|
643
|
+
const value = this.#isBackgroundFetch(v) ? v.__staleWhileFetching : v;
|
|
644
|
+
if (value === void 0)
|
|
645
|
+
continue;
|
|
646
|
+
if (fn(value, this.#keyList[i], this)) {
|
|
647
|
+
return this.get(this.#keyList[i], getOptions);
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
}
|
|
651
|
+
/**
|
|
652
|
+
* Call the supplied function on each item in the cache, in order from most
|
|
653
|
+
* recently used to least recently used.
|
|
654
|
+
*
|
|
655
|
+
* `fn` is called as `fn(value, key, cache)`.
|
|
656
|
+
*
|
|
657
|
+
* If `thisp` is provided, function will be called in the `this`-context of
|
|
658
|
+
* the provided object, or the cache if no `thisp` object is provided.
|
|
659
|
+
*
|
|
660
|
+
* Does not update age or recenty of use, or iterate over stale values.
|
|
661
|
+
*/
|
|
662
|
+
forEach(fn, thisp = this) {
|
|
663
|
+
for (const i of this.#indexes()) {
|
|
664
|
+
const v = this.#valList[i];
|
|
665
|
+
const value = this.#isBackgroundFetch(v) ? v.__staleWhileFetching : v;
|
|
666
|
+
if (value === void 0)
|
|
667
|
+
continue;
|
|
668
|
+
fn.call(thisp, value, this.#keyList[i], this);
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
/**
|
|
672
|
+
* The same as {@link LRUCache.forEach} but items are iterated over in
|
|
673
|
+
* reverse order. (ie, less recently used items are iterated over first.)
|
|
674
|
+
*/
|
|
675
|
+
rforEach(fn, thisp = this) {
|
|
676
|
+
for (const i of this.#rindexes()) {
|
|
677
|
+
const v = this.#valList[i];
|
|
678
|
+
const value = this.#isBackgroundFetch(v) ? v.__staleWhileFetching : v;
|
|
679
|
+
if (value === void 0)
|
|
680
|
+
continue;
|
|
681
|
+
fn.call(thisp, value, this.#keyList[i], this);
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
/**
|
|
685
|
+
* Delete any stale entries. Returns true if anything was removed,
|
|
686
|
+
* false otherwise.
|
|
687
|
+
*/
|
|
688
|
+
purgeStale() {
|
|
689
|
+
let deleted = false;
|
|
690
|
+
for (const i of this.#rindexes({ allowStale: true })) {
|
|
691
|
+
if (this.#isStale(i)) {
|
|
692
|
+
this.#delete(this.#keyList[i], "expire");
|
|
693
|
+
deleted = true;
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
return deleted;
|
|
697
|
+
}
|
|
698
|
+
/**
|
|
699
|
+
* Get the extended info about a given entry, to get its value, size, and
|
|
700
|
+
* TTL info simultaneously. Returns `undefined` if the key is not present.
|
|
701
|
+
*
|
|
702
|
+
* Unlike {@link LRUCache#dump}, which is designed to be portable and survive
|
|
703
|
+
* serialization, the `start` value is always the current timestamp, and the
|
|
704
|
+
* `ttl` is a calculated remaining time to live (negative if expired).
|
|
705
|
+
*
|
|
706
|
+
* Always returns stale values, if their info is found in the cache, so be
|
|
707
|
+
* sure to check for expirations (ie, a negative {@link LRUCache.Entry#ttl})
|
|
708
|
+
* if relevant.
|
|
709
|
+
*/
|
|
710
|
+
info(key) {
|
|
711
|
+
const i = this.#keyMap.get(key);
|
|
712
|
+
if (i === void 0)
|
|
713
|
+
return void 0;
|
|
714
|
+
const v = this.#valList[i];
|
|
715
|
+
const value = this.#isBackgroundFetch(v) ? v.__staleWhileFetching : v;
|
|
716
|
+
if (value === void 0)
|
|
717
|
+
return void 0;
|
|
718
|
+
const entry = { value };
|
|
719
|
+
if (this.#ttls && this.#starts) {
|
|
720
|
+
const ttl = this.#ttls[i];
|
|
721
|
+
const start = this.#starts[i];
|
|
722
|
+
if (ttl && start) {
|
|
723
|
+
const remain = ttl - (this.#perf.now() - start);
|
|
724
|
+
entry.ttl = remain;
|
|
725
|
+
entry.start = Date.now();
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
if (this.#sizes) {
|
|
729
|
+
entry.size = this.#sizes[i];
|
|
730
|
+
}
|
|
731
|
+
return entry;
|
|
732
|
+
}
|
|
733
|
+
/**
|
|
734
|
+
* Return an array of [key, {@link LRUCache.Entry}] tuples which can be
|
|
735
|
+
* passed to {@link LRUCache#load}.
|
|
736
|
+
*
|
|
737
|
+
* The `start` fields are calculated relative to a portable `Date.now()`
|
|
738
|
+
* timestamp, even if `performance.now()` is available.
|
|
739
|
+
*
|
|
740
|
+
* Stale entries are always included in the `dump`, even if
|
|
741
|
+
* {@link LRUCache.OptionsBase.allowStale} is false.
|
|
742
|
+
*
|
|
743
|
+
* Note: this returns an actual array, not a generator, so it can be more
|
|
744
|
+
* easily passed around.
|
|
745
|
+
*/
|
|
746
|
+
dump() {
|
|
747
|
+
const arr = [];
|
|
748
|
+
for (const i of this.#indexes({ allowStale: true })) {
|
|
749
|
+
const key = this.#keyList[i];
|
|
750
|
+
const v = this.#valList[i];
|
|
751
|
+
const value = this.#isBackgroundFetch(v) ? v.__staleWhileFetching : v;
|
|
752
|
+
if (value === void 0 || key === void 0)
|
|
753
|
+
continue;
|
|
754
|
+
const entry = { value };
|
|
755
|
+
if (this.#ttls && this.#starts) {
|
|
756
|
+
entry.ttl = this.#ttls[i];
|
|
757
|
+
const age = this.#perf.now() - this.#starts[i];
|
|
758
|
+
entry.start = Math.floor(Date.now() - age);
|
|
759
|
+
}
|
|
760
|
+
if (this.#sizes) {
|
|
761
|
+
entry.size = this.#sizes[i];
|
|
762
|
+
}
|
|
763
|
+
arr.unshift([key, entry]);
|
|
764
|
+
}
|
|
765
|
+
return arr;
|
|
766
|
+
}
|
|
767
|
+
/**
|
|
768
|
+
* Reset the cache and load in the items in entries in the order listed.
|
|
769
|
+
*
|
|
770
|
+
* The shape of the resulting cache may be different if the same options are
|
|
771
|
+
* not used in both caches.
|
|
772
|
+
*
|
|
773
|
+
* The `start` fields are assumed to be calculated relative to a portable
|
|
774
|
+
* `Date.now()` timestamp, even if `performance.now()` is available.
|
|
775
|
+
*/
|
|
776
|
+
load(arr) {
|
|
777
|
+
this.clear();
|
|
778
|
+
for (const [key, entry] of arr) {
|
|
779
|
+
if (entry.start) {
|
|
780
|
+
const age = Date.now() - entry.start;
|
|
781
|
+
entry.start = this.#perf.now() - age;
|
|
782
|
+
}
|
|
783
|
+
this.set(key, entry.value, entry);
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
/**
|
|
787
|
+
* Add a value to the cache.
|
|
788
|
+
*
|
|
789
|
+
* Note: if `undefined` is specified as a value, this is an alias for
|
|
790
|
+
* {@link LRUCache#delete}
|
|
791
|
+
*
|
|
792
|
+
* Fields on the {@link LRUCache.SetOptions} options param will override
|
|
793
|
+
* their corresponding values in the constructor options for the scope
|
|
794
|
+
* of this single `set()` operation.
|
|
795
|
+
*
|
|
796
|
+
* If `start` is provided, then that will set the effective start
|
|
797
|
+
* time for the TTL calculation. Note that this must be a previous
|
|
798
|
+
* value of `performance.now()` if supported, or a previous value of
|
|
799
|
+
* `Date.now()` if not.
|
|
800
|
+
*
|
|
801
|
+
* Options object may also include `size`, which will prevent
|
|
802
|
+
* calling the `sizeCalculation` function and just use the specified
|
|
803
|
+
* number if it is a positive integer, and `noDisposeOnSet` which
|
|
804
|
+
* will prevent calling a `dispose` function in the case of
|
|
805
|
+
* overwrites.
|
|
806
|
+
*
|
|
807
|
+
* If the `size` (or return value of `sizeCalculation`) for a given
|
|
808
|
+
* entry is greater than `maxEntrySize`, then the item will not be
|
|
809
|
+
* added to the cache.
|
|
810
|
+
*
|
|
811
|
+
* Will update the recency of the entry.
|
|
812
|
+
*
|
|
813
|
+
* If the value is `undefined`, then this is an alias for
|
|
814
|
+
* `cache.delete(key)`. `undefined` is never stored in the cache.
|
|
815
|
+
*/
|
|
816
|
+
set(k, v, setOptions = {}) {
|
|
817
|
+
if (v === void 0) {
|
|
818
|
+
this.delete(k);
|
|
819
|
+
return this;
|
|
820
|
+
}
|
|
821
|
+
const { ttl = this.ttl, start, noDisposeOnSet = this.noDisposeOnSet, sizeCalculation = this.sizeCalculation, status } = setOptions;
|
|
822
|
+
let { noUpdateTTL = this.noUpdateTTL } = setOptions;
|
|
823
|
+
const size = this.#requireSize(k, v, setOptions.size || 0, sizeCalculation);
|
|
824
|
+
if (this.maxEntrySize && size > this.maxEntrySize) {
|
|
825
|
+
if (status) {
|
|
826
|
+
status.set = "miss";
|
|
827
|
+
status.maxEntrySizeExceeded = true;
|
|
828
|
+
}
|
|
829
|
+
this.#delete(k, "set");
|
|
830
|
+
return this;
|
|
831
|
+
}
|
|
832
|
+
let index = this.#size === 0 ? void 0 : this.#keyMap.get(k);
|
|
833
|
+
if (index === void 0) {
|
|
834
|
+
index = this.#size === 0 ? this.#tail : this.#free.length !== 0 ? this.#free.pop() : this.#size === this.#max ? this.#evict(false) : this.#size;
|
|
835
|
+
this.#keyList[index] = k;
|
|
836
|
+
this.#valList[index] = v;
|
|
837
|
+
this.#keyMap.set(k, index);
|
|
838
|
+
this.#next[this.#tail] = index;
|
|
839
|
+
this.#prev[index] = this.#tail;
|
|
840
|
+
this.#tail = index;
|
|
841
|
+
this.#size++;
|
|
842
|
+
this.#addItemSize(index, size, status);
|
|
843
|
+
if (status)
|
|
844
|
+
status.set = "add";
|
|
845
|
+
noUpdateTTL = false;
|
|
846
|
+
if (this.#hasOnInsert) {
|
|
847
|
+
this.#onInsert?.(v, k, "add");
|
|
848
|
+
}
|
|
849
|
+
} else {
|
|
850
|
+
this.#moveToTail(index);
|
|
851
|
+
const oldVal = this.#valList[index];
|
|
852
|
+
if (v !== oldVal) {
|
|
853
|
+
if (this.#hasFetchMethod && this.#isBackgroundFetch(oldVal)) {
|
|
854
|
+
oldVal.__abortController.abort(new Error("replaced"));
|
|
855
|
+
const { __staleWhileFetching: s } = oldVal;
|
|
856
|
+
if (s !== void 0 && !noDisposeOnSet) {
|
|
857
|
+
if (this.#hasDispose) {
|
|
858
|
+
this.#dispose?.(s, k, "set");
|
|
859
|
+
}
|
|
860
|
+
if (this.#hasDisposeAfter) {
|
|
861
|
+
this.#disposed?.push([s, k, "set"]);
|
|
862
|
+
}
|
|
863
|
+
}
|
|
864
|
+
} else if (!noDisposeOnSet) {
|
|
865
|
+
if (this.#hasDispose) {
|
|
866
|
+
this.#dispose?.(oldVal, k, "set");
|
|
867
|
+
}
|
|
868
|
+
if (this.#hasDisposeAfter) {
|
|
869
|
+
this.#disposed?.push([oldVal, k, "set"]);
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
this.#removeItemSize(index);
|
|
873
|
+
this.#addItemSize(index, size, status);
|
|
874
|
+
this.#valList[index] = v;
|
|
875
|
+
if (status) {
|
|
876
|
+
status.set = "replace";
|
|
877
|
+
const oldValue = oldVal && this.#isBackgroundFetch(oldVal) ? oldVal.__staleWhileFetching : oldVal;
|
|
878
|
+
if (oldValue !== void 0)
|
|
879
|
+
status.oldValue = oldValue;
|
|
880
|
+
}
|
|
881
|
+
} else if (status) {
|
|
882
|
+
status.set = "update";
|
|
883
|
+
}
|
|
884
|
+
if (this.#hasOnInsert) {
|
|
885
|
+
this.onInsert?.(v, k, v === oldVal ? "update" : "replace");
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
if (ttl !== 0 && !this.#ttls) {
|
|
889
|
+
this.#initializeTTLTracking();
|
|
890
|
+
}
|
|
891
|
+
if (this.#ttls) {
|
|
892
|
+
if (!noUpdateTTL) {
|
|
893
|
+
this.#setItemTTL(index, ttl, start);
|
|
894
|
+
}
|
|
895
|
+
if (status)
|
|
896
|
+
this.#statusTTL(status, index);
|
|
897
|
+
}
|
|
898
|
+
if (!noDisposeOnSet && this.#hasDisposeAfter && this.#disposed) {
|
|
899
|
+
const dt = this.#disposed;
|
|
900
|
+
let task;
|
|
901
|
+
while (task = dt?.shift()) {
|
|
902
|
+
this.#disposeAfter?.(...task);
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
return this;
|
|
906
|
+
}
|
|
907
|
+
/**
|
|
908
|
+
* Evict the least recently used item, returning its value or
|
|
909
|
+
* `undefined` if cache is empty.
|
|
910
|
+
*/
|
|
911
|
+
pop() {
|
|
912
|
+
try {
|
|
913
|
+
while (this.#size) {
|
|
914
|
+
const val = this.#valList[this.#head];
|
|
915
|
+
this.#evict(true);
|
|
916
|
+
if (this.#isBackgroundFetch(val)) {
|
|
917
|
+
if (val.__staleWhileFetching) {
|
|
918
|
+
return val.__staleWhileFetching;
|
|
919
|
+
}
|
|
920
|
+
} else if (val !== void 0) {
|
|
921
|
+
return val;
|
|
922
|
+
}
|
|
923
|
+
}
|
|
924
|
+
} finally {
|
|
925
|
+
if (this.#hasDisposeAfter && this.#disposed) {
|
|
926
|
+
const dt = this.#disposed;
|
|
927
|
+
let task;
|
|
928
|
+
while (task = dt?.shift()) {
|
|
929
|
+
this.#disposeAfter?.(...task);
|
|
930
|
+
}
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
}
|
|
934
|
+
#evict(free) {
|
|
935
|
+
const head = this.#head;
|
|
936
|
+
const k = this.#keyList[head];
|
|
937
|
+
const v = this.#valList[head];
|
|
938
|
+
if (this.#hasFetchMethod && this.#isBackgroundFetch(v)) {
|
|
939
|
+
v.__abortController.abort(new Error("evicted"));
|
|
940
|
+
} else if (this.#hasDispose || this.#hasDisposeAfter) {
|
|
941
|
+
if (this.#hasDispose) {
|
|
942
|
+
this.#dispose?.(v, k, "evict");
|
|
943
|
+
}
|
|
944
|
+
if (this.#hasDisposeAfter) {
|
|
945
|
+
this.#disposed?.push([v, k, "evict"]);
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
this.#removeItemSize(head);
|
|
949
|
+
if (this.#autopurgeTimers?.[head]) {
|
|
950
|
+
clearTimeout(this.#autopurgeTimers[head]);
|
|
951
|
+
this.#autopurgeTimers[head] = void 0;
|
|
952
|
+
}
|
|
953
|
+
if (free) {
|
|
954
|
+
this.#keyList[head] = void 0;
|
|
955
|
+
this.#valList[head] = void 0;
|
|
956
|
+
this.#free.push(head);
|
|
957
|
+
}
|
|
958
|
+
if (this.#size === 1) {
|
|
959
|
+
this.#head = this.#tail = 0;
|
|
960
|
+
this.#free.length = 0;
|
|
961
|
+
} else {
|
|
962
|
+
this.#head = this.#next[head];
|
|
963
|
+
}
|
|
964
|
+
this.#keyMap.delete(k);
|
|
965
|
+
this.#size--;
|
|
966
|
+
return head;
|
|
967
|
+
}
|
|
968
|
+
/**
|
|
969
|
+
* Check if a key is in the cache, without updating the recency of use.
|
|
970
|
+
* Will return false if the item is stale, even though it is technically
|
|
971
|
+
* in the cache.
|
|
972
|
+
*
|
|
973
|
+
* Check if a key is in the cache, without updating the recency of
|
|
974
|
+
* use. Age is updated if {@link LRUCache.OptionsBase.updateAgeOnHas} is set
|
|
975
|
+
* to `true` in either the options or the constructor.
|
|
976
|
+
*
|
|
977
|
+
* Will return `false` if the item is stale, even though it is technically in
|
|
978
|
+
* the cache. The difference can be determined (if it matters) by using a
|
|
979
|
+
* `status` argument, and inspecting the `has` field.
|
|
980
|
+
*
|
|
981
|
+
* Will not update item age unless
|
|
982
|
+
* {@link LRUCache.OptionsBase.updateAgeOnHas} is set.
|
|
983
|
+
*/
|
|
984
|
+
has(k, hasOptions = {}) {
|
|
985
|
+
const { updateAgeOnHas = this.updateAgeOnHas, status } = hasOptions;
|
|
986
|
+
const index = this.#keyMap.get(k);
|
|
987
|
+
if (index !== void 0) {
|
|
988
|
+
const v = this.#valList[index];
|
|
989
|
+
if (this.#isBackgroundFetch(v) && v.__staleWhileFetching === void 0) {
|
|
990
|
+
return false;
|
|
991
|
+
}
|
|
992
|
+
if (!this.#isStale(index)) {
|
|
993
|
+
if (updateAgeOnHas) {
|
|
994
|
+
this.#updateItemAge(index);
|
|
995
|
+
}
|
|
996
|
+
if (status) {
|
|
997
|
+
status.has = "hit";
|
|
998
|
+
this.#statusTTL(status, index);
|
|
999
|
+
}
|
|
1000
|
+
return true;
|
|
1001
|
+
} else if (status) {
|
|
1002
|
+
status.has = "stale";
|
|
1003
|
+
this.#statusTTL(status, index);
|
|
1004
|
+
}
|
|
1005
|
+
} else if (status) {
|
|
1006
|
+
status.has = "miss";
|
|
1007
|
+
}
|
|
1008
|
+
return false;
|
|
1009
|
+
}
|
|
1010
|
+
/**
|
|
1011
|
+
* Like {@link LRUCache#get} but doesn't update recency or delete stale
|
|
1012
|
+
* items.
|
|
1013
|
+
*
|
|
1014
|
+
* Returns `undefined` if the item is stale, unless
|
|
1015
|
+
* {@link LRUCache.OptionsBase.allowStale} is set.
|
|
1016
|
+
*/
|
|
1017
|
+
peek(k, peekOptions = {}) {
|
|
1018
|
+
const { allowStale = this.allowStale } = peekOptions;
|
|
1019
|
+
const index = this.#keyMap.get(k);
|
|
1020
|
+
if (index === void 0 || !allowStale && this.#isStale(index)) {
|
|
1021
|
+
return;
|
|
1022
|
+
}
|
|
1023
|
+
const v = this.#valList[index];
|
|
1024
|
+
return this.#isBackgroundFetch(v) ? v.__staleWhileFetching : v;
|
|
1025
|
+
}
|
|
1026
|
+
#backgroundFetch(k, index, options, context) {
|
|
1027
|
+
const v = index === void 0 ? void 0 : this.#valList[index];
|
|
1028
|
+
if (this.#isBackgroundFetch(v)) {
|
|
1029
|
+
return v;
|
|
1030
|
+
}
|
|
1031
|
+
const ac = new AC();
|
|
1032
|
+
const { signal } = options;
|
|
1033
|
+
signal?.addEventListener("abort", () => ac.abort(signal.reason), {
|
|
1034
|
+
signal: ac.signal
|
|
1035
|
+
});
|
|
1036
|
+
const fetchOpts = {
|
|
1037
|
+
signal: ac.signal,
|
|
1038
|
+
options,
|
|
1039
|
+
context
|
|
1040
|
+
};
|
|
1041
|
+
const cb = (v2, updateCache = false) => {
|
|
1042
|
+
const { aborted } = ac.signal;
|
|
1043
|
+
const ignoreAbort = options.ignoreFetchAbort && v2 !== void 0;
|
|
1044
|
+
if (options.status) {
|
|
1045
|
+
if (aborted && !updateCache) {
|
|
1046
|
+
options.status.fetchAborted = true;
|
|
1047
|
+
options.status.fetchError = ac.signal.reason;
|
|
1048
|
+
if (ignoreAbort)
|
|
1049
|
+
options.status.fetchAbortIgnored = true;
|
|
1050
|
+
} else {
|
|
1051
|
+
options.status.fetchResolved = true;
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
if (aborted && !ignoreAbort && !updateCache) {
|
|
1055
|
+
return fetchFail(ac.signal.reason);
|
|
1056
|
+
}
|
|
1057
|
+
const bf2 = p;
|
|
1058
|
+
const vl = this.#valList[index];
|
|
1059
|
+
if (vl === p || ignoreAbort && updateCache && vl === void 0) {
|
|
1060
|
+
if (v2 === void 0) {
|
|
1061
|
+
if (bf2.__staleWhileFetching !== void 0) {
|
|
1062
|
+
this.#valList[index] = bf2.__staleWhileFetching;
|
|
1063
|
+
} else {
|
|
1064
|
+
this.#delete(k, "fetch");
|
|
1065
|
+
}
|
|
1066
|
+
} else {
|
|
1067
|
+
if (options.status)
|
|
1068
|
+
options.status.fetchUpdated = true;
|
|
1069
|
+
this.set(k, v2, fetchOpts.options);
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1072
|
+
return v2;
|
|
1073
|
+
};
|
|
1074
|
+
const eb = (er) => {
|
|
1075
|
+
if (options.status) {
|
|
1076
|
+
options.status.fetchRejected = true;
|
|
1077
|
+
options.status.fetchError = er;
|
|
1078
|
+
}
|
|
1079
|
+
return fetchFail(er);
|
|
1080
|
+
};
|
|
1081
|
+
const fetchFail = (er) => {
|
|
1082
|
+
const { aborted } = ac.signal;
|
|
1083
|
+
const allowStaleAborted = aborted && options.allowStaleOnFetchAbort;
|
|
1084
|
+
const allowStale = allowStaleAborted || options.allowStaleOnFetchRejection;
|
|
1085
|
+
const noDelete = allowStale || options.noDeleteOnFetchRejection;
|
|
1086
|
+
const bf2 = p;
|
|
1087
|
+
if (this.#valList[index] === p) {
|
|
1088
|
+
const del = !noDelete || bf2.__staleWhileFetching === void 0;
|
|
1089
|
+
if (del) {
|
|
1090
|
+
this.#delete(k, "fetch");
|
|
1091
|
+
} else if (!allowStaleAborted) {
|
|
1092
|
+
this.#valList[index] = bf2.__staleWhileFetching;
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
if (allowStale) {
|
|
1096
|
+
if (options.status && bf2.__staleWhileFetching !== void 0) {
|
|
1097
|
+
options.status.returnedStale = true;
|
|
1098
|
+
}
|
|
1099
|
+
return bf2.__staleWhileFetching;
|
|
1100
|
+
} else if (bf2.__returned === bf2) {
|
|
1101
|
+
throw er;
|
|
1102
|
+
}
|
|
1103
|
+
};
|
|
1104
|
+
const pcall = (res, rej) => {
|
|
1105
|
+
const fmp = this.#fetchMethod?.(k, v, fetchOpts);
|
|
1106
|
+
if (fmp && fmp instanceof Promise) {
|
|
1107
|
+
fmp.then((v2) => res(v2 === void 0 ? void 0 : v2), rej);
|
|
1108
|
+
}
|
|
1109
|
+
ac.signal.addEventListener("abort", () => {
|
|
1110
|
+
if (!options.ignoreFetchAbort || options.allowStaleOnFetchAbort) {
|
|
1111
|
+
res(void 0);
|
|
1112
|
+
if (options.allowStaleOnFetchAbort) {
|
|
1113
|
+
res = (v2) => cb(v2, true);
|
|
1114
|
+
}
|
|
1115
|
+
}
|
|
1116
|
+
});
|
|
1117
|
+
};
|
|
1118
|
+
if (options.status)
|
|
1119
|
+
options.status.fetchDispatched = true;
|
|
1120
|
+
const p = new Promise(pcall).then(cb, eb);
|
|
1121
|
+
const bf = Object.assign(p, {
|
|
1122
|
+
__abortController: ac,
|
|
1123
|
+
__staleWhileFetching: v,
|
|
1124
|
+
__returned: void 0
|
|
1125
|
+
});
|
|
1126
|
+
if (index === void 0) {
|
|
1127
|
+
this.set(k, bf, { ...fetchOpts.options, status: void 0 });
|
|
1128
|
+
index = this.#keyMap.get(k);
|
|
1129
|
+
} else {
|
|
1130
|
+
this.#valList[index] = bf;
|
|
1131
|
+
}
|
|
1132
|
+
return bf;
|
|
1133
|
+
}
|
|
1134
|
+
#isBackgroundFetch(p) {
|
|
1135
|
+
if (!this.#hasFetchMethod)
|
|
1136
|
+
return false;
|
|
1137
|
+
const b = p;
|
|
1138
|
+
return !!b && b instanceof Promise && b.hasOwnProperty("__staleWhileFetching") && b.__abortController instanceof AC;
|
|
1139
|
+
}
|
|
1140
|
+
async fetch(k, fetchOptions = {}) {
|
|
1141
|
+
const {
|
|
1142
|
+
// get options
|
|
1143
|
+
allowStale = this.allowStale,
|
|
1144
|
+
updateAgeOnGet = this.updateAgeOnGet,
|
|
1145
|
+
noDeleteOnStaleGet = this.noDeleteOnStaleGet,
|
|
1146
|
+
// set options
|
|
1147
|
+
ttl = this.ttl,
|
|
1148
|
+
noDisposeOnSet = this.noDisposeOnSet,
|
|
1149
|
+
size = 0,
|
|
1150
|
+
sizeCalculation = this.sizeCalculation,
|
|
1151
|
+
noUpdateTTL = this.noUpdateTTL,
|
|
1152
|
+
// fetch exclusive options
|
|
1153
|
+
noDeleteOnFetchRejection = this.noDeleteOnFetchRejection,
|
|
1154
|
+
allowStaleOnFetchRejection = this.allowStaleOnFetchRejection,
|
|
1155
|
+
ignoreFetchAbort = this.ignoreFetchAbort,
|
|
1156
|
+
allowStaleOnFetchAbort = this.allowStaleOnFetchAbort,
|
|
1157
|
+
context,
|
|
1158
|
+
forceRefresh = false,
|
|
1159
|
+
status,
|
|
1160
|
+
signal
|
|
1161
|
+
} = fetchOptions;
|
|
1162
|
+
if (!this.#hasFetchMethod) {
|
|
1163
|
+
if (status)
|
|
1164
|
+
status.fetch = "get";
|
|
1165
|
+
return this.get(k, {
|
|
1166
|
+
allowStale,
|
|
1167
|
+
updateAgeOnGet,
|
|
1168
|
+
noDeleteOnStaleGet,
|
|
1169
|
+
status
|
|
1170
|
+
});
|
|
1171
|
+
}
|
|
1172
|
+
const options = {
|
|
1173
|
+
allowStale,
|
|
1174
|
+
updateAgeOnGet,
|
|
1175
|
+
noDeleteOnStaleGet,
|
|
1176
|
+
ttl,
|
|
1177
|
+
noDisposeOnSet,
|
|
1178
|
+
size,
|
|
1179
|
+
sizeCalculation,
|
|
1180
|
+
noUpdateTTL,
|
|
1181
|
+
noDeleteOnFetchRejection,
|
|
1182
|
+
allowStaleOnFetchRejection,
|
|
1183
|
+
allowStaleOnFetchAbort,
|
|
1184
|
+
ignoreFetchAbort,
|
|
1185
|
+
status,
|
|
1186
|
+
signal
|
|
1187
|
+
};
|
|
1188
|
+
let index = this.#keyMap.get(k);
|
|
1189
|
+
if (index === void 0) {
|
|
1190
|
+
if (status)
|
|
1191
|
+
status.fetch = "miss";
|
|
1192
|
+
const p = this.#backgroundFetch(k, index, options, context);
|
|
1193
|
+
return p.__returned = p;
|
|
1194
|
+
} else {
|
|
1195
|
+
const v = this.#valList[index];
|
|
1196
|
+
if (this.#isBackgroundFetch(v)) {
|
|
1197
|
+
const stale = allowStale && v.__staleWhileFetching !== void 0;
|
|
1198
|
+
if (status) {
|
|
1199
|
+
status.fetch = "inflight";
|
|
1200
|
+
if (stale)
|
|
1201
|
+
status.returnedStale = true;
|
|
1202
|
+
}
|
|
1203
|
+
return stale ? v.__staleWhileFetching : v.__returned = v;
|
|
1204
|
+
}
|
|
1205
|
+
const isStale = this.#isStale(index);
|
|
1206
|
+
if (!forceRefresh && !isStale) {
|
|
1207
|
+
if (status)
|
|
1208
|
+
status.fetch = "hit";
|
|
1209
|
+
this.#moveToTail(index);
|
|
1210
|
+
if (updateAgeOnGet) {
|
|
1211
|
+
this.#updateItemAge(index);
|
|
1212
|
+
}
|
|
1213
|
+
if (status)
|
|
1214
|
+
this.#statusTTL(status, index);
|
|
1215
|
+
return v;
|
|
1216
|
+
}
|
|
1217
|
+
const p = this.#backgroundFetch(k, index, options, context);
|
|
1218
|
+
const hasStale = p.__staleWhileFetching !== void 0;
|
|
1219
|
+
const staleVal = hasStale && allowStale;
|
|
1220
|
+
if (status) {
|
|
1221
|
+
status.fetch = isStale ? "stale" : "refresh";
|
|
1222
|
+
if (staleVal && isStale)
|
|
1223
|
+
status.returnedStale = true;
|
|
1224
|
+
}
|
|
1225
|
+
return staleVal ? p.__staleWhileFetching : p.__returned = p;
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
async forceFetch(k, fetchOptions = {}) {
|
|
1229
|
+
const v = await this.fetch(k, fetchOptions);
|
|
1230
|
+
if (v === void 0)
|
|
1231
|
+
throw new Error("fetch() returned undefined");
|
|
1232
|
+
return v;
|
|
1233
|
+
}
|
|
1234
|
+
memo(k, memoOptions = {}) {
|
|
1235
|
+
const memoMethod = this.#memoMethod;
|
|
1236
|
+
if (!memoMethod) {
|
|
1237
|
+
throw new Error("no memoMethod provided to constructor");
|
|
1238
|
+
}
|
|
1239
|
+
const { context, forceRefresh, ...options } = memoOptions;
|
|
1240
|
+
const v = this.get(k, options);
|
|
1241
|
+
if (!forceRefresh && v !== void 0)
|
|
1242
|
+
return v;
|
|
1243
|
+
const vv = memoMethod(k, v, {
|
|
1244
|
+
options,
|
|
1245
|
+
context
|
|
1246
|
+
});
|
|
1247
|
+
this.set(k, vv, options);
|
|
1248
|
+
return vv;
|
|
1249
|
+
}
|
|
1250
|
+
/**
|
|
1251
|
+
* Return a value from the cache. Will update the recency of the cache
|
|
1252
|
+
* entry found.
|
|
1253
|
+
*
|
|
1254
|
+
* If the key is not found, get() will return `undefined`.
|
|
1255
|
+
*/
|
|
1256
|
+
get(k, getOptions = {}) {
|
|
1257
|
+
const { allowStale = this.allowStale, updateAgeOnGet = this.updateAgeOnGet, noDeleteOnStaleGet = this.noDeleteOnStaleGet, status } = getOptions;
|
|
1258
|
+
const index = this.#keyMap.get(k);
|
|
1259
|
+
if (index !== void 0) {
|
|
1260
|
+
const value = this.#valList[index];
|
|
1261
|
+
const fetching = this.#isBackgroundFetch(value);
|
|
1262
|
+
if (status)
|
|
1263
|
+
this.#statusTTL(status, index);
|
|
1264
|
+
if (this.#isStale(index)) {
|
|
1265
|
+
if (status)
|
|
1266
|
+
status.get = "stale";
|
|
1267
|
+
if (!fetching) {
|
|
1268
|
+
if (!noDeleteOnStaleGet) {
|
|
1269
|
+
this.#delete(k, "expire");
|
|
1270
|
+
}
|
|
1271
|
+
if (status && allowStale)
|
|
1272
|
+
status.returnedStale = true;
|
|
1273
|
+
return allowStale ? value : void 0;
|
|
1274
|
+
} else {
|
|
1275
|
+
if (status && allowStale && value.__staleWhileFetching !== void 0) {
|
|
1276
|
+
status.returnedStale = true;
|
|
1277
|
+
}
|
|
1278
|
+
return allowStale ? value.__staleWhileFetching : void 0;
|
|
1279
|
+
}
|
|
1280
|
+
} else {
|
|
1281
|
+
if (status)
|
|
1282
|
+
status.get = "hit";
|
|
1283
|
+
if (fetching) {
|
|
1284
|
+
return value.__staleWhileFetching;
|
|
1285
|
+
}
|
|
1286
|
+
this.#moveToTail(index);
|
|
1287
|
+
if (updateAgeOnGet) {
|
|
1288
|
+
this.#updateItemAge(index);
|
|
1289
|
+
}
|
|
1290
|
+
return value;
|
|
1291
|
+
}
|
|
1292
|
+
} else if (status) {
|
|
1293
|
+
status.get = "miss";
|
|
1294
|
+
}
|
|
1295
|
+
}
|
|
1296
|
+
#connect(p, n) {
|
|
1297
|
+
this.#prev[n] = p;
|
|
1298
|
+
this.#next[p] = n;
|
|
1299
|
+
}
|
|
1300
|
+
#moveToTail(index) {
|
|
1301
|
+
if (index !== this.#tail) {
|
|
1302
|
+
if (index === this.#head) {
|
|
1303
|
+
this.#head = this.#next[index];
|
|
1304
|
+
} else {
|
|
1305
|
+
this.#connect(this.#prev[index], this.#next[index]);
|
|
1306
|
+
}
|
|
1307
|
+
this.#connect(this.#tail, index);
|
|
1308
|
+
this.#tail = index;
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1311
|
+
/**
|
|
1312
|
+
* Deletes a key out of the cache.
|
|
1313
|
+
*
|
|
1314
|
+
* Returns true if the key was deleted, false otherwise.
|
|
1315
|
+
*/
|
|
1316
|
+
delete(k) {
|
|
1317
|
+
return this.#delete(k, "delete");
|
|
1318
|
+
}
|
|
1319
|
+
#delete(k, reason) {
|
|
1320
|
+
let deleted = false;
|
|
1321
|
+
if (this.#size !== 0) {
|
|
1322
|
+
const index = this.#keyMap.get(k);
|
|
1323
|
+
if (index !== void 0) {
|
|
1324
|
+
if (this.#autopurgeTimers?.[index]) {
|
|
1325
|
+
clearTimeout(this.#autopurgeTimers?.[index]);
|
|
1326
|
+
this.#autopurgeTimers[index] = void 0;
|
|
1327
|
+
}
|
|
1328
|
+
deleted = true;
|
|
1329
|
+
if (this.#size === 1) {
|
|
1330
|
+
this.#clear(reason);
|
|
1331
|
+
} else {
|
|
1332
|
+
this.#removeItemSize(index);
|
|
1333
|
+
const v = this.#valList[index];
|
|
1334
|
+
if (this.#isBackgroundFetch(v)) {
|
|
1335
|
+
v.__abortController.abort(new Error("deleted"));
|
|
1336
|
+
} else if (this.#hasDispose || this.#hasDisposeAfter) {
|
|
1337
|
+
if (this.#hasDispose) {
|
|
1338
|
+
this.#dispose?.(v, k, reason);
|
|
1339
|
+
}
|
|
1340
|
+
if (this.#hasDisposeAfter) {
|
|
1341
|
+
this.#disposed?.push([v, k, reason]);
|
|
1342
|
+
}
|
|
1343
|
+
}
|
|
1344
|
+
this.#keyMap.delete(k);
|
|
1345
|
+
this.#keyList[index] = void 0;
|
|
1346
|
+
this.#valList[index] = void 0;
|
|
1347
|
+
if (index === this.#tail) {
|
|
1348
|
+
this.#tail = this.#prev[index];
|
|
1349
|
+
} else if (index === this.#head) {
|
|
1350
|
+
this.#head = this.#next[index];
|
|
1351
|
+
} else {
|
|
1352
|
+
const pi = this.#prev[index];
|
|
1353
|
+
this.#next[pi] = this.#next[index];
|
|
1354
|
+
const ni = this.#next[index];
|
|
1355
|
+
this.#prev[ni] = this.#prev[index];
|
|
1356
|
+
}
|
|
1357
|
+
this.#size--;
|
|
1358
|
+
this.#free.push(index);
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1362
|
+
if (this.#hasDisposeAfter && this.#disposed?.length) {
|
|
1363
|
+
const dt = this.#disposed;
|
|
1364
|
+
let task;
|
|
1365
|
+
while (task = dt?.shift()) {
|
|
1366
|
+
this.#disposeAfter?.(...task);
|
|
1367
|
+
}
|
|
1368
|
+
}
|
|
1369
|
+
return deleted;
|
|
1370
|
+
}
|
|
1371
|
+
/**
|
|
1372
|
+
* Clear the cache entirely, throwing away all values.
|
|
1373
|
+
*/
|
|
1374
|
+
clear() {
|
|
1375
|
+
return this.#clear("delete");
|
|
1376
|
+
}
|
|
1377
|
+
#clear(reason) {
|
|
1378
|
+
for (const index of this.#rindexes({ allowStale: true })) {
|
|
1379
|
+
const v = this.#valList[index];
|
|
1380
|
+
if (this.#isBackgroundFetch(v)) {
|
|
1381
|
+
v.__abortController.abort(new Error("deleted"));
|
|
1382
|
+
} else {
|
|
1383
|
+
const k = this.#keyList[index];
|
|
1384
|
+
if (this.#hasDispose) {
|
|
1385
|
+
this.#dispose?.(v, k, reason);
|
|
1386
|
+
}
|
|
1387
|
+
if (this.#hasDisposeAfter) {
|
|
1388
|
+
this.#disposed?.push([v, k, reason]);
|
|
1389
|
+
}
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1392
|
+
this.#keyMap.clear();
|
|
1393
|
+
this.#valList.fill(void 0);
|
|
1394
|
+
this.#keyList.fill(void 0);
|
|
1395
|
+
if (this.#ttls && this.#starts) {
|
|
1396
|
+
this.#ttls.fill(0);
|
|
1397
|
+
this.#starts.fill(0);
|
|
1398
|
+
for (const t of this.#autopurgeTimers ?? []) {
|
|
1399
|
+
if (t !== void 0)
|
|
1400
|
+
clearTimeout(t);
|
|
1401
|
+
}
|
|
1402
|
+
this.#autopurgeTimers?.fill(void 0);
|
|
1403
|
+
}
|
|
1404
|
+
if (this.#sizes) {
|
|
1405
|
+
this.#sizes.fill(0);
|
|
1406
|
+
}
|
|
1407
|
+
this.#head = 0;
|
|
1408
|
+
this.#tail = 0;
|
|
1409
|
+
this.#free.length = 0;
|
|
1410
|
+
this.#calculatedSize = 0;
|
|
1411
|
+
this.#size = 0;
|
|
1412
|
+
if (this.#hasDisposeAfter && this.#disposed) {
|
|
1413
|
+
const dt = this.#disposed;
|
|
1414
|
+
let task;
|
|
1415
|
+
while (task = dt?.shift()) {
|
|
1416
|
+
this.#disposeAfter?.(...task);
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
}
|
|
1420
|
+
}
|
|
1421
|
+
export {
|
|
1422
|
+
LRUCache
|
|
1423
|
+
};
|
|
1424
|
+
//# sourceMappingURL=index.mjs.map
|