claude-flow-novice 2.2.1 → 2.2.3
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/src/web/frontend/node_modules/.cross-env-RSYxJplp/src/index.js +95 -0
- package/dist/src/web/frontend/node_modules/.cross-env-RSYxJplp/src/is-windows.js +2 -0
- package/dist/src/web/frontend/node_modules/.cross-env-RSYxJplp/src/variable.js +69 -0
- package/dist/src/web/frontend/node_modules/.css-blank-pseudo-8k2G2dsc/browser.js +2 -0
- package/dist/src/web/frontend/node_modules/.css-blank-pseudo-8k2G2dsc/dist/browser-global.js +2 -0
- package/dist/src/web/frontend/node_modules/.css-has-pseudo-6pj9tKmr/browser.js +2 -0
- package/dist/src/web/frontend/node_modules/.css-has-pseudo-6pj9tKmr/dist/browser-global.js +2 -0
- package/dist/src/web/frontend/node_modules/.css-prefers-color-scheme-5O8P6fXl/browser.js +2 -0
- package/dist/src/web/frontend/node_modules/.css-prefers-color-scheme-5O8P6fXl/browser.min.js +2 -0
- package/dist/src/web/frontend/node_modules/.css-prefers-color-scheme-5O8P6fXl/dist/browser-global.js +2 -0
- package/dist/src/web/frontend/node_modules/.cssesc-iMHKNzC2/cssesc.js +110 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/addLeadingZeros/index.js +15 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/assign/index.js +19 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/cloneObject/index.js +12 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/defaultLocale/index.js +11 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/defaultOptions/index.js +14 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/format/formatters/index.js +781 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/format/lightFormatters/index.js +90 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/format/longFormatters/index.js +88 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/getTimezoneOffsetInMilliseconds/index.js +23 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/getUTCDayOfYear/index.js +21 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/getUTCISOWeek/index.js +23 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/getUTCISOWeekYear/index.js +31 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/getUTCWeek/index.js +23 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/getUTCWeekYear/index.js +41 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/isSameUTCWeek/index.js +16 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/protectedTokens/index.js +27 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/requiredArgs/index.js +12 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/roundingMethods/index.js +19 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/setUTCDay/index.js +31 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/setUTCISODay/index.js +26 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/setUTCISOWeek/index.js +20 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/setUTCWeek/index.js +20 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/startOfUTCISOWeek/index.js +20 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/startOfUTCISOWeekYear/index.js +20 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/startOfUTCWeek/index.js +29 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/startOfUTCWeekYear/index.js +25 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/test/index.js +33 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/toInteger/index.js +17 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/add/index.js +78 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addBusinessDays/index.js +66 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addDays/index.js +43 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addHours/index.js +36 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addISOWeekYears/index.js +37 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addMilliseconds/index.js +35 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addMinutes/index.js +36 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addMonths/index.js +69 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addQuarters/index.js +35 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addSeconds/index.js +34 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addWeeks/index.js +35 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addYears/index.js +34 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/areIntervalsOverlapping/index.js +81 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/clamp/index.js +43 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/closestIndexTo/index.js +69 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/closestTo/index.js +67 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/compareAsc/index.js +56 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/compareDesc/index.js +56 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/constants/index.js +207 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/daysToWeeks/index.js +38 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInBusinessDays/index.js +84 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarDays/index.js +55 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarISOWeekYears/index.js +37 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarISOWeeks/index.js +48 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarMonths/index.js +39 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarQuarters/index.js +40 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarWeeks/index.js +60 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarYears/index.js +37 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInDays/index.js +91 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInHours/index.js +40 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInISOWeekYears/index.js +52 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInMilliseconds/index.js +36 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInMinutes/index.js +48 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInMonths/index.js +64 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInQuarters/index.js +36 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInSeconds/index.js +40 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInWeeks/index.js +57 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInYears/index.js +49 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/docs/.eslintrc.js +5 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/docs/Day.js +15 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/docs/Duration.js +19 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/docs/index.js +147 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachDayOfInterval/index.js +65 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachHourOfInterval/index.js +65 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachMinuteOfInterval/index.js +62 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachMonthOfInterval/index.js +61 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachQuarterOfInterval/index.js +60 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachWeekOfInterval/index.js +75 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachWeekendOfInterval/index.js +53 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachWeekendOfMonth/index.js +49 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachWeekendOfYear/index.js +45 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachYearOfInterval/index.js +58 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfDay/index.js +34 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfDecade/index.js +39 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfHour/index.js +34 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfISOWeek/index.js +36 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfISOWeekYear/index.js +42 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfMinute/index.js +34 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfMonth/index.js +36 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfQuarter/index.js +37 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfSecond/index.js +34 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfToday/index.js +31 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfTomorrow/index.js +36 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfWeek/index.js +56 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfYear/index.js +36 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfYesterday/index.js +36 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/addLeadingZeros/index.js +8 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/assign/index.js +12 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/cloneObject/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/defaultLocale/index.js +2 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/defaultOptions/index.js +7 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/format/formatters/index.js +772 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/format/lightFormatters/index.js +80 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/format/longFormatters/index.js +80 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/getTimezoneOffsetInMilliseconds/index.js +16 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/getUTCDayOfYear/index.js +13 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/getUTCISOWeek/index.js +15 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/getUTCISOWeekYear/index.js +23 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/getUTCWeek/index.js +15 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/getUTCWeekYear/index.js +33 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/isSameUTCWeek/index.js +8 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/protectedTokens/index.js +19 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/requiredArgs/index.js +5 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/roundingMethods/index.js +13 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/setUTCDay/index.js +23 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/setUTCISODay/index.js +18 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/setUTCISOWeek/index.js +12 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/setUTCWeek/index.js +12 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/startOfUTCISOWeek/index.js +12 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/startOfUTCISOWeekYear/index.js +12 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/startOfUTCWeek/index.js +21 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/startOfUTCWeekYear/index.js +17 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/test/index.js +24 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/toInteger/index.js +10 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/add/index.js +70 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addBusinessDays/index.js +58 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addDays/index.js +35 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addHours/index.js +28 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addISOWeekYears/index.js +29 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addMilliseconds/index.js +27 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addMinutes/index.js +28 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addMonths/index.js +61 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addQuarters/index.js +27 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addSeconds/index.js +26 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addWeeks/index.js +27 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addYears/index.js +26 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/areIntervalsOverlapping/index.js +73 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/clamp/index.js +35 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/closestIndexTo/index.js +61 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/closestTo/index.js +59 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/compareAsc/index.js +48 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/compareDesc/index.js +48 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/constants/index.js +183 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/daysToWeeks/index.js +30 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInBusinessDays/index.js +76 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarDays/index.js +47 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarISOWeekYears/index.js +29 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarISOWeeks/index.js +40 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarMonths/index.js +31 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarQuarters/index.js +32 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarWeeks/index.js +52 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarYears/index.js +29 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInDays/index.js +82 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInHours/index.js +32 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInISOWeekYears/index.js +44 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInMilliseconds/index.js +28 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInMinutes/index.js +40 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInMonths/index.js +56 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInQuarters/index.js +28 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInSeconds/index.js +32 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInWeeks/index.js +49 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInYears/index.js +41 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachDayOfInterval/index.js +57 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachHourOfInterval/index.js +57 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachMinuteOfInterval/index.js +54 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachMonthOfInterval/index.js +53 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachQuarterOfInterval/index.js +52 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachWeekOfInterval/index.js +67 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachWeekendOfInterval/index.js +45 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachWeekendOfMonth/index.js +41 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachWeekendOfYear/index.js +37 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachYearOfInterval/index.js +50 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfDay/index.js +26 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfDecade/index.js +31 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfHour/index.js +26 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfISOWeek/index.js +28 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfISOWeekYear/index.js +34 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfMinute/index.js +26 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfMonth/index.js +28 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfQuarter/index.js +29 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfSecond/index.js +26 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfToday/index.js +23 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfTomorrow/index.js +29 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfWeek/index.js +48 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfYear/index.js +28 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfYesterday/index.js +29 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/format/index.js +402 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatDistance/index.js +203 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatDistanceStrict/index.js +190 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatDistanceToNow/index.js +92 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatDistanceToNowStrict/index.js +80 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatDuration/index.js +91 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatISO/index.js +100 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatISO9075/index.js +86 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatISODuration/index.js +45 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatRFC3339/index.js +76 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatRFC7231/index.js +44 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatRelative/index.js +93 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/_lib/convertToFP/index.js +12 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/add/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addBusinessDays/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addDays/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addHours/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addISOWeekYears/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addMilliseconds/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addMinutes/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addMonths/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addQuarters/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addSeconds/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addWeeks/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addYears/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/areIntervalsOverlapping/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/areIntervalsOverlappingWithOptions/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/clamp/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/closestIndexTo/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/closestTo/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/compareAsc/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/compareDesc/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/daysToWeeks/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInBusinessDays/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarDays/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarISOWeekYears/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarISOWeeks/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarMonths/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarQuarters/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarWeeks/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarWeeksWithOptions/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarYears/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInDays/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInHours/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInHoursWithOptions/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInISOWeekYears/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInMilliseconds/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInMinutes/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInMinutesWithOptions/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInMonths/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInQuarters/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInQuartersWithOptions/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInSeconds/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInSecondsWithOptions/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInWeeks/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInWeeksWithOptions/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInYears/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/eachDayOfInterval/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/eachDayOfIntervalWithOptions/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/eachHourOfInterval/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/eachHourOfIntervalWithOptions/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/eachMinuteOfInterval/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/eachMinuteOfIntervalWithOptions/index.js +4 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/constants.js +48 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/AMPMMidnightParser.js +64 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/AMPMParser.js +64 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/DateParser.js +64 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/DayOfYearParser.js +60 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/DayParser.js +88 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/DayPeriodParser.js +64 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/EraParser.js +62 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/ExtendedYearParser.js +40 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/FractionOfSecondParser.js +39 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/Hour0To11Parser.js +56 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/Hour0to23Parser.js +51 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/Hour1To24Parser.js +52 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/Hour1to12Parser.js +58 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/constants.js +55 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/AMPMMidnightParser.js +72 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/AMPMParser.js +72 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/DateParser.js +72 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/DayOfYearParser.js +68 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/DayParser.js +97 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/DayPeriodParser.js +73 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/EraParser.js +70 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/ExtendedYearParser.js +48 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/FractionOfSecondParser.js +47 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/Hour0To11Parser.js +64 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/Hour0to23Parser.js +59 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/Hour1To24Parser.js +60 -0
- package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/Hour1to12Parser.js +66 -0
- package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/index.js +3 -0
- package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/lib/detect-port.js +114 -0
- package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/karma.conf.js +70 -0
- package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/node.js +1 -0
- package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/src/browser.js +185 -0
- package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/src/debug.js +202 -0
- package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/src/index.js +10 -0
- package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/src/inspector-log.js +15 -0
- package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/src/node.js +248 -0
- package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/ms/index.js +152 -0
- package/dist/src/web/frontend/node_modules/.ejs-BTDa9X3p/bin/cli.js +211 -0
- package/dist/src/web/frontend/node_modules/.ejs-BTDa9X3p/ejs.js +1746 -0
- package/dist/src/web/frontend/node_modules/.ejs-BTDa9X3p/ejs.min.js +1 -0
- package/dist/src/web/frontend/node_modules/.ejs-BTDa9X3p/jakefile.js +88 -0
- package/dist/src/web/frontend/node_modules/.ejs-BTDa9X3p/lib/ejs.js +952 -0
- package/dist/src/web/frontend/node_modules/.ejs-BTDa9X3p/lib/utils.js +250 -0
- package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/bin/escodegen.js +77 -0
- package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/bin/esgenerate.js +64 -0
- package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/escodegen.js +2667 -0
- package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/dist/source-map.debug.js +3234 -0
- package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/dist/source-map.js +3233 -0
- package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/dist/source-map.min.js +2 -0
- package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/array-set.js +121 -0
- package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/base64-vlq.js +140 -0
- package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/base64.js +67 -0
- package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/binary-search.js +111 -0
- package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/mapping-list.js +79 -0
- package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/quick-sort.js +114 -0
- package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/source-map-consumer.js +1145 -0
- package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/source-map-generator.js +425 -0
- package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/source-node.js +413 -0
- package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/util.js +488 -0
- package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/source-map.js +8 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/bin/eslint.js +173 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/conf/config-schema.js +93 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/conf/default-cli-options.js +32 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/conf/globals.js +154 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/api.js +54 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/cli-engine.js +1078 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/file-enumerator.js +547 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/checkstyle.js +60 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/compact.js +60 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/html.js +351 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/jslint-xml.js +41 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/json-with-metadata.js +16 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/json.js +13 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/junit.js +82 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/stylish.js +101 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/tap.js +95 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/unix.js +58 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/visualstudio.js +63 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/hash.js +35 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/index.js +7 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/lint-result-cache.js +203 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/load-rules.js +46 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/xml-escape.js +34 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli.js +471 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/config/default-config.js +67 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/config/flat-config-array.js +380 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/config/flat-config-helpers.js +111 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/config/flat-config-schema.js +598 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/config/rule-validator.js +158 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/eslint/eslint-helpers.js +932 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/eslint/eslint.js +707 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/eslint/flat-eslint.js +1159 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/eslint/index.js +9 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/apply-disable-directives.js +465 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/code-path-analyzer.js +852 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/code-path-segment.js +263 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/code-path-state.js +2348 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/code-path.js +342 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/debug-helpers.js +203 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/fork-context.js +349 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/id-generator.js +45 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/config-comment-parser.js +185 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/index.js +13 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/interpolate.js +28 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/linter.js +2119 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/node-event-generator.js +354 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/report-translator.js +369 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/rule-fixer.js +140 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/rules.js +80 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/safe-emitter.js +52 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/source-code-fixer.js +152 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/timing.js +161 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/options.js +398 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rule-tester/flat-rule-tester.js +1131 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rule-tester/index.js +5 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rule-tester/rule-tester.js +1206 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/accessor-pairs.js +346 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/array-bracket-newline.js +261 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/array-bracket-spacing.js +244 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/array-callback-return.js +446 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/array-element-newline.js +311 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/arrow-body-style.js +296 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/arrow-parens.js +186 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/arrow-spacing.js +164 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/block-scoped-var.js +135 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/block-spacing.js +174 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/brace-style.js +197 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/callback-return.js +187 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/camelcase.js +399 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/capitalized-comments.js +300 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/class-methods-use-this.js +187 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/comma-dangle.js +373 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/comma-spacing.js +192 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/comma-style.js +314 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/complexity.js +165 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/computed-property-spacing.js +208 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/consistent-return.js +210 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/consistent-this.js +153 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/constructor-super.js +446 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/curly.js +486 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/default-case-last.js +44 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/default-case.js +97 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/default-param-last.js +62 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/dot-location.js +108 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/dot-notation.js +176 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/eol-last.js +115 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/eqeqeq.js +174 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/for-direction.js +140 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/func-call-spacing.js +233 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/func-name-matching.js +253 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/func-names.js +191 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/func-style.js +98 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/function-call-argument-newline.js +125 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/function-paren-newline.js +292 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/generator-star-spacing.js +209 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/getter-return.js +204 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/global-require.js +90 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/grouped-accessor-pairs.js +215 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/guard-for-in.js +76 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/handle-callback-err.js +101 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/id-blacklist.js +246 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/id-denylist.js +228 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/id-length.js +177 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/id-match.js +299 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/implicit-arrow-linebreak.js +84 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/indent-legacy.js +1126 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/indent.js +1803 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/index.js +306 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/init-declarations.js +139 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/jsx-quotes.js +98 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/key-spacing.js +687 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/keyword-spacing.js +640 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/line-comment-position.js +122 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/linebreak-style.js +108 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/lines-around-comment.js +471 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/lines-around-directive.js +201 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/lines-between-class-members.js +269 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/logical-assignment-operators.js +504 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-classes-per-file.js +89 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-depth.js +156 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-len.js +440 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-lines-per-function.js +213 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-lines.js +193 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-nested-callbacks.js +117 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-params.js +102 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-statements-per-line.js +199 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-statements.js +184 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/multiline-comment-style.js +474 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/multiline-ternary.js +174 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/new-cap.js +276 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/new-parens.js +93 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/newline-after-var.js +253 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/newline-before-return.js +217 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/newline-per-chained-call.js +126 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-alert.js +138 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-array-constructor.js +133 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-async-promise-executor.js +39 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-await-in-loop.js +106 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-bitwise.js +119 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-buffer-constructor.js +50 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-caller.js +46 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-case-declarations.js +64 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-catch-shadow.js +82 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-class-assign.js +63 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-compare-neg-zero.js +60 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-cond-assign.js +159 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-confusing-arrow.js +92 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-console.js +207 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-const-assign.js +56 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-constant-binary-expression.js +509 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-constant-condition.js +150 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-constructor-return.js +62 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-continue.js +39 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-control-regex.js +138 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-debugger.js +43 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-delete-var.js +42 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-div-regex.js +53 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-dupe-args.js +82 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-dupe-class-members.js +104 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-dupe-else-if.js +122 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-dupe-keys.js +142 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-duplicate-case.js +71 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-duplicate-imports.js +290 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-else-return.js +405 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-empty-character-class.js +76 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-empty-function.js +167 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-empty-pattern.js +78 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-empty-static-block.js +47 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-empty.js +103 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-eq-null.js +46 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-eval.js +286 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-ex-assign.js +54 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-extend-native.js +179 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-extra-bind.js +213 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-extra-boolean-cast.js +317 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-extra-label.js +149 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-extra-parens.js +1322 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-extra-semi.js +147 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-fallthrough.js +196 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-floating-decimal.js +73 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-func-assign.js +78 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-global-assign.js +95 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-implicit-coercion.js +380 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-implicit-globals.js +146 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-implied-eval.js +132 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-import-assign.js +241 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-inline-comments.js +110 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-inner-declarations.js +110 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-invalid-regexp.js +194 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-invalid-this.js +150 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-irregular-whitespace.js +276 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-iterator.js +52 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-label-var.js +80 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-labels.js +149 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-lone-blocks.js +136 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-lonely-if.js +88 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-loop-func.js +206 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-loss-of-precision.js +214 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-magic-numbers.js +243 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-misleading-character-class.js +300 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-mixed-operators.js +229 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-mixed-requires.js +238 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-mixed-spaces-and-tabs.js +116 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-multi-assign.js +67 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-multi-spaces.js +141 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-multi-str.js +65 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-multiple-empty-lines.js +154 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-native-reassign.js +98 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-negated-condition.js +95 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-negated-in-lhs.js +46 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-nested-ternary.js +44 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new-func.js +87 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new-native-nonconstructor.js +66 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new-object.js +67 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new-require.js +50 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new-symbol.js +56 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new-wrappers.js +60 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new.js +43 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-nonoctal-decimal-escape.js +148 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-obj-calls.js +86 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-object-constructor.js +117 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-octal-escape.js +56 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-octal.js +45 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-param-reassign.js +230 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-path-concat.js +64 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-plusplus.js +105 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-process-env.js +51 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-process-exit.js +47 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-promise-executor-return.js +263 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-proto.js +48 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-prototype-builtins.js +159 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-redeclare.js +174 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-regex-spaces.js +197 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-restricted-exports.js +193 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-restricted-globals.js +124 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-restricted-imports.js +410 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-restricted-modules.js +213 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-restricted-properties.js +168 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-restricted-syntax.js +70 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-return-assign.js +80 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-return-await.js +135 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-script-url.js +61 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-self-assign.js +183 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-self-compare.js +60 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-sequences.js +138 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-setter-return.js +226 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-shadow-restricted-names.js +65 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-shadow.js +336 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-spaced-func.js +83 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-sparse-arrays.js +50 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-sync.js +64 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-tabs.js +81 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-template-curly-in-string.js +44 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-ternary.js +41 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-this-before-super.js +331 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-throw-literal.js +51 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-trailing-spaces.js +193 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-undef-init.js +75 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-undef.js +79 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-undefined.js +86 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-underscore-dangle.js +335 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unexpected-multiline.js +120 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unmodified-loop-condition.js +360 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unneeded-ternary.js +166 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unreachable-loop.js +185 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unreachable.js +293 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unsafe-finally.js +111 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unsafe-negation.js +128 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unsafe-optional-chaining.js +205 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unused-expressions.js +186 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unused-labels.js +143 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unused-private-class-members.js +195 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unused-vars.js +718 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-use-before-define.js +348 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-backreference.js +194 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-call.js +90 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-catch.js +57 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-computed-key.js +168 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-concat.js +115 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-constructor.js +189 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-escape.js +333 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-rename.js +172 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-return.js +364 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-var.js +334 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-void.js +64 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-warning-comments.js +201 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-whitespace-before-property.js +116 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-with.js +39 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/nonblock-statement-body-position.js +127 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/object-curly-newline.js +324 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/object-curly-spacing.js +311 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/object-property-newline.js +102 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/object-shorthand.js +520 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/one-var-declaration-per-line.js +95 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/one-var.js +567 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/operator-assignment.js +209 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/operator-linebreak.js +253 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/padded-blocks.js +310 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/padding-line-between-statements.js +590 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-arrow-callback.js +381 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-const.js +501 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-destructuring.js +301 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-exponentiation-operator.js +191 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-named-capture-group.js +178 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-numeric-literals.js +148 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-object-has-own.js +114 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-object-spread.js +298 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-promise-reject-errors.js +132 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-reflect.js +127 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-regex-literals.js +507 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-rest-params.js +118 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-spread.js +87 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-template.js +275 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/quote-props.js +310 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/quotes.js +350 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/radix.js +198 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-atomic-updates.js +331 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-await.js +113 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-jsdoc.js +122 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-unicode-regexp.js +129 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-yield.js +77 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/rest-spread-spacing.js +123 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/semi-spacing.js +248 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/semi-style.js +158 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/semi.js +438 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/sort-imports.js +241 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/sort-keys.js +230 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/sort-vars.js +104 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-before-blocks.js +204 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-before-function-paren.js +167 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-in-parens.js +285 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-infix-ops.js +198 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-unary-ops.js +324 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/spaced-comment.js +385 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/strict.js +277 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/switch-colon-spacing.js +132 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/symbol-description.js +73 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/template-curly-spacing.js +144 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/template-tag-spacing.js +93 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/unicode-bom.js +73 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/use-isnan.js +141 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/ast-utils.js +2282 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/fix-tracker.js +114 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/keywords.js +67 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/lazy-loading-rule-map.js +115 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/patterns/letters.js +36 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/regular-expressions.js +42 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/index.js +11 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-combining-character.js +13 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-emoji-modifier.js +13 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-regional-indicator-symbol.js +13 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-surrogate-pair.js +14 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/valid-jsdoc.js +516 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/valid-typeof.js +127 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/vars-on-top.js +157 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/wrap-iife.js +207 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/wrap-regex.js +61 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/yield-star-spacing.js +130 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/yoda.js +353 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/ajv.js +34 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/ast-utils.js +29 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/config-validator.js +347 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/deprecation-warnings.js +58 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/directives.js +15 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/logging.js +30 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/relative-module-resolver.js +50 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/runtime-info.js +167 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/severity.js +49 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/string-utils.js +60 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/traverser.js +195 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/types.js +216 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/index.js +5 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/source-code.js +1055 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/backward-token-comment-cursor.js +57 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/backward-token-cursor.js +58 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/cursor.js +76 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/cursors.js +90 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/decorative-cursor.js +39 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/filter-cursor.js +43 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/forward-token-comment-cursor.js +57 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/forward-token-cursor.js +63 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/index.js +627 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/limit-cursor.js +40 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/padded-token-cursor.js +38 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/skip-cursor.js +42 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/utils.js +107 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/unsupported-api.js +30 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/all-files-ignored.js +16 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/eslintrc-incompat.js +98 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/eslintrc-plugins.js +24 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/extend-config-missing.js +13 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/failed-to-read-json.js +11 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/file-not-found.js +10 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/invalid-rule-options.js +17 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/invalid-rule-severity.js +13 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/no-config-found.js +15 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/plugin-conflict.js +22 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/plugin-invalid.js +16 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/plugin-missing.js +19 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/print-config-with-directory-path.js +8 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/shared.js +18 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/whitespace-found.js +11 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/node_modules/brace-expansion/index.js +201 -0
- package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/node_modules/minimatch/minimatch.js +947 -0
- package/dist/src/web/frontend/node_modules/.esprima-9BICs9SA/bin/esparse.js +139 -0
- package/dist/src/web/frontend/node_modules/.esprima-9BICs9SA/bin/esvalidate.js +236 -0
- package/dist/src/web/frontend/node_modules/.esprima-9BICs9SA/dist/esprima.js +6709 -0
- package/dist/src/web/frontend/node_modules/.he-WANrIpvs/he.js +345 -0
- package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/cli.js +315 -0
- package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/index.js +27 -0
- package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/argument.js +147 -0
- package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/command.js +1944 -0
- package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/error.js +45 -0
- package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/help.js +396 -0
- package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/option.js +208 -0
- package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/suggestSimilar.js +100 -0
- package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/htmlminifier.js +1368 -0
- package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/htmlparser.js +581 -0
- package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/tokenchain.js +71 -0
- package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/utils.js +31 -0
- package/dist/src/web/frontend/node_modules/.husky-CmW1OijX/lib/bin.js +30 -0
- package/dist/src/web/frontend/node_modules/.husky-CmW1OijX/lib/index.js +67 -0
- package/dist/src/web/frontend/node_modules/.import-local-oKL6wyV0/fixtures/cli.js +7 -0
- package/dist/src/web/frontend/node_modules/.import-local-oKL6wyV0/index.js +24 -0
- package/dist/src/web/frontend/node_modules/.is-docker-Mti2VF6G/cli.js +5 -0
- package/dist/src/web/frontend/node_modules/.is-docker-Mti2VF6G/index.js +29 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/bin/cli.js +31 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/jakefile.js +112 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/api.js +409 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/jake.js +330 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/loader.js +174 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/namespace.js +115 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/package_task.js +406 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/parseargs.js +134 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/program.js +282 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/publish_task.js +290 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/rule.js +311 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/directory_task.js +30 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/file_task.js +126 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/index.js +9 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/task.js +458 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/test_task.js +270 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/utils/file.js +286 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/utils/index.js +297 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/utils/logger.js +24 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/concurrent.js +45 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/file.js +228 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/file_task.js +141 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/helpers.js +80 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakefile.js +352 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/concurrent.jake.js +113 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/publish.jake.js +49 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/required_module.jake.js +10 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/rule.jake.js +222 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/list_tasks.js +15 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/publish_task.js +27 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/rule.js +217 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/selfdep.js +42 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/task_base.js +167 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/unit/jakefile.js +36 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/unit/namespace.js +77 -0
- package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/unit/parseargs.js +169 -0
- package/dist/src/web/frontend/node_modules/.jest-7ip6NMuN/bin/jest.js +13 -0
- package/dist/src/web/frontend/node_modules/.jest-7ip6NMuN/build/jest.js +61 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/bin/jest.js +17 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/cli/args.js +710 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/cli/index.js +265 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/index.js +13 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/errors.js +35 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/generateConfigFile.js +104 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/index.js +246 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/modifyPackageJson.js +28 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/questions.js +76 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/types.js +1 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Circus.js +1 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Config.js +1 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Global.js +1 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/TestResult.js +1 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Transform.js +1 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/index.js +1 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/cliui/build/lib/index.js +287 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/cliui/build/lib/string-utils.js +27 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/es2015/index.js +6 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/es2015/text.js +6 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/index.js +6 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/text.js +6 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/is-fullwidth-code-point/index.js +50 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/ErrorWithStack.js +33 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/clearLine.js +18 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/convertDescriptorToString.js +41 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/createDirectory.js +76 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/createProcessObject.js +126 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/deepCyclicCopy.js +84 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/formatTime.js +24 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/globsToMatcher.js +108 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/index.js +209 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/installCommonGlobals.js +123 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/interopRequireDefault.js +22 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/isInteractive.js +27 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/isPromise.js +20 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/pluralize.js +16 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/preRunMessage.js +48 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/replacePathSepForGlob.js +16 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/requireOrImportModule.js +91 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/setGlobal.js +17 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/specialChars.js +25 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/testPathPatternToRegExp.js +19 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/tryRealpath.js +34 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/string-width/index.js +47 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/wrap-ansi/index.js +216 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/argsert.js +62 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/command.js +382 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/completion-templates.js +47 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/completion.js +128 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/middleware.js +53 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/parse-command.js +32 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/typings/common-types.js +9 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/typings/yargs-parser-types.js +1 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/usage.js +548 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/apply-extends.js +59 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/is-promise.js +5 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/levenshtein.js +26 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/obj-filter.js +10 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/process-argv.js +17 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/set-blocking.js +12 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/which-module.js +10 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/validation.js +308 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/yargs-factory.js +1143 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/yerror.js +7 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/helpers/index.js +14 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/browser.js +29 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/index.js +59 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/string-utils.js +65 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +40 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/yargs-parser-types.js +12 -0
- package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/yargs-parser.js +1037 -0
- package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/bin/jiti.js +16 -0
- package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/dist/babel.js +227 -0
- package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/dist/jiti.js +1 -0
- package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/lib/index.js +15 -0
- package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/register.js +3 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/bin/js-yaml.js +126 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/dist/js-yaml.js +3874 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/dist/js-yaml.min.js +2 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/index.js +47 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/common.js +59 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/dumper.js +965 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/exception.js +55 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/loader.js +1727 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/core.js +11 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/default.js +22 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/failsafe.js +17 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/json.js +19 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema.js +121 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/snippet.js +101 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/binary.js +125 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/bool.js +35 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/float.js +97 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/int.js +156 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/map.js +8 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/merge.js +12 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/null.js +35 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/omap.js +44 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/pairs.js +53 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/seq.js +8 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/set.js +29 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/str.js +8 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/timestamp.js +88 -0
- package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type.js +66 -0
- package/dist/src/web/frontend/node_modules/.jsesc-HO7WBVtD/jsesc.js +337 -0
- package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/dist/index.js +1737 -0
- package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/dist/index.min.js +1 -0
- package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/cli.js +152 -0
- package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/index.js +9 -0
- package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/parse.js +1114 -0
- package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/register.js +13 -0
- package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/require.js +4 -0
- package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/stringify.js +261 -0
- package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/unicode.js +4 -0
- package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/util.js +35 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/bin/lint-staged.js +164 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/chunkFiles.js +54 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/configFiles.js +30 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/dynamicImport.js +3 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/execGit.js +28 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/figures.js +8 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/file.js +53 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/generateTasks.js +52 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/getDiffCommand.js +19 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/getRenderer.js +64 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/getStagedFiles.js +56 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/gitWorkflow.js +359 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/groupFilesByConfig.js +55 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/index.js +160 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/loadConfig.js +127 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/makeCmdTasks.js +52 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/messages.js +98 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/normalizePath.js +50 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/parseGitZOutput.js +11 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/printTaskOutput.js +12 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/readStdin.js +19 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/resolveConfig.js +15 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/resolveGitRepo.js +66 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/resolveTaskFn.js +185 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/runAll.js +344 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/searchConfigs.js +131 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/state.js +72 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/symbols.js +27 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/validateBraces.js +91 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/validateConfig.js +121 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/validateOptions.js +47 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/version.js +6 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/index.js +225 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/utilities.js +33 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/vendor/ansi-styles/index.js +223 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/vendor/supports-color/browser.js +34 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/vendor/supports-color/index.js +190 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-collection.js +88 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-doc.js +43 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-node.js +102 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-scalar.js +86 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/composer.js +217 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-block-map.js +115 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +198 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +49 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-end.js +37 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +207 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js +223 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-props.js +146 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-contains-newline.js +34 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js +26 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js +15 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-map-includes.js +13 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/Document.js +335 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/anchors.js +71 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/applyReviver.js +55 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/createNode.js +88 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/directives.js +176 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/errors.js +57 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/index.js +17 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/log.js +11 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Alias.js +114 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Collection.js +147 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Node.js +38 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Pair.js +36 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Scalar.js +24 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/YAMLMap.js +144 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/YAMLSeq.js +113 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js +63 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/identity.js +36 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/toJS.js +37 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst-scalar.js +214 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst-stringify.js +61 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst-visit.js +97 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst.js +98 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/lexer.js +717 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/line-counter.js +39 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/parser.js +967 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/public-api.js +102 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/Schema.js +37 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/map.js +17 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/null.js +15 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/seq.js +17 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/string.js +14 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/bool.js +19 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/float.js +43 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/int.js +38 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/schema.js +23 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/json/schema.js +62 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/tags.js +96 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +58 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js +26 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +46 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js +71 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js +64 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +74 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +78 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js +39 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +93 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +101 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +146 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringify.js +128 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyCollection.js +143 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyComment.js +20 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyDocument.js +85 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +24 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyPair.js +150 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyString.js +336 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/util.js +11 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/visit.js +233 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/index.js +5 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-collection.js +90 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-doc.js +45 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-node.js +105 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-scalar.js +88 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/composer.js +222 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-block-map.js +117 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-block-scalar.js +200 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-block-seq.js +51 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-end.js +39 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-flow-collection.js +209 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-flow-scalar.js +225 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-props.js +148 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-contains-newline.js +36 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-empty-scalar-position.js +28 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-flow-indent-check.js +17 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-map-includes.js +15 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/Document.js +337 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/anchors.js +76 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/applyReviver.js +57 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/createNode.js +90 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/directives.js +178 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/errors.js +62 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/index.js +50 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/log.js +19 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Alias.js +116 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Collection.js +151 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Node.js +40 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Pair.js +39 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Scalar.js +27 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/YAMLMap.js +147 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/YAMLSeq.js +115 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/addPairToJSMap.js +65 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/identity.js +53 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/toJS.js +39 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst-scalar.js +218 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst-stringify.js +63 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst-visit.js +99 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst.js +112 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/lexer.js +719 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/line-counter.js +41 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/parser.js +972 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/public-api.js +107 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/Schema.js +39 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/map.js +19 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/null.js +17 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/seq.js +19 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/string.js +16 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/bool.js +21 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/float.js +47 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/int.js +42 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/schema.js +25 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/json/schema.js +64 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/tags.js +99 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/binary.js +70 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/bool.js +29 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/float.js +50 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/int.js +76 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/merge.js +68 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/omap.js +77 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/pairs.js +82 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/schema.js +41 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/set.js +96 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +105 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/foldFlowLines.js +151 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringify.js +131 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyCollection.js +145 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyComment.js +24 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyDocument.js +87 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyNumber.js +26 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyPair.js +152 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyString.js +338 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/test-events.js +134 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/util.js +28 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/visit.js +236 -0
- package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/util.js +2 -0
- package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/cli.js +16 -0
- package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/custom.js +4 -0
- package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/index.js +3 -0
- package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/loose-envify.js +36 -0
- package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/replace.js +65 -0
- package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/bin/bin.js +13 -0
- package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/libs/base64-string.js +285 -0
- package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/libs/lz-string.js +506 -0
- package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/libs/lz-string.min.js +1 -0
- package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/reference/lz-string-1.0.2.js +204 -0
- package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/tests/lib/jasmine-1.3.1/jasmine-html.js +681 -0
- package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/tests/lib/jasmine-1.3.1/jasmine.js +2600 -0
- package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/tests/lz-string-spec.js +226 -0
- package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/cli.js +8 -0
- package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/mime.js +108 -0
- package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/src/build.js +53 -0
- package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/src/test.js +60 -0
- package/dist/src/web/frontend/node_modules/.mkdirp-idfX6Cn8/bin/cmd.js +33 -0
- package/dist/src/web/frontend/node_modules/.mkdirp-idfX6Cn8/index.js +102 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/abap/abap.js +1342 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/apex/apex.js +347 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/azcli/azcli.js +102 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/bat/bat.js +123 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/bicep/bicep.js +143 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/cameligo/cameligo.js +196 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/clojure/clojure.js +782 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/coffee/coffee.js +256 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/cpp/cpp.js +418 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/csharp/csharp.js +348 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/csp/csp.js +85 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/css/css.js +212 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/cypher/cypher.js +290 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/dart/dart.js +298 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/dockerfile/dockerfile.js +160 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/ecl/ecl.js +482 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/elixir/elixir.js +517 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/flow9/flow9.js +169 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.js +175099 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.de.js +2023 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.es.js +2023 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.fr.js +2023 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.it.js +2023 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.ja.js +2023 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.js +2026 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.ko.js +2023 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.ru.js +2023 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.zh-cn.js +2023 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.zh-tw.js +2023 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/language/css/cssMode.js +2069 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/language/css/cssWorker.js +36893 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/browser.js +132 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/canIUse.js +32 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/contextmenu.js +5 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/defaultWorkerFactory.js +128 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/dnd.js +26 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/dom.js +1405 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/dompurify/dompurify.js +1640 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/event.js +20 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/fastDomNode.js +250 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/formattedTextRenderer.js +167 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/actionbar/actionViewItems.js +372 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/actionbar/actionbar.js +421 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/aria/aria.js +81 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/breadcrumbs/breadcrumbsWidget.js +1 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/button/button.js +190 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/codicons/codiconStyles.js +6 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/contextview/contextview.js +299 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/countBadge/countBadge.js +36 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/dialog/dialog.js +1 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/dropdown/dropdown.js +139 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/dropdown/dropdownActionViewItem.js +106 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/findinput/findInput.js +295 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/findinput/findInputToggles.js +46 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/scrollbar/abstractScrollbar.js +207 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/abstractTree.js +1644 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/asyncDataTree.js +845 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/compressedObjectTreeModel.js +365 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/dataTree.js +17 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/actions.js +175 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/arrays.js +470 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/arraysFind.js +175 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/assert.js +51 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/async.js +832 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/buffer.js +68 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/cache.js +40 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/cancellation.js +109 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/charCode.js +5 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/codicons.js +591 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/collections.js +35 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/color.js +462 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/comparers.js +83 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/dataTransfer.js +129 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/decorators.js +30 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/diff/diff.js +899 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/diff/diffChange.js +32 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/errorMessage.js +68 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/errors.js +150 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/event.js +1185 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/extpath.js +144 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/filters.js +768 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/observableInternal/autorun.js +185 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/observableInternal/base.js +326 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/observableInternal/derived.js +276 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/_.contribution.js +82 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/abap/abap.contribution.js +23 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/abap/abap.js +1317 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/apex/apex.contribution.js +24 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/apex/apex.js +322 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/azcli/azcli.contribution.js +23 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/azcli/azcli.js +77 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bat/bat.contribution.js +23 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bat/bat.js +98 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bicep/bicep.contribution.js +23 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bicep/bicep.js +118 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cameligo/cameligo.contribution.js +23 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cameligo/cameligo.js +171 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/clojure/clojure.contribution.js +23 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/clojure/clojure.js +757 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/coffee/coffee.contribution.js +24 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/coffee/coffee.js +231 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cpp/cpp.contribution.js +37 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cpp/cpp.js +393 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csharp/csharp.contribution.js +23 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csharp/csharp.js +323 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csp/csp.contribution.js +23 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csp/csp.js +60 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/css/css.contribution.js +24 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/css/css.js +187 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cypher/cypher.contribution.js +23 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cypher/cypher.js +265 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dart/dart.contribution.js +24 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dart/dart.js +273 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dockerfile/dockerfile.contribution.js +24 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dockerfile/dockerfile.js +135 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/ecl/ecl.contribution.js +23 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/ecl/ecl.js +457 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/elixir/elixir.contribution.js +23 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/elixir/elixir.js +492 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/flow9/flow9.contribution.js +23 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/flow9/flow9.js +144 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/freemarker2/freemarker2.contribution.js +101 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/charWidthReader.js +102 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/domFontInfo.js +25 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/editorConfiguration.js +280 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/elementSizeObserver.js +99 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/fontMeasurements.js +191 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/coreCommands.js +1727 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/dnd.js +76 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/editorBrowser.js +50 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/editorDom.js +282 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/editorExtensions.js +461 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/abstractCodeEditorService.js +127 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/bulkEditService.js +73 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/codeEditorService.js +6 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/editorWorkerService.js +454 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/view/domLineBreaksComputer.js +299 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/view/dynamicViewOverlay.js +7 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/blockDecorations/blockDecorations.js +95 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/contentWidgets/contentWidgets.js +462 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight.js +176 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/decorations/decorations.js +200 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/editorScrollbar/editorScrollbar.js +142 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/lines/domReadingContext.js +41 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler.js +396 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/codeEditorContributions.js +130 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/codeEditorWidget.js +1734 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/accessibleDiffViewer.js +531 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/colors.js +9 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/decorations.js +65 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/delegatingEditorImpl.js +108 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditor.contribution.js +274 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorDecorations.js +225 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorEditors.js +164 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorOptions.js +91 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorSash.js +69 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorViewModel.js +522 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorWidget.js +493 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffProviderFactoryService.js +30 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/embeddedCodeEditorWidget.js +57 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/multiDiffEditorWidget/colors.js +7 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/multiDiffEditorWidget/diffEditorItemTemplate.js +213 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/diffEditor.js +34 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorConfiguration.js +5 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorConfigurationSchema.js +284 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorOptions.js +2999 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorZoom.js +23 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/fontInfo.js +153 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/characterClassifier.js +56 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/cursorColumns.js +109 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/dimension.js +5 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/editOperation.js +33 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/editorColorRegistry.js +85 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/eolCounter.js +42 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursor.js +877 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorAtomicMoveOperations.js +142 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorCollection.js +191 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorColumnSelection.js +90 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorContext.js +13 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorDeleteOperations.js +215 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorMoveCommands.js +651 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorMoveOperations.js +287 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorTypeOperations.js +973 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorWordOperations.js +686 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursorCommon.js +239 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursorEvents.js +5 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/diffAlgorithm.js +118 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/dynamicProgrammingDiffing.js +98 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/computeMovedLines.js +246 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer.js +220 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/documentDiffProvider.js +5 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorAction.js +24 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorCommon.js +11 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorContextKeys.js +76 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorFeatures.js +15 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorTheme.js +21 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/encodedTokenAttributes.js +77 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/autoIndent.js +374 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/defaultDocumentColorsComputer.js +135 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/enterAction.js +63 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/supports/characterPair.js +37 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/supports/electricCharacter.js +52 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl.js +724 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/ast.js +482 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper.js +107 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree.js +343 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets.js +105 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos.js +121 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/concat23Trees.js +189 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider.js +94 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/fixBrackets.js +66 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/decorationProvider.js +1 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/editStack.js +359 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/fixedArray.js +67 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorBaseApi.js +40 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorSimpleWorker.js +523 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorWorker.js +6 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorWorkerHost.js +5 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousMultilineTokens.js +30 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousMultilineTokensBuilder.js +20 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousTokensEditing.js +125 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousTokensStore.js +204 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.js +164 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.js +351 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/caretOperations/browser/caretOperations.js +49 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/clipboard/browser/clipboard.js +236 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeAction.js +284 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.js +229 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.js +43 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionController.js +315 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver.js +86 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.js +64 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionModel.js +271 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codeLensCache.js +112 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codelens.js +104 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codelensController.js +472 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codelensWidget.js +262 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/color.js +112 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorContributions.js +51 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorDetector.js +242 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorHoverParticipant.js +244 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorPickerModel.js +71 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorPickerWidget.js +353 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider.js +54 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/comment/browser/blockCommentCommand.js +146 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/comment/browser/comment.js +146 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/contextmenu/browser/contextmenu.js +345 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.js +134 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dnd/browser/dnd.js +195 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dnd/browser/dragAndDropCommand.js +62 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/documentSymbols/browser/documentSymbols.js +23 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +57 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.js +401 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.js +181 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution.js +44 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.js +157 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/edit.js +71 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/editorState/browser/editorState.js +112 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findController.js +990 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findDecorations.js +296 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findModel.js +488 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findOptionsWidget.js +138 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findState.js +243 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findWidget.js +1177 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/folding.js +1093 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/foldingDecorations.js +133 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/foldingModel.js +538 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/foldingRanges.js +351 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/fontZoom/browser/fontZoom.js +49 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/format/browser/format.js +360 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/format/browser/formatActions.js +263 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/format/browser/formattingEdit.js +54 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture.js +149 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/hover/browser/contentHover.js +874 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/inlineCompletions/browser/commandIds.js +7 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/inlineCompletions/browser/commands.js +199 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/linesOperations/browser/copyLinesCommand.js +70 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/quickAccess/browser/commandsQuickAccess.js +26 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess.js +153 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.js +33 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/semanticTokens/browser/documentSemanticTokens.js +354 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/smartSelect/browser/bracketSelections.js +146 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/suggest/browser/completionModel.js +224 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.js +119 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/edcore.main.js +14 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.all.js +63 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.api.js +55 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.main.js +7 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.worker.js +25 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/standalone/browser/colorizer.js +118 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/language/css/css.worker.js +36869 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/language/css/cssMode.js +2035 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/accessibility/browser/accessibilityService.js +88 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/accessibility/common/accessibility.js +9 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/action/common/action.js +7 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/action/common/actionCommonCategories.js +13 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actionWidget/browser/actionList.js +276 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actionWidget/browser/actionWidget.js +248 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actionWidget/common/actionWidget.js +5 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actions/common/actions.js +409 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/audioCues/browser/audioCueService.js +176 -0
- package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/clipboard/browser/clipboardService.js +0 -0
- package/package.json +3 -2
|
@@ -0,0 +1,1644 @@
|
|
|
1
|
+
/*---------------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
4
|
+
*--------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { $, append, clearNode, createStyleSheet, getWindow, h, hasParentWithClass } from '../../dom.js';
|
|
6
|
+
import { DomEmitter } from '../../event.js';
|
|
7
|
+
import { StandardKeyboardEvent } from '../../keyboardEvent.js';
|
|
8
|
+
import { ActionBar } from '../actionbar/actionbar.js';
|
|
9
|
+
import { FindInput } from '../findinput/findInput.js';
|
|
10
|
+
import { unthemedInboxStyles } from '../inputbox/inputBox.js';
|
|
11
|
+
import { ElementsDragAndDropData } from '../list/listView.js';
|
|
12
|
+
import { isActionItem, isButton, isInputElement, isMonacoCustomToggle, isMonacoEditor, isStickyScrollElement, List, MouseController } from '../list/listWidget.js';
|
|
13
|
+
import { Toggle, unthemedToggleStyles } from '../toggle/toggle.js';
|
|
14
|
+
import { getVisibleState, isFilterResult } from './indexTreeModel.js';
|
|
15
|
+
import { TreeMouseEventTarget } from './tree.js';
|
|
16
|
+
import { Action } from '../../../common/actions.js';
|
|
17
|
+
import { distinct, equals, range } from '../../../common/arrays.js';
|
|
18
|
+
import { Delayer, disposableTimeout, timeout } from '../../../common/async.js';
|
|
19
|
+
import { Codicon } from '../../../common/codicons.js';
|
|
20
|
+
import { ThemeIcon } from '../../../common/themables.js';
|
|
21
|
+
import { SetMap } from '../../../common/map.js';
|
|
22
|
+
import { Emitter, Event, EventBufferer, Relay } from '../../../common/event.js';
|
|
23
|
+
import { fuzzyScore, FuzzyScore } from '../../../common/filters.js';
|
|
24
|
+
import { Disposable, DisposableStore, dispose, toDisposable } from '../../../common/lifecycle.js';
|
|
25
|
+
import { clamp } from '../../../common/numbers.js';
|
|
26
|
+
import { isNumber } from '../../../common/types.js';
|
|
27
|
+
import './media/tree.css';
|
|
28
|
+
import { localize } from '../../../../nls.js';
|
|
29
|
+
class TreeElementsDragAndDropData extends ElementsDragAndDropData {
|
|
30
|
+
constructor(data) {
|
|
31
|
+
super(data.elements.map(node => node.element));
|
|
32
|
+
this.data = data;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
function asTreeDragAndDropData(data) {
|
|
36
|
+
if (data instanceof ElementsDragAndDropData) {
|
|
37
|
+
return new TreeElementsDragAndDropData(data);
|
|
38
|
+
}
|
|
39
|
+
return data;
|
|
40
|
+
}
|
|
41
|
+
class TreeNodeListDragAndDrop {
|
|
42
|
+
constructor(modelProvider, dnd) {
|
|
43
|
+
this.modelProvider = modelProvider;
|
|
44
|
+
this.dnd = dnd;
|
|
45
|
+
this.autoExpandDisposable = Disposable.None;
|
|
46
|
+
this.disposables = new DisposableStore();
|
|
47
|
+
}
|
|
48
|
+
getDragURI(node) {
|
|
49
|
+
return this.dnd.getDragURI(node.element);
|
|
50
|
+
}
|
|
51
|
+
getDragLabel(nodes, originalEvent) {
|
|
52
|
+
if (this.dnd.getDragLabel) {
|
|
53
|
+
return this.dnd.getDragLabel(nodes.map(node => node.element), originalEvent);
|
|
54
|
+
}
|
|
55
|
+
return undefined;
|
|
56
|
+
}
|
|
57
|
+
onDragStart(data, originalEvent) {
|
|
58
|
+
var _a, _b;
|
|
59
|
+
(_b = (_a = this.dnd).onDragStart) === null || _b === void 0 ? void 0 : _b.call(_a, asTreeDragAndDropData(data), originalEvent);
|
|
60
|
+
}
|
|
61
|
+
onDragOver(data, targetNode, targetIndex, originalEvent, raw = true) {
|
|
62
|
+
const result = this.dnd.onDragOver(asTreeDragAndDropData(data), targetNode && targetNode.element, targetIndex, originalEvent);
|
|
63
|
+
const didChangeAutoExpandNode = this.autoExpandNode !== targetNode;
|
|
64
|
+
if (didChangeAutoExpandNode) {
|
|
65
|
+
this.autoExpandDisposable.dispose();
|
|
66
|
+
this.autoExpandNode = targetNode;
|
|
67
|
+
}
|
|
68
|
+
if (typeof targetNode === 'undefined') {
|
|
69
|
+
return result;
|
|
70
|
+
}
|
|
71
|
+
if (didChangeAutoExpandNode && typeof result !== 'boolean' && result.autoExpand) {
|
|
72
|
+
this.autoExpandDisposable = disposableTimeout(() => {
|
|
73
|
+
const model = this.modelProvider();
|
|
74
|
+
const ref = model.getNodeLocation(targetNode);
|
|
75
|
+
if (model.isCollapsed(ref)) {
|
|
76
|
+
model.setCollapsed(ref, false);
|
|
77
|
+
}
|
|
78
|
+
this.autoExpandNode = undefined;
|
|
79
|
+
}, 500, this.disposables);
|
|
80
|
+
}
|
|
81
|
+
if (typeof result === 'boolean' || !result.accept || typeof result.bubble === 'undefined' || result.feedback) {
|
|
82
|
+
if (!raw) {
|
|
83
|
+
const accept = typeof result === 'boolean' ? result : result.accept;
|
|
84
|
+
const effect = typeof result === 'boolean' ? undefined : result.effect;
|
|
85
|
+
return { accept, effect, feedback: [targetIndex] };
|
|
86
|
+
}
|
|
87
|
+
return result;
|
|
88
|
+
}
|
|
89
|
+
if (result.bubble === 1 /* TreeDragOverBubble.Up */) {
|
|
90
|
+
const model = this.modelProvider();
|
|
91
|
+
const ref = model.getNodeLocation(targetNode);
|
|
92
|
+
const parentRef = model.getParentNodeLocation(ref);
|
|
93
|
+
const parentNode = model.getNode(parentRef);
|
|
94
|
+
const parentIndex = parentRef && model.getListIndex(parentRef);
|
|
95
|
+
return this.onDragOver(data, parentNode, parentIndex, originalEvent, false);
|
|
96
|
+
}
|
|
97
|
+
const model = this.modelProvider();
|
|
98
|
+
const ref = model.getNodeLocation(targetNode);
|
|
99
|
+
const start = model.getListIndex(ref);
|
|
100
|
+
const length = model.getListRenderCount(ref);
|
|
101
|
+
return { ...result, feedback: range(start, start + length) };
|
|
102
|
+
}
|
|
103
|
+
drop(data, targetNode, targetIndex, originalEvent) {
|
|
104
|
+
this.autoExpandDisposable.dispose();
|
|
105
|
+
this.autoExpandNode = undefined;
|
|
106
|
+
this.dnd.drop(asTreeDragAndDropData(data), targetNode && targetNode.element, targetIndex, originalEvent);
|
|
107
|
+
}
|
|
108
|
+
onDragEnd(originalEvent) {
|
|
109
|
+
var _a, _b;
|
|
110
|
+
(_b = (_a = this.dnd).onDragEnd) === null || _b === void 0 ? void 0 : _b.call(_a, originalEvent);
|
|
111
|
+
}
|
|
112
|
+
dispose() {
|
|
113
|
+
this.disposables.dispose();
|
|
114
|
+
this.dnd.dispose();
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
function asListOptions(modelProvider, options) {
|
|
118
|
+
return options && {
|
|
119
|
+
...options,
|
|
120
|
+
identityProvider: options.identityProvider && {
|
|
121
|
+
getId(el) {
|
|
122
|
+
return options.identityProvider.getId(el.element);
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
dnd: options.dnd && new TreeNodeListDragAndDrop(modelProvider, options.dnd),
|
|
126
|
+
multipleSelectionController: options.multipleSelectionController && {
|
|
127
|
+
isSelectionSingleChangeEvent(e) {
|
|
128
|
+
return options.multipleSelectionController.isSelectionSingleChangeEvent({ ...e, element: e.element });
|
|
129
|
+
},
|
|
130
|
+
isSelectionRangeChangeEvent(e) {
|
|
131
|
+
return options.multipleSelectionController.isSelectionRangeChangeEvent({ ...e, element: e.element });
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
accessibilityProvider: options.accessibilityProvider && {
|
|
135
|
+
...options.accessibilityProvider,
|
|
136
|
+
getSetSize(node) {
|
|
137
|
+
const model = modelProvider();
|
|
138
|
+
const ref = model.getNodeLocation(node);
|
|
139
|
+
const parentRef = model.getParentNodeLocation(ref);
|
|
140
|
+
const parentNode = model.getNode(parentRef);
|
|
141
|
+
return parentNode.visibleChildrenCount;
|
|
142
|
+
},
|
|
143
|
+
getPosInSet(node) {
|
|
144
|
+
return node.visibleChildIndex + 1;
|
|
145
|
+
},
|
|
146
|
+
isChecked: options.accessibilityProvider && options.accessibilityProvider.isChecked ? (node) => {
|
|
147
|
+
return options.accessibilityProvider.isChecked(node.element);
|
|
148
|
+
} : undefined,
|
|
149
|
+
getRole: options.accessibilityProvider && options.accessibilityProvider.getRole ? (node) => {
|
|
150
|
+
return options.accessibilityProvider.getRole(node.element);
|
|
151
|
+
} : () => 'treeitem',
|
|
152
|
+
getAriaLabel(e) {
|
|
153
|
+
return options.accessibilityProvider.getAriaLabel(e.element);
|
|
154
|
+
},
|
|
155
|
+
getWidgetAriaLabel() {
|
|
156
|
+
return options.accessibilityProvider.getWidgetAriaLabel();
|
|
157
|
+
},
|
|
158
|
+
getWidgetRole: options.accessibilityProvider && options.accessibilityProvider.getWidgetRole ? () => options.accessibilityProvider.getWidgetRole() : () => 'tree',
|
|
159
|
+
getAriaLevel: options.accessibilityProvider && options.accessibilityProvider.getAriaLevel ? (node) => options.accessibilityProvider.getAriaLevel(node.element) : (node) => {
|
|
160
|
+
return node.depth;
|
|
161
|
+
},
|
|
162
|
+
getActiveDescendantId: options.accessibilityProvider.getActiveDescendantId && (node => {
|
|
163
|
+
return options.accessibilityProvider.getActiveDescendantId(node.element);
|
|
164
|
+
})
|
|
165
|
+
},
|
|
166
|
+
keyboardNavigationLabelProvider: options.keyboardNavigationLabelProvider && {
|
|
167
|
+
...options.keyboardNavigationLabelProvider,
|
|
168
|
+
getKeyboardNavigationLabel(node) {
|
|
169
|
+
return options.keyboardNavigationLabelProvider.getKeyboardNavigationLabel(node.element);
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
};
|
|
173
|
+
}
|
|
174
|
+
export class ComposedTreeDelegate {
|
|
175
|
+
constructor(delegate) {
|
|
176
|
+
this.delegate = delegate;
|
|
177
|
+
}
|
|
178
|
+
getHeight(element) {
|
|
179
|
+
return this.delegate.getHeight(element.element);
|
|
180
|
+
}
|
|
181
|
+
getTemplateId(element) {
|
|
182
|
+
return this.delegate.getTemplateId(element.element);
|
|
183
|
+
}
|
|
184
|
+
hasDynamicHeight(element) {
|
|
185
|
+
return !!this.delegate.hasDynamicHeight && this.delegate.hasDynamicHeight(element.element);
|
|
186
|
+
}
|
|
187
|
+
setDynamicHeight(element, height) {
|
|
188
|
+
var _a, _b;
|
|
189
|
+
(_b = (_a = this.delegate).setDynamicHeight) === null || _b === void 0 ? void 0 : _b.call(_a, element.element, height);
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
export var RenderIndentGuides;
|
|
193
|
+
(function (RenderIndentGuides) {
|
|
194
|
+
RenderIndentGuides["None"] = "none";
|
|
195
|
+
RenderIndentGuides["OnHover"] = "onHover";
|
|
196
|
+
RenderIndentGuides["Always"] = "always";
|
|
197
|
+
})(RenderIndentGuides || (RenderIndentGuides = {}));
|
|
198
|
+
class EventCollection {
|
|
199
|
+
get elements() {
|
|
200
|
+
return this._elements;
|
|
201
|
+
}
|
|
202
|
+
constructor(onDidChange, _elements = []) {
|
|
203
|
+
this._elements = _elements;
|
|
204
|
+
this.disposables = new DisposableStore();
|
|
205
|
+
this.onDidChange = Event.forEach(onDidChange, elements => this._elements = elements, this.disposables);
|
|
206
|
+
}
|
|
207
|
+
dispose() {
|
|
208
|
+
this.disposables.dispose();
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
export class TreeRenderer {
|
|
212
|
+
constructor(renderer, modelProvider, onDidChangeCollapseState, activeNodes, renderedIndentGuides, options = {}) {
|
|
213
|
+
var _a;
|
|
214
|
+
this.renderer = renderer;
|
|
215
|
+
this.modelProvider = modelProvider;
|
|
216
|
+
this.activeNodes = activeNodes;
|
|
217
|
+
this.renderedIndentGuides = renderedIndentGuides;
|
|
218
|
+
this.renderedElements = new Map();
|
|
219
|
+
this.renderedNodes = new Map();
|
|
220
|
+
this.indent = TreeRenderer.DefaultIndent;
|
|
221
|
+
this.hideTwistiesOfChildlessElements = false;
|
|
222
|
+
this.shouldRenderIndentGuides = false;
|
|
223
|
+
this.activeIndentNodes = new Set();
|
|
224
|
+
this.indentGuidesDisposable = Disposable.None;
|
|
225
|
+
this.disposables = new DisposableStore();
|
|
226
|
+
this.templateId = renderer.templateId;
|
|
227
|
+
this.updateOptions(options);
|
|
228
|
+
Event.map(onDidChangeCollapseState, e => e.node)(this.onDidChangeNodeTwistieState, this, this.disposables);
|
|
229
|
+
(_a = renderer.onDidChangeTwistieState) === null || _a === void 0 ? void 0 : _a.call(renderer, this.onDidChangeTwistieState, this, this.disposables);
|
|
230
|
+
}
|
|
231
|
+
updateOptions(options = {}) {
|
|
232
|
+
if (typeof options.indent !== 'undefined') {
|
|
233
|
+
const indent = clamp(options.indent, 0, 40);
|
|
234
|
+
if (indent !== this.indent) {
|
|
235
|
+
this.indent = indent;
|
|
236
|
+
for (const [node, templateData] of this.renderedNodes) {
|
|
237
|
+
this.renderTreeElement(node, templateData);
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
if (typeof options.renderIndentGuides !== 'undefined') {
|
|
242
|
+
const shouldRenderIndentGuides = options.renderIndentGuides !== RenderIndentGuides.None;
|
|
243
|
+
if (shouldRenderIndentGuides !== this.shouldRenderIndentGuides) {
|
|
244
|
+
this.shouldRenderIndentGuides = shouldRenderIndentGuides;
|
|
245
|
+
for (const [node, templateData] of this.renderedNodes) {
|
|
246
|
+
this._renderIndentGuides(node, templateData);
|
|
247
|
+
}
|
|
248
|
+
this.indentGuidesDisposable.dispose();
|
|
249
|
+
if (shouldRenderIndentGuides) {
|
|
250
|
+
const disposables = new DisposableStore();
|
|
251
|
+
this.activeNodes.onDidChange(this._onDidChangeActiveNodes, this, disposables);
|
|
252
|
+
this.indentGuidesDisposable = disposables;
|
|
253
|
+
this._onDidChangeActiveNodes(this.activeNodes.elements);
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
if (typeof options.hideTwistiesOfChildlessElements !== 'undefined') {
|
|
258
|
+
this.hideTwistiesOfChildlessElements = options.hideTwistiesOfChildlessElements;
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
renderTemplate(container) {
|
|
262
|
+
const el = append(container, $('.monaco-tl-row'));
|
|
263
|
+
const indent = append(el, $('.monaco-tl-indent'));
|
|
264
|
+
const twistie = append(el, $('.monaco-tl-twistie'));
|
|
265
|
+
const contents = append(el, $('.monaco-tl-contents'));
|
|
266
|
+
const templateData = this.renderer.renderTemplate(contents);
|
|
267
|
+
return { container, indent, twistie, indentGuidesDisposable: Disposable.None, templateData };
|
|
268
|
+
}
|
|
269
|
+
renderElement(node, index, templateData, height) {
|
|
270
|
+
this.renderedNodes.set(node, templateData);
|
|
271
|
+
this.renderedElements.set(node.element, node);
|
|
272
|
+
this.renderTreeElement(node, templateData);
|
|
273
|
+
this.renderer.renderElement(node, index, templateData.templateData, height);
|
|
274
|
+
}
|
|
275
|
+
disposeElement(node, index, templateData, height) {
|
|
276
|
+
var _a, _b;
|
|
277
|
+
templateData.indentGuidesDisposable.dispose();
|
|
278
|
+
(_b = (_a = this.renderer).disposeElement) === null || _b === void 0 ? void 0 : _b.call(_a, node, index, templateData.templateData, height);
|
|
279
|
+
if (typeof height === 'number') {
|
|
280
|
+
this.renderedNodes.delete(node);
|
|
281
|
+
this.renderedElements.delete(node.element);
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
disposeTemplate(templateData) {
|
|
285
|
+
this.renderer.disposeTemplate(templateData.templateData);
|
|
286
|
+
}
|
|
287
|
+
onDidChangeTwistieState(element) {
|
|
288
|
+
const node = this.renderedElements.get(element);
|
|
289
|
+
if (!node) {
|
|
290
|
+
return;
|
|
291
|
+
}
|
|
292
|
+
this.onDidChangeNodeTwistieState(node);
|
|
293
|
+
}
|
|
294
|
+
onDidChangeNodeTwistieState(node) {
|
|
295
|
+
const templateData = this.renderedNodes.get(node);
|
|
296
|
+
if (!templateData) {
|
|
297
|
+
return;
|
|
298
|
+
}
|
|
299
|
+
this._onDidChangeActiveNodes(this.activeNodes.elements);
|
|
300
|
+
this.renderTreeElement(node, templateData);
|
|
301
|
+
}
|
|
302
|
+
renderTreeElement(node, templateData) {
|
|
303
|
+
const indent = TreeRenderer.DefaultIndent + (node.depth - 1) * this.indent;
|
|
304
|
+
templateData.twistie.style.paddingLeft = `${indent}px`;
|
|
305
|
+
templateData.indent.style.width = `${indent + this.indent - 16}px`;
|
|
306
|
+
if (node.collapsible) {
|
|
307
|
+
templateData.container.setAttribute('aria-expanded', String(!node.collapsed));
|
|
308
|
+
}
|
|
309
|
+
else {
|
|
310
|
+
templateData.container.removeAttribute('aria-expanded');
|
|
311
|
+
}
|
|
312
|
+
templateData.twistie.classList.remove(...ThemeIcon.asClassNameArray(Codicon.treeItemExpanded));
|
|
313
|
+
let twistieRendered = false;
|
|
314
|
+
if (this.renderer.renderTwistie) {
|
|
315
|
+
twistieRendered = this.renderer.renderTwistie(node.element, templateData.twistie);
|
|
316
|
+
}
|
|
317
|
+
if (node.collapsible && (!this.hideTwistiesOfChildlessElements || node.visibleChildrenCount > 0)) {
|
|
318
|
+
if (!twistieRendered) {
|
|
319
|
+
templateData.twistie.classList.add(...ThemeIcon.asClassNameArray(Codicon.treeItemExpanded));
|
|
320
|
+
}
|
|
321
|
+
templateData.twistie.classList.add('collapsible');
|
|
322
|
+
templateData.twistie.classList.toggle('collapsed', node.collapsed);
|
|
323
|
+
}
|
|
324
|
+
else {
|
|
325
|
+
templateData.twistie.classList.remove('collapsible', 'collapsed');
|
|
326
|
+
}
|
|
327
|
+
this._renderIndentGuides(node, templateData);
|
|
328
|
+
}
|
|
329
|
+
_renderIndentGuides(node, templateData) {
|
|
330
|
+
clearNode(templateData.indent);
|
|
331
|
+
templateData.indentGuidesDisposable.dispose();
|
|
332
|
+
if (!this.shouldRenderIndentGuides) {
|
|
333
|
+
return;
|
|
334
|
+
}
|
|
335
|
+
const disposableStore = new DisposableStore();
|
|
336
|
+
const model = this.modelProvider();
|
|
337
|
+
while (true) {
|
|
338
|
+
const ref = model.getNodeLocation(node);
|
|
339
|
+
const parentRef = model.getParentNodeLocation(ref);
|
|
340
|
+
if (!parentRef) {
|
|
341
|
+
break;
|
|
342
|
+
}
|
|
343
|
+
const parent = model.getNode(parentRef);
|
|
344
|
+
const guide = $('.indent-guide', { style: `width: ${this.indent}px` });
|
|
345
|
+
if (this.activeIndentNodes.has(parent)) {
|
|
346
|
+
guide.classList.add('active');
|
|
347
|
+
}
|
|
348
|
+
if (templateData.indent.childElementCount === 0) {
|
|
349
|
+
templateData.indent.appendChild(guide);
|
|
350
|
+
}
|
|
351
|
+
else {
|
|
352
|
+
templateData.indent.insertBefore(guide, templateData.indent.firstElementChild);
|
|
353
|
+
}
|
|
354
|
+
this.renderedIndentGuides.add(parent, guide);
|
|
355
|
+
disposableStore.add(toDisposable(() => this.renderedIndentGuides.delete(parent, guide)));
|
|
356
|
+
node = parent;
|
|
357
|
+
}
|
|
358
|
+
templateData.indentGuidesDisposable = disposableStore;
|
|
359
|
+
}
|
|
360
|
+
_onDidChangeActiveNodes(nodes) {
|
|
361
|
+
if (!this.shouldRenderIndentGuides) {
|
|
362
|
+
return;
|
|
363
|
+
}
|
|
364
|
+
const set = new Set();
|
|
365
|
+
const model = this.modelProvider();
|
|
366
|
+
nodes.forEach(node => {
|
|
367
|
+
const ref = model.getNodeLocation(node);
|
|
368
|
+
try {
|
|
369
|
+
const parentRef = model.getParentNodeLocation(ref);
|
|
370
|
+
if (node.collapsible && node.children.length > 0 && !node.collapsed) {
|
|
371
|
+
set.add(node);
|
|
372
|
+
}
|
|
373
|
+
else if (parentRef) {
|
|
374
|
+
set.add(model.getNode(parentRef));
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
catch (_a) {
|
|
378
|
+
// noop
|
|
379
|
+
}
|
|
380
|
+
});
|
|
381
|
+
this.activeIndentNodes.forEach(node => {
|
|
382
|
+
if (!set.has(node)) {
|
|
383
|
+
this.renderedIndentGuides.forEach(node, line => line.classList.remove('active'));
|
|
384
|
+
}
|
|
385
|
+
});
|
|
386
|
+
set.forEach(node => {
|
|
387
|
+
if (!this.activeIndentNodes.has(node)) {
|
|
388
|
+
this.renderedIndentGuides.forEach(node, line => line.classList.add('active'));
|
|
389
|
+
}
|
|
390
|
+
});
|
|
391
|
+
this.activeIndentNodes = set;
|
|
392
|
+
}
|
|
393
|
+
dispose() {
|
|
394
|
+
this.renderedNodes.clear();
|
|
395
|
+
this.renderedElements.clear();
|
|
396
|
+
this.indentGuidesDisposable.dispose();
|
|
397
|
+
dispose(this.disposables);
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
TreeRenderer.DefaultIndent = 8;
|
|
401
|
+
class FindFilter {
|
|
402
|
+
get totalCount() { return this._totalCount; }
|
|
403
|
+
get matchCount() { return this._matchCount; }
|
|
404
|
+
constructor(tree, keyboardNavigationLabelProvider, _filter) {
|
|
405
|
+
this.tree = tree;
|
|
406
|
+
this.keyboardNavigationLabelProvider = keyboardNavigationLabelProvider;
|
|
407
|
+
this._filter = _filter;
|
|
408
|
+
this._totalCount = 0;
|
|
409
|
+
this._matchCount = 0;
|
|
410
|
+
this._pattern = '';
|
|
411
|
+
this._lowercasePattern = '';
|
|
412
|
+
this.disposables = new DisposableStore();
|
|
413
|
+
tree.onWillRefilter(this.reset, this, this.disposables);
|
|
414
|
+
}
|
|
415
|
+
filter(element, parentVisibility) {
|
|
416
|
+
let visibility = 1 /* TreeVisibility.Visible */;
|
|
417
|
+
if (this._filter) {
|
|
418
|
+
const result = this._filter.filter(element, parentVisibility);
|
|
419
|
+
if (typeof result === 'boolean') {
|
|
420
|
+
visibility = result ? 1 /* TreeVisibility.Visible */ : 0 /* TreeVisibility.Hidden */;
|
|
421
|
+
}
|
|
422
|
+
else if (isFilterResult(result)) {
|
|
423
|
+
visibility = getVisibleState(result.visibility);
|
|
424
|
+
}
|
|
425
|
+
else {
|
|
426
|
+
visibility = result;
|
|
427
|
+
}
|
|
428
|
+
if (visibility === 0 /* TreeVisibility.Hidden */) {
|
|
429
|
+
return false;
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
this._totalCount++;
|
|
433
|
+
if (!this._pattern) {
|
|
434
|
+
this._matchCount++;
|
|
435
|
+
return { data: FuzzyScore.Default, visibility };
|
|
436
|
+
}
|
|
437
|
+
const label = this.keyboardNavigationLabelProvider.getKeyboardNavigationLabel(element);
|
|
438
|
+
const labels = Array.isArray(label) ? label : [label];
|
|
439
|
+
for (const l of labels) {
|
|
440
|
+
const labelStr = l && l.toString();
|
|
441
|
+
if (typeof labelStr === 'undefined') {
|
|
442
|
+
return { data: FuzzyScore.Default, visibility };
|
|
443
|
+
}
|
|
444
|
+
let score;
|
|
445
|
+
if (this.tree.findMatchType === TreeFindMatchType.Contiguous) {
|
|
446
|
+
const index = labelStr.toLowerCase().indexOf(this._lowercasePattern);
|
|
447
|
+
if (index > -1) {
|
|
448
|
+
score = [Number.MAX_SAFE_INTEGER, 0];
|
|
449
|
+
for (let i = this._lowercasePattern.length; i > 0; i--) {
|
|
450
|
+
score.push(index + i - 1);
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
else {
|
|
455
|
+
score = fuzzyScore(this._pattern, this._lowercasePattern, 0, labelStr, labelStr.toLowerCase(), 0, { firstMatchCanBeWeak: true, boostFullMatch: true });
|
|
456
|
+
}
|
|
457
|
+
if (score) {
|
|
458
|
+
this._matchCount++;
|
|
459
|
+
return labels.length === 1 ?
|
|
460
|
+
{ data: score, visibility } :
|
|
461
|
+
{ data: { label: labelStr, score: score }, visibility };
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
if (this.tree.findMode === TreeFindMode.Filter) {
|
|
465
|
+
if (typeof this.tree.options.defaultFindVisibility === 'number') {
|
|
466
|
+
return this.tree.options.defaultFindVisibility;
|
|
467
|
+
}
|
|
468
|
+
else if (this.tree.options.defaultFindVisibility) {
|
|
469
|
+
return this.tree.options.defaultFindVisibility(element);
|
|
470
|
+
}
|
|
471
|
+
else {
|
|
472
|
+
return 2 /* TreeVisibility.Recurse */;
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
else {
|
|
476
|
+
return { data: FuzzyScore.Default, visibility };
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
reset() {
|
|
480
|
+
this._totalCount = 0;
|
|
481
|
+
this._matchCount = 0;
|
|
482
|
+
}
|
|
483
|
+
dispose() {
|
|
484
|
+
dispose(this.disposables);
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
export class ModeToggle extends Toggle {
|
|
488
|
+
constructor(opts) {
|
|
489
|
+
var _a;
|
|
490
|
+
super({
|
|
491
|
+
icon: Codicon.listFilter,
|
|
492
|
+
title: localize('filter', "Filter"),
|
|
493
|
+
isChecked: (_a = opts.isChecked) !== null && _a !== void 0 ? _a : false,
|
|
494
|
+
inputActiveOptionBorder: opts.inputActiveOptionBorder,
|
|
495
|
+
inputActiveOptionForeground: opts.inputActiveOptionForeground,
|
|
496
|
+
inputActiveOptionBackground: opts.inputActiveOptionBackground
|
|
497
|
+
});
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
export class FuzzyToggle extends Toggle {
|
|
501
|
+
constructor(opts) {
|
|
502
|
+
var _a;
|
|
503
|
+
super({
|
|
504
|
+
icon: Codicon.searchFuzzy,
|
|
505
|
+
title: localize('fuzzySearch', "Fuzzy Match"),
|
|
506
|
+
isChecked: (_a = opts.isChecked) !== null && _a !== void 0 ? _a : false,
|
|
507
|
+
inputActiveOptionBorder: opts.inputActiveOptionBorder,
|
|
508
|
+
inputActiveOptionForeground: opts.inputActiveOptionForeground,
|
|
509
|
+
inputActiveOptionBackground: opts.inputActiveOptionBackground
|
|
510
|
+
});
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
const unthemedFindWidgetStyles = {
|
|
514
|
+
inputBoxStyles: unthemedInboxStyles,
|
|
515
|
+
toggleStyles: unthemedToggleStyles,
|
|
516
|
+
listFilterWidgetBackground: undefined,
|
|
517
|
+
listFilterWidgetNoMatchesOutline: undefined,
|
|
518
|
+
listFilterWidgetOutline: undefined,
|
|
519
|
+
listFilterWidgetShadow: undefined
|
|
520
|
+
};
|
|
521
|
+
export var TreeFindMode;
|
|
522
|
+
(function (TreeFindMode) {
|
|
523
|
+
TreeFindMode[TreeFindMode["Highlight"] = 0] = "Highlight";
|
|
524
|
+
TreeFindMode[TreeFindMode["Filter"] = 1] = "Filter";
|
|
525
|
+
})(TreeFindMode || (TreeFindMode = {}));
|
|
526
|
+
export var TreeFindMatchType;
|
|
527
|
+
(function (TreeFindMatchType) {
|
|
528
|
+
TreeFindMatchType[TreeFindMatchType["Fuzzy"] = 0] = "Fuzzy";
|
|
529
|
+
TreeFindMatchType[TreeFindMatchType["Contiguous"] = 1] = "Contiguous";
|
|
530
|
+
})(TreeFindMatchType || (TreeFindMatchType = {}));
|
|
531
|
+
class FindWidget extends Disposable {
|
|
532
|
+
set mode(mode) {
|
|
533
|
+
this.modeToggle.checked = mode === TreeFindMode.Filter;
|
|
534
|
+
this.findInput.inputBox.setPlaceHolder(mode === TreeFindMode.Filter ? localize('type to filter', "Type to filter") : localize('type to search', "Type to search"));
|
|
535
|
+
}
|
|
536
|
+
set matchType(matchType) {
|
|
537
|
+
this.matchTypeToggle.checked = matchType === TreeFindMatchType.Fuzzy;
|
|
538
|
+
}
|
|
539
|
+
constructor(container, tree, contextViewProvider, mode, matchType, options) {
|
|
540
|
+
var _a;
|
|
541
|
+
super();
|
|
542
|
+
this.tree = tree;
|
|
543
|
+
this.elements = h('.monaco-tree-type-filter', [
|
|
544
|
+
h('.monaco-tree-type-filter-grab.codicon.codicon-debug-gripper@grab', { tabIndex: 0 }),
|
|
545
|
+
h('.monaco-tree-type-filter-input@findInput'),
|
|
546
|
+
h('.monaco-tree-type-filter-actionbar@actionbar'),
|
|
547
|
+
]);
|
|
548
|
+
this.width = 0;
|
|
549
|
+
this.right = 0;
|
|
550
|
+
this.top = 0;
|
|
551
|
+
this._onDidDisable = new Emitter();
|
|
552
|
+
container.appendChild(this.elements.root);
|
|
553
|
+
this._register(toDisposable(() => container.removeChild(this.elements.root)));
|
|
554
|
+
const styles = (_a = options === null || options === void 0 ? void 0 : options.styles) !== null && _a !== void 0 ? _a : unthemedFindWidgetStyles;
|
|
555
|
+
if (styles.listFilterWidgetBackground) {
|
|
556
|
+
this.elements.root.style.backgroundColor = styles.listFilterWidgetBackground;
|
|
557
|
+
}
|
|
558
|
+
if (styles.listFilterWidgetShadow) {
|
|
559
|
+
this.elements.root.style.boxShadow = `0 0 8px 2px ${styles.listFilterWidgetShadow}`;
|
|
560
|
+
}
|
|
561
|
+
this.modeToggle = this._register(new ModeToggle({ ...styles.toggleStyles, isChecked: mode === TreeFindMode.Filter }));
|
|
562
|
+
this.matchTypeToggle = this._register(new FuzzyToggle({ ...styles.toggleStyles, isChecked: matchType === TreeFindMatchType.Fuzzy }));
|
|
563
|
+
this.onDidChangeMode = Event.map(this.modeToggle.onChange, () => this.modeToggle.checked ? TreeFindMode.Filter : TreeFindMode.Highlight, this._store);
|
|
564
|
+
this.onDidChangeMatchType = Event.map(this.matchTypeToggle.onChange, () => this.matchTypeToggle.checked ? TreeFindMatchType.Fuzzy : TreeFindMatchType.Contiguous, this._store);
|
|
565
|
+
this.findInput = this._register(new FindInput(this.elements.findInput, contextViewProvider, {
|
|
566
|
+
label: localize('type to search', "Type to search"),
|
|
567
|
+
additionalToggles: [this.modeToggle, this.matchTypeToggle],
|
|
568
|
+
showCommonFindToggles: false,
|
|
569
|
+
inputBoxStyles: styles.inputBoxStyles,
|
|
570
|
+
toggleStyles: styles.toggleStyles,
|
|
571
|
+
history: options === null || options === void 0 ? void 0 : options.history
|
|
572
|
+
}));
|
|
573
|
+
this.actionbar = this._register(new ActionBar(this.elements.actionbar));
|
|
574
|
+
this.mode = mode;
|
|
575
|
+
const emitter = this._register(new DomEmitter(this.findInput.inputBox.inputElement, 'keydown'));
|
|
576
|
+
const onKeyDown = Event.chain(emitter.event, $ => $.map(e => new StandardKeyboardEvent(e)));
|
|
577
|
+
this._register(onKeyDown((e) => {
|
|
578
|
+
// Using equals() so we reserve modified keys for future use
|
|
579
|
+
if (e.equals(3 /* KeyCode.Enter */)) {
|
|
580
|
+
// This is the only keyboard way to return to the tree from a history item that isn't the last one
|
|
581
|
+
e.preventDefault();
|
|
582
|
+
e.stopPropagation();
|
|
583
|
+
this.findInput.inputBox.addToHistory();
|
|
584
|
+
this.tree.domFocus();
|
|
585
|
+
return;
|
|
586
|
+
}
|
|
587
|
+
if (e.equals(18 /* KeyCode.DownArrow */)) {
|
|
588
|
+
e.preventDefault();
|
|
589
|
+
e.stopPropagation();
|
|
590
|
+
if (this.findInput.inputBox.isAtLastInHistory() || this.findInput.inputBox.isNowhereInHistory()) {
|
|
591
|
+
// Retain original pre-history DownArrow behavior
|
|
592
|
+
this.findInput.inputBox.addToHistory();
|
|
593
|
+
this.tree.domFocus();
|
|
594
|
+
}
|
|
595
|
+
else {
|
|
596
|
+
// Downward through history
|
|
597
|
+
this.findInput.inputBox.showNextValue();
|
|
598
|
+
}
|
|
599
|
+
return;
|
|
600
|
+
}
|
|
601
|
+
if (e.equals(16 /* KeyCode.UpArrow */)) {
|
|
602
|
+
e.preventDefault();
|
|
603
|
+
e.stopPropagation();
|
|
604
|
+
// Upward through history
|
|
605
|
+
this.findInput.inputBox.showPreviousValue();
|
|
606
|
+
return;
|
|
607
|
+
}
|
|
608
|
+
}));
|
|
609
|
+
const closeAction = this._register(new Action('close', localize('close', "Close"), 'codicon codicon-close', true, () => this.dispose()));
|
|
610
|
+
this.actionbar.push(closeAction, { icon: true, label: false });
|
|
611
|
+
const onGrabMouseDown = this._register(new DomEmitter(this.elements.grab, 'mousedown'));
|
|
612
|
+
this._register(onGrabMouseDown.event(e => {
|
|
613
|
+
const disposables = new DisposableStore();
|
|
614
|
+
const onWindowMouseMove = disposables.add(new DomEmitter(getWindow(e), 'mousemove'));
|
|
615
|
+
const onWindowMouseUp = disposables.add(new DomEmitter(getWindow(e), 'mouseup'));
|
|
616
|
+
const startRight = this.right;
|
|
617
|
+
const startX = e.pageX;
|
|
618
|
+
const startTop = this.top;
|
|
619
|
+
const startY = e.pageY;
|
|
620
|
+
this.elements.grab.classList.add('grabbing');
|
|
621
|
+
const transition = this.elements.root.style.transition;
|
|
622
|
+
this.elements.root.style.transition = 'unset';
|
|
623
|
+
const update = (e) => {
|
|
624
|
+
const deltaX = e.pageX - startX;
|
|
625
|
+
this.right = startRight - deltaX;
|
|
626
|
+
const deltaY = e.pageY - startY;
|
|
627
|
+
this.top = startTop + deltaY;
|
|
628
|
+
this.layout();
|
|
629
|
+
};
|
|
630
|
+
disposables.add(onWindowMouseMove.event(update));
|
|
631
|
+
disposables.add(onWindowMouseUp.event(e => {
|
|
632
|
+
update(e);
|
|
633
|
+
this.elements.grab.classList.remove('grabbing');
|
|
634
|
+
this.elements.root.style.transition = transition;
|
|
635
|
+
disposables.dispose();
|
|
636
|
+
}));
|
|
637
|
+
}));
|
|
638
|
+
const onGrabKeyDown = Event.chain(this._register(new DomEmitter(this.elements.grab, 'keydown')).event, $ => $.map(e => new StandardKeyboardEvent(e)));
|
|
639
|
+
this._register(onGrabKeyDown((e) => {
|
|
640
|
+
let right;
|
|
641
|
+
let top;
|
|
642
|
+
if (e.keyCode === 15 /* KeyCode.LeftArrow */) {
|
|
643
|
+
right = Number.POSITIVE_INFINITY;
|
|
644
|
+
}
|
|
645
|
+
else if (e.keyCode === 17 /* KeyCode.RightArrow */) {
|
|
646
|
+
right = 0;
|
|
647
|
+
}
|
|
648
|
+
else if (e.keyCode === 10 /* KeyCode.Space */) {
|
|
649
|
+
right = this.right === 0 ? Number.POSITIVE_INFINITY : 0;
|
|
650
|
+
}
|
|
651
|
+
if (e.keyCode === 16 /* KeyCode.UpArrow */) {
|
|
652
|
+
top = 0;
|
|
653
|
+
}
|
|
654
|
+
else if (e.keyCode === 18 /* KeyCode.DownArrow */) {
|
|
655
|
+
top = Number.POSITIVE_INFINITY;
|
|
656
|
+
}
|
|
657
|
+
if (right !== undefined) {
|
|
658
|
+
e.preventDefault();
|
|
659
|
+
e.stopPropagation();
|
|
660
|
+
this.right = right;
|
|
661
|
+
this.layout();
|
|
662
|
+
}
|
|
663
|
+
if (top !== undefined) {
|
|
664
|
+
e.preventDefault();
|
|
665
|
+
e.stopPropagation();
|
|
666
|
+
this.top = top;
|
|
667
|
+
const transition = this.elements.root.style.transition;
|
|
668
|
+
this.elements.root.style.transition = 'unset';
|
|
669
|
+
this.layout();
|
|
670
|
+
setTimeout(() => {
|
|
671
|
+
this.elements.root.style.transition = transition;
|
|
672
|
+
}, 0);
|
|
673
|
+
}
|
|
674
|
+
}));
|
|
675
|
+
this.onDidChangeValue = this.findInput.onDidChange;
|
|
676
|
+
}
|
|
677
|
+
layout(width = this.width) {
|
|
678
|
+
this.width = width;
|
|
679
|
+
this.right = clamp(this.right, 0, Math.max(0, width - 212));
|
|
680
|
+
this.elements.root.style.right = `${this.right}px`;
|
|
681
|
+
this.top = clamp(this.top, 0, 24);
|
|
682
|
+
this.elements.root.style.top = `${this.top}px`;
|
|
683
|
+
}
|
|
684
|
+
showMessage(message) {
|
|
685
|
+
this.findInput.showMessage(message);
|
|
686
|
+
}
|
|
687
|
+
clearMessage() {
|
|
688
|
+
this.findInput.clearMessage();
|
|
689
|
+
}
|
|
690
|
+
async dispose() {
|
|
691
|
+
this._onDidDisable.fire();
|
|
692
|
+
this.elements.root.classList.add('disabled');
|
|
693
|
+
await timeout(300);
|
|
694
|
+
super.dispose();
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
class FindController {
|
|
698
|
+
get pattern() { return this._pattern; }
|
|
699
|
+
get mode() { return this._mode; }
|
|
700
|
+
set mode(mode) {
|
|
701
|
+
if (mode === this._mode) {
|
|
702
|
+
return;
|
|
703
|
+
}
|
|
704
|
+
this._mode = mode;
|
|
705
|
+
if (this.widget) {
|
|
706
|
+
this.widget.mode = this._mode;
|
|
707
|
+
}
|
|
708
|
+
this.tree.refilter();
|
|
709
|
+
this.render();
|
|
710
|
+
this._onDidChangeMode.fire(mode);
|
|
711
|
+
}
|
|
712
|
+
get matchType() { return this._matchType; }
|
|
713
|
+
set matchType(matchType) {
|
|
714
|
+
if (matchType === this._matchType) {
|
|
715
|
+
return;
|
|
716
|
+
}
|
|
717
|
+
this._matchType = matchType;
|
|
718
|
+
if (this.widget) {
|
|
719
|
+
this.widget.matchType = this._matchType;
|
|
720
|
+
}
|
|
721
|
+
this.tree.refilter();
|
|
722
|
+
this.render();
|
|
723
|
+
this._onDidChangeMatchType.fire(matchType);
|
|
724
|
+
}
|
|
725
|
+
constructor(tree, model, view, filter, contextViewProvider, options = {}) {
|
|
726
|
+
var _a, _b;
|
|
727
|
+
this.tree = tree;
|
|
728
|
+
this.view = view;
|
|
729
|
+
this.filter = filter;
|
|
730
|
+
this.contextViewProvider = contextViewProvider;
|
|
731
|
+
this.options = options;
|
|
732
|
+
this._pattern = '';
|
|
733
|
+
this.width = 0;
|
|
734
|
+
this._onDidChangeMode = new Emitter();
|
|
735
|
+
this.onDidChangeMode = this._onDidChangeMode.event;
|
|
736
|
+
this._onDidChangeMatchType = new Emitter();
|
|
737
|
+
this.onDidChangeMatchType = this._onDidChangeMatchType.event;
|
|
738
|
+
this._onDidChangePattern = new Emitter();
|
|
739
|
+
this._onDidChangeOpenState = new Emitter();
|
|
740
|
+
this.onDidChangeOpenState = this._onDidChangeOpenState.event;
|
|
741
|
+
this.enabledDisposables = new DisposableStore();
|
|
742
|
+
this.disposables = new DisposableStore();
|
|
743
|
+
this._mode = (_a = tree.options.defaultFindMode) !== null && _a !== void 0 ? _a : TreeFindMode.Highlight;
|
|
744
|
+
this._matchType = (_b = tree.options.defaultFindMatchType) !== null && _b !== void 0 ? _b : TreeFindMatchType.Fuzzy;
|
|
745
|
+
model.onDidSplice(this.onDidSpliceModel, this, this.disposables);
|
|
746
|
+
}
|
|
747
|
+
updateOptions(optionsUpdate = {}) {
|
|
748
|
+
if (optionsUpdate.defaultFindMode !== undefined) {
|
|
749
|
+
this.mode = optionsUpdate.defaultFindMode;
|
|
750
|
+
}
|
|
751
|
+
if (optionsUpdate.defaultFindMatchType !== undefined) {
|
|
752
|
+
this.matchType = optionsUpdate.defaultFindMatchType;
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
onDidSpliceModel() {
|
|
756
|
+
if (!this.widget || this.pattern.length === 0) {
|
|
757
|
+
return;
|
|
758
|
+
}
|
|
759
|
+
this.tree.refilter();
|
|
760
|
+
this.render();
|
|
761
|
+
}
|
|
762
|
+
render() {
|
|
763
|
+
var _a, _b, _c, _d;
|
|
764
|
+
const noMatches = this.filter.totalCount > 0 && this.filter.matchCount === 0;
|
|
765
|
+
if (this.pattern && noMatches) {
|
|
766
|
+
if ((_a = this.tree.options.showNotFoundMessage) !== null && _a !== void 0 ? _a : true) {
|
|
767
|
+
(_b = this.widget) === null || _b === void 0 ? void 0 : _b.showMessage({ type: 2 /* MessageType.WARNING */, content: localize('not found', "No elements found.") });
|
|
768
|
+
}
|
|
769
|
+
else {
|
|
770
|
+
(_c = this.widget) === null || _c === void 0 ? void 0 : _c.showMessage({ type: 2 /* MessageType.WARNING */ });
|
|
771
|
+
}
|
|
772
|
+
}
|
|
773
|
+
else {
|
|
774
|
+
(_d = this.widget) === null || _d === void 0 ? void 0 : _d.clearMessage();
|
|
775
|
+
}
|
|
776
|
+
}
|
|
777
|
+
shouldAllowFocus(node) {
|
|
778
|
+
if (!this.widget || !this.pattern || this._mode === TreeFindMode.Filter) {
|
|
779
|
+
return true;
|
|
780
|
+
}
|
|
781
|
+
if (this.filter.totalCount > 0 && this.filter.matchCount <= 1) {
|
|
782
|
+
return true;
|
|
783
|
+
}
|
|
784
|
+
return !FuzzyScore.isDefault(node.filterData);
|
|
785
|
+
}
|
|
786
|
+
layout(width) {
|
|
787
|
+
var _a;
|
|
788
|
+
this.width = width;
|
|
789
|
+
(_a = this.widget) === null || _a === void 0 ? void 0 : _a.layout(width);
|
|
790
|
+
}
|
|
791
|
+
dispose() {
|
|
792
|
+
this._history = undefined;
|
|
793
|
+
this._onDidChangePattern.dispose();
|
|
794
|
+
this.enabledDisposables.dispose();
|
|
795
|
+
this.disposables.dispose();
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
function stickyScrollNodeEquals(node1, node2) {
|
|
799
|
+
return node1.position === node2.position &&
|
|
800
|
+
node1.node.element === node2.node.element &&
|
|
801
|
+
node1.startIndex === node2.startIndex &&
|
|
802
|
+
node1.height === node2.height &&
|
|
803
|
+
node1.endIndex === node2.endIndex;
|
|
804
|
+
}
|
|
805
|
+
class StickyScrollState extends Disposable {
|
|
806
|
+
constructor(stickyNodes = []) {
|
|
807
|
+
super();
|
|
808
|
+
this.stickyNodes = stickyNodes;
|
|
809
|
+
}
|
|
810
|
+
get count() { return this.stickyNodes.length; }
|
|
811
|
+
equal(state) {
|
|
812
|
+
return equals(this.stickyNodes, state.stickyNodes, stickyScrollNodeEquals);
|
|
813
|
+
}
|
|
814
|
+
addDisposable(disposable) {
|
|
815
|
+
this._register(disposable);
|
|
816
|
+
}
|
|
817
|
+
}
|
|
818
|
+
class StickyScrollController extends Disposable {
|
|
819
|
+
get firstVisibleNode() {
|
|
820
|
+
const index = this.view.firstVisibleIndex;
|
|
821
|
+
if (index < 0 || index >= this.view.length) {
|
|
822
|
+
return undefined;
|
|
823
|
+
}
|
|
824
|
+
return this.view.element(index);
|
|
825
|
+
}
|
|
826
|
+
constructor(tree, model, view, renderers, treeDelegate, options = {}) {
|
|
827
|
+
super();
|
|
828
|
+
this.tree = tree;
|
|
829
|
+
this.model = model;
|
|
830
|
+
this.view = view;
|
|
831
|
+
this.treeDelegate = treeDelegate;
|
|
832
|
+
this.maxWidgetViewRatio = 0.4;
|
|
833
|
+
const stickyScrollOptions = this.validateStickySettings(options);
|
|
834
|
+
this.stickyScrollMaxItemCount = stickyScrollOptions.stickyScrollMaxItemCount;
|
|
835
|
+
this._widget = this._register(new StickyScrollWidget(view.getScrollableElement(), view, model, renderers, treeDelegate));
|
|
836
|
+
this._register(view.onDidScroll(() => this.update()));
|
|
837
|
+
this._register(view.onDidChangeContentHeight(() => this.update()));
|
|
838
|
+
this._register(tree.onDidChangeCollapseState(() => this.update()));
|
|
839
|
+
this.update();
|
|
840
|
+
}
|
|
841
|
+
update() {
|
|
842
|
+
const firstVisibleNode = this.firstVisibleNode;
|
|
843
|
+
// Don't render anything if there are no elements
|
|
844
|
+
if (!firstVisibleNode || this.tree.scrollTop === 0) {
|
|
845
|
+
this._widget.setState(undefined);
|
|
846
|
+
return;
|
|
847
|
+
}
|
|
848
|
+
const stickyState = this.findStickyState(firstVisibleNode);
|
|
849
|
+
this._widget.setState(stickyState);
|
|
850
|
+
}
|
|
851
|
+
findStickyState(firstVisibleNode) {
|
|
852
|
+
const stickyNodes = [];
|
|
853
|
+
const maximumStickyWidgetHeight = this.view.renderHeight * this.maxWidgetViewRatio;
|
|
854
|
+
let firstVisibleNodeUnderWidget = firstVisibleNode;
|
|
855
|
+
let stickyNodesHeight = 0;
|
|
856
|
+
let nextStickyNode = this.getNextStickyNode(firstVisibleNodeUnderWidget, undefined, stickyNodesHeight);
|
|
857
|
+
while (nextStickyNode && stickyNodesHeight + nextStickyNode.height < maximumStickyWidgetHeight) {
|
|
858
|
+
stickyNodes.push(nextStickyNode);
|
|
859
|
+
stickyNodesHeight += nextStickyNode.height;
|
|
860
|
+
if (stickyNodes.length >= this.stickyScrollMaxItemCount) {
|
|
861
|
+
break;
|
|
862
|
+
}
|
|
863
|
+
firstVisibleNodeUnderWidget = this.getNextVisibleNode(firstVisibleNodeUnderWidget);
|
|
864
|
+
if (!firstVisibleNodeUnderWidget) {
|
|
865
|
+
break;
|
|
866
|
+
}
|
|
867
|
+
nextStickyNode = this.getNextStickyNode(firstVisibleNodeUnderWidget, nextStickyNode.node, stickyNodesHeight);
|
|
868
|
+
}
|
|
869
|
+
return stickyNodes.length ? new StickyScrollState(stickyNodes) : undefined;
|
|
870
|
+
}
|
|
871
|
+
getNextVisibleNode(node) {
|
|
872
|
+
const nodeIndex = this.getNodeIndex(node);
|
|
873
|
+
if (nodeIndex === -1 || nodeIndex === this.view.length - 1) {
|
|
874
|
+
return undefined;
|
|
875
|
+
}
|
|
876
|
+
const nextNode = this.view.element(nodeIndex + 1);
|
|
877
|
+
return nextNode;
|
|
878
|
+
}
|
|
879
|
+
getNextStickyNode(firstVisibleNodeUnderWidget, previousStickyNode, stickyNodesHeight) {
|
|
880
|
+
const nextStickyNode = this.getAncestorUnderPrevious(firstVisibleNodeUnderWidget, previousStickyNode);
|
|
881
|
+
if (!nextStickyNode) {
|
|
882
|
+
return undefined;
|
|
883
|
+
}
|
|
884
|
+
if (nextStickyNode === firstVisibleNodeUnderWidget) {
|
|
885
|
+
if (!this.nodeIsUncollapsedParent(firstVisibleNodeUnderWidget)) {
|
|
886
|
+
return undefined;
|
|
887
|
+
}
|
|
888
|
+
if (this.nodeTopAlignsWithStickyNodesBottom(firstVisibleNodeUnderWidget, stickyNodesHeight)) {
|
|
889
|
+
return undefined;
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
return this.createStickyScrollNode(nextStickyNode, stickyNodesHeight);
|
|
893
|
+
}
|
|
894
|
+
nodeTopAlignsWithStickyNodesBottom(node, stickyNodesHeight) {
|
|
895
|
+
const nodeIndex = this.getNodeIndex(node);
|
|
896
|
+
const elementTop = this.view.getElementTop(nodeIndex);
|
|
897
|
+
const stickyPosition = stickyNodesHeight;
|
|
898
|
+
return this.view.scrollTop === elementTop - stickyPosition;
|
|
899
|
+
}
|
|
900
|
+
createStickyScrollNode(node, currentStickyNodesHeight) {
|
|
901
|
+
const height = this.treeDelegate.getHeight(node);
|
|
902
|
+
const { startIndex, endIndex } = this.getNodeRange(node);
|
|
903
|
+
const position = this.calculateStickyNodePosition(endIndex, currentStickyNodesHeight);
|
|
904
|
+
return { node, position, height, startIndex, endIndex };
|
|
905
|
+
}
|
|
906
|
+
getAncestorUnderPrevious(node, previousAncestor = undefined) {
|
|
907
|
+
let currentAncestor = node;
|
|
908
|
+
let parentOfcurrentAncestor = this.getParentNode(currentAncestor);
|
|
909
|
+
while (parentOfcurrentAncestor) {
|
|
910
|
+
if (parentOfcurrentAncestor === previousAncestor) {
|
|
911
|
+
return currentAncestor;
|
|
912
|
+
}
|
|
913
|
+
currentAncestor = parentOfcurrentAncestor;
|
|
914
|
+
parentOfcurrentAncestor = this.getParentNode(currentAncestor);
|
|
915
|
+
}
|
|
916
|
+
if (previousAncestor === undefined) {
|
|
917
|
+
return currentAncestor;
|
|
918
|
+
}
|
|
919
|
+
return undefined;
|
|
920
|
+
}
|
|
921
|
+
calculateStickyNodePosition(lastDescendantIndex, stickyRowPositionTop) {
|
|
922
|
+
let lastChildRelativeTop = this.view.getRelativeTop(lastDescendantIndex);
|
|
923
|
+
// If the last descendant is only partially visible at the top of the view, getRelativeTop() returns null
|
|
924
|
+
// In that case, utilize the next node's relative top to calculate the sticky node's position
|
|
925
|
+
if (lastChildRelativeTop === null && this.view.firstVisibleIndex === lastDescendantIndex && lastDescendantIndex + 1 < this.view.length) {
|
|
926
|
+
const nodeHeight = this.treeDelegate.getHeight(this.view.element(lastDescendantIndex));
|
|
927
|
+
const nextNodeRelativeTop = this.view.getRelativeTop(lastDescendantIndex + 1);
|
|
928
|
+
lastChildRelativeTop = nextNodeRelativeTop ? nextNodeRelativeTop - nodeHeight / this.view.renderHeight : null;
|
|
929
|
+
}
|
|
930
|
+
if (lastChildRelativeTop === null) {
|
|
931
|
+
return stickyRowPositionTop;
|
|
932
|
+
}
|
|
933
|
+
const lastChildNode = this.view.element(lastDescendantIndex);
|
|
934
|
+
const lastChildHeight = this.treeDelegate.getHeight(lastChildNode);
|
|
935
|
+
const topOfLastChild = lastChildRelativeTop * this.view.renderHeight;
|
|
936
|
+
const bottomOfLastChild = topOfLastChild + lastChildHeight;
|
|
937
|
+
if (stickyRowPositionTop > topOfLastChild && stickyRowPositionTop <= bottomOfLastChild) {
|
|
938
|
+
return topOfLastChild;
|
|
939
|
+
}
|
|
940
|
+
return stickyRowPositionTop;
|
|
941
|
+
}
|
|
942
|
+
getParentNode(node) {
|
|
943
|
+
const nodeLocation = this.model.getNodeLocation(node);
|
|
944
|
+
const parentLocation = this.model.getParentNodeLocation(nodeLocation);
|
|
945
|
+
return parentLocation ? this.model.getNode(parentLocation) : undefined;
|
|
946
|
+
}
|
|
947
|
+
nodeIsUncollapsedParent(node) {
|
|
948
|
+
const nodeLocation = this.model.getNodeLocation(node);
|
|
949
|
+
return this.model.getListRenderCount(nodeLocation) > 1;
|
|
950
|
+
}
|
|
951
|
+
getNodeIndex(node, nodeLocation) {
|
|
952
|
+
if (nodeLocation === undefined) {
|
|
953
|
+
nodeLocation = this.model.getNodeLocation(node);
|
|
954
|
+
}
|
|
955
|
+
const nodeIndex = this.model.getListIndex(nodeLocation);
|
|
956
|
+
return nodeIndex;
|
|
957
|
+
}
|
|
958
|
+
getNodeRange(node) {
|
|
959
|
+
const nodeLocation = this.model.getNodeLocation(node);
|
|
960
|
+
const startIndex = this.model.getListIndex(nodeLocation);
|
|
961
|
+
if (startIndex < 0) {
|
|
962
|
+
throw new Error('Node not found in tree');
|
|
963
|
+
}
|
|
964
|
+
const renderCount = this.model.getListRenderCount(nodeLocation);
|
|
965
|
+
const endIndex = startIndex + renderCount - 1;
|
|
966
|
+
return { startIndex, endIndex };
|
|
967
|
+
}
|
|
968
|
+
nodePositionTopBelowWidget(node) {
|
|
969
|
+
const ancestors = [];
|
|
970
|
+
let currentAncestor = this.getParentNode(node);
|
|
971
|
+
while (currentAncestor) {
|
|
972
|
+
ancestors.push(currentAncestor);
|
|
973
|
+
currentAncestor = this.getParentNode(currentAncestor);
|
|
974
|
+
}
|
|
975
|
+
let widgetHeight = 0;
|
|
976
|
+
for (let i = 0; i < ancestors.length && i < this.stickyScrollMaxItemCount; i++) {
|
|
977
|
+
widgetHeight += this.treeDelegate.getHeight(ancestors[i]);
|
|
978
|
+
}
|
|
979
|
+
return widgetHeight;
|
|
980
|
+
}
|
|
981
|
+
updateOptions(optionsUpdate = {}) {
|
|
982
|
+
const validatedOptions = this.validateStickySettings(optionsUpdate);
|
|
983
|
+
if (this.stickyScrollMaxItemCount !== validatedOptions.stickyScrollMaxItemCount) {
|
|
984
|
+
this.stickyScrollMaxItemCount = validatedOptions.stickyScrollMaxItemCount;
|
|
985
|
+
this.update();
|
|
986
|
+
}
|
|
987
|
+
}
|
|
988
|
+
validateStickySettings(options) {
|
|
989
|
+
let stickyScrollMaxItemCount = 5;
|
|
990
|
+
if (typeof options.stickyScrollMaxItemCount === 'number') {
|
|
991
|
+
stickyScrollMaxItemCount = Math.max(options.stickyScrollMaxItemCount, 1);
|
|
992
|
+
}
|
|
993
|
+
return { stickyScrollMaxItemCount };
|
|
994
|
+
}
|
|
995
|
+
}
|
|
996
|
+
class StickyScrollWidget {
|
|
997
|
+
constructor(container, view, model, treeRenderers, treeDelegate) {
|
|
998
|
+
this.view = view;
|
|
999
|
+
this.model = model;
|
|
1000
|
+
this.treeRenderers = treeRenderers;
|
|
1001
|
+
this.treeDelegate = treeDelegate;
|
|
1002
|
+
this._rootDomNode = document.createElement('div');
|
|
1003
|
+
this._rootDomNode.classList.add('monaco-tree-sticky-container');
|
|
1004
|
+
container.appendChild(this._rootDomNode);
|
|
1005
|
+
}
|
|
1006
|
+
setState(state) {
|
|
1007
|
+
var _a;
|
|
1008
|
+
const wasVisible = !!this._previousState && this._previousState.count > 0;
|
|
1009
|
+
const isVisible = !!state && state.count > 0;
|
|
1010
|
+
// If state has not changed, do nothing
|
|
1011
|
+
if ((!wasVisible && !isVisible) || (wasVisible && isVisible && this._previousState.equal(state))) {
|
|
1012
|
+
return;
|
|
1013
|
+
}
|
|
1014
|
+
// Update visibility of the widget if changed
|
|
1015
|
+
if (wasVisible !== isVisible) {
|
|
1016
|
+
this.setVisible(isVisible);
|
|
1017
|
+
}
|
|
1018
|
+
// Remove previous state
|
|
1019
|
+
(_a = this._previousState) === null || _a === void 0 ? void 0 : _a.dispose();
|
|
1020
|
+
this._previousState = state;
|
|
1021
|
+
if (!isVisible) {
|
|
1022
|
+
return;
|
|
1023
|
+
}
|
|
1024
|
+
for (let stickyIndex = state.count - 1; stickyIndex >= 0; stickyIndex--) {
|
|
1025
|
+
const stickyNode = state.stickyNodes[stickyIndex];
|
|
1026
|
+
const previousStickyNode = stickyIndex ? state.stickyNodes[stickyIndex - 1] : undefined;
|
|
1027
|
+
const currentWidgetHieght = previousStickyNode ? previousStickyNode.position + previousStickyNode.height : 0;
|
|
1028
|
+
const { element, disposable } = this.createElement(stickyNode, currentWidgetHieght);
|
|
1029
|
+
this._rootDomNode.appendChild(element);
|
|
1030
|
+
state.addDisposable(disposable);
|
|
1031
|
+
}
|
|
1032
|
+
// Add shadow element to the end of the widget
|
|
1033
|
+
const shadow = $('.monaco-tree-sticky-container-shadow');
|
|
1034
|
+
this._rootDomNode.appendChild(shadow);
|
|
1035
|
+
state.addDisposable(toDisposable(() => shadow.remove()));
|
|
1036
|
+
// Set the height of the widget to the bottom of the last sticky node
|
|
1037
|
+
const lastStickyNode = state.stickyNodes[state.count - 1];
|
|
1038
|
+
this._rootDomNode.style.height = `${lastStickyNode.position + lastStickyNode.height}px`;
|
|
1039
|
+
}
|
|
1040
|
+
createElement(stickyNode, currentWidgetHeight) {
|
|
1041
|
+
const nodeLocation = this.model.getNodeLocation(stickyNode.node);
|
|
1042
|
+
const nodeIndex = this.model.getListIndex(nodeLocation);
|
|
1043
|
+
// Sticky element container
|
|
1044
|
+
const stickyElement = document.createElement('div');
|
|
1045
|
+
stickyElement.style.top = `${stickyNode.position}px`;
|
|
1046
|
+
stickyElement.style.height = `${stickyNode.height}px`;
|
|
1047
|
+
stickyElement.style.lineHeight = `${stickyNode.height}px`;
|
|
1048
|
+
stickyElement.classList.add('monaco-tree-sticky-row');
|
|
1049
|
+
stickyElement.classList.add('monaco-list-row');
|
|
1050
|
+
stickyElement.setAttribute('data-index', `${nodeIndex}`);
|
|
1051
|
+
stickyElement.setAttribute('data-parity', nodeIndex % 2 === 0 ? 'even' : 'odd');
|
|
1052
|
+
stickyElement.setAttribute('id', this.view.getElementID(nodeIndex));
|
|
1053
|
+
// Get the renderer for the node
|
|
1054
|
+
const nodeTemplateId = this.treeDelegate.getTemplateId(stickyNode.node);
|
|
1055
|
+
const renderer = this.treeRenderers.find((renderer) => renderer.templateId === nodeTemplateId);
|
|
1056
|
+
if (!renderer) {
|
|
1057
|
+
throw new Error(`No renderer found for template id ${nodeTemplateId}`);
|
|
1058
|
+
}
|
|
1059
|
+
const nodeCopy = new Proxy(stickyNode.node, {});
|
|
1060
|
+
// Render the element
|
|
1061
|
+
const templateData = renderer.renderTemplate(stickyElement);
|
|
1062
|
+
renderer.renderElement(nodeCopy, stickyNode.startIndex, templateData, stickyNode.height);
|
|
1063
|
+
// Remove the element from the DOM when state is disposed
|
|
1064
|
+
const disposable = toDisposable(() => {
|
|
1065
|
+
renderer.disposeElement(nodeCopy, stickyNode.startIndex, templateData, stickyNode.height);
|
|
1066
|
+
renderer.disposeTemplate(templateData);
|
|
1067
|
+
stickyElement.remove();
|
|
1068
|
+
});
|
|
1069
|
+
return { element: stickyElement, disposable };
|
|
1070
|
+
}
|
|
1071
|
+
setVisible(visible) {
|
|
1072
|
+
this._rootDomNode.style.display = visible ? 'block' : 'none';
|
|
1073
|
+
}
|
|
1074
|
+
dispose() {
|
|
1075
|
+
var _a;
|
|
1076
|
+
(_a = this._previousState) === null || _a === void 0 ? void 0 : _a.dispose();
|
|
1077
|
+
this._rootDomNode.remove();
|
|
1078
|
+
}
|
|
1079
|
+
}
|
|
1080
|
+
function asTreeMouseEvent(event) {
|
|
1081
|
+
let target = TreeMouseEventTarget.Unknown;
|
|
1082
|
+
if (hasParentWithClass(event.browserEvent.target, 'monaco-tl-twistie', 'monaco-tl-row')) {
|
|
1083
|
+
target = TreeMouseEventTarget.Twistie;
|
|
1084
|
+
}
|
|
1085
|
+
else if (hasParentWithClass(event.browserEvent.target, 'monaco-tl-contents', 'monaco-tl-row')) {
|
|
1086
|
+
target = TreeMouseEventTarget.Element;
|
|
1087
|
+
}
|
|
1088
|
+
else if (hasParentWithClass(event.browserEvent.target, 'monaco-tree-type-filter', 'monaco-list')) {
|
|
1089
|
+
target = TreeMouseEventTarget.Filter;
|
|
1090
|
+
}
|
|
1091
|
+
return {
|
|
1092
|
+
browserEvent: event.browserEvent,
|
|
1093
|
+
element: event.element ? event.element.element : null,
|
|
1094
|
+
target
|
|
1095
|
+
};
|
|
1096
|
+
}
|
|
1097
|
+
function dfs(node, fn) {
|
|
1098
|
+
fn(node);
|
|
1099
|
+
node.children.forEach(child => dfs(child, fn));
|
|
1100
|
+
}
|
|
1101
|
+
/**
|
|
1102
|
+
* The trait concept needs to exist at the tree level, because collapsed
|
|
1103
|
+
* tree nodes will not be known by the list.
|
|
1104
|
+
*/
|
|
1105
|
+
class Trait {
|
|
1106
|
+
get nodeSet() {
|
|
1107
|
+
if (!this._nodeSet) {
|
|
1108
|
+
this._nodeSet = this.createNodeSet();
|
|
1109
|
+
}
|
|
1110
|
+
return this._nodeSet;
|
|
1111
|
+
}
|
|
1112
|
+
constructor(getFirstViewElementWithTrait, identityProvider) {
|
|
1113
|
+
this.getFirstViewElementWithTrait = getFirstViewElementWithTrait;
|
|
1114
|
+
this.identityProvider = identityProvider;
|
|
1115
|
+
this.nodes = [];
|
|
1116
|
+
this._onDidChange = new Emitter();
|
|
1117
|
+
this.onDidChange = this._onDidChange.event;
|
|
1118
|
+
}
|
|
1119
|
+
set(nodes, browserEvent) {
|
|
1120
|
+
if (!(browserEvent === null || browserEvent === void 0 ? void 0 : browserEvent.__forceEvent) && equals(this.nodes, nodes)) {
|
|
1121
|
+
return;
|
|
1122
|
+
}
|
|
1123
|
+
this._set(nodes, false, browserEvent);
|
|
1124
|
+
}
|
|
1125
|
+
_set(nodes, silent, browserEvent) {
|
|
1126
|
+
this.nodes = [...nodes];
|
|
1127
|
+
this.elements = undefined;
|
|
1128
|
+
this._nodeSet = undefined;
|
|
1129
|
+
if (!silent) {
|
|
1130
|
+
const that = this;
|
|
1131
|
+
this._onDidChange.fire({ get elements() { return that.get(); }, browserEvent });
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
get() {
|
|
1135
|
+
if (!this.elements) {
|
|
1136
|
+
this.elements = this.nodes.map(node => node.element);
|
|
1137
|
+
}
|
|
1138
|
+
return [...this.elements];
|
|
1139
|
+
}
|
|
1140
|
+
getNodes() {
|
|
1141
|
+
return this.nodes;
|
|
1142
|
+
}
|
|
1143
|
+
has(node) {
|
|
1144
|
+
return this.nodeSet.has(node);
|
|
1145
|
+
}
|
|
1146
|
+
onDidModelSplice({ insertedNodes, deletedNodes }) {
|
|
1147
|
+
if (!this.identityProvider) {
|
|
1148
|
+
const set = this.createNodeSet();
|
|
1149
|
+
const visit = (node) => set.delete(node);
|
|
1150
|
+
deletedNodes.forEach(node => dfs(node, visit));
|
|
1151
|
+
this.set([...set.values()]);
|
|
1152
|
+
return;
|
|
1153
|
+
}
|
|
1154
|
+
const deletedNodesIdSet = new Set();
|
|
1155
|
+
const deletedNodesVisitor = (node) => deletedNodesIdSet.add(this.identityProvider.getId(node.element).toString());
|
|
1156
|
+
deletedNodes.forEach(node => dfs(node, deletedNodesVisitor));
|
|
1157
|
+
const insertedNodesMap = new Map();
|
|
1158
|
+
const insertedNodesVisitor = (node) => insertedNodesMap.set(this.identityProvider.getId(node.element).toString(), node);
|
|
1159
|
+
insertedNodes.forEach(node => dfs(node, insertedNodesVisitor));
|
|
1160
|
+
const nodes = [];
|
|
1161
|
+
for (const node of this.nodes) {
|
|
1162
|
+
const id = this.identityProvider.getId(node.element).toString();
|
|
1163
|
+
const wasDeleted = deletedNodesIdSet.has(id);
|
|
1164
|
+
if (!wasDeleted) {
|
|
1165
|
+
nodes.push(node);
|
|
1166
|
+
}
|
|
1167
|
+
else {
|
|
1168
|
+
const insertedNode = insertedNodesMap.get(id);
|
|
1169
|
+
if (insertedNode && insertedNode.visible) {
|
|
1170
|
+
nodes.push(insertedNode);
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
1173
|
+
}
|
|
1174
|
+
if (this.nodes.length > 0 && nodes.length === 0) {
|
|
1175
|
+
const node = this.getFirstViewElementWithTrait();
|
|
1176
|
+
if (node) {
|
|
1177
|
+
nodes.push(node);
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
this._set(nodes, true);
|
|
1181
|
+
}
|
|
1182
|
+
createNodeSet() {
|
|
1183
|
+
const set = new Set();
|
|
1184
|
+
for (const node of this.nodes) {
|
|
1185
|
+
set.add(node);
|
|
1186
|
+
}
|
|
1187
|
+
return set;
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1190
|
+
class TreeNodeListMouseController extends MouseController {
|
|
1191
|
+
constructor(list, tree, stickyScrollProvider) {
|
|
1192
|
+
super(list);
|
|
1193
|
+
this.tree = tree;
|
|
1194
|
+
this.stickyScrollProvider = stickyScrollProvider;
|
|
1195
|
+
}
|
|
1196
|
+
onViewPointer(e) {
|
|
1197
|
+
if (isButton(e.browserEvent.target) ||
|
|
1198
|
+
isInputElement(e.browserEvent.target) ||
|
|
1199
|
+
isMonacoEditor(e.browserEvent.target)) {
|
|
1200
|
+
return;
|
|
1201
|
+
}
|
|
1202
|
+
if (e.browserEvent.isHandledByList) {
|
|
1203
|
+
return;
|
|
1204
|
+
}
|
|
1205
|
+
const node = e.element;
|
|
1206
|
+
if (!node) {
|
|
1207
|
+
return super.onViewPointer(e);
|
|
1208
|
+
}
|
|
1209
|
+
if (this.isSelectionRangeChangeEvent(e) || this.isSelectionSingleChangeEvent(e)) {
|
|
1210
|
+
return super.onViewPointer(e);
|
|
1211
|
+
}
|
|
1212
|
+
const target = e.browserEvent.target;
|
|
1213
|
+
const onTwistie = target.classList.contains('monaco-tl-twistie')
|
|
1214
|
+
|| (target.classList.contains('monaco-icon-label') && target.classList.contains('folder-icon') && e.browserEvent.offsetX < 16);
|
|
1215
|
+
const isStickyElement = isStickyScrollElement(e.browserEvent.target);
|
|
1216
|
+
let expandOnlyOnTwistieClick = false;
|
|
1217
|
+
if (isStickyElement) {
|
|
1218
|
+
expandOnlyOnTwistieClick = true;
|
|
1219
|
+
}
|
|
1220
|
+
else if (typeof this.tree.expandOnlyOnTwistieClick === 'function') {
|
|
1221
|
+
expandOnlyOnTwistieClick = this.tree.expandOnlyOnTwistieClick(node.element);
|
|
1222
|
+
}
|
|
1223
|
+
else {
|
|
1224
|
+
expandOnlyOnTwistieClick = !!this.tree.expandOnlyOnTwistieClick;
|
|
1225
|
+
}
|
|
1226
|
+
if (!isStickyElement) {
|
|
1227
|
+
if (expandOnlyOnTwistieClick && !onTwistie && e.browserEvent.detail !== 2) {
|
|
1228
|
+
return super.onViewPointer(e);
|
|
1229
|
+
}
|
|
1230
|
+
if (!this.tree.expandOnDoubleClick && e.browserEvent.detail === 2) {
|
|
1231
|
+
return super.onViewPointer(e);
|
|
1232
|
+
}
|
|
1233
|
+
}
|
|
1234
|
+
else {
|
|
1235
|
+
this.handleStickyScrollMouseEvent(e, node);
|
|
1236
|
+
}
|
|
1237
|
+
if (node.collapsible && (!isStickyElement || onTwistie)) {
|
|
1238
|
+
const location = this.tree.getNodeLocation(node);
|
|
1239
|
+
const recursive = e.browserEvent.altKey;
|
|
1240
|
+
this.tree.setFocus([location]);
|
|
1241
|
+
this.tree.toggleCollapsed(location, recursive);
|
|
1242
|
+
if (expandOnlyOnTwistieClick && onTwistie) {
|
|
1243
|
+
// Do not set this before calling a handler on the super class, because it will reject it as handled
|
|
1244
|
+
e.browserEvent.isHandledByList = true;
|
|
1245
|
+
return;
|
|
1246
|
+
}
|
|
1247
|
+
}
|
|
1248
|
+
if (!isStickyElement) {
|
|
1249
|
+
super.onViewPointer(e);
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
handleStickyScrollMouseEvent(e, node) {
|
|
1253
|
+
if (isMonacoCustomToggle(e.browserEvent.target) || isActionItem(e.browserEvent.target)) {
|
|
1254
|
+
return;
|
|
1255
|
+
}
|
|
1256
|
+
const stickyScrollController = this.stickyScrollProvider();
|
|
1257
|
+
if (!stickyScrollController) {
|
|
1258
|
+
throw new Error('Sticky scroll controller not found');
|
|
1259
|
+
}
|
|
1260
|
+
const nodeIndex = this.list.indexOf(node);
|
|
1261
|
+
const elementScrollTop = this.list.getElementTop(nodeIndex);
|
|
1262
|
+
const elementTargetViewTop = stickyScrollController.nodePositionTopBelowWidget(node);
|
|
1263
|
+
this.tree.scrollTop = elementScrollTop - elementTargetViewTop;
|
|
1264
|
+
this.list.setFocus([nodeIndex]);
|
|
1265
|
+
this.list.setSelection([nodeIndex]);
|
|
1266
|
+
}
|
|
1267
|
+
onDoubleClick(e) {
|
|
1268
|
+
const onTwistie = e.browserEvent.target.classList.contains('monaco-tl-twistie');
|
|
1269
|
+
if (onTwistie || !this.tree.expandOnDoubleClick) {
|
|
1270
|
+
return;
|
|
1271
|
+
}
|
|
1272
|
+
if (e.browserEvent.isHandledByList) {
|
|
1273
|
+
return;
|
|
1274
|
+
}
|
|
1275
|
+
super.onDoubleClick(e);
|
|
1276
|
+
}
|
|
1277
|
+
}
|
|
1278
|
+
/**
|
|
1279
|
+
* We use this List subclass to restore selection and focus as nodes
|
|
1280
|
+
* get rendered in the list, possibly due to a node expand() call.
|
|
1281
|
+
*/
|
|
1282
|
+
class TreeNodeList extends List {
|
|
1283
|
+
constructor(user, container, virtualDelegate, renderers, focusTrait, selectionTrait, anchorTrait, options) {
|
|
1284
|
+
super(user, container, virtualDelegate, renderers, options);
|
|
1285
|
+
this.focusTrait = focusTrait;
|
|
1286
|
+
this.selectionTrait = selectionTrait;
|
|
1287
|
+
this.anchorTrait = anchorTrait;
|
|
1288
|
+
}
|
|
1289
|
+
createMouseController(options) {
|
|
1290
|
+
return new TreeNodeListMouseController(this, options.tree, options.stickyScrollProvider);
|
|
1291
|
+
}
|
|
1292
|
+
splice(start, deleteCount, elements = []) {
|
|
1293
|
+
super.splice(start, deleteCount, elements);
|
|
1294
|
+
if (elements.length === 0) {
|
|
1295
|
+
return;
|
|
1296
|
+
}
|
|
1297
|
+
const additionalFocus = [];
|
|
1298
|
+
const additionalSelection = [];
|
|
1299
|
+
let anchor;
|
|
1300
|
+
elements.forEach((node, index) => {
|
|
1301
|
+
if (this.focusTrait.has(node)) {
|
|
1302
|
+
additionalFocus.push(start + index);
|
|
1303
|
+
}
|
|
1304
|
+
if (this.selectionTrait.has(node)) {
|
|
1305
|
+
additionalSelection.push(start + index);
|
|
1306
|
+
}
|
|
1307
|
+
if (this.anchorTrait.has(node)) {
|
|
1308
|
+
anchor = start + index;
|
|
1309
|
+
}
|
|
1310
|
+
});
|
|
1311
|
+
if (additionalFocus.length > 0) {
|
|
1312
|
+
super.setFocus(distinct([...super.getFocus(), ...additionalFocus]));
|
|
1313
|
+
}
|
|
1314
|
+
if (additionalSelection.length > 0) {
|
|
1315
|
+
super.setSelection(distinct([...super.getSelection(), ...additionalSelection]));
|
|
1316
|
+
}
|
|
1317
|
+
if (typeof anchor === 'number') {
|
|
1318
|
+
super.setAnchor(anchor);
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1321
|
+
setFocus(indexes, browserEvent, fromAPI = false) {
|
|
1322
|
+
super.setFocus(indexes, browserEvent);
|
|
1323
|
+
if (!fromAPI) {
|
|
1324
|
+
this.focusTrait.set(indexes.map(i => this.element(i)), browserEvent);
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
setSelection(indexes, browserEvent, fromAPI = false) {
|
|
1328
|
+
super.setSelection(indexes, browserEvent);
|
|
1329
|
+
if (!fromAPI) {
|
|
1330
|
+
this.selectionTrait.set(indexes.map(i => this.element(i)), browserEvent);
|
|
1331
|
+
}
|
|
1332
|
+
}
|
|
1333
|
+
setAnchor(index, fromAPI = false) {
|
|
1334
|
+
super.setAnchor(index);
|
|
1335
|
+
if (!fromAPI) {
|
|
1336
|
+
if (typeof index === 'undefined') {
|
|
1337
|
+
this.anchorTrait.set([]);
|
|
1338
|
+
}
|
|
1339
|
+
else {
|
|
1340
|
+
this.anchorTrait.set([this.element(index)]);
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1345
|
+
export class AbstractTree {
|
|
1346
|
+
get onDidScroll() { return this.view.onDidScroll; }
|
|
1347
|
+
get onDidChangeFocus() { return this.eventBufferer.wrapEvent(this.focus.onDidChange); }
|
|
1348
|
+
get onDidChangeSelection() { return this.eventBufferer.wrapEvent(this.selection.onDidChange); }
|
|
1349
|
+
get onMouseDblClick() { return Event.filter(Event.map(this.view.onMouseDblClick, asTreeMouseEvent), e => e.target !== TreeMouseEventTarget.Filter); }
|
|
1350
|
+
get onPointer() { return Event.map(this.view.onPointer, asTreeMouseEvent); }
|
|
1351
|
+
get onDidFocus() { return this.view.onDidFocus; }
|
|
1352
|
+
get onDidChangeModel() { return Event.signal(this.model.onDidSplice); }
|
|
1353
|
+
get onDidChangeCollapseState() { return this.model.onDidChangeCollapseState; }
|
|
1354
|
+
get findMode() { var _a, _b; return (_b = (_a = this.findController) === null || _a === void 0 ? void 0 : _a.mode) !== null && _b !== void 0 ? _b : TreeFindMode.Highlight; }
|
|
1355
|
+
set findMode(findMode) { if (this.findController) {
|
|
1356
|
+
this.findController.mode = findMode;
|
|
1357
|
+
} }
|
|
1358
|
+
get findMatchType() { var _a, _b; return (_b = (_a = this.findController) === null || _a === void 0 ? void 0 : _a.matchType) !== null && _b !== void 0 ? _b : TreeFindMatchType.Fuzzy; }
|
|
1359
|
+
set findMatchType(findFuzzy) { if (this.findController) {
|
|
1360
|
+
this.findController.matchType = findFuzzy;
|
|
1361
|
+
} }
|
|
1362
|
+
get expandOnDoubleClick() { return typeof this._options.expandOnDoubleClick === 'undefined' ? true : this._options.expandOnDoubleClick; }
|
|
1363
|
+
get expandOnlyOnTwistieClick() { return typeof this._options.expandOnlyOnTwistieClick === 'undefined' ? true : this._options.expandOnlyOnTwistieClick; }
|
|
1364
|
+
get onDidDispose() { return this.view.onDidDispose; }
|
|
1365
|
+
constructor(_user, container, delegate, renderers, _options = {}) {
|
|
1366
|
+
var _a;
|
|
1367
|
+
this._user = _user;
|
|
1368
|
+
this._options = _options;
|
|
1369
|
+
this.eventBufferer = new EventBufferer();
|
|
1370
|
+
this.onDidChangeFindOpenState = Event.None;
|
|
1371
|
+
this.disposables = new DisposableStore();
|
|
1372
|
+
this._onWillRefilter = new Emitter();
|
|
1373
|
+
this.onWillRefilter = this._onWillRefilter.event;
|
|
1374
|
+
this._onDidUpdateOptions = new Emitter();
|
|
1375
|
+
this.treeDelegate = new ComposedTreeDelegate(delegate);
|
|
1376
|
+
const onDidChangeCollapseStateRelay = new Relay();
|
|
1377
|
+
const onDidChangeActiveNodes = new Relay();
|
|
1378
|
+
const activeNodes = this.disposables.add(new EventCollection(onDidChangeActiveNodes.event));
|
|
1379
|
+
const renderedIndentGuides = new SetMap();
|
|
1380
|
+
this.renderers = renderers.map(r => new TreeRenderer(r, () => this.model, onDidChangeCollapseStateRelay.event, activeNodes, renderedIndentGuides, _options));
|
|
1381
|
+
for (const r of this.renderers) {
|
|
1382
|
+
this.disposables.add(r);
|
|
1383
|
+
}
|
|
1384
|
+
let filter;
|
|
1385
|
+
if (_options.keyboardNavigationLabelProvider) {
|
|
1386
|
+
filter = new FindFilter(this, _options.keyboardNavigationLabelProvider, _options.filter);
|
|
1387
|
+
_options = { ..._options, filter: filter }; // TODO need typescript help here
|
|
1388
|
+
this.disposables.add(filter);
|
|
1389
|
+
}
|
|
1390
|
+
this.focus = new Trait(() => this.view.getFocusedElements()[0], _options.identityProvider);
|
|
1391
|
+
this.selection = new Trait(() => this.view.getSelectedElements()[0], _options.identityProvider);
|
|
1392
|
+
this.anchor = new Trait(() => this.view.getAnchorElement(), _options.identityProvider);
|
|
1393
|
+
this.view = new TreeNodeList(_user, container, this.treeDelegate, this.renderers, this.focus, this.selection, this.anchor, { ...asListOptions(() => this.model, _options), tree: this, stickyScrollProvider: () => this.stickyScrollController });
|
|
1394
|
+
this.model = this.createModel(_user, this.view, _options);
|
|
1395
|
+
onDidChangeCollapseStateRelay.input = this.model.onDidChangeCollapseState;
|
|
1396
|
+
const onDidModelSplice = Event.forEach(this.model.onDidSplice, e => {
|
|
1397
|
+
this.eventBufferer.bufferEvents(() => {
|
|
1398
|
+
this.focus.onDidModelSplice(e);
|
|
1399
|
+
this.selection.onDidModelSplice(e);
|
|
1400
|
+
});
|
|
1401
|
+
}, this.disposables);
|
|
1402
|
+
// Make sure the `forEach` always runs
|
|
1403
|
+
onDidModelSplice(() => null, null, this.disposables);
|
|
1404
|
+
// Active nodes can change when the model changes or when focus or selection change.
|
|
1405
|
+
// We debounce it with 0 delay since these events may fire in the same stack and we only
|
|
1406
|
+
// want to run this once. It also doesn't matter if it runs on the next tick since it's only
|
|
1407
|
+
// a nice to have UI feature.
|
|
1408
|
+
const activeNodesEmitter = this.disposables.add(new Emitter());
|
|
1409
|
+
const activeNodesDebounce = this.disposables.add(new Delayer(0));
|
|
1410
|
+
this.disposables.add(Event.any(onDidModelSplice, this.focus.onDidChange, this.selection.onDidChange)(() => {
|
|
1411
|
+
activeNodesDebounce.trigger(() => {
|
|
1412
|
+
const set = new Set();
|
|
1413
|
+
for (const node of this.focus.getNodes()) {
|
|
1414
|
+
set.add(node);
|
|
1415
|
+
}
|
|
1416
|
+
for (const node of this.selection.getNodes()) {
|
|
1417
|
+
set.add(node);
|
|
1418
|
+
}
|
|
1419
|
+
activeNodesEmitter.fire([...set.values()]);
|
|
1420
|
+
});
|
|
1421
|
+
}));
|
|
1422
|
+
onDidChangeActiveNodes.input = activeNodesEmitter.event;
|
|
1423
|
+
if (_options.keyboardSupport !== false) {
|
|
1424
|
+
const onKeyDown = Event.chain(this.view.onKeyDown, $ => $.filter(e => !isInputElement(e.target))
|
|
1425
|
+
.map(e => new StandardKeyboardEvent(e)));
|
|
1426
|
+
Event.chain(onKeyDown, $ => $.filter(e => e.keyCode === 15 /* KeyCode.LeftArrow */))(this.onLeftArrow, this, this.disposables);
|
|
1427
|
+
Event.chain(onKeyDown, $ => $.filter(e => e.keyCode === 17 /* KeyCode.RightArrow */))(this.onRightArrow, this, this.disposables);
|
|
1428
|
+
Event.chain(onKeyDown, $ => $.filter(e => e.keyCode === 10 /* KeyCode.Space */))(this.onSpace, this, this.disposables);
|
|
1429
|
+
}
|
|
1430
|
+
if (((_a = _options.findWidgetEnabled) !== null && _a !== void 0 ? _a : true) && _options.keyboardNavigationLabelProvider && _options.contextViewProvider) {
|
|
1431
|
+
const opts = this.options.findWidgetStyles ? { styles: this.options.findWidgetStyles } : undefined;
|
|
1432
|
+
this.findController = new FindController(this, this.model, this.view, filter, _options.contextViewProvider, opts);
|
|
1433
|
+
this.focusNavigationFilter = node => this.findController.shouldAllowFocus(node);
|
|
1434
|
+
this.onDidChangeFindOpenState = this.findController.onDidChangeOpenState;
|
|
1435
|
+
this.disposables.add(this.findController);
|
|
1436
|
+
this.onDidChangeFindMode = this.findController.onDidChangeMode;
|
|
1437
|
+
this.onDidChangeFindMatchType = this.findController.onDidChangeMatchType;
|
|
1438
|
+
}
|
|
1439
|
+
else {
|
|
1440
|
+
this.onDidChangeFindMode = Event.None;
|
|
1441
|
+
this.onDidChangeFindMatchType = Event.None;
|
|
1442
|
+
}
|
|
1443
|
+
if (_options.enableStickyScroll) {
|
|
1444
|
+
this.stickyScrollController = new StickyScrollController(this, this.model, this.view, this.renderers, this.treeDelegate, _options);
|
|
1445
|
+
}
|
|
1446
|
+
this.styleElement = createStyleSheet(this.view.getHTMLElement());
|
|
1447
|
+
this.getHTMLElement().classList.toggle('always', this._options.renderIndentGuides === RenderIndentGuides.Always);
|
|
1448
|
+
}
|
|
1449
|
+
updateOptions(optionsUpdate = {}) {
|
|
1450
|
+
var _a;
|
|
1451
|
+
this._options = { ...this._options, ...optionsUpdate };
|
|
1452
|
+
for (const renderer of this.renderers) {
|
|
1453
|
+
renderer.updateOptions(optionsUpdate);
|
|
1454
|
+
}
|
|
1455
|
+
this.view.updateOptions(this._options);
|
|
1456
|
+
(_a = this.findController) === null || _a === void 0 ? void 0 : _a.updateOptions(optionsUpdate);
|
|
1457
|
+
this.updateStickyScroll(optionsUpdate);
|
|
1458
|
+
this._onDidUpdateOptions.fire(this._options);
|
|
1459
|
+
this.getHTMLElement().classList.toggle('always', this._options.renderIndentGuides === RenderIndentGuides.Always);
|
|
1460
|
+
}
|
|
1461
|
+
get options() {
|
|
1462
|
+
return this._options;
|
|
1463
|
+
}
|
|
1464
|
+
updateStickyScroll(optionsUpdate) {
|
|
1465
|
+
var _a;
|
|
1466
|
+
if (!this.stickyScrollController && this._options.enableStickyScroll) {
|
|
1467
|
+
this.stickyScrollController = new StickyScrollController(this, this.model, this.view, this.renderers, this.treeDelegate, this._options);
|
|
1468
|
+
}
|
|
1469
|
+
else if (this.stickyScrollController && !this._options.enableStickyScroll) {
|
|
1470
|
+
this.stickyScrollController.dispose();
|
|
1471
|
+
this.stickyScrollController = undefined;
|
|
1472
|
+
}
|
|
1473
|
+
(_a = this.stickyScrollController) === null || _a === void 0 ? void 0 : _a.updateOptions(optionsUpdate);
|
|
1474
|
+
}
|
|
1475
|
+
// Widget
|
|
1476
|
+
getHTMLElement() {
|
|
1477
|
+
return this.view.getHTMLElement();
|
|
1478
|
+
}
|
|
1479
|
+
get scrollTop() {
|
|
1480
|
+
return this.view.scrollTop;
|
|
1481
|
+
}
|
|
1482
|
+
set scrollTop(scrollTop) {
|
|
1483
|
+
this.view.scrollTop = scrollTop;
|
|
1484
|
+
}
|
|
1485
|
+
get scrollHeight() {
|
|
1486
|
+
return this.view.scrollHeight;
|
|
1487
|
+
}
|
|
1488
|
+
get renderHeight() {
|
|
1489
|
+
return this.view.renderHeight;
|
|
1490
|
+
}
|
|
1491
|
+
domFocus() {
|
|
1492
|
+
this.view.domFocus();
|
|
1493
|
+
}
|
|
1494
|
+
layout(height, width) {
|
|
1495
|
+
var _a;
|
|
1496
|
+
this.view.layout(height, width);
|
|
1497
|
+
if (isNumber(width)) {
|
|
1498
|
+
(_a = this.findController) === null || _a === void 0 ? void 0 : _a.layout(width);
|
|
1499
|
+
}
|
|
1500
|
+
}
|
|
1501
|
+
style(styles) {
|
|
1502
|
+
const suffix = `.${this.view.domId}`;
|
|
1503
|
+
const content = [];
|
|
1504
|
+
if (styles.treeIndentGuidesStroke) {
|
|
1505
|
+
content.push(`.monaco-list${suffix}:hover .monaco-tl-indent > .indent-guide, .monaco-list${suffix}.always .monaco-tl-indent > .indent-guide { border-color: ${styles.treeInactiveIndentGuidesStroke}; }`);
|
|
1506
|
+
content.push(`.monaco-list${suffix} .monaco-tl-indent > .indent-guide.active { border-color: ${styles.treeIndentGuidesStroke}; }`);
|
|
1507
|
+
}
|
|
1508
|
+
if (styles.listBackground) {
|
|
1509
|
+
content.push(`.monaco-list${suffix} .monaco-scrollable-element .monaco-tree-sticky-container { background-color: ${styles.listBackground}; }`);
|
|
1510
|
+
content.push(`.monaco-list${suffix} .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-row { background-color: ${styles.listBackground}; }`);
|
|
1511
|
+
}
|
|
1512
|
+
this.styleElement.textContent = content.join('\n');
|
|
1513
|
+
this.view.style(styles);
|
|
1514
|
+
}
|
|
1515
|
+
// Tree navigation
|
|
1516
|
+
getParentElement(location) {
|
|
1517
|
+
const parentRef = this.model.getParentNodeLocation(location);
|
|
1518
|
+
const parentNode = this.model.getNode(parentRef);
|
|
1519
|
+
return parentNode.element;
|
|
1520
|
+
}
|
|
1521
|
+
getFirstElementChild(location) {
|
|
1522
|
+
return this.model.getFirstElementChild(location);
|
|
1523
|
+
}
|
|
1524
|
+
// Tree
|
|
1525
|
+
getNode(location) {
|
|
1526
|
+
return this.model.getNode(location);
|
|
1527
|
+
}
|
|
1528
|
+
getNodeLocation(node) {
|
|
1529
|
+
return this.model.getNodeLocation(node);
|
|
1530
|
+
}
|
|
1531
|
+
collapse(location, recursive = false) {
|
|
1532
|
+
return this.model.setCollapsed(location, true, recursive);
|
|
1533
|
+
}
|
|
1534
|
+
expand(location, recursive = false) {
|
|
1535
|
+
return this.model.setCollapsed(location, false, recursive);
|
|
1536
|
+
}
|
|
1537
|
+
toggleCollapsed(location, recursive = false) {
|
|
1538
|
+
return this.model.setCollapsed(location, undefined, recursive);
|
|
1539
|
+
}
|
|
1540
|
+
isCollapsible(location) {
|
|
1541
|
+
return this.model.isCollapsible(location);
|
|
1542
|
+
}
|
|
1543
|
+
setCollapsible(location, collapsible) {
|
|
1544
|
+
return this.model.setCollapsible(location, collapsible);
|
|
1545
|
+
}
|
|
1546
|
+
isCollapsed(location) {
|
|
1547
|
+
return this.model.isCollapsed(location);
|
|
1548
|
+
}
|
|
1549
|
+
refilter() {
|
|
1550
|
+
this._onWillRefilter.fire(undefined);
|
|
1551
|
+
this.model.refilter();
|
|
1552
|
+
}
|
|
1553
|
+
setSelection(elements, browserEvent) {
|
|
1554
|
+
const nodes = elements.map(e => this.model.getNode(e));
|
|
1555
|
+
this.selection.set(nodes, browserEvent);
|
|
1556
|
+
const indexes = elements.map(e => this.model.getListIndex(e)).filter(i => i > -1);
|
|
1557
|
+
this.view.setSelection(indexes, browserEvent, true);
|
|
1558
|
+
}
|
|
1559
|
+
getSelection() {
|
|
1560
|
+
return this.selection.get();
|
|
1561
|
+
}
|
|
1562
|
+
setFocus(elements, browserEvent) {
|
|
1563
|
+
const nodes = elements.map(e => this.model.getNode(e));
|
|
1564
|
+
this.focus.set(nodes, browserEvent);
|
|
1565
|
+
const indexes = elements.map(e => this.model.getListIndex(e)).filter(i => i > -1);
|
|
1566
|
+
this.view.setFocus(indexes, browserEvent, true);
|
|
1567
|
+
}
|
|
1568
|
+
getFocus() {
|
|
1569
|
+
return this.focus.get();
|
|
1570
|
+
}
|
|
1571
|
+
reveal(location, relativeTop) {
|
|
1572
|
+
this.model.expandTo(location);
|
|
1573
|
+
const index = this.model.getListIndex(location);
|
|
1574
|
+
if (index === -1) {
|
|
1575
|
+
return;
|
|
1576
|
+
}
|
|
1577
|
+
if (!this.stickyScrollController) {
|
|
1578
|
+
this.view.reveal(index, relativeTop);
|
|
1579
|
+
}
|
|
1580
|
+
else {
|
|
1581
|
+
const paddingTop = this.stickyScrollController.nodePositionTopBelowWidget(this.getNode(location));
|
|
1582
|
+
this.view.reveal(index, relativeTop, paddingTop);
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1585
|
+
// List
|
|
1586
|
+
onLeftArrow(e) {
|
|
1587
|
+
e.preventDefault();
|
|
1588
|
+
e.stopPropagation();
|
|
1589
|
+
const nodes = this.view.getFocusedElements();
|
|
1590
|
+
if (nodes.length === 0) {
|
|
1591
|
+
return;
|
|
1592
|
+
}
|
|
1593
|
+
const node = nodes[0];
|
|
1594
|
+
const location = this.model.getNodeLocation(node);
|
|
1595
|
+
const didChange = this.model.setCollapsed(location, true);
|
|
1596
|
+
if (!didChange) {
|
|
1597
|
+
const parentLocation = this.model.getParentNodeLocation(location);
|
|
1598
|
+
if (!parentLocation) {
|
|
1599
|
+
return;
|
|
1600
|
+
}
|
|
1601
|
+
const parentListIndex = this.model.getListIndex(parentLocation);
|
|
1602
|
+
this.view.reveal(parentListIndex);
|
|
1603
|
+
this.view.setFocus([parentListIndex]);
|
|
1604
|
+
}
|
|
1605
|
+
}
|
|
1606
|
+
onRightArrow(e) {
|
|
1607
|
+
e.preventDefault();
|
|
1608
|
+
e.stopPropagation();
|
|
1609
|
+
const nodes = this.view.getFocusedElements();
|
|
1610
|
+
if (nodes.length === 0) {
|
|
1611
|
+
return;
|
|
1612
|
+
}
|
|
1613
|
+
const node = nodes[0];
|
|
1614
|
+
const location = this.model.getNodeLocation(node);
|
|
1615
|
+
const didChange = this.model.setCollapsed(location, false);
|
|
1616
|
+
if (!didChange) {
|
|
1617
|
+
if (!node.children.some(child => child.visible)) {
|
|
1618
|
+
return;
|
|
1619
|
+
}
|
|
1620
|
+
const [focusedIndex] = this.view.getFocus();
|
|
1621
|
+
const firstChildIndex = focusedIndex + 1;
|
|
1622
|
+
this.view.reveal(firstChildIndex);
|
|
1623
|
+
this.view.setFocus([firstChildIndex]);
|
|
1624
|
+
}
|
|
1625
|
+
}
|
|
1626
|
+
onSpace(e) {
|
|
1627
|
+
e.preventDefault();
|
|
1628
|
+
e.stopPropagation();
|
|
1629
|
+
const nodes = this.view.getFocusedElements();
|
|
1630
|
+
if (nodes.length === 0) {
|
|
1631
|
+
return;
|
|
1632
|
+
}
|
|
1633
|
+
const node = nodes[0];
|
|
1634
|
+
const location = this.model.getNodeLocation(node);
|
|
1635
|
+
const recursive = e.browserEvent.altKey;
|
|
1636
|
+
this.model.setCollapsed(location, undefined, recursive);
|
|
1637
|
+
}
|
|
1638
|
+
dispose() {
|
|
1639
|
+
var _a;
|
|
1640
|
+
dispose(this.disposables);
|
|
1641
|
+
(_a = this.stickyScrollController) === null || _a === void 0 ? void 0 : _a.dispose();
|
|
1642
|
+
this.view.dispose();
|
|
1643
|
+
}
|
|
1644
|
+
}
|